blob: b3bcf55d36c63e3bb7fce32446a0b798d7299d1c [file] [log] [blame]
Daniel Veillard54bd29b2008-08-26 07:26:55 +00001Tue Aug 26 09:25:39 CEST 2008 Daniel Veillard <daniel@veillard.com>
2
3 * include/libxml/parser.h xinclude.c xmllint.c: patch based on
4 Wieant Nielander contribution to add the option of not doing
5 URI base fixup in XInclude
6
Daniel Veillardaa6de472008-08-25 14:53:31 +00007Mon Aug 25 16:52:53 CEST 2008 Daniel Veillard <daniel@veillard.com>
8
9 * xmlreader.c: applied patch from Aswin to fix tree skipping
10 * include/libxml/entities.h entities.c: fixed a comment and
11 added a new xmlNewEntity() entry point
12 * runtest.c: be less verbose
13 * tree.c: space and tabs cleanups
14
Daniel Veillardf4f4e482008-08-25 08:57:48 +000015Mon Aug 25 10:56:30 CEST 2008 Daniel Veillard <daniel@veillard.com>
16
17 * include/libxml/entities.h entities.c SAX2.c parser.c: rework
18 the patch to avoid some ABI issue with people allocating
19 entities structure directly
20
Daniel Veillard4bf899b2008-08-20 17:04:30 +000021Wed Aug 20 19:02:01 CEST 2008 Daniel Veillard <daniel@veillard.com>
22
23 * include/libxml/parser.h include/libxml/entities.h entities.c
24 parserInternals.c parser.c: fix for CVE-2008-3281
25
Rob Richards117baa02008-08-10 17:07:33 +000026Sun Aug 10 17:06:13 CEST 2008 Rob Richards <rrichards@ctindustries.net>
27
28 * dict.c: fix non GNUC builds.
29
Daniel Veillard0765ae82008-08-08 12:14:37 +000030Fri Aug 8 14:13:06 CEST 2008 Daniel Veillard <daniel@veillard.com>
31
32 * makefile.am: adding a check-valgrind target
33
Daniel Veillardd330f182008-08-08 12:03:22 +000034Fri Aug 8 14:01:59 CEST 2008 Daniel Veillard <daniel@veillard.com>
35
36 * Makefile.am testdict.c: add the new test in 'make check' and
37 update it to check subdictionaries processing.
38
Daniel Veillardd68f8912008-08-08 10:09:19 +000039Fri Aug 8 12:07:20 CEST 2008 Daniel Veillard <daniel@veillard.com>
40
41 * testdict.c: added a program to regression test the dictionary code
42 * dict.c: improve the lookup efficiency by caching the key.
43
Daniel Veillardffda65f2008-08-07 16:33:49 +000044Thu Aug 7 18:30:55 CEST 2008 Daniel Veillard <daniel@veillard.com>
45
46 * dict.c: chased and found a couple of nasty issues
47
CEST 2008 Sven Herzbergdc41d862008-08-07 13:52:30 +000048Thu Aug 7 15:51:31 CEST 2008 Sven Herzberg <sven@imendio.com>
49
50 Bug 546629 – runtests doesn't pass on my mac
51 Reviewed by William M. Brack.
52
53 * runtest.c: use libpthread on Mac OS X as well
54
Daniel Veillard84c45df2008-08-06 10:26:06 +000055Wed Aug 6 12:24:33 CEST 2008 Daniel Veillard <daniel@veillard.com>
56
57 * uri.c: allow [ and ] in fragment identifiers, 3986 disallow them
58 but it's widely used for XPointer, and would break DocBook
59 processing among others
60
Daniel Veillard424785e2008-08-06 09:35:25 +000061Wed Aug 6 11:32:21 CEST 2008 Daniel Veillard <daniel@veillard.com>
62
63 * dict.c: change the big key algorithm to work properly with QName
64 too, fix a bug with dict size and sub dictionaries
65
Daniel Veillardd7af5552008-08-04 15:29:44 +000066Mon Aug 4 17:27:27 CEST 2008 Daniel Veillard <daniel@veillard.com>
67
68 * uri.c include/libxml/uri.h: rewrite the URI parser to update to
69 rfc3986 (from 2396)
70 * test/errors/webdav.xml result/errors/webdav.xml*: removed the
71 error test, 'DAV:' is a correct URI under 3986
72 * Makefile.am: small cleanup in make check
73
Daniel Veillardae0765b2008-07-31 19:54:59 +000074Thu Jul 31 21:49:45 CEST 2008 Daniel Veillard <daniel@veillard.com>
75
76 * runxmlconf.c: more progresses against the official regression tests
77 * runsuite.c: small cleanup for non-leak reports
78 * include/libxml/tree.h: parsing flags and other properties are
79 now added to the document node, this is generally useful and
80 allow to make Name and NmToken validations based on the parser
81 flags, more specifically the 5th edition of XML or not
82 * HTMLparser.c tree.c: small side effects for the previous changes
83 * parser.c SAX2.c valid.c: the bulk of teh changes are here,
84 the parser and validation behaviour can be affected, parsing
85 flags need to be copied, lot of changes. Also fixing various
86 validation problems in the regression tests.
87
Daniel Veillard37334572008-07-31 08:20:02 +000088Thu Jul 31 10:15:53 CEST 2008 Daniel Veillard <daniel@veillard.com>
89
90 * runxmlconf.c: added a skipped list, insert rmt-ns10-035
91 * Makefile.am: improve 'make check'
92 * include/libxml/xmlerror.h parser.c: clean up namespace errors
93 checking and reporting, errors when a document is labelled
94 as UTF-16 while it is parsed as UTF-8 and no encoding was given
95 explicitely.
96 * result/errors/webdav.xml.*: some warnings are no recategorized
97 as Namespace errors
98
Daniel Veillard09459bf2008-07-30 12:58:11 +000099Wed Jul 30 14:55:54 CEST 2008 Daniel Veillard <daniel@veillard.com>
100
101 * include/libxml/xmlmemory.h xmlmemory.c: add xmlMemDisplayLast to
102 help debug incremental memory leaks, and some cleanups
103 * runxmlconf.c: use that new call and avoid ever touching the
104 system catalog in the regression tests
105
Daniel Veillard40ec29a2008-07-30 12:35:40 +0000106Wed Jul 30 14:33:33 CEST 2008 Daniel Veillard <daniel@veillard.com>
107
108 * parser.c include/libxml/xmlerror.h: an XML-1.0 document can't load
109 an 1.1 entity
110 * runxmlconf.c: when using entities make sure we load them
111
Daniel Veillard051d52c2008-07-29 16:44:59 +0000112Tue Jul 29 18:43:07 CEST 2008 Daniel Veillard <daniel@veillard.com>
113
114 * parser.c: fix a bug not detecting cross entity comments probably
115 when comment parsing got optimized.
116 * Makefile.am: add make check
117 * runxmlconf.c: fix the log file name
118
Daniel Veillard7e5c3f42008-07-29 16:12:31 +0000119Tue Jul 29 18:09:26 CEST 2008 Daniel Veillard <daniel@veillard.com>
120
121 * runxmlconf.c Makefile.am: add a C program to run the W3C test
122 suite, work in progress
123 * xmllint.c: add a new option --oldxml10 to use the old parser
124 * parser.c: fix the XML_PARSE_OLD10 processing of the new option
125 and a bug in version parsing
126
Daniel Veillard45490ae2008-07-29 09:13:19 +0000127Tue Jul 29 11:12:40 CEST 2008 Daniel Veillard <daniel@veillard.com>
128
129 * xpath.c: space and tabs cleanup
130
Daniel Veillard34e3f642008-07-29 09:02:27 +0000131Tue Jul 29 10:59:36 CEST 2008 Daniel Veillard <daniel@veillard.com>
132
133 * include/libxml/parser.h include/libxml/xmlerror.h parser.c:
134 implement XML-1.0 5th edition, add parser option XML_PARSE_OLD10
135 to stick to old behaviour
136 * testapi.c gentest.py: modified slightly and regenerated
137 * Makefile.am: add testchar
138
Daniel Veillardabade012008-07-24 15:05:38 +0000139Thu Jul 24 16:57:20 CEST 2008 Daniel Veillard <daniel@veillard.com>
140
141 * Makefile.am testchar.c Makefile.tests README.tests: add a
142 new regression test program for testing character ranges and
143 UTF8 encoding/decoding
144
Daniel Veillardbf0324f2008-07-23 13:35:50 +0000145Wed Jul 23 15:32:39 CEST 2008 Daniel Veillard <daniel@veillard.com>
146
147 * libxml.spec.in: fix the build root
148
William M. Brackf8477002008-07-17 05:29:16 +0000149Wed Jul 16 22:28:48 PDT 2008 William Brack <wbrack@mmm.com.hk>
150
151 * pattern.c: fix problem with xmlStreamPop when pattern includes
152 a "." element (see discussion on libxslt list)
153
Daniel Veillard45efd082008-07-07 13:52:52 +0000154Mon Jul 7 15:49:59 CEST 2008 Daniel Veillard <daniel@veillard.com>
155
156 * SAX2.c: fix line number on text nodes, problem raised by Ralf Junker
157
Rob Richardsc6947bb2008-06-29 15:04:41 +0000158Sun Jun 29 17:04:28 CEST 2008 Rob Richards <rrichards@ctindustries.net>
159 * xmlschemas.c: fix crash with invalid whitespace facet
160
Daniel Veillard984e5692008-06-11 08:14:22 +0000161Wed Jun 11 10:13:02 CEST 2008 Daniel Veillard <daniel@veillard.com>
162
163 * doc/xml.html doc/FAQ.html: add a section in the FAQ about
164 multithread and xmlCleanupParser
165
Daniel Veillard63806b52008-06-10 14:56:11 +0000166Tue Jun 10 16:52:17 CEST 2008 Daniel Veillard <daniel@veillard.com>
167
168 * catalog.c: apply a couple of fixes based on a Coverity report
169 forwarded by Derrick Price.
170 * VxWorks/README VxWorks/Makefile VxWorks/build.sh: instructions
171 Makefile, and shell script to build on VxWorks 6.4+ provided by
172 Jim Wert.
173
Daniel Veillard39801e52008-06-03 16:08:54 +0000174Tue Jun 3 18:07:13 CEST 2008 Daniel Veillard <daniel@veillard.com>
175
176 * python/generator.py python/setup.py: apply patch from Martin fixing
177 python whitespaces
178 * NEWS: following previous commit rebuilt now in UTF-8
179
Daniel Veillard25a1ce92008-06-02 16:04:12 +0000180Mon Jun 2 17:39:42 CEST 2008 Daniel Veillard <daniel@veillard.com>
181
182 * ChangeLog: patch from Hans de Goede to switch the file to UTF-8
183 * doc/news.xsl: switch to generate the NEWS file in UTF-8 instead of
184 ISO-8859-1
185
Daniel Veillardad559982008-05-12 13:15:35 +0000186Mon May 12 15:12:44 CEST 2008 Daniel Veillard <daniel@veillard.com>
187
188 * xmlregexp.c: avoid a regexp crash, should fix #523738
189
Daniel Veillard438ebbd2008-05-12 12:58:46 +0000190Mon May 12 14:56:06 CEST 2008 Daniel Veillard <daniel@veillard.com>
191
192 * xmlschemas.c runtest.c testapi.c include/libxml/xmlreader.h
193 python/types.c python/libxml_wrap.h python/libxml.c: fx compilation
194 when configured without the reader should fix #513110
195 * doc/*: regenerated
196
Rob Richardsb6b2ee12008-05-03 12:34:25 +0000197Sat May 3 14:33:29 CEST 2008 Rob Richards <rrichards@ctindustries.net>
198
199 * dict.c: check for stdint.h and define types when using MSVC
200
Daniel Veillard87303e32008-04-28 18:07:29 +0000201Mon Apr 28 20:06:12 CEST 2008 Daniel Veillard <daniel@veillard.com>
202
203 * parserInternals.c: applied patch from Ashwin to avoid a potential
204 double-free
205
Daniel Veillarded86dc22008-04-24 11:58:41 +0000206Thu Apr 24 13:56:53 CEST 2008 Daniel Veillard <daniel@veillard.com>
207
208 * uri.c: applied patch from Ashwin fixing a number of realloc problems
209 * HTMLparser.c: improve handling for misplaced html/head/body
210
Daniel Veillarde9100a52008-04-22 08:28:50 +0000211Tue Apr 22 10:27:17 CEST 2008 Daniel Veillard <daniel@veillard.com>
212
213 * dict.c: improvement on the hashing of the dictionnary, with visible
214 speed up as the number of strings in the hash increases, work from
215 Stefan Behnel
216
Daniel Veillarddee23482008-04-11 12:58:43 +0000217Fri Apr 11 14:44:00 CEST 2008 Daniel Veillard <daniel@veillard.com>
218
219 * include/libxml/xmlschemas.h xmlschemas.c: added new function
220 xmlSchemaValidCtxtGetParserCtxt based on Holger Kaelberer patch
221 * doc/apibuild.py doc/*: regenerated the doc, chased why the new
222 function didn't got any documentation, added more checking in the
223 generator
224 * include/libxml/relaxng.h include/libxml/schematron.h
225 include/libxml/xmlschemas.h include/libxml/c14n.h
226 include/libxml/xmlregexp.h include/libxml/globals.h
227 include/libxml/xmlreader.h threads.c xmlschemas.c: various changes
228 and cleanups following the new reports
229
230
Daniel Veillard33fe2882008-04-10 08:09:25 +0000231Thu Apr 10 10:07:00 CEST 2008 Daniel Veillard <daniel@veillard.com>
232
233 * Makefile.am: extend the cleanup rule
234 * xmlschemas.c: space cleanup
235
Rob Richardsc3e24352008-04-09 17:49:09 +0000236Wed Apr 9 19:43:25 CEST 2008 Rob Richards <rrichards@ctindustries.net>
237
238 * include/wsockcompat.h: support older win32 platforms when building
239 with newer versions of VS
240
Daniel Veillard596da972008-04-08 14:58:41 +0000241Tue Apr 8 16:56:07 CEST 2008 Daniel Veillard <daniel@veillard.com>
242
243 * configure.in NEWS doc/*: preparing release of 2.6.32
244
Daniel Veillarded939f82008-04-08 08:20:08 +0000245Tue Apr 8 10:19:01 CEST 2008 Daniel Veillard <daniel@veillard.com>
246
247 * tree.c: fix a bug introduced when fixing #438208 and reported by
248 Ashwin
249 * python/generator.py: fix an infinite loop bug
250
Daniel Veillard354cf5c2008-04-07 12:46:48 +0000251Mon Apr 7 14:44:51 CEST 2008 Daniel Veillard <daniel@veillard.com>
252
253 * xmlreader.c: fix a link to XmlNodeType doc reported by Martijn Arts
254 * docs/*: rebuilt
255
Daniel Veillard2135fc22008-04-04 16:10:51 +0000256Fri Apr 4 18:09:50 CEST 2008 Daniel Veillard <daniel@veillard.com>
257
258 * parser.c: improve the *Recover* functions documentation
259
Daniel Veillard6ccc56d2008-04-03 12:59:06 +0000260Thu Apr 3 14:57:15 CEST 2008 Daniel Veillard <daniel@veillard.com>
261
262 * parser.c: patch from Mark Rowe fixing BOM or encoding detection
263 in external parsed entities, should fix #440415
264
Daniel Veillard8f6c2b12008-04-03 11:17:21 +0000265Thu Apr 3 13:16:01 CEST 2008 Daniel Veillard <daniel@veillard.com>
266
267 * tree.c: fix some problems with the *EatName functions when
268 running out of memory raised by Eric Schrock , should fix #438208
269
Daniel Veillardbfc42632008-04-03 10:43:52 +0000270Thu Apr 3 12:41:29 CEST 2008 Daniel Veillard <daniel@veillard.com>
271
272 * xmlschemastypes.c: horror around the definition of the lexical
273 values for decimal and derived types, fixing to reject empty
274 values, should fix #503268
275
Daniel Veillardf1245392008-04-03 09:46:34 +0000276Thu Apr 3 11:44:57 CEST 2008 Daniel Veillard <daniel@veillard.com>
277
278 * encoding.c: buffer may not be large enough to convert to
279 UCS4, patch from Christian Fruth , fixes #504015
280
Daniel Veillard36de63e2008-04-03 09:05:05 +0000281Thu Apr 3 11:02:02 CEST 2008 Daniel Veillard <daniel@veillard.com>
282
283 * HTMLparser.c: apparently it's okay to forget the semicolumn after
284 entity refs in HTML, fixing char refs parsing accordingly based on
285 T. Manske patch, this should fix #517653
286
Daniel Veillardfa750972008-04-03 07:31:25 +0000287Thu Apr 3 09:30:29 CEST 2008 Daniel Veillard <daniel@veillard.com>
288
289 * error.c: avoid a scary realloc() loop should fix #520383
290
Daniel Veillarda4ba09d2008-04-03 06:24:04 +0000291Thu Apr 3 08:22:52 CEST 2008 Daniel Veillard <daniel@veillard.com>
292
293 * parser.c: more realloc problems pointed out by Ashwin
294
Daniel Veillardff8b5412008-04-03 05:41:28 +0000295Thu Apr 3 07:40:13 CEST 2008 Daniel Veillard <daniel@veillard.com>
296
297 * xstc/Makefile.am: applied patch from Mike Hommey fixing distclean,
298 fixes #520387
299
Daniel Veillarde43579b2008-04-03 04:56:04 +0000300Thu Apr 3 06:52:32 CEST 2008 Daniel Veillard <daniel@veillard.com>
301
302 * include/libxml/xpath.h: small doc improvement for xmlXPathContext
303 from Jack Jansen, fixes #524759
304 * doc/newapi.xsl doc/*: fixed a problem and regenerated the docs
305
Daniel Veillardf88d8492008-04-01 08:00:31 +0000306Tue Apr 1 09:59:22 CEST 2008 Daniel Veillard <daniel@veillard.com>
307
308 * xpath.c: two patches from Alvaro Herrera to avoid problem when
309 running out of memory in XPath evaluations.
310
Daniel Veillard68b6e022008-03-31 09:26:00 +0000311Mon Mar 31 11:23:19 CEST 2008 Daniel Veillard <daniel@veillard.com>
312
313 * parser.c: lot of out of memory handling fixes from Ashwin
314 * elfgcchack.h doc/elfgcchack.xsl: work around a problem with xmlDllMain
315 * include/libxml/threads.h: indenting cleanups
316
Daniel Veillard05b37c62008-03-31 08:27:07 +0000317Mon Mar 31 10:25:37 CEST 2008 Daniel Veillard <daniel@veillard.com>
318
319 * parser.c docs/*: trying to clarify even more the xmlCleanupParser()
320 use and the memory documentation
321
Daniel Veillarddc171602008-03-26 17:41:38 +0000322Wed Mar 26 18:39:58 CET 2008 Daniel Veillard <daniel@veillard.com>
323
324 * parser.c: changes based on Alex Khesin patch where xmlParseCharRef
325 seems to not be checked correctly, fixes #520198
326
Daniel Veillard6a31b832008-03-26 14:06:44 +0000327Wed Mar 26 15:03:49 CET 2008 Daniel Veillard <daniel@veillard.com>
328
329 * parser.c: patch from Ashwin to avoid a problem of attribute
330 redefinition in the DTD. Remove a warning too.
331
Daniel Veillardb3e45362008-03-26 13:39:31 +0000332Wed Mar 26 14:38:31 CET 2008 Daniel Veillard <daniel@veillard.com>
333
334 * xmlschemas.c: fix a problem in externalSubsetSplit with a patch
335 from Ashwin
336
Daniel Veillard97c9ce22008-03-25 16:52:41 +0000337Tue Mar 25 17:48:02 CET 2008 Daniel Veillard <daniel@veillard.com>
338
339 * parser.c: fix various attribute normalisation problems reported
340 by Ashwin
341 * result/c14n/without-comments/example-4
342 result/c14n/with-comments/example-4: this impacted the result of
343 two c14n tests :-\
344 * test/att9 test/att10 test/att11 result//att9* result//att10*
345 result//att11*: added 3 specific regression tests coming from the
346 XML spec revision and from Ashwin
347
Daniel Veillarde54c3172008-03-25 13:22:41 +0000348Tue Mar 25 14:20:49 CET 2008 Daniel Veillard <daniel@veillard.com>
349
350 * uri.c: fix saving for file:///X:/ URI embedding Windows file paths
351 should fix #524253
352
Daniel Veillard8bf64ae2008-03-24 20:45:21 +0000353Mon Mar 24 21:42:33 CET 2008 Daniel Veillard <daniel@veillard.com>
354
355 * parser.c: fix a problem reported by Ashwin for system parameter
356 entities referenced from entities in external subset, add a
357 specific loading routine.
358 * test/valid/dtds/external.ent test/valid/dtds/external2.ent
359 test/valid/t11.xml result/valid/t11.xml*: added the test to
360 the regression suite
361
Daniel Veillard77fbc3e2008-03-24 14:06:19 +0000362Mon Mar 24 15:04:54 CET 2008 Daniel Veillard <daniel@veillard.com>
363
364 * xmlschemas.c: fix an XML Schemas crash raised by Stefan Behnel
365 when testing with W3C test suite
366
Daniel Veillard14d465d2008-03-24 11:12:55 +0000367Mon Mar 24 12:12:00 CET 2008 Daniel Veillard <daniel@veillard.com>
368
369 * threads.c: check some allocation with Ashwin patch
370
Daniel Veillard24d87d92008-03-19 15:43:00 +0000371Wed Mar 19 16:41:52 CET 2008 Daniel Veillard <daniel@veillard.com>
372
373 * vms/build_libxml.com: update from Tycho Hilhorst, should fix #523378
374
Daniel Veillardddbe38b2008-03-18 08:24:25 +0000375Tue Mar 18 09:23:05 CET 2008 Daniel Veillard <daniel@veillard.com>
376
377 * threads.c: check some malloc returns with Ashwin patch, add
378 error messages and reindent the module.
379
Daniel Veillard14dad702008-03-14 14:29:40 +0000380Fri Mar 14 15:28:43 CET 2008 Daniel Veillard <daniel@veillard.com>
381
382 * xmlreader.c: patch from Ashwin removing duplicate tests
383
Daniel Veillardc4b0deb2008-03-14 12:46:42 +0000384Fri Mar 14 13:44:29 CET 2008 Daniel Veillard <daniel@veillard.com>
385
386 * include/libxml/schematron.h include/libxml/xmlerror.h schematron.c:
387 applied patch from Tobias Minich to allow plugin schematron error
388 reporting in the normal error system, should fix #513998
389
Daniel Veillard37d2d162008-03-14 10:54:00 +0000390Fri Mar 14 11:52:09 CET 2008 Daniel Veillard <daniel@veillard.com>
391
392 * parser.c xinclude.c: patch from Vasily Chekalkin fixes memory
393 leaks, should fix 512647
394
Daniel Veillard10bda622008-03-13 07:27:24 +0000395Thu Mar 13 08:17:58 CET 2008 Daniel Veillard <daniel@veillard.com>
396
397 * xmlregexp.c: found a nasty bug in regexp automata build,
398 reported by Ashwin and Bjorn Reese
399
Daniel Veillard35fcbb82008-03-12 21:43:39 +0000400Wed Mar 12 18:56:22 CET 2008 Daniel Veillard <daniel@veillard.com>
401
402 * HTMLparser.c: patch from Arnold Hendriks improving parsing of
403 html within html bogus data, still not a complete fix though
404
Daniel Veillard5d279c92008-03-12 09:32:04 +0000405Wed Mar 12 10:22:01 CET 2008 Daniel Veillard <daniel@veillard.com>
406
407 * python/types.c: fix a memory errro when using namespace nodes
408 returned from XPath queries, should fix #521699
409 * python/tests/Makefile.am python/tests/xpathns.py: add a specific
410 regression test for it
411
Rob Richardsa544c182008-03-10 15:26:27 +0000412Mon Mar 10 16:25:32 CET 2008 Rob Richards <rrichards@ctindustries.net>
413
414 * include/win32config.h: add ICONV_CONST define for win32 build
415 to satisfy encoding.c change in rev 3693
416
Daniel Veillardd0d2f092008-03-07 16:50:21 +0000417Fri Mar 7 17:45:27 CET 2008 Daniel Veillard <daniel@veillard.com>
418
419 * xmlsave.c parser.c: fix handling of empty CDATA nodes as
420 reported and discussed around #514181 and associated patches
421 * test/emptycdata.xml result/emptycdata.xml*
422 result/noent/emptycdata.xml: added a specific test in the
423 regression suite.
424
Daniel Veillard57c9db02008-03-06 14:37:10 +0000425Thu Mar 6 15:23:10 CET 2008 Daniel Veillard <daniel@veillard.com>
426
427 * encoding.c: poblem with encoding detection for UTF-16 reported by
428 Ashwin and found by Bill
429 * test/valid/dtds/utf16b.ent test/valid/dtds/utf16l.ent
430 test/valid/UTF16Entity.xml result/valid/UTF16Entity.xml*: added
431 the example to the regression tests
432
Daniel Veillardccc476f2008-03-04 13:19:49 +0000433Tue Mar 4 14:16:38 CET 2008 Daniel Veillard <daniel@veillard.com>
434
435 * xmlwriter.c: patch from Alex Khesin fixing CDATA output after
436 a text node.
437 * parser.c: fixed the comment for xmlParserCleanup
438 * globals.c: fixed indentation
439
Daniel Veillard70e20ad2008-02-25 15:44:43 +0000440Mon Feb 25 16:42:19 CET 2008 Daniel Veillard <daniel@veillard.com>
441
442 * testModule.c: patch from Florent Guiliani to fix build on
443 SCO OpenServer
444
Daniel Veillard30663512008-02-21 22:31:55 +0000445Thu Feb 21 22:46:08 CET 2008 Daniel Veillard <daniel@veillard.com>
446
447 * debugXML.c: made one of the changes suggested by Brian Krahmer
448 * testRegexp.c: allow to pass '--' on the command line to allow
449 regexps starting with the character '-'
450
Daniel Veillard5ac88232008-02-19 07:54:52 +0000451Tue Feb 19 08:49:32 CET 2008 Daniel Veillard <daniel@veillard.com>
452
453 * python/Makefile.am python/tests/Makefile.am: applied cleanup
454 patches for cross compilation and MinGW from Roumen Petrov
455
Daniel Veillardc4ba8a42008-02-16 10:08:14 +0000456Sat Feb 16 11:06:54 CET 2008 Daniel Veillard <daniel@veillard.com>
457
458 * xmlIO.c: fix output bug reported by Petr Pajas and analyzed by
459 Bill
460
Daniel Veillard6f8611f2008-02-15 08:33:21 +0000461Fri Feb 15 09:32:11 CET 2008 Daniel Veillard <daniel@veillard.com>
462
463 * include/libxml/xmlerror.h tree.c: patch from Julien Charbon
464 to simplify the processing of xmlSetProp()
465
Daniel Veillard8e1a46d2008-02-15 07:47:26 +0000466Fri Feb 15 08:45:32 CET 2008 Daniel Veillard <daniel@veillard.com>
467
468 * config.h.in configure.in encoding.c: patch from Roumen Petrov
469 to detect if iconv() needs a const for the second parameter
470
Daniel Veillardf3da06d2008-02-15 07:43:00 +0000471Fri Feb 15 08:41:31 CET 2008 Daniel Veillard <daniel@veillard.com>
472
473 * macos/src/XMLTestPrefix2.h win32/Makefile.msvc: EOL cleanups
474 from Florent Guiliani
475
Daniel Veillard3ff24112008-02-13 10:17:41 +0000476Wed Feb 13 10:56:38 CET 2008 Daniel Veillard <daniel@veillard.com>
477
478 * xmlwriter.c: applied patch from Alfred Mickautsch to flush the
479 output at the end of document.
480
Daniel Veillard851b2d02008-02-08 10:57:57 +0000481Fri Feb 8 11:57:03 CET 2008 Daniel Veillard <daniel@veillard.com>
482
483 * doc/examples/examples.xml: regenerated, it was truncated.
484
Daniel Veillard643fb5d2008-02-08 10:49:46 +0000485Fri Feb 8 11:47:18 CET 2008 Daniel Veillard <daniel@veillard.com>
486
487 * xmlmodule.c: apply simple patch from Carlo Bramini to avoid
488 compilation problems with Mingw32
489
Daniel Veillard041b6872008-02-08 10:37:18 +0000490Fri Feb 8 11:33:15 CET 2008 Daniel Veillard <daniel@veillard.com>
491
492 * xmlregexp.c: apply patch from Andrew Tosh to fix behaviour
493 when '.' is used in a posCharGroup
494 * test/schemas/poschargrp0_0.* result/schemas/poschargrp0_0_0*:
495 added the test to the regression suite
496
Daniel Veillardb242b082008-02-08 09:56:31 +0000497Fri Feb 8 10:54:09 CET 2008 Daniel Veillard <daniel@veillard.com>
498
499 * dict.c: applied patch from Florent Guilian to remove an
500 useless mutex in the xmlDict structure.
501
502Wed Feb 6 17:00:20 CET 2008 Daniel Veillard <daniel@veillard.com>
503
504 * SAX2.c: another leak reported by Ashwin
505 * xinclude.c: fixed the behaviour when XIncluding a fragment
506 of the current document, patch from Chris Ryan
507
William M. Brackead35832008-02-06 04:12:46 +0000508Wed Feb 6 12:10:08 HKT 2008 William Brack <wbrack@mmm.com.hk>
509
510 * nanohttp.c: added space for port number (when not 80) in
511 xmlNanoHTTPMethodRedir, plus a few more comments. Should
512 fix #514521.
513
Daniel Veillard7d0ca5e2008-02-05 08:43:52 +0000514Tue Feb 5 09:41:46 CET 2008 Daniel Veillard <daniel@veillard.com>
515
516 * schemas.c: apply fix suggested by Ashwin correcting a cut-n-paste
517 error about the SAX callback in cdataBlockSplit when streaming
518 XSD validation
519
Daniel Veillard69f8a132008-02-05 08:37:56 +0000520Tue Feb 5 09:36:46 CET 2008 Daniel Veillard <daniel@veillard.com>
521
522 * uri.c: applied a patch based on Petr Sumbera one to avoid a
523 problem with paths starting with //
524
Daniel Veillardad87d5e2008-02-04 16:50:03 +0000525Mon Feb 4 17:48:30 CET 2008 Daniel Veillard <daniel@veillard.com>
526
527 * doc/xml.html doc/xmlmem.html: added a small section on returning
528 memory to the kernel by compacting the heap provided by Wolfram Sang
529
Rob Richards82fbf572008-01-25 19:03:37 +0000530Fri Jan 25 20:01:42 CET 2007 Rob Richards <rrichards@ctindustries.net>
531
532 * include/win32config.h win32/Makefile.msvc: fix build under VS 2008.
533 patch by David Wimsey
534
Daniel Veillardc707d0b2008-01-24 14:48:54 +0000535Thu Jan 24 15:37:04 CET 2008 Daniel Veillard <daniel@veillard.com>
536
537 * parser.c: fix a memeory leak in internal subset parsing with
538 a fix from Ashwin
539 * test/errors/content1.xml result/errors/content1.xml*:
540 add test to regressions
541
Daniel Veillard72c1dfd2008-01-24 14:39:12 +0000542Fri Jan 11 09:00:09 CET 2008 Daniel Veillard <daniel@veillard.com>
543
544 * configure.in doc/*: preparing release of 2.6.31
545
Daniel Veillardb3edafd2008-01-11 08:00:57 +0000546Fri Jan 11 08:58:49 CET 2008 Daniel Veillard <daniel@veillard.com>
547
548 * parser.c: avoid a warning on 64bits introduced earlier
549 * parserInternals.c: make more checking on the UTF-8 input
550
Daniel Veillardc5b43cc2008-01-11 07:41:39 +0000551Fri Jan 11 15:37:05 CST 2008 Daniel Veillard <daniel@veillard.com>
552
553 * HTMLparser.c: avoid stopping parsing when encountering
554 out of range characters in an HTML file, report and
555 continue processing instead, should fix #472696
556
Daniel Veillard9ebb6322008-01-11 07:19:24 +0000557Fri Jan 11 15:13:35 CST 2008 Daniel Veillard <daniel@veillard.com>
558
559 * check-relaxng-test-suite2.py check-relaxng-test-suite.py
560 Makefile.am python/tests/Makefile.am python/Makefile.am
561 check-xsddata-test-suite.py: patches from John Carr to
562 start cleaning up 'make diskcheck' problems c.f. #506228
563
Daniel Veillard5608b172008-01-11 06:53:15 +0000564Fri Jan 11 14:48:40 CST 2008 Daniel Veillard <daniel@veillard.com>
565
566 * xmllint.c: apply fix from Stefan Kost to avoid a crash
567 in xmllint, fixes 504284
568
Daniel Veillardaa2404e2008-01-11 06:44:00 +0000569Fri Jan 11 14:39:03 CST 2008 Daniel Veillard <daniel@veillard.com>
570
571 * xml2-config.in: apply patch from Fred Crozat to avoid
572 outputting -L/usr/lib from xml2-config, fixes #497012
573
Daniel Veillard640f89e2008-01-11 06:24:09 +0000574Fri Jan 11 14:18:09 CST 2008 Daniel Veillard <daniel@veillard.com>
575
576 * HTMLparser.c: fix definition for <embed> to avoid error
577 when saving back, patch from Stefan Behnel fixing 495213
578
Daniel Veillard9e264ad2008-01-11 06:10:16 +0000579Fri Jan 11 14:06:09 CST 2008 Daniel Veillard <daniel@veillard.com>
580
581 * parser.c: applied patch from Christian Schmidt fixing a
582 column counter update problem, fixes #472696
583
Daniel Veillardac4118d2008-01-11 05:27:32 +0000584Fri Jan 11 13:22:14 CST 2008 Daniel Veillard <daniel@veillard.com>
585
586 * parser.c: handle a erroneous parsing of attributes in
587 case said attribute has been redeclared in the DTD with a
588 different type
589 * hash.c: fix the hash scanner to not crash if a first element
590 from the hash list is been removed in the callback
591
Daniel Veillard7e26fb42008-01-09 02:19:50 +0000592Wed Jan 9 10:15:50 CST 2008 Daniel Veillard <daniel@veillard.com>
593
594 * xmlwriter.c: fix indentation in xmlTextWriterFullEndElement,
595 as raised by Felipe Pena, should fix #508156
596
Rob Richards3108ba92007-12-06 10:08:52 +0000597Tue Dec 6 11:07:42 CET 2007 Rob Richards <rrichards@ctindustries.net>
598
599 * pattern.c: fix crash from double free of name for bug #501760
600
Daniel Veillard5fce6d62007-11-23 10:46:55 +0000601Fri Nov 23 11:47:48 CET 2007 Daniel Veillard <daniel@veillard.com>
602
603 * threads.c: remove unused variable in __xmlGlobalInitMutexLock
604 reported by Hannes Eder
605
Daniel Veillard00fde4e2007-11-19 17:38:33 +0000606Mon Nov 19 18:39:26 CET 2007 Daniel Veillard <daniel@veillard.com>
607
608 * xmlregexp.c: remove a cut-and-paste copy error
609
Rob Richards91eb5602007-11-16 10:54:59 +0000610Fri Nov 16 11:55:36 CET 2007 Rob Richards <rrichards@ctindustries.net>
611
612 * globals.c threads.c include/libxml/threads.h:
613 __xmlGlobalInitMutexDestroy() will free global_init_lock on Win32.
614 Patch from Marc-Antoine Ruel.
615
Rob Richardsb9ba0fa2007-11-13 20:27:52 +0000616Tue Nov 13 21:26:27 CET 2007 Rob Richards <rrichards@ctindustries.net>
617
618 * schematron.c: fix crash/leaks from xmlSchematronParse due to improper
619 schema document ownership for bug #495215
620
Daniel Veillard2a512da2007-10-30 20:24:40 +0000621Tue Oct 30 21:24:55 CET 2007 Daniel Veillard <daniel@veillard.com>
622
623 * xmlmemory.c: xmlFree(NULL) should not crash in debug mode
624 should fix #491651
625
Daniel Veillard1bc8d852007-10-16 12:18:18 +0000626Tue Oct 16 13:58:41 CEST 2007 Daniel Veillard <daniel@veillard.com>
627
628 * testURI.c: add a debug option printing all the fields within
629 the parsed URI structure
630
Daniel Veillarda76a81f2007-10-10 08:28:18 +0000631Wed Oct 10 10:25:52 CEST 2007 Daniel Veillard <daniel@veillard.com>
632
633 * xmlsave.c: fix to avoid a crash when dumping an attribute from
634 an XHTML document, patch contributed to fix #485298
635
Daniel Veillardc821e032007-08-28 17:33:45 +0000636Tue Aug 28 19:32:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
637
638 * xmlregexp.c: another nasty regexp case fixed.
639 * test/regexp/ranges2 result/regexp/ranges2: added to regression
640 suite
641
William M. Brackec720082007-08-24 02:57:38 +0000642Fri Aug 24 10:58:58 HKT 2007 William Brack <wbrack@mmm.com.hk>
643
644 * nanohttp.c: Enhanced to include port number (if not == 80) on the
645 "Header:" URL (bug #469681).
646 * xmlregexp.c: Fixed a typo causing a warning message.
647
Daniel Veillardcd2ebab2007-08-23 20:47:33 +0000648Thu Aug 23 22:48:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
649
650 * nanohttp.c: fix an open() call with creation without 3rd argument
651 hopefully that interface is never used.
652
Daniel Veillardc1b3fe02007-08-23 15:00:06 +0000653Thu Aug 23 17:00:49 CEST 2007 Daniel Veillard <daniel@veillard.com>
654
655 * configure.in doc/*: preparing release of 2.6.30
656
William M. Brackf1794562007-08-23 12:58:13 +0000657Thu Aug 23 20:58:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
658
Daniel Veillardc1b3fe02007-08-23 15:00:06 +0000659 * xpath.c: fixed xmlXPathCompOpEvalPositionalPredicate problem
William M. Brackf1794562007-08-23 12:58:13 +0000660 with object caching (bug #469410)
661
Daniel Veillard3888f472007-08-23 09:29:03 +0000662Thu Aug 23 11:28:38 CEST 2007 Daniel Veillard <daniel@veillard.com>
663
664 * xmlschemas.c test/schemas/*455953* result/schemas/bug455953*:
665 applied patch from Frank Gross fixing Schemas IDC import bug
666 #455953 and also add the test to the regression suite
667
Daniel Veillard76d59b62007-08-22 16:29:21 +0000668Wed Aug 22 18:29:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
669
670 * xmlregexp.c: try to fix for the nth time the automata generation
671 in case of complex ranges. I suppose that time it is actually okay
672
Daniel Veillard3dcd3192007-08-14 13:46:54 +0000673Tue Aug 14 15:51:05 CEST 2007 Daniel Veillard <daniel@veillard.com>
674
675 * parser.c: aligned xmlSAXUserParseMemory() to match
676 xmlSAXUserParseFile() logic based on Ashwin post, and ifdef
677 cleanup
678
Rob Richardsf779da32007-08-14 09:41:21 +0000679Tue Aug 14 11:42:27 CEST 2007 Rob Richards <rrichards@ctindustries.net>
680
681 * xmlIO.c: fixed windows path determination (patch from
682 Roland Schwarz, bug #462877)
683 * win32/Makefile.mingw win32/configure.js: fixed mingw build
684 (patch from Roland Schwarz, bug #462877)
685
Daniel Veillardda629342007-08-01 07:49:06 +0000686Wed Aug 1 09:50:12 CEST 2007 Daniel Veillard <daniel@veillard.com>
687
688 * parser.c: fixed a parser bug where invalid char in comment may
689 not be detected, reported by Ashwin Sinha
690 * test/errors/comment1.xml result/errors/comment1.xml*: added
691 the example to the regression suite
692
Daniel Veillard3814a362007-07-26 11:41:46 +0000693Thu Jul 26 13:42:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
694
695 * xmlsave.c: fixed problem reported on bug #460415
696
William M. Brack50420192007-07-20 01:09:08 +0000697Thu Jul 19 18:10:58 PDT 2007 William Brack <wbrack@mmm.com.hk>
698
699 * uri.c: applied patch from from Patrik Fimml. Fixes bug #458268.
700
William M. Brackb0a94e82007-07-18 18:04:55 +0000701Wed Jul 18 11:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
702
703 * xinclude.c: applied patch from bug #454608 from Patrik Fimml.
704 Fixes bug #454608.
705
Daniel Veillard65fcf272007-07-11 17:55:30 +0000706Wed Jul 11 19:57:59 CEST 2007 Daniel Veillard <daniel@veillard.com>
707
708 * xmlschemas.c: applied patch for xsi:nil from Frank Gross, this
709 should fix bug #358125
710
Daniel Veillardcaa19512007-07-04 15:42:46 +0000711Wed Jul 4 17:44:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
712
713 * xmlwriter.c: patch from Dodji Seketeli to avoid a leak on repeated
714 uses of xmlTextWriterStartDocument()
715
Daniel Veillard734e7662007-06-26 11:30:31 +0000716Tue Jun 26 13:30:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
717
718 * xmlschemas.c: fix a crash on solaris when a printf %s with a NULL
719 argument occurs, should fix #450936
720
William M. Brack31700e62007-06-13 20:33:02 +0000721Wed Jun 13 13:33:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
722
723 * xpath.c: fixed problem in previous fix to xmlXPathNodeSetSort
724
Daniel Veillard38431c32007-06-12 16:20:09 +0000725Tue Jun 12 18:17:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
726
Daniel Veillardc1b3fe02007-08-23 15:00:06 +0000727 * doc/* configure.in NEWS: release of libxml2 2.6.29
Daniel Veillard25a1ce92008-06-02 16:04:12 +0000728 * valid.c: patch from Dagfinn I. Mannsåker for idness of name
Daniel Veillard38431c32007-06-12 16:20:09 +0000729 in HTML, c.f. bug #305885.
730
Daniel Veillarddbbd72b2007-06-12 15:15:52 +0000731Tue Jun 12 17:14:08 CEST 2007 Daniel Veillard <daniel@veillard.com>
732
733 * SAX2.c: fixing bug #319964, parsing of HTML attribute really
734 should not have namespace processing.
735
Daniel Veillarddfac9462007-06-12 14:44:32 +0000736Tue Jun 12 16:42:14 CEST 2007 Daniel Veillard <daniel@veillard.com>
737
738 * parser.c: fixed the push mode when a big comment occurs before
739 an internal subset, should close bug #438835
740 * test/comment6.xml result//comment6.xml*: added a special
741 test in the regression suite
742
Daniel Veillardb9e5acc2007-06-12 13:43:00 +0000743Tue Jun 12 15:41:09 CEST 2007 Daniel Veillard <daniel@veillard.com>
744
745 * parser.c: fix bug #414846 where invalid characters in attributes
746 would sometimes not be detected.
747 * test/errors/attr4.xml result/errors/attr4.xml*: added a specific
748 test case to the regression tests
749
Daniel Veillard3130fe92007-06-12 12:24:54 +0000750Tue Jun 12 14:23:24 CEST 2007 Daniel Veillard <daniel@veillard.com>
751
752 * xstc/Makefile.am: apply patch from Ryan Hill to cope with changes
753 in GNU tar, should fix #396751
754
Daniel Veillarddb670152007-06-12 10:04:37 +0000755Tue Jun 12 12:03:36 CEST 2007 Daniel Veillard <daniel@veillard.com>
756
757 * python/types.c: try to allow compilation on old python version
758 should fix #398125
759
Daniel Veillardfcd02ad2007-06-12 09:49:40 +0000760Tue Jun 12 11:48:15 CEST 2007 Daniel Veillard <daniel@veillard.com>
761
762 * HTMLtree.c: htmlNodeDumpFormatOutput didn't handle XML_ATTRIBUTE_NODe
763 fixes bug #438390
764
Daniel Veillard5cdbbd22007-06-12 09:39:14 +0000765Tue Jun 12 11:37:55 CEST 2007 Daniel Veillard <daniel@veillard.com>
766
767 * xmlIO.c: workaround misgenerated file: URIs c.f. #437385
768
Daniel Veillardd8ed1052007-06-12 09:24:46 +0000769Tue Jun 12 11:22:47 CEST 2007 Daniel Veillard <daniel@veillard.com>
770
771 * relaxng.c: fixed bug #407436 a crash in a specific case of
772 Relax-NG validation
773
Daniel Veillardbe8d9d32007-06-12 09:14:11 +0000774Tue Jun 12 11:12:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
775
776 * catalog.c: fixed bug #383687, some case of recursion on next
777 were not caught in the catalog code.
778
Daniel Veillard861101d2007-06-12 08:38:57 +0000779Tue Jun 12 10:37:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
780
781 * HTMLparser.c: fixed bug #381877, avoid reading over the end
782 of stream when generating an UTF-8 encoding error.
783
Daniel Veillard2e620862007-06-12 08:18:21 +0000784Tue Jun 12 10:16:48 CEST 2007 Daniel Veillard <daniel@veillard.com>
785
786 * parser.c: fixed bug #366161, trivially added the check in
787 xmlCtxtReset()
788
Rob Richards90ee8df2007-06-08 19:47:37 +0000789Fri Jun 8 21:48:21 CEST 2007 Rob Richards <rrichards@ctindustries.net>
790
791 * win32/configure.js win32/Makefile.msvc: add --vcmanifest flag (yes/no)
792 for VC8 build support to embed manifest within files. Under MS VC, build
793 libxml2_a_dll.lib by default (LIBXML_STATIC_FOR_DLL flag).
794
Rob Richardse967f0b2007-06-08 19:36:04 +0000795Fri Jun 8 21:37:46 CEST 2007 Rob Richards <rrichards@ctindustries.net>
796
797 * threads.c include/libxml/threads.h: use specified calling convention
798 for xmlDllMain. Old SDKs (VC6) only support InterlockedCompareExchange.
799 add xmlDllMain to header for win32 when building for static dll
800
Rob Richardsb8769d62007-06-08 08:50:47 +0000801Fri Jun 8 10:51:28 CEST 2007 Rob Richards <rrichards@ctindustries.net>
802
803 * xmlwriter.c: fixed problem with namespace declaration being
804 written more than once per element start tag
805
William M. Brack97ac8192007-06-06 17:19:24 +0000806Wed Jun 6 10:18:28 PDT 2007 William Brack <wbrack@mmm.com.hk>
807
808 * xpath.c: fixed problem with xmlXPathNodeSetSort;
809 fixed problem with xmlXPathNodeTrailingSorted (both bug#413451)
810
William M. Brackd611c882007-05-31 05:07:17 +0000811Wed May 30 22:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
812
813 * xpath.c: fixed problem with string value for PI node
814 (bug #442275)
815
Daniel Veillarde61d75f2007-05-28 14:16:33 +0000816Mon May 28 16:14:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
817
Daniel Veillard25a1ce92008-06-02 16:04:12 +0000818 * uri.c: fix bug reported by François Delyon
Daniel Veillarde61d75f2007-05-28 14:16:33 +0000819
William M. Brack38d452a2007-05-22 16:00:06 +0000820Tue May 22 08:59:48 PDT 2007 William Brack <wbrack@mmm.com.hk>
821
822 * encoding.c: Fixed typo in xmlCharEncFirstLine pointed out
823 by Mark Rowe (bug #440159)
824 * include/libxml/xmlversion.h.in: Added check for definition of
825 _POSIX_C_SOURCE to avoid warnings on Apple OS/X (patch from
826 Wendy Doyle and Mark Rowe, bug #346675)
827 * schematron.c, testapi.c, tree.c, xmlIO.c, xmlsave.c: minor
828 changes to fix compilation warnings - no change to logic.
829
William M. Bracke8827652007-05-16 05:19:13 +0000830Tue May 15 22:18:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
831
832 * nanohttp.c: small enhancement to last fix, pointed out
833 by Alex Cornejo
834
William M. Brackd2f682a2007-05-15 19:42:08 +0000835Tue May 15 12:38:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
836
837 * nanohttp.c: fixed problem on gzip streams (bug #438045)
838 * xpath.c: fixed minor spot of redundant code - no logic change.
839
William M. Brackca797882007-05-11 14:45:53 +0000840Fri May 11 22:45:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
841
842 * xpath.c: enhanced the coding for xmlXPathCastNumberToString
843 in order to produce the required number of significant digits
844 (bug #437179)
845
Daniel Veillardf6cf57a2007-05-09 23:53:30 +0000846Thu May 10 01:52:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
847
848 * list.c: applied patch to fix xmlListAppend() from
Daniel Veillard25a1ce92008-06-02 16:04:12 +0000849 Georges-André SILBER
Daniel Veillardf6cf57a2007-05-09 23:53:30 +0000850 * valid.c: also fix the place wher it was called.
851
Daniel Veillard1ca1be22007-05-02 16:50:03 +0000852Wed May 2 18:47:33 CEST 2007 Daniel Veillard <daniel@veillard.com>
853
854 * parser.c: tried to fix an error problem on entity content failure
855 reported by Michael Day
856
Daniel Veillardc51f51c2007-05-02 16:25:45 +0000857Wed May 2 18:23:35 CEST 2007 Daniel Veillard <daniel@veillard.com>
858
859 * configure.in: typo patch from Bjorn Reese
860
Daniel Veillard491e58e2007-05-02 16:15:18 +0000861Wed May 2 18:12:58 CEST 2007 Daniel Veillard <daniel@veillard.com>
862
863 * HTMLparser.c: applied patch from Michael Day to add support for
864 <embed>
865
Daniel Veillard4d1320f2007-04-26 08:55:33 +0000866Thu Apr 26 10:58:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
867
868 * HTMLparser.c: Jean-Daniel Dupas pointed a couple of problems
869 in htmlCreateDocParserCtxt.
870
Daniel Veillarda1413b82007-04-26 08:33:28 +0000871Thu Apr 26 10:36:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
872
873 * uri.c include/libxml/uri.h: patch from Richard Jones to save
874 the query part in raw form.
Daniel Veillard63cf1b92007-04-26 08:45:23 +0000875 * libxml2-python-api.xml: also added accessor for the python bindings
Daniel Veillarda1413b82007-04-26 08:33:28 +0000876
Daniel Veillardcb4284e2007-04-25 13:55:20 +0000877Wed Apr 25 15:57:32 CEST 2007 Daniel Veillard <daniel@veillard.com>
878
879 * xstc/Makefile.am doc/examples/Makefile.am Makefile.am: applied
880 patch from Richard Jones to for the silent flag on valgrind
881 when doing "make valgrind"
882 * xmlregexp.c: raise a regexp error when '\' is misused to escape
883 a standard character.
884
Daniel Veillardc9923322007-04-24 18:12:06 +0000885Tue Apr 24 20:15:14 CEST 2007 Daniel Veillard <daniel@veillard.com>
886
887 * tree.c: Richard Jones reported xmlBufferAdd (buf, "", -1), fixing it
888
Daniel Veillarda44294f2007-04-24 08:57:54 +0000889Tue Apr 24 10:59:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
890
891 * uri.c: fix xmlURIUnescapeString comments which was confusing
892
Daniel Veillard509ed2a2007-04-18 07:51:50 +0000893Wed Apr 18 09:52:25 CEST 2007 Daniel Veillard <daniel@veillard.com>
894
895 * include/win32config.h libxml.h: new patch from Andreas Stricke to
896 better integrate support for Windows CE
897
Daniel Veillard39bcf942007-04-17 14:47:05 +0000898Tue Apr 17 16:50:12 CEST 2007 Daniel Veillard <daniel@veillard.com>
899
900 * doc/* configure.in NEWS: release of libxml2 2.6.28
901
Daniel Veillard59d3ed82007-04-17 12:44:58 +0000902Tue Apr 17 14:47:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
903
904 * catalog.c libxml.h win32/wince/wincecompat.h win32/wince/wincecompat.c
905 xmlIO.c nanohttp.c nanoftp.c trio.c triostr.c triostr.h: applied
906 patch from Andreas Stricke to ease the compilation on Windows CE
907
Daniel Veillarded121382007-04-17 12:33:19 +0000908Tue Apr 17 14:34:45 CEST 2007 Daniel Veillard <daniel@veillard.com>
909
910 * xmllint.c catalog.c: "xmllint unusable on win32" so applied
911 a libxml2 patch from Christian Ehrlicher
912
Daniel Veillard42720242007-04-16 07:02:31 +0000913Mon Apr 16 09:05:01 CEST 2007 Daniel Veillard <daniel@veillard.com>
914
915 * HTMLparser.c: change the way script/style are parsed to
916 not try to detect comments, reported by Mike Day
917 * result/HTML/doc3.*: affects the result of that test
918
William M. Brack56578372007-04-11 14:33:46 +0000919Wed Apr 11 22:38:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
920
921 * xmlregexp.c: small enhancement for quantifier range with
922 min occurs of 0; fixes bug 425542.
923
Daniel Veillardbd672bc2007-03-30 12:39:25 +0000924Fri Mar 30 14:41:57 CEST 2007 Daniel Veillard <daniel@veillard.com>
925
926 * xmlIO.c: applied change from Michael Day to avoid a problem when
927 compiled without zlib support.
928
Daniel Veillard7ef51692007-03-21 16:47:12 +0000929Wed Mar 21 17:58:13 CET 2007 Daniel Veillard <daniel@veillard.com>
930
931 * include/libxml/xpath.h: applied documentation patch from James Dennett
932
William M. Bracka9cbf282007-03-21 13:16:33 +0000933Wed Mar 21 21:20:48 HKT 2007 William Brack <wbrack@mmm.com.hk>
934
935 * xmlregexp.c: fixed problem with 0x2d in Char Range (bug #420596)
936 * test/regexp/bug420596, result/regexp/bug420596: added regression
937 test for this
938
William M. Bracke978ae22007-03-21 06:16:02 +0000939Wed Mar 21 14:23:08 HKT 2007 William Brack <wbrack@mmm.com.hk>
940
941 * HTMLparser.c: fixed memory access error on parsing of meta data
942 which had errors (bug #382206). Also cleaned up a few warnings
943 by adding some additional DECL macros.
944
Daniel Veillardbd444842007-03-20 08:47:29 +0000945Tue Mar 20 09:58:13 CET 2007 Daniel Veillard <daniel@veillard.com>
946
Daniel Veillard25a1ce92008-06-02 16:04:12 +0000947 * nanoftp.c: applied patch from Björn Wiberg to try to fix again
Daniel Veillardbd444842007-03-20 08:47:29 +0000948 the silly __ss_familly problem on various AIXes, should fix #420184
949
William M. Brack0c1e3012007-03-14 12:40:21 +0000950Wed Mar 14 20:30:38 HKT 2007 William Brack <wbrack@mmm.com.hk>
951
952 * configure.in: corrected small error in last commit
953 * xmlreader.c: corrected small typo in last commit
954
William M. Brack06559b32007-03-14 09:34:15 +0000955Wed Mar 14 19:35:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
956
957 * xmlschemas.c: fixed problem with referenced attribute groups
958 (bug #417621)
959 * configure.in: re-ordered some includes for types.h / socket.h
960 (bug #416001)
961
Daniel Veillarda9c56772007-03-09 16:59:05 +0000962Fri Mar 9 17:54:40 CET 2007 Daniel Veillard <daniel@veillard.com>
963
964 * xmlreader.c: applied patch from Julien Reichel cleaning up mode
965 and state internal flags mixups
966
William M. Brackee0b9822007-03-07 08:15:01 +0000967Wed Mar 7 16:18:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
968
969 * xpath.c: fixed xmlXPathCmpNodes for incorrect result on certain
970 cases when comparing identical nodes (bug #415567) with patch
971 from Oleg Paraschenko
972
William M. Brack7a12e572007-02-16 17:11:09 +0000973Fri Feb 16 09:13:38 PST 2007 William Brack <wbrack@mmm.com.hk>
974
975 * python/libxml.py: fixed tab problem with patch from
976 Andreas Hanke (bug #408626)
977
978Thu Feb 15 12:43:28 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack43a87292007-02-15 20:41:02 +0000979
980 * doc/xml.html: Changed all references to libxml2 CVS over to
981 the corresponding SVN. A few other spelling/grammar/links
982 also changed.
983 * doc/libxml2-api.xml, doc/*.html: Regenerated all docs.
984
William M. Brack0bcec062007-02-14 02:15:19 +0000985Tue Feb 13 18:15:58 PST 2007 William Brack <wbrack@mmm.com.hk>
986
987 * xpath.c: Fixed memory bug with invalid function reported by
988 Francois Delyon on mailing list
989
William M. Brack53ce98c2007-02-13 00:37:20 +0000990Mon Feb 12 16:40:48 PST 2007 William Brack <wbrack@mmm.com.hk>
991
992 * xinclude.c: fixed problem with invalid char encountered
993 during text include (reported on xslt mailing list)
994
Daniel Veillardfde5b0b2007-02-12 17:31:53 +0000995Mon Feb 12 18:30:01 CET 2007 Daniel Veillard <daniel@veillard.com>
996
997 * Makefile.am: small cleanup to avoid packaging .svn
998 * libxml.h threads.c parser.c: applied patch to avoid a problem
999 in concurrent threaded initialization fix from Ted Phelps
1000
William M. Brackd46c1ca2007-02-08 23:34:34 +00001001Thu Feb 08 15:35:18 PST 2007 William Brack <wbrack@mmm.com.hk>
1002
1003 * parser.c: added a GROW when parsing complex comments (bug #405666)
1004 * gentest.py, testapi.c: added a hack to prevent destruction of any
1005 param with 'destroy' in it's description (i.e. param destroyed by
1006 the routine under test, so shouldn't be destroyed by testapi)
1007 * xmlreader.c: added freeing of 'input' param even on error
1008 (fixes leak detected by testapi)
1009
William M. Brackc1099be2007-01-31 18:38:56 +00001010Wed Jan 31 10:25:38 PST 2007 William Brack <wbrack@mmm.com.hk>
1011
1012 * testAutomata.c, testRegexp.c, testThreads.c, testThreadsWin32.c,
1013 xmlwriter.c: repositioned #include for libxml.h to avoid
1014 compilation error on some architectures (bug #398277)
1015 * fixed screwed-up ChangeLog (deleted some duplicate entries)
1016
William M. Brack72239ba2007-01-31 18:25:12 +00001017Fri Jan 26 00:05:18 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack22242272007-01-27 07:59:37 +00001018
Daniel Veillard25a1ce92008-06-02 16:04:12 +00001019 * implemented patch from Stéphane Bidoul for uri.c (bug #389767)
William M. Brack22242272007-01-27 07:59:37 +00001020
William M. Brack72239ba2007-01-31 18:25:12 +00001021Thu Jan 25 11:15:08 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack11be2d02007-01-24 19:17:19 +00001022
1023 * xpath.c: added checks for alloc fail on calls to
1024 xmlXPathNewContext (libxslt bug #400242)
1025
1026Thu Jan 11 15:38:08 PST 2007 William Brack <wbrack@mmm.com.hk>
1027
1028 * Re-generated the documentation (API chunks 27-29 were missing)
1029 (also causes changes to testapi.c, elfgcchack.h and
1030 win32/libxml2.def.src)
1031
1032Tue Jan 9 22:24:26 CET 2007 Daniel Veillard <daniel@veillard.com>
1033
1034 * python/libxml.c: fix a memory leak in the python string handling
1035 when SAX event are passed back to the python handlers
1036
1037Thu Jan 4 18:27:49 CET 2007 Daniel Veillard <daniel@veillard.com>
1038
1039 * xmlreader.c: fix xmlTextReaderSetup() description
1040 * test/relaxng/empty1.rng test/relaxng/comps_0.xml
1041 test/relaxng/empty1_0.xml test/relaxng/comps.rng
1042 test/relaxng/empty0.rng test/relaxng/empty0_0.xml
1043 test/relaxng/empty1_1.xml: tests which were apparently
1044 never commited to CVS
1045
1046Wed Jan 3 16:05:21 PST 2007 Aleksey Sanin <aleksey@aleksey.com>
1047
1048 * xmlreader.c include/libxml/xmlreader.h win32/libxml2.def.src:
1049 expose xmlTextReaderSetup() function
1050
1051Wed Jan 3 16:14:13 CET 2007 Daniel Veillard <daniel@veillard.com>
1052
1053 * configure.in: adapt the extra versioning code to SVN
1054
1055Thu Dec 14 16:52:34 CET 2006 Daniel Veillard <daniel@veillard.com>
1056
1057 * python/generator.py python/libxml.py: apparently id() sometimes
1058 generate negative values and %X outputs -XXXX :-(
1059
1060Mon Dec 4 10:30:25 CET 2006 Daniel Veillard <daniel@veillard.com>
1061
1062 * parser.c include/libxml/tree.h: patch from Michael Day on standalone
1063 and XML declaration detection, and associated documentation change
1064
1065Mon Dec 4 10:27:01 CET 2006 Daniel Veillard <daniel@veillard.com>
1066
1067 * xinclude.c: another XInclude user data propagation patch from
1068 Michael Day
1069
1070Thu Nov 23 17:22:03 CET 2006 Daniel Veillard <daniel@veillard.com>
1071
1072 * HTMLparser.c: applied patch from Steven Rainwater to fix
1073 UTF8ToHtml behaviour on code points which are not mappable to
1074 predefined HTML entities, fixes #377544
1075
1076Thu Nov 23 17:11:23 CET 2006 Daniel Veillard <daniel@veillard.com>
1077
1078 * xpath.c: fixed a bug where the principal node type of an axis
1079 wasn't tested on name check, fixes bug #377432
1080
1081Wed Nov 8 10:19:27 CET 2006 Daniel Veillard <daniel@veillard.com>
1082
1083 * HTMLparser.c: change htmlCtxtReset() following Michael Day bug
1084 report and suggestion.
1085
1086Mon Nov 6 09:56:41 CET 2006 Daniel Veillard <daniel@veillard.com>
1087
1088 * uri.c: applied patch from Igor for path conversion on Windows
1089
1090Thu Nov 2 11:29:17 CET 2006 Daniel Veillard <daniel@veillard.com>
1091
1092 * xmlregexp.c: another small change on the algorithm for the
1093 elimination of epsilon transitions, should help on #362989 too
1094
1095Wed Nov 1 16:33:10 CET 2006 Daniel Veillard <daniel@veillard.com>
1096
1097 * tree.c: applied documentation patches from Markus Keim
1098 * xmlregexp.c: fixed one bug and added a couple of optimisations
1099 while working on bug #362989
1100
1101Fri Oct 27 14:54:07 CEST 2006 Daniel Veillard <daniel@veillard.com>
1102
1103 * HTMLparser.c: applied a reworked version of Usamah Malik patch
1104 to avoid growing the parser stack in some autoclose cases, should
1105 fix #361221
1106
1107Thu Oct 26 10:54:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
1108
1109 * xpath.c: William spotted an obvious bug
1110
1111Wed Oct 25 18:04:50 CEST 2006 Daniel Veillard <daniel@veillard.com>
1112
1113 * NEWS configure.in testapi.c doc//*: preparing release of
1114 libxml2-2.6.27
1115 * include/libxml/tree.h: fix a small problem with preproc flags
1116
1117Fri Oct 20 14:55:47 CEST 2006 Daniel Veillard <daniel@veillard.com>
1118
1119 * tree.c: fix comment for xmlDocSetRootElement c.f. #351981
1120 * xmllint.c: order XPath elements when using --shell
1121
1122Tue Oct 17 23:23:26 CEST 2006 Daniel Veillard <daniel@veillard.com>
1123
1124 * xmlregexp.c: applied fix from Christopher Boumenot for bug
1125 #362714 on regexps missing ']'
1126
1127Tue Oct 17 22:32:42 CEST 2006 Daniel Veillard <daniel@veillard.com>
1128
1129 * parserInternals.c: applied patch from Marius Konitzer to avoid
1130 leaking in xmlNewInputFromFile() in case of HTTP redirection
1131
1132Tue Oct 17 22:19:02 CEST 2006 Daniel Veillard <daniel@veillard.com>
1133
1134 * HTMLparser.c: fix one problem found in htmlCtxtUseOptions()
1135 and pointed in #340591
1136
1137Tue Oct 17 22:04:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
1138
1139 * HTMLparser.c: fixed teh 2 stupid bugs affecting htmlReadDoc() and
1140 htmlReadIO() this should fix #340322
1141
1142Tue Oct 17 21:39:23 CEST 2006 Daniel Veillard <daniel@veillard.com>
1143
1144 * xpath.c: applied patch from Olaf Walkowiak which should fix #334104
1145
1146Tue Oct 17 18:12:34 CEST 2006 Daniel Veillard <daniel@veillard.com>
1147
1148 * HTMLparser.c: fixing HTML minimized attribute values to be generated
1149 internally if not present, fixes bug #332124
1150 * result/HTML/doc2.htm.sax result/HTML/doc3.htm.sax
1151 result/HTML/wired.html.sax: this affects the SAX event strem for
1152 a few test cases
1153
1154Tue Oct 17 17:56:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
1155
1156 * HTMLparser.c: fixing HTML entities in attributes parsing bug #362552
1157 * result/HTML/entities2.html* test/HTML/entities2.html: added to
1158 the regression suite
1159
1160Tue Oct 17 01:21:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
1161
1162 * xmllint.c: started to switch xmllint to use xmlSaveDoc to test
1163 #342556
1164 * xmlsave.c: fixed #342556 easy and a whole set of problems with
1165 encodings, BOM and xmlSaveDoc()
1166
1167Mon Oct 16 15:14:53 CEST 2006 Daniel Veillard <daniel@veillard.com>
1168
1169 * HTMLparser.c: fix #348252 if the document clains to be in a
1170 different encoding in the meta tag and it's obviously wrong,
1171 don't screw up the end of the content.
1172
1173Mon Oct 16 11:32:09 CEST 2006 Daniel Veillard <daniel@veillard.com>
1174
1175 * HTMLparser.c: fix a chunking and script bug #347708
1176
1177Mon Oct 16 09:51:05 CEST 2006 Daniel Veillard <daniel@veillard.com>
1178
1179 * HTMLparser.c: remove a warning
1180 * encoding.c: check with uppercase for AIX iconv() should fix #352644
1181 * doc/examples/Makefile.am: partially handle one bug report
1182
1183Sun Oct 15 22:31:42 CEST 2006 Daniel Veillard <daniel@veillard.com>
1184
1185 * parser.c: fix the patch for unreproductable #343000 but
1186 also fix a line/column keeping error
1187 * result/errors/attr1.xml.err result/errors/attr2.xml.err
1188 result/errors/name.xml.err result/errors/name2.xml.err
1189 result/schemas/anyAttr-processContents-err1_0_0.err
1190 result/schemas/bug312957_1_0.err: affected lines in error output
1191 of the regression tests
1192
1193Sat Oct 14 10:46:46 CEST 2006 Daniel Veillard <daniel@veillard.com>
1194
1195 * tree.c: fixing bug #344390 with xmlReconciliateNs
1196
1197Sat Oct 14 00:31:49 CEST 2006 Daniel Veillard <daniel@veillard.com>
1198
1199 * xmllint.c: added --html --memory to test htmlReadMemory to
1200 test #321632
1201 * HTMLparser.c: added various initialization calls which may help
1202 #321632 but not conclusive
1203 * testapi.c tree.c include/libxml/tree.h: fixed compilation with
1204 --with-minimum --with-sax1 and --with-minimum --with-schemas
1205 fixing #326442
1206
1207Fri Oct 13 18:30:55 CEST 2006 Daniel Veillard <daniel@veillard.com>
1208
1209 * relaxng.c: fix a Relax-NG bug related to element content processing,
1210 fixes bug #302836
1211 * test/relaxng/302836.rng test/relaxng/302836_0.xml
1212 result/relaxng/302836*: added to regression tests
1213
1214Fri Oct 13 14:42:44 CEST 2006 Daniel Veillard <daniel@veillard.com>
1215
1216 * parser.c: fix a problem in xmlSplitQName resulting in bug #334669
1217
1218Fri Oct 13 12:27:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
1219
1220 * parser.c: fixed xmlIOParseDTD handling of @input in error case,
1221 Should fix #335085
1222 * testapi.c: reset the http_proxy env variable to not waste time
1223 on regression tests
1224
1225Thu Oct 12 23:07:43 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1226
1227 * xmlIO.c: fix Windows compile - missing xmlWrapOpen.
1228
1229Thu Oct 12 18:21:18 CEST 2006 Daniel Veillard <daniel@veillard.com>
1230
1231 * parser.c: fixed the heuristic used when trying to detect mixed-content
1232 elememts if the parser wants to treat ignorable whitespaces
1233 in a non-standard way, should fix bug #300263
1234
1235Thu Oct 12 14:52:38 CEST 2006 Daniel Veillard <daniel@veillard.com>
1236
1237 * parser.c: fix a first arg error in SAX callback pointed out by
1238 Mike Hommey, and another one still hanging around. Should fix #342737
1239
1240Wed Oct 11 23:11:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1241
1242 * include/libxml/xmlversion.h.in: fix comment on versions
1243 * xmlmemory.c: do not spend too much time digging in dumped memory
1244
1245Wed Oct 11 18:40:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
1246
1247 * valid.c: fixed a weird error where validity context whould not
1248 show up if warnings were disabled pointed out by Bob Stayton
1249 * xmlIO.c doc/generator.py: cleanup and fix to regenerate the docs
1250 * doc//* testapi.c: rebuilt the docs
1251
1252Wed Oct 11 14:32:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
1253
1254 * libxml-2.0.pc.in: applied patch from Mikhail Zabaluev to separate
1255 library flags for shared and static builds, fixes #344594. If this
1256 bites you, use xml2-config.
1257
1258Wed Oct 11 11:27:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
1259
1260 * python/Makefile.am: remove the build path recorded in the python
1261 shared module as Peter Breitenlohner pointed out, should fix #346022
1262
1263Wed Oct 11 11:14:51 CEST 2006 Daniel Veillard <daniel@veillard.com>
1264
1265 * xmlIO.c: applied patch from Mikhail Zabaluev fixing the conditions
1266 of unescaping from URL to filepath, should fix #344588.
1267
1268Wed Oct 11 10:24:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1269
1270 * configure.in xstc/Makefile.am: applied patch from Peter Breitenlohner
1271 for wget detection and fix of a Python path problem, should fix
1272 #340993
1273
1274Tue Oct 10 22:02:29 CEST 2006 Daniel Veillard <daniel@veillard.com>
1275
1276 * include/libxml/entities.h entities.c SAX2.c parser.c: trying to
1277 fix entities behaviour when using SAX, had to extend entities
1278 content and hack on the entities processing code, but that should
1279 fix the long standing bug #159219
1280
1281Tue Oct 10 14:36:18 CEST 2006 Daniel Veillard <daniel@veillard.com>
1282
1283 * uri.c include/libxml/uri.h: add a new function xmlPathToUri()
1284 to provide a clean conversion when setting up a base
1285 * SAX2.c tree.c: use said function when setting up doc->URL
1286 or using the xmlSetBase function. Should fix #346261
1287
1288Tue Oct 10 11:05:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
1289
1290 * xmlIO.c: applied a portability patch from Emelyanov Alexey
1291
1292Tue Oct 10 10:52:01 CEST 2006 Daniel Veillard <daniel@veillard.com>
1293
1294 * parser.c: applied and slightly modified a patch from Michael Day to
1295 keep _private in the parser context when parsing external entities
1296
1297Tue Oct 10 10:33:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
1298
1299 * python/libxml.py python/types.c: applied patch from Ross Reedstrom,
1300 Brian West and Stefan Anca to add XPointer suport to the Python bindings
1301
1302Fri Sep 29 11:13:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
1303
1304 * xmlsave.c: fixed a comment
1305 * xinclude.c include/libxml/xinclude.h: applied a patch from Michael Day
1306 to add a new function providing the _private field for the generated
1307 parser contexts xmlXIncludeProcessFlagsData()
1308
1309Thu Sep 21 10:36:11 CEST 2006 Daniel Veillard <daniel@veillard.com>
1310
1311 * xmlIO.c: applied patch from Michael Day doing some refactoring
1312 for the catalog entity loaders.
1313
1314Thu Sep 21 08:53:06 CEST 2006 Daniel Veillard <daniel@veillard.com>
1315
1316 * HTMLparser.c include/libxml/HTMLparser.h: exports htmlNewParserCtxt()
1317 as Michael Day pointed out this is needed to use htmlCtxtRead*()
1318
1319Tue Sep 19 14:42:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
1320
1321 * parser.c: applied patch from Ben Darnell on #321545, I could not
1322 reproduce the problem but 1/ this is safe 2/ it's better to be safe.
1323
1324Sat Sep 16 16:02:23 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1325
1326 * tree.c: xmlTextConcat works with comments and PI nodes (bug #355962).
1327 * parser.c: fix resulting tree corruption when using XML namespace
1328 with existing doc in xmlParseBalancedChunkMemoryRecover.
1329
1330Fri Sep 1 11:52:55 CEST 2006 Daniel Veillard <daniel@veillard.com>
1331
1332 * xmlIO.c: another patch from Emelyanov Alexey to clean up a few things
1333 in the previous patch.
1334
1335Wed Aug 30 15:10:09 CEST 2006 Daniel Veillard <daniel@veillard.com>
1336
1337 * xmlIO.c: applied patch from Roland Schwingel to fix the problem
1338 with file names in UTF-8 on Windows, and compat on older win9x
1339 versions.
1340
1341Tue Aug 22 16:51:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
1342
1343 * valid.c: fixed a bug #203125 in Red hat bugzilla, crashing PHP4
1344 on validation errors, the heuristic to guess is a vctxt user
1345 pointer is the parsing context was insufficient.
1346
1347Mon Aug 21 10:40:10 CEST 2006 Daniel Veillard <daniel@veillard.com>
1348
1349 * doc/xmlcatalog.1 doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.xml:
1350 applied patch to man pages from Daniel Leidert and regenerated
1351
1352Thu Aug 17 00:48:31 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1353
1354 * xmlwriter.c: Add a document to the xmlwriter structure and
1355 pass document when writing attribute content for encoding support.
1356
1357Wed Aug 16 01:15:12 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1358
1359 * HTMLtree.c xmlsave.c: Add linefeeds to error messages allowing
1360 for consistant handling.
1361
1362Tue Aug 15 15:02:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1363
1364 * xpath.c: Applied the proposed fix for the documentation
1365 of xmlXPathCastToString(); see bug #346202.
1366
1367Tue Aug 15 14:49:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1368
1369 * xmlschemas.c: While investigating bug #350247, I noticed
1370 that xmlSchemaIDCMatcher structs are massively recreated
1371 although only a maximum of 3 structs is used at the same
1372 time; added a cache for those structures to the
1373 validation context.
1374
1375Sat Aug 12 16:12:53 CEST 2006 Daniel Veillard <daniel@veillard.com>
1376
1377 * xmlschemas.c: applied patch from Marton Illes to fix an allocation
1378 bug in xmlSchemaXPathEvaluate should close #351032
1379
1380Mon Aug 7 13:08:46 CEST 2006 Daniel Veillard <daniel@veillard.com>
1381
1382 * xmlschemas.c: applied patch from Bertrand Fritsch to fix a bug in
1383 xmlSchemaClearValidCtxt
1384
1385Fri Aug 4 14:50:41 CEST 2006 Daniel Veillard <daniel@veillard.com>
1386
1387 * python/generator.py: fixed the conversion of long parameters
1388
1389Thu Jul 13 15:03:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1390
1391 * xmlsave.c: Removed the automatic generation of CDATA sections
1392 for the content of the "script" and "style" elements when
1393 serializing XHTML. The issue was reported by Vincent Lefevre,
1394 bug #345147.
1395 * result/xhtml1 result/noent/xhtml1: Adjusted regression test
1396 results due to the serialization change described above.
1397
1398Thu Jul 13 08:32:21 CEST 2006 Daniel Veillard <daniel@veillard.com>
1399
1400 * configure.in parser.c xmllint.c include/libxml/parser.h
1401 include/libxml/xmlversion.h.in: applied patch from Andrew W. Nosenko
1402 to expose if zlib support was compiled in, in the header, in the
1403 feature API and in the xmllint --version output.
1404
1405Thu Jul 13 08:24:14 CEST 2006 Daniel Veillard <daniel@veillard.com>
1406
1407 * SAX2.c: refactor to use normal warnings for entities problem
1408 and not straight SAX callbacks.
1409
1410Wed Jul 12 17:13:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1411
1412 * xmlschemas.c: Fixed bug #347316, reported by David Belius:
1413 The simple type, which was the content type definition
1414 of a complex type, which in turn was the base type of a
1415 extending complex type, was missed to be set on this
1416 extending complex type in the derivation machinery.
1417
1418Mon Jul 3 13:36:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1419
1420 * xpath.c: Changed xmlXPathCollectAndTest() to use
1421 xmlXPathNodeSetAddNs() when adding a ns-node in case of
1422 NODE_TEST_TYPE (the ns-node was previously added plainly
1423 to the list). Since for NODE_TEST_ALL and NODE_TEST_NAME
1424 this specialized ns-addition function was already used,
1425 I assume it was missed to be used with NODE_TEST_TYPE.
1426
1427Mon Jul 3 10:57:33 CEST 2006 Daniel Veillard <daniel@veillard.com>
1428
1429 * HTMLparser.c: applied const'ification of strings patch from
1430 Matthias Clasen
1431
1432Thu Jun 29 13:51:12 CEST 2006 Daniel Veillard <daniel@veillard.com>
1433
1434 * threads.c: patch from Andrew W. Nosenko, xmlFreeRMutex forgot to
1435 destroy the condition associated to the mutex.
1436
1437Thu Jun 29 12:48:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1438
1439 * xpath.c: Fixed a double-free in xmlXPathCompOpEvalToBoolean(),
1440 revealed by a Libxslt regression test.
1441
1442Thu Jun 29 12:28:07 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1443
1444 * xpath.c: Enhanced xmlXPathCompOpEvalToBoolean() to be also
1445 usable outside predicate evaluation; the intention is to
1446 use it via xmlXPathCompiledEvalToBoolean() for XSLT tests,
1447 like in <xsl:if test="/foo">.
1448
1449Wed Jun 28 19:11:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1450
1451 * xpath.c: Fix a memory leak which occurred when using
1452 xmlXPathCompiledEvalToBoolean().
1453
1454Mon Jun 26 17:24:28 UTC 2006 William Brack <wbrack@mmm.com.hk>
1455
1456 * python/libxml.c, python/libxml.py, python/tests/compareNodes.py,
1457 python/tests/Makefile.am:
1458 Added code submitted by Andreas Pakulat to provide node
1459 equality, inequality and hash functions, plus a single
1460 test program to check the functions (bugs 345779 + 345961).
1461
1462Mon Jun 26 18:38:51 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1463
1464 * xpath.c: Added xmlXPathCompiledEvalToBoolean() to the API and
1465 adjusted/added xmlXPathRunEval(), xmlXPathRunStreamEval(),
1466 xmlXPathCompOpEvalToBoolean(), xmlXPathNodeCollectAndTest()
1467 to be aware of a boolean result request. The new function
1468 is now used to evaluate predicates.
1469
1470Mon Jun 26 16:22:50 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1471
1472 * xpath.c: Fixed an bug in xmlXPathCompExprAdd(): the newly
1473 introduced field @rewriteType on xmlXPathStepOp was not
1474 initialized to zero here; this could lead to the activation
1475 of the axis rewrite code in xmlXPathNodeCollectAndTest() when
1476 @rewriteType is randomly set to the value 1. A test
1477 (hardcoding the intial value to 1) revealed that the
1478 resulting incorrect behaviour is similar to the behaviour
1479 as described by Arnold Hendriks on the mailing list; so I
1480 hope that will fix the issue.
1481
1482Fri Jun 23 18:26:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1483
1484 * xpath.c: Fixed an error in xmlXPathEvalExpr(), which
1485 was introduced with the addition of the d-o-s rewrite
1486 and made xpath.c unable to compile if XPATH_STREAMING
1487 was not defined (reported by Kupriyanov Anatolij -
1488 #345752). Fixed the check for d-o-s rewrite
1489 to work on the correct XPath string, which is ctxt->base
1490 and not comp->expr in this case.
1491
1492Mon Jun 19 12:23:41 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1493
1494 * xpath.c: Added optimization for positional predicates
1495 (only short-hand form "[n]"), which have a preceding
1496 predicate: "/foo[descendant::bar][3]".
1497
1498Sun Jun 18 20:59:02 EDT 2006 Daniel Veillard <daniel@veillard.com>
1499
1500 * parser.c: try to fix the crash raised by the parser in
1501 recover mode as pointed by Ryan Phillips
1502
1503Sun Jun 18 18:44:56 EDT 2006 Daniel Veillard <daniel@veillard.com>
1504
1505 * python/types.c: patch from Nic Ferrier to provide a better type
1506 mapping from XPath to python
1507
1508Sun Jun 18 18:35:50 EDT 2006 Daniel Veillard <daniel@veillard.com>
1509
1510 * runtest.c: applied patch from Boz for VMS and reporting
1511 Schemas errors.
1512
1513Sun Jun 18 18:22:25 EDT 2006 Daniel Veillard <daniel@veillard.com>
1514
1515 * testapi.c: applied patch from Felipe Contreras when compiling
1516 with --with-minimum
1517
1518Fri Jun 16 21:37:44 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1519
1520 * tree.c include/libxml/tree.h: Fixed a bug in
1521 xmlDOMWrapAdoptNode(); the tree traversal stopped if the
1522 very first given node had an attribute node :-( This was due
1523 to a missed check in the traversal mechanism.
1524 Expanded the xmlDOMWrapCtxt: it now holds the namespace map
1525 used in xmlDOMWrapAdoptNode() and xmlDOMWrapCloneNode() for
1526 reusal; so the map-items don't need to be created for every
1527 cloning/adoption. Added a callback function to it for
1528 retrieval of xmlNsPtr to be set on node->ns; this is needed
1529 for my custom handling of ns-references in my DOM wrapper.
1530 Substituted code which created the XML namespace decl on
1531 the doc for a call to xmlTreeEnsureXMLDecl(). Removed
1532 those nastly "warnigns" from the docs of the clone/adopt
1533 functions; they work fine on my side.
1534
1535Mon Jun 12 13:23:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1536
1537 * result/pattern/namespaces: Adjusted the result of a
1538 regression test, since the fix of xmlGetNodePath() revealed a
1539 bug in this test result.
1540
1541Mon Jun 12 13:06:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1542
1543 * tree.c: Got rid of a compiler warning in xmlGetNodePath().
1544
1545Mon Jun 12 12:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1546
1547 * tree.c: Fixed xmlGetNodePath() to generate the node test "*"
1548 for elements in the default namespace, rather than generating
1549 an unprefixed named node test and loosing the namespace
1550 information.
1551
1552Fri Jun 9 21:45:02 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1553
1554 * include/libxml/parser.h: Clarified in the docs that the tree
1555 must not be tried to be modified if using the parser flag
1556 XML_PARSE_COMPACT as suggested by Stefan Behnel
1557 (#344390).
1558
1559Tue Jun 6 17:50:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
1560
1561 * configure.ini NEWS doc//* libxml.spec.in : preparing release of 2.6.26
1562
1563Tue Jun 6 17:25:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1564
1565 * xpath.c: Fixed self-invented a segfault in xmlXPathCtxtCompile(),
1566 when the expression was not valid and @comp was NULL and I
1567 tried to do the d-o-s rewrite.
1568
1569Tue Jun 6 15:19:57 CEST 2006 Daniel Veillard <daniel@veillard.com>
1570
1571 * configure.ini NEWS doc//* libxml.spec.in : preparing release of 2.6.25
1572
1573Tue Jun 6 11:28:15 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1574
1575 * xpath.c: Enabled the compound traversal again; I added a
1576 check to use this only if the have an expression starting
1577 with the document node; so in the case of "//foo", we
1578 already know at compilation-time, that there will be only
1579 1 initial context node. Added the rewrite also to
1580 xmlXPathEvalExpr().
1581
1582Tue Jun 6 10:23:10 CEST 2006 Daniel Veillard <daniel@veillard.com>
1583
1584 * xinclude.c: fix bug #343968, include='text' can't lead to a
1585 recursion.
1586
1587Fri Jun 2 22:47:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1588
1589 * xpath.c: Disabled the compound traversal for the release;
1590 I need first to assure that this is done only if we have
1591 1 initial node.
1592
1593Wed May 31 13:53:41 PST 2006 Aleksey Sanin <aleksey@aleksey.com>
1594
1595 * xpath.c: fixed memory leak in xpath error reporting
1596
1597Wed May 31 15:30:16 CEST 2006 Daniel Veillard <daniel@veillard.com>
1598
1599 * libxml.h triodef.h: applied patch from Olli Savia for LynxOS
1600
1601Wed May 31 14:33:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1602
1603 * xpath.c include/libxml/xpath.h runsuite.c:
1604 Changed the name of the recently added public function
1605 xmlXPathContextSetObjectCache() to
1606 xmlXPathContextSetCache(); so a more generic one, in
1607 case we decide to cache more things than only XPath
1608 objects.
1609
1610Tue May 30 21:36:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1611
1612 * xpath.c: Optimized xmlXPathNodeCollectAndTest() and
1613 xmlXPathNodeCollectAndTestNth() to evaluate a compound
1614 traversal of 2 axes when we have a "//foo" expression.
1615 This is done with a rewrite of the XPath AST in
1616 xmlXPathRewriteDOSExpression(); I added an additional field
1617 to xmlXPathStepOp for this (but the field's name should be
1618 changed). The mechanism: the embracing descendant-or-self
1619 axis traversal (also optimized to return only nodes which
1620 can hold elements), will produce context nodes for the
1621 inner traversal of the child axis. This way we avoid a full
1622 node-collecting traversal of the descendant-or-self axis.
1623 Some tests indicate that this can reduce execution time of
1624 "//foo" to 50%. Together with the XPath object cache this
1625 all significantly speeds up libxslt.
1626
1627Tue May 30 11:38:47 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1628
1629 * xmlschemas.c: A warning will now be reported in the value of
1630 the XSD attribute 'schemaLocation' does not consist of tuples
1631 (namespace-name, document-URI). A warning will be reported
1632 if a schema document could not be found at the specified
1633 location (via 'schemaLocation' or
1634 'noNamespaceSchemaLocation').
1635 * include/libxml/xmlerror.h: Added XML_SCHEMAV_MISC to
1636 xmlParserErrors.
1637
1638Tue May 30 11:21:34 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1639
1640 * xpath.c: Enhanced xmlXPathNodeCollectAndTest() to avoid
1641 recreation (if possible) of the node-set which is used to
1642 collect the nodes in the current axis for the currect context
1643 node. Especially for "//foo" this will decrease dramatically
1644 the number of created node-sets, since for each node in the
1645 result node-set of the evaluation of descendant-or-self::node()
1646 a new temporary node-set was created. Added node iterator
1647 xmlXPathNextChildElement() as a tiny optimization for
1648 child::foo.
1649
1650Mon May 29 18:06:17 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1651
1652 * xpath.c include/libxml/xpath.h: Added an XPath object cache.
1653 It sits on an xmlXPathContext and need to be explicitely
1654 activated (or deactivated again) with
1655 xmlXPathContextSetObjectCache(). The cache consists of 5
1656 lists for node-set, string, number, boolean and misc XPath
1657 objects. Internally the xpath.c module will use object-
1658 deposition and -acquisition functions which will try to reuse
1659 as many XPath objects as possible, and fallback to normal
1660 free/create behaviour if no cache is available or if the cache
1661 is full.
1662 * runsuite.c: Adjusted to deactivate the cache for XML Schema
1663 tests if a cache-creation is turned on by default for the whole
1664 library, e.g. for testing purposes of the cache. It is
1665 deactivated here in order to avoid confusion of the memory leak
1666 detection in runsuite.c.
1667
1668Wed May 24 10:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1669
1670 * xpath.c: Removed a memcpy if xmlXPathNodeSetMerge(); it
1671 seems we really need to walk the whole list, since those
1672 nastly namespace nodes need to be added with
1673 xmlXPathNodeSetDupNs(); thus a pure memcpy is not possible.
1674 A flag on the node-set indicating if namespace nodes are in
1675 the set would help here; this is the 3rd flag which would
1676 be usefull with node-sets. The current flags I have in mind:
1677 1) Is a node-set already sorted?
1678 This would allow for rebust and optimizable sorting
1679 behaviour.
1680 2) Of what type are the nodes in the set (or of mixed type)?
1681 This would allow for faster merging of node-sets.
1682 3) Are namespace nodes in the set?
1683 This would allow to skipp all the namespace node specific
1684 special handling. Faster node-set merging if the first
1685 set is empty; just memcpy the set.
1686
1687Mon May 22 17:14:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1688
1689 * xpath.c: Optimization of count(): eliminated sorting
1690 (see bug #165547). Optimization of XPATH_OP_FILTER if the
1691 predicate is a [1] (disable with XP_OPTIMIZED_FILTER_FIRST if
1692 it produces trouble). Tiny opt in xmlXPathNodeSetMerge().
1693
1694Mon May 22 13:33:12 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1695
1696 * tree.c: Revert behavior change in xmlSetProp to handle attributes
1697 with colons in name and no namespace.
1698
1699Fri May 19 21:56:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1700
1701 * xpath.c: Substituted all remaining calls to xmlXPathCmpNodes()
1702 for xmlXPathCmpNodesExt(). Tiny further enhancement of
1703 xmlXPathCmpNodesExt(). Added additional checks in various code
1704 parts to avoid calling sorting or merging functions if the
1705 node-set(s) don't need them; i.e., if they are empty or contain
1706 just one node.
1707
1708Fri May 19 13:16:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1709
1710 * xpath.c: Optimized the comparison for non-element nodes
1711 in xmlXPathCmpNodesExt(); the comparison is used for sorting
1712 of node-sets. This enhancement is related to bug #165547.
1713 There are other places where the old comparison function
1714 xmlXPathCmpNodes() is still called, but I currently don't
1715 know exactly what those calls are for; thus if they can be
1716 substituted (if it makes sense) for the new function.
1717
1718Tue May 16 16:55:13 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1719
1720 * xpath.c: Applied patch from Rob Richards, fixing a potential
1721 memory leak in xmlXPathTryStreamCompile(), when a list of
1722 namespaces was assigned to the XPath compilation context;
1723 here a new namespace list was created and passed to
1724 xmlPatterncompile(); but this list was not freed afterwards.
1725 Additionally we avoid now in xmlXPathTryStreamCompile() to
1726 compile the expression, if it has a colon - indicating
1727 prefixed name tests - and no namespace list was given. The
1728 streaming XPath mechanism needs a namespace list at
1729 compilation time (unlike normal XPath, where we can bind
1730 namespace names to prefixes at execution time).
1731 * pattern.c: Enhanced to use a string dict for local-names,
1732 ns-prefixes and and namespace-names.
1733 Fixed xmlStreamPushInternal() not to use string-pointer
1734 comparison if a dict is available; this won't work, since
1735 one does not know it the given strings originate from the
1736 same dict - and they normally don't do, since e.g.
1737 namespaces are hold on xmlNs->href. I think this would be
1738 worth an investigation: if we can add a @doc field to xmlNs
1739 and put the @href in to a additionan namespace dict hold
1740 in xmlDoc. Daniel will surely not like this idea :-) But
1741 evaluation of tons of elements/attributes in namespaces
1742 with xmlStrEqual() isn't the way we should go forever.
1743
1744Thu May 11 18:03:49 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1745
1746 * xmlschemas.c: Fixed bug #341337, reported by David Grohmann.
1747 The code expected a node (xmlNodePtr) on the info for a
1748 non-existent default attribute, which clearly cannot be
1749 expected, since the attribute does not exist. I can only
1750 guess that this sneaked trying to eliminate the query
1751 for the owner-element, which is unavoidable actually.
1752 Note that creation of default attributes won't have an
1753 effect if validating via SAX/XMLReader; i.e., the processor
1754 won't fire additional start-attribute events (I'm not even
1755 sure if Libxml2 has such a SAX-event; I think it hands them
1756 all over in the start-element event).
1757
1758Tue May 9 21:47:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1759
1760 * xmlschemas.c: Fixed bug #341150, reported by Michael Romer.
1761 In xmlSchemaBuildContentModelForSubstGroup(),
1762 xmlAutomataNewOnceTrans2() was incorrectly used instead of
1763 xmlAutomataNewTransition2() to mimic a xs:choice for
1764 substitution-groups.
1765 * test/schemas/subst-group-1_1.xsd
1766 test/schemas/subst-group-1_0.xml
1767 result/schemas/subst-group-1_0_1
1768 result/schemas/subst-group-1_0_1.err: Added regression test
1769 supplied by Michael Romer for bug #341150.
1770
1771Sat May 6 11:05:24 HKT 2006 William M. Brack <wbrack@mmm.com.hk>
1772
1773 * relaxng.c: Fixed compilation error with patch supplied by
1774 Graham Bennett.
1775
1776Thu May 4 19:14:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1777
1778 * xmlschemas.c: We'll raise an internal error and stop
1779 validation now when an entity is found in the instance
1780 document, since we don't support automatic entity
1781 substitution by the schema processor (yet?) -
1782 see bug #340316, reported by Nick Wellnhofer.
1783
1784Wed May 3 15:16:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
1785
1786 * configure.in: applied another Python detection patch from Joseph Sacco
1787 * libxml.spec.in: cleanup the changelog section, asciifies the spec file
1788 too
1789
1790Tue May 2 22:34:54 CEST 2006 Daniel Veillard <daniel@veillard.com>
1791
1792 * xmlIO.c: fix a mix of code and declarations showing up on Windows
1793 patch from Kjartan Maraas, fixing #340404
1794
1795Tue May 2 14:24:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
1796
1797 * encoding.c: fixing bug #340398 xmlCharEncOutFunc writing to
1798 input buffer
1799
1800Fri Apr 28 18:29:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
1801
1802 * NEWS configure.in doc//*: preparing 2.6.24 release, fixed Python
1803 paths at the last moment
1804 * relaxng.c testapi.c tree.c: fix some comments
1805
1806Thu Apr 27 10:15:45 CEST 2006 Daniel Veillard <daniel@veillard.com>
1807
1808 * xmlIO.c: applied patch from Roland Schwingel to allow UTF-8
1809 file paths on Windows
1810
1811Thu Apr 27 10:10:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1812
1813 * xmlwriter.c: patch from Jason Viers for line breaks after EndPI
1814
1815Tue Apr 25 22:22:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1816
1817 * tree.c: fix compilation without tree
1818
1819Tue Apr 25 18:17:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
1820
1821 * xmllint.c: applied patch from Gary Coady to really make sure
1822 xmllint --nonet would not reach the network, should fix #337483.
1823
1824Tue Apr 25 14:52:15 CEST 2006 Daniel Veillard <daniel@veillard.com>
1825
1826 * configure.in: applied patch from Joseph Sacco changing slightly
1827 the python detection scheme should fix bug #338526
1828
1829Mon Apr 24 10:50:19 CEST 2006 Daniel Veillard <daniel@veillard.com>
1830
1831 * parser.c: fix the error message for invalid code point in content
1832 c.f. bug #339311
1833
1834Wed Apr 19 13:16:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1835
1836 * xmlschemas.c test/schemas/restriction-enum-1*
1837 result/schemas/restriction-enum-1*: Fixed incorrect
1838 validation of restricted enumerations. Added related
1839 regression tests.
1840
1841Thu Apr 13 09:47:25 CEST 2006 Daniel Veillard <daniel@veillard.com>
1842
1843 * xmlschemas.c: fixing a deallocation problem in xmlSchemaAddSchemaDoc()
1844 in case of errors, should fix bug #338303
1845
1846Thu Apr 13 09:31:45 CEST 2006 Daniel Veillard <daniel@veillard.com>
1847
1848 * relaxng.c: fixing a deallocation problem in xmlRelaxNGParse()
1849 in case of errors, should fix bug #338306
1850
1851Thu Apr 6 10:22:17 CEST 2006 Daniel Veillard <daniel@veillard.com>
1852
1853 * doc/xmlcatalog.1 doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.xml:
1854 applied man page improvements from Daniel Leidert
1855
1856Mon Mar 27 11:44:07 CEST 2006 Daniel Veillard <daniel@veillard.com>
1857
1858 * xmlschemas.c: removed unused code or variables, from Stefan Kost
1859 fixing #336163 and #336164
1860
1861Mon Mar 27 11:38:21 CEST 2006 Daniel Veillard <daniel@veillard.com>
1862
1863 * xmlschemas.c: applied patch from Stefan Kost fixing #336160
1864
1865Mon Mar 27 11:23:39 CEST 2006 Daniel Veillard <daniel@veillard.com>
1866
1867 * chvalid.c genChRanges.py genUnicode.py xmlunicode.c
1868 include/libxml/chvalid.h include/libxml/xmlunicode.h: applied
1869 patches from Aivars Kalvans to make unicode tables const, fixes
1870 bug #336096, this also updates to Unicode 4.01 final with a couple
1871 of character ranges fixes.
1872
1873Mon Mar 27 00:51:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
1874
1875 * chvalid.c genChRanges.py include/libxml/chvalid.h: fixed bug
1876 #335603 and resync'ed genChRanges.py to the expected output.
1877
1878Wed Mar 22 00:14:34 CET 2006 Daniel Veillard <daniel@veillard.com>
1879
1880 * xmlregexp.c: applied patch from Youri Golovanov fixing bug
1881 #316338 and adding a couple of optimizations in the regexp
1882 compilation engine.
1883 * test/regexp/bug316338 result/regexp/bug316338: added regression
1884 tests based on the examples provided in the bug report.
1885
1886Fri Mar 10 08:40:55 EST 2006 Daniel Veillard <daniel@veillard.com>
1887
1888 * c14n.c encoding.c xmlschemas.c xpath.c xpointer.c: fix a few
1889 warning raised by gcc-4.1 and latests changes
1890
1891Fri Mar 10 01:34:42 CET 2006 Daniel Veillard <daniel@veillard.com>
1892
1893 * runtest.c schematron.c testAutomata.c tree.c valid.c xinclude.c
1894 xmlcatalog.c xmlreader.c xmlregexp.c xpath.c: end of first
1895 pass on coverity reports.
1896
1897Thu Mar 9 19:36:14 CET 2006 Daniel Veillard <daniel@veillard.com>
1898
1899 * relaxng.c xmlschemas.c xmlschemastypes.c: more cleanups based
1900 on coverity reports.
1901
1902Thu Mar 9 17:47:40 CET 2006 Daniel Veillard <daniel@veillard.com>
1903
1904 * SAX2.c catalog.c encoding.c entities.c example/gjobread.c
1905 python/libxml.c: more cleanups based on coverity reports.
1906
1907Thu Mar 9 15:12:19 CET 2006 Daniel Veillard <daniel@veillard.com>
1908
1909 * HTMLparser.c parser.c parserInternals.c pattern.c uri.c: a bunch
1910 of small cleanups based on coverity reports.
1911
1912Thu Mar 9 09:42:10 CET 2006 Daniel Veillard <daniel@veillard.com>
1913
1914 * win32/Makefile.bcb: added schematron as pointed out by Eric Zurcher
1915
1916Tue Mar 7 09:50:09 CET 2006 Daniel Veillard <daniel@veillard.com>
1917
1918 * xml2-config.in: fix Red Hat bug #184170
1919
1920Mon Mar 6 14:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1921
1922 * tree.c: Simplified usage of the internal xmlNsMap. Added a
1923 "strict" lookup for namespaces based on a prefix. Fixed a
1924 namespace processing issue in the clone-node function, which
1925 occured if a @ctxt argument was given.
1926
1927Fri Mar 3 17:44:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
1928
1929 * valid.c: fix HTML attribute ID checking for input element.
1930 Maintain current attribute "name" behavior for now.
1931
1932Thu Mar 2 18:59:50 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1933
1934 * tree.c: Bundled lookup of attr-nodes and retrieving their
1935 values into the functions xmlGetPropNodeInternal() and
1936 xmlGetPropNodeValueInternal(). Changed relevant code
1937 to use those functions.
1938
1939Mon Feb 27 20:42:04 CET 2006 Daniel Veillard <daniel@veillard.com>
1940
1941 * xpath.c: workaround HP-UX compiler bug by Rick Jones
1942
1943Mon Feb 27 10:57:05 CET 2006 Daniel Veillard <daniel@veillard.com>
1944
1945 * python/libxml2.py: remove a tab, as pointed out on IRC
1946
1947Sat Feb 25 18:12:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
1948
1949 * tree.c: Fix the add sibling functions when passing attributes.
1950 Modify testing for ID in xmlSetProp.
1951 No longer remove IDness when unlinking or replacing an attribute.
1952
1953Fri Feb 24 21:20:33 CET 2006 Daniel Veillard <daniel@veillard.com>
1954
1955 * catalog.c: Martin Cole pointed out a bug in xmlCatalogAdd()
1956 if /etc/xml/catalog doesn't exist.
1957
1958Thu Feb 23 23:06:18 CET 2006 Daniel Veillard <daniel@veillard.com>
1959
1960 * doc//*: updated the Ruby bindings links, and regenerated the
1961 docs.
1962
1963Thu Feb 23 09:12:27 CET 2006 Daniel Veillard <daniel@veillard.com>
1964
1965 * catalog.c: improve catalog debugging message patch from Rick Jones
1966
1967Wed Feb 22 16:09:10 CET 2006 Daniel Veillard <daniel@veillard.com>
1968
1969 * python/types.c: Nic Ferrier found debug statement left in the
1970 XPath conversion code
1971
1972Tue Feb 21 20:23:14 CET 2006 Daniel Veillard <daniel@veillard.com>
1973
1974 * doc/xmllint.1 doc/xmllint.xml: small man page improvements from
1975 Daniel Leidert
1976
1977Mon Feb 20 15:45:19 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1978
1979 * xmlschemas.c: Fixed a side-effect of the previous XSI bugfix:
1980 The constructor needs a bucket to be assigned during component
1981 fixup.
1982
1983Mon Feb 20 14:32:36 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1984
1985 * xmlschemas.c xmlschemastypes.c: Fixed xs:boolean to reject
1986 the empty string (reported by Bas Driessen on the mailing-list).
1987 Fixed schema XSI-acquisition and construction: the schemata
1988 (xmlSchema) didn't get the targetNamespace in some cases, thus
1989 the component resolution mechanism failed to work. The XSI
1990 stuff needs to be tested more intensively; think about how
1991 to test this for regression.
1992
1993Mon Feb 20 09:57:41 CET 2006 Daniel Veillard <daniel@veillard.com>
1994
1995 * doc/xmllint.1 doc/xmllint.xml: more man page improvements from
1996 Daniel Leidert
1997
1998Sun Feb 19 22:31:33 CET 2006 Daniel Veillard <daniel@veillard.com>
1999
2000 * doc/xmllint.1 doc/xmllint.xml: man page improvements from Daniel
2001 Leidert, c.f. #331290
2002
2003Sun Feb 19 17:54:04 CET 2006 Daniel Veillard <daniel@veillard.com>
2004
2005 * xmllint.c: fix an error report when using --path and --valid
2006 closes bug #331290
2007
2008Sun Feb 19 16:20:43 CET 2006 Daniel Veillard <daniel@veillard.com>
2009
2010 * relaxng.c: trying to fix #331062, this is again a problem
2011 around interleave, there is no good fix unless reimplementing
2012 but this works around some cases and allow to validate in that
2013 case.
2014
2015Wed Feb 15 11:55:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2016
2017 * tree.c: Fixed bug #328896 reported by Liron. The path
2018 for text- and CDATA-section-nodes was computed incorrectly
2019 in xmlGetNodePath().
2020
2021Sun Feb 12 20:12:22 CET 2006 Daniel Veillard <daniel@veillard.com>
2022
2023 * xmlregexp.c: bug fixes for #327167 as well as some cleanups
2024 and more thorough tests on atoms comparisons.
2025
2026Thu Feb 9 10:07:20 CET 2006 Daniel Veillard <daniel@veillard.com>
2027
2028 * include/wsockcompat.h: patch from Eric Zurcher to compile with
2029 Borland C++ 6
2030
2031Sun Feb 5 04:03:59 CET 2006 Daniel Veillard <daniel@veillard.com>
2032
2033 * parser.c: bill pointed out a missing block in xmlParseComment
2034 trying to fill with a normal processing of the given character.
2035
2036Sun Feb 5 03:41:39 CET 2006 Daniel Veillard <daniel@veillard.com>
2037
2038 * parser.c: fixed the comment streaming bug raised by Graham Bennett
2039 * test/badcomment.xml result//badcomment.xml*: added to the regression
2040 suite.
2041
2042Fri Feb 3 17:36:41 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2043
2044 * include/libxml/tree.h: Added the xmlDOMWrapCloneNode() to
2045 the header file.
2046
2047Fri Feb 3 17:29:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2048
2049 * tree.c: Added an initial version of xmlDOMWrapCloneNode() to
2050 the API. It will be used to reflect DOM's Node.cloneNode and
2051 Document.importNode methods.
2052 The pros: 1) non-recursive, 2) optimized ns-lookup
2053 (mostly pointer comparison), 3) user defined ns-lookup,
2054 4) save ns-processing. The function is in an unfinished
2055 and experimental state and should be only used to test it.
2056
2057Fri Feb 3 10:42:48 CET 2006 Daniel Veillard <daniel@veillard.com>
2058
2059 * uri.c: applied patch from Rob Richards fixing the URI regressions
2060 tests on Windows which seems to indicate bad escaping.
2061
2062Thu Feb 2 13:11:26 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2063
2064 * tree.c: Fixed some bugs xmlDOMWrapReconcileNamespaces() wrt
2065 the previous addition of the removal of redundant ns-decls.
2066
2067Wed Feb 1 17:32:25 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2068
2069 * tree.c: Enhanced xmlDOMWrapReconcileNamespaces() to remove
2070 redundant ns-decls if the option XML_DOM_RECONNS_REMOVEREDUND
2071 was given. Note that I haven't moved this option to the
2072 header file yet; so just call this function with an @option
2073 of 1 to test the behaviour.
2074
2075Wed Feb 1 12:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2076
2077 * tapi.c win32/Makefile.*: Added changed as proposed on
2078 the mailing list by venkat naidu in order to compile
2079 testapi.c on windows.
2080
2081Thu Jan 19 09:57:28 CET 2006 Daniel Veillard <daniel@veillard.com>
2082
2083 * configure.in xml2-config.in: trying to fix windows/configure
2084 issues reported by Tim Van Holder
2085
2086Wed Jan 18 18:21:15 CET 2006 Daniel Veillard <daniel@veillard.com>
2087
2088 * HTMLparser.c libxml.h parser.c: try to fix xmlParseInNodeContext
2089 when operating on an HTML document.
2090
2091Mon Jan 9 17:27:15 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2092
2093 * relaxng.c include/libxml/relaxng.h: Added
2094 xmlRelaxNGSetParserStructuredErrors() to the API.
2095
2096Mon Jan 9 15:33:16 CET 2006 Daniel Veillard <daniel@veillard.com>
2097
2098 * parser.c: reverted first patches for #319279 which led to #326295
2099 and fixed the problem in xmlParseChunk() instead
2100 * test/ent11 result//ent11*: added test for #326295 to the regression
2101 suite
2102
2103Thu Jan 5 16:25:06 CET 2006 Daniel Veillard <daniel@veillard.com>
2104
2105 * NEWS configure.in libxml.spec.in testapi.c doc/*: upated the news
2106 regenerated the docs, preparing for release of 2.6.23
2107 * pattern.c xmlschemas.c: fixed some comments
2108
2109Thu Jan 5 15:48:27 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2110
2111 * test/XPath/docs/nodes test/XPath/tests/nodespat
2112 result/XPath/tests/nodespat: Added regression tests for
2113 the latest XPath/pattern fixes.
2114
2115Thu Jan 5 15:43:38 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2116
2117 * pattern.c: Another fix to handle "foo//.": "foo" was not
2118 included in the resulting node-set.
2119
2120Thu Jan 5 13:22:29 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2121
2122 * pattern.c xpath.c include/libxml/pattern.h:
2123 Fixed bug #322928, reported by Erich Schubert: The bug was
2124 in pattern.c, which is used for a tiny subset of xpath
2125 expression which can be evaluated in an optimized way.
2126 The doc-node was never considered when evaluating "//"
2127 expressions. Additionally, we fixed resolution
2128 to nodes of any type in pattern.c; i.e. a "//." didn't work
2129 yet, as it did select only element-nodes. Due to this
2130 issue the pushing of nodes in xpath.c needed to be adjusted
2131 as well.
2132
2133Wed Jan 4 18:07:47 CET 2006 Daniel Veillard <daniel@veillard.com>
2134
2135 * parser.c: tiny refactoring patch from Bjorn Reese
2136
2137Wed Jan 4 15:00:51 CET 2006 Daniel Veillard <daniel@veillard.com>
2138
2139 * SAX2.c: fix bug #324432 with <xml:foo/>
2140 * test/ns7 resul//ns7*: added to the regression tests
2141
2142Wed Jan 4 10:53:56 CET 2006 Daniel Veillard <daniel@veillard.com>
2143
2144 * include/wsockcompat.h: applied patch from Mark Junker, fixing a
2145 MinGW compilation problem, should close bug #324943
2146
2147Tue Jan 3 11:49:54 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2148
2149 * xmlschemas.c: Removed last dependency on the obsolete enum
2150 xmlSchemaValidError.
2151
2152Mon Jan 2 11:20:00 CET 2006 Daniel Veillard <daniel@veillard.com>
2153
2154 * xmlreader.c include/libxml/xmlreader.h xmlschemas.c: compilation
2155 and doc build fixes from Michael Day
2156
2157Wed Dec 28 22:12:34 CET 2005 Daniel Veillard <daniel@veillard.com>
2158
2159 * xmlregexp.c: bug in xmlRegExecPushString2() pointed out by
2160 Sreeni Nair.
2161
2162Tue Dec 20 16:55:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
2163
2164 * tree.c: fix bug #322136 in xmlNodeBufGetContent when entity ref is
2165 a child of an element (fix by Oleksandr Kononenko).
2166 * HTMLtree.c include/libxml/HTMLtree.h: Add htmlDocDumpMemoryFormat.
2167
2168Tue Dec 20 11:43:06 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2169
2170 * xmlschemas.c xmlstring.c: Fixed a segfault during
2171 text concatenation when validating a node tree:
2172 xmlStrncat was called with a @len of -1; but unlike
2173 xmlStrncatNew, it does not calculate the length
2174 automatically in such a case (reported by Judy Hay
2175 on the mailing list).
2176 Updated the descriptions of the involved string
2177 functions to note this.
2178
2179Thu Dec 15 12:11:07 CET 2005 Daniel Veillard <daniel@veillard.com>
2180
2181 * nanohttp.c: applied patch from Gary Coady to accept gzipped
2182 http resources.
2183
2184Wed Dec 14 18:41:26 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2185
2186 * win32/configure.js: Added enable/disable of runtime
2187 debugging (LIBXML_DEBUG_RUNTIME).
2188
2189Wed Dec 14 18:11:50 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2190
2191 * include/libxml/xmlversion.h.in: Fixed to define
2192 LIBXML_DEBUG_RUNTIME on the basis of @WITH_RUN_DEBUG@.
2193
2194Tue Dec 13 12:49:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2195
2196 * test/schemas/bug321475* result/schemas/bug321475*:
2197 Added regression test for bug #321475 (reported by
2198 Gabor Nagy). Fixing of bug #323510 seemed to have
2199 fixed this bug as well.
2200
2201Mon Dec 12 16:19:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2202
2203 * test/schemas/bug323510* result/schemas/bug323510*:
2204 Added regression test for bug #323510.
2205
2206Mon Dec 12 16:11:13 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2207
2208 * xmlschemas.c: Workaround for bug #323510 (reported by
2209 Jonathan Filiatrault): substituted the epsilon transition
2210 for a labelled transition, in order to avoid a bug in
2211 xmlregexp.c which eliminated the epsilon transition and
2212 marked the initial state as final.
2213
2214Mon Dec 12 14:25:46 CET 2005 Daniel Veillard <daniel@veillard.com>
2215
2216 * xmlreader.c: Gary Coady pointed a memory leak in
2217 xmlTextReaderReadInnerXml() applied patch fixing #323864
2218
2219Sat Dec 10 12:08:28 CET 2005 Daniel Veillard <daniel@veillard.com>
2220
2221 * HTMLparser.c configure.in parserInternals.c runsuite.c runtest.c
2222 testapi.c xmlschemas.c xmlschemastypes.c xmlstring.c: fixed a number
2223 of warnings shown by HP-UX compiler and reported by Rick Jones
2224
2225Fri Dec 9 18:57:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
2226
2227 * xmlwriter.c: Insert space between pubid and sysid when both
2228 passed to xmlTextWriterStartDTD and indenting not being used.
2229 Remove no longer used Mem callbacks.
2230
2231Fri Dec 9 11:01:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2232
2233 * runsuite.c: Changed to instantly mark instance-tests as
2234 failed if the corresponding schema was invalid. This
2235 reflects the side of the Python code for the XML Schema test
2236 suite. We now get the same number of failed tests on both
2237 sides.
2238
2239Wed Dec 7 14:59:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2240
2241 * xmlreader.c include/libxml/xmlreader.h: Added
2242 xmlTextReaderSchemaValidateCtxt() to the API.
2243
2244Wed Dec 7 12:59:56 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2245
2246 * xmlschemas.c: Fixed a segfault: the instance document was
2247 still tried to be validated, if the schema, dynamically
2248 acquired using XSI was invalid, thus mangled. The
2249 validation will stop (or rather won't validate) now in
2250 such a case. The schema parser error code will be set
2251 on the validion context now; this is somehow not nice,
2252 but it assures that the validation context indicates an
2253 error in there was a parser error.
2254
2255Tue Dec 6 18:57:23 CET 2005 Daniel Veillard <daniel@veillard.com>
2256
2257 * xmlreader.c: small doc patch from Aron Stansvik
2258 * legacy.c: another doc patch for a deprecated API
2259
2260Mon Dec 5 16:23:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2261
2262 * Makefile.am: Tiny change for 'make tests': raised
2263 the number of expected failures for James Clark's
2264 XML Schema datatype tests from 10 to 11. The additional
2265 reported error was agreed to be correct long time ago,
2266 but we missed to adjust the message reported by
2267 the testing script.
2268
2269Fri Dec 2 13:51:14 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2270
2271 * result/schemas/decimal* result/schemas/bug322411*:
2272 Added missing regression test results for the latest IDC
2273 and xs:decimal bugs.
2274
2275Wed Nov 30 12:22:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2276
2277 * test/schemas/decimal* test/schemas/bug322411*: Added
2278 regression tests for the latest IDC and xs:decimal bugs.
2279
2280Wed Nov 30 11:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2281
2282 * xmlschemas.c: Fixed bubbling of duplicate IDC nodes: the
2283 parent's list of duplicates was filled with NULLs instead
2284 of the nodes under certain conditions. This lead to a
2285 segfault when the list's entries were accessed.
2286
2287Mon Nov 28 17:28:53 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2288
2289 * xmlschemastypes.c: Fixed parsing of xs:decimal to
2290 allow/deny special lexical forms. Fixed the totalDigits
2291 for values in the range (x < 1) && (x > -1) && (x != 0);
2292 E.g "0.123" has now a totalDigits of 3 (was 4 previously).
2293 Adjusted the comparison function for decimals due to this
2294 change. As a side effect comparison against zeroes was
2295 optimized.
2296
2297Mon Nov 28 13:25:11 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2298
2299 * xmlschemas.c: An assignment to a local variable, which was
2300 used to access the IDC node list, was missing after the
2301 reallocation of the list (reported by Fabrice GUY
2302 bug #322411). Renamed the define ENABLE_IDC_NODE_TABLES
2303 to ENABLE_IDC_NODE_TABLES_TEST and *disabled* it, since
2304 it is used to force bubbling of IDC node tables even
2305 if not necessary; this was intended to be used for test
2306 purposes, but I obviously missed to disable it (although
2307 it apparently helped finding the bug).
2308
2309Wed Nov 23 17:34:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2310
2311 * xmlschemas.c: In xmlSchemaAssembleByXSI() the return value
2312 of xmlSchemaGetMetaAttrInfo() was not assigned to anything;
2313 this caused XSI-driven-dynamic schema acquisition to fail
2314 with @noNamespaceSchemaLocation (reported by Julien Lamy
2315 on the mailing list).
2316
2317Tue Nov 22 18:31:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2318
2319 * xmlschemas.c: Fixed a bug in xmlSchemaFindRedefCompInGraph()
2320 which caused the search for components to stop at the
2321 first encountered attribute group component.
2322 Fixed error report in xmlSchemaCheckSRCRedefineFirst(): the
2323 designation of a not-found component was not reported.
2324
2325Mon Nov 21 12:23:28 CET 2005 Daniel Veillard <daniel@veillard.com>
2326
2327 * xmlschemastypes.c: Albert Chin found another signed/unsigned problem
2328 in the date and time code raised on IRIX 6.5
2329
2330Fri Nov 18 18:13:38 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2331
2332 * xmlschemas.c include/libxml/xmlschemas.h:
2333 Added xmlSchemaSetParserStructuredErrors() to the API.
2334 Fixed channeling of error relevant information to
2335 subsequent parser/validation contexts.
2336
2337Thu Nov 17 14:11:43 CET 2005 Daniel Veillard <daniel@veillard.com>
2338
2339 * parserInternals.c: removed unreachable code pointed out by
2340 Oleksandr Kononenko, fixes bug #321695
2341
2342Thu Nov 17 08:24:31 CET 2005 Daniel Veillard <daniel@veillard.com>
2343
2344 * parser.c: use ctxt->standalone = -2 to indicate that the
2345 XMLDecl was parsed but no standalone attribute was found,
2346 suggested by Michael Day to detect if an XMLDecl was found.
2347
2348Tue Nov 15 09:49:24 CET 2005 Daniel Veillard <daniel@veillard.com>
2349
2350 * runtest.c: Hisashi Fujinaka pointed that errors in Schemas tests
2351 were not properly reported.
2352
2353Sun Nov 13 13:42:41 CET 2005 Daniel Veillard <daniel@veillard.com>
2354
2355 * xmlIO.c: applied patch from Geert Jansen to remove xmlBufferClose()
2356 which is not needed.
2357
2358Fri Nov 11 13:48:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2359
2360 * xmlschemas.c: Changed xmlSchemaFormatIDCKeySequence()
2361 to use xmlSchemaGetCanonValueWhtspExt() in order to
2362 correctly report values for xs:anySimpleType.
2363 * test/schemas/idc-keyref-err1*
2364 result/schemas/idc-keyref-err1*: Added a test for this change.
2365
2366Wed Nov 9 13:07:24 EST 2005 Rob Richards <rrichards@ctindustries.net>
2367
2368 * xmlIO.c xmlwriter.c: function consolidation when writing to xmlBuffer.
2369 Return error condition not len if xmlwriter fails writing to buffer.
2370
2371Wed Nov 9 09:54:54 CET 2005 Daniel Veillard <daniel@veillard.com>
2372
2373 * xmlsave.c xmlIO.c include/libxml/xmlIO.h include/libxml/xmlsave.h:
2374 applied patch from Geert Jansen to implement the save function to
2375 a xmlBuffer, and a bit of cleanup.
2376
2377Mon Nov 7 14:58:39 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2378
2379 * xmlschemas.c xmlschemastypes.c: Fixed the type of the
2380 totalDigits value to be positiveInteger.
2381 Fixed crash in an error report function when we gave it
2382 the document node; only element and attribute nodes are
2383 processed now (reported by Rob Richards).
2384
2385Tue Nov 1 16:22:29 CET 2005 Daniel Veillard <daniel@veillard.com>
2386
2387 * xmlregexp.c: fix bug #319897, problem with counted atoms
2388 when the transition itself is counted too
2389 * result/regexp/hard test/regexp/hard: augmented the regression
2390 tests with the problem exposed.
2391
2392Tue Nov 1 11:54:39 CET 2005 Daniel Veillard <daniel@veillard.com>
2393
2394 * win32/Makefile.mingw include/win32config.h: applied patch from
2395 Mark Junker to fix compilation with MinGW
2396
2397Fri Oct 28 18:36:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
2398
2399 * libxml.3: tiny fix from Albert Chin
2400 * runsuite.c runtest.c testapi.c: portability cleanup for arch
2401 needing trio for *printf
2402
2403Fri Oct 28 12:21:39 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2404
2405 * tree.c: add additional checks to prevent tree corruption. fix problem
2406 copying attribute using xmlDocCopyNode from one document to another.
2407
2408Fri Oct 28 17:58:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
2409
2410 * config.h.in configure.in vms/config.vms macos/src/config-mac.h:
2411 cleanup from Albert Chin
2412 * doc/Makefile.am: html/index.sgml doesn't exist anymore
2413
2414Fri Oct 28 16:53:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
2415
2416 * xmlIO.c xmlmodule.c: more portability patches from Albert Chin for
2417 HP-UX and AIX
2418
2419Fri Oct 28 10:36:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
2420
2421 * xmlmodule.c configure.in: applied 2 patches from Albert Chin for
2422 module portability
2423
2424Fri Oct 28 10:24:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
2425
2426 * error.c: fixing a portability problem on some old Unices with
2427 patch from Albert Chin
2428
24292005-10-27 Aleksey Sanin <aleksey@aleksey.com>
2430
2431 * c14n.c result/c14n/exc-without-comments/test-2
2432 test/c14n/exc-without-comments/test-2.xml
2433 test/c14n/exc-without-comments/test-2.xpath: fixing
2434 bug in exc-c14n namespace visibility + test case (bug #319367)
2435
2436Thu Oct 27 16:10:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2437
2438 * python/libxml.py: remove warnings to stdout patch from Nic Ferrier
2439
2440Thu Oct 27 13:54:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
2441
2442 * valid.c xmlregexp.c include/libxml/valid.h
2443 include/libxml/xmlregexp.h: avoid function parameters names 'list'
2444 as this seems to give troubles with VC6 and stl as reported by
2445 Samuel Diaz Garcia.
2446
2447Wed Oct 26 10:59:21 CEST 2005 Daniel Veillard <daniel@veillard.com>
2448
2449 * parserInternals.c: fix a problem in some error case on Solaris
2450 when passed a NULL filename, pointed by Albert Chin.
2451
2452Tue Oct 25 14:34:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
2453
2454 * HTMLparser.c: script HTML parser error fix, corrects bug #319715
2455 * result/HTML/53867* test/HTML/53867.html: added test from Michael Day
2456 to the regression suite
2457
2458Tue Oct 25 14:21:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
2459
2460 * HTMLparser.c: typo fix from Michael Day
2461
2462Mon Oct 24 20:16:23 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2463
2464 * tree.c: fix issue adding non-namespaced attributes in xmlAddChild(),
2465 xmlAddNextSibling() and xmlAddPrevSibling() (bug #319108) - part 1.
2466
2467Sat Oct 22 10:00:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
2468
2469 * parser.c: fixed second spot where CRLF split between chunks
2470 could cause trouble (bug #319279)
2471 * gentest.py, testapi.c: fixed two problems involved with
2472 --with-minimum compilation (compilation errors with schematron
2473 and formal expressions tests)
2474
2475Fri Oct 21 10:50:14 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2476
2477 * xmlsave.c: prevent output of fragment tags when serializing XHTML.
2478
2479Wed Oct 19 16:53:47 BST 2005 Daniel Veillard <daniel@veillard.com>
2480
2481 * xmlregexp.c: commiting a some fixes and debug done yesterday in
2482 the London airport.
2483
2484Thu Oct 20 12:54:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2485
2486 * xmlschemas.c: Removed creation of a temporary parser context
2487 during validation when processing xsi:type; this previously
2488 added a string to the dict of the schema - to assure thread
2489 safety, we don't want to modify a given schema during
2490 validation.
2491
2492Thu Oct 20 17:05:29 HKT 2005 William Brack <wbrack@mmm.com.hk>
2493
2494 * xmlwriter.c: fixed problem in xmlTextWriterVSprintf caused by
2495 misuse of vsnprintf
2496 * configure.in, config.h.in: added a configuration check for
2497 va_copy and added a define for VA_COPY for xmlwriter.c fix
2498 * parser.c: fixed problem with CRLF split between chunks (bug
2499 #319279) (fix provided by Brion Vibber)
2500
2501Wed Oct 19 18:49:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2502
2503 * xmlschemas.c: Fixed a potential memory leak in
2504 xmlSchemaCheckCSelectorXPath() when an internal error occurs.
2505 Fixed setting of ctxt->err to the given error code in
2506 the parsing error functions.
2507 * pattern.c: Added internal xmlCompileIDCXPathPath() as a
2508 starting point for IDC XPath compilation; this and some other
2509 tiny changes fixes issues regarding whitespace in the
2510 expressions and IDC selector/field relevant restrictions of
2511 the subset of XPath. Fixed a missing blocking of attributes
2512 in xmlStreamPushInternal().
2513
2514Mon Oct 17 15:06:05 EDT 2005 Daniel Veillard <daniel@veillard.com>
2515
2516 * runtest.c: removed the error message
2517 * relaxng.c xmlschemas.c: removed 2 instability warnings from function
2518 documentation
2519 * include/libxml/schemasInternals.h: changed warning about API stability
2520 * xmlregexp.c: trying to improve runtime execution of non-deterministic
2521 regexps and automata. Not fully finished but should be way better.
2522
2523Mon Oct 17 16:12:02 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2524
2525 * xmlschemas.c: Fixed a memory leak in
2526 xmlSchemaContentModelDump(). Added output of local types
2527 in xmlSchemaElementDump(). Tiny cosmetical changes to the
2528 dump output.
2529
2530Mon Oct 17 14:29:08 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2531
2532 * tree.c pattern.c: Silenced intel compiler warnings (reported
2533 by Kjartan Maraas, bug #318517).
2534 * xmlschemas.c: The above changes in pattern.c revealed an
2535 inconsistency wrt IDCs: we now _only_ pop XPath states, if
2536 we really pushed them beforehand; this was previously not
2537 checked for the case when we discover an element node to be
2538 invalid wrt the content model.
2539 Fixed segfault in xmlSchemaGetEffectiveValueConstraint().
2540
2541Fri Oct 14 16:40:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2542
2543 * result/schemas/*.err: Adapted regression test results.
2544
2545Fri Oct 14 16:21:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2546
2547 * xmlschemas.c: Fixed some identity-constraint issues:
2548 Restructured IDC node-tables
2549 Allowed IDCs to resolve also to nodes of complex type with
2550 simple content.
2551 Added check for keyrefs with references to keyrefs.
2552 IDC target-nodes were interferring with IDC node-tables,
2553 since they used one list of entries only. I separated this
2554 one big list into 3 lists: 1 for IDC node-table entries,
2555 1 for _duplicates_ of IDC node-table entries and 1 for
2556 IDC target-nodes. More code, but cleaner and it works at last.
2557 Keyrefs will fail to resolve to duplicate key/unique entries.
2558 I thought this was already working this way, but it didn't.
2559 The wording of the definition for [node table] in the spec
2560 can lead to a scenario, where keyrefs resolve perfectly, even
2561 if the relevant key-sequences of the referenced key/unique have
2562 duplicates in the subtree. Currently only Saxon 8.5.1 is
2563 dissallowing resolution to duplicate entries correctly - we
2564 will follow Saxon here.
2565 Removed some intel compiler warnings (reported by
2566 Kjartan Maraas, bug #318517).
2567 * pattern.c: Fixed an IDC-XPath problem when resolving to
2568 attributes.
2569
2570Mon Oct 14 01:15:14 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2571 * nanohttp.c include/wsockcompat.h: applied patch from Kolja Nowak
2572 to use getaddrinfo() if supported in Windows build (bug# 317431).
2573
2574Mon Oct 10 15:33:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2575
2576 * result/schemas/*: Adapted regression test results.
2577
2578Mon Oct 10 15:12:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2579
2580 * xmlschemas.c include/libxml/schemasInternals.h
2581 include/libxml/xmlerror.h: Initial implementation for
2582 redefinitions; this still misses checks for restrictions
2583 of the content model of complex types.
2584 Fixed default/fixed values for attributes (looks like they
2585 did not work in the last releases).
2586 Completed constraints for attribute uses.
2587 Seperated attribute derivation from attribute constraints.
2588 Completed constraints for attribute group definitions.
2589 Disallowing <import>s of schemas in no target namespace if the
2590 importing schema is a chameleon schema. This contradicts
2591 the way Saxon, Xerces-J, XSV and IBM's SQC works, but the
2592 W3C XML Schema WG, thinks it is correct to dissalow such
2593 imports.
2594 Added cos-all-limited constraints.
2595 Restructured reference resolution to model groups and element
2596 declarations.
2597 Misc cleanup.
2598
2599Fri Oct 7 04:34:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2600
2601 * schematron.c xmlregexp.c: remove warnings under Windows.
2602
2603Wed Sep 28 23:42:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
2604
2605 * parser.c: applied patch from Massimo Morara fixing bug #317447
2606 about risk of invalid write in xmlStringLenDecodeEntities
2607
2608Tue Sep 27 11:20:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
2609
2610 * error.c: Adrian Mouat pointed out redundancies in xmlReportError()
2611
2612Mon Sep 26 19:18:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
2613
2614 * xmlregexp.c: seems a test to avoid duplicate transition is
2615 really needed at all times. Luka Por gave an example hitting
2616 this. Changed back the internal API.
2617
2618Thu Sep 22 13:14:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
2619
2620 * xmlreader.c: fixing leak in xmlTextReaderReadString() #316924
2621
2622Thu Sep 15 16:12:44 CEST 2005 Daniel Veillard <daniel@veillard.com>
2623
2624 * uri.c: more fixes to the behaviour of xmlBuildRelativeURI
2625
2626Thu Sep 15 15:08:21 CEST 2005 Daniel Veillard <daniel@veillard.com>
2627
2628 * xmlregexp.c: detect combinatory explosion and return with
2629 a runtime error in those case, c.f. #316338 though maybe we
2630 should not see such an explosion with that specific regexp,
2631 more checking needs to be done.
2632
2633Wed Sep 14 19:52:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2634
2635 * include/libxml/schemasInternals.h: Added some comments for the
2636 struct fields.
2637
2638Wed Sep 14 13:24:27 HKT 2005 William Brack <wbrack@mmm.com.hk>
2639
2640 * uri.c: fixed problem when xmlBuildRelativeURI was given a
2641 blank path (bug 316224)
2642
2643Mon Sep 12 23:41:40 CEST 2005 Daniel Veillard <daniel@veillard.com>
2644
2645 * NEWS configure.in doc//*: release of 2.6.22 updated doc and
2646 rebuild.
2647 * xmlsave.c include/libxml/xmlsave.h: added XML_SAVE_NO_XHTML
2648 xmlSaveOption
2649 * xmlschemas.c: minor cleanups
2650
2651Mon Sep 12 21:42:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2652
2653 * test/schemas/import1_0.xsd: And adapting another one.
2654
2655Mon Sep 12 21:29:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2656
2657 * result/schemas/derivation-ok-extension_0_0: Adapted result.
2658
2659Mon Sep 12 21:20:41 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2660
2661 * result/schemas/allsg_0_3.err result/schemas/allsg_0_4.err
2662 result/schemas/changelog093_1_0.err
2663 result/schemas/derivation-ok-extension_0_0.err
2664 result/schemas/import1_0_0.err
2665 result/schemas/derivation-ok-restriction-2-1-1_0_0.err:
2666 Adapted regression results.
2667
2668Mon Sep 12 21:00:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2669
2670 * xmlschemas.c include/libxml/schemasInternals.h
2671 include/libxml/xmlerror.h: Completion of the schema graph.
2672 Centralisation, more robustness of the schema document
2673 aquisition story. Centralised and restructured component fixup.
2674 Fixed attribute derivation when 'prohibiting' attribute uses.
2675 Added warnings: when schema documents cannot be localized
2676 during imports; when we get duplicate and pointless attribute
2677 prohibitions. Changed error reports for IDCs to report
2678 the relevant IDC designation as well (requested by GUY Fabrice).
2679 Misc code-cleanup.
2680
2681Mon Sep 12 16:02:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
2682
2683 * xmlsave.c: applied second patch from David Madore to be less intrusive
2684 when handling scripts and style elements in XHTML1 should fix #316041
2685 * test/xhtml1 result//xhtml1\*: updated the test accordingly
2686
2687Mon Sep 12 15:09:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
2688
2689 * libxml.spec.in doc/devhelp/*: finished the integration with
2690 devhelp, completing the index and inserted into the gtk-doc
2691 database at "make install" stage
2692
2693Mon Sep 12 14:14:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2694
2695 * include/libxml/xmlsave.h xmlsave.c: add XML_SAVE_NO_EMPTY save option
2696 and use option from xmlSaveCtxtPtr rather than global during output.
2697 * xmlsave.c: fix some output formatting for meta element under XHTML.
2698
2699Mon Sep 12 11:12:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
2700
2701 * include/libxml/parser.h parser.c xmllint.c: damn XML_FEATURE_UNICODE
2702 clashes with Expat headers rename to XML_WITH_ to fix bug #316053.
2703 * doc/Makefile.am: build devhelp before the examples.
2704 * doc/*: regenerated the API
2705
2706Mon Sep 12 02:03:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
2707
2708 * xmlsave.c: fix bug #316034, where xmlElemDump() can crash if
2709 given a document pointer instead of an element
2710
2711Mon Sep 12 01:26:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
2712
2713 * doc/devhelp/devhelp.xsl: improvements on the html generation,
2714 should be complete with navigation, what is left done is glueing
2715
2716Mon Sep 12 00:03:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2717
2718 * configure.in doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
2719 doc/devhelp/*: started work needed to generate devhelp content,
2720 not too hard based on the existing format and extractor.
2721
2722Fri Sep 9 12:56:19 CEST 2005 Daniel Veillard <daniel@veillard.com>
2723
2724 * parser.c: fixes bug #315617 when using push CDATA in some cases.
2725
2726Thu Sep 8 23:39:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2727
Daniel Veillard25a1ce92008-06-02 16:04:12 +00002728 * xmllint.c: patch from Stéphane Bidoul to compile without schematron
William M. Brack11be2d02007-01-24 19:17:19 +00002729
2730Wed Sep 7 00:16:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2731
2732 * debugXML.c: patch from Oleg Paraschenko to fix xmlDebugDumpNode()
2733 when handled a namespace node.
2734
2735Sun Sep 4 23:36:45 CEST 2005 Daniel Veillard <daniel@veillard.com>
2736
2737 * NEWS elfgcchack.h testapi.c doc/*: updated the docs and rebuild
2738 releasing 2.6.21
2739 * include/libxml/threads.h threads.c: removed xmlIsThreadsEnabled()
2740 * threads.c include/libxml/threads.h xmllint.c: added the more
2741 generic xmlHasFeature() as suggested by Bjorn Reese, xmllint uses it.
2742
2743Sun Sep 4 22:45:49 CEST 2005 Daniel Veillard <daniel@veillard.com>
2744
2745 * configure.in doc/* configure.in: prepare for release
2746 * xpath.c: work for #303289, fix a formatting bug for MIN_INT
2747
2748Sun Sep 4 15:48:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
2749
2750 * relaxng.c: real fix for #314881 and #314759 is was a bit more complex
2751 than initially expected as ctxt->error == NULL had behaviour side
2752 effects at the compilation level itself.
2753
2754Sun Sep 4 14:01:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
2755
2756 * pattern.c xpath.c include/libxml/pattern.h: fixing yet another
2757 pattern induced XPath bug #314282
2758 * relaxng.c: reverted back last change it was seriously broken
2759
2760Sat Sep 3 16:51:55 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2761
2762 * xmlsave.c: check for NULL to prevent crash with meta elements
2763
2764Sat Sep 3 16:26:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
2765
2766 * relaxng.c: structured error reporting problem with Relax-NG
2767 should fix #314881 and #314759
2768
2769Sat Sep 3 15:42:29 CEST 2005 Daniel Veillard <daniel@veillard.com>
2770
2771 * pattern.c: fixes a portability problem raised by C370 on Z/OS
2772
2773Sat Sep 3 15:26:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2774
2775 * SAX2.c tree.c valid.c: fixing a number of issues raised by xml:id
2776 but more generally related to attributes and ID handling, fixes
2777 #314358 among other things
2778
2779Fri Sep 2 14:26:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
2780
2781 * encoding.c parserInternals.c: avoid passing a char[] as snprintf
2782 first argument.
2783 * threads.c include/libxml/threads.h: implemented xmlIsThreadsEnabled()
2784 based on Andrew W. Nosenko idea.
2785 * doc/* elfgcchack.h: regenerated the API
2786
2787Thu Sep 1 14:44:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
2788
2789 * configure.in: the use of AM_PATH_PYTHON is not portable enough
2790 reverting back to AM_PATH_PROG
2791
2792Thu Sep 1 11:42:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
2793
2794 * HTMLparser.c: Applied the last patch from Gary Coady for #304637
2795 changing the behaviour when text nodes are found in body
2796 * result/HTML/*: this changes the output of some tests
2797
2798Thu Sep 1 11:22:37 CEST 2005 Daniel Veillard <daniel@veillard.com>
2799
2800 * doc/downloads.html doc/xml.html: adding reference to Bull AIX rpms
2801 c.f. #160598
2802
2803Wed Aug 31 11:39:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
2804
2805 * xml2-config.in: removed the obsolete --libtool-libs option, c.f.
2806 bug #314853
2807
2808Fri Aug 26 17:33:26 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2809
2810 * xmlsave.c: move handling of meta element for http-equiv in XHTML docs
2811 to serialization and no longer modify internal tree.
2812
2813Fri Aug 26 00:51:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
2814
2815 * libxml.spec.in: the profiling usually don't work, disabled
2816 * doc/*: rebuilt
2817
2818Thu Aug 25 23:47:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
2819
2820 * configure.in: trying to fix the first part of #310033 by
2821 detecting gcc <= 3.2
2822
2823Thu Aug 25 22:13:37 CEST 2005 Daniel Veillard <daniel@veillard.com>
2824
2825 * error.c: fixed bug #310033, the URI extraction code given a
2826 node is a bit twisted and broke in the last months.
2827
2828Thu Aug 25 16:18:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
2829
2830 * debugXML.c result/XPath/xptr/strrange2: uninitialized field and
2831 fix on test.
2832
2833Thu Aug 25 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
2834
2835 * debugXML.c: change verbosity depending on API
2836 * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: get back
2837 to previous outputs
2838
2839Thu Aug 25 15:14:56 CEST 2005 Daniel Veillard <daniel@veillard.com>
2840
2841 * HTMLparser.c parser.c SAX2.c debugXML.c tree.c valid.c xmlreader.c
2842 xmllint.c include/libxml/HTMLparser.h include/libxml/parser.h:
2843 added a parser XML_PARSE_COMPACT option to allocate small
2844 text nodes (less than 8 bytes on 32bits, less than 16bytes on 64bits)
2845 directly within the node, various changes to cope with this.
2846 * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: this
2847 slightly change the output
2848
2849Thu Aug 25 12:16:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2850
2851 * configure.in: patch from Andrew W. Nosenko, use se $GCC = 'yes'
2852 instead of $CC = 'gcc' because GCC may have a different name
2853
2854Thu Aug 25 00:18:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
2855
2856 * configure.in: changes the way the python binary is found, should
2857 also fix bug #308004
2858
2859Wed Aug 24 16:44:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2860
2861 * parser.c: found another bug while looking at #309616 on missing
2862 entities.
2863 * result/ent2.sax* result/ent7.sax* result/xml2.sax*: this changed the
2864 SAX stream in missing conditions for a few tests
2865
2866Wed Aug 24 16:19:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
2867
2868 * encoding.c: applied the patch suggested #309565 which can avoid
2869 looping in error conditions.
2870
2871Wed Aug 24 16:04:17 CEST 2005 Daniel Veillard <daniel@veillard.com>
2872
2873 * SAX2.c tree.c: line numbers are now carried by most nodes, fixing
2874 xmlGetLineNo() c.f. bug #309205
2875
2876Wed Aug 24 14:43:34 CEST 2005 Daniel Veillard <daniel@veillard.com>
2877
2878 * encoding.c error.c include/libxml/xmlerror.h: finally converted
2879 the encoding module to the common error reporting mechanism
2880 * doc/* doc/html/libxml-xmlerror.html: rebuilt
2881
2882Wed Aug 24 11:35:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
2883
2884 * xpath.c: removed a potentially uninitialized variable error
2885 * python/generator.py: fixed a deprecation warning
2886 * python/tests/tstLastError.py: silent the damn test when Okay !
2887
2888Wed Aug 24 00:11:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
2889
2890 * SAX2.c globals.c runtest.c testC14N.c testapi.c tree.c
2891 include/libxml/SAX2.h include/libxml/xmlregexp.h: fixed compilation
2892 when configured --without-sax1 and other cleanups fixes bug #172683
2893 * doc/* elfgcchack.h: regenerated
2894
2895Tue Aug 23 20:05:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
2896
2897 * parser.c: fixed bug #170489 reported by Jirka Kosek
2898 * test/valid/objednavka.xml test/valid/dtds/objednavka.dtd
2899 result/valid/objednavka*: added the test to the regression suite.
2900
2901Tue Aug 23 18:04:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
2902
2903 * HTMLparser.c include/libxml/HTMLparser.h: added a recovery mode
2904 for the HTML parser based on the suggestions of bug #169834 by
2905 Paul Loberg
2906
2907Tue Aug 23 15:38:46 CEST 2005 Daniel Veillard <daniel@veillard.com>
2908
2909 * elfgcchack.h testapi.c doc/*: regenerated
2910 * schematron.c: fixed a compilation problem
2911 * xmlregexp.c include/libxml/xmlregexp.h: some cleanups and one bug fix
2912 * result/expr/base: slightly changes the number of Cons.
2913
2914Mon Aug 22 23:19:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
2915
2916 * elfgcchack.h testapi.c doc/*: rescanned code and rebuilt
2917 * xmlregexp.c: small cleanup
2918 * include/libxml/schematron.h include/libxml/xmlexports.h
2919 include/libxml/xmlversion.h.in: cleanup problems from code scanner
2920
2921Mon Aug 22 18:00:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
2922
2923 * xmlschemastypes.c: applied patch from Kuba Nowakowski fixing bug
2924 #313982
2925 * result/schemas/bug313982* test/schemas/bug313982*: also added
2926 the test case to the regression suite.
2927
2928Mon Aug 22 17:50:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
2929
2930 * testRegexp.c: printed the wrong string
2931
2932Mon Aug 22 16:42:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
2933
2934 * testRegexp.c xmlregexp.c include/libxml/xmlregexp.h: exported
2935 xmlExpExpDerive(), added it to the testRegexp command line
2936 tool when providing multiple expressions.
2937
2938Mon Aug 22 14:57:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
2939
2940 * Makefile.am result/expr/base test/expr/base: added the first
2941 regression test suite set for the new expression support
2942
2943Mon Aug 22 13:49:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
2944
2945 * valid.c: fixed an uninitialized variable
2946 * xmlregexp.c include/libxml/xmlregexp.h: extended the API to
2947 add the parser, serializer and some debugging
2948 * include/libxml/xmlversion.h.in: made the new support compiled
2949 by default if Schemas is included
2950 * testRegexp.c: cleanup and integration of the first part of the
2951 new code with a special switch
2952 * xmllint.c: show up Expr in --version if compiled in
2953 * include/libxml/tree.h: moved the xmlBuffer definition up
2954
2955Mon Aug 22 12:11:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2956
2957 * xmlschemas.c: Some preparation for the creation of a graph
2958 of imported/included/redefined schemas; this is needed for
2959 at least the redefinitions.
2960 Centralized the creation of the parser context in one function.
2961
2962Mon Aug 22 02:19:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
2963
2964 * xmlregexp.c include/libxml/xmlregexp.h: pushing the formal expression
2965 handling code to have it in CVs from now. Not plugged, and misses
2966 APIs it's not compiled in yet.
2967
2968Sat Aug 20 23:13:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2969
2970 * xmlreader.c: applied another patch from Rob Richards to fix
2971 xmlTextReaderGetAttributeNs and xmlTextReaderMoveToAttributeNs
2972
2973Wed Aug 17 09:06:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
2974
2975 * xmlreader.c: applied patch from Rob Richards to fix
2976 xmlTextReaderGetAttribute behaviour with namespace declarations
2977
2978Fri Aug 12 14:12:56 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2979
2980 * xmlschemas.c include/libxml/xmlerror.h:
2981 Changed output for keyref-match errors; the target-node will
2982 be now reported rather than the scope-node of the keyref
2983 definition - allowing easier chasing of instance errors.
2984 This was reported by Guy Fabrice to the mailing list.
2985 Some initial parsing code for schema redefinitions.
2986 * result/schemas/bug303566_1_1.err
2987 result/schemas/bug312957_1_0.err: Adapted test results due
2988 to the keyref changes.
2989
2990Fri Aug 12 12:17:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
2991
2992 * valid.c: applied patch from Derek Poon fixing bug #310692
2993
2994Wed Aug 10 23:39:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
2995
2996 * xmlschemas.c: fix for bug #312945 as pointed by Dean Hill, the
2997 context type was not always properly initialized.
2998
2999Wed Aug 10 18:21:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3000
3001 * relaxng.c: fixed bug #307377 about validation of choices in
3002 list values.
3003 * test/relaxng/307377* result/relaxng/307377* Makefile.am runtest.c:
3004 added examples to the regression tests, problem is that streaming
3005 version gives slightly more informations.
3006
3007Wed Aug 10 15:25:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
3008
3009 * xinclude.c: fixed bug #302302, nasty but the fix is rather simple.
3010
3011Wed Aug 10 11:59:46 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3012
3013 * result/schemas/any6_1_0*: Added missing test results.
3014
3015Tue Aug 9 23:37:22 CEST 2005 Daniel Veillard <daniel@veillard.com>
3016
3017 * xmlregexp.c: fixed a determinism detection problem exposed by
3018 ##other tests commited by Kasimier, also added a small speedup
3019 of determinism detection.
3020 * test/results/any6_2_0* any8_1_0* any7_1_2* any7_2_2*: added
3021 the results to the regression tests now
3022
3023Tue Aug 9 15:54:09 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3024
3025 * test/schemas/any7_2.xml test/schemas/any6_2.xsd
3026 test/schemas/any8_1.xsd test/schemas/any8_0.xml:
3027 Added some more tests for element wildcards.
3028
3029Tue Aug 9 14:22:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3030
3031 * xmlschemas.c: Fixed #312957 reported by Carol Hunter:
3032 streaming XPath states were not popped in every case,
3033 thus failed to resolve correctly for subsequent input.
3034 * test/schemas/bug312957* result/schemas/bug312957*:
3035 Added the test submitted by Carol Hunter.
3036
3037Tue Aug 9 13:07:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3038
3039 * xmlregexp.c xmlschemas.c: trying to nail down the remaining
3040 ##other issues
3041 * result/schemas/any7* test/schemas/any7: completed the tests
3042 and added the results
3043 * result/schemas/any3_0_0.err result/schemas/any5_0_0.err
3044 result/schemas/any5_1_0.err: this slightly chnages the output
3045 from 3 existing tests
3046
3047Mon Aug 8 22:33:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
3048
3049 * nanoftp.c nanohttp.c xmlschemastypes.c: applied patch from
3050 Marcus Boerger to remove warnings on Windows.
3051
3052Mon Aug 8 16:43:04 CEST 2005 Daniel Veillard <daniel@veillard.com>
3053
3054 * xmlsave.c include/libxml/xmlsave.h: fixed #145092 by adding
3055 an xmlSaveOption to omit XML declaration
3056
3057Mon Aug 8 15:44:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3058
3059 * HTMLtree.c: fixed bug #310333 with a patch close to the provided
3060 patch for HTML UTF-8 serialization
3061 * result/HTML/script2.html: this changed the output of that test
3062
3063Mon Aug 8 15:01:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
3064
3065 * xmlregexp.c: fixed bug #310264, basically it's about reentrancy
3066 of count based transition, when going though the counter must
3067 be reset to 0
3068 * test/schemas/bug310264* result/schemas/bug310264*: added the
3069 regression test.
3070
3071Mon Aug 8 14:40:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3072
3073 * xmlschemas.c: Fixed a memory leak: xmlSchemaFreeAnnot() was
3074 only freeing the first annotation in the list.
3075
3076Mon Aug 8 09:44:34 CEST 2005 Daniel Veillard <daniel@veillard.com>
3077
3078 * xmlreader.c: applied patch from Rob Richards fixing
3079 xmlTextReaderGetAttribute
3080
3081Mon Aug 8 01:41:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
3082
3083 * HTMLparser.c: fixed an uninitialized memory access spotted by
3084 valgrind
3085
3086Sun Aug 7 12:39:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
3087
3088 * test/relaxng/docbook_0.xml: get rid of the dependancy on a locally
3089 installed DTD
3090 * uri.c include/libxml/uri.h xmlIO.c nanoftp.c nanohttp.c: try to
3091 cleanup the Path/URI conversion mess, needed fixing in various
3092 layers and a new API to the uri module which also fixes #306861
3093 * runtest.c: integrated a regression test specific to check the
3094 URI conversions done before calling the I/O handlers.
3095
3096Sat Aug 6 11:06:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3097
3098 * doc/XSLT.html doc/xml.html: small doc fix for #312647
3099
3100Tue Aug 2 13:26:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
3101
3102 * win32/configure.js: applied patch from Rob Richards to allow
3103 disabling modules in win32, fixes #304071
3104
3105Mon Aug 1 07:18:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
3106
3107 * python/libxml.c: applied fix from Jakub Piotr Clapa for
3108 xmlAttr.parent(), closing #312181
3109
3110Sun Jul 31 18:48:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
3111
3112 * schematron.c: report improvement
3113 * test/schematron/zvon* result/schematron/zvon*: more tests
3114
3115Sun Jul 31 16:02:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
3116
3117 * win32/Makefile.msvc win32/configure.js: applied patch from Rob
3118 Richards to add schematron to the build on Windows
3119 * test/schematron/zvon3* result/schematron/zvon3*: second test
3120 * test/schematron/zvon10* result/schematron/zvon10*: this is the
3121 real second test 10 and 2 are swapped.
3122
3123Sun Jul 31 15:42:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3124
3125 * schematron.c: more bug fixes, improve the error reporting.
3126 * test/schematron/zvon2* result/schematron/zvon2*: second test
3127
3128Sun Jul 31 14:15:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3129
3130 * schematron.c xmllint.c: fixing the loop bug, fixing schematron
3131 text error rendering
3132 * Makefile.am result/schematron/* test/schematron/zvon1*.sct:
3133 started integrating within "make tests"
3134
3135Sat Jul 30 17:26:58 EDT 2005 Daniel Veillard <daniel@veillard.com>
3136
3137 * test/schematron/*: a few first tests from Zvon unfortunately
3138 with the old syntax
3139
3140Sat Jul 30 17:08:07 EDT 2005 Daniel Veillard <daniel@veillard.com>
3141
3142 * schematron.c xmllint.c include/libxml/schematron.h: commiting
3143 work done on the plane last week-end
3144
3145Sat Jul 30 15:16:29 CEST 2005 Daniel Veillard <daniel@veillard.com>
3146
3147 * runtest.c: allows an extra argument to subset the tests
3148 * xmlregexp.c: big speedup for validation, basically avoided
3149 transition creation explosion when removing epsilon transition
3150
3151Sat Jul 30 00:00:46 CEST 2005 Daniel Veillard <daniel@veillard.com>
3152
3153 * Makefile.am globals.c parserInternals.c xmlreader.c xmlunicode.c
3154 xmlwriter.c: more cleanups based on sparse reports, added
3155 "make sparse"
3156
3157Fri Jul 29 12:11:25 CEST 2005 Daniel Veillard <daniel@veillard.com>
3158
3159 * python/libxml.c: don't output any message on failed resolver lookups,
3160 better done by the python user provided resolver layer.
3161
3162Fri Jul 29 01:48:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3163
3164 * HTMLparser.c SAX2.c encoding.c globals.c parser.c relaxng.c
3165 runsuite.c runtest.c schematron.c testHTML.c testReader.c
3166 testRegexp.c testSAX.c testThreads.c valid.c xinclude.c xmlIO.c
3167 xmllint.c xmlmodule.c xmlschemas.c xpath.c xpointer.c: a lot of
3168 small cleanups based on Linus' sparse check output.
3169
3170Thu Jul 28 21:28:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
3171
3172 * include/libxml/Makefile.am: added schematron.h, oops ...
3173
3174Thu Jul 28 02:38:21 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3175
3176 * xmlschemastypes.c: Added creation of the content type of
3177 xs:anyType. This is needed when trying to extend xs:anyType
3178 (although it makes no sense to extend it; IMHO the schema
3179 people should have ruled this out). This was reported
3180 by Yong Chen to the mailing list.
3181 * xmlschemas.c: Fixed handling of xs:anyType in
3182 xmlSchemaCheckCOSCTExtends() (reported by Young Chen). Tiny
3183 adjustment to an error report output.
3184 * test/schemas/extension2* result/schemas/extension2*:
3185 Added a test case provided by Young Chen.
3186
3187Mon Jul 25 11:41:18 PDT 2005 William Brack <wbrack@mmm.com.hk>
3188
3189 * uri.c: enhanced xmlBuildRelativeURI to allow the URI and the
3190 base to be in "relative" form
3191
3192Sun Jul 24 10:25:41 EDT 2005 Daniel Veillard <daniel@veillard.com>
3193
3194 * schematron.c xmllint.c: started adding schematron to the xmllint
3195 tool, the report infrastructure is gonna be fun.
3196
3197Sat Jul 23 23:23:51 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3198
3199 * test/schemas/any6* test/schemas/any7*: Added regression tests
3200 (they fail currently), but did not added results yet.
3201
3202Sat Jul 23 23:07:05 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3203
3204 * xmlschemas.c: Removed the workaround code in
3205 xmlSchemaValidateElemWildcard() for the <any> wildcard
3206 with namespace == ##other. Support for such wildcards was
3207 implemented by Daniel at the automaton level recently, and
3208 the workaround code iterfered with it.
3209
3210Sat Jul 23 10:55:50 EDT 2005 Daniel Veillard <daniel@veillard.com>
3211
3212 * pattern.c include/libxml/pattern.h: changed xmlPatterncompile
3213 signature to pass an int and not an enum since it can generate
3214 ABI compat troubles.
3215 * include/libxml/schematron.h schematron.c: adding the new
3216 schematron code, work in progress lots to be left and needing
3217 testing
3218 * include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in
3219 Makefile.am configure.in: integration of schematron into the
3220 build
3221 * xpath.c include/libxml/xpath.h: adding flags to control compilation
3222 options right now just XML_XPATH_CHECKNS.
3223
3224Sat Jul 23 16:39:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3225
3226 * xmlschemas.c: Removed an "internal error" message from
3227 xmlSchemaBuildAContentModel() when an empty model group
3228 definition is hit.
3229
3230Sat Jul 23 00:34:07 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3231
3232 * pattern.c: Changed xmlCompileStepPattern() and
3233 xmlCompileAttributeTest() to handle the "xml" prefix without
3234 caring if the XML namespace was supplied by the user.
3235
3236Fri Jul 22 00:08:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3237
3238 * xmlschemas.c: Fixed xmlSchemaPSimpleTypeErr(), which did not
3239 output the given string arguments correctly.
3240
3241Thu Jul 21 09:21:00 EDT 2005 Daniel Veillard <daniel@veillard.com>
3242
3243 * error.c globals.c parser.c runtest.c testHTML.c testSAX.c
3244 threads.c valid.c xmllint.c xmlreader.c xmlschemas.c xmlstring.c
3245 xmlwriter.c include/libxml/parser.h include/libxml/relaxng.h
3246 include/libxml/valid.h include/libxml/xmlIO.h
3247 include/libxml/xmlerror.h include/libxml/xmlexports.h
3248 include/libxml/xmlschemas.h: applied a patch from Marcus Boerger
3249 to fix problems with calling conventions on Windows this should
3250 fix #309757
3251
3252Wed Jul 20 14:45:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
3253
3254 * parser.c: an optimization of the char data inner loop,
3255 can gain up to 10% in pure SAX2 parsing speed
3256 * xmlschemas.c: applied patch from Kupriyanov Anatolij fixing
3257 a bug in XML Schemas facet comparison #310893
3258
3259Tue Jul 19 17:27:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3260
3261 * xmlregexp.c xmlschemas.c: fixed the error reporting for
3262 not transitions
3263 * result/schemas/any5_0_0* result/schemas/any5_0_2*
3264 result/schemas/any5_1_0*: fixed output
3265
3266Tue Jul 19 15:34:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3267
3268 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: fixing
3269 bug #172215 about foreign namespaces by adding support for
3270 negated string transitions. Error messages still need to be
3271 improved.
3272 * test/schemas/any5* result/schemas/any5*: adding regression
3273 tests for this.
3274
3275Tue Jul 19 12:33:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3276
3277 * tree.c: applied patch from Alexander Pohoyda fixing xmlGetNodePath
3278 on namespaced attributes #310417.
3279
3280Mon Jul 18 23:01:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
3281
3282 * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: --nonet was
3283 ducplicated
3284
3285Mon Jul 18 20:49:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
3286
3287 * xmlschemas.c: fixed xsd:all when used in conjunction with
3288 substitution groups
3289 * test/schemas/allsg_* result/schemas/allsg_*: adding specific
3290 regression tests, strangely missing from NIST/Sun/Microsoft
3291 testsuites
3292
3293Sun Jul 17 07:11:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3294
3295 * xmlschemas.c: fixed bug #307508, a bad automata was built but
3296 this showed as an indeterminist result
3297
3298Thu Jul 14 17:53:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3299
3300 * xmlschemastypes.c: found the last bug raised by NIST tests in
3301 comparing base64 strings, result from runsuite:
3302 ## NIST test suite for Schemas version NIST2004-01-14
3303 Ran 23170 tests (3953 schemata), no errors
3304
3305Thu Jul 14 14:57:36 CEST 2005 Daniel Veillard <daniel@veillard.com>
3306
3307 * testRegexp.c: fixed where xmlMemoryDump() should be called.
3308 * xmlregexp.c: fixed handling of {0}, \n, \r and \t, two bugs
3309 affecting NIST regression tests
3310
3311Thu Jul 14 11:30:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3312
3313 * configure.in: applied a patch from Gerrit P. Haase to add
3314 module support on cygwin
3315
3316Thu Jul 14 10:56:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
3317
3318 * HTMLparser.c: fixed a potential buffer overrun error introduced
3319 on last commit to htmlParseScript() c.f. #310229
3320
3321Thu Jul 14 23:48:17 PDT 2005 William Brack <wbrack@mmm.com.hk>
3322
3323 * xpath.c: Changed the behaviour of xmlXPathEqualNodeSetFloat to
3324 return TRUE if a nodeset with a numeric value of NaN is compared
3325 for inequality with any numeric value (bug 309914).
3326
3327Thu Jul 14 01:03:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3328
3329 * error.c relaxng.c xmlreader.c xmlschemas.c include/libxml/relaxng.h
3330 include/libxml/xmlschemas.h: applied patch from Marcus Boerger
3331 to route relaxng and schemas error messages when using the reader
3332 through the structured interface if activated.
3333 * elfgcchack.h doc/* testapi.c: rebuilt since this add new APIs
3334 to test.
3335
3336Wed Jul 13 18:35:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
3337
3338 * HTMLparser.c: applied UTF-8 script parsing bug #310229 fix from
3339 Jiri Netolicky
3340 * result/HTML/script2.html* test/HTML/script2.html: added the test
3341 case from the regression suite
3342
3343Tue Jul 12 17:08:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
3344
3345 * nanohttp.c: fixed bug #310105 with http_proxy environments with
3346 patch provided by Peter Breitenlohner
3347
3348Mon Jul 11 00:28:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3349
3350 * Makefile.am NEWS configure.in doc/*: preparing release 2.6.20
3351 * xmllint.c: removed a compilation problem
3352
3353Sun Jul 10 23:33:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3354
3355 * xstc/Makefile.am README README.tests Makefile.tests Makefile.am:
3356 preparing to make testsuite releases along with code source releases
3357 * gentest.py testapi.c: fixed a couple of problem introduced by
3358 the new Schemas support for Readers
3359 * xpath.c: fixed the XPath attribute:: bug #309580, #309864 in a crude
3360 but simple way.
3361 * xmlschemas.c include/libxml/tree.h: fixed a couple of problems
3362 raised by the doc builder.
3363 * doc/*: made rebuild
3364
3365Sun Jul 10 21:51:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
3366
3367 * xmlschemas.c: fixed a bug introduced on last commit
3368
3369Sun Jul 10 21:00:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3370
3371 * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: fixed a typo
3372 pointed by Jeroen Ruigrok
3373 * include/libxml/xmlreader.h include/libxml/xmlschemas.h: increased
3374 the APIs for xmlReader schemas validation support
3375 * xmllint.c xmlreader.c xmlschemas.c: xmlReader schemas validation
3376 implementation and testing as xmllint --stream --schema ...
3377
3378Sun Jul 10 16:11:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3379
3380 * include/libxml/xmlwin32version.h.in: try to avoid conflicts.
3381
3382Sat Jul 9 19:29:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3383
3384 * parser.c: fix for #309761 from Dylan Shell
3385 * xmlschemas.c include/libxml/xmlschemas.h: added xmlSchemaSAXPlug
3386 and xmlSchemaSAXUnplug generic APIs for SAX Schemas validation.
3387 * xmllint.c: couple of fixes plus added descriptions for --sax and
3388 --sax1
3389
3390Fri Jul 8 23:35:00 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3391
3392 * xmlschemas.c: Added c-props-correct constraint to check
3393 for equal cardinality of keyref/key.
3394 * include/libxml/xmlerror.h: Added an error code.
3395
3396Fri Jul 8 21:56:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3397
3398 * pattern.c: Fixed evaluation of attributes. Actually only
3399 attribute at the first level were evaluated (e.g. "@attr");
3400 expression like "foo/@attr" always failed.
3401
3402Fri Jul 8 20:04:29 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3403
3404 * xmlschemas.c: tiny fix in xmlSchemaValidateStream() if a
3405 user-provided SAX handler is given.
3406
3407Fri Jul 8 19:25:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3408
3409 * parser.c: fix some potential leaks in error cases.
3410 * xmllint.c: added --sax, to allow testing of --schemas --sax and
3411 various other combinations.
3412 * xmlschemas.c: fix a couple of tiny problems in
3413 xmlSchemaValidateStream()
3414
3415Fri Jul 8 18:34:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3416
3417 * xmlschemas.c: Changed xmlSchemaValidateFile() to use
3418 xmlSchemaValidateStream() internally.
3419
3420Fri Jul 8 17:02:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3421
3422 * test/relaxng/docbook_0.xml: added the missing entity to the
3423 document internal subset to avoid errors if the DocBook catalogs
3424 are not there
3425 * xmlschemas.c: first cut at implementing xmlSchemaValidateStream()
3426 untested yet
3427
3428Wed Jul 6 15:45:48 PDT 2005 William Brack <wbrack@mmm.com.hk>
3429
3430 * parser.c: fixed problem with free on dupl attribute in
3431 dtd (bug309637).
3432 * test/errors/attr3.xml, result/errors/attr3.*: added
3433 regression test for this
3434
3435Wed Jul 6 13:11:35 PDT 2005 William Brack <wbrack@mmm.com.hk>
3436
3437 * win32/Makefile.msvc: try again to fix file format for Windows
3438
3439Wed Jul 6 12:20:13 PDT 2005 William Brack <wbrack@mmm.com.hk>
3440
3441 * win32/Makefile.msvc: removed spurious ^M
3442 * runtest.c: added check for option O_BINARY
3443 * test/schemas/bug309338*, result/schemas/bug309338*: changed
3444 sticky tag to 'binary'
3445
3446Wed Jul 6 10:38:02 PDT 2005 William Brack <wbrack@mmm.com.hk>
3447
3448 * debugXML.c: excluded content string check for XML_ELEMENT_DECL
3449 in xmlCtxtGenericNodeCheck
3450 * runtest.c: changed "open" calls to include O_BINARY for Windows
3451
3452Wed Jul 6 17:14:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3453
3454 * parser.c: fixing bug #166777 (and #169838), it was an heuristic
3455 in areBlanks which failed.
3456 * result/winblanks.xml* result/noent/winblanks.xml test/winblanks.xml:
3457 added the input file to the regression tests
3458
3459Wed Jul 6 13:40:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3460
3461 * xmlschemastypes.c: Fixed bug #309338, reported by Kupriyanov
3462 Anotolij.
3463 * test/schemas/bug309338* result/schemas/bug309338*:
3464 Added a regression test for the above bug.
3465
3466Tue Jul 5 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
3467
3468 * Makefile.am: first steps toward a testsuite dist
3469 * SAX2.c include/libxml/xmlerror.h: fixed bug #307870
3470
3471Tue Jul 5 12:38:36 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3472
3473 * runsuite.c runtest.c: Tiny portability adjustment for win.
3474 * win32/Makefile.*: Added runtest.exe and runsuite.exe to
3475 be created.
3476
3477Mon Jul 4 17:44:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3478
3479 * runsuite.c: first stb at unimplemnted detection
3480 * runtest.c: fixing Windows code
3481
3482Mon Jul 4 17:19:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3483
3484 * runsuite.c: fix on schemas error
3485 * runtest.c: portability glob() on Windows
3486
3487Mon Jul 4 16:23:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3488
3489 * runsuite.c runtest.c: cleanups, logfile and portability
3490 * xmllint.c: fixed a memory leak
3491
3492Mon Jul 4 13:11:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3493
3494 * parser.c: fixed a bug failing to detect UTF-8 violations in
3495 CData in push mode.
3496 * result/errors/cdata.xml* test/errors/cdata.xml: added the test
3497 to the regressions
3498
3499Mon Jul 4 11:26:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
3500
3501 * debugXML.c: added enhancement for #309057 in xmllint shell
3502
3503Mon Jul 4 00:58:44 CEST 2005 Daniel Veillard <daniel@veillard.com>
3504
3505 * HTMLparser.c: applied patch from James Bursa fixing an html parsing
3506 bug in push mode
3507 * result/HTML/repeat.html* test/HTML/repeat.html: added the test to the
3508 regression suite
3509
3510Sun Jul 3 23:42:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3511
3512 * testapi.c tree.c: fixing a leak detected by testapi in
3513 xmlDOMWrapAdoptNode, and fixing another side effect in testapi
3514 seems to pass tests fine now.
3515 * include/libxml/parser.h parser.c: xmlStopParser() is no more limited
3516 to push mode
3517 * error.c: remove a warning
3518 * runtest.c xmllint.c: avoid compilation errors if only some parts
3519 of the library are compiled in.
3520
3521Mon Jul 4 00:39:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
3522
3523 * gentest.py testapi.c: fix a problem with previous patch to
3524 testapi.c
3525
3526Sun Jul 3 22:59:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
3527
3528 * runsuite.c runtest.c tree.c: fixing compilations when
3529 disabling parts of the library at configure time.
3530
3531Sun Jul 3 18:17:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
3532
3533 * parserInternals.c: fix bug raised by zamez on IRC
3534 * testapi.c: regenerated, seems to pop-up leaks in new tree functions
3535 * tree.c: added comments missing.
3536 * doc/*: regenerated
3537
3538Sun Jul 3 18:06:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
3539
3540 * testapi.c runsuite.c runtest.c: fixing #307823 and a couple of
3541 assorted bugs
3542 * python/generator.py python/libxml2-python-api.xml: fixed
3543 conditionals in generator too
3544 * doc/apibuild.py doc/libxml2-api.xml doc/* elfgcchack.h: some
3545 cleanups too and rebuilt
3546
3547Sun Jul 3 16:42:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
3548
3549 * xmlIO.c: fixed bug #307503 misplaced #ifdef
3550
3551Sun Jul 3 16:34:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
3552
3553 * runsuite.c: expanded test
3554 * xmlregexp.c: found and fixed the leak exposed by Microsoft regtests
3555
3556Sat Jul 2 23:38:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3557
3558 * runsuite.c: a bit of progresses on xstc
3559
3560Sat Jul 2 09:30:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
3561
3562 * runsuite.c: completed the simple checks for Relax-NG suites
3563 back to the same 11 errors as in the Python runs.
3564
3565Thu Jun 30 15:01:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3566
3567 * runtest.c: complete, checking on other platforms is needed
3568 * README: updated
3569 * debugXML.c: fix a bug raised by bill on IRC
3570 * relaxng.c: fix a leak in weird circumstances
3571 * runsuite.c Makefile.am: standalone test tool agaisnt
3572 the regression suites, work in progress
3573
3574Tue Jun 28 08:30:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3575
3576 * runtest.c: adding URI tests
3577
3578Mon Jun 27 23:55:56 CEST 2005 Daniel Veillard <daniel@veillard.com>
3579
3580 * runtest.c: adding xml:id
3581
3582Mon Jun 27 23:29:36 CEST 2005 Daniel Veillard <daniel@veillard.com>
3583
3584 * runtest.c: finishing XPath, adding XPointer
3585
3586Mon Jun 27 17:39:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3587
3588 * runtest.c: adding more coverage, XInclude and starting XPath
3589
3590Mon Jun 27 17:02:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3591
3592 * tree.c include/libxml/tree.h: Added allocation/deallocation
3593 functions for the DOM-wrapper context.
3594
3595Mon Jun 27 15:41:30 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3596
3597 * tree.c: Commented the new functions to be experimental.
3598
3599Mon Jun 27 14:41:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3600
3601 * error.c valid.c: working some weird error reporting problem for
3602 DTD validation.
3603 * runtest.c: augmented with DTD validation tests
3604 * result/VC/OneID*: slight change in validation output.
3605
3606Mon Jun 27 13:44:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3607
3608 * runtest.c: added most HTML tests
3609
3610Mon Jun 27 14:06:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3611
3612 * test/namespaces/reconcile/tests.xml
3613 test/namespaces/reconcile/tests-to-c.xsl: Added initial tests
3614 for some new DOM-wrapper helping functions.
3615
3616Mon Jun 27 14:01:06 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3617
3618 * xstc/xstc-to-python.xsl: Cleanup.
3619 * xstc/sun-test-def.xml xstc/nist-test-def.xml xstc/ms-test-def.xml:
3620 Removed, those are not needed anymore due to the new test suite.
3621
3622Mon Jun 27 11:39:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
3623
3624 * result/*.sax2 MAkefile.am: added SAXv2 regression tests apparently
3625 missing.
3626 * runtest.c: added SAX1/SAX2 checks.
3627
3628Mon Jun 27 12:24:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3629
3630 * tree.c include/libxml/tree.h: Added
3631 xmlDOMWrapReconcileNamespaces(), xmlDOMWrapAdoptNode() and
3632 xmlDOMWrapRemoveNode() to the API. These are functions intended
3633 to be used with DOM-wrappers.
3634
3635Mon Jun 27 10:14:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
3636
3637 * runtest.c: continue to increase the tests
3638
3639Mon Jun 27 09:21:49 CEST 2005 Daniel Veillard <daniel@veillard.com>
3640
3641 * runtest.c: continue to increase the tests
3642
3643Mon Jun 27 01:01:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3644
3645 * runtest.c: continue to increase the tests
3646
3647Sun Jun 26 20:08:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3648
3649 * include/libxml/valid.h valid.c: avoid name glob in agruments as
3650 it matches the glob() routine.
3651 * runtest.c Makefile.am: first steps toward a C regression test
3652 framework.
3653
3654Sat Jun 25 01:37:22 PDT 2005 William Brack <wbrack@mmm.com.hk>
3655
3656 * configure.in: fixed a problem with the detection of
3657 ss_family for ipV6, as reported on the mailing list by
3658 Doug Orleans.
3659
3660Tue Jun 21 10:44:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3661
3662 * test/schemas/empty-value* result/schemas/empty-value*:
3663 Added regression tests (from Dhyanesh).
3664
3665Tue Jun 21 10:35:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3666
3667 * xmlschemas.c: Fixed NULL values to be validated as empty
3668 string values (reported by Dhyanesh to the mailing list).
3669 Adjusted text concatenation of mixed content.
3670
3671Mon Jun 20 18:11:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3672
3673 * tree.c valid.c: applied patch from Rob Richards for removal
3674 of ID (and xml:id)
3675 * xmlreader.c: applied patch from James Wert implementing
3676 xmlTextReaderReadInnerXml and xmlTextReaderReadOuterXml
3677
3678Thu Jun 16 14:38:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3679
3680 * xmlschemas.c: Fixed SAX2 validation: grow of internal
3681 namespace list, appending of element character content.
3682 * xstc/xstc.py: Added "--sax" option for SAX2 validation.
3683
3684Wed Jun 15 15:34:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3685
3686 * xmlschemastypes.c: Added missing function descriptions.
3687
3688Wed Jun 15 15:26:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3689
3690 * xmllint.c: if sax1 is used and input is a file use the old
3691 API xmlParseFile()
3692 * xmlschemas.c: cleanups
3693 * doc/* testapi.c elfgcchack.h: rebuilt to add python bindings
3694 for the new functions in Schemas.
3695
3696Wed Jun 15 14:50:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3697
3698 * xmlschemas.c include/libxml/xmlschemas.h: Added
3699 xmlSchemaValidateFile() to the public API. This will use
3700 SAX2-driven validation.
3701
3702Wed Jun 15 11:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3703
3704 * result/schemas/bug306806_1_0 result/schemas/bug306806_1_0.err:
3705 Added schema test results (Tom Browder, bug #306806).
3706
3707Wed Jun 15 11:08:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3708
3709 * test/schemas/bug306806_1.xsd test/schemas/bug306806_0.xml:
3710 Added schema tests submitted by Tom Browder (bug #306806).
3711
3712Tue Jun 14 15:03:22 PDT 2005 William Brack <wbrack@mmm.com.hk>
3713
3714 * pattern.c: adjusted last change to xmlCompilePathPattern,
3715 fixed one compilation warning
3716
3717Tue Jun 14 21:19:16 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3718
3719 * pattern.c: Some changes/fixes to the streaming evaluation.
3720 * xmlschemas.c: A bit of support for parsing the schema for
3721 schema. Fixed attribute derivation when the use is
3722 "prohibited" and was "optional". Fixed an attribute construction
3723 bug, a left-over from the time, where <complexContent>,
3724 <extension>, etc. where created as structs.
3725
3726Tue Jun 14 12:35:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3727
3728 * libxml-2.0.pc.in: removed a redundant include path
3729
3730Mon Jun 13 14:58:33 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3731
3732 * xstc/Makefile.am: Some more adjustments.
3733
3734Mon Jun 13 14:35:59 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3735
3736 * xstc/Makefile.am: Changed test extraction process, since some
3737 boxes don't know about "tar --strip-path".
3738
3739Mon Jun 13 13:39:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
3740
3741 * relaxng.c: fixed a bug exposed by Rob Richards in the mailing-list
3742 * result//compare0* test//compare0*: added the regression test in
3743 the suite as this went unnoticed !
3744
3745Wed Jun 9 11:07:42 PDT 2005 William Brack <wbrack@mmm.com.hk>
3746
3747 * pattern.c, xpath.c, include/libxml/pattern.h: Further
3748 enhancement for XPath streaming, consolidated with
3749 schemas usage of pattern.c. Added a new enum
3750 xmlPatternFlags.
3751 * doc/*, testapi.c, elfgcchack.h: updated to reflect new
3752 enum.
3753 * test/XPath/tests/mixedpat, test/XPath/docs/mixed,
3754 result/XPath/mixedpat: added regression test for problems
3755 reported in bug306348
3756
3757Thu Jun 9 16:51:31 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3758
3759 * xmlschemastypes.c: Changed non-prefixed QNames to be bound to a
3760 default namespace if existent.
3761
3762Thu Jun 9 15:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3763
3764 * xmlschemastypes.c: Fixed a bug which I invented: hexBinary's string
3765 values were not duplicated corrently when creating a computed value
3766 in xmlSchemaValAtomicType.
3767
3768Thu Jun 9 13:20:57 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3769
3770 * xmlschemas.c result/schemas/include1_0_0.err:
3771 Fixed an attribute fixed/default value constraint error.
3772
3773Thu Jun 9 12:51:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3774
3775 * result/schemas/*: Adapted regression test results.
3776
3777Thu Jun 9 12:22:45 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3778
3779 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h
3780 include/libxml/xmlschemastypes.h: Changed the validation process
3781 to be able to work in streaming mode. Some datatype fixes,
3782 especially for list and union types. Due to the changes the
3783 error report output has changed in most cases. Initial migration to
3784 functions usable by both, the parser and the validator. This should
3785 ease a yet-to-come XS construction API in the long term as well.
3786
3787Thu Jun 9 10:16:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
3788
3789 * parser.c: applied patch from Malcolm Rowe to avoid namespace
3790 troubles on rollback parsing of elements start #304761
3791 * test/nsclean.xml result/noent/nsclean.xml result/nsclean.xml*:
3792 added it to the regression tests.
3793
3794Thu Jun 9 00:33:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
3795
3796 * parser.c include/libxml/xmlerror.h: applied patch from Rob Richards
3797 for xml:space and xml:lang handling with SAX2 api.
3798
3799Wed Jun 8 19:41:38 CEST 2005 Daniel Veillard <daniel@veillard.com>
3800
3801 * globals.c: applied patch from Morten Welinder, closing bug #306901
3802 on compiling subsets of the library
3803
3804Wed Jun 8 19:11:42 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3805
3806 * xstc/Makefile.am xstc.py xstc-to-python.xsl: Adapted the
3807 XS tests to use the new release of tests and test-definitions.
3808
38092005-06-07 Aleksey Sanin <aleksey@aleksey.com>
3810
3811 * c14n.c: fix rendering of attributes when parent node
3812 is not in the node set
3813
38142005-06-06 Aleksey Sanin <aleksey@aleksey.com>
3815
3816 * c14n.c: fixed xml attributes processing bug in exc c14n
3817 * xmllint.c: added --exc-c14n command line option
3818
3819Mon Jun 6 06:43:33 PDT 2005 William Brack <wbrack@mmm.com.hk>
3820
3821 * xpath.c, pattern.c: Enhanced xmlXPathRunStreamEval, fixed
3822 handling of depth/level for cases like union operator
3823 (bug #306348 reported by Bob Stayton). Also enhanced
3824 several comments throughout pattern.c.
3825 * doc/apibuild.py: fixed problem in handling of
3826 'signed' declaration. Rebuilt the docs.
3827
3828Tue May 31 20:35:27 PDT 2005 William Brack <wbrack@mmm.com.hk>
3829
3830 * xinclude.c: Enhanced handling of xml:base for included
3831 elements, fixing bugs 169209 and 302353.
3832
3833Wed May 25 18:59:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3834
3835 * xmlschemas.c: Fixed facet errors to be channelled back for
3836 union type members; facet-validation will stop now on the
3837 first error. Reported by GUY Fabrice to the mailing-list.
3838 * xmlschemastypes.c: Changed to ignore lengh-related facet
3839 validation for QNames and NOTATIONs as proposed by the
3840 schema people.
3841 * test/schemas/union2* result/schemas/union2*: Added
3842 regression tests for union types (by GUY Fabrice).
3843
3844Fri May 20 20:48:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
3845
3846 * xmlsave.c: applied patch from Mark Vakoc fixing saving of
3847 CDATA with NULL content.
3848
3849Thu May 12 15:14:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3850
3851 * xmlschemastypes.c: Changed the VALID_TZO macro to restrict
3852 the timezone to -840 to 840.
3853
3854Thu May 12 15:05:11 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3855
3856 * xmlschemastypes.c: Applied patch from Steve Nairn (bug #303670)
3857 for "signed int" of the date-time timezone field. Silenced
3858 a warning.
3859
3860Wed May 11 20:04:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
3861
3862 * tree.c: applied patch for replaceNode from Brent Hendricks
3863
3864Tue May 10 17:27:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3865
3866 * tree.c: fixed bug #303682 of a leak reported by Malcolm Rowe
3867
3868Tue May 10 11:50:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
3869
3870 * testapi.c: applied patch from Steve Nairn tof fix the compilation
3871 problem exposed in bug #303640
3872
3873Tue May 10 11:11:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3874
3875 * test/schemas/bug303566_1* result/schemas/bug303566_1_1*:
3876 Added regression a test provided by Heiko Oberdiek (bug #303566).
3877
3878Mon May 9 17:56:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3879
3880 * pattern.c: Changed the XPath "." to resolve only on the first
3881 level for XML Schema IDCs (bug #303566 reported by Heiko Oberdiek).
3882 This should not affect pattern-like resolution on every level.
3883
3884Sun May 8 13:35:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
3885
3886 * xmlmemory.c: fixed #169630 segfault in xmlMemDisplay
3887
3888Fri May 6 13:40:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3889
3890 * nanoftp.c: fixing bug #303068 increasing the nanoftp buffer.
3891 * doc/apibuild.py: fixed __attribute() parsing problem
3892 * doc/* testapi.c: regenerated the descriptions and docs.
3893
3894Wed May 4 11:16:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
3895
3896 * Makefile.am configure.in threads.c: on linux/gcc use weak definitions
3897 to avoid linking with pthread library on non-threaded environments.
3898 * xpath.c: applied patch from Mark Vakoc w.r.t. a buggy namespace
3899 list allocation.
3900
3901Fri Apr 29 11:27:37 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3902
3903 * parser.c: Fixed a test for duplicate attributes: Non-prefixed
3904 attributes were treated as being bound to the default namespace.
3905
3906Tue Apr 19 17:51:32 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3907
3908 * xmlschemastypes.c: Fixed date-time related validation
3909 (reported by David Crossley, bug #300576).
3910
3911Tue Apr 19 16:55:40 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3912
3913 * xmlschemas.c xmlregexp.c: Removed 5 unnecessary
3914 dereferences (reported by Andriy, bug #301074).
3915
3916Tue Apr 19 22:33:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
3917
3918 * xpath.c: Added some code to avoid integer overflow for
3919 ceil, floor and round functions (bug 301162)
3920
3921Tue Apr 19 13:21:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3922
3923 * xmlschemas.c: Removed workaround for bug #172215, since it
3924 does more harm in some scenarios. Added some of the
3925 "Particle Restriction OK" constraints - not yet enabled.
3926
3927Mon Apr 18 13:02:55 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3928
3929 * result/schemas/changelog093*: Added test results.
3930
3931Mon Apr 18 12:42:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3932
3933 * xmlschemas.c: Added output of canonical values in
3934 identity-constraint error messages.
3935 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
3936 Added xmlSchemaGetCanonValueWhtsp() to the API.
3937 Further enhancement of the canonical value
3938 conversion.
3939 * test/schemas/changelog093_0.*: Added test with an XSD
3940 submitted by Randy J. Ray.
3941
3942Fri Apr 15 09:33:21 HKT 2005 William Brack <wbrack@mmm.com.hk>
3943
3944 * valid.c: Applied Daniel's fix for memory leak in dtd
3945 prefix (bug 300550).
3946 * xpath.c: minor change to comment only
3947
3948Thu Apr 14 20:52:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3949
3950 * xmlmemory.c: added the call to the breakpoint routine
3951 when a monitored block is reallocated or freed
3952
3953Wed Apr 13 05:55:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
3954
3955 * nanohttp.c: applied patch from Aron Stansvik for bug #172525
3956 about HTTP query string parameter being lost
3957
3958Tue Apr 12 04:03:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3959
3960 * python/libxml.c python/libxml.py: applied patch from Brent Hendricks
3961 adding namespace removal at the python level #300209
3962 * python/tests/Makefile.am python/tests/nsdel.py: added the regression
3963 test
3964
3965Sun Apr 10 09:03:22 HKT 2005 William Brack <wbrack@mmm.com.hk>
3966
3967 * xpath.c: fixed several places where memory cleanup was not
3968 properly done after an error was detected (problem was
3969 reported on the mailing list by Pawel Palucha)
3970
3971Fri Apr 8 21:58:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3972
3973 * xmlschemas.c: Added substitution group constraints; changed
3974 the build of the pre-computed substitution groups. Channeled
3975 errors during xsi assembling of schemas to the validation
3976 context. Fixed a big memory leak, which occured when using
3977 IDCs: the precomputed value of attributes was not freed if
3978 the attribute did not resolve to an IDC field (discovered
3979 with the help of Randy J. Ray's schema, posted to the
3980 xmlschema-dev maling list).
3981
3982Fri Apr 8 13:22:01 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3983
3984 * xmlschemas.c: Added "Particle correct 2" to parsing of model groups.
3985 Added handling substitution groups inside <choice> and <sequence>;
3986 for <all> this is not supported yet. Changed circular checks for
3987 model groups definitions. "memberTypes" are processed at different
3988 levels now: component resolution first, construction later; this
3989 goes hand in hand with a global change to handle component
3990 resolution in a distinct phase. Fixed invalid default values for
3991 elements to mark the schema as invalid; this just resulted in an
3992 error report previously, but the schema was handled as valid.
3993 Separated the assignment of the model groups to referencing
3994 model group definition references (i.e. particles); this was
3995 needed to perform the circularity check for model group definitions.
3996 Added "Element Declaration Properties Correct (e-props-correct)"
3997 constraints. Separated component resolution for simple/complex
3998 types.
3999 * include/libxml/schemasInternals.h: Added a flag for substitution
4000 group heads.
4001
4002Wed Apr 6 23:14:03 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
4003
4004 * win32/Makefile.*: make install cleanup
4005
4006Wed Apr 6 22:42:23 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
4007
4008 * win32/Makefile.mingw: fixed mingw compilation
4009 * testModule.c: removed mingw warnings
4010
4011Wed Apr 6 21:59:11 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
4012
4013 * .cvsignore: added Eclipse project files to ignore list
4014
4015Wed Apr 6 16:08:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
4016
4017 * xpath.c: fixed the bug in lang() as raised by Elliotte Rusty Harold
4018 * result/XPath/tests/langsimple test/XPath/tests/langsimple
4019 test/XPath/docs/lang: added a regression test
4020
4021Tue Apr 5 23:48:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
4022
4023 * nanoftp.c: applied fix from Rob Richards to compile on Windows.
4024
4025Tue Apr 5 17:02:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4026
4027 * xmlschemas.c: Added "Type Derivation OK (Complex)" constraints
4028 and anchored them in the "Element Locally Valid (Element)"
4029 constraints. This restricts the type substitution via "xsi:type".
4030
4031Tue Apr 5 13:10:06 CEST 2005 Daniel Veillard <daniel@veillard.com>
4032
4033 * xmlschemas.c: patch from Matthew Burgess to improve some schemas
4034 facets validation messages.
4035
4036Sat Apr 2 12:48:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
4037
4038 * doc/* configure.in NEWS: preparing release 2.6.19, updated docs and
4039 rebuilding.
4040
4041Sat Apr 2 13:27:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
4042
4043 * xstc/Makefile.am: integrated fixup-tests.py
4044
4045Fri Apr 1 19:14:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
4046
4047 * xmlschemastypes.c: fixed a lack of comment and missing test for
4048 a pointer in the API.
4049
4050Fri Apr 1 17:54:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4051
4052 * xstc/fixup-tests.py: A tiny script to fixup some of the schema
4053 files used for the tests.
4054
4055Fri Apr 1 17:33:50 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4056
4057 * xmlschemas.c include/libxml/schemasInternals.h
4058 result/schemas/src-element2-*.err result/schemas/element-*.err:
4059 Committing again, since the CVS server aborted.
4060
4061Fri Apr 1 15:29:27 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4062
4063 * xmlschemastypes.c: Corrected 'length' facet validation for
4064 QNames and notations. Corrected xmlSchemaGetCanonValue: some
4065 data types did not return a value if already in normalized
4066 form.
4067 * xmlschemas.c include/libxml/schemasInternals.h:
4068 Eliminated creation of structs for <restriction>, <extension>,
4069 <simpleContent>, <complexContent>, <list> and <union>: the
4070 information is now set directly on the corresponding simple/
4071 complex type. Added some more complex type constraints.
4072 Added facet derivation constraints. Introduced "particle"
4073 components, which seem to be really needed if applying
4074 constraints. Corrected/change some of the parsing functions.
4075 This is all a bit scary, since a significant change to the code.
4076 * result/schemas/src-element2-*.err result/schemas/element-*.err:
4077 Adapted regression test results.
4078
4079Fri Apr 1 16:07:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
4080
4081 * doc/apibuild.py doc/elfgcchack.xsl: revamped the elfgcchack.h
4082 format to cope with gcc4 change of aliasing allowed scopes, had
4083 to add extra informations to doc/libxml2-api.xml to separate
4084 the header from the c module source.
4085 * *.c: updated all c library files to add a #define bottom_xxx
4086 and reimport elfgcchack.h thereafter, and a bit of cleanups.
4087 * doc//* testapi.c: regenerated when rebuilding the API
4088
4089Thu Mar 31 17:20:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
4090
4091 * xmlsave.c: fixed bug reported by Petr Pajas, in the absence of
4092 encoding UTF-8 should really be assumed. This may break if
4093 the HTTP headers indicates for example ISO-8859-1 since this
4094 then becomes a well formedness error.
4095
4096Thu Mar 31 16:57:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
4097
4098 * SAX.c: fixed #172260 redundant assignment.
4099 * parser.c include/libxml/parser.h: fixed xmlSAXParseDoc() and
4100 xmlParseDoc() signatures #172257.
4101
4102Thu Mar 31 16:11:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
4103
4104 * parser.c: fix potential crash if ctxt->sax->ignorableWhitespace
4105 is NULL as reported by bug #172255
4106
4107Thu Mar 31 15:36:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
4108
4109 * relaxng.c: fixed a problem in Relax-NG validation #159968
4110 * test/relaxng/list.* result/relaxng/list_*: added the test
4111 to the regression suite
4112
4113Thu Mar 31 13:06:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
4114
4115 * python/libxml.c: fixed bug #168504
4116
4117Thu Mar 31 12:22:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
4118
4119 * config.h.in configure.in nanoftp.c nanohttp.c xmllint.c
4120 macos/src/config-mac.h: use XML_SOCKLEN_T instead of SOCKLEN_T
4121 since apparently IBM can't avoid breaking common defines #166922
4122
4123Thu Mar 31 10:41:45 CEST 2005 Daniel Veillard <daniel@veillard.com>
4124
4125 * encoding.c: fix unitinialized variable in not frequently used
4126 code bug #172182
4127
4128Thu Mar 31 00:45:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
4129
4130 * python/generator.py python/libxml.py: another patch from Brent
4131 Hendricks to add new handlers with the various validity contexts
4132 * python/tests/Makefile.am python/tests/validDTD.py
4133 python/tests/validRNG.py python/tests/validSchemas.py: also
4134 added the regression tests he provided
4135
4136Wed Mar 30 09:39:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
4137
4138 * python/generator.py python/libxml.c: applied patch from Brent
4139 Hendricks to avoid leak in python bindings when using schemas
4140 error handlers.
4141
4142Tue Mar 29 22:29:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
4143
4144 * HTMLtree.c: fixing bug 168196, <a name=""> must be URI escaped too
4145
4146Sun Mar 27 13:24:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
4147
4148 * tree.c: cleanup of the Prop related functions and xmlNewNodeEatName
4149 by Rob Richards
4150
4151Thu Mar 24 19:01:22 PST 2005 William Brack <wbrack@mmm.com.hk>
4152
4153 * gentest.py, testapi.c: fixed problem with 'minimal library'
4154 compilation (LIBXML_PATTERN_ENABLED not properly checked) reported
4155 by Greg Morgan
4156
4157Thu Mar 24 12:01:30 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4158
4159 * xmlschemas.c: Fixed call to a facet error report: the type of
4160 the error was wrong, resulting in a segfault (bug #171220, reported
4161 by GUY Fabrice).
4162
4163Mon Mar 21 22:58:37 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4164
4165 * xmlschemas.c: Removed a stupid bug in xmlSchemaValidateAttributes,
4166 failing to build a linked list correctly (bug #169898, reported
4167 by bing song, hmm...).
4168
4169Mon Mar 21 21:09:07 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4170
4171 * xmlschemas.c: Fixed a segfault, which occured during bubbling
4172 of IDC nodes (bug #170779 and #170778, reported by GUY Fabrice):
4173 a variable was missed to be reset in a loop. Deactivated bubbling,
4174 if not referenced by a keyref.
4175
4176Sun Mar 20 11:13:02 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
4177
4178 * c14n.c include/libxml/xmlerror.h: special case "DAV:" namespace
4179 in c14n relative namespaces check and add structured error messages
4180 to c14n code
4181
4182Thu Mar 17 12:55:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4183
4184 * xmlschemas.c: Removed inheritance of "mixed" content type for
4185 short-hand restrictions of "anyType" (reported by Guy Fabrice
4186 to the mailing list). Added the namespace conversion (chameleon
4187 includes) for the base type reference of <restriction> and
4188 <extension>.
4189 * test/schemas/bug152470_1.xsd: Adapted due to the above change
4190 of "mixed" inheritance.
4191
4192Thu Mar 17 11:03:59 CET 2005 Daniel Veillard <daniel@veillard.com>
4193
4194 * xmlschemas.c: fixed a = -> == error pointed by GUY Fabrice
4195
4196Wed Mar 16 22:53:53 CET 2005 Daniel Veillard <daniel@veillard.com>
4197
4198 * xmlschemas.c: more debug messages from Matthew Burgess
4199 * xmlschemastypes.c: xmlSchemaValidateLengthFacet API missing check.
4200
4201Wed Mar 16 17:37:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4202
4203 * xmlschemastypes.c: Aaaannnd putting back the previous changes done
4204 by Daniel, which I overwrote with the previous commit.
4205
4206Wed Mar 16 17:20:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4207
4208 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemastypes.h:
4209 Hopefully finished validation against facets to use the normalized
4210 value of both, the facets and instance values. Added
4211 xmlSchemaValidateLengthFacetWhtsp(), xmlSchemaValidateFacetWhtsp()
4212 and xmlSchemaGetValType() to the schema API.
4213
4214Wed Mar 16 13:55:31 CET 2005 Daniel Veillard <daniel@veillard.com>
4215
4216 * libxml.spec.in: do not package .la files
4217 * xmllint.c: applied patch from Gerry Murphy for xmllint return code
4218 * xmlschemastypes.c: fixed a couple of missing tests of parameters
4219 at public API entry points.
4220
4221Tue Mar 15 23:31:14 HKT 2005 William Brack <wbrack@mmm.com.hk>
4222
4223 * xmlschemastypes.c: a couple of more changes to various
4224 decimal-handling routines. Fixes python some problems
4225 turned up by the python tests.
4226 * Makefile.am: change SchemasPythonTests message to warn
4227 that there are 10 'expected' errors (rather than 6) since
4228 we now reject a '+' sign on an unsigned.
4229
4230Tue Mar 15 15:43:27 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4231
4232 * xmlschemastypes.c xmlschemastypes.h: In preparation to use
4233 normalized values of facets during validation: changed the
4234 arguments of some string comparison functions; added a static
4235 xmlSchemaValidateFacetInternal() with more arguments to be
4236 more flexible. Prepared XML_SCHEMA_FACET_ENUMERATION validation
4237 to use the comparison functions. Fixed some assignments in
4238 xmlSchemaValAtomicType(): total digit count, lo, mi, hi.
4239
4240Sun Mar 13 19:32:03 CET 2005 Daniel Veillard <daniel@veillard.com>
4241
4242 * NEWS configure.in testapi.c doc/*: preparing release of 2.6.18
4243 updated docs and rebuilt
4244 * libxml.spec.in: reactivated gcc profiling for gcc >= 4.0.0
4245
4246Sat Mar 12 19:50:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4247
4248 * encoding.c: removed a static buffer in xmlByteConsumed(),
4249 as pointed by Ben Maurer, fixes #170086
4250 * xmlschemas.c: remove a potentially uninitialized pointer warning
4251
4252Fri Mar 11 23:53:13 HKT 2005 William Brack <wbrack@mmm.com.hk>
4253
4254 * xmlschemastypes.c: enhanced the parsing of XML_SCHEMAS_DECIMAL
4255 and much of the routine xmlSchemaCompareDecimals. The
4256 changes were necessary to fix a problem reported on the
4257 mailing list by John Hockaday.
4258
4259Fri Mar 11 13:22:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4260
4261 * xmlschemas.c: The schema parser will stop if components could
4262 not be resolved. This is not conforming to the spec but for now
4263 will avoid internal errors during type fixup and content model
4264 creation. Restructured inclusion/import of schemata: this avoids
4265 duplicate, self and circular inclusion. Chameleon includes are
4266 still workarounded. Added restriction to disallow references to
4267 non-imported namespaces. Corrected parsing of <group>.
4268 * result/schemas/bug167754_0_0*: Added a missing test result.
4269
4270Thu Mar 10 16:02:17 CET 2005 Daniel Veillard <daniel@veillard.com>
4271
4272 * doc/xml.html doc/encoding.html: Enriched encoding.html with more
4273 link and foreword warning to avoid problem with ignorant
4274 programmers, c.f #169721
4275
4276Thu Mar 10 15:01:34 CET 2005 Daniel Veillard <daniel@veillard.com>
4277
4278 * python/tests/Makefile.am python/tests/readernext.py: added
4279 a regression test from Rob Richards for the previous bug
4280
4281Thu Mar 10 13:22:36 CET 2005 Daniel Veillard <daniel@veillard.com>
4282
4283 * xmlreader.c: applied fix for xmlTextReaderNext() bug from
4284 Rob Richards
4285
4286Thu Mar 10 11:35:57 CET 2005 Daniel Veillard <daniel@veillard.com>
4287
4288 * xmlmodule.c: second patch from Rick Jones, portability fix for
4289 HP-UX
4290 * doc/examples/xpath1.c doc/examples/xpath2.c: first fix from Rick Jones
4291 to avoid warnings.
4292
4293Thu Mar 10 10:20:23 CET 2005 Daniel Veillard <daniel@veillard.com>
4294
4295 * include/libxml/hash.h libxml.h libxml.spec.in: some gcc4 portability
4296 patches, including a serious aliasing bug exposed in s390
4297 when trying to convert data pointer to code pointer.
4298
4299Mon Mar 7 18:34:00 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4300
4301 * xmlschemas.c: Tiny restructuring of the validation start-up
4302 functions. Added cleanup of the validation context at the
4303 end of validation. This takes care of the validation context
4304 being reused.
4305
4306Mon Mar 7 12:12:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4307
4308 * xmlschemastypes.c: Tiny changes in the comparison functions
4309 I forgot to commit last time.
4310
4311Fri Mar 4 22:51:42 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4312
4313 * xmlschemas.c: Added IDC validation of anySimpleType attribute
4314 values; anyway the IDC key comparison is restricted to
4315 anySimpleType <--> string based types. For other types we
4316 would possibly need the canonical lexical representation of
4317 them; this sounds not performant, since we would need to
4318 build such a representation each time we want to compare against
4319 anySimpleType. TODO: think about buffering the canonical values
4320 somewhere. Fixed error reports for default attributes to work
4321 without a node being specified. This all and the enabling of IDC
4322 validation fixes bug #165346 (reported by Benoit Gr?goire - could
4323 not read his last name correctly from bugzilla).
4324
4325Fri Mar 4 18:57:44 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4326
4327 * xmlschemas.c: Enabled IDC parsing and validation.
4328 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4329 Added xmlSchemaCopyValue to the API; this was done due to
4330 validation of default attributes against IDCs: since IDC keys
4331 consume the precomputed value, one needs a copy.
4332 * pattern.c: Enabled IDC support; this is currently done
4333 via calling xmlPatterncompile with a flag arg of 1.
4334
4335Wed Mar 2 11:45:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4336
4337 * Makefile.am doc/examples/Makefile.am python/tests/Makefile.am
4338 xstc/Makefile.am: try to fix a problem with valgrind.
4339 * python/generator.py python/libxml.c python/tests/Makefile.am
4340 python/tests/tstmem.py: applied memory leak fix from Brent Hendricks
4341 c.f. bug #165349
4342
4343Mon Feb 28 11:18:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4344
4345 * tree.c: Changed xmlSearchNsByHref to call xmlNsInScope with
4346 the prefix instead of the namespace name.
4347 * test/schemas/annot-err_0.xsd test/schemas/element-err_0.xsd:
4348 Adapted invalid values of the "id" attribute, since they are
4349 validated now.
4350
4351Fri Feb 25 08:31:16 CET 2005 Daniel Veillard <daniel@veillard.com>
4352
4353 * threads.c: new version with fixes from Rob Richards
4354
4355Thu Feb 24 16:37:51 CET 2005 Daniel Veillard <daniel@veillard.com>
4356
4357 * threads.c: applied patch from Rich Salz for multithreading on
4358 Windows.
4359
4360Wed Feb 23 15:04:46 CET 2005 Daniel Veillard <daniel@veillard.com>
4361
4362 * xmlwriter.c: applied a patch from Rob Richards fixing a couple
4363 of bugs in the writer
4364
4365Mon Feb 21 21:51:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4366
4367 * xmlsave.c: fixed problem when XMLLINT_INDENT was empty (bug 168033).
4368 * xpath.c: fixed compilation warning, no change to logic.
4369 * xmlschemastypes.c: fixed compilation warning, no change to logic.
4370
4371Mon Feb 21 14:48:27 CET 2005 Daniel Veillard <daniel@veillard.com>
4372
4373 * xmlwriter.c: applied patch from Rob Richards to fix a problem with
4374 xmlTextWriterStartAttributeNS
4375
4376Mon Feb 21 11:41:41 CET 2005 Daniel Veillard <daniel@veillard.com>
4377
4378 * pattern.c xpath.c: fixed remaining known bugs in the XPath streaming,
4379 and switched XPath to use it by default when possible
4380
4381Sat Feb 19 19:25:14 CET 2005 Daniel Veillard <daniel@veillard.com>
4382
4383 * xmlschemastypes.c: a bit of cleanup
4384 * elfgcchack.h testapi.c doc/*: rebuilt the API the tests and
4385 the documentation as a result.
4386
4387Fri Feb 18 20:34:03 CET 2005 Daniel Veillard <daniel@veillard.com>
4388
4389 * xmlreader.c include/libxml/xmlreader.h: applied patch from
4390 Aron Stansvik to add xmlTextReaderByteConsumed()
4391 * testReader.c: added a test option
4392 * xmlschemastypes.c: fix a lack of pointer checking in APIs
4393
4394Fri Feb 18 12:41:10 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4395
4396 * test/schemas/bug167754_0*: Added the regression test of Frans
4397 Englich for bug #167754.
4398
4399Fri Feb 18 12:31:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4400
4401 * xmlschemas.c: Started support for IDC resolution to default
4402 attributes. If building the content model for <all>: ensured
4403 to put element declarations and not the particles into the
4404 content model automaton (this was bug #167754, reported by
4405 Frans Englich).
4406
4407Thu Feb 17 22:31:58 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4408
4409 * pattern.c pattern.h: Some experimental addition for parsing
4410 of expressions and streamable validation.
4411 Added xmlStreamPushAttr to the API.
4412
4413Thu Feb 17 19:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4414
4415 * xmlschemas.c: Added validation for the attribute "id" in the
4416 schemata; doing this needed error report fixes for notations,
4417 facets and group. Changed NOTATION validation to work with the
4418 declared NOTATIONs in the schema; this does have no impact on
4419 the validation via the relaxng module.
4420 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4421 Added xmlSchemaNewNOTATIONValue to the API to be able to do
4422 the NOTATION validation described above.
4423 * test/schemas/element-err_0.xsd test/schemas/annot-err_0.xsd:
4424 Fixed the values of the "id" attributes, which were not validated
4425 previously.
4426
4427Thu Feb 17 12:03:46 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4428
4429 * xmlschemas.c: Fixed comparison for default/fixed attribute
4430 values, if the type was 'xsd:string'. Changed the comparison
4431 for IDCs to use the whitespace aware comparison function.
4432 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4433 Added xmlSchemaGetCanonValue, xmlSchemaNewStringValue and
4434 xmlSchemaCompareValuesWhtsp to the API. Added functions
4435 to compare strings with whitespace combinations of "preserve",
4436 "replace" and "collapse".
4437
4438Wed Feb 16 13:24:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4439
4440 * xmlschemas.c: Further work on IDCs, especially evaluation for
4441 attribute nodes.
4442
4443Wed Feb 16 01:19:27 CET 2005 Daniel Veillard <daniel@veillard.com>
4444
4445 * encoding.c: fix the comment to describe the real return values
4446 * pattern.c xpath.c include/libxml/pattern.h: lot of work on
4447 the patterns, pluggin in the XPath default evaluation, but
4448 disabled right now because it's not yet good enough for XSLT.
4449 pattern.h streaming API are likely to be changed to handle
4450 relative and absolute paths in the same expression.
4451
4452Tue Feb 15 15:33:32 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4453
4454 * xmlschemas.c: Added IDC evaluation for attribute nodes.
4455 Made 'nil'ed elements work. Added a specific error message
4456 for 'strict' attribute wildcards.
4457 * include/libxml/xmlerror.h: Added an error code for
4458 wildcards.
4459 * result/schemas/anyAttr-processContents-err1_0_0.err: Adapted.
4460
4461Sun Feb 13 16:15:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4462
4463 This change started out as a simple desire to speed up the
4464 execution time of testapi.c, which was being delayed by
4465 nameserver requests for non-existent URL's. From there it
4466 just sort of grew, and grew....
4467 * nanohttp.c, nanoftp.c: changed the processing of URL's
4468 to use the uri.c routines instead of custom code.
4469 * include/libxml/xmlerror.h: added code XML_FTP_URL_SYNTAX
4470 * uri.c: added accepting ipV6 addresses, in accordance with
4471 RFC's 2732 and 2373 (TODO: allow ipV4 within ipV6)
4472 * gentest.py, testapi.c: fixed a few problems with the
4473 testing of the nanoftp and nanohttp routines.
4474 * include/libxml/xmlversion.h: minor change to fix a
4475 warning on the docs generation
4476 * regenerated the docs
4477
4478Sat Feb 12 09:07:11 HKT 2005 William Brack <wbrack@mmm.com.hk>
4479
4480 * xinclude.c: fixed xmlXIncludeParseFile to prevent
4481 overwriting XML_COMPLETE_ATTRS when setting pctxt->loadsubset
4482 (bug 166199)
4483 * Makefile.am, python/tests/Makefile.am, xstc/Makefile.am: added
4484 code to add $(top_builddir)/.libs to LD_LIBRARY_PATH whenever
4485 PYTHONPATH is set, to assure new libxml2 routines are used.
4486
4487Fri Feb 11 22:20:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
4488
4489 * parser.c: fixed problem when no initial "chunk" was
4490 given to xmlCreatePushParser (bug 162613)
4491
4492Fri Feb 11 18:37:22 HKT 2005 William Brack <wbrack@mmm.com.hk>
4493
4494 * dict.c: fixed compilation warning
4495 * parser.c: changed xmlWarningMsg so ctxt->errNo is not set
4496 * xmllint.c: changed to return non-zero status if error
4497 on xinclude processing
4498 * xmlsave.c: minor deletion of a redundant condition statement
4499
4500Wed Feb 9 17:47:40 CET 2005 Daniel Veillard <daniel@veillard.com>
4501
4502 * tree.c: applied patch to xmlSetNsProp from Mike Hommey
4503
4504Sun Feb 6 00:17:57 CET 2005 Daniel Veillard <daniel@veillard.com>
4505
4506 * pattern.c xmllint.c: fixed implementation for |
4507 * test/pattern/conj.* result/pattern/conj: added a specific regression
4508 test
4509
4510Sat Feb 5 18:36:56 CET 2005 Daniel Veillard <daniel@veillard.com>
4511
4512 * pattern.c: first implementation for | support
4513
4514Sat Feb 5 14:58:46 CET 2005 Daniel Veillard <daniel@veillard.com>
4515
4516 * pattern.c: fixed the namespaces support
4517 * tree.c: fixed xmlGetNodePath when namespaces are used
4518 * result/pattern/multiple result/pattern/namespaces
4519 test/pattern/multiple.* test/pattern/namespaces.*: added
4520 more regression tests
4521
4522Fri Feb 4 18:26:43 CET 2005 Daniel Veillard <daniel@veillard.com>
4523
4524 * xmlschemas.c: fixed one internal function
4525 * doc/Makefile.am doc/wiki.xsl: applied patch from Joel Reed
4526 * testapi.c doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated
4527
4528Fri Feb 4 00:25:43 CET 2005 Daniel Veillard <daniel@veillard.com>
4529
4530 * Makefile.am: use the walker to test the patterns instead of
4531 the normal reader
4532 * pattern.c xmllint.c: bug fixes in the train including fixing the
4533 stupid build break.
4534
4535Tue Feb 1 18:15:52 CET 2005 Daniel Veillard <daniel@veillard.com>
4536
4537 * pattern.c: more bug fixes for the XPath streaming code.
4538
4539Mon Jan 31 17:59:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4540
4541 * xmlschemas.c: Integrated the streaming pattern from the
4542 pattern module. Fixed some IDC code bugs. Changed
4543 fallback for attribute declaration addition to work like for
4544 element declarations.
4545
4546Mon Jan 31 01:27:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4547
4548 * pattern.c xmllint.c: bugfixes around the streaming patterns
4549
4550Sun Jan 30 23:35:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4551
4552 * Makefile.am configure.in result/pattern/simple
4553 test/pattern/simple.*: added first test for the patterns
4554 * pattern.c xmllint.c: a few fixes
4555
4556Sun Jan 30 19:27:23 CET 2005 Daniel Veillard <daniel@veillard.com>
4557
4558 * pattern.c include/libxml/pattern.h xmllint.c: added a
4559 streaming pattern detector for a subset of XPath, should
4560 help Kasimier for identity constraints
Daniel Veillard25a1ce92008-06-02 16:04:12 +00004561 * python/generator.py: applied Stéphane Bidoul patch to find
William M. Brack11be2d02007-01-24 19:17:19 +00004562 paths without breaking.
4563
4564Fri Jan 28 18:53:40 CET 2005 Daniel Veillard <daniel@veillard.com>
4565
4566 * xmlschemas.c: fixed an untested pointer dereference and a & vs &&
4567
4568Fri Jan 28 18:37:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4569
4570 * xmlreader.c: implementation of xmlTextReaderReadString by
4571 Bjorn Reese
4572
4573Fri Jan 28 16:51:47 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4574
4575 * xmlschemas.c: Corrected an ambigious symbol-space for
4576 local attribute declarations. IFDEFed more IDC code to
4577 surpress compiler warnings.
4578
4579Fri Jan 28 00:57:04 CET 2005 Daniel Veillard <daniel@veillard.com>
4580
4581 * bakefile/Readme.txt bakefile/Bakefiles.bkgen bakefile/libxml2.bkl:
4582 files for the Bakefile generator for Makefiles from Francesco
4583 Montorsi
4584 * win32/configure.js: fixes for Windows compilation with non-default
4585 flags by Joel Reed
4586
4587Thu Jan 27 18:23:50 CET 2005 Daniel Veillard <daniel@veillard.com>
4588
4589 * tree.c: fixed xmlCopyDoc to also copy the doc->URL as pointed
4590 by Martijn Faassen
4591
4592Thu Jan 27 13:39:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4593
4594 * xmlschemas.c include/libxml/schemasInternals.h:
4595 Added an initial skeleton for indentity-constraints. This is all
4596 defined out, since not complete, plus it needs support from other
4597 modules.
4598 Added machanism to store element information for the
4599 ancestor-or-self axis; this is needed for identity-constraints
4600 and should be helpfull for a future streamable validation.
4601 * include/libxml/xmlerror.h: Added an error code for
4602 identity-constraints.
4603
4604Wed Jan 26 01:03:37 CET 2005 Daniel Veillard <daniel@veillard.com>
4605
4606 * gentest.py testapi.c: had to fix generation and rebuild.
4607 * valid.c: the testapi found a bug in the last code of course !
4608
4609Wed Jan 26 00:43:05 CET 2005 Daniel Veillard <daniel@veillard.com>
4610
4611 * Makefile.am testapi.c doc/Makefile.am: fixing the way testapi.c
4612 is generated, fixes bug #161386
4613 * dict.c: fix a comment typo
4614 * elfgcchack.h doc/*: regenerated
4615
4616Tue Jan 25 22:39:33 CET 2005 Daniel Veillard <daniel@veillard.com>
4617
4618 * parser.c: found and fixed 2 problems in the internal subset scanning
4619 code affecting the push parser (and the reader), fixes #165126
4620 * test/intsubset2.xml result//intsubset2.xml*: added the test case
4621 to the regression tests.
4622
4623Tue Jan 25 01:20:11 CET 2005 Daniel Veillard <daniel@veillard.com>
4624
4625 * testdso.c xmlregexp.c: warning patches from Peter Breitenlohner
4626 * include/libxml/valid.h valid.c parser.c: serious DTD parsing
4627 speedups, start to deprecate 3 ElementDef related entry point
4628 and replace them with better ones.
4629
4630Mon Jan 24 00:47:41 CET 2005 Daniel Veillard <daniel@veillard.com>
4631
4632 * xmlschemas.c: more hash dictionary interning changes
4633
4634Sun Jan 23 23:54:39 CET 2005 Daniel Veillard <daniel@veillard.com>
4635
4636 * hash.c include/libxml/hash.h: added xmlHashCreateDict where
4637 the hash reuses the dictionnary for internal strings
4638 * entities.c valid.c parser.c: reuse that new API, leads to a decent
4639 speedup when parsing for example DocBook documents.
4640
4641Sun Jan 23 21:14:20 CET 2005 Daniel Veillard <daniel@veillard.com>
4642
4643 * parser.c: small speedup in skipping blanks characters
4644 * entities.c: interning the entities strings
4645
4646Sun Jan 23 18:35:00 CET 2005 Daniel Veillard <daniel@veillard.com>
4647
4648 * parser.c: boosting common commnent parsing code, it was really
4649 slow.
4650 * test/comment[3-5].xml result//comment[3-5].xml*: added sprecific
4651 regression tests
4652
4653Sun Jan 23 01:00:09 CET 2005 Daniel Veillard <daniel@veillard.com>
4654
4655 * parser.c: small optimization back.
4656
4657Sat Jan 22 00:40:31 CET 2005 Daniel Veillard <daniel@veillard.com>
4658
4659 * dict.c parser.c include/libxml/dict.h: a single lock version
4660 mostly avoid the cost penalty of the lock in case of low
4661 parallelism, so applying that version instead.
4662
4663Fri Jan 21 17:54:06 CET 2005 Daniel Veillard <daniel@veillard.com>
4664
4665 * dict.c: patch from Gary Coady to fix a race in dict reference
4666 counting in multithreaded apps.
4667
4668Fri Jan 21 16:08:21 CET 2005 Daniel Veillard <daniel@veillard.com>
4669
4670 * parser.c: fixed bug #164556 where non-fatal errors stopped
4671 push parsing and xmlreader.
4672 * Makefile.am: fixup
4673 * test/errors/webdav.xml result/errors/webdav*: adding regression
4674 test for this problem.
4675
4676Wed Jan 19 17:24:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4677
4678 * xmlschemas.c: Corrected targetNamespace in
4679 xmlSchemaElementDump. Cosmetic changes to the dump output.
4680
4681Sun Jan 16 21:00:53 CET 2005 Daniel Veillard <daniel@veillard.com>
4682
4683 * configure.in NEWS doc/*: preparing release of 2.6.17,
4684 updated and rebuilt the docs
4685
4686Sun Jan 16 19:58:36 CET 2005 Daniel Veillard <daniel@veillard.com>
4687
4688 * parser.c: better fix for #151694 not killing c14n regression tests
4689 * xmlschemastypes.c: fixing bug #157653
4690
4691Sun Jan 16 19:01:06 CET 2005 Daniel Veillard <daniel@veillard.com>
4692
4693 * parser.c: fixing bug #151694, line should always be set in the
4694 elements.
4695
4696Sun Jan 16 01:04:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4697
4698 * xmlschemastypes.c: trying to fix at least the message from
4699 bug #158628
4700 * include/libxml/xmlsave.h xmlsave.c: added first xmlsave option
4701 for format, c.f. bug #159997
4702
4703Sat Jan 15 18:44:30 CET 2005 Daniel Veillard <daniel@veillard.com>
4704
4705 * python/libxml.py: make __str__ call serialize() on nodes, c.f.
4706 bug #157872
4707
4708Sat Jan 15 18:18:07 CET 2005 Daniel Veillard <daniel@veillard.com>
4709
4710 * nanoftp.c: applied patch from Dan McNichol for compilation on AIX
4711
4712Sat Jan 15 13:35:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4713
4714 * relaxng.c: fixed bug #157633 in relaxng choice optimization
4715 * result/relaxng/choice0* test/relaxng/choice0*: added regression
4716 tests about it.
4717 * doc/*: rebuilt
4718 * testdso.c: removed a warning due to a missing void in signature.
4719
4720Thu Jan 13 17:42:55 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4721
4722 * include/libxml/schemasInternals.h xmlschemas.c:
4723 Exposed targetNamespace for simple/complex types, model groups,
4724 attribute groups and notations (reported by Michael Hewarth
4725 to the mailing list). Added targetNamespace to xmlSchemaType,
4726 xmlSchemaAttributeGroup and xmlSchemaNotation.
4727 Tiny cosmetic change to the content model error report output.
4728 * result//all_*.err result//any3_0_0.err result//choice_*.err
4729 result//list0_0_1.err result//list0_1_1.err: Adapted output
4730 of regression tests.
4731
4732Thu Jan 13 13:20:51 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4733
4734 * xmlschemas.c: Put the fix of Daniel (from Tue Jan 11 14:41:47 CET)
4735 back in, since I missed to update xmlschemas.c before doing
4736 the previous commit.
4737
4738Thu Jan 13 12:59:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4739
4740 * xmlschemas.c: Integrated xmlRegExecErrInfo and xmlRegExecNextValues
4741 from xmlregexp.c to report expected elements on content model errors.
4742 * all_*.err any3_0_0.err choice_*.err list0_0_1.err list0_1_1.err:
4743 Adapted output of regression tests.
4744
4745Thu Jan 13 12:24:09 CET 2005 Daniel Veillard <daniel@veillard.com>
4746
4747 * config.h.in configure.in xmlmodule.c: trying to work around
4748 the compilation problem on HP-UX
4749
4750Wed Jan 12 22:03:33 CET 2005 Daniel Veillard <daniel@veillard.com>
4751
4752 * pattern.c: fixed the fixed size array structure problem reported by
4753 Patrick Streule
4754
4755Wed Jan 12 15:15:02 CET 2005 Daniel Veillard <daniel@veillard.com>
4756
4757 * elfgcchack.h testapi.c doc/libxml2-api.xml doc/*: regenerated
4758 the API description, rebuilt, improved navigation in documentation
4759 a bit.
4760
4761Wed Jan 12 14:17:14 CET 2005 Daniel Veillard <daniel@veillard.com>
4762
4763 * include/libxml/xmlregexp.h xmlregexp.c: extended xmlRegExecErrInfo()
4764 and xmlRegExecNextValues() to return error transition strings too,
4765 and sink state detection and handling.
4766
4767Tue Jan 11 14:41:47 CET 2005 Daniel Veillard <daniel@veillard.com>
4768
4769 * xmlschemas.c: fixed bug #163641 when the value passed for
4770 an atomic list type is NULL.
4771
4772Tue Jan 11 10:14:33 HKT 2005 William Brack <wbrack@mmm.com.hk>
4773
4774 * Makefile.am configure.in: fixed dependency on python 2.3,
4775 also small improvement for cygwin (bug 163273)
4776
4777Sun Jan 9 18:46:32 CET 2005 Daniel Veillard <daniel@veillard.com>
4778
4779 * gentest.py testapi.c: William noticed I forgot to add special
4780 support for xmlmodules.c define
4781 * xmlregexp.c include/libxml/xmlregexp.h: added terminal to
4782 xmlRegExecErrInfo() API, adding new xmlRegExecNextValues()
4783 entry point and refactored to use both code.
4784
4785Mon Jan 10 01:02:41 HKT 2006 William Brack <wbrack@mmm.com.hk>
4786
4787 * doc/xml.html, doc/FAQ.html: added an FAQ under Developer for
4788 setting up a "private" library (after some list posts about
4789 people having trouble doing it)
4790
4791Sat Jan 8 23:04:10 CET 2005 Daniel Veillard <daniel@veillard.com>
4792
4793 * xmlregexp.c: fixing behaviour for xmlRegExecErrInfo in case of
4794 rollback
4795
4796Fri Jan 7 14:54:51 CET 2005 Daniel Veillard <daniel@veillard.com>
4797
4798 * TODO: small update
4799 * xmlregexp.c: trying to add an API to get useful error informations
4800 back from a failing regexp context.
4801
4802Thu Jan 6 17:35:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
4803
4804 * xpath.c: fixed problem with xmlXPathErr when error number
4805 subscript was out of range (bug 163055)
4806
4807Thu Jan 6 09:57:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4808
4809 * uri.c: fixed problem with xmlURIEscape when query part was
4810 empty (actually fixed xmlURIEscapeStr to return an empty
4811 string rather than NULL for empty string input) (bug 163079)
4812
4813Tue Jan 4 17:08:45 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
4814
4815 * parser.c, parserInternal.c: fixed "col" calculation for
4816 struct _xmlParserInput (based on patch from Rob Richards)
4817 * include/libxml/xmlerror.h, error.c: propagated error column
4818 number in the xmlError structure
4819
4820Tue Jan 4 22:47:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4821
4822 * parser.c: fixed namespace bug in push mode reported by
4823 Rob Richards
4824 * test/ns6 result//ns6*: added it to the regression tests
4825 * xmlmodule.c testModule.c include/libxml/xmlmodule.h:
4826 added an extra option argument to module opening and defined
4827 a couple of flags to the API.
4828
4829Tue Jan 4 21:16:05 CET 2005 Daniel Veillard <daniel@veillard.com>
4830
4831 * xmlmodule.c include/libxml/xmlmodule.h: applied patch from
4832 Bjorn Reese, plus some cleanups
4833 * elfgcchack.h doc/elfgcchack.xsl: fixed the stylesheet to
4834 add the new header
4835 * doc/* testapi.c: regenerated the API
4836
4837Tue Jan 4 18:47:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4838
4839 * configure.in: making DSO support an option
4840 * xmlmodule.c xmlreader.c include/libxml/xmlmodule.h: code
4841 and documentation cleanups
4842 * elfgcchack.h testapi.c doc/*: regenerated the docs and
4843 checks for new module
4844 * test/valid/REC-xml-19980210.xml: fix a small change introduced
4845 previously
4846
4847Tue Jan 4 16:07:52 CET 2005 Daniel Veillard <daniel@veillard.com>
4848
4849 * Makefile.am config.h.in configure.in error.c libxml-2.0.pc.in
4850 testModule.c testdso.c xml2-config.in xmllint.c xmlmodule.c
4851 include/libxml/Makefile.am include/libxml/xmlerror.h
4852 include/libxml/xmlmodule.h include/libxml/xmlversion.h.in
4853 include/libxml/xmlwin32version.h.in: applied DSO support
4854 patch 2 from Joel Reed
4855
4856Tue Jan 4 15:30:15 CET 2005 Daniel Veillard <daniel@veillard.com>
4857
4858 * configure.in: applied patch from Marcin Konicki for BeOS
4859
4860Mon Jan 3 13:57:21 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
4861
4862 * parser.c: added GetLineNumber and GetColumnNumber functions for xmlReader
4863
4864Sun Jan 2 17:51:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
4865
4866 Re-examined the problems of configuring a "minimal" library.
4867 Synchronized the header files with the library code in order
4868 to assure that all the various conditionals (LIBXML_xxxx_ENABLED)
4869 were the same in both. Modified the API database content to more
4870 accurately reflect the conditionals. Enhanced the generation
4871 of that database. Although there was no substantial change to
4872 any of the library code's logic, a large number of files were
4873 modified to achieve the above, and the configuration script
4874 was enhanced to do some automatic enabling of features (e.g.
4875 --with-xinclude forces --with-xpath). Additionally, all the format
4876 errors discovered by apibuild.py were corrected.
4877 * configure.in: enhanced cross-checking of options
4878 * doc/apibuild.py, doc/elfgcchack.xsl, doc/libxml2-refs.xml,
4879 doc/libxml2-api.xml, gentest.py: changed the usage of the
4880 <cond> element in module descriptions
4881 * elfgcchack.h, testapi.c: regenerated with proper conditionals
4882 * HTMLparser.c, SAX.c, globals.c, tree.c, xmlschemas.c, xpath.c,
4883 testSAX.c: cleaned up conditionals
4884 * include/libxml/[SAX.h, SAX2.h, debugXML.h, encoding.h, entities.h,
4885 hash.h, parser.h, parserInternals.h, schemasInternals.h, tree.h,
4886 valid.h, xlink.h, xmlIO.h, xmlautomata.h, xmlreader.h, xpath.h]:
4887 synchronized the conditionals with the corresponding module code
4888 * doc/examples/tree2.c, doc/examples/xpath1.c, doc/examples/xpath2.c:
4889 added additional conditions required for compilation
4890 * doc/*.html, doc/html/*.html: rebuilt the docs
4891
4892Sat Dec 25 18:10:02 HKT 2004 William Brack <wbrack@mmm.com.hk>
4893
4894 * parserInternals.c: fixed to skip (if necessary) the BOM for
4895 encoding 'utf-16'. Completes the fix for bug #152286.
4896 * tree.c, parser.c: minor warning cleanup, no change to logic
4897
4898Fri Dec 24 16:31:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
4899
4900 * python/generator.py: added most required entires to
4901 foreign encoding table, plus some additional logic to
4902 assure only the 1st param uses the 't#' format. Fixes
4903 bug #152286, but may still have some other UTF-16 problems.
4904
4905Thu Dec 23 23:44:08 HKT 2004 William Brack <wbrack@mmm.com.hk>
4906
4907 * Makefile.am, gentest.py: enhanced for enabling build in
4908 a different directory. Added (optional) param to gentest.py
4909 to specify the source directory (bug #155468)
4910 * doc/Makefile.am: changed destination of NEWS from (top_srcdir)
4911 to (top_builddir) (bug #155468)
4912 * python/Makefile.am, python/generator.py: enhanced for enabling
4913 build in a different directory(bug #155468). Added (optional)
4914 param to generator.py to specify the source directory. Added
4915 a new table of functions which have possible "foreign" encodings
4916 (e.g. UTF16), and code to use python 't' format instead of
4917 'z' format (mostly solving bug #152286, but still need to
4918 populate the table).
4919
4920Tue Dec 21 08:10:44 MST 2004 John Fleck <jfleck@inkstain.net>
4921
4922 * doc/site.xsl, doc/xml.html, plus rebuilt all the html pages
4923 Change reference to new site for Solaris binaries, fixing bug
4924 160598
4925
4926
4927Mon Dec 20 08:02:57 PST 2004 William Brack <wbrack@mmm.com.hk>
4928
4929 * parser.c: reset input->base within xmlStopParser
4930 * xmlstring.c: removed call to xmlUTF8Strlen from within
4931 xmlUTF8Strpos (Bill Moseley pointed out it was not
4932 useful)
4933
4934Fri Dec 17 16:03:41 PST 2004 William Brack <wbrack@mmm.com.hk>
4935
4936 * valid.c: changed xmlErrValidWarning to use ctxt->warning
4937 instead of ctxt->error for its reports (bug #160662)
4938
4939Fri Dec 17 14:52:17 PST 2004 William Brack <wbrack@mmm.com.hk>
4940
4941 * python/generator.py: modified to allow the ns and nsDefs
4942 accessors to return None instead of error when no namespace
4943 is present (bug #)
4944
4945Fri Dec 17 11:40:21 PST 2004 William Brack <wbrack@mmm.com.hk>
4946
4947 * doc/Makefile.am: changed maintainer-clean dependency with
4948 suggestion from Crispin Flowerday (bug #157634)
4949 * debugXML.c: fixed crash when ATTRIBUTE or DOCUMENT nodes
4950 were specified with debugDumpNode (bug #160621)
4951
4952Fri Dec 10 11:24:41 CET 2004 Daniel Veillard <daniel@veillard.com>
4953
4954 * valid.c: fixed ID deallocation problem based on patch from
4955 Steve Shepard fixes bug #160893
4956 * xmlmemory.c: improving comment.
4957 * testapi.c: new test for xmlDictExists() is generated.
4958
4959Wed Dec 1 22:35:37 HKT 2004 William Brack <wbrack@mmm.com.hk>
4960
4961 * dict.c, xpath.c, include/libxml/hash.h: fixed up some gcc warnings,
4962 no change to logic. New macro XML_CAST_FPTR to circumvent gcc
4963 warnings on function pointer <-> object pointer (a hack).
4964
4965Mon Nov 29 14:07:18 CET 2004 Daniel Veillard <daniel@veillard.com>
4966
4967 * xpath.c: fixed a memory leak on errors in some circumstances #159812
4968
4969Fri Nov 26 23:20:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
4970
4971 * xmlIO.c: added a check within xmlOutputBufferWriteEscape to prevent
4972 a dead loop on bad data (bug 159550)
4973
4974Fri Nov 26 13:09:04 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4975
4976 * xmlschemas.c: Fixed strict/lax element wildcards: the children
4977 of elements for which a declaration existed were still processed
4978 by the wildcard mechanism (reported by philippe ventrillon to the
4979 mailing list).
4980 Changed the import and include machanism to share dictionaries.
4981
4982Fri Nov 26 11:44:36 CET 2004 Daniel Veillard <daniel@veillard.com>
4983
4984 * HTMLparser.c parser.c: make sure xmlCtxtReadFile and htmlCtxtReadFile
4985 go through the catalog resolution.
4986 * gentest.py testapi.c: fix a side effect wrning of the change
4987
4988Wed Nov 24 13:41:52 CET 2004 Daniel Veillard <daniel@veillard.com>
4989
4990 * dict.c include/libxml/dict.h: added xmlDictExists() to the
4991 dictionnary interface.
4992 * xmlreader.c: applying xmlTextReaderHasAttributes fix for namespaces
4993 from Rob Richards
4994
4995Wed Nov 17 13:54:37 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
4996
4997 * xmlschemas.c: tiny enhancement for content model error reports
4998 (#157190, #143948). Removed abbreviations: CT, ST and WC
4999 (#157190, reported by Frans Englich).
5000 Initial: no report of local components.
5001 * result/schemas/all* result/schemas/any3_0_0.err
5002 result/schemas/choice*
5003 result/schemas/cos-st-restricts-1-2-err_0_0.err
5004 result/schemas/derivation-ok-extension-err_0_0.err
5005 result/schemas/derivation-ok-extension_0_0.err
5006 result/schemas/derivation-ok-restriction-2-1-1_0_0.err
5007 result/schemas/derivation-ok-restriction-4-1-err_0_0.err
5008 result/schemas/deter0_0_0.err result/schemas/extension1_0_2.err
5009 result/schemas/facet-unionST-err1_0_0.err
5010 result/schemas/hexbinary_0_1.err
5011 result/schemas/list* result/schemas/restriction-attr1_0_0.err
5012 result/schemas/vdv-first4_0_1.err result/schemas/vdv-first4_0_2.err:
5013 Adapted output.
5014
5015Mon Nov 15 13:04:28 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5016
5017 * xmlschemas.c: Moved execution of xmlSchemaCheckDefaults to
5018 xmlSchemaTypeFixup; this ensures facets of inherited types to be
5019 checked prior to facets of derived types - which caused a seg
5020 fault otherwise (bug #158216, reported by Frans Englich).
5021
5022Sun Nov 14 22:23:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
5023
5024 * gentest.py, testapi.c: further enhancement, now all
5025 compilation warnings have been fixed.
5026 * xmlschemastypes.c: added NULL check for one function
5027
5028Fri Nov 12 23:58:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
5029
5030 * xpath.c: trivial change (changed CHECK_CONTEXT to CHECK_CTXT
5031 on a couple of lines)
5032 * gentest.py, testapi.c: enhanced to reduce compilation warnings
5033
5034Fri Nov 12 16:12:48 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5035
5036 * xmlschemas.c: Un-commented a TODO in xmlSchemaParseElement.
5037
5038Fri Nov 12 14:55:36 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5039
5040 * xmlschemas.c: Correct symbol space for 'all' and 'choice'.
5041 * xmlschemastypes.c include/xmlschemastypes.h: Added 'replace'
5042 normalization for 'normalizedString'.
5043 Added xmlSchemaWhiteSpaceReplace to the API.
5044
5045Thu Nov 11 21:43:02 CET 2004 Daniel Veillard <daniel@veillard.com>
5046
5047 * Makefile.am: forgot a $(srcdir)
5048 * encoding.c: stupid error wrong name #157976
5049
5050Wed Nov 10 15:35:25 CET 2004 Daniel Veillard <daniel@veillard.com>
5051
5052 * NEWS configure.in doc/*: preparing release of libxml2-2.6.16
5053
5054Wed Nov 10 12:55:18 CET 2004 Daniel Veillard <daniel@veillard.com>
5055
5056 * python/generator.py python/libxml.c python/libxml2class.txt
5057 python/libxml_wrap.h python/types.c: Applied patch from Brent
5058 Hendricks adding support for late DTD validation.
5059 * python/tests/Makefile.am python/tests/dtdvalid.py
5060 python/tests/test.dtd: integrated the provided regression test
5061
5062Tue nov 9 19:24:31 CET 2004 Dodji Seketeli <dodji@seketeli.org>
5063
5064 * configure.in: detect when struct sockaddr_storage
5065 has the __ss_family member instead of ss_family and
5066 behave accordingly. We now can use ipv6 on aix.
5067
5068Tue Nov 9 17:15:46 CET 2004 Daniel Veillard <daniel@veillard.com>
5069
5070 * Makefile.am gentest.py testapi.c: integrated in "make tests"
5071 added -q option, and more conditional features fixes
5072 * catalog.c debugXML.c parser.c testThreads.c xmllint.c
5073 xmlschemastypes.c xmlwriter.cinclude/libxml/catalog.h
5074 include/libxml/debugXML.h: various compilation and conditional
5075 cleanups.
5076 * doc/*: regenerated
5077
5078Tue Nov 9 15:59:50 CET 2004 Daniel Veillard <daniel@veillard.com>
5079
5080 * gentest.py testapi.c: better handling of conditional features
5081 * HTMLparser.c SAX2.c parserInternals.c xmlwriter.c: more testing
5082 on parser contexts closed leaks, error messages
5083
5084Tue Nov 9 10:21:37 GMT 2004 William Brack <wbrack@mmm.com.hk>
5085
5086 * xpath.c: fixed problem concerning XPath context corruption
5087 during function argument evaluation (bug 157652)
5088
5089Mon Nov 8 18:54:52 CET 2004 Daniel Veillard <daniel@veillard.com>
5090
5091 * testapi.c: more types.
5092 * parserInternals.c xpath.c: more fixes
5093
5094Mon Nov 8 18:16:43 CET 2004 Daniel Veillard <daniel@veillard.com>
5095
5096 * gentest.py testapi.c: better parser options coverage
5097 * SAX2.c xpath.c: more cleanups.
5098
5099Tue Nov 9 01:50:08 CET 2004 Daniel Veillard <daniel@veillard.com>
5100
5101 * testapi.c: trying to fix some optional support brokenness
5102
5103Mon Nov 8 17:25:27 CET 2004 Daniel Veillard <daniel@veillard.com>
5104
5105 * gentest.py testapi.c: more coverage
5106 * debugXML.c parser.c xmlregexp.c xpath.c: more fixes
5107
5108Mon Nov 8 15:02:39 CET 2004 Daniel Veillard <daniel@veillard.com>
5109
5110 * gentest.py testapi.c: more coverage
5111 * SAX2.c parser.c parserInternals.c: more fixes
5112
5113Mon Nov 8 12:55:16 CET 2004 Daniel Veillard <daniel@veillard.com>
5114
5115 * parser.c testapi.c xmlIO.c xmlstring.c: more fixes.
5116
5117Mon Nov 8 11:24:57 CET 2004 Daniel Veillard <daniel@veillard.com>
5118
5119 * gentest.py testapi.c: more types, more coverage
5120 * parser.c parserInternals.c relaxng.c valid.c xmlIO.c
5121 xmlschemastypes.c: more problems fixed
5122
5123Mon Nov 8 10:24:28 HKT 2004 William Brack <wbrack@mmm.com.hk>
5124
5125 * gentest.py: fixed test file corruption problem
5126
5127Sun Nov 7 13:18:05 CET 2004 Daniel Veillard <daniel@veillard.com>
5128
5129 * gentest.py testapi.c: fixed typos and avoid Catalogs verbosity
5130
5131Sat Nov 6 23:25:16 CET 2004 Daniel Veillard <daniel@veillard.com>
5132
5133 * testapi.c: augmented the number of types
5134
5135Sat Nov 6 20:24:07 CET 2004 Daniel Veillard <daniel@veillard.com>
5136
5137 * HTMLtree.c tree.c xmlreader.c xmlwriter.c: a number of new
5138 bug fixes and documentation updates.
5139
5140Sat Nov 6 15:50:11 CET 2004 Daniel Veillard <daniel@veillard.com>
5141
5142 * gentest.py testapi.c: augmented type autogeneration for enums
5143 * xpath.c include/libxml/xpath.h: removed direct error reporting.
5144
5145Sat Nov 6 14:27:18 CET 2004 Daniel Veillard <daniel@veillard.com>
5146
5147 * encoding.c: fixed a regression in iconv support.
5148
5149Fri Nov 5 18:19:23 CET 2004 Daniel Veillard <daniel@veillard.com>
5150
5151 * gentest.py testapi.c: autogenerate a minimal NULL value sequence
5152 for unknown pointer types
5153 * HTMLparser.c SAX2.c chvalid.c encoding.c entities.c parser.c
5154 parserInternals.c relaxng.c valid.c xmlIO.c xmlreader.c
5155 xmlsave.c xmlschemas.c xmlschemastypes.c xmlstring.c xpath.c
5156 xpointer.c: This uncovered an impressive amount of entry points
5157 not checking for NULL pointers when they ought to, closing all
5158 the open gaps.
5159
5160Fri Nov 5 16:26:28 UTC 2004 William Brack <wbrack@mmm.com.hk>
5161
5162 * catalog.c: fixed problem with NULL entry (bug 157407)
5163 * xpath.c: fixed a couple of warnings (no change to logic)
5164
5165Fri Nov 5 15:30:43 CET 2004 Daniel Veillard <daniel@veillard.com>
5166
5167 * gentest.py testapi.c: more coverage
5168 * xmlunicode.c: one fix
5169
5170Fri Nov 5 23:15:51 CET 2004 Daniel Veillard <daniel@veillard.com>
5171
5172 * entities.c: fixed a compilation problem on a recent change
5173
5174Fri Nov 5 12:50:09 CET 2004 Daniel Veillard <daniel@veillard.com>
5175
5176 * gentest.py testapi.c: more coverage
5177 * nanoftp.c tree.c: more fixes
5178
5179Fri Nov 5 11:02:28 CET 2004 Daniel Veillard <daniel@veillard.com>
5180
5181 * gentest.py testapi.c: fixed the way the generator works,
5182 extended the testing, especially with more real trees and nodes.
5183 * HTMLtree.c tree.c valid.c xinclude.c xmlIO.c xmlsave.c: a bunch
5184 of real problems found and fixed.
5185 * entities.c: fix error reporting to go through the new handlers
5186
5187Thu Nov 4 18:44:56 CET 2004 Daniel Veillard <daniel@veillard.com>
5188
5189 * parser.c: dohh ... stupid change killing xmlParseDoc()
5190
5191Thu Nov 4 18:32:22 CET 2004 Daniel Veillard <daniel@veillard.com>
5192
5193 * gentest.py testapi.c: changing the way the .c is generated,
5194 extending the tests coverage
5195 * include/libxml/nanoftp.h nanoftp.c elfgcchack.h doc/*: fixing some
5196 function signatures, regenerating stuff
5197 * SAX2.c parser.c xmlIO.c: another set of bug fixes and API hardening
5198
5199Thu Nov 4 13:32:19 CET 2004 Daniel Veillard <daniel@veillard.com>
5200
5201 * gentest.py testapi.c: extending the tests coverage
5202
5203Thu Nov 4 11:52:28 CET 2004 Daniel Veillard <daniel@veillard.com>
5204
5205 * Makefile.am: gentest.py was missing from the EXTRA_DIST
5206
5207Thu Nov 4 11:48:47 CET 2004 Daniel Veillard <daniel@veillard.com>
5208
5209 * gentest.py testapi.c: extending the tests coverage
5210 * HTMLtree.c tree.c xmlsave.c xpointer.c: more fixes and cleanups
5211
5212Thu Nov 4 00:25:36 CET 2004 Daniel Veillard <daniel@veillard.com>
5213
5214 * gentest.py testapi.c: more fixes and extending the tests coverage
5215 * nanoftp.c xmlIO.c: more fixes and hardening
5216
5217Wed Nov 3 20:16:24 CET 2004 Daniel Veillard <daniel@veillard.com>
5218
5219 * gentest.py testapi.c: more fixes and extending the tests coverage
5220 * valid.c: bunch of cleanups and 2 leaks removed
5221
5222Wed Nov 3 18:06:44 CET 2004 Daniel Veillard <daniel@veillard.com>
5223
5224 * gentest.py testapi.c: more fixes and extending the tests coverage
5225 * list.c tree.c: more fixes and hardening
5226
5227Wed Nov 3 15:19:22 CET 2004 Daniel Veillard <daniel@veillard.com>
5228
5229 * gentest.py testapi.c: more fixes and extending the tests coverage
5230 * relaxng.c include/libxml/relaxng.h: adding a type init interface
5231 * include/libxml/xmlerror.h parser.c xmlreader.c xmlwriter.c: more
5232 cleanups and bug fixes raised by the regression tests
5233
5234Wed Nov 3 12:49:30 CET 2004 Daniel Veillard <daniel@veillard.com>
5235
5236 * gentest.py testapi.c: more fixes and extending the tests coverage
5237 * xmlwriter.c list.c: more hardeing of APIs
5238 * doc/apibuild.py: skip testapi.c when scanning the C files.
5239
5240Tue Nov 2 23:09:06 CET 2004 Daniel Veillard <daniel@veillard.com>
5241
5242 * gentest.py testapi.c: more testing and coverage
5243 * elfgcchack.h xmlstring.c include/libxml/xmlstring.h: more cleanups
5244 * doc/*: rebuilt
5245
5246Tue Nov 2 19:44:32 CET 2004 Daniel Veillard <daniel@veillard.com>
5247
5248 * gentest.py testapi.c: more developments on the API testing
5249 * HTMLparser.c tree.c: more cleanups
5250 * doc/*: rebuilt
5251
5252Tue Nov 2 15:49:34 CET 2004 Daniel Veillard <daniel@veillard.com>
5253
5254 * xmlmemory.c include/libxml/xmlmemory.h: adding xmlMemBlocks()
5255 * Makefile.am gentest.py testapi.c: work on generator of an
5256 automatic API regression test tool.
5257 * SAX2.c nanoftp.c parser.c parserInternals.c tree.c xmlIO.c
5258 xmlstring.c: various API hardeing changes as a result of running
5259 teh first set of automatic API regression tests.
5260 * test/slashdot16.xml: apparently missing from CVS, commited it
5261
5262Mon Nov 1 15:54:18 CET 2004 Daniel Veillard <daniel@veillard.com>
5263
5264 * xpath.c: fixed an UTF-8 parsing bug reported by Markus Bertheau
5265 on #fedora-devel
5266
5267Sun Oct 31 22:03:38 CET 2004 Daniel Veillard <daniel@veillard.com>
5268
5269 * parser.c: fixed a bug reported by Petr Pajas on the list and
5270 affecting XML::Libxml
5271
5272Sun Oct 31 16:33:54 CET 2004 Daniel Veillard <daniel@veillard.com>
5273
5274 * encoding.c doc/examples/testWriter.c: Fixed bug #153937, making
5275 sure the conversion functions return the number of byte written.
5276 Had to fix one of the examples.
5277
5278Fri Oct 29 14:16:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
5279
5280 * doc/xmllint.1 doc/xmllint.xml: indicate - means stdin closing #156626
5281
5282Fri Oct 29 14:03:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5283
5284 * python/libxml.c: register xmlSchemaSetValidErrors, patch from
5285 Brent Hendricks in the mailing-list
5286 * include/libxml/valid.h HTMLparser.c SAX2.c valid.c
5287 parserInternals.c: fix #156626 and more generally how to find out
5288 if a validation contect is part of a parsing context or not. This
5289 can probably be improved to make 100% sure that vctxt->userData
5290 is the parser context too. It's a bit hairy because we can't
5291 change the xmlValidCtxt structure without breaking the ABI since
5292 this change xmlParserCtxt information indexes.
5293
5294Wed Oct 27 19:26:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5295
5296 * ChangeLog NEWS configure.in doc/*: preparing release 2.6.15
5297 * debugXML.c nanoftp.c xmlschemas.c xmlschemastypes.c: cleanups
5298
5299Wed Oct 27 09:31:24 PDT 2004 William Brack <wbrack@mmm.com.hk>
5300
5301 * uri.c: fixed a stupid mistake in xmlBuildRelativeURI
5302 (bug 156527)
5303
5304Wed Oct 27 11:44:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
5305
5306 * nanoftp.c nanohttp.c: second part of the security fix for
5307 xmlNanoFTPConnect() and xmlNanoHTTPConnectHost().
5308
5309Tue Oct 26 23:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
5310
5311 * nanoftp.c: applied fixes for a couple of potential security problems
5312 * tree.c valid.c xmllint.c: more fixes on the string interning checks
5313
5314Tue Oct 26 18:09:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
5315
5316 * debugXML.c include/libxml/xmlerror.h: added checking for names
5317 values and dictionnaries generates a tons of errors
5318 * SAX2.ccatalog.c parser.c relaxng.c tree.c xinclude.c xmlwriter.c
5319 include/libxml/tree.h: fixing the errors in the regression tests
5320
5321Mon Oct 25 16:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5322
5323 * parser.c: modified the handling of _private for entity
5324 expansion (bug 155816)
5325
5326Mon Oct 25 17:11:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
5327
5328 * parser.c: fixed the leak reported by Volker Roth on the list
5329 * test/ent10 result//ent10*: added a specific test for the problem
5330
5331Sat Oct 23 11:07:41 PDT 2004 William Brack <wbrack@mmm.com.hk>
5332
5333 * valid.c: unlinked the internal subset within xmlValidateDtd
5334 (bug 141827)
5335 * configure.in: added -Wall to developer's flags
5336 * doc/examples/reader4.res: added to CVS
5337
5338Fri Oct 22 16:36:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
5339
5340 * HTMLparser.c: added support for HTML PIs #156087
5341 * test/HTML/python.html result/HTML/python.html*: added specific tests
5342
5343Fri Oct 22 15:20:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5344
5345 * threads.c: fixed nasty bug #156087
5346
5347Fri Oct 22 21:04:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5348
5349 * python/libxml.c: fixed a problem occuring only in x86_64 when
5350 very large error messages are raised to the Python handlers.
5351
5352Thu Oct 21 18:03:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
5353
5354 * xmlschemas.c: fixed a memory bug
5355 * doc/examples/reader4.c doc/examples/*: added test from Graham Bennett
5356 and regenerated the directory
5357
5358Tue Oct 19 11:06:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5359
5360 * include/libxml/xmlreader.h xmlreader.c: applied patch from
5361 Graham Bennett adding 4 convenience functions to the reader API.
5362
5363Fri Oct 15 11:22:48 PDT 2004 William Brack <wbrack@mmm.com.hk>
5364
5365 * debugXML.c: excluded a few nodes (with no content) from the
5366 string check routine.
5367
5368Fri Oct 15 10:48:30 EDT 2004 Daniel Veillard <daniel@veillard.com>
5369
5370 * debugXML.c include/libxml/xmlerror.h: added UTF-8 string checking,
5371 raise a problem, need debug
5372
5373Wed Oct 13 02:17:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5374
5375 * python/Makefile.am: applied patch from Thomas Fitzsimmons fixing
5376 #155240 building outside the source tree. but make tests fails.
5377
5378Mon Oct 11 16:26:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
5379
5380 * debugXML.c include/libxml/xmlerror.h: added namespace checking
5381
5382Sat Oct 9 22:36:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
5383
5384 * debugXML.c: some framework preparation to add namespace checkings
5385
5386Thu Oct 7 15:12:58 CEST 2004 Daniel Veillard <daniel@veillard.com>
5387
5388 * debugXML.c include/libxml/debugXML.h include/libxml/xmlerror.h:
5389 adding the tree debug mode
5390 * parser.c relaxng.c tree.c xpath.c: fixing various problems reported
5391 by the debug mode.
5392 * SAX2.c: another tree fix from Rob Richards
5393
5394Wed Oct 6 10:50:03 PDT 2004 William Brack <wbrack@mmm.com.hk>
5395
5396 * catalog.c: small change to last fix, to get xml:base right
5397
5398Wed Oct 6 09:33:51 PDT 2004 William Brack <wbrack@mmm.com.hk>
5399
5400 * catalog.c: added code to handle <group>, including dumping
5401 to output (bug 151924).
5402 * xmlcatalog.c, xmlstring.c, parser.c: minor compiler warning
5403 cleanup (no change to logic)
5404
5405Mon Oct 4 16:09:07 CEST 2004 Daniel Veillard <daniel@veillard.com>
5406
5407 * configure.in debugXML.c include/libxml/xmlversion.h.in
5408 include/libxml/xmlwin32version.h.in: revamped the XML debugging
5409 module and prepare for a new checking mode
5410
5411Mon Oct 4 13:53:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
5412
5413 * parser.c: applied patch from Malcolm Tredinnick fixing bug #152426
5414
5415Mon Oct 4 12:26:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
5416
5417 * python/generator.py python/libxml.c python/tests/outbuf.py:
5418 applied patch from Malcolm Tredinnick fixing bug #154294
5419 related to saving to python file objects.
5420
5421Sat Oct 2 21:08:51 PDT 2004 William Brack <wbrack@mmm.com.hk>
5422
5423 * tree.c: changed xmlHasNsProp to properly handle a request for
5424 the default namespace (bug 153557)
5425
5426Sat Oct 2 18:18:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
5427
5428 * parser.c: fixed problem with dictionary handling within
5429 xmlParseInNodeContext (bug 153175)
5430
5431Sat Oct 2 15:46:37 PDT 2004 William Brack <wbrack@mmm.com.hk>
5432
5433 * check-relaxng-test-suite.py, check-relaxng-test-suite2.py,
5434 check-xinclude-test-suite.py, check-xml-test-suite.py,
5435 check-xsddata-test-suite.py, doc/examples/index.py: changed
5436 changed sys.path setting from 'append' to 'insert' (patch
5437 supplied by Malcolm Tredinnick) (bug 153716)
5438
5439Sat Oct 2 15:03:14 PDT 2004 William Brack <wbrack@mmm.com.hk>
5440
5441 * include/libxml/parserInternals.h: added two new macros
5442 IS_ASCII_LETTER and IS_ASCII_DIGIT used with (html)
5443 parsing and xpath for testing data not necessarily
5444 unicode.
5445 * HTMLparser.c, xpath.c: changed use of IS_LETTER_CH and
5446 IS_DIGIT_CH macros to ascii versions (bug 153936).
5447
5448Fri Oct 1 20:37:25 PDT 2004 William Brack <wbrack@mmm.com.hk>
5449
5450 * error.c: added some coding to attempt to display which file
5451 contains an error when using XInclude (bug 152623)
5452
5453Thu Sep 30 11:19:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
5454
5455 * configure.in: stupid cut'n paste bug in xmllint detection
5456
5457Wed Sep 29 17:47:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
5458
5459 * configure.in doc/*: releasing 2.6.14, rebuilding the docs
5460
5461Wed Sep 29 15:00:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5462
5463 * xmlschemas.c include/libxml/xmlerror.h include/libxml/xmlschemas.h
5464 include/libxml/schemasInternals.h: Parsing of <complexContent>
5465 - handle attribute 'mixed', catch illegal attributes.
5466 Parsing of <complexType> - handle attributes 'abstract',
5467 'final' and 'block', catch illegal attributes.
5468 Validation of complex types - handle abstract types.
5469 Added handling of default/fixed attributes and element values.
5470 Per validation option attribute nodes/text nodes are created
5471 on the instance.
5472 Added the corresponding constraints for fixed/default.
5473 Added xmlSchemaSetValidOptions, xmlSchemaGetValidOptions
5474 to the external API.
5475 Extended element declaration constraints.
5476 Got rid of perseverative creation of temporery validation/parser
5477 contexts.
5478 Added handling of xsi:schemaLocation and
5479 xsi:noNamespaceSchemaLocation.
5480 Fixed xsi:type component resolution if using non-prefixed
5481 QNames.
5482 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
5483 Enabled namespace awareness of the content model if using the
5484 model group "all".
5485 * test/schemas/bug152470_1.xsd: Removed an "abstract" attribute,
5486 which broke the test.
5487 * xstc/xstc.py: Workaround to accomodate case insensitive
5488 test definitions in ms-test.def.xml (was missing in a previous
5489 commit).
5490
5491Wed Sep 29 11:03:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5492
5493 * python/drv_libxml2.py: another patch from Malcolm Tredinnick
5494 adding option not to load dtd from the drv_libxml2.py module
5495 #134633
5496
5497Tue Sep 28 14:30:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
5498
5499 * acconfig.h config.h.in configure.in xmlIO.c xmlregexp.c xmlschemas.c
5500 xmlschemastypes.c: another patch from Malcolm Tredinnick fixing
5501 warning generated by the Nonstop Kernel Open System Services
5502 compiler #151710
5503
5504Tue Sep 28 13:07:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
5505
5506 * python/libxml.py: applied patch from Malcolm Tredinnick fixing
5507 python exception hierarchy #139824
5508
5509Sun Sep 26 16:40:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
5510
5511 * valid.c TODO: applied patch from Malcolm Tredinnick fixing errata
5512 E20 concerning NMTOKENS and co. validation #153722
5513 * result/VC/AttributeNmtokens test/VC/AttributeNmtokens
5514 test/VCM/AttributeNmtokens.xml: also added tests from Malcolm
5515
5516Sun Sep 26 16:24:44 CEST 2004 Daniel Veillard <daniel@veillard.com>
5517
5518 * xstc/xstc.py: applied patch from Malcolm Tredinnick fixing space/tabs
5519 #153713
5520 * xpath.c: fixed a realloc potential problem
5521
5522Fri Sep 24 16:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5523
5524 * Makefile.am: fixed make valgrind xstc
5525
5526Thu Sep 23 18:23:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
5527
5528 * xmlschemastypes.c: fixing an out of bound adressing issue
5529
5530Thu Sep 23 15:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5531
5532 * HTMLparser.c parser.c relaxng.c xmlschemas.c: more memory related
5533 code cleanups.
5534
5535Thu Sep 23 01:04:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5536
5537 * parser.c: fixed a bunch of errors when realloc failed.
5538
5539Wed Sep 22 23:56:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
5540
5541 * threads.c uri.c: couple of memory fixes from Mark Vakoc reported
5542 by Purify on Windows.
5543
5544Mon Sep 20 22:01:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
5545
5546 * xmllint.c: added --timing --copy timing for the copy
5547 * vms/build_libxml.com: applied patch from Craig Berry
5548 to build with recent releases
5549
5550Fri Sep 17 21:25:33 PDT 2004 William Brack <wbrack@mmm.com.hk>
5551
5552 * nanohttp.c, include/libxml/nanohttp.h: added the routine
5553 xmlNanoHTTPContentLength to the external API (bug151968).
5554 * parser.c: fixed unnecessary internal error message (bug152060);
5555 also changed call to strncmp over to xmlStrncmp.
5556 * encoding.c: fixed compilation warning (bug152307).
5557 * tree.c: fixed segfault in xmlCopyPropList (bug152368); fixed
5558 a couple of compilation warnings.
5559 * HTMLtree.c, debugXML.c, xmlmemory.c: fixed a few compilation
5560 warnings; no change to logic.
5561
5562Fri Sep 17 10:40:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5563
5564 * parser.c: removed some extern before function code reported by
5565 Kjartan Maraas on IRC
5566 * legacy.c: fixed compiling when configuring out the HTML parser
5567 * Makefile.am: added a declaration for CVS_EXTRA_DIST
5568 * HTMLparser.c: beginning of an attempt at cleaning up the construction
5569 of the HTML parser data structures, current data generate a huge
5570 amount of ELF relocations at loading time.
5571
5572Fri Sep 17 10:36:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5573
5574 * ChangeLog: applied fix from Stepan Kasal to fix duplication
5575 in the change log and cleanup of space/tabs issues.
5576
5577Thu Sep 16 13:24:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5578
5579 * xmlschemas.c include/libxml/schemasInternals.h
5580 test/schemas/bug152470_1.* result/schemas/bug152470_1_1*:
5581 Simpified attribute wildcard creation and assignment to get rid
5582 of memory leaks.
5583 Restructured the validation process.
5584 Restructured and expanded parsing of <attributeGroup>.
5585 Added initial handing of xsi:type.
5586 Advanced handling of xsi:nil (should work now for simple types).
5587 Added construction of schemata using xsi:schemaLocation and
5588 xsi:noNamespaceSchemaLocation; this is not enabled, since
5589 no corresponding API exists yet.
5590 Moved the content model to complex type components.
5591 Resolution of types for attributes will look for simple types
5592 only (incl. all the built-in simple types).
5593 Extended parsing of 'anyAttribute'.
5594 Fixed content-type type for complex types if derived from
5595 'anyType' using the short-hand form (see bug # 152470,
5596 submitted by Thilo Jeremias).
5597 * include/libxml/xmlschematypes.h: Cleaned up some comments.
5598 * xstc/xstc.py: Workaround to accomodate case insensitive
5599 test definitions in ms-test.def.xml.
5600 * result/schemas/deter0_0_0.err result/schemas/ns0_0_2.err
5601 result/schemas/ns0_1_2.err: Adapted.
5602
5603Sat Sep 11 09:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5604
5605 * xmlwriter.c: changed char array initialisation to avoid a
5606 complaint from some compiler(s) (bug 152308)
5607
5608Thu Sep 9 07:22:11 PDT 2004 William Brack <wbrack@mmm.com.hk>
5609
5610 * encoding.c: applied fixes for the UTF8ToISO8859x transcoding
5611 routine suggested by Mark Itzcovitz
5612
5613Wed Sep 8 22:50:27 CEST 2004 Daniel Veillard <daniel@veillard.com>
5614
5615 * valid.c xmlsave.c: fixed 2 problems raised by #152140, one
5616 which is that notation not in the internal subset should
5617 not be saved, and the second more nasty on an error saving
5618 NOTATIONs, if there is a proof that nobody uses notations !
5619
5620Wed Sep 8 11:04:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5621
5622 * xmlschemas.c include/libxml/xmlschemas.h: Added the function
5623 xmlSchemaValidateOneElement to the XML Schema validation API,
5624 as proposed by Jeffrey Fink - see bug # 152073.
5625
5626Tue Sep 7 11:10:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5627
5628 * configure.in doc/Makefile.am xstc/Makefile.am: some cleanup
5629 checking for xmllint and xsltproc in configure.in, fixed
5630 make dist w.r.t. the new xstc subdir.
5631 * doc/*: rebuilt
5632
5633Mon Sep 6 16:42:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5634
5635 * xstc/xstc.py: Changed to finally validate instance documents.
5636
5637Mon Sep 6 16:04:01 CEST 2004 Daniel Veillard <daniel@veillard.com>
5638
5639 * xstc/Makefile.am Makefile.am: integrated to "make valgrind",
5640 heavy ... weight 250MB of VM !
5641
5642Mon Sep 6 14:54:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5643
5644 * xstc/Makefile.am xstc/xstc-to-python.xsl xstc/xstc.py Makefile.am:
5645 more cleanup in integrating the xstc testsuite
5646
5647Mon Sep 6 13:56:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
5648
5649 * Makefile.am configure.in xstc/.cvsignore xstc/Makefile.am:
5650 starting to integrate the xstc suite in the normal regression
5651 tests
5652
5653Mon Sep 6 13:14:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5654
5655 * xstc/sun-test-def.xml: The "tsDir" attribute was not
5656 set correctly.
5657
5658Mon Sep 6 11:52:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
5659
5660 * check-xinclude-test-suite.py: when output and expected do not match
5661 exactly run diff to put the differences in the log c.f. #148691
5662
5663Mon Sep 6 11:17:35 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5664
5665 * xstc/xstc-to-python.xslt xstc/ms-test-def.xml xstc/nist-test-def.xml
5666 xstc/sun-test-def.xml: Initial release of generation files to
5667 create python test scripts, which will run the W3C XML Schema Test
5668 Collection. The ms-test-def.xml and sun-test-def.xml files
5669 were extracted from the online HTML XSTC results [1], since they did
5670 not exist for the SUN tests, and only partially did exist for the
5671 MS tests. The NIST definition file was created by concatenation
5672 of the existing definition files for each single datatype.
5673 The stylesheet "xstc-to-python.xslt" should be run against the
5674 definition files to produce the python scripts.
5675 [1] "http://www.w3.org/XML/2001/05/xmlschema-test-collection/
5676 results-master.html"
5677
5678Fri Sep 3 20:29:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5679
5680 * xmlschemas.c include/libxml/schemasInternals.h
5681 include/libxml/xmlerror.h: Fixed a seg fault in xmlGetQNameProp:
5682 a format argument was missing.
5683 Fixed wrong assignment of the owner of a wildcard in
5684 xmlSchemaBuildAttributeValidation (in the shorthandform of
5685 <complexType>; this caused a seg fault, due to a double-free
5686 of the wildcard.
5687 Added a check for circular attribute group references.
5688 Added a check for circular model group definition references.
5689 Fixed a dublicate xmlParserErrors enum value - see bug #151738.
5690
5691Fri Sep 3 10:08:13 PDT 2004 William Brack <wbrack@mmmm.com.hk>
5692
5693 * xmlstring.c: modified comments on xmlGetUTF8Char in
5694 response to bug 151760 (no change to logic)
5695
5696Tue Aug 31 09:46:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
5697
5698 * xmlstring.c: fixed error reported on the list caused by
5699 my last change
5700
5701Tue Aug 31 15:41:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
5702
5703 * NEWS configure.in doc/*: release of libxml2-2.6.13
5704
5705Tue Aug 31 14:14:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5706
5707 * xmlIO.c: fixing #151456, an encoding error could generate
5708 a serialization loop.
5709
5710Tue Aug 31 11:34:04 CEST 2004 Daniel Veillard <daniel@veillard.com>
5711
5712 * Makefile.am: also produce a tar ball with just the sources
5713 * xmllint.c: added --path option and --load-trace options to
5714 xmllint, RFE #147740 based on xsltproc versions
5715 * doc/xmllint.* doc/*: updated the man page and rebuilt
5716
5717Tue Aug 31 10:37:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5718
5719 * xmlschemastypes.c: "" is a valid hexbinary string dixit xmlschema-dev
5720 * result/schemas/hexbinary_0_1.err test/schemas/hexbinary_1.xml:
5721 update the test.
5722 * test/ns5 result//ns5*: added a test for the namespace bug fixed
5723 in previous commit.
5724 * Makefile.am: added a message in the regression tests
5725
5726Mon Aug 30 23:36:21 PDT 2004 William Brack <wbrack@mmm.com.hk>
5727
5728 * SAX2.c: fixed bug introduced during OOM fixup causing problems
5729 with default namespace when a named prefix with the same href
5730 was present (reported on the mailing list by Karl Eichwalder.
5731 * xmlstring.c: modified xmlCheckUTF8 with suggested code from
5732 Julius Mittenzwei.
5733 * dict.c: added a typecast to try to avoid problem reported by
5734 Pascal Rodes.
5735
5736Mon Aug 30 12:45:46 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5737
5738 * xmlschemas.c: Fixed a bug in xmlSchemasCheckFacet, which did
5739 not create a computed value on a facet and thus crashed during
5740 validation of instances.
5741 Expanded validity checks for min/maxOccurs attributes.
5742 Expanded validity checks for the value of the attribute "form".
5743
5744Fri Aug 27 18:32:24 PST 2004 William Brack <wbrack@mmm.com.hk>
5745
5746 * xmlstring.c: fixed a problem with xmlCheckUTF8 reported on the
5747 mailing list by Julius Mittenzwei
5748
5749Fri Aug 27 00:13:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5750
5751 * libxml.spec.in: added BuildRequires: zlib-devel, fixes
5752 Red Hat bug #124942
5753
5754Thu Aug 26 12:27:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5755
5756 * parser.c: remove a warning on Solaris
5757 * xmlschemastype.c: fix a crashing bug #151111
5758
5759Wed Aug 25 22:20:18 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5760
5761 * test/schemas/import-bad-1_0.imp: Added missing test file.
5762 * xmlschemas.c include/libxml/xmlerror.h include/libxml/xmlschemas.h:
5763 Substituted the obsolete xmlSchemaValidError(s) for xmlParserErrors
5764 - see #150840.
5765 Changed the import of schemas to allow failure of location
5766 of a resource to be imported.
5767 * result/schemas/all_* result/schemas/any3_0_0.err
5768 result/schemas/choice_* result/schemas/import1_0_0.err
5769 result/schemas/list0_0_1.err result/schemas/list0_1_0.err
5770 result/schemas/list0_1_1.err result/schemas/ns0_0_2.err
5771 result/schemas/ns0_1_2.err: Adapted regression test results.
5772
5773Tue Aug 24 20:49:15 MDT 2004 John Fleck <jfleck@inkstain.net>
5774
5775 * doc/tutorial/xmltutorial.xml, xmltutorial.pdf, *.html
5776 fix Xpath memory leak (thanks to sKaBoy and William Brack)
5777
5778Tue Aug 24 21:10:59 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
5779
5780 * parser.c: fixed path problem in DTD loading reported by
5781 Sameer Abhinkar
5782
5783Tue Aug 24 16:40:51 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
5784
5785 * win32/configure.js: added support for version extra
5786 * win32/Makefile.*: upgraded to zlib 1.2.1
5787
5788Mon Aug 23 14:33:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
5789
5790 * configure.in: removing -O -g from default gcc flags #150828
5791
5792Sun Aug 22 16:26:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
5793
5794 * configure.in doc/* NEWS: preparing 2.6.12 release, updated and
5795 and rebuilt the docs.
5796
5797Sun Aug 22 16:07:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5798
5799 * python/libxml.c: fix a problem on last commit
5800
5801Sun Aug 22 15:16:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
5802
5803 * xmllint.c xpath.c include/libxml/xpath.h
5804 include/libxml/xpathInternals.h python/libxml.c
5805 python/libxml_wrap.h: trying to remove some warning when compiling
5806 on Fedora Core 3 and 64bits
5807
5808Sat Aug 21 0:035:10 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5809
5810 * xmlschemas.c: modified parsing of <list>, <union>, <restriction>,
5811 <sequence>, <choice>, <include>, <import>.
5812 Fixed schema defaults (elementFormDefault, etc.) for included
5813 schemas.
5814 Fixed a bug which reported attributes as invalid on
5815 elements declarations with the built-in type 'anyType'.
5816 Added "lax" validation of the content of elements of type
5817 'anyType'.
5818 Fixed: element declarations with the same name were treated
5819 as duplicate if located in the subtree of <choice> -> <sequence>.
5820 (This was bug 150623, submitted by Roland Lezuo)
5821 Fixed cleanup of error codes in xmlSchemaValidateDoc as proposed
5822 by Igor Kapitanker. (This was bug 150647, submitted by Igor
5823 Kapitanker)
5824 * xmlschemastypes.c: Changed the type of anyType to
5825 XML_SCHEMAS_ANYTYPE.
5826 * include/libxml/xmlerror.h: Added schema parser errors.
5827 * result/schemas/bug145246_0_0*
5828 result/schemas/extension1_0_2.err: Changed test results.
5829 * result/schemas/ct-sc-nobase_0_0*
5830 result/schemas/facet-whiteSpace_0_0*
5831 result/schemas/import1_0_0* result/schemas/import2_0_0*
5832 result/schemas/include2_0_0* result/schemas/include3_0_0*
5833 result/schemas/restriction-attr1_0_0*
5834 result/schemas/seq-dubl-elem1_0_0*
5835 result/schemas/xsd-list-itemType_0_0*: Added new rest results.
5836 test/schemas/bug145246.xsd.imp test/schemas/ct-sc-nobase_0*
5837 test/schemas/facet-whiteSpace_0* test/schemas/import1_0*
5838 test/schemas/import2_0* test/schemas/include2_0*
5839 test/schemas/include3_0* test/schemas/restriction-attr1_0*
5840 test/schemas/seq-dubl-elem1_0* test/schemas/xml.xsd
5841 test/schemas/xsd-list-itemType_0*: Added new tests and missing
5842 files.
5843
5844Fri Aug 20 18:51:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5845
5846 * Makefile.am configure.in: a bit of cleanup and a extra variable for
5847 CVS dist
5848
5849Thu Aug 19 07:44:07 MDT 2004 John Fleck <jfleck@inkstain.net>
5850
5851 * doc/xmllint.xml, xmllint.1, xmllint.html:
5852 Edit and rebuild the man pages with Daniel's C14 update
5853
5854Wed Aug 18 19:15:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
5855
5856 * parser.c: fixed missing line numbers on entity as reported
5857 on the list by Steve Cheng
5858
5859Wed Aug 18 14:04:31 PDT 2004 William Brack <wbrack@mmm.com.hk>
5860
5861 * configure.in globals.c include/libxml/xmlversion.h.in
5862 include/libxml/xmlwin32version.h.in: added some code to
5863 include the CVS ChangeLog version in the xmlParserVersion
5864 string (printed by xmllint with --version)
5865
5866Wed Aug 18 11:14:06 CEST 2004 Daniel Veillard <daniel@veillard.com>
5867
5868 * xmlschemas.c include/libxml/xmlschemas.h python/generator.py
5869 python/libxml.c python/libxml_wrap.h python/types.c
5870 python/tests/schema.py python/tests/Makefile.am: Applied patch
5871 from Torkel Lyng to add Schemas support to the Python bindings
5872 and extend the schemas error API, registered a new test.
5873 * doc/* elfgcchack.h: rebuilt to regenerate the bindings
5874
5875Mon Aug 16 14:36:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
5876
5877 * debugXML.c: added help for new set shell command
5878 * xinclude.c xmllint.c xmlreader.c include/libxml/parser.h:
5879 added parser option to not generate XInclude start/end nodes,
5880 added a specific option to xmllint to test it fixes #130769
5881 * Makefile.am: regression test the new feature
5882 * doc/xmllint.1 doc/xmllint.xml: updated man page to document option.
5883
5884Mon Aug 16 02:42:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5885
5886 * xmlIO.c: small typo pointed out by Mike Hommey
5887 * doc/xmllint.xml, xmllint.html, xmllint.1: slightly improved
5888 the --c14n description, c.f. #144675 .
5889 * nanohttp.c nanoftp.c: applied a first simple patch from
5890 Mike Hommey for $no_proxy, c.f. #133470
5891 * parserInternals.c include/libxml/parserInternals.h
5892 include/libxml/xmlerror.h: cleanup to avoid 'error' identifier
5893 in includes #137414
5894 * parser.c SAX2.c debugXML.c include/libxml/parser.h:
5895 first version of the inplementation of parsing within
5896 the context of a node in the tree #142359, new function
5897 xmlParseInNodeContext(), added support at the xmllint --shell
5898 level as the "set" function
5899 * test/scripts/set* result/scripts/* Makefile.am: extended
5900 the script based regression tests to instrument the new function.
5901
5902Sat Aug 14 18:53:08 MDT 2004 John Fleck <jfleck@inkstain.net>
5903
5904 * doc/xmllint.xml, xmllint.html, xmllint.1:
5905 add c14n to man page (man, it's hard to keep up with
5906 Daniel!)
5907
5908Sat Aug 14 18:45:38 MDT 2004 John Fleck <jfleck@inkstain.net>
5909
5910 * doc/xmllint.xml, xmllint.html, xmllint.1:
5911 add pattern, walker, maxmem, output and xmlout to man page
5912 fixes #144675
5913
5914Sun Aug 15 00:41:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5915
5916 * xmllint.c: added a --c14n option to canonicalize the output
5917 should close the RFE #143226
5918
5919Sat Aug 14 23:50:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5920
5921 * tree.c: Dodji pointed out a bug in xmlGetNodePath()
5922 * xmlcatalog.c: applied patch from Albert Chin to add a
5923 --no-super-update option to xmlcatalog see #145461
5924 and another patch also from Albert Chin to not crash
5925 on -sgml --del without args see #145462
5926 * Makefile.am: applied another patch from Albert Chin to
5927 fix a problem with diff on Solaris #145511
5928 * xmlstring.c: fix xmlCheckUTF8() according to the suggestion
5929 in bug #148115
5930 * python/libxml.py: apply fix from Marc-Antoine Parent about
5931 the errors in libxml(2).py on the node wrapper #135547
5932
5933Sat Aug 14 13:18:57 CEST 2004 Daniel Veillard <daniel@veillard.com>
5934
5935 * Makefile.am: added a dumb rule to able to compile tst.c
5936 when people submit a sample test program
5937 * xmlschemas.c: applied small patch from Eric Haszlakiewicz
5938 to document xmlSchemasSetValidErrors() limitations, #141827
5939 * error.c: Add information in generic and structured error
5940 setter functions that this need to be done per thread #144308
5941 * xmlsave.c: fixed bug whith missing NOTATION(s) serialization
5942 bug #144162
5943 * doc/xmllint.xml: typo fix #144840
5944
5945Tue Aug 10 07:19:31 PDT 2004 Daniel Veillard <daniel@veillard.com>
5946
5947 * configure.in xmlregexp.c xmlschemas.c xmlschemastypes.c
5948 include/libxml/schemasInternals.h include/libxml/xmlerror.h
5949 include/libxml/xmlschemastypes.h: applied Schemas patches
5950 from Kasimier Buchcik
5951 * test/ result/ bug141333* annot-err* any[1-4]* bug145246*
5952 element-err* element-minmax-err* include1* restrict-CT-attr-ref*:
5953 lot of new tests for things fixed by the patch
5954
5955Fri Aug 6 09:22:34 PDT 2004 William Brack <wbrack@mmm.com.hk>
5956
5957 * valid.c: fixed my mis-handling of External ID on last
5958 change.
5959
5960Wed Aug 4 23:40:21 PDT 2004 William Brack <wbrack@mmm.com.hk>
5961
5962 * valid.c: changed the parsing of a document's DTD to use
5963 the proper base path (bug 144366)
5964
5965Wed Aug 4 16:58:08 CEST 2004 Daniel Veillard <daniel@veillard.com>
5966
5967 * Makefile.am config.h.in configure.in python/Makefile.am:
5968 applied a patch from Gerrit P. Haase to get python bindings
5969 on Cygwin
5970
5971Tue Aug 3 15:08:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5972
5973 * include/libxml/valid.h: elaborated on description of
5974 xmlValidityWarningFunc and xmlValidityErrorFunc (bug
5975 144760)
5976 * xmlIO.c, xmlschemastypes.c, include/libxml/schemasinternals.h:
5977 minor fixes to comments for doc rebuilding errors.
5978 * doc/*.html: rebuilt the docs
5979
5980Tue Aug 3 23:59:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5981
5982 * doc/ChangeLog.xsl doc/downloads.html doc/xml.html doc/*:
5983 fixes documentation glitches raised by Oliver Stoeneberg
5984
5985Tue Aug 3 09:42:31 PDT 2004 William Brack <wbrack@mmm.com.hk>
5986
5987 * tree.c: fixed problem with memory leak on text nodes in DTD
5988 (bug 148965) with patch provided by Darrell Kindred
5989
5990Tue Aug 3 08:14:44 PDT 2004 William Brack <wbrack@mmm.com.hk>
5991
5992 * HTMLparser.c: fixed initialisation problem for htmlReadMemory
5993 (bug 149041)
5994
5995Sat Jul 31 11:01:33 PDT 2004 William Brack <wbrack@mmm.com.hk>
5996
5997 * doc/buildDocBookCatalog: enhanced per bug 119876. Further
5998 info posted to the mailing list.
5999
6000Sat Jul 31 09:12:44 PDT 2004 William Brack <wbrack@mmm.com.hk>
6001
6002 * SAX2.c, encoding.c, error.c, parser.c, tree.c, uri.c, xmlIO.c,
6003 xmlreader.c, include/libxml/tree.h: many further little changes
6004 for OOM problems. Now seems to be getting closer to "ok".
6005 * testOOM.c: added code to intercept more errors, found more
6006 problems with library. Changed method of flagging / counting
6007 errors intercepted.
6008
6009Fri Jul 30 13:57:55 CEST 2004 Daniel Veillard <daniel@veillard.com>
6010
6011 * tree.c: applied a couple of patch one from Oliver Stoeneberg
6012 and another one from Rob Richards fixing #148448
6013
6014Thu Jul 29 13:20:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6015
6016 * HTMLparser.c: 1 line patch, apparently htmlNewDoc() was not
6017 setting doc->charset.
6018
6019Thu Jul 29 00:05:58 PDT 2004 William Brack <wbrack@mmm.com.hk>
6020
6021 * SAX2.c, tree.c, uri.c, xmlIO.c, xmlreader.c: further
6022 fixes for out of memory condition, mostly from Olivier
6023 Andrieu.
6024 * testOOM.c: some further improvement by Olivier, with
6025 a further small enhancement for easier debugging.
6026
6027Tue Jul 27 00:34:07 PDT 2004 William Brack <wbrack@mmm.com.hk>
6028
6029 * SAX2.c, error.c, parser.c, tree.c, xmlreader.c:
6030 implemented patches supplied by Olivier Andrieu
6031 (bug 148588), plus made some further enhancements, to
6032 correct some problems with out of memory conditions.
6033 * testOOM.c: improved with patches from Olivier Andrieu
6034
6035Mon Jul 26 11:03:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
6036
6037 * tree.c: put in patch for Windows buffer re-allocation
6038 submitted by Steve Hay (bug 146697)
6039
6040Sun Jul 25 17:18:39 PDT 2004 William Brack <wbrack@mmm.com.hk>
6041
6042 * xinclude.c: added some code to check, when an include is
6043 done, whether the requested URL gets mapped to some other
6044 location (e.g. with a catalog entry) and, if so, take care
6045 of the xml:base properly (bug 146988)
6046
6047Sun Jul 25 14:02:24 PDT 2004 William Brack <wbrack@mmm.com.hk>
6048
6049 * error.c: fixed to assure user data param is set correctly
6050 when user structured error handler is called (bug 144823)
6051
6052Thu Jul 22 10:14:48 PDT 2004 William Brack <wbrack@mmm.com.hk>
6053
6054 * xmlreader.c: fixed problem with reader state after
6055 processing attributes (bug 147993)
6056
6057Wed Jul 21 17:04:27 HKT 2004 William Brack <wbrack@mmm.com.hk>
6058
6059 * configure.in, Makefile.am: put in an auto* check for the
6060 path to perl (if it exists), and modified make Timingtests
6061 to use that path instead of just executing the dbgenattr.pl
6062 script (bug 148056)
6063
6064Fri Jul 16 18:36:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6065
6066 * python/generator.py: added a check on the argument for some
6067 classes (e.g. xmlDoc and xmlNode) to prevent a segfault (as
6068 reported on the list). Further enhancement should be done
6069 to auto-create the appropriate object.
6070 * python/libxml.c: minor fix for a warning message; added a
6071 routine, currently not used, to report the description of a
6072 PyCObject.
6073 * python/libxml2class.txt: regenerated
6074
6075Fri Jul 16 11:01:40 CEST 2004 Daniel Veillard <daniel@veillard.com>
6076
6077 * catalog.c test/catalogs/white* result/catalogs/white*:
6078 applied patches from Peter Breitenlohner to fix handling
6079 of white space normalization in public ids and add tests
6080
6081Tue Jul 13 17:24:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
6082
6083 * xmlmemory.c: applied a small fix from Steve Hay
6084
6085Tue Jul 13 23:02:19 HKT 2004 William Brack <wbrack@mmm.com.hk>
6086
6087 * xpath.c: Added code to in PREDICATE/FILTER handling to reset
6088 the xpath context document pointer (part of fix to libxslt
6089 bug 147445)
6090
6091Tue Jul 13 00:14:08 HKT 2004 William Brack <wbrack@mmm.com.hk>
6092
6093 * python/libxml.py: ran 'expand' on the file to get rid of mixture
6094 of tabs and spaces (bug 147424)
6095
6096Sun Jul 11 22:38:29 HKT 2004 William Brack <wbrack@mmm.com.hk>
6097
6098 * python/drv_libxml.py: added an encoding "special comment" to avoid
6099 warning message in python2.3 (bug 146889)
6100 * Makefile.am, python/Makefile.am, python/tests/Makefile.am: small
6101 change to make "make tests" a little quieter (MAKEFLAGS+=--silent)
6102 * xpath.c: enhanced to take advantage of current libxslt handling
6103 of tmpRVT. Fixes bug 145547.
6104
6105Fri Jul 9 14:02:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
6106
6107 * libxml.h uri.c: fixed a couple of problems in the new
6108 elfgcchack.h trick pointed by Peter Breitenlohner
6109
6110Wed Jul 7 00:45:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
6111
6112 * elfgcchack.h doc/apibuild.py doc/libxml2-api.xml: fixed a bug
6113 which prevented building with --with-minimum
6114
6115Mon Jul 5 19:43:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
6116
6117 * configure.in doc/*: releasing 2.6.11, updated and regenerated the
6118 docs
6119
6120Mon Jul 5 18:43:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6121
6122 * parser.c: make the push interfaces synchronous
6123 * python/tests/sync.py: added a specific test
6124 * python/tests/Makefile.am doc/examples/Makefile.am
6125 doc/examples/index.py: added the new test, cleaning up
6126 "make tests" output
6127
6128Mon Jul 5 15:09:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6129
6130 * xmlschemas.c: applied patch from Kasimier to fix some Relax-NG
6131 datatype facet problem with recent changes.
6132
6133Sat Jul 3 11:31:02 HKT 2004 William Brack <wbrack@mmm.com.hk>
6134
6135 * python/libxml.c: Changed the number of XPath extension functions
6136 allowed to be variable-length (patch supplied by Marc-Antoine
6137 Parent, bug 143805). Added code to "unregister" the functions
6138 when the parser cleanup takes place.
6139
6140Fri Jul 2 14:22:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
6141
6142 * xmlmemory.c python/libxml.c python/libxml2-python-api.xml:
6143 some updates with memory debugging facilities while messing
6144 with libxslt python bindings
6145
6146Thu Jul 1 14:53:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6147
6148 * python/libxml.c python/generator.py python/libxml.py
6149 python/libxml2-python-api.xml python/libxml2class.txt:
Daniel Veillard25a1ce92008-06-02 16:04:12 +00006150 applied patch from Stéphane Bidoul to fix some Python bindings
William M. Brack11be2d02007-01-24 19:17:19 +00006151 initialization, then had to change the parserCleanup()
6152 to handle memory released there.
6153 * xmlmemory.c: added more debugging comments.
6154
6155Thu Jul 1 13:18:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
6156
6157 * xmlreader.c: seems the reader buffer could be used while not
6158 allocated, fixes bug #145218
6159
6160Thu Jul 1 11:34:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6161
6162 * python/generator.py: do not provide functions used as destructor
6163 of classes as public methods to avoid double-free problem like
6164 in bug #145185
6165
6166Wed Jun 30 19:45:23 HKT 2004 William Brack <wbrack@mmm.com.hk>
6167
6168 * xmlschemas.c, xmlschemastypes.c: warning message cleanup.
6169 Now compiles warning-free, all tests passed.
6170 * SAX2.c: small change to comments for documentation.
6171 No change to logic.
6172
6173Tue Jun 29 15:00:13 PDT 2004 Daniel Veillard <daniel@veillard.com>
6174
6175 * xmlschemas.c: more fixes with Kasimier, looks far cleaner :-)
6176
6177Tue Jun 29 23:00:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
6178
6179 * xmlschemas.c: Kasimier Buchcik fixed the memory access and
6180 allocation problem
6181
6182Tue Jun 29 19:00:32 CEST 2004 Daniel Veillard <daniel@veillard.com>
6183
6184 * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h
6185 include/libxml/schemasInternals.h include/libxml/xmlschemastypes.h:
6186 applied Schemas patches from Kasimier Buchcik, there is still
6187 one open issue about referencing freed memory.
6188 * test/schemas/* result/schemas/*: updated with new tests from
6189 Kasimier
6190
6191Tue Jun 29 14:52:18 CEST 2004 Daniel Veillard <daniel@veillard.com>
6192
6193 * include/libxml/globals.h include/libxml/xmlIO.h
6194 doc/libxml2-api.xml doc/libxml2-refs.xml: moved some definitions
6195 to globals.h to avoid some troubles pointed out by Rob Richards
6196
6197Mon Jun 28 11:25:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6198
6199 * libxml.m4: applied changes suggested by Mike Hommey, remove
6200 libxml1 support and use CPPFLAGS instead of CFLAGS
6201
6202Sun Jun 27 14:17:15 CEST 2004 Daniel Veillard <daniel@veillard.com>
6203
6204 * libxml.spec.in: another, more 'experimental' feature to
6205 get compiler optimization based on gcc runtime profiling
6206
6207Sun Jun 27 14:02:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6208
6209 * elfgcchack.h doc/elfgcchack.xsl libxml.h: hack based on Arjan van de
6210 Ven suggestion to reduce ELF footprint and generated code. Based on
6211 aliasing of libraries function to generate direct call instead of
6212 indirect ones
6213 * doc/libxml2-api.xml doc/Makefile.am doc/apibuild.py: added automatic
6214 generation of elfgcchack.h based on the API description, extended
6215 the API description to show the conditionals configuration flags
6216 required for symbols.
6217 * nanohttp.c parser.c xmlsave.c include/libxml/*.h: lot of cleanup
6218 * doc/*: regenerated the docs.
6219
6220Sun Jun 27 10:02:28 HKT 2004 William Brack <wbrack@mmm.com.hk>
6221
6222 * regressions.py, regressions.xml: new files for running
6223 regression tests under Python. Not yet complete, but
6224 should provide good testing under both Linux and Windows.
6225 * testHTML.c, testSAX.c, xmllint.c: changed the 'fopen' used
6226 for --push testing to include the 'rb' param when compiled
6227 under Windows.
6228
6229Fri Jun 25 13:38:57 HKT 2004 William Brack <wbrack@mmm.com.hk>
6230
6231 * uri.c: fixed a problem when base path was "./xxx"
6232 * result/XInclude/*: 5 test results changed by above.
6233 * Makefile.am: fixed a couple of spots where a new
6234 result file used different flags that the testing one.
6235
6236Thu Jun 24 16:27:44 HKT 2004 William Brack <wbrack@mmm.com.hk>
6237
6238 * valid.c: suppressed warnings from within xmlValidGetValidElements
6239 (bug 144644)
6240 * doc/examples/testWriter.c: corrected typo in comment for ISO-8859-1
6241 (bug 144245)
6242
6243Thu Jun 24 10:17:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6244
6245 * valid.c: implemented bugfix from Massimo Morara for DTD
6246 dumping problem.
6247 * test/valid/t10.xml, result/valid/t10.*: added regression
6248 for above
6249 * configure.in: small change for my profile settings
6250
6251Wed Jun 23 20:18:19 MDT 2004 John Fleck <jfleck@inkstain.net>
6252
6253 * doc/xmlcatalog_man.xml, xmlcatalog.1
6254 Docs patch from Ville Skytta, bugzilla #144841
6255
6256Sat Jun 19 18:34:11 MDT 2004 John Fleck <jfleck@inkstain.net>
6257
6258 * doc/xmllint.xml, xmllint.html, xmllint.1
6259 update man page to reflect William's newly disciplined return
6260 code mojo
6261
6262Thu Jun 17 00:51:55 CEST 2004 Daniel Veillard <daniel@veillard.com>
6263
6264 * doc/examples/io2.c doc/examples/parse4.c: fixing a couple of
6265 compilation errors when configured with --with-minimum
6266
6267Wed Jun 16 16:07:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6268
6269 * debugXML.c: applied patch from Stefano Debenedetti to register
6270 namespaces in the debug shell
6271
6272Mon Jun 14 21:56:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6273
6274 * xmlreader.c: fix from Steve Ball and update of the comment.
6275 * Makefile.am result/errors/*.str: William pointed out that
6276 the streaming error checking part wasn't streaming, fixing
6277
6278Mon Jun 14 14:11:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6279
6280 * catalog.c: patch from Igor for the default catalog path on Windows
6281
6282Sat Jun 12 09:03:57 HKT 2004 William Brack <wbrack@mmm.com.hk>
6283
6284 * configure.in: apparently wasn't updated last time
6285
6286Thu Jun 10 20:57:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6287
6288 * configure.in, xmlmemory.c, globals.c: fixed problem when
6289 configuring using --with-thread-alloc
6290
6291Wed Jun 9 16:31:24 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
6292
6293 * win32/configure.js win32/Makefile.* minor changes for the new
6294 layout of the Windows binary package
6295
6296Tue Jun 8 19:50:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6297
6298 * xmlschemas.c include/libxml/xmlerror.h: applied another patch
6299 from Kasimier Buchcik for Schema Component Constraints
6300 * test/schemas/* result/schemas/*: added the regression tests
6301
6302Tue Jun 8 21:27:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6303
6304 * xmllint.c: fixed missing error return code for schema
6305 validation (bug 143880), also changed over to an enum for
6306 defining the error return codes for all conditions.
6307
6308Tue Jun 8 14:01:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
6309
6310 * parser.c xmlreader.c include/libxml/parser.h: fixed a serious
6311 problem when substituing entities using the Reader, the entities
6312 content might be freed and if rereferenced would crash
6313 * Makefile.am test/* result/*: added a new test case and a new
6314 test operation for the reader with substitution of entities.
6315
6316Tue Jun 8 12:14:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6317
6318 * globals.c xmlIO.c include/libxml/globals.h include/libxml/xmlIO.h:
6319 applied patch from Rob Richards for the per thread I/O mappings
6320
6321Tue Jun 8 09:58:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6322
6323 * xinclude.c: some further enhancement to take care of
6324 xml:base for XPointer elements (bug 143886). Also fixed
6325 a problem when xml:base was already specified on an
6326 XInclude'd element.
6327
6328Mon Jun 7 22:14:58 HKT 2004 William Brack <wbrack@mmm.com.hk>
6329
6330 * relaxng.c: fixed a problem with internal cleanup of <DIV> element
6331 (bug 143738).
6332
6333Mon Jun 7 16:57:43 HKT 2004 William Brack <wbrack@mmm.com.hk>
6334
6335 * uri.c, include/libxml/uri.h: added a new routine
6336 xmlBuildRelativeURI needed for enhancement of xinclude.c
6337 * xinclude.c: changed handling of xml:base (bug 135864)
6338 * result/XInclude/*: results of 5 tests changed as a result
6339 of the above change
6340
6341Fri Jun 4 11:27:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6342
6343 * test/schemas/* result/schemas/*: added a bunch of tests from
6344 Kasimier Buchcik posted on May 11
6345
6346Thu Jun 3 17:58:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6347
6348 * xmlschemas.c: new patch from Kasimier Buchcik for processContents
6349 of wildcards attribute handling
6350 * test/schemas/anyAttr-* result/schemas/anyAttr-*: added specific
6351 regression tests
6352
6353Thu Jun 3 13:20:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6354
6355 * parser.c: fixed a bug where invalid charrefs may not be detected
6356 sometimes as pointed by Morus Walter.
6357 * test/errors/charref1.xm result/errors/charref1.xml*: added the
6358 test in the regression suite.
6359
6360Thu Jun 3 18:38:27 HKT 2004 William Brack <wbrack@mmm.com.hk>
6361
6362 * xmlschemas.c: small change to xmlSchemaValidateAttributes,
6363 also corrected typo on error code enum.
6364 * include/libxml/xmlerror.h: corrected typo on schema error
6365 code enum
6366
6367Thu Jun 3 10:12:38 HKT 2004 William Brack <wbrack@mmm.com.hk>
6368
6369 * xmlschemas.c: minor cosmetic changes, no change to logic.
6370 * result/schemas/attruse_0_[12].err: regenerated
6371 * globals.c: added a newline at end to make gcc happy
6372
6373Wed Jun 2 21:16:26 CEST 2004 Daniel Veillard <daniel@veillard.com>
6374
6375 * xmlschemas.c include/libxml/schemasInternals.h
6376 include/libxml/xmlerror.h: applied a patch from Kasimier Buchcik
6377 implementing attribute uses and wildcards.
6378 * test/schemas/* result/schemas/*: added/fixed a bunch of tests
6379
6380Wed Jun 2 18:15:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
6381
6382 * globals.c xmlIO.c include/libxml/globals.h: applied patch from
6383 Rob Richards for custom I/O BufferCreateFilenane fixes bug
6384 #143366
6385
6386Wed Jun 02 16:25:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6387
6388 * xpath.c: fixed problem with predicate evaluation on an
6389 empty nodeset (bug 143409)
6390
6391Wed Jun 02 11:26:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
6392
6393 * testSAX.c: fixed problem with attribute listing (bug 142674)
6394 and added macro LIBXML_TEST_VERSION to assure xmlInitParser
6395 gets called (bug 142686)
6396
6397Sat May 29 21:35:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6398
6399 * test/schemas/date_0.xml xmlschemastypes.c: applied a patch from
6400 Charles Bozeman fixing a side effect in date handling
6401
6402Thu May 27 19:47:48 MDT 2004 John Fleck <jfleck@inkstain.net>
6403
6404 * doc/tutorial/xmltutorial.xml fix lack of cast in Xpath example
6405 * doc/tutorial/*.html, xmltutorial.pdf rebuild html, pdf
6406
64072004-05-25 Aleksey Sanin <aleksey@aleksey.com>
6408
6409 * c14n.c: fixed c14n bug with serializing attribute namespaces
6410
6411Mon May 24 08:22:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6412
6413 * xpath.c: fixed to allow '+' in exponent of number
6414 (bug 143005)
6415 * SAX2.c: fixed typo in last commit
6416
6417Sat May 22 09:08:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6418
6419 * SAX2.c: skipped call to xmlValidateNCName when compiling
6420 --with-minimum (bug 142917)
6421
6422Tue May 18 06:48:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6423
6424 * catalog.c: reverted the broken change.
6425
6426Mon May 17 23:07:15 CEST 2004 Daniel Veillard <daniel@veillard.com>
6427
6428 * NEWS doc/*: updated the docs for 2.6.10
6429
6430Mon May 17 05:52:03 CEST 2004 Daniel Veillard <daniel@veillard.com>
6431
6432 * configure.in : releasing 2.6.10
6433
6434Sun May 16 23:12:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
6435
6436 * tree.c: avoid returning default namespace when searching
6437 from an attribute
6438 * entities.c xmlwriter.c: reverse xmlEncodeSpecialChars() behaviour
6439 back to escaping " since the normal serialization routines do not
6440 use it anymore, should close bug #134477 . Tried to make
6441 the writer avoid it too but it didn't work.
6442
6443Sun May 16 01:07:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6444
6445 * doc/ChangeLog.awk doc/ChangeLog.xsl: fixed escaping
6446 handling and added direct links to bugzilla report for
6447 bug numbers.
6448
6449Sun May 16 11:11:13 HKT 2004 William Brack <wbrack@mmm.com.hk>
6450
6451 * error.c: modified to assure proper user data is sent to
6452 structured error routine (bug 142598)
6453
6454Sun May 16 03:18:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6455
6456 * catalog.c: a couple of large static variable which should really
6457 not be declared as such cluttered the .bss section.
6458
6459Sun May 16 03:06:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6460
6461 * doc/ChangeLog.awk: fixed a couple of problems when parsing
6462 libxslt ChangeLog
6463
6464Sat May 15 20:14:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
6465
6466 * doc/ChangeLog.awk doc/ChangeLog.xsl: first steps of a good
6467 ChangeLog page generation. The awk shoudl escape characters
6468 not okay in XML and the xslt should make links to functions
6469 or variables or bug reported in the entries.
6470
6471Sat May 15 14:57:40 CEST 2004 Daniel Veillard <daniel@veillard.com>
6472
6473 * xmlsave.c include/libxml/xmlsave.h: start adding API for
6474 escaping customization.
6475
6476Sat May 15 12:38:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6477
6478 * xmlsave.c: more xmlSave cleanup, optimization and refactoring
6479
6480Fri May 14 17:51:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
6481
6482 * xmlIO.c xmlsave.c: third pass at the escaping refactoring.
6483
6484Fri May 14 12:37:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6485
6486 * parser.c: enhanced the enhancement, fixed another couple of
6487 special cases.
6488
6489Fri May 14 11:48:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6490
6491 * parser.c: small enhancement to dtd handling of (a?)+ (bug 142487)
6492
6493Thu May 13 23:19:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6494
6495 * xmlIO.c xmlsave.c include/libxml/xmlIO.h: second pass on escaping
6496 handling, start to looks better, need to be completed and added
6497 directly at the saving context level.
6498
6499Thu May 13 10:31:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6500
6501 * xmlIO.c xmlsave.c include/libxml/xmlIO.h: first pass at refactoring
6502 the escape on save routines for better performances (less malloc)
6503 and more flexibility using the new saving context. Preliminary
6504 work, interface will change.
6505
6506Wed May 12 22:34:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6507
6508 * xmlschemas.c: added code in xmlSchemaBuildAContentModel to handle
6509 element reference within the xs:all construct (bug 139897)
6510
6511Wed May 12 17:27:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
6512
6513 * xinclude.c: a little further fixing of fallback processing, this
6514 time for fallback with children (bug 139520).
6515
6516Wed May 12 08:21:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6517
6518 * xmlschemas.c: added code in xmlSchemaBuildContentModel to
6519 allow ref in group definition (bug 134411). Also fixed
6520 misc compilation warning messages.
6521 * result/schema/group0_0_0, result/schema/group0_0_0.err:
6522 regenerated (now no error reported).
6523
6524Tue May 11 11:55:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
6525
6526 * xmlIO.c: fix to the fix for #141864 from Paul Elseth
6527 * HTMLparser.c result/HTML/doc3.htm: apply fix from David Gatwood for
6528 #141195 about text between comments.
6529
6530Tue May 11 23:04:47 HKT 2004 William Brack <wbrack@mmm.com.hk>
6531
6532 * xmlschemas.c, include/libxml/schemasInternals.h,
6533 include/libxml/xmlerror.h: Applied patches supplied by
6534 Kasimier Buchcik.
6535 * test/schemas/po1_0.xml, test/schemas/po1_0.xsd:
6536 changed test to account for above patch.
6537
6538Tue May 11 09:06:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
6539
6540 * python/tests/tstLastError.py: better portability fix for f(*args),
Daniel Veillard25a1ce92008-06-02 16:04:12 +00006541 use apply(f, args) as Stéphane Bidoul suggested
William M. Brack11be2d02007-01-24 19:17:19 +00006542
6543Mon May 10 15:49:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6544
6545 * xmlregexp.c: enhanced xmlRegStateAddTrans to check if transition
6546 is already present and, if so, to ignore the request to add it.
6547 This has a very dramatic effect on memory requirements as well
6548 as efficiency. It also fixes bug 141762.
6549
6550Sun May 9 20:40:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
6551
6552 * Makefile.am python/tests/Makefile.am python/tests/tstLastError.py:
6553 applied patch from Ed Davis to allow "make tests" to work
6554 with Python 1.5
6555
6556Sun May 9 19:46:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
6557
6558 * xmlsave.c: apply fix for XHTML1 formating from Nick Wellnhofer
6559 fixes bug #141266
6560 * test/xhtmlcomp result//xhtmlcomp*: added the specific regression
6561 test
6562
6563Sun May 9 14:07:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
6564
6565 * Makefile.am: fix for a pedantic make check without make all request
6566
6567Sat May 8 22:56:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
6568
6569 * uri.c xmlIO.c: fixing some problems in URI unescaping
6570 and output buffer opening, this should fix #141864
6571
6572Fri May 7 22:31:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
6573
6574 * valid.c include/libxml/valid.h: fixes the use of 'list' as a parameter
6575 * xmlIO.c include/libxml/xmlIO.h: added xmlPopInputCallback for
6576 Matt Sergeant
6577
6578Thu May 6 21:14:38 PDT 2004 William Brack <wbrack@mmm.com.hk>
6579
6580 * xmlregexp.c: enhanced the handling of subexpression ranges
6581 which have a minOccurs of 0 (bug 140478 again); cleaned up
6582 comments throughout the module.
6583
6584Tue May 4 00:52:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6585
6586 * xmllint.c: adding a --maxmem option to check memory used.
6587
6588Sat May 1 01:08:44 CEST 2004 Daniel Veillard <daniel@veillard.com>
6589
6590 * xmllint.c xmlsave.c python/generator.py python/libxml.c: Fixed
6591 bug #141529 i.e. various problems when building with --without-html
6592
6593Fri Apr 30 18:12:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6594
6595 * xmllint.c xmlreader.c: fixing bug #141384 where the reader didn't
6596 call the deregistering functions. Also added the check to
6597 xmllint --stream --chkregister .
6598
6599Fri Apr 30 08:57:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6600
6601 * win32/Makefile.msvc: applied a second patch from Mark Vakoc for
6602 regression tests on Windows
6603
6604Thu Apr 29 21:47:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
6605
6606 * xmlreader.c: never commit without running make tests first !
6607
6608Thu Apr 29 20:15:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
6609
6610 * xmlreader.c: fix a nasty problem with reading over the end
6611 * xmlsave.c: fix a reported memory leak apparently
6612
6613Thu Apr 29 17:05:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6614
6615 * win32/Makefile.msvc: patch from Mark Vakoc for regression tests
6616 on Windows.
6617 * xpath.c: the NaN problem also shows up on Borland
6618
6619Mon Apr 26 23:37:12 HKT 2004 William Brack <wbrack@mmm.com.hk>
6620
6621 * xmlregexp.c: enhanced xmlFARegExec range evaluation for min
6622 occurs 0 problems - fixes bug 140478.
6623
6624Thu Apr 22 09:12:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6625
6626 * rngparser.c: tiny path fixes the "xmlConvertCRNGFile" function name
6627 from Kasimier Buchcik
6628 * xmlschemas.c: recursive xs:extension fix from taihei goi
6629
6630Wed Apr 21 00:19:29 CEST 2004 Daniel Veillard <daniel@veillard.com>
6631
6632 * tree.c: small buffer resizing improvement from Morten Welinder
6633 closes #140629
6634
6635Tue Apr 20 23:40:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
6636
6637 * xpath.c: last version of the fix for MSC version 1200
6638
6639Tue Apr 20 19:40:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6640
6641 * parser.c: killing the strncmp vs. memcmp controversy and #140593
6642
6643Tue Apr 20 13:27:06 CEST 2004 Daniel Veillard <daniel@veillard.com>
6644
6645 * include/libxml/SAX2.h: Kasimier Buchcik pointed out some
6646 inexistent functions, cleaned them out.
6647
6648Tue Apr 20 11:42:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
6649
6650 * error.c: Johnson Cameron pointed out that
6651 initGenericErrorDefaultFunc() was really wrong.
6652 * xmlreader.c include/libxml/xmlreader.h: xmlTextReaderMode enum
6653 must be made public, added some missing comments on the XMLReader
6654 header.
6655 * c14n.c: Alexsey fixed C14N bug with processing namespaces
6656 from attributes
6657
6658Mon Apr 19 23:27:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
6659
6660 * xpath.c: fixed a stupid () error + Mark name.
6661
6662Sun Apr 18 23:45:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
6663
6664 * configure.in: preparing 2.6.9 release
6665 * doc/* News: updated and rebuilt the docs
6666
6667Sun Apr 18 22:51:43 CEST 2004 Daniel Veillard <daniel@veillard.com>
6668
6669 * xpath.c: relaxed id() to not check taht the name(s) passed
6670 are actually NCName, decided this in agreement with Aleksey Sanin
6671 since existing specs like Visa3D broke that conformance checking
6672 and other tools seems to not implement it sigh...
6673 * SAX2.c: check attribute decls for xml:id and the value is an
6674 NCName.
6675 * test/xmlid/id_err* result/xmlid/id_err*: added error testing
6676
6677Sun Apr 18 21:46:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6678
6679 * xpath.c: work around Microsoft compiler NaN bug raise reported
6680 by Mark Vakoc
6681 * xmlschemas.c include/libxml/schemasInternals.h
6682 include/libxml/xmlerror.h: fixed a recusive extention schemas
6683 compilation error raised by taihei goi
6684
6685Sun Apr 18 16:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
6686
6687 * libxml.spec.in: keep the ChangeLog compressed
6688 * xmlreader.c: fix a segfault when using Close()
6689 * python/tests/Makefile.am python/tests/reader8.py: test for
6690 the Close() reader API.
6691
6692Sat Apr 17 22:42:13 HKT 2004 William Brack <wbrack@mmm.com.hk>
6693
6694 * xmlschemas.c, xmlwriter.c, doc/examples/parse4.c,
6695 doc/examples/io2.c: minor warning cleanup (no change to logic)
6696 * xinclude: fixed return value for internal function
6697 xmlXIncludeLoadFallback (now always 0 or -1)
6698
6699Sat Apr 17 21:32:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6700
6701 * valid.c: small enhancement to fix bug 139791
6702
6703Fri Apr 16 18:44:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6704
6705 * xmlschemas.c include/libxml/schemasInternals.h
6706 include/libxml/xmlerror.h: applied patches from Kasimier Buchcik
6707 for the attribute use support
6708 * test/schemas/attruse* result/schemas/attruse*: added the
6709 tests to the regression suite.
6710
6711Fri Apr 16 18:22:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6712
6713 * xmlsave.c: move the TODO as comments as the function while not
6714 finished are usable as-is
6715 * xmlschemas.c include/libxml/xmlerror.h: patch from Kasimier Buchcik
6716 implementing union
6717 * test/schemas/union_0_0.x* result/schemas/union_0_0*: added example
6718 * python/Makefile.am: applied fix from Mike Hommey
6719
6720Fri Apr 16 23:58:42 HKT 2004 William Brack <wbrack@mmm.com.hk>
6721
6722 * parser.c: fixed problem with detecting external dtd
6723 encoding (bug 135229).
6724 * Makefile.am: minor change to test label
6725
6726Fri Apr 16 16:09:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6727
6728 * xinclude.c: fixed problem causing duplicate fallback
6729 execution (bug 139520)
6730 * test/XInclude/docs/fallback2.xml result/XInclude/fallback2.*:
6731 added testcase
6732
6733Fri Apr 9 23:49:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6734
6735 * SAX2.c include/libxml/tree.h: adding xml:id draft support
6736 * Makefile.am test/xmlid/id_tst* result/xmlid/id_tst*: adding
6737 4 first regression tests
6738
6739Fri Apr 9 11:56:08 CEST 2004 Daniel Veillard <daniel@veillard.com>
6740
6741 * libxml.spec.in: fixing Red Hat bug #120482 , libxml2-python
6742 should depend on the version of python used to compile it.
6743
6744Mon Apr 5 09:07:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
6745
6746 * HTMLparser.c: applied patch from James Bursa, frameset should
6747 close head.
6748
6749Fri Apr 2 22:02:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6750
6751 * relaxng.c: fixed problem in xmlRelaxNGCompareNameClasses
6752 which was causing check-relaxng-test-suite.py test 351 to fail.
6753
6754Fri Apr 2 17:03:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6755
6756 * nanohttp.c: implemented fix for M$ IIS redirect provided
6757 by Ian Hummel
6758 * relaxng.c: fixed problem with notAllowed compilation
6759 (bug 138793)
6760
6761Thu Apr 1 22:07:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6762
6763 * uri.c: fix for xmlUriEscape on "http://user@somewhere.com"
6764 from Mark Vakoc.
6765
67662004-04-01 Johan Dahlin <johan@gnome.org>
6767
6768 * python/.cvsignore: Add generated files, to make cvs silent.
6769
6770Thu Apr 1 12:41:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6771
6772 * xmlschemas.c: small signed-ness patch from Steve Little
6773
6774Wed Mar 31 17:47:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6775
6776 * xmlregexp.c: patched a bug in parsing production 1 and 2 of
6777 xmlschemas regexp that William pointed out while working on
6778 #134120
6779 * test/regexp/branch result/regexp/branch: added a specific
6780 regression test
6781
6782Wed Mar 31 09:50:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6783
6784 * Makefile.am: added PYTHONPATH to python tests for Schemas
6785 and RelaxNG
6786 * test/xsdtest/xsdtestsuite.xml: added testfile for
6787 SchemasPythonTests
6788
6789Mon Mar 29 16:56:49 CEST 2004 Daniel Veillard <daniel@veillard.com>
6790
6791 * doc/examples/examples.xsl doc/examples/index.html: added
6792 information about compiling on Unix
6793
6794Mon Mar 29 14:18:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
6795
6796 * catalog.c: fixes the comments for xmlCatalogDump and xmlDumpACatalog
6797 * doc/*: rebuilt to update
6798
6799Sun Mar 28 18:11:41 CEST 2004 Daniel Veillard <daniel@veillard.com>
6800
6801 * xmlsave.c: optimize indentation based on the new context
6802
6803Sun Mar 28 14:17:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6804
6805 * doc/examples/xpath2.c doc/examples/xpath2.res: handle and explain
6806 a very tricky problem when modifying the tree based on an XPath
6807 result query.
6808
6809Sat Mar 27 09:56:14 PST 2004 William Brack <wbrack@mmm.com.hk>
6810
6811 * relaxng.c: fixed problem with IS_COMPILABLE flag
6812 (bug 130216)
6813
6814Fri Mar 26 18:28:32 CET 2004 Daniel Veillard <daniel@veillard.com>
6815
6816 * parser.c: applied patch from Dave Beckett to correct line number
6817 errors when using push with CDATA
6818
6819Fri Mar 26 14:53:58 CET 2004 Daniel Veillard <daniel@veillard.com>
6820
6821 * doc/examples/xpath1.c: added a test template
6822 * doc/examples/xpath2.c doc/examples/xpath2.res doc/examples/*:
6823 added a new example, and make valgrind target
6824
6825Fri Mar 26 11:47:29 CET 2004 Daniel Veillard <daniel@veillard.com>
6826
6827 * parser.c: apply fix for #136693
6828
6829Thu Mar 25 20:21:01 MST 2004 John Fleck <jfleck@inkstain.net>
6830
6831 * doc/examples/io2.c
6832 * doc/examples/io2.res
6833 add xmlDocDumpMemory example in response to mailing list FAQ
6834 (rebuilt xml and html also)
6835
6836Thu Mar 25 10:33:05 CET 2004 Daniel Veillard <daniel@veillard.com>
6837
6838 * debugXML.c testXPath.c xmllint.c xmlschemastypes.c: applied
6839 patch from Mark Vakoc avoiding using xmlParse* option and use
6840 xmlRead* instead
6841 * win32/Makefile.bcb: patch to Borland C++ builder from Eric Zurcher
6842 to avoid problems with some pathnames.
6843
6844Tue Mar 23 12:35:08 CET 2004 Daniel Veillard <daniel@veillard.com>
6845
6846 * configure.in doc/* News: preparing 2.6.8 release, updated and rebuilt
6847 the docs.
6848 * Makefile.am: use valgring fro the new Python based regression tests
6849
6850Mon Mar 22 20:07:27 CET 2004 Daniel Veillard <daniel@veillard.com>
6851
6852 * relaxng.c: remove a memory leak on schemas type facets.
6853 * check-relaxng-test-suite.py check-relaxng-test-suite2.py
6854 check-xsddata-test-suite.py: reduce verbosity
6855 * configure.in Makefile.am: incorporated the Python regressions
6856 tests for Relax-NG and Schemas Datatype to "make tests"
6857
6858Mon Mar 22 16:16:18 CET 2004 Daniel Veillard <daniel@veillard.com>
6859
6860 * xmlwriter.c include/libxml/xmlwriter.h doc/* : applied patch from
6861 Alfred Mickautsch for better DTD support.
6862 * SAX2.c HTMLparser.c parser.c xinclude.c xmllint.c xmlreader.c
6863 xmlschemas.c: fixed bug #137867 i.e. fixed properly the way
6864 reference counting is handled in the XML parser which had the
6865 side effect of removing a lot of hazardous cruft added to try
6866 to fix the problems associated as they popped up.
6867 * xmlIO.c: FILE * close fixup for stderr/stdout
6868
6869Sun Mar 21 19:19:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
6870
6871 * relaxng.c: added an error message when an element is not
6872 found within a <choice> (bug 126093)
6873
6874Sat Mar 20 22:25:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
6875
6876 * xmlregexp.c: enhanced the logic of parsing char groups to
6877 better handle initial or ending '-' (bug 135972)
6878
6879Sat Mar 20 19:26:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6880
6881 * relaxng.c: added check for external reference in
6882 xmlRelaxNGGetElements (bug 137718)
6883 * test/relaxng/rngbug-001.*, result/relaxng/rngbug-001*: added
6884 regression test for above
6885
6886Wed Mar 17 16:37:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6887
6888 * nanohttp.c: added a close for the local file descriptor
6889 (bug 137474)
6890
6891Mon Mar 15 15:46:59 CET 2004 Daniel Veillard <daniel@veillard.com>
6892
6893 * xmlsave.c: switched the output routines to use the new context.
6894
6895Mon Mar 15 10:37:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
6896
6897 * relaxng.c: enhanced to ignore XML_XINCLUDE_START and XML_XINCLUDE_END
6898 nodes (bug 137153)
6899
6900Sun Mar 14 13:19:20 CET 2004 Daniel Veillard <daniel@veillard.com>
6901
6902 * xmlschemastypes.c: applied patch from John Belmonte for anyURI.
6903
6904Wed Mar 10 17:22:48 CET 2004 Daniel Veillard <daniel@veillard.com>
6905
6906 * parser.c: fix bug reported by Holger Rauch
6907 * test/att8 result/noent/att8 result/att8 result/att8.rdr
6908 result/att8.sax: added the test to th regression suite
6909
6910Wed Mar 10 19:42:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6911
6912 * doc/search.php: Minor change for later verson of php requiring
6913 $HTTP_GET_VARS.
6914
6915Wed Mar 10 00:12:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6916
6917 * tree.c: Changed the flag to xmlDocCopyNode (and similar routines),
6918 previously used only for recursion, to use a value of '2' to
6919 indicate copy properties & namespaces, but not children.
6920 * xinclude.c: changed the handling of ranges to use the above new
6921 facility. Fixes Bug 134268.
6922
6923Tue Mar 9 18:48:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
6924
6925 * win32/Makefile.bcb, win32/Makefile.mingw, win32/Makefile.msvc:
6926 added new module xmlsave with patch supplied by Eric Zurcher
6927 (second attempt - don't know what happened to the first one!)
6928
6929Tue Mar 9 09:59:25 CET 2004 Daniel Veillard <daniel@veillard.com>
6930
6931 * python/libxml.c python/libxml.py: applied patch from Anthony Carrico
6932 providing Python bindings for the Canonicalization C14N support.
6933
6934Mon Mar 8 11:12:23 CET 2004 Hagen Moebius <hagen.moebius@starschiffchen.de>
6935
6936 * .cvsignore and python/.cvsignore patched
6937
6938Mon Mar 8 22:33:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
6939
6940 * xinclude.c: enhanced to assure that if xpointer is called
6941 for a document, the XML_PARSE_NOENT flag is set before parsing
6942 the included document so that entities will automatically get
6943 taken care of.
6944 * xpointer.c: corrected code so that, if an XML_ENTITY_REF node
6945 is encountered, it will log it and not crash (bug 135713)
6946
6947Sun Mar 7 19:03:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6948
6949 * xinclude.c: modified to make sub-includes inherit the
6950 parse flags from the parent document (bug 132597)
6951
6952Fri Mar 5 01:13:22 CET 2004 Daniel Veillard <daniel@veillard.com>
6953
6954 * xmlschemas.c: QName handling fixes for the XML Schemas
6955 support from Adam Dickmeiss
6956 * test/schemas/po1_0.xsd: also fix the schemas
6957 * test/schemas/ns[12]* result/schemas/ns[12]*: added the specific
6958 regression tests
6959
6960Thu Mar 4 23:03:02 CET 2004 Daniel Veillard <daniel@veillard.com>
6961
6962 * configure.in doc/Makefile.am include/libxml/Makefile.am:
6963 paalied patch from Julio M. Merino Vidal fixing bug #134751
6964 to fix --with-html-dir option.
6965 * doc/*: rebuilt fully the docs
6966 * doc/html/libxml-xmlsave.html: new file from new header.
6967
6968Thu Mar 4 16:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
6969
6970 * debugXML.c testHTML.c tree.c doc/examples/*.c
6971 include/libxml/xmlsave.h: fixing compilation bug with some options
6972 disabled as well as --with-minimum should fix #134695
6973
6974Thu Mar 4 15:00:45 CET 2004 Daniel Veillard <daniel@veillard.com>
6975
6976 * xmlcatalog.c: allow fallback to URI lookup when SYSTEM fails,
6977 should close #134092
6978
6979Thu Mar 4 14:39:38 CET 2004 Daniel Veillard <daniel@veillard.com>
6980
6981 * Makefile.am tree.c xmlsave.c include/libxml/xmlsave.h: commiting
6982 the new xmlsave module before the actuall big code change.
6983
6984Thu Mar 4 12:38:53 CET 2004 Daniel Veillard <daniel@veillard.com>
6985
6986 * xmlschemas.c: applied patch from Adam Dickmeiss for mixed content
6987 * test/schemas/mixed* result/schemas/mixed*: added his regression
6988 tests too.
6989
6990Mon Mar 1 15:22:06 CET 2004 Daniel Veillard <daniel@veillard.com>
6991
6992 * testSAX.c: fix a compilation problem about a missing timb include
6993
6994Sat Feb 28 22:35:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6995
6996 * testSAX.c: small enhancement to prevent trying to print
6997 strings with null pointers (caused "make tests" errors on
6998 HP-UX)
6999
7000Thu Feb 26 20:19:40 MST 2004 John Fleck <jfleck@inkstain.net>
7001
7002 * doc/xmllint.xml
7003 * doc/xmllint.1
7004 * doc/xmllint.html
7005 * doc/xmlcatalog_man.xml
7006 * doc/xmlcatalog.1
7007 * doc/xmlcatalog_man.html
7008 applying patch from Mike Hommey to clarify XML_CATALOG_FILES
7009 use
7010
7011Thu Feb 26 23:47:43 CET 2004 Daniel Veillard <daniel@veillard.com>
7012
7013 * Makefile.am: patch for cross-compilation to Windows from
7014 Christophe de VIENNE.
7015
7016Thu Feb 26 18:52:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7017
7018 * doc/*.html, doc/html/*.html: regenerated docs using older
7019 version of xsltproc pending resolution of AVT problem
7020
7021Thu Feb 26 10:56:29 CET 2004 Daniel Veillard <daniel@veillard.com>
7022
7023 * Makefile.am: applied patch from Charles Bozeman to not use
7024 the system xmllint.
7025
7026Wed Feb 25 18:07:05 CET 2004 Daniel Veillard <daniel@veillard.com>
7027
7028 * include/libxml/xmlexports.h: applied patch from Roland Schwingel
7029 for MingW
7030
7031Wed Feb 25 13:57:25 CET 2004 Daniel Veillard <daniel@veillard.com>
7032
7033 * Makefile.am catalog.c configure.in: applied a cleanup patch
7034 from Peter Breitenlohner
7035 * tree.c: removed a doc build warning by fixing a param comment
7036 * doc/* : rebuilt the docs
7037
7038Wed Feb 25 13:33:07 CET 2004 Daniel Veillard <daniel@veillard.com>
7039
7040 * valid.c HTMLparser.c: avoid ID error message if using
7041 HTML_PARSE_NOERROR should fix #130762
7042
7043Wed Feb 25 12:50:53 CET 2004 Daniel Veillard <daniel@veillard.com>
7044
7045 * debugXML.c relaxng.c valid.c xinclude.c xmllint.c xmlreader.c:
7046 fixing compilation and link option when configuring with
7047 --without-valid should fix #135309
7048
7049Wed Feb 25 11:36:06 CET 2004 Daniel Veillard <daniel@veillard.com>
7050
7051 * catalog.c: fixed the main issues reported by Peter Breitenlohner
7052 * parser.c: cleanup
7053 * valid.c: speedup patch from Petr Pajas
7054
7055Wed Feb 25 16:07:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
7056
7057 * xpath.c: fixed a memory leak (xmlXPathLangFunction) reported
7058 on the list by Mike Hommey
7059
7060Mon Feb 23 17:28:34 CET 2004 Daniel Veillard <daniel@veillard.com>
7061
7062 * doc/* NEWS configure.in: preparing 2.6.7 release, updated and
7063 rebuilt the documentation.
7064
7065Mon Feb 23 11:52:12 CET 2004 Daniel Veillard <daniel@veillard.com>
7066
7067 * python/tests/*.py: applied patch from Malcolm Tredinnick
7068 to avoid tabs in python sources, should fix #135095
7069
7070Sun Feb 22 23:16:23 CET 2004 Daniel Veillard <daniel@veillard.com>
7071
7072 * testSAX.c: add --timing option
7073 * relaxng.c: use the psvi field of the nodes instead of _private
7074 which may be used for other purposes.
7075
7076Sat Feb 21 16:57:48 CET 2004 Daniel Veillard <daniel@veillard.com>
7077
7078 * encoding.c: small patch to try to fix a warning with Sun One compiler
7079
7080Sat Feb 21 16:22:35 CET 2004 Daniel Veillard <daniel@veillard.com>
7081
7082 * encoding.c: small patch removing a warning with MS compiler.
7083
7084Sat Feb 21 13:52:30 CET 2004 Daniel Veillard <daniel@veillard.com>
7085
7086 * debugXML.c: added "relaxng" option to the debugging shell
7087 * Makefile.am test/errors/* result/errors/*: some regression tests
7088 for some error tests cases.
7089
7090Fri Feb 20 09:56:47 CET 2004 Daniel Veillard <daniel@veillard.com>
7091
7092 * tree.c: xmlAttrSerializeTxtContent don't segfault if NULL
7093 is passed.
7094 * test/att7 result//att7*: adding an old regression test
7095 laying around on my laptop
7096
7097Thu Feb 19 17:33:36 CET 2004 Daniel Veillard <daniel@veillard.com>
7098
7099 * xmlreader.c: fixed xmllint --memory --stream memory consumption
7100 on large file by using xmlParserInputBufferCreateStatic() with
7101 the mmap'ed file
7102
7103Thu Feb 19 13:56:53 CET 2004 Daniel Veillard <daniel@veillard.com>
7104
7105 * tree.c: some clarification in xmlDocDumpMemory() documentation
7106 * xmllint.c: fixed xmllint --stream --timing to get timings back
7107
7108Wed Feb 18 15:20:42 CET 2004 Daniel Veillard <daniel@veillard.com>
7109
7110 * parser.c: fixed a problem in push mode when attribute contains
7111 unescaped '>' characters, fixes bug #134566
7112 * test/att6 result//att6*: added the test to the regression suite
7113
7114Tue Feb 17 17:26:31 CET 2004 Daniel Veillard <daniel@veillard.com>
7115
7116 * valid.c: removing a non-linear behaviour from ID/IDREF raised
7117 by Petr Pajas. Call xmlListAppend instead of xmlListInsert in
7118 xmlAddRef
7119
7120Tue Feb 17 13:27:27 CET 2004 Daniel Veillard <daniel@veillard.com>
7121
7122 * python/tests/indexes.py python/tests/reader.py: indicated
7123 encoding of the test file, needed for python 2.3
7124
7125Tue Feb 17 21:08:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7126
7127 * xpath.c: fixed problem with numbers having > 19
7128 fractional places (bug 133921)
7129
7130Tue Feb 17 12:47:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7131
7132 * xpath.c: applied optimization patch from Petr Pajas
7133
7134Tue Feb 17 12:39:08 CET 2004 Daniel Veillard <daniel@veillard.com>
7135
7136 * xmlwriter.c include/libxml/xmlwriter.h: applied update
7137 from Alfred Mickautsch and the added patch from Lucas Brasilino
7138
7139Sun Feb 15 12:01:30 CET 2004 Daniel Veillard <daniel@veillard.com>
7140
7141 * benchmark.png index.html xml.html: updating the benchmark
7142 graph and using a PNG instead of a GIF
7143 * xmlreader.c: updated the TODO
7144
7145Sat Feb 14 18:55:40 MST 2004 John Fleck <jfleck@inkstain.net>
7146
7147 * doc/tutorial/xmltutorial.xml
7148 * doc/tutorial/xmltutorial.pdf
7149 * doc/tutorial/*.html
7150 Fix bug in XPath example in the tutorial, thanks to Carlos, whose
7151 last name I don't know, for pointing this out
7152
7153Thu Feb 12 16:28:12 CET 2004 Daniel Veillard <daniel@veillard.com>
7154
7155 * NEWS configure.in: preparing release of 2.6.6
7156 * doc/*: updated the docs and rebuilt them
7157
7158Thu Feb 12 13:41:16 CET 2004 Daniel Veillard <daniel@veillard.com>
7159
7160 * xmlregexp.c: fixing bug #132930 with the provided patch, a bit
7161 suspicious about it but this is fairly contained and regression
7162 tests still passes.
7163 * test/schemas/all1* result/schemas/all1*: added the test to
7164 the regression suite.
7165
7166Thu Feb 12 12:54:26 CET 2004 Daniel Veillard <daniel@veillard.com>
7167
7168 * parser.c: fixed bug #132575 about finding the end of the
7169 internal subset in push mode.
7170 * test/intsubset.xml result/intsubset.xml* result/noent/intsubset.xml:
7171 added the test to the regression suite
7172
7173Wed Feb 11 14:19:31 CET 2004 Daniel Veillard <daniel@veillard.com>
7174
7175 * parserInternals.c xmlIO.c encoding.c include/libxml/parser.h
7176 include/libxml/xmlIO.h: added xmlByteConsumed() interface
7177 * doc/*: updated the benchmark rebuilt the docs
7178 * python/tests/Makefile.am python/tests/indexes.py: added a
7179 specific regression test for xmlByteConsumed()
7180 * include/libxml/encoding.h rngparser.c tree.c: small cleanups
7181
7182Wed Feb 11 08:13:58 HKT 2004 William Brack <wbrack@mmm.com.hk
7183
7184 * tree.c: fixed missing output of internal DTD param entities when
7185 nothing else present in DTD (bug 134052)
7186
7187Tue Feb 10 19:24:38 HKT 2004 William Brack <wbrack@mmm.com.hk>
7188
7189 * encoding.c: applied patch supplied by Christophe Dubach
7190 to fix problem with --with-minimum configuration
7191 (bug 133773)
7192 * nanoftp.c: fixed potential buffer overflow problem,
7193 similar to fix just applied to nanohttp.c.
7194
7195Mon Feb 9 18:40:21 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
7196
7197 * nanohttp.c: fixed the fix for the buffer overflow, thanx
7198 William :-)
7199
7200Mon Feb 9 22:37:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
7201
7202 * acinclude.m4, configure.in: fixed problem concerning
7203 determining SOCKLEN_T as pointed out by Daniel Richard G.
7204 on the mailing list
7205
7206Mon Feb 9 15:31:24 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
7207
7208 * nanohttp.c: fixed buffer overflow reported by Yuuichi Teranishi
7209
7210Mon Feb 9 13:45:59 CET 2004 Daniel Veillard <daniel@veillard.com>
7211
7212 * xpath.c: small patch from Philip Ludlam to avoid warnings.
7213
7214Mon Feb 9 13:41:47 CET 2004 Daniel Veillard <daniel@veillard.com>
7215
7216 * encoding.c: applied a small patch from Alfred Mickautsch
7217 to avoid an out of bound error in isolat1ToUTF8()
7218
7219Mon Feb 9 13:35:50 CET 2004 Daniel Veillard <daniel@veillard.com>
7220
7221 * xinclude.c: remove the warning on the 2001 namespace
7222 * parser.c parserInternals.c xpath.c: remove some warnings
7223 when compiling with MSVC6
7224 * nanohttp.c: applied a patch when using _WINSOCKAPI_
7225
7226Sun Feb 8 12:09:55 HKT 2004 William Brack <wbrack@mmm.com.hk>
7227
7228 * xinclude.c: added a small hack to fix interference between
7229 my fixes for bugs 132585 and 132588.
7230 * python/libxml.c: fixed problem with serialization of namespace
7231 reported on the mailing list by Anthony Carrico
7232
7233Sat Feb 7 16:53:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7234
7235 * xinclude.c: fixed problem with function xmlXIncludeCopyRange
7236 (bug 133686).
7237
7238Fri Feb 6 21:03:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
7239
7240 * xmlwriter.c: fixed problem with return value of
7241 xmlTextWriterWriteIndent() (bug 133297)
7242
7243Fri Feb 6 19:07:04 HKT 2004 William Brack <wbrack@mmm.com.hk>
7244
7245 * xinclude.c: changed coding to output good XIncludes when
7246 one or more bad ones are present (bug 132588)
7247
7248Fri Feb 6 17:34:21 HKT 2004 William Brack <wbrack@mmm.com.hk>
7249
7250 * xinclude.c: corrected handling of empty fallback condition
7251 (bug 132585)
7252
7253Fri Feb 6 15:28:36 HKT 2004 William Brack <wbrack@mmm.com.hk>
7254
7255 * HTMLparser.c: added initialisation for ctxt->vctxt
7256 in HTMLInitParser (bug 133127)
7257 * valid.c: minor cosmetic change (removed ATTRIBUTE_UNUSED
7258 from several function params)
7259
7260Tue Feb 3 16:48:57 PST 2004 William Brack <wbrack@mmm.com.hk>
7261
7262 * xinclude.c: fixed problem regarding freeing of dictionary
7263 when there are errors within an XInclude file (bug 133106).
7264 Thanks to Oleg Paraschenko for the assistance.
7265
7266Tue Feb 3 09:53:18 PST 2004 William Brack <wbrack@mmm.com.hk>
7267
7268 * xmlschemastypes.c: fixed validation of maxLength with no
7269 content using patch submitted by Eric Haszlakiewicz
7270 (bug 133259)
7271
7272Tue Feb 3 09:21:09 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
7273
7274 * include/libxml/xmlreader.h include/libxml/xmlmemory.h: added
7275 calling convention to the public function prototypes (rep by
7276 Cameron Johnson)
7277 * include/libxml/xmlexports.h: fixed mingw+msys compilation
7278 (rep by Mikhail Grushinskiy)
7279
7280Mon Feb 2 20:22:18 PST 2004 William Brack <wbrack@mmm.com.hk>
7281
7282 * xmlwriter.c: enhanced output indenting (bug 133264)
7283
7284Mon Feb 2 16:13:33 PST 2004 William Brack <wbrack@mmm.com.hk>
7285
7286 * xmlreader.c, include/libxml/xmlreader.h: applied patch from
7287 Steve Ball to provide structured error reports.
7288
7289Sun Feb 1 01:48:14 PST 2004 William Brack <wbrack@mmm.com.hk>
7290
7291 * tree.c, include/libxml/tree.h: moved serialization of
7292 attribute text data (xmlSerializeContent) into a separate
7293 routine (xmlSerializeTxtContent) so it can be used by xmlwriter.c
7294 * xmlwriter.c: changed handling of attribute string to use the
7295 routine above (fixed bug 131548)
7296
7297Sat Jan 31 08:22:02 MST 2004 John Fleck <jfleck@inkstain.net
7298
7299 * doc/examples/reader1.c, reader2.c, reader3.c
7300 * doc/examples/examples.xml
7301 * doc/examples/*.html
7302 add note that reader examples need libmxl2 > 2.6, rebuild
7303 html - this time doing it correctly :-)
7304
7305Fri Jan 30 20:45:36 MST 2004 John Fleck <jfleck@inkstain.net>
7306
7307 * doc/examples/examples.xml
7308 * doc/examples/*.html
7309 add note that reader examples need libmxl2 > 2.6, rebuild
7310 html
7311
7312Thu Jan 29 23:51:48 PST 2004 William Brack <wbrack@mmm.com.hk>
7313
7314 * xpath.c: added (void *) type override to prevent
7315 warning on Solaris (Bug 132671)
7316
7317Wed Jan 28 07:20:37 MST 2004 John Fleck <jfleck@inkstain.net>
7318
7319 * doc/examples/Makefile.am
7320 per Jan. 15 email to the list from oliverst, the index.html
7321 file from this directory wasn't making it into the tarball
7322
7323Mon Jan 26 18:01:00 CET 2004 Daniel Veillard <daniel@veillard.com>
7324
7325 * acinclude.m4: applied fix from Alexander Winston for a problem
7326 related to automake-1.8 , c.f. #132513 and #129861
7327
7328Mon Jan 26 12:53:11 CET 2004 Daniel Veillard <daniel@veillard.com>
7329
7330 * doc/examples/index.py: don't rely on . being on the path for
7331 make tests, should keep Mr. Crozat quiet until next time...
7332
7333Sun Jan 25 21:45:03 CET 2004 Daniel Veillard <daniel@veillard.com>
7334
7335 * configure.in NEWS doc/*: preparing release 2.6.5, rebuilt the
7336 docs, checked rngparser stuff does not end up in the tarball
7337
7338Sun Jan 25 20:59:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7339
7340 * python/libxml.c: applied patch from Frederic Peters
7341 fixing the wrong arg order in xpath callback in bug #130980
7342
7343Sun Jan 25 20:52:09 CET 2004 Daniel Veillard <daniel@veillard.com>
7344
7345 * xinclude.c: fixing #130453 XInclude element with no href attribute
7346 * relaxng.c rngparser.c include/libxml2/relaxng.h: fully integrating
7347 the compact syntax will require more work, postponed for the
7348 2.6.5 release.
7349
7350Sat Jan 24 09:30:22 CET 2004 Daniel Veillard <daniel@veillard.com>
7351
7352 * include/libxml/schemasInternals.h xmlschemas.c: applied patch from
7353 Steve Ball to avoid a double-free.
7354
7355Fri Jan 23 14:03:21 CET 2004 Daniel Veillard <daniel@veillard.com>
7356
7357 * doc/examples/*: added io1.c an example ox xmlIO usage and io1.res
7358 test result, fixed a awful lot of memory leaks showing up in
7359 testWriter.c, changed the examples and the Makefiles to test
7360 memory leaks.
7361 * xmlwriter.c: fixed a memory leak
7362 * Makefile.am: run the doc/examples regression tests as part of
7363 make tests
7364 * xpath.c include/libxml/xpath.h: added xmlXPathCtxtCompile() to
7365 compile an XPath expression within a context, currently the goal
7366 is to be able to reuse the XSLT stylesheet dictionnary, but this
7367 opens the door to others possible optimizations.
7368 * dict.c include/libxml/dict.h: added xmlDictCreateSub() which allows
7369 to build a new dictionnary based on another read-only dictionnary.
7370 This is needed for XSLT to keep the stylesheet dictionnary read-only
7371 while being able to reuse the strings for the transformation
7372 dictionnary.
7373 * xinclude.c: fixed a dictionnar reference counting problem occuring
7374 when document parsing failed.
7375 * testSAX.c: adding option --repeat for timing 100times the parsing
7376 * doc/* : rebuilt all the docs
7377
7378Thu Jan 22 14:17:05 2004 Aleksey Sanin <aleksey@aleksey.com>
7379
7380 * xmlmemory.c: make xmlReallocLoc() accept NULL pointer
7381
7382Thu Jan 22 08:26:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7383
7384 * xmlschemastypes.c: applied patch from John Belmonte for
7385 normalizedString datatype support.
7386
7387Thu Jan 22 10:43:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
7388
7389 * xpath.c: fixed problem with union when last() is used
7390 in predicate (bug #131971)
7391 * xpointer.c: minor change to comment for doc generation
7392
7393Wed Jan 21 17:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
7394
7395 * parser.c: fixed bug #131745 raised by Shaun McCance with the
7396 suggested patch
7397
7398Wed Jan 21 10:59:55 CET 2004 Daniel Veillard <daniel@veillard.com>
7399
7400 * xmlwriter.c: applied patch from Alfred Mickautsch fixing a memory
7401 leak reported on the list.
7402
7403Thu Jan 15 00:48:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7404
7405 * python/generator.py python/tests/tstLastError.py: applied
Daniel Veillard25a1ce92008-06-02 16:04:12 +00007406 patch from Stéphane Bidoul to add enums to the Python bindings.
William M. Brack11be2d02007-01-24 19:17:19 +00007407
7408Tue Jan 13 21:50:05 CET 2004 Daniel Veillard <daniel@veillard.com>
7409
7410 * testHTML.c: another small patch from Mark Vakoc
7411
7412Tue Jan 13 21:39:58 CET 2004 Daniel Veillard <daniel@veillard.com>
7413
7414 * HTMLparser.c relaxng.c testRelax.c testSchemas.c: applied
7415 patch from Mark Vakoc to not use SAX1 unless necessary.
7416
7417Mon Jan 12 17:22:57 CET 2004 Daniel Veillard <daniel@veillard.com>
7418
7419 * dict.c parser.c xmlstring.c: some parser optimizations,
7420 xmllint --memory --timing --repeat --stream ./db10000.xml
7421 went down from 16.5 secs to 15.5 secs.
7422
7423Thu Jan 8 17:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
7424
7425 * xmlschemas.c: removed a memory leak remaining from the switch
7426 to a dictionnary for string allocations c.f. #130891
7427
7428Thu Jan 8 17:48:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7429
7430 * xmlreader.c: fixing some problem if configured --without-xinclude
7431 c.f. #130902
7432
7433Thu Jan 8 17:42:48 CET 2004 Daniel Veillard <daniel@veillard.com>
7434
7435 * configure.in: changed AC_OUTPUT() macro to avoid a cygwin problem
7436 c.f. #130896
7437
7438Thu Jan 8 00:36:00 CET 2004 Daniel Veillard <daniel@veillard.com>
7439
7440 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc:
7441 applying patch from Mark Vakoc for Windows
7442 * doc/catalog.html doc/encoding.html doc/xml.html: applied doc
7443 fixes from Sven Zimmerman
7444
7445Tue Jan 6 23:51:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7446
7447 * python/libxml2-python-api.xml python/libxml_wrap.h python/types.c
7448 python/tests/Makefile.am python/tests/tstLastError.py: applied
Daniel Veillard25a1ce92008-06-02 16:04:12 +00007449 patch from Stéphane Bidoul for structured error handling from
William M. Brack11be2d02007-01-24 19:17:19 +00007450 python, and the associated test
7451
7452Tue Jan 6 23:18:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7453
7454 * configure.in: fixed Bug130593
7455 * xmlwriter.c: fixed compilation warning
7456
7457Tue Jan 6 15:15:23 CET 2004 Daniel Veillard <daniel@veillard.com>
7458
7459 * include/libxml/xmlstring.h: fixed the comment in the header
7460 * doc/*: rebuilt the docs
7461
7462Tue Jan 6 19:40:04 HKT 2004 William Brack <wbrack@mmm.com.hk>
7463
7464 * encoding.c, parser.c, xmlstring.c, Makefile.am,
7465 include/libxml/Makefile.am, include/libxml/catalog.c,
7466 include/libxml/chvalid.h, include/libxml/encoding.h,
7467 include/libxml/parser.h, include/libxml/relaxng.h,
7468 include/libxml/tree.h, include/libxml/xmlwriter.h,
7469 include/libxml/xmlstring.h:
7470 moved string and UTF8 routines out of parser.c and encoding.c
7471 into a new module xmlstring.c with include file
7472 include/libxml/xmlstring.h mostly using patches from Reid
7473 Spencer. Since xmlChar now defined in xmlstring.h, several
7474 include files needed to have a #include added for safety.
7475 * doc/apibuild.py: added some additional sorting for various
7476 references displayed in the APIxxx.html files. Rebuilt the
7477 docs, and also added new file for xmlstring module.
7478 * configure.in: small addition to help my testing; no effect on
7479 normal usage.
7480 * doc/search.php: added $_GET[query] so that persistent globals
7481 can be disabled (for recent versions of PHP)
7482
7483Mon Jan 5 20:47:07 MST 2004 John Fleck <jfleck@inkstain.net>
7484
7485 * doc/tutorial/customfo.xsl
7486 * doc/tutorial/customhtml.xsl
7487 update custom tutorial-building stylesheets in preparation
7488 for tutorial update
7489
7490Tue Jan 6 00:10:33 CET 2004 Daniel Veillard <daniel@veillard.com>
7491
7492 * rngparser.c: commiting the compact relax ng parser. It's not
7493 completely finished, it's not integrated but I want to save the
7494 current state
7495
7496Mon Jan 5 22:22:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
7497
7498 * doc/apibuild.py, doc/APIconstructors.html, doc/libxml2-refs.xml,
7499 win32/libxml2.def.src: fixed apibuild.py's generation of
7500 "constructors" to be in alphabetical order (instead of previous
7501 random sequence); regenerated resulting files.
7502
7503Mon Jan 5 14:03:59 CET 2004 Daniel Veillard <daniel@veillard.com>
7504
7505 * xmlwriter.c: applied patch from Lucas Brasilino fixing an indent
7506 problem.
7507
7508Sun Jan 4 18:54:29 MST 2004 John Fleck <jfleck@inkstain.net>
7509
7510 * doc/newapi.xsl: change background color of function
7511 declaration to improve readability
7512 * doc/*: rebuild docs with new stylesheet
7513
7514Sun Jan 4 22:45:14 HKT 2004 William Brack <wbarck@mmm.com.hk>
7515
7516 * parser.c, include/libxml/parser.h: added a routine
7517 xmlStrncatNew to create a new string from 2 frags.
7518 * tree.c: added code to check if node content is from
7519 dictionary before trying to change or concatenate.
7520
7521Sun Jan 4 08:57:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
7522
7523 * xmlmemory.c: applied suggestion from Miloslav Trmac (see
7524 Bug 130419) and eliminated xmlInitMemoryDone. More
7525 improvement needed.
7526 * xml2-config.in: added an additional flag (--exec-prefix) to
7527 allow library directory to be different from include directory
7528 (Bug 129558).
7529
7530Fri Jan 2 21:22:18 CET 2004 Daniel Veillard <daniel@veillard.com>
7531
Daniel Veillard25a1ce92008-06-02 16:04:12 +00007532 * error.c: applied patch from Stéphane Bidoul for structured error
William M. Brack11be2d02007-01-24 19:17:19 +00007533 reporting.
7534
7535Fri Jan 2 21:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
7536
7537 * include/libxml/xmlwriter.h xmlwriter.c: applied the patch from
7538 Lucas Brasilino to add indentation support to xmlWriter
7539
7540Fri Jan 2 22:58:29 HKT 2004 William Brack <wbrack@mmm.com.hk>
7541
7542 * xinclude.c: fixed problem with "recursive" include (fallback
7543 contains another include - Bug 129969)
7544
7545Fri Jan 2 11:40:06 CET 2004 Daniel Veillard <daniel@veillard.com>
7546
7547 * SAX2.c: found and fixed a bug misallocating some non
7548 blank text node strings from the dictionnary.
7549 * xmlmemory.c: fixed a problem with the memory debug mutex
7550 release.
7551
7552Wed Dec 31 22:02:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7553
7554 * xinclude.c: fixed problem caused by wrong dictionary
7555 reference count, reported on the list by Christopher
7556 Grayce.
7557
7558Wed Dec 31 15:55:55 HKT 2003 William Brack <wbrack@mmm.com.hk>
7559
7560 * python/generator.py, python/libxml2class.txt: fixed problem
Daniel Veillard25a1ce92008-06-02 16:04:12 +00007561 pointed out by Stéphane Bidoul on the list.
William M. Brack11be2d02007-01-24 19:17:19 +00007562 * xinclude.c, xpointer.c, xpath.c, include/libxml/xpointer.h:
7563 completed modifications required to fix Bug 129967 (at last!).
7564 Now wait to see how long before further trouble...
7565
7566Tue Dec 30 16:26:13 HKT 2003 William Brack <wbrack@mmm.com.hk>
7567
7568 * parser.c, xmlmemory.c, include/libxml/xmlmemory.h: Fixed
7569 memory leak reported by Dave Beckett
7570 * xmlschemas.c: Removed spurious comment reported on the mailing
7571 list
7572 * xinclude.c, xpath.c, xpointer.c, libxml/include/xpointer.h:
7573 Further work on Bug 129967 concerning xpointer range handling
7574 and range-to function; much better, but still not complete
7575
7576Mon Dec 29 18:08:05 CET 2003 Daniel Veillard <daniel@veillard.com>
7577
7578 * valid.c: xmlValidateElement could crash for element holding a
7579 namespace declaration but not in a namespace. Oliver Fischer
7580 provided the example.
7581
7582Mon Dec 29 11:29:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7583
7584 * xmllint.c: issue validation status on stderr, not stdout as suggested
7585 by Pawel Palucha
7586 * result/relaxng/*: this change slightly all the output from RNG
7587 regressions.
7588
7589Mon Dec 28 10:47:32 HKT 2003 William Brack <wbrack@mmm.com.hk>
7590
7591 * xmlschemas.c: edited a couple of comments in accordance with
7592 posting on the mailing list (no logic change)
7593 * xpointer.c: working on Bug 129967, added check for NULL
7594 nodeset to prevent crash. Further work required.
7595 * xpath.c: working on Bug 129967, added code to handle
7596 XPATH_LOCATIONSET in RANGETO code, also added code to
7597 handle it in xmlXPathEvaluatePredicateResult. Further
7598 work required.
7599
7600Sat Dec 27 12:32:58 HKT 2003 William Brack <wbrack@mmm.com.hk>
7601
7602 * xmlschemas.c: added tests for xs:all to assure minOccurs
7603 and maxOccurs <= 1 (Bug 130020)
7604
7605Sat Dec 27 09:53:06 HKT 2003 William Brack <wbrack@mmm.com.hk>
7606
7607 * xmlregexp.c: fixed xmlFAParseCharRange for Unicode ranges
7608 with patch from Charles Bozeman.
7609
7610Fri Dec 26 14:03:41 HKT 2003 William Brack <wbrack@mmm.com.hk>
7611
7612 * xmlregexp.c: fixed problem causing segfault on validation error
7613 condition (reported on mailing list)
7614
7615Thu Dec 25 21:16:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
7616
7617 * xmlschemas.c: fixed missing dictionaries for Memory and Doc
7618 parser contexts (problem reported on mailing list)
7619 * doc/apibuild.py: small change to prevent duplicate lines
7620 on API functions list. It will take effect the next time
7621 the docs are rebuilt.
7622
7623Wed Dec 24 12:54:25 CET 2003 Daniel Veillard <daniel@veillard.com>
7624
7625 * configure.in NEWS doc/*: updated the docs and prepared a new
7626 release 2.6.4
7627
7628Wed Dec 24 12:07:52 CET 2003 Daniel Veillard <daniel@veillard.com>
7629
7630 * legacy.c: remove deprecated warning on startElement()
7631
7632Wed Dec 24 12:04:35 CET 2003 Daniel Veillard <daniel@veillard.com>
7633
7634 * xinclude.c result/XInclude/nodes2.*: XInclude xpointer support
7635 was broken with the new namespace. Fixes #129932
7636
7637Wed Dec 24 00:29:30 CET 2003 Daniel Veillard <daniel@veillard.com>
7638
7639 * xmlschemas.c include/libxml/schemasInternals.h: types might be
7640 redefined in includes, quick fix to allow this but lacks the
7641 equality of the redefinition test.
7642
7643Tue Dec 23 15:14:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7644
7645 * valid.c: fixed bug concerning validation using external
7646 dtd of element with mutiple namespace declarations
7647 (Bug 129821)
7648
7649Tue Dec 23 11:41:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
7650
7651 * tree.c: inhibited production of "(null):" in xmlGetNodePath
7652 when node has default namespace (Bug 129710)
7653
7654Tue Dec 23 09:29:14 HKT 2003 William Brack <wbrack@mmm.com.hk>
7655
7656 * xpath.c: small enhancement to xmlXPathCmpNodes to assure
7657 document order for attributes is retained (Bug 129331)
7658
7659Mon Dec 22 19:06:16 CET 2003 Daniel Veillard <daniel@veillard.com>
7660
7661 * parser.c xmlreader.c: change xmlReadFd() xmlCtxtReadFd()
7662 xmlReaderNewFd() xmlReaderForFd(), change those to not close
7663 the file descriptor. Updated the comment, should close #129683
7664
7665Mon Dec 22 00:34:09 CET 2003 Daniel Veillard <daniel@veillard.com>
7666
7667 * xinclude.c: fixed a serious problem in XInclude #129021
7668
7669Sun Dec 21 13:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
7670
7671 * parser.c: fixed bug #129489, propagation of parsing flags
7672 in entities.
7673 * parser.c xmlreader.c: improved the comments of parsing options
7674
7675Sun Dec 21 18:14:04 HKT 2003 William Brack <wbrack@mmm.com.hk>
7676
7677 * python/Makefile.am, python/tests/Makefile.am,
7678 doc/Makefile.am: applied fixes to allow build from
7679 'outside' directory (Bug 129172)
7680
7681Sat Dec 20 16:42:07 MST 2003 John Fleck <jfleck@inkstain.net>
7682
7683 * tree.c - add explanation of namespace inheritance when
7684 ns is NULL to xmlNewChild and xmlNewTextChild API doc
7685
7686Sat Dec 20 18:17:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
7687
7688 * include/libxml/xpathInternals.h: undid last change (my
7689 bad). Put necessary fix in libxslt/libexslt instead.
7690 * include/libxml/DOCBparser.h: put test for __GCC__ on
7691 warning directive (Bug 129105)
7692
7693Sat Dec 20 10:48:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7694
7695 * include/libxml/xpathInternals.h: fixed xmlXPathReturnString
7696 to cater for NULL pointer (bug 129561)
7697 * globals.c: added comment to suppress documentation warning
7698 * doc/apibuild.py: fixed problem which caused last APIchunkxx.html
7699 to be lost. Rebuilt doc/* (including adding APIchunk26.html)
7700
7701Fri Dec 19 18:24:02 CET 2003 Daniel Veillard <daniel@veillard.com>
7702
7703 * xmlreader.c: trying to fix #129692 xmlTextReaderExpand() when
7704 using an xmlReaderWalker()
7705
7706Thu Dec 18 20:10:34 MST 2003 John Fleck <jfleck@inkstain.net>
7707
7708 * tree.c: fix misc. typos in doc comments
7709 * include/libxml/tree.h: elaborate on macro define doc comments
7710 * doc/*: rebuild docs
7711
7712Wed Dec 17 16:07:33 CET 2003 Daniel Veillard <daniel@veillard.com>
7713
7714 * doc/examples/*: don't call the result files .out but .res as
7715 the Makefiles tend to try generating binaries for .out targets...
7716
7717Tue Dec 16 20:53:54 MST 2003 John Fleck <jfleck@inkstain.net>
7718
7719 * doc/html/libxml-pattern.html: - cvs add API docs for new
7720 pattern stuff
7721
7722Tue Dec 16 20:40:40 MST 2003 John Fleck <jfleck@inkstain.net>
7723
7724 * tree.c
7725 * doc/*:
7726 Elaborate in documentation discussion of xmlNewChild
7727 and xmlNewTextChild. Thanks to Steve Lenti for pointing
7728 out the usefulness of a more explicit explanation of the
7729 reserved character escaping issue.
7730
7731Fri Dec 12 15:55:15 CET 2003 Daniel Veillard <daniel@veillard.com>
7732
7733 * xmlcatalog.c: applied patch from Stefan Kost
7734
7735Thu Dec 11 15:15:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7736
7737 * doc/examples/testWriter.c: applied small fix from Lucas Brasilino
7738
7739Thu Dec 11 14:55:22 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7740
7741 * win32/Makefile.* win32/configure.js: Added pattern support
7742
7743Wed Dec 10 14:11:20 CET 2003 Daniel Veillard <daniel@veillard.com>
7744
7745 * configure.in doc/* libxml.spec.in: preparing release of
7746 libxml2-2.6.3, updated and regenerated the docs.
7747
7748Wed Dec 10 11:43:33 CET 2003 Daniel Veillard <daniel@veillard.com>
7749
7750 * SAX2.c pattern.c: removed some compilation warnings
7751
7752Wed Dec 10 11:16:29 CET 2003 Daniel Veillard <daniel@veillard.com>
7753
7754 * xmllint.c: fixing bug #119264 xmllint failing to report
7755 serialization errors in some cases.
7756
7757Tue Dec 9 23:50:23 CET 2003 Daniel Veillard <daniel@veillard.com>
7758
7759 * entities.c: fixed an XML entites content serialization
7760 potentially triggered by XInclude, see #126817
7761
7762Tue Dec 9 16:12:50 CET 2003 Daniel Veillard <daniel@veillard.com>
7763
7764 * xmlwriter.c: applied the patch to xmlTextWriterStartPI()
7765 suggested by Daniel Schulman in #128313
7766
7767Tue Dec 9 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
7768
7769 * configure.in Makefile.am: another patch from Kenneth Haley
7770 for Mingw, c.f. #128787
7771
7772Tue Dec 9 15:07:09 CET 2003 Daniel Veillard <daniel@veillard.com>
7773
7774 * include/libxml/xmlexports.h: applied patch from Kenneth Haley
7775 for compiling on Mingw see #128786
7776
7777Tue Dec 9 14:52:59 CET 2003 Daniel Veillard <daniel@veillard.com>
7778
7779 * xmllint.c: some flags were not passed down correctly as
7780 parsing options. Fixes #126806
7781
7782Tue Dec 9 12:29:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7783
7784 * xinclude.c xmllint.c xmlreader.c include/libxml/xinclude.h
7785 include/libxml/xmlerror.h: augmented the XInclude API
7786 to be able to pass XML parser flags down to the Inclusion
7787 process. Also resynchronized with the Last Call W3C Working
7788 Draft 10 November 2003 for the xpointer attribute.
7789 * Makefile.am test/XInclude/docs/nodes[23].xml
7790 result/XInclude/*: augmented the tests for the new namespace and
7791 testing the xpointer attribute, changed the way error messages
7792 are tested
7793 * doc/*: regenerated the documentation
7794
7795Mon Dec 8 18:38:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7796
7797 * error.c: filter warning messages if the global setting blocks them
7798 * xinclude.c xmlreader.c include/libxml/xinclude.h
7799 include/libxml/xmlerror.h: updated the change of namespace at
7800 the XInclude level, raise a warning if the old one is found,
7801 and some cleanup
7802
7803Mon Dec 8 13:09:39 CET 2003 Daniel Veillard <daniel@veillard.com>
7804
7805 * tree.c: tentative fix for #126117 character reference in
7806 attributes output problem in some cornercase.
7807
7808Mon Dec 8 11:08:45 CET 2003 Daniel Veillard <daniel@veillard.com>
7809
7810 * python/libxml.py: tried to fix the problems reported in
7811 bug #126735
7812 * xpath.c SAX2.c error.c parser.c valid.c include/libxml/xmlerror.h:
7813 fixed again some problem trying to use the structured error
7814 handlers, c.f. bug #126735
7815 * result/VC/ElementValid: tiny change due to the fix
7816
7817Sun Dec 7 22:27:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7818
7819 * error.c: fixed __xmlRaiseError to use structured error handlers
7820 defined by xmlSetStructuredErrorFunc(), fixes bug #126211
7821
7822Sun Dec 7 20:30:53 CET 2003 Daniel Veillard <daniel@veillard.com>
7823
7824 * parser.c: attempt to fix #126211 ...
7825
7826Fri Dec 5 17:07:29 CET 2003 Daniel Veillard <daniel@veillard.com>
7827
7828 * pattern.c xmlreader.c xmllint.c include/libxml/pattern.h
7829 include/libxml/xmlreader.h: fixed the pattern interfaces
7830 but not yet the parser to handle the namespaces.
7831 * doc/examples/reader3.c doc/*: fixed the example, rebuilt the docs.
7832
7833Fri Dec 5 15:49:44 CET 2003 Daniel Veillard <daniel@veillard.com>
7834
7835 * globals.c xmlwriter.c doc/apibuild.py include/libxml/globals.h
7836 include/libxml/pattern.h include/libxml/schemasInternals.h
7837 include/libxml/xmlexports.h include/libxml/xmlwriter.h: cleanup
7838 the make rebuild in doc, this include new directive to stop
7839 documentation warnings
7840 * doc/* doc/html/*: rebuilt the docs
7841 * pattern.c xmlreader.c include/libxml/pattern.h
7842 include/libxml/xmlreader.h: adding xmlTextReaderPreservePattern()
7843 to save nodes while scanning the tree with the reader, cleanup
7844 the way element were freed, and xmlTextReaderPreserve()
7845 implementation, the API might change for namespace binding support
7846 when compiling patterns.
7847 * doc/examples/*: added reader3.c exposing the xmlTextReaderPreserve()
7848
7849Thu Dec 4 15:10:57 CET 2003 Daniel Veillard <daniel@veillard.com>
7850
7851 * python/libxml.py: oops forgot to modify/commit the new code.
7852
7853Thu Dec 4 13:29:19 CET 2003 Daniel Veillard <daniel@veillard.com>
7854
7855 * python/generator.py python/libxml.c python/libxml_wrap.h:
7856 cleanup the output buffer support to at least get the basic
7857 to work
7858 * python/tests/outbuf.py python/tests/serialize.py: fixes and
7859 cleanup.
7860 * include/libxml/xmlwriter.h: cleanup
7861
7862Wed Dec 3 21:38:56 MST 2003 John Fleck <jfleck@inkstain.net>
7863
7864 * include/libxml/xmlversion.h.in
7865 * doc/*: add WITH_TRIO comment so it shows up in the docs, rebuild
7866 docs
7867
7868Wed Dec 3 13:10:08 CET 2003 Daniel Veillard <daniel@veillard.com>
7869
7870 * config.h.in configure.in xmlregexp.c: fix bug #128401 affecting
7871 regexp quantifiers
7872
7873Tue Dec 2 23:29:56 CET 2003 Daniel Veillard <daniel@veillard.com>
7874
7875 * pattern.c include/libxml/pattern.h: adding the pattern node
7876 selection code. Inheried in part from libxslt but smaller.
7877 * Makefile.am configure.in include/libxml/xmlversion.h.in:
7878 integrated the pattern module, made it a configure time option
7879 * xmllint.c: added --pattern to test when doing --stream
7880
7881Tue Dec 2 11:25:25 CET 2003 Daniel Veillard <daniel@veillard.com>
7882
7883 * xmlreader.c: fixed a problem in xmlreader validation when
7884 streaming exposed by reader2 example.
7885
7886Mon Dec 1 20:40:51 MST 2003 John Fleck <jfleck@inkstain.net>
7887
7888 * doc/xml.html
7889 * doc/docs.html:
7890 add reference to the Code Examples page to docs.html list
7891 of resources
7892
7893Mon Dec 1 12:30:28 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7894
7895 * win32/Makefile.bcb win32/configure.js: Applied the BCB patch
7896 from Eric
7897
7898Sun Nov 30 21:33:37 MST 2003 John Fleck <jfleck@inkstain.net>
7899
7900 * include/libxml/xinclude.h
7901 * doc/*: Add comments for macro definitions in xinclude.h and
7902 rebuild the docs
7903
7904Sun Nov 30 21:06:29 MST 2003 John Fleck <jfleck@inkstain.net>
7905
7906 * doc/docdescr.doc
7907 Updating William's explanation of how to build docs,
7908 reflecting Daniel's new docs build system
7909
7910Sat Nov 29 18:38:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
7911
7912 * xmlmemory.c: enhanced by adding mutex to protect global
7913 structures in a multi-threading environment. This fixed
7914 some random errors on the Threads regression tests.
7915
7916Fri Nov 28 21:39:49 MST 2003 John Fleck <jfleck@inkstain.net>
7917
7918 * doc/xml.html doc/python.html: fix tst.py text, which didn't
7919 import sys
7920
7921Fri Nov 28 17:28:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
7922
7923 * encoding.c, include/libxml/encoding.h: Enhanced the handling of
7924 UTF-16, UTF-16LE and UTF-16BE encodings. Now UTF-16 output is
7925 handled internally by default, with proper BOM and UTF-16LE
7926 encoding. Native UTF-16LE and UTF-16BE encoding will not generate
7927 BOM on output, and will be automatically recognized on input.
7928 * test/utf16lebom.xml, test/utf16bebom.xml, result/utf16?ebom*:
7929 added regression tests for above.
7930
7931Thu Nov 27 19:25:10 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7932
7933 * win32/Makefile.* win32/configure.js: Modified to allow coexistent
7934 build with all compilers. Added C-Runtime option for MSVC. Included
7935 xmlWriter.
7936 * xmlwriter.c: Added IN_LIBXML macro
7937
7938Wed Nov 26 21:54:01 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7939
7940 * win32/Makefile.bcb: applied patch from Eric
7941
7942Wed Nov 26 21:33:14 CET 2003 Daniel Veillard <daniel@veillard.com>
7943
7944 * include/libxml/tree.h: stefan on IRC pointed out that XML_GET_LINE
7945 is broken on 2.6.x
7946
7947Tue Nov 25 18:39:44 CET 2003 Daniel Veillard <daniel@veillard.com>
7948
7949 * entities.c: fixed #127877, never output &quot; in element content
7950 * result/isolat3 result/slashdot16.xml result/noent/isolat3
7951 result/noent/slashdot16.xml result/valid/REC-xml-19980210.xml
7952 result/valid/index.xml result/valid/xlink.xml: this changes the
7953 output of a few tests
7954
7955Tue Nov 25 16:36:21 CET 2003 Daniel Veillard <daniel@veillard.com>
7956
7957 * include/libxml/schemasInternals.h include/libxml/xmlerror.h
7958 testSchemas.c xmlschemas.c: added xsd:include support, fixed
7959 testSchemas behaviour when a schemas failed to parse.
7960 * test/schemas/vdv-* result/schemas/vdv-first5_0_0*: added one
7961 test for xsd:include from Eric Van der Vlist
7962
7963Tue Nov 25 08:18:12 CET 2003 Daniel Veillard <daniel@veillard.com>
7964
7965 * parser.c: swapped the attribute defaulting and attribute checking
7966 parts of parsing a new element start, fixes bug #127772
7967 * result/valid/127772.* test/valid/127772.xml
7968 test/valid/dtds/127772.dtd: added the example in the regression tests
7969
7970Tue Nov 25 08:00:15 CET 2003 Daniel Veillard <daniel@veillard.com>
7971
7972 * parser.c: moved xmlCleanupThreads() to the end of xmlCleanupParser()
7973 to avoid bug #127851
7974
7975Mon Nov 24 15:26:21 CET 2003 Daniel Veillard <daniel@veillard.com>
7976
7977 * xmlregexp.c: fixing some Negative Character Group and
7978 Character Class Subtraction handling.
7979
7980Mon Nov 24 14:01:57 CET 2003 Daniel Veillard <daniel@veillard.com>
7981
7982 * xmlregexp.c xmlschemas.c: more XML Schemas fixes based
7983 on Eric van der Vlist examples
7984 * result/schemas/vdv-first4* test/schemas/vdv-first4*:
7985 added regression tests
7986 * doc/examples/Makefile.am doc/examples/index.py: do not
7987 regenerate the index on make all target, but only on
7988 make rebuild to avoid troubles.
7989
7990Sat Nov 22 21:35:42 CET 2003 Daniel Veillard <daniel@veillard.com>
7991
7992 * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h
7993 include/libxml/schemasInternals.h: lot of bug fixes, cleanup,
7994 starting to add proper namespace support too.
7995 * test/schemas/* result/schemas/*: added a number of tests
7996 fixed the result from some regression tests too.
7997
7998Fri Nov 21 20:50:59 MST 2003 John Fleck <jfleck@inkstain.net>
7999
8000 * doc/xml.html, docs.html: remove reference to gtk-doc now that
8001 Daniel has removed it, fix link to George's IBM article, other
8002 minor edits
8003
8004Fri Nov 21 01:26:00 CET 2003 Daniel Veillard <daniel@veillard.com>
8005
8006 * xmlschemas.c: applied patch from Robert Stepanek to start
8007 import os schemas support, cleaned up stuff and the patch.
8008 * test/schemas/import0_0.* result/schemas/import0_0_0*: added test
8009 to regression, fixed a few regressions too.
8010
8011Thu Nov 20 22:58:00 CET 2003 Daniel Veillard <daniel@veillard.com>
8012
8013 * HTMLparser.c: applied two parsing fixes from James Bursa
8014
8015Thu Nov 20 19:20:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8016
8017 * doc/examples/*: added two xmlReader examples
8018 * xmlreader.c: cleaned up some bugs in the process
8019
8020Thu Nov 20 12:54:30 CET 2003 Daniel Veillard <daniel@veillard.com>
8021
8022 * xmlwriter.c include/libxml/xmlwriter.h: applied patch from
8023 Alfred Mickautsch, bugfixes and comments
8024 * doc/examples/*: added his test as the xmlWriter example
8025 * doc/html/ doc/*.html: this resulted in some improvements
8026 * include/libxml/hash.h: fixed an inclusion problem when
8027 <libxml/hash.h> wasn't preceeded by <xml/parser.h>
8028
8029Wed Nov 19 17:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
8030
8031 * xinclude.c: fix an error message
8032 * doc/examples/*: added tree2 example from Lucas Brasilino
8033
8034Wed Nov 19 17:50:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
8035
8036 * doc/newapi.xsl: improve the sort sequence for page content
8037 * doc/html/*.html: regenerate the web pages
8038
8039Wed Nov 19 00:48:56 CET 2003 Daniel Veillard <daniel@veillard.com>
8040
8041 * Makefile.am: do not package cvs versioning temp files.
8042 * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
8043 slightly improved the API xml format, fixed a lot of small
8044 rendering problems
8045 * doc/html/libxml*.html: rebuilt
8046
8047Tue Nov 18 21:51:15 CET 2003 Daniel Veillard <daniel@veillard.com>
8048
8049 * include/libxml/*.h include/libxml/*.h.in: modified the file
8050 header to add more informations, painful...
8051 * genChRanges.py genUnicode.py: updated to generate said changes
8052 in headers
8053 * doc/apibuild.py: extract headers, add them to libxml2-api.xml
8054 * *.html *.xsl *.xml: updated the stylesheets to flag geprecated
8055 APIs modules. Updated the stylesheets, some cleanups, regenerated
8056 * doc/html/*.html: regenerated added back book1 and libxml-lib.html
8057
8058Tue Nov 18 14:43:16 CET 2003 Daniel Veillard <daniel@veillard.com>
8059
8060 * doc/Makefile.am doc/*.xsl doc/*.html doc/apibuild.py: cleaned up
8061 the build process to remove all remains from the old gtk-doc
8062 inherited, libxml2-refs.xml is now generated by apibuild.py, the
8063 stylesheets have been improved, and the API*html now generated
8064 are XHTML1 valid too
8065
8066Tue Nov 18 14:28:32 HKT 2003 William Brack <mmm.com.hk>
8067
8068 * genChRanges.py, chvalid.c, include/libxml/chvalid.h: minor
8069 enhancement to prevent comment with unreferenced variable.
8070 * threads.c xmlreader.c xmlwriter.c: edited some comments to
8071 improve auto-generation of documentation
8072 * apibuild.py: minor change to an error message
8073
8074Mon Nov 17 17:55:51 CET 2003 Daniel Veillard <daniel@veillard.com>
8075
8076 * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
8077 improving navigation
8078 * doc/html/*.html: updated the result
8079
8080Mon Nov 17 14:54:38 CET 2003 Daniel Veillard <daniel@veillard.com>
8081
8082 * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl:
8083 improvement of the stylesheets, fixed a API generation problem,
8084 switched the stylesheet and Makefile to build the HTML output.
8085 * doc/html/*.html: complete update, ditched some old files, might
8086 introduce some breakage...
8087
8088Mon Nov 17 12:50:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8089
8090 * doc/newapi.xsl: lot of improvements, this starts looking good
8091 enough to be usable.
8092
8093Mon Nov 17 00:58:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8094
8095 * doc/newapi.xsl: stylesheet to build HTML pages from the
8096 API XML description, Work in Progress
8097
8098Sun Nov 16 16:03:24 HKT 2003 William Brack <wbrack@mmm.com.hk>
8099
8100 * xpath.c: fixed bug 126976 (string != empty nodeset
8101 should be false)
8102
8103Sun Nov 16 14:00:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
8104
8105 * doc/html/*.html: Finally - found the problem with the
8106 page generation (XMLPUBFUN not recognized by gtkdoc).
8107 Re-created the pages using a temporary version of
8108 include/libxml/*.h.
8109 * testOOMlib.c,include/libxml/encoding.h,
8110 include/libxml/schemasInternals.h,include/libxml/valid.h,
8111 include/libxml/xlink.h,include/libxml/xmlwin32version.h,
8112 include/libxml/xmlwin32version.h.in,
8113 include/libxml/xpathInternals.h: minor edit of comments
8114 to help automatic documentation generation
8115 * doc/docdescr.doc: small elaboration
8116 * doc/examples/test1.c,doc/examples/Makefile.am: re-commit
8117 (messed up on last try)
8118 * xmlreader.c: minor change to clear warning.
8119
8120Sat Nov 15 19:20:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8121
8122 * Copyright: fixed some wording
8123 * libxml.spec.in: make sure doc/examples is packaged
8124 * include/libxml/tree.h valid.c xmlreader.c: fixed the really
8125 annoying problem about xmlRemoveID and xmlReader streaming.
8126 Thing looks fixed now, had to add a doc reference to the
8127 xmlID structure though...
8128
8129Sat Nov 15 09:53:36 MST 2003 John Fleck <jfleck@inkstain.net>
8130
8131 * doc/docdescr.doc: added description of man page building
8132
8133Sat Nov 15 19:08:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
8134
8135 * doc/html/libxml-chvalid.html, doc/html/libxml-dict.html,
8136 doc/html/libxml-list.html, doc/html/libxml-testOOMlib.html,
8137 doc/html/libxml-wincecompat, doc/html/winsockcompat.html,
8138 doc/html/libxml-xmlexports.html, doc/html/libxml-xmlversion.html,
8139 doc/html/libxml-xmlwin32version.html, doc/html/libxml-xmlwriter.html:
8140 added missing pages for the website.
8141
8142Sat Nov 15 18:23:48 HKT 2003 William Brack <wbrack@mmm.com.hk>
8143
8144 * doc/Makefile.am doc/*.html doc/html/*.html: rebuilt the
8145 generated pages (again), manually restored doc/html/index.html
8146 and manually edited generated file doc/gnome-xml.xml to put
8147 in appropriate headings.
8148 * doc/docdescr.doc: new file to describe details of the
8149 document generation (helps my memory for the next time)
8150 * genChRanges.py,chvalid.c,include/libxml/chvalid.h: minor
8151 enhancement to please the automatic documentation generation.
8152
8153Fri Nov 14 23:47:31 HKT 2003 William Brack <wbrack@mmm.com.hk>
8154
8155 * catalog.c,relaxng.c,testAutomata.c,xpointer.c,genChRanges.py,
8156 chvalid.c,include/libxml/chvalid.h,doc/examples/test1.c:
8157 minor error cleanup for gcc-3.3.[12] compilation warnings.
8158
8159Fri Nov 14 15:08:13 HKT 2003 William Brack <wbrack@mmm.com.hk>
8160
8161 * tree.c: minor changes to some comments
8162 * doc/*.html: rebuilt the generated HTML pages for changes
8163 from jfleck (bug 126945)
8164
8165Thu Nov 13 12:44:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8166
8167 * doc/examples/*: added Dodji's example, added output handling
8168
8169Thu Nov 13 11:35:35 CET 2003 Daniel Veillard <daniel@veillard.com>
8170
8171 * doc/examples/*: added Aleksey XPath example, fixed bugs
8172 in the indexer
8173
8174Wed Nov 12 23:48:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8175
8176 * doc/*: integrating the examples in the navigation menus
8177 * doc/examples/*: added make tests, updated the navigation,
8178 added a new test, cleanups, updates.
8179
8180Wed Nov 12 17:50:36 CET 2003 Daniel Veillard <daniel@veillard.com>
8181
8182 * doc/*.html: rebuilt the generated HTML pages
8183 * doc/examples/*: updated the stylesheets, added a synopsis,
8184 Makefile.am is now generated by index.py
8185
8186Wed Nov 12 01:38:16 CET 2003 Daniel Veillard <daniel@veillard.com>
8187
8188 * doc/site.xsl doc/examples/Makefile.am doc/examples/index.html:
8189 added autogeneration of a web page for the examples
8190 * doc/examples/example1.c doc/examples/.cvsignore
8191 doc/examples/examples.xml doc/examples/index.py: updated the
8192 informations extracted, improved the format and indexing.
8193
8194Tue Nov 11 22:08:59 CET 2003 Daniel Veillard <daniel@veillard.com>
8195
8196 * check-xinclude-test-suite.py: less verbose on difference
8197 * libxml.spec.in: cleanup
8198 * parser.c: fixed xmlCleanupParser() doc
8199 * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
8200 doc/examples/Makefile.am doc/examples/example1.c
8201 doc/examples/examples.xml doc/examples/index.py
8202 doc/examples/test1.xml: work on adding C examples and
8203 generating automated information about those. examples.xml
8204 is autogenerated describing the examples.
8205 * example/Makefile.am: cleanup
8206
8207Mon Nov 10 23:47:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
8208
8209 * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h:
8210 fixed missing '-' in block names, enhanced the hack for
8211 ABI aliasing.
8212
8213Sun Nov 9 20:28:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
8214
8215 * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h,
8216 python/libxml2class.txt: enhanced for range checking,
8217 updated to Unicode version 4.0.1 (API docs also updated)
8218 * python/generator.py: minor change to fix a warning
8219
8220Wed Nov 5 23:46:36 CET 2003 Daniel Veillard <daniel@veillard.com>
8221
8222 * Makefile.am: apply fix from Karl Eichwalder for script path
8223
8224Wed Nov 5 10:49:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8225
8226 * win32/configure.js: applied patch from Mark Vakoc to simplify
8227 his work from CVS checkouts.
8228
8229Tue Nov 4 21:16:47 MST 2003 John Fleck <jfleck@inkstain.net>
8230
8231 * doc/xmlreader.html: minor cleanups
8232
8233Tue Nov 4 15:52:28 PST 2003 William Brack <wbrack@mmm.com.hk>
8234
8235 * include/libxml/xmlversion.h.in: changed macro ATTRIBUTE_UNUSED
8236 for gcc so that, if undefined, it's defined as
8237 __attribute__((unused))
8238
8239Tue Nov 4 15:28:07 PST 2003 William Brack <wbrack@mmm.com.hk>
8240
8241 * python/generator.py: small enhancement to assure ATTRIBUTE_UNUSED
8242 appears after the variable declaration.
8243 * valid.c: trivial change to eliminate a warning message
8244
8245Tue Nov 4 11:24:04 CET 2003 Daniel Veillard <daniel@veillard.com>
8246
8247 * configure.in NEWS doc/*: preparing release 2.6.2, updated and
8248 rebuilt the docs
8249
8250Tue Nov 4 09:38:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8251
8252 * xmllint.c: change --html to make sure we use the HTML serialization
8253 rule by default when HTML parser is used, add --xmlout to allow to
8254 force the XML serializer on HTML.
8255 * HTMLtree.c: ugly tweak to fix the output on <p> element and
8256 solve #125093
8257 * result/HTML/*: this changes the output of some tests
8258
8259Mon Nov 3 17:51:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8260
8261 * xinclude.c: fixed bug #125812, about XPointer in XInclude
8262 failing but not returning an error.
8263
8264Mon Nov 3 17:18:22 CET 2003 Daniel Veillard <daniel@veillard.com>
8265
8266 * valid.c: fixed bug #125811 related to DTD post validation
8267 where the DTD doesn't pertain to a document.
8268
8269Mon Nov 3 15:25:58 CET 2003 Daniel Veillard <daniel@veillard.com>
8270
8271 * parser.c xmlIO.c include/libxml/parserInternals.h: implemented
8272 the XML_PARSE_NONET parser option.
8273 * xmllint.c: converted xmllint.c to use the option instead of
8274 relying on the global resolver variable.
8275
8276Mon Nov 3 13:26:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8277
8278 * xinclude.c xmlreader.c include/libxml/xinclude.h: adding XInclude
8279 support to the reader interface. Lot of testing of the walker,
8280 various bug fixes.
8281 * xmllint.c: added --walker and made sure --xinclude --stream --debug
8282 works as expected
8283 * Makefile.am result/dtd11.rdr result/ent6.rdr test/dtd11 test/ent6
8284 result/XInclude/*.rdr: added regression tests for the walker and
8285 XInclude xmlReader support, had to slightly change a couple of tests
8286 because the walker can't distinguish <foo/> from <foo></foo>
8287
8288Sat Nov 1 17:42:27 CET 2003 Daniel Veillard <daniel@veillard.com>
8289
8290 * tree.c nanohttp.c threads.c: second BeOS patch from
8291 Marcin 'Shard' Konicki
8292
8293Fri Oct 31 15:35:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8294
8295 * parser.c: always generate line numbers
8296
8297Fri Oct 31 11:53:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8298
8299 * parser.c: fixed another regression introduced in fixing #125823
8300
8301Fri Oct 31 11:33:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8302
8303 * python/libxml.c: previous fix for #124044 was broken, correct
8304 fix provided.
8305 * HTMLparser.c parser.c parserInternals.c xmlIO.c: fix xmlStopParser()
8306 and the error handlers to address #125877
8307
8308Thu Oct 30 23:10:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8309
8310 * parser.c: side effect of #123105 patch, namespace resolution
8311 would fail when defined in internal entities, fixes #125823
8312
8313Thu Oct 30 14:10:42 CET 2003 Daniel Veillard <daniel@veillard.com>
8314
8315 * python/libxml.c: be more defensive in the xmlReader python bindings
8316 fixing bug #124044
8317
8318Thu Oct 30 11:14:31 CET 2003 Daniel Veillard <daniel@veillard.com>
8319
8320 * valid.c: the a-posteriori DTD validation code was not validating
8321 the namespace declarations, this fixes #124110
8322
8323Wed Oct 29 14:13:03 PDT 2003 William Brack <wbrack@mmm.com.hk>
8324
8325 * xmlIO.c: enhanced to bypass compression detection code
8326 when input file is stdin (bug 125801)
8327
8328Wed Oct 29 18:21:00 CET 2003 Daniel Veillard <daniel@veillard.com>
8329
8330 * xmlIO.c: fix needed when HTTP is not compiled in by Mark Vakoc
8331
8332Wed Oct 29 18:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
8333
8334 * xpath.c: more fixes about unregistering objects
8335 * include/libxml/relaxng.h: applied patch from Mark Vakoc
8336 missing _cplusplus processing clause
8337
8338Wed Oct 29 07:49:52 2003 Aleksey Sanin <aleksey@aleksey.com>
8339
8340 * include/libxml/parser.h parser.c: added xmlStrVPrintf function
8341
8342Wed Oct 29 14:37:40 CET 2003 Daniel Veillard <daniel@veillard.com>
8343
8344 * nanoftp.c nanohttp.c testThreads.c threads.c: applied patch from
8345 Marcin 'Shard' Konicki to provide BeOS thread support.
8346
8347Wed Oct 29 14:20:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8348
8349 * xmlschemas.c include/libxml/xmlschemas.h: applied patch
8350 from Steve Ball to make a schema parser from a preparsed document.
8351
8352Wed Oct 29 13:52:25 CET 2003 Daniel Veillard <daniel@veillard.com>
8353
8354 * tree.c: applied a couple of patches from Mark Lilback about text
8355 nodes coalescing
8356
8357Wed Oct 29 12:16:52 CET 2003 Daniel Veillard <daniel@veillard.com>
8358
8359 * xpath.c: change suggested by Anthony Carrico when unregistering
8360 a namespace prefix to a context
8361 * hash.c: be more careful about calling callbacks with NULL payloads.
8362
8363Wed Oct 29 00:04:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8364
8365 * configure.in NEWS doc/*: preparing release 2.6.1, updated and
8366 regenerated docs and APIs
8367 * parser.c: cleanup and last change to fix #123105
8368
8369Tue Oct 28 23:02:29 CET 2003 Daniel Veillard <daniel@veillard.com>
8370
8371 * HTMLparser.c: Fix #124907 by simply backporting the same
8372 fix as for the XML parser
8373 * result/HTML/doc3.htm.err: change to ID detecting modified one
8374 test result.
8375
8376Tue Oct 28 22:28:50 CET 2003 Daniel Veillard <daniel@veillard.com>
8377
8378 * parser.c include/libxml/parser.h: included a new function
8379 to reuse a Push parser context, based on Graham Bennett original
8380 code
8381 * valid.c: in HTML, a name in an input is not an ID
8382 * TODO: bug list update
8383
8384Tue Oct 28 19:54:37 CET 2003 Daniel Veillard <daniel@veillard.com>
8385
8386 * xpath.c: applied patch from nico@xtradyne.com for #125030
8387
8388Tue Oct 28 16:42:16 CET 2003 Daniel Veillard <daniel@veillard.com>
8389
8390 * Makefile.am: cleanup
8391 * error.c valid.c include/libxml/xmlerror.h: fixing bug #125653
8392 sometimes the error handlers can get a parser context on DTD
8393 errors, and sometime they don't. So be very careful when trying
8394 to grab those informations.
8395
8396Tue Oct 28 15:26:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8397
8398 * tree.c: applied patch from Kasimier Buchcik which fixes a
8399 problem in xmlSearchNs introduced in 2.6.0
8400
8401Tue Oct 28 14:57:03 CET 2003 Daniel Veillard <daniel@veillard.com>
8402
8403 * parser.c: fixed #123263, the encoding is mandatory in a textdecl.
8404
8405Tue Oct 28 13:48:52 CET 2003 Daniel Veillard <daniel@veillard.com>
8406
8407 * tree.c: fix bug #125047 about serializing when finding a
8408 document fragment node.
8409
8410Mon Oct 27 11:11:29 EST 2003 Daniel Veillard <daniel@veillard.com>
8411
8412 * testSAX.c: fix bug #125592 need a NULL check
8413 * include/libxml/chvalid.h: rename a parameter
8414
8415Mon Oct 27 09:43:48 EST 2003 Daniel Veillard <daniel@veillard.com>
8416
8417 * parser.c: applied patch from #123105 about defaulted attributes
8418 from element coming from an entity
8419
8420Mon Oct 27 21:12:27 HKT 2003 William Brack <wbrack@mmm.com.hk>
8421
8422 * xmllint.c: fixed warning message from IRIX (bug 125182)
8423 * python/libxml.py: removed tabs, replaced with spaces
8424 (bug 125572)
8425
8426Mon Oct 27 06:17:30 EST 2003 Daniel Veillard <daniel@veillard.com>
8427
8428 * libxml.h parserInternals.c xmlIO.c: make sure we report errors
8429 if xmlNewInputFromFile() fails.
8430 * xmlreader.c: avoid using _private for the node or document
8431 elements.
8432
8433Sat Oct 25 17:33:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8434
8435 * win32/configure.js: added declaration for verMicroSuffix
8436
8437Fri Oct 24 23:08:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8438
8439 * libxml.m4: applied patch from Patrick Welche provided in
8440 bug #125432 , future proofing the .m4 file.
8441 * parser.c: resetting the context should also reset the error
8442 * TODO: problem of conformance w.r.t. E20 was raised in the
8443 XML Core telconf and libxml2 isn't conformant there.
8444
8445Wed Oct 22 14:33:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8446
8447 * xmlwriter.c: applied patch from Alfred Mickautsch fixing #125180
8448
8449Wed Oct 22 10:50:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
8450
Daniel Veillard25a1ce92008-06-02 16:04:12 +00008451 * chvalid.c genChRanges.py: Stéphane Bidoul pointed out another
William M. Brack11be2d02007-01-24 19:17:19 +00008452 small glitch missing a const
8453
8454Wed Oct 22 10:43:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
8455
Daniel Veillard25a1ce92008-06-02 16:04:12 +00008456 * chvalid.c genChRanges.py: Stéphane Bidoul pointed out that
William M. Brack11be2d02007-01-24 19:17:19 +00008457 it doesn't define IN_LIBXML
8458
8459Tue Oct 21 21:14:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
8460
Daniel Veillard25a1ce92008-06-02 16:04:12 +00008461 * win32/Makefile.mingw: typo pointed out by Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +00008462
8463Tue Oct 21 11:26:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
8464
8465 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc
8466 win32/configure.js: set of Win32 patches for 2.6.0 by Joachim Bauch
8467
8468Tue Oct 21 02:07:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
8469
8470 * tree.c: last minute patch from Eric Zurcher making it into 2.6.0
8471
8472Tue Oct 21 02:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
8473
8474 * configure.in NEWS doc/libxml2.xsa: preparing libxml2-2.6.0
8475 * doc/*: updated and regenerated the docs and API
8476
8477Tue Oct 21 01:01:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
8478
8479 * SAX2.c error.c tree.c: moved the line number to their proper
8480 field in elements now.
8481
8482Tue Oct 21 00:28:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
8483
8484 * configure.in xmlwriter.c Makefile.am include/libxml/xmlwriter.h
8485 include/libxml/Makefile.am include/libxml/xmlversion.h.in:
8486 added the xmlWriter module contributed by Alfred Mickautsch
8487 * include/libxml/tree.h: added room for line and extra information
8488 * xmlreader.c python/tests/reader6.py: bugfixing some problem some
8489 of them introduced in September
8490 * win32/libxml2.def.src doc/libxml2-api.xml: regenerated the API
8491
8492Mon Oct 20 19:02:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8493
8494 * Makefile.am configure.in xmldwalk.c xmlreader.c
8495 include/libxml/Makefile.am include/libxml/xmldwalk.h
8496 include/libxml/xmlversion.h.in: removing xmldwalk module
8497 since it got merged with the xmlreader.
8498 * parser.c: cleanup
8499 * win32/libxml2.def.src python/libxml2class.txt doc/libxml2-api.xml:
8500 rebuilt the API
8501 * python/tests/Makefile.am python/tests/reader7.py
8502 python/tests/walker.py: adding regression testing for the
8503 new xmlreader APIs, new APIs for reader creation, including
8504 makeing reader "walker" operating on preparsed document trees.
8505
8506Sun Oct 20 22:37:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
8507
8508 * entities.c, valid.c: fixed problem reported on the mailing
8509 list by Melvyn Sopacua - wrong argument order on functions
8510 called through xmlHashScan.
8511
8512Sun Oct 19 23:57:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8513
8514 * valid.c xmlIO.c: fixes for compiling using --with-minimum
8515
8516Sun Oct 19 23:46:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
8517
8518 * tree.c: cleanup xmlNodeGetContent() reusing xmlNodeBufGetContent(),
8519 tested it through the xslt regression suite.
8520
8521Sun Oct 19 22:42:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
8522
8523 * tree.c include/libxml/tree.h: adding xmlNodeBufGetContent()
8524 allowing to grab the content without forcing allocations.
8525 * python/libxml2class.txt doc/libxml2-api.xml: rebuilt the API
8526 * xpath.c xmldwalk.c: removed a couple of comment errors.
8527
8528Sun Oct 19 16:39:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
8529
8530 * parser.c: applied patch from Chris Anderson to change back
8531 memcmp with CMPx()
8532
8533Sun Oct 19 16:24:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
8534
8535 * HTMLparser.c: fixed to not send NULL to %s printing
8536 * python/tests/error.py result/HTML/doc3.htm.err
8537 result/HTML/test3.html.err result/HTML/wired.html.err
8538 result/valid/t8.xml.err result/valid/t8a.xml.err: cleaning
8539 up some of the regression tests error
8540
8541Sun Oct 19 15:31:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
8542
8543 * include/libxml/nanohttp.h include/libxml/parserInternals.h
8544 include/libxml/xmlIO.h nanohttp.c parserInternals.c xmlIO.c:
8545 Fixed the HTTP<->parser interraction, which should fix 2 long
8546 standing bugs #104790 and #124054 , this also fix the fact that
8547 HTTP error code (> 400) should not generate data, we usually
8548 don't want to parse the HTML error information instead of the
8549 resource looked at.
8550
8551Sun Oct 19 19:20:48 HKT 2003 William Brack <wbrack@mmm.com.hk>
8552
8553 * doc/Makefile.am: enhanced the installation of tutorial files
8554 to avoid installing CVS subdirectories (bug 122943)
8555
8556Sun Oct 19 17:33:27 HKT 2003 William Brack <wbrack@mmm.com.hk>
8557
8558 * xmlIO.c: fixed segfault when input file not present
8559 * tree.c: changed output formatting of XML_CDATA_SECTION
8560 (bug 120917)
8561
8562Sun Oct 19 00:15:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
8563
8564 * include/libxml/parserInternals.h HTMLparser.c HTMLtree.c
8565 SAX2.c catalog.c debugXML.c entities.c parser.c relaxng.c
8566 testSAX.c tree.c valid.c xmlschemas.c xmlschemastypes.c
8567 xpath.c: Changed all (?) occurences where validation macros
8568 (IS_xxx) had single-byte arguments to use IS_xxx_CH instead
8569 (e.g. IS_BLANK changed to IS_BLANK_CH). This gets rid of
8570 many warning messages on certain platforms, and also high-
8571 lights places in the library which may need to be enhanced
8572 for proper UTF8 handling.
8573
8574Sat Oct 18 20:34:18 HKT 2003 William Brack <wbrack@mmm.com.hk>
8575
8576 * genChRanges.py, chvalid.c, include/libxml/chvalid.h,
8577 doc/apibuild.py: enhanced to include enough comments to
8578 make the api doc generation happy.
8579
8580Sat Oct 18 07:28:25 EDT 2003 Daniel Veillard <daniel@veillard.com>
8581
8582 * nanohttp.c xmlIO.c include/libxml/nanohttp.h: starting work
8583 to fix the HTTP/XML parser integration.
8584
8585Sat Oct 18 11:04:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
8586
8587 * xmlreader.c include/libxml/xmlreader.h: added new APIs
8588 for creating reader from sources or reusing a reader with
8589 a new source, like the xmlReadxx and xmlCtxtReadxxx
8590 * win32/libxml2.def.src doc/libxml2-api.xml doc/apibuild.py
8591 doc/Makefile.am: regenerated the APIs
8592 * doc/xml.html: applied a patch from Stefan Kost for namesapce docs
8593
8594Sat Oct 18 12:46:02 HKT 2003 William Brack <wbrack@mmm.com.hk>
8595
8596 * genChRanges.py, chvalid.c, include/libxml/chvalid.h,
8597 include/libxml/parserInternals.h: enhanced macros to avoid
8598 breaking ABI from previous versions.
8599 * catalog.c, parser.c, tree.c: modified to use IS_* macros
8600 defined in parserInternals.h. Makes maintenance much easier.
8601 * testHTML.c, testSAX.c, python/libxml.c: minor fixes to avoid
8602 compilation warnings
8603 * configuration.in: fixed pushHTML test error; enhanced for
8604 better devel (me) testing
8605
8606Fri Oct 17 14:38:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
8607
8608 * legacy.c: remove the warning for startDocument(), as it is used by
8609 glade (or glade-python)
8610 * parser.c relaxng.c xmlschemastypes.c: fixed an assorted set of
8611 invalid accesses found by running some Python based regression
8612 tests under valgrind. There is still a few leaks reported by the
8613 relaxng regressions which need some attention.
8614 * doc/Makefile.am: fixed a make install problem c.f. #124539
8615 * include/libxml/parserInternals.h: addition of xmlParserMaxDepth
8616 patch from crutcher
8617
8618Wed Oct 15 12:47:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
8619
8620 * parser.c: Marc Liyanage pointed out that xmlCleanupParser()
8621 was missing xmlCleanupInputCallbacks and xmlCleanupOutputCallbacks
8622 calls.
8623
8624Wed Oct 15 10:16:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8625
8626 * vms/build_libxml.com trionan.c: VMS patch from Craig A. Berry
8627
8628Mon Oct 13 21:46:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8629
8630 * Makefile.am: small fix from Bjorn Reese
8631
8632Mon Oct 13 15:59:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8633
8634 * valid.c: fix a call missing arguments
8635
8636Sun Oct 12 18:42:18 HKT 2003 William Brack <wbrack@mmm.com.hk>
8637
8638 * genChRanges.py, chvalid.c, include/libxml/chvalid.h: fixed
8639 a bug in the range search; enhanced range generation (inline code
8640 if a small number of intervals); enhanced the readability of the
8641 output files.
8642
8643Sun Oct 12 00:52:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8644
8645 * chvalid.def chvalid.c include/libxml/chvalid.h: rebuilt
8646 chvalid.def from scratch based on XML 2nd edition REC
8647 and regenerated the code.
8648
8649Sat Oct 11 22:54:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
8650
8651 * check-xml-test-suite.py: removed some annoying warnings
8652 * chvalid.def chvalid.c include/libxml/chvalid.h: fixed a bug
8653 in the PubidChars definition, regenerated, there is still
8654 a bug left somewhere
8655 * genChRanges.py: save the header directly in include/libxml/
8656 * configure.in: I generated a 2.6.0beta6 earlier today
8657
8658Sat Oct 11 23:32:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
8659
8660 * fixed small error on previous commit (chvalid.h in
8661 base dir instead of include directory)
8662
8663Sat Oct 11 23:11:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
8664
8665 * genChRange.py, chvalid.def, chvalid.c, include/libxml/chvalid.h:
8666 new files for a different method for doing range validation
8667 of character data.
8668 * Makefile.am, parserInternals.c, include/libxml/Makefile.am,
8669 include/libxml/parserInternals.h: modified for new range method.
8670 * catalog.c: small enhance for warning message (using one
8671 of the new range routines)
8672
8673Sat Oct 11 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8674
8675 * valid.c include/libxml/valid.h: adding an serror field to
8676 the validation context breaks the ABI for the xmlParserCtxt
8677 structure since it's embedded by content and not by reference
8678
8679Sat Oct 11 12:46:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
8680
8681 * configure.in: patch from Mike Hommey
8682 * threads.c: applied Windows patch from Jesse Pelton and Stephane
8683 Bidoul
8684 * parser.c: fix the potentially nasty access to ctxt->serror
8685 without checking first that the SAX block is version 2
8686
8687Fri Oct 10 21:34:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
8688
8689 * SAX2.c: fixed a nasty bug with interning some text strings
8690 * configure.in: prepare for beta5 of 2.6.0
8691 * libxml.h nanoftp.c nanohttp.c xmlIO.c include/libxml/xmlerror.h:
8692 better error handling for I/O and converted FTP and HTTP
8693 * parser.c: fixed another bug
8694
8695Fri Oct 10 16:45:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
8696
8697 * SAX2.c: fixed uninitialized new field.
8698 * result/VC/OneID2 result/relaxng/*.err: fixed a typo updating
8699 all messages
8700
8701Fri Oct 10 16:19:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8702
8703 * include/libxml/tree.h: make room in Doc, Element, Attributes
8704 for PSVI type informations.
8705
8706Fri Oct 10 16:08:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
8707
8708 * HTMLparser.c c14n.c catalog.c error.c globals.c parser.c
8709 parserInternals.c relaxng.c valid.c xinclude.c xmlIO.c xmlregexp.c
8710 xmlschemas.c xpath.c xpointer.c include/libxml/globals.h
8711 include/libxml/parser.h include/libxml/valid.h
8712 include/libxml/xmlerror.h: Setting up the framework for structured
8713 error reporting, touches a lot of modules, but little code now
8714 the error handling trail has been cleaned up.
8715
8716Fri Oct 10 14:29:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
8717
8718 * c14n.c include/libxml/xmlerror.h: converted the C14N module too
8719
8720Fri Oct 10 13:40:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
8721
8722 * xpath.c: cleanup
8723 * xpointer.c include/libxml/xmlerror.h: migrated XPointer module
8724 to the new error mechanism
8725
8726Fri Oct 10 12:49:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8727
8728 * error.c xmlschemas.c: a bit of cleanup
8729 * result/schemas/*.err: updated with the new result strings
8730
8731Fri Oct 10 03:58:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
8732
8733 * xpath.c: fixed bug 124061
8734
8735Fri Oct 10 02:47:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
8736
8737 * Makefile.am: cleanup
8738 * encoding.c: fix a funny typo
8739 * error.c xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h:
8740 converted the Schemas code to the new error handling. PITA,
8741 still need to check output from regression tests.
8742
8743Thu Oct 9 15:13:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8744
8745 * HTMLtree.c include/libxml/xmlerror.h: converted too
8746 * tree.c: small cleanup
8747
8748Thu Oct 9 13:44:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8749
8750 * xinclude.c: comment fix
8751 * catalog.c include/libxml/xmlerror.h: migrating the catalog code
8752 to the new infrastructure
8753
8754Thu Oct 9 00:36:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
8755
8756 * xmlIO.c: final error handling cleanup
8757 * xinclude.c error.c: converted XInclude to the new error handling
8758 * include/libxml/xmlerror.h: added XInclude errors
8759
8760Wed Oct 8 23:31:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
8761
8762 * parser.c: bug in compression saving was crashing galeon
8763 reported by teuf
8764
8765Wed Oct 8 21:18:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
8766
8767 * error.c tree.c xmlIO.c xmllint.c: more cleanup through the
8768 I/O error path
8769
8770Wed Oct 8 20:57:27 CEST 2003 Daniel Veillard <daniel@veillard.com>
8771
8772 * xmlIO.c: better handling of error cases
8773
8774Wed Oct 8 13:51:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8775
8776 * xmlIO.c xmllint.c include/libxml/xmlerror.h: first pass at
8777 cleaning up error handling in the I/O module.
8778
8779Wed Oct 8 10:52:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8780
8781 * xmlregexp.c include/libxml/xmlerror.h: error handling
8782 cleanup of the Regexp module.
8783
8784Wed Oct 8 01:09:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8785
8786 * tree.c: converting the tree module too
8787 * error.c include/libxml/xmlerror.h: created a simpler internal
8788 error reporting function.
8789
8790Tue Oct 7 23:19:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8791
8792 * error.c include/libxml/xmlerror.h include/libxml/xpath.h
8793 include/libxml/xpathInternals.h xpath.c: cleaning up XPath
8794 error reporting that time.
8795 * threads.c: applied the two patches for TLS threads
8796 on Windows from Jesse Pelton
8797 * parser.c: tiny safety patch for xmlStrPrintf() make sure the
8798 return is always zero terminated. Should also help detecting
8799 passing wrong buffer size easilly.
8800 * result/VC/* result/valid/rss.xml.err result/valid/xlink.xml.err:
8801 updated the results to follow the errors string generated by
8802 last commit.
8803
8804Tue Oct 7 14:16:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8805
8806 * relaxng.c include/libxml/xmlerror.h: last cleanup of error
8807 handling in the Relax-NG module.
8808
8809Tue Oct 7 13:30:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8810
8811 * error.c relaxng.c include/libxml/xmlerror.h: switched Relax-NG
8812 module to teh new error reporting. Better default report, adds
8813 the element associated if found, context and node are included
8814 in the xmlError
8815 * python/tests/reader2.py: the error messages changed.
8816 * result/relaxng/*: error message changed too.
8817
8818Mon Oct 6 10:46:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
8819
8820 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc
Daniel Veillard25a1ce92008-06-02 16:04:12 +00008821 win32/configure.js: applied patch from Stéphane Bidoul to
William M. Brack11be2d02007-01-24 19:17:19 +00008822 fix the compilation of 2.6.0 code on Win32
8823
8824Mon Oct 6 10:16:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
8825
8826 * check-xml-test-suite.py: fixing the script
8827 * parser.c: replace sequences of RAW && NXT(.) == '.' with
8828 memcmp calls, seems to not break conformance, slightly inflate
8829 the size of the gcc generated code though.
8830
8831Sun Oct 5 23:30:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
8832
8833 * parserInternals.c parser.c valid.c include/libxml/parserInternals.h:
8834 more cleanup of error handling in parserInternals, sharing the
8835 routine for memory errors.
8836
8837Sun Oct 5 15:49:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8838
8839 * HTMLparser.c Makefile.am legacy.c parser.c parserInternals.c
8840 include/libxml/xmlerror.h: more code cleanup, especially around
8841 error messages, the HTML parser has now been upgraded to the new
8842 handling.
8843 * result/HTML/*: a few changes in the resulting error messages
8844
8845Sat Oct 4 23:06:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
8846
8847 * parser.c include/libxml/xmlerror.h: more error/warning
8848 handling cleanups, the XML parser module should be okay now.
8849
8850Sat Oct 4 01:58:27 CEST 2003 Daniel Veillard <daniel@veillard.com>
8851
8852 * Makefile.am configure.in xmldwalk.c include/libxml/Makefile.am
8853 include/libxml/xmldwalk.h include/libxml/xmlversion.h.in:
8854 integrated the xmlDocWalker API given by Alfred Mickautsch,
8855 and providing an xmlReader like API but working on a xmlDocPtr.
8856
8857Sat Oct 4 00:18:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
8858
8859 * Makefile.am: more cleanup in make tests
8860 * error.c valid.c parser.c include/libxml/xmlerror.h: more work
8861 in the transition to the new error reporting strategy.
8862 * python/tests/reader2.py result/VC/* result/valid/*:
8863 few changes in the strings generated by the validation output
8864
8865Fri Oct 3 00:19:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
8866
8867 * Makefile.am: changed 'make tests' to use a concise output,
8868 scrolling to see where thing broke wasn't pleasant
8869 * configure.in: some beta4 preparation, but not ready yet
8870 * error.c globals.c include/libxml/globals.h include/libxml/xmlerror.h:
8871 new error handling code, last error informations are stored
8872 in the parsing context or a global variable, new APIs to
8873 handle the xmlErrorPtr type.
8874 * parser.c parserInternals.c valid.c : started migrating to the
8875 new error handling code, it's a royal pain.
8876 * include/libxml/parser.h include/libxml/parserInternals.h:
8877 moved the definition of xmlNewParserCtxt()
8878 * parser.c: small potential buffer access problem in push code
8879 provided by Justin Fletcher
8880 * result/*.sax result/VC/PENesting* result/namespaces/*
8881 result/valid/*.err: some error messages were sligthly changed.
8882
8883Thu Oct 2 13:01:13 2003 Aleksey Sanin <aleksey@aleksey.com>
8884
8885 * include/libxml/parser.h parser.c: introduced xmlStrPrintf
8886 function (wrapper around snprintf)
8887
8888Wed Oct 1 21:12:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
8889
8890 * entities.c: Fix error on output of high codepoint charref like
8891 &#x10FFFF; , reported by Eric Hanchrow
8892
8893Wed Oct 1 14:20:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
8894
8895 * DOCBparser.c include/libxml/DOCBparser.h: let's see how much
8896 of a pain murrayc is really gonna be.
8897
8898Wed Oct 1 11:03:40 CEST 2003 Daniel Veillard <daniel@veillard.com>
8899
8900 * xmlreader.c: Applied fix for bug #123481 reported by Peter Derr
8901
8902Tue Sep 30 15:34:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
8903
8904 * entities.c legacy.c parser.c: made the predefined entities
8905 static predefined structures to avoid the work, memory and
8906 hazards associated to initialization/cleanup.
8907
8908Tue Sep 30 14:30:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8909
8910 * HTMLparser.c Makefile.am configure.in legacy.c parser.c
8911 parserInternals.c testHTML.c xmllint.c include/libxml/HTMLparser.h
8912 include/libxml/parser.h include/libxml/parserInternals.h
8913 include/libxml/xmlversion.h.in: added a new configure
8914 option --with-push, some cleanups, chased code size anomalies.
8915 Now a library configured --with-minimum is around 150KB,
8916 sounds good enough.
8917
8918Tue Sep 30 12:31:00 AEST 2003 Malcolm Tredinnick <malcolm@commsecure.com.au>
8919
8920 * libxml-2.0-uninstalled.pc.in: New file for building against
8921 uninstalled libxml2 builds.
8922 * configure.in, Makefile.am: Support the *-uninstalled.pc file.
8923 * .cvsignore: Ignore the new generated *.pc file.
8924
8925Tue Sep 30 02:38:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
8926
8927 * Makefile.am SAX.c SAX2.c configure.in globals.c parser.c
8928 parserInternals.c testReader.c testSAX.c xmlIO.c xmllint.c
8929 xmlreader.c example/gjobread.c include/libxml/xmlversion.h.in:
8930 added 2 new configure option: --with-reader --with-sax1
8931 to allow removing the reader or non-xmlReadxxx() interfaces.
8932
8933Mon Sep 29 19:58:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
8934
8935 * configure.in entities.c tree.c valid.c xmllint.c
8936 include/libxml/tree.h include/libxml/xmlversion.h.in:
8937 Adding a configure option to remove tree manipulation
8938 code which is not strictly needed by the parser.
8939
8940Mon Sep 29 15:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
8941
8942 * nanoftp.c nanohttp.c: last finishing touch to the BeOS
8943 patch from Marcin 'Shard' Konicki
8944
8945Mon Sep 29 15:15:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
8946
8947 * HTMLtree.c SAX2.c c14n.c catalog.c configure.in debugXML.c
8948 encoding.c entities.c nanoftp.c nanohttp.c parser.c relaxng.c
8949 testAutomata.c testC14N.c testHTML.c testRegexp.c testRelax.c
8950 testSchemas.c testXPath.c threads.c tree.c valid.c xmlIO.c
8951 xmlcatalog.c xmllint.c xmlmemory.c xmlreader.c xmlschemas.c
8952 example/gjobread.c include/libxml/HTMLtree.h include/libxml/c14n.h
8953 include/libxml/catalog.h include/libxml/debugXML.h
8954 include/libxml/entities.h include/libxml/nanohttp.h
8955 include/libxml/relaxng.h include/libxml/tree.h
8956 include/libxml/valid.h include/libxml/xmlIO.h
8957 include/libxml/xmlschemas.h include/libxml/xmlversion.h.in
8958 include/libxml/xpathInternals.h python/libxml.c:
8959 Okay this is scary but it is just adding a configure option
8960 to disable output, this touches most of the files.
8961
8962Mon Sep 29 12:53:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
8963
8964 * xmlmemory.c: better fix, avoids breaking the python bindings
8965
8966Mon Sep 29 11:21:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
8967
8968 * xmlmemory.c: fix a compilation problem when configuring
8969 with debug but without mem-debug
8970
8971Sun Sep 28 20:53:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8972
8973 * Makefile.am: cleanup, creating a new legacy.c module,
8974 made sure make tests ran in reduced conditions
8975 * SAX.c SAX2.c configure.in entities.c globals.c parser.c
8976 parserInternals.c tree.c valid.c xlink.c xmlIO.c xmlcatalog.c
8977 xmlmemory.c xpath.c xmlmemory.c include/libxml/xmlversion.h.in:
8978 increased the modularization, allow to configure out
8979 validation code and legacy code, added a configuration
8980 option --with-minimum compiling only the mandatory code
8981 which then shrink to 200KB.
8982
8983Sun Sep 28 02:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
8984
8985 * parser.c: fix a bug raised by the Mips compiler.
8986 * include/libxml/SAX.h include/libxml/parser.h: move the
8987 SAXv1 block definitions to parser.h fixes bug #123380
8988 * xmlreader.c include/libxml/xmlreader.h: reinstanciate
8989 the attribute and element pool borken 2 commits ago.
8990 Start playing with an entry point to preserve a subtree.
8991 * entities.c: remove a warning.
8992
8993Sat Sep 27 12:19:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
8994
8995 * encoding.c, parser.c, relaxng.c: further (final?) minor
8996 changes for compilation warnings. No change to logic.
8997
8998Fri Sep 26 18:03:42 PDT 2003 William Brack <wbrack@mmm.com.hk>
8999
9000 * parser.c: fixed small problem with missing entities (test/ent2)
9001
9002Sat Sep 27 01:25:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
9003
9004 * parser.c: William's change allowed to spot a nasty bug in xmlDoRead
9005 if the result is not well formed that ctxt->myDoc is not NULL
9006 and uses the context dictionnary.
9007
9008Fri Sep 26 21:09:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
9009
9010 * parser.c: other patches from William Brack to avoid
9011 compilation warnings on AIX.
9012
9013Fri Sep 26 11:03:08 PDT 2003 William Brack <wbrack@mmm.com.hk>
9014
9015 * HTMLparser.c, entities.c, xmlreader.c: minor change to
9016 avoid compilation warnings on some (e.g. AIX) systems
9017
9018Fri Sep 26 16:49:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
9019
9020 * parserInternals.c: fixed a backward compatibility problem
9021 when formatting "deprecated SAXv1 function ignorableWhitespace"
9022 could be reproduced by xmllint --format
9023
9024Fri Sep 26 15:50:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9025
9026 * doc/libxml2-api.xml: rebuilt the API
9027 * xmllint.c doc/xmllint.1 doc/xmllint.xml: added the new options
9028 --nocdata and --nsclean to remove CDATA section and surperfluous
9029 namespace declarations
9030 * parser.c SAX2.c: implementation of the 2 new options
9031
9032Fri Sep 26 14:41:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9033
9034 * HTMLparser.c testHTML.c xmllint.c include/libxml/HTMLparser.h:
9035 added the same htmlRead APIs than their XML counterparts
9036 * include/libxml/parser.h: new parser options, not yet implemented,
9037 added an options field to the context.
9038 * tree.c: patch from Shaun McCance to fix bug #123238 when ]]>
9039 is found within a cdata section.
9040 * result/noent/cdata2 result/cdata2 result/cdata2.rdr
9041 result/cdata2.sax test/cdata2: add one more cdata test
9042
9043Thu Sep 25 23:03:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9044
9045 * parser.c xmllint.c doc/libxml2-api.xml include/libxml/parser.h:
9046 Changed the new xmlRead/xmlCtxtRead APIs to have an extra
9047 base URL parameter when not loading from a file or URL.
9048
9049Thu Sep 25 16:23:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9050
9051 * configure.in: preparing a beta3 solving the ABI problems
9052 * globals.c parser.c parserInternals.c testHTML.c HTMLparser.c SAX.c
9053 include/libxml/globals.h include/libxml/SAX.h: make sure the
9054 global variables for the default SAX handler are V1 ones to
9055 avoid ABI compat problems.
9056 * xmlreader.c: cleanup of uneeded code
9057 * hash.c: fix a comment
9058
9059Thu Sep 25 14:16:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
9060
9061 * SAX2.c hash.c parser.c include/libxml/xmlexports.h
9062 include/libxml/xmlmemory.h include/libxml/xmlversion.h.in:
9063 fixing some comments to avoid warnings from apibuild.py
9064
9065Wed Sep 24 23:42:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9066
Daniel Veillard25a1ce92008-06-02 16:04:12 +00009067 * win32/configure.js: patch from Stéphane Bidoul for configuring
William M. Brack11be2d02007-01-24 19:17:19 +00009068 the beta2 version #123104
9069
9070Wed Sep 24 23:17:59 CEST 2003 Daniel Veillard <daniel@veillard.com>
9071
9072 * Makefile.am: adding repeated parsing and validating tests
9073 * SAX2.c parser.c tree.c include/libxml/parser.h: make the new
9074 DOM tree building interfaces use the dictionary from the
9075 parsing context to build the element and attributes names
9076 as well as formatting spaces and short text nodes
9077 * include/libxml/dict.h dict.c: added some reference counting
9078 for xmlDictPtr because they can be shared by documents and
9079 a parser context.
9080 * xmlreader.c: a bit of cleanup, remove the specific tree freeing
9081 functions and use the standard ones now.
9082 * xmllint.c: add --nodict
9083 * python/libxml.c: fix a stupid bug so that ns() works on
9084 attribute nodes.
9085
9086Tue Sep 23 23:07:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
9087
9088 * parser.c include/libxml/parser.h: adding a new set of
9089 API for parsing xmlReadDoc() xmlReadFile() ... xmlReadIO()
9090 and xmlCtxtReadDoc() ... xmlCtxtReadIO(). That with
9091 a clear define of xmlParserOption, xmlCtxtUseOptions()
9092 should simplify custom parsing without being tempted to
9093 use global variables, and xmlCtxtReset() should allow reuse
9094 of a context for multiple parsing.
9095 * xmllint.c: switched to use xmlReadXXX, allow options to
9096 be used simultaneously with less troubles.
9097 * tree.c: simple warning removal
9098 * doc/apibuild.py: small fix
9099 * doc/libxml2-api.xml win32/libxml2.def.src: updated
9100
9101Tue Sep 23 11:15:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9102
9103 * parser.c: revert xmlCreateDocParserCtxt() since this break
9104 the parseDoc() python bindings
9105
9106Tue Sep 23 11:00:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9107
9108 * parser.c: make sure xmlDetectSAX2() is called only at
9109 parsing time to avoid breaking apps changing the SAX
9110 callbacks after context allocation, change xmlCreateDocParserCtxt()
9111 to use an immutable buffer instead of a copy
9112
9113Tue Sep 23 09:40:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
9114
9115 * xmlIO.c: applied patch from Markus Keim fixing a problem
9116 with I/O callback registration.
9117 * include/libxml/xmlerror.h: fixed #122994 comment numbering
9118 for xmlParserErrors
9119
9120Mon Sep 22 12:21:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9121
9122 * tree.c include/libxml/tree.h: the uri arg to xmlNodeSetBase is
9123 really a const xmlChar*
9124 * xmlreader.c include/libxml/xmlreader.h: addin the
9125 xmlTextReaderConstString() to get an interned string from
9126 the reader
9127
9128Sun Sep 20 17:22:20 PDT 2003 William Brack <wbrack@mmm.com.hk>
9129
9130 * error.c: fixed a warning message (trivial)
9131 * doc/search.php: removed incorrect warning message when word
9132 search not found in last of multiple tables (bug 119535)
9133
9134Fri Sep 19 14:26:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
9135
9136 * configure.in: preparing a 2.6.0-beta2 release
9137 * xmlIO.c: avoid a warning
9138 * tree.c: avoid duplicate code in xmlReplaceNode as pointed out
9139 by Chris Ryland
9140 * include/libxml/dict.h: add a QName access lookup to the
9141 dictionary.
9142 * xmlreader.c include/libxml/xmlreader.h: adding const access
9143 based on the dictionary interface for string read from the
9144 reader, the node content access is still TODO, it's too different
9145
9146Fri Sep 19 00:01:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9147
9148 * SAX2.c: fixing namespace DTD validations
9149 * result/valid/ns2.xml result/valid/ns.xml: the output of defaulted
9150 namespaces is slightly different now.
9151 * Makefile.am: report the memory used in Timingtests (as well as time)
9152
9153Thu Sep 18 15:29:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
9154
9155 * Makefile.am: add streaming on memory regression tests, found
9156 bad bugs in the reader interface
9157 * xmlreader.c: fixing bugs w.r.t. very large names, and special
9158 condition in end of file.
9159 * xmlIO.c tree.c include/libxml/tree.h include/libxml/xmlIO.h:
9160 adding immutable buffers, and parser input based on those,
9161 but this should not be used (yet) for general parsing
9162 * parser.c: added a comment about using immutable buffers for
9163 general parsing.
9164 * result/bigname.xml.rdr result/bigname2.xml.rdr: fixing the
9165 output of the regression tests
9166 * xmllint.c: using the immutable buffers when streaming on
9167 mmaped file (--stream --memory)
9168
9169Thu Sep 18 12:04:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
9170
9171 * dict.c: the last patch broke unicity of returned strings, removed
9172
9173Thu Sep 18 00:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
9174
9175 * Makefile.am: add a Timingtests target to check bad behaviour
9176 from the streaming engine
9177 * dbgen.pl dbgenattr.pl: perl script to generate big instances
9178 * xmlreader.c: fix a bad behaviour on large buffer inputs
9179
9180Wed Sep 17 23:25:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9181
9182 * dict.c xmlreader.c: two small improvements
9183
9184Wed Sep 17 22:53:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9185
9186 * parserInternals.c: avoid a leak with previous patch
9187
9188Wed Sep 17 22:06:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9189
9190 * python/libxml.c: use stderr and not stdout for default errors
9191 in python environment bug #122552
9192
9193Wed Sep 17 21:33:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
9194
9195 * parserInternals.c: small fix from Rob Richards for input filename
9196 * xmllint.c: fixes for --repeat and --memory/--stream for speed tests
9197 * xmlIO: adding a guard in one function
9198
9199Wed Sep 17 15:57:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9200
9201 * SAX2.c xmlreader.c include/libxml/parser.h: more performance hunting
9202 reducing memory allocation and free and avoiding expensive routines
9203
9204Wed Sep 17 12:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9205
9206 * SAX2.c parser.c parserInternals.c xmlreader.c: started messing
9207 seriously with per-document dict and element and attribute nodes
9208 reuse in the xmlReader. This seems to lead to an interesting
9209 speedup of the xmlReader already.
9210
9211Wed Sep 17 01:07:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
9212
9213 * dict.c include/libxml/dict.h: do string allocations in large
9214 pools, allowing to find if a string pertain to a dict quickly
9215 * xmllint.c: fix --stream --repeat --timing
9216 * Makefile.am: the testThreads run output should be seen.
9217
9218Mon Sep 15 16:46:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
9219
9220 * SAX2.c include/libxml/parser.h: starting work on reusing the
9221 parser dictionary for the element and attribute tag names.
9222 Add pools for Element and Attributes in the parser context,
9223 which should help speeding up the reader.
9224 * Makefile.am result/*.rdr : adding non-python reader regression
9225 tests.
9226
9227Mon Sep 15 14:54:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
9228
9229 * SAX2.c parser.c valid.c: starting to cleanup some of the
9230 problems exposed by the W3C/NIST regression suite.
9231 * result/ent7.sax result/xml2.sax: small fixes.
9232
9233Mon Sep 15 11:46:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9234
9235 * parser.c: more parser error factoring
9236
9237Sun Sep 14 21:53:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
9238
9239 * HTMLtree.c: Fixed bug 121394 - missing ns on attributes
9240
9241Sun Sep 14 21:43:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9242
9243 * parser.c include/libxml/xmlerror.h: factoring of more
9244 error handling code, serious size reduction and more lisibility
9245 of the resulting code.
9246 * parserInternals.c parser.c include/libxml/parserInternals.h
9247 include/libxml/parser.h: changing the way VC:Proper Group/PE Nesting
9248 checks are done, use a counter for entities. Entities where freed and
9249 reallocated at the same address failing the check.
9250 * tree.c: avoid a warning
9251 * result/valid/* result/VC/*: this slightly changes some validation
9252 error messages.
9253
9254Sun Sep 14 11:03:27 PDT 2003 William Brack <wbrack@mmm.com.hk>
9255
9256 * valid.c: fixed bug 121759 - early declaration of
9257 attribute-list in external DTD
9258
9259Sat Sep 13 14:42:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9260
9261 * parser.c include/libxml/xmlerror.h: starting cleaning up
9262 error handling, factorize error processing
9263 * doc/xmllint.html: update of the page, remove --sgml
9264
9265Sat Sep 13 02:13:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
9266
9267 * Makefile.am DOCBparser.c parserInternals.c testDocbook.c
9268 xmllint.c doc/xmllint.xml doc/xmllint.1: removing the
9269 broken pseudo SGML DocBook parser code.
9270
9271Fri Sep 12 17:24:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9272
9273 * xpath.c: fix a problem with strcpy() in xmlXPathFormatNumber()
9274 valgrind pointed out the strings overlapped. cleanup .
9275
9276Fri Sep 12 11:43:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
9277
9278 * tree.c: applied speedup to xmlSearchNs() as suggested by
9279 Luca Padovani. Cleaned up xmlSearchNsByHref() in the process
9280 applying the same trick.
9281
9282Fri Sep 12 01:36:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
9283
9284 * parser.c parserInternals.c tree.c include/libxml/parser.h
9285 include/libxml/xmlerror.h: adding namespace checkings
9286 while making sure they still parse as wellformed documents.
9287 Add an nsWellFormed status report to the context, and
9288 provide new appropriate error codes.
9289 * Makefile.am result/namespaces/* test/namespaces/*: add
9290 specific regression testing for the new namespace support
9291 * test/att5 result/noent/att5 result/att5 result/att5.sax:
9292 add more coverage for the attribute parsing and normalization
9293 code.
9294
9295Fri Sep 12 01:34:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
9296
9297 * threads.c: backport of a thread bugfix from 2_5_X branch
9298
9299Thu Sep 11 18:29:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9300
9301 * parser.c: fixed a bug in one corner case of attribute parsing.
9302
9303Thu Sep 11 16:21:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9304
9305 * configure.in doc/* : 2.6.0beta1 changes
9306 * SAX2.c hash.c parser.c parserInternals.c: Fixing attribute
9307 normalization, might not be totally fixed but this should
9308 make sure SAX event provide the right strings for attributes
9309 except entities for which libxml2 is different by default
9310 This should fix #109564
9311 * result/attrib.xml.sax result/ent3.sax result/p3p.sax: minor changes
9312 in attribute callback values
9313 * result/c14n/with-comments/example-4
9314 result/c14n/without-comments/example-4: this also fixes a subtle
9315 bug in the canonicalization tests.
9316
9317Wed Sep 10 12:38:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9318
9319 Time to commit 3 days of work rewriting the parser internal,
9320 fixing bugs and migrating to SAX2 interface by default. There
9321 is some work letf TODO, like namespace validation and attributes
9322 normalization (this break C14N right now)
9323 * Makefile.am: fixed the test rules
9324 * include/libxml/SAX2.h include/libxml/parser.h
9325 include/libxml/parserInternals.h SAX2.c parser.c
9326 parserInternals.c: changing the parser, migrating to SAX2,
9327 adding new interface to switch back to SAX1 or initialize a
9328 SAX block for v1 or v2. Most of the namespace work is done
9329 below SAX, as well as attribute defaulting
9330 * globals.c: changed initialization of the default SAX handlers
9331 * hash.c tree.c include/libxml/hash.h: added QName specific handling
9332 * xmlIO.c: small fix
9333 * xmllint.c testSAX.c: provide a --sax1 switch to test the old
9334 version code path
9335 * result/p3p result/p3p.sax result/noent/p3p test/p3p: the new code
9336 pointed out a typo in a very old test namespace
9337
9338Sun Sep 7 19:58:33 PTD 2003 William Brack <wbrack@mmm.com.hk>
9339
9340 * xmlIO.c include/libxml/xmlIO.h parser.c: Implemented detection
9341 of compressed files, setting doc->compressed appropriately
9342 (bug #120503).
9343
9344Sun Sep 7 22:53:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
9345
9346 * parser.c: try to cope with the fact that apps may still
9347 have allocated smaller SAX callbak block
9348
9349Sun Sep 7 11:11:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
9350
9351 * dict.c: allow to give -1 for undefined length in lookups
9352 * include/libxml/parser.h parser.c parserInternals.c testSAX.c:
9353 first round of work on the new SAX2 interfaces, the API
9354 will change but commiting before changing for historical
9355 reference.
9356
9357Sat Sep 6 10:55:01 PTD 2003 William Brack <wbrack@mmm.com.hk>
9358
9359 * SAX2.c, xmlIO.c: fixed bug #121210 (callback to sax->error,
9360 sax->warning with wrong params).
9361
9362Fri Sep 5 10:33:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
9363
Daniel Veillard25a1ce92008-06-02 16:04:12 +00009364 * include/libxml/globals.h: patch from Stéphane Bidoul to export
William M. Brack11be2d02007-01-24 19:17:19 +00009365 globals entry points to the python bindings
9366
9367Wed Sep 3 15:24:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9368
9369 * HTMLparser.c: when creating a DOCTYPE use "html" lowercase
9370 by default instead of "HTML"
9371 * parser.c xmlreader.c: optimization, gain a few % parsing speed by
9372 avoiding calls to "areBlanks" when not needed.
9373 * include/libxml/parser.h include/libxml/tree.h: some structure
9374 extensions for future work on using per-document dictionaries.
9375
9376Wed Sep 3 15:08:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
9377
9378 * Makefile.am results/*.sax SAXResult/*: removing the SAXresults
9379 tree, keeping result in the same tree, added SAXtests to the
9380 default "make tests"
9381
9382Tue Sep 2 15:59:04 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9383
9384 * include/libxml/xmlexports.h: defined additional macros which
9385 affect exports and added mingw section
9386
9387Mon Sep 1 15:15:18 PDT 2003 William Brack <wbrack@mmm.com.hk>
9388
9389 * doc/index.py: fixed problem parsing xhtml docs
9390 * doc/xmlreader.html,doc/guidelines.html: small modification
9391 to avoid problem in python parsing.
9392 * doc/search.php: fixed upper case filename problem for XSLT docs
9393
9394Mon Sep 1 22:55:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
9395
9396 * xinclude.c: patch from Mark Vakoc that allows compiling
9397 with XInclude but without XPointer support.
9398
9399Mon Sep 1 22:31:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
9400
9401 * configure.in xml2-config.in: Applied a patch from Kevin P. Fleming
9402 to add --libtool-libs option to xml2-config script.
9403
9404Sun Aug 31 21:52:12 PDT 2003 William Brack <wbrack@mmm.com.hk>
9405
9406 * doc/README.docs, doc/Makefile.am: new file added,
9407 giving some description of the documentation generation process
9408 * doc/search.php: fixed problem with upper case on filenames
9409
9410Fri Aug 29 12:25:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9411
9412 * win32/Makefile.bcb: updates by Eric Zurcher
9413
9414Thu Aug 28 22:58:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
9415
9416 * doc/apibuild.py, doc/libxml2-api.xml: enhanced code
9417 to compensate for pollution from Igor's header taint
9418 (quick before Daniel notices)
9419
9420Thu Aug 28 23:01:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
9421
9422 * SAX2.c: fixed a namespace error on attribute reporting bug
9423 pointed out by Tobias Reif
9424 * test/p3p result/p3p result/noent/p3p: this test case was wrong
9425 using xmlsn instead of xmlns...
9426
9427Thu Aug 28 18:25:07 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9428
9429 * include/libxml/globals.h include/libxml/xmlexports.h: fixed
9430 typos reported by Mark Vakoc
9431
9432Thu Aug 28 08:59:51 MDT 2003 John Fleck <jfleck@inkstain.net>
9433
9434 add:
9435 * doc/tutorial/api.html
9436 * doc/tutorial/ar01s09.html
9437 * doc/tutorial/includexpath.c
9438 updated
9439 * doc/tutorial/*.html
9440 fix my bad - forgot to check in new files when I last
9441 updated
9442
9443Thu Aug 28 14:31:13 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9444
9445 * win32/Makefile.bcb: new file, support for Borland C++
9446 * xmllint.c: fixed time inclusion for various compilers
9447
9448Thu Aug 28 12:32:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9449
9450 * parser.c parserInternals.c DOCBparser.c HTMLparser.c: added
9451 few casts to shut the compiler warnings
9452
9453Thu Aug 28 12:23:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9454
9455 * win32/Makefile.* win32/configure.js: fixed for mingw
9456
9457Thu Aug 28 10:01:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9458
9459 * globals.c threads.c: fixing bug #120870 try to avoid problem
9460 with uninitialized mutexes
9461
9462Wed Aug 27 16:12:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9463
9464 * relaxng.c: fixed an error reporting bug in Relax-NG when we end
9465 up with multiple states, select the "best" one. Fix #120682
9466 * result/relaxng/tutor11_2_3.err: small change resulting
9467
9468Wed Aug 27 11:25:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
9469
9470 * xmlschemastypes.c: applied base64 support patch from Anthony Carrico
9471
9472Wed Aug 27 10:58:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9473
9474 * include/libxml/[threads-xpointer].h: realigned parameters
9475 after taint
9476
9477Wed Aug 27 09:59:54 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9478
9479 * include/libxml/xmlexports.h: fixed defs for Borland compiler,
9480 as reported by Eric Zurcher
9481
9482Tue Aug 26 15:54:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
9483
9484 * relaxng.c: fixed bug #120386 again a problem introduced when
9485 trying to reuse automata for content validation. Fix a bug report
9486 problem on zeroOrMore
9487 * result/relaxng/tutor3_7_err: change slightly error reporting.
9488
9489Mon Aug 25 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
9490
9491 * include/libxml/Makefile.am: make sure the new header will
9492 be included when generating a new distribution.
9493
9494Mon Aug 25 12:37:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
9495
9496 * relaxng.c: fixed a couple of stupid bugs in the state allocation
9497 routines which led to bug #120040 and the ones reported by
9498 Martijn Faassen
9499
9500Mon Aug 25 12:37:23 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9501
9502 * include/libxml/parserInternals.h include/libxml/relaxng.h
9503 include/libxml/SAX.h include/libxml/SAX2.h: realigned the
9504 parameters after taint.
9505
9506Mon Aug 25 11:16:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9507
9508 * include/libxml/xmlversion.h.in: moved export defs to a separate
9509 file for consistency.
9510 * include/libxml/xmlexports.h: new file, contains export defs.
9511
9512Mon Aug 25 11:01:49 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9513
9514 * include/libxml/*.h genUnicode.py: exportability taint
9515 of the headers.
9516
9517Thu Aug 21 12:37:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
9518
9519 * SAX.c: make the deprecated interfaces log an error message
9520 to be sure it won't get used.
9521
9522Thu Aug 21 00:50:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9523
9524 * Makefile.am SAX2.c include/libxml/Makefile.am include/libxml/SAX2.h:
9525 Adding new version of the SAX interface, it's not there yet,
9526 currently just preparing the work
9527 * globals.c parser.c SAX.c include/libxml/SAX.h
9528 include/libxml/globals.h include/libxml/parser.h: doing some
9529 refactoring of the SAXv1 interfaces, obsoleting a bunch of them
9530 while keeping functionalities, preparing SAX2 integration.
9531 * dict.c: small cleanup.
9532
9533Wed Aug 20 00:20:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
9534
9535 * tree.c: fixes a small bug introduced in last commit and detected
9536 by valgrind.
9537
9538Tue Aug 19 16:54:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9539
9540 * dict.c hash.c: optimization when freeing hash tables.
9541 * parser.c xmlIO.c include/libxml/tree.h: some tuning of buffer
9542 allocations
9543 * parser.c parserInternals.c include/libxml/parser.h: keep a
9544 single allocated block for all the attributes callbacks,
9545 avoid useless malloc()/free()
9546 * tree.c: do not realloc() when growing a buffer if the buffer
9547 ain't full, malloc/memcpy/free avoid copying memory.
9548
9549Mon Aug 18 18:37:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
9550
9551 * xmllint.c doc/xmllint.xml doc/xmllint.1: added option
9552 --dtdvalidfpi for Tobias Reif
9553
9554Mon Aug 18 14:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
9555
9556 * dict.c include/libxml/dict.h Makefile.am include/libxml/Makefile.am:
9557 new dictionary module to keep a single instance of the names used
9558 by the parser
9559 * DOCBparser.c HTMLparser.c parser.c parserInternals.c valid.c:
9560 switched all parsers to use the dictionary internally
9561 * include/libxml/HTMLparser.h include/libxml/parser.h
9562 include/libxml/parserInternals.h include/libxml/valid.h:
9563 Some of the interfaces changed as a result to receive or return
9564 "const xmlChar *" instead of "xmlChar *", this is either
9565 insignificant from an user point of view or when the returning
9566 value changed, those function are really parser internal methods
9567 that no user code should really change
9568 * doc/libxml2-api.xml doc/html/*: the API interface changed and
9569 the docs were regenerated
9570
9571Sun Aug 17 23:05:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
9572
9573 * parser.c: applied patch to xmlCleanupParser from Dave Beckett
9574
9575Sat Aug 16 22:53:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
9576
9577 * doc/parsedecl.py, doc/libxml2-refs.xml, doc/API*.html:
9578 fixed part (2) of bug 119535 (wrong alpha case on filenames)
9579
9580Sat Aug 16 20:35:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
9581
9582 * doc/API*.html, doc/html/*: regenerated API documentation
9583 for xmlsoft.org (part of Bug 119535)
9584
9585Fri Aug 15 14:58:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
9586
9587 * encoding.c, threads.c, include/libxml/HTMLparser.h,
9588 doc/libxml2-api.xml: Minor changes to comments, etc. for
9589 improving documentation generation
9590 * doc/Makefile.am: further adjustment to auto-generation of
9591 win32/libxml2.def.src
9592
9593Fri Aug 15 02:24:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
9594
9595 * News configure.in: preparing libxml2-2.5.10 release
9596 * doc/* : updated the doc and rebuilt
9597
9598Fri Aug 15 01:55:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9599
9600 * parser.c: fixing the xmlSAXParseDTD bug #119536 raised by
9601 Malcolm Tredinnick with the patch he suggested.
9602
9603Fri Aug 15 01:37:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
9604
9605 * HTMLparser.c: allocation error #119784 raised by Oliver Stoeneberg
9606
9607Fri Aug 15 00:41:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9608
9609 * uri.c: fixing an use of strcpy() where both strings overlap
9610 pointed out by valgrind.
9611
9612Thu Aug 14 17:10:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
9613
9614 * DOCBparser.c globals.c include/libxml/xmlmemory.h: get rid of
9615 some compilation warnings.
9616 * xinclude.c: fix the performance problem reported by Kevin Ruscoe
9617 plus some cleanup and better error reporting.
9618
9619Thu Aug 14 14:13:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
9620
9621 * encoding.c: applied UTF-16 encoding handling patch provided by
9622 Mark Itzcovitz
9623 * encoding.c parser.c: more cleanup and fixes for UTF-16 when
9624 not having iconv support.
9625
9626Thu Aug 14 03:19:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9627
9628 * Makefile.am configure.in example/Makefile.am libxml.h nanoftp.c
9629 nanohttp.c xmllint.c: Applied patch from Mikhail Grushinskiy for
9630 mingw compiler on Windows.
9631
9632Thu Aug 14 02:28:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
9633
9634 * parser.c: fixed the serious CPU usage problem reported by
9635 Grant Goodale
9636 * HTMLparser.c: applied patch from Oliver Stoeneberg about a free
9637 missing in htmlSAXParseDoc
9638
9639Tue Aug 12 22:48:10 HKT 2003 William Brack <wbrack@mmm.com.hk>
9640
9641 * doc/Makefile.am: Removed dependency from libxml2.def.src
9642
9643Tue Aug 12 18:55:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
9644
9645 * autogen.sh: took away the requirement for automake-1.4,
9646 changed the messages for getting auto* tools to current
9647 gnu pages.
9648 * configure.in: added check for Linux Dec alpha requiring
9649 -ieee flag, fixed test for ipv6
9650 * trionan.c: fixed problem for compiling on Linux Dec alpha
9651 using native compiler
9652 * doc/Makefile.am: implemented regeneration of win32/libxml2.def.src
9653 whenever libxml2-api.xml is changed.
9654
9655Mon Aug 11 17:02:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9656
9657 * parser.c: cleaning up a problem when parsing UTF-16 and libiconv
9658 is not used.
9659
9660Sun Aug 10 08:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
9661
9662 * win32/libxml2.def.src: renerated with fixed libxml2-api.xml
9663
9664Sun Aug 10 00:22:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
9665
9666 * News configure.in: preparing libxml2-2.5.9 release
9667 * doc/* : updated the doc and rebuilt
9668
9669Sat Aug 9 20:00:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9670
9671 * include/libxml/xmlreader.h doc/libxml2-api.xml: changing an enum
9672 definition to get a correct API XML description. This was apparently
9673 breaking Windows build.
9674
9675Sat Aug 9 13:41:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
9676
9677 * HTMLparser.c: fixed a nasty bug #119387, bad heuristic from
9678 the progressive HTML parser front-end on large character data
9679 island leading to an erroneous end of data detection by the
9680 parser. Some cleanup too to get closer from the XML progressive
9681 parser.
9682
9683Sat Aug 9 00:42:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
9684
9685 * win32/configure.js: Added in support for the ISO8859X
9686 module (patch provided by Jesse Pelton)
9687
9688Fri Aug 8 15:56:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9689
9690 * HTMLtree.c tree.c threads.c: hum try to avoid some troubles
9691 when the library is not initialized and one try to save, the
9692 locks in threaded env might not been initialized, playing safe
9693 * xmlschemastypes.c: apply patch for hexBinary from Charles Bozeman
9694 * test/schemas/hexbinary_* result/schemas/hexbinary_*: also added
9695 his tests to the regression suite.
9696
9697Fri Aug 8 18:47:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
9698
9699 * win32/defgen.xsl, win32/libxml2.def.src: Bug 119343
9700 (with apologies to Igor) - Enhanced handling of docb and
9701 nanohttp.
9702
9703Thu Aug 7 21:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
9704
9705 * encoding.c: further small changes for warnings when
9706 configured with --with-iconv=no
9707
9708Wed Aug 6 12:32:11 HKT 2003 William Brack <wbrack@mmm.com.hk>
9709
9710 * error.c trionan.[ch] testThreads.c python/generator.py:
9711 further small changes to elminate most of the remaining
9712 warnings.
9713
9714Tue Aug 5 23:51:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
9715
9716 * error.c HTMLparser.c testC14N.c testHTML.c testURI.c
9717 xmlcatalog.c xmlmemory.c xmlreader.c xmlschemastypes.c
9718 python/libxml.c include/libxml/xmlmemory.h: small changes
9719 to syntax to get rid of compiler warnings. No changes
9720 to logic.
9721
9722Mon Aug 4 22:40:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
9723
9724 * doc/libxml2-api.xml doc/html/*: rebuilt the API and docs.
9725
9726Mon Aug 4 21:40:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
9727
9728 * tree.c: fixed a small problem in the patch for #118763
9729 * result/HTML/doc3.htm*: this reverts back to the previous result
9730
9731Sun Aug 3 21:41:49 EDT 2003 Daniel Veillard <daniel@veillard.com>
9732
9733 * doc/FAQ.html doc/xml.html: applied doc patch to xml.html
9734 and rebuilt, apparently some C++ wrappers are not available,
9735 c.f. bug #118943
9736
9737Sun Aug 3 21:30:31 EDT 2003 Daniel Veillard <daniel@veillard.com>
9738
9739 * tree.c: fixing HTML attribute serialization bug #118763
9740 applying a modified version of the patch from Bacek
9741 * result/HTML/doc3.htm*: this modifies the output from one test
9742
9743Sun Aug 3 21:02:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
9744
9745 * tree.c include/libxml/tree.h: added a new API to split a
9746 QName without generating any memory allocation
9747 * valid.c: fixed another problem with namespaces on element
9748 in mixed content case
9749 * python/tests/reader2.py: updated the testcase with
9750 Bjorn Reese fix to reader for unsignificant white space
9751 * parser.c HTMLparser.c: cleanup.
9752
9753Sun Aug 3 20:55:40 EDT 2003 Daniel Veillard <daniel@veillard.com>
9754
9755 * catalog.c: trying to fix #118754 of possible recursion in the
9756 catalogs. Not fantastically happy about the current fix since
9757 it's likely to break under very thread intensive concurrent
9758 access to the catalog. Better solution might to keep the depth
9759 an extra argument to the resolution functions.
9760
9761Sun Aug 3 18:56:54 EDT 2003 Daniel Veillard <daniel@veillard.com>
9762
9763 * valid.c: fixed bug #118712 about mixed content, and namespaced
9764 element names.
9765 * test/valid/mixed_ns.xml result/valid/mixed_ns*: added a check
9766 in the regression tests
9767
9768Fri Aug 1 23:55:23 HKT 2003 William Brack <wbrack@mmm.com.hk>
9769
9770 Coninuing work on bug 118559
9771 * DOCBparser.c: removed 2 unsed vars
9772 * xmlregexp.c: changed some numeric const to their enum symbols
9773 * xmlreader.c: changed one var define from int to enum
9774 (a little more to be done, awaiting co-ordination)
9775 * relaxng.c: deleted one unused var
9776 * xmllint.c: deleted some unused vars, changed one arg
9777 val from int to enum
9778 * testHTML.c, testDocbook.c: changed some arg vals to enum const
9779 * xmlIO.c: fixed typo from last night (small warning msg)
9780
9781Thu Jul 31 22:44:33 HKT 2003 William Brack <wbrack@mmm.com.hk>
9782
9783 Working on bug 118559
9784 * error.c: deleted unused variable
9785 * parserInternals.c: deleted unneeded 'const' qualifier
9786 * parser.c: changed variable type for enum temp storage
9787 * xmlIO.c: changed debugging var to be inside #ifdef
9788 * valid.c: removed unused variable
9789 * HTMLparser.c: removed some unneeded 'const' qualifiers
9790 * xpath.c: added some type casts, removed some unused vars
9791 * xinclude.c: added one type cast
9792 * nanohttp.c: repositioned some #ifdef to avoid unused var
9793 * nanoftp.c: removed unused var
9794
9795Wed Jul 30 14:57:55 EDT 2003 Daniel Veillard <daniel@veillard.com>
9796
9797 * HTMLparser.c: applied a patch from William Brack about
9798 the problem of parsing very large HTML instance with comments
9799 as raised by Nick Kew
9800
9801Wed Jul 30 12:29:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
9802
9803 * xmlreader.c include/libxml/xmlreader.h: applying cleanup
9804 patch from Bjorn Reese for xmlTextReaderNodeType() and
9805 significant whitespace. There is an enum for node type
9806 values now.
9807
9808Wed Jul 30 11:08:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
9809
9810 * encoding.c: applying patch from Peter Jacobi to added
9811 ISO-8859-x encoding support when iconv is not available
9812 * configure.in include/libxml/xmlversion.h.in
9813 include/libxml/xmlwin32version.h.in: added the glue needed
9814 at the configure level and made it the default for Windows
9815
9816Tue Jul 29 16:43:48 EDT 2003 Daniel Veillard <daniel@veillard.com>
9817
9818 * python/generator.py python/libxml.c python/libxml2class.txt:
9819 patch from Joachim Bauch + cleanup for Relax NG error callbacks
9820 in python
9821
9822Tue Jul 29 12:46:08 EDT 2003 Daniel Veillard <daniel@veillard.com>
9823
9824 * parser.c parserInternals.c tree.c: applied Peter Jacobi encoding
9825 cleanup patch, and also avoided a possible memory leak
9826
9827Tue Jul 29 09:28:09 EDT 2003 Daniel Veillard <daniel@veillard.com>
9828
9829 * encoding.c: fix the previous commit
9830
9831Tue Jul 29 12:28:17 HKT 2003 William Brack <wbrack@mmm.com.hk>
9832
9833 * HTMLparser.c: fixed problem with comments reported by Nick Kew
9834 * encoding.c: added routines xmlUTF8Size and xmlUTF8Charcmp for
9835 some future cleanup of UTF8 handling
9836
9837Mon Jul 28 16:39:14 EDT 2003 Daniel Veillard <daniel@veillard.com>
9838
9839 * xpath.c: applied a change suggested by Sean Griffin in bug
9840 #118494 about a memory leak in EXSLT
9841
9842Sun Jul 27 14:30:56 EDT 2003 Daniel Veillard <daniel@veillard.com>
9843
9844 * relaxng.c: fixed a Relax-NG compilation/streaming bug introduced
9845 when fixing the previous Relax-NG bugs
9846 * result/relaxng/*: This slightly changes the output messages of
9847 some regression tests.
9848 * configure.in: added support of -with-fexceptions for nested C++
9849 support.
9850
9851Thu Jul 24 15:46:02 MDT 2003 John Fleck <jfleck@inkstain.net>
9852
9853 * doc/tutorial/apa.html
9854 * doc/tutorial/apb.html
9855 * doc/tutorial/apc.html
9856 * doc/tutorial/apd.html
9857 * doc/tutorial/ape.html
9858 * doc/tutorial/apf.html
9859 * doc/tutorial/apg.html
9860 * doc/tutorial/aph.html
9861 * doc/tutorial/ar01s02.html
9862 * doc/tutorial/ar01s03.html
9863 * doc/tutorial/ar01s04.html
9864 * doc/tutorial/ar01s05.html
9865 * doc/tutorial/ar01s06.html
9866 * doc/tutorial/ar01s07.html
9867 * doc/tutorial/ar01s08.html
9868 * doc/tutorial/index.html
9869 * doc/tutorial/ix01.html
9870 * doc/tutorial/xmltutorial.pdf
9871 * doc/tutorial/xmltutorial.xml
9872 update tutorial with XPath example
9873
9874Thu Jul 24 17:07:06 IST 2003 Daniel Veillard <daniel@veillard.com>
9875
9876 * SAX.c parser.c: fixing a bug about a special case of namespace
9877 handling, this closes bug #116841
9878
9879Wed Jul 23 20:52:36 IST 2003 Daniel Veillard <daniel@veillard.com>
9880
9881 * relaxng.c result/relaxng/*: checked and fixed the compilation
9882 of RNG schemas, fixes a couple of bugs #117097 and #117001 .
9883 This slightly changes the output messages of some regression tests.
9884
9885Wed Jul 23 15:15:08 IST 2003 Daniel Veillard <daniel@veillard.com>
9886
9887 * xmlreader.c: fixed an out of bound error #118052 , the good
9888 part if that base64 code was not in use yet ...
9889
9890Tue Jul 22 19:42:15 MDT 2003 John Fleck <jfleck@inkstain.net>
9891
9892 * doc/xmllint.html
9893 include html version of the xmllint man page, so an
9894 up-to-date version is visible on the Web
9895
9896Mon Jul 21 21:53:43 IST 2003 Daniel Veillard <daniel@veillard.com>
9897
9898 * xinclude.c include/libxml/xinclude.h: added a new API
9899 xmlXIncludeProcessTree() to process XInclude only on a subtree
9900 this should fix bug #115385
9901
9902Fri Jul 18 17:11:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
9903
9904 * relaxng.c include/libxml/relaxng.h: adding Get interface for
9905 the error callback and parameters of parsing and validation
9906 contexts
9907 * xmlreader.c: patch to fix bug #117702 about incomplete Read()
9908 on text nodes.
9909
9910Wed Jul 16 23:15:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9911
9912 * parserInternals.c: patch from Dodji Seketeli about UTF16 BOM
9913 when using the push XML parser.
9914 * result/utf16bom.xml result/noent/utf16bom.xml test/utf16bom.xml:
9915 added the test to the regression suite.
9916
9917Tue Jul 15 22:03:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9918
9919 * globals.c: add xmlThrDefMutex = NULL in xmlCleanupGlobals()
9920 as suggested by Rob Richards
9921
9922Tue Jul 15 15:30:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
9923
9924 * DOCBparser.c HTMLparser.c entities.c parser.c relaxng.c
9925 xmlschemas.c xpath.c: removed some warnings by casting xmlChar
9926 to unsigned int and a couple of others.
9927
9928Fri Jul 11 16:44:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
9929
9930 * xmlschemastypes.c: fixes a segfault on empty hexBinary strings
9931
9932Thu Jul 10 16:02:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9933
9934 * nanoftp.c nanohttp.c: cleanup patches from Peter Breitenlohner
9935
9936Tue Jul 8 16:02:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
9937
9938 * globals.c threads.c: fixes some problem when freeing unititialized
9939 mutexes
9940
9941Tue Jul 8 14:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
9942
9943 * nanoftp.c nanohttp.c: the modules should not import <config.h>
9944 directly, some cleanups
9945 * xmlschemas.c: Peter Sobisch found a nasty bug in the Schemas
9946 validation code.
9947
9948Mon Jul 7 18:00:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
9949
9950 * win32/configure.js: Jesse Pelton pointed out a problem in the
9951 javascript code.
9952
9953Mon Jul 7 16:39:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
9954
9955 * NEWS doc/*: regenerated
9956 * nanoftp.c nanohttp.c: might fix includes problems with the
9957 Ipv6 support on solaris
9958 * tree.c: patch from Markus Keim about xmlHasNsProp() on attributes
9959 defined as #IMPLIED
9960
9961Sun Jul 6 23:09:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9962
9963 * configure.in doc/*: preparing release 2.5.8
9964 * nanohttp.c: changed some preprocessor block
9965 * xmlschemastypes.c: applied patch from Charles Bozeman adding
9966 hexBinary schema datatype and adding support for totalDigits and
9967 fractionDigits facets.
9968
9969Sun Jul 6 19:56:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9970
9971 * debugXML.c xpath.c: fixed 2 bugs pointed in #116448
9972
9973Sun Jul 6 19:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
9974
9975 * xinclude.c: fixed bug #116095 removing the error message when
9976 reapplying XInclude to a document.
9977
9978Sat Jul 5 22:40:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9979
9980 * xmlIO.c: applied small changes to portability layer for
9981 compilation on DJGPP Ms-DOS compiler.
9982
9983Sat Jul 5 22:30:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
9984
9985 * parser.c HTMLparser.c: use the character() SAX callback
9986 if the cdataBlock ain't defined.
9987 * xpath.c: fix bug #115349 allowing compilation when configured
9988 with --without-xpath since the Schemas code needs NAN and co.
9989
9990Sat Jul 5 00:51:30 HKT 2003 William Brack <wbrack@mmm.com.hk>
9991
9992 Fixed problem with multi-threading, shown by the test program
9993 testThreads. After fix, ran mutiple tests on various speed
9994 machines (single and dual processor X86), which all seem okay.
9995
9996 * catalog.c: added missing xmlRMutexUnlock in xmlLoadCatalog
9997
9998 * threads.c: added missing initialisation for condition variable
9999 in xmlNewRMutex.
10000
10001Sat Jun 21 16:10:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
10002
10003 Applying IPv6 patch from Archana Shah <archana.shah@wipro.com>
10004 closing bug #114837
10005
10006 * configure.in: Added checks for IPv6 support and getaddrinfo().
10007
10008 * acconfig.h: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
10009
10010 * config.h.in: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
10011
10012 * nanoftp.c: Structure xmlNanoFTPCtxt contains either sockaddr_storage
10013 field or sockaddr_in field, depending upon the availability of IPv6
10014 support.
10015 have_ipv6(): Added to check for run-time IPv6 support.
10016 (xmlNanoFTPScanURL), (xmlNanoFTPUpdateURL), (xmlNanoFTPScanProxy):
10017 Modified to parse a URI with IPv6 address given in [].
10018 (xmlNanoFTPConnect): Changed to use getaddrinfo for address
10019 resolution, if it is available on the system, as gethostbyname
10020 does not return IPv6 addresses on some platforms.
10021 (xmlNanoFTPGetConnection): Modified type of dataAddr variable to
10022 sockaddr_storage or sockaddr_in depending upon the IPv6 support.
10023 Sending EPSV, EPRT or PASV, PORT depending upon the type of address
10024 we are dealing with.
10025
10026 * nanohttp.c: (have_ipv6): Added to check for run-time IPv6 support.
10027 (xmlNanoHTTPScanURL), (xmlNanoHTTPScanProxy): Modified to parse
10028 a URI with IPv6 address given in [].
10029 (xmlNanoHTTPConnectHost): Modified to use getaddrinfo if it is
10030 available on the system. Also IPv6 addresses will be resolved by
10031 gethostbyname only if IPv6 run-time support is available.
10032 (xmlNanoHTTPConnectAttempt): Modified to deal with IPv6 address.
10033
10034Sat Jun 14 18:46:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10035
10036 * win32/configure.js include/win32config.h
10037 include/libxml/xmlversion.h.in: Applied the patch for BCB
10038 by Eric Zurcher.
10039
10040Fri Jun 13 14:27:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
10041
10042 * doc/Makefile.am doc/html/*: reverted back patch for #113521,
10043 due to #115104 and while fixing #115101 . HTML URLs must not
10044 be version dependant.
10045
10046Fri Jun 13 12:03:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
10047
10048 * entities.c: do not generate &quot; for " outside of attributes
10049 * result//*: this changes the output of some tests
10050
10051Mon Jun 9 12:28:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
10052
10053 * parser.c xmlIO.c: trying to fix #114277 about when file
10054 remapping and escaping should really be attempted.
10055
10056Mon Jun 9 11:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
10057
10058 * doc/*: applied a patch from Gman for building docs
10059 * valid.c xmllint.c include/libxml/valid.h: applied a patch from
10060 Gary Pennington to provide an allocator for xmlValidCtxt
10061 * xmlreader.c: applied patch from Jacek Konieczny fixing bug
10062 #113580 about data not being passed immediately.
10063
10064Thu Jun 5 11:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
10065
10066 * tree.c: applied a couple of patches from Mark Itzcovitz
10067 to handle saving back "UTF-16" documents.
10068
10069Mon Jun 2 21:56:15 MVT 2003 Daniel Veillard <daniel@veillard.com>
10070
10071 * relaxng.c xmlschemas.c include/libxml/schemasInternals.h: commiting
10072 some work done while in the Maldives (hence the timezone on the
10073 laptop !)
10074 * result/schemas/length3* test/schemas/deter0_*
10075 test/schemas/group0_*: some tests added too
10076
10077Mon Jun 2 15:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
10078
10079 * encoding.c: small fix
10080 * xmlIO.c: fixed an error message
10081
10082Tue May 20 14:21:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
10083
10084 * parserInternals.c: fixing Red Hat bug #91013 where xmllint was
10085 accepting an improper UTF8 sequence
10086
10087Sat May 17 12:53:11 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10088
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010089 * threads.c: applied the patch from Stéphane Bidoul for getting
William M. Brack11be2d02007-01-24 19:17:19 +000010090 rid of extra threads in a dynamic library.
10091 * win32/configure.js: threads default to 'native' now.
10092
10093Fri May 16 13:17:52 EDT 2003 Daniel Veillard <daniel@veillard.com>
10094
10095 * HTMLtree.c: fixing bug #112904: html output method escaped
10096 plus sign character in URI attribute.
10097
10098Thu May 15 18:06:18 EDT 2003 Daniel Veillard <daniel@veillard.com>
10099
10100 * build_glob.py global.data globals.c parser.c
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010101 include/libxml/globals.h: patch from Stéphane Bidoul for setting
William M. Brack11be2d02007-01-24 19:17:19 +000010102 up threads global defaults.
10103 * doc/libxml2-api.xml: this extends the API with new functions
10104 * python/tests/Makefile.am python/tests/reader2.py
10105 python/tests/thread2.py: integrated the associated testcase and
10106 fixed the error string used in reader2
10107
10108Wed May 14 14:56:46 EDT 2003 Daniel Veillard <daniel@veillard.com>
10109
10110 * configure.in libxml.spec.in python/Makefile.am: trying
10111 to conciliate --with-python= requirements and RPM builds,
10112 a PITA really...
10113
10114Tue May 13 18:30:34 EDT 2003 Daniel Veillard <daniel@veillard.com>
10115
10116 * HTMLparser.c: oops last commit introduced a memory leak.
10117
10118Tue May 13 18:10:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
10119
10120 * xmllint.c doc/xmllint.xml: added --nonet option
10121 * doc/Makefile.am: fixing #112803 by adding --nonet when calling
10122 xsltproc or xmllint
10123 * doc/xmllint.xml doc/xmllint.1: also added --schema doc and
10124 rebuilt
10125 * HTMLparser.c: cleaned up the HTML parser context build when
10126 using an URL
10127
10128Tue May 13 16:35:04 EDT 2003 Daniel Veillard <daniel@veillard.com>
10129
10130 * libxml.spec.in: added a comment about bug #112902
10131
10132Mon May 12 21:58:00 EDT 2003 William Brack <wbrack@mmm.com.hk>
10133
10134 * minor cleanup of configure '--help' display
10135 * error.c: enhanced xmlParserPrintFileContext to fix bug #109942
10136
10137Mon May 12 17:53:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
10138
10139 * tree.c: PI nodes in external subset were not freed :-\
10140 fixes bug #112842
10141
10142Mon May 12 11:23:27 EDT 2003 Daniel Veillard <daniel@veillard.com>
10143
10144 * xmllint.c: added --schema option to run WXS schema validation
10145 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h:
10146 tried to improve error reporting in the Schema code, some cleanup
10147 too.
10148
10149Sun May 11 16:13:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
10150
10151 * xmlschemas.c: fixed some problems in the handling of errors,
10152 and attributes addressed by references.
10153 * test/schemas/* result/schemas/*: dropped the verbosity level
10154 and added a couple of new tests
10155
10156Sat May 10 16:01:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
10157
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010158 * relaxng.c: Stéphane Bidoul found an off by one addressing
William M. Brack11be2d02007-01-24 19:17:19 +000010159 error on the error handling.
10160
10161Fri May 9 19:08:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
10162
10163 * xmlschemastypes.c: trying to fix #112673
10164
10165Fri May 9 18:14:16 EDT 2003 Daniel Veillard <daniel@veillard.com>
10166
10167 * DOCBparser.c catalog.c parser.c relaxng.c: removed multiple
10168 warning, this fixed a bug and should close #111574
10169
10170Fri May 9 15:34:32 EDT 2003 Daniel Veillard <daniel@veillard.com>
10171
10172 * xmlschemas.c: fixing bug #104081 with xs:all with an element
10173 holding minOccurs="0"
10174 * test/schemas/all_* result/schemas/all_*: added some regression
10175 tests for that bug
10176 * xmllint.c xmlreader.c: patches from Joerg Schmitz-Linneweber and
10177 Garry Pennington to compile without schemas support.
10178
10179Thu May 1 10:02:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
10180
10181 * tree.c: fixed a problem with xmlUnlinkNode() for DTDs.
10182
10183Wed Apr 30 14:16:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
10184
10185 * xml2-config.in: try to fix Red hat bug #89957, do not
10186 output -L/usr/lib64
10187 * xmlreader.c: fixed a typo in a comment
10188
10189Tue Apr 29 07:32:02 MDT 2003 John Fleck <jfleck@inkstain.ent>
10190
10191 * doc/tutorial/aph.html, ix01.html
10192 forgot to cvs add the new files. Thanks to Roland van Laar
10193 for pointing this out
10194
10195Tue Apr 29 14:36:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
10196
10197 * xmlschemas.c doc/libxml2-api.xml: fixing a function comment
10198 * doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching
10199 to the XML/XSLT doc generation closing #111799
10200 * doc/html/*: complete update of the HTML results
10201
10202Mon Apr 28 14:51:41 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10203
10204 * win32/defgen.xsl: fixed the conditional for unicode map,
10205 removed hardcoded schema entries
10206
10207Mon Apr 28 02:19:00 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10208
10209 * win32/defgen.xsl: new file, stylesheet for generating
10210 win32/libxml2.def.src from doc/libxml2-api.xml
10211 * win32/libxml2.def.src: is autogenerated from now on, changes
10212 to this file will not appear here anymore
10213
10214Mon Apr 28 00:12:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
10215
10216 * win32/configure.js python/setup.py.in: applied patch
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010217 from Stéphane Bidoul for the Python bindings on the new
William M. Brack11be2d02007-01-24 19:17:19 +000010218 release.
10219
10220Sun Apr 27 17:56:21 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10221
10222 * debugXML.c: included libxml/uri.h for xmlCanonicPath
10223 declaration
10224 * win32/configure.js: thread-enabled build is now default
10225 * win32/libxml2.def.src: added more exports
10226
10227Sun Apr 27 00:23:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
10228
10229 * NEWS doc/*.xsl doc/*.html: updated the web site separated
10230 developers from common pages, made the transition to XHTML1,
10231 added validity checking to the makefile rules.
10232
10233Sat Apr 26 23:17:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
10234
10235 * parser.c: fix for xmlIOParseDTD same as previous and reported
10236 by Petr Pajas
10237
10238Sat Apr 26 15:26:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
10239
10240 * parser.c: applied fix to xmlSAXParseDTD from Malcolm Tredinnick
10241 closing #111638
10242
10243Sat Apr 26 14:00:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
10244
10245 * python/generator.py: fixed a problem in the generator where
10246 the way functions are remapped as methods on classes was
10247 not symetric and dependant on python internal hash order,
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010248 as reported by Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000010249
10250Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net>
10251
10252 * doc/tutorial:
10253 xmltutorial.xml
10254 xmltutorial.pdf
10255 *.html
10256 add appendix on generating compiler flags, more indexing
10257
10258Sat Apr 26 01:10:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
10259
10260 * triodef.h vms/build_libxml.com: applied patch from Craig A. Berry
10261 to get libxml-2.5.7 to compile on OpenVMS
10262
10263Fri Apr 25 18:42:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
10264
10265 * parser.c: fixing an xmlParseDTD bug raised by Petr Pajas
10266
10267Fri Apr 25 15:20:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
10268
10269 * doc/Makefile.am doc/xmlcatalog.1 doc/xmlcatalog_man.xml
10270 doc/xmllint.1 doc/xmllint.xml: automated the generation of the
10271 man page based on xsltproc and a stylesheet PI in the XML.
10272
10273Fri Apr 25 12:37:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
10274
10275 * doc/xmllint.*: trying to fix #110541 where &nbsp; generated
10276 character preventing rendering by the man command.
10277
10278Fri Apr 25 01:09:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
10279
10280 * NEWS configure.in: preparing release 2.5.7
10281 * doc/*: updated and rebuilt the docs
10282 * doc/apibuild.py: fixed the script
10283
10284Thu Apr 24 19:11:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
10285
10286 * Makefile.am doc/apibuild.py: make sure the OOM code don't
10287 get in the way of the builds
10288 * doc/libxml2-api.xml python/libxml2class.txt: automatic update
10289
10290Thu Apr 24 18:01:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
10291
10292 * Makefile.am testOOM.c testOOMlib.[ch] : integrated the Out Of
10293 Memory test from Havoc Pennington #109368
10294 * SAX.c parser.c parserInternals.c tree.c uri.c valid.c
10295 xmlmemory.c xmlreader.c xmlregexp.c include/libxml/tree.h
10296 include/libxml/parser.h: a lot of memory allocation cleanups
10297 based on the results of the OOM testing
10298 * check-relaxng-test-suite2.py: seems I forgot to commit the
10299 script.
10300
10301Wed Apr 23 17:16:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
10302
10303 * xmlschemastypes.c: trivial fix for 109774 removing a warning
10304
10305Wed Apr 23 15:49:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
10306
10307 * DOCBparser.c SAX.c catalog.c debugXML.c parser.c: try to find
10308 more places where xmlCanonicPath() must be used to convert
10309 filenames to URLs, trying to fix #111088
10310
10311Wed Apr 23 09:35:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
10312
10313 * python/libxml.c python/libxml.py: applied patch from
10314 Brent M Hendricks adding binding for xmlCatalogAddLocal
10315
10316Tue Apr 22 15:18:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
10317
10318 * HTMLparser.c: tried to fix #98879 again in a more solid
10319 way.
10320
10321Tue Apr 22 13:58:43 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10322
10323 * win32/libxml2.def.src: added more exports from the relaxng and
10324 xmlreader clan
10325
10326Tue Apr 22 10:35:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10327
10328 * SAX.c test/valid/ns* test/result/ns*: applied the patch
10329 provided by Brent Hendricks fixing #105992 and integrated the
10330 examples in the testsuite.
10331
10332Tue Apr 22 01:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
10333
10334 * TODO: updated a bit
10335 * configure.in: fixed the comment, threads now default to on
10336 * parserInternals.c: fixed an erroneous xmlMallocAtomic() call
10337
10338Mon Apr 21 23:33:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
10339
10340 * globals.c libxml.h parser.c parserInternals.c tree.c xmllint.c
10341 xmlreader.c include/libxml/parser.h: a lot of performance work
10342 especially the speed of streaming through the reader and push
10343 interface. Some thread related optimizations. Nearly doubled the
10344 speed of parsing through the reader.
10345
10346Sun Apr 20 10:36:05 MDT 2003 John Fleck <jfleck@inkstain.net>
10347
10348 * doc/xmllint.xml
10349 * doc/xmllint.1
10350 update man page to explain use of --stream
10351
10352Sat Apr 19 02:03:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
10353
10354 * DOCBparser.c HTMLparser.c c14n.c catalog.c encoding.c globals.c
10355 nanohttp.c parser.c parserInternals.c relaxng.c tree.c uri.c
10356 xmlmemory.c xmlreader.c xmlregexp.c xpath.c xpointer.c
10357 include/libxml/globals.h include/libxml/xmlmemory.h: added
10358 xmlMallocAtomic() to be used when allocating blocks which
10359 do not contains pointers, add xmlGcMemSetup() and xmlGcMemGet()
10360 to allow registering the full set of functions needed by
10361 a garbage collecting allocator like libgc, ref #109944
10362
10363Fri Apr 18 16:37:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
10364
10365 * configure.in: switched to have thread support enabled by default,
10366 didn't got troubles with ABI compatibility on Linux, hope it
10367 won't break on strange OSes, if yes, report the system ID
10368 * doc/libxml2-api.xml: just rebuilt the API
10369
10370Fri Apr 18 14:31:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10371
10372 * libxml.h include/libxml/parser.h parser.c xmlIO.c DOCBparser.c:
10373 added support for large file, tested with a 3+GB instance,
10374 and some cleanup.
10375 * catalog.c: added a TODO
10376 * Makefile.am: added some "make tests" comments
10377
10378Thu Apr 17 14:51:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
10379
10380 * relaxng.c: some cleanups
10381 * doc/xmlreader.html: extended the document to cover RelaxNG and
10382 tree operations
10383 * python/tests/Makefile.am python/tests/reader[46].py: added some
10384 xmlReader example/regression tests
10385 * result/relaxng/tutor*.err: updated the output of a number of tests
10386
10387Thu Apr 17 11:35:37 CEST 2003 Daniel Veillard <daniel@veillard.com>
10388
10389 * relaxng.c: valgrind pointed out an uninitialized variable error.
10390
10391Thu Apr 17 11:06:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
10392
10393 * include/libxml/relaxng.h relaxng.c include/libxml/xmlreader.h
10394 xmlreader.c: augnemting the APIs, cleanups.
10395 * parser.c: cleanup bug #111005
10396 * xmlIO.c: added some missing comments
10397
10398Wed Apr 16 17:46:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
10399
10400 * relaxng.c xmllint.c: more work on RelaxNG streaming validation
10401 trying to improve the subset compiled, and more testing.
10402 * doc/downloads.html doc/xml.html doc/xmlmem.html: some updates on the
10403 documentation
10404 * test/relaxng/tutor11_1_3.xml: fixes the DTD path
10405 * result/relaxng/*.err: fix some of the outputs
10406
10407Wed Apr 16 01:28:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10408
10409 * relaxng.c xmlreader.c xmllint.c include/libxml/relaxng.h
10410 include/libxml/xmlreader.h: implemented streaming of
10411 RelaxNG (when possible) on top of the xmlReader interface,
10412 provided it as xmllint --stream --relaxng .rng .xml
10413 This seems to mostly work.
10414 * Makefile.am: updated to test RelaxNG streaming
10415
10416Mon Apr 14 18:08:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
10417
10418 * relaxng.c include/libxml/relaxng.h: integrated the regexp
10419 based validity checking of fragments of the document for
10420 which the RNG can be compiled to regexps. Works on all regression
10421 tests, only fix needed is related to error messages.
10422
10423Sun Apr 13 21:51:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
10424
10425 * relaxng.c xmlregexp.c include/libxml/xmlautomata.h
10426 include/libxml/xmlregexp.h: Starting work precompiling
10427 parts of RelaxNG schemas. Not plugged onto validity checking
10428 yet, just the regexp building part. Needed to extend some
10429 of the automata and regexp APIs.
10430
10431Fri Apr 11 21:36:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
10432
10433 * xmllint.c xmlreader.c include/libxml/xmlreader.h: make sure
10434 xmllint --stream and xmllint --stream --valid returns errors
10435 code appropriately
10436
10437Fri Apr 11 10:59:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
10438
10439 * xmlreader.c include/libxml/xmlreader.h: Added the Expand()
10440 and Next() operation to work on subtrees within the reader
10441 framework.
10442 * doc/libxml2-api.xml python/libxml2class.txt: resulting updates
10443 * python/tests/reader5.py: added an example for those new
10444 functions of the reader.
10445
10446Thu Apr 10 23:38:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10447
10448 * HTMLtree.c: patch from Vasily Tchekalkin to fix #109865
10449
10450Thu Apr 10 15:32:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
10451
10452 * xmlreader.c: fixing HasValue for namespace as raised by
10453 Denys Duchier
10454
10455Wed Apr 9 14:07:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
10456
10457 * HTMLparser.c include/libxml/HTMLparser.h: exported
10458 htmlCreateMemoryParserCtxt() it was static
10459
10460Wed Apr 9 13:21:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
10461
10462 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10463 update from Charles Bozeman for date and duration types
10464 * test/schemas/date_0.* test/schemas/dur_0.*
10465 result/schemas/date_0.* result/schemas/dur_0.*: updated too
10466
10467Mon Apr 7 12:19:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
10468
10469 * tree.c valid.c xpath.c include/libxml/tree.h include/libxml/valid.h:
10470 fixing bug #107129, removing excessive allocation and calls
10471 to *printf in the code to build QName strings.
10472
10473Sat Apr 5 11:41:36 CEST 2003 Igoe Zlatkovic <igor@zlatkovic.com>
10474
10475 * win32/libxml2.def.src: fixed conditional exports, reported by
10476 Luke Murray.
10477
10478Fri Apr 4 18:08:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
10479
10480 * parser.c: fixed a possible problem with xmlRecoverMemory()
10481
10482Thu Apr 3 17:24:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
10483
10484 * trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c
10485 triostr.h: Bjorn sent an update for the TRIO portability layer.
10486
10487Tue Apr 1 21:57:26 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10488
10489 * win32/libxml2.def.src: exported new functions
10490
10491Tue Apr 1 13:09:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
10492
10493 * configure.in NEWS: preparing release 2.5.6
10494 * doc/*: updated and rebuilt the docs
10495
10496Tue Apr 1 11:52:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10497
10498 * SAX.c: fixed an uninitialized memory access pointed by valgrind
10499 on C14Ntests
10500
10501Tue Apr 1 00:12:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
10502
10503 * relaxng.c: one more fixup of error message reporting
10504
10505Mon Mar 31 18:36:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
10506
10507 * relaxng.c: more work on bug #109225, and fixed an uninitialized
10508 variable pointed out by valgrind
10509
10510Mon Mar 31 18:05:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
10511
10512 * relaxng.c: try to work on bug #109225 and provide better
10513 error reports.
10514 * result/relaxng/* : this change the output of a number of tests
10515 * xinclude.c: fixing the parsed entity redefinition problem
10516 raised on the list.
10517 * test/schemas/date_0.xsd: updated the date test c.f. E2-12
10518
10519Mon Mar 31 13:19:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
10520
10521 * xmlschemastypes.c: fixed date comparison to handle the tzo
10522 The only failures left are disagreements on Notations and
10523 '+1' not being allowed for ulong, uint, ushort and ubyte.
10524
10525Mon Mar 31 12:11:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
10526
10527 * xmlschemastypes.c: fixed gMonth parsing routine accordingly
10528 to the XML Schemas errata
10529 http://www.w3.org/2001/05/xmlschema-errata#e2-12
10530
10531Sun Mar 30 23:04:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
10532
10533 * relaxng.c xmlschemastypes.c: more work on XML Schemas datatypes
10534 and facets support. Currently only schemas with binHex or
10535 base64 don't compile. A few error left in the test suite:
10536 found 1035 test instances: 919 success 23 failures
10537 most are gdate or gdateyear failing check, and a few cases where
10538 James clark tests results are strange.
10539 * valid.c: allow to reuse the Notation checking routine without
10540 having a validation context.
10541 * SAX.c: removed a #if 0
10542
10543Sat Mar 29 17:35:05 CET 2003 Daniel Veillard <daniel@veillard.com>
10544
10545 * xinclude.c: forgot to apply one check from #106931 patch
10546 * xmlschemastypes.c: more work on XML Schemas datatypes
10547
10548Sat Mar 29 11:49:25 CET 2003 Daniel Veillard <daniel@veillard.com>
10549
10550 * relaxng.c include/libxml/relaxng.h xmlschemastypes.c: more work
10551 on cleaning up XML Schemas datatypes based on James Clark tests
10552 test/xsdtest/xsdtest.xml
10553
10554Fri Mar 28 14:24:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10555
10556 * relaxng.c: implemented comparisons for Schemas values.
10557 * xmlschemastypes.c include/libxml/xmlschemastypes.h: fixed
10558 some bugs in duration handling, comparisons for durations
10559 and decimals, removed all memory leaks pointed out by James
10560 testsuite. Current status is now
10561 found 238 test schemas: 197 success 41 failures
10562 found 1035 test instances: 803 success 130 failures
10563
10564Fri Mar 28 00:41:55 CET 2003 Daniel Veillard <daniel@veillard.com>
10565
10566 * xmlschemas.c include/libxml/xmlschemas.h: fixed bugs and memory
10567 leaks in the W3C XML Schemas code
10568 * xmlschemastypes.c: implemented nonPositiveInteger
10569 * test/schemas/length2_0.xsd result/schemas/length2_0_0.err:
10570 fixed the test and result.
10571
10572Thu Mar 27 22:23:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10573
10574 * HTMLparser.c tree.c: two patches from James Bursa on the HTML
10575 parser and a typo
10576 * xmlschemastypes.c: reindenting, fixing a memory access
10577 problem with dates.
10578
10579Thu Mar 27 15:53:35 CET 2003 Daniel Veillard <daniel@veillard.com>
10580
10581 * parser.c: fixing #109227 providing more context in case of
10582 start/end tag mismatch
10583 * python/tests/ctxterror.py python/tests/readererr.py: update the
10584 tests accordingly
10585
10586Thu Mar 27 15:22:41 CET 2003 Daniel Veillard <daniel@veillard.com>
10587
10588 * xinclude.c: should fix #109327 errors on memory accesses
10589
10590Thu Mar 27 15:06:13 CET 2003 Daniel Veillard <daniel@veillard.com>
10591
10592 * HTMLtree.c: Fixed reopening of #78662 <form action="...">
10593 is an URI reference
10594
10595Wed Mar 26 22:38:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10596
10597 * xpath.c: fixed bug #109160 on non-ASCII IDs
10598
10599Wed Mar 26 17:30:37 CET 2003 Daniel Veillard <daniel@veillard.com>
10600
10601 * parser.c: Norm suggested a nicer error message for xml:space values
10602 errors
10603
10604Wed Mar 26 01:34:19 CET 2003 Daniel Veillard <daniel@veillard.com>
10605
10606 * xpath.c include/libxml/xpath.h: first part of the fix to
10607 performance bug #108905, adds xmlXPathOrderDocElems() providing
10608 document order for nodes.
10609 * python/libxml.c: Python may require TRIO as Albert Chin pointed out
10610
10611Tue Mar 25 16:07:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10612
10613 * xmlschemastypes.c: removing a warning with Sun compiler
10614 bug #109154
10615
10616Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
10617
10618 * doc/xmllint.xml
10619 * doc/xmllint.1
10620 update xmllint man page with --relaxng option
10621
10622Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
10623
10624 * python/setup.py.in : was missing "drv_libxml2.py"
10625
10626Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
10627
10628 * tree.c xpath.c: some changes related to the new way of
10629 handling Result Value Tree, before 2.5.5
10630
10631Mon Mar 24 16:36:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10632
10633 * configure.in NEWS: preparing release 2.5.5
10634 * doc/* : updated the documentation and regenerated it.
10635
10636Mon Mar 24 14:56:01 CET 2003 Daniel Veillard <daniel@veillard.com>
10637
10638 * xpath.c: fixed some problems related to #75813 about handling
10639 of Result Value Trees
10640
10641Sun Mar 23 22:57:20 CET 2003 Daniel Veillard <daniel@veillard.com>
10642
10643 * uri.c: applied a set of patches from Lorenzo Viali correcting
10644 URI parsing errors.
10645
10646Sun Mar 23 22:00:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10647
10648 * parser.c: validity status was not passed back when validating in
10649 entities, but raised by Oliver Fischer
10650
10651Sun Mar 23 21:30:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10652
10653 * HTMLtree.c: avoid escaping ',' in URIs
10654
10655Sun Mar 23 12:57:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10656
10657 * parser.c: fixing bug #108976 get the ID/REFs to reference
10658 the ID in the document content and not in the entity copy
10659 * SAX.c include/libxml/parser.h: more checking of the ID/REF
10660 stuff, better solution for #107208
10661 * xmlregexp.c: removed a direct printf, dohhh
10662 * xmlreader.c: fixed a bug on streaming validation of empty
10663 elements in entities
10664 * result/VC/ElementValid8 test/VCM/v20.xml result/valid/xhtml1.xhtml:
10665 cleanup of the validation tests
10666 * test/valid/id* test/valid/dtds/destfoo.ent result/valid/id*:
10667 added more ID/IDREF tests to the suite
10668
10669Sat Mar 22 23:38:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10670
10671 * xmlreader.c: fixed #107043 removing 2 warnings with Sun One
10672 compiler.
10673
10674Sat Mar 22 18:50:45 CET 2003 Daniel Veillard <daniel@veillard.com>
10675
10676 * relaxng.c: valgrind'ed and cleaned up a couple of memory issues.
10677
10678Sat Mar 22 16:15:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10679
10680 * SAX.c: fix bug #107208 avoid false duplicates when ID/REFs are
10681 defined in entities content
10682
10683Sat Mar 22 15:53:27 CET 2003 Daniel Veillard <daniel@veillard.com>
10684
10685 * SAX.c: Fixed validation bug #108858 on namespace names using
10686 entities and reported by Brent Hendricks
10687 * xmllint.c: report xmlTextReaderHasValue() result in --stream
10688 --debug output.
10689
10690Sat Mar 22 13:32:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10691
10692 * xmlreader.c: fixed bug #108801 reported by Malcolm Tredinnick
10693 about the DocType node not being reported sometimes.
10694 * python/tests/reader.py: added to test to the regression checks
10695
10696Sat Mar 22 01:57:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10697
10698 * xmlreader.c: fixed bug #108546 on long CDATA (or text nodes)
10699 reported by Edd Dumbill
10700
10701Sat Mar 23 01:00:24 CET 2003 Daniel Veillard <daniel@veillard.com>
10702
10703 * HTMLparser.c parser.c parserInternals.c: patch from
10704 johan@evenhuis.nl for #107937 fixing some line counting
10705 problems, and some other cleanups.
10706 * result/HTML/: this result in some line number changes
10707
10708Fri Mar 21 22:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10709
10710 * configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec
10711 instead of libxml.spec
10712 * relaxng.c: fixed some of the error reporting excessive
10713 verbosity
10714 * catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c
10715 xmlschemastypes.c: removed some warnings from gcc
10716 * doc/libxml2-api.xml: rebuilt
10717
10718Fri Mar 21 17:25:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10719
10720 * relaxng.c: another optimization, for choice this time
10721 * result/relaxng/spec1* result/relaxng/tutor12_1*
10722 result/relaxng/tutor3_7: cleanups.
10723
10724Fri Mar 21 13:41:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10725
10726 * relaxng.c: fixed xmlRelaxNGNodeMatchesList
10727 * test/relaxng/testsuite.xml: augmented the test suite
10728 * result/relaxng/spec1* result/relaxng/tutor12_1*: this fixes
10729 some schemas validation tests in the presence of foreign
10730 namespaces.
10731
10732Fri Mar 21 02:23:34 CET 2003 Daniel Veillard <daniel@veillard.com>
10733
10734 * relaxng.c: added another interleave speedup.
10735
10736Thu Mar 20 17:22:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10737
10738 * xmlschemastypes.c: added integer and fixed one of the
10739 IDREFS regression tests pbm
10740 * result/relaxng/docbook_0.err: updated
10741
10742Wed Mar 19 21:58:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10743
10744 * valid.c xmlschemastypes.c: attempt to cope with ID/IDREF(S)
10745 declared both in the DTD and in the Schemas <grin/>
10746 * relaxng.c: more debug, added a big optimization for <mixed>
10747 * test/relaxng/testsuite.xml: augmented the testsuite
10748 * test/relaxng/ result/relaxng: added the RelaxNG spec and a
10749 DocBook example to the regression tests
10750
10751Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com>
10752
10753 * check-xsddata-test-suite.py: cosmetic change for output
10754 * relaxng.c: try to minimize calls to malloc/free for states.
10755
10756Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com>
10757
10758 * tree.c: removed a warning
10759 * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES
10760 support
10761 * check-relaxng-test-suite.py check-xsddata-test-suite.py:
10762 cleanup/improvements of the regression tests batch
10763 * test/relaxng/testsuite.xml: augmented libxml2 own testsuite
10764
10765Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com>
10766
10767 * relaxng.c: fixed error msg cleanup deallocation
10768 * xmlschemastypes.c: added a function to handle lists of
10769 atomic types, added support for IDREFS
10770
10771Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
10772
10773 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID
10774 and IDREF, usable from RelaxNG now
10775 * include/libxml/xmlschemastypes.h: need to add a new interface
10776 because the validation modifies the infoset
10777 * test/relaxng/testsuite.xml: extended the testsuite
10778
10779Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10780
10781 * relaxng.c: fixed the last core RelaxNG bug known #107083,
10782 shemas datatype ID/IDREF support still missing though.
10783 * xmlreader.c: fix a crashing bug with prefix raised by
10784 Merijn Broeren
10785 * test/relaxng/testsuite.xml: augmented the testsuite with
10786 complex inheritance tests
10787
10788Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10789
10790 * relaxng.c: switched back to the previous Relax-NG code base,
10791 the derivation algorithm need severe constraining code to avoid
10792 combinatorial explosion. Fixed the problem with Sebastian Rahtz
10793 TEI based example and other bugs
10794 * result/relaxng/*err: updated the results
10795 * test/relaxng/testsuite.xml: started a new test suite
10796
10797Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
10798
10799 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
10800 that the original RelaxNG validation code was un-fixeable, it got
10801 rewritten to use the derivation algorithm from James Clark and
10802 redebugged it (nearly) from scratch:
10803 found 373 test schemas: 372 success 1 failures
10804 found 529 test instances: 529 success 0 failures
10805
10806Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10807
10808 * SAX.c parser.c: fix some recursion problems introduced in the
10809 last release.
10810 * relaxng.c: more debugging of the RNG validation engine, still
10811 problems though.
10812
10813Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10814
10815 * Makefile.am: stop generating wrong result file with * in name
10816 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
10817 * result/relaxng/demo* test/relaxng/demo: added the tests from
10818 Sebastian reproducing the problem.
10819
10820Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
10821
10822 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
10823 up Aleksey's change
10824
10825Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
10826
10827 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
10828 variable to control the indentation for the xmllint "--format"
10829 option
10830
10831Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10832
10833 * encoding.c: applied Gennady's patch against buffer overrun
10834
10835Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10836
10837 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
10838 Clark it appeared I had bug in URI parsing code ...
10839 * relaxng.c include/libxml/relaxng.h: completely revamped error
10840 reporting to not loose message from optional parts.
10841 * xmllint.c: added timing for RNG validation steps
10842 * result/relaxng/*: updated the result, all error messages changed
10843
10844Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10845
10846 * xpath.c: fix bug #107804, the algorithm used for document order
10847 computation was failing on attributes.
10848
10849Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10850
10851 * valid.c: fix bug #107764 , possibility of buffer overflow
10852 in xmlValidDebug()
10853
10854Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
10855
10856 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
10857 from Philipp Dunkel
10858
10859Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
10860
10861 * xmlschemastype.c: made powten array static it should not be exported
10862 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
10863 parser function.
10864 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
10865
10866Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10867
10868 * tree.c: fixed a node dump crash on attributes
10869 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
10870 an URI test bug and get better output.
10871
10872Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10873
10874 * check-xsddata-test-suite.py: give more infos
10875 * relaxng.c: fix a bug reported by Sebastian Rahtz and
10876 REF->DEF in attribute values.
10877
10878Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
10879
10880 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
10881 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
10882 regression tests from James Clark.
10883
10884Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
10885
10886 * relaxng.c xmlschemas.c xmlschemastypes.c
10887 include/libxml/xmlschemastypes.h: added param support for relaxng
10888 type checking, started to increment the pool of simple types
10889 registered, still much work to be done on simple types and
10890 facets checkings.
10891
10892Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10893
10894 * entities.c: fixes again one of the problem raised by
10895 James Clark in #106788
10896
10897Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
10898
10899 * relaxng.c: Fixed a couple of problem raised by James Clark
10900 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
10901 datatype level still not fixed though.
10902
10903Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
10904
10905 * configure.in: preparing release 2.5.4
10906 * doc/*: updated and rebuilt the docs
10907 * relaxng.c: removed warnings
10908 * result/relaxng/*: updated the results
10909
10910Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
10911
10912 * valid.c: fixes a DTD regexp generation problem.
10913
10914Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
10915
10916 * parser.c: fixes bug #105998 about false detection of
10917 attribute consumption loop.
10918
10919Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
10920
10921 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
10922
10923Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
10924
10925 * SAX.c: fixed bug #105992
10926
10927Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
10928
10929 * tree.c: fixed xmlSetProp and al. when the node passed is not an
10930 element.
10931 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
10932 found 373 test schemas: 369 success 4 failures
10933 found 529 test instances: 525 success 4 failures
10934 * check-relaxng-test-suite.py: added memory debug reporting
10935
10936Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
10937
10938 * uri.c parser.c: some warning removal on Igor's patch
10939 * tree.c: seems I messed up with #106788 fix
10940 * python/libxml.c: fixed some base problems when Python provides
10941 the resolver.
10942 * relaxng.c: fixed the interleave algorithm
10943 found 373 test schemas: 364 success 9 failures
10944 found 529 test instances: 525 success 4 failures
10945 the resulting failures are bug in the algorithm from 7.3 and
10946 lack of support for params
10947
10948Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10949
10950 * parser.c: another fix for nodeinfo in entities problem
10951 * tree.c entities.c: fixed bug #106788 from James Clark
10952 some spaces need to be serialized as character references.
10953
10954Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10955
10956 * parser.c uri.c: fixed the bug I introduced in the path
10957 handling, reported by Sebastian Bergmann
10958
10959Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
10960
10961 * parser.c: fixing some nodeinfo in entities problem raised
10962 by Glenn W. Bach
10963 * relaxng.c: implemented the first section 7.3 check
10964 * result/relaxng/*: updated the results
10965
10966Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
10967
10968 * relaxng.c: fixed some problems in the previous commit
10969 and finished implementing 4.16 rules checking
10970 found 373 test schemas: 353 success 20 failures
10971 found 529 test instances: 519 success 6 failures
10972 * result/relaxng/*: updated the results
10973
10974Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10975
10976 * relaxng.c: implemented checks from section 7.2
10977
10978Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
10979
10980 * relaxng.c: implemented the checks from section 7.1, fixed
10981 some of the 4.20 and 4.21 problems.
10982 found 373 test schemas: 338 success 35 failures
10983 found 529 test instances: 519 success 6 failures
10984 * result/relaxng/*: updated the results
10985
10986Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
10987
10988 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
10989 * result/relaxng/*: updated the results
10990
10991Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
10992
10993 * relaxng.c: more bugfixes
10994 * result/relaxng/*: updated the results
10995
10996Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10997
10998 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
10999 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
11000 * SAX.c: ensured xmlDoc.URL is always canonic
11001 * parser.c: obsoleted xmlNormalizeWindowsPath
11002 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
11003 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
11004 * win32/libxml2.def.src: added few exports
11005
11006Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
11007
11008 * Makefile.am configure.in: patched to have shared libraries
11009 for Python regression tests and static binaries for gdb debug
11010 in my development environment
11011 * relaxng.c: more bugfixes
11012 found 373 test schemas: 296 success 77 failures
11013 found 529 test instances: 516 success 8 failures
11014 * result/relaxng/*: updated the results
11015
11016Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
11017
11018 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
11019
11020Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
11021
11022 * xmlschemastypes.c: float/double check bugfix
11023 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
11024 validation
11025 * xmlreader.c: add a TODO for Jody
11026 * relaxng.c: bugfix bugfix bugfix
11027 found 373 test schemas: 300 success 73 failures
11028 found 529 test instances: 507 success 10 failures
11029 * result/relaxng/*: updated the results
11030
11031Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
11032
11033 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
11034
11035Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11036
11037 * relaxng.c check-relaxng-test-suite.py: more work on the
11038 RelaxNG implementation conformance testing.
11039 found 373 test schemas: 284 success 89 failures
11040 found 529 test instances: 448 success 47 failures
11041 * result/relaxng/*: updated the results
11042
11043Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11044
11045 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
11046 a patch from Kjartan Maraas to fix some typos
11047
11048Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
11049
11050 * relaxng.c: more bug-hunting
11051 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
11052 intermediate rng tree
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011053 * python/generator.py: patch from Stéphane Bidoul to fix the generator
William M. Brack11be2d02007-01-24 19:17:19 +000011054 on python < 2.2
11055
11056Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11057
11058 * check-relaxng-test-suite.py relaxng.c: more testing on the
11059 Relax-NG front, cleaning up the regression tests failures
11060 current state and I forgot support for "mixed":
11061 found 373 test schemas: 280 success 93 failures
11062 found 529 test instances: 401 success 68 failures
11063 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
11064 moved the Name, NCName and QName validation routine in tree.c
11065 * uri.c: fixed handling of URI ending up with #, i.e. having
11066 an empty fragment ID.
11067 * result/relaxng/*: updated the results
11068
11069Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
11070
11071 * check-xinclude-test-suite.py: improved the script accordingly
11072 to the XInclude regression tests updates
11073 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
11074 November 2002
11075 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
11076 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
11077 augmented the Xpointer testsuite for the element() scheme
11078
11079Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
11080
11081 * relaxng.c: added TODO for the DTD compatibility spec
11082 * xinclude.c: more bug fixes driven by the testsuite
11083
11084Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
11085
11086 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
11087 regression tests for XInclude, improved the script, improving
11088 XInclude error reporting mechanism
11089
11090Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11091
11092 * NEWS doc/* configure.in: preparing release 2.5.3
11093
11094Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
11095
11096 * tree.c: trying to fix #104934 about some XHTML1 serialization
11097 issues.
11098
11099Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
11100
11101 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
11102 encoding conversion when the input buffer stops in the
11103 middle of a multibyte char
11104
11105Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
11106
11107 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
11108 * check-relaxng-test-suite.py: python script to run regression
11109 against OASIS RelaxNG testsuite
11110 * relaxng.c: some cleanup tweaks
11111 * HTMLparser.c globals.c: cleanups in comments
11112 * doc/libxml2-api.xml: updated the API
11113 * result/relaxng/*: errors moved files, so large diffs but
11114 no changes at the semantic level.
11115
11116Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
11117
11118 * tree.c: fixing #105678 problem when dumping a namespace node.
11119
11120Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11121
11122 * xpath.c: fixed doc comment problems
11123 * python/generator.py python/libxml_wrap.h python/types.c: adding
11124 RelaxNG wrappers
11125 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
11126 test of those early Python RelaxNG bindings
11127
11128Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11129
11130 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
11131 * relaxng.c: found the validation problem I had with interleave
11132 when not covering all remaining siblings
11133 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
11134 testsuite and check the RNG schemas against the RNG schemas
11135 given in appendix A
11136
11137Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
11138
11139 * win32/Makefile.msvc: updates for RelaxNG
11140 * win32/Makefile.mingw: updates for RelaxNG
11141 * win32/libxml2.def.src: added RelaxNG exports
11142
11143Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
11144
11145 * xinclude.c: applied another bug fix from Sean Chittenden
11146
11147Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
11148
11149 * configure.in xmllint.c: I f...ed up the default configuration
11150 of schemas and --relaxng option display in xmllint, pointed by
11151 Morus Walter.
11152 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
11153 detection module, fixes bug #105374.
11154
11155Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11156
11157 * xmlschemastypes.c: added the boolean base type.
11158
11159Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
11160
11161 * xmlschemastypes.c: started implementing some of the missing
11162 default simple types
11163 * result/relaxng/*: updated the results
11164
11165Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11166
11167 * NEWS doc/*: updated the docs, ready for 2.5.2 release
11168
11169Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
11170
11171 * HTMLparser.c tree.c xmlIO.c: comments cleanups
11172 * Makefile.am: use xmllint for doing the RelaxNG tests
11173 * configure.in: preparing 2.5.2 made schemas support default to
11174 on instead of off
11175 * relaxng.c: removed the verbosity
11176 * xmllint.c: added --relaxng option
11177 * python/generator.py python/libxml_wrap.h: prepared the integration
11178 of the new RelaxNG module and schemas
11179 * result/relaxng/*: less verbose output
11180
11181Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
11182
11183 * valid.c: do not run content model validation if the
11184 content is not determinist
11185
11186Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11187
11188 * SAX.c: added the redefinition of namespaced attribute
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011189 check that was missing as Fabrice Desré pointed out.
William M. Brack11be2d02007-01-24 19:17:19 +000011190
11191Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
11192
11193 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
11194 improvements from Nick Kew, allowing to do more checking
11195 to HTML elements and attributes.
11196
11197Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
11198
11199 * xinclude.c: fixing bug #105137 about entities declaration
11200 needing to be copied to the including document.
11201
11202Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
11203
11204 * catalog.c: fixed bug #104817 with delegateURI
11205 * xpath.c: fixing bugs #104123 and #104125
11206
11207Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
11208
11209 * configure.in valid.c xmlreader.c python/libxml_wrap.h
11210 python/types.c: fixing #104096 to compile without regexps
11211
11212Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11213
11214 * valid.c: fixing bug #103969 forgot to add an epsilon transition
11215 when building the automata for elem*
11216
11217Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11218
11219 * HTMLparser.c: applied patch from Arne de Bruijn fixing
11220 bug #103827
11221
11222Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
11223
11224 * HTMLparser.c: updating a comment, fixing #103776
11225
11226Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
11227
11228 * parser.c: fixing bug 105049 for validity checking of content
11229 within recursive entities.
11230
11231Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11232
11233 * HTMLparser.c: try to fix # 105049
11234 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
11235 * tree.c: updated a function comment
11236
11237Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11238
11239 * relaxng: more work on grammars and refs/defs
11240 * test/relaxng/* result/relaxng/*: augmented/updated the
11241 regression tests
11242
11243Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
11244
11245 * relaxng: more work on name classes, except support
11246 * test/relaxng/* result/relaxng/*: augmented/updated the
11247 regression tests
11248
11249Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
11250
11251 * relaxng: more work on name classes, the "validate all" schemas
11252 seems to work now.
11253 * test/relaxng/* result/relaxng/*: augmented/updated the
11254 regression tests
11255
11256Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11257
11258 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
11259 * parser.c: put a guard against infinite document depth, basically
11260 trying to avoid another kind of DoS attack.
11261 * relaxng.c: some code w.r.t. nameClasses
11262
11263Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11264
11265 * test/relaxng/* result/relaxng/*: check all the namespace support
11266 was actually correct based on tutorial section 10.
11267
11268Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11269
11270 * relaxng: include seems to work okay now
11271 * test/relaxng/* result/relaxng/*: augmented/updated the
11272 regression tests
11273
11274Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11275
11276 * relaxng.c: a bit of work done in the train back.
11277 * test/relaxng/*: added one of the include tests
11278
11279Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11280
11281 * relaxng: more work done in the train
11282 * test/relaxng/* result/relaxng/*: augmented/updated the
11283 regression tests
11284
11285Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11286
11287 * relaxng.c: debugging of externalRef
11288 * test/relaxng/* result/relaxng/*: augmented/updated the
11289 regression tests
11290
11291Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11292
11293 * relaxng.c: more work on Relax-NG, implementing externalRef
11294 * test/relaxng/* result/relaxng/*: augmented/updated the
11295 regression tests
11296 * Makefile.am: cleanup to Relaxtests target
11297
11298Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11299
11300 * relaxng.c: more work on Relax-NG, implementing interleave
11301 * test/relaxng/* result/relaxng/*: augmented/updated the
11302 regression tests
11303
11304Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
11305
11306 * relaxng.c: more work on Relax-NG, implementing interleave
11307 * test/relaxng/* result/relaxng/*: augmented/updated the
11308 regression tests
11309
11310Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
11311
11312 * doc/tutorial/customfo.xsl
11313 * doc/tutorial/customhtml.xsl
11314 adding stylesheet customizations used to generate fo
11315 for pdf and html
11316
11317Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11318
11319 * relaxng.c: more work on Relax-NG
11320 * test/relaxng/* result/relaxng/*: augmented/updated the
11321 regression tests
11322 * xmlschemastypes.c: added a number of base type definition but not
11323 the associated checks, those are still TODOs
11324
11325Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
11326
11327 in docs/tutorial:
11328 * apa.html
11329 * apb.html
11330 * apc.html
11331 * apd.html
11332 * ape.html
11333 * apf.html
11334 * apg.html
11335 * ar01s02.html
11336 * ar01s03.html
11337 * ar01s04.html
11338 * ar01s05.html
11339 * ar01s06.html
11340 * ar01s07.html
11341 * ar01s08.html
11342 * index.html
11343 * xmltutorial.pdf
11344 * xmltutorial.xml
11345 add index to tutorial
11346
11347Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
11348
11349 * doc/xmlcatalog.1
11350 * doc/xmlcatalog_man.html
11351 * doc/xmlcatalog_man.xml
11352 belatedly fixing bug #93622 (adds rewriteURI type to
11353 "--add" option in xmlcatalog man page
11354
11355Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11356
11357 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
11358 Julio Merino, closing #104475
11359
11360Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11361
11362 * relaxng.c: more work on Relax-NG
11363 * test/relaxng/* result/relaxng/*: augmented/updated the
11364 regression tests
11365
11366Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11367
11368 * relaxng.c: more work on Relax-NG
11369 * test/relaxng/* result/relaxng/*: augmented/updated the
11370 regression tests
11371
11372Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11373
11374 * README: updated the policy on private mail answers
11375 * relaxng.c: more work on Relax-NG
11376 * test/relaxng/* result/relaxng/*: augmented/updated the
11377 regression tests
11378
11379Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
11380
11381 * error.c parser.c tree.c: applied a documentation patch from
11382 Stefan Kost
11383
11384Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
11385
11386 * relaxng.c: more work on Relax-NG
11387 * doc/*: regenerated the docs
11388 * test/relaxng/* result/relaxng/*: updated and augmented the
11389 Relax-NG regression tests and results
11390
11391Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
11392
11393 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
11394 First commit of the new Relax-NG validation code, not generally
11395 useful yet.
11396 * test/relaxng/* result/relaxng/*: current state of the regression
11397 tests
11398
11399Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11400
11401 * tree.c: minimized the memory allocated for GetContent
11402 and a bit of cleanup.
11403
11404Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
11405
11406 * python/generator.py: seems there is no good reasons to
11407 not generate bindings for XPointer
11408
11409Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
11410
11411 * xmlreader.c doc/apibuild.py: applied a new patch from
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011412 Stéphane Bidoul for cleanups
William M. Brack11be2d02007-01-24 19:17:19 +000011413 * doc/libxml2-api.xml: rebuilt the API description with
11414 new entry points
11415
11416Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
11417
11418 * xmlreader.c python/drv_libxml2.py python/generator.py
11419 python/libxml.c python/libxml.py python/libxml_wrap.h
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011420 python/types.c: patch from Stéphane Bidoul for better per
William M. Brack11be2d02007-01-24 19:17:19 +000011421 context error message APIs
11422 * python/tests/ctxterror.py python/tests/readererr.py:
11423 update of the tests
11424
11425Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
11426
11427 * doc/guidelines.html
11428 grammar and spelling cleanup
11429
11430Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
11431
11432 * xmlreader.c include/libxml/xmlreader.h python/generator.py
11433 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011434 a patch from Stéphane Bidoul to allow per XMLtextReader error
William M. Brack11be2d02007-01-24 19:17:19 +000011435 and warning handling
11436 * python/tests/Makefile.am python/tests/readererr.py: adding the
11437 specific regression test
11438
11439Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
11440
11441 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
11442 should raise a syntax error
11443
11444Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11445
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011446 * python/libxml.c: cleanup patch from Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011447
11448Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
11449
11450 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
11451
11452Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
11453
11454 * python/generator.py python/libxml.c python/libxml.py
11455 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011456 from Stéphane Bidoul to provide per parser error handlers at the
William M. Brack11be2d02007-01-24 19:17:19 +000011457 Python level.
11458 * python/tests/Makefile.am python/tests/ctxterror.py: added a
11459 regression test for it.
11460
11461Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11462
11463 * xmlreader.c: fixed the streaming property of the reader,
11464 it was generating tree faster than consuming it. Pointed out
11465 by Nate Myers
11466 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
11467
11468Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11469
11470 * win32/libxml2.def.src: added more xmlreader and other exports
11471
11472Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11473
11474 * xpath.c: fix to the XPath implementation for parent and
11475 ancestors axis when operating on a Result Value Tree.
11476 Fixes bug #100271
11477
11478Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11479
11480 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
11481 to fix some URI/file escaping problems
11482
11483Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
11484
11485 * python/generator.py: fixed a bug raised by Raymond Wiker,
11486 docSetRootElement() should not raise an exception if the
11487 return is None
11488
11489Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
11490
11491 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
11492 fixed bug #102181 by applying the suggested change and fixing
11493 the generation/registration problem.
11494
11495Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11496
11497 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
11498 routines.
11499
11500Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
11501
11502 * parser.c: one more IsEmptyElement crazyness, that time in
11503 external parsed entities if substitution is asked.
11504 * python/tests/reader3.py: added a specific test.
11505
11506Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
11507
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011508 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
William M. Brack11be2d02007-01-24 19:17:19 +000011509 support and improved error handler registration
11510
11511Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11512
11513 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
11514 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
11515 * README: fixed a link
11516
11517Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
11518
11519 * configure.in doc/* NEWS: preparing 2.5.1 release
11520 * SAX.c parser.c: fixing XmlTextReader bug
11521
11522Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11523
11524 * SAX.c: fuck, I introduced a memory leak on external parsed
11525 entities in 2.5.0 :-(
11526
11527Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
11528
11529 * xmllint.c: another fix needed as pointed by Christophe Merlet
11530 for --stream --debug if compiled without debug support.
11531
11532Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
11533
11534 * doc/xmllint.xml
11535 * doc/xmllint.1:
11536 update man page with --stream and --chkregister
11537
11538Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11539
11540 * globals.c: fixed --with-threads compile
11541 * xmllint.c: fixed --without-debug compile
11542 * include/libxml/globals.h: cleanup
11543 * include/libxml/schemasInternals.h: add a missing include
11544
11545Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11546
11547 * configure.in NEWS: preparing 2.5.0 release
11548 * SAX.c: only warn in pedantic mode about namespace name
11549 brokeness
11550 * globals.c: fix a doc generation problem
11551 * uri.c: fix #101520
11552 * doc/*: updated and rebuilt the doc for the release, includuding
11553 stylesheet update
11554 * python/Makefile.am: fix a filename bug
11555
11556Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
11557
11558 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
11559 should not be called.
11560
11561Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
11562
11563 * libxml-2.0.pc.in: applied the patch to fix #101894
11564
11565Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
11566
11567 * tree.c : applied patch from Lukas Schroeder for register callbacks
11568 * valid.c: modified patch from Lukas Schroeder to test
11569 register callbacks with --chkregister
11570
11571Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
11572
11573 * xmlreader.c: seriously changed the way data are pushed to
11574 the underlying parser, go by block of 512 bytes instead of
11575 tryng to detect tag boundaries at that level. Changed the
11576 way empty element are detected and tagged.
11577 * python/tests/reader.py python/tests/reader2.py
11578 python/tests/reader3.py: small changes mostly due to context
11579 reporting being different and DTD node being reported. Some
11580 errors previously undetected are now caught and fixed.
11581 * doc/xmlreader.html: flagged last section as TODO
11582
11583Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
11584
11585 * python/libxml.py: integrated the Python 2.2 optimizations
11586 from Hannu Krosing, while maintaining compatibility with
11587 1.5 and 2.1
11588
11589Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
11590
11591 * xmllint.c: a bit of cleanup
11592 * xmlreader.c: small fix
11593 * doc/xmlreader.html: more work on the XmlTextReader tutorial
11594 * python/libxml.py: a few fixes pointed out by Hannu Krosing
11595
11596Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11597
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011598 * python/setup.py.in: patch from Stéphane Bidoul to include
William M. Brack11be2d02007-01-24 19:17:19 +000011599 drv_libxml2.py in setup.py
11600
11601Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
11602
11603 * doc/xmlreader.html: starting documenting the new XmlTextReader
11604 interface.
11605
11606Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11607
11608 * xmllint.c: added the --stream flag to use the TextReader API
11609 * xmlreader.c: small performance tweak
11610
11611Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11612
11613 * xmlreader.c python/tests/reader2py: okay the DTD validation
11614 code on top of the XMLTextParser API should be solid now.
11615
11616Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
11617
11618 * xmlreader.c python/tests/reader2py: Fixing some more mess
11619 with validation and recursive entities while using the
11620 reader interface, it's getting a bit messy...
11621
11622Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11623
11624 * xmlreader.c python/tests/reader.py: another couple of problem
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011625 related to IsEmptyElement reported by Stéphane Bidoul needed
William M. Brack11be2d02007-01-24 19:17:19 +000011626 some fixes.
11627
11628Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11629
11630 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011631 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011632 based on the python XmlTextReader interface.
11633
11634Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
11635
11636 * tree.c: backing out one change in the last patch which broke the
11637 regression tests
11638
11639Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
11640
11641 * global.data globals.c tree.c include/libxml/globals.h: applied
11642 an old patch from Lukas Schroeder to track node creation and
11643 destruction. Probably missing a lot of references at the moment
11644 and not usable reliably.
11645
11646Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11647
11648 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
11649 from doc/news.html and a stylesheet
11650
11651Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
11652
11653 * xmlreader.c python/tests/reader.py: fixed another couple of
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011654 xmlreader bugs reported by Stéphane Bidoul and added tests.
William M. Brack11be2d02007-01-24 19:17:19 +000011655
11656Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11657
11658 * xmlreader.c python/tests/reader2.py: fixed another validity
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011659 checking in external parsed entities raised by Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011660 and added a specific regression test.
11661 * python/tests/reader3.py: cleanup
11662
11663Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11664
11665 * xmlreader.c python/tests/reader2.py: fixed a problem with
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011666 validation within entities pointed by Stéphane Bidoul, augmented
William M. Brack11be2d02007-01-24 19:17:19 +000011667 the tests to catch those.
11668
11669Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11670
11671 * python/generator.py: modified the generator to allow keeping
11672 class references when creating new classes, needed to fix a bug
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011673 pointed by Stéphane Bidoul where the input buffer of the
William M. Brack11be2d02007-01-24 19:17:19 +000011674 xmlTextReader instance gets destroyed if the python wrapper for
11675 the input is not referenced anymore.
11676
11677Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
11678
11679 * xmlreader.c python/tests/reader.py: fixed another pair of problem
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011680 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
William M. Brack11be2d02007-01-24 19:17:19 +000011681
11682Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11683
11684 * xmlreader.c python/tests/reader.py: fixed another problem
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011685 pointed by Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011686
11687Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11688
11689 * xmlreader.c python/tests/reader.py: fixed a limit case problem
11690 with "<a/>"
11691
11692Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11693
11694 * SAX.c: warn on xmlns:prefix="foo"
11695 * xmlreader.c python/tests/reader.py: fixed a couple of problem
11696 for namespace attributes handling.
11697
11698Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11699
11700 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
11701 a really nasty problem raised by a DocBook XSLT transform
11702 provided by Sebastian Bergmann
11703
11704Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11705
11706 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011707 by Stéphane Bidoul and integrated it into the tests
William M. Brack11be2d02007-01-24 19:17:19 +000011708
11709Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
11710
11711 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
11712 extended the XmlTextReader API a bit, addding accessors for
11713 the current doc and node, and an entity substitution mode for
11714 the parser.
11715 * python/libxml.py python/libxml2class.txt: related updates
11716 * python/tests/Makefile.am python/tests/reader.py
11717 python/tests/reader2.py python/tests/reader3.py: updated a bit
11718 the old tests and added a new one to test the entities handling
11719
11720Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11721
11722 * python/generator.py python/libxml2class.txt
11723 python/tests/reader.py python/tests/reader2.py: changed the
11724 generator to provide casing for the XmlTextReader similar to
11725 C# so that examples and documentation are more directly transposable.
11726 Fixed the couple of tests in the suite.
11727
11728Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
11729
11730 * doc/guidelines.html: added a document on guildeline for
11731 publishing and deploying XML
11732
11733Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11734
11735 * valid.c xmlreader.c: final touch running DTD validation
11736 on the XmlTextReader
11737 * python/tests/Makefile.am python/tests/reader2.py: added a
11738 specific run based on the examples from test/valid/*.xml
11739
11740Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
11741
11742 * python/libxml.py: added a few predefined xmlTextReader parser
11743 configuration values.
11744
11745Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11746
11747 * python/libxml_wrap.h: trying to fix #102037
11748
11749Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
11750
11751 * SAX.c: fixing bug #95296, when the predefined entities
11752 are redefined in the DTD the default one must be used
11753 instead anyway.
11754
11755Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
11756
11757 * doc/xmllint.xml
11758 * doc/xmllint.1
11759 Add discussion of XML_DEBUG_CATALOG to xmllint man
11760 page - bug #100907
11761
11762Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11763
11764 * xmlreader.c: Fixed the empty node detection to avoid reporting
11765 an inexistant close tag.
11766
11767Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11768
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011769 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011770 for Python 2.1
11771
11772Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11773
11774 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
11775
11776Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11777
11778 * doc/libxml2-api.xml python/tests/reader.py: one really need
11779 to provide the base URI information when creating a reader parser
11780 from an input stream. Updated the API and the example using it.
11781
11782Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11783
11784 * testReader.c xmlreader.c valid.c include/libxml/tree.h
11785 include/libxml/valid.h include/libxml/xmlreader.h: working on
11786 DTD validation on top of xml reader interfaces. Allows to
11787 validate arbitrary large instances. This required some extensions
11788 to the valid module interface and augmenting the size of xmlID
11789 and xmlRef structs a bit.
11790 * uri.c xmlregexp.c: simple cleanup.
11791
11792Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11793
11794 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
11795 work on the xml reader interfaces.
11796 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
11797 Web page for the Windows binaries.
11798
11799Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11800
11801 * xmlIO.c: applied a patch for VMS following the report by
11802 Nigel Hall
11803
11804Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11805
11806 * parser.c: the parseStartTag bug fix wasn't complete.
11807
11808Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11809
11810 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
11811 parseStartTag, fixing it.
11812 * test/att4 result/att4 result/noent/att4: adding the test
11813 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
11814 more methods to XmlTextReader.
11815
11816Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11817
11818 * win32/libxml2.def.src: added more xml reader exports
11819 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
11820 to the build
11821
11822Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
11823
11824 * doc/tutorial/xmltutorial.xml
11825 plus generated html and pdf
11826 Updating tutorial again based on further comments from Niraj
11827 Tolia on the last iteration
11828
11829Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
11830
11831 * doc/tutorial/xmltutorial.xml
11832 * doc/tutorial/includekeyword.c
11833 * doc/tutorial/includegetattribute.c
11834 plus generated html and pdf
11835 Adding fix from Niraj Tolia to tutorial to properly free memory.
11836
11837Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11838
11839 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
11840 more methods of XmlTextReader.
11841 * python/libxml2class.txt python/tests/reader.py: this increased the
11842 methods in the bndings, augmented the test to check those new
11843 functions.
11844
11845Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11846
11847 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
11848 methods of XmlTextReader.
11849 * python/generator.py python/libxml_wrap.h python/types.c
11850 python/libxml2class.txt: added the reader to the Python bindings
11851 * python/tests/Makefile.am python/tests/reader.py: added a specific
11852 test for the Python bindings of the Reader APIs
11853 * parser.c: small cleanup.
11854
11855Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11856
11857 * xinclude.c: fallback was only copying the first child not the
11858 full child list of the fallback element, closes #89684 as reopened
11859 by Bernd Kuemmerlen
11860
11861Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11862
11863 * win32/libxml2.def.src: exported htmlNodeDumpOutput
11864
11865Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
11866
11867 * configure.in: preparing release of 2.4.30
11868 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
11869 gives enum values, fix functype return type, put back fields in
11870 structs
11871 * doc/*: updated the docs rebuilt
11872
11873Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
11874
11875 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vakoc
11876 about htmlNodeDumpOutput location.
11877 * xpath.c: removed an undefined function signature
11878 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
11879 too many symbols in the API breaking the python bindings.
11880 Updated with the libxslt/libexslt changes.
11881
11882Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11883
11884 * configure.in: preparing release of 2.4.29
11885 * doc/*: rebuilt the docs and API
11886 * xmlreader.c: a few more fixes for the XmlTextReader API
11887
11888Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11889
11890 * include/win32config.h: applied mingw patch from Magnus Henoch
11891
11892Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11893
11894 * catalog.c doc/libxml2-api.xml: a bit more cleanup
11895
11896Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
11897
11898 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
11899 building Python script, does the C parsing directly, generates
11900 a better API description including structure fieds defs and
11901 enums. Still a couple of bugs, but good enough for the python
11902 wrappers now.
11903 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
11904 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
11905 include/libxml/schemasInternals.h include/libxml/tree.h: more
11906 cleanup based on the python analysis script reports.
11907 * libxml.spec.in: make sure the API XML description is part of the
11908 devel package.
11909
11910Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
11911
11912 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
11913 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
11914 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
11915 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
11916 code cleanup, especially the function comments.
11917 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
11918
11919Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
11920
11921 * Makefile.am xmlreader.c include/libxml/Makefile.am
11922 include/libxml/xmlreader.h: Adding a new set of APIs based on
11923 the C# TextXmlReader API but converted to C. Allow to parse
11924 in constant memory usage, far simpler to program and explain
11925 than the SAX like APIs, unfinished but working.
11926 * testReader.c: test program
11927
11928Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11929
11930 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
11931
11932Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11933
11934 * tree.c: Chip turner indicated that XHTML1 serialization
11935 rule for style actually break on both IE and Mozilla,
11936 try to avoid the rule if escaping ain't necessary
11937
11938Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
11939
11940 * nanhttp.c: handle HTTP URL escaping, problem reported by
11941 Glen Nakamura and Stefano Zacchiroli
11942
11943Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
11944
11945 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
11946
11947Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11948
11949 * uri.c: Johann Richard pointed out some XPointer problems for
11950 URN based URI references in XInclude. Modified the URI parsing
11951 and saving routines to allow correct parsing and saving of
11952 XPointers, especially when attached to "opaque" scheme accordingly
11953 to RFC 2396
11954
11955Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11956
11957 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
11958 of refactoring to the HTML saving code.
11959 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
11960 in the doc.
11961
11962Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
11963
11964 * tree.c include/libxml/tree.h: refactored the XML dump of a node
11965 to a buffer API to reuse the generic dump to an OutputIO layer,
11966 this reduces code, fixes xmlNodeDump() for XHTML, also made
11967 xmlNodeDump() now return the number of byte written.
11968
11969Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
11970
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011971 * python/setup.py.in: another patch from Stéphane Bidoul for
William M. Brack11be2d02007-01-24 19:17:19 +000011972 Python bindings on Windows
11973 * doc/parsedecl.py: small cleanup
11974
11975Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11976
11977 * libxml.spec.in configure.in: add a line in %changelog for releases
11978
11979Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
11980
11981 * parser.c: patch from Marcus Clarke fixing a problem in entities
11982 parsing that was detected in KDe documentations environment.
11983
11984Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
11985
11986 * python/libxml.c (libxml_prev): Return the previous as opposed to
11987 the next node (I guess this is the result of some cut & paste programming:)
11988
11989Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11990
11991 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
11992
11993Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11994
11995 * python/generator.py python/libxml.c python/setup.py.in: trying
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011996 to fix the Python bindings build on Windows (Stéphane Bidoul)
William M. Brack11be2d02007-01-24 19:17:19 +000011997
11998Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11999
12000 * win32/configure.js: added option for python bindings
12001 * win32/libxml2.def.src: added more exports
12002
12003Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12004
12005 * win32/Makefile.mingw: fixed unresolved symbols when linking with
12006 pthreads
12007 * win32/wince/*: applied updates to Windows CE port from Javier
12008
12009Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12010
12011 * configure.in: preparing 2.4.28
12012 * libxml.spec.in doc/Makefile.am: some cleanup
12013 * doc/*: updated the news and regenerated.
12014
12015Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
12016
12017 * HTMLparser.c: final touch at closing #87235 </p> end tags
12018 need to be generated.
12019 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
12020 this change slightly the output of a few tests
12021 * doc/*: regenerated
12022
12023Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
12024
12025 * parserInternals.c: fixing bug #99190 when UTF8 document are
12026 parsed using the progressive parser and the end of the chunk
12027 is in the middle of an UTF8 multibyte character.
12028
12029Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12030
12031 * threads.c: fixed initialization problem in xmlNewGlobalState
12032 which was causing crash.
12033 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
12034 in xmlInitializeGlobalState.
12035 * parserInternals.c: cleaned up ctxt->sax initialisation.
12036
12037Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
12038
12039 * tree.c include/libxml/tree.h: modified the existing APIs
12040 to handle XHTML1 serialization rules automatically, also add
12041 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
12042 libxslt serialization uses it when needed without changing
12043 the library API.
12044 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
12045 result/xhtml1: added a new test specifically for xhtml1 output
12046 and updated the result of one XHTML1 test
12047
12048Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
12049
12050 * xinclude.c parserInternals.c encoding.c: fixed #99082
12051 for xi:include encoding="..." support on text includes.
12052 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
12053 test/XInclude/ents/isolatin.txt : added a specific regression test
12054 * python/generator.py python/libxml2class.txt: fixed the generator
12055 the new set of comments generated for doc/libxml2-api.xml were
12056 breaking the python generation.
12057
12058Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
12059
12060 * doc/Makefile.am: repair some problem if gtk-doc fail or such
12061 * configure.in: patch for Solaris on new autoconf closes #98880
12062 * doc/parsedecl.py: repair the frigging API building script,
12063 did I say that python xmllib sucks ?
12064 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
12065 and some comment are no more truncated.
12066
12067Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
12068
12069 * parser.c: Martin Stoilov pointed out a potential leak in
12070 xmlCreateMemoryParserCtxt
12071
12072Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
12073
12074 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
12075 included in HTML documents and using the push parser.
12076
12077Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
12078
12079 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
12080 specified, look for the Python interpreter not just in the
12081 specified root but also in the specified location. Fixes #98825
12082
12083Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
12084
12085 * python/libxml.c: fixing bug #98792 , node may have no doc
12086 and dereferencing without checking ain't good ...
12087
12088Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
12089
12090 * configure.in: preparing release 2.4.27
12091 * doc/* : updated and rebuilt the docs
12092 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
12093 and all the docs are actually packaged and in the final RPMs
12094 * parser.c parserInternals.c include/libxml/parser.h: restore
12095 xmllint --recover feature.
12096
12097Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
12098
12099 * parser.c xpath.c: fixing #96925 wich was also dependent on the
12100 processing of parsed entities, and XPath computation on sustitued
12101 entities.
12102 * testXPath.c: make sure entities are substitued.
12103
12104Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
12105
12106 * parser.c: fixed #96594, which was totally dependent on the
12107 processing of internal parsed entities, which had to be changed.
12108
12109Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
12110
12111 * Makefile.am python/Makefile.am python/tests/Makefile.am:
12112 trying to fix bug #98517 about building outside the source tree
12113 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
12114
12115Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12116
12117 * include/win32config.h: cleanup
12118 * win32/Makefile.mingw: integrated mingw in JScript configure
12119 * win32/Makefile.msvc: modified to allow mingw coexistence
12120 * win32/configure.js: integrated mingw
12121 * win32/Readme.txt: cleanup
12122
12123Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
12124
12125 * HTMLparser.c: strengthen the guard in the Pop macros,
12126 like in the XML parser, closes bug #97315
12127
12128Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
12129
12130 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
12131 callback is never used.
12132
12133Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
12134
12135 * parserInternals.c: fixed the initialization of the SAX structure
12136 which was breaking xsltproc
12137 * xpath.c: patch from Petr Pajas for CDATA nodes
12138 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
12139 * parser.c include/libxml/parser.h: patch from Peter Jones
12140 removing a leak in xmlSAXParseMemory() and adding the
12141 function xmlSAXParseMemoryWithData()
12142
12143Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
12144
12145 adding pdf of tutorial, changing web page to link to it
12146 * doc/tutorial/xmltutorial.pdf
12147 * doc/xml.html
12148 * doc/docs.html
12149
12150Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
12151
12152 * doc/tutorial/ar01s08.html
12153 adding file what I forgot for tutorial
12154
12155Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
12156
12157 Adding encoding discussion to tutorial
12158 Added:
12159 * doc/tutorial/images/*.png: DocBook admonition image files
12160 * doc/tutorial/apf.html, apg.html: new generated html
12161 * doc/tutorial/includeconvert.c: conversion code entity file
12162 changed:
12163 * doc/tutorial/xmltutorial.xml: DocBook original
12164 * doc/tutorial/*.html: generated html
12165
12166Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12167
12168 * include/libxml/*.h: retired xmlwin32version.h
12169 * doc/Makefile.am: retired xmlwin32version.h
12170 * win32/configure.js: retired xmlwin32version.h
12171
12172Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12173
12174 * win32/libxml2.def.src: exported additional symbols
12175 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
12176 sisterhood
12177
12178Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
12179
12180 * globals.c: fixed a typo pointed out by Igor
12181 * xpath.c: try to speed up node compare using line numbers
12182 if available.
12183
12184Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
12185
12186 * tree.c: make xmlFreeNode() handle attributes correctly.
12187
12188Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12189
12190 * catalog.c: completed the #96963 fix, as reported by Karl
12191 Eichwalder
12192
12193Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12194
12195 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
12196
12197Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12198
12199 * Makefile.am: switched the order of a couple of includes
12200 to fix bugs #97100
12201
12202Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12203
12204 * catalog.c: fixed bug #96963, reverted to the old behaviour of
12205 xmlLoadCatalogs that used to separate directories with a ':'.
12206
12207Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12208
12209 * threads.c: improvements to the Windows-side of thread handling
12210 * testThreads.c: conditionally excluded unistd.h
12211 * testThradsWin32.c: broke overlong lines
12212 * include/win32config.h: adapted thread-related macros to the new
12213 scheme and for pthreads on Windows
12214 * win32/Makefile.msvc: introduced a more flexible thread build,
12215 added testThreads[Win32].c to the build
12216 * win32/configure.js: introduced a more flexible thread config
12217
122182002-10-31 John Fleck <jfleck@inkstain.net>
12219
12220 * doc/xml.html (and, by implication, FAQ.html)
12221 added UTF-8 conversaion FAQ from Marcus Labib Iskander
12222
12223Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12224
12225 * configure.in: removed xmlwin32version.h
12226 * include/libxml/Makefile.am: removed xmlwin32version.h
12227
12228Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
12229
12230 * tree.c: applied patch from Brian Stafford to fix a bug
12231 in xmlReconciliateNs()
12232
12233Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12234
12235 * tree.c: applied patch from Christian Glahn to allow
12236 xmlNewChild() on document fragment nodes
12237
12238Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12239
12240 * parser.c: Christian Glahn found a problem with a recent
12241 patch to xmlParseBalancedChunkMemoryRecover()
12242 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
12243 problems
12244 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
12245 test/schemas/seq*: added the test cases from Charles
12246
12247Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12248
12249 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
12250 serious cleanup of the spec file and associated changes
12251 in the Makefiles.
12252 * valid.c: try to remove some warnings on x86_64
12253
12254Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12255
12256 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
12257 fix bug #96586
12258
12259Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12260
12261 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
12262 parsing, applied his patch
12263 * result/HTML/attrents.html result/HTML/attrents.html.err
12264 result/HTML/attrents.html.sax test/HTML/attrents.html:
12265 added the test and result case provided by Mikhail Sogrine
12266
12267Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
12268
12269 * vms/build_libxml.com vms/config.vms vms/readme.vms
12270 include/libxml/parser.h include/libxml/parserInternals.h
12271 include/libxml/tree.h include/libxml/xmlIO.h
12272 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
12273 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
12274 Applied the VMS update patch from Craig A. Berry
12275 * doc/*.html: update
12276
12277Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
12278
12279 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
12280
12281Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12282
12283 * debugXML.c: adding a grep command to --shell in xmllint
12284 for T.V. Raman
12285
12286Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12287
12288 * xmlcatalog.c: tried to fix some of the problem with --sgml
12289
12290Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
12291
12292 * parser.c: tried to fix bug #91500 where doc->children may
12293 be overriden by a call to xmlParseBalancedChunkMemory()
12294
12295Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
12296
12297 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
12298 identifiers in SGML catalogs containing '&'
12299
12300Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12301
12302 * python/types.c: fixed bugs when passing result value tree
12303 to Python functions.
12304
12305Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12306
12307 * configure.in: preparing the release of 2.4.26
12308 * doc/*: updated and rebuilt the documentation
12309
12310Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12311
12312 * parser.c: fixed a XML Namespace compliance bug reported by
12313 Alexander Grimalovsky
12314
12315Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12316
12317 * HTMLtree.c: fixed serialization of script and style when
12318 they are not lowercase (i.e. added using the API to the tree).
12319
12320Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12321
12322 * valid.c: make xmlValidateDocument emit a warning msg if there
12323 is no DTD, pointed by Christian Glahn
12324
12325Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
12326
12327 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
12328 content model when some of the blocks have min or max, and a couple
12329 of bugs found in the process.
12330 * result/schemas/list0* test/schemas/list0*: added some specific
12331 regression tests
12332
12333Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
12334
12335 * README: updated the contact informations
12336
12337Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12338
12339 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
12340 misses it, reported by Peter Bray.
12341
12342Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
12343
12344 * tree.c: investigating xmlNodeGetContent() on namespace nodes
12345 and removed a few warnings
12346
12347Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
12348
12349 * parser.c: Christian Glahn found a small bug in the push parser.
12350 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
12351 public
12352
12353Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12354
12355 * xmlschemas.c include/libxml/xmlschemas.h: added
12356 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
12357 * testSchemas.c: added --memory to test the new interface
12358
12359Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
12360
12361 * doc/index.py doc/search.php: integrated the XSLT indexing,
12362 a few fixed in the indexer, added a scope selection at the
12363 search level.
12364
12365Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12366
12367 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
12368 this was due to uninitialized parts of the validation context
12369
12370Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
12371
12372 * debugXML.c: applied patch from Mark Vakoc except the API
12373 change, preserved it.
12374 * doc/*: updated the docs to point to the search engine for
12375 information lookup or before bug/help reports.
12376
12377Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
12378
12379 * doc/index.py doc/search.php: added mailing-list archives
12380 indexing and lookup
12381
12382Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12383
12384 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
12385
12386Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
12387
12388 * doc/index.py: improved HTML indexing
12389 * doc/search.php: make the queries also lookup the HTML based indexes
12390
12391Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12392
12393 * doc/index.py: added HTML page indexing
12394
12395Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12396
12397 * xmlIO.c: extended Windows path normalisation to fix the base
12398 problem in libxslt.
12399 * catalog.c: fixed list handling in XML_CATALOG_FILES
12400
12401Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12402
12403 * valid.c: typo/bug found by Christian Glahn
12404
12405Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12406
12407 * xmlIO.c: applied Windows CE patch from Javier.
12408 * win32/wince: new directory, contains support for the PocketPC
12409 with Windows CE from Javier.
12410 * include/win32config.h: reorganised, removed duplicate
12411 definitions and applied WinCE patch from Javier.
12412 * include/wsockcompat.h: new file, now contains WinSock
12413 compatibility macros.
12414 * win32/Makefile.msvc: introduced double-run compilation.
12415
12416Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12417
12418 * configure.in include/libxml/xmlwin32version.h: preparing release
12419 of 2.4.25
12420 * doc/*: updated and regenerated teh docs and web pages.
12421
12422Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12423
12424 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
12425 error were not covering namespace declarations.
12426 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
12427 it was missing the attribute declaration for the namespace
12428 * result/VC/NS3: the fix now report breakages in that test
12429
12430Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12431
12432 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
12433
12434Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12435
12436 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
12437 and regenerated the docs and web site
12438
12439Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12440
12441 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
12442 ATTRIBUTE_UNUSED is always put after the attribute declaration,
12443 not before
12444
12445Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12446
12447 * python/generator.py python/libxml2class.txt: fixed a stupid error
12448 breaking the python API
12449
12450Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12451
12452 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
12453 triostr.c triostr.h: applied a trio update patch from
12454 Bjorn Reese which should work with MinGW
12455
12456Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12457
12458 * tree.c: improving some documentation comments
12459 * xmlregexp.c: found and fixed a mem leak with python regression tests
12460 * doc/*: rebuilt the doc and the API XML file including the
12461 xmlregexp.h xmlautomata.h and xmlunicode.h headers
12462 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
12463 python/types.c: added access to the XML Schemas regexps from
12464 python
12465 * python/tests/Makefile.am python/tests/regexp.py: added a
12466 simple regexp bindings test
12467
12468Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
12469
12470 * doc/xml.html:
12471 fixing ftp links - thanks to Vitaly Ostanin
12472
12473Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
12474
12475 * xmlregexp.c: fixed the data callback on transition functionality
12476 which was broken when using the compact form
12477 * result/schemas/*: updated the results, less verbose, all tests
12478 pass like before
12479 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
12480 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
12481 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
12482 annoying warnings
12483 * xpath.c: try to provide better error report when possible
12484
12485Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12486
12487 * Makefile.am: fixed a breakage raised by Jacob
12488
12489Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12490
12491 * include/win32config.h: added HAVE_ERRNO_H definition for parts
12492 which don't use sockets
12493
12494Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12495
12496 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
12497 * win32/configure.js: applied zlib patch from Daniel Gehriger
12498
12499Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12500
12501 * win32/configure.js: applied the patch from Mark Vakoc for
12502 regexp support
12503 * win32/libxml2.def.src: applied the patch from Mark Vakoc
12504 for regexp support
12505
12506Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12507
12508 * xmlschemastypes.c: as pointed by Igor Float and Double
12509 parsing ain't finished yet
12510
12511Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
12512
12513 * Makefile.am configure.in: trying to fix #88412 by bypassing
12514 all the python subdir if python ain't detected
12515
12516Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12517
12518 * Makefile.am configure.in include/libxml/xmlversion.h.in:
12519 made configuring with regexps/automata/unicode the default
12520 but without schemas ATM
12521 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
12522 fixed the regexp based DTD validation performance and memory
12523 problem by switching to a compact form for determinist regexps
12524 and detecting the determinism property in the process. Seems
12525 as fast as the old DTD validation specific engine :-) despite
12526 the regexp built and compaction process.
12527
12528Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12529
12530 * valid.c: determinism is debugged, new DTD checking code now works
12531 but xmlFAComputesDeterminism takes far too much CPU and the whole
12532 set usues too much memory to be really usable as-is
12533
12534Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12535
12536 * tree.c: fixed another stupid bug in xmlGetNodePath()
12537 * xmllint.c: --version now report the options compiled in
12538
12539Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12540
12541 * HTMLparser.c: small cleanup
12542 * valid.c xmlregexp.c: switched DTD validation to use only regexp
12543 when configured with them. A bit of debugging around the determinism
12544 checks is still needed
12545
12546Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
12547
12548 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
12549
12550Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12551
12552 * xmlIO.c: small portability glitch fixed.
12553
12554Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12555
12556 * xmlschemastypes.c: incomplete steps for real/double support
12557 * testAutomata.c include/libxml/xmlautomata.h
12558 include/libxml/xmlregexp.h: avoiding a compilation problem
12559 * valid.c include/libxml/valid.h: starting the work toward using
12560 the regexps for actual DTD validation
12561
12562Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12563
12564 * hash.c: cosmetic cleanup
12565 * valid.c include/libxml/tree.h include/libxml/valid.h: started
12566 integrating a DTD validation layer based on the regexps
12567
12568Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12569
12570 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
12571 the determinism was tested before eliminating the epsilon
12572 transitions :-(
12573
12574Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
12575
12576 * python/generator.py python/libxml.c python/libxml.py
12577 python/libxml2-python-api.xml python/libxml2class.txt
12578 python/libxml_wrap.h python/types.c: updated the python
12579 bindings, added code for easier File I/O, and the ability to
12580 define a resolver from Python fixing bug #91635
12581 * python/tests/Makefile.am python/tests/inbuf.py
12582 python/tests/outbuf.py python/tests/pushSAXhtml.py
12583 python/tests/resolver.py python/tests/serialize.py: updated
12584 and augmented the set of Python tests.
12585
12586Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12587
12588 * win32/configure.js: added more readme info for the binary
12589 package.
12590
12591Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12592
12593 * xmlIO.c: fixed a stupid out of bound array error
12594
12595Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12596
12597 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
12598 messing around with support for Windows path, cleanups,
12599 trying to identify and fix the various code path to the
12600 filename access. Added xmlNormalizeWindowsPath()
12601
12602Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12603
12604 * error.c valid.c: working on better error reporting of validity
12605 errors, especially providing an accurate context.
12606 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
12607 error reports in those cases.
12608
12609Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12610
12611 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
12612 parser.c parserInternals.c xmlIO.c: get rid of all the
12613 perror() calls made in the library execution paths. This
12614 should fix both #92059 and #92385
12615
12616Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
12617
12618 * xmllint.c: memory leak reporting was broken after a change
12619 of the preprocessor symbol used to activate it.
12620
12621Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12622
12623 * tree.c: try to make the copy function work for node of
12624 type XML_DOCUMENT_FRAG_NODE, they are only created by the
12625 DOM layers though, not libxml2 itself.
12626
12627Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
12628
12629 * valid.c: try to provide file and line informations, not all
12630 messages are covered, but it's a (good) start
12631
12632Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
12633
12634 * xinclude.c: reimplemented a large part of the XInclude
12635 processor, trying to minimize resources used, James Henstridge
12636 provided a huge test case which was exhibiting severe memory
12637 consumption problems.
12638
12639Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
12640
12641 * python/Makefile.am: applied patch from Christophe Merlet to
12642 reestablish DESTDIR
12643
12644Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
12645
12646 * libxml.spec.in: fixes libary path for x86_64 AMD
12647
12648Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
12649
12650 * doc/tutorial/includekeyword.c
12651 * doc/tutorial/xmltutorial.xml:
12652 (plus resulting generated html files)
12653 fixing one spot I missed in the tutorial where I hadn't freed
12654 memory properly
12655
12656Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
12657
12658 * doc/tutorial/includeaddattribute.c
12659 * doc/tutorial/includeaddkeyword.c
12660 * doc/tutorial/includegetattribute.c
12661 * doc/tutorial/includekeyword.c
12662 * doc/tutorial/xmltutorial.xml
12663 * doc/tutorial/*.html:
12664 update tutorial to properly free memory (thanks to Christopher
12665 R. Harris for pointing out that this needs to be done)
12666 * doc/tutorial/images/callouts/*.png:
12667 added image files so the callouts are graphical, making it
12668 easier to read ( use "--param callout.graphics 1" to generate
12669 html with graphical callouts)
12670
12671Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
12672
12673 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
12674 nice logos generated by Marc Liyanage
12675 * doc/site.xsl *.html: changed the stylesheet to show the new
12676 logo and regenerated the pages
12677
12678Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12679
12680 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
12681
12682Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
12683
12684 * xpath.c: possible mem leak patch from Jason Adams
12685
12686Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12687
12688 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
12689 in the XQuery namespace
12690 * configure.in: preparing 2.4.24
12691 * doc/*.html: updated the web pages
12692
12693Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12694
12695 * python/generator.py: closing bug #85258 by generating conditional
12696 compile check to avoid linking to routines not configured in.
12697
126982002-08-22 Havoc Pennington <hp@pobox.com>
12699
12700 * autogen.sh: update error message for missing automake
12701
12702Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
12703
12704 * python/Makefile.am: typo in target name resulted in libxml2.py
12705 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
12706
12707Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12708
12709 * win32/win32/Makefile.mingw: updated with version from
12710 Elizabeth Barham at http://soggytrousers.net/repository/
12711
12712Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12713
12714 * win32/Makefile.msvc: added the prefix location to the include
12715 and lib search path.
12716
127172002-08-18 Havoc Pennington <hp@pobox.com>
12718
12719 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
12720 both automake 1.6 and 1.4 installed get the right automake. Means
12721 compilation from CVS will now require the latest automake 1.4
12722 release, or manually creating symlinks called "automake-1.4" and
12723 "aclocal-1.4"
12724
12725Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
12726
12727 * configure.in python/Makefile.am: more AMD 64 induced changes from
12728 Frederic Crozat
12729
12730Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12731
12732 * xinclude.c: oops I was missing the xml:base fixup too
12733 * result/XInclude/*.xml: this adds xml:base attributes to most
12734 results of the tests
12735
12736Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12737
12738 * xinclude.c: quick but apparently working implementation of
12739 xi:fallback, should close bug #89684
12740 * Makefile.am test/XInclude/docs/fallback.xml
12741 result/XInclude/fallback.xml: added a basic test for fallback,
12742 and run with --nowarning to avoid a spurious warning
12743 * configure.in: applied patch from Frederic Crozat for python
12744 bindings on AMD 64bits machines.
12745
12746Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12747
12748 * parser.c: xmlSAXUserParseMemory() really ought to fail if
12749 the caller don't pass a SAX callback block.
12750
12751Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12752
12753 * tree.c: applied the same fix for the XML-1.0 namespace to
12754 xmlSearchNsByHref() as was done for xmlSearchNs()
12755
12756Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12757
12758 * libxml.3: small cleanup of the man page
12759 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
12760 when serializing HREF attributes generated by XSLT.
12761
12762Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12763
12764 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
12765 version of Marc Liyanage' patch for boolean attributes in HTML
12766 output
12767
12768Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
12769
12770 * python/tests/serialize.py: fixed the test results, indenting
12771 behaviour changed slightly
12772
12773Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
12774
12775 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
12776 new c14n function to Windows def files
12777
12778Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
12779
12780 * c14n.c: fixed a memory leak in c14n code
12781
12782Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12783
12784 * parser.c include/libxml/parser.h: adding a new API for Christian
12785 Glahn: xmlParseBalancedChunkMemoryRecover
12786 * valid.c: patch from Rick Jones for some grammar cleanup in
12787 validation messages
12788 * result/VC/* result/valid/*: this slightly change some of the
12789 regression tests outputs
12790
12791Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12792
12793 * tree.c: trying to fix a problem in namespaced attribute handling
12794 raised by Christian Glahn
12795
12796Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12797
12798 * encoding.c include/libxml/encoding.h: Opening the interface
12799 xmlNewCharEncodingHandler as requested in #89415
12800 * python/generator.py python/setup.py.in: applied cleanup
12801 patches from Marc-Andre Lemburg
12802 * tree.c: fixing bug #89332 on a specific case of loosing
12803 the XML-1.0 namespace on xml:xxx attributes
12804
12805Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
12806
12807 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
12808 corner case from new Merlin's test suite and added a callback
12809 that will be used to improve xmlsec performance
12810
12811Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12812
12813 * HTMLtree.c: trying to fix the <style> escaping problem in
12814 HTML serialization bug #89342
12815
12816Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12817
12818 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
12819 and rebuilt the web site.
12820
12821Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
12822
12823 * include/libxml/tree.h: added _private member to xmlNs struct
12824
12825Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12826
12827 * HTMLparser.c: fixing bug #84876 based on the xml working
12828 code.
12829
12830Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12831
12832 * python/Makefile.am: enhanced to fix bug 72012 (errors
12833 when using '-jX' make parameter)
12834
12835Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12836
12837 * xpath.c: small additional enhancement for booleans
12838 compared to nodesets
12839
12840Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12841
12842 * HTMLtree.c: changed the order of the encoding declaration
12843 attributes in the meta tags due to a bug in IE/Mac
12844
12845Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12846
12847 * xpath.c: enhanced handling of booleans (especially '='
12848 and '!=' for nodesets) - fixes bug 85256. Added new
12849 routine xmlXPathNotEqualValues for more proper handling
12850 of '!=' when nodesets are involved.
12851
12852Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
12853
12854 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
12855 doc/xmlcatalog_man.xml to the source distribution
12856
12857Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12858
12859 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
12860 asked for this.
12861
12862Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
12863
12864 * configure.in: preparing 2.4.23
12865 * doc/*: rebuilt the docs
12866
12867Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
12868
12869 * parser.c: fixing bug #84169 by fixing the
12870 comment of xmlCreatePushParserCtxt to describe the
12871 encoding detection parameters better.
12872
12873Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
12874
12875 * valid.c: fixing bug #79331 in one path the lookup for
12876 ID attributes on a namespaced node wasn't handled correctly :-\
12877
12878Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
12879
12880 * HTMLparser.c: trying to fix 87235 about discarded white
12881 spaces in the HTML parser.
12882 * result/HTML/*: this changes the output of a number of HTML
12883 regression tests
12884
12885Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
12886
12887 * xpath.c: applied patch from Richard Jinks for the namespace
12888 axis + fixed a memory error.
12889 * parser.c parserInternals.c: applied patches from Peter Jacobi
12890 removing ctxt->token for good.
12891 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
12892 popped out by the regression tests.
12893 * Makefile.am: patch for threads makefile from Gary Pennington
12894
12895Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12896
12897 * xpath.c: enhanced behaviour of position() after usage of
12898 expressions involving preceding-sibling (et al).
12899
12900Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
12901
12902 * hash.c: applied a patch from Peter Jacobi to solve a problem
12903 when compiling with the Watcom C on Win32
12904 * result/schemas/*.err: the change of hashing algo generated
12905 permutations in the output
12906
12907Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
12908
12909 * hash.c: applied patch from Sander Vesik improving the quality of
12910 the hash function.
12911
129122002-06-14 Aleksey Sanin <aleksey@aleksey.com>
12913
12914 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
12915 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
12916 xmllint.c xpath.c: replaced sprintf() with snprintf()
12917 to prevent possible buffer overflow (the bug was pointed
12918 out by Anju Premachandran)
12919
12920Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
12921
12922 * parser.c: removed an uninitialized data error popped by valgrind
12923 on PE references
12924
12925Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
12926
12927 * doc/xml.html
12928 adding tutorial reference to the web page
12929
12930Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
12931
12932 * doc/tutorial/xmltutorial.xml
12933 * doc/tutorial/ar01s07.html
12934 * doc/tutorial/ape.html
12935 * doc/tutorial/includegetattribute.c
12936 adding section to tutorial about retrieving an attribute
12937 value
12938
12939Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
12940
12941 * parser.c: applied a couple of patches from Peter Jacobi to start
12942 to get rid of ctxt->token, with a possible significant speed
12943 improvement to be gained once done. Better compliance with PE
12944 references constructs in DTDs too.
12945 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
12946 from Peter too
12947
12948Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
12949
12950 * parser.c: Babak Vahedipour-Kunze reported that openTag in
12951 xmlParseElement was likely to have been deallocated at the
12952 time of the report, possibly leading to segfault. Just report
12953 the tag name now.
12954
12955Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12956
12957 * xpath.c: patch from Richard Jinks for XPath substring() function
12958 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
12959
129602002-06-06 Aleksey Sanin <aleksey@aleksey.com>
12961
12962 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
12963
12964Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
12965
12966 *doc/FAQ.html
12967 fixing typos in FAQ, thanks to Robert Funnell for the
12968 editing help
12969
12970Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
12971
12972 * NEWS: got complaints from rpmlint that it was empty
12973
12974Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
12975
12976 * added doc/tutorial, including:
12977 apa.html
12978 apb.html
12979 apc.html
12980 apd.html
12981 ar01s02.html
12982 ar01s03.html
12983 ar01s04.html
12984 ar01s05.html
12985 ar01s06.html
12986 includeaddattribute.c
12987 includeaddkeyword.c
12988 includekeyword.c
12989 includestory.xml
12990 index.html
12991 xmltutorial.xml
12992 libxml tutorial, including generated html
12993
12994Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
12995
12996 * result/c14n/exc-without-comments/merlin-c14n-two-*
12997 result/c14n/without-comments/merlin-c14n-two-*
12998 test/c14n/exc-without-comments/merlin-c14n-two-*
12999 test/c14n/without-comments/merlin-c14n-two-*
13000 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
13001 c14n/exc-c14n and slightly modified test script to handle
13002 these test cases
13003 * c14n.c: fixed bugs for complicated nodes set (namespace
13004 without node and others from merlin-c14n-two.tar.gz)
13005 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
13006 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
13007 for xmlsec performance patch
13008 * xpath.c: fixed self::node() for namespaces and attributes
13009
13010Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
13011
13012 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
13013 but with the format parameter
13014 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
13015
13016Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
13017
13018 * Makefile.am: updated c14n tests suite
13019 * c14n.c: performance improvement for previous c14n patch
13020
13021Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
13022
13023 * parser.c: another peroformance patch from Peter Jacobi, that
13024 time on parsing attribute values.
13025
13026Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
13027
13028 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
13029 into LibXML2 test suite
13030
13031Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
13032
13033 * c14n.c: propagating xpath ancesstors node fix to c14n
13034 plus small performance improvement to reduce number of
13035 mallocs
13036 * xpath.c: fixed ancestors axis processing for namespace nodes
13037
13038Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
13039
13040 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
13041 Peter Jacobi
13042
13043Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
13044
13045 * configure.in: preparing 2.4.22
13046
13047Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
13048
13049 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
13050 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
13051 a public entry point.
13052 * doc/*: rebuilt the API and docs
13053
13054Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
13055
13056 * xpath.c: patch from Richard Jinks to fix a problem introduced
13057 in the previous patch and pointed by Norm
13058
13059Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
13060
13061 * libxml.spec.in: fixing bug #81112
13062
13063Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
13064
13065 * uri.c: fixing bug #82848
13066
13067Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13068
13069 * result/catalogs/mycatalog.full: Aleksey's commit changed the
13070 output of one catalog test
13071
13072Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
13073
13074 * global.data globals.c tree.c include/libxml/globals.h
13075 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
13076 default value for global parameter xmlIndentTreeOutput to 1 and
13077 introduced new global parameter xmlTreeIndentString (the string
13078 used to do one-level indent) with default value " " (as it was
13079 in tree.c)
13080
13081Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
13082
13083 * Makefile.am: Merijn Broeren pointed out a problem when compiling
13084 with trio and schemas.
13085
13086Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13087
13088 * xpath.c: patch from Richard Jinks to fix the problem raised in
13089 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
13090
13091Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
13092
13093 * xmlschemas.c: a bit of work on import.
13094 * xmlschemastypes.c: Charles Bozeman provided a compare function
13095 for date/time types so min/max facet restrictions should work,
13096 indeterminate comparisons return an error instead of equal.
13097 * test/schemas/date_0* result/schemas/date_0_0: specific test
13098 from Charles Bozeman too
13099
13100Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
13101
13102 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
13103 from Christian Cornelssen fixing the man pages and the Catalog
13104 building script.
13105 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
13106 next step is <xs:import> I now have a reasonable understanding
13107 of how it works.
13108
13109Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
13110
13111 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
13112
13113Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13114
13115 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
13116
13117Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
13118
13119 * xpath.c: fixing an XPath function evalutation bug pointed out
13120 by Alexey Efimov where the context was lost when evaluating
13121 the function arguments
13122
13123Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
13124
13125 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
13126 function public for XMLSec performance optimizations
13127
13128Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
13129
13130 * python/generator.py python/libxml2class.txt : fixed a problem
13131 with the HTML parser pointed by Gary Benson
13132 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
13133 example
13134
13135Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
13136 * parser.c: fixed bug #81159 (memory growth in SAX)
13137
13138Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
13139 * xpath.c: fixed bug #78858 (the real fix)
13140
13141Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
13142 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
13143
13144Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
13145
13146 * tree.c: modified xmlNodeSetBase to allow changing the
13147 base of a document.
13148
13149Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
13150
13151 * xmlschemastypes.c: patch Charles Bozeman for validation of
13152 all the date, time, and duration types
13153 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
13154 * configure.in: fixed an error pointed by an user
13155 * xml2-config.in: fixed an error pointed by an user
13156
13157Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
13158
13159 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
13160 win32/libxml2.def.src xmlIO.c: exported default
13161 'file:', 'http:' and 'ftp:' protocols input handlers
13162 and maked protocols comparisson case insensitive
13163
13164Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
13165
13166 * configure.in: Neven Has detected a typo
13167
13168Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
13169
13170 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
13171 as one of the persons allowed to commit directly to the
13172 module.
13173
13174Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
13175
13176 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
13177 * valid.c: raised a too low limit
13178 * doc/*: rebuilt the docs
13179
13180Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
13181
13182 * test/XPath/expr/floats test/XPath/expr/functions
13183 result/XPath/expr/floats result/XPath/expr/functions
13184 xpath.c: another XPath conformance patch from Richard Jinks
13185
13186Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
13187
13188 * xmlschemas.c: fixed validation of attribute groups.
13189 * test/schemas result/schemas: added an example from the primer
13190
13191Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
13192
13193 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
13194 * test/schemas result/schemas: updated the test list
13195
13196Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
13197
13198 * TODO: updated a bit
13199 * parser.c: made a comment more specific
13200 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
13201 Schemas conformance.
13202 * test/schemas result/schemas: updated the test list
13203
13204Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
13205
13206 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
13207 implementing xs:all with minOccurs = 0
13208 * tes/schemas/* result/schemas/*: added more tests covering
13209 xs:all
13210
13211Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
13212
13213 * xmlregexp.c: first implementation of the all particle, this
13214 may need to be revisited for case where not all transitions
13215 must be crossed.
13216
13217Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
13218
13219 * tree.c: another entity processing update from Markus Henke
13220
13221Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
13222
13223 * trionan.c: fixed crash on OSF/1
13224
13225Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
13226
13227 * xmlschemas.c: more Schemas work
13228 * test/schemas/* result/schemas/*: added more tests coming
13229 from the spec.
13230
13231Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
13232
13233 * c14n.c: patch from Aleksey Sanin reflecting a change in the
13234 ExcC14N specification
13235
13236Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
13237
13238 * tree.c: patch from Markus Henke, fix for recursive entities.
13239
13240Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
13241
13242 * xpath.c: fix a problem with string() on a document node.
13243
13244Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
13245
13246 * Makefile.am xmlschemas.c: more Schemas work
13247 * test/schemas/* result/schemas/*: added more tests coming
13248 from the spec.
13249
13250Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
13251
13252 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
13253 * result/HTML/*: this changes a few things in the results
13254
13255Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13256
13257 * include/libxml/tree.h: eliminated 'declaration different than
13258 prototype' warning
13259 * include/win32config.h: "resolved" conflicts with errno.h
13260
13261Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
13262
13263 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
13264 on the automata interfaces and debug of counted choices
13265 * test/schemas/* result/schemas/*: added a number of tests
13266
13267Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
13268
13269 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
13270 a bit of work on Schemas
13271 * testSchemas.c: try to make it more useful
13272 * test/schemas/* result/schemas/* Makefile.am: changed the
13273 Schemas regression test procedure, started adding a few samples
13274
13275Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
13276
13277 * include/libxml/encoding.h: Patch for the Borland C++ builder
13278 * include/libxml/tree.h: Patch for the Borland C++ builder
13279 * threads.c: Patch for the Borland C++ builder
13280 * win32/bcb5: New directory for the Borland C++ builder
13281 project files
13282
13283Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
13284
13285 * win32/Makefile.msvc: Update for XML Schema support
13286 * win32/configure.js: Update for XML Schema support
13287 * win32/libxml2.def.src: Update for XML Schema support
13288
13289Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
13290
13291 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
13292 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
13293 xmlunicode.c include/libxml/Makefile.am
13294 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
13295 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
13296 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
13297 include/libxml/xmlversion.h.in : merged the current state of
13298 XML Schemas implementation, it is not configured in by default,
13299 a specific --schemas configure option has been added.
13300 * test/automata test/regexp test/schemas Makefile.am
13301 result/automata result/regexp result/schemas:
13302 merged automata/regexp/schemas regression tests
13303
13304Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
13305
13306 * xpath.c: Gary found a compile time problem, fixes #78823
13307
13308Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
13309
13310 * configure.in: release of 2.4.20
13311 * doc/*: updated and rebuilt the docs
13312
13313Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
13314
13315 * python/Makefile.am: patch from Cristian Gafton to build on
13316 Red Hat 6.2, should also fix #75779
13317
13318Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13319
13320 * valid.c: first part of fixing #78729
13321
13322Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
13323
13324 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
13325 escaping of URI when saving HTML files.
13326 * result/HTML/*: this impacted some tests
13327
13328Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
13329
13330 * configure.in: trying to fix #77441
13331
13332Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
13333
13334 * include/libxml/xmlIO.h: Hallski complained it could not be
13335 included by itself.
13336
13337Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
13338
13339 * configure.in: applied an IEEE flag patch for OSF/1 #77825
13340
13341Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13342
13343 * win32/configure.js: patch from Nilo for the c14n option
13344 * win32/Makefile.msvc: fixed libxml2.def generation with threads
13345
13346Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
13347
13348 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
13349 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
13350 LIBXML_THREAD_ENABLED
13351
13352Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
13353
13354 * xpath.c: another patch from Richard Jinks for substring conformance
13355 * test/XPath/expr/floats test/XPath/expr/strings
13356 result/XPath/expr/floats result/XPath/expr/strings: update of the
13357 test suite to check those.
13358
13359Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13360
13361 * xpath.c: patch from Richard Jinks for .x float parsing.
13362
13363Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
13364
13365 * parser.c: patch from Markus Henke when an encoding ain't recognized
13366
13367Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
13368
13369 * libxml.m4: got a report that #include <string.h> was needed
13370
13371Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
13372
13373 * xmllint.c: applied a fix from Anthony Jones for -o /--output
13374
13375Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
13376
13377 * doc/example.html: fixing typo
13378
13379Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
13380
13381 * xpath.c: fixed a bug in the nodeset to boolean comparison code
13382 pointed out by Melvyn Sopacua.
13383
13384Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13385
Daniel Veillard25a1ce92008-06-02 16:04:12 +000013386 * libxml.m4: Frédéric Crozat gave a patch related to the change
William M. Brack11be2d02007-01-24 19:17:19 +000013387 of Include paths breaking the libxml.m4
13388
13389Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
13390
13391 * xpath.c: Fix bug #76927 forgot to save some context
13392 when evaluating binary expressions
13393
13394Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
13395
13396 * configure.in: fixed configure for MPE/iX from Markus Henke
13397 * xmlmemory.c: fixed initialization problems
13398 * xpath.c: another set of patches from Richard Jinks this
13399 fixes "make XPathtests" on linux
13400
13401Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
13402
13403 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
13404 * test/XPath/expr/compare test/XPath/expr/equality
13405 test/XPath/expr/floats test/XPath/expr/functions
13406 test/XPath/expr/strings result/XPath/expr/compare
13407 result/XPath/expr/equality result/XPath/expr/floats
13408 result/XPath/expr/functions result/XPath/expr/strings: Updated
13409 tests though they show a divergence on Linux
13410
13411Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13412
13413 * xpath.c trionan.c: previous commit also included patches
13414 from Richard Jinks on some IEEE support corner case
13415
13416Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
13417
13418 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
13419 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
13420 that $(datadir) should be used for docs
13421
13422Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
13423
13424 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
13425 could leak filedescriptors
13426
13427Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13428
13429 * configure.in nanohttp.c: applied patch from Allan Clark for
13430 UnixWare/OpenServer
13431
13432Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
13433
13434 * configure.in: preparing 2.4.19
13435 * doc/*: rebuilt the docs
13436
13437Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13438
13439 * nanohttp.c: fixing #76043, got fed up with non-portability
13440 of that piece of code.
13441
13442Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
13443
13444 * valid.c SAX.c: Never commit without running "make tests" :-(
13445 fix a couple of stupidities in the previous commit
13446 * result/*: a few changes in some attribute order result of previous
13447 commit.
13448
13449Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13450
13451 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
13452 the internal subset should not raise duplicate ID errors,
13453 also there was a small bug in conjunction to namespace
13454 declarations defaulted and xml:xxx attributes DTD definitions.
13455
13456Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13457
13458 * xpath.c: Richard Jinks also raised some rounding problems
13459 this tries to fix them
13460
13461Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
13462
13463 * xpath.c: Richard Jinks spotted an incoherent memory allocation
13464 behaviour in xmlXPathCastToString()
13465
13466Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13467
13468 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
13469 raised by Morus Walter
13470
13471Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13472
13473 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
13474 from Igor
13475
13476Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13477
13478 * xpath.c: fixing #75619, related to a problem when trying
13479 to evaluate condition when the current node set resulting
13480 from that sub-step evaluation is empty. Also fixes 2 potential
13481 problem with previous-sibling and next-siblings axis.
13482
13483Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13484
13485 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
13486 HTML support is not configured in.
13487
13488Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13489
13490 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
13491 include/libxml/tree.h: dohh I really didn't intended to commit
13492 this test version :-(
13493
13494Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13495
13496 * testSAX.c: I wanted to see the real speed at the SAX interface
13497 after a little too many Ximianer started complaining about the
13498 parser speed.
13499 added a --quiet option:
13500 paphio:~/XML -> ls -l db100000.xml
13501 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
13502 paphio:~/XML -> time ./testSAX --quiet db100000.xml
13503 3200006 callbacks generated
13504 real 0m1.270s
13505 Which means 16MBytes/s and 3Mcallback/s
13506
13507Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13508
13509 * xpath.c: valgrind spotted another error that time when running
13510 on libxslt regression tests
13511
13512Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13513
13514 * Makefile.am: adding "make valgrind" running the full regression
13515 tests (except python ones) under Valgrind (using valgrind -q
13516 which was kindly added by the author).
13517 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
13518 passes cleanly now except an obcure floating point initialization
13519 raised in log10() in one XPath regression test ???
13520 * tree.c: edited some comments to close #75244
13521
13522Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
13523
13524 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
13525 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
13526 context of ScrollKeeper, made sure that if the number is
13527 an integer, the serialization follows the description at
13528 http://www.w3.org/TR/xpath#section-String-Functions
13529
13530Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13531
13532 * configure.in: preparing 2.4.18
13533 * doc/*: updated and rebuilt the web site
13534 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
13535 the Windows and Cygwin maintainers.
13536 * parser.c: humm, changed the way the SAX parser work when
13537 xmlSubstituteEntitiesDefault(1) is set, it will then
13538 do the entity registration and loading by itself in case the
13539 user provided SAX getEntity() returns NULL.
13540 * testSAX.c: added --noent to test the behaviour.
13541
13542Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13543
13544 * parser.c: Wilfried Teiken provided a hackish but working
13545 way to get context reported back on entities when parsing
13546 with SAX and without breaking the DOM build.
13547
13548Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13549
13550 * c14n.c: applied a new patch from Aleksey Sanin
13551 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
13552 to reference Aleksey implementation of XML digital Signatures
13553
13554Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13555
13556 * xpath.c: small fix to avoid potential problem due to
13557 ordering of freeing data
13558 * python/Makefile.am: people were complaining about
13559 the generated file in python dir not being built
13560
13561Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
13562
13563 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
13564 python/generator.py python/libxml.c python/types.c: Cleanup
13565 of the python Makefiles based on Jacob and James feedback,
13566 fixed the spec file accordingly, fixed the number of warning
13567 that passing my pedantic CFLAGS was generating. Conclusion
13568 is that Python includes are real crap.
13569
13570Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
13571
13572 * configure,in: it was reported quite a few times that
13573 xml2-config --cflags should not output
13574 -I$includeprefix/libxml2/libxml because libxml2 header names
13575 clashes with existing names like list.h from C++ stl.
13576 Includes should be #include<libxml/xxx.h> so ...
13577
13578Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
13579
13580 * c14n.c: another patch from Aleksey Sanin
13581
13582Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13583
13584 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
13585 canonicalization algorithm
13586 * doc/xml.html doc/index.html: added the C14N references on the
13587 index page.
13588
135892002-03-13 jacob berkman <jacob@ximian.com>
13590
13591 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
13592 usage, redundant, and gcc specific
13593
13594Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13595
13596 * xpath.c: speedup some node selection operations, this can
13597 have a significant impact on DocBook Norm's stylesheets
13598 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
13599 make sure it's always the case
13600 * debugXML.c: distinguish CDATA and comments in ls operations
13601
13602Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13603
13604 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
13605 to generate better API descriptions etc...
13606
13607Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
13608
13609 * c14n.c: Fixing #74186, made sure all boolean expressions
13610 get fully parenthesized, ran indent on the output
13611 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
13612 include/libxml/tree.h: also #74186 related, removed the
13613 --with-buffers option, and all the preprocessor conditional
13614 sections that were resulting from it.
13615
13616Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13617
13618 * valid.c: applied patch from Dodji Seketeli fixing an
13619 uninitailized variable in xmlValidGetValidElements()
13620
13621Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13622
13623 * c14n.c: fixed a few comments
13624 * doc/*.html doc/*/*.html: regenerated the docs and added
13625 the C14N API
13626 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
13627
13628Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
13629
13630 * check-xml-test-suite.py: fix to adapt varaiations in the
13631 bindings
13632 * configure.in python/setup.py python/setup.py.in: fixed to
13633 have the version of the python scripts automatically updated
13634
13635Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13636
13637 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
13638 in xmlCopyProp()
13639
13640Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
13641
13642 * configure.in: preparing 2.4.17 release
13643 * doc/*: updated and rebuilt the docs
13644 * xpath.c: fixed a comment
13645 * python/libxml.c: fixed a possible reentrancy problem
13646
13647Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
13648
13649 * tree.c python/tests/Makefile.am python/tests/attribs.py:
13650 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
13651 added a specific regression test
13652 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
13653 not raise exceptions when failing to find the attribute.
13654
13655Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
13656
13657 * configure.in xmllint.c: owen pointed out a problem with the
13658 ftme fix, gettimeofday() was not detected by configure and
13659 the ftime header wasn't included, dohhh
13660
13661Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
13662
13663 * configure.in xmllint.c: trying to fix #71457 for timing
13664 precision when gettimeofday() is not availble but ftime() is
13665
13666Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13667
13668 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
13669 are now copied on install and part of the -devel RPM
13670
13671Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
13672
13673 * xpath.c: trying to avoid bug #72150 which was apparently
13674 caused by a gcc bug (or a processor problem) as detailed
13675 at http://veillard.com/gcc.bug
13676
13677Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13678
13679 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
13680 fixed xmlReconciliateNs(), added a Python test/example for
13681 inter-document cut'n paste
13682 * python/libxml.py: fixed node.doc on document nodes and added
13683 xpathEval() onto node objects
13684
13685Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13686
13687 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
13688 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
13689 fixup and integrated tests for the serialization stuff
13690
13691Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13692
13693 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
13694 moved the libxml man page to section 3
13695
13696Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
13697
13698 * tree.c: fix bug #72490
13699 * python/libxml.c python/libxml.py: added methods serialize()
13700 and saveTo() to all node elements.
13701
13702Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13703
13704 * xmlIO.c: closed #73430, don't read from an input source
13705 which indicated an end-of-file or an error.
13706
13707Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13708
13709 * parser.c: make sure SAX endDocument is always called as
13710 this could result in a Python memory leak otherwise (it's
13711 used to decrement ref-counting)
13712 * python/generator.py python/libxml.c python/libxml.py
13713 python/libxml2-python-api.xml python/libxml2class.txt
13714 python/tests/error.py python/tests/xpath.py: implemented
13715 the suggestions made by Gary Benson and extended the tests
13716 to match it.
13717
13718Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13719
13720 * python/generator.py: applied patch fixing #73450
13721
13722Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13723
13724 * xpath.c: fixing #61290 "namespace nodes have no parent"
13725 long standing divergence from the XPath REC. NodeSets
13726 simply hold a copy of namespace nodes and those node ->next
13727 points to the parent (which may not be the node carrying the
13728 definition).
13729 * include/libxml/xpath.h: flagged but didn't added a possible
13730 speedup
13731 * DOCBparser.c HTMLparser.c: removed some warnings from push
13732 parser due to new state being added.
13733 * tree.c: new fix from Boris Erdmann
13734 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
13735 the XML Canonalization support from Aleksey Sanin
13736
13737Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13738
13739 * tree.c: patch from Boris Erdmann fixing some namespace odities
13740 with xmlCopyNode()
13741
13742Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
13743
13744 * xmlIO.c: fix bug #72706 when loading a NULL entity
13745
13746Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13747
13748 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
13749 actually change in a future XML Namespace revision.
13750
13751Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13752
13753 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
13754 added the possibility of returning nodesets from XPath extension
13755 functions written in Python
13756
13757Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
13758
13759 * python/*: commiting some Python bindings work done while travelling
13760
13761Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13762
13763 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
13764 explicitely with memory debugging switched on
13765
13766Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
13767
13768 * python/generator.py python/libxml.c python/libxml2-python-api.xml
13769 python/libxml2class.txt python/libxml_wrap.h python/types.c:
13770 Added wrapper for the xmlURIPtr type, provided accessors, fixed
13771 the accessor generator for strings
13772 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
13773 regression test.
13774
13775Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13776
13777 * python/README python/generator.py python/libxml.c python/setup.py:
13778 added the 'usual' setup.py to allow building a libxml2-python
13779 module based on the same code. The initialization is however
13780 different the 2 .so files fo libxml2 and libxslt are identical and
13781 they entry point initialize both libraries. this is done to avoid
13782 some possible nasty problem since the Python don't merge the maps
13783 of all shared modules.
13784
13785Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
13786
13787 * parser.c: fixed a push/encoding bug reported by Michael
13788 on librsvg
13789
13790Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13791
13792 * include/libxml/parserInternals.h: fixes a misplaced #endif
13793
13794Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13795
13796 * parser.c valid.c: found and fixed a couple of allocation bugs
13797
13798Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13799
13800 * doc/xml.html doc/python.html doc/*: added a Python and binding
13801 page describing the current state of the Python bindings and
13802 giving pointers to the other languages wrappers.
13803
13804Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13805
13806 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
13807 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
13808 rebuilt the API and web site
13809 * xpath.c: fixed #71978 portability bugs
13810
13811Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
13812
13813 * SAX.c: oops broke automatic defaulting of namespaces attributes.
13814
13815Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
13816
13817 * include/libxml/parserInternals.h parser.c: had to change
13818 2 internal parsing API when processing document content
13819 to check the start and end of element content are defined
13820 in the same entity
13821 * valid.c include/libxml/valid.h: attribute normalization can
13822 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
13823 with the context to report it.
13824 * SAX.c: fixed the last known bugs, crazy validation constraints
13825 when a document is standalone seems correctly handled. There
13826 is a couple of open issues left which need consideration especially
13827 PE93 on external unparsed entities and standalone status.
13828 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
13829 The 2 tests left failing are actually in error. Cleanup done.
13830
13831Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13832
13833 * valid.c: implemented E59 spaces in CDATA does not match the
13834 nonterminal S
13835
13836Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13837
13838 * SAX.c parser.c valid.c: more validation test fixups
13839 * check-xml-test-suite.py: added duration info for the tests
13840
13841Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
13842
13843 * parser.c valid.c: a couple of errors were reported but not
13844 saved back as such in the parsing context. Down to 1% failure rate
13845 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
13846
13847Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13848
13849 * xmlInternald.c: isExtender was missing a char
13850 * parser.c include/libxml/parser.h: % are acceptable in the
13851 internal subset if within a PUBLIC ID
13852
13853Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
13854
13855 * SAX.c parserInternals.c valid.c: more work on the conformance
13856 suite. Took the step to finally block documents with encoding
13857 errors. It's a fatal error per the spec, people should have fixed
13858 their documents by now.
13859
13860Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
13861
13862 * check-xml-test-suite.py: fixed the test script after some discussion
13863 on the semantic of TYPE="error"
13864 * Makefile.am: added the script to the distrib
13865
13866Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
13867
13868 * SAX.c entities.c: fixed a couple of conformances issues deep
13869 into the validation code (standalone and undeclared Notations)
13870
13871Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13872
13873 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
13874 stayed there for years !
13875
13876Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13877
13878 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
13879 missing
13880
13881Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
13882
13883 * check-xml-test-suite.py: improved the behaviour a bit as
13884 well as the logs
13885 * parser.c valid.c SAX.c: fixed a few more bugs
13886 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
13887
13888Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13889
13890 * check-xml-test-suite.py: python script to run regression tests
13891 against the XML Test suite of W3C/OASis
13892 * SAX.c: fixed a validation bug
13893 * parser.c: fixed 3 errors pointed by the test suite
13894 * doc/buildDocBookCatalog: fixed a typo pointed by drake
13895 * python/Makefile.am: fixed a dependendy
13896
13897Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13898
13899 * xmlmemory.c: avoid a warning bug #71594
13900
13901Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
13902
13903 * xmlmemory.c: Jesse Perry provided a patch to remove a few
13904 warning on alpha/Tru64
13905
13906Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13907
13908 * include/libxml/entities.h: fixing a comment
13909 * valid.c: fixing some troubles with validity check on namespaces
13910 * result/VC/NS3 test/VC/NS3: added a specific regression test
13911
13912Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13913
13914 * tree.c: Fixing #71342 serializing '\n' in attribute values
13915 * result/noent/att3 result/att3 test/att3: added a specific
13916 test.
13917
13918Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
13919
13920 * python/libxml.c: couple of bug fixes
13921
13922Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13923
13924 * python/*.py: removed tabs and used spaces.
13925
13926Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
13927
13928 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
13929 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
13930
13931Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13932
13933 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
13934 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
13935
13936Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13937
13938 * include/libxml/encoding.h include/libxml/entities.h
13939 include/libxml/globals.h include/libxml/parser.h
13940 include/libxml/threads.h include/libxml/tree.h
13941 include/libxml/xmlmemory.h: trying to fix the include mess
13942
13943Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
13944
13945 * include/libxml/xmlmemory.h: reverted part of the previous
13946 attempt to provide #69655, this was breaking the build.
13947
13948Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
13949
13950 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
13951 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
13952 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
13953 include/libxml/parserInternals.h include/libxml/tree.h
13954 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
13955 Tentatively fixed #69655 , make compiling with -Wredundant-decls
13956 clean.
13957 * python/libxml.c: fixed a warning.
13958
13959Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13960
13961 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
13962 copying of node, merge back IDs in the target document.
13963 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
13964 test/XInclude/ents/ids.xml: test case
13965 * result/VC/ElementValid4: output changed due to a typo fix
13966
13967Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
13968
13969 * python/Makefile.am: seems some version of automake didn't
13970 generate the dependencies right as Jacob found out. Add
13971 an extra dependency rule.
13972
13973Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13974
13975 * parserInternals.c valid.c: Justin Fletcher found some parts
13976 of the code needing cleanup
13977 * libxml.spec.in python/Makefile.am python/generator.py
13978 python/libxml.c python/libxml.py: Fixed the python Makefiles
13979 corrected a bug showing up on ia64, changed the name of the
13980 python internal module too
13981
13982Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
13983
13984 * Makefile.am: applied patch from Andris Pavenis for binary
13985 name suffixes
13986
13987Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
13988
13989 * xmllint.c win32/win32config.h: fixing #68748
13990
13991Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13992
13993 * valid.c: fixing #70166
13994
13995Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13996
13997 * valid.c: fixing #70077
13998
13999Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
14000
14001 * Copyright Makefile.am README configure.in libxml.spec.in:
14002 Changed to the MIT Licence
14003 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
14004 doc/xmlio.html: updated the doc accordingly
14005 * include/libxml/xmlwin32version.h configure.in: preparing
14006 2.4.14 release
14007 * python/generator.py python/libxml.c python/libxml2-python-api.xml
14008 python/libxml2class.txt python/libxml_wrap.h python/types.c:
14009 fixed the const xmlChar * wrapper and generator, XPath extension
14010 functions now use the context as first argument
14011 * python/tests/tstxpath.py python/tests/xpath.py
14012 python/tests/xpathext.py: Updated the tests accordingly
14013 * tree.c: fixed bug #70067
14014
14015Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14016
14017 * Makefile.am: cleanup
14018 * debugXML.c: always use stdout if output is NULL
14019 * xmlIO.c: don't close filedescriptors passed to outputBuffers
14020 * python/Makefile.am python/generator.py python/libxml2class.txt
14021 python/libxml_wrap.h python/types.c: augmented the number of bindings
14022 handling FILE * and XPath contexts
14023 * python/tests/Makefile.am: avoid a stupid problem due to the
14024 use of TEST.
14025
14026Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
14027
14028 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
14029
14030Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
14031
14032 * python/TODO python/libxml.c: cleanup the extension function lookup
14033 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
14034
14035Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
14036
14037 * configure.in python/Makefile.am: do not install outside
14038 of prefix
14039
14040Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14041
14042 * python/TODO python/libxml.c: started adding SAX interfaces
14043 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
14044 SAX test
14045
14046Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
14047
14048 * tree.c: hardened the addChild function
14049 * python/generator.py python/libxml.c python/libxml2-python-api.xml
14050 python/libxml2class.txt python/libxml_wrap.h python/TODO:
14051 added accessors needed for xmlNode, a bit more testing and
14052 extension of interfaces
14053 * python/tests/Makefile.am python/tests/build.py: added a test
14054 build from scratch/save/load/check
14055
14056Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
14057
14058 * parserInternals.c: change a small bit in the way valididy
14059 error messages get initialized
14060 * python/TODO python/libxml.c python/libxml2-python-api.xml
14061 python/libxml2class.txt python/libxml_wrap.h python/types.c:
14062 added some memory debugging to track leaks at the libxml2 level
14063 * python/tests/*.py: changed all tests to check for leaks,
14064 there is just one left in XPath extension registrations.
14065
14066Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
14067
14068 * python/TODO python/generator.py python/libxml2-python-api.xml
14069 python/libxml2class.txt: more accessor classes for the parser
14070 context, allow to switch on and check validity
14071 * python/tests/Makefile.am python/tests/error.py
14072 python/tests/invalid.xml python/tests/valid.xml
14073 python/tests/validate.py: attded more test and and added error.py
14074 which I forgot to commit in the last step
14075
14076Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14077
14078 * python/Makefile.am python/types.c: cleanup
14079 * python/libxml.c python/libxml.py python/libxml_wrap.h
14080 python/generator.py python/libxml2-python-api.xml
14081 python/libxml2class.txt: added class for parser context, added
14082 first cut for push mode support. Added a framework to generate
14083 accessors functions.
14084 * python/tests/Makefile.am python/tests/push.py: added a push
14085 test
14086
14087Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
14088
14089 * python/Makefile.am python/TODO python/libxml.py: fixed a small
14090 bug a bit of cleanup.
14091
14092Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
14093
14094 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
14095 python/libxml2class.txt: adding error redirections and preformat
14096 to a python handler
14097 * python/tests/Makefile.am python/tests/*.py: cleanup made all
14098 tests self checking
14099
14100Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
14101
14102 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
14103 a function
14104
14105Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
14106
14107 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
14108 python/libxml.c python/libxml2-python-api.xml
14109 python/libxml2class.txt: Progressing through the TODOs, class
14110 description output, extra XML API, RPM now builds the wrappers
14111 for all python installed versions
14112
14113Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
14114
14115 * configure.in libxml.spec.in python/Makefile.am python/TODO
14116 python/generator.py python/libxml2class.txt: added more informations
14117 in the libxml2-python package including docs. Slightly changed
14118 the class hierarchy
14119 * python/tests/*: added basic regression tests infrastructure too
14120
14121Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14122
14123 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
14124 added libxml2-python as part of the packages installed
14125
14126Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
14127
14128 * python/Makefile.am python/generator.py python/libxml.c
14129 python/libxml.py: more work, now able to extend the
14130 XPath interpreter with functions written in python.
14131
14132Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
14133
14134 * python/Makefile.am: Jacob sent a patch to allow building from
14135 tarfile.
14136
14137Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
14138
14139 * python/Makefile.am python/libxml.c configure.in Makefile.am:
14140 inserted the python wrappers build, I hope this won't be too
14141 unportable
14142
14143Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
14144
14145 * xpath.c: minor optimization
14146 * python/generator.py python/libxml.c python/libxml.py
14147 python/libxml_wrap.h: more work on the python bindings,
14148 they now support XPath and there is no evident leak
14149
14150Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
14151
14152 * python/generator.py python/libxml.c python/libxml.py:
14153 more work on the python bindings generator.
14154
14155Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
14156
14157 * python/generator.py python/libxml.c python/libxml_wrap.h:
14158 more work on the python bindings.
14159
14160Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
14161
14162 * python/generator.py python/libxml.c python/libxml.py
14163 python/libxml_wrap.h: commited early version of a python binding
14164 for private use only ATM
14165
14166Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
14167
14168 * entities.c tree.c include/libxml/entities.h: applied patch
14169 from Anthony Jones to implement copy of DTD subtree too. Had
14170 just to keep 2 function private which really ought to become
14171 public ones.
14172
14173Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14174
14175 * xmllint.c: added pointers to the web pages in the usage()
14176
14177Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
14178
14179 * tree.c: more fixes from Petr Kozelka for attribute handling
14180 in the tree API to align the semantic with DOM.
14181
14182Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
14183
14184 * valid.c tree.c entities.c: another set of patches from
14185 Anthony Jones for copy operations cleanup and robustness
14186
14187Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14188
14189 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
14190 an alphabetic index based on comments content
14191 * doc/*: rebuilt the web site with the new references
14192
14193Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
14194
14195 * parserInternals.h: Greg Sjaardema suggested to use an
14196 eponential buffer groth policy in xmlParserAddNodeInfo()
14197
14198Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
14199
14200 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
14201 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
14202 doc/parsedecl.py doc/Makefile.am: updated the python extractor
14203 to generate cross-references, and added/updated the stylesheets
14204 to generate and link API indexes. The generic keyword index
14205 is not done yet.
14206 * doc/*.html: regenerated all the usual docs too
14207
14208Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
14209
14210 * debugXML.c: added an xpath function to the shell for T. V. Raman
14211
14212Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14213
14214 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
14215 debug routines.
14216
14217Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
14218
14219 * tree.c: apply an patch from Petr Kozelka for unlink and replace
14220 support of attribute nodes
14221
14222Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
14223
14224 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
14225 hopefully near complete and fully documented of the API in XML
14226 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
14227 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
14228 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
14229 include/libxml/parserInternals.h include/libxml/valid.hi
14230 include/libxml/xmlIO.h include/libxml/xmlerror.hi
14231 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
14232 include/libxml/xpath.h include/libxml/xpathInternals.h:
14233 Cleaned up the doc comments a lot in the process, the interface
14234 coverage is now 100%
14235
14236Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14237
14238 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
14239 extracts comments from the gtk-doc DocBook output (a bit
14240 convoluted but seems to work).
14241
14242Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
14243
14244 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
14245 added an XML description of the API, moved the script generating
14246 it here. Added a "make api" target
14247
14248Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
14249
14250 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
14251
14252Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
14253
14254 * xpath.c include/libxml/xpathInternals.h: the change made to
14255 xmlXPathFuncLookupFunc was incompatible roll it back
14256
14257Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
14258
14259 * SAX.c: cleanup patch from Anthony Jones
14260 * doc/Makefile.am: fix the headers to avoid in make scan
14261 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
14262 includes, * vs Ptr and general cleanup
14263 * parsedecl.py: first version of a script to extract the
14264 module interfaces, the goal will be to provide .decl or XML
14265 specification of the interfaces to build wrappers.
14266
14267Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
14268
14269 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
14270 now provides return codes in case of errors
14271
14272Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
14273
14274 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
14275 Upgraded to trio baseline 1.6
14276 * strio.h strio.c: Replaced by triostr.h and triostr.c
14277
14278Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
14279
14280 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
14281 of strdup usage in the code
14282
14283Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14284
14285 * parser.c error.c: Keith Isdale complained rightly that
14286 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
14287
14288Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
14289
14290 * tree.c: fixed the funxtion to set the xml: attributes
14291 * debugXML.c: added "setbase" to test it.
14292
14293Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
14294
14295 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
14296 to allow updating an attribute content
14297
14298Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14299
14300 * libxml.h: try to avoid problems when compiling on Windows
14301
14302Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
14303
14304 * hash.c: patch from Anthony Jones for hash.c allocation size
14305 * Makefile.am: trying to work around Yet Another Libtool Madness
14306 and build the 2.4.13 release finally ...
14307
14308Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
14309
14310 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
14311 * doc/* : update of the documentation
14312
14313Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
14314
14315 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
14316 at fixing #61290 :-(
14317
14318Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
14319
14320 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
14321 Fixes bug #67229
14322
14323Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
14324
14325 * tree.c: trying to avoid troubles when a subtree is copied
14326 and coalesced in part with the target tree. Should fix
14327 bug #67407
14328
14329Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14330
14331 * valid.c: fixed validation of attributes content of type
14332 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
14333 values, very old bug. Fixes #67671
14334
14335Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
14336
14337 * parser.c include/libxml/parserInternals.h tree.c: integrated
14338 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
14339 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
14340
14341Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
14342
14343 * threads.c: applied Serguei Narojnyi's patch to add native
14344 thread support on the Win32 platform
14345 * testThreadsWin32.c Makefile.am: added the test program also
14346 from Serguei, Win32 specific
14347 * include/win32config.h include/libxml/xmlwin32version.h.in:
14348 added patch from Igor for the Windows thread specific defines.
14349
14350Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
14351
14352 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
14353
14354Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
14355
14356 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
14357 output page into XMLinfo.html. Close bug #66951 and
14358 raised by Robert Collins too.
14359
14360Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
14361
14362 * encoding.c: Paul Keogh pointed out a possibility of segfault
14363 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
14364 Closes bug # 68238
14365
14366Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
14367
14368 * doc/*.html: updated the Gdome2 links
14369
14370Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
14371
14372 * libxml.h: Applied following patches from Robert Collins
14373 and make sure IN_LIBXML is defined when compiling it
14374 -------
14375 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
14376 as well as Visual C.
14377 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
14378 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
14379 * strio.c (PLATFORM_UNIX): Define for Cygwin.
14380 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
14381 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
14382 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
14383 xmlSysIDExists xmlNoNetExists).
14384 * xmllint.c: Don't include winsock2.h for Cygwin.
14385
14386Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
14387
14388 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
14389 when the version info is not present.
14390
14391Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14392
14393 * tree.c: Anthony Jones pointed out a problem in
14394 xmlStringGetNodeList() and provided a fix for it
14395
14396Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
14397
14398 * parser.c: patch from Frank J Franklin to remove a bug in
14399 xmlCreatePushParserCtxt() when the initial buffer passed
14400 is large.
14401
14402Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14403
14404 * win32/*: big cleanup of the Windows/MSVC project files
14405 from Igor Zlatkovic
14406
14407Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
14408
14409 * doc/Makefile.am: should fix #67674 and avoid troubles if
14410 xsltproc is not available or fails in the prefix provided
14411
14412Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
14413
14414 * xmlmemory.c: one more doc patch from Charlie Bozeman.
14415
14416Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14417
14418 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
14419 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
14420 Fixed a few other problems raised by Charlie Bozeman.
14421 * result/VC/ElementValid[5-7]: fixed the output
14422
14423Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
14424
14425 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
14426 patches from Charlie Bozeman. Regenerated the HTML docs.
14427
14428Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
14429
14430 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
14431 for Windows from Igor
14432
14433Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14434
14435 * xmllint.c: applied Justin Fletcher patch for --output or -o
14436
14437Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
14438
14439 * win32/libxml2/libxml2.def.src: close #67019
14440
14441Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
14442
14443 * xmllint.c: applied Justin Fletcher generic timing patch
14444 similar to the one already applied to xsltproc.
14445
14446Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
14447
14448 * include/libxml/tree.h tree.c: applied documentation patches
14449 from Charlie Bozeman
14450
14451Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
14452
14453 *doc/xmllint.xml, xmllint.1 - document --dropdtd
14454
14455Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
14456
14457 * valid.c: fix the xmlStrdup() used in the previous patch.
14458 * valid.c: added --dropdtd
14459 * tree.c: fixed xmlUnlinkNode so it also removes the references
14460 from the document if the node is a DTD
14461
14462Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
14463
14464 * HTMLtree.c valid.c: cleanup some static declarations
14465
14466Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
14467
14468 * xmllint.c: removed another strdup()
14469 * doc/FAQ: removed the HP/UX entry
14470
14471Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
14472
14473 * valid.c: fix bug #66816 when validating.
14474 * xmllint.c: don't use sys/time.h if configure did not found it
14475
14476Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
14477
14478 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
14479 xmlcatalog_man.xml
14480
14481Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
14482
14483 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
14484 xmlInitMemory() was declared twice
14485
14486Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
14487
14488 * globals.c: do not reference strdup() !
14489 * configure.in libxml-2.0.pc.in: trying to fix the libs
14490 of the various config extraction modules
14491
14492Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14493
14494 * configure.in : preparing 2.4.12
14495 * doc/* : updated and rebuilt the docs
14496
14497Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
14498
14499 * uri.c: closed bug #66159
14500 * testURI.c: added --escape option
14501 * configure.in: some cleanup for xml2-config --cflags
14502
14503Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
14504
14505 * globals.c testThreads.c: removed some misplaced includes
14506 of xmlversion.h
14507
14508Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
14509
14510 * threads.c: patch from Gary Pennington fixing a possible
14511 problem at initialization time.
14512
14513Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
14514
14515 * configure.in libxml.h parser.c testThreads.c macos/: integrated
14516 Eric Lavigne contribution to build libxml2 on MacOS using
14517 CodeWarrior.
14518
14519Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
14520
14521 * xmllint.c: applied Geert Kloosterman's patch to fix
14522 --repeat --timing output
14523
14524Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
14525
14526 * parser.c: Robin Berjon <robin@knowscape.com> found a case
14527 where non-wellformed XML declaractions were not detected.
14528
14529Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14530
14531 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
14532
14533Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
14534
14535 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
14536 gets reset by xmlCleanupInputCallbacks() and this makes the
14537 function useless. Same for output.
14538
14539Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14540
14541 * xmlIO.c: robert pointed out a loop error in callback cleanups
14542
14543Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
14544
14545 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
14546 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
14547 they are not really tied to debugging
14548
14549Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14550
14551 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
14552 * xmllint.c: better --catalogs description
14553
14554Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
14555
14556 * tree.c: fixed a couple of problems in xmlSetProp()
14557
14558Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
14559
14560 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
14561 unappropriate stdout output.
14562
14563Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
14564
14565 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
14566 by Denis Beurive, closes #65111
14567
14568Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
14569
14570 * valid.c: in case of content model validity error, don't
14571 print it if validity warnings were not requested.
14572
14573Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
14574
14575 * nanoftp.c: applied a couple of patches from Brian D Ripley.
14576 * parserInternals.c: removed the last exit() call. Print an
14577 unmaskable error on stderr instead (library mismatch detection)
14578
14579Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
14580
14581 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
14582 shell instructions from Heiko Rupp
14583
14584Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
14585
14586 * catalog.c: use the URL notation file:// for default catalog paths
14587
14588Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
14589
14590 * include/libxml/tree.h: better comments for _private fields
14591 * tree.c: removed a problem when copying an entity reference.
14592
14593Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
14594
14595 * vms/*: updated instructions and diffs from John A Fotheringham
14596
14597Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
14598
14599 * include/libxml/xmlerror.h: avoid an include problem if
14600 #include <libxml/xmlerror.h> happens first in code
14601 seems to be the case in KDE libs
14602
14603Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14604
14605 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
14606 from Igor for Windows
14607
14608Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14609
14610 * Makefile.am: Gary Pennington pointed out a missing prefix
14611
14612Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
14613
14614 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
14615 * doc/*: upgraded and rebuilt the docs
14616
14617Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
14618
14619 * HTMLparser.c: fix comment in scripts element parsing.
14620 * result/HTML/doc3*: updated the results.
14621
14622Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
14623
14624 * uri.c: another URI bug fix #63336, using Joel Young patch.
14625
14626Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
14627
14628 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
14629 a cleaned up version of the Pwd shell string generation.
14630
14631Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14632
14633 * valid.c include/libxml/tree.h: trying to fix namespaces +
14634 validation problems for good, closing #63619 in the process
14635 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
14636 wrong in this respect, fixed it.
14637
14638Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14639
14640 * xmllint.c: Morus Walter patch to allow --format and --encode
14641
14642Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
14643
14644 * debugXML.c: Stefan Kost provided an help command for the shell
14645
14646Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
14647
14648 * debugXML.c: Heiko Rupp pointed that the shell would crash
14649 on empty nodesets returns.
14650
14651Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14652
14653 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
14654 migh need the history libraries
14655
14656Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
14657
14658 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
14659 handle the case of < in quoted attributes, Bastian Kleineidam
14660
14661Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14662
14663 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
14664 fixing catalog breakages
14665 * Makefile.am catalog.c result/catalogs/catal
14666 result/catalogs/mycatalog.* test/catalogs/catal*:
14667 fixed more problems in catalog support, added more regression tests
14668 for both XML and SGML catalog handling
14669
14670Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14671
14672 * debugXML.c: applied an improvement to xmlGetLineNo() from
14673 Keith Isdale
14674
14675Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
14676
14677 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
14678 Side effect of the progressive catalog loading
14679
14680Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
14681
14682 * Makefile.am: confexecdir and confexec_DATA were defined twice
14683 pointed out by Karl Eichwalder
14684
14685Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
14686
14687 * xmlcatalog.c: avoid unlink() and use remove() instead.
14688
14689Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
14690
14691 * libxml.spec.in: cleanup
14692 * include/libxml/xmlwin32version.h: updated with 2.4.8
14693
14694Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
14695
14696 * encoding.c global.data globals.c testThreads.c: fix bug #63752
14697 of compiling libxml with a non standard set of options
14698
14699Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
14700
14701 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
14702 document --sgml option, fixing gnome bugzilla #63382
14703
14704Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
14705
14706 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
14707 breakage of 2.4.7, added a couple of really needed APIs
14708 like xmlCatalogIsEmpty() and xmlNewCatalog()
14709 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
14710 for install-catalog
14711 * configure.in: preparing 2.4.8
14712
14713Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
14714
14715 * HTMLtree.c tree.c include/libxml/HTMLtree.h
14716 include/libxml/tree.h include/libxml/xmlIO.h: more include
14717 cleanups, export cleanly one html output + format function.
14718
14719Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
14720
14721 * parser.c: removed initGenericErrorDefaultFunc call from
14722 xmlInitParser() since it could destroy previous calls to
14723 xsltSetGenericErrorFunc() effects
14724
14725Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14726
14727 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
14728 keyword.
14729
14730Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
14731
14732 * Makefile.am: cleanup
14733 * threads.c: cleanup too
14734 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
14735 from xsltproc
14736 * include/libxml/tree.h include/libxml/parser.h: trying to break a
14737 dependency loop.
14738
14739Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
14740
14741 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
14742 was not used anymore !
14743
14744Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14745
14746 * configure.in: preparing 2.4.7
14747 * Makefile.am doc/Makefile.am: switched to the latest xmllint
14748 manual page from John
14749 * doc/*: updated the doc and rebuilt the generated pages
14750
14751Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
14752
14753 * xmlIO.c: closing bug #62711, the library should never
14754 close stdin or stdout.
14755
14756Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
14757
14758 * uri.c: second pass at fixing #63336, using Joel Young
14759 final patch. looks okay.
14760
14761Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
14762
14763 * uri.c include/libxml/uri.h: trying to clear #63336
14764 allowing the escaping routine to parse unconformant
14765 URI-References.
14766
14767Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
14768
14769 * vms/readme.vms vms/build_libxml.com nanoftp.c
14770 include/libxml/xmlversion.h.in: a few VMS updates from
14771 John A Fotheringham
14772 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
14773 and xmlCleanupOutputCallbacks() for the Perl binding people.
14774
14775Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
14776
14777 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
14778 apply fixes to close #63271 and avoid segfaults when
14779 the error routine gets callbed before xmlInitParser()
14780 get called.
14781 * nanoftp.c error.c: Applied patches from Justin Fletcher
14782 correcting some xmlGenericError misuses.
14783
14784Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
14785
14786 *doc/xmllint.xml, doc/xmllint.1
14787 New and improved man page for xmllint - .xml is the original, .1
14788 is the generated man page
14789
14790Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
14791
14792 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
14793 the web site from the main HTML document.
14794
14795Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
14796
14797 * parser.c: fixed an erroneous validation bug when PE refs
14798 occurs in external parsed entities referenced from the
14799 internals subset
14800 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
14801 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
14802 added the associated testcase, it's a nice one.
14803 * HTMLparser.c: generate the DTD node as HTML still ...
14804 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
14805
14806Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
14807
14808 * HTMLparser.c: fixed a bug in htmlNewDoc()
14809
14810Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
14811
14812 * test/threads/*: added entities testing to the Thread test
14813 * testThreads.c: make the test reasonable
14814 * DOCBparser.c: fix the DTD public and system ID
14815 * xmllint.c: added --sgml for SGML DocBook importing
14816 * Makefile.am: added Docbtests target
14817
14818Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
14819
14820 * nanoftp.c: use only "anonymous@" string for anonymous passwds
14821 * testThreads.c: removed bogus include
14822
14823Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
14824
14825 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
14826 fixed a very serious (looping) validation bug
14827
14828Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
14829
14830 * include/libxml/globals.h include/libxml/threads.h threads.c
14831 testThreads.c: far more testing, cleaning up bugs
14832 * *.c : make sure globals.h is always included.
14833
14834Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
14835
14836 * HTMLparser.c: try to get rid of parser loops for good.
14837
14838Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
14839
14840 * configure.in: fixed some bugs in CFLAGS passing.
14841 * test/threads Makefile.am testThreads.c: added a specific
14842 threaded test case (really nasty, guaranteed).
14843
14844Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
14845
14846 * catalog.c: serious cleanup on the management of the
14847 XML catalog tree, more tests done, especially with
14848 the catalog PI.
14849
14850Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
14851
14852 * catalog.c: avoid a problem in catalog cleanup on SMP if
14853 catalogs were not initialized.
14854
14855Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
14856
14857 * catalog.c xpath.c: trying to cleanup the not thread safe
14858 parts of the library.
14859
14860Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
14861
14862 * include/libxml/globals.h configure.in global.data: make
14863 the allocation be per-thread a configure option
14864 * encoding.c include/libxml/parser.h: fixed compilation
14865 errors
14866
14867Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14868
14869 * include/libxml/parser.h: Norm reported that a few lines
14870 added were breaking libxslt compile, removed them for now
14871
14872Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
14873
14874 * parser.c parserInternals.c threads.c: debugged and fixed
14875 initialization problems which were giving troubles on SMP
14876 boxes.
14877
14878Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
14879
14880 * include/libxml/Makefile.am: missing globals.h
14881
14882Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
14883
14884 * globals.c: added a couple of standard includes.
14885
14886Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
14887
14888 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
14889 include/libxml/parserInternals.h include/libxml/tree.h
14890 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
14891 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
14892 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
14893 Applied the last patches from Gary, cleanup, activated threading
14894 all user accessible global variables are now handled in globals.[ch]
14895 Still a bit rought but make tests passes with either
14896 --with-threads defined at configure time or not.
14897 * Makefile.am example/Makefile.am: added globals.[ch] and threads
14898 linking options
14899
14900Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
14901
14902 * Makefile.am include/libxml/Makefile.am
14903 include/libxml/globals.h globals.c include/libxml/threads.h
14904 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
14905 configure.in: started integrating the core of the thread support
14906 not activated yet but half integrated. The code should still
14907 compile and work anyway.
14908
14909Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
14910
14911 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
14912 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
14913 integrating the non-controversial parts of Gary Pennington
14914 multithread patches
14915 * catalog.c: corrected a small bug introduced
14916
14917Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
14918
14919 * catalog.c include/libxml/catalog.h: very serious cleanup,
14920 isolating unportable code and as much as possible the accesses
14921 to the global shared catalog. May need more testing !
14922
14923Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
14924
14925 * include/libxml/debugXML.h debugXML.c tree.c: integrating
14926 Keith Isdale patches for the XSLT debugger interfaces. Some
14927 cleanup
14928
14929Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
14930
14931 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
14932 * DOCBparser.c: generate line nubers in elements
14933
14934Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
14935
14936 * configure.in: preparing 2.4.6 release
14937 * doc/xml.html doc/html/*: updated and rebuilt the docs
14938 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
14939
14940Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
14941
14942 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
14943 adding documentation for DV's supercatalog support
14944
14945Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
14946
14947 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
14948 super catalog support adding one API and one flag --sgml to
14949 xmlcatalog
14950
14951Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
14952
14953 * doc/xmlcatalog_man.xml, xmlcatalog.1
14954 One more crack at
14955 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
14956
14957Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
14958
14959 * xpath.c: implemented xmlXPathObjectCopy for external objects
14960 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
14961
14962Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
14963
14964 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
14965 finishing up fix to
14966 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
14967 the xmlcatalog man page display more elegantly
14968
14969Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
14970
14971 * configure.in: closing bug #61832
14972 * HTMLparser.c: removed a warning
14973
14974Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
14975
14976 * xpath.c: fixing #61673 part I, do not loose doc information
14977 when copying result value trees.
14978
14979Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
14980
14981 * xpath.c: trying to harden the XPath interpreter
14982
14983Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
14984
14985 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
14986 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
14987
14988Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
14989
14990 * HTMLparser: repaired another loop problem
14991
14992Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
14993
14994 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
14995 parsing.
14996 * xpath.c: fix bug #61291 the default XML namespace node is
14997 missing from the namespace axis.
14998 * tree.c: refuse to create namespaces nodes with prefix "xml"
14999
15000Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
15001
15002 * SAX.c: ouch a non-defined namespace could lead to a crash,
15003 fixed #61215
15004
15005Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
15006
15007 * parserInternals.c: closed bug #61054
15008
15009Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
15010
15011 * include/libxml/Makefile.am: closing #60708
15012
15013Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
15014
15015 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
15016 adding xmlSAXParseFileWithData following Marco Stipek suggestion
15017
15018Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15019
15020 * valid.c: close bug #61550 when xml: wasn't considered a namespace
15021
15022Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
15023
15024 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
15025 * DOCBparser.c HTMLparser.c parser.c: fixed typos
15026
15027Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
15028
15029 * catalog.c: Justin Fletcher provided cleaup code in case
15030 HAVE_STAT is not defined
15031 * include/win32config.h: Igor Zlatkovic suggested to have
15032 HAVE_STAT defined there
15033
15034Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
15035
15036 * catalog.c - fixed typing error reported by M. Barros
15037
15038Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
15039
15040 * xmllint.c - fixing typo
15041
15042Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
15043
15044 * HTMLparser.c: small enhancement to prevent loop on
15045 unrecognizable data
15046
15047Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
15048
15049 * parserInternals.c: applying patch from bug #60757 this
15050 should close it
15051
15052Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
15053
15054 * catalog.c xmlcatalog.c: removed a couple of warning
15055 * xpath.c: try to solve the linking problem on platforms
15056 needing trio to compile
15057
15058Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
15059
15060 * Makefile.am libxml.spec.in: backing up non-documented changes
15061 commited without review or aproval by Jens Finke <jens@gnome.org>
15062 * HACKING: made 100% clear that no commit should be done directly
15063
15064Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
15065
15066 * configure.in: Joe Orton provided a patch fixing a problem
15067 when iconv is specified to be in a non-standard directory
15068 but wasn't exported in xml2-config --cflags
15069
15070Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
15071
15072 * configure.in: let's ship 2.4.5 before getting too much
15073 troubles with 2.4.4 errors.
15074
15075Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15076
15077 * encoding.c entities.c: do not output hexadecimal charrefs
15078 when serializing HTML since some version of Netscape can't
15079 grok it, generate decimal ones.
15080 * result/HTML/doc3.htm: output changed due to previous test
15081 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
15082
15083Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
15084
15085 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
15086 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
15087
15088Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
15089 Released 2.4.4
15090
15091 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
15092 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
15093 updated the configuration scripts systems accordingly
15094
15095Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
15096
15097 * configure.in: preparing for 2.4.4
15098 * doc/xml.html doc/html/*: updated and rebuilt the docs
15099
15100Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
15101
15102 * win32/dsp/libxml2.def.src: tried to incorporate comments
15103 from bug #59220
15104
15105Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
15106
15107 * parser.c result/noent/wml.xml: fixed bug #59981 related
15108 to handling of '&' in attributes when entities are substitued
15109
15110Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
15111
15112 * libxml.h include/libxml/xmlversion.h.in
15113 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
15114 Tried to close bug #60131
15115
15116Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
15117
15118 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
15119
15120Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
15121
15122 * SAX.c: fixing bug #59946 on xmlns=""
15123
15124Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
15125
15126 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
15127 but allocates a new error code.
15128
15129Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
15130
15131 * xmllint.c: John Fleck fixed typos in the options output
15132 * parser.c SAX.c: fix ignorable white space SAX selection
15133
15134Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
15135
15136 * entities.c: Steve Underwood found the possibility of an
15137 ininite loop in case of error.
15138
15139Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
15140
15141 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
15142
15143Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
15144
15145 * parser.c: warn if version is not 1.0 but it's not
15146 strictly speaking an error after analyzing the spec
15147
15148Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
15149
15150 *doc/catalog.html - add link to the html version of the
15151 man page, other linguistic cleanups
15152
15153Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
15154
15155 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
15156 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
15157 file, has not yet been included in the build.
15158
15159Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
15160
15161 * catalog.c: removed a duplicate affectation Justin Fletcher
15162
15163Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
15164
15165 * tree.c: Armin Sander pointed a possible text coalescing
15166 problem, completed his patch.
15167
15168Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15169
15170 * trionan.c: Fixed const and volatile re-definition problem
15171
15172Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
15173
15174 * libxml.4 parser.c: doc updates from Heiko Rupp
15175 * parserInternals.c: 2 sanity checks from Heiko Rupp
15176
15177Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
15178
15179 * tree.c: applied patch from Armin Sander to make some pointers
15180 const in xmlCopyNode()
15181 * include/libxml/tree.h: added fix to the header
15182
15183Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
15184
15185 * xpath.c: hum, restrict the integer usage gcc bug workaround
15186 to only gcc compilers so that other architecture don't get
15187 penalized by this limitation.
15188 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
15189
15190Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
15191
15192 * valid.c: fixed a Windows compiler warning (Chris Poblete)
15193 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
15194
15195Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
15196
15197 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
15198 --convert option to xmlcatalog to convert SGML ones to
15199 the XML syntax.
15200 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
15201
15202 2.4.3 got released at that point
15203Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
15204
15205 * catalog.c xmlIO.c: started some serious testing and fixed
15206 a few bug and optmization needs.
15207
15208Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15209
15210 * Makefile.am configure.in include/libxml/xmlwin32version.h:
15211 preparing for a 2.4.3 release even if it may not be ready yet
15212 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
15213 all file parsing lookup to go through the entity resolver, add
15214 to add an API to bypass it (needed to load catalogs themselves),
15215 some cleanup on the catalog code too.
15216 * nanoftp.c: small cleanup
15217 * doc/catalog.html: small update
15218
15219Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
15220
15221 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
15222 Jun Kuriyama
15223
15224Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
15225
15226 * doc/catalog.html: finished the catalog documentation
15227
15228Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
15229
15230 * doc/catalog.html doc/xml.html: added documentation about
15231 Catalog support, misses an API description
15232 * doc/html/*: reextracted the API pages
15233
15234Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
15235
15236 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
15237 Added the part about section 7.2 on URI resolution,
15238 fixed a side effect in the HTML parser, look complete
15239 and ready to rock except the URI/SystemID part!
15240
15241Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
15242
15243 * include/libxml/catalog.h include/libxml/parser.h
15244 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
15245 xmlIO.c: added support and APIs needed for the catalog PI
15246 * include/libxml/xmlIO.h: cleanup
15247
15248Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
15249
15250 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
15251 include/libxml/catalog.h: starts to look okay, really
15252 plugged the new framework, cleaned a lot of stuff,
15253 added some APIs, except the PI's support missing this
15254 should be mostly complete
15255 * result/catalogs/* test/catalogs/*: added new test, enriched
15256 the existing one with URN ID tests
15257
15258Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
15259
15260 * catalog.c: fixed nextCatalog
15261 * result/catalogs/docbook test/catalogs/*: started adding
15262 a small regression test
15263
15264Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
15265
15266 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
15267 more work on the XML catalog support.
15268 * parser.c include/libxml/parser.h: small cleanup seems using
15269 list as a public parameter name can give portability troubles
15270 * trionan.c trionan.h xpath.c include/libxml/trionan.h
15271 include/libxml/xpath.h include/libxml/Makefile.am: removed
15272 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
15273 wrappers
15274
15275Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15276
15277 * Makefile.am trio.c triodef.h trionan.c xpath.c
15278 include/libxml/Makefile.am include/libxml/trionan.h:
15279 Re-worked Not-A-Number and Infinity support.
15280 * xmlcatalog.c: added readline include files
15281
15282Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
15283
15284 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
15285 testCatalog as xmlcatalog, making it an installed app
15286 adding a shell, and preparing it to be a /etc/xml/catalog
15287 management tool, though not ready yet
15288 * catalog.c include/libxml/catalog.h: adding support for
15289 XML Catalogs http://www.oasis-open.org/committees/entity/
15290 not finished, there is some interesting tradeoffs and a
15291 few open questions left.
15292
15293Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
15294
15295 * xmllint.c: fixed a line formatting problem
15296
15297Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
15298
15299 * SAX.c: removed a couple of unused variable (Albert Chin)
15300
15301Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
15302
15303 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
15304 trying to fix some troubles w.r.t. function returning
15305 const xxxPtr.
15306
15307Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
15308
15309 * win32/dsp/libxml2.def.src: another set of symbols conditionally
15310 defined
15311
15312Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
15313
15314 * xpointer.c: removed unused var
15315
15316Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
15317
15318 * testXPath.c: another small cleanup closing bug #59110
15319
15320Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
15321
15322 * win32/dsp/libxml2.def.src: small cleanup closing bug
15323 #59108
15324
15325Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
15326
15327 * example/gjobread.c: add xmlCleanupParser() before leaving
15328
15329Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
15330
15331 * config.h.in configure.in include/libxml/xmlwin32version.h:
15332 released 2.4.2
15333
15334Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
15335
15336 * include/libxml/valid.h debugXML.c valid.c: deprecate
15337 the non-boundchecking Sprintf functions, add Snprintf
15338 this should close bug #57984
15339
15340Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
15341
15342 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
15343 URIs before doing the lookups (pointed by Mark Vakoc)
15344
15345Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
15346
15347 * xpath.c: serious changes on Result Value Trees and NodeSets
15348 w.r.t. deallocation and collect operations. Probably not
15349 100% clean (merge of allocated trees smells like a problem).
15350 Seems sufficient to close #58943
15351
15352Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
15353
15354 * xmllint.c: adding a --format option
15355
15356Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
15357
15358 * xpath.c: count() was broken on Result Value Tree
15359 * xmlIO.c: fixed file:/// accesses on _WIN32
15360
15361Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
15362
15363 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
15364 macro was renamed, this should close bug #58683
15365
15366Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
15367
15368 * SAX.c: small fix fixing bug #58539 reported by coolo, in
15369 entity substitution mode text at the end of the entity might
15370 be added due to text coalescing.
15371 * nanoftp.c parser.c: small cleanup
15372
15373Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
15374
15375 * HACKING: added John Fleck right to commit in the doc subdir
15376
15377Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15378
15379 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
15380 allow to inherit attributes from the DTD directly in the
15381 tree, this is needed for XPath and can be a useful feature.
15382 Inherited namespaces are always provided at the tree level now
15383 * test/defattr* result/defattr* result/noent/defattr*: added a couple
15384 of tests for this feature (XSLT being the prime user).
15385
15386Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
15387
15388 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
15389 testSAX.c xmlIO.c xmllint.c include/win32config.h
15390 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
15391 include/libxml/xmlwin32version.h.in win32/README.MSDev
15392 win32/dsp/*: applied Win32 Facelift No.2 patches from
15393 Igor Zlatkovic for Windows/MSC
15394
15395Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
15396
15397 * SAX.c: unparsedEntityDecl() the URI computation of the
15398 entity wasn't done breaking XSLT unparsed-entity-uri()
15399
15400Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
15401
15402 * xpath.c: fixed a bug when walking the descendants and
15403 the current node has no children
15404 * debugXML.c: show up when a text node is supposed to not be escaped
15405
15406Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15407
15408 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
15409 worked like the set:leading() function)
15410 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
15411
15412Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15413
15414 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
15415
15416Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15417
15418 * include/libxml/xmlIO.h: apply change to close #58141
15419 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
15420
15421Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15422
15423 * parser.c: when the internal subset uses a PE, then the
15424 included entity can use conditional sections.
15425
15426Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15427
15428 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
15429 when walking the namespace axis showing up in
15430 libxst/tests/general/bug-12
15431 * xmlmemory.c: added the possibility to trace a given block
15432 defined by its address
15433
15434Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15435
15436 * parser.c: don't override existing encoding specified before
15437 starting xmlParseDocument()
15438
15439Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15440
15441 * include/libxml/xmlwin32version.h: reinserted, needed for
15442 Windows users of CVS
15443
154442001-07-27 Darin Adler <darin@bentspoon.com>
15445
15446 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
15447 * testCatalog.c: Add include of <libxml/parser.h>.
15448
154492001-07-27 Darin Adler <darin@bentspoon.com>
15450
15451 * include/libxml/.cvsignore:
15452 * include/libxml/xmlwin32version.h:
15453 Remove this file from CVS because it's generated.
15454
15455Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15456
15457 * parser.c include/libxml/parser.h: applied const patches from
15458 Tom Moog #58002
15459
15460Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15461
15462 * xpath.c include/libxml/xpath{,Internals}.h: added a function
15463 lookup framework
15464
15465Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15466
15467 * tree.c: fixed xmlCopyNode() for documents
15468
15469Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15470
15471 * parser.c: fixed bugs #58073 reported by Greg Shtilman
15472
15473Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15474
15475 * parser.c: fixes bug #57652 reported by Morus Walter
15476
15477Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15478
15479 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
15480
15481Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15482
15483 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
15484 errors, lesson don't add new functions at 1am before a release
15485 * xpath.c: integrated fix from Bjorn to avoid divide by zero
15486 from XPath initialization when possible.
15487
15488Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15489
15490 * result/scripts/base*: removing history/readline changed
15491 this slightly
15492 * include/libxml/parser.h SAX.c parser.c parserInternals.c
15493 xmllint.c: make element content line number generation
15494 optionnal to avoid breaking old apps added interface to switch
15495
15496Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15497
15498 * configure.in: get rid of the readline and libhistory
15499 dependencies by default, release 2.4.1 with IA64 fix
15500 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
15501 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
15502 John Kroll fixes to allow saving to HTTP via PUT (or
15503 POST of needed).
15504 * doc/html/*.html: regenerated the docs
15505
15506Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15507
15508 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
15509 xmlHashScanFull and xmlHashScannFull3 to get passed the
15510 three keys as arguments to the callback function
15511
15512Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15513
15514 * configure.in Makefile.am: removed libxml softlink for good
15515 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
15516 100% coverage by gtk-doc
15517
15518Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15519
15520 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
15521 fixed serious troubles due to size_t vs. int mismatch
15522
15523Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15524
15525 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
15526
15527Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15528
15529 * include/libxml/xpath{,Internals}.h xpath.c: added a more
15530 convenient extension API for value and context managing
15531 Now handles external objects through xmlXPathPopExternal,
15532 xmlXPathWrapExternal and xmlXPathReturnExternal.
15533 Added functions for sets operations (intersection, etc.)
15534
15535Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15536
15537 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
15538 xmlIO.c tree.c parserInternals.c entities.c encoding.c
15539 HTMLparser.c: cleanup of global variables, marking some
15540 const or private.
15541
15542Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15543
15544 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
15545 fixed xmlXPathNodeSetItem when passing index=0
15546
15547Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15548
15549 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
15550
15551Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15552
15553 * xmllint.c: fixed compilation under Cygwin #57503
15554 * TODO: update
15555
155562001-07-13 Peter Williams <peterw@ximian.com>
15557
15558 * config.h.in: add #undef HAVE_DLFCN_H
15559
15560 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
15561 builddir.
15562
15563Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15564
15565 * win32/libxml2/libxml2.def.src: added a couple of exported entries
15566 raised by #57348 and #57381
15567
15568Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15569
15570 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
15571 tree.c xpointer.c: store the line numbder in element->content,
15572 may break some software, need a configuration mechanism
15573
155742001-07-10 Darin Adler <darin@bentspoon.com>
15575
15576 * .cvsignore:
15577 * example/.cvsignore:
15578 * include/.cvsignore:
15579 * include/libxml/.cvsignore:
15580 Various things that are generated and should be ignored.
15581
15582Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15583
15584 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
15585 * doc/xml.html doc/html/*: updated the docs
15586
15587Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15588
15589 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
15590 validation occured on content with element child
15591
15592Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15593
15594 * tree.c: fixed XML Base computation which was broken
15595 * debugXML.c: added a base function to the shell
15596 * Makefile.am result/scripts/* test/scripts/*: added scripts
15597 based regression tests, and adding 2 XML Base tests
15598
15599Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15600
15601 * tree.c: set properties doc and call xmlSetListDoc for properties
15602 content when grafting them in a different tree.
15603 * aclocal.m4: remove from CVS
15604
15605Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15606
15607 * win32/libxml2/libxml2.def.src: added some missing entry point
15608 for XPath (Mark Vakoc)
15609
15610Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15611
15612 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
15613 layer should URI-Unescape before trying to open resources.
15614
15615Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15616
15617 * xpath.c: fix the name() bug for elements in the default
15618 namespace reported by Charlie Bozeman
15619
15620Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15621
15622 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
15623 led to an XPath fix, improvements of SAX initialization, and
15624 an added option --nocdata to testXPath
15625
15626Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15627
15628 * doc/libxml-doc.el: Felix Natter provided anew version working
15629 with XEmacs too
15630
15631Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15632
15633 * include/libxml/xpath.h: small cleanup
15634 * doc/xml.html: update
15635
15636Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15637
15638 * Makefile.am configure.in include/libxml/xmlwin32version.h:
15639 released 2.3.14
15640
15641Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15642
15643 * doc/html/*: rebuilt the docs for the release
15644 * doc/xml.html: added 2.3.14 release.
15645
15646Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15647
15648 * xpath.c: a bug reported by Stephan Kulow empty nodesets
15649 were not equal to empty strings
15650
15651Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15652
15653 * SAX.c: fixed a URI-Reference computation problem when validating
15654 * xmlIO.c: small cleanup
15655
15656Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15657
15658 * parser.c: improved the description of a couple of interfaces
15659 upon Larry Stamper suggestion
15660
15661Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15662
15663 * SAX.c entities.c parser.c: changed completely the way entities
15664 are handled when running the parser in entity substitution mode.
15665 This fixes a bug reported by Stephan Kulow and nearly divides
15666 by 3 the amount of memory required by libxslt to load and process
15667 DocBook TDG.
15668
15669Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15670
15671 * HTMLparser.c: fixing a too early root closing problem raised
15672 byt Prashanth Naidu
15673
15674Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15675
15676 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
15677 raised by Mark Vakoc.
15678
15679Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15680
15681 * example/Makefile.am: fixed the include path to add srcdir/include
15682 * Makefile.am configure.in: fix from Albert Chin for iconv detection
15683 and some cleanup
15684
15685Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15686
15687 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
15688 lot of optimization work, results in significant improvements
15689 when handling really complex XPath queries. Add a small optimizer
15690 for unions, improve [n] and [last()], avoid some costly ops.
15691
15692Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15693
15694 * include/libxml/parser.h parser.c: xmlStrstr args are both const
15695 * xpath.c: small cleanup
15696 * xmlGetNsList: reformated, fixed problems if used on Entities
15697
15698Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15699
15700 * doc/xml.html: added 1.8.14 and 2.3.13 releases
15701
15702Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15703
15704 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
15705 * Makefile.am example/Makefile.am: workaround automake generating
15706 erroneous deps
15707
15708Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15709
15710 * include/win32config.h: bug #56801 Yon Derek provided a patch
15711 to the windows config file.
15712
15713Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15714
15715 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
15716 libxml.h : Yon Derek provided a set of changes to compile from
15717 CVS on Windows/MSC
15718
15719Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15720
15721 * parser.c: fixed UTF8 BOM support in push mode
15722 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
15723 added a specific testcase
15724
15725Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15726
15727 * Makefile.am: added --push regression tests
15728 * parserInternals.c: the XML parser segfaulted in --push mode
15729
15730Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15731
15732 * configure.in: moved the symlinks detection within a CVS
15733 check, this is not portable and will be removed soon.
15734 * xpath.c: small cleanup/speedup
15735
15736Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15737
15738 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
15739 release of 2.3.12
15740 * parser.c: make an error message if unknow entities in all cases
15741
15742Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15743
15744 * uri.c: fixed 2 uri normalization bugs on '//' reduction
15745
15746Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15747
15748 * include/libxml/Makefile.am: Laszlo Peter pointed out that
15749 includes were installed in the wrong dir
15750
15751Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15752
15753 * doc/html.xml: warn against sending code to exhibit bugs.
15754
15755Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15756
15757 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
15758 Tru64 from Thomas Leitner
15759
15760Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15761
15762 * AUTHORS: added William and Bjorn
15763 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
15764 daniel@veillard.com hopefully I won't have to do this again
15765 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
15766 docs can be rebuilt cleanly now
15767 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
15768 from CVs it's generated, added include/libxml/xmlwin32version.h
15769 also generated but which should change far less frequently.
15770 * catalog.c nanoftp.c: made sure to include libxml.h not
15771 libxml/xmlversion.h directly
15772 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
15773 when compiling on WIN32 and MSC
15774
15775Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15776
15777 * include/Makefile.am include/libxml/Makefile.am configure.in:
15778 fixed make distcheck and rebuilding the rpms
15779
15780Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15781
15782 * configure.in: should finish the migration of exported includes
15783 into a real include/libxml in CVS, at least for CVS users.
15784 * removed the exported headers, added in include/libxml (as well
15785 as xmlversion.h.in).
15786
15787Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15788
15789 * configure.in: fixed the way to detect symlink
15790
15791Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15792
15793 * configure.in: updated, include/libxml is now a real CVS dir
15794
15795Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15796
15797 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
15798 version works with both libxml1 and libxml2 (it autodetects
15799 the prefix of the html-files) from Felix Natter.
15800 * doc/xml.html: updated doc accordingly
15801
15802Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15803
15804 * xpath.c: fixed the bug generating a template loop in libxslt
15805 when using docbook-xsl-1.4, * should filter out document nodes
15806 * HACKING: added William
15807 * TODO: updated
15808
15809Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15810
15811 * doc/FAQ.html: added a warning about gcc-3.0
15812 * doc/xml.html: added reference to gdome2 and removed a confusing
15813 sentence
15814
15815Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15816
15817 * xmlversion.h: okay this is a generated file, but Windows
15818 users need it and they can't generate it, and I want CVS
15819 Windows users ...
15820 * win32/libxml2/libxml2_so.dsp: Windows project file for
15821 the shared lib version of libxml2
15822 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
15823 resources needed for libxslt/xsltproc by Yon Derek
15824
15825Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15826
15827 * trio.c: MSVC fix (provided by Igor Zlatkovic)
15828
15829Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15830
15831 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
15832
15833Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15834
15835 * include/win32config.h: Yon Derek provided a first fix
15836 to be able to compile libxslt/xsltproc on Windows
15837
15838Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15839
15840 * xpath.c: attempt to work around what seemed a gcc optimizer
15841 bug when handling floats on i386 http://veillard.com/gcc.bug
15842 * tree.c entities.c encoding.c: doing some cleanups while
15843 chasing it
15844
15845Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15846
15847 * Makefile.am: cleanup when --without-debug is specified
15848 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
15849 w.r.t. --without-debug and other include points
15850 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
15851 Catalogs
15852 * configure.in entities.h tree.h HTMLparser.c: removed
15853 --without-corba, made the _private field mandatory
15854
15855Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15856
15857 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
15858 outputs a BOM in UTF8, an errata has been issued to avoid the
15859 problem, that was the most reasonable solution... Add support
15860 for a leading UTF8 BOM in entities.
15861
15862Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15863
15864 * valid.c: fixed a bug found when post validating an entity ref
15865 * xmllint.c: added --loaddtd and sligly changed --postvalid to
15866 activate it too
15867
15868Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15869
15870 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
15871 weakness in the node copy the XPointer and the XInclude
15872 implementations. Serious cleanup.
15873
15874Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15875
15876 * Makefile.am: Kjartan Maraas provided a small patch to
15877 add xml2-config.in to EXTRA_DIST
15878
15879Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15880
15881 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
15882 provided another failing case found in KDE, the way the
15883 ctxt->vctxt.nodeTab was allocated and freed changed over
15884 time but it wasn't completely cleaned up. This should fix it.
15885
15886Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15887
15888 * parser.c: Stephan Kulow also raised the fact that line number
15889 could get miscounted making debug harder, fixed the problem
15890 in xmlParseCharData()
15891
15892Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15893
15894 * valid.c: Stephan Kulow pointed out a problem when validating
15895 and using an empty entity, forgot a 'break' in a case.
15896
15897Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15898
15899 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
15900 * doc/xml.html: updated with 2.3.11
15901
15902Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15903
15904 * TODO: updated adding cleanup of generated doc
15905 * configure.in: prepared to release 2.3.11
15906 * xmllint.c: added --version for bug reporting
15907 * doc/html/*.html: rebuilt the doc
15908
15909Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15910
15911 * xpath.c: first part of the work on selecting namespace to
15912 fix bug #56115
15913
15914Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15915
15916 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
15917 when using -liconv
15918 * TODO: updated
15919
15920Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15921
15922 * HTMLtree.[ch]: more work on the HTML serialization routnes,
15923 cleanup, encoding support.
15924
15925Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15926
15927 * xpath.c: Thomas Broyer suggested a better patch for the / arg
15928
15929Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15930
15931 * xpath.c: bug detected by Ankh when / is used as a function arg
15932
15933Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15934
15935 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
15936 of element and use it to avoid outputting formatting spaces at
15937 the wrong place. Implemented the format parameter for HTML save.
15938 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
15939 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
15940 result/HTML/wired.html: of course this impact the result of a
15941 number of HTML tests
15942
15943Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15944
15945 * HTMLtree.[ch]: started augmenting the HTML save API with
15946 encoding and formatting parameters
15947
15948Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15949
15950 * HTMLtree.h: cleanup and started evaluating the work needed on
15951 revamping the HTML output code
15952
15953Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15954
15955 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
15956
15957Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15958
15959 * valid.c: fixed bug #56049, forgot one check in the
15960 validation routine
15961
15962Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15963
15964 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
15965
15966Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15967
15968 * libxml.h: fixed an error in last commit
15969 * doc/FAQ.html: added an entry for compilation from CVS
15970
15971Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15972
15973 * xmlversion.h.in libxml.h: Cygwin patches
15974 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
15975 * tree.h: cleanup
15976
15977Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15978
15979 * tree.c: patched xmlFreeNode() to avoid freeing() a static
15980 memory block in a strange case where libxml is linked twice
15981 in the binary.
15982
15983Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15984
15985 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
15986 state far too often, simple fix used to avoid it.
15987
15988Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15989
15990 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
15991 being processed, applied his patch
15992 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
15993
15994Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15995
15996 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
15997 provided fixes to compile on MSCC again
15998 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
15999 also provided an update for the project files.
16000
16001Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16002
16003 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
16004 bug #55810
16005
16006Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16007
16008 * tree.c: fixed xmlGetNsProp() to close bug #55683
16009 Note this requires libxslt to use it's own function instead.
16010
16011Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16012
16013 * HTMLtree.c: when in a pre element no formatting space should
16014 be added.
16015 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
16016
16017Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16018
16019 * configure.in: added tests for signal() and signal.h
16020
16021Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16022
16023 * xpath.c: robert pointed out xmlXPathNINF was not initialized
16024
16025Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16026
16027 * doc/libxml-doc.el: Felix Natter provided a new version for
16028 libxml2
16029
16030Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16031
16032 * HTMLtree.c: when in a pre element no formatting space should
16033 be added.
16034
16035Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16036
16037 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
16038
16039Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16040
16041 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
16042 hack
16043 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
16044 * uri.c: fixed a warning
16045
16046Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16047
16048 * HTMLtree.c: trying to close bug #55772 escaping in script
16049 elements
16050 * doc/xml.html: suggest to send mail to the list
16051
16052Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16053
16054 * error.c: attempt to fix the xmlGetVarStr breakage once and for
16055 good. Use a macro and based on the solution provided in
16056 vsnprintf manual page from GNU.
16057
16058Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
16059
16060 * error.c: Workaround for non-preserving variadic list.
16061 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
16062
16063Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16064
16065 * doc/xml.html: added 2.3.10 release
16066
16067Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16068
16069 * configure.in: releasing 2.3.10
16070
16071Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16072
16073 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
16074
16075Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16076
16077 * encoding.c: Robert Collins provided a patch to add the
16078 "US-ASCII" encoding alias
16079
16080Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16081
16082 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
16083 string oriented functions and started cleaning the related areas
16084 in xpath.c which needed fixing in this respect
16085
16086Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16087
16088 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
16089 #55380
16090 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
16091
16092Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16093
16094 * TODO: updated
16095 * nanohttp.[ch] : started adding APIs to get the redirected URL
16096 when this occurs (needed for further base computation
16097 * tree.h: cleanup
16098 * encoding.c: cleanup
16099 * SAX.c: minor change around ctxt->loadsubset
16100
16101Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16102
16103 * Makefile.am include/Makefile.am: small change to have
16104 include/libxml rebuilt if working from CVS.
16105 * uri.c: applied another patch from Carl Douglas for URI escaping,
16106 this should close bug #51876
16107
16108Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16109
16110 * xinclude.c: fixed XInclude recursive behaviour bug #54678
16111 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
16112 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
16113 added specific regression test
16114 * parser.h: preparing for the XSLT mode where DTD inherited
16115 attributes are added to the tree.
16116
16117Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16118
16119 * xinclude.[ch]: Updated the namespace for the Last Call version
16120 * result/XInclude/include test/XInclude/include: updated the
16121 testsuite accordingly
16122
16123Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16124
16125 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
16126 related to bug #51876
16127
16128Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16129
16130 * tree.c: fixed a gross mistake in base computation, xml:base is
16131 not completely correct yet (need cascade).
16132 * xpath.[ch]: added the few things needed to find a function name
16133 and URI from the XPath context when it is called.
16134
16135Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16136
16137 * catalog.[ch]: fixes and add xmlLoadCatalogs()
16138 * DOCBparser.c: small cleanup
16139 * xmllint.c: added a --catalogs option to load catalogs from
16140 $SGML_CATALOG_FILES
16141 * tree.c: cleanup
16142 * configure.in: iconv library fixup, ICONV_LIBS
16143
16144Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16145
16146 * catalog.c: handling of CATALOG entries. detection of recursion,
16147 and a few bugfixes
16148 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
16149 against the default namespace
16150
16151Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16152
16153 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
16154
16155Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16156
16157 * parser.c: fixed propagation context info when parsing an
16158 external entity.
16159 * doc/html/*.html: regenerated a couple of docs
16160
16161Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16162
16163 * doc/xml.html: update with 2.3.9 informations
16164
16165Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16166
16167 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
16168 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
16169 * doc/html/* : rebuilt the docs
16170 * valid.c: small patch which may improve some case when
16171 validating.
16172
16173Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16174
16175 * HTMLparser.c: Closed bug #54891
16176 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
16177 to the suite
16178
16179Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16180
16181 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
16182 applied a documentation patch from LotR and filled in a few missing
16183 descriptions
16184
16185Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16186
16187 * xpath.c tree.c parser.c: speed optimizations at the parser level
16188 document tree freeing and xpath evaluation
16189
16190Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16191
16192 * parser.c parser.h parserInternals.h: fixed a couple of
16193 interfaces for handling memory buffer input to const char *
16194 upon suggestion of JamesH.
16195
16196Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16197
16198 * configure.in: LoTR sent a patch fixing the previous commit
16199
16200Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16201
16202 * configure.in: trying to deal again with the stoopid -R linking
16203 flag of Solaris
16204
16205Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16206
16207 * xpath.h: two nodeset access macros from Thomas Broyer
16208
16209Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16210
16211 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
16212 patch from Thomas Broyer
16213
16214Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16215
16216 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
16217 case
16218 * INSTALL: was empty added stuff from the FAQ
16219
16220Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16221
16222 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
16223 attributes handling and #54433 by adding xmlUnsetProp()
16224 and xmlUnsetNsProp()
16225
16226Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16227
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016228 * HTMLparser.c: Patch from Jonas Borgström
William M. Brack11be2d02007-01-24 19:17:19 +000016229 (htmlGetEndPriority): New function, returns
16230 the priority of a certain element.
16231 (htmlAutoCloseOnClose): Only close inline elements if they
16232 all have lower or equal priority.
16233 * result/HTML: this of course changed a number of tests results.
16234
16235Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16236
16237 * xmlIO.c catalog.c: plugged in the default catalog resolution
16238 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
16239 documentations
16240 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
16241
16242Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16243
16244 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
16245 integrating catalogs
16246 * catalog.[ch] testCatalog.c: adding a small catalo API
16247 (only SGML catalog support).
16248 * parser.c: restaured xmlKeepBlanksDefault(0) API
16249
16250Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16251
16252 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
16253
16254Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16255
16256 * parser.c: added xmlParseExternalEntityPrivate() to allow
16257 propagation of ctxt->_private when parsing external entities
16258
16259Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16260
16261 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
16262
16263Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16264
16265 * configure.in: fixed a small portability problem with AM_CONDITIONAL
16266
16267Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16268
16269 * valid.c: warn when indeterminist content model is detected
16270 * result/VC/ElementValid8: this adds a message
16271 * Makefile.am: add --novalid for VCM tests
16272 * parserInternals.c: added a call to Init memory
16273
16274Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16275
16276 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
16277 when both parameters are NULL.
16278
16279Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16280
16281 * valid.c: applied small patch from Gary Pennington, reindented
16282 some part of the code.
16283
16284Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16285
16286 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
16287 release, updated and regenerated the docs
16288
16289Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16290
16291 * xpath.c result/XPath/expr/floats : clarified and cleanup
16292 printing of abnormal floats in tests.
16293
16294Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16295
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016296 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
William M. Brack11be2d02007-01-24 19:17:19 +000016297 * results/HTML/ : a few changes in the output of the HTML tests as
16298 a result.
16299 * configure.in: tying to fix -liconv where needed
16300
16301Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16302
16303 * Makefile.am: fixed a stupid error
16304
16305Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16306
16307 * configure.in Makefile.am: make the inclusion of the trio
16308 modules in the library conditional
16309
16310Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16311
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016312 * DOCBparser.c: patche from László Kovács, fixed entities refs
William M. Brack11be2d02007-01-24 19:17:19 +000016313 in attributes handling
16314
16315Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16316
16317 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
16318 flushing
16319
16320Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16321
16322 * xpath.c: fix of an XSLT namespace bug reported on the list
16323 general/bug-8-
16324
16325Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16326
16327 * strio.h trio.c: Dan McNichol suggested a couple of small
16328 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
16329
16330Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16331
16332 * tree.c parser.c encoding.c: spent a bit more time looking
16333 at the parsing speed and DOM handling. Added a few more
16334 speedups.
16335
16336Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16337
16338 * parser.c: small but effective parsing speed improvement
16339
16340Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16341
16342 * configure.in: default on the DocBook parser inclusion (for Gnome)
16343 * DOCBparser.h: fixed a header reference
16344
16345Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16346
16347 * configure.in xpath.c: applied Bjorn patches for FPE on the
16348 alpha
16349
16350Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16351
16352 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
16353 xmlSaveFormatFileTo()
16354
16355Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16356
16357 * xpath.c: simple and efficient optimization, XPath functions
16358 aways bind to the same code, cache this
16359 * TODO: updated (by saying some is obsolete)
16360
16361Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16362
16363 * xpath.c: more cleanup work on XPath name parsing routines
16364
16365Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16366
16367 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
16368 xmlXPathParseName
16369 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
16370 * debugXML.c: avoid compilation problems if compiling without
16371 HTML support, Igor Zlatkovic
16372 * win32/libxml2/libxml2.def.src: being able to compile without
16373 XPath on Windows
16374
16375Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16376
16377 * libxml.m4: yet another patch from Toshio Kuratomi
16378
16379Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16380
16381 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
16382
16383Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16384
16385 * tree.[ch]: added xmlSaveFormatFile interface for saving
16386 and indenting a file.
16387
16388Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16389
16390 * xpath.c: fixed bug #53689 related to processing-instruction()
16391
16392Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16393
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016394 * DOCBparser.c: patche from László Kovács
William M. Brack11be2d02007-01-24 19:17:19 +000016395
16396Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16397
16398 * parser.c: applied fixes from Christian Glahn bug report #53391
16399
16400Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16401
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016402 * error.c: Jean François Lecomte provided a complete description
William M. Brack11be2d02007-01-24 19:17:19 +000016403 and a fix to bug #53537
16404
16405Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16406
16407 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
16408
16409Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16410
16411 * DOCBparser.c SAX.c: a bit more work on entities processing.
16412 Still Need to cleanup XML output and references in attributes
16413
16414Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16415
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016416 * DOCBparser.c include/Makefile.am: two patches from László Kovács
William M. Brack11be2d02007-01-24 19:17:19 +000016417
16418Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16419
16420 * tree.c: trying to fix #53574, not completely complete,
16421 I would like xmllint --copy --debug test/ent1 and
16422 xmllint --debug test/ent1 to show the same result.
16423 * xpath.c: fix a bug when trying to sort namespace nodes
16424
16425Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16426
16427 * HTMLtree.c: real fix for #53402
16428
16429Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16430
16431 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
16432 PIs when using xsl:output
16433 * valid.c: closing #53537 some case generate segfaults if there
16434 is validity errors
16435
16436Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16437
16438 * SAX.c testDocbook.c DOCBparser.c: more work on the support
16439 of external parsed entities, added --noent to testDocbook
16440 * valid.c: Garry Pennington found an uninitialized variable
16441 access in xmlValidateElementContent()
16442
16443Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16444
16445 * HTMLparser.c : HTML parsing still sucks ... trying to deal
16446 with madness
16447 * result/HTML/ : this modified the result of the regression tests
16448 a lot.
16449
16450Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16451
16452 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
16453 to doc where it wasn't checked against NULL reported by
16454 Jens Laas
16455
16456Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16457
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016458 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
William M. Brack11be2d02007-01-24 19:17:19 +000016459 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
16460
16461Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16462
16463 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
16464 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
16465 * SAX.[ch]: cleanup and updates for DocBook
16466 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
16467 ex SGML identifier changes
16468 * valid.c: removed a static unused function.
16469
16470Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16471
16472 * HTMLtree.c: applied change for Paul Sponagl on script saving
16473 * Makefile.am: the warning about entity title.xml are normal.
16474
16475Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16476
16477 * configure.in: release of 2.3.7
16478 * Makefile.am: fixing make distcheck
16479
16480Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16481
16482 * doc/html/* doc/xml.html: updated and regenerated the docs
16483
16484Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16485
16486 * xpath.c: fixed the XPointer problem introduced in 2.3.6
16487
16488Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16489
16490 * tree.c: fixed #53388 with the provided patch
16491
16492Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16493
16494 * valid.c: Bjorn detected an invalid memory access. Fixed
16495 vstateVPush()
16496
16497Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16498
16499 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
16500
16501Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
16502
16503 * libxml.h: new header used only for the compilation of libxml
16504 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
16505 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
16506 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
16507 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
16508 xmlmemory.c xpath.c xpointer.c: libxml.h integration
16509 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
16510 baseline (version 1.2 plus a single patch).
16511 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
16512 scientific notation for numbers. Tests added.
16513 * xpath.c: formatting of numbers changed to use sprintf
16514 (contribution from William Brack)
16515
16516Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16517
16518 * valid.c: cleanup, more useful debugging
16519 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
16520 * xmlIO.c: entity loading is printed as an error when validating
16521
16522Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16523
16524 * valid.c: fixed to validate within entities
16525 * test/VCM/v22.xml: added a specific testcase
16526
16527Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16528
16529 * valid.c: forgot an epsilon transition in for ()+
16530 * test/VCM/v21.xml : added a specific test case
16531
16532Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16533
16534 * valid.c: removed a state explosion exhibited by RSS
16535 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
16536 from bug #51872
16537
16538Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16539
16540 * valid.[ch] tree.h: worked *hard* to get non-determinist content
16541 validation without using an ugly NFA -> DFA algo in the source.
16542 Made a specific algorithm easier to maintain, using a single
16543 stack and without recursion.
16544 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
16545 * hash.c: made the growing routine static
16546 * tree.h parser.c: added the parent information to an
16547 xmlElementContent node.
16548
16549Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16550
16551 * SAX.c parser.c xpath.c: generating IDs when not validating
16552 from an external parsed entity was poisoning the ID has table
16553 with removed values. This was killing XSLT on the KDE help
16554 browser.
16555
16556Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16557
16558 * entities.h: andrew@ugh.net.au detected a double declaration
16559
16560Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16561
16562 * debugXML.c hash.c tree.h valid.c : some changes related to
16563 the validation suport to improve speed with DocBook
16564 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
16565 the way validation errors get reported
16566
16567Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16568
16569 * HTMLparser.c HTMLtree.c: applied part of the patches provided
16570 by P C Chow and William M. Brack for XSLT HTML output
16571
16572Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16573
16574 * xmlversion.h.in win32config.h win32/libxml2/*: applied
16575 Igor Zlatkovic patches for MSC compilation and added his
16576 updates
16577
16578Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16579
16580 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
16581 prefix lookup.
16582 * parserInternals.c: fixed the bug reported by Morus Walter
16583 due to an off by one typo in xmlStringCurrentChar()
16584
16585Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16586
16587 * HTMLparser.c result/HTML/*: revamped the way the HTML
16588 parser handles end of tags or end of input
16589
16590Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16591
16592 * tree.[ch] : added xmlDocCopyNode for gdome2 support
16593
16594Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16595
16596 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
16597 bug where the linktime verions of free() won't work ...
16598
16599Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16600
16601 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
16602
16603Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16604
16605 * doc/xml.html: added 2.3.6 release
16606
16607Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16608
16609 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
16610 * result/wml.xml: resulted in a small output change
16611
16612Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16613
16614 * tree.c: xmlNewDoc was missing the charset initialization
16615 * xmllint.c: added --auto to autogenerate a doc, allow to
16616 reproduce the problem fixed on xmlNewDoc
16617
16618Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16619
16620 * xpath.c: trying to get 52979 solved
16621 * tree.c result/ result/noent/: trying to get 52712 solved, this
16622 also made me clean up the fact that XML output in general should
16623 not add formating blanks by default, this changed the output of
16624 a few tests
16625
16626Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16627
16628 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
16629
16630Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16631
16632 * configure.in: finally released 2.3.6
16633
16634Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16635
16636 * xpath.c: checking for null pointer generated by new code
16637
16638Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16639
16640 * xpath.c: fixed a [] evaluation problem reported
16641 * test/XPath/tests/simpleaddr: extended test
16642 * result/XPath/simpleaddr: updated result
16643
16644Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16645
16646 * xmllint.c: Dan Timis reported a portability problem
16647 on Macs without mmap, fixed it.
16648
16649Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16650
16651 * testXPath.c : added a --tree option allowing to display the
16652 tree dump of the XPath expression
16653
16654Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16655
16656 * xpath.c: fixed a memleak when comparing nodesets
16657 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
16658 * tree.c: added a TODO
16659
16660Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16661
16662 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
16663 we need string functions
16664 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
16665 to be able to use them where needed. Applied some changes
16666 to reduce name linking pollution and compile in only what's
16667 needed.
16668 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
16669 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
16670 for the string manipulation functions
16671 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
16672 to the free() function of xmlmemory.c
16673 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
16674 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
16675 usage.
16676
16677Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16678
16679 * error.c: applied the context output patch of the error
16680 handling submitted by Chuck Griffith
16681 * error/VC/*: this slightly change some error logs
16682
16683Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16684
16685 * parser.c: fixed line number reporting on error
16686
16687Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16688
16689 * parser.c: Sullivan and Darin found a parser bug,
16690 applied the patch.
16691
16692Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16693
16694 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
16695 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
16696 xmlversion.h.in xpointer.c: of course the way I defined
16697 UNUSED breaks on old gcc version. Try to be smart and
16698 also define it directly in xmlversion.h
16699 * configure.in: removed -ansi flag from the pedantic set
16700
16701Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16702 Huge cleanup, I switched to compile with
16703 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
16704 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
16705 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
16706 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
16707 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
16708 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
16709 encoding.h entities.c error.c list.[ch] nanoftp.c
16710 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
16711 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
16712 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
16713 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
16714 Cleanup, staticfied a number of non-exported functions,
16715 detected and cleaned up a dozen of problem found this way,
16716 avoided a lot of public function name/typedef/system names clashes
16717 * doc/xml.html: updated
16718 * configure.in: switched private flags to the really pedantic ones.
16719
16720Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16721
16722 * configure.in: 2.3.5
16723 * doc/html/*: rebuilt the docs
16724
16725Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16726
16727 * parser.c: fixed a reported bug in NOTATION parsing
16728 * uri.c: accepted but not fixed bug 51876, added TODO
16729 * Makefile.am: fixed bug 51876
16730
16731Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16732
16733 * config.h.in configure.in error.c: fix a compilation problem
16734 on platforms without vsnprintf (xml@thewrittenword.com)
16735
16736Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16737
16738 * parser.c: fixed a function name header typo
16739 * SAX.c: notations can also occur in external subset.
16740
16741Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16742
16743 * error.c: removed a C++ like comment
16744
16745Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16746
16747 * parser.c: fixing bug 52299 strange condition leading
16748 to a parser crash due to a buffer overflow
16749 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
16750 added the specific test case
16751
16752Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16753
16754 * xpath.[ch]: still a lot of cleanup based on XSLT, added
16755 xmlXPathConvert{String,Number,Boolean} to be able to make
16756 type casts without a context stack, fixed some implementation
16757 problems related to the absence of context at parse-time,
16758 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
16759 in the public API too
16760 * xpointer.c xpathInternals.h: we need to know at parse time
16761 whether we are compiling an XPointer
16762
16763Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16764
16765 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
16766 cleaned up the parser internals, refactored XPath code, added
16767 new compilation based APIs and cleanly separated public and
16768 private APIs.
16769
16770Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16771
16772 * xpath.h: the comp field must be added at the end to avoid
16773 killing binary compat.
16774
16775Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16776
16777 * Makefile.am: detect XPath memleaks in regreson tests
16778 * error.c: fixed and error w.r.t. error reporting still using
16779 stderr
16780 * hash.c: added new line at end of file
16781 * tree.h: minor cleanup
16782 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
16783 expression parsing from evaluation, resulted in a number of
16784 changes internally, and in XPointer. Likely to break stuff
16785 using xpathInternals.h but should remain binary compatible,
16786 new interfaces will be added.
16787
16788Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16789
16790 * configure.in: fixed a couple of problems reported by
16791 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
16792 without gcc on non linux platforms.
16793
16794Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16795
16796 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
16797 a fix for --with-html-dir= configure support. I hope it won't
16798 break rpm generation
16799
16800Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16801
16802 * xmlIO.c: one function comment cleanup.
16803
16804Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16805
16806 * SAX.c: external subset notations were improperly registered
16807 in the internal subset.
16808
16809Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16810
16811 * README.cvs-commits: added, pointing to HACKING
16812 * HACKING: updated
16813
16814Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16815
16816 * parser.c: and Matt Sergeant found one in the XML push
16817 parser (erroneous check I forgot to remove when I fixed the
16818 main parser).
16819
16820Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16821
16822 * xpath.c: ptittom found a small bug in UnaryExpr
16823
16824Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16825
16826 * configure.in: bumped to 2.3.4
16827 * error.c: fixed bug #51860
16828 * tree.c: fixed bug #51861
16829 * valid.c: cleanup, more debug, failed to fix one bug crap ...
16830 * tree.[ch] : added xmlDefaultBufferSize
16831 * nanoftp.c: typo in function name header block
16832 * doc/xml.html : updated, added link to XML::LibXSLT
16833 * doc/html/* : rebuilt the docs
16834
16835Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16836
16837 * parser.c SAX.c: the new content parsing code raised an
16838 ugly bug in the characters() SAX callback. Found it
16839 just because of strangeness in XSLT XML Rec ouptut :-(
16840
16841Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16842
16843 * Makefile.am: Martin Baulig suggested to add -lm
16844 * tree.c: found another bug in xmlNodeGetContent()
16845
16846Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16847
16848 * xpath.c: Bjorn found the error related to strictness of comparison.
16849
16850Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16851
16852 * parser.c: trying to fix the Dtd parsing problem reported
16853 by Gary, side effect of last week speed optimizations.
16854
16855Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16856
16857 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
16858 * parserInternals.c: removed unneeded test raised by Stric
16859
16860Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
16861
16862 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
16863 and fixed by William Brack). Added xmlXPathFormatNumber.
16864 Changed the sorting slightly.
16865 * configure.in Makefile.am example/Makefile.am: Added -lm.
16866 Please note that applications linking with libxml2, must
16867 also like with the math library from now on.
16868
16869Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16870
16871 * HTMLparser.c: fixed loop reported by Marc Sanfacon
16872
16873Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16874
16875 * parser.c: one must report spaces even if the Dtd element
16876 content proves that this is not part of the element content.
16877 * result/valid/*.xml: this changed the ouptu slightly
16878
16879Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16880
16881 * configure.in: bumped to 2.3.3
16882 * doc/xml.html: updated
16883
16884Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16885
16886 * tree.c: minor doc fix
16887 * xpath.c: deallocation issues when a result tree has been
16888 converted to a node-set
16889
16890Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16891
16892 * doc/xml.html: oops corrected dates s/2000/2001
16893
16894Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16895
16896 * valid.c: new patch from Gary Pennington
16897
16898Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16899
16900 * doc/xml.html: applied patch from Ankh
16901
16902Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16903
16904 * xinclude.c: fixed a problem building on Mac
16905
16906Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16907
16908 * parser.c: more work on increasing parsing ferformances
16909
16910Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16911
16912 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
16913 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
16914 avoiding memcpy in production builds MEM_CLEANUP macro use
16915 * parser.[ch] parserInternals.c: optimizations of the tightest
16916 internal loops inside the parser. Better checking of I/O
16917 flushing/loading conditions
16918 * xmllint.c : added --timing
16919
16920Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16921
16922 * configure.in: bumped to 2.3.2
16923 * doc/xml.html: updated for release
16924
16925Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16926
16927 * xpath.c: found a memleak and fixed a nasty bug
16928
16929Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16930
16931 * xmllint.[c1] : added return code errors for xmllint
16932 * xpath.c: specific debug dump function for result value trees
16933
16934Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16935
16936 * xpath.c: finally implemented xmlXPathCompareNodeSets
16937 * test/XPath/expr/floats results/XPath/expr/floats: added
16938 a test for float expressions
16939
16940Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16941
16942 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
16943 * parserInternals.[ch]: trying to speed up parsing
16944 * xpath.c : speeded up node set equality op
16945
16946Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16947
16948 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
16949 better handling of ID/IDREF and the list modules associated
16950 * configure.in: small CFLAGS cleanup
16951
16952Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16953
16954 * configure.in: fixed iconv detection on AIX (stric)
16955
16956Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16957
16958 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
16959
16960Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
16961
16962 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
16963 and optimized xmlXPathNodeSetSort
16964
16965Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16966
16967 * xpath.c: bug fix when context size is 0
16968 * parser.c: I like Norm's Dtd because they still manage to break
16969 the parser occasionally
16970
16971Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16972
16973 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
16974
16975Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16976
16977 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
16978 attributes within the XML-1.0 namespace
16979
16980Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16981
16982 * xpathInternals.h: exported a few axis functions
16983 * doc/xml.html: updated the doc
16984
16985Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16986
16987 * configure.in: applied patch from Daniel van Balen for OpenBSD
16988 and bumped version to 2.3.1
16989 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
16990 attempt to find autoclosing was simply broken, removed it,
16991 updated the examples, this is better
16992
16993Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16994
16995 * hash.[ch]: added Paolo Casarini patch to provide Delete from
16996 hash functionnalities.
16997 * doc/html/* : rebuild the doc
16998
16999Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17000
17001 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
17002 on predicate
17003 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
17004 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
17005 really want to have tags closed on output even if we accept
17006 unclosed ones on input
17007
17008Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17009
17010 * xpath.c: ouch don't free NULL, rare case fixed
17011 * tree.c: don't coalesce text nodes if they don't have the
17012 same behaviour wrt escaping on output
17013
17014Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17015
17016 * xpath.c: small fixup
17017 * SAX.c: don't warn on empty namespaces.
17018
17019Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17020
17021 * README: a bit of cleanup
17022 * configure.in: preparing for 2.3.0 release
17023
17024Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17025
17026 * hash.[ch]: added a first version of xmlHashSize()
17027 * valid.c: another bug fix from Gary Pennington
17028
17029Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17030
17031 * valid.c: couple of bug fixes pointed by Gary Pennington
17032 * HTMLtree.c: #if 0 cleanup
17033
17034Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17035
17036 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
17037 which removes a time consuming check of xmlXPathNodeSetAdd()
17038 and use it in places where we are sure to not break unicity
17039
17040Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17041
17042 * xpath.c: bug fixes found from XSLT
17043 * tree.c: preserve node->name special values when copying nodes.
17044 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
17045 external subset are fetched when available but without full
17046 validation. Added xmlLoadExtDtdDefaultValue, need a function.
17047 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
17048 output with encoding disabled.
17049
17050Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17051
17052 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
17053 xmlCheckFilename should not be called from xmlFileOpenW
17054 and xmlGzfileOpenW
17055
17056Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17057
17058 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
17059 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
17060 added the new tests for URI normalization
17061 * testURI.c: fixed stoopid bugs
17062 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
17063 the URI in the error messages are now properly normalized
17064
17065Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17066
17067 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
17068
17069Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17070
17071 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
17072
17073Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17074
17075 * xpath.c: fixed mod operator
17076
17077Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17078
17079 * parser.c: fixed xmlStrcat doc
17080 * tree.c: 2 fixes form Anders Carlson for copying nodes and
17081 trees.
17082
17083Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17084
17085 * xpath.c result/XPath/tests/chaptersbase
17086 result/XPath/tests/simplebase: fixed XPath node()
17087 * tree.c: small fix in xmlNewNs()
17088 * Makefile.am: removed extraneous xml2Conf.sh rule
17089
17090Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17091
17092 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
17093 Changed the library name, in order to get libxml-devel and
17094 libxml2-devel to coexist on a single system
17095 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
17096 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
17097
17098Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17099
17100 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
17101 libxml2-devel installable in // as libxml-devel.
17102
17103Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17104
17105 * doc/Makefile.am: fixed make rebuild in doc
17106 * doc/html/*.html: rebuilt the docs
17107
17108Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17109
17110 * tree.c: patch from Bjorn Reese on xmlBufferCCat
17111
17112Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17113
17114 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
17115 the HTML doc to go into the -devel RPM ...
17116 * aclocal.m4 config.h.in: some updates due to auto* magic
17117
17118Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17119
17120 * xpath.h: added a hook in the context structure allowing to
17121 link to extra support, needed for XSLT
17122
17123Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17124
17125 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
17126 xmlXPtrCmpPoints to use it.
17127 * propagated the following patch from Alejandro Forero
17128 * include/win32config.h xmlIO.c: applied further suggestions
17129 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
17130 * example/gjobread.c: fixed warnings, now that it builds
17131
17132Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
17133
17134 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
17135
17136 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
17137 filename points to a valid file (not a directory).
17138 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
17139 Added calls to xmlCheckFilenameDir.
17140
17141 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
17142 `path' (rather than `filename') as the parameter to gzopen and open.
17143
17144Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17145
17146 * Makefile.am: fixed a problem with EXTRA_DIST
17147
17148Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17149
17150 * Makefile.am example/Makefile.am: finally found the trick
17151 to build the example, i.e. add "." in SUBDIRS before example
17152 in the list <grin/>
17153
17154Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17155
17156 * doc/xml.html: updated with an XSLT section, removed pointer to
17157 W3C CVS base.
17158
17159Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17160
17161 * xpath.c: when copying a XSLT tree object teh tree need to be copied
17162 too, and deallocation need to occur the same way.
17163
17164Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17165
17166 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
17167 type correponding to an XSLT result tree fragment. Share most
17168 of the data format with node set, as well as operators.
17169 * HTMLtree.c: added a newline at the end of the doctype output
17170 whe this one is not present initially.
17171 * tree.c: make sure taht the parent and doc pointers are properly
17172 set when copying attributes (lists).
17173
17174Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17175
17176 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
17177
17178Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17179
17180 * xpath.c: seems I finally killed that ugly path evaluation
17181 context bug (tagged 9999 in case is is wrong)
17182
17183Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17184
17185 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
17186 for XSLT
17187
17188Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17189
17190 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
17191 for xmlGzfileOpen() bug
17192
17193Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17194
17195 * xpath.c: removed an error found by XSLT usage
17196 * tree.c parserInternals.h: use a predefined static string
17197 for text and comment nodes, avoid freeing them in xmlFreeNode,
17198 exported the string name in parserInternals.h and added
17199 another value to disable encoding at output (for XSLT),
17200 gain memory, time.
17201
17202Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17203
17204 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
17205 win32/libxml2/libxml2_so.dsp: new makefiles and update
17206 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
17207
17208Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17209
17210 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
17211 Gary Pennington
17212
17213Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17214
17215 * xpath.c: fixed the comaprision of values and nodelists,
17216 need to compare nodelist still ...
17217 * debugXML.c: avoided a possible core dump
17218 * HTMLparser.c: cleanup
17219 * nanohttp.c: contributed fix.
17220 * tree.c: fixes in properties handling added xmlSetNsProp
17221 needed by libxslt
17222 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
17223 comment
17224 * TODO: updated
17225
17226Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17227
17228 * parser.c parserInternals.c: applied Bjorn Reese optimization
17229 patch
17230
17231Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17232
17233 * Makefile.am: applied patch fro make check from Martin Vidner
17234
17235Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17236
17237 * configure.in: preparing 2.2.11
17238 * doc/html/*: rebuild the HTML files
17239 * doc/xml.html : updated
17240
17241Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17242
17243 * tree.c: fixed a stupid bug
17244 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
17245 patches related to validation of an XInclude processing result
17246 * TODO: updated
17247
17248Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17249
17250 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
17251 on large files
17252
17253Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17254
17255 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
17256
17257Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17258
17259 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
Daniel Veillard25a1ce92008-06-02 16:04:12 +000017260 reported by Jonas Borgström
William M. Brack11be2d02007-01-24 19:17:19 +000017261 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
17262
17263Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17264
17265 * testXPath.c xpath.c: fixing the XPath union expressions problem
17266 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
17267
17268Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17269
17270 * xmllint.c: Made is so if the file name is "-" is will read form
17271 standard input. Sven Heinicke <sven@zen.org>
17272 * tree.c: fixed a problem when growing buffer
17273 * tree.h: fixed the comment of the node types following andersca
17274 comment
17275 * TODO: updated
17276
17277Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17278
17279 * HTMLparser.[ch]: added a way to avoid adding automatically
17280 omitted tags. htmlHandleOmittedElem() allows to change the
17281 default handling.
17282 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
17283 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
17284 of xmllint too when using --memory flag, added a memory test
17285 suite at the Makefile level.
17286 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
17287 with namespace use when encountering QNames in XPath evalation,
17288 added xmlns() scheme in XPointer.
17289 * nanoftp.c : incorporated a fix
17290 * parser.c xmlIO.c: fixed problems raised with encoding when using
17291 the memory I/O
17292 * parserInternals.c: closed bug 25934 reported by
17293 torsten.landschoff@innominate.de
17294 * TODO: updated
17295
17296Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17297
17298 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
17299 on a non-updated tree :-(, made a 2.2.10 release to correct the
17300 situation
17301
17302Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17303
17304 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
17305 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
17306 integrated a set of OpenVMS changes from Howard Taylor
17307 <Howard.Taylor@pacoast.com>
17308
17309Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17310
17311 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
17312 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
17313
17314Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17315
17316 * HTMLparser.c: some fixes on auto-open of html/head/body
17317 * encoding.c: fixed a compilation error on some gcc env
17318 * xpath.c xpointer.[ch] xpathInternals.h: improved the
17319 XPointer implementation
17320 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
17321 related XPointer tests and associated results
17322
17323Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17324
17325 * doc/xmldtd.html doc/xml.html: following a short step by step
17326 guidance on IRC to help maciej with DTDs I started a small
17327 page on the subject.
17328
17329Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17330
17331 * HTMLparser.c: fixed handling of broken charrefs
17332 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
17333 patches
17334
17335Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17336
17337 * doc/xml.html doc/html/* : rebuilt the docs after adding
17338 xinclude and updated page for 2.2.7 and 2.2.8
17339 * configure.in: releasing 2.2.8
17340
17341Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17342
17343 * parser.[ch] parserInternals.c: applied the conditional
17344 section processing fix from Jonathan P Springer
17345 <jonathan.springer2@gte.net>
17346 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
17347 project file, fixed iconv default non support
17348 * xpath.c: fixed the problem of evaluating relative expressions
17349 when a node context is provided.
17350
17351Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17352
17353 * nanoftp.c: fixed gcc 2.95 new warnings
17354 * SAX.c: fixed a stupid bug
17355 * tree.c: fixed a formatting problem when round-tripping
17356 from/to memory
17357 * xinclude.c: chased memleak, fixed a base problem
17358 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
17359 xmlXPtrBuildNodeList()
17360 * TODO: updated
17361 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
17362 adding a first small set of regression tests for XInclude
17363
17364Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17365
17366 * nanohttp.[ch]: applied Wayne Davison patches to access
17367 the WWW-Authorization header.
17368 * parser.c: Closed Bug#30847: Problems when switching encoding
17369 in short files by applying Simon Berg's patch.
17370 * valid.c: fixed a validation problem
17371 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
17372 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
17373 Wayne Davison
17374 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
17375 need to be extended to non full nodes selections.
17376 * xinclude.c: starts to work decently
17377
17378Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17379
17380 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
17381 debugXML.c xmlversion.h.in: Started adding XInclude support,
17382 this is a new xmllint option
17383 * tree.c xpath.c: applied TOM patches for XPath
17384 * xpointer.c: fixed a couple of errors.
17385 * uri.c: added an escaping function needed for xinclude
17386 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
17387 new warning from RH70 gcc's version
17388
17389Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17390
17391 * HTMLparser.c: fixed loop on invalid char in scripts
17392 * parser.c: update to description of xmlIOParseDTD()
17393 * libxml.m4 xmlversion.h.in: changes contributed by
17394 Michael Schmeing <m.schmeing@internet-factory.de>
17395 * configure.in: preparing for 2.2.7
17396 * Makefile.am: trying to avoid config.h and acconfig.h
17397 being included in the distrib
17398 * configure.in: released 2.2.7
17399
17400Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17401
17402 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
17403 like namespaces for good. Unified xmlNs and xmlNode somewhat.
17404
17405Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17406
17407 * parser.[ch]: added xmlIOParseDTD()
17408 * xpointer.c: added support for the 2 extra parameters of
17409 string-range, fixed a stoopid error when '0' was present
17410 in XPointer expressions
17411 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
17412 testsuite for the above
17413
17414Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17415
17416 * libxml.spec.in: improved package descriptions
17417
17418Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17419
17420 * xpath.c xpathInternals.h: applied a large cleaning patch
17421 from TOM <ptittom@free.fr>, it also add namespace support
17422 for function and variables registration.
17423
17424Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17425
17426 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
17427 * Makefile.mingw: Wayne Davison's update adding hash.c
17428
17429Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17430
17431 * xpath.c: fixed the root evaluation problems
17432 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
17433 ignorable spaces with <b> <bold> <em>
17434 * tree.c: fixed a loop in xmlSearchNsByHref()
17435
17436Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17437
17438 * xpath.c: applied another XPath patch from TOM
17439 * xpath.c include/makefile.am: applied another patch from
17440 china@thewrittenword.com (cleanup on IRIX).
17441
17442Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17443
17444 * xml-config.1: received a fixed version from Fredrik Hallenberg
17445 <hallon@lysator.liu.se>
17446
17447Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17448
17449 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
17450 cleanup patch for XPath
17451
17452Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17453
17454 * patched to redirrect all "out of context" error messages to
17455 a reconfigurable routine. The changes are:
17456 * xmlerror.h : added the export of an error context type (void *)
17457 an error handler type xmlGenericErrorFunc there is an interface
17458 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
17459 to reset the error handling routine and its argument
17460 (by default it's equivalent to respectively fprintf and stderr.
17461 * all the c files: all wild accesses to stderr or stdout within
17462 the library have been replaced to calls to the handler.
17463
17464Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17465
17466 * configure.in: release 2.2.6
17467 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
17468 exporting the inner functions of xpath for extension modules
17469 * doc/*: updated and rebuilt the doc
17470
17471Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17472
17473 * nanohttp.c : applied Wayne HTTP cleanup patch
17474 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
17475 and xmlNodeSetSpacePreserve()
17476
17477Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17478
17479 * xpath.c: closing bug #29260
17480
17481Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17482
17483 * hash.[ch] debugXML.c: expanded/enhanced the API, added
17484 multikey tuples, made hash structure opaque
17485 * valid.[ch]: moved elements, attributes, notations decalarations
17486 as well as ID and refs to hash tables.
17487 * entities.c: hash cleanup
17488 * xmlmemory.c: fixed a dump problem in debug mode
17489 * include/Makefile.am: problem passing in DESTDIR= values patch
17490 from Marc Christensen <marc@calderasystems.com>
17491 * nanohttp.c: removed debugging remains
17492 * HTMLparser.c: the bogus tag should be ignored (Wayne)
17493 * HTMLparser.c parser.c: fixing a number of problems with the
17494 macros in the *parser.c files (Wayne).
17495 * HTMLparser.c: close the previous option when opening a new one
17496 (Marc Sanfacon).
17497 * result/HTML/*: updated the HTML results accordingly
17498
17499Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17500
17501 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
17502 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
17503 XPath functions and XML entities table to them. More to come...
17504 * xmlIO.c: fixed libxml closing FILEs it didn't open.
17505
17506Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17507
17508 * tree.c: coalesce adjacent text nodes
17509 * valid.c: handling of blank nodes in DTd validation (raised
17510 by problems with a posteriori validation).
17511 * nanohttp.c: changing behaviour on HTTP write stuff.
17512 * HTMLtree.c: forced body and html to be explicitely closed.
17513 * xpath.h: exported more XPath functions.
17514
17515Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17516
17517 * Release of 2.2.5
17518 * xpointer.c: range() range-inside and other helper functions
17519 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
17520
17521Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17522
17523 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
17524 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
17525
17526Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17527
17528 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
17529 and XPointer modules
17530
17531Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17532
17533 * SAX.h: closed #25107
17534
17535Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17536
17537 * testSAX.c: fixed problem with cdata reporting
17538 * SAXresult/* : updated
17539
17540Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17541
17542 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
17543 Closed bug #27499, added to regression tests
17544 * TODO: updated
17545
17546Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17547
17548 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
17549 support for SCRIPT and STYLE with help from Bjorn Reese
17550 * test/HTML/* result/HTML/*: added simple testcase and updated
17551 the existing ones.
17552
17553Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17554
17555 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
17556 string-range for empty strings
17557 * test/XPath/docs/str test/XPath/xptr/chaptersrange
17558 test/XPath/xptr/strrange: augmented the XPointer testsuite
17559
17560Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17561
17562 * doc/xml.html doc/xmlmem.html: added a module describing memory
17563 interfaces and use, updated the main page.
17564
17565Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17566
17567 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
17568 nanoftp code work on Windows too now
17569
17570Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17571
17572 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
17573 * xpointer.c: implemented string-range() at least a good first version
17574 * test/XPath/docs/str test/XPath/xptr/strrange
17575 result/XPath/xptr/strrange: the string-range() tests
17576
17577Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17578
17579 * Makefile.am include/Makefile.am include/win32config.h
17580 win32/Makefile.mingw: fixed problems reported by Wayne Davison
17581 and make distcheck
17582
17583Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17584
17585 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
17586 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
17587 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
17588
17589Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17590
17591 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
17592 patch for socklen_t detection by
17593 Albert Chin-A-Young <china@thewrittenword.com>
17594
17595Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17596
17597 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
17598 and added a --dtdvalid option to xmllint used to test it
17599
17600Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17601
17602 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
17603 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
17604
17605Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17606
17607 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
17608 handlings (registration, lookup, cleanup)
17609
17610Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17611
17612 * configure.in Makefile.am include/makefile.am: adding XPointer
17613 and XPtrtests target
17614 * xpointer.[ch] : new files for XPointer support
17615 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
17616 more XPath tests
17617
17618Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17619
17620 * configure.in: fixed, very broken, make distcheck works again
17621
17622Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17623
17624 * More work toward 2.2.5, integrated a number of patches
17625 * configure.in Makefile.am win32config.h.in: trying to cleanup
17626 make distcheck .... huh ...
17627 * include/Makefile.am include/win32config.h: new directory
17628 for includes
17629 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
17630 updated teh makefiles and instructions for WIN32
17631 * xpath.c: small fixes
17632 * test/XPath/ results/XPath: updated the testcases and results
17633 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
17634 suggested patches
17635 * valid.c: fixed an ID bug
17636
17637Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17638
17639 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
17640 the automake bug where wrong dependencies were generated.
17641 * xpath.[ch]: worked on XPointer
17642
17643Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17644
17645 * configure.in Makefile.am: 2.2.5, ship the include in an
17646 include/libxml subdirectory, use symlinks when using CVS
17647 * testSAX.c: fixed small bug
17648 * testXPath.c: changed the way testfiles are parsed
17649 * debugXML.c: same kind of cleanup when parsing an argument expression
17650 XPath/XPointers can have blanks embedded
17651 * xpath.[ch]: more cleanup, reorgs for XPointer work
17652 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
17653 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
17654
17655Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17656
17657 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
17658 in the XPath engine, rewrote large parts of it, now it's far
17659 cleaner and in sync with the REC not an old WD. Fixed a parsing
17660 problem in the interactive XML shell found when testing XPath.
17661
17662Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17663
17664 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
17665 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
17666 examples with the extra test
17667
17668Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17669
17670 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
17671 the global init function.
17672
17673Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17674
17675 * HTMLparser.c: Doohhh, attribute name parsing was still case
17676 sensitive ! Fixed this ...
17677 * result/HTML/* : updated the tests results accordingly
17678
17679Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17680
17681 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
17682 engine, should be far more stable, incorporated a new version of
17683 preceding/following axis, need testing
17684 * uri.c: fixed file:///c:/a/b/c problem
17685 * test/XPath/tests/idsimple: augmented the XPath tests
17686
17687Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17688
17689 * doc/* rebuilding docs for 2.2.4 release
17690
17691Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17692
17693 * configure.in: releasing 2.2.4
17694 * parser.[ch]: added xmlStrEqual()
17695 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
17696 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
17697 use xmlStrEqual instead
17698 * TODO: updated
17699 * added an XPath test
17700
17701Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17702
17703 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
17704 * entities.h: exported xmlInitializePredefinedEntities
17705 * parser.[ch] : added xmlInitParser()
17706 * parserInternals.h : had to export htmlInitAutoClose()
17707
17708Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17709
17710 * xpath.[ch] : fixed some serious XPath Predicate evaluation
17711 problems
17712 * Makefile.am : added XPath regression tests to normal tests
17713 * uri.c: fixed a problem with local paths, cleanup
17714 * parser.c: fixed a problem with large CData sections
17715
17716Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17717
17718 * configure.in xml-config.in: patch from "Ben Taylor"
17719 <sol7x86@hotmail.com> for solaris shared libs lookup
17720
177212000-09-30 Martin Baulig <baulig@suse.de>
17722
17723 * libxml-2.0.pc.in: Provide pkg-config script.
17724
17725 * configure.in: Create the libxml-2.0.pc script from the
17726 libxml-2.0.pc.in templates.
17727 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
17728 script in `$(libdir)/pkgconfig'.
17729
17730Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17731
17732 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
17733 when compiling with MSC
17734
17735Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17736
17737 * xpath.c: patch for normalize-string() substring-before(),
17738 substring-after() and translate() functions from Bjorn Reese
17739 <breese@mail1.stofanet.dk>
17740 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
17741 Fredrik Hallenberg <hallon@lysator.liu.se>
17742 * TODO: updated
17743
17744Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17745
17746 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
17747 problem of socklen_t being undefined on a number of platforms
17748 * debugXML.c: fixed a compilation problem when without snprintf
17749
17750Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17751
17752 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
17753 an URI bug and a fix for the control-character-induced infinite loop
17754 * nanohttp.c: preventive fix for compiling on WIN32
17755
17756Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17757
17758 * xmlint.c: closing bug #25000
17759
17760Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17761
17762 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
17763 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
17764 modified slightly Wayne Davison patch adding xmlStrcasecmp and
17765 related function, fixing xmlStrncmp(), and associated cleanup
17766 * result/HTML/entities.html.sax: updating result
17767
17768Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17769
17770 * uri.c: applied patch for URI escaping from Wayne Davison
17771 <wayned@blorf.net>
17772 * tree.c parserInternals.c HTMLparser.c: memset checks patches
17773 from Denis Barbier <barbier@imacs.polytechnique.fr>
17774 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
17775 patch from Wayne Davison
17776
17777Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17778
17779 * doc/xml.html : updated with new releases, adding "how to help"
17780
17781Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17782
17783 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
17784 removed a few warnings in pedantic mode ...
17785 * parserInternals.c parser.c: moved encoding switching function
17786 to parserInternals.c
17787 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
17788
17789Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17790
17791 * HTMLparser.c parser.c: set ctxt->errNo before calling the
17792 error or warning handlers
17793
17794Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17795
17796 * parserInternals.c parserInternals.h parser.c Makefile.am:
17797 created a new module parserInternals.c, moved most of the
17798 code shared by the various parsers there, as well as
17799 deprecated code from parser.c. More cleanup of parser.c
17800 * uri.c: fixed a problem when URI is NULL
17801 * valid.c: speedup when looking for an attribute declaration
17802
17803Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17804
17805 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
17806 the cleanup of the computation of URI references when seeking
17807 external entities. The URI reference string and the resulting
17808 URI are both stored now.
17809 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
17810 large s(n)printf checks and cleanup from Denis Barbier
17811 <barbier@imacs.polytechnique.fr>
17812 * xmlversion.h.in tree.h: couple of SGML declarations for a
17813 possible docbook module.
17814 * result/VC/ : a couple of test output changed due to the change
17815 of the entities URI
17816
17817Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17818
17819 * parser.h: added a _private field for linking user's data
17820
17821Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17822
17823 * parser.c parserInternals.h: demacroified most of the IS_XXX
17824 the gain in size is significant so ...
17825
17826Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17827
17828 * entities.c: cases where looking up entities with doc==NULL
17829 covered
17830
17831Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17832
17833 * uri.c: applied Wayne Davison patch
17834 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
17835
17836Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17837
17838 * uri.c testUri.c: applied Wayne Davison patches
17839 * test/URI/uri.data result/URI/uri.data: first set of tests/results
17840 * Makefile.in: added URItest and included thenin "make tests"
17841
17842Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17843
17844 * xmlversion.h.in: closed bug 22941
17845
17846Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17847
17848 * doc/xmlio.html: added doc and example for entity loader
17849 redefinition.
17850
17851Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17852
17853 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
17854 used by libxml
17855
17856Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17857
17858 * parser.c: Fixed bug on invalid ontent characters and when using
17859 push.
17860 * xmllint.c: fixed xmllint endling of errors in push mode
17861
17862Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17863
17864 * HTMLparser.c testHTML.c: applied two new patches from
17865 Wayne Davison <wayned@users.sourceforge.net>
17866 * result/HTML/*.sax: regenerated HTML SAX output
17867 * parser.c: more cleanup.
17868
17869Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17870
17871 * HTMLparser.[ch] testHTML.c: applied the second set of
17872 patches from Wayne Davison <wayned@users.sourceforge.net>,
17873 adding htmlEncodeEntities()
17874 * HTMLparser.c: fixed an ignorable white space detection bug
17875 occuring when parsing with SAX only
17876 * result/HTML/*.sax: updated since the output is now HTML
17877 encoded...
17878
17879Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17880
17881 * HTMLparser.[ch]: applied some of Wayne Davison
17882 <wayned@users.sourceforge.net> patches
17883
17884Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17885
17886 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
17887 undeclared namespace prefix was used, added a warning.
17888 Cleaned up support w.r.t. entities, spilling out a warning
17889 and being pedantic on lookups.
17890 * test/warning/ent9 : added testcase for previous example.
17891 * TODO: updated
17892 * parserInternals.h parser.c: changed the way names are parsed
17893 now allow infinite size and decrease penalty for normal use
17894 * parser.c: Started a big cleanup/check of the parser code,
17895 fixed some of the most tortuous entity code, spotted code
17896 unused anymore
17897 * test/*: added tests for very long names and related nasty
17898 things.
17899
17900Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17901
17902 * doc/encoding.html: added encoding aliases doc
17903 * doc/xml.html: updates
17904 * encoding.[ch]: added EncodingAliases functions
17905 * entities.[ch] valid.[ch] debugXML.c: removed two serious
17906 bottleneck affecting large DTDs like Docbook
17907 * parser.[ch] xmllint.c: added a pedantic option, will be
17908 useful
17909 * SAX.c: redefinition of entities is reported in pedantic mode
17910 * testHTML.c: uninitialized warning from gcc
17911 * uri.c: fixed a couple of bugs
17912 * TODO: added issue raised by Michael
17913
17914Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17915
17916 * doc/encoding.html: propagated Martin Duerst suggestions
17917
17918Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17919
17920 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
17921 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
17922 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
17923 by Wayne Davison
17924
17925Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17926
17927 * nanoftp.c nanohttp.c: small cleanup
17928 * TODO: updated
17929
17930Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17931
17932 * added an old VC testcase and updated title.xml entity
17933
17934Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17935
17936 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
17937 done on auto-opening of <p> tags and cleanup of SAX output
17938
17939Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17940
17941 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
17942
17943Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17944
17945 * doc/xml.html libxml.* structure.*: updated the doc a bit
17946
17947Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17948
17949 * testSAX.c testHTML.c result/HTML/: cleanup of the output
17950 of SAX tests
17951
17952Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17953
17954 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
17955 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
17956
17957Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17958
17959 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
17960 * testHTML.c: fix core dump on Solaris 2.x systems
17961 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
17962 * result/HTML/*.sax: previous bug fix lead to new results
17963
17964Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17965
17966 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
17967 * configure.in: added --with-readline=DIR to accept alternate
17968 path for readline include/library
17969 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
17970 for ANSI under HP-UX
17971 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
17972 includes @LIBS@
17973
17974Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17975
17976 * doc/* : rebuilt the docs
17977 * getting ready for 2.2.2 release
17978
17979Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17980
17981 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
17982 and xmlAddFeature()
17983 * tree.[ch]: added xmlAddChildList()
17984 * xmllint.c: MAP_FAILED macro test
17985 * parser.h: added xmlParseCtxtExternalEntity()
17986 * valid.c: applied bug fixes removed warning
17987 * tree.c: added CDATA block to elements content
17988 * testSAX.c: cleanup of output
17989 * testHTML.c: added SAX testing
17990 * encoding.c: better error recovery
17991 * SAX.c, parser.c: fixed one of the external entity processing
17992 of the OASis testsuite
17993 * Makefile.am: added HTML SAX regression tests
17994 * configure.in: bumped to 2.2.2
17995 * test/HTML/ result/HTML: added a few of HTML tests, and added the
17996 SAX results
17997
17998Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17999
18000 * configure.in: patch for HP compiler
18001
180022000-08-04 Sven Heinicke <sven@zen.org>
18003
18004 * xmllint.c: Was coredumping sometimes when the file given didn't
18005 exist.
18006
18007Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18008
18009 * parser.c xmlIO.[ch]: fixed the problem of encoding support
18010
18011 when using in memory parsing. Need some cleanup.
18012 * xmllint.c configure.in: added a --memory flag to test memory
18013 parsing
18014
18015Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18016
18017 * nanohttp.c: fixed socklen_t replacement to unsigned int
18018 * parser.c: fixed a space handdling missing at the end of
18019 production 28 DOCTYPE.
18020 * xmlmemory.c: fixed a stupid bug on the routine to override
18021 allocation functions
18022 * TODO: updated
18023
18024Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18025
18026 * doc/ regenerated the docs
18027
18028Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18029
18030 * doc/encoding.html doc/xml.html: added I18N doc
18031 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
18032 improvements, both parser and filters, added ASCII & HTML,
18033 fixed the ISO-Latin-1 one
18034 * xmllint.c testHTML.c: added/made visible --encode
18035 * debugXML.c : cleanup
18036 * most .c files: applied patches due to warning on Windows and
18037 when using Sun Pro cc compiler
18038 * xpath.c : cleanup memleaks
18039 * nanoftp.c : added a TESTING preprocessor flag for standalong
18040 compile so that people can report bugs more easilly
18041 * nanohttp.c : ditched socklen_t which was a portability mess
18042 and replaced it with unsigned int.
18043 * tree.[ch]: added xmlHasProp()
18044 * TODO: updated
18045 * test/ : added more test for entities, NS, encoding, HTML, wap
18046 * configure.in: preparing for 2.2.0 release
18047
18048Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18049
18050 * nanoftp.c: fixed the way the control connection is handled
18051 * libxml.spec.in: fixed the dependencies and cleanup
18052
18053Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18054
18055 * doc/xml.html: changed the xmlsoft.org structure, updated the
18056 examples w.r.t. root and childs
18057
18058Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18059
18060 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
18061
18062Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18063
18064 * HTMLparser.c: Work on character encoding support for the HTML parser
18065 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
18066 * encoding.c: Fixed a potential memleak in the encoding stuff
18067
18068Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18069
18070 * doc/FAQ.html doc/Makefile.am : added a FAQ
18071
18072Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18073
18074 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
18075 of the HTML parser to force it to not bypass SAX
18076
18077Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18078
18079 * win32config.h.in: updated
18080 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
18081 lacks iconv support :-( need to release 2.1.1
18082 * configure.in: release 2.1.1
18083 * HTMLparser: fixed bug #14784
18084 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
18085 by Windows compiler
18086 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
18087 the SAX startDocument() callback.
18088 * TODO: updated
18089
18090Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18091
18092 * added xmlStopParser()
18093
18094Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18095
18096 * configure.in: 2.1.0 prerelease
18097 * Large resync between W3C and Gnome tree
18098 * nanoftp, nanohttp.c: fixed stalled connections probs
18099 * HTMLtree.c SAX.c : support for attribute without values in
18100 HTML for andersca
18101 * valid.c: Fixed most validation + namespace problems
18102 * HTMLparser.c: start document callback for andersca
18103 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
18104 * parser.h, SAX.c: serious speed improvement for large
18105 CDATA blocks
18106 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
18107 different encoding
18108 * example/Makefile.am example/gjobread.c tree.h: work on
18109 libxml1 libxml2 convergence.
18110 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
18111 and the LIBXML_TEST_VERSION macro
18112
18113Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18114
18115 * doc/xml.html: various patches and improvements typo fixed by
18116 Felix Natter
18117 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
18118 from Felix Natter <fnatter@gmx.net>
18119
18120Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18121
18122 * doc/upgrade.html: updated with instructions for support of both
18123 libxml-1.x and libxml-2.x
18124 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
18125 for 2.x support and also fixed includes
18126
18127Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18128
18129 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
18130 the encoding support, added iconv support, so now libxml if
18131 compiled with iconv automatically support japanese encodings
18132 among others. Work based on initial patch from Yuan-Chen Cheng
18133 I may have broken binary compat in the encoding handler
18134 registration scheme, but that was so utterly broken I don't
18135 expect anybody to have used this feature until now.
18136 * parserInternals.h: fixup on the CHAR range macro
18137 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
18138 code.
18139 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
18140 * uri.c: added xmlParseURI() I can't believe I forgot to
18141 implement this one in 2.0 !!!
18142 * SAX.c: moved doc->encoding update in the endDocument() call.
18143 * TODO: updated.
18144
18145Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18146
18147 * tree.h: removed extraneous xmlRemoveProp definition
18148 * TODO: added item about --disable-corba configure switch
18149 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
18150 * nanoftp.c: fixed include problems giving troubles on AIX and
18151 slowlaris
18152 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
18153 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
18154 comment and headers changes to lower gtk-doc number of warnings
18155 * doc/html/*: rebuilt docs
18156
18157Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18158
18159 * HACKING: documented the tag for 1.x and instructions
18160
18161Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18162
18163 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
18164 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
18165 xmlCreateIOParserCtxt
18166 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
18167 significant overall improvement
18168 * xmllint.c: added I/O test to xmllint
18169 * testSAX.c: added a speed test
18170 * doc/* : updated/regenerated
18171
18172Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18173
18174 * xpath.c uri.h parserInternals.h: cosmetic changes from
18175 "Timur I. Bakeyev" <timur@bat.ru>, including making
18176 xmlCreateURI() public
18177
18178Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18179
18180 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
18181 and the code at the same time. Added a clean mechanism for
18182 overload or added input methods: xmlRegisterInputCallbacks()
18183 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
18184 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
18185 * TODO: updated
18186 * doc/* : updated/regenerated
18187 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
18188 source dir
18189
18190Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18191
18192 * testURI.c: yet another forgotten commit, I should get some sleep !
18193
18194Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18195
18196 * xmllint.c: forgot to commit this too ?
18197
18198Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18199
18200 * xmlversion.h.in : forgot to commit this previously
18201
18202Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18203
18204 * configure.in: preparing libxml-2.0.0 version looks Ok so far
18205 * README TODO: updated for release
18206 * uri.c uri.h: added authority parsing/saving
18207 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
18208 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
18209 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
18210 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
18211 Makefile.am : added compile-time customization of libxml
18212 --with-ftp --with-http --with-html --with-xpath --with-debug
18213 --with-mem-debug
18214 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
18215 #include <libxml/xxx.h> I hope it won't break too much stuff
18216 and will be manageable in the future...
18217 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
18218 and added xmllint to the installed programs
18219 * uri.h: added xmlFreeURI()
18220
18221Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18222
18223 * uri.c uri.h: finished the escaping handling, the base support
18224 and the URI path normalization. Looks good just lacks the
18225 authority content parsing code.
18226 * Makefile.am: added instructions to generate testURI
18227 * TODO: updated
18228 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
18229 added links and icons for W3C and Gnome
18230
18231Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18232
18233 * xmlmemory.[ch] : seems I forgot to actually update the files in
18234 the last commit :-)
18235 * doc/xml.html doc/html/* : updated and uploaded the docs
18236
18237Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18238
18239 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
18240 * TODO: updated
18241 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
18242 libxml default allocation function with another set (like gmalloc/
18243 gfree).
18244 * Makefile.am, uri.c, uri.h: added a set of functions to do
18245 exact (litteraly copied from the RFC 2396 productions) parsing
18246 and handling of URI. Will be needed for XLink, one XML WFC,
18247 XML Base and reused in the nano[ftp/http] modules. Still work
18248 to be done.
18249
18250Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18251
18252 * configure.in, libxml.spec.in : libxml2
18253 * doc/* : updated the doc page, rebuilt the docs
18254
18255Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18256
18257 * all: tagged LIB_XML_1_X
18258 * *.c *.h : updated from W3C CVS tree
18259 * configure.in : 2.0.0-beta
18260 * libxml.spec.in : libxml2 package nam
18261 * result/* : new version of the tests output
18262
18263Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18264
18265 * doc/xml.html, doc/update.html: updated docs, 1.8.7
18266
18267Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18268
18269 * doc/* : rebuilt the docs
18270 * parser.c: final patch on #6766
18271 * valid.c: small patch on validity checks.
18272
18273Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18274
18275 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
18276 added
18277 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
18278 compatibility w.r.t. XML spec and existing code.
18279
18280Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18281
18282 * parser.c: seems a better solution to <a> </a> exists,
18283 will try it for a while
18284
18285Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18286
18287 * parser.c: tried to remove the <a> </a> generating <a/>
18288 this is hard. Left a flag for that purpose. Fixed bug #6766
18289 * configure.in: prepared 1.8.7 not released, due to previous
18290 problem
18291
18292Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18293
18294 * doc/xml.html : applied second patch from Paul DuBois
18295
18296Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18297
18298 * doc/xml.html : applied patch from Paul DuBois
18299
18300Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18301
18302 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
18303
18304Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18305
18306 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
18307 compilation warnings on various platforms.
18308 * parser.c: Fixed #5281 validity error callbacks are now desactived
18309 by default if not validating.
18310
18311Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18312
18313 * nanoftp.c, win32config.h.in: patches to compile on WIN32
18314
18315Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18316
18317 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
18318 <gkatsi@cs.toronto.edu>
18319
18320Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18321
18322 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
18323 processing URLs
18324
18325Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18326
18327 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
18328 xmlNanoFTPUpdateURL for persistent control connections.
18329 * configure.in: 1.8.6
18330
18331Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18332
18333 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
18334 * tree.[ch] : added xmlSaveNoEmptyTags
18335
183362000-01-29 James Henstridge <james@daa.com.au>
18337
18338 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
18339
18340 * Makefile.am: added nanoftp.[ch] to the build.
18341
18342Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18343
18344 * nanoftp.[ch]: cleanup, comments, API
18345 * debugXML.c : fixed a bug in the cat command
18346 * doc/*: regenerated the docs
18347
18348Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18349
18350 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
18351 * debugXML.c : fixed a bug in the cat command
18352 * valid.c: fixing some small probs
18353 * libxml.spec.in: get rid of the SNAP suffix
18354 * doc/xml.html: updated the status
18355
18356Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18357
18358 * xml-config.in: xml-config --version to just return the
18359 version number
18360 * xpath.c: some cleanup w.r.t. axis when the current node is
18361 an attribute.
18362 * TODO: updated
18363
18364Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18365
18366 * configure.in: prepared for libxml-1.8.5
18367 * doc/* recompiled the documentation
18368
183692000-01-17 Jody Goldberg <jgoldberg@home.com>
18370
18371 * configure.in : WARNING autoconf subtlety alert :
18372 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
18373 when looking for zlib.h so that HAVE_ZLIB_H is defined.
18374 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
18375 get defined by AC_CHECK_HEADERS.
18376
18377Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18378
18379 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
18380 Rune.Djurhuus@fast.no
18381
18382Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18383
18384 * TODO: updated
18385 * tree.c, parser.c: made sure that only memory alloc problems
18386 and internal parser errors are allowed to write to stdout or
18387 stderr.
18388
18389Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18390
18391 * tree.c : restored xmlNewGlobalNs since this seems used by
18392 a lot of existing code :-(, fixed a bug in xmlNewNs
18393 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
18394 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
18395 to exit() from the library code.
18396 * xpath.c, parser.c: removed bugs or unused code detected by
18397 Windows compilers
18398 * parser.c: started adding interfaces for parsing well balanced
18399 XML fragments
18400 * configure.in: releasing 1.8.4
18401 * doc/* : rebuilt the docs
18402
18403Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18404
18405 * tree.[ch] : added xmlNewDocFragment() for DOM
18406 * testHTML.c: uninitialized variable.
18407
18408Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18409
18410 * doc/* : rebuild the docs
18411
18412Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18413
18414 * acconfig.h: readline and history patch
18415 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
18416 * tree.c: added check and handling when possibly removing an ID
18417 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
18418 and saving.
18419 * test/HTML/entities.html result/HTML/entities.html* : test for
18420 various entities reference cases
18421 * result/HTML/* : as a result output of some testcase have
18422 changed
18423 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
18424 by previous example. added xmlParseTryOrFinish().
18425 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
18426 entities.h debugXML.h HTMLparser.h: changed the way struct are
18427 declared to allow gtk-doc to expose those
18428 * parser.c: closed bug #4960
18429 * Makefile.am configure.in: Applied patch from
18430 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
18431 and math/socket libs detection
18432
18433Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18434
18435 * configure.in, Makefile.am: link tester against readline
18436 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
18437
18438Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18439
18440 * tree.[ch]: added xmlRemoveProp
18441 * win32config.h.in nanohttp.c: avoid including the Windows
18442 socket stuff in every C files
18443 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
18444 the XmL parser(s)
18445 * test/ns4 result/ns4 etc...: added test case for previous prob
18446 * tree.c: xmlNewNs wasn't checking for double definition
18447 * Makefile.in: fixed a problem with dist-hook duplicates
18448 * parser.[hc], xmlIO.c: fixed the loading of external entities
18449 APIs, now xmlLoadExternalEntity() is used everywhere and
18450 setting up an app specific front-end using the
18451 * SAX.c parser.c: some fixes, now the xhtml spec validates
18452 with the xhtml DTD.
18453 * error.c: fixed crashes in case of no input stream
18454 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
18455 to the validation tests and results
18456
18457Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18458
18459 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
18460 too htmlCreatePushParserCtxt() and htmlParseChunk()
18461 * parser.c: a bit of cleanup.
18462 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
18463 to XML) removed the last mem leak known
18464 * HTMLtree.c: output message cleanup
18465 * xmlmemory.c: display content info about memory blocks
18466 * result/HTML/wired.* : missing att value warning change
18467
18468Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18469
18470 * doc/* : rebuilt the documentation
18471
18472Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18473
18474 * parser.[ch] parserInternals.h: Push parser for XML,
18475 seems to work fine now
18476 * tester.c debugXML.[ch]: Added an XML shell debug facility and
18477 --push for push testing
18478 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
18479 * testSAX.c: added --push
18480 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
18481 subtree
18482 * xmlIO.[ch] : enriched API + fixes for push mode
18483 * entities.[ch]: added the entity content length to the struct.
18484 * xmlmemory.[ch]: new API to show the last entries for the shell
18485 * valid.c: added required attribute testing
18486 * SAX.c: the cdata callback now merge contiguous fragments
18487 * HTMLparser.c: cleanup of some macros
18488
18489Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18490
18491 * parser.c: fix for PIs name starting with xml
18492 * tree.c: fixed a potential problem with || and && ops
18493 * *.c, configure.in win32config.h.in : generate win32config.h for
18494 those on the Other Side !
18495
18496Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18497
18498 * parser.c: fixed a stupid = vs. == bug :-(
18499 * doc/gnome-xml.sgml: s/glade/xml/
18500
18501Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18502
18503 * configure.in, doc/xml.html : bug fix release 1.8.2
18504 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
18505 Hopefully the end of that silly C++ include problem
18506 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
18507 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
18508 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
18509 troubles with autoclosed elements when the stree shape doesn't
18510 follow the DtD specs. Added htmlIsAutoClosed() and
18511 htmlAutoCloseTag()
18512 * result/HTML/*.htm*: Updated the HTML examples regression tests output
18513 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
18514 * debugXML.c: fixed a bug on printing default namespaces.
18515 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
18516
18517Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18518
18519 * result/HTML/*.htm[l] : updated the HTML regression tests according
18520 to the new output
18521 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
18522 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
18523 problem due to intermix of extern "C" { ... } declarations for C++
18524 and recursive includes in the headers
18525
185261999-12-20 Chris Lahey <clahey@umich.edu>
18527
18528 * HTMLtree.c: Made it so that html nodes with a single child do
18529 not insert a carriage return before or after the child node.
18530
18531Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18532
18533 * configure.in, doc/xml.html : bug fix release 1.8.1
18534 * parser.c: fixed bug #4344
18535 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
18536 added the glue to avoid C++ problems
18537 * doc/* : regenerated the documentation
18538
18539Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18540
18541 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
18542 namespace recognition, and Dia as a resul :-(
18543 * encoding.c: closed bug #3950
18544
18545Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18546
18547 * valid.c: debugging a posteriori validation, except URI expansion
18548 stuff this should be fixed now
18549 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
18550 Carl Nygard <cnygard@bellatlantic.net>
18551 * tester.c: added --postvalid, cleaning of the code
18552 * tree.[ch]: added xmlDocGetRootElement()
18553
18554Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
18555
18556 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
18557 c++ losage.
18558
18559Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18560
18561 * configure.in, doc/xml.html : bumped to 1.8.0
18562 * xlink.[ch], Makefile.am : added framework for link detection
18563 * parser.h: added nbChars to parser context, needed for cleanup.
18564 * xmlmemory.c: removed a nasty bug when out of mem
18565 * valid.[ch]: adding namespace support for attribute decl
18566 * tester.c: added --debugent option
18567 * debugXML.[ch]: added xmlDebugDumpEntities()
18568 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
18569 buffers instead, this was really needed, validation was breaking
18570 in strange ways due to that. Added xmlParseStringPEReference()
18571 and other parsing from strings functions. Entities processing
18572 modified again, but PERef are still not handled correcly but
18573 unless you're Eve Maller you won't notice :-)
18574 * HTMLparser.c: large changes toward reliability, and switched to
18575 lowercase internal tags, XHTML is lowercase, so it will help
18576 that output is closer to next version.
18577 * doc/* : regenerated the documentation, it is now hosted at
18578 http://xmlsoft.org/ (same bits I just bought the domain :-)
18579
18580Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18581
18582 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
18583 doc generation
18584 * parser.c: fixed bugs #3908 and #3937 and a memory leak
18585 in the SAX API
18586 * doc/*: rebuilt the doc making sure everything appears in the
18587 HTML files
18588
18589Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18590
18591 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
18592 added the patch from Carl Nygard <cnygard@bellatlantic.net>
18593 which allow impressive speed improvement on dataset with
18594 large text pieces, but at the cost of broken binary
18595 compatibility and slightly bigger memory usage.
18596 Configure with --with-buffers to activate them, they
18597 are protected with XML_USE_BUFFER_CONTENT define.
18598 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
18599 goal is 0 memory left allocated once parser is no more used
18600 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
18601 call xmlCleanupParser() and xmlMemoryDump()
18602
18603Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18604
18605 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
18606 * parser.[ch] encoding.[ch]: added memory cleanup routines
18607 * parser.c: closing bug #3788
18608 * doc/*: rebuilt the doc
18609
18610Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18611
18612 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
18613 xmlNewTextChild() and xmlSetCompressMode() behaviour.
18614 * tester.c: added --compress option
18615 * doc/*: rebuilt the documentation
18616
18617Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18618
18619 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
18620 if given /proc/kcore as input !
18621 * doc/xml.html doc/*: updated and rebuilt the documentation
18622
18623Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18624
18625 * parser.c: Fixed some wrongly space collapsing code due to
18626 a misreading of the spec.
18627 * result/*: fixed the output accordingly
18628
18629Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18630
18631 * encoding.c: bug fix and typos
18632 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
18633 * parser.c: added attribute normalization closing bug #3597
18634 * test/att* result/att* SAXresult/att*: testcase for attribute
18635 normalization
18636
18637Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18638
18639 * configure.in: closing bug #3163 by adding extra flags for the
18640 cc compiler on HP-UX
18641
18642Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18643
18644 * valid.[ch] : removed a typo and an enumerated type bug in the
18645 xmlAddElementDecl() function
18646 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
18647 call to xmlEncodeEntitiesReentrant() so that the functions
18648 New, Set and Get are at the same level.
18649 * parser.c HTMLparser.c: extra memory allocation bug for
18650 attributes detected by someone using libxml in embedded systems :-)
18651
18652Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18653
18654 * xmlmemory.h: turned off mem debug :-\
18655
18656Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18657
18658 * parser.c: closed bug #2784 a one line fix, but worth pushing
18659 a new release out
18660 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
18661 some structures, comments before and after the
18662 main element, and other nastyness
18663 * HTMLtree.c tree.c: accomodate the extended HTML supported
18664 * configure.in: pushing 1.7.4
18665 * test/ent8 and related outputs : added a new test for bug #2784
18666 * test/HTML/wired.html and related output: a nasty HTML example
18667 * Makefile.am: improved the test scripts
18668 * docs/* : reran the documentation extractor, updated xml.html
18669
18670Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18671
18672 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
18673 HTMLparser and debugged the HTML related code. HTML documents
18674 now have their own type
18675 * entities.c: do not dump &apos; for HTML output
18676 * xmlmemory.c: improvement, breakpoint mechanism
18677 * testHTML.c: added --sax --repeat ...
18678 * Makefile.am: improved the HTML tests
18679 * valid.[ch]: added xmlValidGetValidElements and
18680 xmlValidGetPotentialChildren
18681 * tester.c: added --insert to test the 2 new functions
18682 * test//* result//* SAXresult//* : regression test cleanup
18683 and extension.
18684 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
18685 gnome-xml-nanohttp.html
18686
18687Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18688
18689 * HTMLparser.c: fixed problems with some autoclose tags
18690 * tree.c: fixed XML output problems.
18691 * result/* SAXresult/*: update of the tests output
18692
18693Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18694
18695 * Makefile.am: Arturo patch for xmlConf.sh version info
18696 * parser.c: Tim Josling patch for single quoted items
18697 * tester.c: Tim Josling patch for tester options usage
18698 * tree.h: indent cleanup
18699
18700Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18701
18702 * HTMLparser.c parser.h : Fixed problems with HTML parsing
18703 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
18704
18705Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18706
18707 * tree.c : Raph patch for initialization of CORBA fields
18708 * parser.c, xpath.c, ...: modification of doc comments
18709 * xpath.c : allow spaces in xpath expressions
18710
18711Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18712
18713 * xmlmemory.h: turning off memory debug :-(
18714
18715Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18716
18717 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
18718 better SAX interfaces.
18719 * testSAX.c: uses the new SAX routine, avoid fetching any remote
18720 entity.
18721 * configure.in: 1.7.2
18722
18723Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18724
18725 * libxml.spec.in: fixed the URL
18726 * doc/xml.html: improved the documentation front-end
18727
18728Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18729
18730 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
18731
18732Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18733
18734 * libxml.spec.in: fixed the alpha compile problem
18735 * parser.[ch]: changed errno to errNo in the parser context :-(
18736 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
18737 * doc/xml.html: changed CHAR to xmlChar
18738 * doc/html/*: recompiled the documentation
18739 * configure.in: 1.7.1
18740
18741Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18742
18743 * parser.h: modified the parser context struct to regain 1.4.0
18744 binary compatibility
18745 * parser.c, xml-error.h: added errno ot teh context and defined
18746 a set of errors values with update of errno
18747 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
18748 DTDs and entities
18749 * *.h, *.c: complete cleanup of the use of config.h and include
18750 protection depending on the current setup.
18751 * overalll debugging, maintenance and bug-fixing on all modules
18752 * updated the documentation
18753 * ready for 1.7.0
18754
18755Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18756
18757 * HTMLparser.c : cleanup
18758 * SAX.c valid.c valid.h: added ID/IDREF checking
18759 * tree.c tree.h: extended doc structure for refs
18760 * configure.in: 1.6.2
18761 * parser.c: patched bug in SAX user arg call
18762 * parserInternals.h: patched missing close in C++ wrapping
18763 * testXPath.c xpath.c xpath.h: prepared for extensibility,
18764 especially upcoming XPointer implementation.
18765 * doc/xml.html: augmented, typo
18766
18767Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
18768
18769 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
18770 not all invocations of install understand -d.
18771
18772Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
18773
18774 * Makefile.am: prepend all the test* calls with $(top_builddir) -
18775 to make 'check' works, when builddir != srcdir.
18776
18777Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18778
18779 * doc/xml.html : updated the documentation
18780
18781Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18782
18783 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
18784 not deallocated memory blocks
18785 * *.c : replaces all calls to malloc() free() and realloc() to
18786 the wrapper functions/macros
18787 * tree.c : removed memory leaks dues to calling xmlFreeNode()
18788 instead of xmlFreeNodeList()
18789
18790Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18791
18792 * HTMLparser.c: corrected a stupid bug leading to core dump at
18793 tree deallocation. Removed warnings indicated by
18794 Stephane.Conversy@lri.fr
18795 * entities.c: Fixes Yet Another Stupid Bug, entities were not
18796 looked for in the external subset
18797
18798Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18799
18800 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
18801 on SGI by Stephane.Conversy@lri.fr
18802
18803Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18804
18805 * all .h : changed the prototype declaration indent as in gtk
18806 * most .c : working on reducing the TODOs in the code
18807 * most .c : cleanup though -pedantic and Insure++
18808 * improvements on validation ID checkings.
18809 * tree.[ch] SAX.c: added support for namespace on attributes #2022
18810 * xml-config.in: closed #1810
18811
18812Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18813
18814 * tree.h, valid.c, valid.h: more work on validity, IDs
18815 * xpath.c: added/fixed comparidon and equlity, added a new isinf
18816 definition for AIX
18817
18818Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18819
18820 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
18821 the distribution due to a cut'n paste error at last commit
18822
18823Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18824
18825 * configure.in: upgraded to version 1.4.0
18826 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
18827 Big update, added a large part of the validation process,
18828 it should be usable, but some parts are missing
18829 * xpath.c: improved the implementation w.r.t. root.
18830 * Makefile.am: added more tests
18831 * test and result trees: added a lot of tests
18832 * libxml.spec.in: export libxml.so.0 and libxml.so.1
18833
18834Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18835
18836 * Added an HACKING file
18837
18838Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18839
18840 * xpath.[ch] : improvements and debug of the XPath implementation
18841 * parser.c, HTMLparser.c : modified the parsers to be progressive
18842 * tree.[ch] : extended the Buffer promitives
18843 * xmlIO.[ch] : added basic I/O routines providing progressive
18844 parsing and ready for I18N conversion plugins
18845 * SAXresult/* : the SAX callback sequence maybe slightly different
18846 now
18847 * test*.c : improved/updated the tests programs
18848 * doc/* : recompiled the docs.
18849
188501999-07-26 Michael Meeks <michael@edenproject.org>
18851
18852 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
18853
18854 * tree.c: Ditto.
18855
18856Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18857
18858 * configure.in: upgraded to version 1.4.0
18859 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
18860 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
18861 XML query language, see http://www.w3.org/TR/xpath for more details.
18862 * parser.c, parser.h: added CHAR* related string functions for XPath
18863 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
18864 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
18865 rebuild the docs.
18866 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
18867 and regression testing capabilities for XPath.
18868
18869Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18870
18871 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
18872 closing bug #1646
18873
18874Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18875
18876 * Makefile.am, example/Makefile.am: closed bug #1683
18877
18878Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18879
18880 * example/Makefile.am, configure.in: added the makefile for the
18881 gjobread example
18882
Daniel Veillard25a1ce92008-06-02 16:04:12 +000018883Sat Jul 10 14:19:11 CEST 1999 Tomasz Kłoczko <kloczek@pld.org.pl>
William M. Brack11be2d02007-01-24 19:17:19 +000018884
18885 * doc/Makefile.am:
18886 - fix which allow "make install DESTDIR=</install/prefix>".
18887
18888Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18889
18890 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
18891 which fixed a problem on the file reading-code.
18892
18893Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18894
18895 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
18896 output.
18897 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
18898
18899Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18900
18901 * parser.h : Oops removed the binary compatibility problem
18902 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
18903 * parser.c, HTMLparser.c: applied patches for reading from stdin
18904
18905Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18906
18907 * parser.c, entities.c, valid.c: cleanup bug #1591
18908 * configure.in: cleanup bug #1592
18909 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
18910 the same tree back-end. Hence gdome will be available for it.
18911 * doc/Makefile.am: close bug #617
18912
18913Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18914
18915 * parser.c: alloctate a per parser context SAX interface block
18916
18917Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18918
18919 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
18920 and xmlEncodeEntitiesReentrant with the correct one :-\
18921
18922Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18923
18924 * commit of my internal XML base changes, quite a lot of
18925 changes, cleanups, better entities support, framework for
18926 new I/O and charset detection and handling
18927 * Fixed the configure/Makefile stuff to generate shared libs
18928 with the proper version info, so we jumped on rev from
18929 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
18930 xmlEncodeEntities() result need to be freed now, and a string
18931 xmlParserVersion provide the current library version.
18932
18933Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
18934
18935 * parser.c: fixed a buffer overrun for when you have a very long
18936 attribute with no entities in it.
18937
18938Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18939
18940 * added example directory
18941 * added example/gjobs.xml gjobread.c, still need a Makefile.in
18942
18943Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18944
18945 * Release of libxml-1.1, nearly everything has been touched for
18946 this.
18947 * Added more regression tests
18948 * Updated the documentation
18949
18950Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18951
18952 * tree.[ch]: unified the XML_NO_CORBA defines.
18953 * parser.c encoding.[ch]: started plugging in char encoding detection
18954
18955Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
18956
18957 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
18958 Also freed allocated buffer.
18959
18960Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18961 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
18962 reentrancy problem at printing. One is left in entities.c, to
18963 remove ASAP
18964 * testSAX.c : added a test example showing the use of the SAX
18965 interface if one doesn't want to build the DOM tree.
18966 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
18967
18968Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18969
18970 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
18971 large revamping of the parser to use SAX callbacks
18972 http://www.megginson.com/SAX/ (or at least a C like interface
18973 a la Expat). It's now possible to set up your own callbacks
18974 and the parser will not build a DOM tree.
18975 * test/* result/*: updated the test suite, I finally removed
18976 the old Namespace draft support (PI based).
18977
18978Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18979
18980 * Makefile.am: added test result to EXTRA_DIST for make tests
18981
18982Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18983
18984 * parser.c, parserInternals.h: moved the chars macro definitions
18985 to parserInternals.h
Daniel Veillard25a1ce92008-06-02 16:04:12 +000018986 * parser.c, error.c: applied patches from "Knut Åkesson"
William M. Brack11be2d02007-01-24 19:17:19 +000018987 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
18988
18989Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18990
18991 * xml-config.in : applied patch to make --version work
18992
189931999-03-05 Raja R Harinath <harinath@cs.umn.edu>
18994
18995 * Makefile.am (check-local): Alias for `tests' target. This will
18996 cause `make check' to do the right thing.
18997 (tests): Don't run tests in srcdir. Also, replaced calls to
18998 basename with a `sed' "equivalent".
18999
19000Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19001
19002 * Renamed error.h to xml-error.h, corrected Makefile.am to list
19003 it in the header and not the sources, updated the doc.
19004 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
19005 pointing this out.
19006
19007Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19008
19009 * parser.c, parser.h, parserInternals.h: memory leak hunting,
19010 exported the inputStream routines.
19011 * doc/html/* : updated accordingly
19012
19013Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19014
19015 * parser.c, parser.h, parserInternals.h: added a few extra
19016 internal calls to allocate and free parser contexts ...
19017 * doc/html/* : updated accordingly
19018
19019Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19020
19021 * configure.in, Makefile.am, doc/makefile.am : General changes for
19022 1.0.0 release and including the generated HTML documentation.
19023
19024Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19025
19026 * makefile.am : added parserInternals.h, oops.
19027
19028Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19029
19030 * parserInternals.h: added this header giving access to the parser
19031 internal functions.
19032 * doc/Makefile.am : added a rebuild target which rebuilds the full
19033 set of documentations
19034 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
19035 the internal subset.
19036 * *.c *.h: modifications needed to generate the documentation using
19037 gtk-doc, cleanup of functions blocks, reorganisation of struct
19038 declarations.
19039
19040Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19041
19042 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
19043 the tar and spec file to include the beginning of the doc.
19044
190451999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
19046
19047 * doc/.cvsignore: Added this file.
19048
19049Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19050
19051 * tree.c: fixed xmlGetProp to return "" when the attribute
19052 exists, even if the node-list is NULL.
19053
19054Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19055
19056 * tree.c: patched an error outputting empty attribute values.
19057 * Makefile.am and doc/makefile.am: have been updated during the
19058 week-end. Sorry for an empty CVS log, I got a shell problem.
19059
19060Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19061
19062 * tree.h: cleaned up using enums instead of defines
19063 * parser.c, valid.[ch]: more work on parsing/output of element
19064 declarations
19065
19066Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19067
19068 * valid.[ch], tree.c, parser.c : more work toward full parsing
19069 of XML DTDs.
19070 * README: added informations about mailing-list and on-line
19071 documentation
19072
190731999-01-27 Raja R Harinath <harinath@cs.umn.edu>
19074
19075 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
19076
19077Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19078
19079 * parser.c, tree.[ch] : more work toward conformance testing,
19080 added a last element to accelerate parsing of very flat structures
19081 started working on internal subset Element content declaration.
19082 * valid.[ch] : first cut at adding code toward validation.
19083 * previous changes had also small impact on most files, especially
19084 the conformance testing using James Clark test suite.
19085
19086Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19087
19088 * test/* : updated the examples, most of them were not well
19089 formed (humm), and added rdf2.
19090 * result/* : resulting changes in the output.
19091
19092Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19093
19094 * tree.c: changed the behaviour of xmlGetProp on NULL values.
19095
19096Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19097
19098 * tree.c: patched a bug in the generation of empty attributes
19099
19100Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19101
19102 * entities.[ch], tree.[ch], tester.c: added copy interfaces
19103 for node/trees/documents/... Biggest problem is namespace
19104 support when copying subtrees.
19105
19106Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19107
19108 * parser.c, entities.c: improve entities and char ref encoding,
19109 and cleanups of error messages.
19110
19111Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19112
19113 * parser.c, entities.c: simple bug hunting done during rpm2html and
19114 rpmfind integration.
19115
19116Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19117
19118 * parser.[ch]: Added interfaces allowing to specify a SAX
19119 handler before parsing.
19120
19121Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19122
19123 * parser.c: redirrect all errors reporting through the SAX
19124 error function
19125
19126Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19127
19128 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
19129 * libtool, tlmain ...: update of the libtool files
19130
191311998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
19132
19133 * entities.c: Use g_snprintf insteda of snprintf.
19134
19135Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19136
19137 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
19138 added ent5 test for this purpose.
19139 * parser.c, parser.h: formatting, comments and UTF-8 planning.
19140
19141Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19142
19143 * parser.c: fixed? a strange error due to compression on a GWP
19144 document.
19145
19146Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19147
19148 * tree.[ch]: bug fixing
19149 * entities.[ch]: defined a specific type for predefined entities
19150 * doc/xml.html: more documentation on the library, how to use it,
19151 overview of the interfaces.
19152
19153Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19154
19155 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
19156
19157Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19158
19159 * tree.c: corrected a small bug
19160 * doc/xml.html: continuing writing documentation.
19161
19162Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19163
19164 * debugXML.h debugXML.c: added debugging utilities.
19165 * tester.c: added --debug switch.
19166 * tree.c: patched an incorrect node->type assignment.
19167 * parser.c: formatting, ensure that node->doc != NULL in attributes
19168
19169Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19170
19171 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
19172 entity support and provide an internal representation close to
19173 DOM one (entity ref nodes, and attribute value as tree). I tried
19174 to preserve the interface but this will surely break some apps
19175 (I have to change rpm2html/rpmfind for example). I had to change
19176 two interfaces, and the generated tree is somewhat different.
19177 * doc/* : started documenting the XML library, the tree and
19178 DOM/Corba. This is a first step.
19179
19180Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19181
19182 * parser.c: Set up the fonctions comment block, boring but useful.
19183 * parser.h, SAX.c, parser.c: now attributes are processed through
19184 the SAX interface. The problem is that my SAX interface diverged
19185 quite a bit from the original one, well this is not an official
19186 spec, and translating it from Java to C is hairy anyway...
19187
19188Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19189
19190 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
19191 fonctions comment block, boring but useful.
19192
19193Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19194
19195 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
19196 conversion routines. However they are not yet used to convert the
19197 inputs. The core will run with UTF-8.
19198
19199Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19200
19201 * tree.c : make sure that the type id is properly set-up when
19202 a new object is allocated, needed for DOM.
19203
19204Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19205
19206 * tree.h, tree.c: Ok, the main objects in the tree will be native
19207 corba objects, it costs 8 bytes per Node, Attribute and Document
19208 but it simplifies the Corba integration a lot (no extra interface
19209 objects to allocate/free).
19210
19211Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19212
19213 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
19214 and changed NODEs contants for conformity with DOM Level 1
19215
19216Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19217
19218 * added hooks to keep track of servants when creating objects
19219 xmlDoc and xmlNode (for Corba export).
19220
19221Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19222
19223 * added xml-config script.
19224
19225Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19226
19227 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
19228 to autoupdate libtool and automake conf files.
19229
192301998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
19231
19232 * Makefile.am: Use '?' to separate the sed
19233 commands as ',' is used when people pass -Wl,something.
19234
19235Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19236
19237 * tree.c, tree.h: added a per-document compression interface.
19238
19239Tue Sep 22 20:47:38 EDT 1998
19240
19241 * tree.c, tree.h: added saving with compression and added interfaces
19242 to control the compression level (xmlGetCompressMode,
19243 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
19244
19245Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19246
19247 * parser.c: corrected a loop for files of size 0
19248
192491998-08-20 Raja R Harinath <harinath@cs.umn.edu>
19250
19251 * error.h: New file. Contains prototyes from `error.c'.
19252
19253Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
19254
19255 * Makefile.am (xmlincdir): New macro.
19256 (xmlinc_HEADERS): Renamed from include_HEADERS.
19257
19258Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19259
19260 * applied small patch on numeric entities from
19261 Christopher Blizzard <blizzard@appliedtheory.com>
19262
19263Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19264
19265 * New release 0.2, removed the old xml_* files so that it's
19266 coherent with the other CVS base (W3C), far better conformance
19267 to standard, new namespaces, decent entities support, beginning
19268 of a SAX-like interface. Nearly nothing left intact, even the
19269 test examples ...
19270
192711998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
19272
19273 * .cvsignore: Add .deps dir
19274
19275Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19276
19277 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
19278
19279Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19280
19281 * configure.in: added test for CPP
19282 * AUTHORS, Changelog: the original ones didn't get commited but the
19283 glib ones instead, fixed.
19284 * Makefile.am: corrected an error in library naming
19285
19286Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19287
19288 * integrated code developped at W3C
19289 * changed the original Copyright
19290 * migrated to automake
19291 * prefixed the filenames by xml_ to avoid filename clashes
19292
Daniel Veillard25a1ce92008-06-02 16:04:12 +000019293#
19294# vim: set enc=utf-8
19295#