blob: 5e2531da058d80b54a5f933efd6e3465071cae62 [file] [log] [blame]
Daniel Veillardd7af5552008-08-04 15:29:44 +00001Mon Aug 4 17:27:27 CEST 2008 Daniel Veillard <daniel@veillard.com>
2
3 * uri.c include/libxml/uri.h: rewrite the URI parser to update to
4 rfc3986 (from 2396)
5 * test/errors/webdav.xml result/errors/webdav.xml*: removed the
6 error test, 'DAV:' is a correct URI under 3986
7 * Makefile.am: small cleanup in make check
8
Daniel Veillardae0765b2008-07-31 19:54:59 +00009Thu Jul 31 21:49:45 CEST 2008 Daniel Veillard <daniel@veillard.com>
10
11 * runxmlconf.c: more progresses against the official regression tests
12 * runsuite.c: small cleanup for non-leak reports
13 * include/libxml/tree.h: parsing flags and other properties are
14 now added to the document node, this is generally useful and
15 allow to make Name and NmToken validations based on the parser
16 flags, more specifically the 5th edition of XML or not
17 * HTMLparser.c tree.c: small side effects for the previous changes
18 * parser.c SAX2.c valid.c: the bulk of teh changes are here,
19 the parser and validation behaviour can be affected, parsing
20 flags need to be copied, lot of changes. Also fixing various
21 validation problems in the regression tests.
22
Daniel Veillard37334572008-07-31 08:20:02 +000023Thu Jul 31 10:15:53 CEST 2008 Daniel Veillard <daniel@veillard.com>
24
25 * runxmlconf.c: added a skipped list, insert rmt-ns10-035
26 * Makefile.am: improve 'make check'
27 * include/libxml/xmlerror.h parser.c: clean up namespace errors
28 checking and reporting, errors when a document is labelled
29 as UTF-16 while it is parsed as UTF-8 and no encoding was given
30 explicitely.
31 * result/errors/webdav.xml.*: some warnings are no recategorized
32 as Namespace errors
33
Daniel Veillard09459bf2008-07-30 12:58:11 +000034Wed Jul 30 14:55:54 CEST 2008 Daniel Veillard <daniel@veillard.com>
35
36 * include/libxml/xmlmemory.h xmlmemory.c: add xmlMemDisplayLast to
37 help debug incremental memory leaks, and some cleanups
38 * runxmlconf.c: use that new call and avoid ever touching the
39 system catalog in the regression tests
40
Daniel Veillard40ec29a2008-07-30 12:35:40 +000041Wed Jul 30 14:33:33 CEST 2008 Daniel Veillard <daniel@veillard.com>
42
43 * parser.c include/libxml/xmlerror.h: an XML-1.0 document can't load
44 an 1.1 entity
45 * runxmlconf.c: when using entities make sure we load them
46
Daniel Veillard051d52c2008-07-29 16:44:59 +000047Tue Jul 29 18:43:07 CEST 2008 Daniel Veillard <daniel@veillard.com>
48
49 * parser.c: fix a bug not detecting cross entity comments probably
50 when comment parsing got optimized.
51 * Makefile.am: add make check
52 * runxmlconf.c: fix the log file name
53
Daniel Veillard7e5c3f42008-07-29 16:12:31 +000054Tue Jul 29 18:09:26 CEST 2008 Daniel Veillard <daniel@veillard.com>
55
56 * runxmlconf.c Makefile.am: add a C program to run the W3C test
57 suite, work in progress
58 * xmllint.c: add a new option --oldxml10 to use the old parser
59 * parser.c: fix the XML_PARSE_OLD10 processing of the new option
60 and a bug in version parsing
61
Daniel Veillard45490ae2008-07-29 09:13:19 +000062Tue Jul 29 11:12:40 CEST 2008 Daniel Veillard <daniel@veillard.com>
63
64 * xpath.c: space and tabs cleanup
65
Daniel Veillard34e3f642008-07-29 09:02:27 +000066Tue Jul 29 10:59:36 CEST 2008 Daniel Veillard <daniel@veillard.com>
67
68 * include/libxml/parser.h include/libxml/xmlerror.h parser.c:
69 implement XML-1.0 5th edition, add parser option XML_PARSE_OLD10
70 to stick to old behaviour
71 * testapi.c gentest.py: modified slightly and regenerated
72 * Makefile.am: add testchar
73
Daniel Veillardabade012008-07-24 15:05:38 +000074Thu Jul 24 16:57:20 CEST 2008 Daniel Veillard <daniel@veillard.com>
75
76 * Makefile.am testchar.c Makefile.tests README.tests: add a
77 new regression test program for testing character ranges and
78 UTF8 encoding/decoding
79
Daniel Veillardbf0324f2008-07-23 13:35:50 +000080Wed Jul 23 15:32:39 CEST 2008 Daniel Veillard <daniel@veillard.com>
81
82 * libxml.spec.in: fix the build root
83
William M. Brackf8477002008-07-17 05:29:16 +000084Wed Jul 16 22:28:48 PDT 2008 William Brack <wbrack@mmm.com.hk>
85
86 * pattern.c: fix problem with xmlStreamPop when pattern includes
87 a "." element (see discussion on libxslt list)
88
Daniel Veillard45efd082008-07-07 13:52:52 +000089Mon Jul 7 15:49:59 CEST 2008 Daniel Veillard <daniel@veillard.com>
90
91 * SAX2.c: fix line number on text nodes, problem raised by Ralf Junker
92
Rob Richardsc6947bb2008-06-29 15:04:41 +000093Sun Jun 29 17:04:28 CEST 2008 Rob Richards <rrichards@ctindustries.net>
94 * xmlschemas.c: fix crash with invalid whitespace facet
95
Daniel Veillard984e5692008-06-11 08:14:22 +000096Wed Jun 11 10:13:02 CEST 2008 Daniel Veillard <daniel@veillard.com>
97
98 * doc/xml.html doc/FAQ.html: add a section in the FAQ about
99 multithread and xmlCleanupParser
100
Daniel Veillard63806b52008-06-10 14:56:11 +0000101Tue Jun 10 16:52:17 CEST 2008 Daniel Veillard <daniel@veillard.com>
102
103 * catalog.c: apply a couple of fixes based on a Coverity report
104 forwarded by Derrick Price.
105 * VxWorks/README VxWorks/Makefile VxWorks/build.sh: instructions
106 Makefile, and shell script to build on VxWorks 6.4+ provided by
107 Jim Wert.
108
Daniel Veillard39801e52008-06-03 16:08:54 +0000109Tue Jun 3 18:07:13 CEST 2008 Daniel Veillard <daniel@veillard.com>
110
111 * python/generator.py python/setup.py: apply patch from Martin fixing
112 python whitespaces
113 * NEWS: following previous commit rebuilt now in UTF-8
114
Daniel Veillard25a1ce92008-06-02 16:04:12 +0000115Mon Jun 2 17:39:42 CEST 2008 Daniel Veillard <daniel@veillard.com>
116
117 * ChangeLog: patch from Hans de Goede to switch the file to UTF-8
118 * doc/news.xsl: switch to generate the NEWS file in UTF-8 instead of
119 ISO-8859-1
120
Daniel Veillardad559982008-05-12 13:15:35 +0000121Mon May 12 15:12:44 CEST 2008 Daniel Veillard <daniel@veillard.com>
122
123 * xmlregexp.c: avoid a regexp crash, should fix #523738
124
Daniel Veillard438ebbd2008-05-12 12:58:46 +0000125Mon May 12 14:56:06 CEST 2008 Daniel Veillard <daniel@veillard.com>
126
127 * xmlschemas.c runtest.c testapi.c include/libxml/xmlreader.h
128 python/types.c python/libxml_wrap.h python/libxml.c: fx compilation
129 when configured without the reader should fix #513110
130 * doc/*: regenerated
131
Rob Richardsb6b2ee12008-05-03 12:34:25 +0000132Sat May 3 14:33:29 CEST 2008 Rob Richards <rrichards@ctindustries.net>
133
134 * dict.c: check for stdint.h and define types when using MSVC
135
Daniel Veillard87303e32008-04-28 18:07:29 +0000136Mon Apr 28 20:06:12 CEST 2008 Daniel Veillard <daniel@veillard.com>
137
138 * parserInternals.c: applied patch from Ashwin to avoid a potential
139 double-free
140
Daniel Veillarded86dc22008-04-24 11:58:41 +0000141Thu Apr 24 13:56:53 CEST 2008 Daniel Veillard <daniel@veillard.com>
142
143 * uri.c: applied patch from Ashwin fixing a number of realloc problems
144 * HTMLparser.c: improve handling for misplaced html/head/body
145
Daniel Veillarde9100a52008-04-22 08:28:50 +0000146Tue Apr 22 10:27:17 CEST 2008 Daniel Veillard <daniel@veillard.com>
147
148 * dict.c: improvement on the hashing of the dictionnary, with visible
149 speed up as the number of strings in the hash increases, work from
150 Stefan Behnel
151
Daniel Veillarddee23482008-04-11 12:58:43 +0000152Fri Apr 11 14:44:00 CEST 2008 Daniel Veillard <daniel@veillard.com>
153
154 * include/libxml/xmlschemas.h xmlschemas.c: added new function
155 xmlSchemaValidCtxtGetParserCtxt based on Holger Kaelberer patch
156 * doc/apibuild.py doc/*: regenerated the doc, chased why the new
157 function didn't got any documentation, added more checking in the
158 generator
159 * include/libxml/relaxng.h include/libxml/schematron.h
160 include/libxml/xmlschemas.h include/libxml/c14n.h
161 include/libxml/xmlregexp.h include/libxml/globals.h
162 include/libxml/xmlreader.h threads.c xmlschemas.c: various changes
163 and cleanups following the new reports
164
165
Daniel Veillard33fe2882008-04-10 08:09:25 +0000166Thu Apr 10 10:07:00 CEST 2008 Daniel Veillard <daniel@veillard.com>
167
168 * Makefile.am: extend the cleanup rule
169 * xmlschemas.c: space cleanup
170
Rob Richardsc3e24352008-04-09 17:49:09 +0000171Wed Apr 9 19:43:25 CEST 2008 Rob Richards <rrichards@ctindustries.net>
172
173 * include/wsockcompat.h: support older win32 platforms when building
174 with newer versions of VS
175
Daniel Veillard596da972008-04-08 14:58:41 +0000176Tue Apr 8 16:56:07 CEST 2008 Daniel Veillard <daniel@veillard.com>
177
178 * configure.in NEWS doc/*: preparing release of 2.6.32
179
Daniel Veillarded939f82008-04-08 08:20:08 +0000180Tue Apr 8 10:19:01 CEST 2008 Daniel Veillard <daniel@veillard.com>
181
182 * tree.c: fix a bug introduced when fixing #438208 and reported by
183 Ashwin
184 * python/generator.py: fix an infinite loop bug
185
Daniel Veillard354cf5c2008-04-07 12:46:48 +0000186Mon Apr 7 14:44:51 CEST 2008 Daniel Veillard <daniel@veillard.com>
187
188 * xmlreader.c: fix a link to XmlNodeType doc reported by Martijn Arts
189 * docs/*: rebuilt
190
Daniel Veillard2135fc22008-04-04 16:10:51 +0000191Fri Apr 4 18:09:50 CEST 2008 Daniel Veillard <daniel@veillard.com>
192
193 * parser.c: improve the *Recover* functions documentation
194
Daniel Veillard6ccc56d2008-04-03 12:59:06 +0000195Thu Apr 3 14:57:15 CEST 2008 Daniel Veillard <daniel@veillard.com>
196
197 * parser.c: patch from Mark Rowe fixing BOM or encoding detection
198 in external parsed entities, should fix #440415
199
Daniel Veillard8f6c2b12008-04-03 11:17:21 +0000200Thu Apr 3 13:16:01 CEST 2008 Daniel Veillard <daniel@veillard.com>
201
202 * tree.c: fix some problems with the *EatName functions when
203 running out of memory raised by Eric Schrock , should fix #438208
204
Daniel Veillardbfc42632008-04-03 10:43:52 +0000205Thu Apr 3 12:41:29 CEST 2008 Daniel Veillard <daniel@veillard.com>
206
207 * xmlschemastypes.c: horror around the definition of the lexical
208 values for decimal and derived types, fixing to reject empty
209 values, should fix #503268
210
Daniel Veillardf1245392008-04-03 09:46:34 +0000211Thu Apr 3 11:44:57 CEST 2008 Daniel Veillard <daniel@veillard.com>
212
213 * encoding.c: buffer may not be large enough to convert to
214 UCS4, patch from Christian Fruth , fixes #504015
215
Daniel Veillard36de63e2008-04-03 09:05:05 +0000216Thu Apr 3 11:02:02 CEST 2008 Daniel Veillard <daniel@veillard.com>
217
218 * HTMLparser.c: apparently it's okay to forget the semicolumn after
219 entity refs in HTML, fixing char refs parsing accordingly based on
220 T. Manske patch, this should fix #517653
221
Daniel Veillardfa750972008-04-03 07:31:25 +0000222Thu Apr 3 09:30:29 CEST 2008 Daniel Veillard <daniel@veillard.com>
223
224 * error.c: avoid a scary realloc() loop should fix #520383
225
Daniel Veillarda4ba09d2008-04-03 06:24:04 +0000226Thu Apr 3 08:22:52 CEST 2008 Daniel Veillard <daniel@veillard.com>
227
228 * parser.c: more realloc problems pointed out by Ashwin
229
Daniel Veillardff8b5412008-04-03 05:41:28 +0000230Thu Apr 3 07:40:13 CEST 2008 Daniel Veillard <daniel@veillard.com>
231
232 * xstc/Makefile.am: applied patch from Mike Hommey fixing distclean,
233 fixes #520387
234
Daniel Veillarde43579b2008-04-03 04:56:04 +0000235Thu Apr 3 06:52:32 CEST 2008 Daniel Veillard <daniel@veillard.com>
236
237 * include/libxml/xpath.h: small doc improvement for xmlXPathContext
238 from Jack Jansen, fixes #524759
239 * doc/newapi.xsl doc/*: fixed a problem and regenerated the docs
240
Daniel Veillardf88d8492008-04-01 08:00:31 +0000241Tue Apr 1 09:59:22 CEST 2008 Daniel Veillard <daniel@veillard.com>
242
243 * xpath.c: two patches from Alvaro Herrera to avoid problem when
244 running out of memory in XPath evaluations.
245
Daniel Veillard68b6e022008-03-31 09:26:00 +0000246Mon Mar 31 11:23:19 CEST 2008 Daniel Veillard <daniel@veillard.com>
247
248 * parser.c: lot of out of memory handling fixes from Ashwin
249 * elfgcchack.h doc/elfgcchack.xsl: work around a problem with xmlDllMain
250 * include/libxml/threads.h: indenting cleanups
251
Daniel Veillard05b37c62008-03-31 08:27:07 +0000252Mon Mar 31 10:25:37 CEST 2008 Daniel Veillard <daniel@veillard.com>
253
254 * parser.c docs/*: trying to clarify even more the xmlCleanupParser()
255 use and the memory documentation
256
Daniel Veillarddc171602008-03-26 17:41:38 +0000257Wed Mar 26 18:39:58 CET 2008 Daniel Veillard <daniel@veillard.com>
258
259 * parser.c: changes based on Alex Khesin patch where xmlParseCharRef
260 seems to not be checked correctly, fixes #520198
261
Daniel Veillard6a31b832008-03-26 14:06:44 +0000262Wed Mar 26 15:03:49 CET 2008 Daniel Veillard <daniel@veillard.com>
263
264 * parser.c: patch from Ashwin to avoid a problem of attribute
265 redefinition in the DTD. Remove a warning too.
266
Daniel Veillardb3e45362008-03-26 13:39:31 +0000267Wed Mar 26 14:38:31 CET 2008 Daniel Veillard <daniel@veillard.com>
268
269 * xmlschemas.c: fix a problem in externalSubsetSplit with a patch
270 from Ashwin
271
Daniel Veillard97c9ce22008-03-25 16:52:41 +0000272Tue Mar 25 17:48:02 CET 2008 Daniel Veillard <daniel@veillard.com>
273
274 * parser.c: fix various attribute normalisation problems reported
275 by Ashwin
276 * result/c14n/without-comments/example-4
277 result/c14n/with-comments/example-4: this impacted the result of
278 two c14n tests :-\
279 * test/att9 test/att10 test/att11 result//att9* result//att10*
280 result//att11*: added 3 specific regression tests coming from the
281 XML spec revision and from Ashwin
282
Daniel Veillarde54c3172008-03-25 13:22:41 +0000283Tue Mar 25 14:20:49 CET 2008 Daniel Veillard <daniel@veillard.com>
284
285 * uri.c: fix saving for file:///X:/ URI embedding Windows file paths
286 should fix #524253
287
Daniel Veillard8bf64ae2008-03-24 20:45:21 +0000288Mon Mar 24 21:42:33 CET 2008 Daniel Veillard <daniel@veillard.com>
289
290 * parser.c: fix a problem reported by Ashwin for system parameter
291 entities referenced from entities in external subset, add a
292 specific loading routine.
293 * test/valid/dtds/external.ent test/valid/dtds/external2.ent
294 test/valid/t11.xml result/valid/t11.xml*: added the test to
295 the regression suite
296
Daniel Veillard77fbc3e2008-03-24 14:06:19 +0000297Mon Mar 24 15:04:54 CET 2008 Daniel Veillard <daniel@veillard.com>
298
299 * xmlschemas.c: fix an XML Schemas crash raised by Stefan Behnel
300 when testing with W3C test suite
301
Daniel Veillard14d465d2008-03-24 11:12:55 +0000302Mon Mar 24 12:12:00 CET 2008 Daniel Veillard <daniel@veillard.com>
303
304 * threads.c: check some allocation with Ashwin patch
305
Daniel Veillard24d87d92008-03-19 15:43:00 +0000306Wed Mar 19 16:41:52 CET 2008 Daniel Veillard <daniel@veillard.com>
307
308 * vms/build_libxml.com: update from Tycho Hilhorst, should fix #523378
309
Daniel Veillardddbe38b2008-03-18 08:24:25 +0000310Tue Mar 18 09:23:05 CET 2008 Daniel Veillard <daniel@veillard.com>
311
312 * threads.c: check some malloc returns with Ashwin patch, add
313 error messages and reindent the module.
314
Daniel Veillard14dad702008-03-14 14:29:40 +0000315Fri Mar 14 15:28:43 CET 2008 Daniel Veillard <daniel@veillard.com>
316
317 * xmlreader.c: patch from Ashwin removing duplicate tests
318
Daniel Veillardc4b0deb2008-03-14 12:46:42 +0000319Fri Mar 14 13:44:29 CET 2008 Daniel Veillard <daniel@veillard.com>
320
321 * include/libxml/schematron.h include/libxml/xmlerror.h schematron.c:
322 applied patch from Tobias Minich to allow plugin schematron error
323 reporting in the normal error system, should fix #513998
324
Daniel Veillard37d2d162008-03-14 10:54:00 +0000325Fri Mar 14 11:52:09 CET 2008 Daniel Veillard <daniel@veillard.com>
326
327 * parser.c xinclude.c: patch from Vasily Chekalkin fixes memory
328 leaks, should fix 512647
329
Daniel Veillard10bda622008-03-13 07:27:24 +0000330Thu Mar 13 08:17:58 CET 2008 Daniel Veillard <daniel@veillard.com>
331
332 * xmlregexp.c: found a nasty bug in regexp automata build,
333 reported by Ashwin and Bjorn Reese
334
Daniel Veillard35fcbb82008-03-12 21:43:39 +0000335Wed Mar 12 18:56:22 CET 2008 Daniel Veillard <daniel@veillard.com>
336
337 * HTMLparser.c: patch from Arnold Hendriks improving parsing of
338 html within html bogus data, still not a complete fix though
339
Daniel Veillard5d279c92008-03-12 09:32:04 +0000340Wed Mar 12 10:22:01 CET 2008 Daniel Veillard <daniel@veillard.com>
341
342 * python/types.c: fix a memory errro when using namespace nodes
343 returned from XPath queries, should fix #521699
344 * python/tests/Makefile.am python/tests/xpathns.py: add a specific
345 regression test for it
346
Rob Richardsa544c182008-03-10 15:26:27 +0000347Mon Mar 10 16:25:32 CET 2008 Rob Richards <rrichards@ctindustries.net>
348
349 * include/win32config.h: add ICONV_CONST define for win32 build
350 to satisfy encoding.c change in rev 3693
351
Daniel Veillardd0d2f092008-03-07 16:50:21 +0000352Fri Mar 7 17:45:27 CET 2008 Daniel Veillard <daniel@veillard.com>
353
354 * xmlsave.c parser.c: fix handling of empty CDATA nodes as
355 reported and discussed around #514181 and associated patches
356 * test/emptycdata.xml result/emptycdata.xml*
357 result/noent/emptycdata.xml: added a specific test in the
358 regression suite.
359
Daniel Veillard57c9db02008-03-06 14:37:10 +0000360Thu Mar 6 15:23:10 CET 2008 Daniel Veillard <daniel@veillard.com>
361
362 * encoding.c: poblem with encoding detection for UTF-16 reported by
363 Ashwin and found by Bill
364 * test/valid/dtds/utf16b.ent test/valid/dtds/utf16l.ent
365 test/valid/UTF16Entity.xml result/valid/UTF16Entity.xml*: added
366 the example to the regression tests
367
Daniel Veillardccc476f2008-03-04 13:19:49 +0000368Tue Mar 4 14:16:38 CET 2008 Daniel Veillard <daniel@veillard.com>
369
370 * xmlwriter.c: patch from Alex Khesin fixing CDATA output after
371 a text node.
372 * parser.c: fixed the comment for xmlParserCleanup
373 * globals.c: fixed indentation
374
Daniel Veillard70e20ad2008-02-25 15:44:43 +0000375Mon Feb 25 16:42:19 CET 2008 Daniel Veillard <daniel@veillard.com>
376
377 * testModule.c: patch from Florent Guiliani to fix build on
378 SCO OpenServer
379
Daniel Veillard30663512008-02-21 22:31:55 +0000380Thu Feb 21 22:46:08 CET 2008 Daniel Veillard <daniel@veillard.com>
381
382 * debugXML.c: made one of the changes suggested by Brian Krahmer
383 * testRegexp.c: allow to pass '--' on the command line to allow
384 regexps starting with the character '-'
385
Daniel Veillard5ac88232008-02-19 07:54:52 +0000386Tue Feb 19 08:49:32 CET 2008 Daniel Veillard <daniel@veillard.com>
387
388 * python/Makefile.am python/tests/Makefile.am: applied cleanup
389 patches for cross compilation and MinGW from Roumen Petrov
390
Daniel Veillardc4ba8a42008-02-16 10:08:14 +0000391Sat Feb 16 11:06:54 CET 2008 Daniel Veillard <daniel@veillard.com>
392
393 * xmlIO.c: fix output bug reported by Petr Pajas and analyzed by
394 Bill
395
Daniel Veillard6f8611f2008-02-15 08:33:21 +0000396Fri Feb 15 09:32:11 CET 2008 Daniel Veillard <daniel@veillard.com>
397
398 * include/libxml/xmlerror.h tree.c: patch from Julien Charbon
399 to simplify the processing of xmlSetProp()
400
Daniel Veillard8e1a46d2008-02-15 07:47:26 +0000401Fri Feb 15 08:45:32 CET 2008 Daniel Veillard <daniel@veillard.com>
402
403 * config.h.in configure.in encoding.c: patch from Roumen Petrov
404 to detect if iconv() needs a const for the second parameter
405
Daniel Veillardf3da06d2008-02-15 07:43:00 +0000406Fri Feb 15 08:41:31 CET 2008 Daniel Veillard <daniel@veillard.com>
407
408 * macos/src/XMLTestPrefix2.h win32/Makefile.msvc: EOL cleanups
409 from Florent Guiliani
410
Daniel Veillard3ff24112008-02-13 10:17:41 +0000411Wed Feb 13 10:56:38 CET 2008 Daniel Veillard <daniel@veillard.com>
412
413 * xmlwriter.c: applied patch from Alfred Mickautsch to flush the
414 output at the end of document.
415
Daniel Veillard851b2d02008-02-08 10:57:57 +0000416Fri Feb 8 11:57:03 CET 2008 Daniel Veillard <daniel@veillard.com>
417
418 * doc/examples/examples.xml: regenerated, it was truncated.
419
Daniel Veillard643fb5d2008-02-08 10:49:46 +0000420Fri Feb 8 11:47:18 CET 2008 Daniel Veillard <daniel@veillard.com>
421
422 * xmlmodule.c: apply simple patch from Carlo Bramini to avoid
423 compilation problems with Mingw32
424
Daniel Veillard041b6872008-02-08 10:37:18 +0000425Fri Feb 8 11:33:15 CET 2008 Daniel Veillard <daniel@veillard.com>
426
427 * xmlregexp.c: apply patch from Andrew Tosh to fix behaviour
428 when '.' is used in a posCharGroup
429 * test/schemas/poschargrp0_0.* result/schemas/poschargrp0_0_0*:
430 added the test to the regression suite
431
Daniel Veillardb242b082008-02-08 09:56:31 +0000432Fri Feb 8 10:54:09 CET 2008 Daniel Veillard <daniel@veillard.com>
433
434 * dict.c: applied patch from Florent Guilian to remove an
435 useless mutex in the xmlDict structure.
436
437Wed Feb 6 17:00:20 CET 2008 Daniel Veillard <daniel@veillard.com>
438
439 * SAX2.c: another leak reported by Ashwin
440 * xinclude.c: fixed the behaviour when XIncluding a fragment
441 of the current document, patch from Chris Ryan
442
William M. Brackead35832008-02-06 04:12:46 +0000443Wed Feb 6 12:10:08 HKT 2008 William Brack <wbrack@mmm.com.hk>
444
445 * nanohttp.c: added space for port number (when not 80) in
446 xmlNanoHTTPMethodRedir, plus a few more comments. Should
447 fix #514521.
448
Daniel Veillard7d0ca5e2008-02-05 08:43:52 +0000449Tue Feb 5 09:41:46 CET 2008 Daniel Veillard <daniel@veillard.com>
450
451 * schemas.c: apply fix suggested by Ashwin correcting a cut-n-paste
452 error about the SAX callback in cdataBlockSplit when streaming
453 XSD validation
454
Daniel Veillard69f8a132008-02-05 08:37:56 +0000455Tue Feb 5 09:36:46 CET 2008 Daniel Veillard <daniel@veillard.com>
456
457 * uri.c: applied a patch based on Petr Sumbera one to avoid a
458 problem with paths starting with //
459
Daniel Veillardad87d5e2008-02-04 16:50:03 +0000460Mon Feb 4 17:48:30 CET 2008 Daniel Veillard <daniel@veillard.com>
461
462 * doc/xml.html doc/xmlmem.html: added a small section on returning
463 memory to the kernel by compacting the heap provided by Wolfram Sang
464
Rob Richards82fbf572008-01-25 19:03:37 +0000465Fri Jan 25 20:01:42 CET 2007 Rob Richards <rrichards@ctindustries.net>
466
467 * include/win32config.h win32/Makefile.msvc: fix build under VS 2008.
468 patch by David Wimsey
469
Daniel Veillardc707d0b2008-01-24 14:48:54 +0000470Thu Jan 24 15:37:04 CET 2008 Daniel Veillard <daniel@veillard.com>
471
472 * parser.c: fix a memeory leak in internal subset parsing with
473 a fix from Ashwin
474 * test/errors/content1.xml result/errors/content1.xml*:
475 add test to regressions
476
Daniel Veillard72c1dfd2008-01-24 14:39:12 +0000477Fri Jan 11 09:00:09 CET 2008 Daniel Veillard <daniel@veillard.com>
478
479 * configure.in doc/*: preparing release of 2.6.31
480
Daniel Veillardb3edafd2008-01-11 08:00:57 +0000481Fri Jan 11 08:58:49 CET 2008 Daniel Veillard <daniel@veillard.com>
482
483 * parser.c: avoid a warning on 64bits introduced earlier
484 * parserInternals.c: make more checking on the UTF-8 input
485
Daniel Veillardc5b43cc2008-01-11 07:41:39 +0000486Fri Jan 11 15:37:05 CST 2008 Daniel Veillard <daniel@veillard.com>
487
488 * HTMLparser.c: avoid stopping parsing when encountering
489 out of range characters in an HTML file, report and
490 continue processing instead, should fix #472696
491
Daniel Veillard9ebb6322008-01-11 07:19:24 +0000492Fri Jan 11 15:13:35 CST 2008 Daniel Veillard <daniel@veillard.com>
493
494 * check-relaxng-test-suite2.py check-relaxng-test-suite.py
495 Makefile.am python/tests/Makefile.am python/Makefile.am
496 check-xsddata-test-suite.py: patches from John Carr to
497 start cleaning up 'make diskcheck' problems c.f. #506228
498
Daniel Veillard5608b172008-01-11 06:53:15 +0000499Fri Jan 11 14:48:40 CST 2008 Daniel Veillard <daniel@veillard.com>
500
501 * xmllint.c: apply fix from Stefan Kost to avoid a crash
502 in xmllint, fixes 504284
503
Daniel Veillardaa2404e2008-01-11 06:44:00 +0000504Fri Jan 11 14:39:03 CST 2008 Daniel Veillard <daniel@veillard.com>
505
506 * xml2-config.in: apply patch from Fred Crozat to avoid
507 outputting -L/usr/lib from xml2-config, fixes #497012
508
Daniel Veillard640f89e2008-01-11 06:24:09 +0000509Fri Jan 11 14:18:09 CST 2008 Daniel Veillard <daniel@veillard.com>
510
511 * HTMLparser.c: fix definition for <embed> to avoid error
512 when saving back, patch from Stefan Behnel fixing 495213
513
Daniel Veillard9e264ad2008-01-11 06:10:16 +0000514Fri Jan 11 14:06:09 CST 2008 Daniel Veillard <daniel@veillard.com>
515
516 * parser.c: applied patch from Christian Schmidt fixing a
517 column counter update problem, fixes #472696
518
Daniel Veillardac4118d2008-01-11 05:27:32 +0000519Fri Jan 11 13:22:14 CST 2008 Daniel Veillard <daniel@veillard.com>
520
521 * parser.c: handle a erroneous parsing of attributes in
522 case said attribute has been redeclared in the DTD with a
523 different type
524 * hash.c: fix the hash scanner to not crash if a first element
525 from the hash list is been removed in the callback
526
Daniel Veillard7e26fb42008-01-09 02:19:50 +0000527Wed Jan 9 10:15:50 CST 2008 Daniel Veillard <daniel@veillard.com>
528
529 * xmlwriter.c: fix indentation in xmlTextWriterFullEndElement,
530 as raised by Felipe Pena, should fix #508156
531
Rob Richards3108ba92007-12-06 10:08:52 +0000532Tue Dec 6 11:07:42 CET 2007 Rob Richards <rrichards@ctindustries.net>
533
534 * pattern.c: fix crash from double free of name for bug #501760
535
Daniel Veillard5fce6d62007-11-23 10:46:55 +0000536Fri Nov 23 11:47:48 CET 2007 Daniel Veillard <daniel@veillard.com>
537
538 * threads.c: remove unused variable in __xmlGlobalInitMutexLock
539 reported by Hannes Eder
540
Daniel Veillard00fde4e2007-11-19 17:38:33 +0000541Mon Nov 19 18:39:26 CET 2007 Daniel Veillard <daniel@veillard.com>
542
543 * xmlregexp.c: remove a cut-and-paste copy error
544
Rob Richards91eb5602007-11-16 10:54:59 +0000545Fri Nov 16 11:55:36 CET 2007 Rob Richards <rrichards@ctindustries.net>
546
547 * globals.c threads.c include/libxml/threads.h:
548 __xmlGlobalInitMutexDestroy() will free global_init_lock on Win32.
549 Patch from Marc-Antoine Ruel.
550
Rob Richardsb9ba0fa2007-11-13 20:27:52 +0000551Tue Nov 13 21:26:27 CET 2007 Rob Richards <rrichards@ctindustries.net>
552
553 * schematron.c: fix crash/leaks from xmlSchematronParse due to improper
554 schema document ownership for bug #495215
555
Daniel Veillard2a512da2007-10-30 20:24:40 +0000556Tue Oct 30 21:24:55 CET 2007 Daniel Veillard <daniel@veillard.com>
557
558 * xmlmemory.c: xmlFree(NULL) should not crash in debug mode
559 should fix #491651
560
Daniel Veillard1bc8d852007-10-16 12:18:18 +0000561Tue Oct 16 13:58:41 CEST 2007 Daniel Veillard <daniel@veillard.com>
562
563 * testURI.c: add a debug option printing all the fields within
564 the parsed URI structure
565
Daniel Veillarda76a81f2007-10-10 08:28:18 +0000566Wed Oct 10 10:25:52 CEST 2007 Daniel Veillard <daniel@veillard.com>
567
568 * xmlsave.c: fix to avoid a crash when dumping an attribute from
569 an XHTML document, patch contributed to fix #485298
570
Daniel Veillardc821e032007-08-28 17:33:45 +0000571Tue Aug 28 19:32:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
572
573 * xmlregexp.c: another nasty regexp case fixed.
574 * test/regexp/ranges2 result/regexp/ranges2: added to regression
575 suite
576
William M. Brackec720082007-08-24 02:57:38 +0000577Fri Aug 24 10:58:58 HKT 2007 William Brack <wbrack@mmm.com.hk>
578
579 * nanohttp.c: Enhanced to include port number (if not == 80) on the
580 "Header:" URL (bug #469681).
581 * xmlregexp.c: Fixed a typo causing a warning message.
582
Daniel Veillardcd2ebab2007-08-23 20:47:33 +0000583Thu Aug 23 22:48:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
584
585 * nanohttp.c: fix an open() call with creation without 3rd argument
586 hopefully that interface is never used.
587
Daniel Veillardc1b3fe02007-08-23 15:00:06 +0000588Thu Aug 23 17:00:49 CEST 2007 Daniel Veillard <daniel@veillard.com>
589
590 * configure.in doc/*: preparing release of 2.6.30
591
William M. Brackf1794562007-08-23 12:58:13 +0000592Thu Aug 23 20:58:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
593
Daniel Veillardc1b3fe02007-08-23 15:00:06 +0000594 * xpath.c: fixed xmlXPathCompOpEvalPositionalPredicate problem
William M. Brackf1794562007-08-23 12:58:13 +0000595 with object caching (bug #469410)
596
Daniel Veillard3888f472007-08-23 09:29:03 +0000597Thu Aug 23 11:28:38 CEST 2007 Daniel Veillard <daniel@veillard.com>
598
599 * xmlschemas.c test/schemas/*455953* result/schemas/bug455953*:
600 applied patch from Frank Gross fixing Schemas IDC import bug
601 #455953 and also add the test to the regression suite
602
Daniel Veillard76d59b62007-08-22 16:29:21 +0000603Wed Aug 22 18:29:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
604
605 * xmlregexp.c: try to fix for the nth time the automata generation
606 in case of complex ranges. I suppose that time it is actually okay
607
Daniel Veillard3dcd3192007-08-14 13:46:54 +0000608Tue Aug 14 15:51:05 CEST 2007 Daniel Veillard <daniel@veillard.com>
609
610 * parser.c: aligned xmlSAXUserParseMemory() to match
611 xmlSAXUserParseFile() logic based on Ashwin post, and ifdef
612 cleanup
613
Rob Richardsf779da32007-08-14 09:41:21 +0000614Tue Aug 14 11:42:27 CEST 2007 Rob Richards <rrichards@ctindustries.net>
615
616 * xmlIO.c: fixed windows path determination (patch from
617 Roland Schwarz, bug #462877)
618 * win32/Makefile.mingw win32/configure.js: fixed mingw build
619 (patch from Roland Schwarz, bug #462877)
620
Daniel Veillardda629342007-08-01 07:49:06 +0000621Wed Aug 1 09:50:12 CEST 2007 Daniel Veillard <daniel@veillard.com>
622
623 * parser.c: fixed a parser bug where invalid char in comment may
624 not be detected, reported by Ashwin Sinha
625 * test/errors/comment1.xml result/errors/comment1.xml*: added
626 the example to the regression suite
627
Daniel Veillard3814a362007-07-26 11:41:46 +0000628Thu Jul 26 13:42:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
629
630 * xmlsave.c: fixed problem reported on bug #460415
631
William M. Brack50420192007-07-20 01:09:08 +0000632Thu Jul 19 18:10:58 PDT 2007 William Brack <wbrack@mmm.com.hk>
633
634 * uri.c: applied patch from from Patrik Fimml. Fixes bug #458268.
635
William M. Brackb0a94e82007-07-18 18:04:55 +0000636Wed Jul 18 11:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
637
638 * xinclude.c: applied patch from bug #454608 from Patrik Fimml.
639 Fixes bug #454608.
640
Daniel Veillard65fcf272007-07-11 17:55:30 +0000641Wed Jul 11 19:57:59 CEST 2007 Daniel Veillard <daniel@veillard.com>
642
643 * xmlschemas.c: applied patch for xsi:nil from Frank Gross, this
644 should fix bug #358125
645
Daniel Veillardcaa19512007-07-04 15:42:46 +0000646Wed Jul 4 17:44:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
647
648 * xmlwriter.c: patch from Dodji Seketeli to avoid a leak on repeated
649 uses of xmlTextWriterStartDocument()
650
Daniel Veillard734e7662007-06-26 11:30:31 +0000651Tue Jun 26 13:30:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
652
653 * xmlschemas.c: fix a crash on solaris when a printf %s with a NULL
654 argument occurs, should fix #450936
655
William M. Brack31700e62007-06-13 20:33:02 +0000656Wed Jun 13 13:33:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
657
658 * xpath.c: fixed problem in previous fix to xmlXPathNodeSetSort
659
Daniel Veillard38431c32007-06-12 16:20:09 +0000660Tue Jun 12 18:17:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
661
Daniel Veillardc1b3fe02007-08-23 15:00:06 +0000662 * doc/* configure.in NEWS: release of libxml2 2.6.29
Daniel Veillard25a1ce92008-06-02 16:04:12 +0000663 * valid.c: patch from Dagfinn I. Mannsåker for idness of name
Daniel Veillard38431c32007-06-12 16:20:09 +0000664 in HTML, c.f. bug #305885.
665
Daniel Veillarddbbd72b2007-06-12 15:15:52 +0000666Tue Jun 12 17:14:08 CEST 2007 Daniel Veillard <daniel@veillard.com>
667
668 * SAX2.c: fixing bug #319964, parsing of HTML attribute really
669 should not have namespace processing.
670
Daniel Veillarddfac9462007-06-12 14:44:32 +0000671Tue Jun 12 16:42:14 CEST 2007 Daniel Veillard <daniel@veillard.com>
672
673 * parser.c: fixed the push mode when a big comment occurs before
674 an internal subset, should close bug #438835
675 * test/comment6.xml result//comment6.xml*: added a special
676 test in the regression suite
677
Daniel Veillardb9e5acc2007-06-12 13:43:00 +0000678Tue Jun 12 15:41:09 CEST 2007 Daniel Veillard <daniel@veillard.com>
679
680 * parser.c: fix bug #414846 where invalid characters in attributes
681 would sometimes not be detected.
682 * test/errors/attr4.xml result/errors/attr4.xml*: added a specific
683 test case to the regression tests
684
Daniel Veillard3130fe92007-06-12 12:24:54 +0000685Tue Jun 12 14:23:24 CEST 2007 Daniel Veillard <daniel@veillard.com>
686
687 * xstc/Makefile.am: apply patch from Ryan Hill to cope with changes
688 in GNU tar, should fix #396751
689
Daniel Veillarddb670152007-06-12 10:04:37 +0000690Tue Jun 12 12:03:36 CEST 2007 Daniel Veillard <daniel@veillard.com>
691
692 * python/types.c: try to allow compilation on old python version
693 should fix #398125
694
Daniel Veillardfcd02ad2007-06-12 09:49:40 +0000695Tue Jun 12 11:48:15 CEST 2007 Daniel Veillard <daniel@veillard.com>
696
697 * HTMLtree.c: htmlNodeDumpFormatOutput didn't handle XML_ATTRIBUTE_NODe
698 fixes bug #438390
699
Daniel Veillard5cdbbd22007-06-12 09:39:14 +0000700Tue Jun 12 11:37:55 CEST 2007 Daniel Veillard <daniel@veillard.com>
701
702 * xmlIO.c: workaround misgenerated file: URIs c.f. #437385
703
Daniel Veillardd8ed1052007-06-12 09:24:46 +0000704Tue Jun 12 11:22:47 CEST 2007 Daniel Veillard <daniel@veillard.com>
705
706 * relaxng.c: fixed bug #407436 a crash in a specific case of
707 Relax-NG validation
708
Daniel Veillardbe8d9d32007-06-12 09:14:11 +0000709Tue Jun 12 11:12:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
710
711 * catalog.c: fixed bug #383687, some case of recursion on next
712 were not caught in the catalog code.
713
Daniel Veillard861101d2007-06-12 08:38:57 +0000714Tue Jun 12 10:37:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
715
716 * HTMLparser.c: fixed bug #381877, avoid reading over the end
717 of stream when generating an UTF-8 encoding error.
718
Daniel Veillard2e620862007-06-12 08:18:21 +0000719Tue Jun 12 10:16:48 CEST 2007 Daniel Veillard <daniel@veillard.com>
720
721 * parser.c: fixed bug #366161, trivially added the check in
722 xmlCtxtReset()
723
Rob Richards90ee8df2007-06-08 19:47:37 +0000724Fri Jun 8 21:48:21 CEST 2007 Rob Richards <rrichards@ctindustries.net>
725
726 * win32/configure.js win32/Makefile.msvc: add --vcmanifest flag (yes/no)
727 for VC8 build support to embed manifest within files. Under MS VC, build
728 libxml2_a_dll.lib by default (LIBXML_STATIC_FOR_DLL flag).
729
Rob Richardse967f0b2007-06-08 19:36:04 +0000730Fri Jun 8 21:37:46 CEST 2007 Rob Richards <rrichards@ctindustries.net>
731
732 * threads.c include/libxml/threads.h: use specified calling convention
733 for xmlDllMain. Old SDKs (VC6) only support InterlockedCompareExchange.
734 add xmlDllMain to header for win32 when building for static dll
735
Rob Richardsb8769d62007-06-08 08:50:47 +0000736Fri Jun 8 10:51:28 CEST 2007 Rob Richards <rrichards@ctindustries.net>
737
738 * xmlwriter.c: fixed problem with namespace declaration being
739 written more than once per element start tag
740
William M. Brack97ac8192007-06-06 17:19:24 +0000741Wed Jun 6 10:18:28 PDT 2007 William Brack <wbrack@mmm.com.hk>
742
743 * xpath.c: fixed problem with xmlXPathNodeSetSort;
744 fixed problem with xmlXPathNodeTrailingSorted (both bug#413451)
745
William M. Brackd611c882007-05-31 05:07:17 +0000746Wed May 30 22:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
747
748 * xpath.c: fixed problem with string value for PI node
749 (bug #442275)
750
Daniel Veillarde61d75f2007-05-28 14:16:33 +0000751Mon May 28 16:14:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
752
Daniel Veillard25a1ce92008-06-02 16:04:12 +0000753 * uri.c: fix bug reported by François Delyon
Daniel Veillarde61d75f2007-05-28 14:16:33 +0000754
William M. Brack38d452a2007-05-22 16:00:06 +0000755Tue May 22 08:59:48 PDT 2007 William Brack <wbrack@mmm.com.hk>
756
757 * encoding.c: Fixed typo in xmlCharEncFirstLine pointed out
758 by Mark Rowe (bug #440159)
759 * include/libxml/xmlversion.h.in: Added check for definition of
760 _POSIX_C_SOURCE to avoid warnings on Apple OS/X (patch from
761 Wendy Doyle and Mark Rowe, bug #346675)
762 * schematron.c, testapi.c, tree.c, xmlIO.c, xmlsave.c: minor
763 changes to fix compilation warnings - no change to logic.
764
William M. Bracke8827652007-05-16 05:19:13 +0000765Tue May 15 22:18:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
766
767 * nanohttp.c: small enhancement to last fix, pointed out
768 by Alex Cornejo
769
William M. Brackd2f682a2007-05-15 19:42:08 +0000770Tue May 15 12:38:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
771
772 * nanohttp.c: fixed problem on gzip streams (bug #438045)
773 * xpath.c: fixed minor spot of redundant code - no logic change.
774
William M. Brackca797882007-05-11 14:45:53 +0000775Fri May 11 22:45:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
776
777 * xpath.c: enhanced the coding for xmlXPathCastNumberToString
778 in order to produce the required number of significant digits
779 (bug #437179)
780
Daniel Veillardf6cf57a2007-05-09 23:53:30 +0000781Thu May 10 01:52:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
782
783 * list.c: applied patch to fix xmlListAppend() from
Daniel Veillard25a1ce92008-06-02 16:04:12 +0000784 Georges-André SILBER
Daniel Veillardf6cf57a2007-05-09 23:53:30 +0000785 * valid.c: also fix the place wher it was called.
786
Daniel Veillard1ca1be22007-05-02 16:50:03 +0000787Wed May 2 18:47:33 CEST 2007 Daniel Veillard <daniel@veillard.com>
788
789 * parser.c: tried to fix an error problem on entity content failure
790 reported by Michael Day
791
Daniel Veillardc51f51c2007-05-02 16:25:45 +0000792Wed May 2 18:23:35 CEST 2007 Daniel Veillard <daniel@veillard.com>
793
794 * configure.in: typo patch from Bjorn Reese
795
Daniel Veillard491e58e2007-05-02 16:15:18 +0000796Wed May 2 18:12:58 CEST 2007 Daniel Veillard <daniel@veillard.com>
797
798 * HTMLparser.c: applied patch from Michael Day to add support for
799 <embed>
800
Daniel Veillard4d1320f2007-04-26 08:55:33 +0000801Thu Apr 26 10:58:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
802
803 * HTMLparser.c: Jean-Daniel Dupas pointed a couple of problems
804 in htmlCreateDocParserCtxt.
805
Daniel Veillarda1413b82007-04-26 08:33:28 +0000806Thu Apr 26 10:36:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
807
808 * uri.c include/libxml/uri.h: patch from Richard Jones to save
809 the query part in raw form.
Daniel Veillard63cf1b92007-04-26 08:45:23 +0000810 * libxml2-python-api.xml: also added accessor for the python bindings
Daniel Veillarda1413b82007-04-26 08:33:28 +0000811
Daniel Veillardcb4284e2007-04-25 13:55:20 +0000812Wed Apr 25 15:57:32 CEST 2007 Daniel Veillard <daniel@veillard.com>
813
814 * xstc/Makefile.am doc/examples/Makefile.am Makefile.am: applied
815 patch from Richard Jones to for the silent flag on valgrind
816 when doing "make valgrind"
817 * xmlregexp.c: raise a regexp error when '\' is misused to escape
818 a standard character.
819
Daniel Veillardc9923322007-04-24 18:12:06 +0000820Tue Apr 24 20:15:14 CEST 2007 Daniel Veillard <daniel@veillard.com>
821
822 * tree.c: Richard Jones reported xmlBufferAdd (buf, "", -1), fixing it
823
Daniel Veillarda44294f2007-04-24 08:57:54 +0000824Tue Apr 24 10:59:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
825
826 * uri.c: fix xmlURIUnescapeString comments which was confusing
827
Daniel Veillard509ed2a2007-04-18 07:51:50 +0000828Wed Apr 18 09:52:25 CEST 2007 Daniel Veillard <daniel@veillard.com>
829
830 * include/win32config.h libxml.h: new patch from Andreas Stricke to
831 better integrate support for Windows CE
832
Daniel Veillard39bcf942007-04-17 14:47:05 +0000833Tue Apr 17 16:50:12 CEST 2007 Daniel Veillard <daniel@veillard.com>
834
835 * doc/* configure.in NEWS: release of libxml2 2.6.28
836
Daniel Veillard59d3ed82007-04-17 12:44:58 +0000837Tue Apr 17 14:47:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
838
839 * catalog.c libxml.h win32/wince/wincecompat.h win32/wince/wincecompat.c
840 xmlIO.c nanohttp.c nanoftp.c trio.c triostr.c triostr.h: applied
841 patch from Andreas Stricke to ease the compilation on Windows CE
842
Daniel Veillarded121382007-04-17 12:33:19 +0000843Tue Apr 17 14:34:45 CEST 2007 Daniel Veillard <daniel@veillard.com>
844
845 * xmllint.c catalog.c: "xmllint unusable on win32" so applied
846 a libxml2 patch from Christian Ehrlicher
847
Daniel Veillard42720242007-04-16 07:02:31 +0000848Mon Apr 16 09:05:01 CEST 2007 Daniel Veillard <daniel@veillard.com>
849
850 * HTMLparser.c: change the way script/style are parsed to
851 not try to detect comments, reported by Mike Day
852 * result/HTML/doc3.*: affects the result of that test
853
William M. Brack56578372007-04-11 14:33:46 +0000854Wed Apr 11 22:38:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
855
856 * xmlregexp.c: small enhancement for quantifier range with
857 min occurs of 0; fixes bug 425542.
858
Daniel Veillardbd672bc2007-03-30 12:39:25 +0000859Fri Mar 30 14:41:57 CEST 2007 Daniel Veillard <daniel@veillard.com>
860
861 * xmlIO.c: applied change from Michael Day to avoid a problem when
862 compiled without zlib support.
863
Daniel Veillard7ef51692007-03-21 16:47:12 +0000864Wed Mar 21 17:58:13 CET 2007 Daniel Veillard <daniel@veillard.com>
865
866 * include/libxml/xpath.h: applied documentation patch from James Dennett
867
William M. Bracka9cbf282007-03-21 13:16:33 +0000868Wed Mar 21 21:20:48 HKT 2007 William Brack <wbrack@mmm.com.hk>
869
870 * xmlregexp.c: fixed problem with 0x2d in Char Range (bug #420596)
871 * test/regexp/bug420596, result/regexp/bug420596: added regression
872 test for this
873
William M. Bracke978ae22007-03-21 06:16:02 +0000874Wed Mar 21 14:23:08 HKT 2007 William Brack <wbrack@mmm.com.hk>
875
876 * HTMLparser.c: fixed memory access error on parsing of meta data
877 which had errors (bug #382206). Also cleaned up a few warnings
878 by adding some additional DECL macros.
879
Daniel Veillardbd444842007-03-20 08:47:29 +0000880Tue Mar 20 09:58:13 CET 2007 Daniel Veillard <daniel@veillard.com>
881
Daniel Veillard25a1ce92008-06-02 16:04:12 +0000882 * nanoftp.c: applied patch from Björn Wiberg to try to fix again
Daniel Veillardbd444842007-03-20 08:47:29 +0000883 the silly __ss_familly problem on various AIXes, should fix #420184
884
William M. Brack0c1e3012007-03-14 12:40:21 +0000885Wed Mar 14 20:30:38 HKT 2007 William Brack <wbrack@mmm.com.hk>
886
887 * configure.in: corrected small error in last commit
888 * xmlreader.c: corrected small typo in last commit
889
William M. Brack06559b32007-03-14 09:34:15 +0000890Wed Mar 14 19:35:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
891
892 * xmlschemas.c: fixed problem with referenced attribute groups
893 (bug #417621)
894 * configure.in: re-ordered some includes for types.h / socket.h
895 (bug #416001)
896
Daniel Veillarda9c56772007-03-09 16:59:05 +0000897Fri Mar 9 17:54:40 CET 2007 Daniel Veillard <daniel@veillard.com>
898
899 * xmlreader.c: applied patch from Julien Reichel cleaning up mode
900 and state internal flags mixups
901
William M. Brackee0b9822007-03-07 08:15:01 +0000902Wed Mar 7 16:18:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
903
904 * xpath.c: fixed xmlXPathCmpNodes for incorrect result on certain
905 cases when comparing identical nodes (bug #415567) with patch
906 from Oleg Paraschenko
907
William M. Brack7a12e572007-02-16 17:11:09 +0000908Fri Feb 16 09:13:38 PST 2007 William Brack <wbrack@mmm.com.hk>
909
910 * python/libxml.py: fixed tab problem with patch from
911 Andreas Hanke (bug #408626)
912
913Thu Feb 15 12:43:28 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack43a87292007-02-15 20:41:02 +0000914
915 * doc/xml.html: Changed all references to libxml2 CVS over to
916 the corresponding SVN. A few other spelling/grammar/links
917 also changed.
918 * doc/libxml2-api.xml, doc/*.html: Regenerated all docs.
919
William M. Brack0bcec062007-02-14 02:15:19 +0000920Tue Feb 13 18:15:58 PST 2007 William Brack <wbrack@mmm.com.hk>
921
922 * xpath.c: Fixed memory bug with invalid function reported by
923 Francois Delyon on mailing list
924
William M. Brack53ce98c2007-02-13 00:37:20 +0000925Mon Feb 12 16:40:48 PST 2007 William Brack <wbrack@mmm.com.hk>
926
927 * xinclude.c: fixed problem with invalid char encountered
928 during text include (reported on xslt mailing list)
929
Daniel Veillardfde5b0b2007-02-12 17:31:53 +0000930Mon Feb 12 18:30:01 CET 2007 Daniel Veillard <daniel@veillard.com>
931
932 * Makefile.am: small cleanup to avoid packaging .svn
933 * libxml.h threads.c parser.c: applied patch to avoid a problem
934 in concurrent threaded initialization fix from Ted Phelps
935
William M. Brackd46c1ca2007-02-08 23:34:34 +0000936Thu Feb 08 15:35:18 PST 2007 William Brack <wbrack@mmm.com.hk>
937
938 * parser.c: added a GROW when parsing complex comments (bug #405666)
939 * gentest.py, testapi.c: added a hack to prevent destruction of any
940 param with 'destroy' in it's description (i.e. param destroyed by
941 the routine under test, so shouldn't be destroyed by testapi)
942 * xmlreader.c: added freeing of 'input' param even on error
943 (fixes leak detected by testapi)
944
William M. Brackc1099be2007-01-31 18:38:56 +0000945Wed Jan 31 10:25:38 PST 2007 William Brack <wbrack@mmm.com.hk>
946
947 * testAutomata.c, testRegexp.c, testThreads.c, testThreadsWin32.c,
948 xmlwriter.c: repositioned #include for libxml.h to avoid
949 compilation error on some architectures (bug #398277)
950 * fixed screwed-up ChangeLog (deleted some duplicate entries)
951
William M. Brack72239ba2007-01-31 18:25:12 +0000952Fri Jan 26 00:05:18 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack22242272007-01-27 07:59:37 +0000953
Daniel Veillard25a1ce92008-06-02 16:04:12 +0000954 * implemented patch from Stéphane Bidoul for uri.c (bug #389767)
William M. Brack22242272007-01-27 07:59:37 +0000955
William M. Brack72239ba2007-01-31 18:25:12 +0000956Thu Jan 25 11:15:08 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack11be2d02007-01-24 19:17:19 +0000957
958 * xpath.c: added checks for alloc fail on calls to
959 xmlXPathNewContext (libxslt bug #400242)
960
961Thu Jan 11 15:38:08 PST 2007 William Brack <wbrack@mmm.com.hk>
962
963 * Re-generated the documentation (API chunks 27-29 were missing)
964 (also causes changes to testapi.c, elfgcchack.h and
965 win32/libxml2.def.src)
966
967Tue Jan 9 22:24:26 CET 2007 Daniel Veillard <daniel@veillard.com>
968
969 * python/libxml.c: fix a memory leak in the python string handling
970 when SAX event are passed back to the python handlers
971
972Thu Jan 4 18:27:49 CET 2007 Daniel Veillard <daniel@veillard.com>
973
974 * xmlreader.c: fix xmlTextReaderSetup() description
975 * test/relaxng/empty1.rng test/relaxng/comps_0.xml
976 test/relaxng/empty1_0.xml test/relaxng/comps.rng
977 test/relaxng/empty0.rng test/relaxng/empty0_0.xml
978 test/relaxng/empty1_1.xml: tests which were apparently
979 never commited to CVS
980
981Wed Jan 3 16:05:21 PST 2007 Aleksey Sanin <aleksey@aleksey.com>
982
983 * xmlreader.c include/libxml/xmlreader.h win32/libxml2.def.src:
984 expose xmlTextReaderSetup() function
985
986Wed Jan 3 16:14:13 CET 2007 Daniel Veillard <daniel@veillard.com>
987
988 * configure.in: adapt the extra versioning code to SVN
989
990Thu Dec 14 16:52:34 CET 2006 Daniel Veillard <daniel@veillard.com>
991
992 * python/generator.py python/libxml.py: apparently id() sometimes
993 generate negative values and %X outputs -XXXX :-(
994
995Mon Dec 4 10:30:25 CET 2006 Daniel Veillard <daniel@veillard.com>
996
997 * parser.c include/libxml/tree.h: patch from Michael Day on standalone
998 and XML declaration detection, and associated documentation change
999
1000Mon Dec 4 10:27:01 CET 2006 Daniel Veillard <daniel@veillard.com>
1001
1002 * xinclude.c: another XInclude user data propagation patch from
1003 Michael Day
1004
1005Thu Nov 23 17:22:03 CET 2006 Daniel Veillard <daniel@veillard.com>
1006
1007 * HTMLparser.c: applied patch from Steven Rainwater to fix
1008 UTF8ToHtml behaviour on code points which are not mappable to
1009 predefined HTML entities, fixes #377544
1010
1011Thu Nov 23 17:11:23 CET 2006 Daniel Veillard <daniel@veillard.com>
1012
1013 * xpath.c: fixed a bug where the principal node type of an axis
1014 wasn't tested on name check, fixes bug #377432
1015
1016Wed Nov 8 10:19:27 CET 2006 Daniel Veillard <daniel@veillard.com>
1017
1018 * HTMLparser.c: change htmlCtxtReset() following Michael Day bug
1019 report and suggestion.
1020
1021Mon Nov 6 09:56:41 CET 2006 Daniel Veillard <daniel@veillard.com>
1022
1023 * uri.c: applied patch from Igor for path conversion on Windows
1024
1025Thu Nov 2 11:29:17 CET 2006 Daniel Veillard <daniel@veillard.com>
1026
1027 * xmlregexp.c: another small change on the algorithm for the
1028 elimination of epsilon transitions, should help on #362989 too
1029
1030Wed Nov 1 16:33:10 CET 2006 Daniel Veillard <daniel@veillard.com>
1031
1032 * tree.c: applied documentation patches from Markus Keim
1033 * xmlregexp.c: fixed one bug and added a couple of optimisations
1034 while working on bug #362989
1035
1036Fri Oct 27 14:54:07 CEST 2006 Daniel Veillard <daniel@veillard.com>
1037
1038 * HTMLparser.c: applied a reworked version of Usamah Malik patch
1039 to avoid growing the parser stack in some autoclose cases, should
1040 fix #361221
1041
1042Thu Oct 26 10:54:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
1043
1044 * xpath.c: William spotted an obvious bug
1045
1046Wed Oct 25 18:04:50 CEST 2006 Daniel Veillard <daniel@veillard.com>
1047
1048 * NEWS configure.in testapi.c doc//*: preparing release of
1049 libxml2-2.6.27
1050 * include/libxml/tree.h: fix a small problem with preproc flags
1051
1052Fri Oct 20 14:55:47 CEST 2006 Daniel Veillard <daniel@veillard.com>
1053
1054 * tree.c: fix comment for xmlDocSetRootElement c.f. #351981
1055 * xmllint.c: order XPath elements when using --shell
1056
1057Tue Oct 17 23:23:26 CEST 2006 Daniel Veillard <daniel@veillard.com>
1058
1059 * xmlregexp.c: applied fix from Christopher Boumenot for bug
1060 #362714 on regexps missing ']'
1061
1062Tue Oct 17 22:32:42 CEST 2006 Daniel Veillard <daniel@veillard.com>
1063
1064 * parserInternals.c: applied patch from Marius Konitzer to avoid
1065 leaking in xmlNewInputFromFile() in case of HTTP redirection
1066
1067Tue Oct 17 22:19:02 CEST 2006 Daniel Veillard <daniel@veillard.com>
1068
1069 * HTMLparser.c: fix one problem found in htmlCtxtUseOptions()
1070 and pointed in #340591
1071
1072Tue Oct 17 22:04:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
1073
1074 * HTMLparser.c: fixed teh 2 stupid bugs affecting htmlReadDoc() and
1075 htmlReadIO() this should fix #340322
1076
1077Tue Oct 17 21:39:23 CEST 2006 Daniel Veillard <daniel@veillard.com>
1078
1079 * xpath.c: applied patch from Olaf Walkowiak which should fix #334104
1080
1081Tue Oct 17 18:12:34 CEST 2006 Daniel Veillard <daniel@veillard.com>
1082
1083 * HTMLparser.c: fixing HTML minimized attribute values to be generated
1084 internally if not present, fixes bug #332124
1085 * result/HTML/doc2.htm.sax result/HTML/doc3.htm.sax
1086 result/HTML/wired.html.sax: this affects the SAX event strem for
1087 a few test cases
1088
1089Tue Oct 17 17:56:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
1090
1091 * HTMLparser.c: fixing HTML entities in attributes parsing bug #362552
1092 * result/HTML/entities2.html* test/HTML/entities2.html: added to
1093 the regression suite
1094
1095Tue Oct 17 01:21:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
1096
1097 * xmllint.c: started to switch xmllint to use xmlSaveDoc to test
1098 #342556
1099 * xmlsave.c: fixed #342556 easy and a whole set of problems with
1100 encodings, BOM and xmlSaveDoc()
1101
1102Mon Oct 16 15:14:53 CEST 2006 Daniel Veillard <daniel@veillard.com>
1103
1104 * HTMLparser.c: fix #348252 if the document clains to be in a
1105 different encoding in the meta tag and it's obviously wrong,
1106 don't screw up the end of the content.
1107
1108Mon Oct 16 11:32:09 CEST 2006 Daniel Veillard <daniel@veillard.com>
1109
1110 * HTMLparser.c: fix a chunking and script bug #347708
1111
1112Mon Oct 16 09:51:05 CEST 2006 Daniel Veillard <daniel@veillard.com>
1113
1114 * HTMLparser.c: remove a warning
1115 * encoding.c: check with uppercase for AIX iconv() should fix #352644
1116 * doc/examples/Makefile.am: partially handle one bug report
1117
1118Sun Oct 15 22:31:42 CEST 2006 Daniel Veillard <daniel@veillard.com>
1119
1120 * parser.c: fix the patch for unreproductable #343000 but
1121 also fix a line/column keeping error
1122 * result/errors/attr1.xml.err result/errors/attr2.xml.err
1123 result/errors/name.xml.err result/errors/name2.xml.err
1124 result/schemas/anyAttr-processContents-err1_0_0.err
1125 result/schemas/bug312957_1_0.err: affected lines in error output
1126 of the regression tests
1127
1128Sat Oct 14 10:46:46 CEST 2006 Daniel Veillard <daniel@veillard.com>
1129
1130 * tree.c: fixing bug #344390 with xmlReconciliateNs
1131
1132Sat Oct 14 00:31:49 CEST 2006 Daniel Veillard <daniel@veillard.com>
1133
1134 * xmllint.c: added --html --memory to test htmlReadMemory to
1135 test #321632
1136 * HTMLparser.c: added various initialization calls which may help
1137 #321632 but not conclusive
1138 * testapi.c tree.c include/libxml/tree.h: fixed compilation with
1139 --with-minimum --with-sax1 and --with-minimum --with-schemas
1140 fixing #326442
1141
1142Fri Oct 13 18:30:55 CEST 2006 Daniel Veillard <daniel@veillard.com>
1143
1144 * relaxng.c: fix a Relax-NG bug related to element content processing,
1145 fixes bug #302836
1146 * test/relaxng/302836.rng test/relaxng/302836_0.xml
1147 result/relaxng/302836*: added to regression tests
1148
1149Fri Oct 13 14:42:44 CEST 2006 Daniel Veillard <daniel@veillard.com>
1150
1151 * parser.c: fix a problem in xmlSplitQName resulting in bug #334669
1152
1153Fri Oct 13 12:27:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
1154
1155 * parser.c: fixed xmlIOParseDTD handling of @input in error case,
1156 Should fix #335085
1157 * testapi.c: reset the http_proxy env variable to not waste time
1158 on regression tests
1159
1160Thu Oct 12 23:07:43 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1161
1162 * xmlIO.c: fix Windows compile - missing xmlWrapOpen.
1163
1164Thu Oct 12 18:21:18 CEST 2006 Daniel Veillard <daniel@veillard.com>
1165
1166 * parser.c: fixed the heuristic used when trying to detect mixed-content
1167 elememts if the parser wants to treat ignorable whitespaces
1168 in a non-standard way, should fix bug #300263
1169
1170Thu Oct 12 14:52:38 CEST 2006 Daniel Veillard <daniel@veillard.com>
1171
1172 * parser.c: fix a first arg error in SAX callback pointed out by
1173 Mike Hommey, and another one still hanging around. Should fix #342737
1174
1175Wed Oct 11 23:11:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1176
1177 * include/libxml/xmlversion.h.in: fix comment on versions
1178 * xmlmemory.c: do not spend too much time digging in dumped memory
1179
1180Wed Oct 11 18:40:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
1181
1182 * valid.c: fixed a weird error where validity context whould not
1183 show up if warnings were disabled pointed out by Bob Stayton
1184 * xmlIO.c doc/generator.py: cleanup and fix to regenerate the docs
1185 * doc//* testapi.c: rebuilt the docs
1186
1187Wed Oct 11 14:32:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
1188
1189 * libxml-2.0.pc.in: applied patch from Mikhail Zabaluev to separate
1190 library flags for shared and static builds, fixes #344594. If this
1191 bites you, use xml2-config.
1192
1193Wed Oct 11 11:27:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
1194
1195 * python/Makefile.am: remove the build path recorded in the python
1196 shared module as Peter Breitenlohner pointed out, should fix #346022
1197
1198Wed Oct 11 11:14:51 CEST 2006 Daniel Veillard <daniel@veillard.com>
1199
1200 * xmlIO.c: applied patch from Mikhail Zabaluev fixing the conditions
1201 of unescaping from URL to filepath, should fix #344588.
1202
1203Wed Oct 11 10:24:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1204
1205 * configure.in xstc/Makefile.am: applied patch from Peter Breitenlohner
1206 for wget detection and fix of a Python path problem, should fix
1207 #340993
1208
1209Tue Oct 10 22:02:29 CEST 2006 Daniel Veillard <daniel@veillard.com>
1210
1211 * include/libxml/entities.h entities.c SAX2.c parser.c: trying to
1212 fix entities behaviour when using SAX, had to extend entities
1213 content and hack on the entities processing code, but that should
1214 fix the long standing bug #159219
1215
1216Tue Oct 10 14:36:18 CEST 2006 Daniel Veillard <daniel@veillard.com>
1217
1218 * uri.c include/libxml/uri.h: add a new function xmlPathToUri()
1219 to provide a clean conversion when setting up a base
1220 * SAX2.c tree.c: use said function when setting up doc->URL
1221 or using the xmlSetBase function. Should fix #346261
1222
1223Tue Oct 10 11:05:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
1224
1225 * xmlIO.c: applied a portability patch from Emelyanov Alexey
1226
1227Tue Oct 10 10:52:01 CEST 2006 Daniel Veillard <daniel@veillard.com>
1228
1229 * parser.c: applied and slightly modified a patch from Michael Day to
1230 keep _private in the parser context when parsing external entities
1231
1232Tue Oct 10 10:33:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
1233
1234 * python/libxml.py python/types.c: applied patch from Ross Reedstrom,
1235 Brian West and Stefan Anca to add XPointer suport to the Python bindings
1236
1237Fri Sep 29 11:13:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
1238
1239 * xmlsave.c: fixed a comment
1240 * xinclude.c include/libxml/xinclude.h: applied a patch from Michael Day
1241 to add a new function providing the _private field for the generated
1242 parser contexts xmlXIncludeProcessFlagsData()
1243
1244Thu Sep 21 10:36:11 CEST 2006 Daniel Veillard <daniel@veillard.com>
1245
1246 * xmlIO.c: applied patch from Michael Day doing some refactoring
1247 for the catalog entity loaders.
1248
1249Thu Sep 21 08:53:06 CEST 2006 Daniel Veillard <daniel@veillard.com>
1250
1251 * HTMLparser.c include/libxml/HTMLparser.h: exports htmlNewParserCtxt()
1252 as Michael Day pointed out this is needed to use htmlCtxtRead*()
1253
1254Tue Sep 19 14:42:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
1255
1256 * parser.c: applied patch from Ben Darnell on #321545, I could not
1257 reproduce the problem but 1/ this is safe 2/ it's better to be safe.
1258
1259Sat Sep 16 16:02:23 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1260
1261 * tree.c: xmlTextConcat works with comments and PI nodes (bug #355962).
1262 * parser.c: fix resulting tree corruption when using XML namespace
1263 with existing doc in xmlParseBalancedChunkMemoryRecover.
1264
1265Fri Sep 1 11:52:55 CEST 2006 Daniel Veillard <daniel@veillard.com>
1266
1267 * xmlIO.c: another patch from Emelyanov Alexey to clean up a few things
1268 in the previous patch.
1269
1270Wed Aug 30 15:10:09 CEST 2006 Daniel Veillard <daniel@veillard.com>
1271
1272 * xmlIO.c: applied patch from Roland Schwingel to fix the problem
1273 with file names in UTF-8 on Windows, and compat on older win9x
1274 versions.
1275
1276Tue Aug 22 16:51:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
1277
1278 * valid.c: fixed a bug #203125 in Red hat bugzilla, crashing PHP4
1279 on validation errors, the heuristic to guess is a vctxt user
1280 pointer is the parsing context was insufficient.
1281
1282Mon Aug 21 10:40:10 CEST 2006 Daniel Veillard <daniel@veillard.com>
1283
1284 * doc/xmlcatalog.1 doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.xml:
1285 applied patch to man pages from Daniel Leidert and regenerated
1286
1287Thu Aug 17 00:48:31 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1288
1289 * xmlwriter.c: Add a document to the xmlwriter structure and
1290 pass document when writing attribute content for encoding support.
1291
1292Wed Aug 16 01:15:12 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1293
1294 * HTMLtree.c xmlsave.c: Add linefeeds to error messages allowing
1295 for consistant handling.
1296
1297Tue Aug 15 15:02:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1298
1299 * xpath.c: Applied the proposed fix for the documentation
1300 of xmlXPathCastToString(); see bug #346202.
1301
1302Tue Aug 15 14:49:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1303
1304 * xmlschemas.c: While investigating bug #350247, I noticed
1305 that xmlSchemaIDCMatcher structs are massively recreated
1306 although only a maximum of 3 structs is used at the same
1307 time; added a cache for those structures to the
1308 validation context.
1309
1310Sat Aug 12 16:12:53 CEST 2006 Daniel Veillard <daniel@veillard.com>
1311
1312 * xmlschemas.c: applied patch from Marton Illes to fix an allocation
1313 bug in xmlSchemaXPathEvaluate should close #351032
1314
1315Mon Aug 7 13:08:46 CEST 2006 Daniel Veillard <daniel@veillard.com>
1316
1317 * xmlschemas.c: applied patch from Bertrand Fritsch to fix a bug in
1318 xmlSchemaClearValidCtxt
1319
1320Fri Aug 4 14:50:41 CEST 2006 Daniel Veillard <daniel@veillard.com>
1321
1322 * python/generator.py: fixed the conversion of long parameters
1323
1324Thu Jul 13 15:03:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1325
1326 * xmlsave.c: Removed the automatic generation of CDATA sections
1327 for the content of the "script" and "style" elements when
1328 serializing XHTML. The issue was reported by Vincent Lefevre,
1329 bug #345147.
1330 * result/xhtml1 result/noent/xhtml1: Adjusted regression test
1331 results due to the serialization change described above.
1332
1333Thu Jul 13 08:32:21 CEST 2006 Daniel Veillard <daniel@veillard.com>
1334
1335 * configure.in parser.c xmllint.c include/libxml/parser.h
1336 include/libxml/xmlversion.h.in: applied patch from Andrew W. Nosenko
1337 to expose if zlib support was compiled in, in the header, in the
1338 feature API and in the xmllint --version output.
1339
1340Thu Jul 13 08:24:14 CEST 2006 Daniel Veillard <daniel@veillard.com>
1341
1342 * SAX2.c: refactor to use normal warnings for entities problem
1343 and not straight SAX callbacks.
1344
1345Wed Jul 12 17:13:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1346
1347 * xmlschemas.c: Fixed bug #347316, reported by David Belius:
1348 The simple type, which was the content type definition
1349 of a complex type, which in turn was the base type of a
1350 extending complex type, was missed to be set on this
1351 extending complex type in the derivation machinery.
1352
1353Mon Jul 3 13:36:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1354
1355 * xpath.c: Changed xmlXPathCollectAndTest() to use
1356 xmlXPathNodeSetAddNs() when adding a ns-node in case of
1357 NODE_TEST_TYPE (the ns-node was previously added plainly
1358 to the list). Since for NODE_TEST_ALL and NODE_TEST_NAME
1359 this specialized ns-addition function was already used,
1360 I assume it was missed to be used with NODE_TEST_TYPE.
1361
1362Mon Jul 3 10:57:33 CEST 2006 Daniel Veillard <daniel@veillard.com>
1363
1364 * HTMLparser.c: applied const'ification of strings patch from
1365 Matthias Clasen
1366
1367Thu Jun 29 13:51:12 CEST 2006 Daniel Veillard <daniel@veillard.com>
1368
1369 * threads.c: patch from Andrew W. Nosenko, xmlFreeRMutex forgot to
1370 destroy the condition associated to the mutex.
1371
1372Thu Jun 29 12:48:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1373
1374 * xpath.c: Fixed a double-free in xmlXPathCompOpEvalToBoolean(),
1375 revealed by a Libxslt regression test.
1376
1377Thu Jun 29 12:28:07 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1378
1379 * xpath.c: Enhanced xmlXPathCompOpEvalToBoolean() to be also
1380 usable outside predicate evaluation; the intention is to
1381 use it via xmlXPathCompiledEvalToBoolean() for XSLT tests,
1382 like in <xsl:if test="/foo">.
1383
1384Wed Jun 28 19:11:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1385
1386 * xpath.c: Fix a memory leak which occurred when using
1387 xmlXPathCompiledEvalToBoolean().
1388
1389Mon Jun 26 17:24:28 UTC 2006 William Brack <wbrack@mmm.com.hk>
1390
1391 * python/libxml.c, python/libxml.py, python/tests/compareNodes.py,
1392 python/tests/Makefile.am:
1393 Added code submitted by Andreas Pakulat to provide node
1394 equality, inequality and hash functions, plus a single
1395 test program to check the functions (bugs 345779 + 345961).
1396
1397Mon Jun 26 18:38:51 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1398
1399 * xpath.c: Added xmlXPathCompiledEvalToBoolean() to the API and
1400 adjusted/added xmlXPathRunEval(), xmlXPathRunStreamEval(),
1401 xmlXPathCompOpEvalToBoolean(), xmlXPathNodeCollectAndTest()
1402 to be aware of a boolean result request. The new function
1403 is now used to evaluate predicates.
1404
1405Mon Jun 26 16:22:50 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1406
1407 * xpath.c: Fixed an bug in xmlXPathCompExprAdd(): the newly
1408 introduced field @rewriteType on xmlXPathStepOp was not
1409 initialized to zero here; this could lead to the activation
1410 of the axis rewrite code in xmlXPathNodeCollectAndTest() when
1411 @rewriteType is randomly set to the value 1. A test
1412 (hardcoding the intial value to 1) revealed that the
1413 resulting incorrect behaviour is similar to the behaviour
1414 as described by Arnold Hendriks on the mailing list; so I
1415 hope that will fix the issue.
1416
1417Fri Jun 23 18:26:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1418
1419 * xpath.c: Fixed an error in xmlXPathEvalExpr(), which
1420 was introduced with the addition of the d-o-s rewrite
1421 and made xpath.c unable to compile if XPATH_STREAMING
1422 was not defined (reported by Kupriyanov Anatolij -
1423 #345752). Fixed the check for d-o-s rewrite
1424 to work on the correct XPath string, which is ctxt->base
1425 and not comp->expr in this case.
1426
1427Mon Jun 19 12:23:41 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1428
1429 * xpath.c: Added optimization for positional predicates
1430 (only short-hand form "[n]"), which have a preceding
1431 predicate: "/foo[descendant::bar][3]".
1432
1433Sun Jun 18 20:59:02 EDT 2006 Daniel Veillard <daniel@veillard.com>
1434
1435 * parser.c: try to fix the crash raised by the parser in
1436 recover mode as pointed by Ryan Phillips
1437
1438Sun Jun 18 18:44:56 EDT 2006 Daniel Veillard <daniel@veillard.com>
1439
1440 * python/types.c: patch from Nic Ferrier to provide a better type
1441 mapping from XPath to python
1442
1443Sun Jun 18 18:35:50 EDT 2006 Daniel Veillard <daniel@veillard.com>
1444
1445 * runtest.c: applied patch from Boz for VMS and reporting
1446 Schemas errors.
1447
1448Sun Jun 18 18:22:25 EDT 2006 Daniel Veillard <daniel@veillard.com>
1449
1450 * testapi.c: applied patch from Felipe Contreras when compiling
1451 with --with-minimum
1452
1453Fri Jun 16 21:37:44 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1454
1455 * tree.c include/libxml/tree.h: Fixed a bug in
1456 xmlDOMWrapAdoptNode(); the tree traversal stopped if the
1457 very first given node had an attribute node :-( This was due
1458 to a missed check in the traversal mechanism.
1459 Expanded the xmlDOMWrapCtxt: it now holds the namespace map
1460 used in xmlDOMWrapAdoptNode() and xmlDOMWrapCloneNode() for
1461 reusal; so the map-items don't need to be created for every
1462 cloning/adoption. Added a callback function to it for
1463 retrieval of xmlNsPtr to be set on node->ns; this is needed
1464 for my custom handling of ns-references in my DOM wrapper.
1465 Substituted code which created the XML namespace decl on
1466 the doc for a call to xmlTreeEnsureXMLDecl(). Removed
1467 those nastly "warnigns" from the docs of the clone/adopt
1468 functions; they work fine on my side.
1469
1470Mon Jun 12 13:23:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1471
1472 * result/pattern/namespaces: Adjusted the result of a
1473 regression test, since the fix of xmlGetNodePath() revealed a
1474 bug in this test result.
1475
1476Mon Jun 12 13:06:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1477
1478 * tree.c: Got rid of a compiler warning in xmlGetNodePath().
1479
1480Mon Jun 12 12:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1481
1482 * tree.c: Fixed xmlGetNodePath() to generate the node test "*"
1483 for elements in the default namespace, rather than generating
1484 an unprefixed named node test and loosing the namespace
1485 information.
1486
1487Fri Jun 9 21:45:02 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1488
1489 * include/libxml/parser.h: Clarified in the docs that the tree
1490 must not be tried to be modified if using the parser flag
1491 XML_PARSE_COMPACT as suggested by Stefan Behnel
1492 (#344390).
1493
1494Tue Jun 6 17:50:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
1495
1496 * configure.ini NEWS doc//* libxml.spec.in : preparing release of 2.6.26
1497
1498Tue Jun 6 17:25:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1499
1500 * xpath.c: Fixed self-invented a segfault in xmlXPathCtxtCompile(),
1501 when the expression was not valid and @comp was NULL and I
1502 tried to do the d-o-s rewrite.
1503
1504Tue Jun 6 15:19:57 CEST 2006 Daniel Veillard <daniel@veillard.com>
1505
1506 * configure.ini NEWS doc//* libxml.spec.in : preparing release of 2.6.25
1507
1508Tue Jun 6 11:28:15 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1509
1510 * xpath.c: Enabled the compound traversal again; I added a
1511 check to use this only if the have an expression starting
1512 with the document node; so in the case of "//foo", we
1513 already know at compilation-time, that there will be only
1514 1 initial context node. Added the rewrite also to
1515 xmlXPathEvalExpr().
1516
1517Tue Jun 6 10:23:10 CEST 2006 Daniel Veillard <daniel@veillard.com>
1518
1519 * xinclude.c: fix bug #343968, include='text' can't lead to a
1520 recursion.
1521
1522Fri Jun 2 22:47:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1523
1524 * xpath.c: Disabled the compound traversal for the release;
1525 I need first to assure that this is done only if we have
1526 1 initial node.
1527
1528Wed May 31 13:53:41 PST 2006 Aleksey Sanin <aleksey@aleksey.com>
1529
1530 * xpath.c: fixed memory leak in xpath error reporting
1531
1532Wed May 31 15:30:16 CEST 2006 Daniel Veillard <daniel@veillard.com>
1533
1534 * libxml.h triodef.h: applied patch from Olli Savia for LynxOS
1535
1536Wed May 31 14:33:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1537
1538 * xpath.c include/libxml/xpath.h runsuite.c:
1539 Changed the name of the recently added public function
1540 xmlXPathContextSetObjectCache() to
1541 xmlXPathContextSetCache(); so a more generic one, in
1542 case we decide to cache more things than only XPath
1543 objects.
1544
1545Tue May 30 21:36:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1546
1547 * xpath.c: Optimized xmlXPathNodeCollectAndTest() and
1548 xmlXPathNodeCollectAndTestNth() to evaluate a compound
1549 traversal of 2 axes when we have a "//foo" expression.
1550 This is done with a rewrite of the XPath AST in
1551 xmlXPathRewriteDOSExpression(); I added an additional field
1552 to xmlXPathStepOp for this (but the field's name should be
1553 changed). The mechanism: the embracing descendant-or-self
1554 axis traversal (also optimized to return only nodes which
1555 can hold elements), will produce context nodes for the
1556 inner traversal of the child axis. This way we avoid a full
1557 node-collecting traversal of the descendant-or-self axis.
1558 Some tests indicate that this can reduce execution time of
1559 "//foo" to 50%. Together with the XPath object cache this
1560 all significantly speeds up libxslt.
1561
1562Tue May 30 11:38:47 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1563
1564 * xmlschemas.c: A warning will now be reported in the value of
1565 the XSD attribute 'schemaLocation' does not consist of tuples
1566 (namespace-name, document-URI). A warning will be reported
1567 if a schema document could not be found at the specified
1568 location (via 'schemaLocation' or
1569 'noNamespaceSchemaLocation').
1570 * include/libxml/xmlerror.h: Added XML_SCHEMAV_MISC to
1571 xmlParserErrors.
1572
1573Tue May 30 11:21:34 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1574
1575 * xpath.c: Enhanced xmlXPathNodeCollectAndTest() to avoid
1576 recreation (if possible) of the node-set which is used to
1577 collect the nodes in the current axis for the currect context
1578 node. Especially for "//foo" this will decrease dramatically
1579 the number of created node-sets, since for each node in the
1580 result node-set of the evaluation of descendant-or-self::node()
1581 a new temporary node-set was created. Added node iterator
1582 xmlXPathNextChildElement() as a tiny optimization for
1583 child::foo.
1584
1585Mon May 29 18:06:17 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1586
1587 * xpath.c include/libxml/xpath.h: Added an XPath object cache.
1588 It sits on an xmlXPathContext and need to be explicitely
1589 activated (or deactivated again) with
1590 xmlXPathContextSetObjectCache(). The cache consists of 5
1591 lists for node-set, string, number, boolean and misc XPath
1592 objects. Internally the xpath.c module will use object-
1593 deposition and -acquisition functions which will try to reuse
1594 as many XPath objects as possible, and fallback to normal
1595 free/create behaviour if no cache is available or if the cache
1596 is full.
1597 * runsuite.c: Adjusted to deactivate the cache for XML Schema
1598 tests if a cache-creation is turned on by default for the whole
1599 library, e.g. for testing purposes of the cache. It is
1600 deactivated here in order to avoid confusion of the memory leak
1601 detection in runsuite.c.
1602
1603Wed May 24 10:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1604
1605 * xpath.c: Removed a memcpy if xmlXPathNodeSetMerge(); it
1606 seems we really need to walk the whole list, since those
1607 nastly namespace nodes need to be added with
1608 xmlXPathNodeSetDupNs(); thus a pure memcpy is not possible.
1609 A flag on the node-set indicating if namespace nodes are in
1610 the set would help here; this is the 3rd flag which would
1611 be usefull with node-sets. The current flags I have in mind:
1612 1) Is a node-set already sorted?
1613 This would allow for rebust and optimizable sorting
1614 behaviour.
1615 2) Of what type are the nodes in the set (or of mixed type)?
1616 This would allow for faster merging of node-sets.
1617 3) Are namespace nodes in the set?
1618 This would allow to skipp all the namespace node specific
1619 special handling. Faster node-set merging if the first
1620 set is empty; just memcpy the set.
1621
1622Mon May 22 17:14:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1623
1624 * xpath.c: Optimization of count(): eliminated sorting
1625 (see bug #165547). Optimization of XPATH_OP_FILTER if the
1626 predicate is a [1] (disable with XP_OPTIMIZED_FILTER_FIRST if
1627 it produces trouble). Tiny opt in xmlXPathNodeSetMerge().
1628
1629Mon May 22 13:33:12 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1630
1631 * tree.c: Revert behavior change in xmlSetProp to handle attributes
1632 with colons in name and no namespace.
1633
1634Fri May 19 21:56:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1635
1636 * xpath.c: Substituted all remaining calls to xmlXPathCmpNodes()
1637 for xmlXPathCmpNodesExt(). Tiny further enhancement of
1638 xmlXPathCmpNodesExt(). Added additional checks in various code
1639 parts to avoid calling sorting or merging functions if the
1640 node-set(s) don't need them; i.e., if they are empty or contain
1641 just one node.
1642
1643Fri May 19 13:16:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1644
1645 * xpath.c: Optimized the comparison for non-element nodes
1646 in xmlXPathCmpNodesExt(); the comparison is used for sorting
1647 of node-sets. This enhancement is related to bug #165547.
1648 There are other places where the old comparison function
1649 xmlXPathCmpNodes() is still called, but I currently don't
1650 know exactly what those calls are for; thus if they can be
1651 substituted (if it makes sense) for the new function.
1652
1653Tue May 16 16:55:13 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1654
1655 * xpath.c: Applied patch from Rob Richards, fixing a potential
1656 memory leak in xmlXPathTryStreamCompile(), when a list of
1657 namespaces was assigned to the XPath compilation context;
1658 here a new namespace list was created and passed to
1659 xmlPatterncompile(); but this list was not freed afterwards.
1660 Additionally we avoid now in xmlXPathTryStreamCompile() to
1661 compile the expression, if it has a colon - indicating
1662 prefixed name tests - and no namespace list was given. The
1663 streaming XPath mechanism needs a namespace list at
1664 compilation time (unlike normal XPath, where we can bind
1665 namespace names to prefixes at execution time).
1666 * pattern.c: Enhanced to use a string dict for local-names,
1667 ns-prefixes and and namespace-names.
1668 Fixed xmlStreamPushInternal() not to use string-pointer
1669 comparison if a dict is available; this won't work, since
1670 one does not know it the given strings originate from the
1671 same dict - and they normally don't do, since e.g.
1672 namespaces are hold on xmlNs->href. I think this would be
1673 worth an investigation: if we can add a @doc field to xmlNs
1674 and put the @href in to a additionan namespace dict hold
1675 in xmlDoc. Daniel will surely not like this idea :-) But
1676 evaluation of tons of elements/attributes in namespaces
1677 with xmlStrEqual() isn't the way we should go forever.
1678
1679Thu May 11 18:03:49 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1680
1681 * xmlschemas.c: Fixed bug #341337, reported by David Grohmann.
1682 The code expected a node (xmlNodePtr) on the info for a
1683 non-existent default attribute, which clearly cannot be
1684 expected, since the attribute does not exist. I can only
1685 guess that this sneaked trying to eliminate the query
1686 for the owner-element, which is unavoidable actually.
1687 Note that creation of default attributes won't have an
1688 effect if validating via SAX/XMLReader; i.e., the processor
1689 won't fire additional start-attribute events (I'm not even
1690 sure if Libxml2 has such a SAX-event; I think it hands them
1691 all over in the start-element event).
1692
1693Tue May 9 21:47:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1694
1695 * xmlschemas.c: Fixed bug #341150, reported by Michael Romer.
1696 In xmlSchemaBuildContentModelForSubstGroup(),
1697 xmlAutomataNewOnceTrans2() was incorrectly used instead of
1698 xmlAutomataNewTransition2() to mimic a xs:choice for
1699 substitution-groups.
1700 * test/schemas/subst-group-1_1.xsd
1701 test/schemas/subst-group-1_0.xml
1702 result/schemas/subst-group-1_0_1
1703 result/schemas/subst-group-1_0_1.err: Added regression test
1704 supplied by Michael Romer for bug #341150.
1705
1706Sat May 6 11:05:24 HKT 2006 William M. Brack <wbrack@mmm.com.hk>
1707
1708 * relaxng.c: Fixed compilation error with patch supplied by
1709 Graham Bennett.
1710
1711Thu May 4 19:14:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1712
1713 * xmlschemas.c: We'll raise an internal error and stop
1714 validation now when an entity is found in the instance
1715 document, since we don't support automatic entity
1716 substitution by the schema processor (yet?) -
1717 see bug #340316, reported by Nick Wellnhofer.
1718
1719Wed May 3 15:16:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
1720
1721 * configure.in: applied another Python detection patch from Joseph Sacco
1722 * libxml.spec.in: cleanup the changelog section, asciifies the spec file
1723 too
1724
1725Tue May 2 22:34:54 CEST 2006 Daniel Veillard <daniel@veillard.com>
1726
1727 * xmlIO.c: fix a mix of code and declarations showing up on Windows
1728 patch from Kjartan Maraas, fixing #340404
1729
1730Tue May 2 14:24:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
1731
1732 * encoding.c: fixing bug #340398 xmlCharEncOutFunc writing to
1733 input buffer
1734
1735Fri Apr 28 18:29:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
1736
1737 * NEWS configure.in doc//*: preparing 2.6.24 release, fixed Python
1738 paths at the last moment
1739 * relaxng.c testapi.c tree.c: fix some comments
1740
1741Thu Apr 27 10:15:45 CEST 2006 Daniel Veillard <daniel@veillard.com>
1742
1743 * xmlIO.c: applied patch from Roland Schwingel to allow UTF-8
1744 file paths on Windows
1745
1746Thu Apr 27 10:10:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1747
1748 * xmlwriter.c: patch from Jason Viers for line breaks after EndPI
1749
1750Tue Apr 25 22:22:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1751
1752 * tree.c: fix compilation without tree
1753
1754Tue Apr 25 18:17:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
1755
1756 * xmllint.c: applied patch from Gary Coady to really make sure
1757 xmllint --nonet would not reach the network, should fix #337483.
1758
1759Tue Apr 25 14:52:15 CEST 2006 Daniel Veillard <daniel@veillard.com>
1760
1761 * configure.in: applied patch from Joseph Sacco changing slightly
1762 the python detection scheme should fix bug #338526
1763
1764Mon Apr 24 10:50:19 CEST 2006 Daniel Veillard <daniel@veillard.com>
1765
1766 * parser.c: fix the error message for invalid code point in content
1767 c.f. bug #339311
1768
1769Wed Apr 19 13:16:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1770
1771 * xmlschemas.c test/schemas/restriction-enum-1*
1772 result/schemas/restriction-enum-1*: Fixed incorrect
1773 validation of restricted enumerations. Added related
1774 regression tests.
1775
1776Thu Apr 13 09:47:25 CEST 2006 Daniel Veillard <daniel@veillard.com>
1777
1778 * xmlschemas.c: fixing a deallocation problem in xmlSchemaAddSchemaDoc()
1779 in case of errors, should fix bug #338303
1780
1781Thu Apr 13 09:31:45 CEST 2006 Daniel Veillard <daniel@veillard.com>
1782
1783 * relaxng.c: fixing a deallocation problem in xmlRelaxNGParse()
1784 in case of errors, should fix bug #338306
1785
1786Thu Apr 6 10:22:17 CEST 2006 Daniel Veillard <daniel@veillard.com>
1787
1788 * doc/xmlcatalog.1 doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.xml:
1789 applied man page improvements from Daniel Leidert
1790
1791Mon Mar 27 11:44:07 CEST 2006 Daniel Veillard <daniel@veillard.com>
1792
1793 * xmlschemas.c: removed unused code or variables, from Stefan Kost
1794 fixing #336163 and #336164
1795
1796Mon Mar 27 11:38:21 CEST 2006 Daniel Veillard <daniel@veillard.com>
1797
1798 * xmlschemas.c: applied patch from Stefan Kost fixing #336160
1799
1800Mon Mar 27 11:23:39 CEST 2006 Daniel Veillard <daniel@veillard.com>
1801
1802 * chvalid.c genChRanges.py genUnicode.py xmlunicode.c
1803 include/libxml/chvalid.h include/libxml/xmlunicode.h: applied
1804 patches from Aivars Kalvans to make unicode tables const, fixes
1805 bug #336096, this also updates to Unicode 4.01 final with a couple
1806 of character ranges fixes.
1807
1808Mon Mar 27 00:51:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
1809
1810 * chvalid.c genChRanges.py include/libxml/chvalid.h: fixed bug
1811 #335603 and resync'ed genChRanges.py to the expected output.
1812
1813Wed Mar 22 00:14:34 CET 2006 Daniel Veillard <daniel@veillard.com>
1814
1815 * xmlregexp.c: applied patch from Youri Golovanov fixing bug
1816 #316338 and adding a couple of optimizations in the regexp
1817 compilation engine.
1818 * test/regexp/bug316338 result/regexp/bug316338: added regression
1819 tests based on the examples provided in the bug report.
1820
1821Fri Mar 10 08:40:55 EST 2006 Daniel Veillard <daniel@veillard.com>
1822
1823 * c14n.c encoding.c xmlschemas.c xpath.c xpointer.c: fix a few
1824 warning raised by gcc-4.1 and latests changes
1825
1826Fri Mar 10 01:34:42 CET 2006 Daniel Veillard <daniel@veillard.com>
1827
1828 * runtest.c schematron.c testAutomata.c tree.c valid.c xinclude.c
1829 xmlcatalog.c xmlreader.c xmlregexp.c xpath.c: end of first
1830 pass on coverity reports.
1831
1832Thu Mar 9 19:36:14 CET 2006 Daniel Veillard <daniel@veillard.com>
1833
1834 * relaxng.c xmlschemas.c xmlschemastypes.c: more cleanups based
1835 on coverity reports.
1836
1837Thu Mar 9 17:47:40 CET 2006 Daniel Veillard <daniel@veillard.com>
1838
1839 * SAX2.c catalog.c encoding.c entities.c example/gjobread.c
1840 python/libxml.c: more cleanups based on coverity reports.
1841
1842Thu Mar 9 15:12:19 CET 2006 Daniel Veillard <daniel@veillard.com>
1843
1844 * HTMLparser.c parser.c parserInternals.c pattern.c uri.c: a bunch
1845 of small cleanups based on coverity reports.
1846
1847Thu Mar 9 09:42:10 CET 2006 Daniel Veillard <daniel@veillard.com>
1848
1849 * win32/Makefile.bcb: added schematron as pointed out by Eric Zurcher
1850
1851Tue Mar 7 09:50:09 CET 2006 Daniel Veillard <daniel@veillard.com>
1852
1853 * xml2-config.in: fix Red Hat bug #184170
1854
1855Mon Mar 6 14:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1856
1857 * tree.c: Simplified usage of the internal xmlNsMap. Added a
1858 "strict" lookup for namespaces based on a prefix. Fixed a
1859 namespace processing issue in the clone-node function, which
1860 occured if a @ctxt argument was given.
1861
1862Fri Mar 3 17:44:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
1863
1864 * valid.c: fix HTML attribute ID checking for input element.
1865 Maintain current attribute "name" behavior for now.
1866
1867Thu Mar 2 18:59:50 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1868
1869 * tree.c: Bundled lookup of attr-nodes and retrieving their
1870 values into the functions xmlGetPropNodeInternal() and
1871 xmlGetPropNodeValueInternal(). Changed relevant code
1872 to use those functions.
1873
1874Mon Feb 27 20:42:04 CET 2006 Daniel Veillard <daniel@veillard.com>
1875
1876 * xpath.c: workaround HP-UX compiler bug by Rick Jones
1877
1878Mon Feb 27 10:57:05 CET 2006 Daniel Veillard <daniel@veillard.com>
1879
1880 * python/libxml2.py: remove a tab, as pointed out on IRC
1881
1882Sat Feb 25 18:12:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
1883
1884 * tree.c: Fix the add sibling functions when passing attributes.
1885 Modify testing for ID in xmlSetProp.
1886 No longer remove IDness when unlinking or replacing an attribute.
1887
1888Fri Feb 24 21:20:33 CET 2006 Daniel Veillard <daniel@veillard.com>
1889
1890 * catalog.c: Martin Cole pointed out a bug in xmlCatalogAdd()
1891 if /etc/xml/catalog doesn't exist.
1892
1893Thu Feb 23 23:06:18 CET 2006 Daniel Veillard <daniel@veillard.com>
1894
1895 * doc//*: updated the Ruby bindings links, and regenerated the
1896 docs.
1897
1898Thu Feb 23 09:12:27 CET 2006 Daniel Veillard <daniel@veillard.com>
1899
1900 * catalog.c: improve catalog debugging message patch from Rick Jones
1901
1902Wed Feb 22 16:09:10 CET 2006 Daniel Veillard <daniel@veillard.com>
1903
1904 * python/types.c: Nic Ferrier found debug statement left in the
1905 XPath conversion code
1906
1907Tue Feb 21 20:23:14 CET 2006 Daniel Veillard <daniel@veillard.com>
1908
1909 * doc/xmllint.1 doc/xmllint.xml: small man page improvements from
1910 Daniel Leidert
1911
1912Mon Feb 20 15:45:19 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1913
1914 * xmlschemas.c: Fixed a side-effect of the previous XSI bugfix:
1915 The constructor needs a bucket to be assigned during component
1916 fixup.
1917
1918Mon Feb 20 14:32:36 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1919
1920 * xmlschemas.c xmlschemastypes.c: Fixed xs:boolean to reject
1921 the empty string (reported by Bas Driessen on the mailing-list).
1922 Fixed schema XSI-acquisition and construction: the schemata
1923 (xmlSchema) didn't get the targetNamespace in some cases, thus
1924 the component resolution mechanism failed to work. The XSI
1925 stuff needs to be tested more intensively; think about how
1926 to test this for regression.
1927
1928Mon Feb 20 09:57:41 CET 2006 Daniel Veillard <daniel@veillard.com>
1929
1930 * doc/xmllint.1 doc/xmllint.xml: more man page improvements from
1931 Daniel Leidert
1932
1933Sun Feb 19 22:31:33 CET 2006 Daniel Veillard <daniel@veillard.com>
1934
1935 * doc/xmllint.1 doc/xmllint.xml: man page improvements from Daniel
1936 Leidert, c.f. #331290
1937
1938Sun Feb 19 17:54:04 CET 2006 Daniel Veillard <daniel@veillard.com>
1939
1940 * xmllint.c: fix an error report when using --path and --valid
1941 closes bug #331290
1942
1943Sun Feb 19 16:20:43 CET 2006 Daniel Veillard <daniel@veillard.com>
1944
1945 * relaxng.c: trying to fix #331062, this is again a problem
1946 around interleave, there is no good fix unless reimplementing
1947 but this works around some cases and allow to validate in that
1948 case.
1949
1950Wed Feb 15 11:55:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1951
1952 * tree.c: Fixed bug #328896 reported by Liron. The path
1953 for text- and CDATA-section-nodes was computed incorrectly
1954 in xmlGetNodePath().
1955
1956Sun Feb 12 20:12:22 CET 2006 Daniel Veillard <daniel@veillard.com>
1957
1958 * xmlregexp.c: bug fixes for #327167 as well as some cleanups
1959 and more thorough tests on atoms comparisons.
1960
1961Thu Feb 9 10:07:20 CET 2006 Daniel Veillard <daniel@veillard.com>
1962
1963 * include/wsockcompat.h: patch from Eric Zurcher to compile with
1964 Borland C++ 6
1965
1966Sun Feb 5 04:03:59 CET 2006 Daniel Veillard <daniel@veillard.com>
1967
1968 * parser.c: bill pointed out a missing block in xmlParseComment
1969 trying to fill with a normal processing of the given character.
1970
1971Sun Feb 5 03:41:39 CET 2006 Daniel Veillard <daniel@veillard.com>
1972
1973 * parser.c: fixed the comment streaming bug raised by Graham Bennett
1974 * test/badcomment.xml result//badcomment.xml*: added to the regression
1975 suite.
1976
1977Fri Feb 3 17:36:41 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1978
1979 * include/libxml/tree.h: Added the xmlDOMWrapCloneNode() to
1980 the header file.
1981
1982Fri Feb 3 17:29:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1983
1984 * tree.c: Added an initial version of xmlDOMWrapCloneNode() to
1985 the API. It will be used to reflect DOM's Node.cloneNode and
1986 Document.importNode methods.
1987 The pros: 1) non-recursive, 2) optimized ns-lookup
1988 (mostly pointer comparison), 3) user defined ns-lookup,
1989 4) save ns-processing. The function is in an unfinished
1990 and experimental state and should be only used to test it.
1991
1992Fri Feb 3 10:42:48 CET 2006 Daniel Veillard <daniel@veillard.com>
1993
1994 * uri.c: applied patch from Rob Richards fixing the URI regressions
1995 tests on Windows which seems to indicate bad escaping.
1996
1997Thu Feb 2 13:11:26 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1998
1999 * tree.c: Fixed some bugs xmlDOMWrapReconcileNamespaces() wrt
2000 the previous addition of the removal of redundant ns-decls.
2001
2002Wed Feb 1 17:32:25 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2003
2004 * tree.c: Enhanced xmlDOMWrapReconcileNamespaces() to remove
2005 redundant ns-decls if the option XML_DOM_RECONNS_REMOVEREDUND
2006 was given. Note that I haven't moved this option to the
2007 header file yet; so just call this function with an @option
2008 of 1 to test the behaviour.
2009
2010Wed Feb 1 12:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2011
2012 * tapi.c win32/Makefile.*: Added changed as proposed on
2013 the mailing list by venkat naidu in order to compile
2014 testapi.c on windows.
2015
2016Thu Jan 19 09:57:28 CET 2006 Daniel Veillard <daniel@veillard.com>
2017
2018 * configure.in xml2-config.in: trying to fix windows/configure
2019 issues reported by Tim Van Holder
2020
2021Wed Jan 18 18:21:15 CET 2006 Daniel Veillard <daniel@veillard.com>
2022
2023 * HTMLparser.c libxml.h parser.c: try to fix xmlParseInNodeContext
2024 when operating on an HTML document.
2025
2026Mon Jan 9 17:27:15 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2027
2028 * relaxng.c include/libxml/relaxng.h: Added
2029 xmlRelaxNGSetParserStructuredErrors() to the API.
2030
2031Mon Jan 9 15:33:16 CET 2006 Daniel Veillard <daniel@veillard.com>
2032
2033 * parser.c: reverted first patches for #319279 which led to #326295
2034 and fixed the problem in xmlParseChunk() instead
2035 * test/ent11 result//ent11*: added test for #326295 to the regression
2036 suite
2037
2038Thu Jan 5 16:25:06 CET 2006 Daniel Veillard <daniel@veillard.com>
2039
2040 * NEWS configure.in libxml.spec.in testapi.c doc/*: upated the news
2041 regenerated the docs, preparing for release of 2.6.23
2042 * pattern.c xmlschemas.c: fixed some comments
2043
2044Thu Jan 5 15:48:27 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2045
2046 * test/XPath/docs/nodes test/XPath/tests/nodespat
2047 result/XPath/tests/nodespat: Added regression tests for
2048 the latest XPath/pattern fixes.
2049
2050Thu Jan 5 15:43:38 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2051
2052 * pattern.c: Another fix to handle "foo//.": "foo" was not
2053 included in the resulting node-set.
2054
2055Thu Jan 5 13:22:29 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2056
2057 * pattern.c xpath.c include/libxml/pattern.h:
2058 Fixed bug #322928, reported by Erich Schubert: The bug was
2059 in pattern.c, which is used for a tiny subset of xpath
2060 expression which can be evaluated in an optimized way.
2061 The doc-node was never considered when evaluating "//"
2062 expressions. Additionally, we fixed resolution
2063 to nodes of any type in pattern.c; i.e. a "//." didn't work
2064 yet, as it did select only element-nodes. Due to this
2065 issue the pushing of nodes in xpath.c needed to be adjusted
2066 as well.
2067
2068Wed Jan 4 18:07:47 CET 2006 Daniel Veillard <daniel@veillard.com>
2069
2070 * parser.c: tiny refactoring patch from Bjorn Reese
2071
2072Wed Jan 4 15:00:51 CET 2006 Daniel Veillard <daniel@veillard.com>
2073
2074 * SAX2.c: fix bug #324432 with <xml:foo/>
2075 * test/ns7 resul//ns7*: added to the regression tests
2076
2077Wed Jan 4 10:53:56 CET 2006 Daniel Veillard <daniel@veillard.com>
2078
2079 * include/wsockcompat.h: applied patch from Mark Junker, fixing a
2080 MinGW compilation problem, should close bug #324943
2081
2082Tue Jan 3 11:49:54 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2083
2084 * xmlschemas.c: Removed last dependency on the obsolete enum
2085 xmlSchemaValidError.
2086
2087Mon Jan 2 11:20:00 CET 2006 Daniel Veillard <daniel@veillard.com>
2088
2089 * xmlreader.c include/libxml/xmlreader.h xmlschemas.c: compilation
2090 and doc build fixes from Michael Day
2091
2092Wed Dec 28 22:12:34 CET 2005 Daniel Veillard <daniel@veillard.com>
2093
2094 * xmlregexp.c: bug in xmlRegExecPushString2() pointed out by
2095 Sreeni Nair.
2096
2097Tue Dec 20 16:55:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
2098
2099 * tree.c: fix bug #322136 in xmlNodeBufGetContent when entity ref is
2100 a child of an element (fix by Oleksandr Kononenko).
2101 * HTMLtree.c include/libxml/HTMLtree.h: Add htmlDocDumpMemoryFormat.
2102
2103Tue Dec 20 11:43:06 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2104
2105 * xmlschemas.c xmlstring.c: Fixed a segfault during
2106 text concatenation when validating a node tree:
2107 xmlStrncat was called with a @len of -1; but unlike
2108 xmlStrncatNew, it does not calculate the length
2109 automatically in such a case (reported by Judy Hay
2110 on the mailing list).
2111 Updated the descriptions of the involved string
2112 functions to note this.
2113
2114Thu Dec 15 12:11:07 CET 2005 Daniel Veillard <daniel@veillard.com>
2115
2116 * nanohttp.c: applied patch from Gary Coady to accept gzipped
2117 http resources.
2118
2119Wed Dec 14 18:41:26 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2120
2121 * win32/configure.js: Added enable/disable of runtime
2122 debugging (LIBXML_DEBUG_RUNTIME).
2123
2124Wed Dec 14 18:11:50 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2125
2126 * include/libxml/xmlversion.h.in: Fixed to define
2127 LIBXML_DEBUG_RUNTIME on the basis of @WITH_RUN_DEBUG@.
2128
2129Tue Dec 13 12:49:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2130
2131 * test/schemas/bug321475* result/schemas/bug321475*:
2132 Added regression test for bug #321475 (reported by
2133 Gabor Nagy). Fixing of bug #323510 seemed to have
2134 fixed this bug as well.
2135
2136Mon Dec 12 16:19:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2137
2138 * test/schemas/bug323510* result/schemas/bug323510*:
2139 Added regression test for bug #323510.
2140
2141Mon Dec 12 16:11:13 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2142
2143 * xmlschemas.c: Workaround for bug #323510 (reported by
2144 Jonathan Filiatrault): substituted the epsilon transition
2145 for a labelled transition, in order to avoid a bug in
2146 xmlregexp.c which eliminated the epsilon transition and
2147 marked the initial state as final.
2148
2149Mon Dec 12 14:25:46 CET 2005 Daniel Veillard <daniel@veillard.com>
2150
2151 * xmlreader.c: Gary Coady pointed a memory leak in
2152 xmlTextReaderReadInnerXml() applied patch fixing #323864
2153
2154Sat Dec 10 12:08:28 CET 2005 Daniel Veillard <daniel@veillard.com>
2155
2156 * HTMLparser.c configure.in parserInternals.c runsuite.c runtest.c
2157 testapi.c xmlschemas.c xmlschemastypes.c xmlstring.c: fixed a number
2158 of warnings shown by HP-UX compiler and reported by Rick Jones
2159
2160Fri Dec 9 18:57:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
2161
2162 * xmlwriter.c: Insert space between pubid and sysid when both
2163 passed to xmlTextWriterStartDTD and indenting not being used.
2164 Remove no longer used Mem callbacks.
2165
2166Fri Dec 9 11:01:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2167
2168 * runsuite.c: Changed to instantly mark instance-tests as
2169 failed if the corresponding schema was invalid. This
2170 reflects the side of the Python code for the XML Schema test
2171 suite. We now get the same number of failed tests on both
2172 sides.
2173
2174Wed Dec 7 14:59:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2175
2176 * xmlreader.c include/libxml/xmlreader.h: Added
2177 xmlTextReaderSchemaValidateCtxt() to the API.
2178
2179Wed Dec 7 12:59:56 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2180
2181 * xmlschemas.c: Fixed a segfault: the instance document was
2182 still tried to be validated, if the schema, dynamically
2183 acquired using XSI was invalid, thus mangled. The
2184 validation will stop (or rather won't validate) now in
2185 such a case. The schema parser error code will be set
2186 on the validion context now; this is somehow not nice,
2187 but it assures that the validation context indicates an
2188 error in there was a parser error.
2189
2190Tue Dec 6 18:57:23 CET 2005 Daniel Veillard <daniel@veillard.com>
2191
2192 * xmlreader.c: small doc patch from Aron Stansvik
2193 * legacy.c: another doc patch for a deprecated API
2194
2195Mon Dec 5 16:23:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2196
2197 * Makefile.am: Tiny change for 'make tests': raised
2198 the number of expected failures for James Clark's
2199 XML Schema datatype tests from 10 to 11. The additional
2200 reported error was agreed to be correct long time ago,
2201 but we missed to adjust the message reported by
2202 the testing script.
2203
2204Fri Dec 2 13:51:14 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2205
2206 * result/schemas/decimal* result/schemas/bug322411*:
2207 Added missing regression test results for the latest IDC
2208 and xs:decimal bugs.
2209
2210Wed Nov 30 12:22:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2211
2212 * test/schemas/decimal* test/schemas/bug322411*: Added
2213 regression tests for the latest IDC and xs:decimal bugs.
2214
2215Wed Nov 30 11:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2216
2217 * xmlschemas.c: Fixed bubbling of duplicate IDC nodes: the
2218 parent's list of duplicates was filled with NULLs instead
2219 of the nodes under certain conditions. This lead to a
2220 segfault when the list's entries were accessed.
2221
2222Mon Nov 28 17:28:53 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2223
2224 * xmlschemastypes.c: Fixed parsing of xs:decimal to
2225 allow/deny special lexical forms. Fixed the totalDigits
2226 for values in the range (x < 1) && (x > -1) && (x != 0);
2227 E.g "0.123" has now a totalDigits of 3 (was 4 previously).
2228 Adjusted the comparison function for decimals due to this
2229 change. As a side effect comparison against zeroes was
2230 optimized.
2231
2232Mon Nov 28 13:25:11 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2233
2234 * xmlschemas.c: An assignment to a local variable, which was
2235 used to access the IDC node list, was missing after the
2236 reallocation of the list (reported by Fabrice GUY
2237 bug #322411). Renamed the define ENABLE_IDC_NODE_TABLES
2238 to ENABLE_IDC_NODE_TABLES_TEST and *disabled* it, since
2239 it is used to force bubbling of IDC node tables even
2240 if not necessary; this was intended to be used for test
2241 purposes, but I obviously missed to disable it (although
2242 it apparently helped finding the bug).
2243
2244Wed Nov 23 17:34:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2245
2246 * xmlschemas.c: In xmlSchemaAssembleByXSI() the return value
2247 of xmlSchemaGetMetaAttrInfo() was not assigned to anything;
2248 this caused XSI-driven-dynamic schema acquisition to fail
2249 with @noNamespaceSchemaLocation (reported by Julien Lamy
2250 on the mailing list).
2251
2252Tue Nov 22 18:31:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2253
2254 * xmlschemas.c: Fixed a bug in xmlSchemaFindRedefCompInGraph()
2255 which caused the search for components to stop at the
2256 first encountered attribute group component.
2257 Fixed error report in xmlSchemaCheckSRCRedefineFirst(): the
2258 designation of a not-found component was not reported.
2259
2260Mon Nov 21 12:23:28 CET 2005 Daniel Veillard <daniel@veillard.com>
2261
2262 * xmlschemastypes.c: Albert Chin found another signed/unsigned problem
2263 in the date and time code raised on IRIX 6.5
2264
2265Fri Nov 18 18:13:38 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2266
2267 * xmlschemas.c include/libxml/xmlschemas.h:
2268 Added xmlSchemaSetParserStructuredErrors() to the API.
2269 Fixed channeling of error relevant information to
2270 subsequent parser/validation contexts.
2271
2272Thu Nov 17 14:11:43 CET 2005 Daniel Veillard <daniel@veillard.com>
2273
2274 * parserInternals.c: removed unreachable code pointed out by
2275 Oleksandr Kononenko, fixes bug #321695
2276
2277Thu Nov 17 08:24:31 CET 2005 Daniel Veillard <daniel@veillard.com>
2278
2279 * parser.c: use ctxt->standalone = -2 to indicate that the
2280 XMLDecl was parsed but no standalone attribute was found,
2281 suggested by Michael Day to detect if an XMLDecl was found.
2282
2283Tue Nov 15 09:49:24 CET 2005 Daniel Veillard <daniel@veillard.com>
2284
2285 * runtest.c: Hisashi Fujinaka pointed that errors in Schemas tests
2286 were not properly reported.
2287
2288Sun Nov 13 13:42:41 CET 2005 Daniel Veillard <daniel@veillard.com>
2289
2290 * xmlIO.c: applied patch from Geert Jansen to remove xmlBufferClose()
2291 which is not needed.
2292
2293Fri Nov 11 13:48:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2294
2295 * xmlschemas.c: Changed xmlSchemaFormatIDCKeySequence()
2296 to use xmlSchemaGetCanonValueWhtspExt() in order to
2297 correctly report values for xs:anySimpleType.
2298 * test/schemas/idc-keyref-err1*
2299 result/schemas/idc-keyref-err1*: Added a test for this change.
2300
2301Wed Nov 9 13:07:24 EST 2005 Rob Richards <rrichards@ctindustries.net>
2302
2303 * xmlIO.c xmlwriter.c: function consolidation when writing to xmlBuffer.
2304 Return error condition not len if xmlwriter fails writing to buffer.
2305
2306Wed Nov 9 09:54:54 CET 2005 Daniel Veillard <daniel@veillard.com>
2307
2308 * xmlsave.c xmlIO.c include/libxml/xmlIO.h include/libxml/xmlsave.h:
2309 applied patch from Geert Jansen to implement the save function to
2310 a xmlBuffer, and a bit of cleanup.
2311
2312Mon Nov 7 14:58:39 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2313
2314 * xmlschemas.c xmlschemastypes.c: Fixed the type of the
2315 totalDigits value to be positiveInteger.
2316 Fixed crash in an error report function when we gave it
2317 the document node; only element and attribute nodes are
2318 processed now (reported by Rob Richards).
2319
2320Tue Nov 1 16:22:29 CET 2005 Daniel Veillard <daniel@veillard.com>
2321
2322 * xmlregexp.c: fix bug #319897, problem with counted atoms
2323 when the transition itself is counted too
2324 * result/regexp/hard test/regexp/hard: augmented the regression
2325 tests with the problem exposed.
2326
2327Tue Nov 1 11:54:39 CET 2005 Daniel Veillard <daniel@veillard.com>
2328
2329 * win32/Makefile.mingw include/win32config.h: applied patch from
2330 Mark Junker to fix compilation with MinGW
2331
2332Fri Oct 28 18:36:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
2333
2334 * libxml.3: tiny fix from Albert Chin
2335 * runsuite.c runtest.c testapi.c: portability cleanup for arch
2336 needing trio for *printf
2337
2338Fri Oct 28 12:21:39 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2339
2340 * tree.c: add additional checks to prevent tree corruption. fix problem
2341 copying attribute using xmlDocCopyNode from one document to another.
2342
2343Fri Oct 28 17:58:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
2344
2345 * config.h.in configure.in vms/config.vms macos/src/config-mac.h:
2346 cleanup from Albert Chin
2347 * doc/Makefile.am: html/index.sgml doesn't exist anymore
2348
2349Fri Oct 28 16:53:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
2350
2351 * xmlIO.c xmlmodule.c: more portability patches from Albert Chin for
2352 HP-UX and AIX
2353
2354Fri Oct 28 10:36:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
2355
2356 * xmlmodule.c configure.in: applied 2 patches from Albert Chin for
2357 module portability
2358
2359Fri Oct 28 10:24:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
2360
2361 * error.c: fixing a portability problem on some old Unices with
2362 patch from Albert Chin
2363
23642005-10-27 Aleksey Sanin <aleksey@aleksey.com>
2365
2366 * c14n.c result/c14n/exc-without-comments/test-2
2367 test/c14n/exc-without-comments/test-2.xml
2368 test/c14n/exc-without-comments/test-2.xpath: fixing
2369 bug in exc-c14n namespace visibility + test case (bug #319367)
2370
2371Thu Oct 27 16:10:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2372
2373 * python/libxml.py: remove warnings to stdout patch from Nic Ferrier
2374
2375Thu Oct 27 13:54:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
2376
2377 * valid.c xmlregexp.c include/libxml/valid.h
2378 include/libxml/xmlregexp.h: avoid function parameters names 'list'
2379 as this seems to give troubles with VC6 and stl as reported by
2380 Samuel Diaz Garcia.
2381
2382Wed Oct 26 10:59:21 CEST 2005 Daniel Veillard <daniel@veillard.com>
2383
2384 * parserInternals.c: fix a problem in some error case on Solaris
2385 when passed a NULL filename, pointed by Albert Chin.
2386
2387Tue Oct 25 14:34:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
2388
2389 * HTMLparser.c: script HTML parser error fix, corrects bug #319715
2390 * result/HTML/53867* test/HTML/53867.html: added test from Michael Day
2391 to the regression suite
2392
2393Tue Oct 25 14:21:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
2394
2395 * HTMLparser.c: typo fix from Michael Day
2396
2397Mon Oct 24 20:16:23 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2398
2399 * tree.c: fix issue adding non-namespaced attributes in xmlAddChild(),
2400 xmlAddNextSibling() and xmlAddPrevSibling() (bug #319108) - part 1.
2401
2402Sat Oct 22 10:00:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
2403
2404 * parser.c: fixed second spot where CRLF split between chunks
2405 could cause trouble (bug #319279)
2406 * gentest.py, testapi.c: fixed two problems involved with
2407 --with-minimum compilation (compilation errors with schematron
2408 and formal expressions tests)
2409
2410Fri Oct 21 10:50:14 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2411
2412 * xmlsave.c: prevent output of fragment tags when serializing XHTML.
2413
2414Wed Oct 19 16:53:47 BST 2005 Daniel Veillard <daniel@veillard.com>
2415
2416 * xmlregexp.c: commiting a some fixes and debug done yesterday in
2417 the London airport.
2418
2419Thu Oct 20 12:54:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2420
2421 * xmlschemas.c: Removed creation of a temporary parser context
2422 during validation when processing xsi:type; this previously
2423 added a string to the dict of the schema - to assure thread
2424 safety, we don't want to modify a given schema during
2425 validation.
2426
2427Thu Oct 20 17:05:29 HKT 2005 William Brack <wbrack@mmm.com.hk>
2428
2429 * xmlwriter.c: fixed problem in xmlTextWriterVSprintf caused by
2430 misuse of vsnprintf
2431 * configure.in, config.h.in: added a configuration check for
2432 va_copy and added a define for VA_COPY for xmlwriter.c fix
2433 * parser.c: fixed problem with CRLF split between chunks (bug
2434 #319279) (fix provided by Brion Vibber)
2435
2436Wed Oct 19 18:49:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2437
2438 * xmlschemas.c: Fixed a potential memory leak in
2439 xmlSchemaCheckCSelectorXPath() when an internal error occurs.
2440 Fixed setting of ctxt->err to the given error code in
2441 the parsing error functions.
2442 * pattern.c: Added internal xmlCompileIDCXPathPath() as a
2443 starting point for IDC XPath compilation; this and some other
2444 tiny changes fixes issues regarding whitespace in the
2445 expressions and IDC selector/field relevant restrictions of
2446 the subset of XPath. Fixed a missing blocking of attributes
2447 in xmlStreamPushInternal().
2448
2449Mon Oct 17 15:06:05 EDT 2005 Daniel Veillard <daniel@veillard.com>
2450
2451 * runtest.c: removed the error message
2452 * relaxng.c xmlschemas.c: removed 2 instability warnings from function
2453 documentation
2454 * include/libxml/schemasInternals.h: changed warning about API stability
2455 * xmlregexp.c: trying to improve runtime execution of non-deterministic
2456 regexps and automata. Not fully finished but should be way better.
2457
2458Mon Oct 17 16:12:02 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2459
2460 * xmlschemas.c: Fixed a memory leak in
2461 xmlSchemaContentModelDump(). Added output of local types
2462 in xmlSchemaElementDump(). Tiny cosmetical changes to the
2463 dump output.
2464
2465Mon Oct 17 14:29:08 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2466
2467 * tree.c pattern.c: Silenced intel compiler warnings (reported
2468 by Kjartan Maraas, bug #318517).
2469 * xmlschemas.c: The above changes in pattern.c revealed an
2470 inconsistency wrt IDCs: we now _only_ pop XPath states, if
2471 we really pushed them beforehand; this was previously not
2472 checked for the case when we discover an element node to be
2473 invalid wrt the content model.
2474 Fixed segfault in xmlSchemaGetEffectiveValueConstraint().
2475
2476Fri Oct 14 16:40:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2477
2478 * result/schemas/*.err: Adapted regression test results.
2479
2480Fri Oct 14 16:21:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2481
2482 * xmlschemas.c: Fixed some identity-constraint issues:
2483 Restructured IDC node-tables
2484 Allowed IDCs to resolve also to nodes of complex type with
2485 simple content.
2486 Added check for keyrefs with references to keyrefs.
2487 IDC target-nodes were interferring with IDC node-tables,
2488 since they used one list of entries only. I separated this
2489 one big list into 3 lists: 1 for IDC node-table entries,
2490 1 for _duplicates_ of IDC node-table entries and 1 for
2491 IDC target-nodes. More code, but cleaner and it works at last.
2492 Keyrefs will fail to resolve to duplicate key/unique entries.
2493 I thought this was already working this way, but it didn't.
2494 The wording of the definition for [node table] in the spec
2495 can lead to a scenario, where keyrefs resolve perfectly, even
2496 if the relevant key-sequences of the referenced key/unique have
2497 duplicates in the subtree. Currently only Saxon 8.5.1 is
2498 dissallowing resolution to duplicate entries correctly - we
2499 will follow Saxon here.
2500 Removed some intel compiler warnings (reported by
2501 Kjartan Maraas, bug #318517).
2502 * pattern.c: Fixed an IDC-XPath problem when resolving to
2503 attributes.
2504
2505Mon Oct 14 01:15:14 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2506 * nanohttp.c include/wsockcompat.h: applied patch from Kolja Nowak
2507 to use getaddrinfo() if supported in Windows build (bug# 317431).
2508
2509Mon Oct 10 15:33:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2510
2511 * result/schemas/*: Adapted regression test results.
2512
2513Mon Oct 10 15:12:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2514
2515 * xmlschemas.c include/libxml/schemasInternals.h
2516 include/libxml/xmlerror.h: Initial implementation for
2517 redefinitions; this still misses checks for restrictions
2518 of the content model of complex types.
2519 Fixed default/fixed values for attributes (looks like they
2520 did not work in the last releases).
2521 Completed constraints for attribute uses.
2522 Seperated attribute derivation from attribute constraints.
2523 Completed constraints for attribute group definitions.
2524 Disallowing <import>s of schemas in no target namespace if the
2525 importing schema is a chameleon schema. This contradicts
2526 the way Saxon, Xerces-J, XSV and IBM's SQC works, but the
2527 W3C XML Schema WG, thinks it is correct to dissalow such
2528 imports.
2529 Added cos-all-limited constraints.
2530 Restructured reference resolution to model groups and element
2531 declarations.
2532 Misc cleanup.
2533
2534Fri Oct 7 04:34:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2535
2536 * schematron.c xmlregexp.c: remove warnings under Windows.
2537
2538Wed Sep 28 23:42:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
2539
2540 * parser.c: applied patch from Massimo Morara fixing bug #317447
2541 about risk of invalid write in xmlStringLenDecodeEntities
2542
2543Tue Sep 27 11:20:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
2544
2545 * error.c: Adrian Mouat pointed out redundancies in xmlReportError()
2546
2547Mon Sep 26 19:18:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
2548
2549 * xmlregexp.c: seems a test to avoid duplicate transition is
2550 really needed at all times. Luka Por gave an example hitting
2551 this. Changed back the internal API.
2552
2553Thu Sep 22 13:14:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
2554
2555 * xmlreader.c: fixing leak in xmlTextReaderReadString() #316924
2556
2557Thu Sep 15 16:12:44 CEST 2005 Daniel Veillard <daniel@veillard.com>
2558
2559 * uri.c: more fixes to the behaviour of xmlBuildRelativeURI
2560
2561Thu Sep 15 15:08:21 CEST 2005 Daniel Veillard <daniel@veillard.com>
2562
2563 * xmlregexp.c: detect combinatory explosion and return with
2564 a runtime error in those case, c.f. #316338 though maybe we
2565 should not see such an explosion with that specific regexp,
2566 more checking needs to be done.
2567
2568Wed Sep 14 19:52:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2569
2570 * include/libxml/schemasInternals.h: Added some comments for the
2571 struct fields.
2572
2573Wed Sep 14 13:24:27 HKT 2005 William Brack <wbrack@mmm.com.hk>
2574
2575 * uri.c: fixed problem when xmlBuildRelativeURI was given a
2576 blank path (bug 316224)
2577
2578Mon Sep 12 23:41:40 CEST 2005 Daniel Veillard <daniel@veillard.com>
2579
2580 * NEWS configure.in doc//*: release of 2.6.22 updated doc and
2581 rebuild.
2582 * xmlsave.c include/libxml/xmlsave.h: added XML_SAVE_NO_XHTML
2583 xmlSaveOption
2584 * xmlschemas.c: minor cleanups
2585
2586Mon Sep 12 21:42:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2587
2588 * test/schemas/import1_0.xsd: And adapting another one.
2589
2590Mon Sep 12 21:29:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2591
2592 * result/schemas/derivation-ok-extension_0_0: Adapted result.
2593
2594Mon Sep 12 21:20:41 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2595
2596 * result/schemas/allsg_0_3.err result/schemas/allsg_0_4.err
2597 result/schemas/changelog093_1_0.err
2598 result/schemas/derivation-ok-extension_0_0.err
2599 result/schemas/import1_0_0.err
2600 result/schemas/derivation-ok-restriction-2-1-1_0_0.err:
2601 Adapted regression results.
2602
2603Mon Sep 12 21:00:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2604
2605 * xmlschemas.c include/libxml/schemasInternals.h
2606 include/libxml/xmlerror.h: Completion of the schema graph.
2607 Centralisation, more robustness of the schema document
2608 aquisition story. Centralised and restructured component fixup.
2609 Fixed attribute derivation when 'prohibiting' attribute uses.
2610 Added warnings: when schema documents cannot be localized
2611 during imports; when we get duplicate and pointless attribute
2612 prohibitions. Changed error reports for IDCs to report
2613 the relevant IDC designation as well (requested by GUY Fabrice).
2614 Misc code-cleanup.
2615
2616Mon Sep 12 16:02:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
2617
2618 * xmlsave.c: applied second patch from David Madore to be less intrusive
2619 when handling scripts and style elements in XHTML1 should fix #316041
2620 * test/xhtml1 result//xhtml1\*: updated the test accordingly
2621
2622Mon Sep 12 15:09:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
2623
2624 * libxml.spec.in doc/devhelp/*: finished the integration with
2625 devhelp, completing the index and inserted into the gtk-doc
2626 database at "make install" stage
2627
2628Mon Sep 12 14:14:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2629
2630 * include/libxml/xmlsave.h xmlsave.c: add XML_SAVE_NO_EMPTY save option
2631 and use option from xmlSaveCtxtPtr rather than global during output.
2632 * xmlsave.c: fix some output formatting for meta element under XHTML.
2633
2634Mon Sep 12 11:12:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
2635
2636 * include/libxml/parser.h parser.c xmllint.c: damn XML_FEATURE_UNICODE
2637 clashes with Expat headers rename to XML_WITH_ to fix bug #316053.
2638 * doc/Makefile.am: build devhelp before the examples.
2639 * doc/*: regenerated the API
2640
2641Mon Sep 12 02:03:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
2642
2643 * xmlsave.c: fix bug #316034, where xmlElemDump() can crash if
2644 given a document pointer instead of an element
2645
2646Mon Sep 12 01:26:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
2647
2648 * doc/devhelp/devhelp.xsl: improvements on the html generation,
2649 should be complete with navigation, what is left done is glueing
2650
2651Mon Sep 12 00:03:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2652
2653 * configure.in doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
2654 doc/devhelp/*: started work needed to generate devhelp content,
2655 not too hard based on the existing format and extractor.
2656
2657Fri Sep 9 12:56:19 CEST 2005 Daniel Veillard <daniel@veillard.com>
2658
2659 * parser.c: fixes bug #315617 when using push CDATA in some cases.
2660
2661Thu Sep 8 23:39:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2662
Daniel Veillard25a1ce92008-06-02 16:04:12 +00002663 * xmllint.c: patch from Stéphane Bidoul to compile without schematron
William M. Brack11be2d02007-01-24 19:17:19 +00002664
2665Wed Sep 7 00:16:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2666
2667 * debugXML.c: patch from Oleg Paraschenko to fix xmlDebugDumpNode()
2668 when handled a namespace node.
2669
2670Sun Sep 4 23:36:45 CEST 2005 Daniel Veillard <daniel@veillard.com>
2671
2672 * NEWS elfgcchack.h testapi.c doc/*: updated the docs and rebuild
2673 releasing 2.6.21
2674 * include/libxml/threads.h threads.c: removed xmlIsThreadsEnabled()
2675 * threads.c include/libxml/threads.h xmllint.c: added the more
2676 generic xmlHasFeature() as suggested by Bjorn Reese, xmllint uses it.
2677
2678Sun Sep 4 22:45:49 CEST 2005 Daniel Veillard <daniel@veillard.com>
2679
2680 * configure.in doc/* configure.in: prepare for release
2681 * xpath.c: work for #303289, fix a formatting bug for MIN_INT
2682
2683Sun Sep 4 15:48:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
2684
2685 * relaxng.c: real fix for #314881 and #314759 is was a bit more complex
2686 than initially expected as ctxt->error == NULL had behaviour side
2687 effects at the compilation level itself.
2688
2689Sun Sep 4 14:01:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
2690
2691 * pattern.c xpath.c include/libxml/pattern.h: fixing yet another
2692 pattern induced XPath bug #314282
2693 * relaxng.c: reverted back last change it was seriously broken
2694
2695Sat Sep 3 16:51:55 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2696
2697 * xmlsave.c: check for NULL to prevent crash with meta elements
2698
2699Sat Sep 3 16:26:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
2700
2701 * relaxng.c: structured error reporting problem with Relax-NG
2702 should fix #314881 and #314759
2703
2704Sat Sep 3 15:42:29 CEST 2005 Daniel Veillard <daniel@veillard.com>
2705
2706 * pattern.c: fixes a portability problem raised by C370 on Z/OS
2707
2708Sat Sep 3 15:26:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2709
2710 * SAX2.c tree.c valid.c: fixing a number of issues raised by xml:id
2711 but more generally related to attributes and ID handling, fixes
2712 #314358 among other things
2713
2714Fri Sep 2 14:26:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
2715
2716 * encoding.c parserInternals.c: avoid passing a char[] as snprintf
2717 first argument.
2718 * threads.c include/libxml/threads.h: implemented xmlIsThreadsEnabled()
2719 based on Andrew W. Nosenko idea.
2720 * doc/* elfgcchack.h: regenerated the API
2721
2722Thu Sep 1 14:44:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
2723
2724 * configure.in: the use of AM_PATH_PYTHON is not portable enough
2725 reverting back to AM_PATH_PROG
2726
2727Thu Sep 1 11:42:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
2728
2729 * HTMLparser.c: Applied the last patch from Gary Coady for #304637
2730 changing the behaviour when text nodes are found in body
2731 * result/HTML/*: this changes the output of some tests
2732
2733Thu Sep 1 11:22:37 CEST 2005 Daniel Veillard <daniel@veillard.com>
2734
2735 * doc/downloads.html doc/xml.html: adding reference to Bull AIX rpms
2736 c.f. #160598
2737
2738Wed Aug 31 11:39:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
2739
2740 * xml2-config.in: removed the obsolete --libtool-libs option, c.f.
2741 bug #314853
2742
2743Fri Aug 26 17:33:26 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2744
2745 * xmlsave.c: move handling of meta element for http-equiv in XHTML docs
2746 to serialization and no longer modify internal tree.
2747
2748Fri Aug 26 00:51:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
2749
2750 * libxml.spec.in: the profiling usually don't work, disabled
2751 * doc/*: rebuilt
2752
2753Thu Aug 25 23:47:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
2754
2755 * configure.in: trying to fix the first part of #310033 by
2756 detecting gcc <= 3.2
2757
2758Thu Aug 25 22:13:37 CEST 2005 Daniel Veillard <daniel@veillard.com>
2759
2760 * error.c: fixed bug #310033, the URI extraction code given a
2761 node is a bit twisted and broke in the last months.
2762
2763Thu Aug 25 16:18:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
2764
2765 * debugXML.c result/XPath/xptr/strrange2: uninitialized field and
2766 fix on test.
2767
2768Thu Aug 25 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
2769
2770 * debugXML.c: change verbosity depending on API
2771 * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: get back
2772 to previous outputs
2773
2774Thu Aug 25 15:14:56 CEST 2005 Daniel Veillard <daniel@veillard.com>
2775
2776 * HTMLparser.c parser.c SAX2.c debugXML.c tree.c valid.c xmlreader.c
2777 xmllint.c include/libxml/HTMLparser.h include/libxml/parser.h:
2778 added a parser XML_PARSE_COMPACT option to allocate small
2779 text nodes (less than 8 bytes on 32bits, less than 16bytes on 64bits)
2780 directly within the node, various changes to cope with this.
2781 * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: this
2782 slightly change the output
2783
2784Thu Aug 25 12:16:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2785
2786 * configure.in: patch from Andrew W. Nosenko, use se $GCC = 'yes'
2787 instead of $CC = 'gcc' because GCC may have a different name
2788
2789Thu Aug 25 00:18:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
2790
2791 * configure.in: changes the way the python binary is found, should
2792 also fix bug #308004
2793
2794Wed Aug 24 16:44:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2795
2796 * parser.c: found another bug while looking at #309616 on missing
2797 entities.
2798 * result/ent2.sax* result/ent7.sax* result/xml2.sax*: this changed the
2799 SAX stream in missing conditions for a few tests
2800
2801Wed Aug 24 16:19:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
2802
2803 * encoding.c: applied the patch suggested #309565 which can avoid
2804 looping in error conditions.
2805
2806Wed Aug 24 16:04:17 CEST 2005 Daniel Veillard <daniel@veillard.com>
2807
2808 * SAX2.c tree.c: line numbers are now carried by most nodes, fixing
2809 xmlGetLineNo() c.f. bug #309205
2810
2811Wed Aug 24 14:43:34 CEST 2005 Daniel Veillard <daniel@veillard.com>
2812
2813 * encoding.c error.c include/libxml/xmlerror.h: finally converted
2814 the encoding module to the common error reporting mechanism
2815 * doc/* doc/html/libxml-xmlerror.html: rebuilt
2816
2817Wed Aug 24 11:35:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2818
2819 * xpath.c: removed a potentially uninitialized variable error
2820 * python/generator.py: fixed a deprecation warning
2821 * python/tests/tstLastError.py: silent the damn test when Okay !
2822
2823Wed Aug 24 00:11:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
2824
2825 * SAX2.c globals.c runtest.c testC14N.c testapi.c tree.c
2826 include/libxml/SAX2.h include/libxml/xmlregexp.h: fixed compilation
2827 when configured --without-sax1 and other cleanups fixes bug #172683
2828 * doc/* elfgcchack.h: regenerated
2829
2830Tue Aug 23 20:05:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
2831
2832 * parser.c: fixed bug #170489 reported by Jirka Kosek
2833 * test/valid/objednavka.xml test/valid/dtds/objednavka.dtd
2834 result/valid/objednavka*: added the test to the regression suite.
2835
2836Tue Aug 23 18:04:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
2837
2838 * HTMLparser.c include/libxml/HTMLparser.h: added a recovery mode
2839 for the HTML parser based on the suggestions of bug #169834 by
2840 Paul Loberg
2841
2842Tue Aug 23 15:38:46 CEST 2005 Daniel Veillard <daniel@veillard.com>
2843
2844 * elfgcchack.h testapi.c doc/*: regenerated
2845 * schematron.c: fixed a compilation problem
2846 * xmlregexp.c include/libxml/xmlregexp.h: some cleanups and one bug fix
2847 * result/expr/base: slightly changes the number of Cons.
2848
2849Mon Aug 22 23:19:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
2850
2851 * elfgcchack.h testapi.c doc/*: rescanned code and rebuilt
2852 * xmlregexp.c: small cleanup
2853 * include/libxml/schematron.h include/libxml/xmlexports.h
2854 include/libxml/xmlversion.h.in: cleanup problems from code scanner
2855
2856Mon Aug 22 18:00:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
2857
2858 * xmlschemastypes.c: applied patch from Kuba Nowakowski fixing bug
2859 #313982
2860 * result/schemas/bug313982* test/schemas/bug313982*: also added
2861 the test case to the regression suite.
2862
2863Mon Aug 22 17:50:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
2864
2865 * testRegexp.c: printed the wrong string
2866
2867Mon Aug 22 16:42:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
2868
2869 * testRegexp.c xmlregexp.c include/libxml/xmlregexp.h: exported
2870 xmlExpExpDerive(), added it to the testRegexp command line
2871 tool when providing multiple expressions.
2872
2873Mon Aug 22 14:57:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
2874
2875 * Makefile.am result/expr/base test/expr/base: added the first
2876 regression test suite set for the new expression support
2877
2878Mon Aug 22 13:49:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
2879
2880 * valid.c: fixed an uninitialized variable
2881 * xmlregexp.c include/libxml/xmlregexp.h: extended the API to
2882 add the parser, serializer and some debugging
2883 * include/libxml/xmlversion.h.in: made the new support compiled
2884 by default if Schemas is included
2885 * testRegexp.c: cleanup and integration of the first part of the
2886 new code with a special switch
2887 * xmllint.c: show up Expr in --version if compiled in
2888 * include/libxml/tree.h: moved the xmlBuffer definition up
2889
2890Mon Aug 22 12:11:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2891
2892 * xmlschemas.c: Some preparation for the creation of a graph
2893 of imported/included/redefined schemas; this is needed for
2894 at least the redefinitions.
2895 Centralized the creation of the parser context in one function.
2896
2897Mon Aug 22 02:19:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
2898
2899 * xmlregexp.c include/libxml/xmlregexp.h: pushing the formal expression
2900 handling code to have it in CVs from now. Not plugged, and misses
2901 APIs it's not compiled in yet.
2902
2903Sat Aug 20 23:13:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2904
2905 * xmlreader.c: applied another patch from Rob Richards to fix
2906 xmlTextReaderGetAttributeNs and xmlTextReaderMoveToAttributeNs
2907
2908Wed Aug 17 09:06:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
2909
2910 * xmlreader.c: applied patch from Rob Richards to fix
2911 xmlTextReaderGetAttribute behaviour with namespace declarations
2912
2913Fri Aug 12 14:12:56 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2914
2915 * xmlschemas.c include/libxml/xmlerror.h:
2916 Changed output for keyref-match errors; the target-node will
2917 be now reported rather than the scope-node of the keyref
2918 definition - allowing easier chasing of instance errors.
2919 This was reported by Guy Fabrice to the mailing list.
2920 Some initial parsing code for schema redefinitions.
2921 * result/schemas/bug303566_1_1.err
2922 result/schemas/bug312957_1_0.err: Adapted test results due
2923 to the keyref changes.
2924
2925Fri Aug 12 12:17:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
2926
2927 * valid.c: applied patch from Derek Poon fixing bug #310692
2928
2929Wed Aug 10 23:39:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
2930
2931 * xmlschemas.c: fix for bug #312945 as pointed by Dean Hill, the
2932 context type was not always properly initialized.
2933
2934Wed Aug 10 18:21:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2935
2936 * relaxng.c: fixed bug #307377 about validation of choices in
2937 list values.
2938 * test/relaxng/307377* result/relaxng/307377* Makefile.am runtest.c:
2939 added examples to the regression tests, problem is that streaming
2940 version gives slightly more informations.
2941
2942Wed Aug 10 15:25:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
2943
2944 * xinclude.c: fixed bug #302302, nasty but the fix is rather simple.
2945
2946Wed Aug 10 11:59:46 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2947
2948 * result/schemas/any6_1_0*: Added missing test results.
2949
2950Tue Aug 9 23:37:22 CEST 2005 Daniel Veillard <daniel@veillard.com>
2951
2952 * xmlregexp.c: fixed a determinism detection problem exposed by
2953 ##other tests commited by Kasimier, also added a small speedup
2954 of determinism detection.
2955 * test/results/any6_2_0* any8_1_0* any7_1_2* any7_2_2*: added
2956 the results to the regression tests now
2957
2958Tue Aug 9 15:54:09 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2959
2960 * test/schemas/any7_2.xml test/schemas/any6_2.xsd
2961 test/schemas/any8_1.xsd test/schemas/any8_0.xml:
2962 Added some more tests for element wildcards.
2963
2964Tue Aug 9 14:22:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2965
2966 * xmlschemas.c: Fixed #312957 reported by Carol Hunter:
2967 streaming XPath states were not popped in every case,
2968 thus failed to resolve correctly for subsequent input.
2969 * test/schemas/bug312957* result/schemas/bug312957*:
2970 Added the test submitted by Carol Hunter.
2971
2972Tue Aug 9 13:07:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2973
2974 * xmlregexp.c xmlschemas.c: trying to nail down the remaining
2975 ##other issues
2976 * result/schemas/any7* test/schemas/any7: completed the tests
2977 and added the results
2978 * result/schemas/any3_0_0.err result/schemas/any5_0_0.err
2979 result/schemas/any5_1_0.err: this slightly chnages the output
2980 from 3 existing tests
2981
2982Mon Aug 8 22:33:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
2983
2984 * nanoftp.c nanohttp.c xmlschemastypes.c: applied patch from
2985 Marcus Boerger to remove warnings on Windows.
2986
2987Mon Aug 8 16:43:04 CEST 2005 Daniel Veillard <daniel@veillard.com>
2988
2989 * xmlsave.c include/libxml/xmlsave.h: fixed #145092 by adding
2990 an xmlSaveOption to omit XML declaration
2991
2992Mon Aug 8 15:44:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
2993
2994 * HTMLtree.c: fixed bug #310333 with a patch close to the provided
2995 patch for HTML UTF-8 serialization
2996 * result/HTML/script2.html: this changed the output of that test
2997
2998Mon Aug 8 15:01:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
2999
3000 * xmlregexp.c: fixed bug #310264, basically it's about reentrancy
3001 of count based transition, when going though the counter must
3002 be reset to 0
3003 * test/schemas/bug310264* result/schemas/bug310264*: added the
3004 regression test.
3005
3006Mon Aug 8 14:40:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3007
3008 * xmlschemas.c: Fixed a memory leak: xmlSchemaFreeAnnot() was
3009 only freeing the first annotation in the list.
3010
3011Mon Aug 8 09:44:34 CEST 2005 Daniel Veillard <daniel@veillard.com>
3012
3013 * xmlreader.c: applied patch from Rob Richards fixing
3014 xmlTextReaderGetAttribute
3015
3016Mon Aug 8 01:41:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
3017
3018 * HTMLparser.c: fixed an uninitialized memory access spotted by
3019 valgrind
3020
3021Sun Aug 7 12:39:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
3022
3023 * test/relaxng/docbook_0.xml: get rid of the dependancy on a locally
3024 installed DTD
3025 * uri.c include/libxml/uri.h xmlIO.c nanoftp.c nanohttp.c: try to
3026 cleanup the Path/URI conversion mess, needed fixing in various
3027 layers and a new API to the uri module which also fixes #306861
3028 * runtest.c: integrated a regression test specific to check the
3029 URI conversions done before calling the I/O handlers.
3030
3031Sat Aug 6 11:06:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3032
3033 * doc/XSLT.html doc/xml.html: small doc fix for #312647
3034
3035Tue Aug 2 13:26:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
3036
3037 * win32/configure.js: applied patch from Rob Richards to allow
3038 disabling modules in win32, fixes #304071
3039
3040Mon Aug 1 07:18:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
3041
3042 * python/libxml.c: applied fix from Jakub Piotr Clapa for
3043 xmlAttr.parent(), closing #312181
3044
3045Sun Jul 31 18:48:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
3046
3047 * schematron.c: report improvement
3048 * test/schematron/zvon* result/schematron/zvon*: more tests
3049
3050Sun Jul 31 16:02:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
3051
3052 * win32/Makefile.msvc win32/configure.js: applied patch from Rob
3053 Richards to add schematron to the build on Windows
3054 * test/schematron/zvon3* result/schematron/zvon3*: second test
3055 * test/schematron/zvon10* result/schematron/zvon10*: this is the
3056 real second test 10 and 2 are swapped.
3057
3058Sun Jul 31 15:42:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3059
3060 * schematron.c: more bug fixes, improve the error reporting.
3061 * test/schematron/zvon2* result/schematron/zvon2*: second test
3062
3063Sun Jul 31 14:15:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3064
3065 * schematron.c xmllint.c: fixing the loop bug, fixing schematron
3066 text error rendering
3067 * Makefile.am result/schematron/* test/schematron/zvon1*.sct:
3068 started integrating within "make tests"
3069
3070Sat Jul 30 17:26:58 EDT 2005 Daniel Veillard <daniel@veillard.com>
3071
3072 * test/schematron/*: a few first tests from Zvon unfortunately
3073 with the old syntax
3074
3075Sat Jul 30 17:08:07 EDT 2005 Daniel Veillard <daniel@veillard.com>
3076
3077 * schematron.c xmllint.c include/libxml/schematron.h: commiting
3078 work done on the plane last week-end
3079
3080Sat Jul 30 15:16:29 CEST 2005 Daniel Veillard <daniel@veillard.com>
3081
3082 * runtest.c: allows an extra argument to subset the tests
3083 * xmlregexp.c: big speedup for validation, basically avoided
3084 transition creation explosion when removing epsilon transition
3085
3086Sat Jul 30 00:00:46 CEST 2005 Daniel Veillard <daniel@veillard.com>
3087
3088 * Makefile.am globals.c parserInternals.c xmlreader.c xmlunicode.c
3089 xmlwriter.c: more cleanups based on sparse reports, added
3090 "make sparse"
3091
3092Fri Jul 29 12:11:25 CEST 2005 Daniel Veillard <daniel@veillard.com>
3093
3094 * python/libxml.c: don't output any message on failed resolver lookups,
3095 better done by the python user provided resolver layer.
3096
3097Fri Jul 29 01:48:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3098
3099 * HTMLparser.c SAX2.c encoding.c globals.c parser.c relaxng.c
3100 runsuite.c runtest.c schematron.c testHTML.c testReader.c
3101 testRegexp.c testSAX.c testThreads.c valid.c xinclude.c xmlIO.c
3102 xmllint.c xmlmodule.c xmlschemas.c xpath.c xpointer.c: a lot of
3103 small cleanups based on Linus' sparse check output.
3104
3105Thu Jul 28 21:28:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
3106
3107 * include/libxml/Makefile.am: added schematron.h, oops ...
3108
3109Thu Jul 28 02:38:21 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3110
3111 * xmlschemastypes.c: Added creation of the content type of
3112 xs:anyType. This is needed when trying to extend xs:anyType
3113 (although it makes no sense to extend it; IMHO the schema
3114 people should have ruled this out). This was reported
3115 by Yong Chen to the mailing list.
3116 * xmlschemas.c: Fixed handling of xs:anyType in
3117 xmlSchemaCheckCOSCTExtends() (reported by Young Chen). Tiny
3118 adjustment to an error report output.
3119 * test/schemas/extension2* result/schemas/extension2*:
3120 Added a test case provided by Young Chen.
3121
3122Mon Jul 25 11:41:18 PDT 2005 William Brack <wbrack@mmm.com.hk>
3123
3124 * uri.c: enhanced xmlBuildRelativeURI to allow the URI and the
3125 base to be in "relative" form
3126
3127Sun Jul 24 10:25:41 EDT 2005 Daniel Veillard <daniel@veillard.com>
3128
3129 * schematron.c xmllint.c: started adding schematron to the xmllint
3130 tool, the report infrastructure is gonna be fun.
3131
3132Sat Jul 23 23:23:51 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3133
3134 * test/schemas/any6* test/schemas/any7*: Added regression tests
3135 (they fail currently), but did not added results yet.
3136
3137Sat Jul 23 23:07:05 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3138
3139 * xmlschemas.c: Removed the workaround code in
3140 xmlSchemaValidateElemWildcard() for the <any> wildcard
3141 with namespace == ##other. Support for such wildcards was
3142 implemented by Daniel at the automaton level recently, and
3143 the workaround code iterfered with it.
3144
3145Sat Jul 23 10:55:50 EDT 2005 Daniel Veillard <daniel@veillard.com>
3146
3147 * pattern.c include/libxml/pattern.h: changed xmlPatterncompile
3148 signature to pass an int and not an enum since it can generate
3149 ABI compat troubles.
3150 * include/libxml/schematron.h schematron.c: adding the new
3151 schematron code, work in progress lots to be left and needing
3152 testing
3153 * include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in
3154 Makefile.am configure.in: integration of schematron into the
3155 build
3156 * xpath.c include/libxml/xpath.h: adding flags to control compilation
3157 options right now just XML_XPATH_CHECKNS.
3158
3159Sat Jul 23 16:39:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3160
3161 * xmlschemas.c: Removed an "internal error" message from
3162 xmlSchemaBuildAContentModel() when an empty model group
3163 definition is hit.
3164
3165Sat Jul 23 00:34:07 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3166
3167 * pattern.c: Changed xmlCompileStepPattern() and
3168 xmlCompileAttributeTest() to handle the "xml" prefix without
3169 caring if the XML namespace was supplied by the user.
3170
3171Fri Jul 22 00:08:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3172
3173 * xmlschemas.c: Fixed xmlSchemaPSimpleTypeErr(), which did not
3174 output the given string arguments correctly.
3175
3176Thu Jul 21 09:21:00 EDT 2005 Daniel Veillard <daniel@veillard.com>
3177
3178 * error.c globals.c parser.c runtest.c testHTML.c testSAX.c
3179 threads.c valid.c xmllint.c xmlreader.c xmlschemas.c xmlstring.c
3180 xmlwriter.c include/libxml/parser.h include/libxml/relaxng.h
3181 include/libxml/valid.h include/libxml/xmlIO.h
3182 include/libxml/xmlerror.h include/libxml/xmlexports.h
3183 include/libxml/xmlschemas.h: applied a patch from Marcus Boerger
3184 to fix problems with calling conventions on Windows this should
3185 fix #309757
3186
3187Wed Jul 20 14:45:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
3188
3189 * parser.c: an optimization of the char data inner loop,
3190 can gain up to 10% in pure SAX2 parsing speed
3191 * xmlschemas.c: applied patch from Kupriyanov Anatolij fixing
3192 a bug in XML Schemas facet comparison #310893
3193
3194Tue Jul 19 17:27:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3195
3196 * xmlregexp.c xmlschemas.c: fixed the error reporting for
3197 not transitions
3198 * result/schemas/any5_0_0* result/schemas/any5_0_2*
3199 result/schemas/any5_1_0*: fixed output
3200
3201Tue Jul 19 15:34:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3202
3203 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: fixing
3204 bug #172215 about foreign namespaces by adding support for
3205 negated string transitions. Error messages still need to be
3206 improved.
3207 * test/schemas/any5* result/schemas/any5*: adding regression
3208 tests for this.
3209
3210Tue Jul 19 12:33:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3211
3212 * tree.c: applied patch from Alexander Pohoyda fixing xmlGetNodePath
3213 on namespaced attributes #310417.
3214
3215Mon Jul 18 23:01:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
3216
3217 * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: --nonet was
3218 ducplicated
3219
3220Mon Jul 18 20:49:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
3221
3222 * xmlschemas.c: fixed xsd:all when used in conjunction with
3223 substitution groups
3224 * test/schemas/allsg_* result/schemas/allsg_*: adding specific
3225 regression tests, strangely missing from NIST/Sun/Microsoft
3226 testsuites
3227
3228Sun Jul 17 07:11:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3229
3230 * xmlschemas.c: fixed bug #307508, a bad automata was built but
3231 this showed as an indeterminist result
3232
3233Thu Jul 14 17:53:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3234
3235 * xmlschemastypes.c: found the last bug raised by NIST tests in
3236 comparing base64 strings, result from runsuite:
3237 ## NIST test suite for Schemas version NIST2004-01-14
3238 Ran 23170 tests (3953 schemata), no errors
3239
3240Thu Jul 14 14:57:36 CEST 2005 Daniel Veillard <daniel@veillard.com>
3241
3242 * testRegexp.c: fixed where xmlMemoryDump() should be called.
3243 * xmlregexp.c: fixed handling of {0}, \n, \r and \t, two bugs
3244 affecting NIST regression tests
3245
3246Thu Jul 14 11:30:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3247
3248 * configure.in: applied a patch from Gerrit P. Haase to add
3249 module support on cygwin
3250
3251Thu Jul 14 10:56:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
3252
3253 * HTMLparser.c: fixed a potential buffer overrun error introduced
3254 on last commit to htmlParseScript() c.f. #310229
3255
3256Thu Jul 14 23:48:17 PDT 2005 William Brack <wbrack@mmm.com.hk>
3257
3258 * xpath.c: Changed the behaviour of xmlXPathEqualNodeSetFloat to
3259 return TRUE if a nodeset with a numeric value of NaN is compared
3260 for inequality with any numeric value (bug 309914).
3261
3262Thu Jul 14 01:03:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3263
3264 * error.c relaxng.c xmlreader.c xmlschemas.c include/libxml/relaxng.h
3265 include/libxml/xmlschemas.h: applied patch from Marcus Boerger
3266 to route relaxng and schemas error messages when using the reader
3267 through the structured interface if activated.
3268 * elfgcchack.h doc/* testapi.c: rebuilt since this add new APIs
3269 to test.
3270
3271Wed Jul 13 18:35:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
3272
3273 * HTMLparser.c: applied UTF-8 script parsing bug #310229 fix from
3274 Jiri Netolicky
3275 * result/HTML/script2.html* test/HTML/script2.html: added the test
3276 case from the regression suite
3277
3278Tue Jul 12 17:08:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
3279
3280 * nanohttp.c: fixed bug #310105 with http_proxy environments with
3281 patch provided by Peter Breitenlohner
3282
3283Mon Jul 11 00:28:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3284
3285 * Makefile.am NEWS configure.in doc/*: preparing release 2.6.20
3286 * xmllint.c: removed a compilation problem
3287
3288Sun Jul 10 23:33:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3289
3290 * xstc/Makefile.am README README.tests Makefile.tests Makefile.am:
3291 preparing to make testsuite releases along with code source releases
3292 * gentest.py testapi.c: fixed a couple of problem introduced by
3293 the new Schemas support for Readers
3294 * xpath.c: fixed the XPath attribute:: bug #309580, #309864 in a crude
3295 but simple way.
3296 * xmlschemas.c include/libxml/tree.h: fixed a couple of problems
3297 raised by the doc builder.
3298 * doc/*: made rebuild
3299
3300Sun Jul 10 21:51:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
3301
3302 * xmlschemas.c: fixed a bug introduced on last commit
3303
3304Sun Jul 10 21:00:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3305
3306 * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: fixed a typo
3307 pointed by Jeroen Ruigrok
3308 * include/libxml/xmlreader.h include/libxml/xmlschemas.h: increased
3309 the APIs for xmlReader schemas validation support
3310 * xmllint.c xmlreader.c xmlschemas.c: xmlReader schemas validation
3311 implementation and testing as xmllint --stream --schema ...
3312
3313Sun Jul 10 16:11:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3314
3315 * include/libxml/xmlwin32version.h.in: try to avoid conflicts.
3316
3317Sat Jul 9 19:29:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3318
3319 * parser.c: fix for #309761 from Dylan Shell
3320 * xmlschemas.c include/libxml/xmlschemas.h: added xmlSchemaSAXPlug
3321 and xmlSchemaSAXUnplug generic APIs for SAX Schemas validation.
3322 * xmllint.c: couple of fixes plus added descriptions for --sax and
3323 --sax1
3324
3325Fri Jul 8 23:35:00 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3326
3327 * xmlschemas.c: Added c-props-correct constraint to check
3328 for equal cardinality of keyref/key.
3329 * include/libxml/xmlerror.h: Added an error code.
3330
3331Fri Jul 8 21:56:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3332
3333 * pattern.c: Fixed evaluation of attributes. Actually only
3334 attribute at the first level were evaluated (e.g. "@attr");
3335 expression like "foo/@attr" always failed.
3336
3337Fri Jul 8 20:04:29 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3338
3339 * xmlschemas.c: tiny fix in xmlSchemaValidateStream() if a
3340 user-provided SAX handler is given.
3341
3342Fri Jul 8 19:25:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3343
3344 * parser.c: fix some potential leaks in error cases.
3345 * xmllint.c: added --sax, to allow testing of --schemas --sax and
3346 various other combinations.
3347 * xmlschemas.c: fix a couple of tiny problems in
3348 xmlSchemaValidateStream()
3349
3350Fri Jul 8 18:34:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3351
3352 * xmlschemas.c: Changed xmlSchemaValidateFile() to use
3353 xmlSchemaValidateStream() internally.
3354
3355Fri Jul 8 17:02:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3356
3357 * test/relaxng/docbook_0.xml: added the missing entity to the
3358 document internal subset to avoid errors if the DocBook catalogs
3359 are not there
3360 * xmlschemas.c: first cut at implementing xmlSchemaValidateStream()
3361 untested yet
3362
3363Wed Jul 6 15:45:48 PDT 2005 William Brack <wbrack@mmm.com.hk>
3364
3365 * parser.c: fixed problem with free on dupl attribute in
3366 dtd (bug309637).
3367 * test/errors/attr3.xml, result/errors/attr3.*: added
3368 regression test for this
3369
3370Wed Jul 6 13:11:35 PDT 2005 William Brack <wbrack@mmm.com.hk>
3371
3372 * win32/Makefile.msvc: try again to fix file format for Windows
3373
3374Wed Jul 6 12:20:13 PDT 2005 William Brack <wbrack@mmm.com.hk>
3375
3376 * win32/Makefile.msvc: removed spurious ^M
3377 * runtest.c: added check for option O_BINARY
3378 * test/schemas/bug309338*, result/schemas/bug309338*: changed
3379 sticky tag to 'binary'
3380
3381Wed Jul 6 10:38:02 PDT 2005 William Brack <wbrack@mmm.com.hk>
3382
3383 * debugXML.c: excluded content string check for XML_ELEMENT_DECL
3384 in xmlCtxtGenericNodeCheck
3385 * runtest.c: changed "open" calls to include O_BINARY for Windows
3386
3387Wed Jul 6 17:14:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3388
3389 * parser.c: fixing bug #166777 (and #169838), it was an heuristic
3390 in areBlanks which failed.
3391 * result/winblanks.xml* result/noent/winblanks.xml test/winblanks.xml:
3392 added the input file to the regression tests
3393
3394Wed Jul 6 13:40:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3395
3396 * xmlschemastypes.c: Fixed bug #309338, reported by Kupriyanov
3397 Anotolij.
3398 * test/schemas/bug309338* result/schemas/bug309338*:
3399 Added a regression test for the above bug.
3400
3401Tue Jul 5 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
3402
3403 * Makefile.am: first steps toward a testsuite dist
3404 * SAX2.c include/libxml/xmlerror.h: fixed bug #307870
3405
3406Tue Jul 5 12:38:36 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3407
3408 * runsuite.c runtest.c: Tiny portability adjustment for win.
3409 * win32/Makefile.*: Added runtest.exe and runsuite.exe to
3410 be created.
3411
3412Mon Jul 4 17:44:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3413
3414 * runsuite.c: first stb at unimplemnted detection
3415 * runtest.c: fixing Windows code
3416
3417Mon Jul 4 17:19:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3418
3419 * runsuite.c: fix on schemas error
3420 * runtest.c: portability glob() on Windows
3421
3422Mon Jul 4 16:23:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3423
3424 * runsuite.c runtest.c: cleanups, logfile and portability
3425 * xmllint.c: fixed a memory leak
3426
3427Mon Jul 4 13:11:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3428
3429 * parser.c: fixed a bug failing to detect UTF-8 violations in
3430 CData in push mode.
3431 * result/errors/cdata.xml* test/errors/cdata.xml: added the test
3432 to the regressions
3433
3434Mon Jul 4 11:26:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
3435
3436 * debugXML.c: added enhancement for #309057 in xmllint shell
3437
3438Mon Jul 4 00:58:44 CEST 2005 Daniel Veillard <daniel@veillard.com>
3439
3440 * HTMLparser.c: applied patch from James Bursa fixing an html parsing
3441 bug in push mode
3442 * result/HTML/repeat.html* test/HTML/repeat.html: added the test to the
3443 regression suite
3444
3445Sun Jul 3 23:42:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3446
3447 * testapi.c tree.c: fixing a leak detected by testapi in
3448 xmlDOMWrapAdoptNode, and fixing another side effect in testapi
3449 seems to pass tests fine now.
3450 * include/libxml/parser.h parser.c: xmlStopParser() is no more limited
3451 to push mode
3452 * error.c: remove a warning
3453 * runtest.c xmllint.c: avoid compilation errors if only some parts
3454 of the library are compiled in.
3455
3456Mon Jul 4 00:39:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
3457
3458 * gentest.py testapi.c: fix a problem with previous patch to
3459 testapi.c
3460
3461Sun Jul 3 22:59:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
3462
3463 * runsuite.c runtest.c tree.c: fixing compilations when
3464 disabling parts of the library at configure time.
3465
3466Sun Jul 3 18:17:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
3467
3468 * parserInternals.c: fix bug raised by zamez on IRC
3469 * testapi.c: regenerated, seems to pop-up leaks in new tree functions
3470 * tree.c: added comments missing.
3471 * doc/*: regenerated
3472
3473Sun Jul 3 18:06:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
3474
3475 * testapi.c runsuite.c runtest.c: fixing #307823 and a couple of
3476 assorted bugs
3477 * python/generator.py python/libxml2-python-api.xml: fixed
3478 conditionals in generator too
3479 * doc/apibuild.py doc/libxml2-api.xml doc/* elfgcchack.h: some
3480 cleanups too and rebuilt
3481
3482Sun Jul 3 16:42:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
3483
3484 * xmlIO.c: fixed bug #307503 misplaced #ifdef
3485
3486Sun Jul 3 16:34:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
3487
3488 * runsuite.c: expanded test
3489 * xmlregexp.c: found and fixed the leak exposed by Microsoft regtests
3490
3491Sat Jul 2 23:38:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3492
3493 * runsuite.c: a bit of progresses on xstc
3494
3495Sat Jul 2 09:30:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
3496
3497 * runsuite.c: completed the simple checks for Relax-NG suites
3498 back to the same 11 errors as in the Python runs.
3499
3500Thu Jun 30 15:01:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3501
3502 * runtest.c: complete, checking on other platforms is needed
3503 * README: updated
3504 * debugXML.c: fix a bug raised by bill on IRC
3505 * relaxng.c: fix a leak in weird circumstances
3506 * runsuite.c Makefile.am: standalone test tool agaisnt
3507 the regression suites, work in progress
3508
3509Tue Jun 28 08:30:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3510
3511 * runtest.c: adding URI tests
3512
3513Mon Jun 27 23:55:56 CEST 2005 Daniel Veillard <daniel@veillard.com>
3514
3515 * runtest.c: adding xml:id
3516
3517Mon Jun 27 23:29:36 CEST 2005 Daniel Veillard <daniel@veillard.com>
3518
3519 * runtest.c: finishing XPath, adding XPointer
3520
3521Mon Jun 27 17:39:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3522
3523 * runtest.c: adding more coverage, XInclude and starting XPath
3524
3525Mon Jun 27 17:02:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3526
3527 * tree.c include/libxml/tree.h: Added allocation/deallocation
3528 functions for the DOM-wrapper context.
3529
3530Mon Jun 27 15:41:30 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3531
3532 * tree.c: Commented the new functions to be experimental.
3533
3534Mon Jun 27 14:41:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3535
3536 * error.c valid.c: working some weird error reporting problem for
3537 DTD validation.
3538 * runtest.c: augmented with DTD validation tests
3539 * result/VC/OneID*: slight change in validation output.
3540
3541Mon Jun 27 13:44:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3542
3543 * runtest.c: added most HTML tests
3544
3545Mon Jun 27 14:06:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3546
3547 * test/namespaces/reconcile/tests.xml
3548 test/namespaces/reconcile/tests-to-c.xsl: Added initial tests
3549 for some new DOM-wrapper helping functions.
3550
3551Mon Jun 27 14:01:06 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3552
3553 * xstc/xstc-to-python.xsl: Cleanup.
3554 * xstc/sun-test-def.xml xstc/nist-test-def.xml xstc/ms-test-def.xml:
3555 Removed, those are not needed anymore due to the new test suite.
3556
3557Mon Jun 27 11:39:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
3558
3559 * result/*.sax2 MAkefile.am: added SAXv2 regression tests apparently
3560 missing.
3561 * runtest.c: added SAX1/SAX2 checks.
3562
3563Mon Jun 27 12:24:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3564
3565 * tree.c include/libxml/tree.h: Added
3566 xmlDOMWrapReconcileNamespaces(), xmlDOMWrapAdoptNode() and
3567 xmlDOMWrapRemoveNode() to the API. These are functions intended
3568 to be used with DOM-wrappers.
3569
3570Mon Jun 27 10:14:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
3571
3572 * runtest.c: continue to increase the tests
3573
3574Mon Jun 27 09:21:49 CEST 2005 Daniel Veillard <daniel@veillard.com>
3575
3576 * runtest.c: continue to increase the tests
3577
3578Mon Jun 27 01:01:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3579
3580 * runtest.c: continue to increase the tests
3581
3582Sun Jun 26 20:08:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3583
3584 * include/libxml/valid.h valid.c: avoid name glob in agruments as
3585 it matches the glob() routine.
3586 * runtest.c Makefile.am: first steps toward a C regression test
3587 framework.
3588
3589Sat Jun 25 01:37:22 PDT 2005 William Brack <wbrack@mmm.com.hk>
3590
3591 * configure.in: fixed a problem with the detection of
3592 ss_family for ipV6, as reported on the mailing list by
3593 Doug Orleans.
3594
3595Tue Jun 21 10:44:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3596
3597 * test/schemas/empty-value* result/schemas/empty-value*:
3598 Added regression tests (from Dhyanesh).
3599
3600Tue Jun 21 10:35:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3601
3602 * xmlschemas.c: Fixed NULL values to be validated as empty
3603 string values (reported by Dhyanesh to the mailing list).
3604 Adjusted text concatenation of mixed content.
3605
3606Mon Jun 20 18:11:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3607
3608 * tree.c valid.c: applied patch from Rob Richards for removal
3609 of ID (and xml:id)
3610 * xmlreader.c: applied patch from James Wert implementing
3611 xmlTextReaderReadInnerXml and xmlTextReaderReadOuterXml
3612
3613Thu Jun 16 14:38:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3614
3615 * xmlschemas.c: Fixed SAX2 validation: grow of internal
3616 namespace list, appending of element character content.
3617 * xstc/xstc.py: Added "--sax" option for SAX2 validation.
3618
3619Wed Jun 15 15:34:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3620
3621 * xmlschemastypes.c: Added missing function descriptions.
3622
3623Wed Jun 15 15:26:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3624
3625 * xmllint.c: if sax1 is used and input is a file use the old
3626 API xmlParseFile()
3627 * xmlschemas.c: cleanups
3628 * doc/* testapi.c elfgcchack.h: rebuilt to add python bindings
3629 for the new functions in Schemas.
3630
3631Wed Jun 15 14:50:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3632
3633 * xmlschemas.c include/libxml/xmlschemas.h: Added
3634 xmlSchemaValidateFile() to the public API. This will use
3635 SAX2-driven validation.
3636
3637Wed Jun 15 11:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3638
3639 * result/schemas/bug306806_1_0 result/schemas/bug306806_1_0.err:
3640 Added schema test results (Tom Browder, bug #306806).
3641
3642Wed Jun 15 11:08:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3643
3644 * test/schemas/bug306806_1.xsd test/schemas/bug306806_0.xml:
3645 Added schema tests submitted by Tom Browder (bug #306806).
3646
3647Tue Jun 14 15:03:22 PDT 2005 William Brack <wbrack@mmm.com.hk>
3648
3649 * pattern.c: adjusted last change to xmlCompilePathPattern,
3650 fixed one compilation warning
3651
3652Tue Jun 14 21:19:16 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3653
3654 * pattern.c: Some changes/fixes to the streaming evaluation.
3655 * xmlschemas.c: A bit of support for parsing the schema for
3656 schema. Fixed attribute derivation when the use is
3657 "prohibited" and was "optional". Fixed an attribute construction
3658 bug, a left-over from the time, where <complexContent>,
3659 <extension>, etc. where created as structs.
3660
3661Tue Jun 14 12:35:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3662
3663 * libxml-2.0.pc.in: removed a redundant include path
3664
3665Mon Jun 13 14:58:33 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3666
3667 * xstc/Makefile.am: Some more adjustments.
3668
3669Mon Jun 13 14:35:59 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3670
3671 * xstc/Makefile.am: Changed test extraction process, since some
3672 boxes don't know about "tar --strip-path".
3673
3674Mon Jun 13 13:39:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
3675
3676 * relaxng.c: fixed a bug exposed by Rob Richards in the mailing-list
3677 * result//compare0* test//compare0*: added the regression test in
3678 the suite as this went unnoticed !
3679
3680Wed Jun 9 11:07:42 PDT 2005 William Brack <wbrack@mmm.com.hk>
3681
3682 * pattern.c, xpath.c, include/libxml/pattern.h: Further
3683 enhancement for XPath streaming, consolidated with
3684 schemas usage of pattern.c. Added a new enum
3685 xmlPatternFlags.
3686 * doc/*, testapi.c, elfgcchack.h: updated to reflect new
3687 enum.
3688 * test/XPath/tests/mixedpat, test/XPath/docs/mixed,
3689 result/XPath/mixedpat: added regression test for problems
3690 reported in bug306348
3691
3692Thu Jun 9 16:51:31 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3693
3694 * xmlschemastypes.c: Changed non-prefixed QNames to be bound to a
3695 default namespace if existent.
3696
3697Thu Jun 9 15:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3698
3699 * xmlschemastypes.c: Fixed a bug which I invented: hexBinary's string
3700 values were not duplicated corrently when creating a computed value
3701 in xmlSchemaValAtomicType.
3702
3703Thu Jun 9 13:20:57 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3704
3705 * xmlschemas.c result/schemas/include1_0_0.err:
3706 Fixed an attribute fixed/default value constraint error.
3707
3708Thu Jun 9 12:51:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3709
3710 * result/schemas/*: Adapted regression test results.
3711
3712Thu Jun 9 12:22:45 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3713
3714 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h
3715 include/libxml/xmlschemastypes.h: Changed the validation process
3716 to be able to work in streaming mode. Some datatype fixes,
3717 especially for list and union types. Due to the changes the
3718 error report output has changed in most cases. Initial migration to
3719 functions usable by both, the parser and the validator. This should
3720 ease a yet-to-come XS construction API in the long term as well.
3721
3722Thu Jun 9 10:16:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
3723
3724 * parser.c: applied patch from Malcolm Rowe to avoid namespace
3725 troubles on rollback parsing of elements start #304761
3726 * test/nsclean.xml result/noent/nsclean.xml result/nsclean.xml*:
3727 added it to the regression tests.
3728
3729Thu Jun 9 00:33:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
3730
3731 * parser.c include/libxml/xmlerror.h: applied patch from Rob Richards
3732 for xml:space and xml:lang handling with SAX2 api.
3733
3734Wed Jun 8 19:41:38 CEST 2005 Daniel Veillard <daniel@veillard.com>
3735
3736 * globals.c: applied patch from Morten Welinder, closing bug #306901
3737 on compiling subsets of the library
3738
3739Wed Jun 8 19:11:42 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3740
3741 * xstc/Makefile.am xstc.py xstc-to-python.xsl: Adapted the
3742 XS tests to use the new release of tests and test-definitions.
3743
37442005-06-07 Aleksey Sanin <aleksey@aleksey.com>
3745
3746 * c14n.c: fix rendering of attributes when parent node
3747 is not in the node set
3748
37492005-06-06 Aleksey Sanin <aleksey@aleksey.com>
3750
3751 * c14n.c: fixed xml attributes processing bug in exc c14n
3752 * xmllint.c: added --exc-c14n command line option
3753
3754Mon Jun 6 06:43:33 PDT 2005 William Brack <wbrack@mmm.com.hk>
3755
3756 * xpath.c, pattern.c: Enhanced xmlXPathRunStreamEval, fixed
3757 handling of depth/level for cases like union operator
3758 (bug #306348 reported by Bob Stayton). Also enhanced
3759 several comments throughout pattern.c.
3760 * doc/apibuild.py: fixed problem in handling of
3761 'signed' declaration. Rebuilt the docs.
3762
3763Tue May 31 20:35:27 PDT 2005 William Brack <wbrack@mmm.com.hk>
3764
3765 * xinclude.c: Enhanced handling of xml:base for included
3766 elements, fixing bugs 169209 and 302353.
3767
3768Wed May 25 18:59:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3769
3770 * xmlschemas.c: Fixed facet errors to be channelled back for
3771 union type members; facet-validation will stop now on the
3772 first error. Reported by GUY Fabrice to the mailing-list.
3773 * xmlschemastypes.c: Changed to ignore lengh-related facet
3774 validation for QNames and NOTATIONs as proposed by the
3775 schema people.
3776 * test/schemas/union2* result/schemas/union2*: Added
3777 regression tests for union types (by GUY Fabrice).
3778
3779Fri May 20 20:48:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
3780
3781 * xmlsave.c: applied patch from Mark Vakoc fixing saving of
3782 CDATA with NULL content.
3783
3784Thu May 12 15:14:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3785
3786 * xmlschemastypes.c: Changed the VALID_TZO macro to restrict
3787 the timezone to -840 to 840.
3788
3789Thu May 12 15:05:11 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3790
3791 * xmlschemastypes.c: Applied patch from Steve Nairn (bug #303670)
3792 for "signed int" of the date-time timezone field. Silenced
3793 a warning.
3794
3795Wed May 11 20:04:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
3796
3797 * tree.c: applied patch for replaceNode from Brent Hendricks
3798
3799Tue May 10 17:27:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3800
3801 * tree.c: fixed bug #303682 of a leak reported by Malcolm Rowe
3802
3803Tue May 10 11:50:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
3804
3805 * testapi.c: applied patch from Steve Nairn tof fix the compilation
3806 problem exposed in bug #303640
3807
3808Tue May 10 11:11:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3809
3810 * test/schemas/bug303566_1* result/schemas/bug303566_1_1*:
3811 Added regression a test provided by Heiko Oberdiek (bug #303566).
3812
3813Mon May 9 17:56:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3814
3815 * pattern.c: Changed the XPath "." to resolve only on the first
3816 level for XML Schema IDCs (bug #303566 reported by Heiko Oberdiek).
3817 This should not affect pattern-like resolution on every level.
3818
3819Sun May 8 13:35:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
3820
3821 * xmlmemory.c: fixed #169630 segfault in xmlMemDisplay
3822
3823Fri May 6 13:40:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3824
3825 * nanoftp.c: fixing bug #303068 increasing the nanoftp buffer.
3826 * doc/apibuild.py: fixed __attribute() parsing problem
3827 * doc/* testapi.c: regenerated the descriptions and docs.
3828
3829Wed May 4 11:16:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
3830
3831 * Makefile.am configure.in threads.c: on linux/gcc use weak definitions
3832 to avoid linking with pthread library on non-threaded environments.
3833 * xpath.c: applied patch from Mark Vakoc w.r.t. a buggy namespace
3834 list allocation.
3835
3836Fri Apr 29 11:27:37 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3837
3838 * parser.c: Fixed a test for duplicate attributes: Non-prefixed
3839 attributes were treated as being bound to the default namespace.
3840
3841Tue Apr 19 17:51:32 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3842
3843 * xmlschemastypes.c: Fixed date-time related validation
3844 (reported by David Crossley, bug #300576).
3845
3846Tue Apr 19 16:55:40 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3847
3848 * xmlschemas.c xmlregexp.c: Removed 5 unnecessary
3849 dereferences (reported by Andriy, bug #301074).
3850
3851Tue Apr 19 22:33:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
3852
3853 * xpath.c: Added some code to avoid integer overflow for
3854 ceil, floor and round functions (bug 301162)
3855
3856Tue Apr 19 13:21:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3857
3858 * xmlschemas.c: Removed workaround for bug #172215, since it
3859 does more harm in some scenarios. Added some of the
3860 "Particle Restriction OK" constraints - not yet enabled.
3861
3862Mon Apr 18 13:02:55 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3863
3864 * result/schemas/changelog093*: Added test results.
3865
3866Mon Apr 18 12:42:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3867
3868 * xmlschemas.c: Added output of canonical values in
3869 identity-constraint error messages.
3870 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
3871 Added xmlSchemaGetCanonValueWhtsp() to the API.
3872 Further enhancement of the canonical value
3873 conversion.
3874 * test/schemas/changelog093_0.*: Added test with an XSD
3875 submitted by Randy J. Ray.
3876
3877Fri Apr 15 09:33:21 HKT 2005 William Brack <wbrack@mmm.com.hk>
3878
3879 * valid.c: Applied Daniel's fix for memory leak in dtd
3880 prefix (bug 300550).
3881 * xpath.c: minor change to comment only
3882
3883Thu Apr 14 20:52:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3884
3885 * xmlmemory.c: added the call to the breakpoint routine
3886 when a monitored block is reallocated or freed
3887
3888Wed Apr 13 05:55:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
3889
3890 * nanohttp.c: applied patch from Aron Stansvik for bug #172525
3891 about HTTP query string parameter being lost
3892
3893Tue Apr 12 04:03:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3894
3895 * python/libxml.c python/libxml.py: applied patch from Brent Hendricks
3896 adding namespace removal at the python level #300209
3897 * python/tests/Makefile.am python/tests/nsdel.py: added the regression
3898 test
3899
3900Sun Apr 10 09:03:22 HKT 2005 William Brack <wbrack@mmm.com.hk>
3901
3902 * xpath.c: fixed several places where memory cleanup was not
3903 properly done after an error was detected (problem was
3904 reported on the mailing list by Pawel Palucha)
3905
3906Fri Apr 8 21:58:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3907
3908 * xmlschemas.c: Added substitution group constraints; changed
3909 the build of the pre-computed substitution groups. Channeled
3910 errors during xsi assembling of schemas to the validation
3911 context. Fixed a big memory leak, which occured when using
3912 IDCs: the precomputed value of attributes was not freed if
3913 the attribute did not resolve to an IDC field (discovered
3914 with the help of Randy J. Ray's schema, posted to the
3915 xmlschema-dev maling list).
3916
3917Fri Apr 8 13:22:01 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3918
3919 * xmlschemas.c: Added "Particle correct 2" to parsing of model groups.
3920 Added handling substitution groups inside <choice> and <sequence>;
3921 for <all> this is not supported yet. Changed circular checks for
3922 model groups definitions. "memberTypes" are processed at different
3923 levels now: component resolution first, construction later; this
3924 goes hand in hand with a global change to handle component
3925 resolution in a distinct phase. Fixed invalid default values for
3926 elements to mark the schema as invalid; this just resulted in an
3927 error report previously, but the schema was handled as valid.
3928 Separated the assignment of the model groups to referencing
3929 model group definition references (i.e. particles); this was
3930 needed to perform the circularity check for model group definitions.
3931 Added "Element Declaration Properties Correct (e-props-correct)"
3932 constraints. Separated component resolution for simple/complex
3933 types.
3934 * include/libxml/schemasInternals.h: Added a flag for substitution
3935 group heads.
3936
3937Wed Apr 6 23:14:03 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
3938
3939 * win32/Makefile.*: make install cleanup
3940
3941Wed Apr 6 22:42:23 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
3942
3943 * win32/Makefile.mingw: fixed mingw compilation
3944 * testModule.c: removed mingw warnings
3945
3946Wed Apr 6 21:59:11 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
3947
3948 * .cvsignore: added Eclipse project files to ignore list
3949
3950Wed Apr 6 16:08:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3951
3952 * xpath.c: fixed the bug in lang() as raised by Elliotte Rusty Harold
3953 * result/XPath/tests/langsimple test/XPath/tests/langsimple
3954 test/XPath/docs/lang: added a regression test
3955
3956Tue Apr 5 23:48:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
3957
3958 * nanoftp.c: applied fix from Rob Richards to compile on Windows.
3959
3960Tue Apr 5 17:02:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3961
3962 * xmlschemas.c: Added "Type Derivation OK (Complex)" constraints
3963 and anchored them in the "Element Locally Valid (Element)"
3964 constraints. This restricts the type substitution via "xsi:type".
3965
3966Tue Apr 5 13:10:06 CEST 2005 Daniel Veillard <daniel@veillard.com>
3967
3968 * xmlschemas.c: patch from Matthew Burgess to improve some schemas
3969 facets validation messages.
3970
3971Sat Apr 2 12:48:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3972
3973 * doc/* configure.in NEWS: preparing release 2.6.19, updated docs and
3974 rebuilding.
3975
3976Sat Apr 2 13:27:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3977
3978 * xstc/Makefile.am: integrated fixup-tests.py
3979
3980Fri Apr 1 19:14:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3981
3982 * xmlschemastypes.c: fixed a lack of comment and missing test for
3983 a pointer in the API.
3984
3985Fri Apr 1 17:54:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3986
3987 * xstc/fixup-tests.py: A tiny script to fixup some of the schema
3988 files used for the tests.
3989
3990Fri Apr 1 17:33:50 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3991
3992 * xmlschemas.c include/libxml/schemasInternals.h
3993 result/schemas/src-element2-*.err result/schemas/element-*.err:
3994 Committing again, since the CVS server aborted.
3995
3996Fri Apr 1 15:29:27 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3997
3998 * xmlschemastypes.c: Corrected 'length' facet validation for
3999 QNames and notations. Corrected xmlSchemaGetCanonValue: some
4000 data types did not return a value if already in normalized
4001 form.
4002 * xmlschemas.c include/libxml/schemasInternals.h:
4003 Eliminated creation of structs for <restriction>, <extension>,
4004 <simpleContent>, <complexContent>, <list> and <union>: the
4005 information is now set directly on the corresponding simple/
4006 complex type. Added some more complex type constraints.
4007 Added facet derivation constraints. Introduced "particle"
4008 components, which seem to be really needed if applying
4009 constraints. Corrected/change some of the parsing functions.
4010 This is all a bit scary, since a significant change to the code.
4011 * result/schemas/src-element2-*.err result/schemas/element-*.err:
4012 Adapted regression test results.
4013
4014Fri Apr 1 16:07:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
4015
4016 * doc/apibuild.py doc/elfgcchack.xsl: revamped the elfgcchack.h
4017 format to cope with gcc4 change of aliasing allowed scopes, had
4018 to add extra informations to doc/libxml2-api.xml to separate
4019 the header from the c module source.
4020 * *.c: updated all c library files to add a #define bottom_xxx
4021 and reimport elfgcchack.h thereafter, and a bit of cleanups.
4022 * doc//* testapi.c: regenerated when rebuilding the API
4023
4024Thu Mar 31 17:20:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
4025
4026 * xmlsave.c: fixed bug reported by Petr Pajas, in the absence of
4027 encoding UTF-8 should really be assumed. This may break if
4028 the HTTP headers indicates for example ISO-8859-1 since this
4029 then becomes a well formedness error.
4030
4031Thu Mar 31 16:57:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
4032
4033 * SAX.c: fixed #172260 redundant assignment.
4034 * parser.c include/libxml/parser.h: fixed xmlSAXParseDoc() and
4035 xmlParseDoc() signatures #172257.
4036
4037Thu Mar 31 16:11:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
4038
4039 * parser.c: fix potential crash if ctxt->sax->ignorableWhitespace
4040 is NULL as reported by bug #172255
4041
4042Thu Mar 31 15:36:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
4043
4044 * relaxng.c: fixed a problem in Relax-NG validation #159968
4045 * test/relaxng/list.* result/relaxng/list_*: added the test
4046 to the regression suite
4047
4048Thu Mar 31 13:06:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
4049
4050 * python/libxml.c: fixed bug #168504
4051
4052Thu Mar 31 12:22:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
4053
4054 * config.h.in configure.in nanoftp.c nanohttp.c xmllint.c
4055 macos/src/config-mac.h: use XML_SOCKLEN_T instead of SOCKLEN_T
4056 since apparently IBM can't avoid breaking common defines #166922
4057
4058Thu Mar 31 10:41:45 CEST 2005 Daniel Veillard <daniel@veillard.com>
4059
4060 * encoding.c: fix unitinialized variable in not frequently used
4061 code bug #172182
4062
4063Thu Mar 31 00:45:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
4064
4065 * python/generator.py python/libxml.py: another patch from Brent
4066 Hendricks to add new handlers with the various validity contexts
4067 * python/tests/Makefile.am python/tests/validDTD.py
4068 python/tests/validRNG.py python/tests/validSchemas.py: also
4069 added the regression tests he provided
4070
4071Wed Mar 30 09:39:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
4072
4073 * python/generator.py python/libxml.c: applied patch from Brent
4074 Hendricks to avoid leak in python bindings when using schemas
4075 error handlers.
4076
4077Tue Mar 29 22:29:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
4078
4079 * HTMLtree.c: fixing bug 168196, <a name=""> must be URI escaped too
4080
4081Sun Mar 27 13:24:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
4082
4083 * tree.c: cleanup of the Prop related functions and xmlNewNodeEatName
4084 by Rob Richards
4085
4086Thu Mar 24 19:01:22 PST 2005 William Brack <wbrack@mmm.com.hk>
4087
4088 * gentest.py, testapi.c: fixed problem with 'minimal library'
4089 compilation (LIBXML_PATTERN_ENABLED not properly checked) reported
4090 by Greg Morgan
4091
4092Thu Mar 24 12:01:30 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4093
4094 * xmlschemas.c: Fixed call to a facet error report: the type of
4095 the error was wrong, resulting in a segfault (bug #171220, reported
4096 by GUY Fabrice).
4097
4098Mon Mar 21 22:58:37 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4099
4100 * xmlschemas.c: Removed a stupid bug in xmlSchemaValidateAttributes,
4101 failing to build a linked list correctly (bug #169898, reported
4102 by bing song, hmm...).
4103
4104Mon Mar 21 21:09:07 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4105
4106 * xmlschemas.c: Fixed a segfault, which occured during bubbling
4107 of IDC nodes (bug #170779 and #170778, reported by GUY Fabrice):
4108 a variable was missed to be reset in a loop. Deactivated bubbling,
4109 if not referenced by a keyref.
4110
4111Sun Mar 20 11:13:02 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
4112
4113 * c14n.c include/libxml/xmlerror.h: special case "DAV:" namespace
4114 in c14n relative namespaces check and add structured error messages
4115 to c14n code
4116
4117Thu Mar 17 12:55:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4118
4119 * xmlschemas.c: Removed inheritance of "mixed" content type for
4120 short-hand restrictions of "anyType" (reported by Guy Fabrice
4121 to the mailing list). Added the namespace conversion (chameleon
4122 includes) for the base type reference of <restriction> and
4123 <extension>.
4124 * test/schemas/bug152470_1.xsd: Adapted due to the above change
4125 of "mixed" inheritance.
4126
4127Thu Mar 17 11:03:59 CET 2005 Daniel Veillard <daniel@veillard.com>
4128
4129 * xmlschemas.c: fixed a = -> == error pointed by GUY Fabrice
4130
4131Wed Mar 16 22:53:53 CET 2005 Daniel Veillard <daniel@veillard.com>
4132
4133 * xmlschemas.c: more debug messages from Matthew Burgess
4134 * xmlschemastypes.c: xmlSchemaValidateLengthFacet API missing check.
4135
4136Wed Mar 16 17:37:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4137
4138 * xmlschemastypes.c: Aaaannnd putting back the previous changes done
4139 by Daniel, which I overwrote with the previous commit.
4140
4141Wed Mar 16 17:20:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4142
4143 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemastypes.h:
4144 Hopefully finished validation against facets to use the normalized
4145 value of both, the facets and instance values. Added
4146 xmlSchemaValidateLengthFacetWhtsp(), xmlSchemaValidateFacetWhtsp()
4147 and xmlSchemaGetValType() to the schema API.
4148
4149Wed Mar 16 13:55:31 CET 2005 Daniel Veillard <daniel@veillard.com>
4150
4151 * libxml.spec.in: do not package .la files
4152 * xmllint.c: applied patch from Gerry Murphy for xmllint return code
4153 * xmlschemastypes.c: fixed a couple of missing tests of parameters
4154 at public API entry points.
4155
4156Tue Mar 15 23:31:14 HKT 2005 William Brack <wbrack@mmm.com.hk>
4157
4158 * xmlschemastypes.c: a couple of more changes to various
4159 decimal-handling routines. Fixes python some problems
4160 turned up by the python tests.
4161 * Makefile.am: change SchemasPythonTests message to warn
4162 that there are 10 'expected' errors (rather than 6) since
4163 we now reject a '+' sign on an unsigned.
4164
4165Tue Mar 15 15:43:27 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4166
4167 * xmlschemastypes.c xmlschemastypes.h: In preparation to use
4168 normalized values of facets during validation: changed the
4169 arguments of some string comparison functions; added a static
4170 xmlSchemaValidateFacetInternal() with more arguments to be
4171 more flexible. Prepared XML_SCHEMA_FACET_ENUMERATION validation
4172 to use the comparison functions. Fixed some assignments in
4173 xmlSchemaValAtomicType(): total digit count, lo, mi, hi.
4174
4175Sun Mar 13 19:32:03 CET 2005 Daniel Veillard <daniel@veillard.com>
4176
4177 * NEWS configure.in testapi.c doc/*: preparing release of 2.6.18
4178 updated docs and rebuilt
4179 * libxml.spec.in: reactivated gcc profiling for gcc >= 4.0.0
4180
4181Sat Mar 12 19:50:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4182
4183 * encoding.c: removed a static buffer in xmlByteConsumed(),
4184 as pointed by Ben Maurer, fixes #170086
4185 * xmlschemas.c: remove a potentially uninitialized pointer warning
4186
4187Fri Mar 11 23:53:13 HKT 2005 William Brack <wbrack@mmm.com.hk>
4188
4189 * xmlschemastypes.c: enhanced the parsing of XML_SCHEMAS_DECIMAL
4190 and much of the routine xmlSchemaCompareDecimals. The
4191 changes were necessary to fix a problem reported on the
4192 mailing list by John Hockaday.
4193
4194Fri Mar 11 13:22:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4195
4196 * xmlschemas.c: The schema parser will stop if components could
4197 not be resolved. This is not conforming to the spec but for now
4198 will avoid internal errors during type fixup and content model
4199 creation. Restructured inclusion/import of schemata: this avoids
4200 duplicate, self and circular inclusion. Chameleon includes are
4201 still workarounded. Added restriction to disallow references to
4202 non-imported namespaces. Corrected parsing of <group>.
4203 * result/schemas/bug167754_0_0*: Added a missing test result.
4204
4205Thu Mar 10 16:02:17 CET 2005 Daniel Veillard <daniel@veillard.com>
4206
4207 * doc/xml.html doc/encoding.html: Enriched encoding.html with more
4208 link and foreword warning to avoid problem with ignorant
4209 programmers, c.f #169721
4210
4211Thu Mar 10 15:01:34 CET 2005 Daniel Veillard <daniel@veillard.com>
4212
4213 * python/tests/Makefile.am python/tests/readernext.py: added
4214 a regression test from Rob Richards for the previous bug
4215
4216Thu Mar 10 13:22:36 CET 2005 Daniel Veillard <daniel@veillard.com>
4217
4218 * xmlreader.c: applied fix for xmlTextReaderNext() bug from
4219 Rob Richards
4220
4221Thu Mar 10 11:35:57 CET 2005 Daniel Veillard <daniel@veillard.com>
4222
4223 * xmlmodule.c: second patch from Rick Jones, portability fix for
4224 HP-UX
4225 * doc/examples/xpath1.c doc/examples/xpath2.c: first fix from Rick Jones
4226 to avoid warnings.
4227
4228Thu Mar 10 10:20:23 CET 2005 Daniel Veillard <daniel@veillard.com>
4229
4230 * include/libxml/hash.h libxml.h libxml.spec.in: some gcc4 portability
4231 patches, including a serious aliasing bug exposed in s390
4232 when trying to convert data pointer to code pointer.
4233
4234Mon Mar 7 18:34:00 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4235
4236 * xmlschemas.c: Tiny restructuring of the validation start-up
4237 functions. Added cleanup of the validation context at the
4238 end of validation. This takes care of the validation context
4239 being reused.
4240
4241Mon Mar 7 12:12:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4242
4243 * xmlschemastypes.c: Tiny changes in the comparison functions
4244 I forgot to commit last time.
4245
4246Fri Mar 4 22:51:42 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4247
4248 * xmlschemas.c: Added IDC validation of anySimpleType attribute
4249 values; anyway the IDC key comparison is restricted to
4250 anySimpleType <--> string based types. For other types we
4251 would possibly need the canonical lexical representation of
4252 them; this sounds not performant, since we would need to
4253 build such a representation each time we want to compare against
4254 anySimpleType. TODO: think about buffering the canonical values
4255 somewhere. Fixed error reports for default attributes to work
4256 without a node being specified. This all and the enabling of IDC
4257 validation fixes bug #165346 (reported by Benoit Gr?goire - could
4258 not read his last name correctly from bugzilla).
4259
4260Fri Mar 4 18:57:44 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4261
4262 * xmlschemas.c: Enabled IDC parsing and validation.
4263 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4264 Added xmlSchemaCopyValue to the API; this was done due to
4265 validation of default attributes against IDCs: since IDC keys
4266 consume the precomputed value, one needs a copy.
4267 * pattern.c: Enabled IDC support; this is currently done
4268 via calling xmlPatterncompile with a flag arg of 1.
4269
4270Wed Mar 2 11:45:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4271
4272 * Makefile.am doc/examples/Makefile.am python/tests/Makefile.am
4273 xstc/Makefile.am: try to fix a problem with valgrind.
4274 * python/generator.py python/libxml.c python/tests/Makefile.am
4275 python/tests/tstmem.py: applied memory leak fix from Brent Hendricks
4276 c.f. bug #165349
4277
4278Mon Feb 28 11:18:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4279
4280 * tree.c: Changed xmlSearchNsByHref to call xmlNsInScope with
4281 the prefix instead of the namespace name.
4282 * test/schemas/annot-err_0.xsd test/schemas/element-err_0.xsd:
4283 Adapted invalid values of the "id" attribute, since they are
4284 validated now.
4285
4286Fri Feb 25 08:31:16 CET 2005 Daniel Veillard <daniel@veillard.com>
4287
4288 * threads.c: new version with fixes from Rob Richards
4289
4290Thu Feb 24 16:37:51 CET 2005 Daniel Veillard <daniel@veillard.com>
4291
4292 * threads.c: applied patch from Rich Salz for multithreading on
4293 Windows.
4294
4295Wed Feb 23 15:04:46 CET 2005 Daniel Veillard <daniel@veillard.com>
4296
4297 * xmlwriter.c: applied a patch from Rob Richards fixing a couple
4298 of bugs in the writer
4299
4300Mon Feb 21 21:51:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4301
4302 * xmlsave.c: fixed problem when XMLLINT_INDENT was empty (bug 168033).
4303 * xpath.c: fixed compilation warning, no change to logic.
4304 * xmlschemastypes.c: fixed compilation warning, no change to logic.
4305
4306Mon Feb 21 14:48:27 CET 2005 Daniel Veillard <daniel@veillard.com>
4307
4308 * xmlwriter.c: applied patch from Rob Richards to fix a problem with
4309 xmlTextWriterStartAttributeNS
4310
4311Mon Feb 21 11:41:41 CET 2005 Daniel Veillard <daniel@veillard.com>
4312
4313 * pattern.c xpath.c: fixed remaining known bugs in the XPath streaming,
4314 and switched XPath to use it by default when possible
4315
4316Sat Feb 19 19:25:14 CET 2005 Daniel Veillard <daniel@veillard.com>
4317
4318 * xmlschemastypes.c: a bit of cleanup
4319 * elfgcchack.h testapi.c doc/*: rebuilt the API the tests and
4320 the documentation as a result.
4321
4322Fri Feb 18 20:34:03 CET 2005 Daniel Veillard <daniel@veillard.com>
4323
4324 * xmlreader.c include/libxml/xmlreader.h: applied patch from
4325 Aron Stansvik to add xmlTextReaderByteConsumed()
4326 * testReader.c: added a test option
4327 * xmlschemastypes.c: fix a lack of pointer checking in APIs
4328
4329Fri Feb 18 12:41:10 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4330
4331 * test/schemas/bug167754_0*: Added the regression test of Frans
4332 Englich for bug #167754.
4333
4334Fri Feb 18 12:31:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4335
4336 * xmlschemas.c: Started support for IDC resolution to default
4337 attributes. If building the content model for <all>: ensured
4338 to put element declarations and not the particles into the
4339 content model automaton (this was bug #167754, reported by
4340 Frans Englich).
4341
4342Thu Feb 17 22:31:58 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4343
4344 * pattern.c pattern.h: Some experimental addition for parsing
4345 of expressions and streamable validation.
4346 Added xmlStreamPushAttr to the API.
4347
4348Thu Feb 17 19:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4349
4350 * xmlschemas.c: Added validation for the attribute "id" in the
4351 schemata; doing this needed error report fixes for notations,
4352 facets and group. Changed NOTATION validation to work with the
4353 declared NOTATIONs in the schema; this does have no impact on
4354 the validation via the relaxng module.
4355 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4356 Added xmlSchemaNewNOTATIONValue to the API to be able to do
4357 the NOTATION validation described above.
4358 * test/schemas/element-err_0.xsd test/schemas/annot-err_0.xsd:
4359 Fixed the values of the "id" attributes, which were not validated
4360 previously.
4361
4362Thu Feb 17 12:03:46 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4363
4364 * xmlschemas.c: Fixed comparison for default/fixed attribute
4365 values, if the type was 'xsd:string'. Changed the comparison
4366 for IDCs to use the whitespace aware comparison function.
4367 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4368 Added xmlSchemaGetCanonValue, xmlSchemaNewStringValue and
4369 xmlSchemaCompareValuesWhtsp to the API. Added functions
4370 to compare strings with whitespace combinations of "preserve",
4371 "replace" and "collapse".
4372
4373Wed Feb 16 13:24:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4374
4375 * xmlschemas.c: Further work on IDCs, especially evaluation for
4376 attribute nodes.
4377
4378Wed Feb 16 01:19:27 CET 2005 Daniel Veillard <daniel@veillard.com>
4379
4380 * encoding.c: fix the comment to describe the real return values
4381 * pattern.c xpath.c include/libxml/pattern.h: lot of work on
4382 the patterns, pluggin in the XPath default evaluation, but
4383 disabled right now because it's not yet good enough for XSLT.
4384 pattern.h streaming API are likely to be changed to handle
4385 relative and absolute paths in the same expression.
4386
4387Tue Feb 15 15:33:32 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4388
4389 * xmlschemas.c: Added IDC evaluation for attribute nodes.
4390 Made 'nil'ed elements work. Added a specific error message
4391 for 'strict' attribute wildcards.
4392 * include/libxml/xmlerror.h: Added an error code for
4393 wildcards.
4394 * result/schemas/anyAttr-processContents-err1_0_0.err: Adapted.
4395
4396Sun Feb 13 16:15:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4397
4398 This change started out as a simple desire to speed up the
4399 execution time of testapi.c, which was being delayed by
4400 nameserver requests for non-existent URL's. From there it
4401 just sort of grew, and grew....
4402 * nanohttp.c, nanoftp.c: changed the processing of URL's
4403 to use the uri.c routines instead of custom code.
4404 * include/libxml/xmlerror.h: added code XML_FTP_URL_SYNTAX
4405 * uri.c: added accepting ipV6 addresses, in accordance with
4406 RFC's 2732 and 2373 (TODO: allow ipV4 within ipV6)
4407 * gentest.py, testapi.c: fixed a few problems with the
4408 testing of the nanoftp and nanohttp routines.
4409 * include/libxml/xmlversion.h: minor change to fix a
4410 warning on the docs generation
4411 * regenerated the docs
4412
4413Sat Feb 12 09:07:11 HKT 2005 William Brack <wbrack@mmm.com.hk>
4414
4415 * xinclude.c: fixed xmlXIncludeParseFile to prevent
4416 overwriting XML_COMPLETE_ATTRS when setting pctxt->loadsubset
4417 (bug 166199)
4418 * Makefile.am, python/tests/Makefile.am, xstc/Makefile.am: added
4419 code to add $(top_builddir)/.libs to LD_LIBRARY_PATH whenever
4420 PYTHONPATH is set, to assure new libxml2 routines are used.
4421
4422Fri Feb 11 22:20:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
4423
4424 * parser.c: fixed problem when no initial "chunk" was
4425 given to xmlCreatePushParser (bug 162613)
4426
4427Fri Feb 11 18:37:22 HKT 2005 William Brack <wbrack@mmm.com.hk>
4428
4429 * dict.c: fixed compilation warning
4430 * parser.c: changed xmlWarningMsg so ctxt->errNo is not set
4431 * xmllint.c: changed to return non-zero status if error
4432 on xinclude processing
4433 * xmlsave.c: minor deletion of a redundant condition statement
4434
4435Wed Feb 9 17:47:40 CET 2005 Daniel Veillard <daniel@veillard.com>
4436
4437 * tree.c: applied patch to xmlSetNsProp from Mike Hommey
4438
4439Sun Feb 6 00:17:57 CET 2005 Daniel Veillard <daniel@veillard.com>
4440
4441 * pattern.c xmllint.c: fixed implementation for |
4442 * test/pattern/conj.* result/pattern/conj: added a specific regression
4443 test
4444
4445Sat Feb 5 18:36:56 CET 2005 Daniel Veillard <daniel@veillard.com>
4446
4447 * pattern.c: first implementation for | support
4448
4449Sat Feb 5 14:58:46 CET 2005 Daniel Veillard <daniel@veillard.com>
4450
4451 * pattern.c: fixed the namespaces support
4452 * tree.c: fixed xmlGetNodePath when namespaces are used
4453 * result/pattern/multiple result/pattern/namespaces
4454 test/pattern/multiple.* test/pattern/namespaces.*: added
4455 more regression tests
4456
4457Fri Feb 4 18:26:43 CET 2005 Daniel Veillard <daniel@veillard.com>
4458
4459 * xmlschemas.c: fixed one internal function
4460 * doc/Makefile.am doc/wiki.xsl: applied patch from Joel Reed
4461 * testapi.c doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated
4462
4463Fri Feb 4 00:25:43 CET 2005 Daniel Veillard <daniel@veillard.com>
4464
4465 * Makefile.am: use the walker to test the patterns instead of
4466 the normal reader
4467 * pattern.c xmllint.c: bug fixes in the train including fixing the
4468 stupid build break.
4469
4470Tue Feb 1 18:15:52 CET 2005 Daniel Veillard <daniel@veillard.com>
4471
4472 * pattern.c: more bug fixes for the XPath streaming code.
4473
4474Mon Jan 31 17:59:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4475
4476 * xmlschemas.c: Integrated the streaming pattern from the
4477 pattern module. Fixed some IDC code bugs. Changed
4478 fallback for attribute declaration addition to work like for
4479 element declarations.
4480
4481Mon Jan 31 01:27:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4482
4483 * pattern.c xmllint.c: bugfixes around the streaming patterns
4484
4485Sun Jan 30 23:35:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4486
4487 * Makefile.am configure.in result/pattern/simple
4488 test/pattern/simple.*: added first test for the patterns
4489 * pattern.c xmllint.c: a few fixes
4490
4491Sun Jan 30 19:27:23 CET 2005 Daniel Veillard <daniel@veillard.com>
4492
4493 * pattern.c include/libxml/pattern.h xmllint.c: added a
4494 streaming pattern detector for a subset of XPath, should
4495 help Kasimier for identity constraints
Daniel Veillard25a1ce92008-06-02 16:04:12 +00004496 * python/generator.py: applied Stéphane Bidoul patch to find
William M. Brack11be2d02007-01-24 19:17:19 +00004497 paths without breaking.
4498
4499Fri Jan 28 18:53:40 CET 2005 Daniel Veillard <daniel@veillard.com>
4500
4501 * xmlschemas.c: fixed an untested pointer dereference and a & vs &&
4502
4503Fri Jan 28 18:37:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4504
4505 * xmlreader.c: implementation of xmlTextReaderReadString by
4506 Bjorn Reese
4507
4508Fri Jan 28 16:51:47 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4509
4510 * xmlschemas.c: Corrected an ambigious symbol-space for
4511 local attribute declarations. IFDEFed more IDC code to
4512 surpress compiler warnings.
4513
4514Fri Jan 28 00:57:04 CET 2005 Daniel Veillard <daniel@veillard.com>
4515
4516 * bakefile/Readme.txt bakefile/Bakefiles.bkgen bakefile/libxml2.bkl:
4517 files for the Bakefile generator for Makefiles from Francesco
4518 Montorsi
4519 * win32/configure.js: fixes for Windows compilation with non-default
4520 flags by Joel Reed
4521
4522Thu Jan 27 18:23:50 CET 2005 Daniel Veillard <daniel@veillard.com>
4523
4524 * tree.c: fixed xmlCopyDoc to also copy the doc->URL as pointed
4525 by Martijn Faassen
4526
4527Thu Jan 27 13:39:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4528
4529 * xmlschemas.c include/libxml/schemasInternals.h:
4530 Added an initial skeleton for indentity-constraints. This is all
4531 defined out, since not complete, plus it needs support from other
4532 modules.
4533 Added machanism to store element information for the
4534 ancestor-or-self axis; this is needed for identity-constraints
4535 and should be helpfull for a future streamable validation.
4536 * include/libxml/xmlerror.h: Added an error code for
4537 identity-constraints.
4538
4539Wed Jan 26 01:03:37 CET 2005 Daniel Veillard <daniel@veillard.com>
4540
4541 * gentest.py testapi.c: had to fix generation and rebuild.
4542 * valid.c: the testapi found a bug in the last code of course !
4543
4544Wed Jan 26 00:43:05 CET 2005 Daniel Veillard <daniel@veillard.com>
4545
4546 * Makefile.am testapi.c doc/Makefile.am: fixing the way testapi.c
4547 is generated, fixes bug #161386
4548 * dict.c: fix a comment typo
4549 * elfgcchack.h doc/*: regenerated
4550
4551Tue Jan 25 22:39:33 CET 2005 Daniel Veillard <daniel@veillard.com>
4552
4553 * parser.c: found and fixed 2 problems in the internal subset scanning
4554 code affecting the push parser (and the reader), fixes #165126
4555 * test/intsubset2.xml result//intsubset2.xml*: added the test case
4556 to the regression tests.
4557
4558Tue Jan 25 01:20:11 CET 2005 Daniel Veillard <daniel@veillard.com>
4559
4560 * testdso.c xmlregexp.c: warning patches from Peter Breitenlohner
4561 * include/libxml/valid.h valid.c parser.c: serious DTD parsing
4562 speedups, start to deprecate 3 ElementDef related entry point
4563 and replace them with better ones.
4564
4565Mon Jan 24 00:47:41 CET 2005 Daniel Veillard <daniel@veillard.com>
4566
4567 * xmlschemas.c: more hash dictionary interning changes
4568
4569Sun Jan 23 23:54:39 CET 2005 Daniel Veillard <daniel@veillard.com>
4570
4571 * hash.c include/libxml/hash.h: added xmlHashCreateDict where
4572 the hash reuses the dictionnary for internal strings
4573 * entities.c valid.c parser.c: reuse that new API, leads to a decent
4574 speedup when parsing for example DocBook documents.
4575
4576Sun Jan 23 21:14:20 CET 2005 Daniel Veillard <daniel@veillard.com>
4577
4578 * parser.c: small speedup in skipping blanks characters
4579 * entities.c: interning the entities strings
4580
4581Sun Jan 23 18:35:00 CET 2005 Daniel Veillard <daniel@veillard.com>
4582
4583 * parser.c: boosting common commnent parsing code, it was really
4584 slow.
4585 * test/comment[3-5].xml result//comment[3-5].xml*: added sprecific
4586 regression tests
4587
4588Sun Jan 23 01:00:09 CET 2005 Daniel Veillard <daniel@veillard.com>
4589
4590 * parser.c: small optimization back.
4591
4592Sat Jan 22 00:40:31 CET 2005 Daniel Veillard <daniel@veillard.com>
4593
4594 * dict.c parser.c include/libxml/dict.h: a single lock version
4595 mostly avoid the cost penalty of the lock in case of low
4596 parallelism, so applying that version instead.
4597
4598Fri Jan 21 17:54:06 CET 2005 Daniel Veillard <daniel@veillard.com>
4599
4600 * dict.c: patch from Gary Coady to fix a race in dict reference
4601 counting in multithreaded apps.
4602
4603Fri Jan 21 16:08:21 CET 2005 Daniel Veillard <daniel@veillard.com>
4604
4605 * parser.c: fixed bug #164556 where non-fatal errors stopped
4606 push parsing and xmlreader.
4607 * Makefile.am: fixup
4608 * test/errors/webdav.xml result/errors/webdav*: adding regression
4609 test for this problem.
4610
4611Wed Jan 19 17:24:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4612
4613 * xmlschemas.c: Corrected targetNamespace in
4614 xmlSchemaElementDump. Cosmetic changes to the dump output.
4615
4616Sun Jan 16 21:00:53 CET 2005 Daniel Veillard <daniel@veillard.com>
4617
4618 * configure.in NEWS doc/*: preparing release of 2.6.17,
4619 updated and rebuilt the docs
4620
4621Sun Jan 16 19:58:36 CET 2005 Daniel Veillard <daniel@veillard.com>
4622
4623 * parser.c: better fix for #151694 not killing c14n regression tests
4624 * xmlschemastypes.c: fixing bug #157653
4625
4626Sun Jan 16 19:01:06 CET 2005 Daniel Veillard <daniel@veillard.com>
4627
4628 * parser.c: fixing bug #151694, line should always be set in the
4629 elements.
4630
4631Sun Jan 16 01:04:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4632
4633 * xmlschemastypes.c: trying to fix at least the message from
4634 bug #158628
4635 * include/libxml/xmlsave.h xmlsave.c: added first xmlsave option
4636 for format, c.f. bug #159997
4637
4638Sat Jan 15 18:44:30 CET 2005 Daniel Veillard <daniel@veillard.com>
4639
4640 * python/libxml.py: make __str__ call serialize() on nodes, c.f.
4641 bug #157872
4642
4643Sat Jan 15 18:18:07 CET 2005 Daniel Veillard <daniel@veillard.com>
4644
4645 * nanoftp.c: applied patch from Dan McNichol for compilation on AIX
4646
4647Sat Jan 15 13:35:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4648
4649 * relaxng.c: fixed bug #157633 in relaxng choice optimization
4650 * result/relaxng/choice0* test/relaxng/choice0*: added regression
4651 tests about it.
4652 * doc/*: rebuilt
4653 * testdso.c: removed a warning due to a missing void in signature.
4654
4655Thu Jan 13 17:42:55 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4656
4657 * include/libxml/schemasInternals.h xmlschemas.c:
4658 Exposed targetNamespace for simple/complex types, model groups,
4659 attribute groups and notations (reported by Michael Hewarth
4660 to the mailing list). Added targetNamespace to xmlSchemaType,
4661 xmlSchemaAttributeGroup and xmlSchemaNotation.
4662 Tiny cosmetic change to the content model error report output.
4663 * result//all_*.err result//any3_0_0.err result//choice_*.err
4664 result//list0_0_1.err result//list0_1_1.err: Adapted output
4665 of regression tests.
4666
4667Thu Jan 13 13:20:51 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4668
4669 * xmlschemas.c: Put the fix of Daniel (from Tue Jan 11 14:41:47 CET)
4670 back in, since I missed to update xmlschemas.c before doing
4671 the previous commit.
4672
4673Thu Jan 13 12:59:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4674
4675 * xmlschemas.c: Integrated xmlRegExecErrInfo and xmlRegExecNextValues
4676 from xmlregexp.c to report expected elements on content model errors.
4677 * all_*.err any3_0_0.err choice_*.err list0_0_1.err list0_1_1.err:
4678 Adapted output of regression tests.
4679
4680Thu Jan 13 12:24:09 CET 2005 Daniel Veillard <daniel@veillard.com>
4681
4682 * config.h.in configure.in xmlmodule.c: trying to work around
4683 the compilation problem on HP-UX
4684
4685Wed Jan 12 22:03:33 CET 2005 Daniel Veillard <daniel@veillard.com>
4686
4687 * pattern.c: fixed the fixed size array structure problem reported by
4688 Patrick Streule
4689
4690Wed Jan 12 15:15:02 CET 2005 Daniel Veillard <daniel@veillard.com>
4691
4692 * elfgcchack.h testapi.c doc/libxml2-api.xml doc/*: regenerated
4693 the API description, rebuilt, improved navigation in documentation
4694 a bit.
4695
4696Wed Jan 12 14:17:14 CET 2005 Daniel Veillard <daniel@veillard.com>
4697
4698 * include/libxml/xmlregexp.h xmlregexp.c: extended xmlRegExecErrInfo()
4699 and xmlRegExecNextValues() to return error transition strings too,
4700 and sink state detection and handling.
4701
4702Tue Jan 11 14:41:47 CET 2005 Daniel Veillard <daniel@veillard.com>
4703
4704 * xmlschemas.c: fixed bug #163641 when the value passed for
4705 an atomic list type is NULL.
4706
4707Tue Jan 11 10:14:33 HKT 2005 William Brack <wbrack@mmm.com.hk>
4708
4709 * Makefile.am configure.in: fixed dependency on python 2.3,
4710 also small improvement for cygwin (bug 163273)
4711
4712Sun Jan 9 18:46:32 CET 2005 Daniel Veillard <daniel@veillard.com>
4713
4714 * gentest.py testapi.c: William noticed I forgot to add special
4715 support for xmlmodules.c define
4716 * xmlregexp.c include/libxml/xmlregexp.h: added terminal to
4717 xmlRegExecErrInfo() API, adding new xmlRegExecNextValues()
4718 entry point and refactored to use both code.
4719
4720Mon Jan 10 01:02:41 HKT 2006 William Brack <wbrack@mmm.com.hk>
4721
4722 * doc/xml.html, doc/FAQ.html: added an FAQ under Developer for
4723 setting up a "private" library (after some list posts about
4724 people having trouble doing it)
4725
4726Sat Jan 8 23:04:10 CET 2005 Daniel Veillard <daniel@veillard.com>
4727
4728 * xmlregexp.c: fixing behaviour for xmlRegExecErrInfo in case of
4729 rollback
4730
4731Fri Jan 7 14:54:51 CET 2005 Daniel Veillard <daniel@veillard.com>
4732
4733 * TODO: small update
4734 * xmlregexp.c: trying to add an API to get useful error informations
4735 back from a failing regexp context.
4736
4737Thu Jan 6 17:35:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
4738
4739 * xpath.c: fixed problem with xmlXPathErr when error number
4740 subscript was out of range (bug 163055)
4741
4742Thu Jan 6 09:57:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4743
4744 * uri.c: fixed problem with xmlURIEscape when query part was
4745 empty (actually fixed xmlURIEscapeStr to return an empty
4746 string rather than NULL for empty string input) (bug 163079)
4747
4748Tue Jan 4 17:08:45 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
4749
4750 * parser.c, parserInternal.c: fixed "col" calculation for
4751 struct _xmlParserInput (based on patch from Rob Richards)
4752 * include/libxml/xmlerror.h, error.c: propagated error column
4753 number in the xmlError structure
4754
4755Tue Jan 4 22:47:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4756
4757 * parser.c: fixed namespace bug in push mode reported by
4758 Rob Richards
4759 * test/ns6 result//ns6*: added it to the regression tests
4760 * xmlmodule.c testModule.c include/libxml/xmlmodule.h:
4761 added an extra option argument to module opening and defined
4762 a couple of flags to the API.
4763
4764Tue Jan 4 21:16:05 CET 2005 Daniel Veillard <daniel@veillard.com>
4765
4766 * xmlmodule.c include/libxml/xmlmodule.h: applied patch from
4767 Bjorn Reese, plus some cleanups
4768 * elfgcchack.h doc/elfgcchack.xsl: fixed the stylesheet to
4769 add the new header
4770 * doc/* testapi.c: regenerated the API
4771
4772Tue Jan 4 18:47:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4773
4774 * configure.in: making DSO support an option
4775 * xmlmodule.c xmlreader.c include/libxml/xmlmodule.h: code
4776 and documentation cleanups
4777 * elfgcchack.h testapi.c doc/*: regenerated the docs and
4778 checks for new module
4779 * test/valid/REC-xml-19980210.xml: fix a small change introduced
4780 previously
4781
4782Tue Jan 4 16:07:52 CET 2005 Daniel Veillard <daniel@veillard.com>
4783
4784 * Makefile.am config.h.in configure.in error.c libxml-2.0.pc.in
4785 testModule.c testdso.c xml2-config.in xmllint.c xmlmodule.c
4786 include/libxml/Makefile.am include/libxml/xmlerror.h
4787 include/libxml/xmlmodule.h include/libxml/xmlversion.h.in
4788 include/libxml/xmlwin32version.h.in: applied DSO support
4789 patch 2 from Joel Reed
4790
4791Tue Jan 4 15:30:15 CET 2005 Daniel Veillard <daniel@veillard.com>
4792
4793 * configure.in: applied patch from Marcin Konicki for BeOS
4794
4795Mon Jan 3 13:57:21 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
4796
4797 * parser.c: added GetLineNumber and GetColumnNumber functions for xmlReader
4798
4799Sun Jan 2 17:51:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
4800
4801 Re-examined the problems of configuring a "minimal" library.
4802 Synchronized the header files with the library code in order
4803 to assure that all the various conditionals (LIBXML_xxxx_ENABLED)
4804 were the same in both. Modified the API database content to more
4805 accurately reflect the conditionals. Enhanced the generation
4806 of that database. Although there was no substantial change to
4807 any of the library code's logic, a large number of files were
4808 modified to achieve the above, and the configuration script
4809 was enhanced to do some automatic enabling of features (e.g.
4810 --with-xinclude forces --with-xpath). Additionally, all the format
4811 errors discovered by apibuild.py were corrected.
4812 * configure.in: enhanced cross-checking of options
4813 * doc/apibuild.py, doc/elfgcchack.xsl, doc/libxml2-refs.xml,
4814 doc/libxml2-api.xml, gentest.py: changed the usage of the
4815 <cond> element in module descriptions
4816 * elfgcchack.h, testapi.c: regenerated with proper conditionals
4817 * HTMLparser.c, SAX.c, globals.c, tree.c, xmlschemas.c, xpath.c,
4818 testSAX.c: cleaned up conditionals
4819 * include/libxml/[SAX.h, SAX2.h, debugXML.h, encoding.h, entities.h,
4820 hash.h, parser.h, parserInternals.h, schemasInternals.h, tree.h,
4821 valid.h, xlink.h, xmlIO.h, xmlautomata.h, xmlreader.h, xpath.h]:
4822 synchronized the conditionals with the corresponding module code
4823 * doc/examples/tree2.c, doc/examples/xpath1.c, doc/examples/xpath2.c:
4824 added additional conditions required for compilation
4825 * doc/*.html, doc/html/*.html: rebuilt the docs
4826
4827Sat Dec 25 18:10:02 HKT 2004 William Brack <wbrack@mmm.com.hk>
4828
4829 * parserInternals.c: fixed to skip (if necessary) the BOM for
4830 encoding 'utf-16'. Completes the fix for bug #152286.
4831 * tree.c, parser.c: minor warning cleanup, no change to logic
4832
4833Fri Dec 24 16:31:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
4834
4835 * python/generator.py: added most required entires to
4836 foreign encoding table, plus some additional logic to
4837 assure only the 1st param uses the 't#' format. Fixes
4838 bug #152286, but may still have some other UTF-16 problems.
4839
4840Thu Dec 23 23:44:08 HKT 2004 William Brack <wbrack@mmm.com.hk>
4841
4842 * Makefile.am, gentest.py: enhanced for enabling build in
4843 a different directory. Added (optional) param to gentest.py
4844 to specify the source directory (bug #155468)
4845 * doc/Makefile.am: changed destination of NEWS from (top_srcdir)
4846 to (top_builddir) (bug #155468)
4847 * python/Makefile.am, python/generator.py: enhanced for enabling
4848 build in a different directory(bug #155468). Added (optional)
4849 param to generator.py to specify the source directory. Added
4850 a new table of functions which have possible "foreign" encodings
4851 (e.g. UTF16), and code to use python 't' format instead of
4852 'z' format (mostly solving bug #152286, but still need to
4853 populate the table).
4854
4855Tue Dec 21 08:10:44 MST 2004 John Fleck <jfleck@inkstain.net>
4856
4857 * doc/site.xsl, doc/xml.html, plus rebuilt all the html pages
4858 Change reference to new site for Solaris binaries, fixing bug
4859 160598
4860
4861
4862Mon Dec 20 08:02:57 PST 2004 William Brack <wbrack@mmm.com.hk>
4863
4864 * parser.c: reset input->base within xmlStopParser
4865 * xmlstring.c: removed call to xmlUTF8Strlen from within
4866 xmlUTF8Strpos (Bill Moseley pointed out it was not
4867 useful)
4868
4869Fri Dec 17 16:03:41 PST 2004 William Brack <wbrack@mmm.com.hk>
4870
4871 * valid.c: changed xmlErrValidWarning to use ctxt->warning
4872 instead of ctxt->error for its reports (bug #160662)
4873
4874Fri Dec 17 14:52:17 PST 2004 William Brack <wbrack@mmm.com.hk>
4875
4876 * python/generator.py: modified to allow the ns and nsDefs
4877 accessors to return None instead of error when no namespace
4878 is present (bug #)
4879
4880Fri Dec 17 11:40:21 PST 2004 William Brack <wbrack@mmm.com.hk>
4881
4882 * doc/Makefile.am: changed maintainer-clean dependency with
4883 suggestion from Crispin Flowerday (bug #157634)
4884 * debugXML.c: fixed crash when ATTRIBUTE or DOCUMENT nodes
4885 were specified with debugDumpNode (bug #160621)
4886
4887Fri Dec 10 11:24:41 CET 2004 Daniel Veillard <daniel@veillard.com>
4888
4889 * valid.c: fixed ID deallocation problem based on patch from
4890 Steve Shepard fixes bug #160893
4891 * xmlmemory.c: improving comment.
4892 * testapi.c: new test for xmlDictExists() is generated.
4893
4894Wed Dec 1 22:35:37 HKT 2004 William Brack <wbrack@mmm.com.hk>
4895
4896 * dict.c, xpath.c, include/libxml/hash.h: fixed up some gcc warnings,
4897 no change to logic. New macro XML_CAST_FPTR to circumvent gcc
4898 warnings on function pointer <-> object pointer (a hack).
4899
4900Mon Nov 29 14:07:18 CET 2004 Daniel Veillard <daniel@veillard.com>
4901
4902 * xpath.c: fixed a memory leak on errors in some circumstances #159812
4903
4904Fri Nov 26 23:20:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
4905
4906 * xmlIO.c: added a check within xmlOutputBufferWriteEscape to prevent
4907 a dead loop on bad data (bug 159550)
4908
4909Fri Nov 26 13:09:04 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4910
4911 * xmlschemas.c: Fixed strict/lax element wildcards: the children
4912 of elements for which a declaration existed were still processed
4913 by the wildcard mechanism (reported by philippe ventrillon to the
4914 mailing list).
4915 Changed the import and include machanism to share dictionaries.
4916
4917Fri Nov 26 11:44:36 CET 2004 Daniel Veillard <daniel@veillard.com>
4918
4919 * HTMLparser.c parser.c: make sure xmlCtxtReadFile and htmlCtxtReadFile
4920 go through the catalog resolution.
4921 * gentest.py testapi.c: fix a side effect wrning of the change
4922
4923Wed Nov 24 13:41:52 CET 2004 Daniel Veillard <daniel@veillard.com>
4924
4925 * dict.c include/libxml/dict.h: added xmlDictExists() to the
4926 dictionnary interface.
4927 * xmlreader.c: applying xmlTextReaderHasAttributes fix for namespaces
4928 from Rob Richards
4929
4930Wed Nov 17 13:54:37 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4931
4932 * xmlschemas.c: tiny enhancement for content model error reports
4933 (#157190, #143948). Removed abbreviations: CT, ST and WC
4934 (#157190, reported by Frans Englich).
4935 Initial: no report of local components.
4936 * result/schemas/all* result/schemas/any3_0_0.err
4937 result/schemas/choice*
4938 result/schemas/cos-st-restricts-1-2-err_0_0.err
4939 result/schemas/derivation-ok-extension-err_0_0.err
4940 result/schemas/derivation-ok-extension_0_0.err
4941 result/schemas/derivation-ok-restriction-2-1-1_0_0.err
4942 result/schemas/derivation-ok-restriction-4-1-err_0_0.err
4943 result/schemas/deter0_0_0.err result/schemas/extension1_0_2.err
4944 result/schemas/facet-unionST-err1_0_0.err
4945 result/schemas/hexbinary_0_1.err
4946 result/schemas/list* result/schemas/restriction-attr1_0_0.err
4947 result/schemas/vdv-first4_0_1.err result/schemas/vdv-first4_0_2.err:
4948 Adapted output.
4949
4950Mon Nov 15 13:04:28 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4951
4952 * xmlschemas.c: Moved execution of xmlSchemaCheckDefaults to
4953 xmlSchemaTypeFixup; this ensures facets of inherited types to be
4954 checked prior to facets of derived types - which caused a seg
4955 fault otherwise (bug #158216, reported by Frans Englich).
4956
4957Sun Nov 14 22:23:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
4958
4959 * gentest.py, testapi.c: further enhancement, now all
4960 compilation warnings have been fixed.
4961 * xmlschemastypes.c: added NULL check for one function
4962
4963Fri Nov 12 23:58:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
4964
4965 * xpath.c: trivial change (changed CHECK_CONTEXT to CHECK_CTXT
4966 on a couple of lines)
4967 * gentest.py, testapi.c: enhanced to reduce compilation warnings
4968
4969Fri Nov 12 16:12:48 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4970
4971 * xmlschemas.c: Un-commented a TODO in xmlSchemaParseElement.
4972
4973Fri Nov 12 14:55:36 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4974
4975 * xmlschemas.c: Correct symbol space for 'all' and 'choice'.
4976 * xmlschemastypes.c include/xmlschemastypes.h: Added 'replace'
4977 normalization for 'normalizedString'.
4978 Added xmlSchemaWhiteSpaceReplace to the API.
4979
4980Thu Nov 11 21:43:02 CET 2004 Daniel Veillard <daniel@veillard.com>
4981
4982 * Makefile.am: forgot a $(srcdir)
4983 * encoding.c: stupid error wrong name #157976
4984
4985Wed Nov 10 15:35:25 CET 2004 Daniel Veillard <daniel@veillard.com>
4986
4987 * NEWS configure.in doc/*: preparing release of libxml2-2.6.16
4988
4989Wed Nov 10 12:55:18 CET 2004 Daniel Veillard <daniel@veillard.com>
4990
4991 * python/generator.py python/libxml.c python/libxml2class.txt
4992 python/libxml_wrap.h python/types.c: Applied patch from Brent
4993 Hendricks adding support for late DTD validation.
4994 * python/tests/Makefile.am python/tests/dtdvalid.py
4995 python/tests/test.dtd: integrated the provided regression test
4996
4997Tue nov 9 19:24:31 CET 2004 Dodji Seketeli <dodji@seketeli.org>
4998
4999 * configure.in: detect when struct sockaddr_storage
5000 has the __ss_family member instead of ss_family and
5001 behave accordingly. We now can use ipv6 on aix.
5002
5003Tue Nov 9 17:15:46 CET 2004 Daniel Veillard <daniel@veillard.com>
5004
5005 * Makefile.am gentest.py testapi.c: integrated in "make tests"
5006 added -q option, and more conditional features fixes
5007 * catalog.c debugXML.c parser.c testThreads.c xmllint.c
5008 xmlschemastypes.c xmlwriter.cinclude/libxml/catalog.h
5009 include/libxml/debugXML.h: various compilation and conditional
5010 cleanups.
5011 * doc/*: regenerated
5012
5013Tue Nov 9 15:59:50 CET 2004 Daniel Veillard <daniel@veillard.com>
5014
5015 * gentest.py testapi.c: better handling of conditional features
5016 * HTMLparser.c SAX2.c parserInternals.c xmlwriter.c: more testing
5017 on parser contexts closed leaks, error messages
5018
5019Tue Nov 9 10:21:37 GMT 2004 William Brack <wbrack@mmm.com.hk>
5020
5021 * xpath.c: fixed problem concerning XPath context corruption
5022 during function argument evaluation (bug 157652)
5023
5024Mon Nov 8 18:54:52 CET 2004 Daniel Veillard <daniel@veillard.com>
5025
5026 * testapi.c: more types.
5027 * parserInternals.c xpath.c: more fixes
5028
5029Mon Nov 8 18:16:43 CET 2004 Daniel Veillard <daniel@veillard.com>
5030
5031 * gentest.py testapi.c: better parser options coverage
5032 * SAX2.c xpath.c: more cleanups.
5033
5034Tue Nov 9 01:50:08 CET 2004 Daniel Veillard <daniel@veillard.com>
5035
5036 * testapi.c: trying to fix some optional support brokenness
5037
5038Mon Nov 8 17:25:27 CET 2004 Daniel Veillard <daniel@veillard.com>
5039
5040 * gentest.py testapi.c: more coverage
5041 * debugXML.c parser.c xmlregexp.c xpath.c: more fixes
5042
5043Mon Nov 8 15:02:39 CET 2004 Daniel Veillard <daniel@veillard.com>
5044
5045 * gentest.py testapi.c: more coverage
5046 * SAX2.c parser.c parserInternals.c: more fixes
5047
5048Mon Nov 8 12:55:16 CET 2004 Daniel Veillard <daniel@veillard.com>
5049
5050 * parser.c testapi.c xmlIO.c xmlstring.c: more fixes.
5051
5052Mon Nov 8 11:24:57 CET 2004 Daniel Veillard <daniel@veillard.com>
5053
5054 * gentest.py testapi.c: more types, more coverage
5055 * parser.c parserInternals.c relaxng.c valid.c xmlIO.c
5056 xmlschemastypes.c: more problems fixed
5057
5058Mon Nov 8 10:24:28 HKT 2004 William Brack <wbrack@mmm.com.hk>
5059
5060 * gentest.py: fixed test file corruption problem
5061
5062Sun Nov 7 13:18:05 CET 2004 Daniel Veillard <daniel@veillard.com>
5063
5064 * gentest.py testapi.c: fixed typos and avoid Catalogs verbosity
5065
5066Sat Nov 6 23:25:16 CET 2004 Daniel Veillard <daniel@veillard.com>
5067
5068 * testapi.c: augmented the number of types
5069
5070Sat Nov 6 20:24:07 CET 2004 Daniel Veillard <daniel@veillard.com>
5071
5072 * HTMLtree.c tree.c xmlreader.c xmlwriter.c: a number of new
5073 bug fixes and documentation updates.
5074
5075Sat Nov 6 15:50:11 CET 2004 Daniel Veillard <daniel@veillard.com>
5076
5077 * gentest.py testapi.c: augmented type autogeneration for enums
5078 * xpath.c include/libxml/xpath.h: removed direct error reporting.
5079
5080Sat Nov 6 14:27:18 CET 2004 Daniel Veillard <daniel@veillard.com>
5081
5082 * encoding.c: fixed a regression in iconv support.
5083
5084Fri Nov 5 18:19:23 CET 2004 Daniel Veillard <daniel@veillard.com>
5085
5086 * gentest.py testapi.c: autogenerate a minimal NULL value sequence
5087 for unknown pointer types
5088 * HTMLparser.c SAX2.c chvalid.c encoding.c entities.c parser.c
5089 parserInternals.c relaxng.c valid.c xmlIO.c xmlreader.c
5090 xmlsave.c xmlschemas.c xmlschemastypes.c xmlstring.c xpath.c
5091 xpointer.c: This uncovered an impressive amount of entry points
5092 not checking for NULL pointers when they ought to, closing all
5093 the open gaps.
5094
5095Fri Nov 5 16:26:28 UTC 2004 William Brack <wbrack@mmm.com.hk>
5096
5097 * catalog.c: fixed problem with NULL entry (bug 157407)
5098 * xpath.c: fixed a couple of warnings (no change to logic)
5099
5100Fri Nov 5 15:30:43 CET 2004 Daniel Veillard <daniel@veillard.com>
5101
5102 * gentest.py testapi.c: more coverage
5103 * xmlunicode.c: one fix
5104
5105Fri Nov 5 23:15:51 CET 2004 Daniel Veillard <daniel@veillard.com>
5106
5107 * entities.c: fixed a compilation problem on a recent change
5108
5109Fri Nov 5 12:50:09 CET 2004 Daniel Veillard <daniel@veillard.com>
5110
5111 * gentest.py testapi.c: more coverage
5112 * nanoftp.c tree.c: more fixes
5113
5114Fri Nov 5 11:02:28 CET 2004 Daniel Veillard <daniel@veillard.com>
5115
5116 * gentest.py testapi.c: fixed the way the generator works,
5117 extended the testing, especially with more real trees and nodes.
5118 * HTMLtree.c tree.c valid.c xinclude.c xmlIO.c xmlsave.c: a bunch
5119 of real problems found and fixed.
5120 * entities.c: fix error reporting to go through the new handlers
5121
5122Thu Nov 4 18:44:56 CET 2004 Daniel Veillard <daniel@veillard.com>
5123
5124 * parser.c: dohh ... stupid change killing xmlParseDoc()
5125
5126Thu Nov 4 18:32:22 CET 2004 Daniel Veillard <daniel@veillard.com>
5127
5128 * gentest.py testapi.c: changing the way the .c is generated,
5129 extending the tests coverage
5130 * include/libxml/nanoftp.h nanoftp.c elfgcchack.h doc/*: fixing some
5131 function signatures, regenerating stuff
5132 * SAX2.c parser.c xmlIO.c: another set of bug fixes and API hardening
5133
5134Thu Nov 4 13:32:19 CET 2004 Daniel Veillard <daniel@veillard.com>
5135
5136 * gentest.py testapi.c: extending the tests coverage
5137
5138Thu Nov 4 11:52:28 CET 2004 Daniel Veillard <daniel@veillard.com>
5139
5140 * Makefile.am: gentest.py was missing from the EXTRA_DIST
5141
5142Thu Nov 4 11:48:47 CET 2004 Daniel Veillard <daniel@veillard.com>
5143
5144 * gentest.py testapi.c: extending the tests coverage
5145 * HTMLtree.c tree.c xmlsave.c xpointer.c: more fixes and cleanups
5146
5147Thu Nov 4 00:25:36 CET 2004 Daniel Veillard <daniel@veillard.com>
5148
5149 * gentest.py testapi.c: more fixes and extending the tests coverage
5150 * nanoftp.c xmlIO.c: more fixes and hardening
5151
5152Wed Nov 3 20:16:24 CET 2004 Daniel Veillard <daniel@veillard.com>
5153
5154 * gentest.py testapi.c: more fixes and extending the tests coverage
5155 * valid.c: bunch of cleanups and 2 leaks removed
5156
5157Wed Nov 3 18:06:44 CET 2004 Daniel Veillard <daniel@veillard.com>
5158
5159 * gentest.py testapi.c: more fixes and extending the tests coverage
5160 * list.c tree.c: more fixes and hardening
5161
5162Wed Nov 3 15:19:22 CET 2004 Daniel Veillard <daniel@veillard.com>
5163
5164 * gentest.py testapi.c: more fixes and extending the tests coverage
5165 * relaxng.c include/libxml/relaxng.h: adding a type init interface
5166 * include/libxml/xmlerror.h parser.c xmlreader.c xmlwriter.c: more
5167 cleanups and bug fixes raised by the regression tests
5168
5169Wed Nov 3 12:49:30 CET 2004 Daniel Veillard <daniel@veillard.com>
5170
5171 * gentest.py testapi.c: more fixes and extending the tests coverage
5172 * xmlwriter.c list.c: more hardeing of APIs
5173 * doc/apibuild.py: skip testapi.c when scanning the C files.
5174
5175Tue Nov 2 23:09:06 CET 2004 Daniel Veillard <daniel@veillard.com>
5176
5177 * gentest.py testapi.c: more testing and coverage
5178 * elfgcchack.h xmlstring.c include/libxml/xmlstring.h: more cleanups
5179 * doc/*: rebuilt
5180
5181Tue Nov 2 19:44:32 CET 2004 Daniel Veillard <daniel@veillard.com>
5182
5183 * gentest.py testapi.c: more developments on the API testing
5184 * HTMLparser.c tree.c: more cleanups
5185 * doc/*: rebuilt
5186
5187Tue Nov 2 15:49:34 CET 2004 Daniel Veillard <daniel@veillard.com>
5188
5189 * xmlmemory.c include/libxml/xmlmemory.h: adding xmlMemBlocks()
5190 * Makefile.am gentest.py testapi.c: work on generator of an
5191 automatic API regression test tool.
5192 * SAX2.c nanoftp.c parser.c parserInternals.c tree.c xmlIO.c
5193 xmlstring.c: various API hardeing changes as a result of running
5194 teh first set of automatic API regression tests.
5195 * test/slashdot16.xml: apparently missing from CVS, commited it
5196
5197Mon Nov 1 15:54:18 CET 2004 Daniel Veillard <daniel@veillard.com>
5198
5199 * xpath.c: fixed an UTF-8 parsing bug reported by Markus Bertheau
5200 on #fedora-devel
5201
5202Sun Oct 31 22:03:38 CET 2004 Daniel Veillard <daniel@veillard.com>
5203
5204 * parser.c: fixed a bug reported by Petr Pajas on the list and
5205 affecting XML::Libxml
5206
5207Sun Oct 31 16:33:54 CET 2004 Daniel Veillard <daniel@veillard.com>
5208
5209 * encoding.c doc/examples/testWriter.c: Fixed bug #153937, making
5210 sure the conversion functions return the number of byte written.
5211 Had to fix one of the examples.
5212
5213Fri Oct 29 14:16:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
5214
5215 * doc/xmllint.1 doc/xmllint.xml: indicate - means stdin closing #156626
5216
5217Fri Oct 29 14:03:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5218
5219 * python/libxml.c: register xmlSchemaSetValidErrors, patch from
5220 Brent Hendricks in the mailing-list
5221 * include/libxml/valid.h HTMLparser.c SAX2.c valid.c
5222 parserInternals.c: fix #156626 and more generally how to find out
5223 if a validation contect is part of a parsing context or not. This
5224 can probably be improved to make 100% sure that vctxt->userData
5225 is the parser context too. It's a bit hairy because we can't
5226 change the xmlValidCtxt structure without breaking the ABI since
5227 this change xmlParserCtxt information indexes.
5228
5229Wed Oct 27 19:26:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5230
5231 * ChangeLog NEWS configure.in doc/*: preparing release 2.6.15
5232 * debugXML.c nanoftp.c xmlschemas.c xmlschemastypes.c: cleanups
5233
5234Wed Oct 27 09:31:24 PDT 2004 William Brack <wbrack@mmm.com.hk>
5235
5236 * uri.c: fixed a stupid mistake in xmlBuildRelativeURI
5237 (bug 156527)
5238
5239Wed Oct 27 11:44:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
5240
5241 * nanoftp.c nanohttp.c: second part of the security fix for
5242 xmlNanoFTPConnect() and xmlNanoHTTPConnectHost().
5243
5244Tue Oct 26 23:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
5245
5246 * nanoftp.c: applied fixes for a couple of potential security problems
5247 * tree.c valid.c xmllint.c: more fixes on the string interning checks
5248
5249Tue Oct 26 18:09:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
5250
5251 * debugXML.c include/libxml/xmlerror.h: added checking for names
5252 values and dictionnaries generates a tons of errors
5253 * SAX2.ccatalog.c parser.c relaxng.c tree.c xinclude.c xmlwriter.c
5254 include/libxml/tree.h: fixing the errors in the regression tests
5255
5256Mon Oct 25 16:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5257
5258 * parser.c: modified the handling of _private for entity
5259 expansion (bug 155816)
5260
5261Mon Oct 25 17:11:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
5262
5263 * parser.c: fixed the leak reported by Volker Roth on the list
5264 * test/ent10 result//ent10*: added a specific test for the problem
5265
5266Sat Oct 23 11:07:41 PDT 2004 William Brack <wbrack@mmm.com.hk>
5267
5268 * valid.c: unlinked the internal subset within xmlValidateDtd
5269 (bug 141827)
5270 * configure.in: added -Wall to developer's flags
5271 * doc/examples/reader4.res: added to CVS
5272
5273Fri Oct 22 16:36:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
5274
5275 * HTMLparser.c: added support for HTML PIs #156087
5276 * test/HTML/python.html result/HTML/python.html*: added specific tests
5277
5278Fri Oct 22 15:20:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5279
5280 * threads.c: fixed nasty bug #156087
5281
5282Fri Oct 22 21:04:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5283
5284 * python/libxml.c: fixed a problem occuring only in x86_64 when
5285 very large error messages are raised to the Python handlers.
5286
5287Thu Oct 21 18:03:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
5288
5289 * xmlschemas.c: fixed a memory bug
5290 * doc/examples/reader4.c doc/examples/*: added test from Graham Bennett
5291 and regenerated the directory
5292
5293Tue Oct 19 11:06:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5294
5295 * include/libxml/xmlreader.h xmlreader.c: applied patch from
5296 Graham Bennett adding 4 convenience functions to the reader API.
5297
5298Fri Oct 15 11:22:48 PDT 2004 William Brack <wbrack@mmm.com.hk>
5299
5300 * debugXML.c: excluded a few nodes (with no content) from the
5301 string check routine.
5302
5303Fri Oct 15 10:48:30 EDT 2004 Daniel Veillard <daniel@veillard.com>
5304
5305 * debugXML.c include/libxml/xmlerror.h: added UTF-8 string checking,
5306 raise a problem, need debug
5307
5308Wed Oct 13 02:17:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5309
5310 * python/Makefile.am: applied patch from Thomas Fitzsimmons fixing
5311 #155240 building outside the source tree. but make tests fails.
5312
5313Mon Oct 11 16:26:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
5314
5315 * debugXML.c include/libxml/xmlerror.h: added namespace checking
5316
5317Sat Oct 9 22:36:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
5318
5319 * debugXML.c: some framework preparation to add namespace checkings
5320
5321Thu Oct 7 15:12:58 CEST 2004 Daniel Veillard <daniel@veillard.com>
5322
5323 * debugXML.c include/libxml/debugXML.h include/libxml/xmlerror.h:
5324 adding the tree debug mode
5325 * parser.c relaxng.c tree.c xpath.c: fixing various problems reported
5326 by the debug mode.
5327 * SAX2.c: another tree fix from Rob Richards
5328
5329Wed Oct 6 10:50:03 PDT 2004 William Brack <wbrack@mmm.com.hk>
5330
5331 * catalog.c: small change to last fix, to get xml:base right
5332
5333Wed Oct 6 09:33:51 PDT 2004 William Brack <wbrack@mmm.com.hk>
5334
5335 * catalog.c: added code to handle <group>, including dumping
5336 to output (bug 151924).
5337 * xmlcatalog.c, xmlstring.c, parser.c: minor compiler warning
5338 cleanup (no change to logic)
5339
5340Mon Oct 4 16:09:07 CEST 2004 Daniel Veillard <daniel@veillard.com>
5341
5342 * configure.in debugXML.c include/libxml/xmlversion.h.in
5343 include/libxml/xmlwin32version.h.in: revamped the XML debugging
5344 module and prepare for a new checking mode
5345
5346Mon Oct 4 13:53:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
5347
5348 * parser.c: applied patch from Malcolm Tredinnick fixing bug #152426
5349
5350Mon Oct 4 12:26:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
5351
5352 * python/generator.py python/libxml.c python/tests/outbuf.py:
5353 applied patch from Malcolm Tredinnick fixing bug #154294
5354 related to saving to python file objects.
5355
5356Sat Oct 2 21:08:51 PDT 2004 William Brack <wbrack@mmm.com.hk>
5357
5358 * tree.c: changed xmlHasNsProp to properly handle a request for
5359 the default namespace (bug 153557)
5360
5361Sat Oct 2 18:18:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
5362
5363 * parser.c: fixed problem with dictionary handling within
5364 xmlParseInNodeContext (bug 153175)
5365
5366Sat Oct 2 15:46:37 PDT 2004 William Brack <wbrack@mmm.com.hk>
5367
5368 * check-relaxng-test-suite.py, check-relaxng-test-suite2.py,
5369 check-xinclude-test-suite.py, check-xml-test-suite.py,
5370 check-xsddata-test-suite.py, doc/examples/index.py: changed
5371 changed sys.path setting from 'append' to 'insert' (patch
5372 supplied by Malcolm Tredinnick) (bug 153716)
5373
5374Sat Oct 2 15:03:14 PDT 2004 William Brack <wbrack@mmm.com.hk>
5375
5376 * include/libxml/parserInternals.h: added two new macros
5377 IS_ASCII_LETTER and IS_ASCII_DIGIT used with (html)
5378 parsing and xpath for testing data not necessarily
5379 unicode.
5380 * HTMLparser.c, xpath.c: changed use of IS_LETTER_CH and
5381 IS_DIGIT_CH macros to ascii versions (bug 153936).
5382
5383Fri Oct 1 20:37:25 PDT 2004 William Brack <wbrack@mmm.com.hk>
5384
5385 * error.c: added some coding to attempt to display which file
5386 contains an error when using XInclude (bug 152623)
5387
5388Thu Sep 30 11:19:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
5389
5390 * configure.in: stupid cut'n paste bug in xmllint detection
5391
5392Wed Sep 29 17:47:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
5393
5394 * configure.in doc/*: releasing 2.6.14, rebuilding the docs
5395
5396Wed Sep 29 15:00:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5397
5398 * xmlschemas.c include/libxml/xmlerror.h include/libxml/xmlschemas.h
5399 include/libxml/schemasInternals.h: Parsing of <complexContent>
5400 - handle attribute 'mixed', catch illegal attributes.
5401 Parsing of <complexType> - handle attributes 'abstract',
5402 'final' and 'block', catch illegal attributes.
5403 Validation of complex types - handle abstract types.
5404 Added handling of default/fixed attributes and element values.
5405 Per validation option attribute nodes/text nodes are created
5406 on the instance.
5407 Added the corresponding constraints for fixed/default.
5408 Added xmlSchemaSetValidOptions, xmlSchemaGetValidOptions
5409 to the external API.
5410 Extended element declaration constraints.
5411 Got rid of perseverative creation of temporery validation/parser
5412 contexts.
5413 Added handling of xsi:schemaLocation and
5414 xsi:noNamespaceSchemaLocation.
5415 Fixed xsi:type component resolution if using non-prefixed
5416 QNames.
5417 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
5418 Enabled namespace awareness of the content model if using the
5419 model group "all".
5420 * test/schemas/bug152470_1.xsd: Removed an "abstract" attribute,
5421 which broke the test.
5422 * xstc/xstc.py: Workaround to accomodate case insensitive
5423 test definitions in ms-test.def.xml (was missing in a previous
5424 commit).
5425
5426Wed Sep 29 11:03:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5427
5428 * python/drv_libxml2.py: another patch from Malcolm Tredinnick
5429 adding option not to load dtd from the drv_libxml2.py module
5430 #134633
5431
5432Tue Sep 28 14:30:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
5433
5434 * acconfig.h config.h.in configure.in xmlIO.c xmlregexp.c xmlschemas.c
5435 xmlschemastypes.c: another patch from Malcolm Tredinnick fixing
5436 warning generated by the Nonstop Kernel Open System Services
5437 compiler #151710
5438
5439Tue Sep 28 13:07:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
5440
5441 * python/libxml.py: applied patch from Malcolm Tredinnick fixing
5442 python exception hierarchy #139824
5443
5444Sun Sep 26 16:40:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
5445
5446 * valid.c TODO: applied patch from Malcolm Tredinnick fixing errata
5447 E20 concerning NMTOKENS and co. validation #153722
5448 * result/VC/AttributeNmtokens test/VC/AttributeNmtokens
5449 test/VCM/AttributeNmtokens.xml: also added tests from Malcolm
5450
5451Sun Sep 26 16:24:44 CEST 2004 Daniel Veillard <daniel@veillard.com>
5452
5453 * xstc/xstc.py: applied patch from Malcolm Tredinnick fixing space/tabs
5454 #153713
5455 * xpath.c: fixed a realloc potential problem
5456
5457Fri Sep 24 16:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5458
5459 * Makefile.am: fixed make valgrind xstc
5460
5461Thu Sep 23 18:23:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
5462
5463 * xmlschemastypes.c: fixing an out of bound adressing issue
5464
5465Thu Sep 23 15:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5466
5467 * HTMLparser.c parser.c relaxng.c xmlschemas.c: more memory related
5468 code cleanups.
5469
5470Thu Sep 23 01:04:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5471
5472 * parser.c: fixed a bunch of errors when realloc failed.
5473
5474Wed Sep 22 23:56:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
5475
5476 * threads.c uri.c: couple of memory fixes from Mark Vakoc reported
5477 by Purify on Windows.
5478
5479Mon Sep 20 22:01:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
5480
5481 * xmllint.c: added --timing --copy timing for the copy
5482 * vms/build_libxml.com: applied patch from Craig Berry
5483 to build with recent releases
5484
5485Fri Sep 17 21:25:33 PDT 2004 William Brack <wbrack@mmm.com.hk>
5486
5487 * nanohttp.c, include/libxml/nanohttp.h: added the routine
5488 xmlNanoHTTPContentLength to the external API (bug151968).
5489 * parser.c: fixed unnecessary internal error message (bug152060);
5490 also changed call to strncmp over to xmlStrncmp.
5491 * encoding.c: fixed compilation warning (bug152307).
5492 * tree.c: fixed segfault in xmlCopyPropList (bug152368); fixed
5493 a couple of compilation warnings.
5494 * HTMLtree.c, debugXML.c, xmlmemory.c: fixed a few compilation
5495 warnings; no change to logic.
5496
5497Fri Sep 17 10:40:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5498
5499 * parser.c: removed some extern before function code reported by
5500 Kjartan Maraas on IRC
5501 * legacy.c: fixed compiling when configuring out the HTML parser
5502 * Makefile.am: added a declaration for CVS_EXTRA_DIST
5503 * HTMLparser.c: beginning of an attempt at cleaning up the construction
5504 of the HTML parser data structures, current data generate a huge
5505 amount of ELF relocations at loading time.
5506
5507Fri Sep 17 10:36:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5508
5509 * ChangeLog: applied fix from Stepan Kasal to fix duplication
5510 in the change log and cleanup of space/tabs issues.
5511
5512Thu Sep 16 13:24:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5513
5514 * xmlschemas.c include/libxml/schemasInternals.h
5515 test/schemas/bug152470_1.* result/schemas/bug152470_1_1*:
5516 Simpified attribute wildcard creation and assignment to get rid
5517 of memory leaks.
5518 Restructured the validation process.
5519 Restructured and expanded parsing of <attributeGroup>.
5520 Added initial handing of xsi:type.
5521 Advanced handling of xsi:nil (should work now for simple types).
5522 Added construction of schemata using xsi:schemaLocation and
5523 xsi:noNamespaceSchemaLocation; this is not enabled, since
5524 no corresponding API exists yet.
5525 Moved the content model to complex type components.
5526 Resolution of types for attributes will look for simple types
5527 only (incl. all the built-in simple types).
5528 Extended parsing of 'anyAttribute'.
5529 Fixed content-type type for complex types if derived from
5530 'anyType' using the short-hand form (see bug # 152470,
5531 submitted by Thilo Jeremias).
5532 * include/libxml/xmlschematypes.h: Cleaned up some comments.
5533 * xstc/xstc.py: Workaround to accomodate case insensitive
5534 test definitions in ms-test.def.xml.
5535 * result/schemas/deter0_0_0.err result/schemas/ns0_0_2.err
5536 result/schemas/ns0_1_2.err: Adapted.
5537
5538Sat Sep 11 09:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5539
5540 * xmlwriter.c: changed char array initialisation to avoid a
5541 complaint from some compiler(s) (bug 152308)
5542
5543Thu Sep 9 07:22:11 PDT 2004 William Brack <wbrack@mmm.com.hk>
5544
5545 * encoding.c: applied fixes for the UTF8ToISO8859x transcoding
5546 routine suggested by Mark Itzcovitz
5547
5548Wed Sep 8 22:50:27 CEST 2004 Daniel Veillard <daniel@veillard.com>
5549
5550 * valid.c xmlsave.c: fixed 2 problems raised by #152140, one
5551 which is that notation not in the internal subset should
5552 not be saved, and the second more nasty on an error saving
5553 NOTATIONs, if there is a proof that nobody uses notations !
5554
5555Wed Sep 8 11:04:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5556
5557 * xmlschemas.c include/libxml/xmlschemas.h: Added the function
5558 xmlSchemaValidateOneElement to the XML Schema validation API,
5559 as proposed by Jeffrey Fink - see bug # 152073.
5560
5561Tue Sep 7 11:10:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5562
5563 * configure.in doc/Makefile.am xstc/Makefile.am: some cleanup
5564 checking for xmllint and xsltproc in configure.in, fixed
5565 make dist w.r.t. the new xstc subdir.
5566 * doc/*: rebuilt
5567
5568Mon Sep 6 16:42:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5569
5570 * xstc/xstc.py: Changed to finally validate instance documents.
5571
5572Mon Sep 6 16:04:01 CEST 2004 Daniel Veillard <daniel@veillard.com>
5573
5574 * xstc/Makefile.am Makefile.am: integrated to "make valgrind",
5575 heavy ... weight 250MB of VM !
5576
5577Mon Sep 6 14:54:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5578
5579 * xstc/Makefile.am xstc/xstc-to-python.xsl xstc/xstc.py Makefile.am:
5580 more cleanup in integrating the xstc testsuite
5581
5582Mon Sep 6 13:56:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
5583
5584 * Makefile.am configure.in xstc/.cvsignore xstc/Makefile.am:
5585 starting to integrate the xstc suite in the normal regression
5586 tests
5587
5588Mon Sep 6 13:14:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5589
5590 * xstc/sun-test-def.xml: The "tsDir" attribute was not
5591 set correctly.
5592
5593Mon Sep 6 11:52:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
5594
5595 * check-xinclude-test-suite.py: when output and expected do not match
5596 exactly run diff to put the differences in the log c.f. #148691
5597
5598Mon Sep 6 11:17:35 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5599
5600 * xstc/xstc-to-python.xslt xstc/ms-test-def.xml xstc/nist-test-def.xml
5601 xstc/sun-test-def.xml: Initial release of generation files to
5602 create python test scripts, which will run the W3C XML Schema Test
5603 Collection. The ms-test-def.xml and sun-test-def.xml files
5604 were extracted from the online HTML XSTC results [1], since they did
5605 not exist for the SUN tests, and only partially did exist for the
5606 MS tests. The NIST definition file was created by concatenation
5607 of the existing definition files for each single datatype.
5608 The stylesheet "xstc-to-python.xslt" should be run against the
5609 definition files to produce the python scripts.
5610 [1] "http://www.w3.org/XML/2001/05/xmlschema-test-collection/
5611 results-master.html"
5612
5613Fri Sep 3 20:29:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5614
5615 * xmlschemas.c include/libxml/schemasInternals.h
5616 include/libxml/xmlerror.h: Fixed a seg fault in xmlGetQNameProp:
5617 a format argument was missing.
5618 Fixed wrong assignment of the owner of a wildcard in
5619 xmlSchemaBuildAttributeValidation (in the shorthandform of
5620 <complexType>; this caused a seg fault, due to a double-free
5621 of the wildcard.
5622 Added a check for circular attribute group references.
5623 Added a check for circular model group definition references.
5624 Fixed a dublicate xmlParserErrors enum value - see bug #151738.
5625
5626Fri Sep 3 10:08:13 PDT 2004 William Brack <wbrack@mmmm.com.hk>
5627
5628 * xmlstring.c: modified comments on xmlGetUTF8Char in
5629 response to bug 151760 (no change to logic)
5630
5631Tue Aug 31 09:46:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
5632
5633 * xmlstring.c: fixed error reported on the list caused by
5634 my last change
5635
5636Tue Aug 31 15:41:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
5637
5638 * NEWS configure.in doc/*: release of libxml2-2.6.13
5639
5640Tue Aug 31 14:14:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5641
5642 * xmlIO.c: fixing #151456, an encoding error could generate
5643 a serialization loop.
5644
5645Tue Aug 31 11:34:04 CEST 2004 Daniel Veillard <daniel@veillard.com>
5646
5647 * Makefile.am: also produce a tar ball with just the sources
5648 * xmllint.c: added --path option and --load-trace options to
5649 xmllint, RFE #147740 based on xsltproc versions
5650 * doc/xmllint.* doc/*: updated the man page and rebuilt
5651
5652Tue Aug 31 10:37:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5653
5654 * xmlschemastypes.c: "" is a valid hexbinary string dixit xmlschema-dev
5655 * result/schemas/hexbinary_0_1.err test/schemas/hexbinary_1.xml:
5656 update the test.
5657 * test/ns5 result//ns5*: added a test for the namespace bug fixed
5658 in previous commit.
5659 * Makefile.am: added a message in the regression tests
5660
5661Mon Aug 30 23:36:21 PDT 2004 William Brack <wbrack@mmm.com.hk>
5662
5663 * SAX2.c: fixed bug introduced during OOM fixup causing problems
5664 with default namespace when a named prefix with the same href
5665 was present (reported on the mailing list by Karl Eichwalder.
5666 * xmlstring.c: modified xmlCheckUTF8 with suggested code from
5667 Julius Mittenzwei.
5668 * dict.c: added a typecast to try to avoid problem reported by
5669 Pascal Rodes.
5670
5671Mon Aug 30 12:45:46 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5672
5673 * xmlschemas.c: Fixed a bug in xmlSchemasCheckFacet, which did
5674 not create a computed value on a facet and thus crashed during
5675 validation of instances.
5676 Expanded validity checks for min/maxOccurs attributes.
5677 Expanded validity checks for the value of the attribute "form".
5678
5679Fri Aug 27 18:32:24 PST 2004 William Brack <wbrack@mmm.com.hk>
5680
5681 * xmlstring.c: fixed a problem with xmlCheckUTF8 reported on the
5682 mailing list by Julius Mittenzwei
5683
5684Fri Aug 27 00:13:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5685
5686 * libxml.spec.in: added BuildRequires: zlib-devel, fixes
5687 Red Hat bug #124942
5688
5689Thu Aug 26 12:27:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5690
5691 * parser.c: remove a warning on Solaris
5692 * xmlschemastype.c: fix a crashing bug #151111
5693
5694Wed Aug 25 22:20:18 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5695
5696 * test/schemas/import-bad-1_0.imp: Added missing test file.
5697 * xmlschemas.c include/libxml/xmlerror.h include/libxml/xmlschemas.h:
5698 Substituted the obsolete xmlSchemaValidError(s) for xmlParserErrors
5699 - see #150840.
5700 Changed the import of schemas to allow failure of location
5701 of a resource to be imported.
5702 * result/schemas/all_* result/schemas/any3_0_0.err
5703 result/schemas/choice_* result/schemas/import1_0_0.err
5704 result/schemas/list0_0_1.err result/schemas/list0_1_0.err
5705 result/schemas/list0_1_1.err result/schemas/ns0_0_2.err
5706 result/schemas/ns0_1_2.err: Adapted regression test results.
5707
5708Tue Aug 24 20:49:15 MDT 2004 John Fleck <jfleck@inkstain.net>
5709
5710 * doc/tutorial/xmltutorial.xml, xmltutorial.pdf, *.html
5711 fix Xpath memory leak (thanks to sKaBoy and William Brack)
5712
5713Tue Aug 24 21:10:59 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
5714
5715 * parser.c: fixed path problem in DTD loading reported by
5716 Sameer Abhinkar
5717
5718Tue Aug 24 16:40:51 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
5719
5720 * win32/configure.js: added support for version extra
5721 * win32/Makefile.*: upgraded to zlib 1.2.1
5722
5723Mon Aug 23 14:33:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
5724
5725 * configure.in: removing -O -g from default gcc flags #150828
5726
5727Sun Aug 22 16:26:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
5728
5729 * configure.in doc/* NEWS: preparing 2.6.12 release, updated and
5730 and rebuilt the docs.
5731
5732Sun Aug 22 16:07:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5733
5734 * python/libxml.c: fix a problem on last commit
5735
5736Sun Aug 22 15:16:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
5737
5738 * xmllint.c xpath.c include/libxml/xpath.h
5739 include/libxml/xpathInternals.h python/libxml.c
5740 python/libxml_wrap.h: trying to remove some warning when compiling
5741 on Fedora Core 3 and 64bits
5742
5743Sat Aug 21 0:035:10 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5744
5745 * xmlschemas.c: modified parsing of <list>, <union>, <restriction>,
5746 <sequence>, <choice>, <include>, <import>.
5747 Fixed schema defaults (elementFormDefault, etc.) for included
5748 schemas.
5749 Fixed a bug which reported attributes as invalid on
5750 elements declarations with the built-in type 'anyType'.
5751 Added "lax" validation of the content of elements of type
5752 'anyType'.
5753 Fixed: element declarations with the same name were treated
5754 as duplicate if located in the subtree of <choice> -> <sequence>.
5755 (This was bug 150623, submitted by Roland Lezuo)
5756 Fixed cleanup of error codes in xmlSchemaValidateDoc as proposed
5757 by Igor Kapitanker. (This was bug 150647, submitted by Igor
5758 Kapitanker)
5759 * xmlschemastypes.c: Changed the type of anyType to
5760 XML_SCHEMAS_ANYTYPE.
5761 * include/libxml/xmlerror.h: Added schema parser errors.
5762 * result/schemas/bug145246_0_0*
5763 result/schemas/extension1_0_2.err: Changed test results.
5764 * result/schemas/ct-sc-nobase_0_0*
5765 result/schemas/facet-whiteSpace_0_0*
5766 result/schemas/import1_0_0* result/schemas/import2_0_0*
5767 result/schemas/include2_0_0* result/schemas/include3_0_0*
5768 result/schemas/restriction-attr1_0_0*
5769 result/schemas/seq-dubl-elem1_0_0*
5770 result/schemas/xsd-list-itemType_0_0*: Added new rest results.
5771 test/schemas/bug145246.xsd.imp test/schemas/ct-sc-nobase_0*
5772 test/schemas/facet-whiteSpace_0* test/schemas/import1_0*
5773 test/schemas/import2_0* test/schemas/include2_0*
5774 test/schemas/include3_0* test/schemas/restriction-attr1_0*
5775 test/schemas/seq-dubl-elem1_0* test/schemas/xml.xsd
5776 test/schemas/xsd-list-itemType_0*: Added new tests and missing
5777 files.
5778
5779Fri Aug 20 18:51:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5780
5781 * Makefile.am configure.in: a bit of cleanup and a extra variable for
5782 CVS dist
5783
5784Thu Aug 19 07:44:07 MDT 2004 John Fleck <jfleck@inkstain.net>
5785
5786 * doc/xmllint.xml, xmllint.1, xmllint.html:
5787 Edit and rebuild the man pages with Daniel's C14 update
5788
5789Wed Aug 18 19:15:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
5790
5791 * parser.c: fixed missing line numbers on entity as reported
5792 on the list by Steve Cheng
5793
5794Wed Aug 18 14:04:31 PDT 2004 William Brack <wbrack@mmm.com.hk>
5795
5796 * configure.in globals.c include/libxml/xmlversion.h.in
5797 include/libxml/xmlwin32version.h.in: added some code to
5798 include the CVS ChangeLog version in the xmlParserVersion
5799 string (printed by xmllint with --version)
5800
5801Wed Aug 18 11:14:06 CEST 2004 Daniel Veillard <daniel@veillard.com>
5802
5803 * xmlschemas.c include/libxml/xmlschemas.h python/generator.py
5804 python/libxml.c python/libxml_wrap.h python/types.c
5805 python/tests/schema.py python/tests/Makefile.am: Applied patch
5806 from Torkel Lyng to add Schemas support to the Python bindings
5807 and extend the schemas error API, registered a new test.
5808 * doc/* elfgcchack.h: rebuilt to regenerate the bindings
5809
5810Mon Aug 16 14:36:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
5811
5812 * debugXML.c: added help for new set shell command
5813 * xinclude.c xmllint.c xmlreader.c include/libxml/parser.h:
5814 added parser option to not generate XInclude start/end nodes,
5815 added a specific option to xmllint to test it fixes #130769
5816 * Makefile.am: regression test the new feature
5817 * doc/xmllint.1 doc/xmllint.xml: updated man page to document option.
5818
5819Mon Aug 16 02:42:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5820
5821 * xmlIO.c: small typo pointed out by Mike Hommey
5822 * doc/xmllint.xml, xmllint.html, xmllint.1: slightly improved
5823 the --c14n description, c.f. #144675 .
5824 * nanohttp.c nanoftp.c: applied a first simple patch from
5825 Mike Hommey for $no_proxy, c.f. #133470
5826 * parserInternals.c include/libxml/parserInternals.h
5827 include/libxml/xmlerror.h: cleanup to avoid 'error' identifier
5828 in includes #137414
5829 * parser.c SAX2.c debugXML.c include/libxml/parser.h:
5830 first version of the inplementation of parsing within
5831 the context of a node in the tree #142359, new function
5832 xmlParseInNodeContext(), added support at the xmllint --shell
5833 level as the "set" function
5834 * test/scripts/set* result/scripts/* Makefile.am: extended
5835 the script based regression tests to instrument the new function.
5836
5837Sat Aug 14 18:53:08 MDT 2004 John Fleck <jfleck@inkstain.net>
5838
5839 * doc/xmllint.xml, xmllint.html, xmllint.1:
5840 add c14n to man page (man, it's hard to keep up with
5841 Daniel!)
5842
5843Sat Aug 14 18:45:38 MDT 2004 John Fleck <jfleck@inkstain.net>
5844
5845 * doc/xmllint.xml, xmllint.html, xmllint.1:
5846 add pattern, walker, maxmem, output and xmlout to man page
5847 fixes #144675
5848
5849Sun Aug 15 00:41:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5850
5851 * xmllint.c: added a --c14n option to canonicalize the output
5852 should close the RFE #143226
5853
5854Sat Aug 14 23:50:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5855
5856 * tree.c: Dodji pointed out a bug in xmlGetNodePath()
5857 * xmlcatalog.c: applied patch from Albert Chin to add a
5858 --no-super-update option to xmlcatalog see #145461
5859 and another patch also from Albert Chin to not crash
5860 on -sgml --del without args see #145462
5861 * Makefile.am: applied another patch from Albert Chin to
5862 fix a problem with diff on Solaris #145511
5863 * xmlstring.c: fix xmlCheckUTF8() according to the suggestion
5864 in bug #148115
5865 * python/libxml.py: apply fix from Marc-Antoine Parent about
5866 the errors in libxml(2).py on the node wrapper #135547
5867
5868Sat Aug 14 13:18:57 CEST 2004 Daniel Veillard <daniel@veillard.com>
5869
5870 * Makefile.am: added a dumb rule to able to compile tst.c
5871 when people submit a sample test program
5872 * xmlschemas.c: applied small patch from Eric Haszlakiewicz
5873 to document xmlSchemasSetValidErrors() limitations, #141827
5874 * error.c: Add information in generic and structured error
5875 setter functions that this need to be done per thread #144308
5876 * xmlsave.c: fixed bug whith missing NOTATION(s) serialization
5877 bug #144162
5878 * doc/xmllint.xml: typo fix #144840
5879
5880Tue Aug 10 07:19:31 PDT 2004 Daniel Veillard <daniel@veillard.com>
5881
5882 * configure.in xmlregexp.c xmlschemas.c xmlschemastypes.c
5883 include/libxml/schemasInternals.h include/libxml/xmlerror.h
5884 include/libxml/xmlschemastypes.h: applied Schemas patches
5885 from Kasimier Buchcik
5886 * test/ result/ bug141333* annot-err* any[1-4]* bug145246*
5887 element-err* element-minmax-err* include1* restrict-CT-attr-ref*:
5888 lot of new tests for things fixed by the patch
5889
5890Fri Aug 6 09:22:34 PDT 2004 William Brack <wbrack@mmm.com.hk>
5891
5892 * valid.c: fixed my mis-handling of External ID on last
5893 change.
5894
5895Wed Aug 4 23:40:21 PDT 2004 William Brack <wbrack@mmm.com.hk>
5896
5897 * valid.c: changed the parsing of a document's DTD to use
5898 the proper base path (bug 144366)
5899
5900Wed Aug 4 16:58:08 CEST 2004 Daniel Veillard <daniel@veillard.com>
5901
5902 * Makefile.am config.h.in configure.in python/Makefile.am:
5903 applied a patch from Gerrit P. Haase to get python bindings
5904 on Cygwin
5905
5906Tue Aug 3 15:08:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5907
5908 * include/libxml/valid.h: elaborated on description of
5909 xmlValidityWarningFunc and xmlValidityErrorFunc (bug
5910 144760)
5911 * xmlIO.c, xmlschemastypes.c, include/libxml/schemasinternals.h:
5912 minor fixes to comments for doc rebuilding errors.
5913 * doc/*.html: rebuilt the docs
5914
5915Tue Aug 3 23:59:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5916
5917 * doc/ChangeLog.xsl doc/downloads.html doc/xml.html doc/*:
5918 fixes documentation glitches raised by Oliver Stoeneberg
5919
5920Tue Aug 3 09:42:31 PDT 2004 William Brack <wbrack@mmm.com.hk>
5921
5922 * tree.c: fixed problem with memory leak on text nodes in DTD
5923 (bug 148965) with patch provided by Darrell Kindred
5924
5925Tue Aug 3 08:14:44 PDT 2004 William Brack <wbrack@mmm.com.hk>
5926
5927 * HTMLparser.c: fixed initialisation problem for htmlReadMemory
5928 (bug 149041)
5929
5930Sat Jul 31 11:01:33 PDT 2004 William Brack <wbrack@mmm.com.hk>
5931
5932 * doc/buildDocBookCatalog: enhanced per bug 119876. Further
5933 info posted to the mailing list.
5934
5935Sat Jul 31 09:12:44 PDT 2004 William Brack <wbrack@mmm.com.hk>
5936
5937 * SAX2.c, encoding.c, error.c, parser.c, tree.c, uri.c, xmlIO.c,
5938 xmlreader.c, include/libxml/tree.h: many further little changes
5939 for OOM problems. Now seems to be getting closer to "ok".
5940 * testOOM.c: added code to intercept more errors, found more
5941 problems with library. Changed method of flagging / counting
5942 errors intercepted.
5943
5944Fri Jul 30 13:57:55 CEST 2004 Daniel Veillard <daniel@veillard.com>
5945
5946 * tree.c: applied a couple of patch one from Oliver Stoeneberg
5947 and another one from Rob Richards fixing #148448
5948
5949Thu Jul 29 13:20:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
5950
5951 * HTMLparser.c: 1 line patch, apparently htmlNewDoc() was not
5952 setting doc->charset.
5953
5954Thu Jul 29 00:05:58 PDT 2004 William Brack <wbrack@mmm.com.hk>
5955
5956 * SAX2.c, tree.c, uri.c, xmlIO.c, xmlreader.c: further
5957 fixes for out of memory condition, mostly from Olivier
5958 Andrieu.
5959 * testOOM.c: some further improvement by Olivier, with
5960 a further small enhancement for easier debugging.
5961
5962Tue Jul 27 00:34:07 PDT 2004 William Brack <wbrack@mmm.com.hk>
5963
5964 * SAX2.c, error.c, parser.c, tree.c, xmlreader.c:
5965 implemented patches supplied by Olivier Andrieu
5966 (bug 148588), plus made some further enhancements, to
5967 correct some problems with out of memory conditions.
5968 * testOOM.c: improved with patches from Olivier Andrieu
5969
5970Mon Jul 26 11:03:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
5971
5972 * tree.c: put in patch for Windows buffer re-allocation
5973 submitted by Steve Hay (bug 146697)
5974
5975Sun Jul 25 17:18:39 PDT 2004 William Brack <wbrack@mmm.com.hk>
5976
5977 * xinclude.c: added some code to check, when an include is
5978 done, whether the requested URL gets mapped to some other
5979 location (e.g. with a catalog entry) and, if so, take care
5980 of the xml:base properly (bug 146988)
5981
5982Sun Jul 25 14:02:24 PDT 2004 William Brack <wbrack@mmm.com.hk>
5983
5984 * error.c: fixed to assure user data param is set correctly
5985 when user structured error handler is called (bug 144823)
5986
5987Thu Jul 22 10:14:48 PDT 2004 William Brack <wbrack@mmm.com.hk>
5988
5989 * xmlreader.c: fixed problem with reader state after
5990 processing attributes (bug 147993)
5991
5992Wed Jul 21 17:04:27 HKT 2004 William Brack <wbrack@mmm.com.hk>
5993
5994 * configure.in, Makefile.am: put in an auto* check for the
5995 path to perl (if it exists), and modified make Timingtests
5996 to use that path instead of just executing the dbgenattr.pl
5997 script (bug 148056)
5998
5999Fri Jul 16 18:36:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6000
6001 * python/generator.py: added a check on the argument for some
6002 classes (e.g. xmlDoc and xmlNode) to prevent a segfault (as
6003 reported on the list). Further enhancement should be done
6004 to auto-create the appropriate object.
6005 * python/libxml.c: minor fix for a warning message; added a
6006 routine, currently not used, to report the description of a
6007 PyCObject.
6008 * python/libxml2class.txt: regenerated
6009
6010Fri Jul 16 11:01:40 CEST 2004 Daniel Veillard <daniel@veillard.com>
6011
6012 * catalog.c test/catalogs/white* result/catalogs/white*:
6013 applied patches from Peter Breitenlohner to fix handling
6014 of white space normalization in public ids and add tests
6015
6016Tue Jul 13 17:24:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
6017
6018 * xmlmemory.c: applied a small fix from Steve Hay
6019
6020Tue Jul 13 23:02:19 HKT 2004 William Brack <wbrack@mmm.com.hk>
6021
6022 * xpath.c: Added code to in PREDICATE/FILTER handling to reset
6023 the xpath context document pointer (part of fix to libxslt
6024 bug 147445)
6025
6026Tue Jul 13 00:14:08 HKT 2004 William Brack <wbrack@mmm.com.hk>
6027
6028 * python/libxml.py: ran 'expand' on the file to get rid of mixture
6029 of tabs and spaces (bug 147424)
6030
6031Sun Jul 11 22:38:29 HKT 2004 William Brack <wbrack@mmm.com.hk>
6032
6033 * python/drv_libxml.py: added an encoding "special comment" to avoid
6034 warning message in python2.3 (bug 146889)
6035 * Makefile.am, python/Makefile.am, python/tests/Makefile.am: small
6036 change to make "make tests" a little quieter (MAKEFLAGS+=--silent)
6037 * xpath.c: enhanced to take advantage of current libxslt handling
6038 of tmpRVT. Fixes bug 145547.
6039
6040Fri Jul 9 14:02:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
6041
6042 * libxml.h uri.c: fixed a couple of problems in the new
6043 elfgcchack.h trick pointed by Peter Breitenlohner
6044
6045Wed Jul 7 00:45:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
6046
6047 * elfgcchack.h doc/apibuild.py doc/libxml2-api.xml: fixed a bug
6048 which prevented building with --with-minimum
6049
6050Mon Jul 5 19:43:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
6051
6052 * configure.in doc/*: releasing 2.6.11, updated and regenerated the
6053 docs
6054
6055Mon Jul 5 18:43:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6056
6057 * parser.c: make the push interfaces synchronous
6058 * python/tests/sync.py: added a specific test
6059 * python/tests/Makefile.am doc/examples/Makefile.am
6060 doc/examples/index.py: added the new test, cleaning up
6061 "make tests" output
6062
6063Mon Jul 5 15:09:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6064
6065 * xmlschemas.c: applied patch from Kasimier to fix some Relax-NG
6066 datatype facet problem with recent changes.
6067
6068Sat Jul 3 11:31:02 HKT 2004 William Brack <wbrack@mmm.com.hk>
6069
6070 * python/libxml.c: Changed the number of XPath extension functions
6071 allowed to be variable-length (patch supplied by Marc-Antoine
6072 Parent, bug 143805). Added code to "unregister" the functions
6073 when the parser cleanup takes place.
6074
6075Fri Jul 2 14:22:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
6076
6077 * xmlmemory.c python/libxml.c python/libxml2-python-api.xml:
6078 some updates with memory debugging facilities while messing
6079 with libxslt python bindings
6080
6081Thu Jul 1 14:53:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6082
6083 * python/libxml.c python/generator.py python/libxml.py
6084 python/libxml2-python-api.xml python/libxml2class.txt:
Daniel Veillard25a1ce92008-06-02 16:04:12 +00006085 applied patch from Stéphane Bidoul to fix some Python bindings
William M. Brack11be2d02007-01-24 19:17:19 +00006086 initialization, then had to change the parserCleanup()
6087 to handle memory released there.
6088 * xmlmemory.c: added more debugging comments.
6089
6090Thu Jul 1 13:18:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
6091
6092 * xmlreader.c: seems the reader buffer could be used while not
6093 allocated, fixes bug #145218
6094
6095Thu Jul 1 11:34:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6096
6097 * python/generator.py: do not provide functions used as destructor
6098 of classes as public methods to avoid double-free problem like
6099 in bug #145185
6100
6101Wed Jun 30 19:45:23 HKT 2004 William Brack <wbrack@mmm.com.hk>
6102
6103 * xmlschemas.c, xmlschemastypes.c: warning message cleanup.
6104 Now compiles warning-free, all tests passed.
6105 * SAX2.c: small change to comments for documentation.
6106 No change to logic.
6107
6108Tue Jun 29 15:00:13 PDT 2004 Daniel Veillard <daniel@veillard.com>
6109
6110 * xmlschemas.c: more fixes with Kasimier, looks far cleaner :-)
6111
6112Tue Jun 29 23:00:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
6113
6114 * xmlschemas.c: Kasimier Buchcik fixed the memory access and
6115 allocation problem
6116
6117Tue Jun 29 19:00:32 CEST 2004 Daniel Veillard <daniel@veillard.com>
6118
6119 * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h
6120 include/libxml/schemasInternals.h include/libxml/xmlschemastypes.h:
6121 applied Schemas patches from Kasimier Buchcik, there is still
6122 one open issue about referencing freed memory.
6123 * test/schemas/* result/schemas/*: updated with new tests from
6124 Kasimier
6125
6126Tue Jun 29 14:52:18 CEST 2004 Daniel Veillard <daniel@veillard.com>
6127
6128 * include/libxml/globals.h include/libxml/xmlIO.h
6129 doc/libxml2-api.xml doc/libxml2-refs.xml: moved some definitions
6130 to globals.h to avoid some troubles pointed out by Rob Richards
6131
6132Mon Jun 28 11:25:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6133
6134 * libxml.m4: applied changes suggested by Mike Hommey, remove
6135 libxml1 support and use CPPFLAGS instead of CFLAGS
6136
6137Sun Jun 27 14:17:15 CEST 2004 Daniel Veillard <daniel@veillard.com>
6138
6139 * libxml.spec.in: another, more 'experimental' feature to
6140 get compiler optimization based on gcc runtime profiling
6141
6142Sun Jun 27 14:02:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6143
6144 * elfgcchack.h doc/elfgcchack.xsl libxml.h: hack based on Arjan van de
6145 Ven suggestion to reduce ELF footprint and generated code. Based on
6146 aliasing of libraries function to generate direct call instead of
6147 indirect ones
6148 * doc/libxml2-api.xml doc/Makefile.am doc/apibuild.py: added automatic
6149 generation of elfgcchack.h based on the API description, extended
6150 the API description to show the conditionals configuration flags
6151 required for symbols.
6152 * nanohttp.c parser.c xmlsave.c include/libxml/*.h: lot of cleanup
6153 * doc/*: regenerated the docs.
6154
6155Sun Jun 27 10:02:28 HKT 2004 William Brack <wbrack@mmm.com.hk>
6156
6157 * regressions.py, regressions.xml: new files for running
6158 regression tests under Python. Not yet complete, but
6159 should provide good testing under both Linux and Windows.
6160 * testHTML.c, testSAX.c, xmllint.c: changed the 'fopen' used
6161 for --push testing to include the 'rb' param when compiled
6162 under Windows.
6163
6164Fri Jun 25 13:38:57 HKT 2004 William Brack <wbrack@mmm.com.hk>
6165
6166 * uri.c: fixed a problem when base path was "./xxx"
6167 * result/XInclude/*: 5 test results changed by above.
6168 * Makefile.am: fixed a couple of spots where a new
6169 result file used different flags that the testing one.
6170
6171Thu Jun 24 16:27:44 HKT 2004 William Brack <wbrack@mmm.com.hk>
6172
6173 * valid.c: suppressed warnings from within xmlValidGetValidElements
6174 (bug 144644)
6175 * doc/examples/testWriter.c: corrected typo in comment for ISO-8859-1
6176 (bug 144245)
6177
6178Thu Jun 24 10:17:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6179
6180 * valid.c: implemented bugfix from Massimo Morara for DTD
6181 dumping problem.
6182 * test/valid/t10.xml, result/valid/t10.*: added regression
6183 for above
6184 * configure.in: small change for my profile settings
6185
6186Wed Jun 23 20:18:19 MDT 2004 John Fleck <jfleck@inkstain.net>
6187
6188 * doc/xmlcatalog_man.xml, xmlcatalog.1
6189 Docs patch from Ville Skytta, bugzilla #144841
6190
6191Sat Jun 19 18:34:11 MDT 2004 John Fleck <jfleck@inkstain.net>
6192
6193 * doc/xmllint.xml, xmllint.html, xmllint.1
6194 update man page to reflect William's newly disciplined return
6195 code mojo
6196
6197Thu Jun 17 00:51:55 CEST 2004 Daniel Veillard <daniel@veillard.com>
6198
6199 * doc/examples/io2.c doc/examples/parse4.c: fixing a couple of
6200 compilation errors when configured with --with-minimum
6201
6202Wed Jun 16 16:07:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6203
6204 * debugXML.c: applied patch from Stefano Debenedetti to register
6205 namespaces in the debug shell
6206
6207Mon Jun 14 21:56:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6208
6209 * xmlreader.c: fix from Steve Ball and update of the comment.
6210 * Makefile.am result/errors/*.str: William pointed out that
6211 the streaming error checking part wasn't streaming, fixing
6212
6213Mon Jun 14 14:11:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6214
6215 * catalog.c: patch from Igor for the default catalog path on Windows
6216
6217Sat Jun 12 09:03:57 HKT 2004 William Brack <wbrack@mmm.com.hk>
6218
6219 * configure.in: apparently wasn't updated last time
6220
6221Thu Jun 10 20:57:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6222
6223 * configure.in, xmlmemory.c, globals.c: fixed problem when
6224 configuring using --with-thread-alloc
6225
6226Wed Jun 9 16:31:24 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
6227
6228 * win32/configure.js win32/Makefile.* minor changes for the new
6229 layout of the Windows binary package
6230
6231Tue Jun 8 19:50:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6232
6233 * xmlschemas.c include/libxml/xmlerror.h: applied another patch
6234 from Kasimier Buchcik for Schema Component Constraints
6235 * test/schemas/* result/schemas/*: added the regression tests
6236
6237Tue Jun 8 21:27:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6238
6239 * xmllint.c: fixed missing error return code for schema
6240 validation (bug 143880), also changed over to an enum for
6241 defining the error return codes for all conditions.
6242
6243Tue Jun 8 14:01:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
6244
6245 * parser.c xmlreader.c include/libxml/parser.h: fixed a serious
6246 problem when substituing entities using the Reader, the entities
6247 content might be freed and if rereferenced would crash
6248 * Makefile.am test/* result/*: added a new test case and a new
6249 test operation for the reader with substitution of entities.
6250
6251Tue Jun 8 12:14:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6252
6253 * globals.c xmlIO.c include/libxml/globals.h include/libxml/xmlIO.h:
6254 applied patch from Rob Richards for the per thread I/O mappings
6255
6256Tue Jun 8 09:58:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6257
6258 * xinclude.c: some further enhancement to take care of
6259 xml:base for XPointer elements (bug 143886). Also fixed
6260 a problem when xml:base was already specified on an
6261 XInclude'd element.
6262
6263Mon Jun 7 22:14:58 HKT 2004 William Brack <wbrack@mmm.com.hk>
6264
6265 * relaxng.c: fixed a problem with internal cleanup of <DIV> element
6266 (bug 143738).
6267
6268Mon Jun 7 16:57:43 HKT 2004 William Brack <wbrack@mmm.com.hk>
6269
6270 * uri.c, include/libxml/uri.h: added a new routine
6271 xmlBuildRelativeURI needed for enhancement of xinclude.c
6272 * xinclude.c: changed handling of xml:base (bug 135864)
6273 * result/XInclude/*: results of 5 tests changed as a result
6274 of the above change
6275
6276Fri Jun 4 11:27:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6277
6278 * test/schemas/* result/schemas/*: added a bunch of tests from
6279 Kasimier Buchcik posted on May 11
6280
6281Thu Jun 3 17:58:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6282
6283 * xmlschemas.c: new patch from Kasimier Buchcik for processContents
6284 of wildcards attribute handling
6285 * test/schemas/anyAttr-* result/schemas/anyAttr-*: added specific
6286 regression tests
6287
6288Thu Jun 3 13:20:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6289
6290 * parser.c: fixed a bug where invalid charrefs may not be detected
6291 sometimes as pointed by Morus Walter.
6292 * test/errors/charref1.xm result/errors/charref1.xml*: added the
6293 test in the regression suite.
6294
6295Thu Jun 3 18:38:27 HKT 2004 William Brack <wbrack@mmm.com.hk>
6296
6297 * xmlschemas.c: small change to xmlSchemaValidateAttributes,
6298 also corrected typo on error code enum.
6299 * include/libxml/xmlerror.h: corrected typo on schema error
6300 code enum
6301
6302Thu Jun 3 10:12:38 HKT 2004 William Brack <wbrack@mmm.com.hk>
6303
6304 * xmlschemas.c: minor cosmetic changes, no change to logic.
6305 * result/schemas/attruse_0_[12].err: regenerated
6306 * globals.c: added a newline at end to make gcc happy
6307
6308Wed Jun 2 21:16:26 CEST 2004 Daniel Veillard <daniel@veillard.com>
6309
6310 * xmlschemas.c include/libxml/schemasInternals.h
6311 include/libxml/xmlerror.h: applied a patch from Kasimier Buchcik
6312 implementing attribute uses and wildcards.
6313 * test/schemas/* result/schemas/*: added/fixed a bunch of tests
6314
6315Wed Jun 2 18:15:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
6316
6317 * globals.c xmlIO.c include/libxml/globals.h: applied patch from
6318 Rob Richards for custom I/O BufferCreateFilenane fixes bug
6319 #143366
6320
6321Wed Jun 02 16:25:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6322
6323 * xpath.c: fixed problem with predicate evaluation on an
6324 empty nodeset (bug 143409)
6325
6326Wed Jun 02 11:26:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
6327
6328 * testSAX.c: fixed problem with attribute listing (bug 142674)
6329 and added macro LIBXML_TEST_VERSION to assure xmlInitParser
6330 gets called (bug 142686)
6331
6332Sat May 29 21:35:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6333
6334 * test/schemas/date_0.xml xmlschemastypes.c: applied a patch from
6335 Charles Bozeman fixing a side effect in date handling
6336
6337Thu May 27 19:47:48 MDT 2004 John Fleck <jfleck@inkstain.net>
6338
6339 * doc/tutorial/xmltutorial.xml fix lack of cast in Xpath example
6340 * doc/tutorial/*.html, xmltutorial.pdf rebuild html, pdf
6341
63422004-05-25 Aleksey Sanin <aleksey@aleksey.com>
6343
6344 * c14n.c: fixed c14n bug with serializing attribute namespaces
6345
6346Mon May 24 08:22:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6347
6348 * xpath.c: fixed to allow '+' in exponent of number
6349 (bug 143005)
6350 * SAX2.c: fixed typo in last commit
6351
6352Sat May 22 09:08:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6353
6354 * SAX2.c: skipped call to xmlValidateNCName when compiling
6355 --with-minimum (bug 142917)
6356
6357Tue May 18 06:48:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6358
6359 * catalog.c: reverted the broken change.
6360
6361Mon May 17 23:07:15 CEST 2004 Daniel Veillard <daniel@veillard.com>
6362
6363 * NEWS doc/*: updated the docs for 2.6.10
6364
6365Mon May 17 05:52:03 CEST 2004 Daniel Veillard <daniel@veillard.com>
6366
6367 * configure.in : releasing 2.6.10
6368
6369Sun May 16 23:12:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
6370
6371 * tree.c: avoid returning default namespace when searching
6372 from an attribute
6373 * entities.c xmlwriter.c: reverse xmlEncodeSpecialChars() behaviour
6374 back to escaping " since the normal serialization routines do not
6375 use it anymore, should close bug #134477 . Tried to make
6376 the writer avoid it too but it didn't work.
6377
6378Sun May 16 01:07:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6379
6380 * doc/ChangeLog.awk doc/ChangeLog.xsl: fixed escaping
6381 handling and added direct links to bugzilla report for
6382 bug numbers.
6383
6384Sun May 16 11:11:13 HKT 2004 William Brack <wbrack@mmm.com.hk>
6385
6386 * error.c: modified to assure proper user data is sent to
6387 structured error routine (bug 142598)
6388
6389Sun May 16 03:18:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6390
6391 * catalog.c: a couple of large static variable which should really
6392 not be declared as such cluttered the .bss section.
6393
6394Sun May 16 03:06:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6395
6396 * doc/ChangeLog.awk: fixed a couple of problems when parsing
6397 libxslt ChangeLog
6398
6399Sat May 15 20:14:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
6400
6401 * doc/ChangeLog.awk doc/ChangeLog.xsl: first steps of a good
6402 ChangeLog page generation. The awk shoudl escape characters
6403 not okay in XML and the xslt should make links to functions
6404 or variables or bug reported in the entries.
6405
6406Sat May 15 14:57:40 CEST 2004 Daniel Veillard <daniel@veillard.com>
6407
6408 * xmlsave.c include/libxml/xmlsave.h: start adding API for
6409 escaping customization.
6410
6411Sat May 15 12:38:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6412
6413 * xmlsave.c: more xmlSave cleanup, optimization and refactoring
6414
6415Fri May 14 17:51:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
6416
6417 * xmlIO.c xmlsave.c: third pass at the escaping refactoring.
6418
6419Fri May 14 12:37:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6420
6421 * parser.c: enhanced the enhancement, fixed another couple of
6422 special cases.
6423
6424Fri May 14 11:48:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6425
6426 * parser.c: small enhancement to dtd handling of (a?)+ (bug 142487)
6427
6428Thu May 13 23:19:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6429
6430 * xmlIO.c xmlsave.c include/libxml/xmlIO.h: second pass on escaping
6431 handling, start to looks better, need to be completed and added
6432 directly at the saving context level.
6433
6434Thu May 13 10:31:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6435
6436 * xmlIO.c xmlsave.c include/libxml/xmlIO.h: first pass at refactoring
6437 the escape on save routines for better performances (less malloc)
6438 and more flexibility using the new saving context. Preliminary
6439 work, interface will change.
6440
6441Wed May 12 22:34:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6442
6443 * xmlschemas.c: added code in xmlSchemaBuildAContentModel to handle
6444 element reference within the xs:all construct (bug 139897)
6445
6446Wed May 12 17:27:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
6447
6448 * xinclude.c: a little further fixing of fallback processing, this
6449 time for fallback with children (bug 139520).
6450
6451Wed May 12 08:21:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6452
6453 * xmlschemas.c: added code in xmlSchemaBuildContentModel to
6454 allow ref in group definition (bug 134411). Also fixed
6455 misc compilation warning messages.
6456 * result/schema/group0_0_0, result/schema/group0_0_0.err:
6457 regenerated (now no error reported).
6458
6459Tue May 11 11:55:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
6460
6461 * xmlIO.c: fix to the fix for #141864 from Paul Elseth
6462 * HTMLparser.c result/HTML/doc3.htm: apply fix from David Gatwood for
6463 #141195 about text between comments.
6464
6465Tue May 11 23:04:47 HKT 2004 William Brack <wbrack@mmm.com.hk>
6466
6467 * xmlschemas.c, include/libxml/schemasInternals.h,
6468 include/libxml/xmlerror.h: Applied patches supplied by
6469 Kasimier Buchcik.
6470 * test/schemas/po1_0.xml, test/schemas/po1_0.xsd:
6471 changed test to account for above patch.
6472
6473Tue May 11 09:06:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
6474
6475 * python/tests/tstLastError.py: better portability fix for f(*args),
Daniel Veillard25a1ce92008-06-02 16:04:12 +00006476 use apply(f, args) as Stéphane Bidoul suggested
William M. Brack11be2d02007-01-24 19:17:19 +00006477
6478Mon May 10 15:49:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6479
6480 * xmlregexp.c: enhanced xmlRegStateAddTrans to check if transition
6481 is already present and, if so, to ignore the request to add it.
6482 This has a very dramatic effect on memory requirements as well
6483 as efficiency. It also fixes bug 141762.
6484
6485Sun May 9 20:40:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
6486
6487 * Makefile.am python/tests/Makefile.am python/tests/tstLastError.py:
6488 applied patch from Ed Davis to allow "make tests" to work
6489 with Python 1.5
6490
6491Sun May 9 19:46:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
6492
6493 * xmlsave.c: apply fix for XHTML1 formating from Nick Wellnhofer
6494 fixes bug #141266
6495 * test/xhtmlcomp result//xhtmlcomp*: added the specific regression
6496 test
6497
6498Sun May 9 14:07:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
6499
6500 * Makefile.am: fix for a pedantic make check without make all request
6501
6502Sat May 8 22:56:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
6503
6504 * uri.c xmlIO.c: fixing some problems in URI unescaping
6505 and output buffer opening, this should fix #141864
6506
6507Fri May 7 22:31:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
6508
6509 * valid.c include/libxml/valid.h: fixes the use of 'list' as a parameter
6510 * xmlIO.c include/libxml/xmlIO.h: added xmlPopInputCallback for
6511 Matt Sergeant
6512
6513Thu May 6 21:14:38 PDT 2004 William Brack <wbrack@mmm.com.hk>
6514
6515 * xmlregexp.c: enhanced the handling of subexpression ranges
6516 which have a minOccurs of 0 (bug 140478 again); cleaned up
6517 comments throughout the module.
6518
6519Tue May 4 00:52:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6520
6521 * xmllint.c: adding a --maxmem option to check memory used.
6522
6523Sat May 1 01:08:44 CEST 2004 Daniel Veillard <daniel@veillard.com>
6524
6525 * xmllint.c xmlsave.c python/generator.py python/libxml.c: Fixed
6526 bug #141529 i.e. various problems when building with --without-html
6527
6528Fri Apr 30 18:12:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6529
6530 * xmllint.c xmlreader.c: fixing bug #141384 where the reader didn't
6531 call the deregistering functions. Also added the check to
6532 xmllint --stream --chkregister .
6533
6534Fri Apr 30 08:57:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6535
6536 * win32/Makefile.msvc: applied a second patch from Mark Vakoc for
6537 regression tests on Windows
6538
6539Thu Apr 29 21:47:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
6540
6541 * xmlreader.c: never commit without running make tests first !
6542
6543Thu Apr 29 20:15:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
6544
6545 * xmlreader.c: fix a nasty problem with reading over the end
6546 * xmlsave.c: fix a reported memory leak apparently
6547
6548Thu Apr 29 17:05:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6549
6550 * win32/Makefile.msvc: patch from Mark Vakoc for regression tests
6551 on Windows.
6552 * xpath.c: the NaN problem also shows up on Borland
6553
6554Mon Apr 26 23:37:12 HKT 2004 William Brack <wbrack@mmm.com.hk>
6555
6556 * xmlregexp.c: enhanced xmlFARegExec range evaluation for min
6557 occurs 0 problems - fixes bug 140478.
6558
6559Thu Apr 22 09:12:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6560
6561 * rngparser.c: tiny path fixes the "xmlConvertCRNGFile" function name
6562 from Kasimier Buchcik
6563 * xmlschemas.c: recursive xs:extension fix from taihei goi
6564
6565Wed Apr 21 00:19:29 CEST 2004 Daniel Veillard <daniel@veillard.com>
6566
6567 * tree.c: small buffer resizing improvement from Morten Welinder
6568 closes #140629
6569
6570Tue Apr 20 23:40:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
6571
6572 * xpath.c: last version of the fix for MSC version 1200
6573
6574Tue Apr 20 19:40:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6575
6576 * parser.c: killing the strncmp vs. memcmp controversy and #140593
6577
6578Tue Apr 20 13:27:06 CEST 2004 Daniel Veillard <daniel@veillard.com>
6579
6580 * include/libxml/SAX2.h: Kasimier Buchcik pointed out some
6581 inexistent functions, cleaned them out.
6582
6583Tue Apr 20 11:42:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
6584
6585 * error.c: Johnson Cameron pointed out that
6586 initGenericErrorDefaultFunc() was really wrong.
6587 * xmlreader.c include/libxml/xmlreader.h: xmlTextReaderMode enum
6588 must be made public, added some missing comments on the XMLReader
6589 header.
6590 * c14n.c: Alexsey fixed C14N bug with processing namespaces
6591 from attributes
6592
6593Mon Apr 19 23:27:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
6594
6595 * xpath.c: fixed a stupid () error + Mark name.
6596
6597Sun Apr 18 23:45:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
6598
6599 * configure.in: preparing 2.6.9 release
6600 * doc/* News: updated and rebuilt the docs
6601
6602Sun Apr 18 22:51:43 CEST 2004 Daniel Veillard <daniel@veillard.com>
6603
6604 * xpath.c: relaxed id() to not check taht the name(s) passed
6605 are actually NCName, decided this in agreement with Aleksey Sanin
6606 since existing specs like Visa3D broke that conformance checking
6607 and other tools seems to not implement it sigh...
6608 * SAX2.c: check attribute decls for xml:id and the value is an
6609 NCName.
6610 * test/xmlid/id_err* result/xmlid/id_err*: added error testing
6611
6612Sun Apr 18 21:46:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6613
6614 * xpath.c: work around Microsoft compiler NaN bug raise reported
6615 by Mark Vakoc
6616 * xmlschemas.c include/libxml/schemasInternals.h
6617 include/libxml/xmlerror.h: fixed a recusive extention schemas
6618 compilation error raised by taihei goi
6619
6620Sun Apr 18 16:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
6621
6622 * libxml.spec.in: keep the ChangeLog compressed
6623 * xmlreader.c: fix a segfault when using Close()
6624 * python/tests/Makefile.am python/tests/reader8.py: test for
6625 the Close() reader API.
6626
6627Sat Apr 17 22:42:13 HKT 2004 William Brack <wbrack@mmm.com.hk>
6628
6629 * xmlschemas.c, xmlwriter.c, doc/examples/parse4.c,
6630 doc/examples/io2.c: minor warning cleanup (no change to logic)
6631 * xinclude: fixed return value for internal function
6632 xmlXIncludeLoadFallback (now always 0 or -1)
6633
6634Sat Apr 17 21:32:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6635
6636 * valid.c: small enhancement to fix bug 139791
6637
6638Fri Apr 16 18:44:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6639
6640 * xmlschemas.c include/libxml/schemasInternals.h
6641 include/libxml/xmlerror.h: applied patches from Kasimier Buchcik
6642 for the attribute use support
6643 * test/schemas/attruse* result/schemas/attruse*: added the
6644 tests to the regression suite.
6645
6646Fri Apr 16 18:22:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6647
6648 * xmlsave.c: move the TODO as comments as the function while not
6649 finished are usable as-is
6650 * xmlschemas.c include/libxml/xmlerror.h: patch from Kasimier Buchcik
6651 implementing union
6652 * test/schemas/union_0_0.x* result/schemas/union_0_0*: added example
6653 * python/Makefile.am: applied fix from Mike Hommey
6654
6655Fri Apr 16 23:58:42 HKT 2004 William Brack <wbrack@mmm.com.hk>
6656
6657 * parser.c: fixed problem with detecting external dtd
6658 encoding (bug 135229).
6659 * Makefile.am: minor change to test label
6660
6661Fri Apr 16 16:09:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6662
6663 * xinclude.c: fixed problem causing duplicate fallback
6664 execution (bug 139520)
6665 * test/XInclude/docs/fallback2.xml result/XInclude/fallback2.*:
6666 added testcase
6667
6668Fri Apr 9 23:49:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6669
6670 * SAX2.c include/libxml/tree.h: adding xml:id draft support
6671 * Makefile.am test/xmlid/id_tst* result/xmlid/id_tst*: adding
6672 4 first regression tests
6673
6674Fri Apr 9 11:56:08 CEST 2004 Daniel Veillard <daniel@veillard.com>
6675
6676 * libxml.spec.in: fixing Red Hat bug #120482 , libxml2-python
6677 should depend on the version of python used to compile it.
6678
6679Mon Apr 5 09:07:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
6680
6681 * HTMLparser.c: applied patch from James Bursa, frameset should
6682 close head.
6683
6684Fri Apr 2 22:02:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6685
6686 * relaxng.c: fixed problem in xmlRelaxNGCompareNameClasses
6687 which was causing check-relaxng-test-suite.py test 351 to fail.
6688
6689Fri Apr 2 17:03:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6690
6691 * nanohttp.c: implemented fix for M$ IIS redirect provided
6692 by Ian Hummel
6693 * relaxng.c: fixed problem with notAllowed compilation
6694 (bug 138793)
6695
6696Thu Apr 1 22:07:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6697
6698 * uri.c: fix for xmlUriEscape on "http://user@somewhere.com"
6699 from Mark Vakoc.
6700
67012004-04-01 Johan Dahlin <johan@gnome.org>
6702
6703 * python/.cvsignore: Add generated files, to make cvs silent.
6704
6705Thu Apr 1 12:41:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6706
6707 * xmlschemas.c: small signed-ness patch from Steve Little
6708
6709Wed Mar 31 17:47:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6710
6711 * xmlregexp.c: patched a bug in parsing production 1 and 2 of
6712 xmlschemas regexp that William pointed out while working on
6713 #134120
6714 * test/regexp/branch result/regexp/branch: added a specific
6715 regression test
6716
6717Wed Mar 31 09:50:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6718
6719 * Makefile.am: added PYTHONPATH to python tests for Schemas
6720 and RelaxNG
6721 * test/xsdtest/xsdtestsuite.xml: added testfile for
6722 SchemasPythonTests
6723
6724Mon Mar 29 16:56:49 CEST 2004 Daniel Veillard <daniel@veillard.com>
6725
6726 * doc/examples/examples.xsl doc/examples/index.html: added
6727 information about compiling on Unix
6728
6729Mon Mar 29 14:18:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
6730
6731 * catalog.c: fixes the comments for xmlCatalogDump and xmlDumpACatalog
6732 * doc/*: rebuilt to update
6733
6734Sun Mar 28 18:11:41 CEST 2004 Daniel Veillard <daniel@veillard.com>
6735
6736 * xmlsave.c: optimize indentation based on the new context
6737
6738Sun Mar 28 14:17:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6739
6740 * doc/examples/xpath2.c doc/examples/xpath2.res: handle and explain
6741 a very tricky problem when modifying the tree based on an XPath
6742 result query.
6743
6744Sat Mar 27 09:56:14 PST 2004 William Brack <wbrack@mmm.com.hk>
6745
6746 * relaxng.c: fixed problem with IS_COMPILABLE flag
6747 (bug 130216)
6748
6749Fri Mar 26 18:28:32 CET 2004 Daniel Veillard <daniel@veillard.com>
6750
6751 * parser.c: applied patch from Dave Beckett to correct line number
6752 errors when using push with CDATA
6753
6754Fri Mar 26 14:53:58 CET 2004 Daniel Veillard <daniel@veillard.com>
6755
6756 * doc/examples/xpath1.c: added a test template
6757 * doc/examples/xpath2.c doc/examples/xpath2.res doc/examples/*:
6758 added a new example, and make valgrind target
6759
6760Fri Mar 26 11:47:29 CET 2004 Daniel Veillard <daniel@veillard.com>
6761
6762 * parser.c: apply fix for #136693
6763
6764Thu Mar 25 20:21:01 MST 2004 John Fleck <jfleck@inkstain.net>
6765
6766 * doc/examples/io2.c
6767 * doc/examples/io2.res
6768 add xmlDocDumpMemory example in response to mailing list FAQ
6769 (rebuilt xml and html also)
6770
6771Thu Mar 25 10:33:05 CET 2004 Daniel Veillard <daniel@veillard.com>
6772
6773 * debugXML.c testXPath.c xmllint.c xmlschemastypes.c: applied
6774 patch from Mark Vakoc avoiding using xmlParse* option and use
6775 xmlRead* instead
6776 * win32/Makefile.bcb: patch to Borland C++ builder from Eric Zurcher
6777 to avoid problems with some pathnames.
6778
6779Tue Mar 23 12:35:08 CET 2004 Daniel Veillard <daniel@veillard.com>
6780
6781 * configure.in doc/* News: preparing 2.6.8 release, updated and rebuilt
6782 the docs.
6783 * Makefile.am: use valgring fro the new Python based regression tests
6784
6785Mon Mar 22 20:07:27 CET 2004 Daniel Veillard <daniel@veillard.com>
6786
6787 * relaxng.c: remove a memory leak on schemas type facets.
6788 * check-relaxng-test-suite.py check-relaxng-test-suite2.py
6789 check-xsddata-test-suite.py: reduce verbosity
6790 * configure.in Makefile.am: incorporated the Python regressions
6791 tests for Relax-NG and Schemas Datatype to "make tests"
6792
6793Mon Mar 22 16:16:18 CET 2004 Daniel Veillard <daniel@veillard.com>
6794
6795 * xmlwriter.c include/libxml/xmlwriter.h doc/* : applied patch from
6796 Alfred Mickautsch for better DTD support.
6797 * SAX2.c HTMLparser.c parser.c xinclude.c xmllint.c xmlreader.c
6798 xmlschemas.c: fixed bug #137867 i.e. fixed properly the way
6799 reference counting is handled in the XML parser which had the
6800 side effect of removing a lot of hazardous cruft added to try
6801 to fix the problems associated as they popped up.
6802 * xmlIO.c: FILE * close fixup for stderr/stdout
6803
6804Sun Mar 21 19:19:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
6805
6806 * relaxng.c: added an error message when an element is not
6807 found within a <choice> (bug 126093)
6808
6809Sat Mar 20 22:25:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
6810
6811 * xmlregexp.c: enhanced the logic of parsing char groups to
6812 better handle initial or ending '-' (bug 135972)
6813
6814Sat Mar 20 19:26:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6815
6816 * relaxng.c: added check for external reference in
6817 xmlRelaxNGGetElements (bug 137718)
6818 * test/relaxng/rngbug-001.*, result/relaxng/rngbug-001*: added
6819 regression test for above
6820
6821Wed Mar 17 16:37:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6822
6823 * nanohttp.c: added a close for the local file descriptor
6824 (bug 137474)
6825
6826Mon Mar 15 15:46:59 CET 2004 Daniel Veillard <daniel@veillard.com>
6827
6828 * xmlsave.c: switched the output routines to use the new context.
6829
6830Mon Mar 15 10:37:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
6831
6832 * relaxng.c: enhanced to ignore XML_XINCLUDE_START and XML_XINCLUDE_END
6833 nodes (bug 137153)
6834
6835Sun Mar 14 13:19:20 CET 2004 Daniel Veillard <daniel@veillard.com>
6836
6837 * xmlschemastypes.c: applied patch from John Belmonte for anyURI.
6838
6839Wed Mar 10 17:22:48 CET 2004 Daniel Veillard <daniel@veillard.com>
6840
6841 * parser.c: fix bug reported by Holger Rauch
6842 * test/att8 result/noent/att8 result/att8 result/att8.rdr
6843 result/att8.sax: added the test to th regression suite
6844
6845Wed Mar 10 19:42:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6846
6847 * doc/search.php: Minor change for later verson of php requiring
6848 $HTTP_GET_VARS.
6849
6850Wed Mar 10 00:12:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6851
6852 * tree.c: Changed the flag to xmlDocCopyNode (and similar routines),
6853 previously used only for recursion, to use a value of '2' to
6854 indicate copy properties & namespaces, but not children.
6855 * xinclude.c: changed the handling of ranges to use the above new
6856 facility. Fixes Bug 134268.
6857
6858Tue Mar 9 18:48:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
6859
6860 * win32/Makefile.bcb, win32/Makefile.mingw, win32/Makefile.msvc:
6861 added new module xmlsave with patch supplied by Eric Zurcher
6862 (second attempt - don't know what happened to the first one!)
6863
6864Tue Mar 9 09:59:25 CET 2004 Daniel Veillard <daniel@veillard.com>
6865
6866 * python/libxml.c python/libxml.py: applied patch from Anthony Carrico
6867 providing Python bindings for the Canonicalization C14N support.
6868
6869Mon Mar 8 11:12:23 CET 2004 Hagen Moebius <hagen.moebius@starschiffchen.de>
6870
6871 * .cvsignore and python/.cvsignore patched
6872
6873Mon Mar 8 22:33:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
6874
6875 * xinclude.c: enhanced to assure that if xpointer is called
6876 for a document, the XML_PARSE_NOENT flag is set before parsing
6877 the included document so that entities will automatically get
6878 taken care of.
6879 * xpointer.c: corrected code so that, if an XML_ENTITY_REF node
6880 is encountered, it will log it and not crash (bug 135713)
6881
6882Sun Mar 7 19:03:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6883
6884 * xinclude.c: modified to make sub-includes inherit the
6885 parse flags from the parent document (bug 132597)
6886
6887Fri Mar 5 01:13:22 CET 2004 Daniel Veillard <daniel@veillard.com>
6888
6889 * xmlschemas.c: QName handling fixes for the XML Schemas
6890 support from Adam Dickmeiss
6891 * test/schemas/po1_0.xsd: also fix the schemas
6892 * test/schemas/ns[12]* result/schemas/ns[12]*: added the specific
6893 regression tests
6894
6895Thu Mar 4 23:03:02 CET 2004 Daniel Veillard <daniel@veillard.com>
6896
6897 * configure.in doc/Makefile.am include/libxml/Makefile.am:
6898 paalied patch from Julio M. Merino Vidal fixing bug #134751
6899 to fix --with-html-dir option.
6900 * doc/*: rebuilt fully the docs
6901 * doc/html/libxml-xmlsave.html: new file from new header.
6902
6903Thu Mar 4 16:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
6904
6905 * debugXML.c testHTML.c tree.c doc/examples/*.c
6906 include/libxml/xmlsave.h: fixing compilation bug with some options
6907 disabled as well as --with-minimum should fix #134695
6908
6909Thu Mar 4 15:00:45 CET 2004 Daniel Veillard <daniel@veillard.com>
6910
6911 * xmlcatalog.c: allow fallback to URI lookup when SYSTEM fails,
6912 should close #134092
6913
6914Thu Mar 4 14:39:38 CET 2004 Daniel Veillard <daniel@veillard.com>
6915
6916 * Makefile.am tree.c xmlsave.c include/libxml/xmlsave.h: commiting
6917 the new xmlsave module before the actuall big code change.
6918
6919Thu Mar 4 12:38:53 CET 2004 Daniel Veillard <daniel@veillard.com>
6920
6921 * xmlschemas.c: applied patch from Adam Dickmeiss for mixed content
6922 * test/schemas/mixed* result/schemas/mixed*: added his regression
6923 tests too.
6924
6925Mon Mar 1 15:22:06 CET 2004 Daniel Veillard <daniel@veillard.com>
6926
6927 * testSAX.c: fix a compilation problem about a missing timb include
6928
6929Sat Feb 28 22:35:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6930
6931 * testSAX.c: small enhancement to prevent trying to print
6932 strings with null pointers (caused "make tests" errors on
6933 HP-UX)
6934
6935Thu Feb 26 20:19:40 MST 2004 John Fleck <jfleck@inkstain.net>
6936
6937 * doc/xmllint.xml
6938 * doc/xmllint.1
6939 * doc/xmllint.html
6940 * doc/xmlcatalog_man.xml
6941 * doc/xmlcatalog.1
6942 * doc/xmlcatalog_man.html
6943 applying patch from Mike Hommey to clarify XML_CATALOG_FILES
6944 use
6945
6946Thu Feb 26 23:47:43 CET 2004 Daniel Veillard <daniel@veillard.com>
6947
6948 * Makefile.am: patch for cross-compilation to Windows from
6949 Christophe de VIENNE.
6950
6951Thu Feb 26 18:52:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
6952
6953 * doc/*.html, doc/html/*.html: regenerated docs using older
6954 version of xsltproc pending resolution of AVT problem
6955
6956Thu Feb 26 10:56:29 CET 2004 Daniel Veillard <daniel@veillard.com>
6957
6958 * Makefile.am: applied patch from Charles Bozeman to not use
6959 the system xmllint.
6960
6961Wed Feb 25 18:07:05 CET 2004 Daniel Veillard <daniel@veillard.com>
6962
6963 * include/libxml/xmlexports.h: applied patch from Roland Schwingel
6964 for MingW
6965
6966Wed Feb 25 13:57:25 CET 2004 Daniel Veillard <daniel@veillard.com>
6967
6968 * Makefile.am catalog.c configure.in: applied a cleanup patch
6969 from Peter Breitenlohner
6970 * tree.c: removed a doc build warning by fixing a param comment
6971 * doc/* : rebuilt the docs
6972
6973Wed Feb 25 13:33:07 CET 2004 Daniel Veillard <daniel@veillard.com>
6974
6975 * valid.c HTMLparser.c: avoid ID error message if using
6976 HTML_PARSE_NOERROR should fix #130762
6977
6978Wed Feb 25 12:50:53 CET 2004 Daniel Veillard <daniel@veillard.com>
6979
6980 * debugXML.c relaxng.c valid.c xinclude.c xmllint.c xmlreader.c:
6981 fixing compilation and link option when configuring with
6982 --without-valid should fix #135309
6983
6984Wed Feb 25 11:36:06 CET 2004 Daniel Veillard <daniel@veillard.com>
6985
6986 * catalog.c: fixed the main issues reported by Peter Breitenlohner
6987 * parser.c: cleanup
6988 * valid.c: speedup patch from Petr Pajas
6989
6990Wed Feb 25 16:07:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
6991
6992 * xpath.c: fixed a memory leak (xmlXPathLangFunction) reported
6993 on the list by Mike Hommey
6994
6995Mon Feb 23 17:28:34 CET 2004 Daniel Veillard <daniel@veillard.com>
6996
6997 * doc/* NEWS configure.in: preparing 2.6.7 release, updated and
6998 rebuilt the documentation.
6999
7000Mon Feb 23 11:52:12 CET 2004 Daniel Veillard <daniel@veillard.com>
7001
7002 * python/tests/*.py: applied patch from Malcolm Tredinnick
7003 to avoid tabs in python sources, should fix #135095
7004
7005Sun Feb 22 23:16:23 CET 2004 Daniel Veillard <daniel@veillard.com>
7006
7007 * testSAX.c: add --timing option
7008 * relaxng.c: use the psvi field of the nodes instead of _private
7009 which may be used for other purposes.
7010
7011Sat Feb 21 16:57:48 CET 2004 Daniel Veillard <daniel@veillard.com>
7012
7013 * encoding.c: small patch to try to fix a warning with Sun One compiler
7014
7015Sat Feb 21 16:22:35 CET 2004 Daniel Veillard <daniel@veillard.com>
7016
7017 * encoding.c: small patch removing a warning with MS compiler.
7018
7019Sat Feb 21 13:52:30 CET 2004 Daniel Veillard <daniel@veillard.com>
7020
7021 * debugXML.c: added "relaxng" option to the debugging shell
7022 * Makefile.am test/errors/* result/errors/*: some regression tests
7023 for some error tests cases.
7024
7025Fri Feb 20 09:56:47 CET 2004 Daniel Veillard <daniel@veillard.com>
7026
7027 * tree.c: xmlAttrSerializeTxtContent don't segfault if NULL
7028 is passed.
7029 * test/att7 result//att7*: adding an old regression test
7030 laying around on my laptop
7031
7032Thu Feb 19 17:33:36 CET 2004 Daniel Veillard <daniel@veillard.com>
7033
7034 * xmlreader.c: fixed xmllint --memory --stream memory consumption
7035 on large file by using xmlParserInputBufferCreateStatic() with
7036 the mmap'ed file
7037
7038Thu Feb 19 13:56:53 CET 2004 Daniel Veillard <daniel@veillard.com>
7039
7040 * tree.c: some clarification in xmlDocDumpMemory() documentation
7041 * xmllint.c: fixed xmllint --stream --timing to get timings back
7042
7043Wed Feb 18 15:20:42 CET 2004 Daniel Veillard <daniel@veillard.com>
7044
7045 * parser.c: fixed a problem in push mode when attribute contains
7046 unescaped '>' characters, fixes bug #134566
7047 * test/att6 result//att6*: added the test to the regression suite
7048
7049Tue Feb 17 17:26:31 CET 2004 Daniel Veillard <daniel@veillard.com>
7050
7051 * valid.c: removing a non-linear behaviour from ID/IDREF raised
7052 by Petr Pajas. Call xmlListAppend instead of xmlListInsert in
7053 xmlAddRef
7054
7055Tue Feb 17 13:27:27 CET 2004 Daniel Veillard <daniel@veillard.com>
7056
7057 * python/tests/indexes.py python/tests/reader.py: indicated
7058 encoding of the test file, needed for python 2.3
7059
7060Tue Feb 17 21:08:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7061
7062 * xpath.c: fixed problem with numbers having > 19
7063 fractional places (bug 133921)
7064
7065Tue Feb 17 12:47:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7066
7067 * xpath.c: applied optimization patch from Petr Pajas
7068
7069Tue Feb 17 12:39:08 CET 2004 Daniel Veillard <daniel@veillard.com>
7070
7071 * xmlwriter.c include/libxml/xmlwriter.h: applied update
7072 from Alfred Mickautsch and the added patch from Lucas Brasilino
7073
7074Sun Feb 15 12:01:30 CET 2004 Daniel Veillard <daniel@veillard.com>
7075
7076 * benchmark.png index.html xml.html: updating the benchmark
7077 graph and using a PNG instead of a GIF
7078 * xmlreader.c: updated the TODO
7079
7080Sat Feb 14 18:55:40 MST 2004 John Fleck <jfleck@inkstain.net>
7081
7082 * doc/tutorial/xmltutorial.xml
7083 * doc/tutorial/xmltutorial.pdf
7084 * doc/tutorial/*.html
7085 Fix bug in XPath example in the tutorial, thanks to Carlos, whose
7086 last name I don't know, for pointing this out
7087
7088Thu Feb 12 16:28:12 CET 2004 Daniel Veillard <daniel@veillard.com>
7089
7090 * NEWS configure.in: preparing release of 2.6.6
7091 * doc/*: updated the docs and rebuilt them
7092
7093Thu Feb 12 13:41:16 CET 2004 Daniel Veillard <daniel@veillard.com>
7094
7095 * xmlregexp.c: fixing bug #132930 with the provided patch, a bit
7096 suspicious about it but this is fairly contained and regression
7097 tests still passes.
7098 * test/schemas/all1* result/schemas/all1*: added the test to
7099 the regression suite.
7100
7101Thu Feb 12 12:54:26 CET 2004 Daniel Veillard <daniel@veillard.com>
7102
7103 * parser.c: fixed bug #132575 about finding the end of the
7104 internal subset in push mode.
7105 * test/intsubset.xml result/intsubset.xml* result/noent/intsubset.xml:
7106 added the test to the regression suite
7107
7108Wed Feb 11 14:19:31 CET 2004 Daniel Veillard <daniel@veillard.com>
7109
7110 * parserInternals.c xmlIO.c encoding.c include/libxml/parser.h
7111 include/libxml/xmlIO.h: added xmlByteConsumed() interface
7112 * doc/*: updated the benchmark rebuilt the docs
7113 * python/tests/Makefile.am python/tests/indexes.py: added a
7114 specific regression test for xmlByteConsumed()
7115 * include/libxml/encoding.h rngparser.c tree.c: small cleanups
7116
7117Wed Feb 11 08:13:58 HKT 2004 William Brack <wbrack@mmm.com.hk
7118
7119 * tree.c: fixed missing output of internal DTD param entities when
7120 nothing else present in DTD (bug 134052)
7121
7122Tue Feb 10 19:24:38 HKT 2004 William Brack <wbrack@mmm.com.hk>
7123
7124 * encoding.c: applied patch supplied by Christophe Dubach
7125 to fix problem with --with-minimum configuration
7126 (bug 133773)
7127 * nanoftp.c: fixed potential buffer overflow problem,
7128 similar to fix just applied to nanohttp.c.
7129
7130Mon Feb 9 18:40:21 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
7131
7132 * nanohttp.c: fixed the fix for the buffer overflow, thanx
7133 William :-)
7134
7135Mon Feb 9 22:37:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
7136
7137 * acinclude.m4, configure.in: fixed problem concerning
7138 determining SOCKLEN_T as pointed out by Daniel Richard G.
7139 on the mailing list
7140
7141Mon Feb 9 15:31:24 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
7142
7143 * nanohttp.c: fixed buffer overflow reported by Yuuichi Teranishi
7144
7145Mon Feb 9 13:45:59 CET 2004 Daniel Veillard <daniel@veillard.com>
7146
7147 * xpath.c: small patch from Philip Ludlam to avoid warnings.
7148
7149Mon Feb 9 13:41:47 CET 2004 Daniel Veillard <daniel@veillard.com>
7150
7151 * encoding.c: applied a small patch from Alfred Mickautsch
7152 to avoid an out of bound error in isolat1ToUTF8()
7153
7154Mon Feb 9 13:35:50 CET 2004 Daniel Veillard <daniel@veillard.com>
7155
7156 * xinclude.c: remove the warning on the 2001 namespace
7157 * parser.c parserInternals.c xpath.c: remove some warnings
7158 when compiling with MSVC6
7159 * nanohttp.c: applied a patch when using _WINSOCKAPI_
7160
7161Sun Feb 8 12:09:55 HKT 2004 William Brack <wbrack@mmm.com.hk>
7162
7163 * xinclude.c: added a small hack to fix interference between
7164 my fixes for bugs 132585 and 132588.
7165 * python/libxml.c: fixed problem with serialization of namespace
7166 reported on the mailing list by Anthony Carrico
7167
7168Sat Feb 7 16:53:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7169
7170 * xinclude.c: fixed problem with function xmlXIncludeCopyRange
7171 (bug 133686).
7172
7173Fri Feb 6 21:03:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
7174
7175 * xmlwriter.c: fixed problem with return value of
7176 xmlTextWriterWriteIndent() (bug 133297)
7177
7178Fri Feb 6 19:07:04 HKT 2004 William Brack <wbrack@mmm.com.hk>
7179
7180 * xinclude.c: changed coding to output good XIncludes when
7181 one or more bad ones are present (bug 132588)
7182
7183Fri Feb 6 17:34:21 HKT 2004 William Brack <wbrack@mmm.com.hk>
7184
7185 * xinclude.c: corrected handling of empty fallback condition
7186 (bug 132585)
7187
7188Fri Feb 6 15:28:36 HKT 2004 William Brack <wbrack@mmm.com.hk>
7189
7190 * HTMLparser.c: added initialisation for ctxt->vctxt
7191 in HTMLInitParser (bug 133127)
7192 * valid.c: minor cosmetic change (removed ATTRIBUTE_UNUSED
7193 from several function params)
7194
7195Tue Feb 3 16:48:57 PST 2004 William Brack <wbrack@mmm.com.hk>
7196
7197 * xinclude.c: fixed problem regarding freeing of dictionary
7198 when there are errors within an XInclude file (bug 133106).
7199 Thanks to Oleg Paraschenko for the assistance.
7200
7201Tue Feb 3 09:53:18 PST 2004 William Brack <wbrack@mmm.com.hk>
7202
7203 * xmlschemastypes.c: fixed validation of maxLength with no
7204 content using patch submitted by Eric Haszlakiewicz
7205 (bug 133259)
7206
7207Tue Feb 3 09:21:09 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
7208
7209 * include/libxml/xmlreader.h include/libxml/xmlmemory.h: added
7210 calling convention to the public function prototypes (rep by
7211 Cameron Johnson)
7212 * include/libxml/xmlexports.h: fixed mingw+msys compilation
7213 (rep by Mikhail Grushinskiy)
7214
7215Mon Feb 2 20:22:18 PST 2004 William Brack <wbrack@mmm.com.hk>
7216
7217 * xmlwriter.c: enhanced output indenting (bug 133264)
7218
7219Mon Feb 2 16:13:33 PST 2004 William Brack <wbrack@mmm.com.hk>
7220
7221 * xmlreader.c, include/libxml/xmlreader.h: applied patch from
7222 Steve Ball to provide structured error reports.
7223
7224Sun Feb 1 01:48:14 PST 2004 William Brack <wbrack@mmm.com.hk>
7225
7226 * tree.c, include/libxml/tree.h: moved serialization of
7227 attribute text data (xmlSerializeContent) into a separate
7228 routine (xmlSerializeTxtContent) so it can be used by xmlwriter.c
7229 * xmlwriter.c: changed handling of attribute string to use the
7230 routine above (fixed bug 131548)
7231
7232Sat Jan 31 08:22:02 MST 2004 John Fleck <jfleck@inkstain.net
7233
7234 * doc/examples/reader1.c, reader2.c, reader3.c
7235 * doc/examples/examples.xml
7236 * doc/examples/*.html
7237 add note that reader examples need libmxl2 > 2.6, rebuild
7238 html - this time doing it correctly :-)
7239
7240Fri Jan 30 20:45:36 MST 2004 John Fleck <jfleck@inkstain.net>
7241
7242 * doc/examples/examples.xml
7243 * doc/examples/*.html
7244 add note that reader examples need libmxl2 > 2.6, rebuild
7245 html
7246
7247Thu Jan 29 23:51:48 PST 2004 William Brack <wbrack@mmm.com.hk>
7248
7249 * xpath.c: added (void *) type override to prevent
7250 warning on Solaris (Bug 132671)
7251
7252Wed Jan 28 07:20:37 MST 2004 John Fleck <jfleck@inkstain.net>
7253
7254 * doc/examples/Makefile.am
7255 per Jan. 15 email to the list from oliverst, the index.html
7256 file from this directory wasn't making it into the tarball
7257
7258Mon Jan 26 18:01:00 CET 2004 Daniel Veillard <daniel@veillard.com>
7259
7260 * acinclude.m4: applied fix from Alexander Winston for a problem
7261 related to automake-1.8 , c.f. #132513 and #129861
7262
7263Mon Jan 26 12:53:11 CET 2004 Daniel Veillard <daniel@veillard.com>
7264
7265 * doc/examples/index.py: don't rely on . being on the path for
7266 make tests, should keep Mr. Crozat quiet until next time...
7267
7268Sun Jan 25 21:45:03 CET 2004 Daniel Veillard <daniel@veillard.com>
7269
7270 * configure.in NEWS doc/*: preparing release 2.6.5, rebuilt the
7271 docs, checked rngparser stuff does not end up in the tarball
7272
7273Sun Jan 25 20:59:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7274
7275 * python/libxml.c: applied patch from Frederic Peters
7276 fixing the wrong arg order in xpath callback in bug #130980
7277
7278Sun Jan 25 20:52:09 CET 2004 Daniel Veillard <daniel@veillard.com>
7279
7280 * xinclude.c: fixing #130453 XInclude element with no href attribute
7281 * relaxng.c rngparser.c include/libxml2/relaxng.h: fully integrating
7282 the compact syntax will require more work, postponed for the
7283 2.6.5 release.
7284
7285Sat Jan 24 09:30:22 CET 2004 Daniel Veillard <daniel@veillard.com>
7286
7287 * include/libxml/schemasInternals.h xmlschemas.c: applied patch from
7288 Steve Ball to avoid a double-free.
7289
7290Fri Jan 23 14:03:21 CET 2004 Daniel Veillard <daniel@veillard.com>
7291
7292 * doc/examples/*: added io1.c an example ox xmlIO usage and io1.res
7293 test result, fixed a awful lot of memory leaks showing up in
7294 testWriter.c, changed the examples and the Makefiles to test
7295 memory leaks.
7296 * xmlwriter.c: fixed a memory leak
7297 * Makefile.am: run the doc/examples regression tests as part of
7298 make tests
7299 * xpath.c include/libxml/xpath.h: added xmlXPathCtxtCompile() to
7300 compile an XPath expression within a context, currently the goal
7301 is to be able to reuse the XSLT stylesheet dictionnary, but this
7302 opens the door to others possible optimizations.
7303 * dict.c include/libxml/dict.h: added xmlDictCreateSub() which allows
7304 to build a new dictionnary based on another read-only dictionnary.
7305 This is needed for XSLT to keep the stylesheet dictionnary read-only
7306 while being able to reuse the strings for the transformation
7307 dictionnary.
7308 * xinclude.c: fixed a dictionnar reference counting problem occuring
7309 when document parsing failed.
7310 * testSAX.c: adding option --repeat for timing 100times the parsing
7311 * doc/* : rebuilt all the docs
7312
7313Thu Jan 22 14:17:05 2004 Aleksey Sanin <aleksey@aleksey.com>
7314
7315 * xmlmemory.c: make xmlReallocLoc() accept NULL pointer
7316
7317Thu Jan 22 08:26:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7318
7319 * xmlschemastypes.c: applied patch from John Belmonte for
7320 normalizedString datatype support.
7321
7322Thu Jan 22 10:43:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
7323
7324 * xpath.c: fixed problem with union when last() is used
7325 in predicate (bug #131971)
7326 * xpointer.c: minor change to comment for doc generation
7327
7328Wed Jan 21 17:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
7329
7330 * parser.c: fixed bug #131745 raised by Shaun McCance with the
7331 suggested patch
7332
7333Wed Jan 21 10:59:55 CET 2004 Daniel Veillard <daniel@veillard.com>
7334
7335 * xmlwriter.c: applied patch from Alfred Mickautsch fixing a memory
7336 leak reported on the list.
7337
7338Thu Jan 15 00:48:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7339
7340 * python/generator.py python/tests/tstLastError.py: applied
Daniel Veillard25a1ce92008-06-02 16:04:12 +00007341 patch from Stéphane Bidoul to add enums to the Python bindings.
William M. Brack11be2d02007-01-24 19:17:19 +00007342
7343Tue Jan 13 21:50:05 CET 2004 Daniel Veillard <daniel@veillard.com>
7344
7345 * testHTML.c: another small patch from Mark Vakoc
7346
7347Tue Jan 13 21:39:58 CET 2004 Daniel Veillard <daniel@veillard.com>
7348
7349 * HTMLparser.c relaxng.c testRelax.c testSchemas.c: applied
7350 patch from Mark Vakoc to not use SAX1 unless necessary.
7351
7352Mon Jan 12 17:22:57 CET 2004 Daniel Veillard <daniel@veillard.com>
7353
7354 * dict.c parser.c xmlstring.c: some parser optimizations,
7355 xmllint --memory --timing --repeat --stream ./db10000.xml
7356 went down from 16.5 secs to 15.5 secs.
7357
7358Thu Jan 8 17:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
7359
7360 * xmlschemas.c: removed a memory leak remaining from the switch
7361 to a dictionnary for string allocations c.f. #130891
7362
7363Thu Jan 8 17:48:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7364
7365 * xmlreader.c: fixing some problem if configured --without-xinclude
7366 c.f. #130902
7367
7368Thu Jan 8 17:42:48 CET 2004 Daniel Veillard <daniel@veillard.com>
7369
7370 * configure.in: changed AC_OUTPUT() macro to avoid a cygwin problem
7371 c.f. #130896
7372
7373Thu Jan 8 00:36:00 CET 2004 Daniel Veillard <daniel@veillard.com>
7374
7375 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc:
7376 applying patch from Mark Vakoc for Windows
7377 * doc/catalog.html doc/encoding.html doc/xml.html: applied doc
7378 fixes from Sven Zimmerman
7379
7380Tue Jan 6 23:51:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7381
7382 * python/libxml2-python-api.xml python/libxml_wrap.h python/types.c
7383 python/tests/Makefile.am python/tests/tstLastError.py: applied
Daniel Veillard25a1ce92008-06-02 16:04:12 +00007384 patch from Stéphane Bidoul for structured error handling from
William M. Brack11be2d02007-01-24 19:17:19 +00007385 python, and the associated test
7386
7387Tue Jan 6 23:18:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7388
7389 * configure.in: fixed Bug130593
7390 * xmlwriter.c: fixed compilation warning
7391
7392Tue Jan 6 15:15:23 CET 2004 Daniel Veillard <daniel@veillard.com>
7393
7394 * include/libxml/xmlstring.h: fixed the comment in the header
7395 * doc/*: rebuilt the docs
7396
7397Tue Jan 6 19:40:04 HKT 2004 William Brack <wbrack@mmm.com.hk>
7398
7399 * encoding.c, parser.c, xmlstring.c, Makefile.am,
7400 include/libxml/Makefile.am, include/libxml/catalog.c,
7401 include/libxml/chvalid.h, include/libxml/encoding.h,
7402 include/libxml/parser.h, include/libxml/relaxng.h,
7403 include/libxml/tree.h, include/libxml/xmlwriter.h,
7404 include/libxml/xmlstring.h:
7405 moved string and UTF8 routines out of parser.c and encoding.c
7406 into a new module xmlstring.c with include file
7407 include/libxml/xmlstring.h mostly using patches from Reid
7408 Spencer. Since xmlChar now defined in xmlstring.h, several
7409 include files needed to have a #include added for safety.
7410 * doc/apibuild.py: added some additional sorting for various
7411 references displayed in the APIxxx.html files. Rebuilt the
7412 docs, and also added new file for xmlstring module.
7413 * configure.in: small addition to help my testing; no effect on
7414 normal usage.
7415 * doc/search.php: added $_GET[query] so that persistent globals
7416 can be disabled (for recent versions of PHP)
7417
7418Mon Jan 5 20:47:07 MST 2004 John Fleck <jfleck@inkstain.net>
7419
7420 * doc/tutorial/customfo.xsl
7421 * doc/tutorial/customhtml.xsl
7422 update custom tutorial-building stylesheets in preparation
7423 for tutorial update
7424
7425Tue Jan 6 00:10:33 CET 2004 Daniel Veillard <daniel@veillard.com>
7426
7427 * rngparser.c: commiting the compact relax ng parser. It's not
7428 completely finished, it's not integrated but I want to save the
7429 current state
7430
7431Mon Jan 5 22:22:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
7432
7433 * doc/apibuild.py, doc/APIconstructors.html, doc/libxml2-refs.xml,
7434 win32/libxml2.def.src: fixed apibuild.py's generation of
7435 "constructors" to be in alphabetical order (instead of previous
7436 random sequence); regenerated resulting files.
7437
7438Mon Jan 5 14:03:59 CET 2004 Daniel Veillard <daniel@veillard.com>
7439
7440 * xmlwriter.c: applied patch from Lucas Brasilino fixing an indent
7441 problem.
7442
7443Sun Jan 4 18:54:29 MST 2004 John Fleck <jfleck@inkstain.net>
7444
7445 * doc/newapi.xsl: change background color of function
7446 declaration to improve readability
7447 * doc/*: rebuild docs with new stylesheet
7448
7449Sun Jan 4 22:45:14 HKT 2004 William Brack <wbarck@mmm.com.hk>
7450
7451 * parser.c, include/libxml/parser.h: added a routine
7452 xmlStrncatNew to create a new string from 2 frags.
7453 * tree.c: added code to check if node content is from
7454 dictionary before trying to change or concatenate.
7455
7456Sun Jan 4 08:57:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
7457
7458 * xmlmemory.c: applied suggestion from Miloslav Trmac (see
7459 Bug 130419) and eliminated xmlInitMemoryDone. More
7460 improvement needed.
7461 * xml2-config.in: added an additional flag (--exec-prefix) to
7462 allow library directory to be different from include directory
7463 (Bug 129558).
7464
7465Fri Jan 2 21:22:18 CET 2004 Daniel Veillard <daniel@veillard.com>
7466
Daniel Veillard25a1ce92008-06-02 16:04:12 +00007467 * error.c: applied patch from Stéphane Bidoul for structured error
William M. Brack11be2d02007-01-24 19:17:19 +00007468 reporting.
7469
7470Fri Jan 2 21:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
7471
7472 * include/libxml/xmlwriter.h xmlwriter.c: applied the patch from
7473 Lucas Brasilino to add indentation support to xmlWriter
7474
7475Fri Jan 2 22:58:29 HKT 2004 William Brack <wbrack@mmm.com.hk>
7476
7477 * xinclude.c: fixed problem with "recursive" include (fallback
7478 contains another include - Bug 129969)
7479
7480Fri Jan 2 11:40:06 CET 2004 Daniel Veillard <daniel@veillard.com>
7481
7482 * SAX2.c: found and fixed a bug misallocating some non
7483 blank text node strings from the dictionnary.
7484 * xmlmemory.c: fixed a problem with the memory debug mutex
7485 release.
7486
7487Wed Dec 31 22:02:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7488
7489 * xinclude.c: fixed problem caused by wrong dictionary
7490 reference count, reported on the list by Christopher
7491 Grayce.
7492
7493Wed Dec 31 15:55:55 HKT 2003 William Brack <wbrack@mmm.com.hk>
7494
7495 * python/generator.py, python/libxml2class.txt: fixed problem
Daniel Veillard25a1ce92008-06-02 16:04:12 +00007496 pointed out by Stéphane Bidoul on the list.
William M. Brack11be2d02007-01-24 19:17:19 +00007497 * xinclude.c, xpointer.c, xpath.c, include/libxml/xpointer.h:
7498 completed modifications required to fix Bug 129967 (at last!).
7499 Now wait to see how long before further trouble...
7500
7501Tue Dec 30 16:26:13 HKT 2003 William Brack <wbrack@mmm.com.hk>
7502
7503 * parser.c, xmlmemory.c, include/libxml/xmlmemory.h: Fixed
7504 memory leak reported by Dave Beckett
7505 * xmlschemas.c: Removed spurious comment reported on the mailing
7506 list
7507 * xinclude.c, xpath.c, xpointer.c, libxml/include/xpointer.h:
7508 Further work on Bug 129967 concerning xpointer range handling
7509 and range-to function; much better, but still not complete
7510
7511Mon Dec 29 18:08:05 CET 2003 Daniel Veillard <daniel@veillard.com>
7512
7513 * valid.c: xmlValidateElement could crash for element holding a
7514 namespace declaration but not in a namespace. Oliver Fischer
7515 provided the example.
7516
7517Mon Dec 29 11:29:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7518
7519 * xmllint.c: issue validation status on stderr, not stdout as suggested
7520 by Pawel Palucha
7521 * result/relaxng/*: this change slightly all the output from RNG
7522 regressions.
7523
7524Mon Dec 28 10:47:32 HKT 2003 William Brack <wbrack@mmm.com.hk>
7525
7526 * xmlschemas.c: edited a couple of comments in accordance with
7527 posting on the mailing list (no logic change)
7528 * xpointer.c: working on Bug 129967, added check for NULL
7529 nodeset to prevent crash. Further work required.
7530 * xpath.c: working on Bug 129967, added code to handle
7531 XPATH_LOCATIONSET in RANGETO code, also added code to
7532 handle it in xmlXPathEvaluatePredicateResult. Further
7533 work required.
7534
7535Sat Dec 27 12:32:58 HKT 2003 William Brack <wbrack@mmm.com.hk>
7536
7537 * xmlschemas.c: added tests for xs:all to assure minOccurs
7538 and maxOccurs <= 1 (Bug 130020)
7539
7540Sat Dec 27 09:53:06 HKT 2003 William Brack <wbrack@mmm.com.hk>
7541
7542 * xmlregexp.c: fixed xmlFAParseCharRange for Unicode ranges
7543 with patch from Charles Bozeman.
7544
7545Fri Dec 26 14:03:41 HKT 2003 William Brack <wbrack@mmm.com.hk>
7546
7547 * xmlregexp.c: fixed problem causing segfault on validation error
7548 condition (reported on mailing list)
7549
7550Thu Dec 25 21:16:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
7551
7552 * xmlschemas.c: fixed missing dictionaries for Memory and Doc
7553 parser contexts (problem reported on mailing list)
7554 * doc/apibuild.py: small change to prevent duplicate lines
7555 on API functions list. It will take effect the next time
7556 the docs are rebuilt.
7557
7558Wed Dec 24 12:54:25 CET 2003 Daniel Veillard <daniel@veillard.com>
7559
7560 * configure.in NEWS doc/*: updated the docs and prepared a new
7561 release 2.6.4
7562
7563Wed Dec 24 12:07:52 CET 2003 Daniel Veillard <daniel@veillard.com>
7564
7565 * legacy.c: remove deprecated warning on startElement()
7566
7567Wed Dec 24 12:04:35 CET 2003 Daniel Veillard <daniel@veillard.com>
7568
7569 * xinclude.c result/XInclude/nodes2.*: XInclude xpointer support
7570 was broken with the new namespace. Fixes #129932
7571
7572Wed Dec 24 00:29:30 CET 2003 Daniel Veillard <daniel@veillard.com>
7573
7574 * xmlschemas.c include/libxml/schemasInternals.h: types might be
7575 redefined in includes, quick fix to allow this but lacks the
7576 equality of the redefinition test.
7577
7578Tue Dec 23 15:14:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7579
7580 * valid.c: fixed bug concerning validation using external
7581 dtd of element with mutiple namespace declarations
7582 (Bug 129821)
7583
7584Tue Dec 23 11:41:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
7585
7586 * tree.c: inhibited production of "(null):" in xmlGetNodePath
7587 when node has default namespace (Bug 129710)
7588
7589Tue Dec 23 09:29:14 HKT 2003 William Brack <wbrack@mmm.com.hk>
7590
7591 * xpath.c: small enhancement to xmlXPathCmpNodes to assure
7592 document order for attributes is retained (Bug 129331)
7593
7594Mon Dec 22 19:06:16 CET 2003 Daniel Veillard <daniel@veillard.com>
7595
7596 * parser.c xmlreader.c: change xmlReadFd() xmlCtxtReadFd()
7597 xmlReaderNewFd() xmlReaderForFd(), change those to not close
7598 the file descriptor. Updated the comment, should close #129683
7599
7600Mon Dec 22 00:34:09 CET 2003 Daniel Veillard <daniel@veillard.com>
7601
7602 * xinclude.c: fixed a serious problem in XInclude #129021
7603
7604Sun Dec 21 13:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
7605
7606 * parser.c: fixed bug #129489, propagation of parsing flags
7607 in entities.
7608 * parser.c xmlreader.c: improved the comments of parsing options
7609
7610Sun Dec 21 18:14:04 HKT 2003 William Brack <wbrack@mmm.com.hk>
7611
7612 * python/Makefile.am, python/tests/Makefile.am,
7613 doc/Makefile.am: applied fixes to allow build from
7614 'outside' directory (Bug 129172)
7615
7616Sat Dec 20 16:42:07 MST 2003 John Fleck <jfleck@inkstain.net>
7617
7618 * tree.c - add explanation of namespace inheritance when
7619 ns is NULL to xmlNewChild and xmlNewTextChild API doc
7620
7621Sat Dec 20 18:17:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
7622
7623 * include/libxml/xpathInternals.h: undid last change (my
7624 bad). Put necessary fix in libxslt/libexslt instead.
7625 * include/libxml/DOCBparser.h: put test for __GCC__ on
7626 warning directive (Bug 129105)
7627
7628Sat Dec 20 10:48:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7629
7630 * include/libxml/xpathInternals.h: fixed xmlXPathReturnString
7631 to cater for NULL pointer (bug 129561)
7632 * globals.c: added comment to suppress documentation warning
7633 * doc/apibuild.py: fixed problem which caused last APIchunkxx.html
7634 to be lost. Rebuilt doc/* (including adding APIchunk26.html)
7635
7636Fri Dec 19 18:24:02 CET 2003 Daniel Veillard <daniel@veillard.com>
7637
7638 * xmlreader.c: trying to fix #129692 xmlTextReaderExpand() when
7639 using an xmlReaderWalker()
7640
7641Thu Dec 18 20:10:34 MST 2003 John Fleck <jfleck@inkstain.net>
7642
7643 * tree.c: fix misc. typos in doc comments
7644 * include/libxml/tree.h: elaborate on macro define doc comments
7645 * doc/*: rebuild docs
7646
7647Wed Dec 17 16:07:33 CET 2003 Daniel Veillard <daniel@veillard.com>
7648
7649 * doc/examples/*: don't call the result files .out but .res as
7650 the Makefiles tend to try generating binaries for .out targets...
7651
7652Tue Dec 16 20:53:54 MST 2003 John Fleck <jfleck@inkstain.net>
7653
7654 * doc/html/libxml-pattern.html: - cvs add API docs for new
7655 pattern stuff
7656
7657Tue Dec 16 20:40:40 MST 2003 John Fleck <jfleck@inkstain.net>
7658
7659 * tree.c
7660 * doc/*:
7661 Elaborate in documentation discussion of xmlNewChild
7662 and xmlNewTextChild. Thanks to Steve Lenti for pointing
7663 out the usefulness of a more explicit explanation of the
7664 reserved character escaping issue.
7665
7666Fri Dec 12 15:55:15 CET 2003 Daniel Veillard <daniel@veillard.com>
7667
7668 * xmlcatalog.c: applied patch from Stefan Kost
7669
7670Thu Dec 11 15:15:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7671
7672 * doc/examples/testWriter.c: applied small fix from Lucas Brasilino
7673
7674Thu Dec 11 14:55:22 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7675
7676 * win32/Makefile.* win32/configure.js: Added pattern support
7677
7678Wed Dec 10 14:11:20 CET 2003 Daniel Veillard <daniel@veillard.com>
7679
7680 * configure.in doc/* libxml.spec.in: preparing release of
7681 libxml2-2.6.3, updated and regenerated the docs.
7682
7683Wed Dec 10 11:43:33 CET 2003 Daniel Veillard <daniel@veillard.com>
7684
7685 * SAX2.c pattern.c: removed some compilation warnings
7686
7687Wed Dec 10 11:16:29 CET 2003 Daniel Veillard <daniel@veillard.com>
7688
7689 * xmllint.c: fixing bug #119264 xmllint failing to report
7690 serialization errors in some cases.
7691
7692Tue Dec 9 23:50:23 CET 2003 Daniel Veillard <daniel@veillard.com>
7693
7694 * entities.c: fixed an XML entites content serialization
7695 potentially triggered by XInclude, see #126817
7696
7697Tue Dec 9 16:12:50 CET 2003 Daniel Veillard <daniel@veillard.com>
7698
7699 * xmlwriter.c: applied the patch to xmlTextWriterStartPI()
7700 suggested by Daniel Schulman in #128313
7701
7702Tue Dec 9 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
7703
7704 * configure.in Makefile.am: another patch from Kenneth Haley
7705 for Mingw, c.f. #128787
7706
7707Tue Dec 9 15:07:09 CET 2003 Daniel Veillard <daniel@veillard.com>
7708
7709 * include/libxml/xmlexports.h: applied patch from Kenneth Haley
7710 for compiling on Mingw see #128786
7711
7712Tue Dec 9 14:52:59 CET 2003 Daniel Veillard <daniel@veillard.com>
7713
7714 * xmllint.c: some flags were not passed down correctly as
7715 parsing options. Fixes #126806
7716
7717Tue Dec 9 12:29:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7718
7719 * xinclude.c xmllint.c xmlreader.c include/libxml/xinclude.h
7720 include/libxml/xmlerror.h: augmented the XInclude API
7721 to be able to pass XML parser flags down to the Inclusion
7722 process. Also resynchronized with the Last Call W3C Working
7723 Draft 10 November 2003 for the xpointer attribute.
7724 * Makefile.am test/XInclude/docs/nodes[23].xml
7725 result/XInclude/*: augmented the tests for the new namespace and
7726 testing the xpointer attribute, changed the way error messages
7727 are tested
7728 * doc/*: regenerated the documentation
7729
7730Mon Dec 8 18:38:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7731
7732 * error.c: filter warning messages if the global setting blocks them
7733 * xinclude.c xmlreader.c include/libxml/xinclude.h
7734 include/libxml/xmlerror.h: updated the change of namespace at
7735 the XInclude level, raise a warning if the old one is found,
7736 and some cleanup
7737
7738Mon Dec 8 13:09:39 CET 2003 Daniel Veillard <daniel@veillard.com>
7739
7740 * tree.c: tentative fix for #126117 character reference in
7741 attributes output problem in some cornercase.
7742
7743Mon Dec 8 11:08:45 CET 2003 Daniel Veillard <daniel@veillard.com>
7744
7745 * python/libxml.py: tried to fix the problems reported in
7746 bug #126735
7747 * xpath.c SAX2.c error.c parser.c valid.c include/libxml/xmlerror.h:
7748 fixed again some problem trying to use the structured error
7749 handlers, c.f. bug #126735
7750 * result/VC/ElementValid: tiny change due to the fix
7751
7752Sun Dec 7 22:27:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7753
7754 * error.c: fixed __xmlRaiseError to use structured error handlers
7755 defined by xmlSetStructuredErrorFunc(), fixes bug #126211
7756
7757Sun Dec 7 20:30:53 CET 2003 Daniel Veillard <daniel@veillard.com>
7758
7759 * parser.c: attempt to fix #126211 ...
7760
7761Fri Dec 5 17:07:29 CET 2003 Daniel Veillard <daniel@veillard.com>
7762
7763 * pattern.c xmlreader.c xmllint.c include/libxml/pattern.h
7764 include/libxml/xmlreader.h: fixed the pattern interfaces
7765 but not yet the parser to handle the namespaces.
7766 * doc/examples/reader3.c doc/*: fixed the example, rebuilt the docs.
7767
7768Fri Dec 5 15:49:44 CET 2003 Daniel Veillard <daniel@veillard.com>
7769
7770 * globals.c xmlwriter.c doc/apibuild.py include/libxml/globals.h
7771 include/libxml/pattern.h include/libxml/schemasInternals.h
7772 include/libxml/xmlexports.h include/libxml/xmlwriter.h: cleanup
7773 the make rebuild in doc, this include new directive to stop
7774 documentation warnings
7775 * doc/* doc/html/*: rebuilt the docs
7776 * pattern.c xmlreader.c include/libxml/pattern.h
7777 include/libxml/xmlreader.h: adding xmlTextReaderPreservePattern()
7778 to save nodes while scanning the tree with the reader, cleanup
7779 the way element were freed, and xmlTextReaderPreserve()
7780 implementation, the API might change for namespace binding support
7781 when compiling patterns.
7782 * doc/examples/*: added reader3.c exposing the xmlTextReaderPreserve()
7783
7784Thu Dec 4 15:10:57 CET 2003 Daniel Veillard <daniel@veillard.com>
7785
7786 * python/libxml.py: oops forgot to modify/commit the new code.
7787
7788Thu Dec 4 13:29:19 CET 2003 Daniel Veillard <daniel@veillard.com>
7789
7790 * python/generator.py python/libxml.c python/libxml_wrap.h:
7791 cleanup the output buffer support to at least get the basic
7792 to work
7793 * python/tests/outbuf.py python/tests/serialize.py: fixes and
7794 cleanup.
7795 * include/libxml/xmlwriter.h: cleanup
7796
7797Wed Dec 3 21:38:56 MST 2003 John Fleck <jfleck@inkstain.net>
7798
7799 * include/libxml/xmlversion.h.in
7800 * doc/*: add WITH_TRIO comment so it shows up in the docs, rebuild
7801 docs
7802
7803Wed Dec 3 13:10:08 CET 2003 Daniel Veillard <daniel@veillard.com>
7804
7805 * config.h.in configure.in xmlregexp.c: fix bug #128401 affecting
7806 regexp quantifiers
7807
7808Tue Dec 2 23:29:56 CET 2003 Daniel Veillard <daniel@veillard.com>
7809
7810 * pattern.c include/libxml/pattern.h: adding the pattern node
7811 selection code. Inheried in part from libxslt but smaller.
7812 * Makefile.am configure.in include/libxml/xmlversion.h.in:
7813 integrated the pattern module, made it a configure time option
7814 * xmllint.c: added --pattern to test when doing --stream
7815
7816Tue Dec 2 11:25:25 CET 2003 Daniel Veillard <daniel@veillard.com>
7817
7818 * xmlreader.c: fixed a problem in xmlreader validation when
7819 streaming exposed by reader2 example.
7820
7821Mon Dec 1 20:40:51 MST 2003 John Fleck <jfleck@inkstain.net>
7822
7823 * doc/xml.html
7824 * doc/docs.html:
7825 add reference to the Code Examples page to docs.html list
7826 of resources
7827
7828Mon Dec 1 12:30:28 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7829
7830 * win32/Makefile.bcb win32/configure.js: Applied the BCB patch
7831 from Eric
7832
7833Sun Nov 30 21:33:37 MST 2003 John Fleck <jfleck@inkstain.net>
7834
7835 * include/libxml/xinclude.h
7836 * doc/*: Add comments for macro definitions in xinclude.h and
7837 rebuild the docs
7838
7839Sun Nov 30 21:06:29 MST 2003 John Fleck <jfleck@inkstain.net>
7840
7841 * doc/docdescr.doc
7842 Updating William's explanation of how to build docs,
7843 reflecting Daniel's new docs build system
7844
7845Sat Nov 29 18:38:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
7846
7847 * xmlmemory.c: enhanced by adding mutex to protect global
7848 structures in a multi-threading environment. This fixed
7849 some random errors on the Threads regression tests.
7850
7851Fri Nov 28 21:39:49 MST 2003 John Fleck <jfleck@inkstain.net>
7852
7853 * doc/xml.html doc/python.html: fix tst.py text, which didn't
7854 import sys
7855
7856Fri Nov 28 17:28:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
7857
7858 * encoding.c, include/libxml/encoding.h: Enhanced the handling of
7859 UTF-16, UTF-16LE and UTF-16BE encodings. Now UTF-16 output is
7860 handled internally by default, with proper BOM and UTF-16LE
7861 encoding. Native UTF-16LE and UTF-16BE encoding will not generate
7862 BOM on output, and will be automatically recognized on input.
7863 * test/utf16lebom.xml, test/utf16bebom.xml, result/utf16?ebom*:
7864 added regression tests for above.
7865
7866Thu Nov 27 19:25:10 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7867
7868 * win32/Makefile.* win32/configure.js: Modified to allow coexistent
7869 build with all compilers. Added C-Runtime option for MSVC. Included
7870 xmlWriter.
7871 * xmlwriter.c: Added IN_LIBXML macro
7872
7873Wed Nov 26 21:54:01 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7874
7875 * win32/Makefile.bcb: applied patch from Eric
7876
7877Wed Nov 26 21:33:14 CET 2003 Daniel Veillard <daniel@veillard.com>
7878
7879 * include/libxml/tree.h: stefan on IRC pointed out that XML_GET_LINE
7880 is broken on 2.6.x
7881
7882Tue Nov 25 18:39:44 CET 2003 Daniel Veillard <daniel@veillard.com>
7883
7884 * entities.c: fixed #127877, never output &quot; in element content
7885 * result/isolat3 result/slashdot16.xml result/noent/isolat3
7886 result/noent/slashdot16.xml result/valid/REC-xml-19980210.xml
7887 result/valid/index.xml result/valid/xlink.xml: this changes the
7888 output of a few tests
7889
7890Tue Nov 25 16:36:21 CET 2003 Daniel Veillard <daniel@veillard.com>
7891
7892 * include/libxml/schemasInternals.h include/libxml/xmlerror.h
7893 testSchemas.c xmlschemas.c: added xsd:include support, fixed
7894 testSchemas behaviour when a schemas failed to parse.
7895 * test/schemas/vdv-* result/schemas/vdv-first5_0_0*: added one
7896 test for xsd:include from Eric Van der Vlist
7897
7898Tue Nov 25 08:18:12 CET 2003 Daniel Veillard <daniel@veillard.com>
7899
7900 * parser.c: swapped the attribute defaulting and attribute checking
7901 parts of parsing a new element start, fixes bug #127772
7902 * result/valid/127772.* test/valid/127772.xml
7903 test/valid/dtds/127772.dtd: added the example in the regression tests
7904
7905Tue Nov 25 08:00:15 CET 2003 Daniel Veillard <daniel@veillard.com>
7906
7907 * parser.c: moved xmlCleanupThreads() to the end of xmlCleanupParser()
7908 to avoid bug #127851
7909
7910Mon Nov 24 15:26:21 CET 2003 Daniel Veillard <daniel@veillard.com>
7911
7912 * xmlregexp.c: fixing some Negative Character Group and
7913 Character Class Subtraction handling.
7914
7915Mon Nov 24 14:01:57 CET 2003 Daniel Veillard <daniel@veillard.com>
7916
7917 * xmlregexp.c xmlschemas.c: more XML Schemas fixes based
7918 on Eric van der Vlist examples
7919 * result/schemas/vdv-first4* test/schemas/vdv-first4*:
7920 added regression tests
7921 * doc/examples/Makefile.am doc/examples/index.py: do not
7922 regenerate the index on make all target, but only on
7923 make rebuild to avoid troubles.
7924
7925Sat Nov 22 21:35:42 CET 2003 Daniel Veillard <daniel@veillard.com>
7926
7927 * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h
7928 include/libxml/schemasInternals.h: lot of bug fixes, cleanup,
7929 starting to add proper namespace support too.
7930 * test/schemas/* result/schemas/*: added a number of tests
7931 fixed the result from some regression tests too.
7932
7933Fri Nov 21 20:50:59 MST 2003 John Fleck <jfleck@inkstain.net>
7934
7935 * doc/xml.html, docs.html: remove reference to gtk-doc now that
7936 Daniel has removed it, fix link to George's IBM article, other
7937 minor edits
7938
7939Fri Nov 21 01:26:00 CET 2003 Daniel Veillard <daniel@veillard.com>
7940
7941 * xmlschemas.c: applied patch from Robert Stepanek to start
7942 import os schemas support, cleaned up stuff and the patch.
7943 * test/schemas/import0_0.* result/schemas/import0_0_0*: added test
7944 to regression, fixed a few regressions too.
7945
7946Thu Nov 20 22:58:00 CET 2003 Daniel Veillard <daniel@veillard.com>
7947
7948 * HTMLparser.c: applied two parsing fixes from James Bursa
7949
7950Thu Nov 20 19:20:46 CET 2003 Daniel Veillard <daniel@veillard.com>
7951
7952 * doc/examples/*: added two xmlReader examples
7953 * xmlreader.c: cleaned up some bugs in the process
7954
7955Thu Nov 20 12:54:30 CET 2003 Daniel Veillard <daniel@veillard.com>
7956
7957 * xmlwriter.c include/libxml/xmlwriter.h: applied patch from
7958 Alfred Mickautsch, bugfixes and comments
7959 * doc/examples/*: added his test as the xmlWriter example
7960 * doc/html/ doc/*.html: this resulted in some improvements
7961 * include/libxml/hash.h: fixed an inclusion problem when
7962 <libxml/hash.h> wasn't preceeded by <xml/parser.h>
7963
7964Wed Nov 19 17:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
7965
7966 * xinclude.c: fix an error message
7967 * doc/examples/*: added tree2 example from Lucas Brasilino
7968
7969Wed Nov 19 17:50:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
7970
7971 * doc/newapi.xsl: improve the sort sequence for page content
7972 * doc/html/*.html: regenerate the web pages
7973
7974Wed Nov 19 00:48:56 CET 2003 Daniel Veillard <daniel@veillard.com>
7975
7976 * Makefile.am: do not package cvs versioning temp files.
7977 * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
7978 slightly improved the API xml format, fixed a lot of small
7979 rendering problems
7980 * doc/html/libxml*.html: rebuilt
7981
7982Tue Nov 18 21:51:15 CET 2003 Daniel Veillard <daniel@veillard.com>
7983
7984 * include/libxml/*.h include/libxml/*.h.in: modified the file
7985 header to add more informations, painful...
7986 * genChRanges.py genUnicode.py: updated to generate said changes
7987 in headers
7988 * doc/apibuild.py: extract headers, add them to libxml2-api.xml
7989 * *.html *.xsl *.xml: updated the stylesheets to flag geprecated
7990 APIs modules. Updated the stylesheets, some cleanups, regenerated
7991 * doc/html/*.html: regenerated added back book1 and libxml-lib.html
7992
7993Tue Nov 18 14:43:16 CET 2003 Daniel Veillard <daniel@veillard.com>
7994
7995 * doc/Makefile.am doc/*.xsl doc/*.html doc/apibuild.py: cleaned up
7996 the build process to remove all remains from the old gtk-doc
7997 inherited, libxml2-refs.xml is now generated by apibuild.py, the
7998 stylesheets have been improved, and the API*html now generated
7999 are XHTML1 valid too
8000
8001Tue Nov 18 14:28:32 HKT 2003 William Brack <mmm.com.hk>
8002
8003 * genChRanges.py, chvalid.c, include/libxml/chvalid.h: minor
8004 enhancement to prevent comment with unreferenced variable.
8005 * threads.c xmlreader.c xmlwriter.c: edited some comments to
8006 improve auto-generation of documentation
8007 * apibuild.py: minor change to an error message
8008
8009Mon Nov 17 17:55:51 CET 2003 Daniel Veillard <daniel@veillard.com>
8010
8011 * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
8012 improving navigation
8013 * doc/html/*.html: updated the result
8014
8015Mon Nov 17 14:54:38 CET 2003 Daniel Veillard <daniel@veillard.com>
8016
8017 * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl:
8018 improvement of the stylesheets, fixed a API generation problem,
8019 switched the stylesheet and Makefile to build the HTML output.
8020 * doc/html/*.html: complete update, ditched some old files, might
8021 introduce some breakage...
8022
8023Mon Nov 17 12:50:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8024
8025 * doc/newapi.xsl: lot of improvements, this starts looking good
8026 enough to be usable.
8027
8028Mon Nov 17 00:58:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8029
8030 * doc/newapi.xsl: stylesheet to build HTML pages from the
8031 API XML description, Work in Progress
8032
8033Sun Nov 16 16:03:24 HKT 2003 William Brack <wbrack@mmm.com.hk>
8034
8035 * xpath.c: fixed bug 126976 (string != empty nodeset
8036 should be false)
8037
8038Sun Nov 16 14:00:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
8039
8040 * doc/html/*.html: Finally - found the problem with the
8041 page generation (XMLPUBFUN not recognized by gtkdoc).
8042 Re-created the pages using a temporary version of
8043 include/libxml/*.h.
8044 * testOOMlib.c,include/libxml/encoding.h,
8045 include/libxml/schemasInternals.h,include/libxml/valid.h,
8046 include/libxml/xlink.h,include/libxml/xmlwin32version.h,
8047 include/libxml/xmlwin32version.h.in,
8048 include/libxml/xpathInternals.h: minor edit of comments
8049 to help automatic documentation generation
8050 * doc/docdescr.doc: small elaboration
8051 * doc/examples/test1.c,doc/examples/Makefile.am: re-commit
8052 (messed up on last try)
8053 * xmlreader.c: minor change to clear warning.
8054
8055Sat Nov 15 19:20:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8056
8057 * Copyright: fixed some wording
8058 * libxml.spec.in: make sure doc/examples is packaged
8059 * include/libxml/tree.h valid.c xmlreader.c: fixed the really
8060 annoying problem about xmlRemoveID and xmlReader streaming.
8061 Thing looks fixed now, had to add a doc reference to the
8062 xmlID structure though...
8063
8064Sat Nov 15 09:53:36 MST 2003 John Fleck <jfleck@inkstain.net>
8065
8066 * doc/docdescr.doc: added description of man page building
8067
8068Sat Nov 15 19:08:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
8069
8070 * doc/html/libxml-chvalid.html, doc/html/libxml-dict.html,
8071 doc/html/libxml-list.html, doc/html/libxml-testOOMlib.html,
8072 doc/html/libxml-wincecompat, doc/html/winsockcompat.html,
8073 doc/html/libxml-xmlexports.html, doc/html/libxml-xmlversion.html,
8074 doc/html/libxml-xmlwin32version.html, doc/html/libxml-xmlwriter.html:
8075 added missing pages for the website.
8076
8077Sat Nov 15 18:23:48 HKT 2003 William Brack <wbrack@mmm.com.hk>
8078
8079 * doc/Makefile.am doc/*.html doc/html/*.html: rebuilt the
8080 generated pages (again), manually restored doc/html/index.html
8081 and manually edited generated file doc/gnome-xml.xml to put
8082 in appropriate headings.
8083 * doc/docdescr.doc: new file to describe details of the
8084 document generation (helps my memory for the next time)
8085 * genChRanges.py,chvalid.c,include/libxml/chvalid.h: minor
8086 enhancement to please the automatic documentation generation.
8087
8088Fri Nov 14 23:47:31 HKT 2003 William Brack <wbrack@mmm.com.hk>
8089
8090 * catalog.c,relaxng.c,testAutomata.c,xpointer.c,genChRanges.py,
8091 chvalid.c,include/libxml/chvalid.h,doc/examples/test1.c:
8092 minor error cleanup for gcc-3.3.[12] compilation warnings.
8093
8094Fri Nov 14 15:08:13 HKT 2003 William Brack <wbrack@mmm.com.hk>
8095
8096 * tree.c: minor changes to some comments
8097 * doc/*.html: rebuilt the generated HTML pages for changes
8098 from jfleck (bug 126945)
8099
8100Thu Nov 13 12:44:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8101
8102 * doc/examples/*: added Dodji's example, added output handling
8103
8104Thu Nov 13 11:35:35 CET 2003 Daniel Veillard <daniel@veillard.com>
8105
8106 * doc/examples/*: added Aleksey XPath example, fixed bugs
8107 in the indexer
8108
8109Wed Nov 12 23:48:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8110
8111 * doc/*: integrating the examples in the navigation menus
8112 * doc/examples/*: added make tests, updated the navigation,
8113 added a new test, cleanups, updates.
8114
8115Wed Nov 12 17:50:36 CET 2003 Daniel Veillard <daniel@veillard.com>
8116
8117 * doc/*.html: rebuilt the generated HTML pages
8118 * doc/examples/*: updated the stylesheets, added a synopsis,
8119 Makefile.am is now generated by index.py
8120
8121Wed Nov 12 01:38:16 CET 2003 Daniel Veillard <daniel@veillard.com>
8122
8123 * doc/site.xsl doc/examples/Makefile.am doc/examples/index.html:
8124 added autogeneration of a web page for the examples
8125 * doc/examples/example1.c doc/examples/.cvsignore
8126 doc/examples/examples.xml doc/examples/index.py: updated the
8127 informations extracted, improved the format and indexing.
8128
8129Tue Nov 11 22:08:59 CET 2003 Daniel Veillard <daniel@veillard.com>
8130
8131 * check-xinclude-test-suite.py: less verbose on difference
8132 * libxml.spec.in: cleanup
8133 * parser.c: fixed xmlCleanupParser() doc
8134 * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
8135 doc/examples/Makefile.am doc/examples/example1.c
8136 doc/examples/examples.xml doc/examples/index.py
8137 doc/examples/test1.xml: work on adding C examples and
8138 generating automated information about those. examples.xml
8139 is autogenerated describing the examples.
8140 * example/Makefile.am: cleanup
8141
8142Mon Nov 10 23:47:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
8143
8144 * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h:
8145 fixed missing '-' in block names, enhanced the hack for
8146 ABI aliasing.
8147
8148Sun Nov 9 20:28:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
8149
8150 * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h,
8151 python/libxml2class.txt: enhanced for range checking,
8152 updated to Unicode version 4.0.1 (API docs also updated)
8153 * python/generator.py: minor change to fix a warning
8154
8155Wed Nov 5 23:46:36 CET 2003 Daniel Veillard <daniel@veillard.com>
8156
8157 * Makefile.am: apply fix from Karl Eichwalder for script path
8158
8159Wed Nov 5 10:49:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8160
8161 * win32/configure.js: applied patch from Mark Vakoc to simplify
8162 his work from CVS checkouts.
8163
8164Tue Nov 4 21:16:47 MST 2003 John Fleck <jfleck@inkstain.net>
8165
8166 * doc/xmlreader.html: minor cleanups
8167
8168Tue Nov 4 15:52:28 PST 2003 William Brack <wbrack@mmm.com.hk>
8169
8170 * include/libxml/xmlversion.h.in: changed macro ATTRIBUTE_UNUSED
8171 for gcc so that, if undefined, it's defined as
8172 __attribute__((unused))
8173
8174Tue Nov 4 15:28:07 PST 2003 William Brack <wbrack@mmm.com.hk>
8175
8176 * python/generator.py: small enhancement to assure ATTRIBUTE_UNUSED
8177 appears after the variable declaration.
8178 * valid.c: trivial change to eliminate a warning message
8179
8180Tue Nov 4 11:24:04 CET 2003 Daniel Veillard <daniel@veillard.com>
8181
8182 * configure.in NEWS doc/*: preparing release 2.6.2, updated and
8183 rebuilt the docs
8184
8185Tue Nov 4 09:38:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8186
8187 * xmllint.c: change --html to make sure we use the HTML serialization
8188 rule by default when HTML parser is used, add --xmlout to allow to
8189 force the XML serializer on HTML.
8190 * HTMLtree.c: ugly tweak to fix the output on <p> element and
8191 solve #125093
8192 * result/HTML/*: this changes the output of some tests
8193
8194Mon Nov 3 17:51:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8195
8196 * xinclude.c: fixed bug #125812, about XPointer in XInclude
8197 failing but not returning an error.
8198
8199Mon Nov 3 17:18:22 CET 2003 Daniel Veillard <daniel@veillard.com>
8200
8201 * valid.c: fixed bug #125811 related to DTD post validation
8202 where the DTD doesn't pertain to a document.
8203
8204Mon Nov 3 15:25:58 CET 2003 Daniel Veillard <daniel@veillard.com>
8205
8206 * parser.c xmlIO.c include/libxml/parserInternals.h: implemented
8207 the XML_PARSE_NONET parser option.
8208 * xmllint.c: converted xmllint.c to use the option instead of
8209 relying on the global resolver variable.
8210
8211Mon Nov 3 13:26:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8212
8213 * xinclude.c xmlreader.c include/libxml/xinclude.h: adding XInclude
8214 support to the reader interface. Lot of testing of the walker,
8215 various bug fixes.
8216 * xmllint.c: added --walker and made sure --xinclude --stream --debug
8217 works as expected
8218 * Makefile.am result/dtd11.rdr result/ent6.rdr test/dtd11 test/ent6
8219 result/XInclude/*.rdr: added regression tests for the walker and
8220 XInclude xmlReader support, had to slightly change a couple of tests
8221 because the walker can't distinguish <foo/> from <foo></foo>
8222
8223Sat Nov 1 17:42:27 CET 2003 Daniel Veillard <daniel@veillard.com>
8224
8225 * tree.c nanohttp.c threads.c: second BeOS patch from
8226 Marcin 'Shard' Konicki
8227
8228Fri Oct 31 15:35:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8229
8230 * parser.c: always generate line numbers
8231
8232Fri Oct 31 11:53:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8233
8234 * parser.c: fixed another regression introduced in fixing #125823
8235
8236Fri Oct 31 11:33:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8237
8238 * python/libxml.c: previous fix for #124044 was broken, correct
8239 fix provided.
8240 * HTMLparser.c parser.c parserInternals.c xmlIO.c: fix xmlStopParser()
8241 and the error handlers to address #125877
8242
8243Thu Oct 30 23:10:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8244
8245 * parser.c: side effect of #123105 patch, namespace resolution
8246 would fail when defined in internal entities, fixes #125823
8247
8248Thu Oct 30 14:10:42 CET 2003 Daniel Veillard <daniel@veillard.com>
8249
8250 * python/libxml.c: be more defensive in the xmlReader python bindings
8251 fixing bug #124044
8252
8253Thu Oct 30 11:14:31 CET 2003 Daniel Veillard <daniel@veillard.com>
8254
8255 * valid.c: the a-posteriori DTD validation code was not validating
8256 the namespace declarations, this fixes #124110
8257
8258Wed Oct 29 14:13:03 PDT 2003 William Brack <wbrack@mmm.com.hk>
8259
8260 * xmlIO.c: enhanced to bypass compression detection code
8261 when input file is stdin (bug 125801)
8262
8263Wed Oct 29 18:21:00 CET 2003 Daniel Veillard <daniel@veillard.com>
8264
8265 * xmlIO.c: fix needed when HTTP is not compiled in by Mark Vakoc
8266
8267Wed Oct 29 18:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
8268
8269 * xpath.c: more fixes about unregistering objects
8270 * include/libxml/relaxng.h: applied patch from Mark Vakoc
8271 missing _cplusplus processing clause
8272
8273Wed Oct 29 07:49:52 2003 Aleksey Sanin <aleksey@aleksey.com>
8274
8275 * include/libxml/parser.h parser.c: added xmlStrVPrintf function
8276
8277Wed Oct 29 14:37:40 CET 2003 Daniel Veillard <daniel@veillard.com>
8278
8279 * nanoftp.c nanohttp.c testThreads.c threads.c: applied patch from
8280 Marcin 'Shard' Konicki to provide BeOS thread support.
8281
8282Wed Oct 29 14:20:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8283
8284 * xmlschemas.c include/libxml/xmlschemas.h: applied patch
8285 from Steve Ball to make a schema parser from a preparsed document.
8286
8287Wed Oct 29 13:52:25 CET 2003 Daniel Veillard <daniel@veillard.com>
8288
8289 * tree.c: applied a couple of patches from Mark Lilback about text
8290 nodes coalescing
8291
8292Wed Oct 29 12:16:52 CET 2003 Daniel Veillard <daniel@veillard.com>
8293
8294 * xpath.c: change suggested by Anthony Carrico when unregistering
8295 a namespace prefix to a context
8296 * hash.c: be more careful about calling callbacks with NULL payloads.
8297
8298Wed Oct 29 00:04:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8299
8300 * configure.in NEWS doc/*: preparing release 2.6.1, updated and
8301 regenerated docs and APIs
8302 * parser.c: cleanup and last change to fix #123105
8303
8304Tue Oct 28 23:02:29 CET 2003 Daniel Veillard <daniel@veillard.com>
8305
8306 * HTMLparser.c: Fix #124907 by simply backporting the same
8307 fix as for the XML parser
8308 * result/HTML/doc3.htm.err: change to ID detecting modified one
8309 test result.
8310
8311Tue Oct 28 22:28:50 CET 2003 Daniel Veillard <daniel@veillard.com>
8312
8313 * parser.c include/libxml/parser.h: included a new function
8314 to reuse a Push parser context, based on Graham Bennett original
8315 code
8316 * valid.c: in HTML, a name in an input is not an ID
8317 * TODO: bug list update
8318
8319Tue Oct 28 19:54:37 CET 2003 Daniel Veillard <daniel@veillard.com>
8320
8321 * xpath.c: applied patch from nico@xtradyne.com for #125030
8322
8323Tue Oct 28 16:42:16 CET 2003 Daniel Veillard <daniel@veillard.com>
8324
8325 * Makefile.am: cleanup
8326 * error.c valid.c include/libxml/xmlerror.h: fixing bug #125653
8327 sometimes the error handlers can get a parser context on DTD
8328 errors, and sometime they don't. So be very careful when trying
8329 to grab those informations.
8330
8331Tue Oct 28 15:26:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8332
8333 * tree.c: applied patch from Kasimier Buchcik which fixes a
8334 problem in xmlSearchNs introduced in 2.6.0
8335
8336Tue Oct 28 14:57:03 CET 2003 Daniel Veillard <daniel@veillard.com>
8337
8338 * parser.c: fixed #123263, the encoding is mandatory in a textdecl.
8339
8340Tue Oct 28 13:48:52 CET 2003 Daniel Veillard <daniel@veillard.com>
8341
8342 * tree.c: fix bug #125047 about serializing when finding a
8343 document fragment node.
8344
8345Mon Oct 27 11:11:29 EST 2003 Daniel Veillard <daniel@veillard.com>
8346
8347 * testSAX.c: fix bug #125592 need a NULL check
8348 * include/libxml/chvalid.h: rename a parameter
8349
8350Mon Oct 27 09:43:48 EST 2003 Daniel Veillard <daniel@veillard.com>
8351
8352 * parser.c: applied patch from #123105 about defaulted attributes
8353 from element coming from an entity
8354
8355Mon Oct 27 21:12:27 HKT 2003 William Brack <wbrack@mmm.com.hk>
8356
8357 * xmllint.c: fixed warning message from IRIX (bug 125182)
8358 * python/libxml.py: removed tabs, replaced with spaces
8359 (bug 125572)
8360
8361Mon Oct 27 06:17:30 EST 2003 Daniel Veillard <daniel@veillard.com>
8362
8363 * libxml.h parserInternals.c xmlIO.c: make sure we report errors
8364 if xmlNewInputFromFile() fails.
8365 * xmlreader.c: avoid using _private for the node or document
8366 elements.
8367
8368Sat Oct 25 17:33:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8369
8370 * win32/configure.js: added declaration for verMicroSuffix
8371
8372Fri Oct 24 23:08:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8373
8374 * libxml.m4: applied patch from Patrick Welche provided in
8375 bug #125432 , future proofing the .m4 file.
8376 * parser.c: resetting the context should also reset the error
8377 * TODO: problem of conformance w.r.t. E20 was raised in the
8378 XML Core telconf and libxml2 isn't conformant there.
8379
8380Wed Oct 22 14:33:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8381
8382 * xmlwriter.c: applied patch from Alfred Mickautsch fixing #125180
8383
8384Wed Oct 22 10:50:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
8385
Daniel Veillard25a1ce92008-06-02 16:04:12 +00008386 * chvalid.c genChRanges.py: Stéphane Bidoul pointed out another
William M. Brack11be2d02007-01-24 19:17:19 +00008387 small glitch missing a const
8388
8389Wed Oct 22 10:43:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
8390
Daniel Veillard25a1ce92008-06-02 16:04:12 +00008391 * chvalid.c genChRanges.py: Stéphane Bidoul pointed out that
William M. Brack11be2d02007-01-24 19:17:19 +00008392 it doesn't define IN_LIBXML
8393
8394Tue Oct 21 21:14:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
8395
Daniel Veillard25a1ce92008-06-02 16:04:12 +00008396 * win32/Makefile.mingw: typo pointed out by Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +00008397
8398Tue Oct 21 11:26:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
8399
8400 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc
8401 win32/configure.js: set of Win32 patches for 2.6.0 by Joachim Bauch
8402
8403Tue Oct 21 02:07:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
8404
8405 * tree.c: last minute patch from Eric Zurcher making it into 2.6.0
8406
8407Tue Oct 21 02:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
8408
8409 * configure.in NEWS doc/libxml2.xsa: preparing libxml2-2.6.0
8410 * doc/*: updated and regenerated the docs and API
8411
8412Tue Oct 21 01:01:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
8413
8414 * SAX2.c error.c tree.c: moved the line number to their proper
8415 field in elements now.
8416
8417Tue Oct 21 00:28:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
8418
8419 * configure.in xmlwriter.c Makefile.am include/libxml/xmlwriter.h
8420 include/libxml/Makefile.am include/libxml/xmlversion.h.in:
8421 added the xmlWriter module contributed by Alfred Mickautsch
8422 * include/libxml/tree.h: added room for line and extra information
8423 * xmlreader.c python/tests/reader6.py: bugfixing some problem some
8424 of them introduced in September
8425 * win32/libxml2.def.src doc/libxml2-api.xml: regenerated the API
8426
8427Mon Oct 20 19:02:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8428
8429 * Makefile.am configure.in xmldwalk.c xmlreader.c
8430 include/libxml/Makefile.am include/libxml/xmldwalk.h
8431 include/libxml/xmlversion.h.in: removing xmldwalk module
8432 since it got merged with the xmlreader.
8433 * parser.c: cleanup
8434 * win32/libxml2.def.src python/libxml2class.txt doc/libxml2-api.xml:
8435 rebuilt the API
8436 * python/tests/Makefile.am python/tests/reader7.py
8437 python/tests/walker.py: adding regression testing for the
8438 new xmlreader APIs, new APIs for reader creation, including
8439 makeing reader "walker" operating on preparsed document trees.
8440
8441Sun Oct 20 22:37:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
8442
8443 * entities.c, valid.c: fixed problem reported on the mailing
8444 list by Melvyn Sopacua - wrong argument order on functions
8445 called through xmlHashScan.
8446
8447Sun Oct 19 23:57:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8448
8449 * valid.c xmlIO.c: fixes for compiling using --with-minimum
8450
8451Sun Oct 19 23:46:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
8452
8453 * tree.c: cleanup xmlNodeGetContent() reusing xmlNodeBufGetContent(),
8454 tested it through the xslt regression suite.
8455
8456Sun Oct 19 22:42:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
8457
8458 * tree.c include/libxml/tree.h: adding xmlNodeBufGetContent()
8459 allowing to grab the content without forcing allocations.
8460 * python/libxml2class.txt doc/libxml2-api.xml: rebuilt the API
8461 * xpath.c xmldwalk.c: removed a couple of comment errors.
8462
8463Sun Oct 19 16:39:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
8464
8465 * parser.c: applied patch from Chris Anderson to change back
8466 memcmp with CMPx()
8467
8468Sun Oct 19 16:24:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
8469
8470 * HTMLparser.c: fixed to not send NULL to %s printing
8471 * python/tests/error.py result/HTML/doc3.htm.err
8472 result/HTML/test3.html.err result/HTML/wired.html.err
8473 result/valid/t8.xml.err result/valid/t8a.xml.err: cleaning
8474 up some of the regression tests error
8475
8476Sun Oct 19 15:31:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
8477
8478 * include/libxml/nanohttp.h include/libxml/parserInternals.h
8479 include/libxml/xmlIO.h nanohttp.c parserInternals.c xmlIO.c:
8480 Fixed the HTTP<->parser interraction, which should fix 2 long
8481 standing bugs #104790 and #124054 , this also fix the fact that
8482 HTTP error code (> 400) should not generate data, we usually
8483 don't want to parse the HTML error information instead of the
8484 resource looked at.
8485
8486Sun Oct 19 19:20:48 HKT 2003 William Brack <wbrack@mmm.com.hk>
8487
8488 * doc/Makefile.am: enhanced the installation of tutorial files
8489 to avoid installing CVS subdirectories (bug 122943)
8490
8491Sun Oct 19 17:33:27 HKT 2003 William Brack <wbrack@mmm.com.hk>
8492
8493 * xmlIO.c: fixed segfault when input file not present
8494 * tree.c: changed output formatting of XML_CDATA_SECTION
8495 (bug 120917)
8496
8497Sun Oct 19 00:15:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
8498
8499 * include/libxml/parserInternals.h HTMLparser.c HTMLtree.c
8500 SAX2.c catalog.c debugXML.c entities.c parser.c relaxng.c
8501 testSAX.c tree.c valid.c xmlschemas.c xmlschemastypes.c
8502 xpath.c: Changed all (?) occurences where validation macros
8503 (IS_xxx) had single-byte arguments to use IS_xxx_CH instead
8504 (e.g. IS_BLANK changed to IS_BLANK_CH). This gets rid of
8505 many warning messages on certain platforms, and also high-
8506 lights places in the library which may need to be enhanced
8507 for proper UTF8 handling.
8508
8509Sat Oct 18 20:34:18 HKT 2003 William Brack <wbrack@mmm.com.hk>
8510
8511 * genChRanges.py, chvalid.c, include/libxml/chvalid.h,
8512 doc/apibuild.py: enhanced to include enough comments to
8513 make the api doc generation happy.
8514
8515Sat Oct 18 07:28:25 EDT 2003 Daniel Veillard <daniel@veillard.com>
8516
8517 * nanohttp.c xmlIO.c include/libxml/nanohttp.h: starting work
8518 to fix the HTTP/XML parser integration.
8519
8520Sat Oct 18 11:04:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
8521
8522 * xmlreader.c include/libxml/xmlreader.h: added new APIs
8523 for creating reader from sources or reusing a reader with
8524 a new source, like the xmlReadxx and xmlCtxtReadxxx
8525 * win32/libxml2.def.src doc/libxml2-api.xml doc/apibuild.py
8526 doc/Makefile.am: regenerated the APIs
8527 * doc/xml.html: applied a patch from Stefan Kost for namesapce docs
8528
8529Sat Oct 18 12:46:02 HKT 2003 William Brack <wbrack@mmm.com.hk>
8530
8531 * genChRanges.py, chvalid.c, include/libxml/chvalid.h,
8532 include/libxml/parserInternals.h: enhanced macros to avoid
8533 breaking ABI from previous versions.
8534 * catalog.c, parser.c, tree.c: modified to use IS_* macros
8535 defined in parserInternals.h. Makes maintenance much easier.
8536 * testHTML.c, testSAX.c, python/libxml.c: minor fixes to avoid
8537 compilation warnings
8538 * configuration.in: fixed pushHTML test error; enhanced for
8539 better devel (me) testing
8540
8541Fri Oct 17 14:38:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
8542
8543 * legacy.c: remove the warning for startDocument(), as it is used by
8544 glade (or glade-python)
8545 * parser.c relaxng.c xmlschemastypes.c: fixed an assorted set of
8546 invalid accesses found by running some Python based regression
8547 tests under valgrind. There is still a few leaks reported by the
8548 relaxng regressions which need some attention.
8549 * doc/Makefile.am: fixed a make install problem c.f. #124539
8550 * include/libxml/parserInternals.h: addition of xmlParserMaxDepth
8551 patch from crutcher
8552
8553Wed Oct 15 12:47:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
8554
8555 * parser.c: Marc Liyanage pointed out that xmlCleanupParser()
8556 was missing xmlCleanupInputCallbacks and xmlCleanupOutputCallbacks
8557 calls.
8558
8559Wed Oct 15 10:16:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8560
8561 * vms/build_libxml.com trionan.c: VMS patch from Craig A. Berry
8562
8563Mon Oct 13 21:46:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8564
8565 * Makefile.am: small fix from Bjorn Reese
8566
8567Mon Oct 13 15:59:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8568
8569 * valid.c: fix a call missing arguments
8570
8571Sun Oct 12 18:42:18 HKT 2003 William Brack <wbrack@mmm.com.hk>
8572
8573 * genChRanges.py, chvalid.c, include/libxml/chvalid.h: fixed
8574 a bug in the range search; enhanced range generation (inline code
8575 if a small number of intervals); enhanced the readability of the
8576 output files.
8577
8578Sun Oct 12 00:52:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8579
8580 * chvalid.def chvalid.c include/libxml/chvalid.h: rebuilt
8581 chvalid.def from scratch based on XML 2nd edition REC
8582 and regenerated the code.
8583
8584Sat Oct 11 22:54:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
8585
8586 * check-xml-test-suite.py: removed some annoying warnings
8587 * chvalid.def chvalid.c include/libxml/chvalid.h: fixed a bug
8588 in the PubidChars definition, regenerated, there is still
8589 a bug left somewhere
8590 * genChRanges.py: save the header directly in include/libxml/
8591 * configure.in: I generated a 2.6.0beta6 earlier today
8592
8593Sat Oct 11 23:32:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
8594
8595 * fixed small error on previous commit (chvalid.h in
8596 base dir instead of include directory)
8597
8598Sat Oct 11 23:11:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
8599
8600 * genChRange.py, chvalid.def, chvalid.c, include/libxml/chvalid.h:
8601 new files for a different method for doing range validation
8602 of character data.
8603 * Makefile.am, parserInternals.c, include/libxml/Makefile.am,
8604 include/libxml/parserInternals.h: modified for new range method.
8605 * catalog.c: small enhance for warning message (using one
8606 of the new range routines)
8607
8608Sat Oct 11 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8609
8610 * valid.c include/libxml/valid.h: adding an serror field to
8611 the validation context breaks the ABI for the xmlParserCtxt
8612 structure since it's embedded by content and not by reference
8613
8614Sat Oct 11 12:46:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
8615
8616 * configure.in: patch from Mike Hommey
8617 * threads.c: applied Windows patch from Jesse Pelton and Stephane
8618 Bidoul
8619 * parser.c: fix the potentially nasty access to ctxt->serror
8620 without checking first that the SAX block is version 2
8621
8622Fri Oct 10 21:34:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
8623
8624 * SAX2.c: fixed a nasty bug with interning some text strings
8625 * configure.in: prepare for beta5 of 2.6.0
8626 * libxml.h nanoftp.c nanohttp.c xmlIO.c include/libxml/xmlerror.h:
8627 better error handling for I/O and converted FTP and HTTP
8628 * parser.c: fixed another bug
8629
8630Fri Oct 10 16:45:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
8631
8632 * SAX2.c: fixed uninitialized new field.
8633 * result/VC/OneID2 result/relaxng/*.err: fixed a typo updating
8634 all messages
8635
8636Fri Oct 10 16:19:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8637
8638 * include/libxml/tree.h: make room in Doc, Element, Attributes
8639 for PSVI type informations.
8640
8641Fri Oct 10 16:08:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
8642
8643 * HTMLparser.c c14n.c catalog.c error.c globals.c parser.c
8644 parserInternals.c relaxng.c valid.c xinclude.c xmlIO.c xmlregexp.c
8645 xmlschemas.c xpath.c xpointer.c include/libxml/globals.h
8646 include/libxml/parser.h include/libxml/valid.h
8647 include/libxml/xmlerror.h: Setting up the framework for structured
8648 error reporting, touches a lot of modules, but little code now
8649 the error handling trail has been cleaned up.
8650
8651Fri Oct 10 14:29:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
8652
8653 * c14n.c include/libxml/xmlerror.h: converted the C14N module too
8654
8655Fri Oct 10 13:40:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
8656
8657 * xpath.c: cleanup
8658 * xpointer.c include/libxml/xmlerror.h: migrated XPointer module
8659 to the new error mechanism
8660
8661Fri Oct 10 12:49:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8662
8663 * error.c xmlschemas.c: a bit of cleanup
8664 * result/schemas/*.err: updated with the new result strings
8665
8666Fri Oct 10 03:58:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
8667
8668 * xpath.c: fixed bug 124061
8669
8670Fri Oct 10 02:47:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
8671
8672 * Makefile.am: cleanup
8673 * encoding.c: fix a funny typo
8674 * error.c xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h:
8675 converted the Schemas code to the new error handling. PITA,
8676 still need to check output from regression tests.
8677
8678Thu Oct 9 15:13:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8679
8680 * HTMLtree.c include/libxml/xmlerror.h: converted too
8681 * tree.c: small cleanup
8682
8683Thu Oct 9 13:44:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8684
8685 * xinclude.c: comment fix
8686 * catalog.c include/libxml/xmlerror.h: migrating the catalog code
8687 to the new infrastructure
8688
8689Thu Oct 9 00:36:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
8690
8691 * xmlIO.c: final error handling cleanup
8692 * xinclude.c error.c: converted XInclude to the new error handling
8693 * include/libxml/xmlerror.h: added XInclude errors
8694
8695Wed Oct 8 23:31:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
8696
8697 * parser.c: bug in compression saving was crashing galeon
8698 reported by teuf
8699
8700Wed Oct 8 21:18:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
8701
8702 * error.c tree.c xmlIO.c xmllint.c: more cleanup through the
8703 I/O error path
8704
8705Wed Oct 8 20:57:27 CEST 2003 Daniel Veillard <daniel@veillard.com>
8706
8707 * xmlIO.c: better handling of error cases
8708
8709Wed Oct 8 13:51:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8710
8711 * xmlIO.c xmllint.c include/libxml/xmlerror.h: first pass at
8712 cleaning up error handling in the I/O module.
8713
8714Wed Oct 8 10:52:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8715
8716 * xmlregexp.c include/libxml/xmlerror.h: error handling
8717 cleanup of the Regexp module.
8718
8719Wed Oct 8 01:09:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8720
8721 * tree.c: converting the tree module too
8722 * error.c include/libxml/xmlerror.h: created a simpler internal
8723 error reporting function.
8724
8725Tue Oct 7 23:19:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8726
8727 * error.c include/libxml/xmlerror.h include/libxml/xpath.h
8728 include/libxml/xpathInternals.h xpath.c: cleaning up XPath
8729 error reporting that time.
8730 * threads.c: applied the two patches for TLS threads
8731 on Windows from Jesse Pelton
8732 * parser.c: tiny safety patch for xmlStrPrintf() make sure the
8733 return is always zero terminated. Should also help detecting
8734 passing wrong buffer size easilly.
8735 * result/VC/* result/valid/rss.xml.err result/valid/xlink.xml.err:
8736 updated the results to follow the errors string generated by
8737 last commit.
8738
8739Tue Oct 7 14:16:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8740
8741 * relaxng.c include/libxml/xmlerror.h: last cleanup of error
8742 handling in the Relax-NG module.
8743
8744Tue Oct 7 13:30:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8745
8746 * error.c relaxng.c include/libxml/xmlerror.h: switched Relax-NG
8747 module to teh new error reporting. Better default report, adds
8748 the element associated if found, context and node are included
8749 in the xmlError
8750 * python/tests/reader2.py: the error messages changed.
8751 * result/relaxng/*: error message changed too.
8752
8753Mon Oct 6 10:46:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
8754
8755 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc
Daniel Veillard25a1ce92008-06-02 16:04:12 +00008756 win32/configure.js: applied patch from Stéphane Bidoul to
William M. Brack11be2d02007-01-24 19:17:19 +00008757 fix the compilation of 2.6.0 code on Win32
8758
8759Mon Oct 6 10:16:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
8760
8761 * check-xml-test-suite.py: fixing the script
8762 * parser.c: replace sequences of RAW && NXT(.) == '.' with
8763 memcmp calls, seems to not break conformance, slightly inflate
8764 the size of the gcc generated code though.
8765
8766Sun Oct 5 23:30:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
8767
8768 * parserInternals.c parser.c valid.c include/libxml/parserInternals.h:
8769 more cleanup of error handling in parserInternals, sharing the
8770 routine for memory errors.
8771
8772Sun Oct 5 15:49:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8773
8774 * HTMLparser.c Makefile.am legacy.c parser.c parserInternals.c
8775 include/libxml/xmlerror.h: more code cleanup, especially around
8776 error messages, the HTML parser has now been upgraded to the new
8777 handling.
8778 * result/HTML/*: a few changes in the resulting error messages
8779
8780Sat Oct 4 23:06:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
8781
8782 * parser.c include/libxml/xmlerror.h: more error/warning
8783 handling cleanups, the XML parser module should be okay now.
8784
8785Sat Oct 4 01:58:27 CEST 2003 Daniel Veillard <daniel@veillard.com>
8786
8787 * Makefile.am configure.in xmldwalk.c include/libxml/Makefile.am
8788 include/libxml/xmldwalk.h include/libxml/xmlversion.h.in:
8789 integrated the xmlDocWalker API given by Alfred Mickautsch,
8790 and providing an xmlReader like API but working on a xmlDocPtr.
8791
8792Sat Oct 4 00:18:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
8793
8794 * Makefile.am: more cleanup in make tests
8795 * error.c valid.c parser.c include/libxml/xmlerror.h: more work
8796 in the transition to the new error reporting strategy.
8797 * python/tests/reader2.py result/VC/* result/valid/*:
8798 few changes in the strings generated by the validation output
8799
8800Fri Oct 3 00:19:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
8801
8802 * Makefile.am: changed 'make tests' to use a concise output,
8803 scrolling to see where thing broke wasn't pleasant
8804 * configure.in: some beta4 preparation, but not ready yet
8805 * error.c globals.c include/libxml/globals.h include/libxml/xmlerror.h:
8806 new error handling code, last error informations are stored
8807 in the parsing context or a global variable, new APIs to
8808 handle the xmlErrorPtr type.
8809 * parser.c parserInternals.c valid.c : started migrating to the
8810 new error handling code, it's a royal pain.
8811 * include/libxml/parser.h include/libxml/parserInternals.h:
8812 moved the definition of xmlNewParserCtxt()
8813 * parser.c: small potential buffer access problem in push code
8814 provided by Justin Fletcher
8815 * result/*.sax result/VC/PENesting* result/namespaces/*
8816 result/valid/*.err: some error messages were sligthly changed.
8817
8818Thu Oct 2 13:01:13 2003 Aleksey Sanin <aleksey@aleksey.com>
8819
8820 * include/libxml/parser.h parser.c: introduced xmlStrPrintf
8821 function (wrapper around snprintf)
8822
8823Wed Oct 1 21:12:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
8824
8825 * entities.c: Fix error on output of high codepoint charref like
8826 &#x10FFFF; , reported by Eric Hanchrow
8827
8828Wed Oct 1 14:20:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
8829
8830 * DOCBparser.c include/libxml/DOCBparser.h: let's see how much
8831 of a pain murrayc is really gonna be.
8832
8833Wed Oct 1 11:03:40 CEST 2003 Daniel Veillard <daniel@veillard.com>
8834
8835 * xmlreader.c: Applied fix for bug #123481 reported by Peter Derr
8836
8837Tue Sep 30 15:34:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
8838
8839 * entities.c legacy.c parser.c: made the predefined entities
8840 static predefined structures to avoid the work, memory and
8841 hazards associated to initialization/cleanup.
8842
8843Tue Sep 30 14:30:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8844
8845 * HTMLparser.c Makefile.am configure.in legacy.c parser.c
8846 parserInternals.c testHTML.c xmllint.c include/libxml/HTMLparser.h
8847 include/libxml/parser.h include/libxml/parserInternals.h
8848 include/libxml/xmlversion.h.in: added a new configure
8849 option --with-push, some cleanups, chased code size anomalies.
8850 Now a library configured --with-minimum is around 150KB,
8851 sounds good enough.
8852
8853Tue Sep 30 12:31:00 AEST 2003 Malcolm Tredinnick <malcolm@commsecure.com.au>
8854
8855 * libxml-2.0-uninstalled.pc.in: New file for building against
8856 uninstalled libxml2 builds.
8857 * configure.in, Makefile.am: Support the *-uninstalled.pc file.
8858 * .cvsignore: Ignore the new generated *.pc file.
8859
8860Tue Sep 30 02:38:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
8861
8862 * Makefile.am SAX.c SAX2.c configure.in globals.c parser.c
8863 parserInternals.c testReader.c testSAX.c xmlIO.c xmllint.c
8864 xmlreader.c example/gjobread.c include/libxml/xmlversion.h.in:
8865 added 2 new configure option: --with-reader --with-sax1
8866 to allow removing the reader or non-xmlReadxxx() interfaces.
8867
8868Mon Sep 29 19:58:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
8869
8870 * configure.in entities.c tree.c valid.c xmllint.c
8871 include/libxml/tree.h include/libxml/xmlversion.h.in:
8872 Adding a configure option to remove tree manipulation
8873 code which is not strictly needed by the parser.
8874
8875Mon Sep 29 15:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
8876
8877 * nanoftp.c nanohttp.c: last finishing touch to the BeOS
8878 patch from Marcin 'Shard' Konicki
8879
8880Mon Sep 29 15:15:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
8881
8882 * HTMLtree.c SAX2.c c14n.c catalog.c configure.in debugXML.c
8883 encoding.c entities.c nanoftp.c nanohttp.c parser.c relaxng.c
8884 testAutomata.c testC14N.c testHTML.c testRegexp.c testRelax.c
8885 testSchemas.c testXPath.c threads.c tree.c valid.c xmlIO.c
8886 xmlcatalog.c xmllint.c xmlmemory.c xmlreader.c xmlschemas.c
8887 example/gjobread.c include/libxml/HTMLtree.h include/libxml/c14n.h
8888 include/libxml/catalog.h include/libxml/debugXML.h
8889 include/libxml/entities.h include/libxml/nanohttp.h
8890 include/libxml/relaxng.h include/libxml/tree.h
8891 include/libxml/valid.h include/libxml/xmlIO.h
8892 include/libxml/xmlschemas.h include/libxml/xmlversion.h.in
8893 include/libxml/xpathInternals.h python/libxml.c:
8894 Okay this is scary but it is just adding a configure option
8895 to disable output, this touches most of the files.
8896
8897Mon Sep 29 12:53:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
8898
8899 * xmlmemory.c: better fix, avoids breaking the python bindings
8900
8901Mon Sep 29 11:21:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
8902
8903 * xmlmemory.c: fix a compilation problem when configuring
8904 with debug but without mem-debug
8905
8906Sun Sep 28 20:53:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8907
8908 * Makefile.am: cleanup, creating a new legacy.c module,
8909 made sure make tests ran in reduced conditions
8910 * SAX.c SAX2.c configure.in entities.c globals.c parser.c
8911 parserInternals.c tree.c valid.c xlink.c xmlIO.c xmlcatalog.c
8912 xmlmemory.c xpath.c xmlmemory.c include/libxml/xmlversion.h.in:
8913 increased the modularization, allow to configure out
8914 validation code and legacy code, added a configuration
8915 option --with-minimum compiling only the mandatory code
8916 which then shrink to 200KB.
8917
8918Sun Sep 28 02:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
8919
8920 * parser.c: fix a bug raised by the Mips compiler.
8921 * include/libxml/SAX.h include/libxml/parser.h: move the
8922 SAXv1 block definitions to parser.h fixes bug #123380
8923 * xmlreader.c include/libxml/xmlreader.h: reinstanciate
8924 the attribute and element pool borken 2 commits ago.
8925 Start playing with an entry point to preserve a subtree.
8926 * entities.c: remove a warning.
8927
8928Sat Sep 27 12:19:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
8929
8930 * encoding.c, parser.c, relaxng.c: further (final?) minor
8931 changes for compilation warnings. No change to logic.
8932
8933Fri Sep 26 18:03:42 PDT 2003 William Brack <wbrack@mmm.com.hk>
8934
8935 * parser.c: fixed small problem with missing entities (test/ent2)
8936
8937Sat Sep 27 01:25:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8938
8939 * parser.c: William's change allowed to spot a nasty bug in xmlDoRead
8940 if the result is not well formed that ctxt->myDoc is not NULL
8941 and uses the context dictionnary.
8942
8943Fri Sep 26 21:09:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
8944
8945 * parser.c: other patches from William Brack to avoid
8946 compilation warnings on AIX.
8947
8948Fri Sep 26 11:03:08 PDT 2003 William Brack <wbrack@mmm.com.hk>
8949
8950 * HTMLparser.c, entities.c, xmlreader.c: minor change to
8951 avoid compilation warnings on some (e.g. AIX) systems
8952
8953Fri Sep 26 16:49:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8954
8955 * parserInternals.c: fixed a backward compatibility problem
8956 when formatting "deprecated SAXv1 function ignorableWhitespace"
8957 could be reproduced by xmllint --format
8958
8959Fri Sep 26 15:50:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
8960
8961 * doc/libxml2-api.xml: rebuilt the API
8962 * xmllint.c doc/xmllint.1 doc/xmllint.xml: added the new options
8963 --nocdata and --nsclean to remove CDATA section and surperfluous
8964 namespace declarations
8965 * parser.c SAX2.c: implementation of the 2 new options
8966
8967Fri Sep 26 14:41:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8968
8969 * HTMLparser.c testHTML.c xmllint.c include/libxml/HTMLparser.h:
8970 added the same htmlRead APIs than their XML counterparts
8971 * include/libxml/parser.h: new parser options, not yet implemented,
8972 added an options field to the context.
8973 * tree.c: patch from Shaun McCance to fix bug #123238 when ]]>
8974 is found within a cdata section.
8975 * result/noent/cdata2 result/cdata2 result/cdata2.rdr
8976 result/cdata2.sax test/cdata2: add one more cdata test
8977
8978Thu Sep 25 23:03:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
8979
8980 * parser.c xmllint.c doc/libxml2-api.xml include/libxml/parser.h:
8981 Changed the new xmlRead/xmlCtxtRead APIs to have an extra
8982 base URL parameter when not loading from a file or URL.
8983
8984Thu Sep 25 16:23:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
8985
8986 * configure.in: preparing a beta3 solving the ABI problems
8987 * globals.c parser.c parserInternals.c testHTML.c HTMLparser.c SAX.c
8988 include/libxml/globals.h include/libxml/SAX.h: make sure the
8989 global variables for the default SAX handler are V1 ones to
8990 avoid ABI compat problems.
8991 * xmlreader.c: cleanup of uneeded code
8992 * hash.c: fix a comment
8993
8994Thu Sep 25 14:16:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
8995
8996 * SAX2.c hash.c parser.c include/libxml/xmlexports.h
8997 include/libxml/xmlmemory.h include/libxml/xmlversion.h.in:
8998 fixing some comments to avoid warnings from apibuild.py
8999
9000Wed Sep 24 23:42:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9001
Daniel Veillard25a1ce92008-06-02 16:04:12 +00009002 * win32/configure.js: patch from Stéphane Bidoul for configuring
William M. Brack11be2d02007-01-24 19:17:19 +00009003 the beta2 version #123104
9004
9005Wed Sep 24 23:17:59 CEST 2003 Daniel Veillard <daniel@veillard.com>
9006
9007 * Makefile.am: adding repeated parsing and validating tests
9008 * SAX2.c parser.c tree.c include/libxml/parser.h: make the new
9009 DOM tree building interfaces use the dictionary from the
9010 parsing context to build the element and attributes names
9011 as well as formatting spaces and short text nodes
9012 * include/libxml/dict.h dict.c: added some reference counting
9013 for xmlDictPtr because they can be shared by documents and
9014 a parser context.
9015 * xmlreader.c: a bit of cleanup, remove the specific tree freeing
9016 functions and use the standard ones now.
9017 * xmllint.c: add --nodict
9018 * python/libxml.c: fix a stupid bug so that ns() works on
9019 attribute nodes.
9020
9021Tue Sep 23 23:07:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
9022
9023 * parser.c include/libxml/parser.h: adding a new set of
9024 API for parsing xmlReadDoc() xmlReadFile() ... xmlReadIO()
9025 and xmlCtxtReadDoc() ... xmlCtxtReadIO(). That with
9026 a clear define of xmlParserOption, xmlCtxtUseOptions()
9027 should simplify custom parsing without being tempted to
9028 use global variables, and xmlCtxtReset() should allow reuse
9029 of a context for multiple parsing.
9030 * xmllint.c: switched to use xmlReadXXX, allow options to
9031 be used simultaneously with less troubles.
9032 * tree.c: simple warning removal
9033 * doc/apibuild.py: small fix
9034 * doc/libxml2-api.xml win32/libxml2.def.src: updated
9035
9036Tue Sep 23 11:15:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9037
9038 * parser.c: revert xmlCreateDocParserCtxt() since this break
9039 the parseDoc() python bindings
9040
9041Tue Sep 23 11:00:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9042
9043 * parser.c: make sure xmlDetectSAX2() is called only at
9044 parsing time to avoid breaking apps changing the SAX
9045 callbacks after context allocation, change xmlCreateDocParserCtxt()
9046 to use an immutable buffer instead of a copy
9047
9048Tue Sep 23 09:40:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
9049
9050 * xmlIO.c: applied patch from Markus Keim fixing a problem
9051 with I/O callback registration.
9052 * include/libxml/xmlerror.h: fixed #122994 comment numbering
9053 for xmlParserErrors
9054
9055Mon Sep 22 12:21:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9056
9057 * tree.c include/libxml/tree.h: the uri arg to xmlNodeSetBase is
9058 really a const xmlChar*
9059 * xmlreader.c include/libxml/xmlreader.h: addin the
9060 xmlTextReaderConstString() to get an interned string from
9061 the reader
9062
9063Sun Sep 20 17:22:20 PDT 2003 William Brack <wbrack@mmm.com.hk>
9064
9065 * error.c: fixed a warning message (trivial)
9066 * doc/search.php: removed incorrect warning message when word
9067 search not found in last of multiple tables (bug 119535)
9068
9069Fri Sep 19 14:26:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
9070
9071 * configure.in: preparing a 2.6.0-beta2 release
9072 * xmlIO.c: avoid a warning
9073 * tree.c: avoid duplicate code in xmlReplaceNode as pointed out
9074 by Chris Ryland
9075 * include/libxml/dict.h: add a QName access lookup to the
9076 dictionary.
9077 * xmlreader.c include/libxml/xmlreader.h: adding const access
9078 based on the dictionary interface for string read from the
9079 reader, the node content access is still TODO, it's too different
9080
9081Fri Sep 19 00:01:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9082
9083 * SAX2.c: fixing namespace DTD validations
9084 * result/valid/ns2.xml result/valid/ns.xml: the output of defaulted
9085 namespaces is slightly different now.
9086 * Makefile.am: report the memory used in Timingtests (as well as time)
9087
9088Thu Sep 18 15:29:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
9089
9090 * Makefile.am: add streaming on memory regression tests, found
9091 bad bugs in the reader interface
9092 * xmlreader.c: fixing bugs w.r.t. very large names, and special
9093 condition in end of file.
9094 * xmlIO.c tree.c include/libxml/tree.h include/libxml/xmlIO.h:
9095 adding immutable buffers, and parser input based on those,
9096 but this should not be used (yet) for general parsing
9097 * parser.c: added a comment about using immutable buffers for
9098 general parsing.
9099 * result/bigname.xml.rdr result/bigname2.xml.rdr: fixing the
9100 output of the regression tests
9101 * xmllint.c: using the immutable buffers when streaming on
9102 mmaped file (--stream --memory)
9103
9104Thu Sep 18 12:04:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
9105
9106 * dict.c: the last patch broke unicity of returned strings, removed
9107
9108Thu Sep 18 00:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
9109
9110 * Makefile.am: add a Timingtests target to check bad behaviour
9111 from the streaming engine
9112 * dbgen.pl dbgenattr.pl: perl script to generate big instances
9113 * xmlreader.c: fix a bad behaviour on large buffer inputs
9114
9115Wed Sep 17 23:25:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9116
9117 * dict.c xmlreader.c: two small improvements
9118
9119Wed Sep 17 22:53:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9120
9121 * parserInternals.c: avoid a leak with previous patch
9122
9123Wed Sep 17 22:06:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9124
9125 * python/libxml.c: use stderr and not stdout for default errors
9126 in python environment bug #122552
9127
9128Wed Sep 17 21:33:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
9129
9130 * parserInternals.c: small fix from Rob Richards for input filename
9131 * xmllint.c: fixes for --repeat and --memory/--stream for speed tests
9132 * xmlIO: adding a guard in one function
9133
9134Wed Sep 17 15:57:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9135
9136 * SAX2.c xmlreader.c include/libxml/parser.h: more performance hunting
9137 reducing memory allocation and free and avoiding expensive routines
9138
9139Wed Sep 17 12:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9140
9141 * SAX2.c parser.c parserInternals.c xmlreader.c: started messing
9142 seriously with per-document dict and element and attribute nodes
9143 reuse in the xmlReader. This seems to lead to an interesting
9144 speedup of the xmlReader already.
9145
9146Wed Sep 17 01:07:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
9147
9148 * dict.c include/libxml/dict.h: do string allocations in large
9149 pools, allowing to find if a string pertain to a dict quickly
9150 * xmllint.c: fix --stream --repeat --timing
9151 * Makefile.am: the testThreads run output should be seen.
9152
9153Mon Sep 15 16:46:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
9154
9155 * SAX2.c include/libxml/parser.h: starting work on reusing the
9156 parser dictionary for the element and attribute tag names.
9157 Add pools for Element and Attributes in the parser context,
9158 which should help speeding up the reader.
9159 * Makefile.am result/*.rdr : adding non-python reader regression
9160 tests.
9161
9162Mon Sep 15 14:54:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
9163
9164 * SAX2.c parser.c valid.c: starting to cleanup some of the
9165 problems exposed by the W3C/NIST regression suite.
9166 * result/ent7.sax result/xml2.sax: small fixes.
9167
9168Mon Sep 15 11:46:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9169
9170 * parser.c: more parser error factoring
9171
9172Sun Sep 14 21:53:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
9173
9174 * HTMLtree.c: Fixed bug 121394 - missing ns on attributes
9175
9176Sun Sep 14 21:43:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9177
9178 * parser.c include/libxml/xmlerror.h: factoring of more
9179 error handling code, serious size reduction and more lisibility
9180 of the resulting code.
9181 * parserInternals.c parser.c include/libxml/parserInternals.h
9182 include/libxml/parser.h: changing the way VC:Proper Group/PE Nesting
9183 checks are done, use a counter for entities. Entities where freed and
9184 reallocated at the same address failing the check.
9185 * tree.c: avoid a warning
9186 * result/valid/* result/VC/*: this slightly changes some validation
9187 error messages.
9188
9189Sun Sep 14 11:03:27 PDT 2003 William Brack <wbrack@mmm.com.hk>
9190
9191 * valid.c: fixed bug 121759 - early declaration of
9192 attribute-list in external DTD
9193
9194Sat Sep 13 14:42:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9195
9196 * parser.c include/libxml/xmlerror.h: starting cleaning up
9197 error handling, factorize error processing
9198 * doc/xmllint.html: update of the page, remove --sgml
9199
9200Sat Sep 13 02:13:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
9201
9202 * Makefile.am DOCBparser.c parserInternals.c testDocbook.c
9203 xmllint.c doc/xmllint.xml doc/xmllint.1: removing the
9204 broken pseudo SGML DocBook parser code.
9205
9206Fri Sep 12 17:24:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9207
9208 * xpath.c: fix a problem with strcpy() in xmlXPathFormatNumber()
9209 valgrind pointed out the strings overlapped. cleanup .
9210
9211Fri Sep 12 11:43:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
9212
9213 * tree.c: applied speedup to xmlSearchNs() as suggested by
9214 Luca Padovani. Cleaned up xmlSearchNsByHref() in the process
9215 applying the same trick.
9216
9217Fri Sep 12 01:36:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
9218
9219 * parser.c parserInternals.c tree.c include/libxml/parser.h
9220 include/libxml/xmlerror.h: adding namespace checkings
9221 while making sure they still parse as wellformed documents.
9222 Add an nsWellFormed status report to the context, and
9223 provide new appropriate error codes.
9224 * Makefile.am result/namespaces/* test/namespaces/*: add
9225 specific regression testing for the new namespace support
9226 * test/att5 result/noent/att5 result/att5 result/att5.sax:
9227 add more coverage for the attribute parsing and normalization
9228 code.
9229
9230Fri Sep 12 01:34:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
9231
9232 * threads.c: backport of a thread bugfix from 2_5_X branch
9233
9234Thu Sep 11 18:29:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9235
9236 * parser.c: fixed a bug in one corner case of attribute parsing.
9237
9238Thu Sep 11 16:21:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9239
9240 * configure.in doc/* : 2.6.0beta1 changes
9241 * SAX2.c hash.c parser.c parserInternals.c: Fixing attribute
9242 normalization, might not be totally fixed but this should
9243 make sure SAX event provide the right strings for attributes
9244 except entities for which libxml2 is different by default
9245 This should fix #109564
9246 * result/attrib.xml.sax result/ent3.sax result/p3p.sax: minor changes
9247 in attribute callback values
9248 * result/c14n/with-comments/example-4
9249 result/c14n/without-comments/example-4: this also fixes a subtle
9250 bug in the canonicalization tests.
9251
9252Wed Sep 10 12:38:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9253
9254 Time to commit 3 days of work rewriting the parser internal,
9255 fixing bugs and migrating to SAX2 interface by default. There
9256 is some work letf TODO, like namespace validation and attributes
9257 normalization (this break C14N right now)
9258 * Makefile.am: fixed the test rules
9259 * include/libxml/SAX2.h include/libxml/parser.h
9260 include/libxml/parserInternals.h SAX2.c parser.c
9261 parserInternals.c: changing the parser, migrating to SAX2,
9262 adding new interface to switch back to SAX1 or initialize a
9263 SAX block for v1 or v2. Most of the namespace work is done
9264 below SAX, as well as attribute defaulting
9265 * globals.c: changed initialization of the default SAX handlers
9266 * hash.c tree.c include/libxml/hash.h: added QName specific handling
9267 * xmlIO.c: small fix
9268 * xmllint.c testSAX.c: provide a --sax1 switch to test the old
9269 version code path
9270 * result/p3p result/p3p.sax result/noent/p3p test/p3p: the new code
9271 pointed out a typo in a very old test namespace
9272
9273Sun Sep 7 19:58:33 PTD 2003 William Brack <wbrack@mmm.com.hk>
9274
9275 * xmlIO.c include/libxml/xmlIO.h parser.c: Implemented detection
9276 of compressed files, setting doc->compressed appropriately
9277 (bug #120503).
9278
9279Sun Sep 7 22:53:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
9280
9281 * parser.c: try to cope with the fact that apps may still
9282 have allocated smaller SAX callbak block
9283
9284Sun Sep 7 11:11:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
9285
9286 * dict.c: allow to give -1 for undefined length in lookups
9287 * include/libxml/parser.h parser.c parserInternals.c testSAX.c:
9288 first round of work on the new SAX2 interfaces, the API
9289 will change but commiting before changing for historical
9290 reference.
9291
9292Sat Sep 6 10:55:01 PTD 2003 William Brack <wbrack@mmm.com.hk>
9293
9294 * SAX2.c, xmlIO.c: fixed bug #121210 (callback to sax->error,
9295 sax->warning with wrong params).
9296
9297Fri Sep 5 10:33:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
9298
Daniel Veillard25a1ce92008-06-02 16:04:12 +00009299 * include/libxml/globals.h: patch from Stéphane Bidoul to export
William M. Brack11be2d02007-01-24 19:17:19 +00009300 globals entry points to the python bindings
9301
9302Wed Sep 3 15:24:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9303
9304 * HTMLparser.c: when creating a DOCTYPE use "html" lowercase
9305 by default instead of "HTML"
9306 * parser.c xmlreader.c: optimization, gain a few % parsing speed by
9307 avoiding calls to "areBlanks" when not needed.
9308 * include/libxml/parser.h include/libxml/tree.h: some structure
9309 extensions for future work on using per-document dictionaries.
9310
9311Wed Sep 3 15:08:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
9312
9313 * Makefile.am results/*.sax SAXResult/*: removing the SAXresults
9314 tree, keeping result in the same tree, added SAXtests to the
9315 default "make tests"
9316
9317Tue Sep 2 15:59:04 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9318
9319 * include/libxml/xmlexports.h: defined additional macros which
9320 affect exports and added mingw section
9321
9322Mon Sep 1 15:15:18 PDT 2003 William Brack <wbrack@mmm.com.hk>
9323
9324 * doc/index.py: fixed problem parsing xhtml docs
9325 * doc/xmlreader.html,doc/guidelines.html: small modification
9326 to avoid problem in python parsing.
9327 * doc/search.php: fixed upper case filename problem for XSLT docs
9328
9329Mon Sep 1 22:55:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
9330
9331 * xinclude.c: patch from Mark Vakoc that allows compiling
9332 with XInclude but without XPointer support.
9333
9334Mon Sep 1 22:31:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
9335
9336 * configure.in xml2-config.in: Applied a patch from Kevin P. Fleming
9337 to add --libtool-libs option to xml2-config script.
9338
9339Sun Aug 31 21:52:12 PDT 2003 William Brack <wbrack@mmm.com.hk>
9340
9341 * doc/README.docs, doc/Makefile.am: new file added,
9342 giving some description of the documentation generation process
9343 * doc/search.php: fixed problem with upper case on filenames
9344
9345Fri Aug 29 12:25:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9346
9347 * win32/Makefile.bcb: updates by Eric Zurcher
9348
9349Thu Aug 28 22:58:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
9350
9351 * doc/apibuild.py, doc/libxml2-api.xml: enhanced code
9352 to compensate for pollution from Igor's header taint
9353 (quick before Daniel notices)
9354
9355Thu Aug 28 23:01:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
9356
9357 * SAX2.c: fixed a namespace error on attribute reporting bug
9358 pointed out by Tobias Reif
9359 * test/p3p result/p3p result/noent/p3p: this test case was wrong
9360 using xmlsn instead of xmlns...
9361
9362Thu Aug 28 18:25:07 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9363
9364 * include/libxml/globals.h include/libxml/xmlexports.h: fixed
9365 typos reported by Mark Vakoc
9366
9367Thu Aug 28 08:59:51 MDT 2003 John Fleck <jfleck@inkstain.net>
9368
9369 add:
9370 * doc/tutorial/api.html
9371 * doc/tutorial/ar01s09.html
9372 * doc/tutorial/includexpath.c
9373 updated
9374 * doc/tutorial/*.html
9375 fix my bad - forgot to check in new files when I last
9376 updated
9377
9378Thu Aug 28 14:31:13 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9379
9380 * win32/Makefile.bcb: new file, support for Borland C++
9381 * xmllint.c: fixed time inclusion for various compilers
9382
9383Thu Aug 28 12:32:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9384
9385 * parser.c parserInternals.c DOCBparser.c HTMLparser.c: added
9386 few casts to shut the compiler warnings
9387
9388Thu Aug 28 12:23:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9389
9390 * win32/Makefile.* win32/configure.js: fixed for mingw
9391
9392Thu Aug 28 10:01:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9393
9394 * globals.c threads.c: fixing bug #120870 try to avoid problem
9395 with uninitialized mutexes
9396
9397Wed Aug 27 16:12:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9398
9399 * relaxng.c: fixed an error reporting bug in Relax-NG when we end
9400 up with multiple states, select the "best" one. Fix #120682
9401 * result/relaxng/tutor11_2_3.err: small change resulting
9402
9403Wed Aug 27 11:25:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
9404
9405 * xmlschemastypes.c: applied base64 support patch from Anthony Carrico
9406
9407Wed Aug 27 10:58:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9408
9409 * include/libxml/[threads-xpointer].h: realigned parameters
9410 after taint
9411
9412Wed Aug 27 09:59:54 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9413
9414 * include/libxml/xmlexports.h: fixed defs for Borland compiler,
9415 as reported by Eric Zurcher
9416
9417Tue Aug 26 15:54:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
9418
9419 * relaxng.c: fixed bug #120386 again a problem introduced when
9420 trying to reuse automata for content validation. Fix a bug report
9421 problem on zeroOrMore
9422 * result/relaxng/tutor3_7_err: change slightly error reporting.
9423
9424Mon Aug 25 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
9425
9426 * include/libxml/Makefile.am: make sure the new header will
9427 be included when generating a new distribution.
9428
9429Mon Aug 25 12:37:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
9430
9431 * relaxng.c: fixed a couple of stupid bugs in the state allocation
9432 routines which led to bug #120040 and the ones reported by
9433 Martijn Faassen
9434
9435Mon Aug 25 12:37:23 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9436
9437 * include/libxml/parserInternals.h include/libxml/relaxng.h
9438 include/libxml/SAX.h include/libxml/SAX2.h: realigned the
9439 parameters after taint.
9440
9441Mon Aug 25 11:16:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9442
9443 * include/libxml/xmlversion.h.in: moved export defs to a separate
9444 file for consistency.
9445 * include/libxml/xmlexports.h: new file, contains export defs.
9446
9447Mon Aug 25 11:01:49 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9448
9449 * include/libxml/*.h genUnicode.py: exportability taint
9450 of the headers.
9451
9452Thu Aug 21 12:37:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
9453
9454 * SAX.c: make the deprecated interfaces log an error message
9455 to be sure it won't get used.
9456
9457Thu Aug 21 00:50:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9458
9459 * Makefile.am SAX2.c include/libxml/Makefile.am include/libxml/SAX2.h:
9460 Adding new version of the SAX interface, it's not there yet,
9461 currently just preparing the work
9462 * globals.c parser.c SAX.c include/libxml/SAX.h
9463 include/libxml/globals.h include/libxml/parser.h: doing some
9464 refactoring of the SAXv1 interfaces, obsoleting a bunch of them
9465 while keeping functionalities, preparing SAX2 integration.
9466 * dict.c: small cleanup.
9467
9468Wed Aug 20 00:20:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
9469
9470 * tree.c: fixes a small bug introduced in last commit and detected
9471 by valgrind.
9472
9473Tue Aug 19 16:54:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9474
9475 * dict.c hash.c: optimization when freeing hash tables.
9476 * parser.c xmlIO.c include/libxml/tree.h: some tuning of buffer
9477 allocations
9478 * parser.c parserInternals.c include/libxml/parser.h: keep a
9479 single allocated block for all the attributes callbacks,
9480 avoid useless malloc()/free()
9481 * tree.c: do not realloc() when growing a buffer if the buffer
9482 ain't full, malloc/memcpy/free avoid copying memory.
9483
9484Mon Aug 18 18:37:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
9485
9486 * xmllint.c doc/xmllint.xml doc/xmllint.1: added option
9487 --dtdvalidfpi for Tobias Reif
9488
9489Mon Aug 18 14:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
9490
9491 * dict.c include/libxml/dict.h Makefile.am include/libxml/Makefile.am:
9492 new dictionary module to keep a single instance of the names used
9493 by the parser
9494 * DOCBparser.c HTMLparser.c parser.c parserInternals.c valid.c:
9495 switched all parsers to use the dictionary internally
9496 * include/libxml/HTMLparser.h include/libxml/parser.h
9497 include/libxml/parserInternals.h include/libxml/valid.h:
9498 Some of the interfaces changed as a result to receive or return
9499 "const xmlChar *" instead of "xmlChar *", this is either
9500 insignificant from an user point of view or when the returning
9501 value changed, those function are really parser internal methods
9502 that no user code should really change
9503 * doc/libxml2-api.xml doc/html/*: the API interface changed and
9504 the docs were regenerated
9505
9506Sun Aug 17 23:05:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
9507
9508 * parser.c: applied patch to xmlCleanupParser from Dave Beckett
9509
9510Sat Aug 16 22:53:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
9511
9512 * doc/parsedecl.py, doc/libxml2-refs.xml, doc/API*.html:
9513 fixed part (2) of bug 119535 (wrong alpha case on filenames)
9514
9515Sat Aug 16 20:35:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
9516
9517 * doc/API*.html, doc/html/*: regenerated API documentation
9518 for xmlsoft.org (part of Bug 119535)
9519
9520Fri Aug 15 14:58:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
9521
9522 * encoding.c, threads.c, include/libxml/HTMLparser.h,
9523 doc/libxml2-api.xml: Minor changes to comments, etc. for
9524 improving documentation generation
9525 * doc/Makefile.am: further adjustment to auto-generation of
9526 win32/libxml2.def.src
9527
9528Fri Aug 15 02:24:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
9529
9530 * News configure.in: preparing libxml2-2.5.10 release
9531 * doc/* : updated the doc and rebuilt
9532
9533Fri Aug 15 01:55:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9534
9535 * parser.c: fixing the xmlSAXParseDTD bug #119536 raised by
9536 Malcolm Tredinnick with the patch he suggested.
9537
9538Fri Aug 15 01:37:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
9539
9540 * HTMLparser.c: allocation error #119784 raised by Oliver Stoeneberg
9541
9542Fri Aug 15 00:41:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9543
9544 * uri.c: fixing an use of strcpy() where both strings overlap
9545 pointed out by valgrind.
9546
9547Thu Aug 14 17:10:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
9548
9549 * DOCBparser.c globals.c include/libxml/xmlmemory.h: get rid of
9550 some compilation warnings.
9551 * xinclude.c: fix the performance problem reported by Kevin Ruscoe
9552 plus some cleanup and better error reporting.
9553
9554Thu Aug 14 14:13:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
9555
9556 * encoding.c: applied UTF-16 encoding handling patch provided by
9557 Mark Itzcovitz
9558 * encoding.c parser.c: more cleanup and fixes for UTF-16 when
9559 not having iconv support.
9560
9561Thu Aug 14 03:19:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9562
9563 * Makefile.am configure.in example/Makefile.am libxml.h nanoftp.c
9564 nanohttp.c xmllint.c: Applied patch from Mikhail Grushinskiy for
9565 mingw compiler on Windows.
9566
9567Thu Aug 14 02:28:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
9568
9569 * parser.c: fixed the serious CPU usage problem reported by
9570 Grant Goodale
9571 * HTMLparser.c: applied patch from Oliver Stoeneberg about a free
9572 missing in htmlSAXParseDoc
9573
9574Tue Aug 12 22:48:10 HKT 2003 William Brack <wbrack@mmm.com.hk>
9575
9576 * doc/Makefile.am: Removed dependency from libxml2.def.src
9577
9578Tue Aug 12 18:55:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
9579
9580 * autogen.sh: took away the requirement for automake-1.4,
9581 changed the messages for getting auto* tools to current
9582 gnu pages.
9583 * configure.in: added check for Linux Dec alpha requiring
9584 -ieee flag, fixed test for ipv6
9585 * trionan.c: fixed problem for compiling on Linux Dec alpha
9586 using native compiler
9587 * doc/Makefile.am: implemented regeneration of win32/libxml2.def.src
9588 whenever libxml2-api.xml is changed.
9589
9590Mon Aug 11 17:02:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9591
9592 * parser.c: cleaning up a problem when parsing UTF-16 and libiconv
9593 is not used.
9594
9595Sun Aug 10 08:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
9596
9597 * win32/libxml2.def.src: renerated with fixed libxml2-api.xml
9598
9599Sun Aug 10 00:22:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
9600
9601 * News configure.in: preparing libxml2-2.5.9 release
9602 * doc/* : updated the doc and rebuilt
9603
9604Sat Aug 9 20:00:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9605
9606 * include/libxml/xmlreader.h doc/libxml2-api.xml: changing an enum
9607 definition to get a correct API XML description. This was apparently
9608 breaking Windows build.
9609
9610Sat Aug 9 13:41:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
9611
9612 * HTMLparser.c: fixed a nasty bug #119387, bad heuristic from
9613 the progressive HTML parser front-end on large character data
9614 island leading to an erroneous end of data detection by the
9615 parser. Some cleanup too to get closer from the XML progressive
9616 parser.
9617
9618Sat Aug 9 00:42:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
9619
9620 * win32/configure.js: Added in support for the ISO8859X
9621 module (patch provided by Jesse Pelton)
9622
9623Fri Aug 8 15:56:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9624
9625 * HTMLtree.c tree.c threads.c: hum try to avoid some troubles
9626 when the library is not initialized and one try to save, the
9627 locks in threaded env might not been initialized, playing safe
9628 * xmlschemastypes.c: apply patch for hexBinary from Charles Bozeman
9629 * test/schemas/hexbinary_* result/schemas/hexbinary_*: also added
9630 his tests to the regression suite.
9631
9632Fri Aug 8 18:47:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
9633
9634 * win32/defgen.xsl, win32/libxml2.def.src: Bug 119343
9635 (with apologies to Igor) - Enhanced handling of docb and
9636 nanohttp.
9637
9638Thu Aug 7 21:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
9639
9640 * encoding.c: further small changes for warnings when
9641 configured with --with-iconv=no
9642
9643Wed Aug 6 12:32:11 HKT 2003 William Brack <wbrack@mmm.com.hk>
9644
9645 * error.c trionan.[ch] testThreads.c python/generator.py:
9646 further small changes to elminate most of the remaining
9647 warnings.
9648
9649Tue Aug 5 23:51:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
9650
9651 * error.c HTMLparser.c testC14N.c testHTML.c testURI.c
9652 xmlcatalog.c xmlmemory.c xmlreader.c xmlschemastypes.c
9653 python/libxml.c include/libxml/xmlmemory.h: small changes
9654 to syntax to get rid of compiler warnings. No changes
9655 to logic.
9656
9657Mon Aug 4 22:40:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
9658
9659 * doc/libxml2-api.xml doc/html/*: rebuilt the API and docs.
9660
9661Mon Aug 4 21:40:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
9662
9663 * tree.c: fixed a small problem in the patch for #118763
9664 * result/HTML/doc3.htm*: this reverts back to the previous result
9665
9666Sun Aug 3 21:41:49 EDT 2003 Daniel Veillard <daniel@veillard.com>
9667
9668 * doc/FAQ.html doc/xml.html: applied doc patch to xml.html
9669 and rebuilt, apparently some C++ wrappers are not available,
9670 c.f. bug #118943
9671
9672Sun Aug 3 21:30:31 EDT 2003 Daniel Veillard <daniel@veillard.com>
9673
9674 * tree.c: fixing HTML attribute serialization bug #118763
9675 applying a modified version of the patch from Bacek
9676 * result/HTML/doc3.htm*: this modifies the output from one test
9677
9678Sun Aug 3 21:02:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
9679
9680 * tree.c include/libxml/tree.h: added a new API to split a
9681 QName without generating any memory allocation
9682 * valid.c: fixed another problem with namespaces on element
9683 in mixed content case
9684 * python/tests/reader2.py: updated the testcase with
9685 Bjorn Reese fix to reader for unsignificant white space
9686 * parser.c HTMLparser.c: cleanup.
9687
9688Sun Aug 3 20:55:40 EDT 2003 Daniel Veillard <daniel@veillard.com>
9689
9690 * catalog.c: trying to fix #118754 of possible recursion in the
9691 catalogs. Not fantastically happy about the current fix since
9692 it's likely to break under very thread intensive concurrent
9693 access to the catalog. Better solution might to keep the depth
9694 an extra argument to the resolution functions.
9695
9696Sun Aug 3 18:56:54 EDT 2003 Daniel Veillard <daniel@veillard.com>
9697
9698 * valid.c: fixed bug #118712 about mixed content, and namespaced
9699 element names.
9700 * test/valid/mixed_ns.xml result/valid/mixed_ns*: added a check
9701 in the regression tests
9702
9703Fri Aug 1 23:55:23 HKT 2003 William Brack <wbrack@mmm.com.hk>
9704
9705 Coninuing work on bug 118559
9706 * DOCBparser.c: removed 2 unsed vars
9707 * xmlregexp.c: changed some numeric const to their enum symbols
9708 * xmlreader.c: changed one var define from int to enum
9709 (a little more to be done, awaiting co-ordination)
9710 * relaxng.c: deleted one unused var
9711 * xmllint.c: deleted some unused vars, changed one arg
9712 val from int to enum
9713 * testHTML.c, testDocbook.c: changed some arg vals to enum const
9714 * xmlIO.c: fixed typo from last night (small warning msg)
9715
9716Thu Jul 31 22:44:33 HKT 2003 William Brack <wbrack@mmm.com.hk>
9717
9718 Working on bug 118559
9719 * error.c: deleted unused variable
9720 * parserInternals.c: deleted unneeded 'const' qualifier
9721 * parser.c: changed variable type for enum temp storage
9722 * xmlIO.c: changed debugging var to be inside #ifdef
9723 * valid.c: removed unused variable
9724 * HTMLparser.c: removed some unneeded 'const' qualifiers
9725 * xpath.c: added some type casts, removed some unused vars
9726 * xinclude.c: added one type cast
9727 * nanohttp.c: repositioned some #ifdef to avoid unused var
9728 * nanoftp.c: removed unused var
9729
9730Wed Jul 30 14:57:55 EDT 2003 Daniel Veillard <daniel@veillard.com>
9731
9732 * HTMLparser.c: applied a patch from William Brack about
9733 the problem of parsing very large HTML instance with comments
9734 as raised by Nick Kew
9735
9736Wed Jul 30 12:29:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
9737
9738 * xmlreader.c include/libxml/xmlreader.h: applying cleanup
9739 patch from Bjorn Reese for xmlTextReaderNodeType() and
9740 significant whitespace. There is an enum for node type
9741 values now.
9742
9743Wed Jul 30 11:08:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
9744
9745 * encoding.c: applying patch from Peter Jacobi to added
9746 ISO-8859-x encoding support when iconv is not available
9747 * configure.in include/libxml/xmlversion.h.in
9748 include/libxml/xmlwin32version.h.in: added the glue needed
9749 at the configure level and made it the default for Windows
9750
9751Tue Jul 29 16:43:48 EDT 2003 Daniel Veillard <daniel@veillard.com>
9752
9753 * python/generator.py python/libxml.c python/libxml2class.txt:
9754 patch from Joachim Bauch + cleanup for Relax NG error callbacks
9755 in python
9756
9757Tue Jul 29 12:46:08 EDT 2003 Daniel Veillard <daniel@veillard.com>
9758
9759 * parser.c parserInternals.c tree.c: applied Peter Jacobi encoding
9760 cleanup patch, and also avoided a possible memory leak
9761
9762Tue Jul 29 09:28:09 EDT 2003 Daniel Veillard <daniel@veillard.com>
9763
9764 * encoding.c: fix the previous commit
9765
9766Tue Jul 29 12:28:17 HKT 2003 William Brack <wbrack@mmm.com.hk>
9767
9768 * HTMLparser.c: fixed problem with comments reported by Nick Kew
9769 * encoding.c: added routines xmlUTF8Size and xmlUTF8Charcmp for
9770 some future cleanup of UTF8 handling
9771
9772Mon Jul 28 16:39:14 EDT 2003 Daniel Veillard <daniel@veillard.com>
9773
9774 * xpath.c: applied a change suggested by Sean Griffin in bug
9775 #118494 about a memory leak in EXSLT
9776
9777Sun Jul 27 14:30:56 EDT 2003 Daniel Veillard <daniel@veillard.com>
9778
9779 * relaxng.c: fixed a Relax-NG compilation/streaming bug introduced
9780 when fixing the previous Relax-NG bugs
9781 * result/relaxng/*: This slightly changes the output messages of
9782 some regression tests.
9783 * configure.in: added support of -with-fexceptions for nested C++
9784 support.
9785
9786Thu Jul 24 15:46:02 MDT 2003 John Fleck <jfleck@inkstain.net>
9787
9788 * doc/tutorial/apa.html
9789 * doc/tutorial/apb.html
9790 * doc/tutorial/apc.html
9791 * doc/tutorial/apd.html
9792 * doc/tutorial/ape.html
9793 * doc/tutorial/apf.html
9794 * doc/tutorial/apg.html
9795 * doc/tutorial/aph.html
9796 * doc/tutorial/ar01s02.html
9797 * doc/tutorial/ar01s03.html
9798 * doc/tutorial/ar01s04.html
9799 * doc/tutorial/ar01s05.html
9800 * doc/tutorial/ar01s06.html
9801 * doc/tutorial/ar01s07.html
9802 * doc/tutorial/ar01s08.html
9803 * doc/tutorial/index.html
9804 * doc/tutorial/ix01.html
9805 * doc/tutorial/xmltutorial.pdf
9806 * doc/tutorial/xmltutorial.xml
9807 update tutorial with XPath example
9808
9809Thu Jul 24 17:07:06 IST 2003 Daniel Veillard <daniel@veillard.com>
9810
9811 * SAX.c parser.c: fixing a bug about a special case of namespace
9812 handling, this closes bug #116841
9813
9814Wed Jul 23 20:52:36 IST 2003 Daniel Veillard <daniel@veillard.com>
9815
9816 * relaxng.c result/relaxng/*: checked and fixed the compilation
9817 of RNG schemas, fixes a couple of bugs #117097 and #117001 .
9818 This slightly changes the output messages of some regression tests.
9819
9820Wed Jul 23 15:15:08 IST 2003 Daniel Veillard <daniel@veillard.com>
9821
9822 * xmlreader.c: fixed an out of bound error #118052 , the good
9823 part if that base64 code was not in use yet ...
9824
9825Tue Jul 22 19:42:15 MDT 2003 John Fleck <jfleck@inkstain.net>
9826
9827 * doc/xmllint.html
9828 include html version of the xmllint man page, so an
9829 up-to-date version is visible on the Web
9830
9831Mon Jul 21 21:53:43 IST 2003 Daniel Veillard <daniel@veillard.com>
9832
9833 * xinclude.c include/libxml/xinclude.h: added a new API
9834 xmlXIncludeProcessTree() to process XInclude only on a subtree
9835 this should fix bug #115385
9836
9837Fri Jul 18 17:11:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
9838
9839 * relaxng.c include/libxml/relaxng.h: adding Get interface for
9840 the error callback and parameters of parsing and validation
9841 contexts
9842 * xmlreader.c: patch to fix bug #117702 about incomplete Read()
9843 on text nodes.
9844
9845Wed Jul 16 23:15:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9846
9847 * parserInternals.c: patch from Dodji Seketeli about UTF16 BOM
9848 when using the push XML parser.
9849 * result/utf16bom.xml result/noent/utf16bom.xml test/utf16bom.xml:
9850 added the test to the regression suite.
9851
9852Tue Jul 15 22:03:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9853
9854 * globals.c: add xmlThrDefMutex = NULL in xmlCleanupGlobals()
9855 as suggested by Rob Richards
9856
9857Tue Jul 15 15:30:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
9858
9859 * DOCBparser.c HTMLparser.c entities.c parser.c relaxng.c
9860 xmlschemas.c xpath.c: removed some warnings by casting xmlChar
9861 to unsigned int and a couple of others.
9862
9863Fri Jul 11 16:44:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
9864
9865 * xmlschemastypes.c: fixes a segfault on empty hexBinary strings
9866
9867Thu Jul 10 16:02:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9868
9869 * nanoftp.c nanohttp.c: cleanup patches from Peter Breitenlohner
9870
9871Tue Jul 8 16:02:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
9872
9873 * globals.c threads.c: fixes some problem when freeing unititialized
9874 mutexes
9875
9876Tue Jul 8 14:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
9877
9878 * nanoftp.c nanohttp.c: the modules should not import <config.h>
9879 directly, some cleanups
9880 * xmlschemas.c: Peter Sobisch found a nasty bug in the Schemas
9881 validation code.
9882
9883Mon Jul 7 18:00:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
9884
9885 * win32/configure.js: Jesse Pelton pointed out a problem in the
9886 javascript code.
9887
9888Mon Jul 7 16:39:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
9889
9890 * NEWS doc/*: regenerated
9891 * nanoftp.c nanohttp.c: might fix includes problems with the
9892 Ipv6 support on solaris
9893 * tree.c: patch from Markus Keim about xmlHasNsProp() on attributes
9894 defined as #IMPLIED
9895
9896Sun Jul 6 23:09:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9897
9898 * configure.in doc/*: preparing release 2.5.8
9899 * nanohttp.c: changed some preprocessor block
9900 * xmlschemastypes.c: applied patch from Charles Bozeman adding
9901 hexBinary schema datatype and adding support for totalDigits and
9902 fractionDigits facets.
9903
9904Sun Jul 6 19:56:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9905
9906 * debugXML.c xpath.c: fixed 2 bugs pointed in #116448
9907
9908Sun Jul 6 19:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
9909
9910 * xinclude.c: fixed bug #116095 removing the error message when
9911 reapplying XInclude to a document.
9912
9913Sat Jul 5 22:40:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9914
9915 * xmlIO.c: applied small changes to portability layer for
9916 compilation on DJGPP Ms-DOS compiler.
9917
9918Sat Jul 5 22:30:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
9919
9920 * parser.c HTMLparser.c: use the character() SAX callback
9921 if the cdataBlock ain't defined.
9922 * xpath.c: fix bug #115349 allowing compilation when configured
9923 with --without-xpath since the Schemas code needs NAN and co.
9924
9925Sat Jul 5 00:51:30 HKT 2003 William Brack <wbrack@mmm.com.hk>
9926
9927 Fixed problem with multi-threading, shown by the test program
9928 testThreads. After fix, ran mutiple tests on various speed
9929 machines (single and dual processor X86), which all seem okay.
9930
9931 * catalog.c: added missing xmlRMutexUnlock in xmlLoadCatalog
9932
9933 * threads.c: added missing initialisation for condition variable
9934 in xmlNewRMutex.
9935
9936Sat Jun 21 16:10:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
9937
9938 Applying IPv6 patch from Archana Shah <archana.shah@wipro.com>
9939 closing bug #114837
9940
9941 * configure.in: Added checks for IPv6 support and getaddrinfo().
9942
9943 * acconfig.h: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
9944
9945 * config.h.in: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
9946
9947 * nanoftp.c: Structure xmlNanoFTPCtxt contains either sockaddr_storage
9948 field or sockaddr_in field, depending upon the availability of IPv6
9949 support.
9950 have_ipv6(): Added to check for run-time IPv6 support.
9951 (xmlNanoFTPScanURL), (xmlNanoFTPUpdateURL), (xmlNanoFTPScanProxy):
9952 Modified to parse a URI with IPv6 address given in [].
9953 (xmlNanoFTPConnect): Changed to use getaddrinfo for address
9954 resolution, if it is available on the system, as gethostbyname
9955 does not return IPv6 addresses on some platforms.
9956 (xmlNanoFTPGetConnection): Modified type of dataAddr variable to
9957 sockaddr_storage or sockaddr_in depending upon the IPv6 support.
9958 Sending EPSV, EPRT or PASV, PORT depending upon the type of address
9959 we are dealing with.
9960
9961 * nanohttp.c: (have_ipv6): Added to check for run-time IPv6 support.
9962 (xmlNanoHTTPScanURL), (xmlNanoHTTPScanProxy): Modified to parse
9963 a URI with IPv6 address given in [].
9964 (xmlNanoHTTPConnectHost): Modified to use getaddrinfo if it is
9965 available on the system. Also IPv6 addresses will be resolved by
9966 gethostbyname only if IPv6 run-time support is available.
9967 (xmlNanoHTTPConnectAttempt): Modified to deal with IPv6 address.
9968
9969Sat Jun 14 18:46:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9970
9971 * win32/configure.js include/win32config.h
9972 include/libxml/xmlversion.h.in: Applied the patch for BCB
9973 by Eric Zurcher.
9974
9975Fri Jun 13 14:27:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
9976
9977 * doc/Makefile.am doc/html/*: reverted back patch for #113521,
9978 due to #115104 and while fixing #115101 . HTML URLs must not
9979 be version dependant.
9980
9981Fri Jun 13 12:03:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
9982
9983 * entities.c: do not generate &quot; for " outside of attributes
9984 * result//*: this changes the output of some tests
9985
9986Mon Jun 9 12:28:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9987
9988 * parser.c xmlIO.c: trying to fix #114277 about when file
9989 remapping and escaping should really be attempted.
9990
9991Mon Jun 9 11:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
9992
9993 * doc/*: applied a patch from Gman for building docs
9994 * valid.c xmllint.c include/libxml/valid.h: applied a patch from
9995 Gary Pennington to provide an allocator for xmlValidCtxt
9996 * xmlreader.c: applied patch from Jacek Konieczny fixing bug
9997 #113580 about data not being passed immediately.
9998
9999Thu Jun 5 11:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
10000
10001 * tree.c: applied a couple of patches from Mark Itzcovitz
10002 to handle saving back "UTF-16" documents.
10003
10004Mon Jun 2 21:56:15 MVT 2003 Daniel Veillard <daniel@veillard.com>
10005
10006 * relaxng.c xmlschemas.c include/libxml/schemasInternals.h: commiting
10007 some work done while in the Maldives (hence the timezone on the
10008 laptop !)
10009 * result/schemas/length3* test/schemas/deter0_*
10010 test/schemas/group0_*: some tests added too
10011
10012Mon Jun 2 15:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
10013
10014 * encoding.c: small fix
10015 * xmlIO.c: fixed an error message
10016
10017Tue May 20 14:21:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
10018
10019 * parserInternals.c: fixing Red Hat bug #91013 where xmllint was
10020 accepting an improper UTF8 sequence
10021
10022Sat May 17 12:53:11 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10023
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010024 * threads.c: applied the patch from Stéphane Bidoul for getting
William M. Brack11be2d02007-01-24 19:17:19 +000010025 rid of extra threads in a dynamic library.
10026 * win32/configure.js: threads default to 'native' now.
10027
10028Fri May 16 13:17:52 EDT 2003 Daniel Veillard <daniel@veillard.com>
10029
10030 * HTMLtree.c: fixing bug #112904: html output method escaped
10031 plus sign character in URI attribute.
10032
10033Thu May 15 18:06:18 EDT 2003 Daniel Veillard <daniel@veillard.com>
10034
10035 * build_glob.py global.data globals.c parser.c
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010036 include/libxml/globals.h: patch from Stéphane Bidoul for setting
William M. Brack11be2d02007-01-24 19:17:19 +000010037 up threads global defaults.
10038 * doc/libxml2-api.xml: this extends the API with new functions
10039 * python/tests/Makefile.am python/tests/reader2.py
10040 python/tests/thread2.py: integrated the associated testcase and
10041 fixed the error string used in reader2
10042
10043Wed May 14 14:56:46 EDT 2003 Daniel Veillard <daniel@veillard.com>
10044
10045 * configure.in libxml.spec.in python/Makefile.am: trying
10046 to conciliate --with-python= requirements and RPM builds,
10047 a PITA really...
10048
10049Tue May 13 18:30:34 EDT 2003 Daniel Veillard <daniel@veillard.com>
10050
10051 * HTMLparser.c: oops last commit introduced a memory leak.
10052
10053Tue May 13 18:10:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
10054
10055 * xmllint.c doc/xmllint.xml: added --nonet option
10056 * doc/Makefile.am: fixing #112803 by adding --nonet when calling
10057 xsltproc or xmllint
10058 * doc/xmllint.xml doc/xmllint.1: also added --schema doc and
10059 rebuilt
10060 * HTMLparser.c: cleaned up the HTML parser context build when
10061 using an URL
10062
10063Tue May 13 16:35:04 EDT 2003 Daniel Veillard <daniel@veillard.com>
10064
10065 * libxml.spec.in: added a comment about bug #112902
10066
10067Mon May 12 21:58:00 EDT 2003 William Brack <wbrack@mmm.com.hk>
10068
10069 * minor cleanup of configure '--help' display
10070 * error.c: enhanced xmlParserPrintFileContext to fix bug #109942
10071
10072Mon May 12 17:53:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
10073
10074 * tree.c: PI nodes in external subset were not freed :-\
10075 fixes bug #112842
10076
10077Mon May 12 11:23:27 EDT 2003 Daniel Veillard <daniel@veillard.com>
10078
10079 * xmllint.c: added --schema option to run WXS schema validation
10080 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h:
10081 tried to improve error reporting in the Schema code, some cleanup
10082 too.
10083
10084Sun May 11 16:13:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
10085
10086 * xmlschemas.c: fixed some problems in the handling of errors,
10087 and attributes addressed by references.
10088 * test/schemas/* result/schemas/*: dropped the verbosity level
10089 and added a couple of new tests
10090
10091Sat May 10 16:01:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
10092
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010093 * relaxng.c: Stéphane Bidoul found an off by one addressing
William M. Brack11be2d02007-01-24 19:17:19 +000010094 error on the error handling.
10095
10096Fri May 9 19:08:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
10097
10098 * xmlschemastypes.c: trying to fix #112673
10099
10100Fri May 9 18:14:16 EDT 2003 Daniel Veillard <daniel@veillard.com>
10101
10102 * DOCBparser.c catalog.c parser.c relaxng.c: removed multiple
10103 warning, this fixed a bug and should close #111574
10104
10105Fri May 9 15:34:32 EDT 2003 Daniel Veillard <daniel@veillard.com>
10106
10107 * xmlschemas.c: fixing bug #104081 with xs:all with an element
10108 holding minOccurs="0"
10109 * test/schemas/all_* result/schemas/all_*: added some regression
10110 tests for that bug
10111 * xmllint.c xmlreader.c: patches from Joerg Schmitz-Linneweber and
10112 Garry Pennington to compile without schemas support.
10113
10114Thu May 1 10:02:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
10115
10116 * tree.c: fixed a problem with xmlUnlinkNode() for DTDs.
10117
10118Wed Apr 30 14:16:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
10119
10120 * xml2-config.in: try to fix Red hat bug #89957, do not
10121 output -L/usr/lib64
10122 * xmlreader.c: fixed a typo in a comment
10123
10124Tue Apr 29 07:32:02 MDT 2003 John Fleck <jfleck@inkstain.ent>
10125
10126 * doc/tutorial/aph.html, ix01.html
10127 forgot to cvs add the new files. Thanks to Roland van Laar
10128 for pointing this out
10129
10130Tue Apr 29 14:36:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
10131
10132 * xmlschemas.c doc/libxml2-api.xml: fixing a function comment
10133 * doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching
10134 to the XML/XSLT doc generation closing #111799
10135 * doc/html/*: complete update of the HTML results
10136
10137Mon Apr 28 14:51:41 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10138
10139 * win32/defgen.xsl: fixed the conditional for unicode map,
10140 removed hardcoded schema entries
10141
10142Mon Apr 28 02:19:00 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10143
10144 * win32/defgen.xsl: new file, stylesheet for generating
10145 win32/libxml2.def.src from doc/libxml2-api.xml
10146 * win32/libxml2.def.src: is autogenerated from now on, changes
10147 to this file will not appear here anymore
10148
10149Mon Apr 28 00:12:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
10150
10151 * win32/configure.js python/setup.py.in: applied patch
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010152 from Stéphane Bidoul for the Python bindings on the new
William M. Brack11be2d02007-01-24 19:17:19 +000010153 release.
10154
10155Sun Apr 27 17:56:21 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10156
10157 * debugXML.c: included libxml/uri.h for xmlCanonicPath
10158 declaration
10159 * win32/configure.js: thread-enabled build is now default
10160 * win32/libxml2.def.src: added more exports
10161
10162Sun Apr 27 00:23:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
10163
10164 * NEWS doc/*.xsl doc/*.html: updated the web site separated
10165 developers from common pages, made the transition to XHTML1,
10166 added validity checking to the makefile rules.
10167
10168Sat Apr 26 23:17:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
10169
10170 * parser.c: fix for xmlIOParseDTD same as previous and reported
10171 by Petr Pajas
10172
10173Sat Apr 26 15:26:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
10174
10175 * parser.c: applied fix to xmlSAXParseDTD from Malcolm Tredinnick
10176 closing #111638
10177
10178Sat Apr 26 14:00:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
10179
10180 * python/generator.py: fixed a problem in the generator where
10181 the way functions are remapped as methods on classes was
10182 not symetric and dependant on python internal hash order,
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010183 as reported by Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000010184
10185Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net>
10186
10187 * doc/tutorial:
10188 xmltutorial.xml
10189 xmltutorial.pdf
10190 *.html
10191 add appendix on generating compiler flags, more indexing
10192
10193Sat Apr 26 01:10:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
10194
10195 * triodef.h vms/build_libxml.com: applied patch from Craig A. Berry
10196 to get libxml-2.5.7 to compile on OpenVMS
10197
10198Fri Apr 25 18:42:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
10199
10200 * parser.c: fixing an xmlParseDTD bug raised by Petr Pajas
10201
10202Fri Apr 25 15:20:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
10203
10204 * doc/Makefile.am doc/xmlcatalog.1 doc/xmlcatalog_man.xml
10205 doc/xmllint.1 doc/xmllint.xml: automated the generation of the
10206 man page based on xsltproc and a stylesheet PI in the XML.
10207
10208Fri Apr 25 12:37:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
10209
10210 * doc/xmllint.*: trying to fix #110541 where &nbsp; generated
10211 character preventing rendering by the man command.
10212
10213Fri Apr 25 01:09:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
10214
10215 * NEWS configure.in: preparing release 2.5.7
10216 * doc/*: updated and rebuilt the docs
10217 * doc/apibuild.py: fixed the script
10218
10219Thu Apr 24 19:11:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
10220
10221 * Makefile.am doc/apibuild.py: make sure the OOM code don't
10222 get in the way of the builds
10223 * doc/libxml2-api.xml python/libxml2class.txt: automatic update
10224
10225Thu Apr 24 18:01:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
10226
10227 * Makefile.am testOOM.c testOOMlib.[ch] : integrated the Out Of
10228 Memory test from Havoc Pennington #109368
10229 * SAX.c parser.c parserInternals.c tree.c uri.c valid.c
10230 xmlmemory.c xmlreader.c xmlregexp.c include/libxml/tree.h
10231 include/libxml/parser.h: a lot of memory allocation cleanups
10232 based on the results of the OOM testing
10233 * check-relaxng-test-suite2.py: seems I forgot to commit the
10234 script.
10235
10236Wed Apr 23 17:16:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
10237
10238 * xmlschemastypes.c: trivial fix for 109774 removing a warning
10239
10240Wed Apr 23 15:49:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
10241
10242 * DOCBparser.c SAX.c catalog.c debugXML.c parser.c: try to find
10243 more places where xmlCanonicPath() must be used to convert
10244 filenames to URLs, trying to fix #111088
10245
10246Wed Apr 23 09:35:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
10247
10248 * python/libxml.c python/libxml.py: applied patch from
10249 Brent M Hendricks adding binding for xmlCatalogAddLocal
10250
10251Tue Apr 22 15:18:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
10252
10253 * HTMLparser.c: tried to fix #98879 again in a more solid
10254 way.
10255
10256Tue Apr 22 13:58:43 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10257
10258 * win32/libxml2.def.src: added more exports from the relaxng and
10259 xmlreader clan
10260
10261Tue Apr 22 10:35:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10262
10263 * SAX.c test/valid/ns* test/result/ns*: applied the patch
10264 provided by Brent Hendricks fixing #105992 and integrated the
10265 examples in the testsuite.
10266
10267Tue Apr 22 01:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
10268
10269 * TODO: updated a bit
10270 * configure.in: fixed the comment, threads now default to on
10271 * parserInternals.c: fixed an erroneous xmlMallocAtomic() call
10272
10273Mon Apr 21 23:33:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
10274
10275 * globals.c libxml.h parser.c parserInternals.c tree.c xmllint.c
10276 xmlreader.c include/libxml/parser.h: a lot of performance work
10277 especially the speed of streaming through the reader and push
10278 interface. Some thread related optimizations. Nearly doubled the
10279 speed of parsing through the reader.
10280
10281Sun Apr 20 10:36:05 MDT 2003 John Fleck <jfleck@inkstain.net>
10282
10283 * doc/xmllint.xml
10284 * doc/xmllint.1
10285 update man page to explain use of --stream
10286
10287Sat Apr 19 02:03:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
10288
10289 * DOCBparser.c HTMLparser.c c14n.c catalog.c encoding.c globals.c
10290 nanohttp.c parser.c parserInternals.c relaxng.c tree.c uri.c
10291 xmlmemory.c xmlreader.c xmlregexp.c xpath.c xpointer.c
10292 include/libxml/globals.h include/libxml/xmlmemory.h: added
10293 xmlMallocAtomic() to be used when allocating blocks which
10294 do not contains pointers, add xmlGcMemSetup() and xmlGcMemGet()
10295 to allow registering the full set of functions needed by
10296 a garbage collecting allocator like libgc, ref #109944
10297
10298Fri Apr 18 16:37:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
10299
10300 * configure.in: switched to have thread support enabled by default,
10301 didn't got troubles with ABI compatibility on Linux, hope it
10302 won't break on strange OSes, if yes, report the system ID
10303 * doc/libxml2-api.xml: just rebuilt the API
10304
10305Fri Apr 18 14:31:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10306
10307 * libxml.h include/libxml/parser.h parser.c xmlIO.c DOCBparser.c:
10308 added support for large file, tested with a 3+GB instance,
10309 and some cleanup.
10310 * catalog.c: added a TODO
10311 * Makefile.am: added some "make tests" comments
10312
10313Thu Apr 17 14:51:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
10314
10315 * relaxng.c: some cleanups
10316 * doc/xmlreader.html: extended the document to cover RelaxNG and
10317 tree operations
10318 * python/tests/Makefile.am python/tests/reader[46].py: added some
10319 xmlReader example/regression tests
10320 * result/relaxng/tutor*.err: updated the output of a number of tests
10321
10322Thu Apr 17 11:35:37 CEST 2003 Daniel Veillard <daniel@veillard.com>
10323
10324 * relaxng.c: valgrind pointed out an uninitialized variable error.
10325
10326Thu Apr 17 11:06:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
10327
10328 * include/libxml/relaxng.h relaxng.c include/libxml/xmlreader.h
10329 xmlreader.c: augnemting the APIs, cleanups.
10330 * parser.c: cleanup bug #111005
10331 * xmlIO.c: added some missing comments
10332
10333Wed Apr 16 17:46:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
10334
10335 * relaxng.c xmllint.c: more work on RelaxNG streaming validation
10336 trying to improve the subset compiled, and more testing.
10337 * doc/downloads.html doc/xml.html doc/xmlmem.html: some updates on the
10338 documentation
10339 * test/relaxng/tutor11_1_3.xml: fixes the DTD path
10340 * result/relaxng/*.err: fix some of the outputs
10341
10342Wed Apr 16 01:28:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10343
10344 * relaxng.c xmlreader.c xmllint.c include/libxml/relaxng.h
10345 include/libxml/xmlreader.h: implemented streaming of
10346 RelaxNG (when possible) on top of the xmlReader interface,
10347 provided it as xmllint --stream --relaxng .rng .xml
10348 This seems to mostly work.
10349 * Makefile.am: updated to test RelaxNG streaming
10350
10351Mon Apr 14 18:08:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
10352
10353 * relaxng.c include/libxml/relaxng.h: integrated the regexp
10354 based validity checking of fragments of the document for
10355 which the RNG can be compiled to regexps. Works on all regression
10356 tests, only fix needed is related to error messages.
10357
10358Sun Apr 13 21:51:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
10359
10360 * relaxng.c xmlregexp.c include/libxml/xmlautomata.h
10361 include/libxml/xmlregexp.h: Starting work precompiling
10362 parts of RelaxNG schemas. Not plugged onto validity checking
10363 yet, just the regexp building part. Needed to extend some
10364 of the automata and regexp APIs.
10365
10366Fri Apr 11 21:36:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
10367
10368 * xmllint.c xmlreader.c include/libxml/xmlreader.h: make sure
10369 xmllint --stream and xmllint --stream --valid returns errors
10370 code appropriately
10371
10372Fri Apr 11 10:59:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
10373
10374 * xmlreader.c include/libxml/xmlreader.h: Added the Expand()
10375 and Next() operation to work on subtrees within the reader
10376 framework.
10377 * doc/libxml2-api.xml python/libxml2class.txt: resulting updates
10378 * python/tests/reader5.py: added an example for those new
10379 functions of the reader.
10380
10381Thu Apr 10 23:38:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10382
10383 * HTMLtree.c: patch from Vasily Tchekalkin to fix #109865
10384
10385Thu Apr 10 15:32:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
10386
10387 * xmlreader.c: fixing HasValue for namespace as raised by
10388 Denys Duchier
10389
10390Wed Apr 9 14:07:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
10391
10392 * HTMLparser.c include/libxml/HTMLparser.h: exported
10393 htmlCreateMemoryParserCtxt() it was static
10394
10395Wed Apr 9 13:21:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
10396
10397 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10398 update from Charles Bozeman for date and duration types
10399 * test/schemas/date_0.* test/schemas/dur_0.*
10400 result/schemas/date_0.* result/schemas/dur_0.*: updated too
10401
10402Mon Apr 7 12:19:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
10403
10404 * tree.c valid.c xpath.c include/libxml/tree.h include/libxml/valid.h:
10405 fixing bug #107129, removing excessive allocation and calls
10406 to *printf in the code to build QName strings.
10407
10408Sat Apr 5 11:41:36 CEST 2003 Igoe Zlatkovic <igor@zlatkovic.com>
10409
10410 * win32/libxml2.def.src: fixed conditional exports, reported by
10411 Luke Murray.
10412
10413Fri Apr 4 18:08:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
10414
10415 * parser.c: fixed a possible problem with xmlRecoverMemory()
10416
10417Thu Apr 3 17:24:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
10418
10419 * trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c
10420 triostr.h: Bjorn sent an update for the TRIO portability layer.
10421
10422Tue Apr 1 21:57:26 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10423
10424 * win32/libxml2.def.src: exported new functions
10425
10426Tue Apr 1 13:09:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
10427
10428 * configure.in NEWS: preparing release 2.5.6
10429 * doc/*: updated and rebuilt the docs
10430
10431Tue Apr 1 11:52:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10432
10433 * SAX.c: fixed an uninitialized memory access pointed by valgrind
10434 on C14Ntests
10435
10436Tue Apr 1 00:12:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
10437
10438 * relaxng.c: one more fixup of error message reporting
10439
10440Mon Mar 31 18:36:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
10441
10442 * relaxng.c: more work on bug #109225, and fixed an uninitialized
10443 variable pointed out by valgrind
10444
10445Mon Mar 31 18:05:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
10446
10447 * relaxng.c: try to work on bug #109225 and provide better
10448 error reports.
10449 * result/relaxng/* : this change the output of a number of tests
10450 * xinclude.c: fixing the parsed entity redefinition problem
10451 raised on the list.
10452 * test/schemas/date_0.xsd: updated the date test c.f. E2-12
10453
10454Mon Mar 31 13:19:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
10455
10456 * xmlschemastypes.c: fixed date comparison to handle the tzo
10457 The only failures left are disagreements on Notations and
10458 '+1' not being allowed for ulong, uint, ushort and ubyte.
10459
10460Mon Mar 31 12:11:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
10461
10462 * xmlschemastypes.c: fixed gMonth parsing routine accordingly
10463 to the XML Schemas errata
10464 http://www.w3.org/2001/05/xmlschema-errata#e2-12
10465
10466Sun Mar 30 23:04:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
10467
10468 * relaxng.c xmlschemastypes.c: more work on XML Schemas datatypes
10469 and facets support. Currently only schemas with binHex or
10470 base64 don't compile. A few error left in the test suite:
10471 found 1035 test instances: 919 success 23 failures
10472 most are gdate or gdateyear failing check, and a few cases where
10473 James clark tests results are strange.
10474 * valid.c: allow to reuse the Notation checking routine without
10475 having a validation context.
10476 * SAX.c: removed a #if 0
10477
10478Sat Mar 29 17:35:05 CET 2003 Daniel Veillard <daniel@veillard.com>
10479
10480 * xinclude.c: forgot to apply one check from #106931 patch
10481 * xmlschemastypes.c: more work on XML Schemas datatypes
10482
10483Sat Mar 29 11:49:25 CET 2003 Daniel Veillard <daniel@veillard.com>
10484
10485 * relaxng.c include/libxml/relaxng.h xmlschemastypes.c: more work
10486 on cleaning up XML Schemas datatypes based on James Clark tests
10487 test/xsdtest/xsdtest.xml
10488
10489Fri Mar 28 14:24:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10490
10491 * relaxng.c: implemented comparisons for Schemas values.
10492 * xmlschemastypes.c include/libxml/xmlschemastypes.h: fixed
10493 some bugs in duration handling, comparisons for durations
10494 and decimals, removed all memory leaks pointed out by James
10495 testsuite. Current status is now
10496 found 238 test schemas: 197 success 41 failures
10497 found 1035 test instances: 803 success 130 failures
10498
10499Fri Mar 28 00:41:55 CET 2003 Daniel Veillard <daniel@veillard.com>
10500
10501 * xmlschemas.c include/libxml/xmlschemas.h: fixed bugs and memory
10502 leaks in the W3C XML Schemas code
10503 * xmlschemastypes.c: implemented nonPositiveInteger
10504 * test/schemas/length2_0.xsd result/schemas/length2_0_0.err:
10505 fixed the test and result.
10506
10507Thu Mar 27 22:23:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10508
10509 * HTMLparser.c tree.c: two patches from James Bursa on the HTML
10510 parser and a typo
10511 * xmlschemastypes.c: reindenting, fixing a memory access
10512 problem with dates.
10513
10514Thu Mar 27 15:53:35 CET 2003 Daniel Veillard <daniel@veillard.com>
10515
10516 * parser.c: fixing #109227 providing more context in case of
10517 start/end tag mismatch
10518 * python/tests/ctxterror.py python/tests/readererr.py: update the
10519 tests accordingly
10520
10521Thu Mar 27 15:22:41 CET 2003 Daniel Veillard <daniel@veillard.com>
10522
10523 * xinclude.c: should fix #109327 errors on memory accesses
10524
10525Thu Mar 27 15:06:13 CET 2003 Daniel Veillard <daniel@veillard.com>
10526
10527 * HTMLtree.c: Fixed reopening of #78662 <form action="...">
10528 is an URI reference
10529
10530Wed Mar 26 22:38:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10531
10532 * xpath.c: fixed bug #109160 on non-ASCII IDs
10533
10534Wed Mar 26 17:30:37 CET 2003 Daniel Veillard <daniel@veillard.com>
10535
10536 * parser.c: Norm suggested a nicer error message for xml:space values
10537 errors
10538
10539Wed Mar 26 01:34:19 CET 2003 Daniel Veillard <daniel@veillard.com>
10540
10541 * xpath.c include/libxml/xpath.h: first part of the fix to
10542 performance bug #108905, adds xmlXPathOrderDocElems() providing
10543 document order for nodes.
10544 * python/libxml.c: Python may require TRIO as Albert Chin pointed out
10545
10546Tue Mar 25 16:07:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10547
10548 * xmlschemastypes.c: removing a warning with Sun compiler
10549 bug #109154
10550
10551Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
10552
10553 * doc/xmllint.xml
10554 * doc/xmllint.1
10555 update xmllint man page with --relaxng option
10556
10557Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
10558
10559 * python/setup.py.in : was missing "drv_libxml2.py"
10560
10561Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
10562
10563 * tree.c xpath.c: some changes related to the new way of
10564 handling Result Value Tree, before 2.5.5
10565
10566Mon Mar 24 16:36:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10567
10568 * configure.in NEWS: preparing release 2.5.5
10569 * doc/* : updated the documentation and regenerated it.
10570
10571Mon Mar 24 14:56:01 CET 2003 Daniel Veillard <daniel@veillard.com>
10572
10573 * xpath.c: fixed some problems related to #75813 about handling
10574 of Result Value Trees
10575
10576Sun Mar 23 22:57:20 CET 2003 Daniel Veillard <daniel@veillard.com>
10577
10578 * uri.c: applied a set of patches from Lorenzo Viali correcting
10579 URI parsing errors.
10580
10581Sun Mar 23 22:00:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10582
10583 * parser.c: validity status was not passed back when validating in
10584 entities, but raised by Oliver Fischer
10585
10586Sun Mar 23 21:30:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10587
10588 * HTMLtree.c: avoid escaping ',' in URIs
10589
10590Sun Mar 23 12:57:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10591
10592 * parser.c: fixing bug #108976 get the ID/REFs to reference
10593 the ID in the document content and not in the entity copy
10594 * SAX.c include/libxml/parser.h: more checking of the ID/REF
10595 stuff, better solution for #107208
10596 * xmlregexp.c: removed a direct printf, dohhh
10597 * xmlreader.c: fixed a bug on streaming validation of empty
10598 elements in entities
10599 * result/VC/ElementValid8 test/VCM/v20.xml result/valid/xhtml1.xhtml:
10600 cleanup of the validation tests
10601 * test/valid/id* test/valid/dtds/destfoo.ent result/valid/id*:
10602 added more ID/IDREF tests to the suite
10603
10604Sat Mar 22 23:38:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10605
10606 * xmlreader.c: fixed #107043 removing 2 warnings with Sun One
10607 compiler.
10608
10609Sat Mar 22 18:50:45 CET 2003 Daniel Veillard <daniel@veillard.com>
10610
10611 * relaxng.c: valgrind'ed and cleaned up a couple of memory issues.
10612
10613Sat Mar 22 16:15:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10614
10615 * SAX.c: fix bug #107208 avoid false duplicates when ID/REFs are
10616 defined in entities content
10617
10618Sat Mar 22 15:53:27 CET 2003 Daniel Veillard <daniel@veillard.com>
10619
10620 * SAX.c: Fixed validation bug #108858 on namespace names using
10621 entities and reported by Brent Hendricks
10622 * xmllint.c: report xmlTextReaderHasValue() result in --stream
10623 --debug output.
10624
10625Sat Mar 22 13:32:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10626
10627 * xmlreader.c: fixed bug #108801 reported by Malcolm Tredinnick
10628 about the DocType node not being reported sometimes.
10629 * python/tests/reader.py: added to test to the regression checks
10630
10631Sat Mar 22 01:57:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10632
10633 * xmlreader.c: fixed bug #108546 on long CDATA (or text nodes)
10634 reported by Edd Dumbill
10635
10636Sat Mar 23 01:00:24 CET 2003 Daniel Veillard <daniel@veillard.com>
10637
10638 * HTMLparser.c parser.c parserInternals.c: patch from
10639 johan@evenhuis.nl for #107937 fixing some line counting
10640 problems, and some other cleanups.
10641 * result/HTML/: this result in some line number changes
10642
10643Fri Mar 21 22:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10644
10645 * configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec
10646 instead of libxml.spec
10647 * relaxng.c: fixed some of the error reporting excessive
10648 verbosity
10649 * catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c
10650 xmlschemastypes.c: removed some warnings from gcc
10651 * doc/libxml2-api.xml: rebuilt
10652
10653Fri Mar 21 17:25:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10654
10655 * relaxng.c: another optimization, for choice this time
10656 * result/relaxng/spec1* result/relaxng/tutor12_1*
10657 result/relaxng/tutor3_7: cleanups.
10658
10659Fri Mar 21 13:41:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10660
10661 * relaxng.c: fixed xmlRelaxNGNodeMatchesList
10662 * test/relaxng/testsuite.xml: augmented the test suite
10663 * result/relaxng/spec1* result/relaxng/tutor12_1*: this fixes
10664 some schemas validation tests in the presence of foreign
10665 namespaces.
10666
10667Fri Mar 21 02:23:34 CET 2003 Daniel Veillard <daniel@veillard.com>
10668
10669 * relaxng.c: added another interleave speedup.
10670
10671Thu Mar 20 17:22:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10672
10673 * xmlschemastypes.c: added integer and fixed one of the
10674 IDREFS regression tests pbm
10675 * result/relaxng/docbook_0.err: updated
10676
10677Wed Mar 19 21:58:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10678
10679 * valid.c xmlschemastypes.c: attempt to cope with ID/IDREF(S)
10680 declared both in the DTD and in the Schemas <grin/>
10681 * relaxng.c: more debug, added a big optimization for <mixed>
10682 * test/relaxng/testsuite.xml: augmented the testsuite
10683 * test/relaxng/ result/relaxng: added the RelaxNG spec and a
10684 DocBook example to the regression tests
10685
10686Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com>
10687
10688 * check-xsddata-test-suite.py: cosmetic change for output
10689 * relaxng.c: try to minimize calls to malloc/free for states.
10690
10691Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com>
10692
10693 * tree.c: removed a warning
10694 * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES
10695 support
10696 * check-relaxng-test-suite.py check-xsddata-test-suite.py:
10697 cleanup/improvements of the regression tests batch
10698 * test/relaxng/testsuite.xml: augmented libxml2 own testsuite
10699
10700Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com>
10701
10702 * relaxng.c: fixed error msg cleanup deallocation
10703 * xmlschemastypes.c: added a function to handle lists of
10704 atomic types, added support for IDREFS
10705
10706Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
10707
10708 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID
10709 and IDREF, usable from RelaxNG now
10710 * include/libxml/xmlschemastypes.h: need to add a new interface
10711 because the validation modifies the infoset
10712 * test/relaxng/testsuite.xml: extended the testsuite
10713
10714Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10715
10716 * relaxng.c: fixed the last core RelaxNG bug known #107083,
10717 shemas datatype ID/IDREF support still missing though.
10718 * xmlreader.c: fix a crashing bug with prefix raised by
10719 Merijn Broeren
10720 * test/relaxng/testsuite.xml: augmented the testsuite with
10721 complex inheritance tests
10722
10723Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10724
10725 * relaxng.c: switched back to the previous Relax-NG code base,
10726 the derivation algorithm need severe constraining code to avoid
10727 combinatorial explosion. Fixed the problem with Sebastian Rahtz
10728 TEI based example and other bugs
10729 * result/relaxng/*err: updated the results
10730 * test/relaxng/testsuite.xml: started a new test suite
10731
10732Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
10733
10734 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
10735 that the original RelaxNG validation code was un-fixeable, it got
10736 rewritten to use the derivation algorithm from James Clark and
10737 redebugged it (nearly) from scratch:
10738 found 373 test schemas: 372 success 1 failures
10739 found 529 test instances: 529 success 0 failures
10740
10741Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10742
10743 * SAX.c parser.c: fix some recursion problems introduced in the
10744 last release.
10745 * relaxng.c: more debugging of the RNG validation engine, still
10746 problems though.
10747
10748Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10749
10750 * Makefile.am: stop generating wrong result file with * in name
10751 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
10752 * result/relaxng/demo* test/relaxng/demo: added the tests from
10753 Sebastian reproducing the problem.
10754
10755Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
10756
10757 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
10758 up Aleksey's change
10759
10760Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
10761
10762 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
10763 variable to control the indentation for the xmllint "--format"
10764 option
10765
10766Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10767
10768 * encoding.c: applied Gennady's patch against buffer overrun
10769
10770Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10771
10772 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
10773 Clark it appeared I had bug in URI parsing code ...
10774 * relaxng.c include/libxml/relaxng.h: completely revamped error
10775 reporting to not loose message from optional parts.
10776 * xmllint.c: added timing for RNG validation steps
10777 * result/relaxng/*: updated the result, all error messages changed
10778
10779Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10780
10781 * xpath.c: fix bug #107804, the algorithm used for document order
10782 computation was failing on attributes.
10783
10784Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10785
10786 * valid.c: fix bug #107764 , possibility of buffer overflow
10787 in xmlValidDebug()
10788
10789Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
10790
10791 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
10792 from Philipp Dunkel
10793
10794Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
10795
10796 * xmlschemastype.c: made powten array static it should not be exported
10797 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
10798 parser function.
10799 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
10800
10801Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10802
10803 * tree.c: fixed a node dump crash on attributes
10804 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
10805 an URI test bug and get better output.
10806
10807Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10808
10809 * check-xsddata-test-suite.py: give more infos
10810 * relaxng.c: fix a bug reported by Sebastian Rahtz and
10811 REF->DEF in attribute values.
10812
10813Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10814
10815 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
10816 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
10817 regression tests from James Clark.
10818
10819Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
10820
10821 * relaxng.c xmlschemas.c xmlschemastypes.c
10822 include/libxml/xmlschemastypes.h: added param support for relaxng
10823 type checking, started to increment the pool of simple types
10824 registered, still much work to be done on simple types and
10825 facets checkings.
10826
10827Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10828
10829 * entities.c: fixes again one of the problem raised by
10830 James Clark in #106788
10831
10832Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
10833
10834 * relaxng.c: Fixed a couple of problem raised by James Clark
10835 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
10836 datatype level still not fixed though.
10837
10838Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
10839
10840 * configure.in: preparing release 2.5.4
10841 * doc/*: updated and rebuilt the docs
10842 * relaxng.c: removed warnings
10843 * result/relaxng/*: updated the results
10844
10845Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
10846
10847 * valid.c: fixes a DTD regexp generation problem.
10848
10849Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
10850
10851 * parser.c: fixes bug #105998 about false detection of
10852 attribute consumption loop.
10853
10854Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
10855
10856 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
10857
10858Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
10859
10860 * SAX.c: fixed bug #105992
10861
10862Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
10863
10864 * tree.c: fixed xmlSetProp and al. when the node passed is not an
10865 element.
10866 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
10867 found 373 test schemas: 369 success 4 failures
10868 found 529 test instances: 525 success 4 failures
10869 * check-relaxng-test-suite.py: added memory debug reporting
10870
10871Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
10872
10873 * uri.c parser.c: some warning removal on Igor's patch
10874 * tree.c: seems I messed up with #106788 fix
10875 * python/libxml.c: fixed some base problems when Python provides
10876 the resolver.
10877 * relaxng.c: fixed the interleave algorithm
10878 found 373 test schemas: 364 success 9 failures
10879 found 529 test instances: 525 success 4 failures
10880 the resulting failures are bug in the algorithm from 7.3 and
10881 lack of support for params
10882
10883Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10884
10885 * parser.c: another fix for nodeinfo in entities problem
10886 * tree.c entities.c: fixed bug #106788 from James Clark
10887 some spaces need to be serialized as character references.
10888
10889Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10890
10891 * parser.c uri.c: fixed the bug I introduced in the path
10892 handling, reported by Sebastian Bergmann
10893
10894Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
10895
10896 * parser.c: fixing some nodeinfo in entities problem raised
10897 by Glenn W. Bach
10898 * relaxng.c: implemented the first section 7.3 check
10899 * result/relaxng/*: updated the results
10900
10901Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
10902
10903 * relaxng.c: fixed some problems in the previous commit
10904 and finished implementing 4.16 rules checking
10905 found 373 test schemas: 353 success 20 failures
10906 found 529 test instances: 519 success 6 failures
10907 * result/relaxng/*: updated the results
10908
10909Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10910
10911 * relaxng.c: implemented checks from section 7.2
10912
10913Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
10914
10915 * relaxng.c: implemented the checks from section 7.1, fixed
10916 some of the 4.20 and 4.21 problems.
10917 found 373 test schemas: 338 success 35 failures
10918 found 529 test instances: 519 success 6 failures
10919 * result/relaxng/*: updated the results
10920
10921Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
10922
10923 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
10924 * result/relaxng/*: updated the results
10925
10926Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
10927
10928 * relaxng.c: more bugfixes
10929 * result/relaxng/*: updated the results
10930
10931Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10932
10933 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
10934 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
10935 * SAX.c: ensured xmlDoc.URL is always canonic
10936 * parser.c: obsoleted xmlNormalizeWindowsPath
10937 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
10938 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
10939 * win32/libxml2.def.src: added few exports
10940
10941Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
10942
10943 * Makefile.am configure.in: patched to have shared libraries
10944 for Python regression tests and static binaries for gdb debug
10945 in my development environment
10946 * relaxng.c: more bugfixes
10947 found 373 test schemas: 296 success 77 failures
10948 found 529 test instances: 516 success 8 failures
10949 * result/relaxng/*: updated the results
10950
10951Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
10952
10953 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
10954
10955Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10956
10957 * xmlschemastypes.c: float/double check bugfix
10958 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
10959 validation
10960 * xmlreader.c: add a TODO for Jody
10961 * relaxng.c: bugfix bugfix bugfix
10962 found 373 test schemas: 300 success 73 failures
10963 found 529 test instances: 507 success 10 failures
10964 * result/relaxng/*: updated the results
10965
10966Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
10967
10968 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
10969
10970Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10971
10972 * relaxng.c check-relaxng-test-suite.py: more work on the
10973 RelaxNG implementation conformance testing.
10974 found 373 test schemas: 284 success 89 failures
10975 found 529 test instances: 448 success 47 failures
10976 * result/relaxng/*: updated the results
10977
10978Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
10979
10980 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
10981 a patch from Kjartan Maraas to fix some typos
10982
10983Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
10984
10985 * relaxng.c: more bug-hunting
10986 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
10987 intermediate rng tree
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010988 * python/generator.py: patch from Stéphane Bidoul to fix the generator
William M. Brack11be2d02007-01-24 19:17:19 +000010989 on python < 2.2
10990
10991Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
10992
10993 * check-relaxng-test-suite.py relaxng.c: more testing on the
10994 Relax-NG front, cleaning up the regression tests failures
10995 current state and I forgot support for "mixed":
10996 found 373 test schemas: 280 success 93 failures
10997 found 529 test instances: 401 success 68 failures
10998 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
10999 moved the Name, NCName and QName validation routine in tree.c
11000 * uri.c: fixed handling of URI ending up with #, i.e. having
11001 an empty fragment ID.
11002 * result/relaxng/*: updated the results
11003
11004Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
11005
11006 * check-xinclude-test-suite.py: improved the script accordingly
11007 to the XInclude regression tests updates
11008 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
11009 November 2002
11010 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
11011 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
11012 augmented the Xpointer testsuite for the element() scheme
11013
11014Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
11015
11016 * relaxng.c: added TODO for the DTD compatibility spec
11017 * xinclude.c: more bug fixes driven by the testsuite
11018
11019Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
11020
11021 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
11022 regression tests for XInclude, improved the script, improving
11023 XInclude error reporting mechanism
11024
11025Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11026
11027 * NEWS doc/* configure.in: preparing release 2.5.3
11028
11029Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
11030
11031 * tree.c: trying to fix #104934 about some XHTML1 serialization
11032 issues.
11033
11034Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
11035
11036 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
11037 encoding conversion when the input buffer stops in the
11038 middle of a multibyte char
11039
11040Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
11041
11042 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
11043 * check-relaxng-test-suite.py: python script to run regression
11044 against OASIS RelaxNG testsuite
11045 * relaxng.c: some cleanup tweaks
11046 * HTMLparser.c globals.c: cleanups in comments
11047 * doc/libxml2-api.xml: updated the API
11048 * result/relaxng/*: errors moved files, so large diffs but
11049 no changes at the semantic level.
11050
11051Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
11052
11053 * tree.c: fixing #105678 problem when dumping a namespace node.
11054
11055Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11056
11057 * xpath.c: fixed doc comment problems
11058 * python/generator.py python/libxml_wrap.h python/types.c: adding
11059 RelaxNG wrappers
11060 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
11061 test of those early Python RelaxNG bindings
11062
11063Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11064
11065 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
11066 * relaxng.c: found the validation problem I had with interleave
11067 when not covering all remaining siblings
11068 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
11069 testsuite and check the RNG schemas against the RNG schemas
11070 given in appendix A
11071
11072Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
11073
11074 * win32/Makefile.msvc: updates for RelaxNG
11075 * win32/Makefile.mingw: updates for RelaxNG
11076 * win32/libxml2.def.src: added RelaxNG exports
11077
11078Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
11079
11080 * xinclude.c: applied another bug fix from Sean Chittenden
11081
11082Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
11083
11084 * configure.in xmllint.c: I f...ed up the default configuration
11085 of schemas and --relaxng option display in xmllint, pointed by
11086 Morus Walter.
11087 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
11088 detection module, fixes bug #105374.
11089
11090Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11091
11092 * xmlschemastypes.c: added the boolean base type.
11093
11094Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
11095
11096 * xmlschemastypes.c: started implementing some of the missing
11097 default simple types
11098 * result/relaxng/*: updated the results
11099
11100Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11101
11102 * NEWS doc/*: updated the docs, ready for 2.5.2 release
11103
11104Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
11105
11106 * HTMLparser.c tree.c xmlIO.c: comments cleanups
11107 * Makefile.am: use xmllint for doing the RelaxNG tests
11108 * configure.in: preparing 2.5.2 made schemas support default to
11109 on instead of off
11110 * relaxng.c: removed the verbosity
11111 * xmllint.c: added --relaxng option
11112 * python/generator.py python/libxml_wrap.h: prepared the integration
11113 of the new RelaxNG module and schemas
11114 * result/relaxng/*: less verbose output
11115
11116Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
11117
11118 * valid.c: do not run content model validation if the
11119 content is not determinist
11120
11121Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11122
11123 * SAX.c: added the redefinition of namespaced attribute
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011124 check that was missing as Fabrice Desré pointed out.
William M. Brack11be2d02007-01-24 19:17:19 +000011125
11126Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
11127
11128 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
11129 improvements from Nick Kew, allowing to do more checking
11130 to HTML elements and attributes.
11131
11132Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
11133
11134 * xinclude.c: fixing bug #105137 about entities declaration
11135 needing to be copied to the including document.
11136
11137Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
11138
11139 * catalog.c: fixed bug #104817 with delegateURI
11140 * xpath.c: fixing bugs #104123 and #104125
11141
11142Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
11143
11144 * configure.in valid.c xmlreader.c python/libxml_wrap.h
11145 python/types.c: fixing #104096 to compile without regexps
11146
11147Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11148
11149 * valid.c: fixing bug #103969 forgot to add an epsilon transition
11150 when building the automata for elem*
11151
11152Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11153
11154 * HTMLparser.c: applied patch from Arne de Bruijn fixing
11155 bug #103827
11156
11157Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
11158
11159 * HTMLparser.c: updating a comment, fixing #103776
11160
11161Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
11162
11163 * parser.c: fixing bug 105049 for validity checking of content
11164 within recursive entities.
11165
11166Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11167
11168 * HTMLparser.c: try to fix # 105049
11169 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
11170 * tree.c: updated a function comment
11171
11172Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11173
11174 * relaxng: more work on grammars and refs/defs
11175 * test/relaxng/* result/relaxng/*: augmented/updated the
11176 regression tests
11177
11178Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
11179
11180 * relaxng: more work on name classes, except support
11181 * test/relaxng/* result/relaxng/*: augmented/updated the
11182 regression tests
11183
11184Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
11185
11186 * relaxng: more work on name classes, the "validate all" schemas
11187 seems to work now.
11188 * test/relaxng/* result/relaxng/*: augmented/updated the
11189 regression tests
11190
11191Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11192
11193 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
11194 * parser.c: put a guard against infinite document depth, basically
11195 trying to avoid another kind of DoS attack.
11196 * relaxng.c: some code w.r.t. nameClasses
11197
11198Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11199
11200 * test/relaxng/* result/relaxng/*: check all the namespace support
11201 was actually correct based on tutorial section 10.
11202
11203Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11204
11205 * relaxng: include seems to work okay now
11206 * test/relaxng/* result/relaxng/*: augmented/updated the
11207 regression tests
11208
11209Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11210
11211 * relaxng.c: a bit of work done in the train back.
11212 * test/relaxng/*: added one of the include tests
11213
11214Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11215
11216 * relaxng: more work done in the train
11217 * test/relaxng/* result/relaxng/*: augmented/updated the
11218 regression tests
11219
11220Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11221
11222 * relaxng.c: debugging of externalRef
11223 * test/relaxng/* result/relaxng/*: augmented/updated the
11224 regression tests
11225
11226Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11227
11228 * relaxng.c: more work on Relax-NG, implementing externalRef
11229 * test/relaxng/* result/relaxng/*: augmented/updated the
11230 regression tests
11231 * Makefile.am: cleanup to Relaxtests target
11232
11233Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11234
11235 * relaxng.c: more work on Relax-NG, implementing interleave
11236 * test/relaxng/* result/relaxng/*: augmented/updated the
11237 regression tests
11238
11239Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
11240
11241 * relaxng.c: more work on Relax-NG, implementing interleave
11242 * test/relaxng/* result/relaxng/*: augmented/updated the
11243 regression tests
11244
11245Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
11246
11247 * doc/tutorial/customfo.xsl
11248 * doc/tutorial/customhtml.xsl
11249 adding stylesheet customizations used to generate fo
11250 for pdf and html
11251
11252Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11253
11254 * relaxng.c: more work on Relax-NG
11255 * test/relaxng/* result/relaxng/*: augmented/updated the
11256 regression tests
11257 * xmlschemastypes.c: added a number of base type definition but not
11258 the associated checks, those are still TODOs
11259
11260Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
11261
11262 in docs/tutorial:
11263 * apa.html
11264 * apb.html
11265 * apc.html
11266 * apd.html
11267 * ape.html
11268 * apf.html
11269 * apg.html
11270 * ar01s02.html
11271 * ar01s03.html
11272 * ar01s04.html
11273 * ar01s05.html
11274 * ar01s06.html
11275 * ar01s07.html
11276 * ar01s08.html
11277 * index.html
11278 * xmltutorial.pdf
11279 * xmltutorial.xml
11280 add index to tutorial
11281
11282Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
11283
11284 * doc/xmlcatalog.1
11285 * doc/xmlcatalog_man.html
11286 * doc/xmlcatalog_man.xml
11287 belatedly fixing bug #93622 (adds rewriteURI type to
11288 "--add" option in xmlcatalog man page
11289
11290Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11291
11292 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
11293 Julio Merino, closing #104475
11294
11295Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11296
11297 * relaxng.c: more work on Relax-NG
11298 * test/relaxng/* result/relaxng/*: augmented/updated the
11299 regression tests
11300
11301Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11302
11303 * relaxng.c: more work on Relax-NG
11304 * test/relaxng/* result/relaxng/*: augmented/updated the
11305 regression tests
11306
11307Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11308
11309 * README: updated the policy on private mail answers
11310 * relaxng.c: more work on Relax-NG
11311 * test/relaxng/* result/relaxng/*: augmented/updated the
11312 regression tests
11313
11314Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
11315
11316 * error.c parser.c tree.c: applied a documentation patch from
11317 Stefan Kost
11318
11319Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
11320
11321 * relaxng.c: more work on Relax-NG
11322 * doc/*: regenerated the docs
11323 * test/relaxng/* result/relaxng/*: updated and augmented the
11324 Relax-NG regression tests and results
11325
11326Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
11327
11328 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
11329 First commit of the new Relax-NG validation code, not generally
11330 useful yet.
11331 * test/relaxng/* result/relaxng/*: current state of the regression
11332 tests
11333
11334Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11335
11336 * tree.c: minimized the memory allocated for GetContent
11337 and a bit of cleanup.
11338
11339Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
11340
11341 * python/generator.py: seems there is no good reasons to
11342 not generate bindings for XPointer
11343
11344Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
11345
11346 * xmlreader.c doc/apibuild.py: applied a new patch from
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011347 Stéphane Bidoul for cleanups
William M. Brack11be2d02007-01-24 19:17:19 +000011348 * doc/libxml2-api.xml: rebuilt the API description with
11349 new entry points
11350
11351Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
11352
11353 * xmlreader.c python/drv_libxml2.py python/generator.py
11354 python/libxml.c python/libxml.py python/libxml_wrap.h
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011355 python/types.c: patch from Stéphane Bidoul for better per
William M. Brack11be2d02007-01-24 19:17:19 +000011356 context error message APIs
11357 * python/tests/ctxterror.py python/tests/readererr.py:
11358 update of the tests
11359
11360Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
11361
11362 * doc/guidelines.html
11363 grammar and spelling cleanup
11364
11365Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
11366
11367 * xmlreader.c include/libxml/xmlreader.h python/generator.py
11368 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011369 a patch from Stéphane Bidoul to allow per XMLtextReader error
William M. Brack11be2d02007-01-24 19:17:19 +000011370 and warning handling
11371 * python/tests/Makefile.am python/tests/readererr.py: adding the
11372 specific regression test
11373
11374Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
11375
11376 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
11377 should raise a syntax error
11378
11379Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11380
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011381 * python/libxml.c: cleanup patch from Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011382
11383Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
11384
11385 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
11386
11387Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
11388
11389 * python/generator.py python/libxml.c python/libxml.py
11390 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011391 from Stéphane Bidoul to provide per parser error handlers at the
William M. Brack11be2d02007-01-24 19:17:19 +000011392 Python level.
11393 * python/tests/Makefile.am python/tests/ctxterror.py: added a
11394 regression test for it.
11395
11396Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11397
11398 * xmlreader.c: fixed the streaming property of the reader,
11399 it was generating tree faster than consuming it. Pointed out
11400 by Nate Myers
11401 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
11402
11403Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11404
11405 * win32/libxml2.def.src: added more xmlreader and other exports
11406
11407Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11408
11409 * xpath.c: fix to the XPath implementation for parent and
11410 ancestors axis when operating on a Result Value Tree.
11411 Fixes bug #100271
11412
11413Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11414
11415 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
11416 to fix some URI/file escaping problems
11417
11418Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
11419
11420 * python/generator.py: fixed a bug raised by Raymond Wiker,
11421 docSetRootElement() should not raise an exception if the
11422 return is None
11423
11424Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
11425
11426 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
11427 fixed bug #102181 by applying the suggested change and fixing
11428 the generation/registration problem.
11429
11430Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11431
11432 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
11433 routines.
11434
11435Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
11436
11437 * parser.c: one more IsEmptyElement crazyness, that time in
11438 external parsed entities if substitution is asked.
11439 * python/tests/reader3.py: added a specific test.
11440
11441Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
11442
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011443 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
William M. Brack11be2d02007-01-24 19:17:19 +000011444 support and improved error handler registration
11445
11446Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11447
11448 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
11449 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
11450 * README: fixed a link
11451
11452Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
11453
11454 * configure.in doc/* NEWS: preparing 2.5.1 release
11455 * SAX.c parser.c: fixing XmlTextReader bug
11456
11457Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11458
11459 * SAX.c: fuck, I introduced a memory leak on external parsed
11460 entities in 2.5.0 :-(
11461
11462Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
11463
11464 * xmllint.c: another fix needed as pointed by Christophe Merlet
11465 for --stream --debug if compiled without debug support.
11466
11467Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
11468
11469 * doc/xmllint.xml
11470 * doc/xmllint.1:
11471 update man page with --stream and --chkregister
11472
11473Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11474
11475 * globals.c: fixed --with-threads compile
11476 * xmllint.c: fixed --without-debug compile
11477 * include/libxml/globals.h: cleanup
11478 * include/libxml/schemasInternals.h: add a missing include
11479
11480Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11481
11482 * configure.in NEWS: preparing 2.5.0 release
11483 * SAX.c: only warn in pedantic mode about namespace name
11484 brokeness
11485 * globals.c: fix a doc generation problem
11486 * uri.c: fix #101520
11487 * doc/*: updated and rebuilt the doc for the release, includuding
11488 stylesheet update
11489 * python/Makefile.am: fix a filename bug
11490
11491Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
11492
11493 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
11494 should not be called.
11495
11496Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
11497
11498 * libxml-2.0.pc.in: applied the patch to fix #101894
11499
11500Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
11501
11502 * tree.c : applied patch from Lukas Schroeder for register callbacks
11503 * valid.c: modified patch from Lukas Schroeder to test
11504 register callbacks with --chkregister
11505
11506Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
11507
11508 * xmlreader.c: seriously changed the way data are pushed to
11509 the underlying parser, go by block of 512 bytes instead of
11510 tryng to detect tag boundaries at that level. Changed the
11511 way empty element are detected and tagged.
11512 * python/tests/reader.py python/tests/reader2.py
11513 python/tests/reader3.py: small changes mostly due to context
11514 reporting being different and DTD node being reported. Some
11515 errors previously undetected are now caught and fixed.
11516 * doc/xmlreader.html: flagged last section as TODO
11517
11518Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
11519
11520 * python/libxml.py: integrated the Python 2.2 optimizations
11521 from Hannu Krosing, while maintaining compatibility with
11522 1.5 and 2.1
11523
11524Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
11525
11526 * xmllint.c: a bit of cleanup
11527 * xmlreader.c: small fix
11528 * doc/xmlreader.html: more work on the XmlTextReader tutorial
11529 * python/libxml.py: a few fixes pointed out by Hannu Krosing
11530
11531Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11532
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011533 * python/setup.py.in: patch from Stéphane Bidoul to include
William M. Brack11be2d02007-01-24 19:17:19 +000011534 drv_libxml2.py in setup.py
11535
11536Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
11537
11538 * doc/xmlreader.html: starting documenting the new XmlTextReader
11539 interface.
11540
11541Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11542
11543 * xmllint.c: added the --stream flag to use the TextReader API
11544 * xmlreader.c: small performance tweak
11545
11546Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11547
11548 * xmlreader.c python/tests/reader2py: okay the DTD validation
11549 code on top of the XMLTextParser API should be solid now.
11550
11551Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
11552
11553 * xmlreader.c python/tests/reader2py: Fixing some more mess
11554 with validation and recursive entities while using the
11555 reader interface, it's getting a bit messy...
11556
11557Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11558
11559 * xmlreader.c python/tests/reader.py: another couple of problem
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011560 related to IsEmptyElement reported by Stéphane Bidoul needed
William M. Brack11be2d02007-01-24 19:17:19 +000011561 some fixes.
11562
11563Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11564
11565 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011566 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011567 based on the python XmlTextReader interface.
11568
11569Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
11570
11571 * tree.c: backing out one change in the last patch which broke the
11572 regression tests
11573
11574Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
11575
11576 * global.data globals.c tree.c include/libxml/globals.h: applied
11577 an old patch from Lukas Schroeder to track node creation and
11578 destruction. Probably missing a lot of references at the moment
11579 and not usable reliably.
11580
11581Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11582
11583 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
11584 from doc/news.html and a stylesheet
11585
11586Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
11587
11588 * xmlreader.c python/tests/reader.py: fixed another couple of
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011589 xmlreader bugs reported by Stéphane Bidoul and added tests.
William M. Brack11be2d02007-01-24 19:17:19 +000011590
11591Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11592
11593 * xmlreader.c python/tests/reader2.py: fixed another validity
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011594 checking in external parsed entities raised by Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011595 and added a specific regression test.
11596 * python/tests/reader3.py: cleanup
11597
11598Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11599
11600 * xmlreader.c python/tests/reader2.py: fixed a problem with
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011601 validation within entities pointed by Stéphane Bidoul, augmented
William M. Brack11be2d02007-01-24 19:17:19 +000011602 the tests to catch those.
11603
11604Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11605
11606 * python/generator.py: modified the generator to allow keeping
11607 class references when creating new classes, needed to fix a bug
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011608 pointed by Stéphane Bidoul where the input buffer of the
William M. Brack11be2d02007-01-24 19:17:19 +000011609 xmlTextReader instance gets destroyed if the python wrapper for
11610 the input is not referenced anymore.
11611
11612Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
11613
11614 * xmlreader.c python/tests/reader.py: fixed another pair of problem
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011615 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
William M. Brack11be2d02007-01-24 19:17:19 +000011616
11617Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11618
11619 * xmlreader.c python/tests/reader.py: fixed another problem
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011620 pointed by Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011621
11622Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11623
11624 * xmlreader.c python/tests/reader.py: fixed a limit case problem
11625 with "<a/>"
11626
11627Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11628
11629 * SAX.c: warn on xmlns:prefix="foo"
11630 * xmlreader.c python/tests/reader.py: fixed a couple of problem
11631 for namespace attributes handling.
11632
11633Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11634
11635 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
11636 a really nasty problem raised by a DocBook XSLT transform
11637 provided by Sebastian Bergmann
11638
11639Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11640
11641 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011642 by Stéphane Bidoul and integrated it into the tests
William M. Brack11be2d02007-01-24 19:17:19 +000011643
11644Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
11645
11646 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
11647 extended the XmlTextReader API a bit, addding accessors for
11648 the current doc and node, and an entity substitution mode for
11649 the parser.
11650 * python/libxml.py python/libxml2class.txt: related updates
11651 * python/tests/Makefile.am python/tests/reader.py
11652 python/tests/reader2.py python/tests/reader3.py: updated a bit
11653 the old tests and added a new one to test the entities handling
11654
11655Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11656
11657 * python/generator.py python/libxml2class.txt
11658 python/tests/reader.py python/tests/reader2.py: changed the
11659 generator to provide casing for the XmlTextReader similar to
11660 C# so that examples and documentation are more directly transposable.
11661 Fixed the couple of tests in the suite.
11662
11663Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
11664
11665 * doc/guidelines.html: added a document on guildeline for
11666 publishing and deploying XML
11667
11668Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11669
11670 * valid.c xmlreader.c: final touch running DTD validation
11671 on the XmlTextReader
11672 * python/tests/Makefile.am python/tests/reader2.py: added a
11673 specific run based on the examples from test/valid/*.xml
11674
11675Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
11676
11677 * python/libxml.py: added a few predefined xmlTextReader parser
11678 configuration values.
11679
11680Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11681
11682 * python/libxml_wrap.h: trying to fix #102037
11683
11684Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
11685
11686 * SAX.c: fixing bug #95296, when the predefined entities
11687 are redefined in the DTD the default one must be used
11688 instead anyway.
11689
11690Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
11691
11692 * doc/xmllint.xml
11693 * doc/xmllint.1
11694 Add discussion of XML_DEBUG_CATALOG to xmllint man
11695 page - bug #100907
11696
11697Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11698
11699 * xmlreader.c: Fixed the empty node detection to avoid reporting
11700 an inexistant close tag.
11701
11702Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11703
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011704 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011705 for Python 2.1
11706
11707Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11708
11709 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
11710
11711Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11712
11713 * doc/libxml2-api.xml python/tests/reader.py: one really need
11714 to provide the base URI information when creating a reader parser
11715 from an input stream. Updated the API and the example using it.
11716
11717Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11718
11719 * testReader.c xmlreader.c valid.c include/libxml/tree.h
11720 include/libxml/valid.h include/libxml/xmlreader.h: working on
11721 DTD validation on top of xml reader interfaces. Allows to
11722 validate arbitrary large instances. This required some extensions
11723 to the valid module interface and augmenting the size of xmlID
11724 and xmlRef structs a bit.
11725 * uri.c xmlregexp.c: simple cleanup.
11726
11727Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11728
11729 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
11730 work on the xml reader interfaces.
11731 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
11732 Web page for the Windows binaries.
11733
11734Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11735
11736 * xmlIO.c: applied a patch for VMS following the report by
11737 Nigel Hall
11738
11739Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11740
11741 * parser.c: the parseStartTag bug fix wasn't complete.
11742
11743Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11744
11745 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
11746 parseStartTag, fixing it.
11747 * test/att4 result/att4 result/noent/att4: adding the test
11748 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
11749 more methods to XmlTextReader.
11750
11751Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11752
11753 * win32/libxml2.def.src: added more xml reader exports
11754 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
11755 to the build
11756
11757Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
11758
11759 * doc/tutorial/xmltutorial.xml
11760 plus generated html and pdf
11761 Updating tutorial again based on further comments from Niraj
11762 Tolia on the last iteration
11763
11764Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
11765
11766 * doc/tutorial/xmltutorial.xml
11767 * doc/tutorial/includekeyword.c
11768 * doc/tutorial/includegetattribute.c
11769 plus generated html and pdf
11770 Adding fix from Niraj Tolia to tutorial to properly free memory.
11771
11772Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11773
11774 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
11775 more methods of XmlTextReader.
11776 * python/libxml2class.txt python/tests/reader.py: this increased the
11777 methods in the bndings, augmented the test to check those new
11778 functions.
11779
11780Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11781
11782 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
11783 methods of XmlTextReader.
11784 * python/generator.py python/libxml_wrap.h python/types.c
11785 python/libxml2class.txt: added the reader to the Python bindings
11786 * python/tests/Makefile.am python/tests/reader.py: added a specific
11787 test for the Python bindings of the Reader APIs
11788 * parser.c: small cleanup.
11789
11790Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11791
11792 * xinclude.c: fallback was only copying the first child not the
11793 full child list of the fallback element, closes #89684 as reopened
11794 by Bernd Kuemmerlen
11795
11796Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11797
11798 * win32/libxml2.def.src: exported htmlNodeDumpOutput
11799
11800Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
11801
11802 * configure.in: preparing release of 2.4.30
11803 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
11804 gives enum values, fix functype return type, put back fields in
11805 structs
11806 * doc/*: updated the docs rebuilt
11807
11808Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
11809
11810 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vakoc
11811 about htmlNodeDumpOutput location.
11812 * xpath.c: removed an undefined function signature
11813 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
11814 too many symbols in the API breaking the python bindings.
11815 Updated with the libxslt/libexslt changes.
11816
11817Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11818
11819 * configure.in: preparing release of 2.4.29
11820 * doc/*: rebuilt the docs and API
11821 * xmlreader.c: a few more fixes for the XmlTextReader API
11822
11823Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11824
11825 * include/win32config.h: applied mingw patch from Magnus Henoch
11826
11827Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11828
11829 * catalog.c doc/libxml2-api.xml: a bit more cleanup
11830
11831Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
11832
11833 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
11834 building Python script, does the C parsing directly, generates
11835 a better API description including structure fieds defs and
11836 enums. Still a couple of bugs, but good enough for the python
11837 wrappers now.
11838 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
11839 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
11840 include/libxml/schemasInternals.h include/libxml/tree.h: more
11841 cleanup based on the python analysis script reports.
11842 * libxml.spec.in: make sure the API XML description is part of the
11843 devel package.
11844
11845Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
11846
11847 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
11848 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
11849 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
11850 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
11851 code cleanup, especially the function comments.
11852 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
11853
11854Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
11855
11856 * Makefile.am xmlreader.c include/libxml/Makefile.am
11857 include/libxml/xmlreader.h: Adding a new set of APIs based on
11858 the C# TextXmlReader API but converted to C. Allow to parse
11859 in constant memory usage, far simpler to program and explain
11860 than the SAX like APIs, unfinished but working.
11861 * testReader.c: test program
11862
11863Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11864
11865 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
11866
11867Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11868
11869 * tree.c: Chip turner indicated that XHTML1 serialization
11870 rule for style actually break on both IE and Mozilla,
11871 try to avoid the rule if escaping ain't necessary
11872
11873Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
11874
11875 * nanhttp.c: handle HTTP URL escaping, problem reported by
11876 Glen Nakamura and Stefano Zacchiroli
11877
11878Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
11879
11880 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
11881
11882Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11883
11884 * uri.c: Johann Richard pointed out some XPointer problems for
11885 URN based URI references in XInclude. Modified the URI parsing
11886 and saving routines to allow correct parsing and saving of
11887 XPointers, especially when attached to "opaque" scheme accordingly
11888 to RFC 2396
11889
11890Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11891
11892 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
11893 of refactoring to the HTML saving code.
11894 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
11895 in the doc.
11896
11897Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
11898
11899 * tree.c include/libxml/tree.h: refactored the XML dump of a node
11900 to a buffer API to reuse the generic dump to an OutputIO layer,
11901 this reduces code, fixes xmlNodeDump() for XHTML, also made
11902 xmlNodeDump() now return the number of byte written.
11903
11904Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
11905
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011906 * python/setup.py.in: another patch from Stéphane Bidoul for
William M. Brack11be2d02007-01-24 19:17:19 +000011907 Python bindings on Windows
11908 * doc/parsedecl.py: small cleanup
11909
11910Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11911
11912 * libxml.spec.in configure.in: add a line in %changelog for releases
11913
11914Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
11915
11916 * parser.c: patch from Marcus Clarke fixing a problem in entities
11917 parsing that was detected in KDe documentations environment.
11918
11919Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
11920
11921 * python/libxml.c (libxml_prev): Return the previous as opposed to
11922 the next node (I guess this is the result of some cut & paste programming:)
11923
11924Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11925
11926 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
11927
11928Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11929
11930 * python/generator.py python/libxml.c python/setup.py.in: trying
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011931 to fix the Python bindings build on Windows (Stéphane Bidoul)
William M. Brack11be2d02007-01-24 19:17:19 +000011932
11933Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11934
11935 * win32/configure.js: added option for python bindings
11936 * win32/libxml2.def.src: added more exports
11937
11938Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11939
11940 * win32/Makefile.mingw: fixed unresolved symbols when linking with
11941 pthreads
11942 * win32/wince/*: applied updates to Windows CE port from Javier
11943
11944Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11945
11946 * configure.in: preparing 2.4.28
11947 * libxml.spec.in doc/Makefile.am: some cleanup
11948 * doc/*: updated the news and regenerated.
11949
11950Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
11951
11952 * HTMLparser.c: final touch at closing #87235 </p> end tags
11953 need to be generated.
11954 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
11955 this change slightly the output of a few tests
11956 * doc/*: regenerated
11957
11958Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11959
11960 * parserInternals.c: fixing bug #99190 when UTF8 document are
11961 parsed using the progressive parser and the end of the chunk
11962 is in the middle of an UTF8 multibyte character.
11963
11964Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
11965
11966 * threads.c: fixed initialization problem in xmlNewGlobalState
11967 which was causing crash.
11968 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
11969 in xmlInitializeGlobalState.
11970 * parserInternals.c: cleaned up ctxt->sax initialisation.
11971
11972Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
11973
11974 * tree.c include/libxml/tree.h: modified the existing APIs
11975 to handle XHTML1 serialization rules automatically, also add
11976 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
11977 libxslt serialization uses it when needed without changing
11978 the library API.
11979 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
11980 result/xhtml1: added a new test specifically for xhtml1 output
11981 and updated the result of one XHTML1 test
11982
11983Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
11984
11985 * xinclude.c parserInternals.c encoding.c: fixed #99082
11986 for xi:include encoding="..." support on text includes.
11987 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
11988 test/XInclude/ents/isolatin.txt : added a specific regression test
11989 * python/generator.py python/libxml2class.txt: fixed the generator
11990 the new set of comments generated for doc/libxml2-api.xml were
11991 breaking the python generation.
11992
11993Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
11994
11995 * doc/Makefile.am: repair some problem if gtk-doc fail or such
11996 * configure.in: patch for Solaris on new autoconf closes #98880
11997 * doc/parsedecl.py: repair the frigging API building script,
11998 did I say that python xmllib sucks ?
11999 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
12000 and some comment are no more truncated.
12001
12002Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
12003
12004 * parser.c: Martin Stoilov pointed out a potential leak in
12005 xmlCreateMemoryParserCtxt
12006
12007Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
12008
12009 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
12010 included in HTML documents and using the push parser.
12011
12012Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
12013
12014 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
12015 specified, look for the Python interpreter not just in the
12016 specified root but also in the specified location. Fixes #98825
12017
12018Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
12019
12020 * python/libxml.c: fixing bug #98792 , node may have no doc
12021 and dereferencing without checking ain't good ...
12022
12023Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
12024
12025 * configure.in: preparing release 2.4.27
12026 * doc/* : updated and rebuilt the docs
12027 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
12028 and all the docs are actually packaged and in the final RPMs
12029 * parser.c parserInternals.c include/libxml/parser.h: restore
12030 xmllint --recover feature.
12031
12032Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
12033
12034 * parser.c xpath.c: fixing #96925 wich was also dependent on the
12035 processing of parsed entities, and XPath computation on sustitued
12036 entities.
12037 * testXPath.c: make sure entities are substitued.
12038
12039Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
12040
12041 * parser.c: fixed #96594, which was totally dependent on the
12042 processing of internal parsed entities, which had to be changed.
12043
12044Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
12045
12046 * Makefile.am python/Makefile.am python/tests/Makefile.am:
12047 trying to fix bug #98517 about building outside the source tree
12048 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
12049
12050Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12051
12052 * include/win32config.h: cleanup
12053 * win32/Makefile.mingw: integrated mingw in JScript configure
12054 * win32/Makefile.msvc: modified to allow mingw coexistence
12055 * win32/configure.js: integrated mingw
12056 * win32/Readme.txt: cleanup
12057
12058Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
12059
12060 * HTMLparser.c: strengthen the guard in the Pop macros,
12061 like in the XML parser, closes bug #97315
12062
12063Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
12064
12065 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
12066 callback is never used.
12067
12068Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
12069
12070 * parserInternals.c: fixed the initialization of the SAX structure
12071 which was breaking xsltproc
12072 * xpath.c: patch from Petr Pajas for CDATA nodes
12073 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
12074 * parser.c include/libxml/parser.h: patch from Peter Jones
12075 removing a leak in xmlSAXParseMemory() and adding the
12076 function xmlSAXParseMemoryWithData()
12077
12078Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
12079
12080 adding pdf of tutorial, changing web page to link to it
12081 * doc/tutorial/xmltutorial.pdf
12082 * doc/xml.html
12083 * doc/docs.html
12084
12085Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
12086
12087 * doc/tutorial/ar01s08.html
12088 adding file what I forgot for tutorial
12089
12090Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
12091
12092 Adding encoding discussion to tutorial
12093 Added:
12094 * doc/tutorial/images/*.png: DocBook admonition image files
12095 * doc/tutorial/apf.html, apg.html: new generated html
12096 * doc/tutorial/includeconvert.c: conversion code entity file
12097 changed:
12098 * doc/tutorial/xmltutorial.xml: DocBook original
12099 * doc/tutorial/*.html: generated html
12100
12101Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12102
12103 * include/libxml/*.h: retired xmlwin32version.h
12104 * doc/Makefile.am: retired xmlwin32version.h
12105 * win32/configure.js: retired xmlwin32version.h
12106
12107Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12108
12109 * win32/libxml2.def.src: exported additional symbols
12110 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
12111 sisterhood
12112
12113Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
12114
12115 * globals.c: fixed a typo pointed out by Igor
12116 * xpath.c: try to speed up node compare using line numbers
12117 if available.
12118
12119Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
12120
12121 * tree.c: make xmlFreeNode() handle attributes correctly.
12122
12123Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12124
12125 * catalog.c: completed the #96963 fix, as reported by Karl
12126 Eichwalder
12127
12128Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12129
12130 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
12131
12132Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12133
12134 * Makefile.am: switched the order of a couple of includes
12135 to fix bugs #97100
12136
12137Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12138
12139 * catalog.c: fixed bug #96963, reverted to the old behaviour of
12140 xmlLoadCatalogs that used to separate directories with a ':'.
12141
12142Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12143
12144 * threads.c: improvements to the Windows-side of thread handling
12145 * testThreads.c: conditionally excluded unistd.h
12146 * testThradsWin32.c: broke overlong lines
12147 * include/win32config.h: adapted thread-related macros to the new
12148 scheme and for pthreads on Windows
12149 * win32/Makefile.msvc: introduced a more flexible thread build,
12150 added testThreads[Win32].c to the build
12151 * win32/configure.js: introduced a more flexible thread config
12152
121532002-10-31 John Fleck <jfleck@inkstain.net>
12154
12155 * doc/xml.html (and, by implication, FAQ.html)
12156 added UTF-8 conversaion FAQ from Marcus Labib Iskander
12157
12158Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12159
12160 * configure.in: removed xmlwin32version.h
12161 * include/libxml/Makefile.am: removed xmlwin32version.h
12162
12163Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
12164
12165 * tree.c: applied patch from Brian Stafford to fix a bug
12166 in xmlReconciliateNs()
12167
12168Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12169
12170 * tree.c: applied patch from Christian Glahn to allow
12171 xmlNewChild() on document fragment nodes
12172
12173Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12174
12175 * parser.c: Christian Glahn found a problem with a recent
12176 patch to xmlParseBalancedChunkMemoryRecover()
12177 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
12178 problems
12179 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
12180 test/schemas/seq*: added the test cases from Charles
12181
12182Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12183
12184 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
12185 serious cleanup of the spec file and associated changes
12186 in the Makefiles.
12187 * valid.c: try to remove some warnings on x86_64
12188
12189Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12190
12191 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
12192 fix bug #96586
12193
12194Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12195
12196 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
12197 parsing, applied his patch
12198 * result/HTML/attrents.html result/HTML/attrents.html.err
12199 result/HTML/attrents.html.sax test/HTML/attrents.html:
12200 added the test and result case provided by Mikhail Sogrine
12201
12202Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
12203
12204 * vms/build_libxml.com vms/config.vms vms/readme.vms
12205 include/libxml/parser.h include/libxml/parserInternals.h
12206 include/libxml/tree.h include/libxml/xmlIO.h
12207 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
12208 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
12209 Applied the VMS update patch from Craig A. Berry
12210 * doc/*.html: update
12211
12212Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
12213
12214 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
12215
12216Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12217
12218 * debugXML.c: adding a grep command to --shell in xmllint
12219 for T.V. Raman
12220
12221Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12222
12223 * xmlcatalog.c: tried to fix some of the problem with --sgml
12224
12225Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
12226
12227 * parser.c: tried to fix bug #91500 where doc->children may
12228 be overriden by a call to xmlParseBalancedChunkMemory()
12229
12230Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
12231
12232 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
12233 identifiers in SGML catalogs containing '&'
12234
12235Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12236
12237 * python/types.c: fixed bugs when passing result value tree
12238 to Python functions.
12239
12240Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12241
12242 * configure.in: preparing the release of 2.4.26
12243 * doc/*: updated and rebuilt the documentation
12244
12245Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12246
12247 * parser.c: fixed a XML Namespace compliance bug reported by
12248 Alexander Grimalovsky
12249
12250Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12251
12252 * HTMLtree.c: fixed serialization of script and style when
12253 they are not lowercase (i.e. added using the API to the tree).
12254
12255Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12256
12257 * valid.c: make xmlValidateDocument emit a warning msg if there
12258 is no DTD, pointed by Christian Glahn
12259
12260Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
12261
12262 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
12263 content model when some of the blocks have min or max, and a couple
12264 of bugs found in the process.
12265 * result/schemas/list0* test/schemas/list0*: added some specific
12266 regression tests
12267
12268Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
12269
12270 * README: updated the contact informations
12271
12272Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12273
12274 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
12275 misses it, reported by Peter Bray.
12276
12277Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
12278
12279 * tree.c: investigating xmlNodeGetContent() on namespace nodes
12280 and removed a few warnings
12281
12282Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
12283
12284 * parser.c: Christian Glahn found a small bug in the push parser.
12285 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
12286 public
12287
12288Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12289
12290 * xmlschemas.c include/libxml/xmlschemas.h: added
12291 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
12292 * testSchemas.c: added --memory to test the new interface
12293
12294Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
12295
12296 * doc/index.py doc/search.php: integrated the XSLT indexing,
12297 a few fixed in the indexer, added a scope selection at the
12298 search level.
12299
12300Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12301
12302 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
12303 this was due to uninitialized parts of the validation context
12304
12305Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
12306
12307 * debugXML.c: applied patch from Mark Vakoc except the API
12308 change, preserved it.
12309 * doc/*: updated the docs to point to the search engine for
12310 information lookup or before bug/help reports.
12311
12312Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
12313
12314 * doc/index.py doc/search.php: added mailing-list archives
12315 indexing and lookup
12316
12317Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12318
12319 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
12320
12321Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
12322
12323 * doc/index.py: improved HTML indexing
12324 * doc/search.php: make the queries also lookup the HTML based indexes
12325
12326Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12327
12328 * doc/index.py: added HTML page indexing
12329
12330Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12331
12332 * xmlIO.c: extended Windows path normalisation to fix the base
12333 problem in libxslt.
12334 * catalog.c: fixed list handling in XML_CATALOG_FILES
12335
12336Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12337
12338 * valid.c: typo/bug found by Christian Glahn
12339
12340Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12341
12342 * xmlIO.c: applied Windows CE patch from Javier.
12343 * win32/wince: new directory, contains support for the PocketPC
12344 with Windows CE from Javier.
12345 * include/win32config.h: reorganised, removed duplicate
12346 definitions and applied WinCE patch from Javier.
12347 * include/wsockcompat.h: new file, now contains WinSock
12348 compatibility macros.
12349 * win32/Makefile.msvc: introduced double-run compilation.
12350
12351Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12352
12353 * configure.in include/libxml/xmlwin32version.h: preparing release
12354 of 2.4.25
12355 * doc/*: updated and regenerated teh docs and web pages.
12356
12357Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12358
12359 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
12360 error were not covering namespace declarations.
12361 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
12362 it was missing the attribute declaration for the namespace
12363 * result/VC/NS3: the fix now report breakages in that test
12364
12365Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12366
12367 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
12368
12369Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12370
12371 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
12372 and regenerated the docs and web site
12373
12374Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12375
12376 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
12377 ATTRIBUTE_UNUSED is always put after the attribute declaration,
12378 not before
12379
12380Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12381
12382 * python/generator.py python/libxml2class.txt: fixed a stupid error
12383 breaking the python API
12384
12385Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12386
12387 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
12388 triostr.c triostr.h: applied a trio update patch from
12389 Bjorn Reese which should work with MinGW
12390
12391Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12392
12393 * tree.c: improving some documentation comments
12394 * xmlregexp.c: found and fixed a mem leak with python regression tests
12395 * doc/*: rebuilt the doc and the API XML file including the
12396 xmlregexp.h xmlautomata.h and xmlunicode.h headers
12397 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
12398 python/types.c: added access to the XML Schemas regexps from
12399 python
12400 * python/tests/Makefile.am python/tests/regexp.py: added a
12401 simple regexp bindings test
12402
12403Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
12404
12405 * doc/xml.html:
12406 fixing ftp links - thanks to Vitaly Ostanin
12407
12408Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
12409
12410 * xmlregexp.c: fixed the data callback on transition functionality
12411 which was broken when using the compact form
12412 * result/schemas/*: updated the results, less verbose, all tests
12413 pass like before
12414 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
12415 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
12416 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
12417 annoying warnings
12418 * xpath.c: try to provide better error report when possible
12419
12420Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12421
12422 * Makefile.am: fixed a breakage raised by Jacob
12423
12424Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12425
12426 * include/win32config.h: added HAVE_ERRNO_H definition for parts
12427 which don't use sockets
12428
12429Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12430
12431 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
12432 * win32/configure.js: applied zlib patch from Daniel Gehriger
12433
12434Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12435
12436 * win32/configure.js: applied the patch from Mark Vakoc for
12437 regexp support
12438 * win32/libxml2.def.src: applied the patch from Mark Vakoc
12439 for regexp support
12440
12441Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12442
12443 * xmlschemastypes.c: as pointed by Igor Float and Double
12444 parsing ain't finished yet
12445
12446Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
12447
12448 * Makefile.am configure.in: trying to fix #88412 by bypassing
12449 all the python subdir if python ain't detected
12450
12451Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12452
12453 * Makefile.am configure.in include/libxml/xmlversion.h.in:
12454 made configuring with regexps/automata/unicode the default
12455 but without schemas ATM
12456 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
12457 fixed the regexp based DTD validation performance and memory
12458 problem by switching to a compact form for determinist regexps
12459 and detecting the determinism property in the process. Seems
12460 as fast as the old DTD validation specific engine :-) despite
12461 the regexp built and compaction process.
12462
12463Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12464
12465 * valid.c: determinism is debugged, new DTD checking code now works
12466 but xmlFAComputesDeterminism takes far too much CPU and the whole
12467 set usues too much memory to be really usable as-is
12468
12469Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12470
12471 * tree.c: fixed another stupid bug in xmlGetNodePath()
12472 * xmllint.c: --version now report the options compiled in
12473
12474Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12475
12476 * HTMLparser.c: small cleanup
12477 * valid.c xmlregexp.c: switched DTD validation to use only regexp
12478 when configured with them. A bit of debugging around the determinism
12479 checks is still needed
12480
12481Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
12482
12483 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
12484
12485Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12486
12487 * xmlIO.c: small portability glitch fixed.
12488
12489Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12490
12491 * xmlschemastypes.c: incomplete steps for real/double support
12492 * testAutomata.c include/libxml/xmlautomata.h
12493 include/libxml/xmlregexp.h: avoiding a compilation problem
12494 * valid.c include/libxml/valid.h: starting the work toward using
12495 the regexps for actual DTD validation
12496
12497Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12498
12499 * hash.c: cosmetic cleanup
12500 * valid.c include/libxml/tree.h include/libxml/valid.h: started
12501 integrating a DTD validation layer based on the regexps
12502
12503Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12504
12505 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
12506 the determinism was tested before eliminating the epsilon
12507 transitions :-(
12508
12509Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
12510
12511 * python/generator.py python/libxml.c python/libxml.py
12512 python/libxml2-python-api.xml python/libxml2class.txt
12513 python/libxml_wrap.h python/types.c: updated the python
12514 bindings, added code for easier File I/O, and the ability to
12515 define a resolver from Python fixing bug #91635
12516 * python/tests/Makefile.am python/tests/inbuf.py
12517 python/tests/outbuf.py python/tests/pushSAXhtml.py
12518 python/tests/resolver.py python/tests/serialize.py: updated
12519 and augmented the set of Python tests.
12520
12521Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12522
12523 * win32/configure.js: added more readme info for the binary
12524 package.
12525
12526Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12527
12528 * xmlIO.c: fixed a stupid out of bound array error
12529
12530Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12531
12532 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
12533 messing around with support for Windows path, cleanups,
12534 trying to identify and fix the various code path to the
12535 filename access. Added xmlNormalizeWindowsPath()
12536
12537Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12538
12539 * error.c valid.c: working on better error reporting of validity
12540 errors, especially providing an accurate context.
12541 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
12542 error reports in those cases.
12543
12544Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12545
12546 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
12547 parser.c parserInternals.c xmlIO.c: get rid of all the
12548 perror() calls made in the library execution paths. This
12549 should fix both #92059 and #92385
12550
12551Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
12552
12553 * xmllint.c: memory leak reporting was broken after a change
12554 of the preprocessor symbol used to activate it.
12555
12556Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12557
12558 * tree.c: try to make the copy function work for node of
12559 type XML_DOCUMENT_FRAG_NODE, they are only created by the
12560 DOM layers though, not libxml2 itself.
12561
12562Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
12563
12564 * valid.c: try to provide file and line informations, not all
12565 messages are covered, but it's a (good) start
12566
12567Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
12568
12569 * xinclude.c: reimplemented a large part of the XInclude
12570 processor, trying to minimize resources used, James Henstridge
12571 provided a huge test case which was exhibiting severe memory
12572 consumption problems.
12573
12574Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
12575
12576 * python/Makefile.am: applied patch from Christophe Merlet to
12577 reestablish DESTDIR
12578
12579Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
12580
12581 * libxml.spec.in: fixes libary path for x86_64 AMD
12582
12583Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
12584
12585 * doc/tutorial/includekeyword.c
12586 * doc/tutorial/xmltutorial.xml:
12587 (plus resulting generated html files)
12588 fixing one spot I missed in the tutorial where I hadn't freed
12589 memory properly
12590
12591Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
12592
12593 * doc/tutorial/includeaddattribute.c
12594 * doc/tutorial/includeaddkeyword.c
12595 * doc/tutorial/includegetattribute.c
12596 * doc/tutorial/includekeyword.c
12597 * doc/tutorial/xmltutorial.xml
12598 * doc/tutorial/*.html:
12599 update tutorial to properly free memory (thanks to Christopher
12600 R. Harris for pointing out that this needs to be done)
12601 * doc/tutorial/images/callouts/*.png:
12602 added image files so the callouts are graphical, making it
12603 easier to read ( use "--param callout.graphics 1" to generate
12604 html with graphical callouts)
12605
12606Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
12607
12608 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
12609 nice logos generated by Marc Liyanage
12610 * doc/site.xsl *.html: changed the stylesheet to show the new
12611 logo and regenerated the pages
12612
12613Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12614
12615 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
12616
12617Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
12618
12619 * xpath.c: possible mem leak patch from Jason Adams
12620
12621Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12622
12623 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
12624 in the XQuery namespace
12625 * configure.in: preparing 2.4.24
12626 * doc/*.html: updated the web pages
12627
12628Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12629
12630 * python/generator.py: closing bug #85258 by generating conditional
12631 compile check to avoid linking to routines not configured in.
12632
126332002-08-22 Havoc Pennington <hp@pobox.com>
12634
12635 * autogen.sh: update error message for missing automake
12636
12637Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
12638
12639 * python/Makefile.am: typo in target name resulted in libxml2.py
12640 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
12641
12642Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12643
12644 * win32/win32/Makefile.mingw: updated with version from
12645 Elizabeth Barham at http://soggytrousers.net/repository/
12646
12647Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12648
12649 * win32/Makefile.msvc: added the prefix location to the include
12650 and lib search path.
12651
126522002-08-18 Havoc Pennington <hp@pobox.com>
12653
12654 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
12655 both automake 1.6 and 1.4 installed get the right automake. Means
12656 compilation from CVS will now require the latest automake 1.4
12657 release, or manually creating symlinks called "automake-1.4" and
12658 "aclocal-1.4"
12659
12660Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
12661
12662 * configure.in python/Makefile.am: more AMD 64 induced changes from
12663 Frederic Crozat
12664
12665Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12666
12667 * xinclude.c: oops I was missing the xml:base fixup too
12668 * result/XInclude/*.xml: this adds xml:base attributes to most
12669 results of the tests
12670
12671Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12672
12673 * xinclude.c: quick but apparently working implementation of
12674 xi:fallback, should close bug #89684
12675 * Makefile.am test/XInclude/docs/fallback.xml
12676 result/XInclude/fallback.xml: added a basic test for fallback,
12677 and run with --nowarning to avoid a spurious warning
12678 * configure.in: applied patch from Frederic Crozat for python
12679 bindings on AMD 64bits machines.
12680
12681Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12682
12683 * parser.c: xmlSAXUserParseMemory() really ought to fail if
12684 the caller don't pass a SAX callback block.
12685
12686Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12687
12688 * tree.c: applied the same fix for the XML-1.0 namespace to
12689 xmlSearchNsByHref() as was done for xmlSearchNs()
12690
12691Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12692
12693 * libxml.3: small cleanup of the man page
12694 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
12695 when serializing HREF attributes generated by XSLT.
12696
12697Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12698
12699 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
12700 version of Marc Liyanage' patch for boolean attributes in HTML
12701 output
12702
12703Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
12704
12705 * python/tests/serialize.py: fixed the test results, indenting
12706 behaviour changed slightly
12707
12708Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
12709
12710 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
12711 new c14n function to Windows def files
12712
12713Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
12714
12715 * c14n.c: fixed a memory leak in c14n code
12716
12717Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12718
12719 * parser.c include/libxml/parser.h: adding a new API for Christian
12720 Glahn: xmlParseBalancedChunkMemoryRecover
12721 * valid.c: patch from Rick Jones for some grammar cleanup in
12722 validation messages
12723 * result/VC/* result/valid/*: this slightly change some of the
12724 regression tests outputs
12725
12726Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12727
12728 * tree.c: trying to fix a problem in namespaced attribute handling
12729 raised by Christian Glahn
12730
12731Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12732
12733 * encoding.c include/libxml/encoding.h: Opening the interface
12734 xmlNewCharEncodingHandler as requested in #89415
12735 * python/generator.py python/setup.py.in: applied cleanup
12736 patches from Marc-Andre Lemburg
12737 * tree.c: fixing bug #89332 on a specific case of loosing
12738 the XML-1.0 namespace on xml:xxx attributes
12739
12740Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
12741
12742 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
12743 corner case from new Merlin's test suite and added a callback
12744 that will be used to improve xmlsec performance
12745
12746Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12747
12748 * HTMLtree.c: trying to fix the <style> escaping problem in
12749 HTML serialization bug #89342
12750
12751Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12752
12753 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
12754 and rebuilt the web site.
12755
12756Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
12757
12758 * include/libxml/tree.h: added _private member to xmlNs struct
12759
12760Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12761
12762 * HTMLparser.c: fixing bug #84876 based on the xml working
12763 code.
12764
12765Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12766
12767 * python/Makefile.am: enhanced to fix bug 72012 (errors
12768 when using '-jX' make parameter)
12769
12770Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12771
12772 * xpath.c: small additional enhancement for booleans
12773 compared to nodesets
12774
12775Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12776
12777 * HTMLtree.c: changed the order of the encoding declaration
12778 attributes in the meta tags due to a bug in IE/Mac
12779
12780Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12781
12782 * xpath.c: enhanced handling of booleans (especially '='
12783 and '!=' for nodesets) - fixes bug 85256. Added new
12784 routine xmlXPathNotEqualValues for more proper handling
12785 of '!=' when nodesets are involved.
12786
12787Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
12788
12789 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
12790 doc/xmlcatalog_man.xml to the source distribution
12791
12792Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12793
12794 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
12795 asked for this.
12796
12797Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
12798
12799 * configure.in: preparing 2.4.23
12800 * doc/*: rebuilt the docs
12801
12802Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
12803
12804 * parser.c: fixing bug #84169 by fixing the
12805 comment of xmlCreatePushParserCtxt to describe the
12806 encoding detection parameters better.
12807
12808Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
12809
12810 * valid.c: fixing bug #79331 in one path the lookup for
12811 ID attributes on a namespaced node wasn't handled correctly :-\
12812
12813Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
12814
12815 * HTMLparser.c: trying to fix 87235 about discarded white
12816 spaces in the HTML parser.
12817 * result/HTML/*: this changes the output of a number of HTML
12818 regression tests
12819
12820Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
12821
12822 * xpath.c: applied patch from Richard Jinks for the namespace
12823 axis + fixed a memory error.
12824 * parser.c parserInternals.c: applied patches from Peter Jacobi
12825 removing ctxt->token for good.
12826 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
12827 popped out by the regression tests.
12828 * Makefile.am: patch for threads makefile from Gary Pennington
12829
12830Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12831
12832 * xpath.c: enhanced behaviour of position() after usage of
12833 expressions involving preceding-sibling (et al).
12834
12835Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
12836
12837 * hash.c: applied a patch from Peter Jacobi to solve a problem
12838 when compiling with the Watcom C on Win32
12839 * result/schemas/*.err: the change of hashing algo generated
12840 permutations in the output
12841
12842Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12843
12844 * hash.c: applied patch from Sander Vesik improving the quality of
12845 the hash function.
12846
128472002-06-14 Aleksey Sanin <aleksey@aleksey.com>
12848
12849 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
12850 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
12851 xmllint.c xpath.c: replaced sprintf() with snprintf()
12852 to prevent possible buffer overflow (the bug was pointed
12853 out by Anju Premachandran)
12854
12855Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
12856
12857 * parser.c: removed an uninitialized data error popped by valgrind
12858 on PE references
12859
12860Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
12861
12862 * doc/xml.html
12863 adding tutorial reference to the web page
12864
12865Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
12866
12867 * doc/tutorial/xmltutorial.xml
12868 * doc/tutorial/ar01s07.html
12869 * doc/tutorial/ape.html
12870 * doc/tutorial/includegetattribute.c
12871 adding section to tutorial about retrieving an attribute
12872 value
12873
12874Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
12875
12876 * parser.c: applied a couple of patches from Peter Jacobi to start
12877 to get rid of ctxt->token, with a possible significant speed
12878 improvement to be gained once done. Better compliance with PE
12879 references constructs in DTDs too.
12880 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
12881 from Peter too
12882
12883Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
12884
12885 * parser.c: Babak Vahedipour-Kunze reported that openTag in
12886 xmlParseElement was likely to have been deallocated at the
12887 time of the report, possibly leading to segfault. Just report
12888 the tag name now.
12889
12890Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12891
12892 * xpath.c: patch from Richard Jinks for XPath substring() function
12893 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
12894
128952002-06-06 Aleksey Sanin <aleksey@aleksey.com>
12896
12897 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
12898
12899Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
12900
12901 *doc/FAQ.html
12902 fixing typos in FAQ, thanks to Robert Funnell for the
12903 editing help
12904
12905Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
12906
12907 * NEWS: got complaints from rpmlint that it was empty
12908
12909Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
12910
12911 * added doc/tutorial, including:
12912 apa.html
12913 apb.html
12914 apc.html
12915 apd.html
12916 ar01s02.html
12917 ar01s03.html
12918 ar01s04.html
12919 ar01s05.html
12920 ar01s06.html
12921 includeaddattribute.c
12922 includeaddkeyword.c
12923 includekeyword.c
12924 includestory.xml
12925 index.html
12926 xmltutorial.xml
12927 libxml tutorial, including generated html
12928
12929Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
12930
12931 * result/c14n/exc-without-comments/merlin-c14n-two-*
12932 result/c14n/without-comments/merlin-c14n-two-*
12933 test/c14n/exc-without-comments/merlin-c14n-two-*
12934 test/c14n/without-comments/merlin-c14n-two-*
12935 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
12936 c14n/exc-c14n and slightly modified test script to handle
12937 these test cases
12938 * c14n.c: fixed bugs for complicated nodes set (namespace
12939 without node and others from merlin-c14n-two.tar.gz)
12940 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
12941 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
12942 for xmlsec performance patch
12943 * xpath.c: fixed self::node() for namespaces and attributes
12944
12945Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
12946
12947 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
12948 but with the format parameter
12949 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
12950
12951Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
12952
12953 * Makefile.am: updated c14n tests suite
12954 * c14n.c: performance improvement for previous c14n patch
12955
12956Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
12957
12958 * parser.c: another peroformance patch from Peter Jacobi, that
12959 time on parsing attribute values.
12960
12961Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
12962
12963 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
12964 into LibXML2 test suite
12965
12966Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
12967
12968 * c14n.c: propagating xpath ancesstors node fix to c14n
12969 plus small performance improvement to reduce number of
12970 mallocs
12971 * xpath.c: fixed ancestors axis processing for namespace nodes
12972
12973Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
12974
12975 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
12976 Peter Jacobi
12977
12978Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12979
12980 * configure.in: preparing 2.4.22
12981
12982Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
12983
12984 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
12985 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
12986 a public entry point.
12987 * doc/*: rebuilt the API and docs
12988
12989Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12990
12991 * xpath.c: patch from Richard Jinks to fix a problem introduced
12992 in the previous patch and pointed by Norm
12993
12994Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
12995
12996 * libxml.spec.in: fixing bug #81112
12997
12998Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
12999
13000 * uri.c: fixing bug #82848
13001
13002Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13003
13004 * result/catalogs/mycatalog.full: Aleksey's commit changed the
13005 output of one catalog test
13006
13007Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
13008
13009 * global.data globals.c tree.c include/libxml/globals.h
13010 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
13011 default value for global parameter xmlIndentTreeOutput to 1 and
13012 introduced new global parameter xmlTreeIndentString (the string
13013 used to do one-level indent) with default value " " (as it was
13014 in tree.c)
13015
13016Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
13017
13018 * Makefile.am: Merijn Broeren pointed out a problem when compiling
13019 with trio and schemas.
13020
13021Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13022
13023 * xpath.c: patch from Richard Jinks to fix the problem raised in
13024 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
13025
13026Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
13027
13028 * xmlschemas.c: a bit of work on import.
13029 * xmlschemastypes.c: Charles Bozeman provided a compare function
13030 for date/time types so min/max facet restrictions should work,
13031 indeterminate comparisons return an error instead of equal.
13032 * test/schemas/date_0* result/schemas/date_0_0: specific test
13033 from Charles Bozeman too
13034
13035Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
13036
13037 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
13038 from Christian Cornelssen fixing the man pages and the Catalog
13039 building script.
13040 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
13041 next step is <xs:import> I now have a reasonable understanding
13042 of how it works.
13043
13044Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
13045
13046 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
13047
13048Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13049
13050 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
13051
13052Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
13053
13054 * xpath.c: fixing an XPath function evalutation bug pointed out
13055 by Alexey Efimov where the context was lost when evaluating
13056 the function arguments
13057
13058Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
13059
13060 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
13061 function public for XMLSec performance optimizations
13062
13063Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
13064
13065 * python/generator.py python/libxml2class.txt : fixed a problem
13066 with the HTML parser pointed by Gary Benson
13067 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
13068 example
13069
13070Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
13071 * parser.c: fixed bug #81159 (memory growth in SAX)
13072
13073Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
13074 * xpath.c: fixed bug #78858 (the real fix)
13075
13076Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
13077 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
13078
13079Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
13080
13081 * tree.c: modified xmlNodeSetBase to allow changing the
13082 base of a document.
13083
13084Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
13085
13086 * xmlschemastypes.c: patch Charles Bozeman for validation of
13087 all the date, time, and duration types
13088 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
13089 * configure.in: fixed an error pointed by an user
13090 * xml2-config.in: fixed an error pointed by an user
13091
13092Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
13093
13094 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
13095 win32/libxml2.def.src xmlIO.c: exported default
13096 'file:', 'http:' and 'ftp:' protocols input handlers
13097 and maked protocols comparisson case insensitive
13098
13099Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
13100
13101 * configure.in: Neven Has detected a typo
13102
13103Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
13104
13105 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
13106 as one of the persons allowed to commit directly to the
13107 module.
13108
13109Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
13110
13111 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
13112 * valid.c: raised a too low limit
13113 * doc/*: rebuilt the docs
13114
13115Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
13116
13117 * test/XPath/expr/floats test/XPath/expr/functions
13118 result/XPath/expr/floats result/XPath/expr/functions
13119 xpath.c: another XPath conformance patch from Richard Jinks
13120
13121Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
13122
13123 * xmlschemas.c: fixed validation of attribute groups.
13124 * test/schemas result/schemas: added an example from the primer
13125
13126Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
13127
13128 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
13129 * test/schemas result/schemas: updated the test list
13130
13131Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
13132
13133 * TODO: updated a bit
13134 * parser.c: made a comment more specific
13135 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
13136 Schemas conformance.
13137 * test/schemas result/schemas: updated the test list
13138
13139Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
13140
13141 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
13142 implementing xs:all with minOccurs = 0
13143 * tes/schemas/* result/schemas/*: added more tests covering
13144 xs:all
13145
13146Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
13147
13148 * xmlregexp.c: first implementation of the all particle, this
13149 may need to be revisited for case where not all transitions
13150 must be crossed.
13151
13152Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
13153
13154 * tree.c: another entity processing update from Markus Henke
13155
13156Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
13157
13158 * trionan.c: fixed crash on OSF/1
13159
13160Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
13161
13162 * xmlschemas.c: more Schemas work
13163 * test/schemas/* result/schemas/*: added more tests coming
13164 from the spec.
13165
13166Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
13167
13168 * c14n.c: patch from Aleksey Sanin reflecting a change in the
13169 ExcC14N specification
13170
13171Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
13172
13173 * tree.c: patch from Markus Henke, fix for recursive entities.
13174
13175Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
13176
13177 * xpath.c: fix a problem with string() on a document node.
13178
13179Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
13180
13181 * Makefile.am xmlschemas.c: more Schemas work
13182 * test/schemas/* result/schemas/*: added more tests coming
13183 from the spec.
13184
13185Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
13186
13187 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
13188 * result/HTML/*: this changes a few things in the results
13189
13190Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13191
13192 * include/libxml/tree.h: eliminated 'declaration different than
13193 prototype' warning
13194 * include/win32config.h: "resolved" conflicts with errno.h
13195
13196Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
13197
13198 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
13199 on the automata interfaces and debug of counted choices
13200 * test/schemas/* result/schemas/*: added a number of tests
13201
13202Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
13203
13204 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
13205 a bit of work on Schemas
13206 * testSchemas.c: try to make it more useful
13207 * test/schemas/* result/schemas/* Makefile.am: changed the
13208 Schemas regression test procedure, started adding a few samples
13209
13210Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
13211
13212 * include/libxml/encoding.h: Patch for the Borland C++ builder
13213 * include/libxml/tree.h: Patch for the Borland C++ builder
13214 * threads.c: Patch for the Borland C++ builder
13215 * win32/bcb5: New directory for the Borland C++ builder
13216 project files
13217
13218Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
13219
13220 * win32/Makefile.msvc: Update for XML Schema support
13221 * win32/configure.js: Update for XML Schema support
13222 * win32/libxml2.def.src: Update for XML Schema support
13223
13224Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
13225
13226 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
13227 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
13228 xmlunicode.c include/libxml/Makefile.am
13229 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
13230 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
13231 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
13232 include/libxml/xmlversion.h.in : merged the current state of
13233 XML Schemas implementation, it is not configured in by default,
13234 a specific --schemas configure option has been added.
13235 * test/automata test/regexp test/schemas Makefile.am
13236 result/automata result/regexp result/schemas:
13237 merged automata/regexp/schemas regression tests
13238
13239Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
13240
13241 * xpath.c: Gary found a compile time problem, fixes #78823
13242
13243Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
13244
13245 * configure.in: release of 2.4.20
13246 * doc/*: updated and rebuilt the docs
13247
13248Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
13249
13250 * python/Makefile.am: patch from Cristian Gafton to build on
13251 Red Hat 6.2, should also fix #75779
13252
13253Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13254
13255 * valid.c: first part of fixing #78729
13256
13257Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
13258
13259 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
13260 escaping of URI when saving HTML files.
13261 * result/HTML/*: this impacted some tests
13262
13263Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
13264
13265 * configure.in: trying to fix #77441
13266
13267Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
13268
13269 * include/libxml/xmlIO.h: Hallski complained it could not be
13270 included by itself.
13271
13272Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
13273
13274 * configure.in: applied an IEEE flag patch for OSF/1 #77825
13275
13276Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13277
13278 * win32/configure.js: patch from Nilo for the c14n option
13279 * win32/Makefile.msvc: fixed libxml2.def generation with threads
13280
13281Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
13282
13283 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
13284 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
13285 LIBXML_THREAD_ENABLED
13286
13287Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
13288
13289 * xpath.c: another patch from Richard Jinks for substring conformance
13290 * test/XPath/expr/floats test/XPath/expr/strings
13291 result/XPath/expr/floats result/XPath/expr/strings: update of the
13292 test suite to check those.
13293
13294Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13295
13296 * xpath.c: patch from Richard Jinks for .x float parsing.
13297
13298Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
13299
13300 * parser.c: patch from Markus Henke when an encoding ain't recognized
13301
13302Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
13303
13304 * libxml.m4: got a report that #include <string.h> was needed
13305
13306Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
13307
13308 * xmllint.c: applied a fix from Anthony Jones for -o /--output
13309
13310Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
13311
13312 * doc/example.html: fixing typo
13313
13314Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
13315
13316 * xpath.c: fixed a bug in the nodeset to boolean comparison code
13317 pointed out by Melvyn Sopacua.
13318
13319Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13320
Daniel Veillard25a1ce92008-06-02 16:04:12 +000013321 * libxml.m4: Frédéric Crozat gave a patch related to the change
William M. Brack11be2d02007-01-24 19:17:19 +000013322 of Include paths breaking the libxml.m4
13323
13324Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
13325
13326 * xpath.c: Fix bug #76927 forgot to save some context
13327 when evaluating binary expressions
13328
13329Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
13330
13331 * configure.in: fixed configure for MPE/iX from Markus Henke
13332 * xmlmemory.c: fixed initialization problems
13333 * xpath.c: another set of patches from Richard Jinks this
13334 fixes "make XPathtests" on linux
13335
13336Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
13337
13338 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
13339 * test/XPath/expr/compare test/XPath/expr/equality
13340 test/XPath/expr/floats test/XPath/expr/functions
13341 test/XPath/expr/strings result/XPath/expr/compare
13342 result/XPath/expr/equality result/XPath/expr/floats
13343 result/XPath/expr/functions result/XPath/expr/strings: Updated
13344 tests though they show a divergence on Linux
13345
13346Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13347
13348 * xpath.c trionan.c: previous commit also included patches
13349 from Richard Jinks on some IEEE support corner case
13350
13351Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
13352
13353 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
13354 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
13355 that $(datadir) should be used for docs
13356
13357Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
13358
13359 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
13360 could leak filedescriptors
13361
13362Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13363
13364 * configure.in nanohttp.c: applied patch from Allan Clark for
13365 UnixWare/OpenServer
13366
13367Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
13368
13369 * configure.in: preparing 2.4.19
13370 * doc/*: rebuilt the docs
13371
13372Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13373
13374 * nanohttp.c: fixing #76043, got fed up with non-portability
13375 of that piece of code.
13376
13377Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
13378
13379 * valid.c SAX.c: Never commit without running "make tests" :-(
13380 fix a couple of stupidities in the previous commit
13381 * result/*: a few changes in some attribute order result of previous
13382 commit.
13383
13384Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13385
13386 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
13387 the internal subset should not raise duplicate ID errors,
13388 also there was a small bug in conjunction to namespace
13389 declarations defaulted and xml:xxx attributes DTD definitions.
13390
13391Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13392
13393 * xpath.c: Richard Jinks also raised some rounding problems
13394 this tries to fix them
13395
13396Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
13397
13398 * xpath.c: Richard Jinks spotted an incoherent memory allocation
13399 behaviour in xmlXPathCastToString()
13400
13401Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13402
13403 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
13404 raised by Morus Walter
13405
13406Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13407
13408 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
13409 from Igor
13410
13411Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13412
13413 * xpath.c: fixing #75619, related to a problem when trying
13414 to evaluate condition when the current node set resulting
13415 from that sub-step evaluation is empty. Also fixes 2 potential
13416 problem with previous-sibling and next-siblings axis.
13417
13418Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13419
13420 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
13421 HTML support is not configured in.
13422
13423Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13424
13425 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
13426 include/libxml/tree.h: dohh I really didn't intended to commit
13427 this test version :-(
13428
13429Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13430
13431 * testSAX.c: I wanted to see the real speed at the SAX interface
13432 after a little too many Ximianer started complaining about the
13433 parser speed.
13434 added a --quiet option:
13435 paphio:~/XML -> ls -l db100000.xml
13436 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
13437 paphio:~/XML -> time ./testSAX --quiet db100000.xml
13438 3200006 callbacks generated
13439 real 0m1.270s
13440 Which means 16MBytes/s and 3Mcallback/s
13441
13442Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13443
13444 * xpath.c: valgrind spotted another error that time when running
13445 on libxslt regression tests
13446
13447Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13448
13449 * Makefile.am: adding "make valgrind" running the full regression
13450 tests (except python ones) under Valgrind (using valgrind -q
13451 which was kindly added by the author).
13452 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
13453 passes cleanly now except an obcure floating point initialization
13454 raised in log10() in one XPath regression test ???
13455 * tree.c: edited some comments to close #75244
13456
13457Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
13458
13459 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
13460 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
13461 context of ScrollKeeper, made sure that if the number is
13462 an integer, the serialization follows the description at
13463 http://www.w3.org/TR/xpath#section-String-Functions
13464
13465Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13466
13467 * configure.in: preparing 2.4.18
13468 * doc/*: updated and rebuilt the web site
13469 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
13470 the Windows and Cygwin maintainers.
13471 * parser.c: humm, changed the way the SAX parser work when
13472 xmlSubstituteEntitiesDefault(1) is set, it will then
13473 do the entity registration and loading by itself in case the
13474 user provided SAX getEntity() returns NULL.
13475 * testSAX.c: added --noent to test the behaviour.
13476
13477Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13478
13479 * parser.c: Wilfried Teiken provided a hackish but working
13480 way to get context reported back on entities when parsing
13481 with SAX and without breaking the DOM build.
13482
13483Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13484
13485 * c14n.c: applied a new patch from Aleksey Sanin
13486 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
13487 to reference Aleksey implementation of XML digital Signatures
13488
13489Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13490
13491 * xpath.c: small fix to avoid potential problem due to
13492 ordering of freeing data
13493 * python/Makefile.am: people were complaining about
13494 the generated file in python dir not being built
13495
13496Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
13497
13498 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
13499 python/generator.py python/libxml.c python/types.c: Cleanup
13500 of the python Makefiles based on Jacob and James feedback,
13501 fixed the spec file accordingly, fixed the number of warning
13502 that passing my pedantic CFLAGS was generating. Conclusion
13503 is that Python includes are real crap.
13504
13505Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
13506
13507 * configure,in: it was reported quite a few times that
13508 xml2-config --cflags should not output
13509 -I$includeprefix/libxml2/libxml because libxml2 header names
13510 clashes with existing names like list.h from C++ stl.
13511 Includes should be #include<libxml/xxx.h> so ...
13512
13513Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
13514
13515 * c14n.c: another patch from Aleksey Sanin
13516
13517Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13518
13519 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
13520 canonicalization algorithm
13521 * doc/xml.html doc/index.html: added the C14N references on the
13522 index page.
13523
135242002-03-13 jacob berkman <jacob@ximian.com>
13525
13526 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
13527 usage, redundant, and gcc specific
13528
13529Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13530
13531 * xpath.c: speedup some node selection operations, this can
13532 have a significant impact on DocBook Norm's stylesheets
13533 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
13534 make sure it's always the case
13535 * debugXML.c: distinguish CDATA and comments in ls operations
13536
13537Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13538
13539 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
13540 to generate better API descriptions etc...
13541
13542Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
13543
13544 * c14n.c: Fixing #74186, made sure all boolean expressions
13545 get fully parenthesized, ran indent on the output
13546 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
13547 include/libxml/tree.h: also #74186 related, removed the
13548 --with-buffers option, and all the preprocessor conditional
13549 sections that were resulting from it.
13550
13551Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13552
13553 * valid.c: applied patch from Dodji Seketeli fixing an
13554 uninitailized variable in xmlValidGetValidElements()
13555
13556Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13557
13558 * c14n.c: fixed a few comments
13559 * doc/*.html doc/*/*.html: regenerated the docs and added
13560 the C14N API
13561 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
13562
13563Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
13564
13565 * check-xml-test-suite.py: fix to adapt varaiations in the
13566 bindings
13567 * configure.in python/setup.py python/setup.py.in: fixed to
13568 have the version of the python scripts automatically updated
13569
13570Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13571
13572 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
13573 in xmlCopyProp()
13574
13575Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
13576
13577 * configure.in: preparing 2.4.17 release
13578 * doc/*: updated and rebuilt the docs
13579 * xpath.c: fixed a comment
13580 * python/libxml.c: fixed a possible reentrancy problem
13581
13582Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
13583
13584 * tree.c python/tests/Makefile.am python/tests/attribs.py:
13585 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
13586 added a specific regression test
13587 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
13588 not raise exceptions when failing to find the attribute.
13589
13590Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
13591
13592 * configure.in xmllint.c: owen pointed out a problem with the
13593 ftme fix, gettimeofday() was not detected by configure and
13594 the ftime header wasn't included, dohhh
13595
13596Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
13597
13598 * configure.in xmllint.c: trying to fix #71457 for timing
13599 precision when gettimeofday() is not availble but ftime() is
13600
13601Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13602
13603 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
13604 are now copied on install and part of the -devel RPM
13605
13606Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
13607
13608 * xpath.c: trying to avoid bug #72150 which was apparently
13609 caused by a gcc bug (or a processor problem) as detailed
13610 at http://veillard.com/gcc.bug
13611
13612Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13613
13614 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
13615 fixed xmlReconciliateNs(), added a Python test/example for
13616 inter-document cut'n paste
13617 * python/libxml.py: fixed node.doc on document nodes and added
13618 xpathEval() onto node objects
13619
13620Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13621
13622 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
13623 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
13624 fixup and integrated tests for the serialization stuff
13625
13626Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13627
13628 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
13629 moved the libxml man page to section 3
13630
13631Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
13632
13633 * tree.c: fix bug #72490
13634 * python/libxml.c python/libxml.py: added methods serialize()
13635 and saveTo() to all node elements.
13636
13637Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13638
13639 * xmlIO.c: closed #73430, don't read from an input source
13640 which indicated an end-of-file or an error.
13641
13642Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13643
13644 * parser.c: make sure SAX endDocument is always called as
13645 this could result in a Python memory leak otherwise (it's
13646 used to decrement ref-counting)
13647 * python/generator.py python/libxml.c python/libxml.py
13648 python/libxml2-python-api.xml python/libxml2class.txt
13649 python/tests/error.py python/tests/xpath.py: implemented
13650 the suggestions made by Gary Benson and extended the tests
13651 to match it.
13652
13653Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13654
13655 * python/generator.py: applied patch fixing #73450
13656
13657Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13658
13659 * xpath.c: fixing #61290 "namespace nodes have no parent"
13660 long standing divergence from the XPath REC. NodeSets
13661 simply hold a copy of namespace nodes and those node ->next
13662 points to the parent (which may not be the node carrying the
13663 definition).
13664 * include/libxml/xpath.h: flagged but didn't added a possible
13665 speedup
13666 * DOCBparser.c HTMLparser.c: removed some warnings from push
13667 parser due to new state being added.
13668 * tree.c: new fix from Boris Erdmann
13669 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
13670 the XML Canonalization support from Aleksey Sanin
13671
13672Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13673
13674 * tree.c: patch from Boris Erdmann fixing some namespace odities
13675 with xmlCopyNode()
13676
13677Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
13678
13679 * xmlIO.c: fix bug #72706 when loading a NULL entity
13680
13681Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13682
13683 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
13684 actually change in a future XML Namespace revision.
13685
13686Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13687
13688 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
13689 added the possibility of returning nodesets from XPath extension
13690 functions written in Python
13691
13692Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
13693
13694 * python/*: commiting some Python bindings work done while travelling
13695
13696Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13697
13698 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
13699 explicitely with memory debugging switched on
13700
13701Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
13702
13703 * python/generator.py python/libxml.c python/libxml2-python-api.xml
13704 python/libxml2class.txt python/libxml_wrap.h python/types.c:
13705 Added wrapper for the xmlURIPtr type, provided accessors, fixed
13706 the accessor generator for strings
13707 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
13708 regression test.
13709
13710Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13711
13712 * python/README python/generator.py python/libxml.c python/setup.py:
13713 added the 'usual' setup.py to allow building a libxml2-python
13714 module based on the same code. The initialization is however
13715 different the 2 .so files fo libxml2 and libxslt are identical and
13716 they entry point initialize both libraries. this is done to avoid
13717 some possible nasty problem since the Python don't merge the maps
13718 of all shared modules.
13719
13720Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
13721
13722 * parser.c: fixed a push/encoding bug reported by Michael
13723 on librsvg
13724
13725Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13726
13727 * include/libxml/parserInternals.h: fixes a misplaced #endif
13728
13729Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13730
13731 * parser.c valid.c: found and fixed a couple of allocation bugs
13732
13733Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13734
13735 * doc/xml.html doc/python.html doc/*: added a Python and binding
13736 page describing the current state of the Python bindings and
13737 giving pointers to the other languages wrappers.
13738
13739Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13740
13741 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
13742 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
13743 rebuilt the API and web site
13744 * xpath.c: fixed #71978 portability bugs
13745
13746Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
13747
13748 * SAX.c: oops broke automatic defaulting of namespaces attributes.
13749
13750Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
13751
13752 * include/libxml/parserInternals.h parser.c: had to change
13753 2 internal parsing API when processing document content
13754 to check the start and end of element content are defined
13755 in the same entity
13756 * valid.c include/libxml/valid.h: attribute normalization can
13757 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
13758 with the context to report it.
13759 * SAX.c: fixed the last known bugs, crazy validation constraints
13760 when a document is standalone seems correctly handled. There
13761 is a couple of open issues left which need consideration especially
13762 PE93 on external unparsed entities and standalone status.
13763 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
13764 The 2 tests left failing are actually in error. Cleanup done.
13765
13766Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13767
13768 * valid.c: implemented E59 spaces in CDATA does not match the
13769 nonterminal S
13770
13771Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13772
13773 * SAX.c parser.c valid.c: more validation test fixups
13774 * check-xml-test-suite.py: added duration info for the tests
13775
13776Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
13777
13778 * parser.c valid.c: a couple of errors were reported but not
13779 saved back as such in the parsing context. Down to 1% failure rate
13780 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
13781
13782Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13783
13784 * xmlInternald.c: isExtender was missing a char
13785 * parser.c include/libxml/parser.h: % are acceptable in the
13786 internal subset if within a PUBLIC ID
13787
13788Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
13789
13790 * SAX.c parserInternals.c valid.c: more work on the conformance
13791 suite. Took the step to finally block documents with encoding
13792 errors. It's a fatal error per the spec, people should have fixed
13793 their documents by now.
13794
13795Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
13796
13797 * check-xml-test-suite.py: fixed the test script after some discussion
13798 on the semantic of TYPE="error"
13799 * Makefile.am: added the script to the distrib
13800
13801Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
13802
13803 * SAX.c entities.c: fixed a couple of conformances issues deep
13804 into the validation code (standalone and undeclared Notations)
13805
13806Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13807
13808 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
13809 stayed there for years !
13810
13811Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13812
13813 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
13814 missing
13815
13816Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
13817
13818 * check-xml-test-suite.py: improved the behaviour a bit as
13819 well as the logs
13820 * parser.c valid.c SAX.c: fixed a few more bugs
13821 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
13822
13823Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13824
13825 * check-xml-test-suite.py: python script to run regression tests
13826 against the XML Test suite of W3C/OASis
13827 * SAX.c: fixed a validation bug
13828 * parser.c: fixed 3 errors pointed by the test suite
13829 * doc/buildDocBookCatalog: fixed a typo pointed by drake
13830 * python/Makefile.am: fixed a dependendy
13831
13832Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13833
13834 * xmlmemory.c: avoid a warning bug #71594
13835
13836Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
13837
13838 * xmlmemory.c: Jesse Perry provided a patch to remove a few
13839 warning on alpha/Tru64
13840
13841Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13842
13843 * include/libxml/entities.h: fixing a comment
13844 * valid.c: fixing some troubles with validity check on namespaces
13845 * result/VC/NS3 test/VC/NS3: added a specific regression test
13846
13847Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13848
13849 * tree.c: Fixing #71342 serializing '\n' in attribute values
13850 * result/noent/att3 result/att3 test/att3: added a specific
13851 test.
13852
13853Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
13854
13855 * python/libxml.c: couple of bug fixes
13856
13857Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13858
13859 * python/*.py: removed tabs and used spaces.
13860
13861Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
13862
13863 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
13864 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
13865
13866Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13867
13868 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
13869 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
13870
13871Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13872
13873 * include/libxml/encoding.h include/libxml/entities.h
13874 include/libxml/globals.h include/libxml/parser.h
13875 include/libxml/threads.h include/libxml/tree.h
13876 include/libxml/xmlmemory.h: trying to fix the include mess
13877
13878Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
13879
13880 * include/libxml/xmlmemory.h: reverted part of the previous
13881 attempt to provide #69655, this was breaking the build.
13882
13883Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
13884
13885 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
13886 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
13887 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
13888 include/libxml/parserInternals.h include/libxml/tree.h
13889 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
13890 Tentatively fixed #69655 , make compiling with -Wredundant-decls
13891 clean.
13892 * python/libxml.c: fixed a warning.
13893
13894Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13895
13896 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
13897 copying of node, merge back IDs in the target document.
13898 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
13899 test/XInclude/ents/ids.xml: test case
13900 * result/VC/ElementValid4: output changed due to a typo fix
13901
13902Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
13903
13904 * python/Makefile.am: seems some version of automake didn't
13905 generate the dependencies right as Jacob found out. Add
13906 an extra dependency rule.
13907
13908Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13909
13910 * parserInternals.c valid.c: Justin Fletcher found some parts
13911 of the code needing cleanup
13912 * libxml.spec.in python/Makefile.am python/generator.py
13913 python/libxml.c python/libxml.py: Fixed the python Makefiles
13914 corrected a bug showing up on ia64, changed the name of the
13915 python internal module too
13916
13917Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
13918
13919 * Makefile.am: applied patch from Andris Pavenis for binary
13920 name suffixes
13921
13922Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
13923
13924 * xmllint.c win32/win32config.h: fixing #68748
13925
13926Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13927
13928 * valid.c: fixing #70166
13929
13930Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13931
13932 * valid.c: fixing #70077
13933
13934Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13935
13936 * Copyright Makefile.am README configure.in libxml.spec.in:
13937 Changed to the MIT Licence
13938 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
13939 doc/xmlio.html: updated the doc accordingly
13940 * include/libxml/xmlwin32version.h configure.in: preparing
13941 2.4.14 release
13942 * python/generator.py python/libxml.c python/libxml2-python-api.xml
13943 python/libxml2class.txt python/libxml_wrap.h python/types.c:
13944 fixed the const xmlChar * wrapper and generator, XPath extension
13945 functions now use the context as first argument
13946 * python/tests/tstxpath.py python/tests/xpath.py
13947 python/tests/xpathext.py: Updated the tests accordingly
13948 * tree.c: fixed bug #70067
13949
13950Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13951
13952 * Makefile.am: cleanup
13953 * debugXML.c: always use stdout if output is NULL
13954 * xmlIO.c: don't close filedescriptors passed to outputBuffers
13955 * python/Makefile.am python/generator.py python/libxml2class.txt
13956 python/libxml_wrap.h python/types.c: augmented the number of bindings
13957 handling FILE * and XPath contexts
13958 * python/tests/Makefile.am: avoid a stupid problem due to the
13959 use of TEST.
13960
13961Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
13962
13963 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
13964
13965Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
13966
13967 * python/TODO python/libxml.c: cleanup the extension function lookup
13968 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
13969
13970Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
13971
13972 * configure.in python/Makefile.am: do not install outside
13973 of prefix
13974
13975Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13976
13977 * python/TODO python/libxml.c: started adding SAX interfaces
13978 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
13979 SAX test
13980
13981Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13982
13983 * tree.c: hardened the addChild function
13984 * python/generator.py python/libxml.c python/libxml2-python-api.xml
13985 python/libxml2class.txt python/libxml_wrap.h python/TODO:
13986 added accessors needed for xmlNode, a bit more testing and
13987 extension of interfaces
13988 * python/tests/Makefile.am python/tests/build.py: added a test
13989 build from scratch/save/load/check
13990
13991Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
13992
13993 * parserInternals.c: change a small bit in the way valididy
13994 error messages get initialized
13995 * python/TODO python/libxml.c python/libxml2-python-api.xml
13996 python/libxml2class.txt python/libxml_wrap.h python/types.c:
13997 added some memory debugging to track leaks at the libxml2 level
13998 * python/tests/*.py: changed all tests to check for leaks,
13999 there is just one left in XPath extension registrations.
14000
14001Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
14002
14003 * python/TODO python/generator.py python/libxml2-python-api.xml
14004 python/libxml2class.txt: more accessor classes for the parser
14005 context, allow to switch on and check validity
14006 * python/tests/Makefile.am python/tests/error.py
14007 python/tests/invalid.xml python/tests/valid.xml
14008 python/tests/validate.py: attded more test and and added error.py
14009 which I forgot to commit in the last step
14010
14011Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14012
14013 * python/Makefile.am python/types.c: cleanup
14014 * python/libxml.c python/libxml.py python/libxml_wrap.h
14015 python/generator.py python/libxml2-python-api.xml
14016 python/libxml2class.txt: added class for parser context, added
14017 first cut for push mode support. Added a framework to generate
14018 accessors functions.
14019 * python/tests/Makefile.am python/tests/push.py: added a push
14020 test
14021
14022Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
14023
14024 * python/Makefile.am python/TODO python/libxml.py: fixed a small
14025 bug a bit of cleanup.
14026
14027Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
14028
14029 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
14030 python/libxml2class.txt: adding error redirections and preformat
14031 to a python handler
14032 * python/tests/Makefile.am python/tests/*.py: cleanup made all
14033 tests self checking
14034
14035Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
14036
14037 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
14038 a function
14039
14040Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
14041
14042 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
14043 python/libxml.c python/libxml2-python-api.xml
14044 python/libxml2class.txt: Progressing through the TODOs, class
14045 description output, extra XML API, RPM now builds the wrappers
14046 for all python installed versions
14047
14048Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
14049
14050 * configure.in libxml.spec.in python/Makefile.am python/TODO
14051 python/generator.py python/libxml2class.txt: added more informations
14052 in the libxml2-python package including docs. Slightly changed
14053 the class hierarchy
14054 * python/tests/*: added basic regression tests infrastructure too
14055
14056Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14057
14058 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
14059 added libxml2-python as part of the packages installed
14060
14061Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
14062
14063 * python/Makefile.am python/generator.py python/libxml.c
14064 python/libxml.py: more work, now able to extend the
14065 XPath interpreter with functions written in python.
14066
14067Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
14068
14069 * python/Makefile.am: Jacob sent a patch to allow building from
14070 tarfile.
14071
14072Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
14073
14074 * python/Makefile.am python/libxml.c configure.in Makefile.am:
14075 inserted the python wrappers build, I hope this won't be too
14076 unportable
14077
14078Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
14079
14080 * xpath.c: minor optimization
14081 * python/generator.py python/libxml.c python/libxml.py
14082 python/libxml_wrap.h: more work on the python bindings,
14083 they now support XPath and there is no evident leak
14084
14085Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
14086
14087 * python/generator.py python/libxml.c python/libxml.py:
14088 more work on the python bindings generator.
14089
14090Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
14091
14092 * python/generator.py python/libxml.c python/libxml_wrap.h:
14093 more work on the python bindings.
14094
14095Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
14096
14097 * python/generator.py python/libxml.c python/libxml.py
14098 python/libxml_wrap.h: commited early version of a python binding
14099 for private use only ATM
14100
14101Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
14102
14103 * entities.c tree.c include/libxml/entities.h: applied patch
14104 from Anthony Jones to implement copy of DTD subtree too. Had
14105 just to keep 2 function private which really ought to become
14106 public ones.
14107
14108Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14109
14110 * xmllint.c: added pointers to the web pages in the usage()
14111
14112Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
14113
14114 * tree.c: more fixes from Petr Kozelka for attribute handling
14115 in the tree API to align the semantic with DOM.
14116
14117Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
14118
14119 * valid.c tree.c entities.c: another set of patches from
14120 Anthony Jones for copy operations cleanup and robustness
14121
14122Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14123
14124 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
14125 an alphabetic index based on comments content
14126 * doc/*: rebuilt the web site with the new references
14127
14128Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
14129
14130 * parserInternals.h: Greg Sjaardema suggested to use an
14131 eponential buffer groth policy in xmlParserAddNodeInfo()
14132
14133Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
14134
14135 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
14136 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
14137 doc/parsedecl.py doc/Makefile.am: updated the python extractor
14138 to generate cross-references, and added/updated the stylesheets
14139 to generate and link API indexes. The generic keyword index
14140 is not done yet.
14141 * doc/*.html: regenerated all the usual docs too
14142
14143Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
14144
14145 * debugXML.c: added an xpath function to the shell for T. V. Raman
14146
14147Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14148
14149 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
14150 debug routines.
14151
14152Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
14153
14154 * tree.c: apply an patch from Petr Kozelka for unlink and replace
14155 support of attribute nodes
14156
14157Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
14158
14159 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
14160 hopefully near complete and fully documented of the API in XML
14161 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
14162 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
14163 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
14164 include/libxml/parserInternals.h include/libxml/valid.hi
14165 include/libxml/xmlIO.h include/libxml/xmlerror.hi
14166 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
14167 include/libxml/xpath.h include/libxml/xpathInternals.h:
14168 Cleaned up the doc comments a lot in the process, the interface
14169 coverage is now 100%
14170
14171Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14172
14173 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
14174 extracts comments from the gtk-doc DocBook output (a bit
14175 convoluted but seems to work).
14176
14177Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
14178
14179 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
14180 added an XML description of the API, moved the script generating
14181 it here. Added a "make api" target
14182
14183Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
14184
14185 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
14186
14187Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
14188
14189 * xpath.c include/libxml/xpathInternals.h: the change made to
14190 xmlXPathFuncLookupFunc was incompatible roll it back
14191
14192Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
14193
14194 * SAX.c: cleanup patch from Anthony Jones
14195 * doc/Makefile.am: fix the headers to avoid in make scan
14196 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
14197 includes, * vs Ptr and general cleanup
14198 * parsedecl.py: first version of a script to extract the
14199 module interfaces, the goal will be to provide .decl or XML
14200 specification of the interfaces to build wrappers.
14201
14202Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
14203
14204 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
14205 now provides return codes in case of errors
14206
14207Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
14208
14209 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
14210 Upgraded to trio baseline 1.6
14211 * strio.h strio.c: Replaced by triostr.h and triostr.c
14212
14213Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
14214
14215 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
14216 of strdup usage in the code
14217
14218Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14219
14220 * parser.c error.c: Keith Isdale complained rightly that
14221 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
14222
14223Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
14224
14225 * tree.c: fixed the funxtion to set the xml: attributes
14226 * debugXML.c: added "setbase" to test it.
14227
14228Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
14229
14230 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
14231 to allow updating an attribute content
14232
14233Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14234
14235 * libxml.h: try to avoid problems when compiling on Windows
14236
14237Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
14238
14239 * hash.c: patch from Anthony Jones for hash.c allocation size
14240 * Makefile.am: trying to work around Yet Another Libtool Madness
14241 and build the 2.4.13 release finally ...
14242
14243Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
14244
14245 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
14246 * doc/* : update of the documentation
14247
14248Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
14249
14250 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
14251 at fixing #61290 :-(
14252
14253Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
14254
14255 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
14256 Fixes bug #67229
14257
14258Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
14259
14260 * tree.c: trying to avoid troubles when a subtree is copied
14261 and coalesced in part with the target tree. Should fix
14262 bug #67407
14263
14264Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14265
14266 * valid.c: fixed validation of attributes content of type
14267 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
14268 values, very old bug. Fixes #67671
14269
14270Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
14271
14272 * parser.c include/libxml/parserInternals.h tree.c: integrated
14273 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
14274 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
14275
14276Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
14277
14278 * threads.c: applied Serguei Narojnyi's patch to add native
14279 thread support on the Win32 platform
14280 * testThreadsWin32.c Makefile.am: added the test program also
14281 from Serguei, Win32 specific
14282 * include/win32config.h include/libxml/xmlwin32version.h.in:
14283 added patch from Igor for the Windows thread specific defines.
14284
14285Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
14286
14287 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
14288
14289Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
14290
14291 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
14292 output page into XMLinfo.html. Close bug #66951 and
14293 raised by Robert Collins too.
14294
14295Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
14296
14297 * encoding.c: Paul Keogh pointed out a possibility of segfault
14298 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
14299 Closes bug # 68238
14300
14301Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
14302
14303 * doc/*.html: updated the Gdome2 links
14304
14305Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
14306
14307 * libxml.h: Applied following patches from Robert Collins
14308 and make sure IN_LIBXML is defined when compiling it
14309 -------
14310 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
14311 as well as Visual C.
14312 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
14313 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
14314 * strio.c (PLATFORM_UNIX): Define for Cygwin.
14315 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
14316 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
14317 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
14318 xmlSysIDExists xmlNoNetExists).
14319 * xmllint.c: Don't include winsock2.h for Cygwin.
14320
14321Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
14322
14323 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
14324 when the version info is not present.
14325
14326Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14327
14328 * tree.c: Anthony Jones pointed out a problem in
14329 xmlStringGetNodeList() and provided a fix for it
14330
14331Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
14332
14333 * parser.c: patch from Frank J Franklin to remove a bug in
14334 xmlCreatePushParserCtxt() when the initial buffer passed
14335 is large.
14336
14337Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14338
14339 * win32/*: big cleanup of the Windows/MSVC project files
14340 from Igor Zlatkovic
14341
14342Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
14343
14344 * doc/Makefile.am: should fix #67674 and avoid troubles if
14345 xsltproc is not available or fails in the prefix provided
14346
14347Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
14348
14349 * xmlmemory.c: one more doc patch from Charlie Bozeman.
14350
14351Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14352
14353 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
14354 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
14355 Fixed a few other problems raised by Charlie Bozeman.
14356 * result/VC/ElementValid[5-7]: fixed the output
14357
14358Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
14359
14360 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
14361 patches from Charlie Bozeman. Regenerated the HTML docs.
14362
14363Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
14364
14365 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
14366 for Windows from Igor
14367
14368Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14369
14370 * xmllint.c: applied Justin Fletcher patch for --output or -o
14371
14372Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
14373
14374 * win32/libxml2/libxml2.def.src: close #67019
14375
14376Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
14377
14378 * xmllint.c: applied Justin Fletcher generic timing patch
14379 similar to the one already applied to xsltproc.
14380
14381Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
14382
14383 * include/libxml/tree.h tree.c: applied documentation patches
14384 from Charlie Bozeman
14385
14386Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
14387
14388 *doc/xmllint.xml, xmllint.1 - document --dropdtd
14389
14390Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
14391
14392 * valid.c: fix the xmlStrdup() used in the previous patch.
14393 * valid.c: added --dropdtd
14394 * tree.c: fixed xmlUnlinkNode so it also removes the references
14395 from the document if the node is a DTD
14396
14397Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
14398
14399 * HTMLtree.c valid.c: cleanup some static declarations
14400
14401Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
14402
14403 * xmllint.c: removed another strdup()
14404 * doc/FAQ: removed the HP/UX entry
14405
14406Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
14407
14408 * valid.c: fix bug #66816 when validating.
14409 * xmllint.c: don't use sys/time.h if configure did not found it
14410
14411Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
14412
14413 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
14414 xmlcatalog_man.xml
14415
14416Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
14417
14418 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
14419 xmlInitMemory() was declared twice
14420
14421Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
14422
14423 * globals.c: do not reference strdup() !
14424 * configure.in libxml-2.0.pc.in: trying to fix the libs
14425 of the various config extraction modules
14426
14427Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14428
14429 * configure.in : preparing 2.4.12
14430 * doc/* : updated and rebuilt the docs
14431
14432Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
14433
14434 * uri.c: closed bug #66159
14435 * testURI.c: added --escape option
14436 * configure.in: some cleanup for xml2-config --cflags
14437
14438Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
14439
14440 * globals.c testThreads.c: removed some misplaced includes
14441 of xmlversion.h
14442
14443Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
14444
14445 * threads.c: patch from Gary Pennington fixing a possible
14446 problem at initialization time.
14447
14448Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
14449
14450 * configure.in libxml.h parser.c testThreads.c macos/: integrated
14451 Eric Lavigne contribution to build libxml2 on MacOS using
14452 CodeWarrior.
14453
14454Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
14455
14456 * xmllint.c: applied Geert Kloosterman's patch to fix
14457 --repeat --timing output
14458
14459Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
14460
14461 * parser.c: Robin Berjon <robin@knowscape.com> found a case
14462 where non-wellformed XML declaractions were not detected.
14463
14464Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14465
14466 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
14467
14468Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
14469
14470 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
14471 gets reset by xmlCleanupInputCallbacks() and this makes the
14472 function useless. Same for output.
14473
14474Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14475
14476 * xmlIO.c: robert pointed out a loop error in callback cleanups
14477
14478Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
14479
14480 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
14481 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
14482 they are not really tied to debugging
14483
14484Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14485
14486 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
14487 * xmllint.c: better --catalogs description
14488
14489Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
14490
14491 * tree.c: fixed a couple of problems in xmlSetProp()
14492
14493Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
14494
14495 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
14496 unappropriate stdout output.
14497
14498Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
14499
14500 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
14501 by Denis Beurive, closes #65111
14502
14503Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
14504
14505 * valid.c: in case of content model validity error, don't
14506 print it if validity warnings were not requested.
14507
14508Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
14509
14510 * nanoftp.c: applied a couple of patches from Brian D Ripley.
14511 * parserInternals.c: removed the last exit() call. Print an
14512 unmaskable error on stderr instead (library mismatch detection)
14513
14514Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
14515
14516 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
14517 shell instructions from Heiko Rupp
14518
14519Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
14520
14521 * catalog.c: use the URL notation file:// for default catalog paths
14522
14523Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
14524
14525 * include/libxml/tree.h: better comments for _private fields
14526 * tree.c: removed a problem when copying an entity reference.
14527
14528Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
14529
14530 * vms/*: updated instructions and diffs from John A Fotheringham
14531
14532Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
14533
14534 * include/libxml/xmlerror.h: avoid an include problem if
14535 #include <libxml/xmlerror.h> happens first in code
14536 seems to be the case in KDE libs
14537
14538Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14539
14540 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
14541 from Igor for Windows
14542
14543Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14544
14545 * Makefile.am: Gary Pennington pointed out a missing prefix
14546
14547Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
14548
14549 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
14550 * doc/*: upgraded and rebuilt the docs
14551
14552Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
14553
14554 * HTMLparser.c: fix comment in scripts element parsing.
14555 * result/HTML/doc3*: updated the results.
14556
14557Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
14558
14559 * uri.c: another URI bug fix #63336, using Joel Young patch.
14560
14561Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
14562
14563 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
14564 a cleaned up version of the Pwd shell string generation.
14565
14566Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14567
14568 * valid.c include/libxml/tree.h: trying to fix namespaces +
14569 validation problems for good, closing #63619 in the process
14570 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
14571 wrong in this respect, fixed it.
14572
14573Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14574
14575 * xmllint.c: Morus Walter patch to allow --format and --encode
14576
14577Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
14578
14579 * debugXML.c: Stefan Kost provided an help command for the shell
14580
14581Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
14582
14583 * debugXML.c: Heiko Rupp pointed that the shell would crash
14584 on empty nodesets returns.
14585
14586Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14587
14588 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
14589 migh need the history libraries
14590
14591Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
14592
14593 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
14594 handle the case of < in quoted attributes, Bastian Kleineidam
14595
14596Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14597
14598 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
14599 fixing catalog breakages
14600 * Makefile.am catalog.c result/catalogs/catal
14601 result/catalogs/mycatalog.* test/catalogs/catal*:
14602 fixed more problems in catalog support, added more regression tests
14603 for both XML and SGML catalog handling
14604
14605Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14606
14607 * debugXML.c: applied an improvement to xmlGetLineNo() from
14608 Keith Isdale
14609
14610Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
14611
14612 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
14613 Side effect of the progressive catalog loading
14614
14615Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
14616
14617 * Makefile.am: confexecdir and confexec_DATA were defined twice
14618 pointed out by Karl Eichwalder
14619
14620Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
14621
14622 * xmlcatalog.c: avoid unlink() and use remove() instead.
14623
14624Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
14625
14626 * libxml.spec.in: cleanup
14627 * include/libxml/xmlwin32version.h: updated with 2.4.8
14628
14629Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
14630
14631 * encoding.c global.data globals.c testThreads.c: fix bug #63752
14632 of compiling libxml with a non standard set of options
14633
14634Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
14635
14636 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
14637 document --sgml option, fixing gnome bugzilla #63382
14638
14639Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
14640
14641 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
14642 breakage of 2.4.7, added a couple of really needed APIs
14643 like xmlCatalogIsEmpty() and xmlNewCatalog()
14644 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
14645 for install-catalog
14646 * configure.in: preparing 2.4.8
14647
14648Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
14649
14650 * HTMLtree.c tree.c include/libxml/HTMLtree.h
14651 include/libxml/tree.h include/libxml/xmlIO.h: more include
14652 cleanups, export cleanly one html output + format function.
14653
14654Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
14655
14656 * parser.c: removed initGenericErrorDefaultFunc call from
14657 xmlInitParser() since it could destroy previous calls to
14658 xsltSetGenericErrorFunc() effects
14659
14660Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14661
14662 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
14663 keyword.
14664
14665Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
14666
14667 * Makefile.am: cleanup
14668 * threads.c: cleanup too
14669 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
14670 from xsltproc
14671 * include/libxml/tree.h include/libxml/parser.h: trying to break a
14672 dependency loop.
14673
14674Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
14675
14676 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
14677 was not used anymore !
14678
14679Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14680
14681 * configure.in: preparing 2.4.7
14682 * Makefile.am doc/Makefile.am: switched to the latest xmllint
14683 manual page from John
14684 * doc/*: updated the doc and rebuilt the generated pages
14685
14686Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
14687
14688 * xmlIO.c: closing bug #62711, the library should never
14689 close stdin or stdout.
14690
14691Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
14692
14693 * uri.c: second pass at fixing #63336, using Joel Young
14694 final patch. looks okay.
14695
14696Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
14697
14698 * uri.c include/libxml/uri.h: trying to clear #63336
14699 allowing the escaping routine to parse unconformant
14700 URI-References.
14701
14702Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
14703
14704 * vms/readme.vms vms/build_libxml.com nanoftp.c
14705 include/libxml/xmlversion.h.in: a few VMS updates from
14706 John A Fotheringham
14707 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
14708 and xmlCleanupOutputCallbacks() for the Perl binding people.
14709
14710Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
14711
14712 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
14713 apply fixes to close #63271 and avoid segfaults when
14714 the error routine gets callbed before xmlInitParser()
14715 get called.
14716 * nanoftp.c error.c: Applied patches from Justin Fletcher
14717 correcting some xmlGenericError misuses.
14718
14719Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
14720
14721 *doc/xmllint.xml, doc/xmllint.1
14722 New and improved man page for xmllint - .xml is the original, .1
14723 is the generated man page
14724
14725Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
14726
14727 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
14728 the web site from the main HTML document.
14729
14730Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
14731
14732 * parser.c: fixed an erroneous validation bug when PE refs
14733 occurs in external parsed entities referenced from the
14734 internals subset
14735 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
14736 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
14737 added the associated testcase, it's a nice one.
14738 * HTMLparser.c: generate the DTD node as HTML still ...
14739 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
14740
14741Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
14742
14743 * HTMLparser.c: fixed a bug in htmlNewDoc()
14744
14745Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
14746
14747 * test/threads/*: added entities testing to the Thread test
14748 * testThreads.c: make the test reasonable
14749 * DOCBparser.c: fix the DTD public and system ID
14750 * xmllint.c: added --sgml for SGML DocBook importing
14751 * Makefile.am: added Docbtests target
14752
14753Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
14754
14755 * nanoftp.c: use only "anonymous@" string for anonymous passwds
14756 * testThreads.c: removed bogus include
14757
14758Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
14759
14760 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
14761 fixed a very serious (looping) validation bug
14762
14763Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
14764
14765 * include/libxml/globals.h include/libxml/threads.h threads.c
14766 testThreads.c: far more testing, cleaning up bugs
14767 * *.c : make sure globals.h is always included.
14768
14769Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
14770
14771 * HTMLparser.c: try to get rid of parser loops for good.
14772
14773Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
14774
14775 * configure.in: fixed some bugs in CFLAGS passing.
14776 * test/threads Makefile.am testThreads.c: added a specific
14777 threaded test case (really nasty, guaranteed).
14778
14779Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
14780
14781 * catalog.c: serious cleanup on the management of the
14782 XML catalog tree, more tests done, especially with
14783 the catalog PI.
14784
14785Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
14786
14787 * catalog.c: avoid a problem in catalog cleanup on SMP if
14788 catalogs were not initialized.
14789
14790Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
14791
14792 * catalog.c xpath.c: trying to cleanup the not thread safe
14793 parts of the library.
14794
14795Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
14796
14797 * include/libxml/globals.h configure.in global.data: make
14798 the allocation be per-thread a configure option
14799 * encoding.c include/libxml/parser.h: fixed compilation
14800 errors
14801
14802Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14803
14804 * include/libxml/parser.h: Norm reported that a few lines
14805 added were breaking libxslt compile, removed them for now
14806
14807Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
14808
14809 * parser.c parserInternals.c threads.c: debugged and fixed
14810 initialization problems which were giving troubles on SMP
14811 boxes.
14812
14813Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
14814
14815 * include/libxml/Makefile.am: missing globals.h
14816
14817Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
14818
14819 * globals.c: added a couple of standard includes.
14820
14821Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
14822
14823 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
14824 include/libxml/parserInternals.h include/libxml/tree.h
14825 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
14826 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
14827 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
14828 Applied the last patches from Gary, cleanup, activated threading
14829 all user accessible global variables are now handled in globals.[ch]
14830 Still a bit rought but make tests passes with either
14831 --with-threads defined at configure time or not.
14832 * Makefile.am example/Makefile.am: added globals.[ch] and threads
14833 linking options
14834
14835Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
14836
14837 * Makefile.am include/libxml/Makefile.am
14838 include/libxml/globals.h globals.c include/libxml/threads.h
14839 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
14840 configure.in: started integrating the core of the thread support
14841 not activated yet but half integrated. The code should still
14842 compile and work anyway.
14843
14844Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14845
14846 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
14847 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
14848 integrating the non-controversial parts of Gary Pennington
14849 multithread patches
14850 * catalog.c: corrected a small bug introduced
14851
14852Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
14853
14854 * catalog.c include/libxml/catalog.h: very serious cleanup,
14855 isolating unportable code and as much as possible the accesses
14856 to the global shared catalog. May need more testing !
14857
14858Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
14859
14860 * include/libxml/debugXML.h debugXML.c tree.c: integrating
14861 Keith Isdale patches for the XSLT debugger interfaces. Some
14862 cleanup
14863
14864Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
14865
14866 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
14867 * DOCBparser.c: generate line nubers in elements
14868
14869Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
14870
14871 * configure.in: preparing 2.4.6 release
14872 * doc/xml.html doc/html/*: updated and rebuilt the docs
14873 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
14874
14875Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
14876
14877 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
14878 adding documentation for DV's supercatalog support
14879
14880Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
14881
14882 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
14883 super catalog support adding one API and one flag --sgml to
14884 xmlcatalog
14885
14886Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
14887
14888 * doc/xmlcatalog_man.xml, xmlcatalog.1
14889 One more crack at
14890 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
14891
14892Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
14893
14894 * xpath.c: implemented xmlXPathObjectCopy for external objects
14895 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
14896
14897Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
14898
14899 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
14900 finishing up fix to
14901 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
14902 the xmlcatalog man page display more elegantly
14903
14904Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
14905
14906 * configure.in: closing bug #61832
14907 * HTMLparser.c: removed a warning
14908
14909Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
14910
14911 * xpath.c: fixing #61673 part I, do not loose doc information
14912 when copying result value trees.
14913
14914Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14915
14916 * xpath.c: trying to harden the XPath interpreter
14917
14918Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
14919
14920 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
14921 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
14922
14923Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
14924
14925 * HTMLparser: repaired another loop problem
14926
14927Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
14928
14929 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
14930 parsing.
14931 * xpath.c: fix bug #61291 the default XML namespace node is
14932 missing from the namespace axis.
14933 * tree.c: refuse to create namespaces nodes with prefix "xml"
14934
14935Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
14936
14937 * SAX.c: ouch a non-defined namespace could lead to a crash,
14938 fixed #61215
14939
14940Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
14941
14942 * parserInternals.c: closed bug #61054
14943
14944Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
14945
14946 * include/libxml/Makefile.am: closing #60708
14947
14948Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
14949
14950 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
14951 adding xmlSAXParseFileWithData following Marco Stipek suggestion
14952
14953Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14954
14955 * valid.c: close bug #61550 when xml: wasn't considered a namespace
14956
14957Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
14958
14959 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
14960 * DOCBparser.c HTMLparser.c parser.c: fixed typos
14961
14962Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
14963
14964 * catalog.c: Justin Fletcher provided cleaup code in case
14965 HAVE_STAT is not defined
14966 * include/win32config.h: Igor Zlatkovic suggested to have
14967 HAVE_STAT defined there
14968
14969Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
14970
14971 * catalog.c - fixed typing error reported by M. Barros
14972
14973Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
14974
14975 * xmllint.c - fixing typo
14976
14977Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
14978
14979 * HTMLparser.c: small enhancement to prevent loop on
14980 unrecognizable data
14981
14982Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
14983
14984 * parserInternals.c: applying patch from bug #60757 this
14985 should close it
14986
14987Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
14988
14989 * catalog.c xmlcatalog.c: removed a couple of warning
14990 * xpath.c: try to solve the linking problem on platforms
14991 needing trio to compile
14992
14993Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
14994
14995 * Makefile.am libxml.spec.in: backing up non-documented changes
14996 commited without review or aproval by Jens Finke <jens@gnome.org>
14997 * HACKING: made 100% clear that no commit should be done directly
14998
14999Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
15000
15001 * configure.in: Joe Orton provided a patch fixing a problem
15002 when iconv is specified to be in a non-standard directory
15003 but wasn't exported in xml2-config --cflags
15004
15005Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
15006
15007 * configure.in: let's ship 2.4.5 before getting too much
15008 troubles with 2.4.4 errors.
15009
15010Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15011
15012 * encoding.c entities.c: do not output hexadecimal charrefs
15013 when serializing HTML since some version of Netscape can't
15014 grok it, generate decimal ones.
15015 * result/HTML/doc3.htm: output changed due to previous test
15016 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
15017
15018Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
15019
15020 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
15021 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
15022
15023Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
15024 Released 2.4.4
15025
15026 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
15027 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
15028 updated the configuration scripts systems accordingly
15029
15030Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
15031
15032 * configure.in: preparing for 2.4.4
15033 * doc/xml.html doc/html/*: updated and rebuilt the docs
15034
15035Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
15036
15037 * win32/dsp/libxml2.def.src: tried to incorporate comments
15038 from bug #59220
15039
15040Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
15041
15042 * parser.c result/noent/wml.xml: fixed bug #59981 related
15043 to handling of '&' in attributes when entities are substitued
15044
15045Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
15046
15047 * libxml.h include/libxml/xmlversion.h.in
15048 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
15049 Tried to close bug #60131
15050
15051Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
15052
15053 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
15054
15055Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
15056
15057 * SAX.c: fixing bug #59946 on xmlns=""
15058
15059Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
15060
15061 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
15062 but allocates a new error code.
15063
15064Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
15065
15066 * xmllint.c: John Fleck fixed typos in the options output
15067 * parser.c SAX.c: fix ignorable white space SAX selection
15068
15069Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
15070
15071 * entities.c: Steve Underwood found the possibility of an
15072 ininite loop in case of error.
15073
15074Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
15075
15076 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
15077
15078Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
15079
15080 * parser.c: warn if version is not 1.0 but it's not
15081 strictly speaking an error after analyzing the spec
15082
15083Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
15084
15085 *doc/catalog.html - add link to the html version of the
15086 man page, other linguistic cleanups
15087
15088Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
15089
15090 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
15091 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
15092 file, has not yet been included in the build.
15093
15094Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
15095
15096 * catalog.c: removed a duplicate affectation Justin Fletcher
15097
15098Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
15099
15100 * tree.c: Armin Sander pointed a possible text coalescing
15101 problem, completed his patch.
15102
15103Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15104
15105 * trionan.c: Fixed const and volatile re-definition problem
15106
15107Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
15108
15109 * libxml.4 parser.c: doc updates from Heiko Rupp
15110 * parserInternals.c: 2 sanity checks from Heiko Rupp
15111
15112Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
15113
15114 * tree.c: applied patch from Armin Sander to make some pointers
15115 const in xmlCopyNode()
15116 * include/libxml/tree.h: added fix to the header
15117
15118Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
15119
15120 * xpath.c: hum, restrict the integer usage gcc bug workaround
15121 to only gcc compilers so that other architecture don't get
15122 penalized by this limitation.
15123 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
15124
15125Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
15126
15127 * valid.c: fixed a Windows compiler warning (Chris Poblete)
15128 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
15129
15130Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
15131
15132 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
15133 --convert option to xmlcatalog to convert SGML ones to
15134 the XML syntax.
15135 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
15136
15137 2.4.3 got released at that point
15138Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
15139
15140 * catalog.c xmlIO.c: started some serious testing and fixed
15141 a few bug and optmization needs.
15142
15143Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15144
15145 * Makefile.am configure.in include/libxml/xmlwin32version.h:
15146 preparing for a 2.4.3 release even if it may not be ready yet
15147 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
15148 all file parsing lookup to go through the entity resolver, add
15149 to add an API to bypass it (needed to load catalogs themselves),
15150 some cleanup on the catalog code too.
15151 * nanoftp.c: small cleanup
15152 * doc/catalog.html: small update
15153
15154Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
15155
15156 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
15157 Jun Kuriyama
15158
15159Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
15160
15161 * doc/catalog.html: finished the catalog documentation
15162
15163Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
15164
15165 * doc/catalog.html doc/xml.html: added documentation about
15166 Catalog support, misses an API description
15167 * doc/html/*: reextracted the API pages
15168
15169Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
15170
15171 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
15172 Added the part about section 7.2 on URI resolution,
15173 fixed a side effect in the HTML parser, look complete
15174 and ready to rock except the URI/SystemID part!
15175
15176Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
15177
15178 * include/libxml/catalog.h include/libxml/parser.h
15179 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
15180 xmlIO.c: added support and APIs needed for the catalog PI
15181 * include/libxml/xmlIO.h: cleanup
15182
15183Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
15184
15185 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
15186 include/libxml/catalog.h: starts to look okay, really
15187 plugged the new framework, cleaned a lot of stuff,
15188 added some APIs, except the PI's support missing this
15189 should be mostly complete
15190 * result/catalogs/* test/catalogs/*: added new test, enriched
15191 the existing one with URN ID tests
15192
15193Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
15194
15195 * catalog.c: fixed nextCatalog
15196 * result/catalogs/docbook test/catalogs/*: started adding
15197 a small regression test
15198
15199Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
15200
15201 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
15202 more work on the XML catalog support.
15203 * parser.c include/libxml/parser.h: small cleanup seems using
15204 list as a public parameter name can give portability troubles
15205 * trionan.c trionan.h xpath.c include/libxml/trionan.h
15206 include/libxml/xpath.h include/libxml/Makefile.am: removed
15207 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
15208 wrappers
15209
15210Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15211
15212 * Makefile.am trio.c triodef.h trionan.c xpath.c
15213 include/libxml/Makefile.am include/libxml/trionan.h:
15214 Re-worked Not-A-Number and Infinity support.
15215 * xmlcatalog.c: added readline include files
15216
15217Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
15218
15219 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
15220 testCatalog as xmlcatalog, making it an installed app
15221 adding a shell, and preparing it to be a /etc/xml/catalog
15222 management tool, though not ready yet
15223 * catalog.c include/libxml/catalog.h: adding support for
15224 XML Catalogs http://www.oasis-open.org/committees/entity/
15225 not finished, there is some interesting tradeoffs and a
15226 few open questions left.
15227
15228Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
15229
15230 * xmllint.c: fixed a line formatting problem
15231
15232Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
15233
15234 * SAX.c: removed a couple of unused variable (Albert Chin)
15235
15236Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
15237
15238 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
15239 trying to fix some troubles w.r.t. function returning
15240 const xxxPtr.
15241
15242Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
15243
15244 * win32/dsp/libxml2.def.src: another set of symbols conditionally
15245 defined
15246
15247Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
15248
15249 * xpointer.c: removed unused var
15250
15251Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
15252
15253 * testXPath.c: another small cleanup closing bug #59110
15254
15255Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
15256
15257 * win32/dsp/libxml2.def.src: small cleanup closing bug
15258 #59108
15259
15260Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
15261
15262 * example/gjobread.c: add xmlCleanupParser() before leaving
15263
15264Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
15265
15266 * config.h.in configure.in include/libxml/xmlwin32version.h:
15267 released 2.4.2
15268
15269Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
15270
15271 * include/libxml/valid.h debugXML.c valid.c: deprecate
15272 the non-boundchecking Sprintf functions, add Snprintf
15273 this should close bug #57984
15274
15275Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
15276
15277 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
15278 URIs before doing the lookups (pointed by Mark Vakoc)
15279
15280Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
15281
15282 * xpath.c: serious changes on Result Value Trees and NodeSets
15283 w.r.t. deallocation and collect operations. Probably not
15284 100% clean (merge of allocated trees smells like a problem).
15285 Seems sufficient to close #58943
15286
15287Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
15288
15289 * xmllint.c: adding a --format option
15290
15291Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
15292
15293 * xpath.c: count() was broken on Result Value Tree
15294 * xmlIO.c: fixed file:/// accesses on _WIN32
15295
15296Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
15297
15298 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
15299 macro was renamed, this should close bug #58683
15300
15301Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
15302
15303 * SAX.c: small fix fixing bug #58539 reported by coolo, in
15304 entity substitution mode text at the end of the entity might
15305 be added due to text coalescing.
15306 * nanoftp.c parser.c: small cleanup
15307
15308Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
15309
15310 * HACKING: added John Fleck right to commit in the doc subdir
15311
15312Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15313
15314 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
15315 allow to inherit attributes from the DTD directly in the
15316 tree, this is needed for XPath and can be a useful feature.
15317 Inherited namespaces are always provided at the tree level now
15318 * test/defattr* result/defattr* result/noent/defattr*: added a couple
15319 of tests for this feature (XSLT being the prime user).
15320
15321Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
15322
15323 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
15324 testSAX.c xmlIO.c xmllint.c include/win32config.h
15325 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
15326 include/libxml/xmlwin32version.h.in win32/README.MSDev
15327 win32/dsp/*: applied Win32 Facelift No.2 patches from
15328 Igor Zlatkovic for Windows/MSC
15329
15330Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
15331
15332 * SAX.c: unparsedEntityDecl() the URI computation of the
15333 entity wasn't done breaking XSLT unparsed-entity-uri()
15334
15335Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
15336
15337 * xpath.c: fixed a bug when walking the descendants and
15338 the current node has no children
15339 * debugXML.c: show up when a text node is supposed to not be escaped
15340
15341Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15342
15343 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
15344 worked like the set:leading() function)
15345 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
15346
15347Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15348
15349 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
15350
15351Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15352
15353 * include/libxml/xmlIO.h: apply change to close #58141
15354 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
15355
15356Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15357
15358 * parser.c: when the internal subset uses a PE, then the
15359 included entity can use conditional sections.
15360
15361Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15362
15363 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
15364 when walking the namespace axis showing up in
15365 libxst/tests/general/bug-12
15366 * xmlmemory.c: added the possibility to trace a given block
15367 defined by its address
15368
15369Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15370
15371 * parser.c: don't override existing encoding specified before
15372 starting xmlParseDocument()
15373
15374Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15375
15376 * include/libxml/xmlwin32version.h: reinserted, needed for
15377 Windows users of CVS
15378
153792001-07-27 Darin Adler <darin@bentspoon.com>
15380
15381 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
15382 * testCatalog.c: Add include of <libxml/parser.h>.
15383
153842001-07-27 Darin Adler <darin@bentspoon.com>
15385
15386 * include/libxml/.cvsignore:
15387 * include/libxml/xmlwin32version.h:
15388 Remove this file from CVS because it's generated.
15389
15390Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15391
15392 * parser.c include/libxml/parser.h: applied const patches from
15393 Tom Moog #58002
15394
15395Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15396
15397 * xpath.c include/libxml/xpath{,Internals}.h: added a function
15398 lookup framework
15399
15400Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15401
15402 * tree.c: fixed xmlCopyNode() for documents
15403
15404Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15405
15406 * parser.c: fixed bugs #58073 reported by Greg Shtilman
15407
15408Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15409
15410 * parser.c: fixes bug #57652 reported by Morus Walter
15411
15412Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15413
15414 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
15415
15416Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15417
15418 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
15419 errors, lesson don't add new functions at 1am before a release
15420 * xpath.c: integrated fix from Bjorn to avoid divide by zero
15421 from XPath initialization when possible.
15422
15423Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15424
15425 * result/scripts/base*: removing history/readline changed
15426 this slightly
15427 * include/libxml/parser.h SAX.c parser.c parserInternals.c
15428 xmllint.c: make element content line number generation
15429 optionnal to avoid breaking old apps added interface to switch
15430
15431Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15432
15433 * configure.in: get rid of the readline and libhistory
15434 dependencies by default, release 2.4.1 with IA64 fix
15435 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
15436 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
15437 John Kroll fixes to allow saving to HTTP via PUT (or
15438 POST of needed).
15439 * doc/html/*.html: regenerated the docs
15440
15441Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15442
15443 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
15444 xmlHashScanFull and xmlHashScannFull3 to get passed the
15445 three keys as arguments to the callback function
15446
15447Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15448
15449 * configure.in Makefile.am: removed libxml softlink for good
15450 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
15451 100% coverage by gtk-doc
15452
15453Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15454
15455 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
15456 fixed serious troubles due to size_t vs. int mismatch
15457
15458Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15459
15460 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
15461
15462Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15463
15464 * include/libxml/xpath{,Internals}.h xpath.c: added a more
15465 convenient extension API for value and context managing
15466 Now handles external objects through xmlXPathPopExternal,
15467 xmlXPathWrapExternal and xmlXPathReturnExternal.
15468 Added functions for sets operations (intersection, etc.)
15469
15470Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15471
15472 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
15473 xmlIO.c tree.c parserInternals.c entities.c encoding.c
15474 HTMLparser.c: cleanup of global variables, marking some
15475 const or private.
15476
15477Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15478
15479 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
15480 fixed xmlXPathNodeSetItem when passing index=0
15481
15482Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15483
15484 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
15485
15486Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15487
15488 * xmllint.c: fixed compilation under Cygwin #57503
15489 * TODO: update
15490
154912001-07-13 Peter Williams <peterw@ximian.com>
15492
15493 * config.h.in: add #undef HAVE_DLFCN_H
15494
15495 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
15496 builddir.
15497
15498Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15499
15500 * win32/libxml2/libxml2.def.src: added a couple of exported entries
15501 raised by #57348 and #57381
15502
15503Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15504
15505 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
15506 tree.c xpointer.c: store the line numbder in element->content,
15507 may break some software, need a configuration mechanism
15508
155092001-07-10 Darin Adler <darin@bentspoon.com>
15510
15511 * .cvsignore:
15512 * example/.cvsignore:
15513 * include/.cvsignore:
15514 * include/libxml/.cvsignore:
15515 Various things that are generated and should be ignored.
15516
15517Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15518
15519 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
15520 * doc/xml.html doc/html/*: updated the docs
15521
15522Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15523
15524 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
15525 validation occured on content with element child
15526
15527Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15528
15529 * tree.c: fixed XML Base computation which was broken
15530 * debugXML.c: added a base function to the shell
15531 * Makefile.am result/scripts/* test/scripts/*: added scripts
15532 based regression tests, and adding 2 XML Base tests
15533
15534Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15535
15536 * tree.c: set properties doc and call xmlSetListDoc for properties
15537 content when grafting them in a different tree.
15538 * aclocal.m4: remove from CVS
15539
15540Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15541
15542 * win32/libxml2/libxml2.def.src: added some missing entry point
15543 for XPath (Mark Vakoc)
15544
15545Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15546
15547 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
15548 layer should URI-Unescape before trying to open resources.
15549
15550Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15551
15552 * xpath.c: fix the name() bug for elements in the default
15553 namespace reported by Charlie Bozeman
15554
15555Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15556
15557 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
15558 led to an XPath fix, improvements of SAX initialization, and
15559 an added option --nocdata to testXPath
15560
15561Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15562
15563 * doc/libxml-doc.el: Felix Natter provided anew version working
15564 with XEmacs too
15565
15566Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15567
15568 * include/libxml/xpath.h: small cleanup
15569 * doc/xml.html: update
15570
15571Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15572
15573 * Makefile.am configure.in include/libxml/xmlwin32version.h:
15574 released 2.3.14
15575
15576Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15577
15578 * doc/html/*: rebuilt the docs for the release
15579 * doc/xml.html: added 2.3.14 release.
15580
15581Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15582
15583 * xpath.c: a bug reported by Stephan Kulow empty nodesets
15584 were not equal to empty strings
15585
15586Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15587
15588 * SAX.c: fixed a URI-Reference computation problem when validating
15589 * xmlIO.c: small cleanup
15590
15591Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15592
15593 * parser.c: improved the description of a couple of interfaces
15594 upon Larry Stamper suggestion
15595
15596Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15597
15598 * SAX.c entities.c parser.c: changed completely the way entities
15599 are handled when running the parser in entity substitution mode.
15600 This fixes a bug reported by Stephan Kulow and nearly divides
15601 by 3 the amount of memory required by libxslt to load and process
15602 DocBook TDG.
15603
15604Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15605
15606 * HTMLparser.c: fixing a too early root closing problem raised
15607 byt Prashanth Naidu
15608
15609Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15610
15611 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
15612 raised by Mark Vakoc.
15613
15614Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15615
15616 * example/Makefile.am: fixed the include path to add srcdir/include
15617 * Makefile.am configure.in: fix from Albert Chin for iconv detection
15618 and some cleanup
15619
15620Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15621
15622 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
15623 lot of optimization work, results in significant improvements
15624 when handling really complex XPath queries. Add a small optimizer
15625 for unions, improve [n] and [last()], avoid some costly ops.
15626
15627Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15628
15629 * include/libxml/parser.h parser.c: xmlStrstr args are both const
15630 * xpath.c: small cleanup
15631 * xmlGetNsList: reformated, fixed problems if used on Entities
15632
15633Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15634
15635 * doc/xml.html: added 1.8.14 and 2.3.13 releases
15636
15637Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15638
15639 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
15640 * Makefile.am example/Makefile.am: workaround automake generating
15641 erroneous deps
15642
15643Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15644
15645 * include/win32config.h: bug #56801 Yon Derek provided a patch
15646 to the windows config file.
15647
15648Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15649
15650 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
15651 libxml.h : Yon Derek provided a set of changes to compile from
15652 CVS on Windows/MSC
15653
15654Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15655
15656 * parser.c: fixed UTF8 BOM support in push mode
15657 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
15658 added a specific testcase
15659
15660Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15661
15662 * Makefile.am: added --push regression tests
15663 * parserInternals.c: the XML parser segfaulted in --push mode
15664
15665Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15666
15667 * configure.in: moved the symlinks detection within a CVS
15668 check, this is not portable and will be removed soon.
15669 * xpath.c: small cleanup/speedup
15670
15671Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15672
15673 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
15674 release of 2.3.12
15675 * parser.c: make an error message if unknow entities in all cases
15676
15677Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15678
15679 * uri.c: fixed 2 uri normalization bugs on '//' reduction
15680
15681Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15682
15683 * include/libxml/Makefile.am: Laszlo Peter pointed out that
15684 includes were installed in the wrong dir
15685
15686Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15687
15688 * doc/html.xml: warn against sending code to exhibit bugs.
15689
15690Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15691
15692 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
15693 Tru64 from Thomas Leitner
15694
15695Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15696
15697 * AUTHORS: added William and Bjorn
15698 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
15699 daniel@veillard.com hopefully I won't have to do this again
15700 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
15701 docs can be rebuilt cleanly now
15702 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
15703 from CVs it's generated, added include/libxml/xmlwin32version.h
15704 also generated but which should change far less frequently.
15705 * catalog.c nanoftp.c: made sure to include libxml.h not
15706 libxml/xmlversion.h directly
15707 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
15708 when compiling on WIN32 and MSC
15709
15710Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15711
15712 * include/Makefile.am include/libxml/Makefile.am configure.in:
15713 fixed make distcheck and rebuilding the rpms
15714
15715Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15716
15717 * configure.in: should finish the migration of exported includes
15718 into a real include/libxml in CVS, at least for CVS users.
15719 * removed the exported headers, added in include/libxml (as well
15720 as xmlversion.h.in).
15721
15722Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15723
15724 * configure.in: fixed the way to detect symlink
15725
15726Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15727
15728 * configure.in: updated, include/libxml is now a real CVS dir
15729
15730Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15731
15732 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
15733 version works with both libxml1 and libxml2 (it autodetects
15734 the prefix of the html-files) from Felix Natter.
15735 * doc/xml.html: updated doc accordingly
15736
15737Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15738
15739 * xpath.c: fixed the bug generating a template loop in libxslt
15740 when using docbook-xsl-1.4, * should filter out document nodes
15741 * HACKING: added William
15742 * TODO: updated
15743
15744Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15745
15746 * doc/FAQ.html: added a warning about gcc-3.0
15747 * doc/xml.html: added reference to gdome2 and removed a confusing
15748 sentence
15749
15750Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15751
15752 * xmlversion.h: okay this is a generated file, but Windows
15753 users need it and they can't generate it, and I want CVS
15754 Windows users ...
15755 * win32/libxml2/libxml2_so.dsp: Windows project file for
15756 the shared lib version of libxml2
15757 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
15758 resources needed for libxslt/xsltproc by Yon Derek
15759
15760Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15761
15762 * trio.c: MSVC fix (provided by Igor Zlatkovic)
15763
15764Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15765
15766 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
15767
15768Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15769
15770 * include/win32config.h: Yon Derek provided a first fix
15771 to be able to compile libxslt/xsltproc on Windows
15772
15773Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15774
15775 * xpath.c: attempt to work around what seemed a gcc optimizer
15776 bug when handling floats on i386 http://veillard.com/gcc.bug
15777 * tree.c entities.c encoding.c: doing some cleanups while
15778 chasing it
15779
15780Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15781
15782 * Makefile.am: cleanup when --without-debug is specified
15783 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
15784 w.r.t. --without-debug and other include points
15785 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
15786 Catalogs
15787 * configure.in entities.h tree.h HTMLparser.c: removed
15788 --without-corba, made the _private field mandatory
15789
15790Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15791
15792 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
15793 outputs a BOM in UTF8, an errata has been issued to avoid the
15794 problem, that was the most reasonable solution... Add support
15795 for a leading UTF8 BOM in entities.
15796
15797Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15798
15799 * valid.c: fixed a bug found when post validating an entity ref
15800 * xmllint.c: added --loaddtd and sligly changed --postvalid to
15801 activate it too
15802
15803Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15804
15805 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
15806 weakness in the node copy the XPointer and the XInclude
15807 implementations. Serious cleanup.
15808
15809Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15810
15811 * Makefile.am: Kjartan Maraas provided a small patch to
15812 add xml2-config.in to EXTRA_DIST
15813
15814Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15815
15816 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
15817 provided another failing case found in KDE, the way the
15818 ctxt->vctxt.nodeTab was allocated and freed changed over
15819 time but it wasn't completely cleaned up. This should fix it.
15820
15821Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15822
15823 * parser.c: Stephan Kulow also raised the fact that line number
15824 could get miscounted making debug harder, fixed the problem
15825 in xmlParseCharData()
15826
15827Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15828
15829 * valid.c: Stephan Kulow pointed out a problem when validating
15830 and using an empty entity, forgot a 'break' in a case.
15831
15832Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15833
15834 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
15835 * doc/xml.html: updated with 2.3.11
15836
15837Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15838
15839 * TODO: updated adding cleanup of generated doc
15840 * configure.in: prepared to release 2.3.11
15841 * xmllint.c: added --version for bug reporting
15842 * doc/html/*.html: rebuilt the doc
15843
15844Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15845
15846 * xpath.c: first part of the work on selecting namespace to
15847 fix bug #56115
15848
15849Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15850
15851 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
15852 when using -liconv
15853 * TODO: updated
15854
15855Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15856
15857 * HTMLtree.[ch]: more work on the HTML serialization routnes,
15858 cleanup, encoding support.
15859
15860Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15861
15862 * xpath.c: Thomas Broyer suggested a better patch for the / arg
15863
15864Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15865
15866 * xpath.c: bug detected by Ankh when / is used as a function arg
15867
15868Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15869
15870 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
15871 of element and use it to avoid outputting formatting spaces at
15872 the wrong place. Implemented the format parameter for HTML save.
15873 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
15874 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
15875 result/HTML/wired.html: of course this impact the result of a
15876 number of HTML tests
15877
15878Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15879
15880 * HTMLtree.[ch]: started augmenting the HTML save API with
15881 encoding and formatting parameters
15882
15883Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15884
15885 * HTMLtree.h: cleanup and started evaluating the work needed on
15886 revamping the HTML output code
15887
15888Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15889
15890 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
15891
15892Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15893
15894 * valid.c: fixed bug #56049, forgot one check in the
15895 validation routine
15896
15897Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15898
15899 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
15900
15901Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15902
15903 * libxml.h: fixed an error in last commit
15904 * doc/FAQ.html: added an entry for compilation from CVS
15905
15906Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15907
15908 * xmlversion.h.in libxml.h: Cygwin patches
15909 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
15910 * tree.h: cleanup
15911
15912Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15913
15914 * tree.c: patched xmlFreeNode() to avoid freeing() a static
15915 memory block in a strange case where libxml is linked twice
15916 in the binary.
15917
15918Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15919
15920 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
15921 state far too often, simple fix used to avoid it.
15922
15923Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15924
15925 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
15926 being processed, applied his patch
15927 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
15928
15929Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15930
15931 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
15932 provided fixes to compile on MSCC again
15933 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
15934 also provided an update for the project files.
15935
15936Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15937
15938 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
15939 bug #55810
15940
15941Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15942
15943 * tree.c: fixed xmlGetNsProp() to close bug #55683
15944 Note this requires libxslt to use it's own function instead.
15945
15946Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15947
15948 * HTMLtree.c: when in a pre element no formatting space should
15949 be added.
15950 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
15951
15952Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15953
15954 * configure.in: added tests for signal() and signal.h
15955
15956Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15957
15958 * xpath.c: robert pointed out xmlXPathNINF was not initialized
15959
15960Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15961
15962 * doc/libxml-doc.el: Felix Natter provided a new version for
15963 libxml2
15964
15965Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15966
15967 * HTMLtree.c: when in a pre element no formatting space should
15968 be added.
15969
15970Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15971
15972 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
15973
15974Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15975
15976 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
15977 hack
15978 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
15979 * uri.c: fixed a warning
15980
15981Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15982
15983 * HTMLtree.c: trying to close bug #55772 escaping in script
15984 elements
15985 * doc/xml.html: suggest to send mail to the list
15986
15987Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15988
15989 * error.c: attempt to fix the xmlGetVarStr breakage once and for
15990 good. Use a macro and based on the solution provided in
15991 vsnprintf manual page from GNU.
15992
15993Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15994
15995 * error.c: Workaround for non-preserving variadic list.
15996 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
15997
15998Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15999
16000 * doc/xml.html: added 2.3.10 release
16001
16002Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16003
16004 * configure.in: releasing 2.3.10
16005
16006Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16007
16008 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
16009
16010Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16011
16012 * encoding.c: Robert Collins provided a patch to add the
16013 "US-ASCII" encoding alias
16014
16015Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16016
16017 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
16018 string oriented functions and started cleaning the related areas
16019 in xpath.c which needed fixing in this respect
16020
16021Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16022
16023 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
16024 #55380
16025 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
16026
16027Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16028
16029 * TODO: updated
16030 * nanohttp.[ch] : started adding APIs to get the redirected URL
16031 when this occurs (needed for further base computation
16032 * tree.h: cleanup
16033 * encoding.c: cleanup
16034 * SAX.c: minor change around ctxt->loadsubset
16035
16036Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16037
16038 * Makefile.am include/Makefile.am: small change to have
16039 include/libxml rebuilt if working from CVS.
16040 * uri.c: applied another patch from Carl Douglas for URI escaping,
16041 this should close bug #51876
16042
16043Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16044
16045 * xinclude.c: fixed XInclude recursive behaviour bug #54678
16046 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
16047 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
16048 added specific regression test
16049 * parser.h: preparing for the XSLT mode where DTD inherited
16050 attributes are added to the tree.
16051
16052Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16053
16054 * xinclude.[ch]: Updated the namespace for the Last Call version
16055 * result/XInclude/include test/XInclude/include: updated the
16056 testsuite accordingly
16057
16058Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16059
16060 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
16061 related to bug #51876
16062
16063Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16064
16065 * tree.c: fixed a gross mistake in base computation, xml:base is
16066 not completely correct yet (need cascade).
16067 * xpath.[ch]: added the few things needed to find a function name
16068 and URI from the XPath context when it is called.
16069
16070Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16071
16072 * catalog.[ch]: fixes and add xmlLoadCatalogs()
16073 * DOCBparser.c: small cleanup
16074 * xmllint.c: added a --catalogs option to load catalogs from
16075 $SGML_CATALOG_FILES
16076 * tree.c: cleanup
16077 * configure.in: iconv library fixup, ICONV_LIBS
16078
16079Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16080
16081 * catalog.c: handling of CATALOG entries. detection of recursion,
16082 and a few bugfixes
16083 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
16084 against the default namespace
16085
16086Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16087
16088 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
16089
16090Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16091
16092 * parser.c: fixed propagation context info when parsing an
16093 external entity.
16094 * doc/html/*.html: regenerated a couple of docs
16095
16096Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16097
16098 * doc/xml.html: update with 2.3.9 informations
16099
16100Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16101
16102 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
16103 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
16104 * doc/html/* : rebuilt the docs
16105 * valid.c: small patch which may improve some case when
16106 validating.
16107
16108Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16109
16110 * HTMLparser.c: Closed bug #54891
16111 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
16112 to the suite
16113
16114Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16115
16116 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
16117 applied a documentation patch from LotR and filled in a few missing
16118 descriptions
16119
16120Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16121
16122 * xpath.c tree.c parser.c: speed optimizations at the parser level
16123 document tree freeing and xpath evaluation
16124
16125Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16126
16127 * parser.c parser.h parserInternals.h: fixed a couple of
16128 interfaces for handling memory buffer input to const char *
16129 upon suggestion of JamesH.
16130
16131Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16132
16133 * configure.in: LoTR sent a patch fixing the previous commit
16134
16135Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16136
16137 * configure.in: trying to deal again with the stoopid -R linking
16138 flag of Solaris
16139
16140Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16141
16142 * xpath.h: two nodeset access macros from Thomas Broyer
16143
16144Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16145
16146 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
16147 patch from Thomas Broyer
16148
16149Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16150
16151 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
16152 case
16153 * INSTALL: was empty added stuff from the FAQ
16154
16155Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16156
16157 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
16158 attributes handling and #54433 by adding xmlUnsetProp()
16159 and xmlUnsetNsProp()
16160
16161Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16162
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016163 * HTMLparser.c: Patch from Jonas Borgström
William M. Brack11be2d02007-01-24 19:17:19 +000016164 (htmlGetEndPriority): New function, returns
16165 the priority of a certain element.
16166 (htmlAutoCloseOnClose): Only close inline elements if they
16167 all have lower or equal priority.
16168 * result/HTML: this of course changed a number of tests results.
16169
16170Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16171
16172 * xmlIO.c catalog.c: plugged in the default catalog resolution
16173 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
16174 documentations
16175 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
16176
16177Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16178
16179 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
16180 integrating catalogs
16181 * catalog.[ch] testCatalog.c: adding a small catalo API
16182 (only SGML catalog support).
16183 * parser.c: restaured xmlKeepBlanksDefault(0) API
16184
16185Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16186
16187 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
16188
16189Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16190
16191 * parser.c: added xmlParseExternalEntityPrivate() to allow
16192 propagation of ctxt->_private when parsing external entities
16193
16194Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16195
16196 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
16197
16198Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16199
16200 * configure.in: fixed a small portability problem with AM_CONDITIONAL
16201
16202Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16203
16204 * valid.c: warn when indeterminist content model is detected
16205 * result/VC/ElementValid8: this adds a message
16206 * Makefile.am: add --novalid for VCM tests
16207 * parserInternals.c: added a call to Init memory
16208
16209Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16210
16211 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
16212 when both parameters are NULL.
16213
16214Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16215
16216 * valid.c: applied small patch from Gary Pennington, reindented
16217 some part of the code.
16218
16219Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16220
16221 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
16222 release, updated and regenerated the docs
16223
16224Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16225
16226 * xpath.c result/XPath/expr/floats : clarified and cleanup
16227 printing of abnormal floats in tests.
16228
16229Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16230
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016231 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
William M. Brack11be2d02007-01-24 19:17:19 +000016232 * results/HTML/ : a few changes in the output of the HTML tests as
16233 a result.
16234 * configure.in: tying to fix -liconv where needed
16235
16236Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16237
16238 * Makefile.am: fixed a stupid error
16239
16240Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16241
16242 * configure.in Makefile.am: make the inclusion of the trio
16243 modules in the library conditional
16244
16245Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16246
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016247 * DOCBparser.c: patche from László Kovács, fixed entities refs
William M. Brack11be2d02007-01-24 19:17:19 +000016248 in attributes handling
16249
16250Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16251
16252 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
16253 flushing
16254
16255Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16256
16257 * xpath.c: fix of an XSLT namespace bug reported on the list
16258 general/bug-8-
16259
16260Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16261
16262 * strio.h trio.c: Dan McNichol suggested a couple of small
16263 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
16264
16265Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16266
16267 * tree.c parser.c encoding.c: spent a bit more time looking
16268 at the parsing speed and DOM handling. Added a few more
16269 speedups.
16270
16271Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16272
16273 * parser.c: small but effective parsing speed improvement
16274
16275Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16276
16277 * configure.in: default on the DocBook parser inclusion (for Gnome)
16278 * DOCBparser.h: fixed a header reference
16279
16280Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16281
16282 * configure.in xpath.c: applied Bjorn patches for FPE on the
16283 alpha
16284
16285Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16286
16287 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
16288 xmlSaveFormatFileTo()
16289
16290Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16291
16292 * xpath.c: simple and efficient optimization, XPath functions
16293 aways bind to the same code, cache this
16294 * TODO: updated (by saying some is obsolete)
16295
16296Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16297
16298 * xpath.c: more cleanup work on XPath name parsing routines
16299
16300Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16301
16302 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
16303 xmlXPathParseName
16304 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
16305 * debugXML.c: avoid compilation problems if compiling without
16306 HTML support, Igor Zlatkovic
16307 * win32/libxml2/libxml2.def.src: being able to compile without
16308 XPath on Windows
16309
16310Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16311
16312 * libxml.m4: yet another patch from Toshio Kuratomi
16313
16314Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16315
16316 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
16317
16318Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16319
16320 * tree.[ch]: added xmlSaveFormatFile interface for saving
16321 and indenting a file.
16322
16323Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16324
16325 * xpath.c: fixed bug #53689 related to processing-instruction()
16326
16327Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16328
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016329 * DOCBparser.c: patche from László Kovács
William M. Brack11be2d02007-01-24 19:17:19 +000016330
16331Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16332
16333 * parser.c: applied fixes from Christian Glahn bug report #53391
16334
16335Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16336
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016337 * error.c: Jean François Lecomte provided a complete description
William M. Brack11be2d02007-01-24 19:17:19 +000016338 and a fix to bug #53537
16339
16340Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16341
16342 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
16343
16344Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16345
16346 * DOCBparser.c SAX.c: a bit more work on entities processing.
16347 Still Need to cleanup XML output and references in attributes
16348
16349Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16350
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016351 * DOCBparser.c include/Makefile.am: two patches from László Kovács
William M. Brack11be2d02007-01-24 19:17:19 +000016352
16353Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16354
16355 * tree.c: trying to fix #53574, not completely complete,
16356 I would like xmllint --copy --debug test/ent1 and
16357 xmllint --debug test/ent1 to show the same result.
16358 * xpath.c: fix a bug when trying to sort namespace nodes
16359
16360Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16361
16362 * HTMLtree.c: real fix for #53402
16363
16364Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16365
16366 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
16367 PIs when using xsl:output
16368 * valid.c: closing #53537 some case generate segfaults if there
16369 is validity errors
16370
16371Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16372
16373 * SAX.c testDocbook.c DOCBparser.c: more work on the support
16374 of external parsed entities, added --noent to testDocbook
16375 * valid.c: Garry Pennington found an uninitialized variable
16376 access in xmlValidateElementContent()
16377
16378Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16379
16380 * HTMLparser.c : HTML parsing still sucks ... trying to deal
16381 with madness
16382 * result/HTML/ : this modified the result of the regression tests
16383 a lot.
16384
16385Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16386
16387 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
16388 to doc where it wasn't checked against NULL reported by
16389 Jens Laas
16390
16391Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16392
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016393 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
William M. Brack11be2d02007-01-24 19:17:19 +000016394 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
16395
16396Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16397
16398 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
16399 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
16400 * SAX.[ch]: cleanup and updates for DocBook
16401 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
16402 ex SGML identifier changes
16403 * valid.c: removed a static unused function.
16404
16405Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16406
16407 * HTMLtree.c: applied change for Paul Sponagl on script saving
16408 * Makefile.am: the warning about entity title.xml are normal.
16409
16410Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16411
16412 * configure.in: release of 2.3.7
16413 * Makefile.am: fixing make distcheck
16414
16415Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16416
16417 * doc/html/* doc/xml.html: updated and regenerated the docs
16418
16419Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16420
16421 * xpath.c: fixed the XPointer problem introduced in 2.3.6
16422
16423Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16424
16425 * tree.c: fixed #53388 with the provided patch
16426
16427Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16428
16429 * valid.c: Bjorn detected an invalid memory access. Fixed
16430 vstateVPush()
16431
16432Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16433
16434 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
16435
16436Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
16437
16438 * libxml.h: new header used only for the compilation of libxml
16439 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
16440 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
16441 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
16442 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
16443 xmlmemory.c xpath.c xpointer.c: libxml.h integration
16444 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
16445 baseline (version 1.2 plus a single patch).
16446 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
16447 scientific notation for numbers. Tests added.
16448 * xpath.c: formatting of numbers changed to use sprintf
16449 (contribution from William Brack)
16450
16451Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16452
16453 * valid.c: cleanup, more useful debugging
16454 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
16455 * xmlIO.c: entity loading is printed as an error when validating
16456
16457Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16458
16459 * valid.c: fixed to validate within entities
16460 * test/VCM/v22.xml: added a specific testcase
16461
16462Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16463
16464 * valid.c: forgot an epsilon transition in for ()+
16465 * test/VCM/v21.xml : added a specific test case
16466
16467Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16468
16469 * valid.c: removed a state explosion exhibited by RSS
16470 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
16471 from bug #51872
16472
16473Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16474
16475 * valid.[ch] tree.h: worked *hard* to get non-determinist content
16476 validation without using an ugly NFA -> DFA algo in the source.
16477 Made a specific algorithm easier to maintain, using a single
16478 stack and without recursion.
16479 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
16480 * hash.c: made the growing routine static
16481 * tree.h parser.c: added the parent information to an
16482 xmlElementContent node.
16483
16484Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16485
16486 * SAX.c parser.c xpath.c: generating IDs when not validating
16487 from an external parsed entity was poisoning the ID has table
16488 with removed values. This was killing XSLT on the KDE help
16489 browser.
16490
16491Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16492
16493 * entities.h: andrew@ugh.net.au detected a double declaration
16494
16495Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16496
16497 * debugXML.c hash.c tree.h valid.c : some changes related to
16498 the validation suport to improve speed with DocBook
16499 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
16500 the way validation errors get reported
16501
16502Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16503
16504 * HTMLparser.c HTMLtree.c: applied part of the patches provided
16505 by P C Chow and William M. Brack for XSLT HTML output
16506
16507Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16508
16509 * xmlversion.h.in win32config.h win32/libxml2/*: applied
16510 Igor Zlatkovic patches for MSC compilation and added his
16511 updates
16512
16513Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16514
16515 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
16516 prefix lookup.
16517 * parserInternals.c: fixed the bug reported by Morus Walter
16518 due to an off by one typo in xmlStringCurrentChar()
16519
16520Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16521
16522 * HTMLparser.c result/HTML/*: revamped the way the HTML
16523 parser handles end of tags or end of input
16524
16525Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16526
16527 * tree.[ch] : added xmlDocCopyNode for gdome2 support
16528
16529Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16530
16531 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
16532 bug where the linktime verions of free() won't work ...
16533
16534Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16535
16536 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
16537
16538Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16539
16540 * doc/xml.html: added 2.3.6 release
16541
16542Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16543
16544 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
16545 * result/wml.xml: resulted in a small output change
16546
16547Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16548
16549 * tree.c: xmlNewDoc was missing the charset initialization
16550 * xmllint.c: added --auto to autogenerate a doc, allow to
16551 reproduce the problem fixed on xmlNewDoc
16552
16553Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16554
16555 * xpath.c: trying to get 52979 solved
16556 * tree.c result/ result/noent/: trying to get 52712 solved, this
16557 also made me clean up the fact that XML output in general should
16558 not add formating blanks by default, this changed the output of
16559 a few tests
16560
16561Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16562
16563 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
16564
16565Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16566
16567 * configure.in: finally released 2.3.6
16568
16569Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16570
16571 * xpath.c: checking for null pointer generated by new code
16572
16573Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16574
16575 * xpath.c: fixed a [] evaluation problem reported
16576 * test/XPath/tests/simpleaddr: extended test
16577 * result/XPath/simpleaddr: updated result
16578
16579Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16580
16581 * xmllint.c: Dan Timis reported a portability problem
16582 on Macs without mmap, fixed it.
16583
16584Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16585
16586 * testXPath.c : added a --tree option allowing to display the
16587 tree dump of the XPath expression
16588
16589Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16590
16591 * xpath.c: fixed a memleak when comparing nodesets
16592 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
16593 * tree.c: added a TODO
16594
16595Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16596
16597 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
16598 we need string functions
16599 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
16600 to be able to use them where needed. Applied some changes
16601 to reduce name linking pollution and compile in only what's
16602 needed.
16603 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
16604 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
16605 for the string manipulation functions
16606 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
16607 to the free() function of xmlmemory.c
16608 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
16609 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
16610 usage.
16611
16612Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16613
16614 * error.c: applied the context output patch of the error
16615 handling submitted by Chuck Griffith
16616 * error/VC/*: this slightly change some error logs
16617
16618Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16619
16620 * parser.c: fixed line number reporting on error
16621
16622Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16623
16624 * parser.c: Sullivan and Darin found a parser bug,
16625 applied the patch.
16626
16627Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16628
16629 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
16630 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
16631 xmlversion.h.in xpointer.c: of course the way I defined
16632 UNUSED breaks on old gcc version. Try to be smart and
16633 also define it directly in xmlversion.h
16634 * configure.in: removed -ansi flag from the pedantic set
16635
16636Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16637 Huge cleanup, I switched to compile with
16638 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
16639 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
16640 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
16641 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
16642 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
16643 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
16644 encoding.h entities.c error.c list.[ch] nanoftp.c
16645 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
16646 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
16647 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
16648 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
16649 Cleanup, staticfied a number of non-exported functions,
16650 detected and cleaned up a dozen of problem found this way,
16651 avoided a lot of public function name/typedef/system names clashes
16652 * doc/xml.html: updated
16653 * configure.in: switched private flags to the really pedantic ones.
16654
16655Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16656
16657 * configure.in: 2.3.5
16658 * doc/html/*: rebuilt the docs
16659
16660Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16661
16662 * parser.c: fixed a reported bug in NOTATION parsing
16663 * uri.c: accepted but not fixed bug 51876, added TODO
16664 * Makefile.am: fixed bug 51876
16665
16666Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16667
16668 * config.h.in configure.in error.c: fix a compilation problem
16669 on platforms without vsnprintf (xml@thewrittenword.com)
16670
16671Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16672
16673 * parser.c: fixed a function name header typo
16674 * SAX.c: notations can also occur in external subset.
16675
16676Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16677
16678 * error.c: removed a C++ like comment
16679
16680Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16681
16682 * parser.c: fixing bug 52299 strange condition leading
16683 to a parser crash due to a buffer overflow
16684 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
16685 added the specific test case
16686
16687Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16688
16689 * xpath.[ch]: still a lot of cleanup based on XSLT, added
16690 xmlXPathConvert{String,Number,Boolean} to be able to make
16691 type casts without a context stack, fixed some implementation
16692 problems related to the absence of context at parse-time,
16693 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
16694 in the public API too
16695 * xpointer.c xpathInternals.h: we need to know at parse time
16696 whether we are compiling an XPointer
16697
16698Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16699
16700 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
16701 cleaned up the parser internals, refactored XPath code, added
16702 new compilation based APIs and cleanly separated public and
16703 private APIs.
16704
16705Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16706
16707 * xpath.h: the comp field must be added at the end to avoid
16708 killing binary compat.
16709
16710Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16711
16712 * Makefile.am: detect XPath memleaks in regreson tests
16713 * error.c: fixed and error w.r.t. error reporting still using
16714 stderr
16715 * hash.c: added new line at end of file
16716 * tree.h: minor cleanup
16717 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
16718 expression parsing from evaluation, resulted in a number of
16719 changes internally, and in XPointer. Likely to break stuff
16720 using xpathInternals.h but should remain binary compatible,
16721 new interfaces will be added.
16722
16723Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16724
16725 * configure.in: fixed a couple of problems reported by
16726 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
16727 without gcc on non linux platforms.
16728
16729Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16730
16731 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
16732 a fix for --with-html-dir= configure support. I hope it won't
16733 break rpm generation
16734
16735Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16736
16737 * xmlIO.c: one function comment cleanup.
16738
16739Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16740
16741 * SAX.c: external subset notations were improperly registered
16742 in the internal subset.
16743
16744Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16745
16746 * README.cvs-commits: added, pointing to HACKING
16747 * HACKING: updated
16748
16749Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16750
16751 * parser.c: and Matt Sergeant found one in the XML push
16752 parser (erroneous check I forgot to remove when I fixed the
16753 main parser).
16754
16755Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16756
16757 * xpath.c: ptittom found a small bug in UnaryExpr
16758
16759Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16760
16761 * configure.in: bumped to 2.3.4
16762 * error.c: fixed bug #51860
16763 * tree.c: fixed bug #51861
16764 * valid.c: cleanup, more debug, failed to fix one bug crap ...
16765 * tree.[ch] : added xmlDefaultBufferSize
16766 * nanoftp.c: typo in function name header block
16767 * doc/xml.html : updated, added link to XML::LibXSLT
16768 * doc/html/* : rebuilt the docs
16769
16770Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16771
16772 * parser.c SAX.c: the new content parsing code raised an
16773 ugly bug in the characters() SAX callback. Found it
16774 just because of strangeness in XSLT XML Rec ouptut :-(
16775
16776Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16777
16778 * Makefile.am: Martin Baulig suggested to add -lm
16779 * tree.c: found another bug in xmlNodeGetContent()
16780
16781Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16782
16783 * xpath.c: Bjorn found the error related to strictness of comparison.
16784
16785Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16786
16787 * parser.c: trying to fix the Dtd parsing problem reported
16788 by Gary, side effect of last week speed optimizations.
16789
16790Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16791
16792 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
16793 * parserInternals.c: removed unneeded test raised by Stric
16794
16795Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
16796
16797 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
16798 and fixed by William Brack). Added xmlXPathFormatNumber.
16799 Changed the sorting slightly.
16800 * configure.in Makefile.am example/Makefile.am: Added -lm.
16801 Please note that applications linking with libxml2, must
16802 also like with the math library from now on.
16803
16804Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16805
16806 * HTMLparser.c: fixed loop reported by Marc Sanfacon
16807
16808Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16809
16810 * parser.c: one must report spaces even if the Dtd element
16811 content proves that this is not part of the element content.
16812 * result/valid/*.xml: this changed the ouptu slightly
16813
16814Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16815
16816 * configure.in: bumped to 2.3.3
16817 * doc/xml.html: updated
16818
16819Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16820
16821 * tree.c: minor doc fix
16822 * xpath.c: deallocation issues when a result tree has been
16823 converted to a node-set
16824
16825Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16826
16827 * doc/xml.html: oops corrected dates s/2000/2001
16828
16829Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16830
16831 * valid.c: new patch from Gary Pennington
16832
16833Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16834
16835 * doc/xml.html: applied patch from Ankh
16836
16837Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16838
16839 * xinclude.c: fixed a problem building on Mac
16840
16841Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16842
16843 * parser.c: more work on increasing parsing ferformances
16844
16845Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16846
16847 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
16848 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
16849 avoiding memcpy in production builds MEM_CLEANUP macro use
16850 * parser.[ch] parserInternals.c: optimizations of the tightest
16851 internal loops inside the parser. Better checking of I/O
16852 flushing/loading conditions
16853 * xmllint.c : added --timing
16854
16855Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16856
16857 * configure.in: bumped to 2.3.2
16858 * doc/xml.html: updated for release
16859
16860Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16861
16862 * xpath.c: found a memleak and fixed a nasty bug
16863
16864Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16865
16866 * xmllint.[c1] : added return code errors for xmllint
16867 * xpath.c: specific debug dump function for result value trees
16868
16869Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16870
16871 * xpath.c: finally implemented xmlXPathCompareNodeSets
16872 * test/XPath/expr/floats results/XPath/expr/floats: added
16873 a test for float expressions
16874
16875Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16876
16877 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
16878 * parserInternals.[ch]: trying to speed up parsing
16879 * xpath.c : speeded up node set equality op
16880
16881Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16882
16883 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
16884 better handling of ID/IDREF and the list modules associated
16885 * configure.in: small CFLAGS cleanup
16886
16887Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16888
16889 * configure.in: fixed iconv detection on AIX (stric)
16890
16891Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16892
16893 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
16894
16895Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
16896
16897 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
16898 and optimized xmlXPathNodeSetSort
16899
16900Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16901
16902 * xpath.c: bug fix when context size is 0
16903 * parser.c: I like Norm's Dtd because they still manage to break
16904 the parser occasionally
16905
16906Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16907
16908 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
16909
16910Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16911
16912 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
16913 attributes within the XML-1.0 namespace
16914
16915Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16916
16917 * xpathInternals.h: exported a few axis functions
16918 * doc/xml.html: updated the doc
16919
16920Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16921
16922 * configure.in: applied patch from Daniel van Balen for OpenBSD
16923 and bumped version to 2.3.1
16924 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
16925 attempt to find autoclosing was simply broken, removed it,
16926 updated the examples, this is better
16927
16928Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16929
16930 * hash.[ch]: added Paolo Casarini patch to provide Delete from
16931 hash functionnalities.
16932 * doc/html/* : rebuild the doc
16933
16934Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16935
16936 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
16937 on predicate
16938 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
16939 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
16940 really want to have tags closed on output even if we accept
16941 unclosed ones on input
16942
16943Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16944
16945 * xpath.c: ouch don't free NULL, rare case fixed
16946 * tree.c: don't coalesce text nodes if they don't have the
16947 same behaviour wrt escaping on output
16948
16949Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16950
16951 * xpath.c: small fixup
16952 * SAX.c: don't warn on empty namespaces.
16953
16954Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16955
16956 * README: a bit of cleanup
16957 * configure.in: preparing for 2.3.0 release
16958
16959Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16960
16961 * hash.[ch]: added a first version of xmlHashSize()
16962 * valid.c: another bug fix from Gary Pennington
16963
16964Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16965
16966 * valid.c: couple of bug fixes pointed by Gary Pennington
16967 * HTMLtree.c: #if 0 cleanup
16968
16969Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16970
16971 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
16972 which removes a time consuming check of xmlXPathNodeSetAdd()
16973 and use it in places where we are sure to not break unicity
16974
16975Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16976
16977 * xpath.c: bug fixes found from XSLT
16978 * tree.c: preserve node->name special values when copying nodes.
16979 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
16980 external subset are fetched when available but without full
16981 validation. Added xmlLoadExtDtdDefaultValue, need a function.
16982 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
16983 output with encoding disabled.
16984
16985Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16986
16987 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
16988 xmlCheckFilename should not be called from xmlFileOpenW
16989 and xmlGzfileOpenW
16990
16991Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16992
16993 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
16994 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
16995 added the new tests for URI normalization
16996 * testURI.c: fixed stoopid bugs
16997 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
16998 the URI in the error messages are now properly normalized
16999
17000Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17001
17002 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
17003
17004Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17005
17006 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
17007
17008Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17009
17010 * xpath.c: fixed mod operator
17011
17012Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17013
17014 * parser.c: fixed xmlStrcat doc
17015 * tree.c: 2 fixes form Anders Carlson for copying nodes and
17016 trees.
17017
17018Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17019
17020 * xpath.c result/XPath/tests/chaptersbase
17021 result/XPath/tests/simplebase: fixed XPath node()
17022 * tree.c: small fix in xmlNewNs()
17023 * Makefile.am: removed extraneous xml2Conf.sh rule
17024
17025Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17026
17027 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
17028 Changed the library name, in order to get libxml-devel and
17029 libxml2-devel to coexist on a single system
17030 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
17031 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
17032
17033Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17034
17035 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
17036 libxml2-devel installable in // as libxml-devel.
17037
17038Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17039
17040 * doc/Makefile.am: fixed make rebuild in doc
17041 * doc/html/*.html: rebuilt the docs
17042
17043Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17044
17045 * tree.c: patch from Bjorn Reese on xmlBufferCCat
17046
17047Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17048
17049 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
17050 the HTML doc to go into the -devel RPM ...
17051 * aclocal.m4 config.h.in: some updates due to auto* magic
17052
17053Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17054
17055 * xpath.h: added a hook in the context structure allowing to
17056 link to extra support, needed for XSLT
17057
17058Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17059
17060 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
17061 xmlXPtrCmpPoints to use it.
17062 * propagated the following patch from Alejandro Forero
17063 * include/win32config.h xmlIO.c: applied further suggestions
17064 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
17065 * example/gjobread.c: fixed warnings, now that it builds
17066
17067Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
17068
17069 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
17070
17071 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
17072 filename points to a valid file (not a directory).
17073 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
17074 Added calls to xmlCheckFilenameDir.
17075
17076 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
17077 `path' (rather than `filename') as the parameter to gzopen and open.
17078
17079Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17080
17081 * Makefile.am: fixed a problem with EXTRA_DIST
17082
17083Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17084
17085 * Makefile.am example/Makefile.am: finally found the trick
17086 to build the example, i.e. add "." in SUBDIRS before example
17087 in the list <grin/>
17088
17089Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17090
17091 * doc/xml.html: updated with an XSLT section, removed pointer to
17092 W3C CVS base.
17093
17094Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17095
17096 * xpath.c: when copying a XSLT tree object teh tree need to be copied
17097 too, and deallocation need to occur the same way.
17098
17099Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17100
17101 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
17102 type correponding to an XSLT result tree fragment. Share most
17103 of the data format with node set, as well as operators.
17104 * HTMLtree.c: added a newline at the end of the doctype output
17105 whe this one is not present initially.
17106 * tree.c: make sure taht the parent and doc pointers are properly
17107 set when copying attributes (lists).
17108
17109Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17110
17111 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
17112
17113Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17114
17115 * xpath.c: seems I finally killed that ugly path evaluation
17116 context bug (tagged 9999 in case is is wrong)
17117
17118Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17119
17120 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
17121 for XSLT
17122
17123Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17124
17125 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
17126 for xmlGzfileOpen() bug
17127
17128Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17129
17130 * xpath.c: removed an error found by XSLT usage
17131 * tree.c parserInternals.h: use a predefined static string
17132 for text and comment nodes, avoid freeing them in xmlFreeNode,
17133 exported the string name in parserInternals.h and added
17134 another value to disable encoding at output (for XSLT),
17135 gain memory, time.
17136
17137Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17138
17139 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
17140 win32/libxml2/libxml2_so.dsp: new makefiles and update
17141 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
17142
17143Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17144
17145 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
17146 Gary Pennington
17147
17148Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17149
17150 * xpath.c: fixed the comaprision of values and nodelists,
17151 need to compare nodelist still ...
17152 * debugXML.c: avoided a possible core dump
17153 * HTMLparser.c: cleanup
17154 * nanohttp.c: contributed fix.
17155 * tree.c: fixes in properties handling added xmlSetNsProp
17156 needed by libxslt
17157 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
17158 comment
17159 * TODO: updated
17160
17161Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17162
17163 * parser.c parserInternals.c: applied Bjorn Reese optimization
17164 patch
17165
17166Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17167
17168 * Makefile.am: applied patch fro make check from Martin Vidner
17169
17170Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17171
17172 * configure.in: preparing 2.2.11
17173 * doc/html/*: rebuild the HTML files
17174 * doc/xml.html : updated
17175
17176Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17177
17178 * tree.c: fixed a stupid bug
17179 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
17180 patches related to validation of an XInclude processing result
17181 * TODO: updated
17182
17183Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17184
17185 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
17186 on large files
17187
17188Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17189
17190 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
17191
17192Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17193
17194 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
Daniel Veillard25a1ce92008-06-02 16:04:12 +000017195 reported by Jonas Borgström
William M. Brack11be2d02007-01-24 19:17:19 +000017196 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
17197
17198Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17199
17200 * testXPath.c xpath.c: fixing the XPath union expressions problem
17201 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
17202
17203Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17204
17205 * xmllint.c: Made is so if the file name is "-" is will read form
17206 standard input. Sven Heinicke <sven@zen.org>
17207 * tree.c: fixed a problem when growing buffer
17208 * tree.h: fixed the comment of the node types following andersca
17209 comment
17210 * TODO: updated
17211
17212Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17213
17214 * HTMLparser.[ch]: added a way to avoid adding automatically
17215 omitted tags. htmlHandleOmittedElem() allows to change the
17216 default handling.
17217 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
17218 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
17219 of xmllint too when using --memory flag, added a memory test
17220 suite at the Makefile level.
17221 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
17222 with namespace use when encountering QNames in XPath evalation,
17223 added xmlns() scheme in XPointer.
17224 * nanoftp.c : incorporated a fix
17225 * parser.c xmlIO.c: fixed problems raised with encoding when using
17226 the memory I/O
17227 * parserInternals.c: closed bug 25934 reported by
17228 torsten.landschoff@innominate.de
17229 * TODO: updated
17230
17231Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17232
17233 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
17234 on a non-updated tree :-(, made a 2.2.10 release to correct the
17235 situation
17236
17237Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17238
17239 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
17240 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
17241 integrated a set of OpenVMS changes from Howard Taylor
17242 <Howard.Taylor@pacoast.com>
17243
17244Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17245
17246 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
17247 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
17248
17249Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17250
17251 * HTMLparser.c: some fixes on auto-open of html/head/body
17252 * encoding.c: fixed a compilation error on some gcc env
17253 * xpath.c xpointer.[ch] xpathInternals.h: improved the
17254 XPointer implementation
17255 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
17256 related XPointer tests and associated results
17257
17258Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17259
17260 * doc/xmldtd.html doc/xml.html: following a short step by step
17261 guidance on IRC to help maciej with DTDs I started a small
17262 page on the subject.
17263
17264Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17265
17266 * HTMLparser.c: fixed handling of broken charrefs
17267 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
17268 patches
17269
17270Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17271
17272 * doc/xml.html doc/html/* : rebuilt the docs after adding
17273 xinclude and updated page for 2.2.7 and 2.2.8
17274 * configure.in: releasing 2.2.8
17275
17276Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17277
17278 * parser.[ch] parserInternals.c: applied the conditional
17279 section processing fix from Jonathan P Springer
17280 <jonathan.springer2@gte.net>
17281 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
17282 project file, fixed iconv default non support
17283 * xpath.c: fixed the problem of evaluating relative expressions
17284 when a node context is provided.
17285
17286Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17287
17288 * nanoftp.c: fixed gcc 2.95 new warnings
17289 * SAX.c: fixed a stupid bug
17290 * tree.c: fixed a formatting problem when round-tripping
17291 from/to memory
17292 * xinclude.c: chased memleak, fixed a base problem
17293 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
17294 xmlXPtrBuildNodeList()
17295 * TODO: updated
17296 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
17297 adding a first small set of regression tests for XInclude
17298
17299Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17300
17301 * nanohttp.[ch]: applied Wayne Davison patches to access
17302 the WWW-Authorization header.
17303 * parser.c: Closed Bug#30847: Problems when switching encoding
17304 in short files by applying Simon Berg's patch.
17305 * valid.c: fixed a validation problem
17306 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
17307 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
17308 Wayne Davison
17309 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
17310 need to be extended to non full nodes selections.
17311 * xinclude.c: starts to work decently
17312
17313Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17314
17315 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
17316 debugXML.c xmlversion.h.in: Started adding XInclude support,
17317 this is a new xmllint option
17318 * tree.c xpath.c: applied TOM patches for XPath
17319 * xpointer.c: fixed a couple of errors.
17320 * uri.c: added an escaping function needed for xinclude
17321 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
17322 new warning from RH70 gcc's version
17323
17324Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17325
17326 * HTMLparser.c: fixed loop on invalid char in scripts
17327 * parser.c: update to description of xmlIOParseDTD()
17328 * libxml.m4 xmlversion.h.in: changes contributed by
17329 Michael Schmeing <m.schmeing@internet-factory.de>
17330 * configure.in: preparing for 2.2.7
17331 * Makefile.am: trying to avoid config.h and acconfig.h
17332 being included in the distrib
17333 * configure.in: released 2.2.7
17334
17335Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17336
17337 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
17338 like namespaces for good. Unified xmlNs and xmlNode somewhat.
17339
17340Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17341
17342 * parser.[ch]: added xmlIOParseDTD()
17343 * xpointer.c: added support for the 2 extra parameters of
17344 string-range, fixed a stoopid error when '0' was present
17345 in XPointer expressions
17346 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
17347 testsuite for the above
17348
17349Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17350
17351 * libxml.spec.in: improved package descriptions
17352
17353Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17354
17355 * xpath.c xpathInternals.h: applied a large cleaning patch
17356 from TOM <ptittom@free.fr>, it also add namespace support
17357 for function and variables registration.
17358
17359Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17360
17361 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
17362 * Makefile.mingw: Wayne Davison's update adding hash.c
17363
17364Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17365
17366 * xpath.c: fixed the root evaluation problems
17367 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
17368 ignorable spaces with <b> <bold> <em>
17369 * tree.c: fixed a loop in xmlSearchNsByHref()
17370
17371Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17372
17373 * xpath.c: applied another XPath patch from TOM
17374 * xpath.c include/makefile.am: applied another patch from
17375 china@thewrittenword.com (cleanup on IRIX).
17376
17377Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17378
17379 * xml-config.1: received a fixed version from Fredrik Hallenberg
17380 <hallon@lysator.liu.se>
17381
17382Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17383
17384 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
17385 cleanup patch for XPath
17386
17387Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17388
17389 * patched to redirrect all "out of context" error messages to
17390 a reconfigurable routine. The changes are:
17391 * xmlerror.h : added the export of an error context type (void *)
17392 an error handler type xmlGenericErrorFunc there is an interface
17393 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
17394 to reset the error handling routine and its argument
17395 (by default it's equivalent to respectively fprintf and stderr.
17396 * all the c files: all wild accesses to stderr or stdout within
17397 the library have been replaced to calls to the handler.
17398
17399Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17400
17401 * configure.in: release 2.2.6
17402 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
17403 exporting the inner functions of xpath for extension modules
17404 * doc/*: updated and rebuilt the doc
17405
17406Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17407
17408 * nanohttp.c : applied Wayne HTTP cleanup patch
17409 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
17410 and xmlNodeSetSpacePreserve()
17411
17412Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17413
17414 * xpath.c: closing bug #29260
17415
17416Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17417
17418 * hash.[ch] debugXML.c: expanded/enhanced the API, added
17419 multikey tuples, made hash structure opaque
17420 * valid.[ch]: moved elements, attributes, notations decalarations
17421 as well as ID and refs to hash tables.
17422 * entities.c: hash cleanup
17423 * xmlmemory.c: fixed a dump problem in debug mode
17424 * include/Makefile.am: problem passing in DESTDIR= values patch
17425 from Marc Christensen <marc@calderasystems.com>
17426 * nanohttp.c: removed debugging remains
17427 * HTMLparser.c: the bogus tag should be ignored (Wayne)
17428 * HTMLparser.c parser.c: fixing a number of problems with the
17429 macros in the *parser.c files (Wayne).
17430 * HTMLparser.c: close the previous option when opening a new one
17431 (Marc Sanfacon).
17432 * result/HTML/*: updated the HTML results accordingly
17433
17434Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17435
17436 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
17437 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
17438 XPath functions and XML entities table to them. More to come...
17439 * xmlIO.c: fixed libxml closing FILEs it didn't open.
17440
17441Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17442
17443 * tree.c: coalesce adjacent text nodes
17444 * valid.c: handling of blank nodes in DTd validation (raised
17445 by problems with a posteriori validation).
17446 * nanohttp.c: changing behaviour on HTTP write stuff.
17447 * HTMLtree.c: forced body and html to be explicitely closed.
17448 * xpath.h: exported more XPath functions.
17449
17450Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17451
17452 * Release of 2.2.5
17453 * xpointer.c: range() range-inside and other helper functions
17454 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
17455
17456Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17457
17458 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
17459 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
17460
17461Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17462
17463 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
17464 and XPointer modules
17465
17466Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17467
17468 * SAX.h: closed #25107
17469
17470Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17471
17472 * testSAX.c: fixed problem with cdata reporting
17473 * SAXresult/* : updated
17474
17475Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17476
17477 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
17478 Closed bug #27499, added to regression tests
17479 * TODO: updated
17480
17481Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17482
17483 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
17484 support for SCRIPT and STYLE with help from Bjorn Reese
17485 * test/HTML/* result/HTML/*: added simple testcase and updated
17486 the existing ones.
17487
17488Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17489
17490 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
17491 string-range for empty strings
17492 * test/XPath/docs/str test/XPath/xptr/chaptersrange
17493 test/XPath/xptr/strrange: augmented the XPointer testsuite
17494
17495Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17496
17497 * doc/xml.html doc/xmlmem.html: added a module describing memory
17498 interfaces and use, updated the main page.
17499
17500Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17501
17502 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
17503 nanoftp code work on Windows too now
17504
17505Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17506
17507 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
17508 * xpointer.c: implemented string-range() at least a good first version
17509 * test/XPath/docs/str test/XPath/xptr/strrange
17510 result/XPath/xptr/strrange: the string-range() tests
17511
17512Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17513
17514 * Makefile.am include/Makefile.am include/win32config.h
17515 win32/Makefile.mingw: fixed problems reported by Wayne Davison
17516 and make distcheck
17517
17518Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17519
17520 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
17521 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
17522 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
17523
17524Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17525
17526 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
17527 patch for socklen_t detection by
17528 Albert Chin-A-Young <china@thewrittenword.com>
17529
17530Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17531
17532 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
17533 and added a --dtdvalid option to xmllint used to test it
17534
17535Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17536
17537 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
17538 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
17539
17540Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17541
17542 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
17543 handlings (registration, lookup, cleanup)
17544
17545Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17546
17547 * configure.in Makefile.am include/makefile.am: adding XPointer
17548 and XPtrtests target
17549 * xpointer.[ch] : new files for XPointer support
17550 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
17551 more XPath tests
17552
17553Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17554
17555 * configure.in: fixed, very broken, make distcheck works again
17556
17557Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17558
17559 * More work toward 2.2.5, integrated a number of patches
17560 * configure.in Makefile.am win32config.h.in: trying to cleanup
17561 make distcheck .... huh ...
17562 * include/Makefile.am include/win32config.h: new directory
17563 for includes
17564 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
17565 updated teh makefiles and instructions for WIN32
17566 * xpath.c: small fixes
17567 * test/XPath/ results/XPath: updated the testcases and results
17568 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
17569 suggested patches
17570 * valid.c: fixed an ID bug
17571
17572Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17573
17574 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
17575 the automake bug where wrong dependencies were generated.
17576 * xpath.[ch]: worked on XPointer
17577
17578Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17579
17580 * configure.in Makefile.am: 2.2.5, ship the include in an
17581 include/libxml subdirectory, use symlinks when using CVS
17582 * testSAX.c: fixed small bug
17583 * testXPath.c: changed the way testfiles are parsed
17584 * debugXML.c: same kind of cleanup when parsing an argument expression
17585 XPath/XPointers can have blanks embedded
17586 * xpath.[ch]: more cleanup, reorgs for XPointer work
17587 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
17588 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
17589
17590Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17591
17592 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
17593 in the XPath engine, rewrote large parts of it, now it's far
17594 cleaner and in sync with the REC not an old WD. Fixed a parsing
17595 problem in the interactive XML shell found when testing XPath.
17596
17597Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17598
17599 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
17600 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
17601 examples with the extra test
17602
17603Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17604
17605 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
17606 the global init function.
17607
17608Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17609
17610 * HTMLparser.c: Doohhh, attribute name parsing was still case
17611 sensitive ! Fixed this ...
17612 * result/HTML/* : updated the tests results accordingly
17613
17614Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17615
17616 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
17617 engine, should be far more stable, incorporated a new version of
17618 preceding/following axis, need testing
17619 * uri.c: fixed file:///c:/a/b/c problem
17620 * test/XPath/tests/idsimple: augmented the XPath tests
17621
17622Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17623
17624 * doc/* rebuilding docs for 2.2.4 release
17625
17626Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17627
17628 * configure.in: releasing 2.2.4
17629 * parser.[ch]: added xmlStrEqual()
17630 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
17631 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
17632 use xmlStrEqual instead
17633 * TODO: updated
17634 * added an XPath test
17635
17636Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17637
17638 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
17639 * entities.h: exported xmlInitializePredefinedEntities
17640 * parser.[ch] : added xmlInitParser()
17641 * parserInternals.h : had to export htmlInitAutoClose()
17642
17643Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17644
17645 * xpath.[ch] : fixed some serious XPath Predicate evaluation
17646 problems
17647 * Makefile.am : added XPath regression tests to normal tests
17648 * uri.c: fixed a problem with local paths, cleanup
17649 * parser.c: fixed a problem with large CData sections
17650
17651Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17652
17653 * configure.in xml-config.in: patch from "Ben Taylor"
17654 <sol7x86@hotmail.com> for solaris shared libs lookup
17655
176562000-09-30 Martin Baulig <baulig@suse.de>
17657
17658 * libxml-2.0.pc.in: Provide pkg-config script.
17659
17660 * configure.in: Create the libxml-2.0.pc script from the
17661 libxml-2.0.pc.in templates.
17662 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
17663 script in `$(libdir)/pkgconfig'.
17664
17665Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17666
17667 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
17668 when compiling with MSC
17669
17670Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17671
17672 * xpath.c: patch for normalize-string() substring-before(),
17673 substring-after() and translate() functions from Bjorn Reese
17674 <breese@mail1.stofanet.dk>
17675 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
17676 Fredrik Hallenberg <hallon@lysator.liu.se>
17677 * TODO: updated
17678
17679Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17680
17681 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
17682 problem of socklen_t being undefined on a number of platforms
17683 * debugXML.c: fixed a compilation problem when without snprintf
17684
17685Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17686
17687 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
17688 an URI bug and a fix for the control-character-induced infinite loop
17689 * nanohttp.c: preventive fix for compiling on WIN32
17690
17691Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17692
17693 * xmlint.c: closing bug #25000
17694
17695Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17696
17697 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
17698 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
17699 modified slightly Wayne Davison patch adding xmlStrcasecmp and
17700 related function, fixing xmlStrncmp(), and associated cleanup
17701 * result/HTML/entities.html.sax: updating result
17702
17703Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17704
17705 * uri.c: applied patch for URI escaping from Wayne Davison
17706 <wayned@blorf.net>
17707 * tree.c parserInternals.c HTMLparser.c: memset checks patches
17708 from Denis Barbier <barbier@imacs.polytechnique.fr>
17709 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
17710 patch from Wayne Davison
17711
17712Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17713
17714 * doc/xml.html : updated with new releases, adding "how to help"
17715
17716Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17717
17718 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
17719 removed a few warnings in pedantic mode ...
17720 * parserInternals.c parser.c: moved encoding switching function
17721 to parserInternals.c
17722 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
17723
17724Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17725
17726 * HTMLparser.c parser.c: set ctxt->errNo before calling the
17727 error or warning handlers
17728
17729Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17730
17731 * parserInternals.c parserInternals.h parser.c Makefile.am:
17732 created a new module parserInternals.c, moved most of the
17733 code shared by the various parsers there, as well as
17734 deprecated code from parser.c. More cleanup of parser.c
17735 * uri.c: fixed a problem when URI is NULL
17736 * valid.c: speedup when looking for an attribute declaration
17737
17738Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17739
17740 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
17741 the cleanup of the computation of URI references when seeking
17742 external entities. The URI reference string and the resulting
17743 URI are both stored now.
17744 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
17745 large s(n)printf checks and cleanup from Denis Barbier
17746 <barbier@imacs.polytechnique.fr>
17747 * xmlversion.h.in tree.h: couple of SGML declarations for a
17748 possible docbook module.
17749 * result/VC/ : a couple of test output changed due to the change
17750 of the entities URI
17751
17752Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17753
17754 * parser.h: added a _private field for linking user's data
17755
17756Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17757
17758 * parser.c parserInternals.h: demacroified most of the IS_XXX
17759 the gain in size is significant so ...
17760
17761Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17762
17763 * entities.c: cases where looking up entities with doc==NULL
17764 covered
17765
17766Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17767
17768 * uri.c: applied Wayne Davison patch
17769 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
17770
17771Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17772
17773 * uri.c testUri.c: applied Wayne Davison patches
17774 * test/URI/uri.data result/URI/uri.data: first set of tests/results
17775 * Makefile.in: added URItest and included thenin "make tests"
17776
17777Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17778
17779 * xmlversion.h.in: closed bug 22941
17780
17781Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17782
17783 * doc/xmlio.html: added doc and example for entity loader
17784 redefinition.
17785
17786Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17787
17788 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
17789 used by libxml
17790
17791Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17792
17793 * parser.c: Fixed bug on invalid ontent characters and when using
17794 push.
17795 * xmllint.c: fixed xmllint endling of errors in push mode
17796
17797Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17798
17799 * HTMLparser.c testHTML.c: applied two new patches from
17800 Wayne Davison <wayned@users.sourceforge.net>
17801 * result/HTML/*.sax: regenerated HTML SAX output
17802 * parser.c: more cleanup.
17803
17804Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17805
17806 * HTMLparser.[ch] testHTML.c: applied the second set of
17807 patches from Wayne Davison <wayned@users.sourceforge.net>,
17808 adding htmlEncodeEntities()
17809 * HTMLparser.c: fixed an ignorable white space detection bug
17810 occuring when parsing with SAX only
17811 * result/HTML/*.sax: updated since the output is now HTML
17812 encoded...
17813
17814Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17815
17816 * HTMLparser.[ch]: applied some of Wayne Davison
17817 <wayned@users.sourceforge.net> patches
17818
17819Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17820
17821 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
17822 undeclared namespace prefix was used, added a warning.
17823 Cleaned up support w.r.t. entities, spilling out a warning
17824 and being pedantic on lookups.
17825 * test/warning/ent9 : added testcase for previous example.
17826 * TODO: updated
17827 * parserInternals.h parser.c: changed the way names are parsed
17828 now allow infinite size and decrease penalty for normal use
17829 * parser.c: Started a big cleanup/check of the parser code,
17830 fixed some of the most tortuous entity code, spotted code
17831 unused anymore
17832 * test/*: added tests for very long names and related nasty
17833 things.
17834
17835Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17836
17837 * doc/encoding.html: added encoding aliases doc
17838 * doc/xml.html: updates
17839 * encoding.[ch]: added EncodingAliases functions
17840 * entities.[ch] valid.[ch] debugXML.c: removed two serious
17841 bottleneck affecting large DTDs like Docbook
17842 * parser.[ch] xmllint.c: added a pedantic option, will be
17843 useful
17844 * SAX.c: redefinition of entities is reported in pedantic mode
17845 * testHTML.c: uninitialized warning from gcc
17846 * uri.c: fixed a couple of bugs
17847 * TODO: added issue raised by Michael
17848
17849Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17850
17851 * doc/encoding.html: propagated Martin Duerst suggestions
17852
17853Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17854
17855 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
17856 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
17857 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
17858 by Wayne Davison
17859
17860Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17861
17862 * nanoftp.c nanohttp.c: small cleanup
17863 * TODO: updated
17864
17865Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17866
17867 * added an old VC testcase and updated title.xml entity
17868
17869Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17870
17871 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
17872 done on auto-opening of <p> tags and cleanup of SAX output
17873
17874Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17875
17876 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
17877
17878Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17879
17880 * doc/xml.html libxml.* structure.*: updated the doc a bit
17881
17882Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17883
17884 * testSAX.c testHTML.c result/HTML/: cleanup of the output
17885 of SAX tests
17886
17887Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17888
17889 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
17890 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
17891
17892Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17893
17894 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
17895 * testHTML.c: fix core dump on Solaris 2.x systems
17896 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
17897 * result/HTML/*.sax: previous bug fix lead to new results
17898
17899Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17900
17901 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
17902 * configure.in: added --with-readline=DIR to accept alternate
17903 path for readline include/library
17904 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
17905 for ANSI under HP-UX
17906 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
17907 includes @LIBS@
17908
17909Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17910
17911 * doc/* : rebuilt the docs
17912 * getting ready for 2.2.2 release
17913
17914Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17915
17916 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
17917 and xmlAddFeature()
17918 * tree.[ch]: added xmlAddChildList()
17919 * xmllint.c: MAP_FAILED macro test
17920 * parser.h: added xmlParseCtxtExternalEntity()
17921 * valid.c: applied bug fixes removed warning
17922 * tree.c: added CDATA block to elements content
17923 * testSAX.c: cleanup of output
17924 * testHTML.c: added SAX testing
17925 * encoding.c: better error recovery
17926 * SAX.c, parser.c: fixed one of the external entity processing
17927 of the OASis testsuite
17928 * Makefile.am: added HTML SAX regression tests
17929 * configure.in: bumped to 2.2.2
17930 * test/HTML/ result/HTML: added a few of HTML tests, and added the
17931 SAX results
17932
17933Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17934
17935 * configure.in: patch for HP compiler
17936
179372000-08-04 Sven Heinicke <sven@zen.org>
17938
17939 * xmllint.c: Was coredumping sometimes when the file given didn't
17940 exist.
17941
17942Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17943
17944 * parser.c xmlIO.[ch]: fixed the problem of encoding support
17945
17946 when using in memory parsing. Need some cleanup.
17947 * xmllint.c configure.in: added a --memory flag to test memory
17948 parsing
17949
17950Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17951
17952 * nanohttp.c: fixed socklen_t replacement to unsigned int
17953 * parser.c: fixed a space handdling missing at the end of
17954 production 28 DOCTYPE.
17955 * xmlmemory.c: fixed a stupid bug on the routine to override
17956 allocation functions
17957 * TODO: updated
17958
17959Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17960
17961 * doc/ regenerated the docs
17962
17963Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17964
17965 * doc/encoding.html doc/xml.html: added I18N doc
17966 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
17967 improvements, both parser and filters, added ASCII & HTML,
17968 fixed the ISO-Latin-1 one
17969 * xmllint.c testHTML.c: added/made visible --encode
17970 * debugXML.c : cleanup
17971 * most .c files: applied patches due to warning on Windows and
17972 when using Sun Pro cc compiler
17973 * xpath.c : cleanup memleaks
17974 * nanoftp.c : added a TESTING preprocessor flag for standalong
17975 compile so that people can report bugs more easilly
17976 * nanohttp.c : ditched socklen_t which was a portability mess
17977 and replaced it with unsigned int.
17978 * tree.[ch]: added xmlHasProp()
17979 * TODO: updated
17980 * test/ : added more test for entities, NS, encoding, HTML, wap
17981 * configure.in: preparing for 2.2.0 release
17982
17983Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17984
17985 * nanoftp.c: fixed the way the control connection is handled
17986 * libxml.spec.in: fixed the dependencies and cleanup
17987
17988Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17989
17990 * doc/xml.html: changed the xmlsoft.org structure, updated the
17991 examples w.r.t. root and childs
17992
17993Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17994
17995 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
17996
17997Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17998
17999 * HTMLparser.c: Work on character encoding support for the HTML parser
18000 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
18001 * encoding.c: Fixed a potential memleak in the encoding stuff
18002
18003Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18004
18005 * doc/FAQ.html doc/Makefile.am : added a FAQ
18006
18007Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18008
18009 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
18010 of the HTML parser to force it to not bypass SAX
18011
18012Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18013
18014 * win32config.h.in: updated
18015 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
18016 lacks iconv support :-( need to release 2.1.1
18017 * configure.in: release 2.1.1
18018 * HTMLparser: fixed bug #14784
18019 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
18020 by Windows compiler
18021 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
18022 the SAX startDocument() callback.
18023 * TODO: updated
18024
18025Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18026
18027 * added xmlStopParser()
18028
18029Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18030
18031 * configure.in: 2.1.0 prerelease
18032 * Large resync between W3C and Gnome tree
18033 * nanoftp, nanohttp.c: fixed stalled connections probs
18034 * HTMLtree.c SAX.c : support for attribute without values in
18035 HTML for andersca
18036 * valid.c: Fixed most validation + namespace problems
18037 * HTMLparser.c: start document callback for andersca
18038 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
18039 * parser.h, SAX.c: serious speed improvement for large
18040 CDATA blocks
18041 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
18042 different encoding
18043 * example/Makefile.am example/gjobread.c tree.h: work on
18044 libxml1 libxml2 convergence.
18045 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
18046 and the LIBXML_TEST_VERSION macro
18047
18048Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18049
18050 * doc/xml.html: various patches and improvements typo fixed by
18051 Felix Natter
18052 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
18053 from Felix Natter <fnatter@gmx.net>
18054
18055Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18056
18057 * doc/upgrade.html: updated with instructions for support of both
18058 libxml-1.x and libxml-2.x
18059 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
18060 for 2.x support and also fixed includes
18061
18062Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18063
18064 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
18065 the encoding support, added iconv support, so now libxml if
18066 compiled with iconv automatically support japanese encodings
18067 among others. Work based on initial patch from Yuan-Chen Cheng
18068 I may have broken binary compat in the encoding handler
18069 registration scheme, but that was so utterly broken I don't
18070 expect anybody to have used this feature until now.
18071 * parserInternals.h: fixup on the CHAR range macro
18072 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
18073 code.
18074 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
18075 * uri.c: added xmlParseURI() I can't believe I forgot to
18076 implement this one in 2.0 !!!
18077 * SAX.c: moved doc->encoding update in the endDocument() call.
18078 * TODO: updated.
18079
18080Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18081
18082 * tree.h: removed extraneous xmlRemoveProp definition
18083 * TODO: added item about --disable-corba configure switch
18084 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
18085 * nanoftp.c: fixed include problems giving troubles on AIX and
18086 slowlaris
18087 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
18088 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
18089 comment and headers changes to lower gtk-doc number of warnings
18090 * doc/html/*: rebuilt docs
18091
18092Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18093
18094 * HACKING: documented the tag for 1.x and instructions
18095
18096Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18097
18098 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
18099 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
18100 xmlCreateIOParserCtxt
18101 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
18102 significant overall improvement
18103 * xmllint.c: added I/O test to xmllint
18104 * testSAX.c: added a speed test
18105 * doc/* : updated/regenerated
18106
18107Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18108
18109 * xpath.c uri.h parserInternals.h: cosmetic changes from
18110 "Timur I. Bakeyev" <timur@bat.ru>, including making
18111 xmlCreateURI() public
18112
18113Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18114
18115 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
18116 and the code at the same time. Added a clean mechanism for
18117 overload or added input methods: xmlRegisterInputCallbacks()
18118 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
18119 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
18120 * TODO: updated
18121 * doc/* : updated/regenerated
18122 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
18123 source dir
18124
18125Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18126
18127 * testURI.c: yet another forgotten commit, I should get some sleep !
18128
18129Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18130
18131 * xmllint.c: forgot to commit this too ?
18132
18133Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18134
18135 * xmlversion.h.in : forgot to commit this previously
18136
18137Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18138
18139 * configure.in: preparing libxml-2.0.0 version looks Ok so far
18140 * README TODO: updated for release
18141 * uri.c uri.h: added authority parsing/saving
18142 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
18143 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
18144 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
18145 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
18146 Makefile.am : added compile-time customization of libxml
18147 --with-ftp --with-http --with-html --with-xpath --with-debug
18148 --with-mem-debug
18149 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
18150 #include <libxml/xxx.h> I hope it won't break too much stuff
18151 and will be manageable in the future...
18152 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
18153 and added xmllint to the installed programs
18154 * uri.h: added xmlFreeURI()
18155
18156Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18157
18158 * uri.c uri.h: finished the escaping handling, the base support
18159 and the URI path normalization. Looks good just lacks the
18160 authority content parsing code.
18161 * Makefile.am: added instructions to generate testURI
18162 * TODO: updated
18163 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
18164 added links and icons for W3C and Gnome
18165
18166Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18167
18168 * xmlmemory.[ch] : seems I forgot to actually update the files in
18169 the last commit :-)
18170 * doc/xml.html doc/html/* : updated and uploaded the docs
18171
18172Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18173
18174 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
18175 * TODO: updated
18176 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
18177 libxml default allocation function with another set (like gmalloc/
18178 gfree).
18179 * Makefile.am, uri.c, uri.h: added a set of functions to do
18180 exact (litteraly copied from the RFC 2396 productions) parsing
18181 and handling of URI. Will be needed for XLink, one XML WFC,
18182 XML Base and reused in the nano[ftp/http] modules. Still work
18183 to be done.
18184
18185Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18186
18187 * configure.in, libxml.spec.in : libxml2
18188 * doc/* : updated the doc page, rebuilt the docs
18189
18190Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18191
18192 * all: tagged LIB_XML_1_X
18193 * *.c *.h : updated from W3C CVS tree
18194 * configure.in : 2.0.0-beta
18195 * libxml.spec.in : libxml2 package nam
18196 * result/* : new version of the tests output
18197
18198Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18199
18200 * doc/xml.html, doc/update.html: updated docs, 1.8.7
18201
18202Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18203
18204 * doc/* : rebuilt the docs
18205 * parser.c: final patch on #6766
18206 * valid.c: small patch on validity checks.
18207
18208Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18209
18210 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
18211 added
18212 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
18213 compatibility w.r.t. XML spec and existing code.
18214
18215Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18216
18217 * parser.c: seems a better solution to <a> </a> exists,
18218 will try it for a while
18219
18220Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18221
18222 * parser.c: tried to remove the <a> </a> generating <a/>
18223 this is hard. Left a flag for that purpose. Fixed bug #6766
18224 * configure.in: prepared 1.8.7 not released, due to previous
18225 problem
18226
18227Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18228
18229 * doc/xml.html : applied second patch from Paul DuBois
18230
18231Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18232
18233 * doc/xml.html : applied patch from Paul DuBois
18234
18235Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18236
18237 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
18238
18239Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18240
18241 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
18242 compilation warnings on various platforms.
18243 * parser.c: Fixed #5281 validity error callbacks are now desactived
18244 by default if not validating.
18245
18246Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18247
18248 * nanoftp.c, win32config.h.in: patches to compile on WIN32
18249
18250Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18251
18252 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
18253 <gkatsi@cs.toronto.edu>
18254
18255Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18256
18257 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
18258 processing URLs
18259
18260Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18261
18262 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
18263 xmlNanoFTPUpdateURL for persistent control connections.
18264 * configure.in: 1.8.6
18265
18266Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18267
18268 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
18269 * tree.[ch] : added xmlSaveNoEmptyTags
18270
182712000-01-29 James Henstridge <james@daa.com.au>
18272
18273 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
18274
18275 * Makefile.am: added nanoftp.[ch] to the build.
18276
18277Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18278
18279 * nanoftp.[ch]: cleanup, comments, API
18280 * debugXML.c : fixed a bug in the cat command
18281 * doc/*: regenerated the docs
18282
18283Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18284
18285 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
18286 * debugXML.c : fixed a bug in the cat command
18287 * valid.c: fixing some small probs
18288 * libxml.spec.in: get rid of the SNAP suffix
18289 * doc/xml.html: updated the status
18290
18291Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18292
18293 * xml-config.in: xml-config --version to just return the
18294 version number
18295 * xpath.c: some cleanup w.r.t. axis when the current node is
18296 an attribute.
18297 * TODO: updated
18298
18299Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18300
18301 * configure.in: prepared for libxml-1.8.5
18302 * doc/* recompiled the documentation
18303
183042000-01-17 Jody Goldberg <jgoldberg@home.com>
18305
18306 * configure.in : WARNING autoconf subtlety alert :
18307 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
18308 when looking for zlib.h so that HAVE_ZLIB_H is defined.
18309 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
18310 get defined by AC_CHECK_HEADERS.
18311
18312Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18313
18314 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
18315 Rune.Djurhuus@fast.no
18316
18317Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18318
18319 * TODO: updated
18320 * tree.c, parser.c: made sure that only memory alloc problems
18321 and internal parser errors are allowed to write to stdout or
18322 stderr.
18323
18324Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18325
18326 * tree.c : restored xmlNewGlobalNs since this seems used by
18327 a lot of existing code :-(, fixed a bug in xmlNewNs
18328 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
18329 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
18330 to exit() from the library code.
18331 * xpath.c, parser.c: removed bugs or unused code detected by
18332 Windows compilers
18333 * parser.c: started adding interfaces for parsing well balanced
18334 XML fragments
18335 * configure.in: releasing 1.8.4
18336 * doc/* : rebuilt the docs
18337
18338Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18339
18340 * tree.[ch] : added xmlNewDocFragment() for DOM
18341 * testHTML.c: uninitialized variable.
18342
18343Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18344
18345 * doc/* : rebuild the docs
18346
18347Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18348
18349 * acconfig.h: readline and history patch
18350 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
18351 * tree.c: added check and handling when possibly removing an ID
18352 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
18353 and saving.
18354 * test/HTML/entities.html result/HTML/entities.html* : test for
18355 various entities reference cases
18356 * result/HTML/* : as a result output of some testcase have
18357 changed
18358 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
18359 by previous example. added xmlParseTryOrFinish().
18360 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
18361 entities.h debugXML.h HTMLparser.h: changed the way struct are
18362 declared to allow gtk-doc to expose those
18363 * parser.c: closed bug #4960
18364 * Makefile.am configure.in: Applied patch from
18365 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
18366 and math/socket libs detection
18367
18368Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18369
18370 * configure.in, Makefile.am: link tester against readline
18371 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
18372
18373Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18374
18375 * tree.[ch]: added xmlRemoveProp
18376 * win32config.h.in nanohttp.c: avoid including the Windows
18377 socket stuff in every C files
18378 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
18379 the XmL parser(s)
18380 * test/ns4 result/ns4 etc...: added test case for previous prob
18381 * tree.c: xmlNewNs wasn't checking for double definition
18382 * Makefile.in: fixed a problem with dist-hook duplicates
18383 * parser.[hc], xmlIO.c: fixed the loading of external entities
18384 APIs, now xmlLoadExternalEntity() is used everywhere and
18385 setting up an app specific front-end using the
18386 * SAX.c parser.c: some fixes, now the xhtml spec validates
18387 with the xhtml DTD.
18388 * error.c: fixed crashes in case of no input stream
18389 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
18390 to the validation tests and results
18391
18392Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18393
18394 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
18395 too htmlCreatePushParserCtxt() and htmlParseChunk()
18396 * parser.c: a bit of cleanup.
18397 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
18398 to XML) removed the last mem leak known
18399 * HTMLtree.c: output message cleanup
18400 * xmlmemory.c: display content info about memory blocks
18401 * result/HTML/wired.* : missing att value warning change
18402
18403Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18404
18405 * doc/* : rebuilt the documentation
18406
18407Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18408
18409 * parser.[ch] parserInternals.h: Push parser for XML,
18410 seems to work fine now
18411 * tester.c debugXML.[ch]: Added an XML shell debug facility and
18412 --push for push testing
18413 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
18414 * testSAX.c: added --push
18415 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
18416 subtree
18417 * xmlIO.[ch] : enriched API + fixes for push mode
18418 * entities.[ch]: added the entity content length to the struct.
18419 * xmlmemory.[ch]: new API to show the last entries for the shell
18420 * valid.c: added required attribute testing
18421 * SAX.c: the cdata callback now merge contiguous fragments
18422 * HTMLparser.c: cleanup of some macros
18423
18424Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18425
18426 * parser.c: fix for PIs name starting with xml
18427 * tree.c: fixed a potential problem with || and && ops
18428 * *.c, configure.in win32config.h.in : generate win32config.h for
18429 those on the Other Side !
18430
18431Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18432
18433 * parser.c: fixed a stupid = vs. == bug :-(
18434 * doc/gnome-xml.sgml: s/glade/xml/
18435
18436Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18437
18438 * configure.in, doc/xml.html : bug fix release 1.8.2
18439 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
18440 Hopefully the end of that silly C++ include problem
18441 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
18442 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
18443 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
18444 troubles with autoclosed elements when the stree shape doesn't
18445 follow the DtD specs. Added htmlIsAutoClosed() and
18446 htmlAutoCloseTag()
18447 * result/HTML/*.htm*: Updated the HTML examples regression tests output
18448 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
18449 * debugXML.c: fixed a bug on printing default namespaces.
18450 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
18451
18452Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18453
18454 * result/HTML/*.htm[l] : updated the HTML regression tests according
18455 to the new output
18456 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
18457 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
18458 problem due to intermix of extern "C" { ... } declarations for C++
18459 and recursive includes in the headers
18460
184611999-12-20 Chris Lahey <clahey@umich.edu>
18462
18463 * HTMLtree.c: Made it so that html nodes with a single child do
18464 not insert a carriage return before or after the child node.
18465
18466Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18467
18468 * configure.in, doc/xml.html : bug fix release 1.8.1
18469 * parser.c: fixed bug #4344
18470 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
18471 added the glue to avoid C++ problems
18472 * doc/* : regenerated the documentation
18473
18474Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18475
18476 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
18477 namespace recognition, and Dia as a resul :-(
18478 * encoding.c: closed bug #3950
18479
18480Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18481
18482 * valid.c: debugging a posteriori validation, except URI expansion
18483 stuff this should be fixed now
18484 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
18485 Carl Nygard <cnygard@bellatlantic.net>
18486 * tester.c: added --postvalid, cleaning of the code
18487 * tree.[ch]: added xmlDocGetRootElement()
18488
18489Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
18490
18491 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
18492 c++ losage.
18493
18494Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18495
18496 * configure.in, doc/xml.html : bumped to 1.8.0
18497 * xlink.[ch], Makefile.am : added framework for link detection
18498 * parser.h: added nbChars to parser context, needed for cleanup.
18499 * xmlmemory.c: removed a nasty bug when out of mem
18500 * valid.[ch]: adding namespace support for attribute decl
18501 * tester.c: added --debugent option
18502 * debugXML.[ch]: added xmlDebugDumpEntities()
18503 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
18504 buffers instead, this was really needed, validation was breaking
18505 in strange ways due to that. Added xmlParseStringPEReference()
18506 and other parsing from strings functions. Entities processing
18507 modified again, but PERef are still not handled correcly but
18508 unless you're Eve Maller you won't notice :-)
18509 * HTMLparser.c: large changes toward reliability, and switched to
18510 lowercase internal tags, XHTML is lowercase, so it will help
18511 that output is closer to next version.
18512 * doc/* : regenerated the documentation, it is now hosted at
18513 http://xmlsoft.org/ (same bits I just bought the domain :-)
18514
18515Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18516
18517 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
18518 doc generation
18519 * parser.c: fixed bugs #3908 and #3937 and a memory leak
18520 in the SAX API
18521 * doc/*: rebuilt the doc making sure everything appears in the
18522 HTML files
18523
18524Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18525
18526 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
18527 added the patch from Carl Nygard <cnygard@bellatlantic.net>
18528 which allow impressive speed improvement on dataset with
18529 large text pieces, but at the cost of broken binary
18530 compatibility and slightly bigger memory usage.
18531 Configure with --with-buffers to activate them, they
18532 are protected with XML_USE_BUFFER_CONTENT define.
18533 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
18534 goal is 0 memory left allocated once parser is no more used
18535 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
18536 call xmlCleanupParser() and xmlMemoryDump()
18537
18538Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18539
18540 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
18541 * parser.[ch] encoding.[ch]: added memory cleanup routines
18542 * parser.c: closing bug #3788
18543 * doc/*: rebuilt the doc
18544
18545Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18546
18547 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
18548 xmlNewTextChild() and xmlSetCompressMode() behaviour.
18549 * tester.c: added --compress option
18550 * doc/*: rebuilt the documentation
18551
18552Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18553
18554 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
18555 if given /proc/kcore as input !
18556 * doc/xml.html doc/*: updated and rebuilt the documentation
18557
18558Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18559
18560 * parser.c: Fixed some wrongly space collapsing code due to
18561 a misreading of the spec.
18562 * result/*: fixed the output accordingly
18563
18564Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18565
18566 * encoding.c: bug fix and typos
18567 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
18568 * parser.c: added attribute normalization closing bug #3597
18569 * test/att* result/att* SAXresult/att*: testcase for attribute
18570 normalization
18571
18572Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18573
18574 * configure.in: closing bug #3163 by adding extra flags for the
18575 cc compiler on HP-UX
18576
18577Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18578
18579 * valid.[ch] : removed a typo and an enumerated type bug in the
18580 xmlAddElementDecl() function
18581 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
18582 call to xmlEncodeEntitiesReentrant() so that the functions
18583 New, Set and Get are at the same level.
18584 * parser.c HTMLparser.c: extra memory allocation bug for
18585 attributes detected by someone using libxml in embedded systems :-)
18586
18587Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18588
18589 * xmlmemory.h: turned off mem debug :-\
18590
18591Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18592
18593 * parser.c: closed bug #2784 a one line fix, but worth pushing
18594 a new release out
18595 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
18596 some structures, comments before and after the
18597 main element, and other nastyness
18598 * HTMLtree.c tree.c: accomodate the extended HTML supported
18599 * configure.in: pushing 1.7.4
18600 * test/ent8 and related outputs : added a new test for bug #2784
18601 * test/HTML/wired.html and related output: a nasty HTML example
18602 * Makefile.am: improved the test scripts
18603 * docs/* : reran the documentation extractor, updated xml.html
18604
18605Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18606
18607 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
18608 HTMLparser and debugged the HTML related code. HTML documents
18609 now have their own type
18610 * entities.c: do not dump &apos; for HTML output
18611 * xmlmemory.c: improvement, breakpoint mechanism
18612 * testHTML.c: added --sax --repeat ...
18613 * Makefile.am: improved the HTML tests
18614 * valid.[ch]: added xmlValidGetValidElements and
18615 xmlValidGetPotentialChildren
18616 * tester.c: added --insert to test the 2 new functions
18617 * test//* result//* SAXresult//* : regression test cleanup
18618 and extension.
18619 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
18620 gnome-xml-nanohttp.html
18621
18622Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18623
18624 * HTMLparser.c: fixed problems with some autoclose tags
18625 * tree.c: fixed XML output problems.
18626 * result/* SAXresult/*: update of the tests output
18627
18628Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18629
18630 * Makefile.am: Arturo patch for xmlConf.sh version info
18631 * parser.c: Tim Josling patch for single quoted items
18632 * tester.c: Tim Josling patch for tester options usage
18633 * tree.h: indent cleanup
18634
18635Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18636
18637 * HTMLparser.c parser.h : Fixed problems with HTML parsing
18638 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
18639
18640Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18641
18642 * tree.c : Raph patch for initialization of CORBA fields
18643 * parser.c, xpath.c, ...: modification of doc comments
18644 * xpath.c : allow spaces in xpath expressions
18645
18646Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18647
18648 * xmlmemory.h: turning off memory debug :-(
18649
18650Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18651
18652 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
18653 better SAX interfaces.
18654 * testSAX.c: uses the new SAX routine, avoid fetching any remote
18655 entity.
18656 * configure.in: 1.7.2
18657
18658Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18659
18660 * libxml.spec.in: fixed the URL
18661 * doc/xml.html: improved the documentation front-end
18662
18663Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18664
18665 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
18666
18667Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18668
18669 * libxml.spec.in: fixed the alpha compile problem
18670 * parser.[ch]: changed errno to errNo in the parser context :-(
18671 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
18672 * doc/xml.html: changed CHAR to xmlChar
18673 * doc/html/*: recompiled the documentation
18674 * configure.in: 1.7.1
18675
18676Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18677
18678 * parser.h: modified the parser context struct to regain 1.4.0
18679 binary compatibility
18680 * parser.c, xml-error.h: added errno ot teh context and defined
18681 a set of errors values with update of errno
18682 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
18683 DTDs and entities
18684 * *.h, *.c: complete cleanup of the use of config.h and include
18685 protection depending on the current setup.
18686 * overalll debugging, maintenance and bug-fixing on all modules
18687 * updated the documentation
18688 * ready for 1.7.0
18689
18690Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18691
18692 * HTMLparser.c : cleanup
18693 * SAX.c valid.c valid.h: added ID/IDREF checking
18694 * tree.c tree.h: extended doc structure for refs
18695 * configure.in: 1.6.2
18696 * parser.c: patched bug in SAX user arg call
18697 * parserInternals.h: patched missing close in C++ wrapping
18698 * testXPath.c xpath.c xpath.h: prepared for extensibility,
18699 especially upcoming XPointer implementation.
18700 * doc/xml.html: augmented, typo
18701
18702Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
18703
18704 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
18705 not all invocations of install understand -d.
18706
18707Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
18708
18709 * Makefile.am: prepend all the test* calls with $(top_builddir) -
18710 to make 'check' works, when builddir != srcdir.
18711
18712Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18713
18714 * doc/xml.html : updated the documentation
18715
18716Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18717
18718 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
18719 not deallocated memory blocks
18720 * *.c : replaces all calls to malloc() free() and realloc() to
18721 the wrapper functions/macros
18722 * tree.c : removed memory leaks dues to calling xmlFreeNode()
18723 instead of xmlFreeNodeList()
18724
18725Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18726
18727 * HTMLparser.c: corrected a stupid bug leading to core dump at
18728 tree deallocation. Removed warnings indicated by
18729 Stephane.Conversy@lri.fr
18730 * entities.c: Fixes Yet Another Stupid Bug, entities were not
18731 looked for in the external subset
18732
18733Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18734
18735 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
18736 on SGI by Stephane.Conversy@lri.fr
18737
18738Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18739
18740 * all .h : changed the prototype declaration indent as in gtk
18741 * most .c : working on reducing the TODOs in the code
18742 * most .c : cleanup though -pedantic and Insure++
18743 * improvements on validation ID checkings.
18744 * tree.[ch] SAX.c: added support for namespace on attributes #2022
18745 * xml-config.in: closed #1810
18746
18747Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18748
18749 * tree.h, valid.c, valid.h: more work on validity, IDs
18750 * xpath.c: added/fixed comparidon and equlity, added a new isinf
18751 definition for AIX
18752
18753Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18754
18755 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
18756 the distribution due to a cut'n paste error at last commit
18757
18758Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18759
18760 * configure.in: upgraded to version 1.4.0
18761 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
18762 Big update, added a large part of the validation process,
18763 it should be usable, but some parts are missing
18764 * xpath.c: improved the implementation w.r.t. root.
18765 * Makefile.am: added more tests
18766 * test and result trees: added a lot of tests
18767 * libxml.spec.in: export libxml.so.0 and libxml.so.1
18768
18769Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18770
18771 * Added an HACKING file
18772
18773Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18774
18775 * xpath.[ch] : improvements and debug of the XPath implementation
18776 * parser.c, HTMLparser.c : modified the parsers to be progressive
18777 * tree.[ch] : extended the Buffer promitives
18778 * xmlIO.[ch] : added basic I/O routines providing progressive
18779 parsing and ready for I18N conversion plugins
18780 * SAXresult/* : the SAX callback sequence maybe slightly different
18781 now
18782 * test*.c : improved/updated the tests programs
18783 * doc/* : recompiled the docs.
18784
187851999-07-26 Michael Meeks <michael@edenproject.org>
18786
18787 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
18788
18789 * tree.c: Ditto.
18790
18791Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18792
18793 * configure.in: upgraded to version 1.4.0
18794 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
18795 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
18796 XML query language, see http://www.w3.org/TR/xpath for more details.
18797 * parser.c, parser.h: added CHAR* related string functions for XPath
18798 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
18799 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
18800 rebuild the docs.
18801 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
18802 and regression testing capabilities for XPath.
18803
18804Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18805
18806 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
18807 closing bug #1646
18808
18809Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18810
18811 * Makefile.am, example/Makefile.am: closed bug #1683
18812
18813Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18814
18815 * example/Makefile.am, configure.in: added the makefile for the
18816 gjobread example
18817
Daniel Veillard25a1ce92008-06-02 16:04:12 +000018818Sat Jul 10 14:19:11 CEST 1999 Tomasz KÅ‚oczko <kloczek@pld.org.pl>
William M. Brack11be2d02007-01-24 19:17:19 +000018819
18820 * doc/Makefile.am:
18821 - fix which allow "make install DESTDIR=</install/prefix>".
18822
18823Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18824
18825 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
18826 which fixed a problem on the file reading-code.
18827
18828Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18829
18830 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
18831 output.
18832 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
18833
18834Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18835
18836 * parser.h : Oops removed the binary compatibility problem
18837 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
18838 * parser.c, HTMLparser.c: applied patches for reading from stdin
18839
18840Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18841
18842 * parser.c, entities.c, valid.c: cleanup bug #1591
18843 * configure.in: cleanup bug #1592
18844 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
18845 the same tree back-end. Hence gdome will be available for it.
18846 * doc/Makefile.am: close bug #617
18847
18848Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18849
18850 * parser.c: alloctate a per parser context SAX interface block
18851
18852Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18853
18854 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
18855 and xmlEncodeEntitiesReentrant with the correct one :-\
18856
18857Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18858
18859 * commit of my internal XML base changes, quite a lot of
18860 changes, cleanups, better entities support, framework for
18861 new I/O and charset detection and handling
18862 * Fixed the configure/Makefile stuff to generate shared libs
18863 with the proper version info, so we jumped on rev from
18864 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
18865 xmlEncodeEntities() result need to be freed now, and a string
18866 xmlParserVersion provide the current library version.
18867
18868Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
18869
18870 * parser.c: fixed a buffer overrun for when you have a very long
18871 attribute with no entities in it.
18872
18873Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18874
18875 * added example directory
18876 * added example/gjobs.xml gjobread.c, still need a Makefile.in
18877
18878Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18879
18880 * Release of libxml-1.1, nearly everything has been touched for
18881 this.
18882 * Added more regression tests
18883 * Updated the documentation
18884
18885Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18886
18887 * tree.[ch]: unified the XML_NO_CORBA defines.
18888 * parser.c encoding.[ch]: started plugging in char encoding detection
18889
18890Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
18891
18892 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
18893 Also freed allocated buffer.
18894
18895Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18896 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
18897 reentrancy problem at printing. One is left in entities.c, to
18898 remove ASAP
18899 * testSAX.c : added a test example showing the use of the SAX
18900 interface if one doesn't want to build the DOM tree.
18901 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
18902
18903Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18904
18905 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
18906 large revamping of the parser to use SAX callbacks
18907 http://www.megginson.com/SAX/ (or at least a C like interface
18908 a la Expat). It's now possible to set up your own callbacks
18909 and the parser will not build a DOM tree.
18910 * test/* result/*: updated the test suite, I finally removed
18911 the old Namespace draft support (PI based).
18912
18913Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18914
18915 * Makefile.am: added test result to EXTRA_DIST for make tests
18916
18917Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18918
18919 * parser.c, parserInternals.h: moved the chars macro definitions
18920 to parserInternals.h
Daniel Veillard25a1ce92008-06-02 16:04:12 +000018921 * parser.c, error.c: applied patches from "Knut Ã…kesson"
William M. Brack11be2d02007-01-24 19:17:19 +000018922 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
18923
18924Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18925
18926 * xml-config.in : applied patch to make --version work
18927
189281999-03-05 Raja R Harinath <harinath@cs.umn.edu>
18929
18930 * Makefile.am (check-local): Alias for `tests' target. This will
18931 cause `make check' to do the right thing.
18932 (tests): Don't run tests in srcdir. Also, replaced calls to
18933 basename with a `sed' "equivalent".
18934
18935Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18936
18937 * Renamed error.h to xml-error.h, corrected Makefile.am to list
18938 it in the header and not the sources, updated the doc.
18939 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
18940 pointing this out.
18941
18942Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18943
18944 * parser.c, parser.h, parserInternals.h: memory leak hunting,
18945 exported the inputStream routines.
18946 * doc/html/* : updated accordingly
18947
18948Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18949
18950 * parser.c, parser.h, parserInternals.h: added a few extra
18951 internal calls to allocate and free parser contexts ...
18952 * doc/html/* : updated accordingly
18953
18954Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18955
18956 * configure.in, Makefile.am, doc/makefile.am : General changes for
18957 1.0.0 release and including the generated HTML documentation.
18958
18959Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18960
18961 * makefile.am : added parserInternals.h, oops.
18962
18963Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18964
18965 * parserInternals.h: added this header giving access to the parser
18966 internal functions.
18967 * doc/Makefile.am : added a rebuild target which rebuilds the full
18968 set of documentations
18969 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
18970 the internal subset.
18971 * *.c *.h: modifications needed to generate the documentation using
18972 gtk-doc, cleanup of functions blocks, reorganisation of struct
18973 declarations.
18974
18975Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18976
18977 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
18978 the tar and spec file to include the beginning of the doc.
18979
189801999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
18981
18982 * doc/.cvsignore: Added this file.
18983
18984Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18985
18986 * tree.c: fixed xmlGetProp to return "" when the attribute
18987 exists, even if the node-list is NULL.
18988
18989Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18990
18991 * tree.c: patched an error outputting empty attribute values.
18992 * Makefile.am and doc/makefile.am: have been updated during the
18993 week-end. Sorry for an empty CVS log, I got a shell problem.
18994
18995Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18996
18997 * tree.h: cleaned up using enums instead of defines
18998 * parser.c, valid.[ch]: more work on parsing/output of element
18999 declarations
19000
19001Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19002
19003 * valid.[ch], tree.c, parser.c : more work toward full parsing
19004 of XML DTDs.
19005 * README: added informations about mailing-list and on-line
19006 documentation
19007
190081999-01-27 Raja R Harinath <harinath@cs.umn.edu>
19009
19010 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
19011
19012Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19013
19014 * parser.c, tree.[ch] : more work toward conformance testing,
19015 added a last element to accelerate parsing of very flat structures
19016 started working on internal subset Element content declaration.
19017 * valid.[ch] : first cut at adding code toward validation.
19018 * previous changes had also small impact on most files, especially
19019 the conformance testing using James Clark test suite.
19020
19021Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19022
19023 * test/* : updated the examples, most of them were not well
19024 formed (humm), and added rdf2.
19025 * result/* : resulting changes in the output.
19026
19027Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19028
19029 * tree.c: changed the behaviour of xmlGetProp on NULL values.
19030
19031Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19032
19033 * tree.c: patched a bug in the generation of empty attributes
19034
19035Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19036
19037 * entities.[ch], tree.[ch], tester.c: added copy interfaces
19038 for node/trees/documents/... Biggest problem is namespace
19039 support when copying subtrees.
19040
19041Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19042
19043 * parser.c, entities.c: improve entities and char ref encoding,
19044 and cleanups of error messages.
19045
19046Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19047
19048 * parser.c, entities.c: simple bug hunting done during rpm2html and
19049 rpmfind integration.
19050
19051Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19052
19053 * parser.[ch]: Added interfaces allowing to specify a SAX
19054 handler before parsing.
19055
19056Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19057
19058 * parser.c: redirrect all errors reporting through the SAX
19059 error function
19060
19061Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19062
19063 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
19064 * libtool, tlmain ...: update of the libtool files
19065
190661998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
19067
19068 * entities.c: Use g_snprintf insteda of snprintf.
19069
19070Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19071
19072 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
19073 added ent5 test for this purpose.
19074 * parser.c, parser.h: formatting, comments and UTF-8 planning.
19075
19076Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19077
19078 * parser.c: fixed? a strange error due to compression on a GWP
19079 document.
19080
19081Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19082
19083 * tree.[ch]: bug fixing
19084 * entities.[ch]: defined a specific type for predefined entities
19085 * doc/xml.html: more documentation on the library, how to use it,
19086 overview of the interfaces.
19087
19088Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19089
19090 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
19091
19092Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19093
19094 * tree.c: corrected a small bug
19095 * doc/xml.html: continuing writing documentation.
19096
19097Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19098
19099 * debugXML.h debugXML.c: added debugging utilities.
19100 * tester.c: added --debug switch.
19101 * tree.c: patched an incorrect node->type assignment.
19102 * parser.c: formatting, ensure that node->doc != NULL in attributes
19103
19104Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19105
19106 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
19107 entity support and provide an internal representation close to
19108 DOM one (entity ref nodes, and attribute value as tree). I tried
19109 to preserve the interface but this will surely break some apps
19110 (I have to change rpm2html/rpmfind for example). I had to change
19111 two interfaces, and the generated tree is somewhat different.
19112 * doc/* : started documenting the XML library, the tree and
19113 DOM/Corba. This is a first step.
19114
19115Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19116
19117 * parser.c: Set up the fonctions comment block, boring but useful.
19118 * parser.h, SAX.c, parser.c: now attributes are processed through
19119 the SAX interface. The problem is that my SAX interface diverged
19120 quite a bit from the original one, well this is not an official
19121 spec, and translating it from Java to C is hairy anyway...
19122
19123Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19124
19125 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
19126 fonctions comment block, boring but useful.
19127
19128Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19129
19130 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
19131 conversion routines. However they are not yet used to convert the
19132 inputs. The core will run with UTF-8.
19133
19134Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19135
19136 * tree.c : make sure that the type id is properly set-up when
19137 a new object is allocated, needed for DOM.
19138
19139Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19140
19141 * tree.h, tree.c: Ok, the main objects in the tree will be native
19142 corba objects, it costs 8 bytes per Node, Attribute and Document
19143 but it simplifies the Corba integration a lot (no extra interface
19144 objects to allocate/free).
19145
19146Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19147
19148 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
19149 and changed NODEs contants for conformity with DOM Level 1
19150
19151Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19152
19153 * added hooks to keep track of servants when creating objects
19154 xmlDoc and xmlNode (for Corba export).
19155
19156Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19157
19158 * added xml-config script.
19159
19160Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19161
19162 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
19163 to autoupdate libtool and automake conf files.
19164
191651998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
19166
19167 * Makefile.am: Use '?' to separate the sed
19168 commands as ',' is used when people pass -Wl,something.
19169
19170Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19171
19172 * tree.c, tree.h: added a per-document compression interface.
19173
19174Tue Sep 22 20:47:38 EDT 1998
19175
19176 * tree.c, tree.h: added saving with compression and added interfaces
19177 to control the compression level (xmlGetCompressMode,
19178 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
19179
19180Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19181
19182 * parser.c: corrected a loop for files of size 0
19183
191841998-08-20 Raja R Harinath <harinath@cs.umn.edu>
19185
19186 * error.h: New file. Contains prototyes from `error.c'.
19187
19188Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
19189
19190 * Makefile.am (xmlincdir): New macro.
19191 (xmlinc_HEADERS): Renamed from include_HEADERS.
19192
19193Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19194
19195 * applied small patch on numeric entities from
19196 Christopher Blizzard <blizzard@appliedtheory.com>
19197
19198Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19199
19200 * New release 0.2, removed the old xml_* files so that it's
19201 coherent with the other CVS base (W3C), far better conformance
19202 to standard, new namespaces, decent entities support, beginning
19203 of a SAX-like interface. Nearly nothing left intact, even the
19204 test examples ...
19205
192061998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
19207
19208 * .cvsignore: Add .deps dir
19209
19210Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19211
19212 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
19213
19214Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19215
19216 * configure.in: added test for CPP
19217 * AUTHORS, Changelog: the original ones didn't get commited but the
19218 glib ones instead, fixed.
19219 * Makefile.am: corrected an error in library naming
19220
19221Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19222
19223 * integrated code developped at W3C
19224 * changed the original Copyright
19225 * migrated to automake
19226 * prefixed the filenames by xml_ to avoid filename clashes
19227
Daniel Veillard25a1ce92008-06-02 16:04:12 +000019228#
19229# vim: set enc=utf-8
19230#