blob: a37871eba2842c74bac345071b55ba20fc79f99e [file] [log] [blame]
Daniel Veillard7f4547c2008-10-03 07:58:23 +00001Fri Oct 3 09:43:45 CEST 2008 Daniel Veillard <daniel@veillard.com>
2
3 * configure.in doc/* NEWS: preparing the release of 2.7.2
4 * dict.c: fix the Solaris portability issue
5 * parser.c: additional cleanup on #554660 fix
6 * test/ent13 result/ent13* result/noent/ent13*: added the
7 example in the regression test suite.
8 * HTMLparser.c: handle leading BOM in htmlParseElement()
9
Daniel Veillard34a7fc32008-10-02 20:55:10 +000010Thu Oct 2 22:53:39 CEST 2008 Daniel Veillard <daniel@veillard.com>
11
12 * parser.c: fix a nasty bug introduced when cleaning up
13 entities processing in 2.7.x , fixes #554660
14
Daniel Veillarda57ba4c2008-09-25 16:06:18 +000015Thu Sep 25 18:04:20 CEST 2008 Daniel Veillard <daniel@veillard.com>
16
17 * HTMLparser.c: fix an HTML parsing error on large data sections
18 reported by Mike Day
19 * test/HTML/utf8bug.html result/HTML/utf8bug.html.err
20 result/HTML/utf8bug.html.sax result/HTML/utf8bug.html: add the
21 reproducer to the test suite
22
Daniel Veillard2e36da92008-09-25 15:36:43 +000023Thu Sep 25 17:35:57 CEST 2008 Daniel Veillard <daniel@veillard.com>
24
25 * runxmlconf.c: fix compilation if XPath is not included
26
Daniel Veillard7e65fad2008-09-25 14:55:21 +000027Thu Sep 25 16:54:04 CEST 2008 Daniel Veillard <daniel@veillard.com>
28
29 * xmlreader.c: patch from Riccardo Scussat fixing custom error
30 handlers problems.
31
Daniel Veillard856d9282008-09-25 14:31:40 +000032Thu Sep 25 16:30:11 CEST 2008 Daniel Veillard <daniel@veillard.com>
33
34 * include/libxml/xmlsave.h xmlsave.c: new options to serialize
35 as XML/HTML/XHTML and restore old entry point behaviours
36
Daniel Veillarda7036d92008-09-01 14:50:19 +000037Mon Sep 1 16:49:05 CEST 2008 Daniel Veillard <daniel@veillard.com>
38
39 * doc/xml.html doc/news.html configure.in python/setup.py NEWS:
40 prepare release of 2.7.1
41
Daniel Veillard074f37e2008-09-01 13:38:22 +000042Mon Sep 1 15:35:13 CEST 2008 Daniel Veillard <daniel@veillard.com>
43
44 * schematron.c xpath.c: applied a couple of patches from Martin
45 avoiding some leaks, fixinq QName checks in XPath, XPath debugging
46 and schematron code cleanups.
47 * python/tests/Makefile.am python/tests/xpathleak.py: add the
48 specific regression tests, just tweak it to avoid output by default
49
Daniel Veillardda3fee42008-09-01 13:08:57 +000050Mon Sep 1 15:02:05 CEST 2008 Daniel Veillard <daniel@veillard.com>
51
52 * trionan.c: Borland C fix from Moritz Both
53 * testapi.c: regenerate, workaround a problem for buffer testing
54 * xmlIO.c HTMLtree.c: new internal entry point to hide even better
55 xmlAllocOutputBufferInternal
56 * tree.c: harden the code around buffer allocation schemes
57 * parser.c: restore the warning when namespace names are not absolute
58 URIs
59 * runxmlconf.c: continue regression tests if we get the expected
60 number of errors
61 * Makefile.am: run the python tests on make check
62 * xmlsave.c: handle the HTML documents and trees
63 * python/libxml.c: convert python serialization to the xmlSave APIs
64 and avoid some horrible hacks
65
Daniel Veillard15724252008-08-30 15:01:04 +000066Sat Aug 30 16:58:40 CEST 2008 Daniel Veillard <daniel@veillard.com>
67
68 * configure.in, doc/*: preparing 2.7.0 release
69 * tree.c: remove some testing traces
70 * parser.c xmlIO.c xmlschemas.c: remove some warnings
71
Daniel Veillarde83e93e2008-08-30 12:52:26 +000072Sat Aug 30 14:50:16 CEST 2008 Daniel Veillard <daniel@veillard.com>
73
74 * include/libxml/tree.h tree.c: make a new kind of buffer where
75 shrinking and adding in head can avoid reallocation or full
76 buffer memmoves
77 * encoding.c xmlIO.c: use the new kind of buffers for output
78 buffers
79
Daniel Veillard28b7b4b2008-08-30 08:19:02 +000080Sat Aug 30 10:18:13 CEST 2008 Daniel Veillard <daniel@veillard.com>
81
82 * doc/* testapi.c: regenerated
83
Daniel Veillard4cc67bb2008-08-29 19:58:23 +000084Fri Aug 29 21:53:12 CEST 2008 Daniel Veillard <daniel@veillard.com>
85
86 * doc/examples/reader3.c: patch from Robert Schwebel , allows to
87 compile the example if configured without output support fixes
88 #545582
89 * Makefile.am: add testrecurse to the make check tests
90 * HTMLparser.c: if the parser got a encoding argument it should be
91 used over what the meta specifies, patch fixing #536346
92
Daniel Veillardcba68392008-08-29 12:43:40 +000093Fri Aug 29 14:41:38 CEST 2008 Daniel Veillard <daniel@veillard.com>
94
95 * parser.c: a couple more fixes
Daniel Veillard4cc67bb2008-08-29 19:58:23 +000096 * nanohttp.c nanoftp.c: patch from Andreas Färber to compile on Haiku
97 fixes #527880
Daniel Veillardcba68392008-08-29 12:43:40 +000098 * doc/examples/*: regenerated
99
Daniel Veillard0161e632008-08-28 15:36:32 +0000100Thu Aug 28 17:31:46 CEST 2008 Daniel Veillard <daniel@veillard.com>
101
102 * parser.c include/libxml/parser.h: completely different fix for
103 the recursion detection based on entity density, big cleanups
104 in the entity parsing code too
105 * result/*.sax*: the parser should not ask for used defined versions
106 of the predefined entities
107 * testrecurse.c: automatic test for entity recursion checks
108 * Makefile.am: added testrecurse
109 * test/recurse/lol* test/recurse/good*: a first set of tests for
110 the recursion
111
Daniel Veillard49d44052008-08-27 19:57:06 +0000112Wed Aug 27 21:55:34 CEST 2008 Daniel Veillard <daniel@veillard.com>
113
114 * include/libxml/xmlerror.h parser.c: a bit of cleanup and
115 added checks based on the regression tests of the xmlconf suite
116
Daniel Veillardf582d142008-08-27 17:23:41 +0000117Wed Aug 27 19:22:35 CEST 2008 Daniel Veillard <daniel@veillard.com>
118
119 * uri.c: bug in parsing RFC 3986 uris with port numbers
120
Daniel Veillardbfa5cf12008-08-27 15:33:28 +0000121Wed Aug 27 17:30:48 CEST 2008 Daniel Veillard <daniel@veillard.com>
122
123 * configure.in Makefile.am: add an --with-coverage configure option
124 and a 'make cov' target based on gcc profiling and the lcov
125 tool. Currently at 68.9% coverage out of 'make check' and
126 runsuite executions.
127 * xmlreader.c: remove warnings due to C++ comments
128
Daniel Veillarda8f09ce2008-08-27 13:02:01 +0000129Wed Aug 27 15:00:54 CEST 2008 Daniel Veillard <daniel@veillard.com>
130
131 * include/libxml/parserInternals.h parser.c: cleanup entity
132 pushing error handling based on a patch from Ashwin
133
Daniel Veillard2cba4152008-08-27 11:45:41 +0000134Wed Aug 27 13:41:26 CEST 2008 Daniel Veillard <daniel@veillard.com>
135
136 * threads.c: fix a small initialization problem raised by Ashwin
137 * testapi.c gentest.py: increase testing especially for document
138 with an internal subset, and entities
139 * tree.c: fix a deallocation issue when unlinking entities from
140 a document.
141 * valid.c: fix a missing entry point test not found previously.
142 * doc/*: regenerated the APIs, docs etc.
143
Daniel Veillard8915c152008-08-26 13:05:34 +0000144Tue Aug 26 15:02:58 CEST 2008 Daniel Veillard <daniel@veillard.com>
145
146 * include/libxml/parser.h parser.c xmllint.c: strengthen some
147 of the internal parser limits, add an XML_PARSE_HUGE option
148 to bypass them all. More internal parser limits will still need
149 to be added.
150
Daniel Veillardbf9c1da2008-08-26 07:46:42 +0000151Tue Aug 26 09:42:08 CEST 2008 Daniel Veillard <daniel@veillard.com>
152
153 * Makefile.am: add the testchar to 'make check'
154 * xmlschemas.c: Volker Grabsch pointed out a typo
155 * xmlregexp.c: production [19] from XML Schemas regexps were a
156 mistake removed in version REC-xmlschema-2-20041028, Volker Grabsch
157 provided a patch to remove it
158 * test/schemas/regexp-char-ref_0.xml test/schemas/regexp-char-ref_0.xsd
159 test/schemas/regexp-char-ref_1.xsd result/schemas/regexp-char-ref_0_0
160 result/schemas/regexp-char-ref_1_0: Volker Grabsch also provided
161 regession tests for this
162
Daniel Veillard54bd29b2008-08-26 07:26:55 +0000163Tue Aug 26 09:25:39 CEST 2008 Daniel Veillard <daniel@veillard.com>
164
165 * include/libxml/parser.h xinclude.c xmllint.c: patch based on
166 Wieant Nielander contribution to add the option of not doing
167 URI base fixup in XInclude
168
Daniel Veillardaa6de472008-08-25 14:53:31 +0000169Mon Aug 25 16:52:53 CEST 2008 Daniel Veillard <daniel@veillard.com>
170
171 * xmlreader.c: applied patch from Aswin to fix tree skipping
172 * include/libxml/entities.h entities.c: fixed a comment and
173 added a new xmlNewEntity() entry point
174 * runtest.c: be less verbose
175 * tree.c: space and tabs cleanups
176
Daniel Veillardf4f4e482008-08-25 08:57:48 +0000177Mon Aug 25 10:56:30 CEST 2008 Daniel Veillard <daniel@veillard.com>
178
179 * include/libxml/entities.h entities.c SAX2.c parser.c: rework
180 the patch to avoid some ABI issue with people allocating
181 entities structure directly
182
Daniel Veillard4bf899b2008-08-20 17:04:30 +0000183Wed Aug 20 19:02:01 CEST 2008 Daniel Veillard <daniel@veillard.com>
184
185 * include/libxml/parser.h include/libxml/entities.h entities.c
186 parserInternals.c parser.c: fix for CVE-2008-3281
187
Rob Richards117baa02008-08-10 17:07:33 +0000188Sun Aug 10 17:06:13 CEST 2008 Rob Richards <rrichards@ctindustries.net>
189
190 * dict.c: fix non GNUC builds.
191
Daniel Veillard0765ae82008-08-08 12:14:37 +0000192Fri Aug 8 14:13:06 CEST 2008 Daniel Veillard <daniel@veillard.com>
193
194 * makefile.am: adding a check-valgrind target
195
Daniel Veillardd330f182008-08-08 12:03:22 +0000196Fri Aug 8 14:01:59 CEST 2008 Daniel Veillard <daniel@veillard.com>
197
198 * Makefile.am testdict.c: add the new test in 'make check' and
199 update it to check subdictionaries processing.
200
Daniel Veillardd68f8912008-08-08 10:09:19 +0000201Fri Aug 8 12:07:20 CEST 2008 Daniel Veillard <daniel@veillard.com>
202
203 * testdict.c: added a program to regression test the dictionary code
204 * dict.c: improve the lookup efficiency by caching the key.
205
Daniel Veillardffda65f2008-08-07 16:33:49 +0000206Thu Aug 7 18:30:55 CEST 2008 Daniel Veillard <daniel@veillard.com>
207
208 * dict.c: chased and found a couple of nasty issues
209
CEST 2008 Sven Herzbergdc41d862008-08-07 13:52:30 +0000210Thu Aug 7 15:51:31 CEST 2008 Sven Herzberg <sven@imendio.com>
211
212 Bug 546629 – runtests doesn't pass on my mac
213 Reviewed by William M. Brack.
214
215 * runtest.c: use libpthread on Mac OS X as well
216
Daniel Veillard84c45df2008-08-06 10:26:06 +0000217Wed Aug 6 12:24:33 CEST 2008 Daniel Veillard <daniel@veillard.com>
218
219 * uri.c: allow [ and ] in fragment identifiers, 3986 disallow them
220 but it's widely used for XPointer, and would break DocBook
221 processing among others
222
Daniel Veillard424785e2008-08-06 09:35:25 +0000223Wed Aug 6 11:32:21 CEST 2008 Daniel Veillard <daniel@veillard.com>
224
225 * dict.c: change the big key algorithm to work properly with QName
226 too, fix a bug with dict size and sub dictionaries
227
Daniel Veillardd7af5552008-08-04 15:29:44 +0000228Mon Aug 4 17:27:27 CEST 2008 Daniel Veillard <daniel@veillard.com>
229
230 * uri.c include/libxml/uri.h: rewrite the URI parser to update to
231 rfc3986 (from 2396)
232 * test/errors/webdav.xml result/errors/webdav.xml*: removed the
233 error test, 'DAV:' is a correct URI under 3986
234 * Makefile.am: small cleanup in make check
235
Daniel Veillardae0765b2008-07-31 19:54:59 +0000236Thu Jul 31 21:49:45 CEST 2008 Daniel Veillard <daniel@veillard.com>
237
238 * runxmlconf.c: more progresses against the official regression tests
239 * runsuite.c: small cleanup for non-leak reports
240 * include/libxml/tree.h: parsing flags and other properties are
241 now added to the document node, this is generally useful and
242 allow to make Name and NmToken validations based on the parser
243 flags, more specifically the 5th edition of XML or not
244 * HTMLparser.c tree.c: small side effects for the previous changes
245 * parser.c SAX2.c valid.c: the bulk of teh changes are here,
246 the parser and validation behaviour can be affected, parsing
247 flags need to be copied, lot of changes. Also fixing various
248 validation problems in the regression tests.
249
Daniel Veillard37334572008-07-31 08:20:02 +0000250Thu Jul 31 10:15:53 CEST 2008 Daniel Veillard <daniel@veillard.com>
251
252 * runxmlconf.c: added a skipped list, insert rmt-ns10-035
253 * Makefile.am: improve 'make check'
254 * include/libxml/xmlerror.h parser.c: clean up namespace errors
255 checking and reporting, errors when a document is labelled
256 as UTF-16 while it is parsed as UTF-8 and no encoding was given
257 explicitely.
258 * result/errors/webdav.xml.*: some warnings are no recategorized
259 as Namespace errors
260
Daniel Veillard09459bf2008-07-30 12:58:11 +0000261Wed Jul 30 14:55:54 CEST 2008 Daniel Veillard <daniel@veillard.com>
262
263 * include/libxml/xmlmemory.h xmlmemory.c: add xmlMemDisplayLast to
264 help debug incremental memory leaks, and some cleanups
265 * runxmlconf.c: use that new call and avoid ever touching the
266 system catalog in the regression tests
267
Daniel Veillard40ec29a2008-07-30 12:35:40 +0000268Wed Jul 30 14:33:33 CEST 2008 Daniel Veillard <daniel@veillard.com>
269
270 * parser.c include/libxml/xmlerror.h: an XML-1.0 document can't load
271 an 1.1 entity
272 * runxmlconf.c: when using entities make sure we load them
273
Daniel Veillard051d52c2008-07-29 16:44:59 +0000274Tue Jul 29 18:43:07 CEST 2008 Daniel Veillard <daniel@veillard.com>
275
276 * parser.c: fix a bug not detecting cross entity comments probably
277 when comment parsing got optimized.
278 * Makefile.am: add make check
279 * runxmlconf.c: fix the log file name
280
Daniel Veillard7e5c3f42008-07-29 16:12:31 +0000281Tue Jul 29 18:09:26 CEST 2008 Daniel Veillard <daniel@veillard.com>
282
283 * runxmlconf.c Makefile.am: add a C program to run the W3C test
284 suite, work in progress
285 * xmllint.c: add a new option --oldxml10 to use the old parser
286 * parser.c: fix the XML_PARSE_OLD10 processing of the new option
287 and a bug in version parsing
288
Daniel Veillard45490ae2008-07-29 09:13:19 +0000289Tue Jul 29 11:12:40 CEST 2008 Daniel Veillard <daniel@veillard.com>
290
291 * xpath.c: space and tabs cleanup
292
Daniel Veillard34e3f642008-07-29 09:02:27 +0000293Tue Jul 29 10:59:36 CEST 2008 Daniel Veillard <daniel@veillard.com>
294
295 * include/libxml/parser.h include/libxml/xmlerror.h parser.c:
296 implement XML-1.0 5th edition, add parser option XML_PARSE_OLD10
297 to stick to old behaviour
298 * testapi.c gentest.py: modified slightly and regenerated
299 * Makefile.am: add testchar
300
Daniel Veillardabade012008-07-24 15:05:38 +0000301Thu Jul 24 16:57:20 CEST 2008 Daniel Veillard <daniel@veillard.com>
302
303 * Makefile.am testchar.c Makefile.tests README.tests: add a
304 new regression test program for testing character ranges and
305 UTF8 encoding/decoding
306
Daniel Veillardbf0324f2008-07-23 13:35:50 +0000307Wed Jul 23 15:32:39 CEST 2008 Daniel Veillard <daniel@veillard.com>
308
309 * libxml.spec.in: fix the build root
310
William M. Brackf8477002008-07-17 05:29:16 +0000311Wed Jul 16 22:28:48 PDT 2008 William Brack <wbrack@mmm.com.hk>
312
313 * pattern.c: fix problem with xmlStreamPop when pattern includes
314 a "." element (see discussion on libxslt list)
315
Daniel Veillard45efd082008-07-07 13:52:52 +0000316Mon Jul 7 15:49:59 CEST 2008 Daniel Veillard <daniel@veillard.com>
317
318 * SAX2.c: fix line number on text nodes, problem raised by Ralf Junker
319
Rob Richardsc6947bb2008-06-29 15:04:41 +0000320Sun Jun 29 17:04:28 CEST 2008 Rob Richards <rrichards@ctindustries.net>
321 * xmlschemas.c: fix crash with invalid whitespace facet
322
Daniel Veillard984e5692008-06-11 08:14:22 +0000323Wed Jun 11 10:13:02 CEST 2008 Daniel Veillard <daniel@veillard.com>
324
325 * doc/xml.html doc/FAQ.html: add a section in the FAQ about
326 multithread and xmlCleanupParser
327
Daniel Veillard63806b52008-06-10 14:56:11 +0000328Tue Jun 10 16:52:17 CEST 2008 Daniel Veillard <daniel@veillard.com>
329
330 * catalog.c: apply a couple of fixes based on a Coverity report
331 forwarded by Derrick Price.
332 * VxWorks/README VxWorks/Makefile VxWorks/build.sh: instructions
333 Makefile, and shell script to build on VxWorks 6.4+ provided by
334 Jim Wert.
335
Daniel Veillard39801e52008-06-03 16:08:54 +0000336Tue Jun 3 18:07:13 CEST 2008 Daniel Veillard <daniel@veillard.com>
337
338 * python/generator.py python/setup.py: apply patch from Martin fixing
339 python whitespaces
340 * NEWS: following previous commit rebuilt now in UTF-8
341
Daniel Veillard25a1ce92008-06-02 16:04:12 +0000342Mon Jun 2 17:39:42 CEST 2008 Daniel Veillard <daniel@veillard.com>
343
344 * ChangeLog: patch from Hans de Goede to switch the file to UTF-8
345 * doc/news.xsl: switch to generate the NEWS file in UTF-8 instead of
346 ISO-8859-1
347
Daniel Veillardad559982008-05-12 13:15:35 +0000348Mon May 12 15:12:44 CEST 2008 Daniel Veillard <daniel@veillard.com>
349
350 * xmlregexp.c: avoid a regexp crash, should fix #523738
351
Daniel Veillard438ebbd2008-05-12 12:58:46 +0000352Mon May 12 14:56:06 CEST 2008 Daniel Veillard <daniel@veillard.com>
353
354 * xmlschemas.c runtest.c testapi.c include/libxml/xmlreader.h
355 python/types.c python/libxml_wrap.h python/libxml.c: fx compilation
356 when configured without the reader should fix #513110
357 * doc/*: regenerated
358
Rob Richardsb6b2ee12008-05-03 12:34:25 +0000359Sat May 3 14:33:29 CEST 2008 Rob Richards <rrichards@ctindustries.net>
360
361 * dict.c: check for stdint.h and define types when using MSVC
362
Daniel Veillard87303e32008-04-28 18:07:29 +0000363Mon Apr 28 20:06:12 CEST 2008 Daniel Veillard <daniel@veillard.com>
364
365 * parserInternals.c: applied patch from Ashwin to avoid a potential
366 double-free
367
Daniel Veillarded86dc22008-04-24 11:58:41 +0000368Thu Apr 24 13:56:53 CEST 2008 Daniel Veillard <daniel@veillard.com>
369
370 * uri.c: applied patch from Ashwin fixing a number of realloc problems
371 * HTMLparser.c: improve handling for misplaced html/head/body
372
Daniel Veillarde9100a52008-04-22 08:28:50 +0000373Tue Apr 22 10:27:17 CEST 2008 Daniel Veillard <daniel@veillard.com>
374
375 * dict.c: improvement on the hashing of the dictionnary, with visible
376 speed up as the number of strings in the hash increases, work from
377 Stefan Behnel
378
Daniel Veillarddee23482008-04-11 12:58:43 +0000379Fri Apr 11 14:44:00 CEST 2008 Daniel Veillard <daniel@veillard.com>
380
381 * include/libxml/xmlschemas.h xmlschemas.c: added new function
382 xmlSchemaValidCtxtGetParserCtxt based on Holger Kaelberer patch
383 * doc/apibuild.py doc/*: regenerated the doc, chased why the new
384 function didn't got any documentation, added more checking in the
385 generator
386 * include/libxml/relaxng.h include/libxml/schematron.h
387 include/libxml/xmlschemas.h include/libxml/c14n.h
388 include/libxml/xmlregexp.h include/libxml/globals.h
389 include/libxml/xmlreader.h threads.c xmlschemas.c: various changes
390 and cleanups following the new reports
391
392
Daniel Veillard33fe2882008-04-10 08:09:25 +0000393Thu Apr 10 10:07:00 CEST 2008 Daniel Veillard <daniel@veillard.com>
394
395 * Makefile.am: extend the cleanup rule
396 * xmlschemas.c: space cleanup
397
Rob Richardsc3e24352008-04-09 17:49:09 +0000398Wed Apr 9 19:43:25 CEST 2008 Rob Richards <rrichards@ctindustries.net>
399
400 * include/wsockcompat.h: support older win32 platforms when building
401 with newer versions of VS
402
Daniel Veillard596da972008-04-08 14:58:41 +0000403Tue Apr 8 16:56:07 CEST 2008 Daniel Veillard <daniel@veillard.com>
404
405 * configure.in NEWS doc/*: preparing release of 2.6.32
406
Daniel Veillarded939f82008-04-08 08:20:08 +0000407Tue Apr 8 10:19:01 CEST 2008 Daniel Veillard <daniel@veillard.com>
408
409 * tree.c: fix a bug introduced when fixing #438208 and reported by
410 Ashwin
411 * python/generator.py: fix an infinite loop bug
412
Daniel Veillard354cf5c2008-04-07 12:46:48 +0000413Mon Apr 7 14:44:51 CEST 2008 Daniel Veillard <daniel@veillard.com>
414
415 * xmlreader.c: fix a link to XmlNodeType doc reported by Martijn Arts
416 * docs/*: rebuilt
417
Daniel Veillard2135fc22008-04-04 16:10:51 +0000418Fri Apr 4 18:09:50 CEST 2008 Daniel Veillard <daniel@veillard.com>
419
420 * parser.c: improve the *Recover* functions documentation
421
Daniel Veillard6ccc56d2008-04-03 12:59:06 +0000422Thu Apr 3 14:57:15 CEST 2008 Daniel Veillard <daniel@veillard.com>
423
424 * parser.c: patch from Mark Rowe fixing BOM or encoding detection
425 in external parsed entities, should fix #440415
426
Daniel Veillard8f6c2b12008-04-03 11:17:21 +0000427Thu Apr 3 13:16:01 CEST 2008 Daniel Veillard <daniel@veillard.com>
428
429 * tree.c: fix some problems with the *EatName functions when
430 running out of memory raised by Eric Schrock , should fix #438208
431
Daniel Veillardbfc42632008-04-03 10:43:52 +0000432Thu Apr 3 12:41:29 CEST 2008 Daniel Veillard <daniel@veillard.com>
433
434 * xmlschemastypes.c: horror around the definition of the lexical
435 values for decimal and derived types, fixing to reject empty
436 values, should fix #503268
437
Daniel Veillardf1245392008-04-03 09:46:34 +0000438Thu Apr 3 11:44:57 CEST 2008 Daniel Veillard <daniel@veillard.com>
439
440 * encoding.c: buffer may not be large enough to convert to
441 UCS4, patch from Christian Fruth , fixes #504015
442
Daniel Veillard36de63e2008-04-03 09:05:05 +0000443Thu Apr 3 11:02:02 CEST 2008 Daniel Veillard <daniel@veillard.com>
444
445 * HTMLparser.c: apparently it's okay to forget the semicolumn after
446 entity refs in HTML, fixing char refs parsing accordingly based on
447 T. Manske patch, this should fix #517653
448
Daniel Veillardfa750972008-04-03 07:31:25 +0000449Thu Apr 3 09:30:29 CEST 2008 Daniel Veillard <daniel@veillard.com>
450
451 * error.c: avoid a scary realloc() loop should fix #520383
452
Daniel Veillarda4ba09d2008-04-03 06:24:04 +0000453Thu Apr 3 08:22:52 CEST 2008 Daniel Veillard <daniel@veillard.com>
454
455 * parser.c: more realloc problems pointed out by Ashwin
456
Daniel Veillardff8b5412008-04-03 05:41:28 +0000457Thu Apr 3 07:40:13 CEST 2008 Daniel Veillard <daniel@veillard.com>
458
459 * xstc/Makefile.am: applied patch from Mike Hommey fixing distclean,
460 fixes #520387
461
Daniel Veillarde43579b2008-04-03 04:56:04 +0000462Thu Apr 3 06:52:32 CEST 2008 Daniel Veillard <daniel@veillard.com>
463
464 * include/libxml/xpath.h: small doc improvement for xmlXPathContext
465 from Jack Jansen, fixes #524759
466 * doc/newapi.xsl doc/*: fixed a problem and regenerated the docs
467
Daniel Veillardf88d8492008-04-01 08:00:31 +0000468Tue Apr 1 09:59:22 CEST 2008 Daniel Veillard <daniel@veillard.com>
469
470 * xpath.c: two patches from Alvaro Herrera to avoid problem when
471 running out of memory in XPath evaluations.
472
Daniel Veillard68b6e022008-03-31 09:26:00 +0000473Mon Mar 31 11:23:19 CEST 2008 Daniel Veillard <daniel@veillard.com>
474
475 * parser.c: lot of out of memory handling fixes from Ashwin
476 * elfgcchack.h doc/elfgcchack.xsl: work around a problem with xmlDllMain
477 * include/libxml/threads.h: indenting cleanups
478
Daniel Veillard05b37c62008-03-31 08:27:07 +0000479Mon Mar 31 10:25:37 CEST 2008 Daniel Veillard <daniel@veillard.com>
480
481 * parser.c docs/*: trying to clarify even more the xmlCleanupParser()
482 use and the memory documentation
483
Daniel Veillarddc171602008-03-26 17:41:38 +0000484Wed Mar 26 18:39:58 CET 2008 Daniel Veillard <daniel@veillard.com>
485
486 * parser.c: changes based on Alex Khesin patch where xmlParseCharRef
487 seems to not be checked correctly, fixes #520198
488
Daniel Veillard6a31b832008-03-26 14:06:44 +0000489Wed Mar 26 15:03:49 CET 2008 Daniel Veillard <daniel@veillard.com>
490
491 * parser.c: patch from Ashwin to avoid a problem of attribute
492 redefinition in the DTD. Remove a warning too.
493
Daniel Veillardb3e45362008-03-26 13:39:31 +0000494Wed Mar 26 14:38:31 CET 2008 Daniel Veillard <daniel@veillard.com>
495
496 * xmlschemas.c: fix a problem in externalSubsetSplit with a patch
497 from Ashwin
498
Daniel Veillard97c9ce22008-03-25 16:52:41 +0000499Tue Mar 25 17:48:02 CET 2008 Daniel Veillard <daniel@veillard.com>
500
501 * parser.c: fix various attribute normalisation problems reported
502 by Ashwin
503 * result/c14n/without-comments/example-4
504 result/c14n/with-comments/example-4: this impacted the result of
505 two c14n tests :-\
506 * test/att9 test/att10 test/att11 result//att9* result//att10*
507 result//att11*: added 3 specific regression tests coming from the
508 XML spec revision and from Ashwin
509
Daniel Veillarde54c3172008-03-25 13:22:41 +0000510Tue Mar 25 14:20:49 CET 2008 Daniel Veillard <daniel@veillard.com>
511
512 * uri.c: fix saving for file:///X:/ URI embedding Windows file paths
513 should fix #524253
514
Daniel Veillard8bf64ae2008-03-24 20:45:21 +0000515Mon Mar 24 21:42:33 CET 2008 Daniel Veillard <daniel@veillard.com>
516
517 * parser.c: fix a problem reported by Ashwin for system parameter
518 entities referenced from entities in external subset, add a
519 specific loading routine.
520 * test/valid/dtds/external.ent test/valid/dtds/external2.ent
521 test/valid/t11.xml result/valid/t11.xml*: added the test to
522 the regression suite
523
Daniel Veillard77fbc3e2008-03-24 14:06:19 +0000524Mon Mar 24 15:04:54 CET 2008 Daniel Veillard <daniel@veillard.com>
525
526 * xmlschemas.c: fix an XML Schemas crash raised by Stefan Behnel
527 when testing with W3C test suite
528
Daniel Veillard14d465d2008-03-24 11:12:55 +0000529Mon Mar 24 12:12:00 CET 2008 Daniel Veillard <daniel@veillard.com>
530
531 * threads.c: check some allocation with Ashwin patch
532
Daniel Veillard24d87d92008-03-19 15:43:00 +0000533Wed Mar 19 16:41:52 CET 2008 Daniel Veillard <daniel@veillard.com>
534
535 * vms/build_libxml.com: update from Tycho Hilhorst, should fix #523378
536
Daniel Veillardddbe38b2008-03-18 08:24:25 +0000537Tue Mar 18 09:23:05 CET 2008 Daniel Veillard <daniel@veillard.com>
538
539 * threads.c: check some malloc returns with Ashwin patch, add
540 error messages and reindent the module.
541
Daniel Veillard14dad702008-03-14 14:29:40 +0000542Fri Mar 14 15:28:43 CET 2008 Daniel Veillard <daniel@veillard.com>
543
544 * xmlreader.c: patch from Ashwin removing duplicate tests
545
Daniel Veillardc4b0deb2008-03-14 12:46:42 +0000546Fri Mar 14 13:44:29 CET 2008 Daniel Veillard <daniel@veillard.com>
547
548 * include/libxml/schematron.h include/libxml/xmlerror.h schematron.c:
549 applied patch from Tobias Minich to allow plugin schematron error
550 reporting in the normal error system, should fix #513998
551
Daniel Veillard37d2d162008-03-14 10:54:00 +0000552Fri Mar 14 11:52:09 CET 2008 Daniel Veillard <daniel@veillard.com>
553
554 * parser.c xinclude.c: patch from Vasily Chekalkin fixes memory
555 leaks, should fix 512647
556
Daniel Veillard10bda622008-03-13 07:27:24 +0000557Thu Mar 13 08:17:58 CET 2008 Daniel Veillard <daniel@veillard.com>
558
559 * xmlregexp.c: found a nasty bug in regexp automata build,
560 reported by Ashwin and Bjorn Reese
561
Daniel Veillard35fcbb82008-03-12 21:43:39 +0000562Wed Mar 12 18:56:22 CET 2008 Daniel Veillard <daniel@veillard.com>
563
564 * HTMLparser.c: patch from Arnold Hendriks improving parsing of
565 html within html bogus data, still not a complete fix though
566
Daniel Veillard5d279c92008-03-12 09:32:04 +0000567Wed Mar 12 10:22:01 CET 2008 Daniel Veillard <daniel@veillard.com>
568
569 * python/types.c: fix a memory errro when using namespace nodes
570 returned from XPath queries, should fix #521699
571 * python/tests/Makefile.am python/tests/xpathns.py: add a specific
572 regression test for it
573
Rob Richardsa544c182008-03-10 15:26:27 +0000574Mon Mar 10 16:25:32 CET 2008 Rob Richards <rrichards@ctindustries.net>
575
576 * include/win32config.h: add ICONV_CONST define for win32 build
577 to satisfy encoding.c change in rev 3693
578
Daniel Veillardd0d2f092008-03-07 16:50:21 +0000579Fri Mar 7 17:45:27 CET 2008 Daniel Veillard <daniel@veillard.com>
580
581 * xmlsave.c parser.c: fix handling of empty CDATA nodes as
582 reported and discussed around #514181 and associated patches
583 * test/emptycdata.xml result/emptycdata.xml*
584 result/noent/emptycdata.xml: added a specific test in the
585 regression suite.
586
Daniel Veillard57c9db02008-03-06 14:37:10 +0000587Thu Mar 6 15:23:10 CET 2008 Daniel Veillard <daniel@veillard.com>
588
589 * encoding.c: poblem with encoding detection for UTF-16 reported by
590 Ashwin and found by Bill
591 * test/valid/dtds/utf16b.ent test/valid/dtds/utf16l.ent
592 test/valid/UTF16Entity.xml result/valid/UTF16Entity.xml*: added
593 the example to the regression tests
594
Daniel Veillardccc476f2008-03-04 13:19:49 +0000595Tue Mar 4 14:16:38 CET 2008 Daniel Veillard <daniel@veillard.com>
596
597 * xmlwriter.c: patch from Alex Khesin fixing CDATA output after
598 a text node.
599 * parser.c: fixed the comment for xmlParserCleanup
600 * globals.c: fixed indentation
601
Daniel Veillard70e20ad2008-02-25 15:44:43 +0000602Mon Feb 25 16:42:19 CET 2008 Daniel Veillard <daniel@veillard.com>
603
604 * testModule.c: patch from Florent Guiliani to fix build on
605 SCO OpenServer
606
Daniel Veillard30663512008-02-21 22:31:55 +0000607Thu Feb 21 22:46:08 CET 2008 Daniel Veillard <daniel@veillard.com>
608
609 * debugXML.c: made one of the changes suggested by Brian Krahmer
610 * testRegexp.c: allow to pass '--' on the command line to allow
611 regexps starting with the character '-'
612
Daniel Veillard5ac88232008-02-19 07:54:52 +0000613Tue Feb 19 08:49:32 CET 2008 Daniel Veillard <daniel@veillard.com>
614
615 * python/Makefile.am python/tests/Makefile.am: applied cleanup
616 patches for cross compilation and MinGW from Roumen Petrov
617
Daniel Veillardc4ba8a42008-02-16 10:08:14 +0000618Sat Feb 16 11:06:54 CET 2008 Daniel Veillard <daniel@veillard.com>
619
620 * xmlIO.c: fix output bug reported by Petr Pajas and analyzed by
621 Bill
622
Daniel Veillard6f8611f2008-02-15 08:33:21 +0000623Fri Feb 15 09:32:11 CET 2008 Daniel Veillard <daniel@veillard.com>
624
625 * include/libxml/xmlerror.h tree.c: patch from Julien Charbon
626 to simplify the processing of xmlSetProp()
627
Daniel Veillard8e1a46d2008-02-15 07:47:26 +0000628Fri Feb 15 08:45:32 CET 2008 Daniel Veillard <daniel@veillard.com>
629
630 * config.h.in configure.in encoding.c: patch from Roumen Petrov
631 to detect if iconv() needs a const for the second parameter
632
Daniel Veillardf3da06d2008-02-15 07:43:00 +0000633Fri Feb 15 08:41:31 CET 2008 Daniel Veillard <daniel@veillard.com>
634
635 * macos/src/XMLTestPrefix2.h win32/Makefile.msvc: EOL cleanups
636 from Florent Guiliani
637
Daniel Veillard3ff24112008-02-13 10:17:41 +0000638Wed Feb 13 10:56:38 CET 2008 Daniel Veillard <daniel@veillard.com>
639
640 * xmlwriter.c: applied patch from Alfred Mickautsch to flush the
641 output at the end of document.
642
Daniel Veillard851b2d02008-02-08 10:57:57 +0000643Fri Feb 8 11:57:03 CET 2008 Daniel Veillard <daniel@veillard.com>
644
645 * doc/examples/examples.xml: regenerated, it was truncated.
646
Daniel Veillard643fb5d2008-02-08 10:49:46 +0000647Fri Feb 8 11:47:18 CET 2008 Daniel Veillard <daniel@veillard.com>
648
649 * xmlmodule.c: apply simple patch from Carlo Bramini to avoid
650 compilation problems with Mingw32
651
Daniel Veillard041b6872008-02-08 10:37:18 +0000652Fri Feb 8 11:33:15 CET 2008 Daniel Veillard <daniel@veillard.com>
653
654 * xmlregexp.c: apply patch from Andrew Tosh to fix behaviour
655 when '.' is used in a posCharGroup
656 * test/schemas/poschargrp0_0.* result/schemas/poschargrp0_0_0*:
657 added the test to the regression suite
658
Daniel Veillardb242b082008-02-08 09:56:31 +0000659Fri Feb 8 10:54:09 CET 2008 Daniel Veillard <daniel@veillard.com>
660
661 * dict.c: applied patch from Florent Guilian to remove an
662 useless mutex in the xmlDict structure.
663
664Wed Feb 6 17:00:20 CET 2008 Daniel Veillard <daniel@veillard.com>
665
666 * SAX2.c: another leak reported by Ashwin
667 * xinclude.c: fixed the behaviour when XIncluding a fragment
668 of the current document, patch from Chris Ryan
669
William M. Brackead35832008-02-06 04:12:46 +0000670Wed Feb 6 12:10:08 HKT 2008 William Brack <wbrack@mmm.com.hk>
671
672 * nanohttp.c: added space for port number (when not 80) in
673 xmlNanoHTTPMethodRedir, plus a few more comments. Should
674 fix #514521.
675
Daniel Veillard7d0ca5e2008-02-05 08:43:52 +0000676Tue Feb 5 09:41:46 CET 2008 Daniel Veillard <daniel@veillard.com>
677
678 * schemas.c: apply fix suggested by Ashwin correcting a cut-n-paste
679 error about the SAX callback in cdataBlockSplit when streaming
680 XSD validation
681
Daniel Veillard69f8a132008-02-05 08:37:56 +0000682Tue Feb 5 09:36:46 CET 2008 Daniel Veillard <daniel@veillard.com>
683
684 * uri.c: applied a patch based on Petr Sumbera one to avoid a
685 problem with paths starting with //
686
Daniel Veillardad87d5e2008-02-04 16:50:03 +0000687Mon Feb 4 17:48:30 CET 2008 Daniel Veillard <daniel@veillard.com>
688
689 * doc/xml.html doc/xmlmem.html: added a small section on returning
690 memory to the kernel by compacting the heap provided by Wolfram Sang
691
Rob Richards82fbf572008-01-25 19:03:37 +0000692Fri Jan 25 20:01:42 CET 2007 Rob Richards <rrichards@ctindustries.net>
693
694 * include/win32config.h win32/Makefile.msvc: fix build under VS 2008.
695 patch by David Wimsey
696
Daniel Veillardc707d0b2008-01-24 14:48:54 +0000697Thu Jan 24 15:37:04 CET 2008 Daniel Veillard <daniel@veillard.com>
698
699 * parser.c: fix a memeory leak in internal subset parsing with
700 a fix from Ashwin
701 * test/errors/content1.xml result/errors/content1.xml*:
702 add test to regressions
703
Daniel Veillard72c1dfd2008-01-24 14:39:12 +0000704Fri Jan 11 09:00:09 CET 2008 Daniel Veillard <daniel@veillard.com>
705
706 * configure.in doc/*: preparing release of 2.6.31
707
Daniel Veillardb3edafd2008-01-11 08:00:57 +0000708Fri Jan 11 08:58:49 CET 2008 Daniel Veillard <daniel@veillard.com>
709
710 * parser.c: avoid a warning on 64bits introduced earlier
711 * parserInternals.c: make more checking on the UTF-8 input
712
Daniel Veillardc5b43cc2008-01-11 07:41:39 +0000713Fri Jan 11 15:37:05 CST 2008 Daniel Veillard <daniel@veillard.com>
714
715 * HTMLparser.c: avoid stopping parsing when encountering
716 out of range characters in an HTML file, report and
717 continue processing instead, should fix #472696
718
Daniel Veillard9ebb6322008-01-11 07:19:24 +0000719Fri Jan 11 15:13:35 CST 2008 Daniel Veillard <daniel@veillard.com>
720
721 * check-relaxng-test-suite2.py check-relaxng-test-suite.py
722 Makefile.am python/tests/Makefile.am python/Makefile.am
723 check-xsddata-test-suite.py: patches from John Carr to
724 start cleaning up 'make diskcheck' problems c.f. #506228
725
Daniel Veillard5608b172008-01-11 06:53:15 +0000726Fri Jan 11 14:48:40 CST 2008 Daniel Veillard <daniel@veillard.com>
727
728 * xmllint.c: apply fix from Stefan Kost to avoid a crash
729 in xmllint, fixes 504284
730
Daniel Veillardaa2404e2008-01-11 06:44:00 +0000731Fri Jan 11 14:39:03 CST 2008 Daniel Veillard <daniel@veillard.com>
732
733 * xml2-config.in: apply patch from Fred Crozat to avoid
734 outputting -L/usr/lib from xml2-config, fixes #497012
735
Daniel Veillard640f89e2008-01-11 06:24:09 +0000736Fri Jan 11 14:18:09 CST 2008 Daniel Veillard <daniel@veillard.com>
737
738 * HTMLparser.c: fix definition for <embed> to avoid error
739 when saving back, patch from Stefan Behnel fixing 495213
740
Daniel Veillard9e264ad2008-01-11 06:10:16 +0000741Fri Jan 11 14:06:09 CST 2008 Daniel Veillard <daniel@veillard.com>
742
743 * parser.c: applied patch from Christian Schmidt fixing a
744 column counter update problem, fixes #472696
745
Daniel Veillardac4118d2008-01-11 05:27:32 +0000746Fri Jan 11 13:22:14 CST 2008 Daniel Veillard <daniel@veillard.com>
747
748 * parser.c: handle a erroneous parsing of attributes in
749 case said attribute has been redeclared in the DTD with a
750 different type
751 * hash.c: fix the hash scanner to not crash if a first element
752 from the hash list is been removed in the callback
753
Daniel Veillard7e26fb42008-01-09 02:19:50 +0000754Wed Jan 9 10:15:50 CST 2008 Daniel Veillard <daniel@veillard.com>
755
756 * xmlwriter.c: fix indentation in xmlTextWriterFullEndElement,
757 as raised by Felipe Pena, should fix #508156
758
Rob Richards3108ba92007-12-06 10:08:52 +0000759Tue Dec 6 11:07:42 CET 2007 Rob Richards <rrichards@ctindustries.net>
760
761 * pattern.c: fix crash from double free of name for bug #501760
762
Daniel Veillard5fce6d62007-11-23 10:46:55 +0000763Fri Nov 23 11:47:48 CET 2007 Daniel Veillard <daniel@veillard.com>
764
765 * threads.c: remove unused variable in __xmlGlobalInitMutexLock
766 reported by Hannes Eder
767
Daniel Veillard00fde4e2007-11-19 17:38:33 +0000768Mon Nov 19 18:39:26 CET 2007 Daniel Veillard <daniel@veillard.com>
769
770 * xmlregexp.c: remove a cut-and-paste copy error
771
Rob Richards91eb5602007-11-16 10:54:59 +0000772Fri Nov 16 11:55:36 CET 2007 Rob Richards <rrichards@ctindustries.net>
773
774 * globals.c threads.c include/libxml/threads.h:
775 __xmlGlobalInitMutexDestroy() will free global_init_lock on Win32.
776 Patch from Marc-Antoine Ruel.
777
Rob Richardsb9ba0fa2007-11-13 20:27:52 +0000778Tue Nov 13 21:26:27 CET 2007 Rob Richards <rrichards@ctindustries.net>
779
780 * schematron.c: fix crash/leaks from xmlSchematronParse due to improper
781 schema document ownership for bug #495215
782
Daniel Veillard2a512da2007-10-30 20:24:40 +0000783Tue Oct 30 21:24:55 CET 2007 Daniel Veillard <daniel@veillard.com>
784
785 * xmlmemory.c: xmlFree(NULL) should not crash in debug mode
786 should fix #491651
787
Daniel Veillard1bc8d852007-10-16 12:18:18 +0000788Tue Oct 16 13:58:41 CEST 2007 Daniel Veillard <daniel@veillard.com>
789
790 * testURI.c: add a debug option printing all the fields within
791 the parsed URI structure
792
Daniel Veillarda76a81f2007-10-10 08:28:18 +0000793Wed Oct 10 10:25:52 CEST 2007 Daniel Veillard <daniel@veillard.com>
794
795 * xmlsave.c: fix to avoid a crash when dumping an attribute from
796 an XHTML document, patch contributed to fix #485298
797
Daniel Veillardc821e032007-08-28 17:33:45 +0000798Tue Aug 28 19:32:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
799
800 * xmlregexp.c: another nasty regexp case fixed.
801 * test/regexp/ranges2 result/regexp/ranges2: added to regression
802 suite
803
William M. Brackec720082007-08-24 02:57:38 +0000804Fri Aug 24 10:58:58 HKT 2007 William Brack <wbrack@mmm.com.hk>
805
806 * nanohttp.c: Enhanced to include port number (if not == 80) on the
807 "Header:" URL (bug #469681).
808 * xmlregexp.c: Fixed a typo causing a warning message.
809
Daniel Veillardcd2ebab2007-08-23 20:47:33 +0000810Thu Aug 23 22:48:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
811
812 * nanohttp.c: fix an open() call with creation without 3rd argument
813 hopefully that interface is never used.
814
Daniel Veillardc1b3fe02007-08-23 15:00:06 +0000815Thu Aug 23 17:00:49 CEST 2007 Daniel Veillard <daniel@veillard.com>
816
817 * configure.in doc/*: preparing release of 2.6.30
818
William M. Brackf1794562007-08-23 12:58:13 +0000819Thu Aug 23 20:58:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
820
Daniel Veillardc1b3fe02007-08-23 15:00:06 +0000821 * xpath.c: fixed xmlXPathCompOpEvalPositionalPredicate problem
William M. Brackf1794562007-08-23 12:58:13 +0000822 with object caching (bug #469410)
823
Daniel Veillard3888f472007-08-23 09:29:03 +0000824Thu Aug 23 11:28:38 CEST 2007 Daniel Veillard <daniel@veillard.com>
825
826 * xmlschemas.c test/schemas/*455953* result/schemas/bug455953*:
827 applied patch from Frank Gross fixing Schemas IDC import bug
828 #455953 and also add the test to the regression suite
829
Daniel Veillard76d59b62007-08-22 16:29:21 +0000830Wed Aug 22 18:29:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
831
832 * xmlregexp.c: try to fix for the nth time the automata generation
833 in case of complex ranges. I suppose that time it is actually okay
834
Daniel Veillard3dcd3192007-08-14 13:46:54 +0000835Tue Aug 14 15:51:05 CEST 2007 Daniel Veillard <daniel@veillard.com>
836
837 * parser.c: aligned xmlSAXUserParseMemory() to match
838 xmlSAXUserParseFile() logic based on Ashwin post, and ifdef
839 cleanup
840
Rob Richardsf779da32007-08-14 09:41:21 +0000841Tue Aug 14 11:42:27 CEST 2007 Rob Richards <rrichards@ctindustries.net>
842
843 * xmlIO.c: fixed windows path determination (patch from
844 Roland Schwarz, bug #462877)
845 * win32/Makefile.mingw win32/configure.js: fixed mingw build
846 (patch from Roland Schwarz, bug #462877)
847
Daniel Veillardda629342007-08-01 07:49:06 +0000848Wed Aug 1 09:50:12 CEST 2007 Daniel Veillard <daniel@veillard.com>
849
850 * parser.c: fixed a parser bug where invalid char in comment may
851 not be detected, reported by Ashwin Sinha
852 * test/errors/comment1.xml result/errors/comment1.xml*: added
853 the example to the regression suite
854
Daniel Veillard3814a362007-07-26 11:41:46 +0000855Thu Jul 26 13:42:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
856
857 * xmlsave.c: fixed problem reported on bug #460415
858
William M. Brack50420192007-07-20 01:09:08 +0000859Thu Jul 19 18:10:58 PDT 2007 William Brack <wbrack@mmm.com.hk>
860
861 * uri.c: applied patch from from Patrik Fimml. Fixes bug #458268.
862
William M. Brackb0a94e82007-07-18 18:04:55 +0000863Wed Jul 18 11:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
864
865 * xinclude.c: applied patch from bug #454608 from Patrik Fimml.
866 Fixes bug #454608.
867
Daniel Veillard65fcf272007-07-11 17:55:30 +0000868Wed Jul 11 19:57:59 CEST 2007 Daniel Veillard <daniel@veillard.com>
869
870 * xmlschemas.c: applied patch for xsi:nil from Frank Gross, this
871 should fix bug #358125
872
Daniel Veillardcaa19512007-07-04 15:42:46 +0000873Wed Jul 4 17:44:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
874
875 * xmlwriter.c: patch from Dodji Seketeli to avoid a leak on repeated
876 uses of xmlTextWriterStartDocument()
877
Daniel Veillard734e7662007-06-26 11:30:31 +0000878Tue Jun 26 13:30:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
879
880 * xmlschemas.c: fix a crash on solaris when a printf %s with a NULL
881 argument occurs, should fix #450936
882
William M. Brack31700e62007-06-13 20:33:02 +0000883Wed Jun 13 13:33:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
884
885 * xpath.c: fixed problem in previous fix to xmlXPathNodeSetSort
886
Daniel Veillard38431c32007-06-12 16:20:09 +0000887Tue Jun 12 18:17:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
888
Daniel Veillardc1b3fe02007-08-23 15:00:06 +0000889 * doc/* configure.in NEWS: release of libxml2 2.6.29
Daniel Veillard25a1ce92008-06-02 16:04:12 +0000890 * valid.c: patch from Dagfinn I. MannsĂĄker for idness of name
Daniel Veillard38431c32007-06-12 16:20:09 +0000891 in HTML, c.f. bug #305885.
892
Daniel Veillarddbbd72b2007-06-12 15:15:52 +0000893Tue Jun 12 17:14:08 CEST 2007 Daniel Veillard <daniel@veillard.com>
894
895 * SAX2.c: fixing bug #319964, parsing of HTML attribute really
896 should not have namespace processing.
897
Daniel Veillarddfac9462007-06-12 14:44:32 +0000898Tue Jun 12 16:42:14 CEST 2007 Daniel Veillard <daniel@veillard.com>
899
900 * parser.c: fixed the push mode when a big comment occurs before
901 an internal subset, should close bug #438835
902 * test/comment6.xml result//comment6.xml*: added a special
903 test in the regression suite
904
Daniel Veillardb9e5acc2007-06-12 13:43:00 +0000905Tue Jun 12 15:41:09 CEST 2007 Daniel Veillard <daniel@veillard.com>
906
907 * parser.c: fix bug #414846 where invalid characters in attributes
908 would sometimes not be detected.
909 * test/errors/attr4.xml result/errors/attr4.xml*: added a specific
910 test case to the regression tests
911
Daniel Veillard3130fe92007-06-12 12:24:54 +0000912Tue Jun 12 14:23:24 CEST 2007 Daniel Veillard <daniel@veillard.com>
913
914 * xstc/Makefile.am: apply patch from Ryan Hill to cope with changes
915 in GNU tar, should fix #396751
916
Daniel Veillarddb670152007-06-12 10:04:37 +0000917Tue Jun 12 12:03:36 CEST 2007 Daniel Veillard <daniel@veillard.com>
918
919 * python/types.c: try to allow compilation on old python version
920 should fix #398125
921
Daniel Veillardfcd02ad2007-06-12 09:49:40 +0000922Tue Jun 12 11:48:15 CEST 2007 Daniel Veillard <daniel@veillard.com>
923
924 * HTMLtree.c: htmlNodeDumpFormatOutput didn't handle XML_ATTRIBUTE_NODe
925 fixes bug #438390
926
Daniel Veillard5cdbbd22007-06-12 09:39:14 +0000927Tue Jun 12 11:37:55 CEST 2007 Daniel Veillard <daniel@veillard.com>
928
929 * xmlIO.c: workaround misgenerated file: URIs c.f. #437385
930
Daniel Veillardd8ed1052007-06-12 09:24:46 +0000931Tue Jun 12 11:22:47 CEST 2007 Daniel Veillard <daniel@veillard.com>
932
933 * relaxng.c: fixed bug #407436 a crash in a specific case of
934 Relax-NG validation
935
Daniel Veillardbe8d9d32007-06-12 09:14:11 +0000936Tue Jun 12 11:12:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
937
938 * catalog.c: fixed bug #383687, some case of recursion on next
939 were not caught in the catalog code.
940
Daniel Veillard861101d2007-06-12 08:38:57 +0000941Tue Jun 12 10:37:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
942
943 * HTMLparser.c: fixed bug #381877, avoid reading over the end
944 of stream when generating an UTF-8 encoding error.
945
Daniel Veillard2e620862007-06-12 08:18:21 +0000946Tue Jun 12 10:16:48 CEST 2007 Daniel Veillard <daniel@veillard.com>
947
948 * parser.c: fixed bug #366161, trivially added the check in
949 xmlCtxtReset()
950
Rob Richards90ee8df2007-06-08 19:47:37 +0000951Fri Jun 8 21:48:21 CEST 2007 Rob Richards <rrichards@ctindustries.net>
952
953 * win32/configure.js win32/Makefile.msvc: add --vcmanifest flag (yes/no)
954 for VC8 build support to embed manifest within files. Under MS VC, build
955 libxml2_a_dll.lib by default (LIBXML_STATIC_FOR_DLL flag).
956
Rob Richardse967f0b2007-06-08 19:36:04 +0000957Fri Jun 8 21:37:46 CEST 2007 Rob Richards <rrichards@ctindustries.net>
958
959 * threads.c include/libxml/threads.h: use specified calling convention
960 for xmlDllMain. Old SDKs (VC6) only support InterlockedCompareExchange.
961 add xmlDllMain to header for win32 when building for static dll
962
Rob Richardsb8769d62007-06-08 08:50:47 +0000963Fri Jun 8 10:51:28 CEST 2007 Rob Richards <rrichards@ctindustries.net>
964
965 * xmlwriter.c: fixed problem with namespace declaration being
966 written more than once per element start tag
967
William M. Brack97ac8192007-06-06 17:19:24 +0000968Wed Jun 6 10:18:28 PDT 2007 William Brack <wbrack@mmm.com.hk>
969
970 * xpath.c: fixed problem with xmlXPathNodeSetSort;
971 fixed problem with xmlXPathNodeTrailingSorted (both bug#413451)
972
William M. Brackd611c882007-05-31 05:07:17 +0000973Wed May 30 22:05:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
974
975 * xpath.c: fixed problem with string value for PI node
976 (bug #442275)
977
Daniel Veillarde61d75f2007-05-28 14:16:33 +0000978Mon May 28 16:14:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
979
Daniel Veillard25a1ce92008-06-02 16:04:12 +0000980 * uri.c: fix bug reported by François Delyon
Daniel Veillarde61d75f2007-05-28 14:16:33 +0000981
William M. Brack38d452a2007-05-22 16:00:06 +0000982Tue May 22 08:59:48 PDT 2007 William Brack <wbrack@mmm.com.hk>
983
984 * encoding.c: Fixed typo in xmlCharEncFirstLine pointed out
985 by Mark Rowe (bug #440159)
986 * include/libxml/xmlversion.h.in: Added check for definition of
987 _POSIX_C_SOURCE to avoid warnings on Apple OS/X (patch from
988 Wendy Doyle and Mark Rowe, bug #346675)
989 * schematron.c, testapi.c, tree.c, xmlIO.c, xmlsave.c: minor
990 changes to fix compilation warnings - no change to logic.
991
William M. Bracke8827652007-05-16 05:19:13 +0000992Tue May 15 22:18:08 PDT 2007 William Brack <wbrack@mmm.com.hk>
993
994 * nanohttp.c: small enhancement to last fix, pointed out
995 by Alex Cornejo
996
William M. Brackd2f682a2007-05-15 19:42:08 +0000997Tue May 15 12:38:38 PDT 2007 William Brack <wbrack@mmm.com.hk>
998
999 * nanohttp.c: fixed problem on gzip streams (bug #438045)
1000 * xpath.c: fixed minor spot of redundant code - no logic change.
1001
William M. Brackca797882007-05-11 14:45:53 +00001002Fri May 11 22:45:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
1003
1004 * xpath.c: enhanced the coding for xmlXPathCastNumberToString
1005 in order to produce the required number of significant digits
1006 (bug #437179)
1007
Daniel Veillardf6cf57a2007-05-09 23:53:30 +00001008Thu May 10 01:52:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
1009
1010 * list.c: applied patch to fix xmlListAppend() from
Daniel Veillard25a1ce92008-06-02 16:04:12 +00001011 Georges-André SILBER
Daniel Veillardf6cf57a2007-05-09 23:53:30 +00001012 * valid.c: also fix the place wher it was called.
1013
Daniel Veillard1ca1be22007-05-02 16:50:03 +00001014Wed May 2 18:47:33 CEST 2007 Daniel Veillard <daniel@veillard.com>
1015
1016 * parser.c: tried to fix an error problem on entity content failure
1017 reported by Michael Day
1018
Daniel Veillardc51f51c2007-05-02 16:25:45 +00001019Wed May 2 18:23:35 CEST 2007 Daniel Veillard <daniel@veillard.com>
1020
1021 * configure.in: typo patch from Bjorn Reese
1022
Daniel Veillard491e58e2007-05-02 16:15:18 +00001023Wed May 2 18:12:58 CEST 2007 Daniel Veillard <daniel@veillard.com>
1024
1025 * HTMLparser.c: applied patch from Michael Day to add support for
1026 <embed>
1027
Daniel Veillard4d1320f2007-04-26 08:55:33 +00001028Thu Apr 26 10:58:50 CEST 2007 Daniel Veillard <daniel@veillard.com>
1029
1030 * HTMLparser.c: Jean-Daniel Dupas pointed a couple of problems
1031 in htmlCreateDocParserCtxt.
1032
Daniel Veillarda1413b82007-04-26 08:33:28 +00001033Thu Apr 26 10:36:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
1034
1035 * uri.c include/libxml/uri.h: patch from Richard Jones to save
1036 the query part in raw form.
Daniel Veillard63cf1b92007-04-26 08:45:23 +00001037 * libxml2-python-api.xml: also added accessor for the python bindings
Daniel Veillarda1413b82007-04-26 08:33:28 +00001038
Daniel Veillardcb4284e2007-04-25 13:55:20 +00001039Wed Apr 25 15:57:32 CEST 2007 Daniel Veillard <daniel@veillard.com>
1040
1041 * xstc/Makefile.am doc/examples/Makefile.am Makefile.am: applied
1042 patch from Richard Jones to for the silent flag on valgrind
1043 when doing "make valgrind"
1044 * xmlregexp.c: raise a regexp error when '\' is misused to escape
1045 a standard character.
1046
Daniel Veillardc9923322007-04-24 18:12:06 +00001047Tue Apr 24 20:15:14 CEST 2007 Daniel Veillard <daniel@veillard.com>
1048
1049 * tree.c: Richard Jones reported xmlBufferAdd (buf, "", -1), fixing it
1050
Daniel Veillarda44294f2007-04-24 08:57:54 +00001051Tue Apr 24 10:59:28 CEST 2007 Daniel Veillard <daniel@veillard.com>
1052
1053 * uri.c: fix xmlURIUnescapeString comments which was confusing
1054
Daniel Veillard509ed2a2007-04-18 07:51:50 +00001055Wed Apr 18 09:52:25 CEST 2007 Daniel Veillard <daniel@veillard.com>
1056
1057 * include/win32config.h libxml.h: new patch from Andreas Stricke to
1058 better integrate support for Windows CE
1059
Daniel Veillard39bcf942007-04-17 14:47:05 +00001060Tue Apr 17 16:50:12 CEST 2007 Daniel Veillard <daniel@veillard.com>
1061
1062 * doc/* configure.in NEWS: release of libxml2 2.6.28
1063
Daniel Veillard59d3ed82007-04-17 12:44:58 +00001064Tue Apr 17 14:47:42 CEST 2007 Daniel Veillard <daniel@veillard.com>
1065
1066 * catalog.c libxml.h win32/wince/wincecompat.h win32/wince/wincecompat.c
1067 xmlIO.c nanohttp.c nanoftp.c trio.c triostr.c triostr.h: applied
1068 patch from Andreas Stricke to ease the compilation on Windows CE
1069
Daniel Veillarded121382007-04-17 12:33:19 +00001070Tue Apr 17 14:34:45 CEST 2007 Daniel Veillard <daniel@veillard.com>
1071
1072 * xmllint.c catalog.c: "xmllint unusable on win32" so applied
1073 a libxml2 patch from Christian Ehrlicher
1074
Daniel Veillard42720242007-04-16 07:02:31 +00001075Mon Apr 16 09:05:01 CEST 2007 Daniel Veillard <daniel@veillard.com>
1076
1077 * HTMLparser.c: change the way script/style are parsed to
1078 not try to detect comments, reported by Mike Day
1079 * result/HTML/doc3.*: affects the result of that test
1080
William M. Brack56578372007-04-11 14:33:46 +00001081Wed Apr 11 22:38:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
1082
1083 * xmlregexp.c: small enhancement for quantifier range with
1084 min occurs of 0; fixes bug 425542.
1085
Daniel Veillardbd672bc2007-03-30 12:39:25 +00001086Fri Mar 30 14:41:57 CEST 2007 Daniel Veillard <daniel@veillard.com>
1087
1088 * xmlIO.c: applied change from Michael Day to avoid a problem when
1089 compiled without zlib support.
1090
Daniel Veillard7ef51692007-03-21 16:47:12 +00001091Wed Mar 21 17:58:13 CET 2007 Daniel Veillard <daniel@veillard.com>
1092
1093 * include/libxml/xpath.h: applied documentation patch from James Dennett
1094
William M. Bracka9cbf282007-03-21 13:16:33 +00001095Wed Mar 21 21:20:48 HKT 2007 William Brack <wbrack@mmm.com.hk>
1096
1097 * xmlregexp.c: fixed problem with 0x2d in Char Range (bug #420596)
1098 * test/regexp/bug420596, result/regexp/bug420596: added regression
1099 test for this
1100
William M. Bracke978ae22007-03-21 06:16:02 +00001101Wed Mar 21 14:23:08 HKT 2007 William Brack <wbrack@mmm.com.hk>
1102
1103 * HTMLparser.c: fixed memory access error on parsing of meta data
1104 which had errors (bug #382206). Also cleaned up a few warnings
1105 by adding some additional DECL macros.
1106
Daniel Veillardbd444842007-03-20 08:47:29 +00001107Tue Mar 20 09:58:13 CET 2007 Daniel Veillard <daniel@veillard.com>
1108
Daniel Veillard25a1ce92008-06-02 16:04:12 +00001109 * nanoftp.c: applied patch from Björn Wiberg to try to fix again
Daniel Veillardbd444842007-03-20 08:47:29 +00001110 the silly __ss_familly problem on various AIXes, should fix #420184
1111
William M. Brack0c1e3012007-03-14 12:40:21 +00001112Wed Mar 14 20:30:38 HKT 2007 William Brack <wbrack@mmm.com.hk>
1113
1114 * configure.in: corrected small error in last commit
1115 * xmlreader.c: corrected small typo in last commit
1116
William M. Brack06559b32007-03-14 09:34:15 +00001117Wed Mar 14 19:35:28 HKT 2007 William Brack <wbrack@mmm.com.hk>
1118
1119 * xmlschemas.c: fixed problem with referenced attribute groups
1120 (bug #417621)
1121 * configure.in: re-ordered some includes for types.h / socket.h
1122 (bug #416001)
1123
Daniel Veillarda9c56772007-03-09 16:59:05 +00001124Fri Mar 9 17:54:40 CET 2007 Daniel Veillard <daniel@veillard.com>
1125
1126 * xmlreader.c: applied patch from Julien Reichel cleaning up mode
1127 and state internal flags mixups
1128
William M. Brackee0b9822007-03-07 08:15:01 +00001129Wed Mar 7 16:18:18 HKT 2007 William Brack <wbrack@mmm.com.hk>
1130
1131 * xpath.c: fixed xmlXPathCmpNodes for incorrect result on certain
1132 cases when comparing identical nodes (bug #415567) with patch
1133 from Oleg Paraschenko
1134
William M. Brack7a12e572007-02-16 17:11:09 +00001135Fri Feb 16 09:13:38 PST 2007 William Brack <wbrack@mmm.com.hk>
1136
1137 * python/libxml.py: fixed tab problem with patch from
1138 Andreas Hanke (bug #408626)
1139
1140Thu Feb 15 12:43:28 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack43a87292007-02-15 20:41:02 +00001141
1142 * doc/xml.html: Changed all references to libxml2 CVS over to
1143 the corresponding SVN. A few other spelling/grammar/links
1144 also changed.
1145 * doc/libxml2-api.xml, doc/*.html: Regenerated all docs.
1146
William M. Brack0bcec062007-02-14 02:15:19 +00001147Tue Feb 13 18:15:58 PST 2007 William Brack <wbrack@mmm.com.hk>
1148
1149 * xpath.c: Fixed memory bug with invalid function reported by
1150 Francois Delyon on mailing list
1151
William M. Brack53ce98c2007-02-13 00:37:20 +00001152Mon Feb 12 16:40:48 PST 2007 William Brack <wbrack@mmm.com.hk>
1153
1154 * xinclude.c: fixed problem with invalid char encountered
1155 during text include (reported on xslt mailing list)
1156
Daniel Veillardfde5b0b2007-02-12 17:31:53 +00001157Mon Feb 12 18:30:01 CET 2007 Daniel Veillard <daniel@veillard.com>
1158
1159 * Makefile.am: small cleanup to avoid packaging .svn
1160 * libxml.h threads.c parser.c: applied patch to avoid a problem
1161 in concurrent threaded initialization fix from Ted Phelps
1162
William M. Brackd46c1ca2007-02-08 23:34:34 +00001163Thu Feb 08 15:35:18 PST 2007 William Brack <wbrack@mmm.com.hk>
1164
1165 * parser.c: added a GROW when parsing complex comments (bug #405666)
1166 * gentest.py, testapi.c: added a hack to prevent destruction of any
1167 param with 'destroy' in it's description (i.e. param destroyed by
1168 the routine under test, so shouldn't be destroyed by testapi)
1169 * xmlreader.c: added freeing of 'input' param even on error
1170 (fixes leak detected by testapi)
1171
William M. Brackc1099be2007-01-31 18:38:56 +00001172Wed Jan 31 10:25:38 PST 2007 William Brack <wbrack@mmm.com.hk>
1173
1174 * testAutomata.c, testRegexp.c, testThreads.c, testThreadsWin32.c,
1175 xmlwriter.c: repositioned #include for libxml.h to avoid
1176 compilation error on some architectures (bug #398277)
1177 * fixed screwed-up ChangeLog (deleted some duplicate entries)
1178
William M. Brack72239ba2007-01-31 18:25:12 +00001179Fri Jan 26 00:05:18 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack22242272007-01-27 07:59:37 +00001180
Daniel Veillard25a1ce92008-06-02 16:04:12 +00001181 * implemented patch from Stéphane Bidoul for uri.c (bug #389767)
William M. Brack22242272007-01-27 07:59:37 +00001182
William M. Brack72239ba2007-01-31 18:25:12 +00001183Thu Jan 25 11:15:08 PST 2007 William Brack <wbrack@mmm.com.hk>
William M. Brack11be2d02007-01-24 19:17:19 +00001184
1185 * xpath.c: added checks for alloc fail on calls to
1186 xmlXPathNewContext (libxslt bug #400242)
1187
1188Thu Jan 11 15:38:08 PST 2007 William Brack <wbrack@mmm.com.hk>
1189
1190 * Re-generated the documentation (API chunks 27-29 were missing)
1191 (also causes changes to testapi.c, elfgcchack.h and
1192 win32/libxml2.def.src)
1193
1194Tue Jan 9 22:24:26 CET 2007 Daniel Veillard <daniel@veillard.com>
1195
1196 * python/libxml.c: fix a memory leak in the python string handling
1197 when SAX event are passed back to the python handlers
1198
1199Thu Jan 4 18:27:49 CET 2007 Daniel Veillard <daniel@veillard.com>
1200
1201 * xmlreader.c: fix xmlTextReaderSetup() description
1202 * test/relaxng/empty1.rng test/relaxng/comps_0.xml
1203 test/relaxng/empty1_0.xml test/relaxng/comps.rng
1204 test/relaxng/empty0.rng test/relaxng/empty0_0.xml
1205 test/relaxng/empty1_1.xml: tests which were apparently
1206 never commited to CVS
1207
1208Wed Jan 3 16:05:21 PST 2007 Aleksey Sanin <aleksey@aleksey.com>
1209
1210 * xmlreader.c include/libxml/xmlreader.h win32/libxml2.def.src:
1211 expose xmlTextReaderSetup() function
1212
1213Wed Jan 3 16:14:13 CET 2007 Daniel Veillard <daniel@veillard.com>
1214
1215 * configure.in: adapt the extra versioning code to SVN
1216
1217Thu Dec 14 16:52:34 CET 2006 Daniel Veillard <daniel@veillard.com>
1218
1219 * python/generator.py python/libxml.py: apparently id() sometimes
1220 generate negative values and %X outputs -XXXX :-(
1221
1222Mon Dec 4 10:30:25 CET 2006 Daniel Veillard <daniel@veillard.com>
1223
1224 * parser.c include/libxml/tree.h: patch from Michael Day on standalone
1225 and XML declaration detection, and associated documentation change
1226
1227Mon Dec 4 10:27:01 CET 2006 Daniel Veillard <daniel@veillard.com>
1228
1229 * xinclude.c: another XInclude user data propagation patch from
1230 Michael Day
1231
1232Thu Nov 23 17:22:03 CET 2006 Daniel Veillard <daniel@veillard.com>
1233
1234 * HTMLparser.c: applied patch from Steven Rainwater to fix
1235 UTF8ToHtml behaviour on code points which are not mappable to
1236 predefined HTML entities, fixes #377544
1237
1238Thu Nov 23 17:11:23 CET 2006 Daniel Veillard <daniel@veillard.com>
1239
1240 * xpath.c: fixed a bug where the principal node type of an axis
1241 wasn't tested on name check, fixes bug #377432
1242
1243Wed Nov 8 10:19:27 CET 2006 Daniel Veillard <daniel@veillard.com>
1244
1245 * HTMLparser.c: change htmlCtxtReset() following Michael Day bug
1246 report and suggestion.
1247
1248Mon Nov 6 09:56:41 CET 2006 Daniel Veillard <daniel@veillard.com>
1249
1250 * uri.c: applied patch from Igor for path conversion on Windows
1251
1252Thu Nov 2 11:29:17 CET 2006 Daniel Veillard <daniel@veillard.com>
1253
1254 * xmlregexp.c: another small change on the algorithm for the
1255 elimination of epsilon transitions, should help on #362989 too
1256
1257Wed Nov 1 16:33:10 CET 2006 Daniel Veillard <daniel@veillard.com>
1258
1259 * tree.c: applied documentation patches from Markus Keim
1260 * xmlregexp.c: fixed one bug and added a couple of optimisations
1261 while working on bug #362989
1262
1263Fri Oct 27 14:54:07 CEST 2006 Daniel Veillard <daniel@veillard.com>
1264
1265 * HTMLparser.c: applied a reworked version of Usamah Malik patch
1266 to avoid growing the parser stack in some autoclose cases, should
1267 fix #361221
1268
1269Thu Oct 26 10:54:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
1270
1271 * xpath.c: William spotted an obvious bug
1272
1273Wed Oct 25 18:04:50 CEST 2006 Daniel Veillard <daniel@veillard.com>
1274
1275 * NEWS configure.in testapi.c doc//*: preparing release of
1276 libxml2-2.6.27
1277 * include/libxml/tree.h: fix a small problem with preproc flags
1278
1279Fri Oct 20 14:55:47 CEST 2006 Daniel Veillard <daniel@veillard.com>
1280
1281 * tree.c: fix comment for xmlDocSetRootElement c.f. #351981
1282 * xmllint.c: order XPath elements when using --shell
1283
1284Tue Oct 17 23:23:26 CEST 2006 Daniel Veillard <daniel@veillard.com>
1285
1286 * xmlregexp.c: applied fix from Christopher Boumenot for bug
1287 #362714 on regexps missing ']'
1288
1289Tue Oct 17 22:32:42 CEST 2006 Daniel Veillard <daniel@veillard.com>
1290
1291 * parserInternals.c: applied patch from Marius Konitzer to avoid
1292 leaking in xmlNewInputFromFile() in case of HTTP redirection
1293
1294Tue Oct 17 22:19:02 CEST 2006 Daniel Veillard <daniel@veillard.com>
1295
1296 * HTMLparser.c: fix one problem found in htmlCtxtUseOptions()
1297 and pointed in #340591
1298
1299Tue Oct 17 22:04:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
1300
1301 * HTMLparser.c: fixed teh 2 stupid bugs affecting htmlReadDoc() and
1302 htmlReadIO() this should fix #340322
1303
1304Tue Oct 17 21:39:23 CEST 2006 Daniel Veillard <daniel@veillard.com>
1305
1306 * xpath.c: applied patch from Olaf Walkowiak which should fix #334104
1307
1308Tue Oct 17 18:12:34 CEST 2006 Daniel Veillard <daniel@veillard.com>
1309
1310 * HTMLparser.c: fixing HTML minimized attribute values to be generated
1311 internally if not present, fixes bug #332124
1312 * result/HTML/doc2.htm.sax result/HTML/doc3.htm.sax
1313 result/HTML/wired.html.sax: this affects the SAX event strem for
1314 a few test cases
1315
1316Tue Oct 17 17:56:31 CEST 2006 Daniel Veillard <daniel@veillard.com>
1317
1318 * HTMLparser.c: fixing HTML entities in attributes parsing bug #362552
1319 * result/HTML/entities2.html* test/HTML/entities2.html: added to
1320 the regression suite
1321
1322Tue Oct 17 01:21:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
1323
1324 * xmllint.c: started to switch xmllint to use xmlSaveDoc to test
1325 #342556
1326 * xmlsave.c: fixed #342556 easy and a whole set of problems with
1327 encodings, BOM and xmlSaveDoc()
1328
1329Mon Oct 16 15:14:53 CEST 2006 Daniel Veillard <daniel@veillard.com>
1330
1331 * HTMLparser.c: fix #348252 if the document clains to be in a
1332 different encoding in the meta tag and it's obviously wrong,
1333 don't screw up the end of the content.
1334
1335Mon Oct 16 11:32:09 CEST 2006 Daniel Veillard <daniel@veillard.com>
1336
1337 * HTMLparser.c: fix a chunking and script bug #347708
1338
1339Mon Oct 16 09:51:05 CEST 2006 Daniel Veillard <daniel@veillard.com>
1340
1341 * HTMLparser.c: remove a warning
1342 * encoding.c: check with uppercase for AIX iconv() should fix #352644
1343 * doc/examples/Makefile.am: partially handle one bug report
1344
1345Sun Oct 15 22:31:42 CEST 2006 Daniel Veillard <daniel@veillard.com>
1346
1347 * parser.c: fix the patch for unreproductable #343000 but
1348 also fix a line/column keeping error
1349 * result/errors/attr1.xml.err result/errors/attr2.xml.err
1350 result/errors/name.xml.err result/errors/name2.xml.err
1351 result/schemas/anyAttr-processContents-err1_0_0.err
1352 result/schemas/bug312957_1_0.err: affected lines in error output
1353 of the regression tests
1354
1355Sat Oct 14 10:46:46 CEST 2006 Daniel Veillard <daniel@veillard.com>
1356
1357 * tree.c: fixing bug #344390 with xmlReconciliateNs
1358
1359Sat Oct 14 00:31:49 CEST 2006 Daniel Veillard <daniel@veillard.com>
1360
1361 * xmllint.c: added --html --memory to test htmlReadMemory to
1362 test #321632
1363 * HTMLparser.c: added various initialization calls which may help
1364 #321632 but not conclusive
1365 * testapi.c tree.c include/libxml/tree.h: fixed compilation with
1366 --with-minimum --with-sax1 and --with-minimum --with-schemas
1367 fixing #326442
1368
1369Fri Oct 13 18:30:55 CEST 2006 Daniel Veillard <daniel@veillard.com>
1370
1371 * relaxng.c: fix a Relax-NG bug related to element content processing,
1372 fixes bug #302836
1373 * test/relaxng/302836.rng test/relaxng/302836_0.xml
1374 result/relaxng/302836*: added to regression tests
1375
1376Fri Oct 13 14:42:44 CEST 2006 Daniel Veillard <daniel@veillard.com>
1377
1378 * parser.c: fix a problem in xmlSplitQName resulting in bug #334669
1379
1380Fri Oct 13 12:27:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
1381
1382 * parser.c: fixed xmlIOParseDTD handling of @input in error case,
1383 Should fix #335085
1384 * testapi.c: reset the http_proxy env variable to not waste time
1385 on regression tests
1386
1387Thu Oct 12 23:07:43 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1388
1389 * xmlIO.c: fix Windows compile - missing xmlWrapOpen.
1390
1391Thu Oct 12 18:21:18 CEST 2006 Daniel Veillard <daniel@veillard.com>
1392
1393 * parser.c: fixed the heuristic used when trying to detect mixed-content
1394 elememts if the parser wants to treat ignorable whitespaces
1395 in a non-standard way, should fix bug #300263
1396
1397Thu Oct 12 14:52:38 CEST 2006 Daniel Veillard <daniel@veillard.com>
1398
1399 * parser.c: fix a first arg error in SAX callback pointed out by
1400 Mike Hommey, and another one still hanging around. Should fix #342737
1401
1402Wed Oct 11 23:11:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1403
1404 * include/libxml/xmlversion.h.in: fix comment on versions
1405 * xmlmemory.c: do not spend too much time digging in dumped memory
1406
1407Wed Oct 11 18:40:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
1408
1409 * valid.c: fixed a weird error where validity context whould not
1410 show up if warnings were disabled pointed out by Bob Stayton
1411 * xmlIO.c doc/generator.py: cleanup and fix to regenerate the docs
1412 * doc//* testapi.c: rebuilt the docs
1413
1414Wed Oct 11 14:32:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
1415
1416 * libxml-2.0.pc.in: applied patch from Mikhail Zabaluev to separate
1417 library flags for shared and static builds, fixes #344594. If this
1418 bites you, use xml2-config.
1419
1420Wed Oct 11 11:27:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
1421
1422 * python/Makefile.am: remove the build path recorded in the python
1423 shared module as Peter Breitenlohner pointed out, should fix #346022
1424
1425Wed Oct 11 11:14:51 CEST 2006 Daniel Veillard <daniel@veillard.com>
1426
1427 * xmlIO.c: applied patch from Mikhail Zabaluev fixing the conditions
1428 of unescaping from URL to filepath, should fix #344588.
1429
1430Wed Oct 11 10:24:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1431
1432 * configure.in xstc/Makefile.am: applied patch from Peter Breitenlohner
1433 for wget detection and fix of a Python path problem, should fix
1434 #340993
1435
1436Tue Oct 10 22:02:29 CEST 2006 Daniel Veillard <daniel@veillard.com>
1437
1438 * include/libxml/entities.h entities.c SAX2.c parser.c: trying to
1439 fix entities behaviour when using SAX, had to extend entities
1440 content and hack on the entities processing code, but that should
1441 fix the long standing bug #159219
1442
1443Tue Oct 10 14:36:18 CEST 2006 Daniel Veillard <daniel@veillard.com>
1444
1445 * uri.c include/libxml/uri.h: add a new function xmlPathToUri()
1446 to provide a clean conversion when setting up a base
1447 * SAX2.c tree.c: use said function when setting up doc->URL
1448 or using the xmlSetBase function. Should fix #346261
1449
1450Tue Oct 10 11:05:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
1451
1452 * xmlIO.c: applied a portability patch from Emelyanov Alexey
1453
1454Tue Oct 10 10:52:01 CEST 2006 Daniel Veillard <daniel@veillard.com>
1455
1456 * parser.c: applied and slightly modified a patch from Michael Day to
1457 keep _private in the parser context when parsing external entities
1458
1459Tue Oct 10 10:33:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
1460
1461 * python/libxml.py python/types.c: applied patch from Ross Reedstrom,
1462 Brian West and Stefan Anca to add XPointer suport to the Python bindings
1463
1464Fri Sep 29 11:13:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
1465
1466 * xmlsave.c: fixed a comment
1467 * xinclude.c include/libxml/xinclude.h: applied a patch from Michael Day
1468 to add a new function providing the _private field for the generated
1469 parser contexts xmlXIncludeProcessFlagsData()
1470
1471Thu Sep 21 10:36:11 CEST 2006 Daniel Veillard <daniel@veillard.com>
1472
1473 * xmlIO.c: applied patch from Michael Day doing some refactoring
1474 for the catalog entity loaders.
1475
1476Thu Sep 21 08:53:06 CEST 2006 Daniel Veillard <daniel@veillard.com>
1477
1478 * HTMLparser.c include/libxml/HTMLparser.h: exports htmlNewParserCtxt()
1479 as Michael Day pointed out this is needed to use htmlCtxtRead*()
1480
1481Tue Sep 19 14:42:59 CEST 2006 Daniel Veillard <daniel@veillard.com>
1482
1483 * parser.c: applied patch from Ben Darnell on #321545, I could not
1484 reproduce the problem but 1/ this is safe 2/ it's better to be safe.
1485
1486Sat Sep 16 16:02:23 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1487
1488 * tree.c: xmlTextConcat works with comments and PI nodes (bug #355962).
1489 * parser.c: fix resulting tree corruption when using XML namespace
1490 with existing doc in xmlParseBalancedChunkMemoryRecover.
1491
1492Fri Sep 1 11:52:55 CEST 2006 Daniel Veillard <daniel@veillard.com>
1493
1494 * xmlIO.c: another patch from Emelyanov Alexey to clean up a few things
1495 in the previous patch.
1496
1497Wed Aug 30 15:10:09 CEST 2006 Daniel Veillard <daniel@veillard.com>
1498
1499 * xmlIO.c: applied patch from Roland Schwingel to fix the problem
1500 with file names in UTF-8 on Windows, and compat on older win9x
1501 versions.
1502
1503Tue Aug 22 16:51:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
1504
1505 * valid.c: fixed a bug #203125 in Red hat bugzilla, crashing PHP4
1506 on validation errors, the heuristic to guess is a vctxt user
1507 pointer is the parsing context was insufficient.
1508
1509Mon Aug 21 10:40:10 CEST 2006 Daniel Veillard <daniel@veillard.com>
1510
1511 * doc/xmlcatalog.1 doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.xml:
1512 applied patch to man pages from Daniel Leidert and regenerated
1513
1514Thu Aug 17 00:48:31 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1515
1516 * xmlwriter.c: Add a document to the xmlwriter structure and
1517 pass document when writing attribute content for encoding support.
1518
1519Wed Aug 16 01:15:12 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1520
1521 * HTMLtree.c xmlsave.c: Add linefeeds to error messages allowing
1522 for consistant handling.
1523
1524Tue Aug 15 15:02:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1525
1526 * xpath.c: Applied the proposed fix for the documentation
1527 of xmlXPathCastToString(); see bug #346202.
1528
1529Tue Aug 15 14:49:18 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1530
1531 * xmlschemas.c: While investigating bug #350247, I noticed
1532 that xmlSchemaIDCMatcher structs are massively recreated
1533 although only a maximum of 3 structs is used at the same
1534 time; added a cache for those structures to the
1535 validation context.
1536
1537Sat Aug 12 16:12:53 CEST 2006 Daniel Veillard <daniel@veillard.com>
1538
1539 * xmlschemas.c: applied patch from Marton Illes to fix an allocation
1540 bug in xmlSchemaXPathEvaluate should close #351032
1541
1542Mon Aug 7 13:08:46 CEST 2006 Daniel Veillard <daniel@veillard.com>
1543
1544 * xmlschemas.c: applied patch from Bertrand Fritsch to fix a bug in
1545 xmlSchemaClearValidCtxt
1546
1547Fri Aug 4 14:50:41 CEST 2006 Daniel Veillard <daniel@veillard.com>
1548
1549 * python/generator.py: fixed the conversion of long parameters
1550
1551Thu Jul 13 15:03:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1552
1553 * xmlsave.c: Removed the automatic generation of CDATA sections
1554 for the content of the "script" and "style" elements when
1555 serializing XHTML. The issue was reported by Vincent Lefevre,
1556 bug #345147.
1557 * result/xhtml1 result/noent/xhtml1: Adjusted regression test
1558 results due to the serialization change described above.
1559
1560Thu Jul 13 08:32:21 CEST 2006 Daniel Veillard <daniel@veillard.com>
1561
1562 * configure.in parser.c xmllint.c include/libxml/parser.h
1563 include/libxml/xmlversion.h.in: applied patch from Andrew W. Nosenko
1564 to expose if zlib support was compiled in, in the header, in the
1565 feature API and in the xmllint --version output.
1566
1567Thu Jul 13 08:24:14 CEST 2006 Daniel Veillard <daniel@veillard.com>
1568
1569 * SAX2.c: refactor to use normal warnings for entities problem
1570 and not straight SAX callbacks.
1571
1572Wed Jul 12 17:13:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1573
1574 * xmlschemas.c: Fixed bug #347316, reported by David Belius:
1575 The simple type, which was the content type definition
1576 of a complex type, which in turn was the base type of a
1577 extending complex type, was missed to be set on this
1578 extending complex type in the derivation machinery.
1579
1580Mon Jul 3 13:36:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1581
1582 * xpath.c: Changed xmlXPathCollectAndTest() to use
1583 xmlXPathNodeSetAddNs() when adding a ns-node in case of
1584 NODE_TEST_TYPE (the ns-node was previously added plainly
1585 to the list). Since for NODE_TEST_ALL and NODE_TEST_NAME
1586 this specialized ns-addition function was already used,
1587 I assume it was missed to be used with NODE_TEST_TYPE.
1588
1589Mon Jul 3 10:57:33 CEST 2006 Daniel Veillard <daniel@veillard.com>
1590
1591 * HTMLparser.c: applied const'ification of strings patch from
1592 Matthias Clasen
1593
1594Thu Jun 29 13:51:12 CEST 2006 Daniel Veillard <daniel@veillard.com>
1595
1596 * threads.c: patch from Andrew W. Nosenko, xmlFreeRMutex forgot to
1597 destroy the condition associated to the mutex.
1598
1599Thu Jun 29 12:48:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1600
1601 * xpath.c: Fixed a double-free in xmlXPathCompOpEvalToBoolean(),
1602 revealed by a Libxslt regression test.
1603
1604Thu Jun 29 12:28:07 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1605
1606 * xpath.c: Enhanced xmlXPathCompOpEvalToBoolean() to be also
1607 usable outside predicate evaluation; the intention is to
1608 use it via xmlXPathCompiledEvalToBoolean() for XSLT tests,
1609 like in <xsl:if test="/foo">.
1610
1611Wed Jun 28 19:11:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1612
1613 * xpath.c: Fix a memory leak which occurred when using
1614 xmlXPathCompiledEvalToBoolean().
1615
1616Mon Jun 26 17:24:28 UTC 2006 William Brack <wbrack@mmm.com.hk>
1617
1618 * python/libxml.c, python/libxml.py, python/tests/compareNodes.py,
1619 python/tests/Makefile.am:
1620 Added code submitted by Andreas Pakulat to provide node
1621 equality, inequality and hash functions, plus a single
1622 test program to check the functions (bugs 345779 + 345961).
1623
1624Mon Jun 26 18:38:51 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1625
1626 * xpath.c: Added xmlXPathCompiledEvalToBoolean() to the API and
1627 adjusted/added xmlXPathRunEval(), xmlXPathRunStreamEval(),
1628 xmlXPathCompOpEvalToBoolean(), xmlXPathNodeCollectAndTest()
1629 to be aware of a boolean result request. The new function
1630 is now used to evaluate predicates.
1631
1632Mon Jun 26 16:22:50 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1633
1634 * xpath.c: Fixed an bug in xmlXPathCompExprAdd(): the newly
1635 introduced field @rewriteType on xmlXPathStepOp was not
1636 initialized to zero here; this could lead to the activation
1637 of the axis rewrite code in xmlXPathNodeCollectAndTest() when
1638 @rewriteType is randomly set to the value 1. A test
1639 (hardcoding the intial value to 1) revealed that the
1640 resulting incorrect behaviour is similar to the behaviour
1641 as described by Arnold Hendriks on the mailing list; so I
1642 hope that will fix the issue.
1643
1644Fri Jun 23 18:26:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1645
1646 * xpath.c: Fixed an error in xmlXPathEvalExpr(), which
1647 was introduced with the addition of the d-o-s rewrite
1648 and made xpath.c unable to compile if XPATH_STREAMING
1649 was not defined (reported by Kupriyanov Anatolij -
1650 #345752). Fixed the check for d-o-s rewrite
1651 to work on the correct XPath string, which is ctxt->base
1652 and not comp->expr in this case.
1653
1654Mon Jun 19 12:23:41 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1655
1656 * xpath.c: Added optimization for positional predicates
1657 (only short-hand form "[n]"), which have a preceding
1658 predicate: "/foo[descendant::bar][3]".
1659
1660Sun Jun 18 20:59:02 EDT 2006 Daniel Veillard <daniel@veillard.com>
1661
1662 * parser.c: try to fix the crash raised by the parser in
1663 recover mode as pointed by Ryan Phillips
1664
1665Sun Jun 18 18:44:56 EDT 2006 Daniel Veillard <daniel@veillard.com>
1666
1667 * python/types.c: patch from Nic Ferrier to provide a better type
1668 mapping from XPath to python
1669
1670Sun Jun 18 18:35:50 EDT 2006 Daniel Veillard <daniel@veillard.com>
1671
1672 * runtest.c: applied patch from Boz for VMS and reporting
1673 Schemas errors.
1674
1675Sun Jun 18 18:22:25 EDT 2006 Daniel Veillard <daniel@veillard.com>
1676
1677 * testapi.c: applied patch from Felipe Contreras when compiling
1678 with --with-minimum
1679
1680Fri Jun 16 21:37:44 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1681
1682 * tree.c include/libxml/tree.h: Fixed a bug in
1683 xmlDOMWrapAdoptNode(); the tree traversal stopped if the
1684 very first given node had an attribute node :-( This was due
1685 to a missed check in the traversal mechanism.
1686 Expanded the xmlDOMWrapCtxt: it now holds the namespace map
1687 used in xmlDOMWrapAdoptNode() and xmlDOMWrapCloneNode() for
1688 reusal; so the map-items don't need to be created for every
1689 cloning/adoption. Added a callback function to it for
1690 retrieval of xmlNsPtr to be set on node->ns; this is needed
1691 for my custom handling of ns-references in my DOM wrapper.
1692 Substituted code which created the XML namespace decl on
1693 the doc for a call to xmlTreeEnsureXMLDecl(). Removed
1694 those nastly "warnigns" from the docs of the clone/adopt
1695 functions; they work fine on my side.
1696
1697Mon Jun 12 13:23:11 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1698
1699 * result/pattern/namespaces: Adjusted the result of a
1700 regression test, since the fix of xmlGetNodePath() revealed a
1701 bug in this test result.
1702
1703Mon Jun 12 13:06:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1704
1705 * tree.c: Got rid of a compiler warning in xmlGetNodePath().
1706
1707Mon Jun 12 12:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1708
1709 * tree.c: Fixed xmlGetNodePath() to generate the node test "*"
1710 for elements in the default namespace, rather than generating
1711 an unprefixed named node test and loosing the namespace
1712 information.
1713
1714Fri Jun 9 21:45:02 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1715
1716 * include/libxml/parser.h: Clarified in the docs that the tree
1717 must not be tried to be modified if using the parser flag
1718 XML_PARSE_COMPACT as suggested by Stefan Behnel
1719 (#344390).
1720
1721Tue Jun 6 17:50:43 CEST 2006 Daniel Veillard <daniel@veillard.com>
1722
1723 * configure.ini NEWS doc//* libxml.spec.in : preparing release of 2.6.26
1724
1725Tue Jun 6 17:25:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1726
1727 * xpath.c: Fixed self-invented a segfault in xmlXPathCtxtCompile(),
1728 when the expression was not valid and @comp was NULL and I
1729 tried to do the d-o-s rewrite.
1730
1731Tue Jun 6 15:19:57 CEST 2006 Daniel Veillard <daniel@veillard.com>
1732
1733 * configure.ini NEWS doc//* libxml.spec.in : preparing release of 2.6.25
1734
1735Tue Jun 6 11:28:15 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1736
1737 * xpath.c: Enabled the compound traversal again; I added a
1738 check to use this only if the have an expression starting
1739 with the document node; so in the case of "//foo", we
1740 already know at compilation-time, that there will be only
1741 1 initial context node. Added the rewrite also to
1742 xmlXPathEvalExpr().
1743
1744Tue Jun 6 10:23:10 CEST 2006 Daniel Veillard <daniel@veillard.com>
1745
1746 * xinclude.c: fix bug #343968, include='text' can't lead to a
1747 recursion.
1748
1749Fri Jun 2 22:47:08 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1750
1751 * xpath.c: Disabled the compound traversal for the release;
1752 I need first to assure that this is done only if we have
1753 1 initial node.
1754
1755Wed May 31 13:53:41 PST 2006 Aleksey Sanin <aleksey@aleksey.com>
1756
1757 * xpath.c: fixed memory leak in xpath error reporting
1758
1759Wed May 31 15:30:16 CEST 2006 Daniel Veillard <daniel@veillard.com>
1760
1761 * libxml.h triodef.h: applied patch from Olli Savia for LynxOS
1762
1763Wed May 31 14:33:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1764
1765 * xpath.c include/libxml/xpath.h runsuite.c:
1766 Changed the name of the recently added public function
1767 xmlXPathContextSetObjectCache() to
1768 xmlXPathContextSetCache(); so a more generic one, in
1769 case we decide to cache more things than only XPath
1770 objects.
1771
1772Tue May 30 21:36:16 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1773
1774 * xpath.c: Optimized xmlXPathNodeCollectAndTest() and
1775 xmlXPathNodeCollectAndTestNth() to evaluate a compound
1776 traversal of 2 axes when we have a "//foo" expression.
1777 This is done with a rewrite of the XPath AST in
1778 xmlXPathRewriteDOSExpression(); I added an additional field
1779 to xmlXPathStepOp for this (but the field's name should be
1780 changed). The mechanism: the embracing descendant-or-self
1781 axis traversal (also optimized to return only nodes which
1782 can hold elements), will produce context nodes for the
1783 inner traversal of the child axis. This way we avoid a full
1784 node-collecting traversal of the descendant-or-self axis.
1785 Some tests indicate that this can reduce execution time of
1786 "//foo" to 50%. Together with the XPath object cache this
1787 all significantly speeds up libxslt.
1788
1789Tue May 30 11:38:47 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1790
1791 * xmlschemas.c: A warning will now be reported in the value of
1792 the XSD attribute 'schemaLocation' does not consist of tuples
1793 (namespace-name, document-URI). A warning will be reported
1794 if a schema document could not be found at the specified
1795 location (via 'schemaLocation' or
1796 'noNamespaceSchemaLocation').
1797 * include/libxml/xmlerror.h: Added XML_SCHEMAV_MISC to
1798 xmlParserErrors.
1799
1800Tue May 30 11:21:34 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1801
1802 * xpath.c: Enhanced xmlXPathNodeCollectAndTest() to avoid
1803 recreation (if possible) of the node-set which is used to
1804 collect the nodes in the current axis for the currect context
1805 node. Especially for "//foo" this will decrease dramatically
1806 the number of created node-sets, since for each node in the
1807 result node-set of the evaluation of descendant-or-self::node()
1808 a new temporary node-set was created. Added node iterator
1809 xmlXPathNextChildElement() as a tiny optimization for
1810 child::foo.
1811
1812Mon May 29 18:06:17 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1813
1814 * xpath.c include/libxml/xpath.h: Added an XPath object cache.
1815 It sits on an xmlXPathContext and need to be explicitely
1816 activated (or deactivated again) with
1817 xmlXPathContextSetObjectCache(). The cache consists of 5
1818 lists for node-set, string, number, boolean and misc XPath
1819 objects. Internally the xpath.c module will use object-
1820 deposition and -acquisition functions which will try to reuse
1821 as many XPath objects as possible, and fallback to normal
1822 free/create behaviour if no cache is available or if the cache
1823 is full.
1824 * runsuite.c: Adjusted to deactivate the cache for XML Schema
1825 tests if a cache-creation is turned on by default for the whole
1826 library, e.g. for testing purposes of the cache. It is
1827 deactivated here in order to avoid confusion of the memory leak
1828 detection in runsuite.c.
1829
1830Wed May 24 10:54:25 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1831
1832 * xpath.c: Removed a memcpy if xmlXPathNodeSetMerge(); it
1833 seems we really need to walk the whole list, since those
1834 nastly namespace nodes need to be added with
1835 xmlXPathNodeSetDupNs(); thus a pure memcpy is not possible.
1836 A flag on the node-set indicating if namespace nodes are in
1837 the set would help here; this is the 3rd flag which would
1838 be usefull with node-sets. The current flags I have in mind:
1839 1) Is a node-set already sorted?
1840 This would allow for rebust and optimizable sorting
1841 behaviour.
1842 2) Of what type are the nodes in the set (or of mixed type)?
1843 This would allow for faster merging of node-sets.
1844 3) Are namespace nodes in the set?
1845 This would allow to skipp all the namespace node specific
1846 special handling. Faster node-set merging if the first
1847 set is empty; just memcpy the set.
1848
1849Mon May 22 17:14:00 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1850
1851 * xpath.c: Optimization of count(): eliminated sorting
1852 (see bug #165547). Optimization of XPATH_OP_FILTER if the
1853 predicate is a [1] (disable with XP_OPTIMIZED_FILTER_FIRST if
1854 it produces trouble). Tiny opt in xmlXPathNodeSetMerge().
1855
1856Mon May 22 13:33:12 CEST 2006 Rob Richards <rrichards@ctindustries.net>
1857
1858 * tree.c: Revert behavior change in xmlSetProp to handle attributes
1859 with colons in name and no namespace.
1860
1861Fri May 19 21:56:43 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1862
1863 * xpath.c: Substituted all remaining calls to xmlXPathCmpNodes()
1864 for xmlXPathCmpNodesExt(). Tiny further enhancement of
1865 xmlXPathCmpNodesExt(). Added additional checks in various code
1866 parts to avoid calling sorting or merging functions if the
1867 node-set(s) don't need them; i.e., if they are empty or contain
1868 just one node.
1869
1870Fri May 19 13:16:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1871
1872 * xpath.c: Optimized the comparison for non-element nodes
1873 in xmlXPathCmpNodesExt(); the comparison is used for sorting
1874 of node-sets. This enhancement is related to bug #165547.
1875 There are other places where the old comparison function
1876 xmlXPathCmpNodes() is still called, but I currently don't
1877 know exactly what those calls are for; thus if they can be
1878 substituted (if it makes sense) for the new function.
1879
1880Tue May 16 16:55:13 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1881
1882 * xpath.c: Applied patch from Rob Richards, fixing a potential
1883 memory leak in xmlXPathTryStreamCompile(), when a list of
1884 namespaces was assigned to the XPath compilation context;
1885 here a new namespace list was created and passed to
1886 xmlPatterncompile(); but this list was not freed afterwards.
1887 Additionally we avoid now in xmlXPathTryStreamCompile() to
1888 compile the expression, if it has a colon - indicating
1889 prefixed name tests - and no namespace list was given. The
1890 streaming XPath mechanism needs a namespace list at
1891 compilation time (unlike normal XPath, where we can bind
1892 namespace names to prefixes at execution time).
1893 * pattern.c: Enhanced to use a string dict for local-names,
1894 ns-prefixes and and namespace-names.
1895 Fixed xmlStreamPushInternal() not to use string-pointer
1896 comparison if a dict is available; this won't work, since
1897 one does not know it the given strings originate from the
1898 same dict - and they normally don't do, since e.g.
1899 namespaces are hold on xmlNs->href. I think this would be
1900 worth an investigation: if we can add a @doc field to xmlNs
1901 and put the @href in to a additionan namespace dict hold
1902 in xmlDoc. Daniel will surely not like this idea :-) But
1903 evaluation of tons of elements/attributes in namespaces
1904 with xmlStrEqual() isn't the way we should go forever.
1905
1906Thu May 11 18:03:49 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1907
1908 * xmlschemas.c: Fixed bug #341337, reported by David Grohmann.
1909 The code expected a node (xmlNodePtr) on the info for a
1910 non-existent default attribute, which clearly cannot be
1911 expected, since the attribute does not exist. I can only
1912 guess that this sneaked trying to eliminate the query
1913 for the owner-element, which is unavoidable actually.
1914 Note that creation of default attributes won't have an
1915 effect if validating via SAX/XMLReader; i.e., the processor
1916 won't fire additional start-attribute events (I'm not even
1917 sure if Libxml2 has such a SAX-event; I think it hands them
1918 all over in the start-element event).
1919
1920Tue May 9 21:47:58 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1921
1922 * xmlschemas.c: Fixed bug #341150, reported by Michael Romer.
1923 In xmlSchemaBuildContentModelForSubstGroup(),
1924 xmlAutomataNewOnceTrans2() was incorrectly used instead of
1925 xmlAutomataNewTransition2() to mimic a xs:choice for
1926 substitution-groups.
1927 * test/schemas/subst-group-1_1.xsd
1928 test/schemas/subst-group-1_0.xml
1929 result/schemas/subst-group-1_0_1
1930 result/schemas/subst-group-1_0_1.err: Added regression test
1931 supplied by Michael Romer for bug #341150.
1932
1933Sat May 6 11:05:24 HKT 2006 William M. Brack <wbrack@mmm.com.hk>
1934
1935 * relaxng.c: Fixed compilation error with patch supplied by
1936 Graham Bennett.
1937
1938Thu May 4 19:14:03 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1939
1940 * xmlschemas.c: We'll raise an internal error and stop
1941 validation now when an entity is found in the instance
1942 document, since we don't support automatic entity
1943 substitution by the schema processor (yet?) -
1944 see bug #340316, reported by Nick Wellnhofer.
1945
1946Wed May 3 15:16:00 CEST 2006 Daniel Veillard <daniel@veillard.com>
1947
1948 * configure.in: applied another Python detection patch from Joseph Sacco
1949 * libxml.spec.in: cleanup the changelog section, asciifies the spec file
1950 too
1951
1952Tue May 2 22:34:54 CEST 2006 Daniel Veillard <daniel@veillard.com>
1953
1954 * xmlIO.c: fix a mix of code and declarations showing up on Windows
1955 patch from Kjartan Maraas, fixing #340404
1956
1957Tue May 2 14:24:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
1958
1959 * encoding.c: fixing bug #340398 xmlCharEncOutFunc writing to
1960 input buffer
1961
1962Fri Apr 28 18:29:22 CEST 2006 Daniel Veillard <daniel@veillard.com>
1963
1964 * NEWS configure.in doc//*: preparing 2.6.24 release, fixed Python
1965 paths at the last moment
1966 * relaxng.c testapi.c tree.c: fix some comments
1967
1968Thu Apr 27 10:15:45 CEST 2006 Daniel Veillard <daniel@veillard.com>
1969
1970 * xmlIO.c: applied patch from Roland Schwingel to allow UTF-8
1971 file paths on Windows
1972
1973Thu Apr 27 10:10:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1974
1975 * xmlwriter.c: patch from Jason Viers for line breaks after EndPI
1976
1977Tue Apr 25 22:22:58 CEST 2006 Daniel Veillard <daniel@veillard.com>
1978
1979 * tree.c: fix compilation without tree
1980
1981Tue Apr 25 18:17:37 CEST 2006 Daniel Veillard <daniel@veillard.com>
1982
1983 * xmllint.c: applied patch from Gary Coady to really make sure
1984 xmllint --nonet would not reach the network, should fix #337483.
1985
1986Tue Apr 25 14:52:15 CEST 2006 Daniel Veillard <daniel@veillard.com>
1987
1988 * configure.in: applied patch from Joseph Sacco changing slightly
1989 the python detection scheme should fix bug #338526
1990
1991Mon Apr 24 10:50:19 CEST 2006 Daniel Veillard <daniel@veillard.com>
1992
1993 * parser.c: fix the error message for invalid code point in content
1994 c.f. bug #339311
1995
1996Wed Apr 19 13:16:23 CEST 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
1997
1998 * xmlschemas.c test/schemas/restriction-enum-1*
1999 result/schemas/restriction-enum-1*: Fixed incorrect
2000 validation of restricted enumerations. Added related
2001 regression tests.
2002
2003Thu Apr 13 09:47:25 CEST 2006 Daniel Veillard <daniel@veillard.com>
2004
2005 * xmlschemas.c: fixing a deallocation problem in xmlSchemaAddSchemaDoc()
2006 in case of errors, should fix bug #338303
2007
2008Thu Apr 13 09:31:45 CEST 2006 Daniel Veillard <daniel@veillard.com>
2009
2010 * relaxng.c: fixing a deallocation problem in xmlRelaxNGParse()
2011 in case of errors, should fix bug #338306
2012
2013Thu Apr 6 10:22:17 CEST 2006 Daniel Veillard <daniel@veillard.com>
2014
2015 * doc/xmlcatalog.1 doc/xmlcatalog_man.xml doc/xmllint.1 doc/xmllint.xml:
2016 applied man page improvements from Daniel Leidert
2017
2018Mon Mar 27 11:44:07 CEST 2006 Daniel Veillard <daniel@veillard.com>
2019
2020 * xmlschemas.c: removed unused code or variables, from Stefan Kost
2021 fixing #336163 and #336164
2022
2023Mon Mar 27 11:38:21 CEST 2006 Daniel Veillard <daniel@veillard.com>
2024
2025 * xmlschemas.c: applied patch from Stefan Kost fixing #336160
2026
2027Mon Mar 27 11:23:39 CEST 2006 Daniel Veillard <daniel@veillard.com>
2028
2029 * chvalid.c genChRanges.py genUnicode.py xmlunicode.c
2030 include/libxml/chvalid.h include/libxml/xmlunicode.h: applied
2031 patches from Aivars Kalvans to make unicode tables const, fixes
2032 bug #336096, this also updates to Unicode 4.01 final with a couple
2033 of character ranges fixes.
2034
2035Mon Mar 27 00:51:40 CEST 2006 Daniel Veillard <daniel@veillard.com>
2036
2037 * chvalid.c genChRanges.py include/libxml/chvalid.h: fixed bug
2038 #335603 and resync'ed genChRanges.py to the expected output.
2039
2040Wed Mar 22 00:14:34 CET 2006 Daniel Veillard <daniel@veillard.com>
2041
2042 * xmlregexp.c: applied patch from Youri Golovanov fixing bug
2043 #316338 and adding a couple of optimizations in the regexp
2044 compilation engine.
2045 * test/regexp/bug316338 result/regexp/bug316338: added regression
2046 tests based on the examples provided in the bug report.
2047
2048Fri Mar 10 08:40:55 EST 2006 Daniel Veillard <daniel@veillard.com>
2049
2050 * c14n.c encoding.c xmlschemas.c xpath.c xpointer.c: fix a few
2051 warning raised by gcc-4.1 and latests changes
2052
2053Fri Mar 10 01:34:42 CET 2006 Daniel Veillard <daniel@veillard.com>
2054
2055 * runtest.c schematron.c testAutomata.c tree.c valid.c xinclude.c
2056 xmlcatalog.c xmlreader.c xmlregexp.c xpath.c: end of first
2057 pass on coverity reports.
2058
2059Thu Mar 9 19:36:14 CET 2006 Daniel Veillard <daniel@veillard.com>
2060
2061 * relaxng.c xmlschemas.c xmlschemastypes.c: more cleanups based
2062 on coverity reports.
2063
2064Thu Mar 9 17:47:40 CET 2006 Daniel Veillard <daniel@veillard.com>
2065
2066 * SAX2.c catalog.c encoding.c entities.c example/gjobread.c
2067 python/libxml.c: more cleanups based on coverity reports.
2068
2069Thu Mar 9 15:12:19 CET 2006 Daniel Veillard <daniel@veillard.com>
2070
2071 * HTMLparser.c parser.c parserInternals.c pattern.c uri.c: a bunch
2072 of small cleanups based on coverity reports.
2073
2074Thu Mar 9 09:42:10 CET 2006 Daniel Veillard <daniel@veillard.com>
2075
2076 * win32/Makefile.bcb: added schematron as pointed out by Eric Zurcher
2077
2078Tue Mar 7 09:50:09 CET 2006 Daniel Veillard <daniel@veillard.com>
2079
2080 * xml2-config.in: fix Red Hat bug #184170
2081
2082Mon Mar 6 14:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2083
2084 * tree.c: Simplified usage of the internal xmlNsMap. Added a
2085 "strict" lookup for namespaces based on a prefix. Fixed a
2086 namespace processing issue in the clone-node function, which
2087 occured if a @ctxt argument was given.
2088
2089Fri Mar 3 17:44:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
2090
2091 * valid.c: fix HTML attribute ID checking for input element.
2092 Maintain current attribute "name" behavior for now.
2093
2094Thu Mar 2 18:59:50 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2095
2096 * tree.c: Bundled lookup of attr-nodes and retrieving their
2097 values into the functions xmlGetPropNodeInternal() and
2098 xmlGetPropNodeValueInternal(). Changed relevant code
2099 to use those functions.
2100
2101Mon Feb 27 20:42:04 CET 2006 Daniel Veillard <daniel@veillard.com>
2102
2103 * xpath.c: workaround HP-UX compiler bug by Rick Jones
2104
2105Mon Feb 27 10:57:05 CET 2006 Daniel Veillard <daniel@veillard.com>
2106
2107 * python/libxml2.py: remove a tab, as pointed out on IRC
2108
2109Sat Feb 25 18:12:10 CET 2006 Rob Richards <rrichards@ctindustries.net>
2110
2111 * tree.c: Fix the add sibling functions when passing attributes.
2112 Modify testing for ID in xmlSetProp.
2113 No longer remove IDness when unlinking or replacing an attribute.
2114
2115Fri Feb 24 21:20:33 CET 2006 Daniel Veillard <daniel@veillard.com>
2116
2117 * catalog.c: Martin Cole pointed out a bug in xmlCatalogAdd()
2118 if /etc/xml/catalog doesn't exist.
2119
2120Thu Feb 23 23:06:18 CET 2006 Daniel Veillard <daniel@veillard.com>
2121
2122 * doc//*: updated the Ruby bindings links, and regenerated the
2123 docs.
2124
2125Thu Feb 23 09:12:27 CET 2006 Daniel Veillard <daniel@veillard.com>
2126
2127 * catalog.c: improve catalog debugging message patch from Rick Jones
2128
2129Wed Feb 22 16:09:10 CET 2006 Daniel Veillard <daniel@veillard.com>
2130
2131 * python/types.c: Nic Ferrier found debug statement left in the
2132 XPath conversion code
2133
2134Tue Feb 21 20:23:14 CET 2006 Daniel Veillard <daniel@veillard.com>
2135
2136 * doc/xmllint.1 doc/xmllint.xml: small man page improvements from
2137 Daniel Leidert
2138
2139Mon Feb 20 15:45:19 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2140
2141 * xmlschemas.c: Fixed a side-effect of the previous XSI bugfix:
2142 The constructor needs a bucket to be assigned during component
2143 fixup.
2144
2145Mon Feb 20 14:32:36 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2146
2147 * xmlschemas.c xmlschemastypes.c: Fixed xs:boolean to reject
2148 the empty string (reported by Bas Driessen on the mailing-list).
2149 Fixed schema XSI-acquisition and construction: the schemata
2150 (xmlSchema) didn't get the targetNamespace in some cases, thus
2151 the component resolution mechanism failed to work. The XSI
2152 stuff needs to be tested more intensively; think about how
2153 to test this for regression.
2154
2155Mon Feb 20 09:57:41 CET 2006 Daniel Veillard <daniel@veillard.com>
2156
2157 * doc/xmllint.1 doc/xmllint.xml: more man page improvements from
2158 Daniel Leidert
2159
2160Sun Feb 19 22:31:33 CET 2006 Daniel Veillard <daniel@veillard.com>
2161
2162 * doc/xmllint.1 doc/xmllint.xml: man page improvements from Daniel
2163 Leidert, c.f. #331290
2164
2165Sun Feb 19 17:54:04 CET 2006 Daniel Veillard <daniel@veillard.com>
2166
2167 * xmllint.c: fix an error report when using --path and --valid
2168 closes bug #331290
2169
2170Sun Feb 19 16:20:43 CET 2006 Daniel Veillard <daniel@veillard.com>
2171
2172 * relaxng.c: trying to fix #331062, this is again a problem
2173 around interleave, there is no good fix unless reimplementing
2174 but this works around some cases and allow to validate in that
2175 case.
2176
2177Wed Feb 15 11:55:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2178
2179 * tree.c: Fixed bug #328896 reported by Liron. The path
2180 for text- and CDATA-section-nodes was computed incorrectly
2181 in xmlGetNodePath().
2182
2183Sun Feb 12 20:12:22 CET 2006 Daniel Veillard <daniel@veillard.com>
2184
2185 * xmlregexp.c: bug fixes for #327167 as well as some cleanups
2186 and more thorough tests on atoms comparisons.
2187
2188Thu Feb 9 10:07:20 CET 2006 Daniel Veillard <daniel@veillard.com>
2189
2190 * include/wsockcompat.h: patch from Eric Zurcher to compile with
2191 Borland C++ 6
2192
2193Sun Feb 5 04:03:59 CET 2006 Daniel Veillard <daniel@veillard.com>
2194
2195 * parser.c: bill pointed out a missing block in xmlParseComment
2196 trying to fill with a normal processing of the given character.
2197
2198Sun Feb 5 03:41:39 CET 2006 Daniel Veillard <daniel@veillard.com>
2199
2200 * parser.c: fixed the comment streaming bug raised by Graham Bennett
2201 * test/badcomment.xml result//badcomment.xml*: added to the regression
2202 suite.
2203
2204Fri Feb 3 17:36:41 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2205
2206 * include/libxml/tree.h: Added the xmlDOMWrapCloneNode() to
2207 the header file.
2208
2209Fri Feb 3 17:29:22 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2210
2211 * tree.c: Added an initial version of xmlDOMWrapCloneNode() to
2212 the API. It will be used to reflect DOM's Node.cloneNode and
2213 Document.importNode methods.
2214 The pros: 1) non-recursive, 2) optimized ns-lookup
2215 (mostly pointer comparison), 3) user defined ns-lookup,
2216 4) save ns-processing. The function is in an unfinished
2217 and experimental state and should be only used to test it.
2218
2219Fri Feb 3 10:42:48 CET 2006 Daniel Veillard <daniel@veillard.com>
2220
2221 * uri.c: applied patch from Rob Richards fixing the URI regressions
2222 tests on Windows which seems to indicate bad escaping.
2223
2224Thu Feb 2 13:11:26 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2225
2226 * tree.c: Fixed some bugs xmlDOMWrapReconcileNamespaces() wrt
2227 the previous addition of the removal of redundant ns-decls.
2228
2229Wed Feb 1 17:32:25 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2230
2231 * tree.c: Enhanced xmlDOMWrapReconcileNamespaces() to remove
2232 redundant ns-decls if the option XML_DOM_RECONNS_REMOVEREDUND
2233 was given. Note that I haven't moved this option to the
2234 header file yet; so just call this function with an @option
2235 of 1 to test the behaviour.
2236
2237Wed Feb 1 12:21:08 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2238
2239 * tapi.c win32/Makefile.*: Added changed as proposed on
2240 the mailing list by venkat naidu in order to compile
2241 testapi.c on windows.
2242
2243Thu Jan 19 09:57:28 CET 2006 Daniel Veillard <daniel@veillard.com>
2244
2245 * configure.in xml2-config.in: trying to fix windows/configure
2246 issues reported by Tim Van Holder
2247
2248Wed Jan 18 18:21:15 CET 2006 Daniel Veillard <daniel@veillard.com>
2249
2250 * HTMLparser.c libxml.h parser.c: try to fix xmlParseInNodeContext
2251 when operating on an HTML document.
2252
2253Mon Jan 9 17:27:15 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2254
2255 * relaxng.c include/libxml/relaxng.h: Added
2256 xmlRelaxNGSetParserStructuredErrors() to the API.
2257
2258Mon Jan 9 15:33:16 CET 2006 Daniel Veillard <daniel@veillard.com>
2259
2260 * parser.c: reverted first patches for #319279 which led to #326295
2261 and fixed the problem in xmlParseChunk() instead
2262 * test/ent11 result//ent11*: added test for #326295 to the regression
2263 suite
2264
2265Thu Jan 5 16:25:06 CET 2006 Daniel Veillard <daniel@veillard.com>
2266
2267 * NEWS configure.in libxml.spec.in testapi.c doc/*: upated the news
2268 regenerated the docs, preparing for release of 2.6.23
2269 * pattern.c xmlschemas.c: fixed some comments
2270
2271Thu Jan 5 15:48:27 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2272
2273 * test/XPath/docs/nodes test/XPath/tests/nodespat
2274 result/XPath/tests/nodespat: Added regression tests for
2275 the latest XPath/pattern fixes.
2276
2277Thu Jan 5 15:43:38 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2278
2279 * pattern.c: Another fix to handle "foo//.": "foo" was not
2280 included in the resulting node-set.
2281
2282Thu Jan 5 13:22:29 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2283
2284 * pattern.c xpath.c include/libxml/pattern.h:
2285 Fixed bug #322928, reported by Erich Schubert: The bug was
2286 in pattern.c, which is used for a tiny subset of xpath
2287 expression which can be evaluated in an optimized way.
2288 The doc-node was never considered when evaluating "//"
2289 expressions. Additionally, we fixed resolution
2290 to nodes of any type in pattern.c; i.e. a "//." didn't work
2291 yet, as it did select only element-nodes. Due to this
2292 issue the pushing of nodes in xpath.c needed to be adjusted
2293 as well.
2294
2295Wed Jan 4 18:07:47 CET 2006 Daniel Veillard <daniel@veillard.com>
2296
2297 * parser.c: tiny refactoring patch from Bjorn Reese
2298
2299Wed Jan 4 15:00:51 CET 2006 Daniel Veillard <daniel@veillard.com>
2300
2301 * SAX2.c: fix bug #324432 with <xml:foo/>
2302 * test/ns7 resul//ns7*: added to the regression tests
2303
2304Wed Jan 4 10:53:56 CET 2006 Daniel Veillard <daniel@veillard.com>
2305
2306 * include/wsockcompat.h: applied patch from Mark Junker, fixing a
2307 MinGW compilation problem, should close bug #324943
2308
2309Tue Jan 3 11:49:54 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.net>
2310
2311 * xmlschemas.c: Removed last dependency on the obsolete enum
2312 xmlSchemaValidError.
2313
2314Mon Jan 2 11:20:00 CET 2006 Daniel Veillard <daniel@veillard.com>
2315
2316 * xmlreader.c include/libxml/xmlreader.h xmlschemas.c: compilation
2317 and doc build fixes from Michael Day
2318
2319Wed Dec 28 22:12:34 CET 2005 Daniel Veillard <daniel@veillard.com>
2320
2321 * xmlregexp.c: bug in xmlRegExecPushString2() pointed out by
2322 Sreeni Nair.
2323
2324Tue Dec 20 16:55:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
2325
2326 * tree.c: fix bug #322136 in xmlNodeBufGetContent when entity ref is
2327 a child of an element (fix by Oleksandr Kononenko).
2328 * HTMLtree.c include/libxml/HTMLtree.h: Add htmlDocDumpMemoryFormat.
2329
2330Tue Dec 20 11:43:06 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2331
2332 * xmlschemas.c xmlstring.c: Fixed a segfault during
2333 text concatenation when validating a node tree:
2334 xmlStrncat was called with a @len of -1; but unlike
2335 xmlStrncatNew, it does not calculate the length
2336 automatically in such a case (reported by Judy Hay
2337 on the mailing list).
2338 Updated the descriptions of the involved string
2339 functions to note this.
2340
2341Thu Dec 15 12:11:07 CET 2005 Daniel Veillard <daniel@veillard.com>
2342
2343 * nanohttp.c: applied patch from Gary Coady to accept gzipped
2344 http resources.
2345
2346Wed Dec 14 18:41:26 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2347
2348 * win32/configure.js: Added enable/disable of runtime
2349 debugging (LIBXML_DEBUG_RUNTIME).
2350
2351Wed Dec 14 18:11:50 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2352
2353 * include/libxml/xmlversion.h.in: Fixed to define
2354 LIBXML_DEBUG_RUNTIME on the basis of @WITH_RUN_DEBUG@.
2355
2356Tue Dec 13 12:49:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2357
2358 * test/schemas/bug321475* result/schemas/bug321475*:
2359 Added regression test for bug #321475 (reported by
2360 Gabor Nagy). Fixing of bug #323510 seemed to have
2361 fixed this bug as well.
2362
2363Mon Dec 12 16:19:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2364
2365 * test/schemas/bug323510* result/schemas/bug323510*:
2366 Added regression test for bug #323510.
2367
2368Mon Dec 12 16:11:13 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2369
2370 * xmlschemas.c: Workaround for bug #323510 (reported by
2371 Jonathan Filiatrault): substituted the epsilon transition
2372 for a labelled transition, in order to avoid a bug in
2373 xmlregexp.c which eliminated the epsilon transition and
2374 marked the initial state as final.
2375
2376Mon Dec 12 14:25:46 CET 2005 Daniel Veillard <daniel@veillard.com>
2377
2378 * xmlreader.c: Gary Coady pointed a memory leak in
2379 xmlTextReaderReadInnerXml() applied patch fixing #323864
2380
2381Sat Dec 10 12:08:28 CET 2005 Daniel Veillard <daniel@veillard.com>
2382
2383 * HTMLparser.c configure.in parserInternals.c runsuite.c runtest.c
2384 testapi.c xmlschemas.c xmlschemastypes.c xmlstring.c: fixed a number
2385 of warnings shown by HP-UX compiler and reported by Rick Jones
2386
2387Fri Dec 9 18:57:31 CET 2005 Rob Richards <rrichards@ctindustries.net>
2388
2389 * xmlwriter.c: Insert space between pubid and sysid when both
2390 passed to xmlTextWriterStartDTD and indenting not being used.
2391 Remove no longer used Mem callbacks.
2392
2393Fri Dec 9 11:01:16 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2394
2395 * runsuite.c: Changed to instantly mark instance-tests as
2396 failed if the corresponding schema was invalid. This
2397 reflects the side of the Python code for the XML Schema test
2398 suite. We now get the same number of failed tests on both
2399 sides.
2400
2401Wed Dec 7 14:59:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2402
2403 * xmlreader.c include/libxml/xmlreader.h: Added
2404 xmlTextReaderSchemaValidateCtxt() to the API.
2405
2406Wed Dec 7 12:59:56 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2407
2408 * xmlschemas.c: Fixed a segfault: the instance document was
2409 still tried to be validated, if the schema, dynamically
2410 acquired using XSI was invalid, thus mangled. The
2411 validation will stop (or rather won't validate) now in
2412 such a case. The schema parser error code will be set
2413 on the validion context now; this is somehow not nice,
2414 but it assures that the validation context indicates an
2415 error in there was a parser error.
2416
2417Tue Dec 6 18:57:23 CET 2005 Daniel Veillard <daniel@veillard.com>
2418
2419 * xmlreader.c: small doc patch from Aron Stansvik
2420 * legacy.c: another doc patch for a deprecated API
2421
2422Mon Dec 5 16:23:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2423
2424 * Makefile.am: Tiny change for 'make tests': raised
2425 the number of expected failures for James Clark's
2426 XML Schema datatype tests from 10 to 11. The additional
2427 reported error was agreed to be correct long time ago,
2428 but we missed to adjust the message reported by
2429 the testing script.
2430
2431Fri Dec 2 13:51:14 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2432
2433 * result/schemas/decimal* result/schemas/bug322411*:
2434 Added missing regression test results for the latest IDC
2435 and xs:decimal bugs.
2436
2437Wed Nov 30 12:22:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2438
2439 * test/schemas/decimal* test/schemas/bug322411*: Added
2440 regression tests for the latest IDC and xs:decimal bugs.
2441
2442Wed Nov 30 11:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2443
2444 * xmlschemas.c: Fixed bubbling of duplicate IDC nodes: the
2445 parent's list of duplicates was filled with NULLs instead
2446 of the nodes under certain conditions. This lead to a
2447 segfault when the list's entries were accessed.
2448
2449Mon Nov 28 17:28:53 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2450
2451 * xmlschemastypes.c: Fixed parsing of xs:decimal to
2452 allow/deny special lexical forms. Fixed the totalDigits
2453 for values in the range (x < 1) && (x > -1) && (x != 0);
2454 E.g "0.123" has now a totalDigits of 3 (was 4 previously).
2455 Adjusted the comparison function for decimals due to this
2456 change. As a side effect comparison against zeroes was
2457 optimized.
2458
2459Mon Nov 28 13:25:11 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2460
2461 * xmlschemas.c: An assignment to a local variable, which was
2462 used to access the IDC node list, was missing after the
2463 reallocation of the list (reported by Fabrice GUY
2464 bug #322411). Renamed the define ENABLE_IDC_NODE_TABLES
2465 to ENABLE_IDC_NODE_TABLES_TEST and *disabled* it, since
2466 it is used to force bubbling of IDC node tables even
2467 if not necessary; this was intended to be used for test
2468 purposes, but I obviously missed to disable it (although
2469 it apparently helped finding the bug).
2470
2471Wed Nov 23 17:34:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2472
2473 * xmlschemas.c: In xmlSchemaAssembleByXSI() the return value
2474 of xmlSchemaGetMetaAttrInfo() was not assigned to anything;
2475 this caused XSI-driven-dynamic schema acquisition to fail
2476 with @noNamespaceSchemaLocation (reported by Julien Lamy
2477 on the mailing list).
2478
2479Tue Nov 22 18:31:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2480
2481 * xmlschemas.c: Fixed a bug in xmlSchemaFindRedefCompInGraph()
2482 which caused the search for components to stop at the
2483 first encountered attribute group component.
2484 Fixed error report in xmlSchemaCheckSRCRedefineFirst(): the
2485 designation of a not-found component was not reported.
2486
2487Mon Nov 21 12:23:28 CET 2005 Daniel Veillard <daniel@veillard.com>
2488
2489 * xmlschemastypes.c: Albert Chin found another signed/unsigned problem
2490 in the date and time code raised on IRIX 6.5
2491
2492Fri Nov 18 18:13:38 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2493
2494 * xmlschemas.c include/libxml/xmlschemas.h:
2495 Added xmlSchemaSetParserStructuredErrors() to the API.
2496 Fixed channeling of error relevant information to
2497 subsequent parser/validation contexts.
2498
2499Thu Nov 17 14:11:43 CET 2005 Daniel Veillard <daniel@veillard.com>
2500
2501 * parserInternals.c: removed unreachable code pointed out by
2502 Oleksandr Kononenko, fixes bug #321695
2503
2504Thu Nov 17 08:24:31 CET 2005 Daniel Veillard <daniel@veillard.com>
2505
2506 * parser.c: use ctxt->standalone = -2 to indicate that the
2507 XMLDecl was parsed but no standalone attribute was found,
2508 suggested by Michael Day to detect if an XMLDecl was found.
2509
2510Tue Nov 15 09:49:24 CET 2005 Daniel Veillard <daniel@veillard.com>
2511
2512 * runtest.c: Hisashi Fujinaka pointed that errors in Schemas tests
2513 were not properly reported.
2514
2515Sun Nov 13 13:42:41 CET 2005 Daniel Veillard <daniel@veillard.com>
2516
2517 * xmlIO.c: applied patch from Geert Jansen to remove xmlBufferClose()
2518 which is not needed.
2519
2520Fri Nov 11 13:48:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2521
2522 * xmlschemas.c: Changed xmlSchemaFormatIDCKeySequence()
2523 to use xmlSchemaGetCanonValueWhtspExt() in order to
2524 correctly report values for xs:anySimpleType.
2525 * test/schemas/idc-keyref-err1*
2526 result/schemas/idc-keyref-err1*: Added a test for this change.
2527
2528Wed Nov 9 13:07:24 EST 2005 Rob Richards <rrichards@ctindustries.net>
2529
2530 * xmlIO.c xmlwriter.c: function consolidation when writing to xmlBuffer.
2531 Return error condition not len if xmlwriter fails writing to buffer.
2532
2533Wed Nov 9 09:54:54 CET 2005 Daniel Veillard <daniel@veillard.com>
2534
2535 * xmlsave.c xmlIO.c include/libxml/xmlIO.h include/libxml/xmlsave.h:
2536 applied patch from Geert Jansen to implement the save function to
2537 a xmlBuffer, and a bit of cleanup.
2538
2539Mon Nov 7 14:58:39 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2540
2541 * xmlschemas.c xmlschemastypes.c: Fixed the type of the
2542 totalDigits value to be positiveInteger.
2543 Fixed crash in an error report function when we gave it
2544 the document node; only element and attribute nodes are
2545 processed now (reported by Rob Richards).
2546
2547Tue Nov 1 16:22:29 CET 2005 Daniel Veillard <daniel@veillard.com>
2548
2549 * xmlregexp.c: fix bug #319897, problem with counted atoms
2550 when the transition itself is counted too
2551 * result/regexp/hard test/regexp/hard: augmented the regression
2552 tests with the problem exposed.
2553
2554Tue Nov 1 11:54:39 CET 2005 Daniel Veillard <daniel@veillard.com>
2555
2556 * win32/Makefile.mingw include/win32config.h: applied patch from
2557 Mark Junker to fix compilation with MinGW
2558
2559Fri Oct 28 18:36:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
2560
2561 * libxml.3: tiny fix from Albert Chin
2562 * runsuite.c runtest.c testapi.c: portability cleanup for arch
2563 needing trio for *printf
2564
2565Fri Oct 28 12:21:39 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2566
2567 * tree.c: add additional checks to prevent tree corruption. fix problem
2568 copying attribute using xmlDocCopyNode from one document to another.
2569
2570Fri Oct 28 17:58:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
2571
2572 * config.h.in configure.in vms/config.vms macos/src/config-mac.h:
2573 cleanup from Albert Chin
2574 * doc/Makefile.am: html/index.sgml doesn't exist anymore
2575
2576Fri Oct 28 16:53:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
2577
2578 * xmlIO.c xmlmodule.c: more portability patches from Albert Chin for
2579 HP-UX and AIX
2580
2581Fri Oct 28 10:36:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
2582
2583 * xmlmodule.c configure.in: applied 2 patches from Albert Chin for
2584 module portability
2585
2586Fri Oct 28 10:24:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
2587
2588 * error.c: fixing a portability problem on some old Unices with
2589 patch from Albert Chin
2590
25912005-10-27 Aleksey Sanin <aleksey@aleksey.com>
2592
2593 * c14n.c result/c14n/exc-without-comments/test-2
2594 test/c14n/exc-without-comments/test-2.xml
2595 test/c14n/exc-without-comments/test-2.xpath: fixing
2596 bug in exc-c14n namespace visibility + test case (bug #319367)
2597
2598Thu Oct 27 16:10:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2599
2600 * python/libxml.py: remove warnings to stdout patch from Nic Ferrier
2601
2602Thu Oct 27 13:54:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
2603
2604 * valid.c xmlregexp.c include/libxml/valid.h
2605 include/libxml/xmlregexp.h: avoid function parameters names 'list'
2606 as this seems to give troubles with VC6 and stl as reported by
2607 Samuel Diaz Garcia.
2608
2609Wed Oct 26 10:59:21 CEST 2005 Daniel Veillard <daniel@veillard.com>
2610
2611 * parserInternals.c: fix a problem in some error case on Solaris
2612 when passed a NULL filename, pointed by Albert Chin.
2613
2614Tue Oct 25 14:34:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
2615
2616 * HTMLparser.c: script HTML parser error fix, corrects bug #319715
2617 * result/HTML/53867* test/HTML/53867.html: added test from Michael Day
2618 to the regression suite
2619
2620Tue Oct 25 14:21:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
2621
2622 * HTMLparser.c: typo fix from Michael Day
2623
2624Mon Oct 24 20:16:23 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2625
2626 * tree.c: fix issue adding non-namespaced attributes in xmlAddChild(),
2627 xmlAddNextSibling() and xmlAddPrevSibling() (bug #319108) - part 1.
2628
2629Sat Oct 22 10:00:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
2630
2631 * parser.c: fixed second spot where CRLF split between chunks
2632 could cause trouble (bug #319279)
2633 * gentest.py, testapi.c: fixed two problems involved with
2634 --with-minimum compilation (compilation errors with schematron
2635 and formal expressions tests)
2636
2637Fri Oct 21 10:50:14 EDT 2005 Rob Richards <rrichards@ctindustries.net>
2638
2639 * xmlsave.c: prevent output of fragment tags when serializing XHTML.
2640
2641Wed Oct 19 16:53:47 BST 2005 Daniel Veillard <daniel@veillard.com>
2642
2643 * xmlregexp.c: commiting a some fixes and debug done yesterday in
2644 the London airport.
2645
2646Thu Oct 20 12:54:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2647
2648 * xmlschemas.c: Removed creation of a temporary parser context
2649 during validation when processing xsi:type; this previously
2650 added a string to the dict of the schema - to assure thread
2651 safety, we don't want to modify a given schema during
2652 validation.
2653
2654Thu Oct 20 17:05:29 HKT 2005 William Brack <wbrack@mmm.com.hk>
2655
2656 * xmlwriter.c: fixed problem in xmlTextWriterVSprintf caused by
2657 misuse of vsnprintf
2658 * configure.in, config.h.in: added a configuration check for
2659 va_copy and added a define for VA_COPY for xmlwriter.c fix
2660 * parser.c: fixed problem with CRLF split between chunks (bug
2661 #319279) (fix provided by Brion Vibber)
2662
2663Wed Oct 19 18:49:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2664
2665 * xmlschemas.c: Fixed a potential memory leak in
2666 xmlSchemaCheckCSelectorXPath() when an internal error occurs.
2667 Fixed setting of ctxt->err to the given error code in
2668 the parsing error functions.
2669 * pattern.c: Added internal xmlCompileIDCXPathPath() as a
2670 starting point for IDC XPath compilation; this and some other
2671 tiny changes fixes issues regarding whitespace in the
2672 expressions and IDC selector/field relevant restrictions of
2673 the subset of XPath. Fixed a missing blocking of attributes
2674 in xmlStreamPushInternal().
2675
2676Mon Oct 17 15:06:05 EDT 2005 Daniel Veillard <daniel@veillard.com>
2677
2678 * runtest.c: removed the error message
2679 * relaxng.c xmlschemas.c: removed 2 instability warnings from function
2680 documentation
2681 * include/libxml/schemasInternals.h: changed warning about API stability
2682 * xmlregexp.c: trying to improve runtime execution of non-deterministic
2683 regexps and automata. Not fully finished but should be way better.
2684
2685Mon Oct 17 16:12:02 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2686
2687 * xmlschemas.c: Fixed a memory leak in
2688 xmlSchemaContentModelDump(). Added output of local types
2689 in xmlSchemaElementDump(). Tiny cosmetical changes to the
2690 dump output.
2691
2692Mon Oct 17 14:29:08 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2693
2694 * tree.c pattern.c: Silenced intel compiler warnings (reported
2695 by Kjartan Maraas, bug #318517).
2696 * xmlschemas.c: The above changes in pattern.c revealed an
2697 inconsistency wrt IDCs: we now _only_ pop XPath states, if
2698 we really pushed them beforehand; this was previously not
2699 checked for the case when we discover an element node to be
2700 invalid wrt the content model.
2701 Fixed segfault in xmlSchemaGetEffectiveValueConstraint().
2702
2703Fri Oct 14 16:40:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2704
2705 * result/schemas/*.err: Adapted regression test results.
2706
2707Fri Oct 14 16:21:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2708
2709 * xmlschemas.c: Fixed some identity-constraint issues:
2710 Restructured IDC node-tables
2711 Allowed IDCs to resolve also to nodes of complex type with
2712 simple content.
2713 Added check for keyrefs with references to keyrefs.
2714 IDC target-nodes were interferring with IDC node-tables,
2715 since they used one list of entries only. I separated this
2716 one big list into 3 lists: 1 for IDC node-table entries,
2717 1 for _duplicates_ of IDC node-table entries and 1 for
2718 IDC target-nodes. More code, but cleaner and it works at last.
2719 Keyrefs will fail to resolve to duplicate key/unique entries.
2720 I thought this was already working this way, but it didn't.
2721 The wording of the definition for [node table] in the spec
2722 can lead to a scenario, where keyrefs resolve perfectly, even
2723 if the relevant key-sequences of the referenced key/unique have
2724 duplicates in the subtree. Currently only Saxon 8.5.1 is
2725 dissallowing resolution to duplicate entries correctly - we
2726 will follow Saxon here.
2727 Removed some intel compiler warnings (reported by
2728 Kjartan Maraas, bug #318517).
2729 * pattern.c: Fixed an IDC-XPath problem when resolving to
2730 attributes.
2731
2732Mon Oct 14 01:15:14 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2733 * nanohttp.c include/wsockcompat.h: applied patch from Kolja Nowak
2734 to use getaddrinfo() if supported in Windows build (bug# 317431).
2735
2736Mon Oct 10 15:33:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2737
2738 * result/schemas/*: Adapted regression test results.
2739
2740Mon Oct 10 15:12:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2741
2742 * xmlschemas.c include/libxml/schemasInternals.h
2743 include/libxml/xmlerror.h: Initial implementation for
2744 redefinitions; this still misses checks for restrictions
2745 of the content model of complex types.
2746 Fixed default/fixed values for attributes (looks like they
2747 did not work in the last releases).
2748 Completed constraints for attribute uses.
2749 Seperated attribute derivation from attribute constraints.
2750 Completed constraints for attribute group definitions.
2751 Disallowing <import>s of schemas in no target namespace if the
2752 importing schema is a chameleon schema. This contradicts
2753 the way Saxon, Xerces-J, XSV and IBM's SQC works, but the
2754 W3C XML Schema WG, thinks it is correct to dissalow such
2755 imports.
2756 Added cos-all-limited constraints.
2757 Restructured reference resolution to model groups and element
2758 declarations.
2759 Misc cleanup.
2760
2761Fri Oct 7 04:34:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2762
2763 * schematron.c xmlregexp.c: remove warnings under Windows.
2764
2765Wed Sep 28 23:42:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
2766
2767 * parser.c: applied patch from Massimo Morara fixing bug #317447
2768 about risk of invalid write in xmlStringLenDecodeEntities
2769
2770Tue Sep 27 11:20:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
2771
2772 * error.c: Adrian Mouat pointed out redundancies in xmlReportError()
2773
2774Mon Sep 26 19:18:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
2775
2776 * xmlregexp.c: seems a test to avoid duplicate transition is
2777 really needed at all times. Luka Por gave an example hitting
2778 this. Changed back the internal API.
2779
2780Thu Sep 22 13:14:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
2781
2782 * xmlreader.c: fixing leak in xmlTextReaderReadString() #316924
2783
2784Thu Sep 15 16:12:44 CEST 2005 Daniel Veillard <daniel@veillard.com>
2785
2786 * uri.c: more fixes to the behaviour of xmlBuildRelativeURI
2787
2788Thu Sep 15 15:08:21 CEST 2005 Daniel Veillard <daniel@veillard.com>
2789
2790 * xmlregexp.c: detect combinatory explosion and return with
2791 a runtime error in those case, c.f. #316338 though maybe we
2792 should not see such an explosion with that specific regexp,
2793 more checking needs to be done.
2794
2795Wed Sep 14 19:52:18 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2796
2797 * include/libxml/schemasInternals.h: Added some comments for the
2798 struct fields.
2799
2800Wed Sep 14 13:24:27 HKT 2005 William Brack <wbrack@mmm.com.hk>
2801
2802 * uri.c: fixed problem when xmlBuildRelativeURI was given a
2803 blank path (bug 316224)
2804
2805Mon Sep 12 23:41:40 CEST 2005 Daniel Veillard <daniel@veillard.com>
2806
2807 * NEWS configure.in doc//*: release of 2.6.22 updated doc and
2808 rebuild.
2809 * xmlsave.c include/libxml/xmlsave.h: added XML_SAVE_NO_XHTML
2810 xmlSaveOption
2811 * xmlschemas.c: minor cleanups
2812
2813Mon Sep 12 21:42:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2814
2815 * test/schemas/import1_0.xsd: And adapting another one.
2816
2817Mon Sep 12 21:29:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2818
2819 * result/schemas/derivation-ok-extension_0_0: Adapted result.
2820
2821Mon Sep 12 21:20:41 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2822
2823 * result/schemas/allsg_0_3.err result/schemas/allsg_0_4.err
2824 result/schemas/changelog093_1_0.err
2825 result/schemas/derivation-ok-extension_0_0.err
2826 result/schemas/import1_0_0.err
2827 result/schemas/derivation-ok-restriction-2-1-1_0_0.err:
2828 Adapted regression results.
2829
2830Mon Sep 12 21:00:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
2831
2832 * xmlschemas.c include/libxml/schemasInternals.h
2833 include/libxml/xmlerror.h: Completion of the schema graph.
2834 Centralisation, more robustness of the schema document
2835 aquisition story. Centralised and restructured component fixup.
2836 Fixed attribute derivation when 'prohibiting' attribute uses.
2837 Added warnings: when schema documents cannot be localized
2838 during imports; when we get duplicate and pointless attribute
2839 prohibitions. Changed error reports for IDCs to report
2840 the relevant IDC designation as well (requested by GUY Fabrice).
2841 Misc code-cleanup.
2842
2843Mon Sep 12 16:02:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
2844
2845 * xmlsave.c: applied second patch from David Madore to be less intrusive
2846 when handling scripts and style elements in XHTML1 should fix #316041
2847 * test/xhtml1 result//xhtml1\*: updated the test accordingly
2848
2849Mon Sep 12 15:09:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
2850
2851 * libxml.spec.in doc/devhelp/*: finished the integration with
2852 devhelp, completing the index and inserted into the gtk-doc
2853 database at "make install" stage
2854
2855Mon Sep 12 14:14:12 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2856
2857 * include/libxml/xmlsave.h xmlsave.c: add XML_SAVE_NO_EMPTY save option
2858 and use option from xmlSaveCtxtPtr rather than global during output.
2859 * xmlsave.c: fix some output formatting for meta element under XHTML.
2860
2861Mon Sep 12 11:12:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
2862
2863 * include/libxml/parser.h parser.c xmllint.c: damn XML_FEATURE_UNICODE
2864 clashes with Expat headers rename to XML_WITH_ to fix bug #316053.
2865 * doc/Makefile.am: build devhelp before the examples.
2866 * doc/*: regenerated the API
2867
2868Mon Sep 12 02:03:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
2869
2870 * xmlsave.c: fix bug #316034, where xmlElemDump() can crash if
2871 given a document pointer instead of an element
2872
2873Mon Sep 12 01:26:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
2874
2875 * doc/devhelp/devhelp.xsl: improvements on the html generation,
2876 should be complete with navigation, what is left done is glueing
2877
2878Mon Sep 12 00:03:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2879
2880 * configure.in doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
2881 doc/devhelp/*: started work needed to generate devhelp content,
2882 not too hard based on the existing format and extractor.
2883
2884Fri Sep 9 12:56:19 CEST 2005 Daniel Veillard <daniel@veillard.com>
2885
2886 * parser.c: fixes bug #315617 when using push CDATA in some cases.
2887
2888Thu Sep 8 23:39:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
2889
Daniel Veillard25a1ce92008-06-02 16:04:12 +00002890 * xmllint.c: patch from Stéphane Bidoul to compile without schematron
William M. Brack11be2d02007-01-24 19:17:19 +00002891
2892Wed Sep 7 00:16:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
2893
2894 * debugXML.c: patch from Oleg Paraschenko to fix xmlDebugDumpNode()
2895 when handled a namespace node.
2896
2897Sun Sep 4 23:36:45 CEST 2005 Daniel Veillard <daniel@veillard.com>
2898
2899 * NEWS elfgcchack.h testapi.c doc/*: updated the docs and rebuild
2900 releasing 2.6.21
2901 * include/libxml/threads.h threads.c: removed xmlIsThreadsEnabled()
2902 * threads.c include/libxml/threads.h xmllint.c: added the more
2903 generic xmlHasFeature() as suggested by Bjorn Reese, xmllint uses it.
2904
2905Sun Sep 4 22:45:49 CEST 2005 Daniel Veillard <daniel@veillard.com>
2906
2907 * configure.in doc/* configure.in: prepare for release
2908 * xpath.c: work for #303289, fix a formatting bug for MIN_INT
2909
2910Sun Sep 4 15:48:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
2911
2912 * relaxng.c: real fix for #314881 and #314759 is was a bit more complex
2913 than initially expected as ctxt->error == NULL had behaviour side
2914 effects at the compilation level itself.
2915
2916Sun Sep 4 14:01:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
2917
2918 * pattern.c xpath.c include/libxml/pattern.h: fixing yet another
2919 pattern induced XPath bug #314282
2920 * relaxng.c: reverted back last change it was seriously broken
2921
2922Sat Sep 3 16:51:55 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2923
2924 * xmlsave.c: check for NULL to prevent crash with meta elements
2925
2926Sat Sep 3 16:26:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
2927
2928 * relaxng.c: structured error reporting problem with Relax-NG
2929 should fix #314881 and #314759
2930
2931Sat Sep 3 15:42:29 CEST 2005 Daniel Veillard <daniel@veillard.com>
2932
2933 * pattern.c: fixes a portability problem raised by C370 on Z/OS
2934
2935Sat Sep 3 15:26:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
2936
2937 * SAX2.c tree.c valid.c: fixing a number of issues raised by xml:id
2938 but more generally related to attributes and ID handling, fixes
2939 #314358 among other things
2940
2941Fri Sep 2 14:26:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
2942
2943 * encoding.c parserInternals.c: avoid passing a char[] as snprintf
2944 first argument.
2945 * threads.c include/libxml/threads.h: implemented xmlIsThreadsEnabled()
2946 based on Andrew W. Nosenko idea.
2947 * doc/* elfgcchack.h: regenerated the API
2948
2949Thu Sep 1 14:44:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
2950
2951 * configure.in: the use of AM_PATH_PYTHON is not portable enough
2952 reverting back to AM_PATH_PROG
2953
2954Thu Sep 1 11:42:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
2955
2956 * HTMLparser.c: Applied the last patch from Gary Coady for #304637
2957 changing the behaviour when text nodes are found in body
2958 * result/HTML/*: this changes the output of some tests
2959
2960Thu Sep 1 11:22:37 CEST 2005 Daniel Veillard <daniel@veillard.com>
2961
2962 * doc/downloads.html doc/xml.html: adding reference to Bull AIX rpms
2963 c.f. #160598
2964
2965Wed Aug 31 11:39:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
2966
2967 * xml2-config.in: removed the obsolete --libtool-libs option, c.f.
2968 bug #314853
2969
2970Fri Aug 26 17:33:26 CEST 2005 Rob Richards <rrichards@ctindustries.net>
2971
2972 * xmlsave.c: move handling of meta element for http-equiv in XHTML docs
2973 to serialization and no longer modify internal tree.
2974
2975Fri Aug 26 00:51:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
2976
2977 * libxml.spec.in: the profiling usually don't work, disabled
2978 * doc/*: rebuilt
2979
2980Thu Aug 25 23:47:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
2981
2982 * configure.in: trying to fix the first part of #310033 by
2983 detecting gcc <= 3.2
2984
2985Thu Aug 25 22:13:37 CEST 2005 Daniel Veillard <daniel@veillard.com>
2986
2987 * error.c: fixed bug #310033, the URI extraction code given a
2988 node is a bit twisted and broke in the last months.
2989
2990Thu Aug 25 16:18:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
2991
2992 * debugXML.c result/XPath/xptr/strrange2: uninitialized field and
2993 fix on test.
2994
2995Thu Aug 25 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
2996
2997 * debugXML.c: change verbosity depending on API
2998 * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: get back
2999 to previous outputs
3000
3001Thu Aug 25 15:14:56 CEST 2005 Daniel Veillard <daniel@veillard.com>
3002
3003 * HTMLparser.c parser.c SAX2.c debugXML.c tree.c valid.c xmlreader.c
3004 xmllint.c include/libxml/HTMLparser.h include/libxml/parser.h:
3005 added a parser XML_PARSE_COMPACT option to allocate small
3006 text nodes (less than 8 bytes on 32bits, less than 16bytes on 64bits)
3007 directly within the node, various changes to cope with this.
3008 * result/XPath/tests/* result/XPath/xptr/* result/xmlid/*: this
3009 slightly change the output
3010
3011Thu Aug 25 12:16:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3012
3013 * configure.in: patch from Andrew W. Nosenko, use se $GCC = 'yes'
3014 instead of $CC = 'gcc' because GCC may have a different name
3015
3016Thu Aug 25 00:18:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
3017
3018 * configure.in: changes the way the python binary is found, should
3019 also fix bug #308004
3020
3021Wed Aug 24 16:44:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3022
3023 * parser.c: found another bug while looking at #309616 on missing
3024 entities.
3025 * result/ent2.sax* result/ent7.sax* result/xml2.sax*: this changed the
3026 SAX stream in missing conditions for a few tests
3027
3028Wed Aug 24 16:19:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
3029
3030 * encoding.c: applied the patch suggested #309565 which can avoid
3031 looping in error conditions.
3032
3033Wed Aug 24 16:04:17 CEST 2005 Daniel Veillard <daniel@veillard.com>
3034
3035 * SAX2.c tree.c: line numbers are now carried by most nodes, fixing
3036 xmlGetLineNo() c.f. bug #309205
3037
3038Wed Aug 24 14:43:34 CEST 2005 Daniel Veillard <daniel@veillard.com>
3039
3040 * encoding.c error.c include/libxml/xmlerror.h: finally converted
3041 the encoding module to the common error reporting mechanism
3042 * doc/* doc/html/libxml-xmlerror.html: rebuilt
3043
3044Wed Aug 24 11:35:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3045
3046 * xpath.c: removed a potentially uninitialized variable error
3047 * python/generator.py: fixed a deprecation warning
3048 * python/tests/tstLastError.py: silent the damn test when Okay !
3049
3050Wed Aug 24 00:11:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
3051
3052 * SAX2.c globals.c runtest.c testC14N.c testapi.c tree.c
3053 include/libxml/SAX2.h include/libxml/xmlregexp.h: fixed compilation
3054 when configured --without-sax1 and other cleanups fixes bug #172683
3055 * doc/* elfgcchack.h: regenerated
3056
3057Tue Aug 23 20:05:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
3058
3059 * parser.c: fixed bug #170489 reported by Jirka Kosek
3060 * test/valid/objednavka.xml test/valid/dtds/objednavka.dtd
3061 result/valid/objednavka*: added the test to the regression suite.
3062
3063Tue Aug 23 18:04:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
3064
3065 * HTMLparser.c include/libxml/HTMLparser.h: added a recovery mode
3066 for the HTML parser based on the suggestions of bug #169834 by
3067 Paul Loberg
3068
3069Tue Aug 23 15:38:46 CEST 2005 Daniel Veillard <daniel@veillard.com>
3070
3071 * elfgcchack.h testapi.c doc/*: regenerated
3072 * schematron.c: fixed a compilation problem
3073 * xmlregexp.c include/libxml/xmlregexp.h: some cleanups and one bug fix
3074 * result/expr/base: slightly changes the number of Cons.
3075
3076Mon Aug 22 23:19:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
3077
3078 * elfgcchack.h testapi.c doc/*: rescanned code and rebuilt
3079 * xmlregexp.c: small cleanup
3080 * include/libxml/schematron.h include/libxml/xmlexports.h
3081 include/libxml/xmlversion.h.in: cleanup problems from code scanner
3082
3083Mon Aug 22 18:00:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3084
3085 * xmlschemastypes.c: applied patch from Kuba Nowakowski fixing bug
3086 #313982
3087 * result/schemas/bug313982* test/schemas/bug313982*: also added
3088 the test case to the regression suite.
3089
3090Mon Aug 22 17:50:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
3091
3092 * testRegexp.c: printed the wrong string
3093
3094Mon Aug 22 16:42:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
3095
3096 * testRegexp.c xmlregexp.c include/libxml/xmlregexp.h: exported
3097 xmlExpExpDerive(), added it to the testRegexp command line
3098 tool when providing multiple expressions.
3099
3100Mon Aug 22 14:57:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
3101
3102 * Makefile.am result/expr/base test/expr/base: added the first
3103 regression test suite set for the new expression support
3104
3105Mon Aug 22 13:49:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
3106
3107 * valid.c: fixed an uninitialized variable
3108 * xmlregexp.c include/libxml/xmlregexp.h: extended the API to
3109 add the parser, serializer and some debugging
3110 * include/libxml/xmlversion.h.in: made the new support compiled
3111 by default if Schemas is included
3112 * testRegexp.c: cleanup and integration of the first part of the
3113 new code with a special switch
3114 * xmllint.c: show up Expr in --version if compiled in
3115 * include/libxml/tree.h: moved the xmlBuffer definition up
3116
3117Mon Aug 22 12:11:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3118
3119 * xmlschemas.c: Some preparation for the creation of a graph
3120 of imported/included/redefined schemas; this is needed for
3121 at least the redefinitions.
3122 Centralized the creation of the parser context in one function.
3123
3124Mon Aug 22 02:19:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
3125
3126 * xmlregexp.c include/libxml/xmlregexp.h: pushing the formal expression
3127 handling code to have it in CVs from now. Not plugged, and misses
3128 APIs it's not compiled in yet.
3129
3130Sat Aug 20 23:13:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3131
3132 * xmlreader.c: applied another patch from Rob Richards to fix
3133 xmlTextReaderGetAttributeNs and xmlTextReaderMoveToAttributeNs
3134
3135Wed Aug 17 09:06:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
3136
3137 * xmlreader.c: applied patch from Rob Richards to fix
3138 xmlTextReaderGetAttribute behaviour with namespace declarations
3139
3140Fri Aug 12 14:12:56 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3141
3142 * xmlschemas.c include/libxml/xmlerror.h:
3143 Changed output for keyref-match errors; the target-node will
3144 be now reported rather than the scope-node of the keyref
3145 definition - allowing easier chasing of instance errors.
3146 This was reported by Guy Fabrice to the mailing list.
3147 Some initial parsing code for schema redefinitions.
3148 * result/schemas/bug303566_1_1.err
3149 result/schemas/bug312957_1_0.err: Adapted test results due
3150 to the keyref changes.
3151
3152Fri Aug 12 12:17:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3153
3154 * valid.c: applied patch from Derek Poon fixing bug #310692
3155
3156Wed Aug 10 23:39:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3157
3158 * xmlschemas.c: fix for bug #312945 as pointed by Dean Hill, the
3159 context type was not always properly initialized.
3160
3161Wed Aug 10 18:21:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3162
3163 * relaxng.c: fixed bug #307377 about validation of choices in
3164 list values.
3165 * test/relaxng/307377* result/relaxng/307377* Makefile.am runtest.c:
3166 added examples to the regression tests, problem is that streaming
3167 version gives slightly more informations.
3168
3169Wed Aug 10 15:25:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
3170
3171 * xinclude.c: fixed bug #302302, nasty but the fix is rather simple.
3172
3173Wed Aug 10 11:59:46 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3174
3175 * result/schemas/any6_1_0*: Added missing test results.
3176
3177Tue Aug 9 23:37:22 CEST 2005 Daniel Veillard <daniel@veillard.com>
3178
3179 * xmlregexp.c: fixed a determinism detection problem exposed by
3180 ##other tests commited by Kasimier, also added a small speedup
3181 of determinism detection.
3182 * test/results/any6_2_0* any8_1_0* any7_1_2* any7_2_2*: added
3183 the results to the regression tests now
3184
3185Tue Aug 9 15:54:09 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3186
3187 * test/schemas/any7_2.xml test/schemas/any6_2.xsd
3188 test/schemas/any8_1.xsd test/schemas/any8_0.xml:
3189 Added some more tests for element wildcards.
3190
3191Tue Aug 9 14:22:47 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3192
3193 * xmlschemas.c: Fixed #312957 reported by Carol Hunter:
3194 streaming XPath states were not popped in every case,
3195 thus failed to resolve correctly for subsequent input.
3196 * test/schemas/bug312957* result/schemas/bug312957*:
3197 Added the test submitted by Carol Hunter.
3198
3199Tue Aug 9 13:07:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3200
3201 * xmlregexp.c xmlschemas.c: trying to nail down the remaining
3202 ##other issues
3203 * result/schemas/any7* test/schemas/any7: completed the tests
3204 and added the results
3205 * result/schemas/any3_0_0.err result/schemas/any5_0_0.err
3206 result/schemas/any5_1_0.err: this slightly chnages the output
3207 from 3 existing tests
3208
3209Mon Aug 8 22:33:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
3210
3211 * nanoftp.c nanohttp.c xmlschemastypes.c: applied patch from
3212 Marcus Boerger to remove warnings on Windows.
3213
3214Mon Aug 8 16:43:04 CEST 2005 Daniel Veillard <daniel@veillard.com>
3215
3216 * xmlsave.c include/libxml/xmlsave.h: fixed #145092 by adding
3217 an xmlSaveOption to omit XML declaration
3218
3219Mon Aug 8 15:44:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3220
3221 * HTMLtree.c: fixed bug #310333 with a patch close to the provided
3222 patch for HTML UTF-8 serialization
3223 * result/HTML/script2.html: this changed the output of that test
3224
3225Mon Aug 8 15:01:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
3226
3227 * xmlregexp.c: fixed bug #310264, basically it's about reentrancy
3228 of count based transition, when going though the counter must
3229 be reset to 0
3230 * test/schemas/bug310264* result/schemas/bug310264*: added the
3231 regression test.
3232
3233Mon Aug 8 14:40:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3234
3235 * xmlschemas.c: Fixed a memory leak: xmlSchemaFreeAnnot() was
3236 only freeing the first annotation in the list.
3237
3238Mon Aug 8 09:44:34 CEST 2005 Daniel Veillard <daniel@veillard.com>
3239
3240 * xmlreader.c: applied patch from Rob Richards fixing
3241 xmlTextReaderGetAttribute
3242
3243Mon Aug 8 01:41:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
3244
3245 * HTMLparser.c: fixed an uninitialized memory access spotted by
3246 valgrind
3247
3248Sun Aug 7 12:39:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
3249
3250 * test/relaxng/docbook_0.xml: get rid of the dependancy on a locally
3251 installed DTD
3252 * uri.c include/libxml/uri.h xmlIO.c nanoftp.c nanohttp.c: try to
3253 cleanup the Path/URI conversion mess, needed fixing in various
3254 layers and a new API to the uri module which also fixes #306861
3255 * runtest.c: integrated a regression test specific to check the
3256 URI conversions done before calling the I/O handlers.
3257
3258Sat Aug 6 11:06:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3259
3260 * doc/XSLT.html doc/xml.html: small doc fix for #312647
3261
3262Tue Aug 2 13:26:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
3263
3264 * win32/configure.js: applied patch from Rob Richards to allow
3265 disabling modules in win32, fixes #304071
3266
3267Mon Aug 1 07:18:53 CEST 2005 Daniel Veillard <daniel@veillard.com>
3268
3269 * python/libxml.c: applied fix from Jakub Piotr Clapa for
3270 xmlAttr.parent(), closing #312181
3271
3272Sun Jul 31 18:48:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
3273
3274 * schematron.c: report improvement
3275 * test/schematron/zvon* result/schematron/zvon*: more tests
3276
3277Sun Jul 31 16:02:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
3278
3279 * win32/Makefile.msvc win32/configure.js: applied patch from Rob
3280 Richards to add schematron to the build on Windows
3281 * test/schematron/zvon3* result/schematron/zvon3*: second test
3282 * test/schematron/zvon10* result/schematron/zvon10*: this is the
3283 real second test 10 and 2 are swapped.
3284
3285Sun Jul 31 15:42:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3286
3287 * schematron.c: more bug fixes, improve the error reporting.
3288 * test/schematron/zvon2* result/schematron/zvon2*: second test
3289
3290Sun Jul 31 14:15:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3291
3292 * schematron.c xmllint.c: fixing the loop bug, fixing schematron
3293 text error rendering
3294 * Makefile.am result/schematron/* test/schematron/zvon1*.sct:
3295 started integrating within "make tests"
3296
3297Sat Jul 30 17:26:58 EDT 2005 Daniel Veillard <daniel@veillard.com>
3298
3299 * test/schematron/*: a few first tests from Zvon unfortunately
3300 with the old syntax
3301
3302Sat Jul 30 17:08:07 EDT 2005 Daniel Veillard <daniel@veillard.com>
3303
3304 * schematron.c xmllint.c include/libxml/schematron.h: commiting
3305 work done on the plane last week-end
3306
3307Sat Jul 30 15:16:29 CEST 2005 Daniel Veillard <daniel@veillard.com>
3308
3309 * runtest.c: allows an extra argument to subset the tests
3310 * xmlregexp.c: big speedup for validation, basically avoided
3311 transition creation explosion when removing epsilon transition
3312
3313Sat Jul 30 00:00:46 CEST 2005 Daniel Veillard <daniel@veillard.com>
3314
3315 * Makefile.am globals.c parserInternals.c xmlreader.c xmlunicode.c
3316 xmlwriter.c: more cleanups based on sparse reports, added
3317 "make sparse"
3318
3319Fri Jul 29 12:11:25 CEST 2005 Daniel Veillard <daniel@veillard.com>
3320
3321 * python/libxml.c: don't output any message on failed resolver lookups,
3322 better done by the python user provided resolver layer.
3323
3324Fri Jul 29 01:48:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3325
3326 * HTMLparser.c SAX2.c encoding.c globals.c parser.c relaxng.c
3327 runsuite.c runtest.c schematron.c testHTML.c testReader.c
3328 testRegexp.c testSAX.c testThreads.c valid.c xinclude.c xmlIO.c
3329 xmllint.c xmlmodule.c xmlschemas.c xpath.c xpointer.c: a lot of
3330 small cleanups based on Linus' sparse check output.
3331
3332Thu Jul 28 21:28:33 CEST 2005 Daniel Veillard <daniel@veillard.com>
3333
3334 * include/libxml/Makefile.am: added schematron.h, oops ...
3335
3336Thu Jul 28 02:38:21 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3337
3338 * xmlschemastypes.c: Added creation of the content type of
3339 xs:anyType. This is needed when trying to extend xs:anyType
3340 (although it makes no sense to extend it; IMHO the schema
3341 people should have ruled this out). This was reported
3342 by Yong Chen to the mailing list.
3343 * xmlschemas.c: Fixed handling of xs:anyType in
3344 xmlSchemaCheckCOSCTExtends() (reported by Young Chen). Tiny
3345 adjustment to an error report output.
3346 * test/schemas/extension2* result/schemas/extension2*:
3347 Added a test case provided by Young Chen.
3348
3349Mon Jul 25 11:41:18 PDT 2005 William Brack <wbrack@mmm.com.hk>
3350
3351 * uri.c: enhanced xmlBuildRelativeURI to allow the URI and the
3352 base to be in "relative" form
3353
3354Sun Jul 24 10:25:41 EDT 2005 Daniel Veillard <daniel@veillard.com>
3355
3356 * schematron.c xmllint.c: started adding schematron to the xmllint
3357 tool, the report infrastructure is gonna be fun.
3358
3359Sat Jul 23 23:23:51 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3360
3361 * test/schemas/any6* test/schemas/any7*: Added regression tests
3362 (they fail currently), but did not added results yet.
3363
3364Sat Jul 23 23:07:05 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3365
3366 * xmlschemas.c: Removed the workaround code in
3367 xmlSchemaValidateElemWildcard() for the <any> wildcard
3368 with namespace == ##other. Support for such wildcards was
3369 implemented by Daniel at the automaton level recently, and
3370 the workaround code iterfered with it.
3371
3372Sat Jul 23 10:55:50 EDT 2005 Daniel Veillard <daniel@veillard.com>
3373
3374 * pattern.c include/libxml/pattern.h: changed xmlPatterncompile
3375 signature to pass an int and not an enum since it can generate
3376 ABI compat troubles.
3377 * include/libxml/schematron.h schematron.c: adding the new
3378 schematron code, work in progress lots to be left and needing
3379 testing
3380 * include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in
3381 Makefile.am configure.in: integration of schematron into the
3382 build
3383 * xpath.c include/libxml/xpath.h: adding flags to control compilation
3384 options right now just XML_XPATH_CHECKNS.
3385
3386Sat Jul 23 16:39:35 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3387
3388 * xmlschemas.c: Removed an "internal error" message from
3389 xmlSchemaBuildAContentModel() when an empty model group
3390 definition is hit.
3391
3392Sat Jul 23 00:34:07 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3393
3394 * pattern.c: Changed xmlCompileStepPattern() and
3395 xmlCompileAttributeTest() to handle the "xml" prefix without
3396 caring if the XML namespace was supplied by the user.
3397
3398Fri Jul 22 00:08:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3399
3400 * xmlschemas.c: Fixed xmlSchemaPSimpleTypeErr(), which did not
3401 output the given string arguments correctly.
3402
3403Thu Jul 21 09:21:00 EDT 2005 Daniel Veillard <daniel@veillard.com>
3404
3405 * error.c globals.c parser.c runtest.c testHTML.c testSAX.c
3406 threads.c valid.c xmllint.c xmlreader.c xmlschemas.c xmlstring.c
3407 xmlwriter.c include/libxml/parser.h include/libxml/relaxng.h
3408 include/libxml/valid.h include/libxml/xmlIO.h
3409 include/libxml/xmlerror.h include/libxml/xmlexports.h
3410 include/libxml/xmlschemas.h: applied a patch from Marcus Boerger
3411 to fix problems with calling conventions on Windows this should
3412 fix #309757
3413
3414Wed Jul 20 14:45:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
3415
3416 * parser.c: an optimization of the char data inner loop,
3417 can gain up to 10% in pure SAX2 parsing speed
3418 * xmlschemas.c: applied patch from Kupriyanov Anatolij fixing
3419 a bug in XML Schemas facet comparison #310893
3420
3421Tue Jul 19 17:27:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3422
3423 * xmlregexp.c xmlschemas.c: fixed the error reporting for
3424 not transitions
3425 * result/schemas/any5_0_0* result/schemas/any5_0_2*
3426 result/schemas/any5_1_0*: fixed output
3427
3428Tue Jul 19 15:34:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3429
3430 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: fixing
3431 bug #172215 about foreign namespaces by adding support for
3432 negated string transitions. Error messages still need to be
3433 improved.
3434 * test/schemas/any5* result/schemas/any5*: adding regression
3435 tests for this.
3436
3437Tue Jul 19 12:33:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3438
3439 * tree.c: applied patch from Alexander Pohoyda fixing xmlGetNodePath
3440 on namespaced attributes #310417.
3441
3442Mon Jul 18 23:01:15 CEST 2005 Daniel Veillard <daniel@veillard.com>
3443
3444 * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: --nonet was
3445 ducplicated
3446
3447Mon Jul 18 20:49:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
3448
3449 * xmlschemas.c: fixed xsd:all when used in conjunction with
3450 substitution groups
3451 * test/schemas/allsg_* result/schemas/allsg_*: adding specific
3452 regression tests, strangely missing from NIST/Sun/Microsoft
3453 testsuites
3454
3455Sun Jul 17 07:11:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3456
3457 * xmlschemas.c: fixed bug #307508, a bad automata was built but
3458 this showed as an indeterminist result
3459
3460Thu Jul 14 17:53:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
3461
3462 * xmlschemastypes.c: found the last bug raised by NIST tests in
3463 comparing base64 strings, result from runsuite:
3464 ## NIST test suite for Schemas version NIST2004-01-14
3465 Ran 23170 tests (3953 schemata), no errors
3466
3467Thu Jul 14 14:57:36 CEST 2005 Daniel Veillard <daniel@veillard.com>
3468
3469 * testRegexp.c: fixed where xmlMemoryDump() should be called.
3470 * xmlregexp.c: fixed handling of {0}, \n, \r and \t, two bugs
3471 affecting NIST regression tests
3472
3473Thu Jul 14 11:30:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3474
3475 * configure.in: applied a patch from Gerrit P. Haase to add
3476 module support on cygwin
3477
3478Thu Jul 14 10:56:42 CEST 2005 Daniel Veillard <daniel@veillard.com>
3479
3480 * HTMLparser.c: fixed a potential buffer overrun error introduced
3481 on last commit to htmlParseScript() c.f. #310229
3482
3483Thu Jul 14 23:48:17 PDT 2005 William Brack <wbrack@mmm.com.hk>
3484
3485 * xpath.c: Changed the behaviour of xmlXPathEqualNodeSetFloat to
3486 return TRUE if a nodeset with a numeric value of NaN is compared
3487 for inequality with any numeric value (bug 309914).
3488
3489Thu Jul 14 01:03:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3490
3491 * error.c relaxng.c xmlreader.c xmlschemas.c include/libxml/relaxng.h
3492 include/libxml/xmlschemas.h: applied patch from Marcus Boerger
3493 to route relaxng and schemas error messages when using the reader
3494 through the structured interface if activated.
3495 * elfgcchack.h doc/* testapi.c: rebuilt since this add new APIs
3496 to test.
3497
3498Wed Jul 13 18:35:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
3499
3500 * HTMLparser.c: applied UTF-8 script parsing bug #310229 fix from
3501 Jiri Netolicky
3502 * result/HTML/script2.html* test/HTML/script2.html: added the test
3503 case from the regression suite
3504
3505Tue Jul 12 17:08:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
3506
3507 * nanohttp.c: fixed bug #310105 with http_proxy environments with
3508 patch provided by Peter Breitenlohner
3509
3510Mon Jul 11 00:28:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3511
3512 * Makefile.am NEWS configure.in doc/*: preparing release 2.6.20
3513 * xmllint.c: removed a compilation problem
3514
3515Sun Jul 10 23:33:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3516
3517 * xstc/Makefile.am README README.tests Makefile.tests Makefile.am:
3518 preparing to make testsuite releases along with code source releases
3519 * gentest.py testapi.c: fixed a couple of problem introduced by
3520 the new Schemas support for Readers
3521 * xpath.c: fixed the XPath attribute:: bug #309580, #309864 in a crude
3522 but simple way.
3523 * xmlschemas.c include/libxml/tree.h: fixed a couple of problems
3524 raised by the doc builder.
3525 * doc/*: made rebuild
3526
3527Sun Jul 10 21:51:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
3528
3529 * xmlschemas.c: fixed a bug introduced on last commit
3530
3531Sun Jul 10 21:00:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3532
3533 * doc/xmllint.1 doc/xmllint.html doc/xmllint.xml: fixed a typo
3534 pointed by Jeroen Ruigrok
3535 * include/libxml/xmlreader.h include/libxml/xmlschemas.h: increased
3536 the APIs for xmlReader schemas validation support
3537 * xmllint.c xmlreader.c xmlschemas.c: xmlReader schemas validation
3538 implementation and testing as xmllint --stream --schema ...
3539
3540Sun Jul 10 16:11:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3541
3542 * include/libxml/xmlwin32version.h.in: try to avoid conflicts.
3543
3544Sat Jul 9 19:29:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
3545
3546 * parser.c: fix for #309761 from Dylan Shell
3547 * xmlschemas.c include/libxml/xmlschemas.h: added xmlSchemaSAXPlug
3548 and xmlSchemaSAXUnplug generic APIs for SAX Schemas validation.
3549 * xmllint.c: couple of fixes plus added descriptions for --sax and
3550 --sax1
3551
3552Fri Jul 8 23:35:00 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3553
3554 * xmlschemas.c: Added c-props-correct constraint to check
3555 for equal cardinality of keyref/key.
3556 * include/libxml/xmlerror.h: Added an error code.
3557
3558Fri Jul 8 21:56:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3559
3560 * pattern.c: Fixed evaluation of attributes. Actually only
3561 attribute at the first level were evaluated (e.g. "@attr");
3562 expression like "foo/@attr" always failed.
3563
3564Fri Jul 8 20:04:29 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3565
3566 * xmlschemas.c: tiny fix in xmlSchemaValidateStream() if a
3567 user-provided SAX handler is given.
3568
3569Fri Jul 8 19:25:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3570
3571 * parser.c: fix some potential leaks in error cases.
3572 * xmllint.c: added --sax, to allow testing of --schemas --sax and
3573 various other combinations.
3574 * xmlschemas.c: fix a couple of tiny problems in
3575 xmlSchemaValidateStream()
3576
3577Fri Jul 8 18:34:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3578
3579 * xmlschemas.c: Changed xmlSchemaValidateFile() to use
3580 xmlSchemaValidateStream() internally.
3581
3582Fri Jul 8 17:02:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3583
3584 * test/relaxng/docbook_0.xml: added the missing entity to the
3585 document internal subset to avoid errors if the DocBook catalogs
3586 are not there
3587 * xmlschemas.c: first cut at implementing xmlSchemaValidateStream()
3588 untested yet
3589
3590Wed Jul 6 15:45:48 PDT 2005 William Brack <wbrack@mmm.com.hk>
3591
3592 * parser.c: fixed problem with free on dupl attribute in
3593 dtd (bug309637).
3594 * test/errors/attr3.xml, result/errors/attr3.*: added
3595 regression test for this
3596
3597Wed Jul 6 13:11:35 PDT 2005 William Brack <wbrack@mmm.com.hk>
3598
3599 * win32/Makefile.msvc: try again to fix file format for Windows
3600
3601Wed Jul 6 12:20:13 PDT 2005 William Brack <wbrack@mmm.com.hk>
3602
3603 * win32/Makefile.msvc: removed spurious ^M
3604 * runtest.c: added check for option O_BINARY
3605 * test/schemas/bug309338*, result/schemas/bug309338*: changed
3606 sticky tag to 'binary'
3607
3608Wed Jul 6 10:38:02 PDT 2005 William Brack <wbrack@mmm.com.hk>
3609
3610 * debugXML.c: excluded content string check for XML_ELEMENT_DECL
3611 in xmlCtxtGenericNodeCheck
3612 * runtest.c: changed "open" calls to include O_BINARY for Windows
3613
3614Wed Jul 6 17:14:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
3615
3616 * parser.c: fixing bug #166777 (and #169838), it was an heuristic
3617 in areBlanks which failed.
3618 * result/winblanks.xml* result/noent/winblanks.xml test/winblanks.xml:
3619 added the input file to the regression tests
3620
3621Wed Jul 6 13:40:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3622
3623 * xmlschemastypes.c: Fixed bug #309338, reported by Kupriyanov
3624 Anotolij.
3625 * test/schemas/bug309338* result/schemas/bug309338*:
3626 Added a regression test for the above bug.
3627
3628Tue Jul 5 16:03:05 CEST 2005 Daniel Veillard <daniel@veillard.com>
3629
3630 * Makefile.am: first steps toward a testsuite dist
3631 * SAX2.c include/libxml/xmlerror.h: fixed bug #307870
3632
3633Tue Jul 5 12:38:36 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3634
3635 * runsuite.c runtest.c: Tiny portability adjustment for win.
3636 * win32/Makefile.*: Added runtest.exe and runsuite.exe to
3637 be created.
3638
3639Mon Jul 4 17:44:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3640
3641 * runsuite.c: first stb at unimplemnted detection
3642 * runtest.c: fixing Windows code
3643
3644Mon Jul 4 17:19:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3645
3646 * runsuite.c: fix on schemas error
3647 * runtest.c: portability glob() on Windows
3648
3649Mon Jul 4 16:23:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
3650
3651 * runsuite.c runtest.c: cleanups, logfile and portability
3652 * xmllint.c: fixed a memory leak
3653
3654Mon Jul 4 13:11:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3655
3656 * parser.c: fixed a bug failing to detect UTF-8 violations in
3657 CData in push mode.
3658 * result/errors/cdata.xml* test/errors/cdata.xml: added the test
3659 to the regressions
3660
3661Mon Jul 4 11:26:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
3662
3663 * debugXML.c: added enhancement for #309057 in xmllint shell
3664
3665Mon Jul 4 00:58:44 CEST 2005 Daniel Veillard <daniel@veillard.com>
3666
3667 * HTMLparser.c: applied patch from James Bursa fixing an html parsing
3668 bug in push mode
3669 * result/HTML/repeat.html* test/HTML/repeat.html: added the test to the
3670 regression suite
3671
3672Sun Jul 3 23:42:31 CEST 2005 Daniel Veillard <daniel@veillard.com>
3673
3674 * testapi.c tree.c: fixing a leak detected by testapi in
3675 xmlDOMWrapAdoptNode, and fixing another side effect in testapi
3676 seems to pass tests fine now.
3677 * include/libxml/parser.h parser.c: xmlStopParser() is no more limited
3678 to push mode
3679 * error.c: remove a warning
3680 * runtest.c xmllint.c: avoid compilation errors if only some parts
3681 of the library are compiled in.
3682
3683Mon Jul 4 00:39:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
3684
3685 * gentest.py testapi.c: fix a problem with previous patch to
3686 testapi.c
3687
3688Sun Jul 3 22:59:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
3689
3690 * runsuite.c runtest.c tree.c: fixing compilations when
3691 disabling parts of the library at configure time.
3692
3693Sun Jul 3 18:17:58 CEST 2005 Daniel Veillard <daniel@veillard.com>
3694
3695 * parserInternals.c: fix bug raised by zamez on IRC
3696 * testapi.c: regenerated, seems to pop-up leaks in new tree functions
3697 * tree.c: added comments missing.
3698 * doc/*: regenerated
3699
3700Sun Jul 3 18:06:55 CEST 2005 Daniel Veillard <daniel@veillard.com>
3701
3702 * testapi.c runsuite.c runtest.c: fixing #307823 and a couple of
3703 assorted bugs
3704 * python/generator.py python/libxml2-python-api.xml: fixed
3705 conditionals in generator too
3706 * doc/apibuild.py doc/libxml2-api.xml doc/* elfgcchack.h: some
3707 cleanups too and rebuilt
3708
3709Sun Jul 3 16:42:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
3710
3711 * xmlIO.c: fixed bug #307503 misplaced #ifdef
3712
3713Sun Jul 3 16:34:47 CEST 2005 Daniel Veillard <daniel@veillard.com>
3714
3715 * runsuite.c: expanded test
3716 * xmlregexp.c: found and fixed the leak exposed by Microsoft regtests
3717
3718Sat Jul 2 23:38:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3719
3720 * runsuite.c: a bit of progresses on xstc
3721
3722Sat Jul 2 09:30:13 CEST 2005 Daniel Veillard <daniel@veillard.com>
3723
3724 * runsuite.c: completed the simple checks for Relax-NG suites
3725 back to the same 11 errors as in the Python runs.
3726
3727Thu Jun 30 15:01:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
3728
3729 * runtest.c: complete, checking on other platforms is needed
3730 * README: updated
3731 * debugXML.c: fix a bug raised by bill on IRC
3732 * relaxng.c: fix a leak in weird circumstances
3733 * runsuite.c Makefile.am: standalone test tool agaisnt
3734 the regression suites, work in progress
3735
3736Tue Jun 28 08:30:26 CEST 2005 Daniel Veillard <daniel@veillard.com>
3737
3738 * runtest.c: adding URI tests
3739
3740Mon Jun 27 23:55:56 CEST 2005 Daniel Veillard <daniel@veillard.com>
3741
3742 * runtest.c: adding xml:id
3743
3744Mon Jun 27 23:29:36 CEST 2005 Daniel Veillard <daniel@veillard.com>
3745
3746 * runtest.c: finishing XPath, adding XPointer
3747
3748Mon Jun 27 17:39:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
3749
3750 * runtest.c: adding more coverage, XInclude and starting XPath
3751
3752Mon Jun 27 17:02:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3753
3754 * tree.c include/libxml/tree.h: Added allocation/deallocation
3755 functions for the DOM-wrapper context.
3756
3757Mon Jun 27 15:41:30 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3758
3759 * tree.c: Commented the new functions to be experimental.
3760
3761Mon Jun 27 14:41:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3762
3763 * error.c valid.c: working some weird error reporting problem for
3764 DTD validation.
3765 * runtest.c: augmented with DTD validation tests
3766 * result/VC/OneID*: slight change in validation output.
3767
3768Mon Jun 27 13:44:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
3769
3770 * runtest.c: added most HTML tests
3771
3772Mon Jun 27 14:06:10 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3773
3774 * test/namespaces/reconcile/tests.xml
3775 test/namespaces/reconcile/tests-to-c.xsl: Added initial tests
3776 for some new DOM-wrapper helping functions.
3777
3778Mon Jun 27 14:01:06 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3779
3780 * xstc/xstc-to-python.xsl: Cleanup.
3781 * xstc/sun-test-def.xml xstc/nist-test-def.xml xstc/ms-test-def.xml:
3782 Removed, those are not needed anymore due to the new test suite.
3783
3784Mon Jun 27 11:39:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
3785
3786 * result/*.sax2 MAkefile.am: added SAXv2 regression tests apparently
3787 missing.
3788 * runtest.c: added SAX1/SAX2 checks.
3789
3790Mon Jun 27 12:24:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3791
3792 * tree.c include/libxml/tree.h: Added
3793 xmlDOMWrapReconcileNamespaces(), xmlDOMWrapAdoptNode() and
3794 xmlDOMWrapRemoveNode() to the API. These are functions intended
3795 to be used with DOM-wrappers.
3796
3797Mon Jun 27 10:14:57 CEST 2005 Daniel Veillard <daniel@veillard.com>
3798
3799 * runtest.c: continue to increase the tests
3800
3801Mon Jun 27 09:21:49 CEST 2005 Daniel Veillard <daniel@veillard.com>
3802
3803 * runtest.c: continue to increase the tests
3804
3805Mon Jun 27 01:01:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3806
3807 * runtest.c: continue to increase the tests
3808
3809Sun Jun 26 20:08:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
3810
3811 * include/libxml/valid.h valid.c: avoid name glob in agruments as
3812 it matches the glob() routine.
3813 * runtest.c Makefile.am: first steps toward a C regression test
3814 framework.
3815
3816Sat Jun 25 01:37:22 PDT 2005 William Brack <wbrack@mmm.com.hk>
3817
3818 * configure.in: fixed a problem with the detection of
3819 ss_family for ipV6, as reported on the mailing list by
3820 Doug Orleans.
3821
3822Tue Jun 21 10:44:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3823
3824 * test/schemas/empty-value* result/schemas/empty-value*:
3825 Added regression tests (from Dhyanesh).
3826
3827Tue Jun 21 10:35:43 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3828
3829 * xmlschemas.c: Fixed NULL values to be validated as empty
3830 string values (reported by Dhyanesh to the mailing list).
3831 Adjusted text concatenation of mixed content.
3832
3833Mon Jun 20 18:11:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
3834
3835 * tree.c valid.c: applied patch from Rob Richards for removal
3836 of ID (and xml:id)
3837 * xmlreader.c: applied patch from James Wert implementing
3838 xmlTextReaderReadInnerXml and xmlTextReaderReadOuterXml
3839
3840Thu Jun 16 14:38:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3841
3842 * xmlschemas.c: Fixed SAX2 validation: grow of internal
3843 namespace list, appending of element character content.
3844 * xstc/xstc.py: Added "--sax" option for SAX2 validation.
3845
3846Wed Jun 15 15:34:52 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3847
3848 * xmlschemastypes.c: Added missing function descriptions.
3849
3850Wed Jun 15 15:26:14 CEST 2005 Daniel Veillard <daniel@veillard.com>
3851
3852 * xmllint.c: if sax1 is used and input is a file use the old
3853 API xmlParseFile()
3854 * xmlschemas.c: cleanups
3855 * doc/* testapi.c elfgcchack.h: rebuilt to add python bindings
3856 for the new functions in Schemas.
3857
3858Wed Jun 15 14:50:48 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3859
3860 * xmlschemas.c include/libxml/xmlschemas.h: Added
3861 xmlSchemaValidateFile() to the public API. This will use
3862 SAX2-driven validation.
3863
3864Wed Jun 15 11:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3865
3866 * result/schemas/bug306806_1_0 result/schemas/bug306806_1_0.err:
3867 Added schema test results (Tom Browder, bug #306806).
3868
3869Wed Jun 15 11:08:34 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3870
3871 * test/schemas/bug306806_1.xsd test/schemas/bug306806_0.xml:
3872 Added schema tests submitted by Tom Browder (bug #306806).
3873
3874Tue Jun 14 15:03:22 PDT 2005 William Brack <wbrack@mmm.com.hk>
3875
3876 * pattern.c: adjusted last change to xmlCompilePathPattern,
3877 fixed one compilation warning
3878
3879Tue Jun 14 21:19:16 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3880
3881 * pattern.c: Some changes/fixes to the streaming evaluation.
3882 * xmlschemas.c: A bit of support for parsing the schema for
3883 schema. Fixed attribute derivation when the use is
3884 "prohibited" and was "optional". Fixed an attribute construction
3885 bug, a left-over from the time, where <complexContent>,
3886 <extension>, etc. where created as structs.
3887
3888Tue Jun 14 12:35:12 CEST 2005 Daniel Veillard <daniel@veillard.com>
3889
3890 * libxml-2.0.pc.in: removed a redundant include path
3891
3892Mon Jun 13 14:58:33 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3893
3894 * xstc/Makefile.am: Some more adjustments.
3895
3896Mon Jun 13 14:35:59 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3897
3898 * xstc/Makefile.am: Changed test extraction process, since some
3899 boxes don't know about "tar --strip-path".
3900
3901Mon Jun 13 13:39:43 CEST 2005 Daniel Veillard <daniel@veillard.com>
3902
3903 * relaxng.c: fixed a bug exposed by Rob Richards in the mailing-list
3904 * result//compare0* test//compare0*: added the regression test in
3905 the suite as this went unnoticed !
3906
3907Wed Jun 9 11:07:42 PDT 2005 William Brack <wbrack@mmm.com.hk>
3908
3909 * pattern.c, xpath.c, include/libxml/pattern.h: Further
3910 enhancement for XPath streaming, consolidated with
3911 schemas usage of pattern.c. Added a new enum
3912 xmlPatternFlags.
3913 * doc/*, testapi.c, elfgcchack.h: updated to reflect new
3914 enum.
3915 * test/XPath/tests/mixedpat, test/XPath/docs/mixed,
3916 result/XPath/mixedpat: added regression test for problems
3917 reported in bug306348
3918
3919Thu Jun 9 16:51:31 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3920
3921 * xmlschemastypes.c: Changed non-prefixed QNames to be bound to a
3922 default namespace if existent.
3923
3924Thu Jun 9 15:11:38 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3925
3926 * xmlschemastypes.c: Fixed a bug which I invented: hexBinary's string
3927 values were not duplicated corrently when creating a computed value
3928 in xmlSchemaValAtomicType.
3929
3930Thu Jun 9 13:20:57 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3931
3932 * xmlschemas.c result/schemas/include1_0_0.err:
3933 Fixed an attribute fixed/default value constraint error.
3934
3935Thu Jun 9 12:51:23 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3936
3937 * result/schemas/*: Adapted regression test results.
3938
3939Thu Jun 9 12:22:45 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3940
3941 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h
3942 include/libxml/xmlschemastypes.h: Changed the validation process
3943 to be able to work in streaming mode. Some datatype fixes,
3944 especially for list and union types. Due to the changes the
3945 error report output has changed in most cases. Initial migration to
3946 functions usable by both, the parser and the validator. This should
3947 ease a yet-to-come XS construction API in the long term as well.
3948
3949Thu Jun 9 10:16:11 CEST 2005 Daniel Veillard <daniel@veillard.com>
3950
3951 * parser.c: applied patch from Malcolm Rowe to avoid namespace
3952 troubles on rollback parsing of elements start #304761
3953 * test/nsclean.xml result/noent/nsclean.xml result/nsclean.xml*:
3954 added it to the regression tests.
3955
3956Thu Jun 9 00:33:50 CEST 2005 Daniel Veillard <daniel@veillard.com>
3957
3958 * parser.c include/libxml/xmlerror.h: applied patch from Rob Richards
3959 for xml:space and xml:lang handling with SAX2 api.
3960
3961Wed Jun 8 19:41:38 CEST 2005 Daniel Veillard <daniel@veillard.com>
3962
3963 * globals.c: applied patch from Morten Welinder, closing bug #306901
3964 on compiling subsets of the library
3965
3966Wed Jun 8 19:11:42 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3967
3968 * xstc/Makefile.am xstc.py xstc-to-python.xsl: Adapted the
3969 XS tests to use the new release of tests and test-definitions.
3970
39712005-06-07 Aleksey Sanin <aleksey@aleksey.com>
3972
3973 * c14n.c: fix rendering of attributes when parent node
3974 is not in the node set
3975
39762005-06-06 Aleksey Sanin <aleksey@aleksey.com>
3977
3978 * c14n.c: fixed xml attributes processing bug in exc c14n
3979 * xmllint.c: added --exc-c14n command line option
3980
3981Mon Jun 6 06:43:33 PDT 2005 William Brack <wbrack@mmm.com.hk>
3982
3983 * xpath.c, pattern.c: Enhanced xmlXPathRunStreamEval, fixed
3984 handling of depth/level for cases like union operator
3985 (bug #306348 reported by Bob Stayton). Also enhanced
3986 several comments throughout pattern.c.
3987 * doc/apibuild.py: fixed problem in handling of
3988 'signed' declaration. Rebuilt the docs.
3989
3990Tue May 31 20:35:27 PDT 2005 William Brack <wbrack@mmm.com.hk>
3991
3992 * xinclude.c: Enhanced handling of xml:base for included
3993 elements, fixing bugs 169209 and 302353.
3994
3995Wed May 25 18:59:53 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
3996
3997 * xmlschemas.c: Fixed facet errors to be channelled back for
3998 union type members; facet-validation will stop now on the
3999 first error. Reported by GUY Fabrice to the mailing-list.
4000 * xmlschemastypes.c: Changed to ignore lengh-related facet
4001 validation for QNames and NOTATIONs as proposed by the
4002 schema people.
4003 * test/schemas/union2* result/schemas/union2*: Added
4004 regression tests for union types (by GUY Fabrice).
4005
4006Fri May 20 20:48:08 CEST 2005 Daniel Veillard <daniel@veillard.com>
4007
4008 * xmlsave.c: applied patch from Mark Vakoc fixing saving of
4009 CDATA with NULL content.
4010
4011Thu May 12 15:14:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4012
4013 * xmlschemastypes.c: Changed the VALID_TZO macro to restrict
4014 the timezone to -840 to 840.
4015
4016Thu May 12 15:05:11 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4017
4018 * xmlschemastypes.c: Applied patch from Steve Nairn (bug #303670)
4019 for "signed int" of the date-time timezone field. Silenced
4020 a warning.
4021
4022Wed May 11 20:04:09 CEST 2005 Daniel Veillard <daniel@veillard.com>
4023
4024 * tree.c: applied patch for replaceNode from Brent Hendricks
4025
4026Tue May 10 17:27:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
4027
4028 * tree.c: fixed bug #303682 of a leak reported by Malcolm Rowe
4029
4030Tue May 10 11:50:16 CEST 2005 Daniel Veillard <daniel@veillard.com>
4031
4032 * testapi.c: applied patch from Steve Nairn tof fix the compilation
4033 problem exposed in bug #303640
4034
4035Tue May 10 11:11:26 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4036
4037 * test/schemas/bug303566_1* result/schemas/bug303566_1_1*:
4038 Added regression a test provided by Heiko Oberdiek (bug #303566).
4039
4040Mon May 9 17:56:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4041
4042 * pattern.c: Changed the XPath "." to resolve only on the first
4043 level for XML Schema IDCs (bug #303566 reported by Heiko Oberdiek).
4044 This should not affect pattern-like resolution on every level.
4045
4046Sun May 8 13:35:39 CEST 2005 Daniel Veillard <daniel@veillard.com>
4047
4048 * xmlmemory.c: fixed #169630 segfault in xmlMemDisplay
4049
4050Fri May 6 13:40:03 CEST 2005 Daniel Veillard <daniel@veillard.com>
4051
4052 * nanoftp.c: fixing bug #303068 increasing the nanoftp buffer.
4053 * doc/apibuild.py: fixed __attribute() parsing problem
4054 * doc/* testapi.c: regenerated the descriptions and docs.
4055
4056Wed May 4 11:16:00 CEST 2005 Daniel Veillard <daniel@veillard.com>
4057
4058 * Makefile.am configure.in threads.c: on linux/gcc use weak definitions
4059 to avoid linking with pthread library on non-threaded environments.
4060 * xpath.c: applied patch from Mark Vakoc w.r.t. a buggy namespace
4061 list allocation.
4062
4063Fri Apr 29 11:27:37 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4064
4065 * parser.c: Fixed a test for duplicate attributes: Non-prefixed
4066 attributes were treated as being bound to the default namespace.
4067
4068Tue Apr 19 17:51:32 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4069
4070 * xmlschemastypes.c: Fixed date-time related validation
4071 (reported by David Crossley, bug #300576).
4072
4073Tue Apr 19 16:55:40 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4074
4075 * xmlschemas.c xmlregexp.c: Removed 5 unnecessary
4076 dereferences (reported by Andriy, bug #301074).
4077
4078Tue Apr 19 22:33:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
4079
4080 * xpath.c: Added some code to avoid integer overflow for
4081 ceil, floor and round functions (bug 301162)
4082
4083Tue Apr 19 13:21:54 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4084
4085 * xmlschemas.c: Removed workaround for bug #172215, since it
4086 does more harm in some scenarios. Added some of the
4087 "Particle Restriction OK" constraints - not yet enabled.
4088
4089Mon Apr 18 13:02:55 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4090
4091 * result/schemas/changelog093*: Added test results.
4092
4093Mon Apr 18 12:42:14 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4094
4095 * xmlschemas.c: Added output of canonical values in
4096 identity-constraint error messages.
4097 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4098 Added xmlSchemaGetCanonValueWhtsp() to the API.
4099 Further enhancement of the canonical value
4100 conversion.
4101 * test/schemas/changelog093_0.*: Added test with an XSD
4102 submitted by Randy J. Ray.
4103
4104Fri Apr 15 09:33:21 HKT 2005 William Brack <wbrack@mmm.com.hk>
4105
4106 * valid.c: Applied Daniel's fix for memory leak in dtd
4107 prefix (bug 300550).
4108 * xpath.c: minor change to comment only
4109
4110Thu Apr 14 20:52:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
4111
4112 * xmlmemory.c: added the call to the breakpoint routine
4113 when a monitored block is reallocated or freed
4114
4115Wed Apr 13 05:55:51 CEST 2005 Daniel Veillard <daniel@veillard.com>
4116
4117 * nanohttp.c: applied patch from Aron Stansvik for bug #172525
4118 about HTTP query string parameter being lost
4119
4120Tue Apr 12 04:03:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
4121
4122 * python/libxml.c python/libxml.py: applied patch from Brent Hendricks
4123 adding namespace removal at the python level #300209
4124 * python/tests/Makefile.am python/tests/nsdel.py: added the regression
4125 test
4126
4127Sun Apr 10 09:03:22 HKT 2005 William Brack <wbrack@mmm.com.hk>
4128
4129 * xpath.c: fixed several places where memory cleanup was not
4130 properly done after an error was detected (problem was
4131 reported on the mailing list by Pawel Palucha)
4132
4133Fri Apr 8 21:58:04 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4134
4135 * xmlschemas.c: Added substitution group constraints; changed
4136 the build of the pre-computed substitution groups. Channeled
4137 errors during xsi assembling of schemas to the validation
4138 context. Fixed a big memory leak, which occured when using
4139 IDCs: the precomputed value of attributes was not freed if
4140 the attribute did not resolve to an IDC field (discovered
4141 with the help of Randy J. Ray's schema, posted to the
4142 xmlschema-dev maling list).
4143
4144Fri Apr 8 13:22:01 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4145
4146 * xmlschemas.c: Added "Particle correct 2" to parsing of model groups.
4147 Added handling substitution groups inside <choice> and <sequence>;
4148 for <all> this is not supported yet. Changed circular checks for
4149 model groups definitions. "memberTypes" are processed at different
4150 levels now: component resolution first, construction later; this
4151 goes hand in hand with a global change to handle component
4152 resolution in a distinct phase. Fixed invalid default values for
4153 elements to mark the schema as invalid; this just resulted in an
4154 error report previously, but the schema was handled as valid.
4155 Separated the assignment of the model groups to referencing
4156 model group definition references (i.e. particles); this was
4157 needed to perform the circularity check for model group definitions.
4158 Added "Element Declaration Properties Correct (e-props-correct)"
4159 constraints. Separated component resolution for simple/complex
4160 types.
4161 * include/libxml/schemasInternals.h: Added a flag for substitution
4162 group heads.
4163
4164Wed Apr 6 23:14:03 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
4165
4166 * win32/Makefile.*: make install cleanup
4167
4168Wed Apr 6 22:42:23 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
4169
4170 * win32/Makefile.mingw: fixed mingw compilation
4171 * testModule.c: removed mingw warnings
4172
4173Wed Apr 6 21:59:11 CEST 2005 Igor Zlatkovic <igor@zlatkovic.com>
4174
4175 * .cvsignore: added Eclipse project files to ignore list
4176
4177Wed Apr 6 16:08:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
4178
4179 * xpath.c: fixed the bug in lang() as raised by Elliotte Rusty Harold
4180 * result/XPath/tests/langsimple test/XPath/tests/langsimple
4181 test/XPath/docs/lang: added a regression test
4182
4183Tue Apr 5 23:48:35 CEST 2005 Daniel Veillard <daniel@veillard.com>
4184
4185 * nanoftp.c: applied fix from Rob Richards to compile on Windows.
4186
4187Tue Apr 5 17:02:58 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4188
4189 * xmlschemas.c: Added "Type Derivation OK (Complex)" constraints
4190 and anchored them in the "Element Locally Valid (Element)"
4191 constraints. This restricts the type substitution via "xsi:type".
4192
4193Tue Apr 5 13:10:06 CEST 2005 Daniel Veillard <daniel@veillard.com>
4194
4195 * xmlschemas.c: patch from Matthew Burgess to improve some schemas
4196 facets validation messages.
4197
4198Sat Apr 2 12:48:41 CEST 2005 Daniel Veillard <daniel@veillard.com>
4199
4200 * doc/* configure.in NEWS: preparing release 2.6.19, updated docs and
4201 rebuilding.
4202
4203Sat Apr 2 13:27:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
4204
4205 * xstc/Makefile.am: integrated fixup-tests.py
4206
4207Fri Apr 1 19:14:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
4208
4209 * xmlschemastypes.c: fixed a lack of comment and missing test for
4210 a pointer in the API.
4211
4212Fri Apr 1 17:54:22 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4213
4214 * xstc/fixup-tests.py: A tiny script to fixup some of the schema
4215 files used for the tests.
4216
4217Fri Apr 1 17:33:50 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4218
4219 * xmlschemas.c include/libxml/schemasInternals.h
4220 result/schemas/src-element2-*.err result/schemas/element-*.err:
4221 Committing again, since the CVS server aborted.
4222
4223Fri Apr 1 15:29:27 CEST 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4224
4225 * xmlschemastypes.c: Corrected 'length' facet validation for
4226 QNames and notations. Corrected xmlSchemaGetCanonValue: some
4227 data types did not return a value if already in normalized
4228 form.
4229 * xmlschemas.c include/libxml/schemasInternals.h:
4230 Eliminated creation of structs for <restriction>, <extension>,
4231 <simpleContent>, <complexContent>, <list> and <union>: the
4232 information is now set directly on the corresponding simple/
4233 complex type. Added some more complex type constraints.
4234 Added facet derivation constraints. Introduced "particle"
4235 components, which seem to be really needed if applying
4236 constraints. Corrected/change some of the parsing functions.
4237 This is all a bit scary, since a significant change to the code.
4238 * result/schemas/src-element2-*.err result/schemas/element-*.err:
4239 Adapted regression test results.
4240
4241Fri Apr 1 16:07:59 CEST 2005 Daniel Veillard <daniel@veillard.com>
4242
4243 * doc/apibuild.py doc/elfgcchack.xsl: revamped the elfgcchack.h
4244 format to cope with gcc4 change of aliasing allowed scopes, had
4245 to add extra informations to doc/libxml2-api.xml to separate
4246 the header from the c module source.
4247 * *.c: updated all c library files to add a #define bottom_xxx
4248 and reimport elfgcchack.h thereafter, and a bit of cleanups.
4249 * doc//* testapi.c: regenerated when rebuilding the API
4250
4251Thu Mar 31 17:20:32 CEST 2005 Daniel Veillard <daniel@veillard.com>
4252
4253 * xmlsave.c: fixed bug reported by Petr Pajas, in the absence of
4254 encoding UTF-8 should really be assumed. This may break if
4255 the HTTP headers indicates for example ISO-8859-1 since this
4256 then becomes a well formedness error.
4257
4258Thu Mar 31 16:57:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
4259
4260 * SAX.c: fixed #172260 redundant assignment.
4261 * parser.c include/libxml/parser.h: fixed xmlSAXParseDoc() and
4262 xmlParseDoc() signatures #172257.
4263
4264Thu Mar 31 16:11:10 CEST 2005 Daniel Veillard <daniel@veillard.com>
4265
4266 * parser.c: fix potential crash if ctxt->sax->ignorableWhitespace
4267 is NULL as reported by bug #172255
4268
4269Thu Mar 31 15:36:52 CEST 2005 Daniel Veillard <daniel@veillard.com>
4270
4271 * relaxng.c: fixed a problem in Relax-NG validation #159968
4272 * test/relaxng/list.* result/relaxng/list_*: added the test
4273 to the regression suite
4274
4275Thu Mar 31 13:06:02 CEST 2005 Daniel Veillard <daniel@veillard.com>
4276
4277 * python/libxml.c: fixed bug #168504
4278
4279Thu Mar 31 12:22:54 CEST 2005 Daniel Veillard <daniel@veillard.com>
4280
4281 * config.h.in configure.in nanoftp.c nanohttp.c xmllint.c
4282 macos/src/config-mac.h: use XML_SOCKLEN_T instead of SOCKLEN_T
4283 since apparently IBM can't avoid breaking common defines #166922
4284
4285Thu Mar 31 10:41:45 CEST 2005 Daniel Veillard <daniel@veillard.com>
4286
4287 * encoding.c: fix unitinialized variable in not frequently used
4288 code bug #172182
4289
4290Thu Mar 31 00:45:18 CEST 2005 Daniel Veillard <daniel@veillard.com>
4291
4292 * python/generator.py python/libxml.py: another patch from Brent
4293 Hendricks to add new handlers with the various validity contexts
4294 * python/tests/Makefile.am python/tests/validDTD.py
4295 python/tests/validRNG.py python/tests/validSchemas.py: also
4296 added the regression tests he provided
4297
4298Wed Mar 30 09:39:27 CEST 2005 Daniel Veillard <daniel@veillard.com>
4299
4300 * python/generator.py python/libxml.c: applied patch from Brent
4301 Hendricks to avoid leak in python bindings when using schemas
4302 error handlers.
4303
4304Tue Mar 29 22:29:28 CEST 2005 Daniel Veillard <daniel@veillard.com>
4305
4306 * HTMLtree.c: fixing bug 168196, <a name=""> must be URI escaped too
4307
4308Sun Mar 27 13:24:24 CEST 2005 Daniel Veillard <daniel@veillard.com>
4309
4310 * tree.c: cleanup of the Prop related functions and xmlNewNodeEatName
4311 by Rob Richards
4312
4313Thu Mar 24 19:01:22 PST 2005 William Brack <wbrack@mmm.com.hk>
4314
4315 * gentest.py, testapi.c: fixed problem with 'minimal library'
4316 compilation (LIBXML_PATTERN_ENABLED not properly checked) reported
4317 by Greg Morgan
4318
4319Thu Mar 24 12:01:30 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4320
4321 * xmlschemas.c: Fixed call to a facet error report: the type of
4322 the error was wrong, resulting in a segfault (bug #171220, reported
4323 by GUY Fabrice).
4324
4325Mon Mar 21 22:58:37 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4326
4327 * xmlschemas.c: Removed a stupid bug in xmlSchemaValidateAttributes,
4328 failing to build a linked list correctly (bug #169898, reported
4329 by bing song, hmm...).
4330
4331Mon Mar 21 21:09:07 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4332
4333 * xmlschemas.c: Fixed a segfault, which occured during bubbling
4334 of IDC nodes (bug #170779 and #170778, reported by GUY Fabrice):
4335 a variable was missed to be reset in a loop. Deactivated bubbling,
4336 if not referenced by a keyref.
4337
4338Sun Mar 20 11:13:02 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
4339
4340 * c14n.c include/libxml/xmlerror.h: special case "DAV:" namespace
4341 in c14n relative namespaces check and add structured error messages
4342 to c14n code
4343
4344Thu Mar 17 12:55:23 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4345
4346 * xmlschemas.c: Removed inheritance of "mixed" content type for
4347 short-hand restrictions of "anyType" (reported by Guy Fabrice
4348 to the mailing list). Added the namespace conversion (chameleon
4349 includes) for the base type reference of <restriction> and
4350 <extension>.
4351 * test/schemas/bug152470_1.xsd: Adapted due to the above change
4352 of "mixed" inheritance.
4353
4354Thu Mar 17 11:03:59 CET 2005 Daniel Veillard <daniel@veillard.com>
4355
4356 * xmlschemas.c: fixed a = -> == error pointed by GUY Fabrice
4357
4358Wed Mar 16 22:53:53 CET 2005 Daniel Veillard <daniel@veillard.com>
4359
4360 * xmlschemas.c: more debug messages from Matthew Burgess
4361 * xmlschemastypes.c: xmlSchemaValidateLengthFacet API missing check.
4362
4363Wed Mar 16 17:37:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4364
4365 * xmlschemastypes.c: Aaaannnd putting back the previous changes done
4366 by Daniel, which I overwrote with the previous commit.
4367
4368Wed Mar 16 17:20:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4369
4370 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemastypes.h:
4371 Hopefully finished validation against facets to use the normalized
4372 value of both, the facets and instance values. Added
4373 xmlSchemaValidateLengthFacetWhtsp(), xmlSchemaValidateFacetWhtsp()
4374 and xmlSchemaGetValType() to the schema API.
4375
4376Wed Mar 16 13:55:31 CET 2005 Daniel Veillard <daniel@veillard.com>
4377
4378 * libxml.spec.in: do not package .la files
4379 * xmllint.c: applied patch from Gerry Murphy for xmllint return code
4380 * xmlschemastypes.c: fixed a couple of missing tests of parameters
4381 at public API entry points.
4382
4383Tue Mar 15 23:31:14 HKT 2005 William Brack <wbrack@mmm.com.hk>
4384
4385 * xmlschemastypes.c: a couple of more changes to various
4386 decimal-handling routines. Fixes python some problems
4387 turned up by the python tests.
4388 * Makefile.am: change SchemasPythonTests message to warn
4389 that there are 10 'expected' errors (rather than 6) since
4390 we now reject a '+' sign on an unsigned.
4391
4392Tue Mar 15 15:43:27 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4393
4394 * xmlschemastypes.c xmlschemastypes.h: In preparation to use
4395 normalized values of facets during validation: changed the
4396 arguments of some string comparison functions; added a static
4397 xmlSchemaValidateFacetInternal() with more arguments to be
4398 more flexible. Prepared XML_SCHEMA_FACET_ENUMERATION validation
4399 to use the comparison functions. Fixed some assignments in
4400 xmlSchemaValAtomicType(): total digit count, lo, mi, hi.
4401
4402Sun Mar 13 19:32:03 CET 2005 Daniel Veillard <daniel@veillard.com>
4403
4404 * NEWS configure.in testapi.c doc/*: preparing release of 2.6.18
4405 updated docs and rebuilt
4406 * libxml.spec.in: reactivated gcc profiling for gcc >= 4.0.0
4407
4408Sat Mar 12 19:50:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4409
4410 * encoding.c: removed a static buffer in xmlByteConsumed(),
4411 as pointed by Ben Maurer, fixes #170086
4412 * xmlschemas.c: remove a potentially uninitialized pointer warning
4413
4414Fri Mar 11 23:53:13 HKT 2005 William Brack <wbrack@mmm.com.hk>
4415
4416 * xmlschemastypes.c: enhanced the parsing of XML_SCHEMAS_DECIMAL
4417 and much of the routine xmlSchemaCompareDecimals. The
4418 changes were necessary to fix a problem reported on the
4419 mailing list by John Hockaday.
4420
4421Fri Mar 11 13:22:52 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4422
4423 * xmlschemas.c: The schema parser will stop if components could
4424 not be resolved. This is not conforming to the spec but for now
4425 will avoid internal errors during type fixup and content model
4426 creation. Restructured inclusion/import of schemata: this avoids
4427 duplicate, self and circular inclusion. Chameleon includes are
4428 still workarounded. Added restriction to disallow references to
4429 non-imported namespaces. Corrected parsing of <group>.
4430 * result/schemas/bug167754_0_0*: Added a missing test result.
4431
4432Thu Mar 10 16:02:17 CET 2005 Daniel Veillard <daniel@veillard.com>
4433
4434 * doc/xml.html doc/encoding.html: Enriched encoding.html with more
4435 link and foreword warning to avoid problem with ignorant
4436 programmers, c.f #169721
4437
4438Thu Mar 10 15:01:34 CET 2005 Daniel Veillard <daniel@veillard.com>
4439
4440 * python/tests/Makefile.am python/tests/readernext.py: added
4441 a regression test from Rob Richards for the previous bug
4442
4443Thu Mar 10 13:22:36 CET 2005 Daniel Veillard <daniel@veillard.com>
4444
4445 * xmlreader.c: applied fix for xmlTextReaderNext() bug from
4446 Rob Richards
4447
4448Thu Mar 10 11:35:57 CET 2005 Daniel Veillard <daniel@veillard.com>
4449
4450 * xmlmodule.c: second patch from Rick Jones, portability fix for
4451 HP-UX
4452 * doc/examples/xpath1.c doc/examples/xpath2.c: first fix from Rick Jones
4453 to avoid warnings.
4454
4455Thu Mar 10 10:20:23 CET 2005 Daniel Veillard <daniel@veillard.com>
4456
4457 * include/libxml/hash.h libxml.h libxml.spec.in: some gcc4 portability
4458 patches, including a serious aliasing bug exposed in s390
4459 when trying to convert data pointer to code pointer.
4460
4461Mon Mar 7 18:34:00 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4462
4463 * xmlschemas.c: Tiny restructuring of the validation start-up
4464 functions. Added cleanup of the validation context at the
4465 end of validation. This takes care of the validation context
4466 being reused.
4467
4468Mon Mar 7 12:12:01 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4469
4470 * xmlschemastypes.c: Tiny changes in the comparison functions
4471 I forgot to commit last time.
4472
4473Fri Mar 4 22:51:42 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4474
4475 * xmlschemas.c: Added IDC validation of anySimpleType attribute
4476 values; anyway the IDC key comparison is restricted to
4477 anySimpleType <--> string based types. For other types we
4478 would possibly need the canonical lexical representation of
4479 them; this sounds not performant, since we would need to
4480 build such a representation each time we want to compare against
4481 anySimpleType. TODO: think about buffering the canonical values
4482 somewhere. Fixed error reports for default attributes to work
4483 without a node being specified. This all and the enabling of IDC
4484 validation fixes bug #165346 (reported by Benoit Gr?goire - could
4485 not read his last name correctly from bugzilla).
4486
4487Fri Mar 4 18:57:44 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4488
4489 * xmlschemas.c: Enabled IDC parsing and validation.
4490 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4491 Added xmlSchemaCopyValue to the API; this was done due to
4492 validation of default attributes against IDCs: since IDC keys
4493 consume the precomputed value, one needs a copy.
4494 * pattern.c: Enabled IDC support; this is currently done
4495 via calling xmlPatterncompile with a flag arg of 1.
4496
4497Wed Mar 2 11:45:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4498
4499 * Makefile.am doc/examples/Makefile.am python/tests/Makefile.am
4500 xstc/Makefile.am: try to fix a problem with valgrind.
4501 * python/generator.py python/libxml.c python/tests/Makefile.am
4502 python/tests/tstmem.py: applied memory leak fix from Brent Hendricks
4503 c.f. bug #165349
4504
4505Mon Feb 28 11:18:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4506
4507 * tree.c: Changed xmlSearchNsByHref to call xmlNsInScope with
4508 the prefix instead of the namespace name.
4509 * test/schemas/annot-err_0.xsd test/schemas/element-err_0.xsd:
4510 Adapted invalid values of the "id" attribute, since they are
4511 validated now.
4512
4513Fri Feb 25 08:31:16 CET 2005 Daniel Veillard <daniel@veillard.com>
4514
4515 * threads.c: new version with fixes from Rob Richards
4516
4517Thu Feb 24 16:37:51 CET 2005 Daniel Veillard <daniel@veillard.com>
4518
4519 * threads.c: applied patch from Rich Salz for multithreading on
4520 Windows.
4521
4522Wed Feb 23 15:04:46 CET 2005 Daniel Veillard <daniel@veillard.com>
4523
4524 * xmlwriter.c: applied a patch from Rob Richards fixing a couple
4525 of bugs in the writer
4526
4527Mon Feb 21 21:51:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4528
4529 * xmlsave.c: fixed problem when XMLLINT_INDENT was empty (bug 168033).
4530 * xpath.c: fixed compilation warning, no change to logic.
4531 * xmlschemastypes.c: fixed compilation warning, no change to logic.
4532
4533Mon Feb 21 14:48:27 CET 2005 Daniel Veillard <daniel@veillard.com>
4534
4535 * xmlwriter.c: applied patch from Rob Richards to fix a problem with
4536 xmlTextWriterStartAttributeNS
4537
4538Mon Feb 21 11:41:41 CET 2005 Daniel Veillard <daniel@veillard.com>
4539
4540 * pattern.c xpath.c: fixed remaining known bugs in the XPath streaming,
4541 and switched XPath to use it by default when possible
4542
4543Sat Feb 19 19:25:14 CET 2005 Daniel Veillard <daniel@veillard.com>
4544
4545 * xmlschemastypes.c: a bit of cleanup
4546 * elfgcchack.h testapi.c doc/*: rebuilt the API the tests and
4547 the documentation as a result.
4548
4549Fri Feb 18 20:34:03 CET 2005 Daniel Veillard <daniel@veillard.com>
4550
4551 * xmlreader.c include/libxml/xmlreader.h: applied patch from
4552 Aron Stansvik to add xmlTextReaderByteConsumed()
4553 * testReader.c: added a test option
4554 * xmlschemastypes.c: fix a lack of pointer checking in APIs
4555
4556Fri Feb 18 12:41:10 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4557
4558 * test/schemas/bug167754_0*: Added the regression test of Frans
4559 Englich for bug #167754.
4560
4561Fri Feb 18 12:31:49 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4562
4563 * xmlschemas.c: Started support for IDC resolution to default
4564 attributes. If building the content model for <all>: ensured
4565 to put element declarations and not the particles into the
4566 content model automaton (this was bug #167754, reported by
4567 Frans Englich).
4568
4569Thu Feb 17 22:31:58 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4570
4571 * pattern.c pattern.h: Some experimental addition for parsing
4572 of expressions and streamable validation.
4573 Added xmlStreamPushAttr to the API.
4574
4575Thu Feb 17 19:57:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4576
4577 * xmlschemas.c: Added validation for the attribute "id" in the
4578 schemata; doing this needed error report fixes for notations,
4579 facets and group. Changed NOTATION validation to work with the
4580 declared NOTATIONs in the schema; this does have no impact on
4581 the validation via the relaxng module.
4582 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4583 Added xmlSchemaNewNOTATIONValue to the API to be able to do
4584 the NOTATION validation described above.
4585 * test/schemas/element-err_0.xsd test/schemas/annot-err_0.xsd:
4586 Fixed the values of the "id" attributes, which were not validated
4587 previously.
4588
4589Thu Feb 17 12:03:46 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4590
4591 * xmlschemas.c: Fixed comparison for default/fixed attribute
4592 values, if the type was 'xsd:string'. Changed the comparison
4593 for IDCs to use the whitespace aware comparison function.
4594 * xmlschemastypes.c include/libxml/xmlschemastypes.h:
4595 Added xmlSchemaGetCanonValue, xmlSchemaNewStringValue and
4596 xmlSchemaCompareValuesWhtsp to the API. Added functions
4597 to compare strings with whitespace combinations of "preserve",
4598 "replace" and "collapse".
4599
4600Wed Feb 16 13:24:35 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4601
4602 * xmlschemas.c: Further work on IDCs, especially evaluation for
4603 attribute nodes.
4604
4605Wed Feb 16 01:19:27 CET 2005 Daniel Veillard <daniel@veillard.com>
4606
4607 * encoding.c: fix the comment to describe the real return values
4608 * pattern.c xpath.c include/libxml/pattern.h: lot of work on
4609 the patterns, pluggin in the XPath default evaluation, but
4610 disabled right now because it's not yet good enough for XSLT.
4611 pattern.h streaming API are likely to be changed to handle
4612 relative and absolute paths in the same expression.
4613
4614Tue Feb 15 15:33:32 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4615
4616 * xmlschemas.c: Added IDC evaluation for attribute nodes.
4617 Made 'nil'ed elements work. Added a specific error message
4618 for 'strict' attribute wildcards.
4619 * include/libxml/xmlerror.h: Added an error code for
4620 wildcards.
4621 * result/schemas/anyAttr-processContents-err1_0_0.err: Adapted.
4622
4623Sun Feb 13 16:15:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4624
4625 This change started out as a simple desire to speed up the
4626 execution time of testapi.c, which was being delayed by
4627 nameserver requests for non-existent URL's. From there it
4628 just sort of grew, and grew....
4629 * nanohttp.c, nanoftp.c: changed the processing of URL's
4630 to use the uri.c routines instead of custom code.
4631 * include/libxml/xmlerror.h: added code XML_FTP_URL_SYNTAX
4632 * uri.c: added accepting ipV6 addresses, in accordance with
4633 RFC's 2732 and 2373 (TODO: allow ipV4 within ipV6)
4634 * gentest.py, testapi.c: fixed a few problems with the
4635 testing of the nanoftp and nanohttp routines.
4636 * include/libxml/xmlversion.h: minor change to fix a
4637 warning on the docs generation
4638 * regenerated the docs
4639
4640Sat Feb 12 09:07:11 HKT 2005 William Brack <wbrack@mmm.com.hk>
4641
4642 * xinclude.c: fixed xmlXIncludeParseFile to prevent
4643 overwriting XML_COMPLETE_ATTRS when setting pctxt->loadsubset
4644 (bug 166199)
4645 * Makefile.am, python/tests/Makefile.am, xstc/Makefile.am: added
4646 code to add $(top_builddir)/.libs to LD_LIBRARY_PATH whenever
4647 PYTHONPATH is set, to assure new libxml2 routines are used.
4648
4649Fri Feb 11 22:20:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
4650
4651 * parser.c: fixed problem when no initial "chunk" was
4652 given to xmlCreatePushParser (bug 162613)
4653
4654Fri Feb 11 18:37:22 HKT 2005 William Brack <wbrack@mmm.com.hk>
4655
4656 * dict.c: fixed compilation warning
4657 * parser.c: changed xmlWarningMsg so ctxt->errNo is not set
4658 * xmllint.c: changed to return non-zero status if error
4659 on xinclude processing
4660 * xmlsave.c: minor deletion of a redundant condition statement
4661
4662Wed Feb 9 17:47:40 CET 2005 Daniel Veillard <daniel@veillard.com>
4663
4664 * tree.c: applied patch to xmlSetNsProp from Mike Hommey
4665
4666Sun Feb 6 00:17:57 CET 2005 Daniel Veillard <daniel@veillard.com>
4667
4668 * pattern.c xmllint.c: fixed implementation for |
4669 * test/pattern/conj.* result/pattern/conj: added a specific regression
4670 test
4671
4672Sat Feb 5 18:36:56 CET 2005 Daniel Veillard <daniel@veillard.com>
4673
4674 * pattern.c: first implementation for | support
4675
4676Sat Feb 5 14:58:46 CET 2005 Daniel Veillard <daniel@veillard.com>
4677
4678 * pattern.c: fixed the namespaces support
4679 * tree.c: fixed xmlGetNodePath when namespaces are used
4680 * result/pattern/multiple result/pattern/namespaces
4681 test/pattern/multiple.* test/pattern/namespaces.*: added
4682 more regression tests
4683
4684Fri Feb 4 18:26:43 CET 2005 Daniel Veillard <daniel@veillard.com>
4685
4686 * xmlschemas.c: fixed one internal function
4687 * doc/Makefile.am doc/wiki.xsl: applied patch from Joel Reed
4688 * testapi.c doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated
4689
4690Fri Feb 4 00:25:43 CET 2005 Daniel Veillard <daniel@veillard.com>
4691
4692 * Makefile.am: use the walker to test the patterns instead of
4693 the normal reader
4694 * pattern.c xmllint.c: bug fixes in the train including fixing the
4695 stupid build break.
4696
4697Tue Feb 1 18:15:52 CET 2005 Daniel Veillard <daniel@veillard.com>
4698
4699 * pattern.c: more bug fixes for the XPath streaming code.
4700
4701Mon Jan 31 17:59:24 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4702
4703 * xmlschemas.c: Integrated the streaming pattern from the
4704 pattern module. Fixed some IDC code bugs. Changed
4705 fallback for attribute declaration addition to work like for
4706 element declarations.
4707
4708Mon Jan 31 01:27:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4709
4710 * pattern.c xmllint.c: bugfixes around the streaming patterns
4711
4712Sun Jan 30 23:35:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4713
4714 * Makefile.am configure.in result/pattern/simple
4715 test/pattern/simple.*: added first test for the patterns
4716 * pattern.c xmllint.c: a few fixes
4717
4718Sun Jan 30 19:27:23 CET 2005 Daniel Veillard <daniel@veillard.com>
4719
4720 * pattern.c include/libxml/pattern.h xmllint.c: added a
4721 streaming pattern detector for a subset of XPath, should
4722 help Kasimier for identity constraints
Daniel Veillard25a1ce92008-06-02 16:04:12 +00004723 * python/generator.py: applied Stéphane Bidoul patch to find
William M. Brack11be2d02007-01-24 19:17:19 +00004724 paths without breaking.
4725
4726Fri Jan 28 18:53:40 CET 2005 Daniel Veillard <daniel@veillard.com>
4727
4728 * xmlschemas.c: fixed an untested pointer dereference and a & vs &&
4729
4730Fri Jan 28 18:37:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4731
4732 * xmlreader.c: implementation of xmlTextReaderReadString by
4733 Bjorn Reese
4734
4735Fri Jan 28 16:51:47 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4736
4737 * xmlschemas.c: Corrected an ambigious symbol-space for
4738 local attribute declarations. IFDEFed more IDC code to
4739 surpress compiler warnings.
4740
4741Fri Jan 28 00:57:04 CET 2005 Daniel Veillard <daniel@veillard.com>
4742
4743 * bakefile/Readme.txt bakefile/Bakefiles.bkgen bakefile/libxml2.bkl:
4744 files for the Bakefile generator for Makefiles from Francesco
4745 Montorsi
4746 * win32/configure.js: fixes for Windows compilation with non-default
4747 flags by Joel Reed
4748
4749Thu Jan 27 18:23:50 CET 2005 Daniel Veillard <daniel@veillard.com>
4750
4751 * tree.c: fixed xmlCopyDoc to also copy the doc->URL as pointed
4752 by Martijn Faassen
4753
4754Thu Jan 27 13:39:04 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4755
4756 * xmlschemas.c include/libxml/schemasInternals.h:
4757 Added an initial skeleton for indentity-constraints. This is all
4758 defined out, since not complete, plus it needs support from other
4759 modules.
4760 Added machanism to store element information for the
4761 ancestor-or-self axis; this is needed for identity-constraints
4762 and should be helpfull for a future streamable validation.
4763 * include/libxml/xmlerror.h: Added an error code for
4764 identity-constraints.
4765
4766Wed Jan 26 01:03:37 CET 2005 Daniel Veillard <daniel@veillard.com>
4767
4768 * gentest.py testapi.c: had to fix generation and rebuild.
4769 * valid.c: the testapi found a bug in the last code of course !
4770
4771Wed Jan 26 00:43:05 CET 2005 Daniel Veillard <daniel@veillard.com>
4772
4773 * Makefile.am testapi.c doc/Makefile.am: fixing the way testapi.c
4774 is generated, fixes bug #161386
4775 * dict.c: fix a comment typo
4776 * elfgcchack.h doc/*: regenerated
4777
4778Tue Jan 25 22:39:33 CET 2005 Daniel Veillard <daniel@veillard.com>
4779
4780 * parser.c: found and fixed 2 problems in the internal subset scanning
4781 code affecting the push parser (and the reader), fixes #165126
4782 * test/intsubset2.xml result//intsubset2.xml*: added the test case
4783 to the regression tests.
4784
4785Tue Jan 25 01:20:11 CET 2005 Daniel Veillard <daniel@veillard.com>
4786
4787 * testdso.c xmlregexp.c: warning patches from Peter Breitenlohner
4788 * include/libxml/valid.h valid.c parser.c: serious DTD parsing
4789 speedups, start to deprecate 3 ElementDef related entry point
4790 and replace them with better ones.
4791
4792Mon Jan 24 00:47:41 CET 2005 Daniel Veillard <daniel@veillard.com>
4793
4794 * xmlschemas.c: more hash dictionary interning changes
4795
4796Sun Jan 23 23:54:39 CET 2005 Daniel Veillard <daniel@veillard.com>
4797
4798 * hash.c include/libxml/hash.h: added xmlHashCreateDict where
4799 the hash reuses the dictionnary for internal strings
4800 * entities.c valid.c parser.c: reuse that new API, leads to a decent
4801 speedup when parsing for example DocBook documents.
4802
4803Sun Jan 23 21:14:20 CET 2005 Daniel Veillard <daniel@veillard.com>
4804
4805 * parser.c: small speedup in skipping blanks characters
4806 * entities.c: interning the entities strings
4807
4808Sun Jan 23 18:35:00 CET 2005 Daniel Veillard <daniel@veillard.com>
4809
4810 * parser.c: boosting common commnent parsing code, it was really
4811 slow.
4812 * test/comment[3-5].xml result//comment[3-5].xml*: added sprecific
4813 regression tests
4814
4815Sun Jan 23 01:00:09 CET 2005 Daniel Veillard <daniel@veillard.com>
4816
4817 * parser.c: small optimization back.
4818
4819Sat Jan 22 00:40:31 CET 2005 Daniel Veillard <daniel@veillard.com>
4820
4821 * dict.c parser.c include/libxml/dict.h: a single lock version
4822 mostly avoid the cost penalty of the lock in case of low
4823 parallelism, so applying that version instead.
4824
4825Fri Jan 21 17:54:06 CET 2005 Daniel Veillard <daniel@veillard.com>
4826
4827 * dict.c: patch from Gary Coady to fix a race in dict reference
4828 counting in multithreaded apps.
4829
4830Fri Jan 21 16:08:21 CET 2005 Daniel Veillard <daniel@veillard.com>
4831
4832 * parser.c: fixed bug #164556 where non-fatal errors stopped
4833 push parsing and xmlreader.
4834 * Makefile.am: fixup
4835 * test/errors/webdav.xml result/errors/webdav*: adding regression
4836 test for this problem.
4837
4838Wed Jan 19 17:24:34 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4839
4840 * xmlschemas.c: Corrected targetNamespace in
4841 xmlSchemaElementDump. Cosmetic changes to the dump output.
4842
4843Sun Jan 16 21:00:53 CET 2005 Daniel Veillard <daniel@veillard.com>
4844
4845 * configure.in NEWS doc/*: preparing release of 2.6.17,
4846 updated and rebuilt the docs
4847
4848Sun Jan 16 19:58:36 CET 2005 Daniel Veillard <daniel@veillard.com>
4849
4850 * parser.c: better fix for #151694 not killing c14n regression tests
4851 * xmlschemastypes.c: fixing bug #157653
4852
4853Sun Jan 16 19:01:06 CET 2005 Daniel Veillard <daniel@veillard.com>
4854
4855 * parser.c: fixing bug #151694, line should always be set in the
4856 elements.
4857
4858Sun Jan 16 01:04:18 CET 2005 Daniel Veillard <daniel@veillard.com>
4859
4860 * xmlschemastypes.c: trying to fix at least the message from
4861 bug #158628
4862 * include/libxml/xmlsave.h xmlsave.c: added first xmlsave option
4863 for format, c.f. bug #159997
4864
4865Sat Jan 15 18:44:30 CET 2005 Daniel Veillard <daniel@veillard.com>
4866
4867 * python/libxml.py: make __str__ call serialize() on nodes, c.f.
4868 bug #157872
4869
4870Sat Jan 15 18:18:07 CET 2005 Daniel Veillard <daniel@veillard.com>
4871
4872 * nanoftp.c: applied patch from Dan McNichol for compilation on AIX
4873
4874Sat Jan 15 13:35:19 CET 2005 Daniel Veillard <daniel@veillard.com>
4875
4876 * relaxng.c: fixed bug #157633 in relaxng choice optimization
4877 * result/relaxng/choice0* test/relaxng/choice0*: added regression
4878 tests about it.
4879 * doc/*: rebuilt
4880 * testdso.c: removed a warning due to a missing void in signature.
4881
4882Thu Jan 13 17:42:55 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4883
4884 * include/libxml/schemasInternals.h xmlschemas.c:
4885 Exposed targetNamespace for simple/complex types, model groups,
4886 attribute groups and notations (reported by Michael Hewarth
4887 to the mailing list). Added targetNamespace to xmlSchemaType,
4888 xmlSchemaAttributeGroup and xmlSchemaNotation.
4889 Tiny cosmetic change to the content model error report output.
4890 * result//all_*.err result//any3_0_0.err result//choice_*.err
4891 result//list0_0_1.err result//list0_1_1.err: Adapted output
4892 of regression tests.
4893
4894Thu Jan 13 13:20:51 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4895
4896 * xmlschemas.c: Put the fix of Daniel (from Tue Jan 11 14:41:47 CET)
4897 back in, since I missed to update xmlschemas.c before doing
4898 the previous commit.
4899
4900Thu Jan 13 12:59:25 CET 2005 Kasimier Buchcik <libxml2-cvs@cazic.net>
4901
4902 * xmlschemas.c: Integrated xmlRegExecErrInfo and xmlRegExecNextValues
4903 from xmlregexp.c to report expected elements on content model errors.
4904 * all_*.err any3_0_0.err choice_*.err list0_0_1.err list0_1_1.err:
4905 Adapted output of regression tests.
4906
4907Thu Jan 13 12:24:09 CET 2005 Daniel Veillard <daniel@veillard.com>
4908
4909 * config.h.in configure.in xmlmodule.c: trying to work around
4910 the compilation problem on HP-UX
4911
4912Wed Jan 12 22:03:33 CET 2005 Daniel Veillard <daniel@veillard.com>
4913
4914 * pattern.c: fixed the fixed size array structure problem reported by
4915 Patrick Streule
4916
4917Wed Jan 12 15:15:02 CET 2005 Daniel Veillard <daniel@veillard.com>
4918
4919 * elfgcchack.h testapi.c doc/libxml2-api.xml doc/*: regenerated
4920 the API description, rebuilt, improved navigation in documentation
4921 a bit.
4922
4923Wed Jan 12 14:17:14 CET 2005 Daniel Veillard <daniel@veillard.com>
4924
4925 * include/libxml/xmlregexp.h xmlregexp.c: extended xmlRegExecErrInfo()
4926 and xmlRegExecNextValues() to return error transition strings too,
4927 and sink state detection and handling.
4928
4929Tue Jan 11 14:41:47 CET 2005 Daniel Veillard <daniel@veillard.com>
4930
4931 * xmlschemas.c: fixed bug #163641 when the value passed for
4932 an atomic list type is NULL.
4933
4934Tue Jan 11 10:14:33 HKT 2005 William Brack <wbrack@mmm.com.hk>
4935
4936 * Makefile.am configure.in: fixed dependency on python 2.3,
4937 also small improvement for cygwin (bug 163273)
4938
4939Sun Jan 9 18:46:32 CET 2005 Daniel Veillard <daniel@veillard.com>
4940
4941 * gentest.py testapi.c: William noticed I forgot to add special
4942 support for xmlmodules.c define
4943 * xmlregexp.c include/libxml/xmlregexp.h: added terminal to
4944 xmlRegExecErrInfo() API, adding new xmlRegExecNextValues()
4945 entry point and refactored to use both code.
4946
4947Mon Jan 10 01:02:41 HKT 2006 William Brack <wbrack@mmm.com.hk>
4948
4949 * doc/xml.html, doc/FAQ.html: added an FAQ under Developer for
4950 setting up a "private" library (after some list posts about
4951 people having trouble doing it)
4952
4953Sat Jan 8 23:04:10 CET 2005 Daniel Veillard <daniel@veillard.com>
4954
4955 * xmlregexp.c: fixing behaviour for xmlRegExecErrInfo in case of
4956 rollback
4957
4958Fri Jan 7 14:54:51 CET 2005 Daniel Veillard <daniel@veillard.com>
4959
4960 * TODO: small update
4961 * xmlregexp.c: trying to add an API to get useful error informations
4962 back from a failing regexp context.
4963
4964Thu Jan 6 17:35:41 HKT 2005 William Brack <wbrack@mmm.com.hk>
4965
4966 * xpath.c: fixed problem with xmlXPathErr when error number
4967 subscript was out of range (bug 163055)
4968
4969Thu Jan 6 09:57:03 HKT 2005 William Brack <wbrack@mmm.com.hk>
4970
4971 * uri.c: fixed problem with xmlURIEscape when query part was
4972 empty (actually fixed xmlURIEscapeStr to return an empty
4973 string rather than NULL for empty string input) (bug 163079)
4974
4975Tue Jan 4 17:08:45 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
4976
4977 * parser.c, parserInternal.c: fixed "col" calculation for
4978 struct _xmlParserInput (based on patch from Rob Richards)
4979 * include/libxml/xmlerror.h, error.c: propagated error column
4980 number in the xmlError structure
4981
4982Tue Jan 4 22:47:22 CET 2005 Daniel Veillard <daniel@veillard.com>
4983
4984 * parser.c: fixed namespace bug in push mode reported by
4985 Rob Richards
4986 * test/ns6 result//ns6*: added it to the regression tests
4987 * xmlmodule.c testModule.c include/libxml/xmlmodule.h:
4988 added an extra option argument to module opening and defined
4989 a couple of flags to the API.
4990
4991Tue Jan 4 21:16:05 CET 2005 Daniel Veillard <daniel@veillard.com>
4992
4993 * xmlmodule.c include/libxml/xmlmodule.h: applied patch from
4994 Bjorn Reese, plus some cleanups
4995 * elfgcchack.h doc/elfgcchack.xsl: fixed the stylesheet to
4996 add the new header
4997 * doc/* testapi.c: regenerated the API
4998
4999Tue Jan 4 18:47:19 CET 2005 Daniel Veillard <daniel@veillard.com>
5000
5001 * configure.in: making DSO support an option
5002 * xmlmodule.c xmlreader.c include/libxml/xmlmodule.h: code
5003 and documentation cleanups
5004 * elfgcchack.h testapi.c doc/*: regenerated the docs and
5005 checks for new module
5006 * test/valid/REC-xml-19980210.xml: fix a small change introduced
5007 previously
5008
5009Tue Jan 4 16:07:52 CET 2005 Daniel Veillard <daniel@veillard.com>
5010
5011 * Makefile.am config.h.in configure.in error.c libxml-2.0.pc.in
5012 testModule.c testdso.c xml2-config.in xmllint.c xmlmodule.c
5013 include/libxml/Makefile.am include/libxml/xmlerror.h
5014 include/libxml/xmlmodule.h include/libxml/xmlversion.h.in
5015 include/libxml/xmlwin32version.h.in: applied DSO support
5016 patch 2 from Joel Reed
5017
5018Tue Jan 4 15:30:15 CET 2005 Daniel Veillard <daniel@veillard.com>
5019
5020 * configure.in: applied patch from Marcin Konicki for BeOS
5021
5022Mon Jan 3 13:57:21 PST 2005 Aleksey Sanin <aleksey@aleksey.com>
5023
5024 * parser.c: added GetLineNumber and GetColumnNumber functions for xmlReader
5025
5026Sun Jan 2 17:51:18 HKT 2005 William Brack <wbrack@mmm.com.hk>
5027
5028 Re-examined the problems of configuring a "minimal" library.
5029 Synchronized the header files with the library code in order
5030 to assure that all the various conditionals (LIBXML_xxxx_ENABLED)
5031 were the same in both. Modified the API database content to more
5032 accurately reflect the conditionals. Enhanced the generation
5033 of that database. Although there was no substantial change to
5034 any of the library code's logic, a large number of files were
5035 modified to achieve the above, and the configuration script
5036 was enhanced to do some automatic enabling of features (e.g.
5037 --with-xinclude forces --with-xpath). Additionally, all the format
5038 errors discovered by apibuild.py were corrected.
5039 * configure.in: enhanced cross-checking of options
5040 * doc/apibuild.py, doc/elfgcchack.xsl, doc/libxml2-refs.xml,
5041 doc/libxml2-api.xml, gentest.py: changed the usage of the
5042 <cond> element in module descriptions
5043 * elfgcchack.h, testapi.c: regenerated with proper conditionals
5044 * HTMLparser.c, SAX.c, globals.c, tree.c, xmlschemas.c, xpath.c,
5045 testSAX.c: cleaned up conditionals
5046 * include/libxml/[SAX.h, SAX2.h, debugXML.h, encoding.h, entities.h,
5047 hash.h, parser.h, parserInternals.h, schemasInternals.h, tree.h,
5048 valid.h, xlink.h, xmlIO.h, xmlautomata.h, xmlreader.h, xpath.h]:
5049 synchronized the conditionals with the corresponding module code
5050 * doc/examples/tree2.c, doc/examples/xpath1.c, doc/examples/xpath2.c:
5051 added additional conditions required for compilation
5052 * doc/*.html, doc/html/*.html: rebuilt the docs
5053
5054Sat Dec 25 18:10:02 HKT 2004 William Brack <wbrack@mmm.com.hk>
5055
5056 * parserInternals.c: fixed to skip (if necessary) the BOM for
5057 encoding 'utf-16'. Completes the fix for bug #152286.
5058 * tree.c, parser.c: minor warning cleanup, no change to logic
5059
5060Fri Dec 24 16:31:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
5061
5062 * python/generator.py: added most required entires to
5063 foreign encoding table, plus some additional logic to
5064 assure only the 1st param uses the 't#' format. Fixes
5065 bug #152286, but may still have some other UTF-16 problems.
5066
5067Thu Dec 23 23:44:08 HKT 2004 William Brack <wbrack@mmm.com.hk>
5068
5069 * Makefile.am, gentest.py: enhanced for enabling build in
5070 a different directory. Added (optional) param to gentest.py
5071 to specify the source directory (bug #155468)
5072 * doc/Makefile.am: changed destination of NEWS from (top_srcdir)
5073 to (top_builddir) (bug #155468)
5074 * python/Makefile.am, python/generator.py: enhanced for enabling
5075 build in a different directory(bug #155468). Added (optional)
5076 param to generator.py to specify the source directory. Added
5077 a new table of functions which have possible "foreign" encodings
5078 (e.g. UTF16), and code to use python 't' format instead of
5079 'z' format (mostly solving bug #152286, but still need to
5080 populate the table).
5081
5082Tue Dec 21 08:10:44 MST 2004 John Fleck <jfleck@inkstain.net>
5083
5084 * doc/site.xsl, doc/xml.html, plus rebuilt all the html pages
5085 Change reference to new site for Solaris binaries, fixing bug
5086 160598
5087
5088
5089Mon Dec 20 08:02:57 PST 2004 William Brack <wbrack@mmm.com.hk>
5090
5091 * parser.c: reset input->base within xmlStopParser
5092 * xmlstring.c: removed call to xmlUTF8Strlen from within
5093 xmlUTF8Strpos (Bill Moseley pointed out it was not
5094 useful)
5095
5096Fri Dec 17 16:03:41 PST 2004 William Brack <wbrack@mmm.com.hk>
5097
5098 * valid.c: changed xmlErrValidWarning to use ctxt->warning
5099 instead of ctxt->error for its reports (bug #160662)
5100
5101Fri Dec 17 14:52:17 PST 2004 William Brack <wbrack@mmm.com.hk>
5102
5103 * python/generator.py: modified to allow the ns and nsDefs
5104 accessors to return None instead of error when no namespace
5105 is present (bug #)
5106
5107Fri Dec 17 11:40:21 PST 2004 William Brack <wbrack@mmm.com.hk>
5108
5109 * doc/Makefile.am: changed maintainer-clean dependency with
5110 suggestion from Crispin Flowerday (bug #157634)
5111 * debugXML.c: fixed crash when ATTRIBUTE or DOCUMENT nodes
5112 were specified with debugDumpNode (bug #160621)
5113
5114Fri Dec 10 11:24:41 CET 2004 Daniel Veillard <daniel@veillard.com>
5115
5116 * valid.c: fixed ID deallocation problem based on patch from
5117 Steve Shepard fixes bug #160893
5118 * xmlmemory.c: improving comment.
5119 * testapi.c: new test for xmlDictExists() is generated.
5120
5121Wed Dec 1 22:35:37 HKT 2004 William Brack <wbrack@mmm.com.hk>
5122
5123 * dict.c, xpath.c, include/libxml/hash.h: fixed up some gcc warnings,
5124 no change to logic. New macro XML_CAST_FPTR to circumvent gcc
5125 warnings on function pointer <-> object pointer (a hack).
5126
5127Mon Nov 29 14:07:18 CET 2004 Daniel Veillard <daniel@veillard.com>
5128
5129 * xpath.c: fixed a memory leak on errors in some circumstances #159812
5130
5131Fri Nov 26 23:20:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
5132
5133 * xmlIO.c: added a check within xmlOutputBufferWriteEscape to prevent
5134 a dead loop on bad data (bug 159550)
5135
5136Fri Nov 26 13:09:04 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5137
5138 * xmlschemas.c: Fixed strict/lax element wildcards: the children
5139 of elements for which a declaration existed were still processed
5140 by the wildcard mechanism (reported by philippe ventrillon to the
5141 mailing list).
5142 Changed the import and include machanism to share dictionaries.
5143
5144Fri Nov 26 11:44:36 CET 2004 Daniel Veillard <daniel@veillard.com>
5145
5146 * HTMLparser.c parser.c: make sure xmlCtxtReadFile and htmlCtxtReadFile
5147 go through the catalog resolution.
5148 * gentest.py testapi.c: fix a side effect wrning of the change
5149
5150Wed Nov 24 13:41:52 CET 2004 Daniel Veillard <daniel@veillard.com>
5151
5152 * dict.c include/libxml/dict.h: added xmlDictExists() to the
5153 dictionnary interface.
5154 * xmlreader.c: applying xmlTextReaderHasAttributes fix for namespaces
5155 from Rob Richards
5156
5157Wed Nov 17 13:54:37 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5158
5159 * xmlschemas.c: tiny enhancement for content model error reports
5160 (#157190, #143948). Removed abbreviations: CT, ST and WC
5161 (#157190, reported by Frans Englich).
5162 Initial: no report of local components.
5163 * result/schemas/all* result/schemas/any3_0_0.err
5164 result/schemas/choice*
5165 result/schemas/cos-st-restricts-1-2-err_0_0.err
5166 result/schemas/derivation-ok-extension-err_0_0.err
5167 result/schemas/derivation-ok-extension_0_0.err
5168 result/schemas/derivation-ok-restriction-2-1-1_0_0.err
5169 result/schemas/derivation-ok-restriction-4-1-err_0_0.err
5170 result/schemas/deter0_0_0.err result/schemas/extension1_0_2.err
5171 result/schemas/facet-unionST-err1_0_0.err
5172 result/schemas/hexbinary_0_1.err
5173 result/schemas/list* result/schemas/restriction-attr1_0_0.err
5174 result/schemas/vdv-first4_0_1.err result/schemas/vdv-first4_0_2.err:
5175 Adapted output.
5176
5177Mon Nov 15 13:04:28 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5178
5179 * xmlschemas.c: Moved execution of xmlSchemaCheckDefaults to
5180 xmlSchemaTypeFixup; this ensures facets of inherited types to be
5181 checked prior to facets of derived types - which caused a seg
5182 fault otherwise (bug #158216, reported by Frans Englich).
5183
5184Sun Nov 14 22:23:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
5185
5186 * gentest.py, testapi.c: further enhancement, now all
5187 compilation warnings have been fixed.
5188 * xmlschemastypes.c: added NULL check for one function
5189
5190Fri Nov 12 23:58:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
5191
5192 * xpath.c: trivial change (changed CHECK_CONTEXT to CHECK_CTXT
5193 on a couple of lines)
5194 * gentest.py, testapi.c: enhanced to reduce compilation warnings
5195
5196Fri Nov 12 16:12:48 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5197
5198 * xmlschemas.c: Un-commented a TODO in xmlSchemaParseElement.
5199
5200Fri Nov 12 14:55:36 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5201
5202 * xmlschemas.c: Correct symbol space for 'all' and 'choice'.
5203 * xmlschemastypes.c include/xmlschemastypes.h: Added 'replace'
5204 normalization for 'normalizedString'.
5205 Added xmlSchemaWhiteSpaceReplace to the API.
5206
5207Thu Nov 11 21:43:02 CET 2004 Daniel Veillard <daniel@veillard.com>
5208
5209 * Makefile.am: forgot a $(srcdir)
5210 * encoding.c: stupid error wrong name #157976
5211
5212Wed Nov 10 15:35:25 CET 2004 Daniel Veillard <daniel@veillard.com>
5213
5214 * NEWS configure.in doc/*: preparing release of libxml2-2.6.16
5215
5216Wed Nov 10 12:55:18 CET 2004 Daniel Veillard <daniel@veillard.com>
5217
5218 * python/generator.py python/libxml.c python/libxml2class.txt
5219 python/libxml_wrap.h python/types.c: Applied patch from Brent
5220 Hendricks adding support for late DTD validation.
5221 * python/tests/Makefile.am python/tests/dtdvalid.py
5222 python/tests/test.dtd: integrated the provided regression test
5223
5224Tue nov 9 19:24:31 CET 2004 Dodji Seketeli <dodji@seketeli.org>
5225
5226 * configure.in: detect when struct sockaddr_storage
5227 has the __ss_family member instead of ss_family and
5228 behave accordingly. We now can use ipv6 on aix.
5229
5230Tue Nov 9 17:15:46 CET 2004 Daniel Veillard <daniel@veillard.com>
5231
5232 * Makefile.am gentest.py testapi.c: integrated in "make tests"
5233 added -q option, and more conditional features fixes
5234 * catalog.c debugXML.c parser.c testThreads.c xmllint.c
5235 xmlschemastypes.c xmlwriter.cinclude/libxml/catalog.h
5236 include/libxml/debugXML.h: various compilation and conditional
5237 cleanups.
5238 * doc/*: regenerated
5239
5240Tue Nov 9 15:59:50 CET 2004 Daniel Veillard <daniel@veillard.com>
5241
5242 * gentest.py testapi.c: better handling of conditional features
5243 * HTMLparser.c SAX2.c parserInternals.c xmlwriter.c: more testing
5244 on parser contexts closed leaks, error messages
5245
5246Tue Nov 9 10:21:37 GMT 2004 William Brack <wbrack@mmm.com.hk>
5247
5248 * xpath.c: fixed problem concerning XPath context corruption
5249 during function argument evaluation (bug 157652)
5250
5251Mon Nov 8 18:54:52 CET 2004 Daniel Veillard <daniel@veillard.com>
5252
5253 * testapi.c: more types.
5254 * parserInternals.c xpath.c: more fixes
5255
5256Mon Nov 8 18:16:43 CET 2004 Daniel Veillard <daniel@veillard.com>
5257
5258 * gentest.py testapi.c: better parser options coverage
5259 * SAX2.c xpath.c: more cleanups.
5260
5261Tue Nov 9 01:50:08 CET 2004 Daniel Veillard <daniel@veillard.com>
5262
5263 * testapi.c: trying to fix some optional support brokenness
5264
5265Mon Nov 8 17:25:27 CET 2004 Daniel Veillard <daniel@veillard.com>
5266
5267 * gentest.py testapi.c: more coverage
5268 * debugXML.c parser.c xmlregexp.c xpath.c: more fixes
5269
5270Mon Nov 8 15:02:39 CET 2004 Daniel Veillard <daniel@veillard.com>
5271
5272 * gentest.py testapi.c: more coverage
5273 * SAX2.c parser.c parserInternals.c: more fixes
5274
5275Mon Nov 8 12:55:16 CET 2004 Daniel Veillard <daniel@veillard.com>
5276
5277 * parser.c testapi.c xmlIO.c xmlstring.c: more fixes.
5278
5279Mon Nov 8 11:24:57 CET 2004 Daniel Veillard <daniel@veillard.com>
5280
5281 * gentest.py testapi.c: more types, more coverage
5282 * parser.c parserInternals.c relaxng.c valid.c xmlIO.c
5283 xmlschemastypes.c: more problems fixed
5284
5285Mon Nov 8 10:24:28 HKT 2004 William Brack <wbrack@mmm.com.hk>
5286
5287 * gentest.py: fixed test file corruption problem
5288
5289Sun Nov 7 13:18:05 CET 2004 Daniel Veillard <daniel@veillard.com>
5290
5291 * gentest.py testapi.c: fixed typos and avoid Catalogs verbosity
5292
5293Sat Nov 6 23:25:16 CET 2004 Daniel Veillard <daniel@veillard.com>
5294
5295 * testapi.c: augmented the number of types
5296
5297Sat Nov 6 20:24:07 CET 2004 Daniel Veillard <daniel@veillard.com>
5298
5299 * HTMLtree.c tree.c xmlreader.c xmlwriter.c: a number of new
5300 bug fixes and documentation updates.
5301
5302Sat Nov 6 15:50:11 CET 2004 Daniel Veillard <daniel@veillard.com>
5303
5304 * gentest.py testapi.c: augmented type autogeneration for enums
5305 * xpath.c include/libxml/xpath.h: removed direct error reporting.
5306
5307Sat Nov 6 14:27:18 CET 2004 Daniel Veillard <daniel@veillard.com>
5308
5309 * encoding.c: fixed a regression in iconv support.
5310
5311Fri Nov 5 18:19:23 CET 2004 Daniel Veillard <daniel@veillard.com>
5312
5313 * gentest.py testapi.c: autogenerate a minimal NULL value sequence
5314 for unknown pointer types
5315 * HTMLparser.c SAX2.c chvalid.c encoding.c entities.c parser.c
5316 parserInternals.c relaxng.c valid.c xmlIO.c xmlreader.c
5317 xmlsave.c xmlschemas.c xmlschemastypes.c xmlstring.c xpath.c
5318 xpointer.c: This uncovered an impressive amount of entry points
5319 not checking for NULL pointers when they ought to, closing all
5320 the open gaps.
5321
5322Fri Nov 5 16:26:28 UTC 2004 William Brack <wbrack@mmm.com.hk>
5323
5324 * catalog.c: fixed problem with NULL entry (bug 157407)
5325 * xpath.c: fixed a couple of warnings (no change to logic)
5326
5327Fri Nov 5 15:30:43 CET 2004 Daniel Veillard <daniel@veillard.com>
5328
5329 * gentest.py testapi.c: more coverage
5330 * xmlunicode.c: one fix
5331
5332Fri Nov 5 23:15:51 CET 2004 Daniel Veillard <daniel@veillard.com>
5333
5334 * entities.c: fixed a compilation problem on a recent change
5335
5336Fri Nov 5 12:50:09 CET 2004 Daniel Veillard <daniel@veillard.com>
5337
5338 * gentest.py testapi.c: more coverage
5339 * nanoftp.c tree.c: more fixes
5340
5341Fri Nov 5 11:02:28 CET 2004 Daniel Veillard <daniel@veillard.com>
5342
5343 * gentest.py testapi.c: fixed the way the generator works,
5344 extended the testing, especially with more real trees and nodes.
5345 * HTMLtree.c tree.c valid.c xinclude.c xmlIO.c xmlsave.c: a bunch
5346 of real problems found and fixed.
5347 * entities.c: fix error reporting to go through the new handlers
5348
5349Thu Nov 4 18:44:56 CET 2004 Daniel Veillard <daniel@veillard.com>
5350
5351 * parser.c: dohh ... stupid change killing xmlParseDoc()
5352
5353Thu Nov 4 18:32:22 CET 2004 Daniel Veillard <daniel@veillard.com>
5354
5355 * gentest.py testapi.c: changing the way the .c is generated,
5356 extending the tests coverage
5357 * include/libxml/nanoftp.h nanoftp.c elfgcchack.h doc/*: fixing some
5358 function signatures, regenerating stuff
5359 * SAX2.c parser.c xmlIO.c: another set of bug fixes and API hardening
5360
5361Thu Nov 4 13:32:19 CET 2004 Daniel Veillard <daniel@veillard.com>
5362
5363 * gentest.py testapi.c: extending the tests coverage
5364
5365Thu Nov 4 11:52:28 CET 2004 Daniel Veillard <daniel@veillard.com>
5366
5367 * Makefile.am: gentest.py was missing from the EXTRA_DIST
5368
5369Thu Nov 4 11:48:47 CET 2004 Daniel Veillard <daniel@veillard.com>
5370
5371 * gentest.py testapi.c: extending the tests coverage
5372 * HTMLtree.c tree.c xmlsave.c xpointer.c: more fixes and cleanups
5373
5374Thu Nov 4 00:25:36 CET 2004 Daniel Veillard <daniel@veillard.com>
5375
5376 * gentest.py testapi.c: more fixes and extending the tests coverage
5377 * nanoftp.c xmlIO.c: more fixes and hardening
5378
5379Wed Nov 3 20:16:24 CET 2004 Daniel Veillard <daniel@veillard.com>
5380
5381 * gentest.py testapi.c: more fixes and extending the tests coverage
5382 * valid.c: bunch of cleanups and 2 leaks removed
5383
5384Wed Nov 3 18:06:44 CET 2004 Daniel Veillard <daniel@veillard.com>
5385
5386 * gentest.py testapi.c: more fixes and extending the tests coverage
5387 * list.c tree.c: more fixes and hardening
5388
5389Wed Nov 3 15:19:22 CET 2004 Daniel Veillard <daniel@veillard.com>
5390
5391 * gentest.py testapi.c: more fixes and extending the tests coverage
5392 * relaxng.c include/libxml/relaxng.h: adding a type init interface
5393 * include/libxml/xmlerror.h parser.c xmlreader.c xmlwriter.c: more
5394 cleanups and bug fixes raised by the regression tests
5395
5396Wed Nov 3 12:49:30 CET 2004 Daniel Veillard <daniel@veillard.com>
5397
5398 * gentest.py testapi.c: more fixes and extending the tests coverage
5399 * xmlwriter.c list.c: more hardeing of APIs
5400 * doc/apibuild.py: skip testapi.c when scanning the C files.
5401
5402Tue Nov 2 23:09:06 CET 2004 Daniel Veillard <daniel@veillard.com>
5403
5404 * gentest.py testapi.c: more testing and coverage
5405 * elfgcchack.h xmlstring.c include/libxml/xmlstring.h: more cleanups
5406 * doc/*: rebuilt
5407
5408Tue Nov 2 19:44:32 CET 2004 Daniel Veillard <daniel@veillard.com>
5409
5410 * gentest.py testapi.c: more developments on the API testing
5411 * HTMLparser.c tree.c: more cleanups
5412 * doc/*: rebuilt
5413
5414Tue Nov 2 15:49:34 CET 2004 Daniel Veillard <daniel@veillard.com>
5415
5416 * xmlmemory.c include/libxml/xmlmemory.h: adding xmlMemBlocks()
5417 * Makefile.am gentest.py testapi.c: work on generator of an
5418 automatic API regression test tool.
5419 * SAX2.c nanoftp.c parser.c parserInternals.c tree.c xmlIO.c
5420 xmlstring.c: various API hardeing changes as a result of running
5421 teh first set of automatic API regression tests.
5422 * test/slashdot16.xml: apparently missing from CVS, commited it
5423
5424Mon Nov 1 15:54:18 CET 2004 Daniel Veillard <daniel@veillard.com>
5425
5426 * xpath.c: fixed an UTF-8 parsing bug reported by Markus Bertheau
5427 on #fedora-devel
5428
5429Sun Oct 31 22:03:38 CET 2004 Daniel Veillard <daniel@veillard.com>
5430
5431 * parser.c: fixed a bug reported by Petr Pajas on the list and
5432 affecting XML::Libxml
5433
5434Sun Oct 31 16:33:54 CET 2004 Daniel Veillard <daniel@veillard.com>
5435
5436 * encoding.c doc/examples/testWriter.c: Fixed bug #153937, making
5437 sure the conversion functions return the number of byte written.
5438 Had to fix one of the examples.
5439
5440Fri Oct 29 14:16:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
5441
5442 * doc/xmllint.1 doc/xmllint.xml: indicate - means stdin closing #156626
5443
5444Fri Oct 29 14:03:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5445
5446 * python/libxml.c: register xmlSchemaSetValidErrors, patch from
5447 Brent Hendricks in the mailing-list
5448 * include/libxml/valid.h HTMLparser.c SAX2.c valid.c
5449 parserInternals.c: fix #156626 and more generally how to find out
5450 if a validation contect is part of a parsing context or not. This
5451 can probably be improved to make 100% sure that vctxt->userData
5452 is the parser context too. It's a bit hairy because we can't
5453 change the xmlValidCtxt structure without breaking the ABI since
5454 this change xmlParserCtxt information indexes.
5455
5456Wed Oct 27 19:26:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5457
5458 * ChangeLog NEWS configure.in doc/*: preparing release 2.6.15
5459 * debugXML.c nanoftp.c xmlschemas.c xmlschemastypes.c: cleanups
5460
5461Wed Oct 27 09:31:24 PDT 2004 William Brack <wbrack@mmm.com.hk>
5462
5463 * uri.c: fixed a stupid mistake in xmlBuildRelativeURI
5464 (bug 156527)
5465
5466Wed Oct 27 11:44:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
5467
5468 * nanoftp.c nanohttp.c: second part of the security fix for
5469 xmlNanoFTPConnect() and xmlNanoHTTPConnectHost().
5470
5471Tue Oct 26 23:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
5472
5473 * nanoftp.c: applied fixes for a couple of potential security problems
5474 * tree.c valid.c xmllint.c: more fixes on the string interning checks
5475
5476Tue Oct 26 18:09:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
5477
5478 * debugXML.c include/libxml/xmlerror.h: added checking for names
5479 values and dictionnaries generates a tons of errors
5480 * SAX2.ccatalog.c parser.c relaxng.c tree.c xinclude.c xmlwriter.c
5481 include/libxml/tree.h: fixing the errors in the regression tests
5482
5483Mon Oct 25 16:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5484
5485 * parser.c: modified the handling of _private for entity
5486 expansion (bug 155816)
5487
5488Mon Oct 25 17:11:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
5489
5490 * parser.c: fixed the leak reported by Volker Roth on the list
5491 * test/ent10 result//ent10*: added a specific test for the problem
5492
5493Sat Oct 23 11:07:41 PDT 2004 William Brack <wbrack@mmm.com.hk>
5494
5495 * valid.c: unlinked the internal subset within xmlValidateDtd
5496 (bug 141827)
5497 * configure.in: added -Wall to developer's flags
5498 * doc/examples/reader4.res: added to CVS
5499
5500Fri Oct 22 16:36:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
5501
5502 * HTMLparser.c: added support for HTML PIs #156087
5503 * test/HTML/python.html result/HTML/python.html*: added specific tests
5504
5505Fri Oct 22 15:20:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5506
5507 * threads.c: fixed nasty bug #156087
5508
5509Fri Oct 22 21:04:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5510
5511 * python/libxml.c: fixed a problem occuring only in x86_64 when
5512 very large error messages are raised to the Python handlers.
5513
5514Thu Oct 21 18:03:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
5515
5516 * xmlschemas.c: fixed a memory bug
5517 * doc/examples/reader4.c doc/examples/*: added test from Graham Bennett
5518 and regenerated the directory
5519
5520Tue Oct 19 11:06:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5521
5522 * include/libxml/xmlreader.h xmlreader.c: applied patch from
5523 Graham Bennett adding 4 convenience functions to the reader API.
5524
5525Fri Oct 15 11:22:48 PDT 2004 William Brack <wbrack@mmm.com.hk>
5526
5527 * debugXML.c: excluded a few nodes (with no content) from the
5528 string check routine.
5529
5530Fri Oct 15 10:48:30 EDT 2004 Daniel Veillard <daniel@veillard.com>
5531
5532 * debugXML.c include/libxml/xmlerror.h: added UTF-8 string checking,
5533 raise a problem, need debug
5534
5535Wed Oct 13 02:17:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5536
5537 * python/Makefile.am: applied patch from Thomas Fitzsimmons fixing
5538 #155240 building outside the source tree. but make tests fails.
5539
5540Mon Oct 11 16:26:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
5541
5542 * debugXML.c include/libxml/xmlerror.h: added namespace checking
5543
5544Sat Oct 9 22:36:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
5545
5546 * debugXML.c: some framework preparation to add namespace checkings
5547
5548Thu Oct 7 15:12:58 CEST 2004 Daniel Veillard <daniel@veillard.com>
5549
5550 * debugXML.c include/libxml/debugXML.h include/libxml/xmlerror.h:
5551 adding the tree debug mode
5552 * parser.c relaxng.c tree.c xpath.c: fixing various problems reported
5553 by the debug mode.
5554 * SAX2.c: another tree fix from Rob Richards
5555
5556Wed Oct 6 10:50:03 PDT 2004 William Brack <wbrack@mmm.com.hk>
5557
5558 * catalog.c: small change to last fix, to get xml:base right
5559
5560Wed Oct 6 09:33:51 PDT 2004 William Brack <wbrack@mmm.com.hk>
5561
5562 * catalog.c: added code to handle <group>, including dumping
5563 to output (bug 151924).
5564 * xmlcatalog.c, xmlstring.c, parser.c: minor compiler warning
5565 cleanup (no change to logic)
5566
5567Mon Oct 4 16:09:07 CEST 2004 Daniel Veillard <daniel@veillard.com>
5568
5569 * configure.in debugXML.c include/libxml/xmlversion.h.in
5570 include/libxml/xmlwin32version.h.in: revamped the XML debugging
5571 module and prepare for a new checking mode
5572
5573Mon Oct 4 13:53:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
5574
5575 * parser.c: applied patch from Malcolm Tredinnick fixing bug #152426
5576
5577Mon Oct 4 12:26:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
5578
5579 * python/generator.py python/libxml.c python/tests/outbuf.py:
5580 applied patch from Malcolm Tredinnick fixing bug #154294
5581 related to saving to python file objects.
5582
5583Sat Oct 2 21:08:51 PDT 2004 William Brack <wbrack@mmm.com.hk>
5584
5585 * tree.c: changed xmlHasNsProp to properly handle a request for
5586 the default namespace (bug 153557)
5587
5588Sat Oct 2 18:18:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
5589
5590 * parser.c: fixed problem with dictionary handling within
5591 xmlParseInNodeContext (bug 153175)
5592
5593Sat Oct 2 15:46:37 PDT 2004 William Brack <wbrack@mmm.com.hk>
5594
5595 * check-relaxng-test-suite.py, check-relaxng-test-suite2.py,
5596 check-xinclude-test-suite.py, check-xml-test-suite.py,
5597 check-xsddata-test-suite.py, doc/examples/index.py: changed
5598 changed sys.path setting from 'append' to 'insert' (patch
5599 supplied by Malcolm Tredinnick) (bug 153716)
5600
5601Sat Oct 2 15:03:14 PDT 2004 William Brack <wbrack@mmm.com.hk>
5602
5603 * include/libxml/parserInternals.h: added two new macros
5604 IS_ASCII_LETTER and IS_ASCII_DIGIT used with (html)
5605 parsing and xpath for testing data not necessarily
5606 unicode.
5607 * HTMLparser.c, xpath.c: changed use of IS_LETTER_CH and
5608 IS_DIGIT_CH macros to ascii versions (bug 153936).
5609
5610Fri Oct 1 20:37:25 PDT 2004 William Brack <wbrack@mmm.com.hk>
5611
5612 * error.c: added some coding to attempt to display which file
5613 contains an error when using XInclude (bug 152623)
5614
5615Thu Sep 30 11:19:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
5616
5617 * configure.in: stupid cut'n paste bug in xmllint detection
5618
5619Wed Sep 29 17:47:56 CEST 2004 Daniel Veillard <daniel@veillard.com>
5620
5621 * configure.in doc/*: releasing 2.6.14, rebuilding the docs
5622
5623Wed Sep 29 15:00:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5624
5625 * xmlschemas.c include/libxml/xmlerror.h include/libxml/xmlschemas.h
5626 include/libxml/schemasInternals.h: Parsing of <complexContent>
5627 - handle attribute 'mixed', catch illegal attributes.
5628 Parsing of <complexType> - handle attributes 'abstract',
5629 'final' and 'block', catch illegal attributes.
5630 Validation of complex types - handle abstract types.
5631 Added handling of default/fixed attributes and element values.
5632 Per validation option attribute nodes/text nodes are created
5633 on the instance.
5634 Added the corresponding constraints for fixed/default.
5635 Added xmlSchemaSetValidOptions, xmlSchemaGetValidOptions
5636 to the external API.
5637 Extended element declaration constraints.
5638 Got rid of perseverative creation of temporery validation/parser
5639 contexts.
5640 Added handling of xsi:schemaLocation and
5641 xsi:noNamespaceSchemaLocation.
5642 Fixed xsi:type component resolution if using non-prefixed
5643 QNames.
5644 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
5645 Enabled namespace awareness of the content model if using the
5646 model group "all".
5647 * test/schemas/bug152470_1.xsd: Removed an "abstract" attribute,
5648 which broke the test.
5649 * xstc/xstc.py: Workaround to accomodate case insensitive
5650 test definitions in ms-test.def.xml (was missing in a previous
5651 commit).
5652
5653Wed Sep 29 11:03:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
5654
5655 * python/drv_libxml2.py: another patch from Malcolm Tredinnick
5656 adding option not to load dtd from the drv_libxml2.py module
5657 #134633
5658
5659Tue Sep 28 14:30:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
5660
5661 * acconfig.h config.h.in configure.in xmlIO.c xmlregexp.c xmlschemas.c
5662 xmlschemastypes.c: another patch from Malcolm Tredinnick fixing
5663 warning generated by the Nonstop Kernel Open System Services
5664 compiler #151710
5665
5666Tue Sep 28 13:07:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
5667
5668 * python/libxml.py: applied patch from Malcolm Tredinnick fixing
5669 python exception hierarchy #139824
5670
5671Sun Sep 26 16:40:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
5672
5673 * valid.c TODO: applied patch from Malcolm Tredinnick fixing errata
5674 E20 concerning NMTOKENS and co. validation #153722
5675 * result/VC/AttributeNmtokens test/VC/AttributeNmtokens
5676 test/VCM/AttributeNmtokens.xml: also added tests from Malcolm
5677
5678Sun Sep 26 16:24:44 CEST 2004 Daniel Veillard <daniel@veillard.com>
5679
5680 * xstc/xstc.py: applied patch from Malcolm Tredinnick fixing space/tabs
5681 #153713
5682 * xpath.c: fixed a realloc potential problem
5683
5684Fri Sep 24 16:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5685
5686 * Makefile.am: fixed make valgrind xstc
5687
5688Thu Sep 23 18:23:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
5689
5690 * xmlschemastypes.c: fixing an out of bound adressing issue
5691
5692Thu Sep 23 15:14:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
5693
5694 * HTMLparser.c parser.c relaxng.c xmlschemas.c: more memory related
5695 code cleanups.
5696
5697Thu Sep 23 01:04:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5698
5699 * parser.c: fixed a bunch of errors when realloc failed.
5700
5701Wed Sep 22 23:56:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
5702
5703 * threads.c uri.c: couple of memory fixes from Mark Vakoc reported
5704 by Purify on Windows.
5705
5706Mon Sep 20 22:01:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
5707
5708 * xmllint.c: added --timing --copy timing for the copy
5709 * vms/build_libxml.com: applied patch from Craig Berry
5710 to build with recent releases
5711
5712Fri Sep 17 21:25:33 PDT 2004 William Brack <wbrack@mmm.com.hk>
5713
5714 * nanohttp.c, include/libxml/nanohttp.h: added the routine
5715 xmlNanoHTTPContentLength to the external API (bug151968).
5716 * parser.c: fixed unnecessary internal error message (bug152060);
5717 also changed call to strncmp over to xmlStrncmp.
5718 * encoding.c: fixed compilation warning (bug152307).
5719 * tree.c: fixed segfault in xmlCopyPropList (bug152368); fixed
5720 a couple of compilation warnings.
5721 * HTMLtree.c, debugXML.c, xmlmemory.c: fixed a few compilation
5722 warnings; no change to logic.
5723
5724Fri Sep 17 10:40:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5725
5726 * parser.c: removed some extern before function code reported by
5727 Kjartan Maraas on IRC
5728 * legacy.c: fixed compiling when configuring out the HTML parser
5729 * Makefile.am: added a declaration for CVS_EXTRA_DIST
5730 * HTMLparser.c: beginning of an attempt at cleaning up the construction
5731 of the HTML parser data structures, current data generate a huge
5732 amount of ELF relocations at loading time.
5733
5734Fri Sep 17 10:36:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5735
5736 * ChangeLog: applied fix from Stepan Kasal to fix duplication
5737 in the change log and cleanup of space/tabs issues.
5738
5739Thu Sep 16 13:24:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5740
5741 * xmlschemas.c include/libxml/schemasInternals.h
5742 test/schemas/bug152470_1.* result/schemas/bug152470_1_1*:
5743 Simpified attribute wildcard creation and assignment to get rid
5744 of memory leaks.
5745 Restructured the validation process.
5746 Restructured and expanded parsing of <attributeGroup>.
5747 Added initial handing of xsi:type.
5748 Advanced handling of xsi:nil (should work now for simple types).
5749 Added construction of schemata using xsi:schemaLocation and
5750 xsi:noNamespaceSchemaLocation; this is not enabled, since
5751 no corresponding API exists yet.
5752 Moved the content model to complex type components.
5753 Resolution of types for attributes will look for simple types
5754 only (incl. all the built-in simple types).
5755 Extended parsing of 'anyAttribute'.
5756 Fixed content-type type for complex types if derived from
5757 'anyType' using the short-hand form (see bug # 152470,
5758 submitted by Thilo Jeremias).
5759 * include/libxml/xmlschematypes.h: Cleaned up some comments.
5760 * xstc/xstc.py: Workaround to accomodate case insensitive
5761 test definitions in ms-test.def.xml.
5762 * result/schemas/deter0_0_0.err result/schemas/ns0_0_2.err
5763 result/schemas/ns0_1_2.err: Adapted.
5764
5765Sat Sep 11 09:04:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
5766
5767 * xmlwriter.c: changed char array initialisation to avoid a
5768 complaint from some compiler(s) (bug 152308)
5769
5770Thu Sep 9 07:22:11 PDT 2004 William Brack <wbrack@mmm.com.hk>
5771
5772 * encoding.c: applied fixes for the UTF8ToISO8859x transcoding
5773 routine suggested by Mark Itzcovitz
5774
5775Wed Sep 8 22:50:27 CEST 2004 Daniel Veillard <daniel@veillard.com>
5776
5777 * valid.c xmlsave.c: fixed 2 problems raised by #152140, one
5778 which is that notation not in the internal subset should
5779 not be saved, and the second more nasty on an error saving
5780 NOTATIONs, if there is a proof that nobody uses notations !
5781
5782Wed Sep 8 11:04:27 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5783
5784 * xmlschemas.c include/libxml/xmlschemas.h: Added the function
5785 xmlSchemaValidateOneElement to the XML Schema validation API,
5786 as proposed by Jeffrey Fink - see bug # 152073.
5787
5788Tue Sep 7 11:10:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
5789
5790 * configure.in doc/Makefile.am xstc/Makefile.am: some cleanup
5791 checking for xmllint and xsltproc in configure.in, fixed
5792 make dist w.r.t. the new xstc subdir.
5793 * doc/*: rebuilt
5794
5795Mon Sep 6 16:42:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5796
5797 * xstc/xstc.py: Changed to finally validate instance documents.
5798
5799Mon Sep 6 16:04:01 CEST 2004 Daniel Veillard <daniel@veillard.com>
5800
5801 * xstc/Makefile.am Makefile.am: integrated to "make valgrind",
5802 heavy ... weight 250MB of VM !
5803
5804Mon Sep 6 14:54:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5805
5806 * xstc/Makefile.am xstc/xstc-to-python.xsl xstc/xstc.py Makefile.am:
5807 more cleanup in integrating the xstc testsuite
5808
5809Mon Sep 6 13:56:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
5810
5811 * Makefile.am configure.in xstc/.cvsignore xstc/Makefile.am:
5812 starting to integrate the xstc suite in the normal regression
5813 tests
5814
5815Mon Sep 6 13:14:11 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5816
5817 * xstc/sun-test-def.xml: The "tsDir" attribute was not
5818 set correctly.
5819
5820Mon Sep 6 11:52:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
5821
5822 * check-xinclude-test-suite.py: when output and expected do not match
5823 exactly run diff to put the differences in the log c.f. #148691
5824
5825Mon Sep 6 11:17:35 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5826
5827 * xstc/xstc-to-python.xslt xstc/ms-test-def.xml xstc/nist-test-def.xml
5828 xstc/sun-test-def.xml: Initial release of generation files to
5829 create python test scripts, which will run the W3C XML Schema Test
5830 Collection. The ms-test-def.xml and sun-test-def.xml files
5831 were extracted from the online HTML XSTC results [1], since they did
5832 not exist for the SUN tests, and only partially did exist for the
5833 MS tests. The NIST definition file was created by concatenation
5834 of the existing definition files for each single datatype.
5835 The stylesheet "xstc-to-python.xslt" should be run against the
5836 definition files to produce the python scripts.
5837 [1] "http://www.w3.org/XML/2001/05/xmlschema-test-collection/
5838 results-master.html"
5839
5840Fri Sep 3 20:29:59 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5841
5842 * xmlschemas.c include/libxml/schemasInternals.h
5843 include/libxml/xmlerror.h: Fixed a seg fault in xmlGetQNameProp:
5844 a format argument was missing.
5845 Fixed wrong assignment of the owner of a wildcard in
5846 xmlSchemaBuildAttributeValidation (in the shorthandform of
5847 <complexType>; this caused a seg fault, due to a double-free
5848 of the wildcard.
5849 Added a check for circular attribute group references.
5850 Added a check for circular model group definition references.
5851 Fixed a dublicate xmlParserErrors enum value - see bug #151738.
5852
5853Fri Sep 3 10:08:13 PDT 2004 William Brack <wbrack@mmmm.com.hk>
5854
5855 * xmlstring.c: modified comments on xmlGetUTF8Char in
5856 response to bug 151760 (no change to logic)
5857
5858Tue Aug 31 09:46:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
5859
5860 * xmlstring.c: fixed error reported on the list caused by
5861 my last change
5862
5863Tue Aug 31 15:41:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
5864
5865 * NEWS configure.in doc/*: release of libxml2-2.6.13
5866
5867Tue Aug 31 14:14:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
5868
5869 * xmlIO.c: fixing #151456, an encoding error could generate
5870 a serialization loop.
5871
5872Tue Aug 31 11:34:04 CEST 2004 Daniel Veillard <daniel@veillard.com>
5873
5874 * Makefile.am: also produce a tar ball with just the sources
5875 * xmllint.c: added --path option and --load-trace options to
5876 xmllint, RFE #147740 based on xsltproc versions
5877 * doc/xmllint.* doc/*: updated the man page and rebuilt
5878
5879Tue Aug 31 10:37:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5880
5881 * xmlschemastypes.c: "" is a valid hexbinary string dixit xmlschema-dev
5882 * result/schemas/hexbinary_0_1.err test/schemas/hexbinary_1.xml:
5883 update the test.
5884 * test/ns5 result//ns5*: added a test for the namespace bug fixed
5885 in previous commit.
5886 * Makefile.am: added a message in the regression tests
5887
5888Mon Aug 30 23:36:21 PDT 2004 William Brack <wbrack@mmm.com.hk>
5889
5890 * SAX2.c: fixed bug introduced during OOM fixup causing problems
5891 with default namespace when a named prefix with the same href
5892 was present (reported on the mailing list by Karl Eichwalder.
5893 * xmlstring.c: modified xmlCheckUTF8 with suggested code from
5894 Julius Mittenzwei.
5895 * dict.c: added a typecast to try to avoid problem reported by
5896 Pascal Rodes.
5897
5898Mon Aug 30 12:45:46 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5899
5900 * xmlschemas.c: Fixed a bug in xmlSchemasCheckFacet, which did
5901 not create a computed value on a facet and thus crashed during
5902 validation of instances.
5903 Expanded validity checks for min/maxOccurs attributes.
5904 Expanded validity checks for the value of the attribute "form".
5905
5906Fri Aug 27 18:32:24 PST 2004 William Brack <wbrack@mmm.com.hk>
5907
5908 * xmlstring.c: fixed a problem with xmlCheckUTF8 reported on the
5909 mailing list by Julius Mittenzwei
5910
5911Fri Aug 27 00:13:39 CEST 2004 Daniel Veillard <daniel@veillard.com>
5912
5913 * libxml.spec.in: added BuildRequires: zlib-devel, fixes
5914 Red Hat bug #124942
5915
5916Thu Aug 26 12:27:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
5917
5918 * parser.c: remove a warning on Solaris
5919 * xmlschemastype.c: fix a crashing bug #151111
5920
5921Wed Aug 25 22:20:18 CEST 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5922
5923 * test/schemas/import-bad-1_0.imp: Added missing test file.
5924 * xmlschemas.c include/libxml/xmlerror.h include/libxml/xmlschemas.h:
5925 Substituted the obsolete xmlSchemaValidError(s) for xmlParserErrors
5926 - see #150840.
5927 Changed the import of schemas to allow failure of location
5928 of a resource to be imported.
5929 * result/schemas/all_* result/schemas/any3_0_0.err
5930 result/schemas/choice_* result/schemas/import1_0_0.err
5931 result/schemas/list0_0_1.err result/schemas/list0_1_0.err
5932 result/schemas/list0_1_1.err result/schemas/ns0_0_2.err
5933 result/schemas/ns0_1_2.err: Adapted regression test results.
5934
5935Tue Aug 24 20:49:15 MDT 2004 John Fleck <jfleck@inkstain.net>
5936
5937 * doc/tutorial/xmltutorial.xml, xmltutorial.pdf, *.html
5938 fix Xpath memory leak (thanks to sKaBoy and William Brack)
5939
5940Tue Aug 24 21:10:59 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
5941
5942 * parser.c: fixed path problem in DTD loading reported by
5943 Sameer Abhinkar
5944
5945Tue Aug 24 16:40:51 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
5946
5947 * win32/configure.js: added support for version extra
5948 * win32/Makefile.*: upgraded to zlib 1.2.1
5949
5950Mon Aug 23 14:33:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
5951
5952 * configure.in: removing -O -g from default gcc flags #150828
5953
5954Sun Aug 22 16:26:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
5955
5956 * configure.in doc/* NEWS: preparing 2.6.12 release, updated and
5957 and rebuilt the docs.
5958
5959Sun Aug 22 16:07:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
5960
5961 * python/libxml.c: fix a problem on last commit
5962
5963Sun Aug 22 15:16:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
5964
5965 * xmllint.c xpath.c include/libxml/xpath.h
5966 include/libxml/xpathInternals.h python/libxml.c
5967 python/libxml_wrap.h: trying to remove some warning when compiling
5968 on Fedora Core 3 and 64bits
5969
5970Sat Aug 21 0:035:10 CET 2004 Kasimier Buchcik <libxml2-cvs@cazic.net>
5971
5972 * xmlschemas.c: modified parsing of <list>, <union>, <restriction>,
5973 <sequence>, <choice>, <include>, <import>.
5974 Fixed schema defaults (elementFormDefault, etc.) for included
5975 schemas.
5976 Fixed a bug which reported attributes as invalid on
5977 elements declarations with the built-in type 'anyType'.
5978 Added "lax" validation of the content of elements of type
5979 'anyType'.
5980 Fixed: element declarations with the same name were treated
5981 as duplicate if located in the subtree of <choice> -> <sequence>.
5982 (This was bug 150623, submitted by Roland Lezuo)
5983 Fixed cleanup of error codes in xmlSchemaValidateDoc as proposed
5984 by Igor Kapitanker. (This was bug 150647, submitted by Igor
5985 Kapitanker)
5986 * xmlschemastypes.c: Changed the type of anyType to
5987 XML_SCHEMAS_ANYTYPE.
5988 * include/libxml/xmlerror.h: Added schema parser errors.
5989 * result/schemas/bug145246_0_0*
5990 result/schemas/extension1_0_2.err: Changed test results.
5991 * result/schemas/ct-sc-nobase_0_0*
5992 result/schemas/facet-whiteSpace_0_0*
5993 result/schemas/import1_0_0* result/schemas/import2_0_0*
5994 result/schemas/include2_0_0* result/schemas/include3_0_0*
5995 result/schemas/restriction-attr1_0_0*
5996 result/schemas/seq-dubl-elem1_0_0*
5997 result/schemas/xsd-list-itemType_0_0*: Added new rest results.
5998 test/schemas/bug145246.xsd.imp test/schemas/ct-sc-nobase_0*
5999 test/schemas/facet-whiteSpace_0* test/schemas/import1_0*
6000 test/schemas/import2_0* test/schemas/include2_0*
6001 test/schemas/include3_0* test/schemas/restriction-attr1_0*
6002 test/schemas/seq-dubl-elem1_0* test/schemas/xml.xsd
6003 test/schemas/xsd-list-itemType_0*: Added new tests and missing
6004 files.
6005
6006Fri Aug 20 18:51:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6007
6008 * Makefile.am configure.in: a bit of cleanup and a extra variable for
6009 CVS dist
6010
6011Thu Aug 19 07:44:07 MDT 2004 John Fleck <jfleck@inkstain.net>
6012
6013 * doc/xmllint.xml, xmllint.1, xmllint.html:
6014 Edit and rebuild the man pages with Daniel's C14 update
6015
6016Wed Aug 18 19:15:27 PDT 2004 William Brack <wbrack@mmm.com.hk>
6017
6018 * parser.c: fixed missing line numbers on entity as reported
6019 on the list by Steve Cheng
6020
6021Wed Aug 18 14:04:31 PDT 2004 William Brack <wbrack@mmm.com.hk>
6022
6023 * configure.in globals.c include/libxml/xmlversion.h.in
6024 include/libxml/xmlwin32version.h.in: added some code to
6025 include the CVS ChangeLog version in the xmlParserVersion
6026 string (printed by xmllint with --version)
6027
6028Wed Aug 18 11:14:06 CEST 2004 Daniel Veillard <daniel@veillard.com>
6029
6030 * xmlschemas.c include/libxml/xmlschemas.h python/generator.py
6031 python/libxml.c python/libxml_wrap.h python/types.c
6032 python/tests/schema.py python/tests/Makefile.am: Applied patch
6033 from Torkel Lyng to add Schemas support to the Python bindings
6034 and extend the schemas error API, registered a new test.
6035 * doc/* elfgcchack.h: rebuilt to regenerate the bindings
6036
6037Mon Aug 16 14:36:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6038
6039 * debugXML.c: added help for new set shell command
6040 * xinclude.c xmllint.c xmlreader.c include/libxml/parser.h:
6041 added parser option to not generate XInclude start/end nodes,
6042 added a specific option to xmllint to test it fixes #130769
6043 * Makefile.am: regression test the new feature
6044 * doc/xmllint.1 doc/xmllint.xml: updated man page to document option.
6045
6046Mon Aug 16 02:42:30 CEST 2004 Daniel Veillard <daniel@veillard.com>
6047
6048 * xmlIO.c: small typo pointed out by Mike Hommey
6049 * doc/xmllint.xml, xmllint.html, xmllint.1: slightly improved
6050 the --c14n description, c.f. #144675 .
6051 * nanohttp.c nanoftp.c: applied a first simple patch from
6052 Mike Hommey for $no_proxy, c.f. #133470
6053 * parserInternals.c include/libxml/parserInternals.h
6054 include/libxml/xmlerror.h: cleanup to avoid 'error' identifier
6055 in includes #137414
6056 * parser.c SAX2.c debugXML.c include/libxml/parser.h:
6057 first version of the inplementation of parsing within
6058 the context of a node in the tree #142359, new function
6059 xmlParseInNodeContext(), added support at the xmllint --shell
6060 level as the "set" function
6061 * test/scripts/set* result/scripts/* Makefile.am: extended
6062 the script based regression tests to instrument the new function.
6063
6064Sat Aug 14 18:53:08 MDT 2004 John Fleck <jfleck@inkstain.net>
6065
6066 * doc/xmllint.xml, xmllint.html, xmllint.1:
6067 add c14n to man page (man, it's hard to keep up with
6068 Daniel!)
6069
6070Sat Aug 14 18:45:38 MDT 2004 John Fleck <jfleck@inkstain.net>
6071
6072 * doc/xmllint.xml, xmllint.html, xmllint.1:
6073 add pattern, walker, maxmem, output and xmlout to man page
6074 fixes #144675
6075
6076Sun Aug 15 00:41:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
6077
6078 * xmllint.c: added a --c14n option to canonicalize the output
6079 should close the RFE #143226
6080
6081Sat Aug 14 23:50:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6082
6083 * tree.c: Dodji pointed out a bug in xmlGetNodePath()
6084 * xmlcatalog.c: applied patch from Albert Chin to add a
6085 --no-super-update option to xmlcatalog see #145461
6086 and another patch also from Albert Chin to not crash
6087 on -sgml --del without args see #145462
6088 * Makefile.am: applied another patch from Albert Chin to
6089 fix a problem with diff on Solaris #145511
6090 * xmlstring.c: fix xmlCheckUTF8() according to the suggestion
6091 in bug #148115
6092 * python/libxml.py: apply fix from Marc-Antoine Parent about
6093 the errors in libxml(2).py on the node wrapper #135547
6094
6095Sat Aug 14 13:18:57 CEST 2004 Daniel Veillard <daniel@veillard.com>
6096
6097 * Makefile.am: added a dumb rule to able to compile tst.c
6098 when people submit a sample test program
6099 * xmlschemas.c: applied small patch from Eric Haszlakiewicz
6100 to document xmlSchemasSetValidErrors() limitations, #141827
6101 * error.c: Add information in generic and structured error
6102 setter functions that this need to be done per thread #144308
6103 * xmlsave.c: fixed bug whith missing NOTATION(s) serialization
6104 bug #144162
6105 * doc/xmllint.xml: typo fix #144840
6106
6107Tue Aug 10 07:19:31 PDT 2004 Daniel Veillard <daniel@veillard.com>
6108
6109 * configure.in xmlregexp.c xmlschemas.c xmlschemastypes.c
6110 include/libxml/schemasInternals.h include/libxml/xmlerror.h
6111 include/libxml/xmlschemastypes.h: applied Schemas patches
6112 from Kasimier Buchcik
6113 * test/ result/ bug141333* annot-err* any[1-4]* bug145246*
6114 element-err* element-minmax-err* include1* restrict-CT-attr-ref*:
6115 lot of new tests for things fixed by the patch
6116
6117Fri Aug 6 09:22:34 PDT 2004 William Brack <wbrack@mmm.com.hk>
6118
6119 * valid.c: fixed my mis-handling of External ID on last
6120 change.
6121
6122Wed Aug 4 23:40:21 PDT 2004 William Brack <wbrack@mmm.com.hk>
6123
6124 * valid.c: changed the parsing of a document's DTD to use
6125 the proper base path (bug 144366)
6126
6127Wed Aug 4 16:58:08 CEST 2004 Daniel Veillard <daniel@veillard.com>
6128
6129 * Makefile.am config.h.in configure.in python/Makefile.am:
6130 applied a patch from Gerrit P. Haase to get python bindings
6131 on Cygwin
6132
6133Tue Aug 3 15:08:22 PDT 2004 William Brack <wbrack@mmm.com.hk>
6134
6135 * include/libxml/valid.h: elaborated on description of
6136 xmlValidityWarningFunc and xmlValidityErrorFunc (bug
6137 144760)
6138 * xmlIO.c, xmlschemastypes.c, include/libxml/schemasinternals.h:
6139 minor fixes to comments for doc rebuilding errors.
6140 * doc/*.html: rebuilt the docs
6141
6142Tue Aug 3 23:59:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
6143
6144 * doc/ChangeLog.xsl doc/downloads.html doc/xml.html doc/*:
6145 fixes documentation glitches raised by Oliver Stoeneberg
6146
6147Tue Aug 3 09:42:31 PDT 2004 William Brack <wbrack@mmm.com.hk>
6148
6149 * tree.c: fixed problem with memory leak on text nodes in DTD
6150 (bug 148965) with patch provided by Darrell Kindred
6151
6152Tue Aug 3 08:14:44 PDT 2004 William Brack <wbrack@mmm.com.hk>
6153
6154 * HTMLparser.c: fixed initialisation problem for htmlReadMemory
6155 (bug 149041)
6156
6157Sat Jul 31 11:01:33 PDT 2004 William Brack <wbrack@mmm.com.hk>
6158
6159 * doc/buildDocBookCatalog: enhanced per bug 119876. Further
6160 info posted to the mailing list.
6161
6162Sat Jul 31 09:12:44 PDT 2004 William Brack <wbrack@mmm.com.hk>
6163
6164 * SAX2.c, encoding.c, error.c, parser.c, tree.c, uri.c, xmlIO.c,
6165 xmlreader.c, include/libxml/tree.h: many further little changes
6166 for OOM problems. Now seems to be getting closer to "ok".
6167 * testOOM.c: added code to intercept more errors, found more
6168 problems with library. Changed method of flagging / counting
6169 errors intercepted.
6170
6171Fri Jul 30 13:57:55 CEST 2004 Daniel Veillard <daniel@veillard.com>
6172
6173 * tree.c: applied a couple of patch one from Oliver Stoeneberg
6174 and another one from Rob Richards fixing #148448
6175
6176Thu Jul 29 13:20:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6177
6178 * HTMLparser.c: 1 line patch, apparently htmlNewDoc() was not
6179 setting doc->charset.
6180
6181Thu Jul 29 00:05:58 PDT 2004 William Brack <wbrack@mmm.com.hk>
6182
6183 * SAX2.c, tree.c, uri.c, xmlIO.c, xmlreader.c: further
6184 fixes for out of memory condition, mostly from Olivier
6185 Andrieu.
6186 * testOOM.c: some further improvement by Olivier, with
6187 a further small enhancement for easier debugging.
6188
6189Tue Jul 27 00:34:07 PDT 2004 William Brack <wbrack@mmm.com.hk>
6190
6191 * SAX2.c, error.c, parser.c, tree.c, xmlreader.c:
6192 implemented patches supplied by Olivier Andrieu
6193 (bug 148588), plus made some further enhancements, to
6194 correct some problems with out of memory conditions.
6195 * testOOM.c: improved with patches from Olivier Andrieu
6196
6197Mon Jul 26 11:03:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
6198
6199 * tree.c: put in patch for Windows buffer re-allocation
6200 submitted by Steve Hay (bug 146697)
6201
6202Sun Jul 25 17:18:39 PDT 2004 William Brack <wbrack@mmm.com.hk>
6203
6204 * xinclude.c: added some code to check, when an include is
6205 done, whether the requested URL gets mapped to some other
6206 location (e.g. with a catalog entry) and, if so, take care
6207 of the xml:base properly (bug 146988)
6208
6209Sun Jul 25 14:02:24 PDT 2004 William Brack <wbrack@mmm.com.hk>
6210
6211 * error.c: fixed to assure user data param is set correctly
6212 when user structured error handler is called (bug 144823)
6213
6214Thu Jul 22 10:14:48 PDT 2004 William Brack <wbrack@mmm.com.hk>
6215
6216 * xmlreader.c: fixed problem with reader state after
6217 processing attributes (bug 147993)
6218
6219Wed Jul 21 17:04:27 HKT 2004 William Brack <wbrack@mmm.com.hk>
6220
6221 * configure.in, Makefile.am: put in an auto* check for the
6222 path to perl (if it exists), and modified make Timingtests
6223 to use that path instead of just executing the dbgenattr.pl
6224 script (bug 148056)
6225
6226Fri Jul 16 18:36:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6227
6228 * python/generator.py: added a check on the argument for some
6229 classes (e.g. xmlDoc and xmlNode) to prevent a segfault (as
6230 reported on the list). Further enhancement should be done
6231 to auto-create the appropriate object.
6232 * python/libxml.c: minor fix for a warning message; added a
6233 routine, currently not used, to report the description of a
6234 PyCObject.
6235 * python/libxml2class.txt: regenerated
6236
6237Fri Jul 16 11:01:40 CEST 2004 Daniel Veillard <daniel@veillard.com>
6238
6239 * catalog.c test/catalogs/white* result/catalogs/white*:
6240 applied patches from Peter Breitenlohner to fix handling
6241 of white space normalization in public ids and add tests
6242
6243Tue Jul 13 17:24:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
6244
6245 * xmlmemory.c: applied a small fix from Steve Hay
6246
6247Tue Jul 13 23:02:19 HKT 2004 William Brack <wbrack@mmm.com.hk>
6248
6249 * xpath.c: Added code to in PREDICATE/FILTER handling to reset
6250 the xpath context document pointer (part of fix to libxslt
6251 bug 147445)
6252
6253Tue Jul 13 00:14:08 HKT 2004 William Brack <wbrack@mmm.com.hk>
6254
6255 * python/libxml.py: ran 'expand' on the file to get rid of mixture
6256 of tabs and spaces (bug 147424)
6257
6258Sun Jul 11 22:38:29 HKT 2004 William Brack <wbrack@mmm.com.hk>
6259
6260 * python/drv_libxml.py: added an encoding "special comment" to avoid
6261 warning message in python2.3 (bug 146889)
6262 * Makefile.am, python/Makefile.am, python/tests/Makefile.am: small
6263 change to make "make tests" a little quieter (MAKEFLAGS+=--silent)
6264 * xpath.c: enhanced to take advantage of current libxslt handling
6265 of tmpRVT. Fixes bug 145547.
6266
6267Fri Jul 9 14:02:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
6268
6269 * libxml.h uri.c: fixed a couple of problems in the new
6270 elfgcchack.h trick pointed by Peter Breitenlohner
6271
6272Wed Jul 7 00:45:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
6273
6274 * elfgcchack.h doc/apibuild.py doc/libxml2-api.xml: fixed a bug
6275 which prevented building with --with-minimum
6276
6277Mon Jul 5 19:43:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
6278
6279 * configure.in doc/*: releasing 2.6.11, updated and regenerated the
6280 docs
6281
6282Mon Jul 5 18:43:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6283
6284 * parser.c: make the push interfaces synchronous
6285 * python/tests/sync.py: added a specific test
6286 * python/tests/Makefile.am doc/examples/Makefile.am
6287 doc/examples/index.py: added the new test, cleaning up
6288 "make tests" output
6289
6290Mon Jul 5 15:09:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6291
6292 * xmlschemas.c: applied patch from Kasimier to fix some Relax-NG
6293 datatype facet problem with recent changes.
6294
6295Sat Jul 3 11:31:02 HKT 2004 William Brack <wbrack@mmm.com.hk>
6296
6297 * python/libxml.c: Changed the number of XPath extension functions
6298 allowed to be variable-length (patch supplied by Marc-Antoine
6299 Parent, bug 143805). Added code to "unregister" the functions
6300 when the parser cleanup takes place.
6301
6302Fri Jul 2 14:22:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
6303
6304 * xmlmemory.c python/libxml.c python/libxml2-python-api.xml:
6305 some updates with memory debugging facilities while messing
6306 with libxslt python bindings
6307
6308Thu Jul 1 14:53:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6309
6310 * python/libxml.c python/generator.py python/libxml.py
6311 python/libxml2-python-api.xml python/libxml2class.txt:
Daniel Veillard25a1ce92008-06-02 16:04:12 +00006312 applied patch from Stéphane Bidoul to fix some Python bindings
William M. Brack11be2d02007-01-24 19:17:19 +00006313 initialization, then had to change the parserCleanup()
6314 to handle memory released there.
6315 * xmlmemory.c: added more debugging comments.
6316
6317Thu Jul 1 13:18:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
6318
6319 * xmlreader.c: seems the reader buffer could be used while not
6320 allocated, fixes bug #145218
6321
6322Thu Jul 1 11:34:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6323
6324 * python/generator.py: do not provide functions used as destructor
6325 of classes as public methods to avoid double-free problem like
6326 in bug #145185
6327
6328Wed Jun 30 19:45:23 HKT 2004 William Brack <wbrack@mmm.com.hk>
6329
6330 * xmlschemas.c, xmlschemastypes.c: warning message cleanup.
6331 Now compiles warning-free, all tests passed.
6332 * SAX2.c: small change to comments for documentation.
6333 No change to logic.
6334
6335Tue Jun 29 15:00:13 PDT 2004 Daniel Veillard <daniel@veillard.com>
6336
6337 * xmlschemas.c: more fixes with Kasimier, looks far cleaner :-)
6338
6339Tue Jun 29 23:00:05 CEST 2004 Daniel Veillard <daniel@veillard.com>
6340
6341 * xmlschemas.c: Kasimier Buchcik fixed the memory access and
6342 allocation problem
6343
6344Tue Jun 29 19:00:32 CEST 2004 Daniel Veillard <daniel@veillard.com>
6345
6346 * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h
6347 include/libxml/schemasInternals.h include/libxml/xmlschemastypes.h:
6348 applied Schemas patches from Kasimier Buchcik, there is still
6349 one open issue about referencing freed memory.
6350 * test/schemas/* result/schemas/*: updated with new tests from
6351 Kasimier
6352
6353Tue Jun 29 14:52:18 CEST 2004 Daniel Veillard <daniel@veillard.com>
6354
6355 * include/libxml/globals.h include/libxml/xmlIO.h
6356 doc/libxml2-api.xml doc/libxml2-refs.xml: moved some definitions
6357 to globals.h to avoid some troubles pointed out by Rob Richards
6358
6359Mon Jun 28 11:25:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6360
6361 * libxml.m4: applied changes suggested by Mike Hommey, remove
6362 libxml1 support and use CPPFLAGS instead of CFLAGS
6363
6364Sun Jun 27 14:17:15 CEST 2004 Daniel Veillard <daniel@veillard.com>
6365
6366 * libxml.spec.in: another, more 'experimental' feature to
6367 get compiler optimization based on gcc runtime profiling
6368
6369Sun Jun 27 14:02:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6370
6371 * elfgcchack.h doc/elfgcchack.xsl libxml.h: hack based on Arjan van de
6372 Ven suggestion to reduce ELF footprint and generated code. Based on
6373 aliasing of libraries function to generate direct call instead of
6374 indirect ones
6375 * doc/libxml2-api.xml doc/Makefile.am doc/apibuild.py: added automatic
6376 generation of elfgcchack.h based on the API description, extended
6377 the API description to show the conditionals configuration flags
6378 required for symbols.
6379 * nanohttp.c parser.c xmlsave.c include/libxml/*.h: lot of cleanup
6380 * doc/*: regenerated the docs.
6381
6382Sun Jun 27 10:02:28 HKT 2004 William Brack <wbrack@mmm.com.hk>
6383
6384 * regressions.py, regressions.xml: new files for running
6385 regression tests under Python. Not yet complete, but
6386 should provide good testing under both Linux and Windows.
6387 * testHTML.c, testSAX.c, xmllint.c: changed the 'fopen' used
6388 for --push testing to include the 'rb' param when compiled
6389 under Windows.
6390
6391Fri Jun 25 13:38:57 HKT 2004 William Brack <wbrack@mmm.com.hk>
6392
6393 * uri.c: fixed a problem when base path was "./xxx"
6394 * result/XInclude/*: 5 test results changed by above.
6395 * Makefile.am: fixed a couple of spots where a new
6396 result file used different flags that the testing one.
6397
6398Thu Jun 24 16:27:44 HKT 2004 William Brack <wbrack@mmm.com.hk>
6399
6400 * valid.c: suppressed warnings from within xmlValidGetValidElements
6401 (bug 144644)
6402 * doc/examples/testWriter.c: corrected typo in comment for ISO-8859-1
6403 (bug 144245)
6404
6405Thu Jun 24 10:17:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6406
6407 * valid.c: implemented bugfix from Massimo Morara for DTD
6408 dumping problem.
6409 * test/valid/t10.xml, result/valid/t10.*: added regression
6410 for above
6411 * configure.in: small change for my profile settings
6412
6413Wed Jun 23 20:18:19 MDT 2004 John Fleck <jfleck@inkstain.net>
6414
6415 * doc/xmlcatalog_man.xml, xmlcatalog.1
6416 Docs patch from Ville Skytta, bugzilla #144841
6417
6418Sat Jun 19 18:34:11 MDT 2004 John Fleck <jfleck@inkstain.net>
6419
6420 * doc/xmllint.xml, xmllint.html, xmllint.1
6421 update man page to reflect William's newly disciplined return
6422 code mojo
6423
6424Thu Jun 17 00:51:55 CEST 2004 Daniel Veillard <daniel@veillard.com>
6425
6426 * doc/examples/io2.c doc/examples/parse4.c: fixing a couple of
6427 compilation errors when configured with --with-minimum
6428
6429Wed Jun 16 16:07:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6430
6431 * debugXML.c: applied patch from Stefano Debenedetti to register
6432 namespaces in the debug shell
6433
6434Mon Jun 14 21:56:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6435
6436 * xmlreader.c: fix from Steve Ball and update of the comment.
6437 * Makefile.am result/errors/*.str: William pointed out that
6438 the streaming error checking part wasn't streaming, fixing
6439
6440Mon Jun 14 14:11:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6441
6442 * catalog.c: patch from Igor for the default catalog path on Windows
6443
6444Sat Jun 12 09:03:57 HKT 2004 William Brack <wbrack@mmm.com.hk>
6445
6446 * configure.in: apparently wasn't updated last time
6447
6448Thu Jun 10 20:57:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6449
6450 * configure.in, xmlmemory.c, globals.c: fixed problem when
6451 configuring using --with-thread-alloc
6452
6453Wed Jun 9 16:31:24 CEST 2004 Igor Zlatkovic <igor@zlatkovic.com>
6454
6455 * win32/configure.js win32/Makefile.* minor changes for the new
6456 layout of the Windows binary package
6457
6458Tue Jun 8 19:50:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6459
6460 * xmlschemas.c include/libxml/xmlerror.h: applied another patch
6461 from Kasimier Buchcik for Schema Component Constraints
6462 * test/schemas/* result/schemas/*: added the regression tests
6463
6464Tue Jun 8 21:27:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6465
6466 * xmllint.c: fixed missing error return code for schema
6467 validation (bug 143880), also changed over to an enum for
6468 defining the error return codes for all conditions.
6469
6470Tue Jun 8 14:01:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
6471
6472 * parser.c xmlreader.c include/libxml/parser.h: fixed a serious
6473 problem when substituing entities using the Reader, the entities
6474 content might be freed and if rereferenced would crash
6475 * Makefile.am test/* result/*: added a new test case and a new
6476 test operation for the reader with substitution of entities.
6477
6478Tue Jun 8 12:14:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6479
6480 * globals.c xmlIO.c include/libxml/globals.h include/libxml/xmlIO.h:
6481 applied patch from Rob Richards for the per thread I/O mappings
6482
6483Tue Jun 8 09:58:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6484
6485 * xinclude.c: some further enhancement to take care of
6486 xml:base for XPointer elements (bug 143886). Also fixed
6487 a problem when xml:base was already specified on an
6488 XInclude'd element.
6489
6490Mon Jun 7 22:14:58 HKT 2004 William Brack <wbrack@mmm.com.hk>
6491
6492 * relaxng.c: fixed a problem with internal cleanup of <DIV> element
6493 (bug 143738).
6494
6495Mon Jun 7 16:57:43 HKT 2004 William Brack <wbrack@mmm.com.hk>
6496
6497 * uri.c, include/libxml/uri.h: added a new routine
6498 xmlBuildRelativeURI needed for enhancement of xinclude.c
6499 * xinclude.c: changed handling of xml:base (bug 135864)
6500 * result/XInclude/*: results of 5 tests changed as a result
6501 of the above change
6502
6503Fri Jun 4 11:27:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6504
6505 * test/schemas/* result/schemas/*: added a bunch of tests from
6506 Kasimier Buchcik posted on May 11
6507
6508Thu Jun 3 17:58:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6509
6510 * xmlschemas.c: new patch from Kasimier Buchcik for processContents
6511 of wildcards attribute handling
6512 * test/schemas/anyAttr-* result/schemas/anyAttr-*: added specific
6513 regression tests
6514
6515Thu Jun 3 13:20:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6516
6517 * parser.c: fixed a bug where invalid charrefs may not be detected
6518 sometimes as pointed by Morus Walter.
6519 * test/errors/charref1.xm result/errors/charref1.xml*: added the
6520 test in the regression suite.
6521
6522Thu Jun 3 18:38:27 HKT 2004 William Brack <wbrack@mmm.com.hk>
6523
6524 * xmlschemas.c: small change to xmlSchemaValidateAttributes,
6525 also corrected typo on error code enum.
6526 * include/libxml/xmlerror.h: corrected typo on schema error
6527 code enum
6528
6529Thu Jun 3 10:12:38 HKT 2004 William Brack <wbrack@mmm.com.hk>
6530
6531 * xmlschemas.c: minor cosmetic changes, no change to logic.
6532 * result/schemas/attruse_0_[12].err: regenerated
6533 * globals.c: added a newline at end to make gcc happy
6534
6535Wed Jun 2 21:16:26 CEST 2004 Daniel Veillard <daniel@veillard.com>
6536
6537 * xmlschemas.c include/libxml/schemasInternals.h
6538 include/libxml/xmlerror.h: applied a patch from Kasimier Buchcik
6539 implementing attribute uses and wildcards.
6540 * test/schemas/* result/schemas/*: added/fixed a bunch of tests
6541
6542Wed Jun 2 18:15:51 CEST 2004 Daniel Veillard <daniel@veillard.com>
6543
6544 * globals.c xmlIO.c include/libxml/globals.h: applied patch from
6545 Rob Richards for custom I/O BufferCreateFilenane fixes bug
6546 #143366
6547
6548Wed Jun 02 16:25:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6549
6550 * xpath.c: fixed problem with predicate evaluation on an
6551 empty nodeset (bug 143409)
6552
6553Wed Jun 02 11:26:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
6554
6555 * testSAX.c: fixed problem with attribute listing (bug 142674)
6556 and added macro LIBXML_TEST_VERSION to assure xmlInitParser
6557 gets called (bug 142686)
6558
6559Sat May 29 21:35:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6560
6561 * test/schemas/date_0.xml xmlschemastypes.c: applied a patch from
6562 Charles Bozeman fixing a side effect in date handling
6563
6564Thu May 27 19:47:48 MDT 2004 John Fleck <jfleck@inkstain.net>
6565
6566 * doc/tutorial/xmltutorial.xml fix lack of cast in Xpath example
6567 * doc/tutorial/*.html, xmltutorial.pdf rebuild html, pdf
6568
65692004-05-25 Aleksey Sanin <aleksey@aleksey.com>
6570
6571 * c14n.c: fixed c14n bug with serializing attribute namespaces
6572
6573Mon May 24 08:22:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6574
6575 * xpath.c: fixed to allow '+' in exponent of number
6576 (bug 143005)
6577 * SAX2.c: fixed typo in last commit
6578
6579Sat May 22 09:08:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6580
6581 * SAX2.c: skipped call to xmlValidateNCName when compiling
6582 --with-minimum (bug 142917)
6583
6584Tue May 18 06:48:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6585
6586 * catalog.c: reverted the broken change.
6587
6588Mon May 17 23:07:15 CEST 2004 Daniel Veillard <daniel@veillard.com>
6589
6590 * NEWS doc/*: updated the docs for 2.6.10
6591
6592Mon May 17 05:52:03 CEST 2004 Daniel Veillard <daniel@veillard.com>
6593
6594 * configure.in : releasing 2.6.10
6595
6596Sun May 16 23:12:35 CEST 2004 Daniel Veillard <daniel@veillard.com>
6597
6598 * tree.c: avoid returning default namespace when searching
6599 from an attribute
6600 * entities.c xmlwriter.c: reverse xmlEncodeSpecialChars() behaviour
6601 back to escaping " since the normal serialization routines do not
6602 use it anymore, should close bug #134477 . Tried to make
6603 the writer avoid it too but it didn't work.
6604
6605Sun May 16 01:07:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6606
6607 * doc/ChangeLog.awk doc/ChangeLog.xsl: fixed escaping
6608 handling and added direct links to bugzilla report for
6609 bug numbers.
6610
6611Sun May 16 11:11:13 HKT 2004 William Brack <wbrack@mmm.com.hk>
6612
6613 * error.c: modified to assure proper user data is sent to
6614 structured error routine (bug 142598)
6615
6616Sun May 16 03:18:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6617
6618 * catalog.c: a couple of large static variable which should really
6619 not be declared as such cluttered the .bss section.
6620
6621Sun May 16 03:06:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6622
6623 * doc/ChangeLog.awk: fixed a couple of problems when parsing
6624 libxslt ChangeLog
6625
6626Sat May 15 20:14:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
6627
6628 * doc/ChangeLog.awk doc/ChangeLog.xsl: first steps of a good
6629 ChangeLog page generation. The awk shoudl escape characters
6630 not okay in XML and the xslt should make links to functions
6631 or variables or bug reported in the entries.
6632
6633Sat May 15 14:57:40 CEST 2004 Daniel Veillard <daniel@veillard.com>
6634
6635 * xmlsave.c include/libxml/xmlsave.h: start adding API for
6636 escaping customization.
6637
6638Sat May 15 12:38:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6639
6640 * xmlsave.c: more xmlSave cleanup, optimization and refactoring
6641
6642Fri May 14 17:51:48 CEST 2004 Daniel Veillard <daniel@veillard.com>
6643
6644 * xmlIO.c xmlsave.c: third pass at the escaping refactoring.
6645
6646Fri May 14 12:37:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6647
6648 * parser.c: enhanced the enhancement, fixed another couple of
6649 special cases.
6650
6651Fri May 14 11:48:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6652
6653 * parser.c: small enhancement to dtd handling of (a?)+ (bug 142487)
6654
6655Thu May 13 23:19:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6656
6657 * xmlIO.c xmlsave.c include/libxml/xmlIO.h: second pass on escaping
6658 handling, start to looks better, need to be completed and added
6659 directly at the saving context level.
6660
6661Thu May 13 10:31:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6662
6663 * xmlIO.c xmlsave.c include/libxml/xmlIO.h: first pass at refactoring
6664 the escape on save routines for better performances (less malloc)
6665 and more flexibility using the new saving context. Preliminary
6666 work, interface will change.
6667
6668Wed May 12 22:34:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
6669
6670 * xmlschemas.c: added code in xmlSchemaBuildAContentModel to handle
6671 element reference within the xs:all construct (bug 139897)
6672
6673Wed May 12 17:27:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
6674
6675 * xinclude.c: a little further fixing of fallback processing, this
6676 time for fallback with children (bug 139520).
6677
6678Wed May 12 08:21:33 HKT 2004 William Brack <wbrack@mmm.com.hk>
6679
6680 * xmlschemas.c: added code in xmlSchemaBuildContentModel to
6681 allow ref in group definition (bug 134411). Also fixed
6682 misc compilation warning messages.
6683 * result/schema/group0_0_0, result/schema/group0_0_0.err:
6684 regenerated (now no error reported).
6685
6686Tue May 11 11:55:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
6687
6688 * xmlIO.c: fix to the fix for #141864 from Paul Elseth
6689 * HTMLparser.c result/HTML/doc3.htm: apply fix from David Gatwood for
6690 #141195 about text between comments.
6691
6692Tue May 11 23:04:47 HKT 2004 William Brack <wbrack@mmm.com.hk>
6693
6694 * xmlschemas.c, include/libxml/schemasInternals.h,
6695 include/libxml/xmlerror.h: Applied patches supplied by
6696 Kasimier Buchcik.
6697 * test/schemas/po1_0.xml, test/schemas/po1_0.xsd:
6698 changed test to account for above patch.
6699
6700Tue May 11 09:06:53 CEST 2004 Daniel Veillard <daniel@veillard.com>
6701
6702 * python/tests/tstLastError.py: better portability fix for f(*args),
Daniel Veillard25a1ce92008-06-02 16:04:12 +00006703 use apply(f, args) as Stéphane Bidoul suggested
William M. Brack11be2d02007-01-24 19:17:19 +00006704
6705Mon May 10 15:49:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
6706
6707 * xmlregexp.c: enhanced xmlRegStateAddTrans to check if transition
6708 is already present and, if so, to ignore the request to add it.
6709 This has a very dramatic effect on memory requirements as well
6710 as efficiency. It also fixes bug 141762.
6711
6712Sun May 9 20:40:59 CEST 2004 Daniel Veillard <daniel@veillard.com>
6713
6714 * Makefile.am python/tests/Makefile.am python/tests/tstLastError.py:
6715 applied patch from Ed Davis to allow "make tests" to work
6716 with Python 1.5
6717
6718Sun May 9 19:46:13 CEST 2004 Daniel Veillard <daniel@veillard.com>
6719
6720 * xmlsave.c: apply fix for XHTML1 formating from Nick Wellnhofer
6721 fixes bug #141266
6722 * test/xhtmlcomp result//xhtmlcomp*: added the specific regression
6723 test
6724
6725Sun May 9 14:07:21 CEST 2004 Daniel Veillard <daniel@veillard.com>
6726
6727 * Makefile.am: fix for a pedantic make check without make all request
6728
6729Sat May 8 22:56:22 CEST 2004 Daniel Veillard <daniel@veillard.com>
6730
6731 * uri.c xmlIO.c: fixing some problems in URI unescaping
6732 and output buffer opening, this should fix #141864
6733
6734Fri May 7 22:31:54 CEST 2004 Daniel Veillard <daniel@veillard.com>
6735
6736 * valid.c include/libxml/valid.h: fixes the use of 'list' as a parameter
6737 * xmlIO.c include/libxml/xmlIO.h: added xmlPopInputCallback for
6738 Matt Sergeant
6739
6740Thu May 6 21:14:38 PDT 2004 William Brack <wbrack@mmm.com.hk>
6741
6742 * xmlregexp.c: enhanced the handling of subexpression ranges
6743 which have a minOccurs of 0 (bug 140478 again); cleaned up
6744 comments throughout the module.
6745
6746Tue May 4 00:52:16 CEST 2004 Daniel Veillard <daniel@veillard.com>
6747
6748 * xmllint.c: adding a --maxmem option to check memory used.
6749
6750Sat May 1 01:08:44 CEST 2004 Daniel Veillard <daniel@veillard.com>
6751
6752 * xmllint.c xmlsave.c python/generator.py python/libxml.c: Fixed
6753 bug #141529 i.e. various problems when building with --without-html
6754
6755Fri Apr 30 18:12:31 CEST 2004 Daniel Veillard <daniel@veillard.com>
6756
6757 * xmllint.c xmlreader.c: fixing bug #141384 where the reader didn't
6758 call the deregistering functions. Also added the check to
6759 xmllint --stream --chkregister .
6760
6761Fri Apr 30 08:57:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6762
6763 * win32/Makefile.msvc: applied a second patch from Mark Vakoc for
6764 regression tests on Windows
6765
6766Thu Apr 29 21:47:23 CEST 2004 Daniel Veillard <daniel@veillard.com>
6767
6768 * xmlreader.c: never commit without running make tests first !
6769
6770Thu Apr 29 20:15:20 CEST 2004 Daniel Veillard <daniel@veillard.com>
6771
6772 * xmlreader.c: fix a nasty problem with reading over the end
6773 * xmlsave.c: fix a reported memory leak apparently
6774
6775Thu Apr 29 17:05:00 CEST 2004 Daniel Veillard <daniel@veillard.com>
6776
6777 * win32/Makefile.msvc: patch from Mark Vakoc for regression tests
6778 on Windows.
6779 * xpath.c: the NaN problem also shows up on Borland
6780
6781Mon Apr 26 23:37:12 HKT 2004 William Brack <wbrack@mmm.com.hk>
6782
6783 * xmlregexp.c: enhanced xmlFARegExec range evaluation for min
6784 occurs 0 problems - fixes bug 140478.
6785
6786Thu Apr 22 09:12:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6787
6788 * rngparser.c: tiny path fixes the "xmlConvertCRNGFile" function name
6789 from Kasimier Buchcik
6790 * xmlschemas.c: recursive xs:extension fix from taihei goi
6791
6792Wed Apr 21 00:19:29 CEST 2004 Daniel Veillard <daniel@veillard.com>
6793
6794 * tree.c: small buffer resizing improvement from Morten Welinder
6795 closes #140629
6796
6797Tue Apr 20 23:40:14 CEST 2004 Daniel Veillard <daniel@veillard.com>
6798
6799 * xpath.c: last version of the fix for MSC version 1200
6800
6801Tue Apr 20 19:40:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6802
6803 * parser.c: killing the strncmp vs. memcmp controversy and #140593
6804
6805Tue Apr 20 13:27:06 CEST 2004 Daniel Veillard <daniel@veillard.com>
6806
6807 * include/libxml/SAX2.h: Kasimier Buchcik pointed out some
6808 inexistent functions, cleaned them out.
6809
6810Tue Apr 20 11:42:50 CEST 2004 Daniel Veillard <daniel@veillard.com>
6811
6812 * error.c: Johnson Cameron pointed out that
6813 initGenericErrorDefaultFunc() was really wrong.
6814 * xmlreader.c include/libxml/xmlreader.h: xmlTextReaderMode enum
6815 must be made public, added some missing comments on the XMLReader
6816 header.
6817 * c14n.c: Alexsey fixed C14N bug with processing namespaces
6818 from attributes
6819
6820Mon Apr 19 23:27:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
6821
6822 * xpath.c: fixed a stupid () error + Mark name.
6823
6824Sun Apr 18 23:45:46 CEST 2004 Daniel Veillard <daniel@veillard.com>
6825
6826 * configure.in: preparing 2.6.9 release
6827 * doc/* News: updated and rebuilt the docs
6828
6829Sun Apr 18 22:51:43 CEST 2004 Daniel Veillard <daniel@veillard.com>
6830
6831 * xpath.c: relaxed id() to not check taht the name(s) passed
6832 are actually NCName, decided this in agreement with Aleksey Sanin
6833 since existing specs like Visa3D broke that conformance checking
6834 and other tools seems to not implement it sigh...
6835 * SAX2.c: check attribute decls for xml:id and the value is an
6836 NCName.
6837 * test/xmlid/id_err* result/xmlid/id_err*: added error testing
6838
6839Sun Apr 18 21:46:17 CEST 2004 Daniel Veillard <daniel@veillard.com>
6840
6841 * xpath.c: work around Microsoft compiler NaN bug raise reported
6842 by Mark Vakoc
6843 * xmlschemas.c include/libxml/schemasInternals.h
6844 include/libxml/xmlerror.h: fixed a recusive extention schemas
6845 compilation error raised by taihei goi
6846
6847Sun Apr 18 16:57:02 CEST 2004 Daniel Veillard <daniel@veillard.com>
6848
6849 * libxml.spec.in: keep the ChangeLog compressed
6850 * xmlreader.c: fix a segfault when using Close()
6851 * python/tests/Makefile.am python/tests/reader8.py: test for
6852 the Close() reader API.
6853
6854Sat Apr 17 22:42:13 HKT 2004 William Brack <wbrack@mmm.com.hk>
6855
6856 * xmlschemas.c, xmlwriter.c, doc/examples/parse4.c,
6857 doc/examples/io2.c: minor warning cleanup (no change to logic)
6858 * xinclude: fixed return value for internal function
6859 xmlXIncludeLoadFallback (now always 0 or -1)
6860
6861Sat Apr 17 21:32:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6862
6863 * valid.c: small enhancement to fix bug 139791
6864
6865Fri Apr 16 18:44:47 CEST 2004 Daniel Veillard <daniel@veillard.com>
6866
6867 * xmlschemas.c include/libxml/schemasInternals.h
6868 include/libxml/xmlerror.h: applied patches from Kasimier Buchcik
6869 for the attribute use support
6870 * test/schemas/attruse* result/schemas/attruse*: added the
6871 tests to the regression suite.
6872
6873Fri Apr 16 18:22:25 CEST 2004 Daniel Veillard <daniel@veillard.com>
6874
6875 * xmlsave.c: move the TODO as comments as the function while not
6876 finished are usable as-is
6877 * xmlschemas.c include/libxml/xmlerror.h: patch from Kasimier Buchcik
6878 implementing union
6879 * test/schemas/union_0_0.x* result/schemas/union_0_0*: added example
6880 * python/Makefile.am: applied fix from Mike Hommey
6881
6882Fri Apr 16 23:58:42 HKT 2004 William Brack <wbrack@mmm.com.hk>
6883
6884 * parser.c: fixed problem with detecting external dtd
6885 encoding (bug 135229).
6886 * Makefile.am: minor change to test label
6887
6888Fri Apr 16 16:09:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
6889
6890 * xinclude.c: fixed problem causing duplicate fallback
6891 execution (bug 139520)
6892 * test/XInclude/docs/fallback2.xml result/XInclude/fallback2.*:
6893 added testcase
6894
6895Fri Apr 9 23:49:37 CEST 2004 Daniel Veillard <daniel@veillard.com>
6896
6897 * SAX2.c include/libxml/tree.h: adding xml:id draft support
6898 * Makefile.am test/xmlid/id_tst* result/xmlid/id_tst*: adding
6899 4 first regression tests
6900
6901Fri Apr 9 11:56:08 CEST 2004 Daniel Veillard <daniel@veillard.com>
6902
6903 * libxml.spec.in: fixing Red Hat bug #120482 , libxml2-python
6904 should depend on the version of python used to compile it.
6905
6906Mon Apr 5 09:07:24 CEST 2004 Daniel Veillard <daniel@veillard.com>
6907
6908 * HTMLparser.c: applied patch from James Bursa, frameset should
6909 close head.
6910
6911Fri Apr 2 22:02:24 HKT 2004 William Brack <wbrack@mmm.com.hk>
6912
6913 * relaxng.c: fixed problem in xmlRelaxNGCompareNameClasses
6914 which was causing check-relaxng-test-suite.py test 351 to fail.
6915
6916Fri Apr 2 17:03:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
6917
6918 * nanohttp.c: implemented fix for M$ IIS redirect provided
6919 by Ian Hummel
6920 * relaxng.c: fixed problem with notAllowed compilation
6921 (bug 138793)
6922
6923Thu Apr 1 22:07:52 CEST 2004 Daniel Veillard <daniel@veillard.com>
6924
6925 * uri.c: fix for xmlUriEscape on "http://user@somewhere.com"
6926 from Mark Vakoc.
6927
69282004-04-01 Johan Dahlin <johan@gnome.org>
6929
6930 * python/.cvsignore: Add generated files, to make cvs silent.
6931
6932Thu Apr 1 12:41:36 CEST 2004 Daniel Veillard <daniel@veillard.com>
6933
6934 * xmlschemas.c: small signed-ness patch from Steve Little
6935
6936Wed Mar 31 17:47:28 CEST 2004 Daniel Veillard <daniel@veillard.com>
6937
6938 * xmlregexp.c: patched a bug in parsing production 1 and 2 of
6939 xmlschemas regexp that William pointed out while working on
6940 #134120
6941 * test/regexp/branch result/regexp/branch: added a specific
6942 regression test
6943
6944Wed Mar 31 09:50:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
6945
6946 * Makefile.am: added PYTHONPATH to python tests for Schemas
6947 and RelaxNG
6948 * test/xsdtest/xsdtestsuite.xml: added testfile for
6949 SchemasPythonTests
6950
6951Mon Mar 29 16:56:49 CEST 2004 Daniel Veillard <daniel@veillard.com>
6952
6953 * doc/examples/examples.xsl doc/examples/index.html: added
6954 information about compiling on Unix
6955
6956Mon Mar 29 14:18:12 CEST 2004 Daniel Veillard <daniel@veillard.com>
6957
6958 * catalog.c: fixes the comments for xmlCatalogDump and xmlDumpACatalog
6959 * doc/*: rebuilt to update
6960
6961Sun Mar 28 18:11:41 CEST 2004 Daniel Veillard <daniel@veillard.com>
6962
6963 * xmlsave.c: optimize indentation based on the new context
6964
6965Sun Mar 28 14:17:10 CEST 2004 Daniel Veillard <daniel@veillard.com>
6966
6967 * doc/examples/xpath2.c doc/examples/xpath2.res: handle and explain
6968 a very tricky problem when modifying the tree based on an XPath
6969 result query.
6970
6971Sat Mar 27 09:56:14 PST 2004 William Brack <wbrack@mmm.com.hk>
6972
6973 * relaxng.c: fixed problem with IS_COMPILABLE flag
6974 (bug 130216)
6975
6976Fri Mar 26 18:28:32 CET 2004 Daniel Veillard <daniel@veillard.com>
6977
6978 * parser.c: applied patch from Dave Beckett to correct line number
6979 errors when using push with CDATA
6980
6981Fri Mar 26 14:53:58 CET 2004 Daniel Veillard <daniel@veillard.com>
6982
6983 * doc/examples/xpath1.c: added a test template
6984 * doc/examples/xpath2.c doc/examples/xpath2.res doc/examples/*:
6985 added a new example, and make valgrind target
6986
6987Fri Mar 26 11:47:29 CET 2004 Daniel Veillard <daniel@veillard.com>
6988
6989 * parser.c: apply fix for #136693
6990
6991Thu Mar 25 20:21:01 MST 2004 John Fleck <jfleck@inkstain.net>
6992
6993 * doc/examples/io2.c
6994 * doc/examples/io2.res
6995 add xmlDocDumpMemory example in response to mailing list FAQ
6996 (rebuilt xml and html also)
6997
6998Thu Mar 25 10:33:05 CET 2004 Daniel Veillard <daniel@veillard.com>
6999
7000 * debugXML.c testXPath.c xmllint.c xmlschemastypes.c: applied
7001 patch from Mark Vakoc avoiding using xmlParse* option and use
7002 xmlRead* instead
7003 * win32/Makefile.bcb: patch to Borland C++ builder from Eric Zurcher
7004 to avoid problems with some pathnames.
7005
7006Tue Mar 23 12:35:08 CET 2004 Daniel Veillard <daniel@veillard.com>
7007
7008 * configure.in doc/* News: preparing 2.6.8 release, updated and rebuilt
7009 the docs.
7010 * Makefile.am: use valgring fro the new Python based regression tests
7011
7012Mon Mar 22 20:07:27 CET 2004 Daniel Veillard <daniel@veillard.com>
7013
7014 * relaxng.c: remove a memory leak on schemas type facets.
7015 * check-relaxng-test-suite.py check-relaxng-test-suite2.py
7016 check-xsddata-test-suite.py: reduce verbosity
7017 * configure.in Makefile.am: incorporated the Python regressions
7018 tests for Relax-NG and Schemas Datatype to "make tests"
7019
7020Mon Mar 22 16:16:18 CET 2004 Daniel Veillard <daniel@veillard.com>
7021
7022 * xmlwriter.c include/libxml/xmlwriter.h doc/* : applied patch from
7023 Alfred Mickautsch for better DTD support.
7024 * SAX2.c HTMLparser.c parser.c xinclude.c xmllint.c xmlreader.c
7025 xmlschemas.c: fixed bug #137867 i.e. fixed properly the way
7026 reference counting is handled in the XML parser which had the
7027 side effect of removing a lot of hazardous cruft added to try
7028 to fix the problems associated as they popped up.
7029 * xmlIO.c: FILE * close fixup for stderr/stdout
7030
7031Sun Mar 21 19:19:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
7032
7033 * relaxng.c: added an error message when an element is not
7034 found within a <choice> (bug 126093)
7035
7036Sat Mar 20 22:25:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
7037
7038 * xmlregexp.c: enhanced the logic of parsing char groups to
7039 better handle initial or ending '-' (bug 135972)
7040
7041Sat Mar 20 19:26:03 HKT 2004 William Brack <wbrack@mmm.com.hk>
7042
7043 * relaxng.c: added check for external reference in
7044 xmlRelaxNGGetElements (bug 137718)
7045 * test/relaxng/rngbug-001.*, result/relaxng/rngbug-001*: added
7046 regression test for above
7047
7048Wed Mar 17 16:37:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
7049
7050 * nanohttp.c: added a close for the local file descriptor
7051 (bug 137474)
7052
7053Mon Mar 15 15:46:59 CET 2004 Daniel Veillard <daniel@veillard.com>
7054
7055 * xmlsave.c: switched the output routines to use the new context.
7056
7057Mon Mar 15 10:37:18 HKT 2004 William Brack <wbrack@mmm.com.hk>
7058
7059 * relaxng.c: enhanced to ignore XML_XINCLUDE_START and XML_XINCLUDE_END
7060 nodes (bug 137153)
7061
7062Sun Mar 14 13:19:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7063
7064 * xmlschemastypes.c: applied patch from John Belmonte for anyURI.
7065
7066Wed Mar 10 17:22:48 CET 2004 Daniel Veillard <daniel@veillard.com>
7067
7068 * parser.c: fix bug reported by Holger Rauch
7069 * test/att8 result/noent/att8 result/att8 result/att8.rdr
7070 result/att8.sax: added the test to th regression suite
7071
7072Wed Mar 10 19:42:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
7073
7074 * doc/search.php: Minor change for later verson of php requiring
7075 $HTTP_GET_VARS.
7076
7077Wed Mar 10 00:12:31 HKT 2004 William Brack <wbrack@mmm.com.hk>
7078
7079 * tree.c: Changed the flag to xmlDocCopyNode (and similar routines),
7080 previously used only for recursion, to use a value of '2' to
7081 indicate copy properties & namespaces, but not children.
7082 * xinclude.c: changed the handling of ranges to use the above new
7083 facility. Fixes Bug 134268.
7084
7085Tue Mar 9 18:48:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
7086
7087 * win32/Makefile.bcb, win32/Makefile.mingw, win32/Makefile.msvc:
7088 added new module xmlsave with patch supplied by Eric Zurcher
7089 (second attempt - don't know what happened to the first one!)
7090
7091Tue Mar 9 09:59:25 CET 2004 Daniel Veillard <daniel@veillard.com>
7092
7093 * python/libxml.c python/libxml.py: applied patch from Anthony Carrico
7094 providing Python bindings for the Canonicalization C14N support.
7095
7096Mon Mar 8 11:12:23 CET 2004 Hagen Moebius <hagen.moebius@starschiffchen.de>
7097
7098 * .cvsignore and python/.cvsignore patched
7099
7100Mon Mar 8 22:33:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
7101
7102 * xinclude.c: enhanced to assure that if xpointer is called
7103 for a document, the XML_PARSE_NOENT flag is set before parsing
7104 the included document so that entities will automatically get
7105 taken care of.
7106 * xpointer.c: corrected code so that, if an XML_ENTITY_REF node
7107 is encountered, it will log it and not crash (bug 135713)
7108
7109Sun Mar 7 19:03:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
7110
7111 * xinclude.c: modified to make sub-includes inherit the
7112 parse flags from the parent document (bug 132597)
7113
7114Fri Mar 5 01:13:22 CET 2004 Daniel Veillard <daniel@veillard.com>
7115
7116 * xmlschemas.c: QName handling fixes for the XML Schemas
7117 support from Adam Dickmeiss
7118 * test/schemas/po1_0.xsd: also fix the schemas
7119 * test/schemas/ns[12]* result/schemas/ns[12]*: added the specific
7120 regression tests
7121
7122Thu Mar 4 23:03:02 CET 2004 Daniel Veillard <daniel@veillard.com>
7123
7124 * configure.in doc/Makefile.am include/libxml/Makefile.am:
7125 paalied patch from Julio M. Merino Vidal fixing bug #134751
7126 to fix --with-html-dir option.
7127 * doc/*: rebuilt fully the docs
7128 * doc/html/libxml-xmlsave.html: new file from new header.
7129
7130Thu Mar 4 16:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
7131
7132 * debugXML.c testHTML.c tree.c doc/examples/*.c
7133 include/libxml/xmlsave.h: fixing compilation bug with some options
7134 disabled as well as --with-minimum should fix #134695
7135
7136Thu Mar 4 15:00:45 CET 2004 Daniel Veillard <daniel@veillard.com>
7137
7138 * xmlcatalog.c: allow fallback to URI lookup when SYSTEM fails,
7139 should close #134092
7140
7141Thu Mar 4 14:39:38 CET 2004 Daniel Veillard <daniel@veillard.com>
7142
7143 * Makefile.am tree.c xmlsave.c include/libxml/xmlsave.h: commiting
7144 the new xmlsave module before the actuall big code change.
7145
7146Thu Mar 4 12:38:53 CET 2004 Daniel Veillard <daniel@veillard.com>
7147
7148 * xmlschemas.c: applied patch from Adam Dickmeiss for mixed content
7149 * test/schemas/mixed* result/schemas/mixed*: added his regression
7150 tests too.
7151
7152Mon Mar 1 15:22:06 CET 2004 Daniel Veillard <daniel@veillard.com>
7153
7154 * testSAX.c: fix a compilation problem about a missing timb include
7155
7156Sat Feb 28 22:35:32 HKT 2004 William Brack <wbrack@mmm.com.hk>
7157
7158 * testSAX.c: small enhancement to prevent trying to print
7159 strings with null pointers (caused "make tests" errors on
7160 HP-UX)
7161
7162Thu Feb 26 20:19:40 MST 2004 John Fleck <jfleck@inkstain.net>
7163
7164 * doc/xmllint.xml
7165 * doc/xmllint.1
7166 * doc/xmllint.html
7167 * doc/xmlcatalog_man.xml
7168 * doc/xmlcatalog.1
7169 * doc/xmlcatalog_man.html
7170 applying patch from Mike Hommey to clarify XML_CATALOG_FILES
7171 use
7172
7173Thu Feb 26 23:47:43 CET 2004 Daniel Veillard <daniel@veillard.com>
7174
7175 * Makefile.am: patch for cross-compilation to Windows from
7176 Christophe de VIENNE.
7177
7178Thu Feb 26 18:52:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7179
7180 * doc/*.html, doc/html/*.html: regenerated docs using older
7181 version of xsltproc pending resolution of AVT problem
7182
7183Thu Feb 26 10:56:29 CET 2004 Daniel Veillard <daniel@veillard.com>
7184
7185 * Makefile.am: applied patch from Charles Bozeman to not use
7186 the system xmllint.
7187
7188Wed Feb 25 18:07:05 CET 2004 Daniel Veillard <daniel@veillard.com>
7189
7190 * include/libxml/xmlexports.h: applied patch from Roland Schwingel
7191 for MingW
7192
7193Wed Feb 25 13:57:25 CET 2004 Daniel Veillard <daniel@veillard.com>
7194
7195 * Makefile.am catalog.c configure.in: applied a cleanup patch
7196 from Peter Breitenlohner
7197 * tree.c: removed a doc build warning by fixing a param comment
7198 * doc/* : rebuilt the docs
7199
7200Wed Feb 25 13:33:07 CET 2004 Daniel Veillard <daniel@veillard.com>
7201
7202 * valid.c HTMLparser.c: avoid ID error message if using
7203 HTML_PARSE_NOERROR should fix #130762
7204
7205Wed Feb 25 12:50:53 CET 2004 Daniel Veillard <daniel@veillard.com>
7206
7207 * debugXML.c relaxng.c valid.c xinclude.c xmllint.c xmlreader.c:
7208 fixing compilation and link option when configuring with
7209 --without-valid should fix #135309
7210
7211Wed Feb 25 11:36:06 CET 2004 Daniel Veillard <daniel@veillard.com>
7212
7213 * catalog.c: fixed the main issues reported by Peter Breitenlohner
7214 * parser.c: cleanup
7215 * valid.c: speedup patch from Petr Pajas
7216
7217Wed Feb 25 16:07:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
7218
7219 * xpath.c: fixed a memory leak (xmlXPathLangFunction) reported
7220 on the list by Mike Hommey
7221
7222Mon Feb 23 17:28:34 CET 2004 Daniel Veillard <daniel@veillard.com>
7223
7224 * doc/* NEWS configure.in: preparing 2.6.7 release, updated and
7225 rebuilt the documentation.
7226
7227Mon Feb 23 11:52:12 CET 2004 Daniel Veillard <daniel@veillard.com>
7228
7229 * python/tests/*.py: applied patch from Malcolm Tredinnick
7230 to avoid tabs in python sources, should fix #135095
7231
7232Sun Feb 22 23:16:23 CET 2004 Daniel Veillard <daniel@veillard.com>
7233
7234 * testSAX.c: add --timing option
7235 * relaxng.c: use the psvi field of the nodes instead of _private
7236 which may be used for other purposes.
7237
7238Sat Feb 21 16:57:48 CET 2004 Daniel Veillard <daniel@veillard.com>
7239
7240 * encoding.c: small patch to try to fix a warning with Sun One compiler
7241
7242Sat Feb 21 16:22:35 CET 2004 Daniel Veillard <daniel@veillard.com>
7243
7244 * encoding.c: small patch removing a warning with MS compiler.
7245
7246Sat Feb 21 13:52:30 CET 2004 Daniel Veillard <daniel@veillard.com>
7247
7248 * debugXML.c: added "relaxng" option to the debugging shell
7249 * Makefile.am test/errors/* result/errors/*: some regression tests
7250 for some error tests cases.
7251
7252Fri Feb 20 09:56:47 CET 2004 Daniel Veillard <daniel@veillard.com>
7253
7254 * tree.c: xmlAttrSerializeTxtContent don't segfault if NULL
7255 is passed.
7256 * test/att7 result//att7*: adding an old regression test
7257 laying around on my laptop
7258
7259Thu Feb 19 17:33:36 CET 2004 Daniel Veillard <daniel@veillard.com>
7260
7261 * xmlreader.c: fixed xmllint --memory --stream memory consumption
7262 on large file by using xmlParserInputBufferCreateStatic() with
7263 the mmap'ed file
7264
7265Thu Feb 19 13:56:53 CET 2004 Daniel Veillard <daniel@veillard.com>
7266
7267 * tree.c: some clarification in xmlDocDumpMemory() documentation
7268 * xmllint.c: fixed xmllint --stream --timing to get timings back
7269
7270Wed Feb 18 15:20:42 CET 2004 Daniel Veillard <daniel@veillard.com>
7271
7272 * parser.c: fixed a problem in push mode when attribute contains
7273 unescaped '>' characters, fixes bug #134566
7274 * test/att6 result//att6*: added the test to the regression suite
7275
7276Tue Feb 17 17:26:31 CET 2004 Daniel Veillard <daniel@veillard.com>
7277
7278 * valid.c: removing a non-linear behaviour from ID/IDREF raised
7279 by Petr Pajas. Call xmlListAppend instead of xmlListInsert in
7280 xmlAddRef
7281
7282Tue Feb 17 13:27:27 CET 2004 Daniel Veillard <daniel@veillard.com>
7283
7284 * python/tests/indexes.py python/tests/reader.py: indicated
7285 encoding of the test file, needed for python 2.3
7286
7287Tue Feb 17 21:08:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7288
7289 * xpath.c: fixed problem with numbers having > 19
7290 fractional places (bug 133921)
7291
7292Tue Feb 17 12:47:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7293
7294 * xpath.c: applied optimization patch from Petr Pajas
7295
7296Tue Feb 17 12:39:08 CET 2004 Daniel Veillard <daniel@veillard.com>
7297
7298 * xmlwriter.c include/libxml/xmlwriter.h: applied update
7299 from Alfred Mickautsch and the added patch from Lucas Brasilino
7300
7301Sun Feb 15 12:01:30 CET 2004 Daniel Veillard <daniel@veillard.com>
7302
7303 * benchmark.png index.html xml.html: updating the benchmark
7304 graph and using a PNG instead of a GIF
7305 * xmlreader.c: updated the TODO
7306
7307Sat Feb 14 18:55:40 MST 2004 John Fleck <jfleck@inkstain.net>
7308
7309 * doc/tutorial/xmltutorial.xml
7310 * doc/tutorial/xmltutorial.pdf
7311 * doc/tutorial/*.html
7312 Fix bug in XPath example in the tutorial, thanks to Carlos, whose
7313 last name I don't know, for pointing this out
7314
7315Thu Feb 12 16:28:12 CET 2004 Daniel Veillard <daniel@veillard.com>
7316
7317 * NEWS configure.in: preparing release of 2.6.6
7318 * doc/*: updated the docs and rebuilt them
7319
7320Thu Feb 12 13:41:16 CET 2004 Daniel Veillard <daniel@veillard.com>
7321
7322 * xmlregexp.c: fixing bug #132930 with the provided patch, a bit
7323 suspicious about it but this is fairly contained and regression
7324 tests still passes.
7325 * test/schemas/all1* result/schemas/all1*: added the test to
7326 the regression suite.
7327
7328Thu Feb 12 12:54:26 CET 2004 Daniel Veillard <daniel@veillard.com>
7329
7330 * parser.c: fixed bug #132575 about finding the end of the
7331 internal subset in push mode.
7332 * test/intsubset.xml result/intsubset.xml* result/noent/intsubset.xml:
7333 added the test to the regression suite
7334
7335Wed Feb 11 14:19:31 CET 2004 Daniel Veillard <daniel@veillard.com>
7336
7337 * parserInternals.c xmlIO.c encoding.c include/libxml/parser.h
7338 include/libxml/xmlIO.h: added xmlByteConsumed() interface
7339 * doc/*: updated the benchmark rebuilt the docs
7340 * python/tests/Makefile.am python/tests/indexes.py: added a
7341 specific regression test for xmlByteConsumed()
7342 * include/libxml/encoding.h rngparser.c tree.c: small cleanups
7343
7344Wed Feb 11 08:13:58 HKT 2004 William Brack <wbrack@mmm.com.hk
7345
7346 * tree.c: fixed missing output of internal DTD param entities when
7347 nothing else present in DTD (bug 134052)
7348
7349Tue Feb 10 19:24:38 HKT 2004 William Brack <wbrack@mmm.com.hk>
7350
7351 * encoding.c: applied patch supplied by Christophe Dubach
7352 to fix problem with --with-minimum configuration
7353 (bug 133773)
7354 * nanoftp.c: fixed potential buffer overflow problem,
7355 similar to fix just applied to nanohttp.c.
7356
7357Mon Feb 9 18:40:21 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
7358
7359 * nanohttp.c: fixed the fix for the buffer overflow, thanx
7360 William :-)
7361
7362Mon Feb 9 22:37:14 HKT 2004 William Brack <wbrack@mmm.com.hk>
7363
7364 * acinclude.m4, configure.in: fixed problem concerning
7365 determining SOCKLEN_T as pointed out by Daniel Richard G.
7366 on the mailing list
7367
7368Mon Feb 9 15:31:24 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
7369
7370 * nanohttp.c: fixed buffer overflow reported by Yuuichi Teranishi
7371
7372Mon Feb 9 13:45:59 CET 2004 Daniel Veillard <daniel@veillard.com>
7373
7374 * xpath.c: small patch from Philip Ludlam to avoid warnings.
7375
7376Mon Feb 9 13:41:47 CET 2004 Daniel Veillard <daniel@veillard.com>
7377
7378 * encoding.c: applied a small patch from Alfred Mickautsch
7379 to avoid an out of bound error in isolat1ToUTF8()
7380
7381Mon Feb 9 13:35:50 CET 2004 Daniel Veillard <daniel@veillard.com>
7382
7383 * xinclude.c: remove the warning on the 2001 namespace
7384 * parser.c parserInternals.c xpath.c: remove some warnings
7385 when compiling with MSVC6
7386 * nanohttp.c: applied a patch when using _WINSOCKAPI_
7387
7388Sun Feb 8 12:09:55 HKT 2004 William Brack <wbrack@mmm.com.hk>
7389
7390 * xinclude.c: added a small hack to fix interference between
7391 my fixes for bugs 132585 and 132588.
7392 * python/libxml.c: fixed problem with serialization of namespace
7393 reported on the mailing list by Anthony Carrico
7394
7395Sat Feb 7 16:53:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7396
7397 * xinclude.c: fixed problem with function xmlXIncludeCopyRange
7398 (bug 133686).
7399
7400Fri Feb 6 21:03:41 HKT 2004 William Brack <wbrack@mmm.com.hk>
7401
7402 * xmlwriter.c: fixed problem with return value of
7403 xmlTextWriterWriteIndent() (bug 133297)
7404
7405Fri Feb 6 19:07:04 HKT 2004 William Brack <wbrack@mmm.com.hk>
7406
7407 * xinclude.c: changed coding to output good XIncludes when
7408 one or more bad ones are present (bug 132588)
7409
7410Fri Feb 6 17:34:21 HKT 2004 William Brack <wbrack@mmm.com.hk>
7411
7412 * xinclude.c: corrected handling of empty fallback condition
7413 (bug 132585)
7414
7415Fri Feb 6 15:28:36 HKT 2004 William Brack <wbrack@mmm.com.hk>
7416
7417 * HTMLparser.c: added initialisation for ctxt->vctxt
7418 in HTMLInitParser (bug 133127)
7419 * valid.c: minor cosmetic change (removed ATTRIBUTE_UNUSED
7420 from several function params)
7421
7422Tue Feb 3 16:48:57 PST 2004 William Brack <wbrack@mmm.com.hk>
7423
7424 * xinclude.c: fixed problem regarding freeing of dictionary
7425 when there are errors within an XInclude file (bug 133106).
7426 Thanks to Oleg Paraschenko for the assistance.
7427
7428Tue Feb 3 09:53:18 PST 2004 William Brack <wbrack@mmm.com.hk>
7429
7430 * xmlschemastypes.c: fixed validation of maxLength with no
7431 content using patch submitted by Eric Haszlakiewicz
7432 (bug 133259)
7433
7434Tue Feb 3 09:21:09 CET 2004 Igor Zlatkovic <igor@zlatkovic.com>
7435
7436 * include/libxml/xmlreader.h include/libxml/xmlmemory.h: added
7437 calling convention to the public function prototypes (rep by
7438 Cameron Johnson)
7439 * include/libxml/xmlexports.h: fixed mingw+msys compilation
7440 (rep by Mikhail Grushinskiy)
7441
7442Mon Feb 2 20:22:18 PST 2004 William Brack <wbrack@mmm.com.hk>
7443
7444 * xmlwriter.c: enhanced output indenting (bug 133264)
7445
7446Mon Feb 2 16:13:33 PST 2004 William Brack <wbrack@mmm.com.hk>
7447
7448 * xmlreader.c, include/libxml/xmlreader.h: applied patch from
7449 Steve Ball to provide structured error reports.
7450
7451Sun Feb 1 01:48:14 PST 2004 William Brack <wbrack@mmm.com.hk>
7452
7453 * tree.c, include/libxml/tree.h: moved serialization of
7454 attribute text data (xmlSerializeContent) into a separate
7455 routine (xmlSerializeTxtContent) so it can be used by xmlwriter.c
7456 * xmlwriter.c: changed handling of attribute string to use the
7457 routine above (fixed bug 131548)
7458
7459Sat Jan 31 08:22:02 MST 2004 John Fleck <jfleck@inkstain.net
7460
7461 * doc/examples/reader1.c, reader2.c, reader3.c
7462 * doc/examples/examples.xml
7463 * doc/examples/*.html
7464 add note that reader examples need libmxl2 > 2.6, rebuild
7465 html - this time doing it correctly :-)
7466
7467Fri Jan 30 20:45:36 MST 2004 John Fleck <jfleck@inkstain.net>
7468
7469 * doc/examples/examples.xml
7470 * doc/examples/*.html
7471 add note that reader examples need libmxl2 > 2.6, rebuild
7472 html
7473
7474Thu Jan 29 23:51:48 PST 2004 William Brack <wbrack@mmm.com.hk>
7475
7476 * xpath.c: added (void *) type override to prevent
7477 warning on Solaris (Bug 132671)
7478
7479Wed Jan 28 07:20:37 MST 2004 John Fleck <jfleck@inkstain.net>
7480
7481 * doc/examples/Makefile.am
7482 per Jan. 15 email to the list from oliverst, the index.html
7483 file from this directory wasn't making it into the tarball
7484
7485Mon Jan 26 18:01:00 CET 2004 Daniel Veillard <daniel@veillard.com>
7486
7487 * acinclude.m4: applied fix from Alexander Winston for a problem
7488 related to automake-1.8 , c.f. #132513 and #129861
7489
7490Mon Jan 26 12:53:11 CET 2004 Daniel Veillard <daniel@veillard.com>
7491
7492 * doc/examples/index.py: don't rely on . being on the path for
7493 make tests, should keep Mr. Crozat quiet until next time...
7494
7495Sun Jan 25 21:45:03 CET 2004 Daniel Veillard <daniel@veillard.com>
7496
7497 * configure.in NEWS doc/*: preparing release 2.6.5, rebuilt the
7498 docs, checked rngparser stuff does not end up in the tarball
7499
7500Sun Jan 25 20:59:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7501
7502 * python/libxml.c: applied patch from Frederic Peters
7503 fixing the wrong arg order in xpath callback in bug #130980
7504
7505Sun Jan 25 20:52:09 CET 2004 Daniel Veillard <daniel@veillard.com>
7506
7507 * xinclude.c: fixing #130453 XInclude element with no href attribute
7508 * relaxng.c rngparser.c include/libxml2/relaxng.h: fully integrating
7509 the compact syntax will require more work, postponed for the
7510 2.6.5 release.
7511
7512Sat Jan 24 09:30:22 CET 2004 Daniel Veillard <daniel@veillard.com>
7513
7514 * include/libxml/schemasInternals.h xmlschemas.c: applied patch from
7515 Steve Ball to avoid a double-free.
7516
7517Fri Jan 23 14:03:21 CET 2004 Daniel Veillard <daniel@veillard.com>
7518
7519 * doc/examples/*: added io1.c an example ox xmlIO usage and io1.res
7520 test result, fixed a awful lot of memory leaks showing up in
7521 testWriter.c, changed the examples and the Makefiles to test
7522 memory leaks.
7523 * xmlwriter.c: fixed a memory leak
7524 * Makefile.am: run the doc/examples regression tests as part of
7525 make tests
7526 * xpath.c include/libxml/xpath.h: added xmlXPathCtxtCompile() to
7527 compile an XPath expression within a context, currently the goal
7528 is to be able to reuse the XSLT stylesheet dictionnary, but this
7529 opens the door to others possible optimizations.
7530 * dict.c include/libxml/dict.h: added xmlDictCreateSub() which allows
7531 to build a new dictionnary based on another read-only dictionnary.
7532 This is needed for XSLT to keep the stylesheet dictionnary read-only
7533 while being able to reuse the strings for the transformation
7534 dictionnary.
7535 * xinclude.c: fixed a dictionnar reference counting problem occuring
7536 when document parsing failed.
7537 * testSAX.c: adding option --repeat for timing 100times the parsing
7538 * doc/* : rebuilt all the docs
7539
7540Thu Jan 22 14:17:05 2004 Aleksey Sanin <aleksey@aleksey.com>
7541
7542 * xmlmemory.c: make xmlReallocLoc() accept NULL pointer
7543
7544Thu Jan 22 08:26:20 CET 2004 Daniel Veillard <daniel@veillard.com>
7545
7546 * xmlschemastypes.c: applied patch from John Belmonte for
7547 normalizedString datatype support.
7548
7549Thu Jan 22 10:43:22 HKT 2004 William Brack <wbrack@mmm.com.hk>
7550
7551 * xpath.c: fixed problem with union when last() is used
7552 in predicate (bug #131971)
7553 * xpointer.c: minor change to comment for doc generation
7554
7555Wed Jan 21 17:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
7556
7557 * parser.c: fixed bug #131745 raised by Shaun McCance with the
7558 suggested patch
7559
7560Wed Jan 21 10:59:55 CET 2004 Daniel Veillard <daniel@veillard.com>
7561
7562 * xmlwriter.c: applied patch from Alfred Mickautsch fixing a memory
7563 leak reported on the list.
7564
7565Thu Jan 15 00:48:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7566
7567 * python/generator.py python/tests/tstLastError.py: applied
Daniel Veillard25a1ce92008-06-02 16:04:12 +00007568 patch from Stéphane Bidoul to add enums to the Python bindings.
William M. Brack11be2d02007-01-24 19:17:19 +00007569
7570Tue Jan 13 21:50:05 CET 2004 Daniel Veillard <daniel@veillard.com>
7571
7572 * testHTML.c: another small patch from Mark Vakoc
7573
7574Tue Jan 13 21:39:58 CET 2004 Daniel Veillard <daniel@veillard.com>
7575
7576 * HTMLparser.c relaxng.c testRelax.c testSchemas.c: applied
7577 patch from Mark Vakoc to not use SAX1 unless necessary.
7578
7579Mon Jan 12 17:22:57 CET 2004 Daniel Veillard <daniel@veillard.com>
7580
7581 * dict.c parser.c xmlstring.c: some parser optimizations,
7582 xmllint --memory --timing --repeat --stream ./db10000.xml
7583 went down from 16.5 secs to 15.5 secs.
7584
7585Thu Jan 8 17:57:50 CET 2004 Daniel Veillard <daniel@veillard.com>
7586
7587 * xmlschemas.c: removed a memory leak remaining from the switch
7588 to a dictionnary for string allocations c.f. #130891
7589
7590Thu Jan 8 17:48:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7591
7592 * xmlreader.c: fixing some problem if configured --without-xinclude
7593 c.f. #130902
7594
7595Thu Jan 8 17:42:48 CET 2004 Daniel Veillard <daniel@veillard.com>
7596
7597 * configure.in: changed AC_OUTPUT() macro to avoid a cygwin problem
7598 c.f. #130896
7599
7600Thu Jan 8 00:36:00 CET 2004 Daniel Veillard <daniel@veillard.com>
7601
7602 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc:
7603 applying patch from Mark Vakoc for Windows
7604 * doc/catalog.html doc/encoding.html doc/xml.html: applied doc
7605 fixes from Sven Zimmerman
7606
7607Tue Jan 6 23:51:46 CET 2004 Daniel Veillard <daniel@veillard.com>
7608
7609 * python/libxml2-python-api.xml python/libxml_wrap.h python/types.c
7610 python/tests/Makefile.am python/tests/tstLastError.py: applied
Daniel Veillard25a1ce92008-06-02 16:04:12 +00007611 patch from Stéphane Bidoul for structured error handling from
William M. Brack11be2d02007-01-24 19:17:19 +00007612 python, and the associated test
7613
7614Tue Jan 6 23:18:11 HKT 2004 William Brack <wbrack@mmm.com.hk>
7615
7616 * configure.in: fixed Bug130593
7617 * xmlwriter.c: fixed compilation warning
7618
7619Tue Jan 6 15:15:23 CET 2004 Daniel Veillard <daniel@veillard.com>
7620
7621 * include/libxml/xmlstring.h: fixed the comment in the header
7622 * doc/*: rebuilt the docs
7623
7624Tue Jan 6 19:40:04 HKT 2004 William Brack <wbrack@mmm.com.hk>
7625
7626 * encoding.c, parser.c, xmlstring.c, Makefile.am,
7627 include/libxml/Makefile.am, include/libxml/catalog.c,
7628 include/libxml/chvalid.h, include/libxml/encoding.h,
7629 include/libxml/parser.h, include/libxml/relaxng.h,
7630 include/libxml/tree.h, include/libxml/xmlwriter.h,
7631 include/libxml/xmlstring.h:
7632 moved string and UTF8 routines out of parser.c and encoding.c
7633 into a new module xmlstring.c with include file
7634 include/libxml/xmlstring.h mostly using patches from Reid
7635 Spencer. Since xmlChar now defined in xmlstring.h, several
7636 include files needed to have a #include added for safety.
7637 * doc/apibuild.py: added some additional sorting for various
7638 references displayed in the APIxxx.html files. Rebuilt the
7639 docs, and also added new file for xmlstring module.
7640 * configure.in: small addition to help my testing; no effect on
7641 normal usage.
7642 * doc/search.php: added $_GET[query] so that persistent globals
7643 can be disabled (for recent versions of PHP)
7644
7645Mon Jan 5 20:47:07 MST 2004 John Fleck <jfleck@inkstain.net>
7646
7647 * doc/tutorial/customfo.xsl
7648 * doc/tutorial/customhtml.xsl
7649 update custom tutorial-building stylesheets in preparation
7650 for tutorial update
7651
7652Tue Jan 6 00:10:33 CET 2004 Daniel Veillard <daniel@veillard.com>
7653
7654 * rngparser.c: commiting the compact relax ng parser. It's not
7655 completely finished, it's not integrated but I want to save the
7656 current state
7657
7658Mon Jan 5 22:22:48 HKT 2004 William Brack <wbrack@mmm.com.hk>
7659
7660 * doc/apibuild.py, doc/APIconstructors.html, doc/libxml2-refs.xml,
7661 win32/libxml2.def.src: fixed apibuild.py's generation of
7662 "constructors" to be in alphabetical order (instead of previous
7663 random sequence); regenerated resulting files.
7664
7665Mon Jan 5 14:03:59 CET 2004 Daniel Veillard <daniel@veillard.com>
7666
7667 * xmlwriter.c: applied patch from Lucas Brasilino fixing an indent
7668 problem.
7669
7670Sun Jan 4 18:54:29 MST 2004 John Fleck <jfleck@inkstain.net>
7671
7672 * doc/newapi.xsl: change background color of function
7673 declaration to improve readability
7674 * doc/*: rebuild docs with new stylesheet
7675
7676Sun Jan 4 22:45:14 HKT 2004 William Brack <wbarck@mmm.com.hk>
7677
7678 * parser.c, include/libxml/parser.h: added a routine
7679 xmlStrncatNew to create a new string from 2 frags.
7680 * tree.c: added code to check if node content is from
7681 dictionary before trying to change or concatenate.
7682
7683Sun Jan 4 08:57:51 HKT 2004 William Brack <wbrack@mmm.com.hk>
7684
7685 * xmlmemory.c: applied suggestion from Miloslav Trmac (see
7686 Bug 130419) and eliminated xmlInitMemoryDone. More
7687 improvement needed.
7688 * xml2-config.in: added an additional flag (--exec-prefix) to
7689 allow library directory to be different from include directory
7690 (Bug 129558).
7691
7692Fri Jan 2 21:22:18 CET 2004 Daniel Veillard <daniel@veillard.com>
7693
Daniel Veillard25a1ce92008-06-02 16:04:12 +00007694 * error.c: applied patch from Stéphane Bidoul for structured error
William M. Brack11be2d02007-01-24 19:17:19 +00007695 reporting.
7696
7697Fri Jan 2 21:03:17 CET 2004 Daniel Veillard <daniel@veillard.com>
7698
7699 * include/libxml/xmlwriter.h xmlwriter.c: applied the patch from
7700 Lucas Brasilino to add indentation support to xmlWriter
7701
7702Fri Jan 2 22:58:29 HKT 2004 William Brack <wbrack@mmm.com.hk>
7703
7704 * xinclude.c: fixed problem with "recursive" include (fallback
7705 contains another include - Bug 129969)
7706
7707Fri Jan 2 11:40:06 CET 2004 Daniel Veillard <daniel@veillard.com>
7708
7709 * SAX2.c: found and fixed a bug misallocating some non
7710 blank text node strings from the dictionnary.
7711 * xmlmemory.c: fixed a problem with the memory debug mutex
7712 release.
7713
7714Wed Dec 31 22:02:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7715
7716 * xinclude.c: fixed problem caused by wrong dictionary
7717 reference count, reported on the list by Christopher
7718 Grayce.
7719
7720Wed Dec 31 15:55:55 HKT 2003 William Brack <wbrack@mmm.com.hk>
7721
7722 * python/generator.py, python/libxml2class.txt: fixed problem
Daniel Veillard25a1ce92008-06-02 16:04:12 +00007723 pointed out by Stéphane Bidoul on the list.
William M. Brack11be2d02007-01-24 19:17:19 +00007724 * xinclude.c, xpointer.c, xpath.c, include/libxml/xpointer.h:
7725 completed modifications required to fix Bug 129967 (at last!).
7726 Now wait to see how long before further trouble...
7727
7728Tue Dec 30 16:26:13 HKT 2003 William Brack <wbrack@mmm.com.hk>
7729
7730 * parser.c, xmlmemory.c, include/libxml/xmlmemory.h: Fixed
7731 memory leak reported by Dave Beckett
7732 * xmlschemas.c: Removed spurious comment reported on the mailing
7733 list
7734 * xinclude.c, xpath.c, xpointer.c, libxml/include/xpointer.h:
7735 Further work on Bug 129967 concerning xpointer range handling
7736 and range-to function; much better, but still not complete
7737
7738Mon Dec 29 18:08:05 CET 2003 Daniel Veillard <daniel@veillard.com>
7739
7740 * valid.c: xmlValidateElement could crash for element holding a
7741 namespace declaration but not in a namespace. Oliver Fischer
7742 provided the example.
7743
7744Mon Dec 29 11:29:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7745
7746 * xmllint.c: issue validation status on stderr, not stdout as suggested
7747 by Pawel Palucha
7748 * result/relaxng/*: this change slightly all the output from RNG
7749 regressions.
7750
7751Mon Dec 28 10:47:32 HKT 2003 William Brack <wbrack@mmm.com.hk>
7752
7753 * xmlschemas.c: edited a couple of comments in accordance with
7754 posting on the mailing list (no logic change)
7755 * xpointer.c: working on Bug 129967, added check for NULL
7756 nodeset to prevent crash. Further work required.
7757 * xpath.c: working on Bug 129967, added code to handle
7758 XPATH_LOCATIONSET in RANGETO code, also added code to
7759 handle it in xmlXPathEvaluatePredicateResult. Further
7760 work required.
7761
7762Sat Dec 27 12:32:58 HKT 2003 William Brack <wbrack@mmm.com.hk>
7763
7764 * xmlschemas.c: added tests for xs:all to assure minOccurs
7765 and maxOccurs <= 1 (Bug 130020)
7766
7767Sat Dec 27 09:53:06 HKT 2003 William Brack <wbrack@mmm.com.hk>
7768
7769 * xmlregexp.c: fixed xmlFAParseCharRange for Unicode ranges
7770 with patch from Charles Bozeman.
7771
7772Fri Dec 26 14:03:41 HKT 2003 William Brack <wbrack@mmm.com.hk>
7773
7774 * xmlregexp.c: fixed problem causing segfault on validation error
7775 condition (reported on mailing list)
7776
7777Thu Dec 25 21:16:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
7778
7779 * xmlschemas.c: fixed missing dictionaries for Memory and Doc
7780 parser contexts (problem reported on mailing list)
7781 * doc/apibuild.py: small change to prevent duplicate lines
7782 on API functions list. It will take effect the next time
7783 the docs are rebuilt.
7784
7785Wed Dec 24 12:54:25 CET 2003 Daniel Veillard <daniel@veillard.com>
7786
7787 * configure.in NEWS doc/*: updated the docs and prepared a new
7788 release 2.6.4
7789
7790Wed Dec 24 12:07:52 CET 2003 Daniel Veillard <daniel@veillard.com>
7791
7792 * legacy.c: remove deprecated warning on startElement()
7793
7794Wed Dec 24 12:04:35 CET 2003 Daniel Veillard <daniel@veillard.com>
7795
7796 * xinclude.c result/XInclude/nodes2.*: XInclude xpointer support
7797 was broken with the new namespace. Fixes #129932
7798
7799Wed Dec 24 00:29:30 CET 2003 Daniel Veillard <daniel@veillard.com>
7800
7801 * xmlschemas.c include/libxml/schemasInternals.h: types might be
7802 redefined in includes, quick fix to allow this but lacks the
7803 equality of the redefinition test.
7804
7805Tue Dec 23 15:14:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7806
7807 * valid.c: fixed bug concerning validation using external
7808 dtd of element with mutiple namespace declarations
7809 (Bug 129821)
7810
7811Tue Dec 23 11:41:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
7812
7813 * tree.c: inhibited production of "(null):" in xmlGetNodePath
7814 when node has default namespace (Bug 129710)
7815
7816Tue Dec 23 09:29:14 HKT 2003 William Brack <wbrack@mmm.com.hk>
7817
7818 * xpath.c: small enhancement to xmlXPathCmpNodes to assure
7819 document order for attributes is retained (Bug 129331)
7820
7821Mon Dec 22 19:06:16 CET 2003 Daniel Veillard <daniel@veillard.com>
7822
7823 * parser.c xmlreader.c: change xmlReadFd() xmlCtxtReadFd()
7824 xmlReaderNewFd() xmlReaderForFd(), change those to not close
7825 the file descriptor. Updated the comment, should close #129683
7826
7827Mon Dec 22 00:34:09 CET 2003 Daniel Veillard <daniel@veillard.com>
7828
7829 * xinclude.c: fixed a serious problem in XInclude #129021
7830
7831Sun Dec 21 13:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
7832
7833 * parser.c: fixed bug #129489, propagation of parsing flags
7834 in entities.
7835 * parser.c xmlreader.c: improved the comments of parsing options
7836
7837Sun Dec 21 18:14:04 HKT 2003 William Brack <wbrack@mmm.com.hk>
7838
7839 * python/Makefile.am, python/tests/Makefile.am,
7840 doc/Makefile.am: applied fixes to allow build from
7841 'outside' directory (Bug 129172)
7842
7843Sat Dec 20 16:42:07 MST 2003 John Fleck <jfleck@inkstain.net>
7844
7845 * tree.c - add explanation of namespace inheritance when
7846 ns is NULL to xmlNewChild and xmlNewTextChild API doc
7847
7848Sat Dec 20 18:17:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
7849
7850 * include/libxml/xpathInternals.h: undid last change (my
7851 bad). Put necessary fix in libxslt/libexslt instead.
7852 * include/libxml/DOCBparser.h: put test for __GCC__ on
7853 warning directive (Bug 129105)
7854
7855Sat Dec 20 10:48:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
7856
7857 * include/libxml/xpathInternals.h: fixed xmlXPathReturnString
7858 to cater for NULL pointer (bug 129561)
7859 * globals.c: added comment to suppress documentation warning
7860 * doc/apibuild.py: fixed problem which caused last APIchunkxx.html
7861 to be lost. Rebuilt doc/* (including adding APIchunk26.html)
7862
7863Fri Dec 19 18:24:02 CET 2003 Daniel Veillard <daniel@veillard.com>
7864
7865 * xmlreader.c: trying to fix #129692 xmlTextReaderExpand() when
7866 using an xmlReaderWalker()
7867
7868Thu Dec 18 20:10:34 MST 2003 John Fleck <jfleck@inkstain.net>
7869
7870 * tree.c: fix misc. typos in doc comments
7871 * include/libxml/tree.h: elaborate on macro define doc comments
7872 * doc/*: rebuild docs
7873
7874Wed Dec 17 16:07:33 CET 2003 Daniel Veillard <daniel@veillard.com>
7875
7876 * doc/examples/*: don't call the result files .out but .res as
7877 the Makefiles tend to try generating binaries for .out targets...
7878
7879Tue Dec 16 20:53:54 MST 2003 John Fleck <jfleck@inkstain.net>
7880
7881 * doc/html/libxml-pattern.html: - cvs add API docs for new
7882 pattern stuff
7883
7884Tue Dec 16 20:40:40 MST 2003 John Fleck <jfleck@inkstain.net>
7885
7886 * tree.c
7887 * doc/*:
7888 Elaborate in documentation discussion of xmlNewChild
7889 and xmlNewTextChild. Thanks to Steve Lenti for pointing
7890 out the usefulness of a more explicit explanation of the
7891 reserved character escaping issue.
7892
7893Fri Dec 12 15:55:15 CET 2003 Daniel Veillard <daniel@veillard.com>
7894
7895 * xmlcatalog.c: applied patch from Stefan Kost
7896
7897Thu Dec 11 15:15:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7898
7899 * doc/examples/testWriter.c: applied small fix from Lucas Brasilino
7900
7901Thu Dec 11 14:55:22 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
7902
7903 * win32/Makefile.* win32/configure.js: Added pattern support
7904
7905Wed Dec 10 14:11:20 CET 2003 Daniel Veillard <daniel@veillard.com>
7906
7907 * configure.in doc/* libxml.spec.in: preparing release of
7908 libxml2-2.6.3, updated and regenerated the docs.
7909
7910Wed Dec 10 11:43:33 CET 2003 Daniel Veillard <daniel@veillard.com>
7911
7912 * SAX2.c pattern.c: removed some compilation warnings
7913
7914Wed Dec 10 11:16:29 CET 2003 Daniel Veillard <daniel@veillard.com>
7915
7916 * xmllint.c: fixing bug #119264 xmllint failing to report
7917 serialization errors in some cases.
7918
7919Tue Dec 9 23:50:23 CET 2003 Daniel Veillard <daniel@veillard.com>
7920
7921 * entities.c: fixed an XML entites content serialization
7922 potentially triggered by XInclude, see #126817
7923
7924Tue Dec 9 16:12:50 CET 2003 Daniel Veillard <daniel@veillard.com>
7925
7926 * xmlwriter.c: applied the patch to xmlTextWriterStartPI()
7927 suggested by Daniel Schulman in #128313
7928
7929Tue Dec 9 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
7930
7931 * configure.in Makefile.am: another patch from Kenneth Haley
7932 for Mingw, c.f. #128787
7933
7934Tue Dec 9 15:07:09 CET 2003 Daniel Veillard <daniel@veillard.com>
7935
7936 * include/libxml/xmlexports.h: applied patch from Kenneth Haley
7937 for compiling on Mingw see #128786
7938
7939Tue Dec 9 14:52:59 CET 2003 Daniel Veillard <daniel@veillard.com>
7940
7941 * xmllint.c: some flags were not passed down correctly as
7942 parsing options. Fixes #126806
7943
7944Tue Dec 9 12:29:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7945
7946 * xinclude.c xmllint.c xmlreader.c include/libxml/xinclude.h
7947 include/libxml/xmlerror.h: augmented the XInclude API
7948 to be able to pass XML parser flags down to the Inclusion
7949 process. Also resynchronized with the Last Call W3C Working
7950 Draft 10 November 2003 for the xpointer attribute.
7951 * Makefile.am test/XInclude/docs/nodes[23].xml
7952 result/XInclude/*: augmented the tests for the new namespace and
7953 testing the xpointer attribute, changed the way error messages
7954 are tested
7955 * doc/*: regenerated the documentation
7956
7957Mon Dec 8 18:38:26 CET 2003 Daniel Veillard <daniel@veillard.com>
7958
7959 * error.c: filter warning messages if the global setting blocks them
7960 * xinclude.c xmlreader.c include/libxml/xinclude.h
7961 include/libxml/xmlerror.h: updated the change of namespace at
7962 the XInclude level, raise a warning if the old one is found,
7963 and some cleanup
7964
7965Mon Dec 8 13:09:39 CET 2003 Daniel Veillard <daniel@veillard.com>
7966
7967 * tree.c: tentative fix for #126117 character reference in
7968 attributes output problem in some cornercase.
7969
7970Mon Dec 8 11:08:45 CET 2003 Daniel Veillard <daniel@veillard.com>
7971
7972 * python/libxml.py: tried to fix the problems reported in
7973 bug #126735
7974 * xpath.c SAX2.c error.c parser.c valid.c include/libxml/xmlerror.h:
7975 fixed again some problem trying to use the structured error
7976 handlers, c.f. bug #126735
7977 * result/VC/ElementValid: tiny change due to the fix
7978
7979Sun Dec 7 22:27:31 CET 2003 Daniel Veillard <daniel@veillard.com>
7980
7981 * error.c: fixed __xmlRaiseError to use structured error handlers
7982 defined by xmlSetStructuredErrorFunc(), fixes bug #126211
7983
7984Sun Dec 7 20:30:53 CET 2003 Daniel Veillard <daniel@veillard.com>
7985
7986 * parser.c: attempt to fix #126211 ...
7987
7988Fri Dec 5 17:07:29 CET 2003 Daniel Veillard <daniel@veillard.com>
7989
7990 * pattern.c xmlreader.c xmllint.c include/libxml/pattern.h
7991 include/libxml/xmlreader.h: fixed the pattern interfaces
7992 but not yet the parser to handle the namespaces.
7993 * doc/examples/reader3.c doc/*: fixed the example, rebuilt the docs.
7994
7995Fri Dec 5 15:49:44 CET 2003 Daniel Veillard <daniel@veillard.com>
7996
7997 * globals.c xmlwriter.c doc/apibuild.py include/libxml/globals.h
7998 include/libxml/pattern.h include/libxml/schemasInternals.h
7999 include/libxml/xmlexports.h include/libxml/xmlwriter.h: cleanup
8000 the make rebuild in doc, this include new directive to stop
8001 documentation warnings
8002 * doc/* doc/html/*: rebuilt the docs
8003 * pattern.c xmlreader.c include/libxml/pattern.h
8004 include/libxml/xmlreader.h: adding xmlTextReaderPreservePattern()
8005 to save nodes while scanning the tree with the reader, cleanup
8006 the way element were freed, and xmlTextReaderPreserve()
8007 implementation, the API might change for namespace binding support
8008 when compiling patterns.
8009 * doc/examples/*: added reader3.c exposing the xmlTextReaderPreserve()
8010
8011Thu Dec 4 15:10:57 CET 2003 Daniel Veillard <daniel@veillard.com>
8012
8013 * python/libxml.py: oops forgot to modify/commit the new code.
8014
8015Thu Dec 4 13:29:19 CET 2003 Daniel Veillard <daniel@veillard.com>
8016
8017 * python/generator.py python/libxml.c python/libxml_wrap.h:
8018 cleanup the output buffer support to at least get the basic
8019 to work
8020 * python/tests/outbuf.py python/tests/serialize.py: fixes and
8021 cleanup.
8022 * include/libxml/xmlwriter.h: cleanup
8023
8024Wed Dec 3 21:38:56 MST 2003 John Fleck <jfleck@inkstain.net>
8025
8026 * include/libxml/xmlversion.h.in
8027 * doc/*: add WITH_TRIO comment so it shows up in the docs, rebuild
8028 docs
8029
8030Wed Dec 3 13:10:08 CET 2003 Daniel Veillard <daniel@veillard.com>
8031
8032 * config.h.in configure.in xmlregexp.c: fix bug #128401 affecting
8033 regexp quantifiers
8034
8035Tue Dec 2 23:29:56 CET 2003 Daniel Veillard <daniel@veillard.com>
8036
8037 * pattern.c include/libxml/pattern.h: adding the pattern node
8038 selection code. Inheried in part from libxslt but smaller.
8039 * Makefile.am configure.in include/libxml/xmlversion.h.in:
8040 integrated the pattern module, made it a configure time option
8041 * xmllint.c: added --pattern to test when doing --stream
8042
8043Tue Dec 2 11:25:25 CET 2003 Daniel Veillard <daniel@veillard.com>
8044
8045 * xmlreader.c: fixed a problem in xmlreader validation when
8046 streaming exposed by reader2 example.
8047
8048Mon Dec 1 20:40:51 MST 2003 John Fleck <jfleck@inkstain.net>
8049
8050 * doc/xml.html
8051 * doc/docs.html:
8052 add reference to the Code Examples page to docs.html list
8053 of resources
8054
8055Mon Dec 1 12:30:28 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
8056
8057 * win32/Makefile.bcb win32/configure.js: Applied the BCB patch
8058 from Eric
8059
8060Sun Nov 30 21:33:37 MST 2003 John Fleck <jfleck@inkstain.net>
8061
8062 * include/libxml/xinclude.h
8063 * doc/*: Add comments for macro definitions in xinclude.h and
8064 rebuild the docs
8065
8066Sun Nov 30 21:06:29 MST 2003 John Fleck <jfleck@inkstain.net>
8067
8068 * doc/docdescr.doc
8069 Updating William's explanation of how to build docs,
8070 reflecting Daniel's new docs build system
8071
8072Sat Nov 29 18:38:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
8073
8074 * xmlmemory.c: enhanced by adding mutex to protect global
8075 structures in a multi-threading environment. This fixed
8076 some random errors on the Threads regression tests.
8077
8078Fri Nov 28 21:39:49 MST 2003 John Fleck <jfleck@inkstain.net>
8079
8080 * doc/xml.html doc/python.html: fix tst.py text, which didn't
8081 import sys
8082
8083Fri Nov 28 17:28:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
8084
8085 * encoding.c, include/libxml/encoding.h: Enhanced the handling of
8086 UTF-16, UTF-16LE and UTF-16BE encodings. Now UTF-16 output is
8087 handled internally by default, with proper BOM and UTF-16LE
8088 encoding. Native UTF-16LE and UTF-16BE encoding will not generate
8089 BOM on output, and will be automatically recognized on input.
8090 * test/utf16lebom.xml, test/utf16bebom.xml, result/utf16?ebom*:
8091 added regression tests for above.
8092
8093Thu Nov 27 19:25:10 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
8094
8095 * win32/Makefile.* win32/configure.js: Modified to allow coexistent
8096 build with all compilers. Added C-Runtime option for MSVC. Included
8097 xmlWriter.
8098 * xmlwriter.c: Added IN_LIBXML macro
8099
8100Wed Nov 26 21:54:01 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
8101
8102 * win32/Makefile.bcb: applied patch from Eric
8103
8104Wed Nov 26 21:33:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8105
8106 * include/libxml/tree.h: stefan on IRC pointed out that XML_GET_LINE
8107 is broken on 2.6.x
8108
8109Tue Nov 25 18:39:44 CET 2003 Daniel Veillard <daniel@veillard.com>
8110
8111 * entities.c: fixed #127877, never output &quot; in element content
8112 * result/isolat3 result/slashdot16.xml result/noent/isolat3
8113 result/noent/slashdot16.xml result/valid/REC-xml-19980210.xml
8114 result/valid/index.xml result/valid/xlink.xml: this changes the
8115 output of a few tests
8116
8117Tue Nov 25 16:36:21 CET 2003 Daniel Veillard <daniel@veillard.com>
8118
8119 * include/libxml/schemasInternals.h include/libxml/xmlerror.h
8120 testSchemas.c xmlschemas.c: added xsd:include support, fixed
8121 testSchemas behaviour when a schemas failed to parse.
8122 * test/schemas/vdv-* result/schemas/vdv-first5_0_0*: added one
8123 test for xsd:include from Eric Van der Vlist
8124
8125Tue Nov 25 08:18:12 CET 2003 Daniel Veillard <daniel@veillard.com>
8126
8127 * parser.c: swapped the attribute defaulting and attribute checking
8128 parts of parsing a new element start, fixes bug #127772
8129 * result/valid/127772.* test/valid/127772.xml
8130 test/valid/dtds/127772.dtd: added the example in the regression tests
8131
8132Tue Nov 25 08:00:15 CET 2003 Daniel Veillard <daniel@veillard.com>
8133
8134 * parser.c: moved xmlCleanupThreads() to the end of xmlCleanupParser()
8135 to avoid bug #127851
8136
8137Mon Nov 24 15:26:21 CET 2003 Daniel Veillard <daniel@veillard.com>
8138
8139 * xmlregexp.c: fixing some Negative Character Group and
8140 Character Class Subtraction handling.
8141
8142Mon Nov 24 14:01:57 CET 2003 Daniel Veillard <daniel@veillard.com>
8143
8144 * xmlregexp.c xmlschemas.c: more XML Schemas fixes based
8145 on Eric van der Vlist examples
8146 * result/schemas/vdv-first4* test/schemas/vdv-first4*:
8147 added regression tests
8148 * doc/examples/Makefile.am doc/examples/index.py: do not
8149 regenerate the index on make all target, but only on
8150 make rebuild to avoid troubles.
8151
8152Sat Nov 22 21:35:42 CET 2003 Daniel Veillard <daniel@veillard.com>
8153
8154 * xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h
8155 include/libxml/schemasInternals.h: lot of bug fixes, cleanup,
8156 starting to add proper namespace support too.
8157 * test/schemas/* result/schemas/*: added a number of tests
8158 fixed the result from some regression tests too.
8159
8160Fri Nov 21 20:50:59 MST 2003 John Fleck <jfleck@inkstain.net>
8161
8162 * doc/xml.html, docs.html: remove reference to gtk-doc now that
8163 Daniel has removed it, fix link to George's IBM article, other
8164 minor edits
8165
8166Fri Nov 21 01:26:00 CET 2003 Daniel Veillard <daniel@veillard.com>
8167
8168 * xmlschemas.c: applied patch from Robert Stepanek to start
8169 import os schemas support, cleaned up stuff and the patch.
8170 * test/schemas/import0_0.* result/schemas/import0_0_0*: added test
8171 to regression, fixed a few regressions too.
8172
8173Thu Nov 20 22:58:00 CET 2003 Daniel Veillard <daniel@veillard.com>
8174
8175 * HTMLparser.c: applied two parsing fixes from James Bursa
8176
8177Thu Nov 20 19:20:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8178
8179 * doc/examples/*: added two xmlReader examples
8180 * xmlreader.c: cleaned up some bugs in the process
8181
8182Thu Nov 20 12:54:30 CET 2003 Daniel Veillard <daniel@veillard.com>
8183
8184 * xmlwriter.c include/libxml/xmlwriter.h: applied patch from
8185 Alfred Mickautsch, bugfixes and comments
8186 * doc/examples/*: added his test as the xmlWriter example
8187 * doc/html/ doc/*.html: this resulted in some improvements
8188 * include/libxml/hash.h: fixed an inclusion problem when
8189 <libxml/hash.h> wasn't preceeded by <xml/parser.h>
8190
8191Wed Nov 19 17:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
8192
8193 * xinclude.c: fix an error message
8194 * doc/examples/*: added tree2 example from Lucas Brasilino
8195
8196Wed Nov 19 17:50:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
8197
8198 * doc/newapi.xsl: improve the sort sequence for page content
8199 * doc/html/*.html: regenerate the web pages
8200
8201Wed Nov 19 00:48:56 CET 2003 Daniel Veillard <daniel@veillard.com>
8202
8203 * Makefile.am: do not package cvs versioning temp files.
8204 * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
8205 slightly improved the API xml format, fixed a lot of small
8206 rendering problems
8207 * doc/html/libxml*.html: rebuilt
8208
8209Tue Nov 18 21:51:15 CET 2003 Daniel Veillard <daniel@veillard.com>
8210
8211 * include/libxml/*.h include/libxml/*.h.in: modified the file
8212 header to add more informations, painful...
8213 * genChRanges.py genUnicode.py: updated to generate said changes
8214 in headers
8215 * doc/apibuild.py: extract headers, add them to libxml2-api.xml
8216 * *.html *.xsl *.xml: updated the stylesheets to flag geprecated
8217 APIs modules. Updated the stylesheets, some cleanups, regenerated
8218 * doc/html/*.html: regenerated added back book1 and libxml-lib.html
8219
8220Tue Nov 18 14:43:16 CET 2003 Daniel Veillard <daniel@veillard.com>
8221
8222 * doc/Makefile.am doc/*.xsl doc/*.html doc/apibuild.py: cleaned up
8223 the build process to remove all remains from the old gtk-doc
8224 inherited, libxml2-refs.xml is now generated by apibuild.py, the
8225 stylesheets have been improved, and the API*html now generated
8226 are XHTML1 valid too
8227
8228Tue Nov 18 14:28:32 HKT 2003 William Brack <mmm.com.hk>
8229
8230 * genChRanges.py, chvalid.c, include/libxml/chvalid.h: minor
8231 enhancement to prevent comment with unreferenced variable.
8232 * threads.c xmlreader.c xmlwriter.c: edited some comments to
8233 improve auto-generation of documentation
8234 * apibuild.py: minor change to an error message
8235
8236Mon Nov 17 17:55:51 CET 2003 Daniel Veillard <daniel@veillard.com>
8237
8238 * doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl: more cleanup,
8239 improving navigation
8240 * doc/html/*.html: updated the result
8241
8242Mon Nov 17 14:54:38 CET 2003 Daniel Veillard <daniel@veillard.com>
8243
8244 * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml doc/newapi.xsl:
8245 improvement of the stylesheets, fixed a API generation problem,
8246 switched the stylesheet and Makefile to build the HTML output.
8247 * doc/html/*.html: complete update, ditched some old files, might
8248 introduce some breakage...
8249
8250Mon Nov 17 12:50:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8251
8252 * doc/newapi.xsl: lot of improvements, this starts looking good
8253 enough to be usable.
8254
8255Mon Nov 17 00:58:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8256
8257 * doc/newapi.xsl: stylesheet to build HTML pages from the
8258 API XML description, Work in Progress
8259
8260Sun Nov 16 16:03:24 HKT 2003 William Brack <wbrack@mmm.com.hk>
8261
8262 * xpath.c: fixed bug 126976 (string != empty nodeset
8263 should be false)
8264
8265Sun Nov 16 14:00:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
8266
8267 * doc/html/*.html: Finally - found the problem with the
8268 page generation (XMLPUBFUN not recognized by gtkdoc).
8269 Re-created the pages using a temporary version of
8270 include/libxml/*.h.
8271 * testOOMlib.c,include/libxml/encoding.h,
8272 include/libxml/schemasInternals.h,include/libxml/valid.h,
8273 include/libxml/xlink.h,include/libxml/xmlwin32version.h,
8274 include/libxml/xmlwin32version.h.in,
8275 include/libxml/xpathInternals.h: minor edit of comments
8276 to help automatic documentation generation
8277 * doc/docdescr.doc: small elaboration
8278 * doc/examples/test1.c,doc/examples/Makefile.am: re-commit
8279 (messed up on last try)
8280 * xmlreader.c: minor change to clear warning.
8281
8282Sat Nov 15 19:20:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8283
8284 * Copyright: fixed some wording
8285 * libxml.spec.in: make sure doc/examples is packaged
8286 * include/libxml/tree.h valid.c xmlreader.c: fixed the really
8287 annoying problem about xmlRemoveID and xmlReader streaming.
8288 Thing looks fixed now, had to add a doc reference to the
8289 xmlID structure though...
8290
8291Sat Nov 15 09:53:36 MST 2003 John Fleck <jfleck@inkstain.net>
8292
8293 * doc/docdescr.doc: added description of man page building
8294
8295Sat Nov 15 19:08:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
8296
8297 * doc/html/libxml-chvalid.html, doc/html/libxml-dict.html,
8298 doc/html/libxml-list.html, doc/html/libxml-testOOMlib.html,
8299 doc/html/libxml-wincecompat, doc/html/winsockcompat.html,
8300 doc/html/libxml-xmlexports.html, doc/html/libxml-xmlversion.html,
8301 doc/html/libxml-xmlwin32version.html, doc/html/libxml-xmlwriter.html:
8302 added missing pages for the website.
8303
8304Sat Nov 15 18:23:48 HKT 2003 William Brack <wbrack@mmm.com.hk>
8305
8306 * doc/Makefile.am doc/*.html doc/html/*.html: rebuilt the
8307 generated pages (again), manually restored doc/html/index.html
8308 and manually edited generated file doc/gnome-xml.xml to put
8309 in appropriate headings.
8310 * doc/docdescr.doc: new file to describe details of the
8311 document generation (helps my memory for the next time)
8312 * genChRanges.py,chvalid.c,include/libxml/chvalid.h: minor
8313 enhancement to please the automatic documentation generation.
8314
8315Fri Nov 14 23:47:31 HKT 2003 William Brack <wbrack@mmm.com.hk>
8316
8317 * catalog.c,relaxng.c,testAutomata.c,xpointer.c,genChRanges.py,
8318 chvalid.c,include/libxml/chvalid.h,doc/examples/test1.c:
8319 minor error cleanup for gcc-3.3.[12] compilation warnings.
8320
8321Fri Nov 14 15:08:13 HKT 2003 William Brack <wbrack@mmm.com.hk>
8322
8323 * tree.c: minor changes to some comments
8324 * doc/*.html: rebuilt the generated HTML pages for changes
8325 from jfleck (bug 126945)
8326
8327Thu Nov 13 12:44:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8328
8329 * doc/examples/*: added Dodji's example, added output handling
8330
8331Thu Nov 13 11:35:35 CET 2003 Daniel Veillard <daniel@veillard.com>
8332
8333 * doc/examples/*: added Aleksey XPath example, fixed bugs
8334 in the indexer
8335
8336Wed Nov 12 23:48:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8337
8338 * doc/*: integrating the examples in the navigation menus
8339 * doc/examples/*: added make tests, updated the navigation,
8340 added a new test, cleanups, updates.
8341
8342Wed Nov 12 17:50:36 CET 2003 Daniel Veillard <daniel@veillard.com>
8343
8344 * doc/*.html: rebuilt the generated HTML pages
8345 * doc/examples/*: updated the stylesheets, added a synopsis,
8346 Makefile.am is now generated by index.py
8347
8348Wed Nov 12 01:38:16 CET 2003 Daniel Veillard <daniel@veillard.com>
8349
8350 * doc/site.xsl doc/examples/Makefile.am doc/examples/index.html:
8351 added autogeneration of a web page for the examples
8352 * doc/examples/example1.c doc/examples/.cvsignore
8353 doc/examples/examples.xml doc/examples/index.py: updated the
8354 informations extracted, improved the format and indexing.
8355
8356Tue Nov 11 22:08:59 CET 2003 Daniel Veillard <daniel@veillard.com>
8357
8358 * check-xinclude-test-suite.py: less verbose on difference
8359 * libxml.spec.in: cleanup
8360 * parser.c: fixed xmlCleanupParser() doc
8361 * doc/Makefile.am doc/apibuild.py doc/libxml2-api.xml
8362 doc/examples/Makefile.am doc/examples/example1.c
8363 doc/examples/examples.xml doc/examples/index.py
8364 doc/examples/test1.xml: work on adding C examples and
8365 generating automated information about those. examples.xml
8366 is autogenerated describing the examples.
8367 * example/Makefile.am: cleanup
8368
8369Mon Nov 10 23:47:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
8370
8371 * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h:
8372 fixed missing '-' in block names, enhanced the hack for
8373 ABI aliasing.
8374
8375Sun Nov 9 20:28:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
8376
8377 * genUnicode.py, xmlunicode.c, include/libxml/xmlunicode.h,
8378 python/libxml2class.txt: enhanced for range checking,
8379 updated to Unicode version 4.0.1 (API docs also updated)
8380 * python/generator.py: minor change to fix a warning
8381
8382Wed Nov 5 23:46:36 CET 2003 Daniel Veillard <daniel@veillard.com>
8383
8384 * Makefile.am: apply fix from Karl Eichwalder for script path
8385
8386Wed Nov 5 10:49:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8387
8388 * win32/configure.js: applied patch from Mark Vakoc to simplify
8389 his work from CVS checkouts.
8390
8391Tue Nov 4 21:16:47 MST 2003 John Fleck <jfleck@inkstain.net>
8392
8393 * doc/xmlreader.html: minor cleanups
8394
8395Tue Nov 4 15:52:28 PST 2003 William Brack <wbrack@mmm.com.hk>
8396
8397 * include/libxml/xmlversion.h.in: changed macro ATTRIBUTE_UNUSED
8398 for gcc so that, if undefined, it's defined as
8399 __attribute__((unused))
8400
8401Tue Nov 4 15:28:07 PST 2003 William Brack <wbrack@mmm.com.hk>
8402
8403 * python/generator.py: small enhancement to assure ATTRIBUTE_UNUSED
8404 appears after the variable declaration.
8405 * valid.c: trivial change to eliminate a warning message
8406
8407Tue Nov 4 11:24:04 CET 2003 Daniel Veillard <daniel@veillard.com>
8408
8409 * configure.in NEWS doc/*: preparing release 2.6.2, updated and
8410 rebuilt the docs
8411
8412Tue Nov 4 09:38:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8413
8414 * xmllint.c: change --html to make sure we use the HTML serialization
8415 rule by default when HTML parser is used, add --xmlout to allow to
8416 force the XML serializer on HTML.
8417 * HTMLtree.c: ugly tweak to fix the output on <p> element and
8418 solve #125093
8419 * result/HTML/*: this changes the output of some tests
8420
8421Mon Nov 3 17:51:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8422
8423 * xinclude.c: fixed bug #125812, about XPointer in XInclude
8424 failing but not returning an error.
8425
8426Mon Nov 3 17:18:22 CET 2003 Daniel Veillard <daniel@veillard.com>
8427
8428 * valid.c: fixed bug #125811 related to DTD post validation
8429 where the DTD doesn't pertain to a document.
8430
8431Mon Nov 3 15:25:58 CET 2003 Daniel Veillard <daniel@veillard.com>
8432
8433 * parser.c xmlIO.c include/libxml/parserInternals.h: implemented
8434 the XML_PARSE_NONET parser option.
8435 * xmllint.c: converted xmllint.c to use the option instead of
8436 relying on the global resolver variable.
8437
8438Mon Nov 3 13:26:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8439
8440 * xinclude.c xmlreader.c include/libxml/xinclude.h: adding XInclude
8441 support to the reader interface. Lot of testing of the walker,
8442 various bug fixes.
8443 * xmllint.c: added --walker and made sure --xinclude --stream --debug
8444 works as expected
8445 * Makefile.am result/dtd11.rdr result/ent6.rdr test/dtd11 test/ent6
8446 result/XInclude/*.rdr: added regression tests for the walker and
8447 XInclude xmlReader support, had to slightly change a couple of tests
8448 because the walker can't distinguish <foo/> from <foo></foo>
8449
8450Sat Nov 1 17:42:27 CET 2003 Daniel Veillard <daniel@veillard.com>
8451
8452 * tree.c nanohttp.c threads.c: second BeOS patch from
8453 Marcin 'Shard' Konicki
8454
8455Fri Oct 31 15:35:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8456
8457 * parser.c: always generate line numbers
8458
8459Fri Oct 31 11:53:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8460
8461 * parser.c: fixed another regression introduced in fixing #125823
8462
8463Fri Oct 31 11:33:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8464
8465 * python/libxml.c: previous fix for #124044 was broken, correct
8466 fix provided.
8467 * HTMLparser.c parser.c parserInternals.c xmlIO.c: fix xmlStopParser()
8468 and the error handlers to address #125877
8469
8470Thu Oct 30 23:10:46 CET 2003 Daniel Veillard <daniel@veillard.com>
8471
8472 * parser.c: side effect of #123105 patch, namespace resolution
8473 would fail when defined in internal entities, fixes #125823
8474
8475Thu Oct 30 14:10:42 CET 2003 Daniel Veillard <daniel@veillard.com>
8476
8477 * python/libxml.c: be more defensive in the xmlReader python bindings
8478 fixing bug #124044
8479
8480Thu Oct 30 11:14:31 CET 2003 Daniel Veillard <daniel@veillard.com>
8481
8482 * valid.c: the a-posteriori DTD validation code was not validating
8483 the namespace declarations, this fixes #124110
8484
8485Wed Oct 29 14:13:03 PDT 2003 William Brack <wbrack@mmm.com.hk>
8486
8487 * xmlIO.c: enhanced to bypass compression detection code
8488 when input file is stdin (bug 125801)
8489
8490Wed Oct 29 18:21:00 CET 2003 Daniel Veillard <daniel@veillard.com>
8491
8492 * xmlIO.c: fix needed when HTTP is not compiled in by Mark Vakoc
8493
8494Wed Oct 29 18:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
8495
8496 * xpath.c: more fixes about unregistering objects
8497 * include/libxml/relaxng.h: applied patch from Mark Vakoc
8498 missing _cplusplus processing clause
8499
8500Wed Oct 29 07:49:52 2003 Aleksey Sanin <aleksey@aleksey.com>
8501
8502 * include/libxml/parser.h parser.c: added xmlStrVPrintf function
8503
8504Wed Oct 29 14:37:40 CET 2003 Daniel Veillard <daniel@veillard.com>
8505
8506 * nanoftp.c nanohttp.c testThreads.c threads.c: applied patch from
8507 Marcin 'Shard' Konicki to provide BeOS thread support.
8508
8509Wed Oct 29 14:20:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8510
8511 * xmlschemas.c include/libxml/xmlschemas.h: applied patch
8512 from Steve Ball to make a schema parser from a preparsed document.
8513
8514Wed Oct 29 13:52:25 CET 2003 Daniel Veillard <daniel@veillard.com>
8515
8516 * tree.c: applied a couple of patches from Mark Lilback about text
8517 nodes coalescing
8518
8519Wed Oct 29 12:16:52 CET 2003 Daniel Veillard <daniel@veillard.com>
8520
8521 * xpath.c: change suggested by Anthony Carrico when unregistering
8522 a namespace prefix to a context
8523 * hash.c: be more careful about calling callbacks with NULL payloads.
8524
8525Wed Oct 29 00:04:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8526
8527 * configure.in NEWS doc/*: preparing release 2.6.1, updated and
8528 regenerated docs and APIs
8529 * parser.c: cleanup and last change to fix #123105
8530
8531Tue Oct 28 23:02:29 CET 2003 Daniel Veillard <daniel@veillard.com>
8532
8533 * HTMLparser.c: Fix #124907 by simply backporting the same
8534 fix as for the XML parser
8535 * result/HTML/doc3.htm.err: change to ID detecting modified one
8536 test result.
8537
8538Tue Oct 28 22:28:50 CET 2003 Daniel Veillard <daniel@veillard.com>
8539
8540 * parser.c include/libxml/parser.h: included a new function
8541 to reuse a Push parser context, based on Graham Bennett original
8542 code
8543 * valid.c: in HTML, a name in an input is not an ID
8544 * TODO: bug list update
8545
8546Tue Oct 28 19:54:37 CET 2003 Daniel Veillard <daniel@veillard.com>
8547
8548 * xpath.c: applied patch from nico@xtradyne.com for #125030
8549
8550Tue Oct 28 16:42:16 CET 2003 Daniel Veillard <daniel@veillard.com>
8551
8552 * Makefile.am: cleanup
8553 * error.c valid.c include/libxml/xmlerror.h: fixing bug #125653
8554 sometimes the error handlers can get a parser context on DTD
8555 errors, and sometime they don't. So be very careful when trying
8556 to grab those informations.
8557
8558Tue Oct 28 15:26:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8559
8560 * tree.c: applied patch from Kasimier Buchcik which fixes a
8561 problem in xmlSearchNs introduced in 2.6.0
8562
8563Tue Oct 28 14:57:03 CET 2003 Daniel Veillard <daniel@veillard.com>
8564
8565 * parser.c: fixed #123263, the encoding is mandatory in a textdecl.
8566
8567Tue Oct 28 13:48:52 CET 2003 Daniel Veillard <daniel@veillard.com>
8568
8569 * tree.c: fix bug #125047 about serializing when finding a
8570 document fragment node.
8571
8572Mon Oct 27 11:11:29 EST 2003 Daniel Veillard <daniel@veillard.com>
8573
8574 * testSAX.c: fix bug #125592 need a NULL check
8575 * include/libxml/chvalid.h: rename a parameter
8576
8577Mon Oct 27 09:43:48 EST 2003 Daniel Veillard <daniel@veillard.com>
8578
8579 * parser.c: applied patch from #123105 about defaulted attributes
8580 from element coming from an entity
8581
8582Mon Oct 27 21:12:27 HKT 2003 William Brack <wbrack@mmm.com.hk>
8583
8584 * xmllint.c: fixed warning message from IRIX (bug 125182)
8585 * python/libxml.py: removed tabs, replaced with spaces
8586 (bug 125572)
8587
8588Mon Oct 27 06:17:30 EST 2003 Daniel Veillard <daniel@veillard.com>
8589
8590 * libxml.h parserInternals.c xmlIO.c: make sure we report errors
8591 if xmlNewInputFromFile() fails.
8592 * xmlreader.c: avoid using _private for the node or document
8593 elements.
8594
8595Sat Oct 25 17:33:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
8596
8597 * win32/configure.js: added declaration for verMicroSuffix
8598
8599Fri Oct 24 23:08:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8600
8601 * libxml.m4: applied patch from Patrick Welche provided in
8602 bug #125432 , future proofing the .m4 file.
8603 * parser.c: resetting the context should also reset the error
8604 * TODO: problem of conformance w.r.t. E20 was raised in the
8605 XML Core telconf and libxml2 isn't conformant there.
8606
8607Wed Oct 22 14:33:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8608
8609 * xmlwriter.c: applied patch from Alfred Mickautsch fixing #125180
8610
8611Wed Oct 22 10:50:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
8612
Daniel Veillard25a1ce92008-06-02 16:04:12 +00008613 * chvalid.c genChRanges.py: Stéphane Bidoul pointed out another
William M. Brack11be2d02007-01-24 19:17:19 +00008614 small glitch missing a const
8615
8616Wed Oct 22 10:43:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
8617
Daniel Veillard25a1ce92008-06-02 16:04:12 +00008618 * chvalid.c genChRanges.py: Stéphane Bidoul pointed out that
William M. Brack11be2d02007-01-24 19:17:19 +00008619 it doesn't define IN_LIBXML
8620
8621Tue Oct 21 21:14:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
8622
Daniel Veillard25a1ce92008-06-02 16:04:12 +00008623 * win32/Makefile.mingw: typo pointed out by Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +00008624
8625Tue Oct 21 11:26:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
8626
8627 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc
8628 win32/configure.js: set of Win32 patches for 2.6.0 by Joachim Bauch
8629
8630Tue Oct 21 02:07:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
8631
8632 * tree.c: last minute patch from Eric Zurcher making it into 2.6.0
8633
8634Tue Oct 21 02:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
8635
8636 * configure.in NEWS doc/libxml2.xsa: preparing libxml2-2.6.0
8637 * doc/*: updated and regenerated the docs and API
8638
8639Tue Oct 21 01:01:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
8640
8641 * SAX2.c error.c tree.c: moved the line number to their proper
8642 field in elements now.
8643
8644Tue Oct 21 00:28:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
8645
8646 * configure.in xmlwriter.c Makefile.am include/libxml/xmlwriter.h
8647 include/libxml/Makefile.am include/libxml/xmlversion.h.in:
8648 added the xmlWriter module contributed by Alfred Mickautsch
8649 * include/libxml/tree.h: added room for line and extra information
8650 * xmlreader.c python/tests/reader6.py: bugfixing some problem some
8651 of them introduced in September
8652 * win32/libxml2.def.src doc/libxml2-api.xml: regenerated the API
8653
8654Mon Oct 20 19:02:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8655
8656 * Makefile.am configure.in xmldwalk.c xmlreader.c
8657 include/libxml/Makefile.am include/libxml/xmldwalk.h
8658 include/libxml/xmlversion.h.in: removing xmldwalk module
8659 since it got merged with the xmlreader.
8660 * parser.c: cleanup
8661 * win32/libxml2.def.src python/libxml2class.txt doc/libxml2-api.xml:
8662 rebuilt the API
8663 * python/tests/Makefile.am python/tests/reader7.py
8664 python/tests/walker.py: adding regression testing for the
8665 new xmlreader APIs, new APIs for reader creation, including
8666 makeing reader "walker" operating on preparsed document trees.
8667
8668Sun Oct 20 22:37:03 HKT 2003 William Brack <wbrack@mmm.com.hk>
8669
8670 * entities.c, valid.c: fixed problem reported on the mailing
8671 list by Melvyn Sopacua - wrong argument order on functions
8672 called through xmlHashScan.
8673
8674Sun Oct 19 23:57:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8675
8676 * valid.c xmlIO.c: fixes for compiling using --with-minimum
8677
8678Sun Oct 19 23:46:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
8679
8680 * tree.c: cleanup xmlNodeGetContent() reusing xmlNodeBufGetContent(),
8681 tested it through the xslt regression suite.
8682
8683Sun Oct 19 22:42:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
8684
8685 * tree.c include/libxml/tree.h: adding xmlNodeBufGetContent()
8686 allowing to grab the content without forcing allocations.
8687 * python/libxml2class.txt doc/libxml2-api.xml: rebuilt the API
8688 * xpath.c xmldwalk.c: removed a couple of comment errors.
8689
8690Sun Oct 19 16:39:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
8691
8692 * parser.c: applied patch from Chris Anderson to change back
8693 memcmp with CMPx()
8694
8695Sun Oct 19 16:24:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
8696
8697 * HTMLparser.c: fixed to not send NULL to %s printing
8698 * python/tests/error.py result/HTML/doc3.htm.err
8699 result/HTML/test3.html.err result/HTML/wired.html.err
8700 result/valid/t8.xml.err result/valid/t8a.xml.err: cleaning
8701 up some of the regression tests error
8702
8703Sun Oct 19 15:31:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
8704
8705 * include/libxml/nanohttp.h include/libxml/parserInternals.h
8706 include/libxml/xmlIO.h nanohttp.c parserInternals.c xmlIO.c:
8707 Fixed the HTTP<->parser interraction, which should fix 2 long
8708 standing bugs #104790 and #124054 , this also fix the fact that
8709 HTTP error code (> 400) should not generate data, we usually
8710 don't want to parse the HTML error information instead of the
8711 resource looked at.
8712
8713Sun Oct 19 19:20:48 HKT 2003 William Brack <wbrack@mmm.com.hk>
8714
8715 * doc/Makefile.am: enhanced the installation of tutorial files
8716 to avoid installing CVS subdirectories (bug 122943)
8717
8718Sun Oct 19 17:33:27 HKT 2003 William Brack <wbrack@mmm.com.hk>
8719
8720 * xmlIO.c: fixed segfault when input file not present
8721 * tree.c: changed output formatting of XML_CDATA_SECTION
8722 (bug 120917)
8723
8724Sun Oct 19 00:15:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
8725
8726 * include/libxml/parserInternals.h HTMLparser.c HTMLtree.c
8727 SAX2.c catalog.c debugXML.c entities.c parser.c relaxng.c
8728 testSAX.c tree.c valid.c xmlschemas.c xmlschemastypes.c
8729 xpath.c: Changed all (?) occurences where validation macros
8730 (IS_xxx) had single-byte arguments to use IS_xxx_CH instead
8731 (e.g. IS_BLANK changed to IS_BLANK_CH). This gets rid of
8732 many warning messages on certain platforms, and also high-
8733 lights places in the library which may need to be enhanced
8734 for proper UTF8 handling.
8735
8736Sat Oct 18 20:34:18 HKT 2003 William Brack <wbrack@mmm.com.hk>
8737
8738 * genChRanges.py, chvalid.c, include/libxml/chvalid.h,
8739 doc/apibuild.py: enhanced to include enough comments to
8740 make the api doc generation happy.
8741
8742Sat Oct 18 07:28:25 EDT 2003 Daniel Veillard <daniel@veillard.com>
8743
8744 * nanohttp.c xmlIO.c include/libxml/nanohttp.h: starting work
8745 to fix the HTTP/XML parser integration.
8746
8747Sat Oct 18 11:04:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
8748
8749 * xmlreader.c include/libxml/xmlreader.h: added new APIs
8750 for creating reader from sources or reusing a reader with
8751 a new source, like the xmlReadxx and xmlCtxtReadxxx
8752 * win32/libxml2.def.src doc/libxml2-api.xml doc/apibuild.py
8753 doc/Makefile.am: regenerated the APIs
8754 * doc/xml.html: applied a patch from Stefan Kost for namesapce docs
8755
8756Sat Oct 18 12:46:02 HKT 2003 William Brack <wbrack@mmm.com.hk>
8757
8758 * genChRanges.py, chvalid.c, include/libxml/chvalid.h,
8759 include/libxml/parserInternals.h: enhanced macros to avoid
8760 breaking ABI from previous versions.
8761 * catalog.c, parser.c, tree.c: modified to use IS_* macros
8762 defined in parserInternals.h. Makes maintenance much easier.
8763 * testHTML.c, testSAX.c, python/libxml.c: minor fixes to avoid
8764 compilation warnings
8765 * configuration.in: fixed pushHTML test error; enhanced for
8766 better devel (me) testing
8767
8768Fri Oct 17 14:38:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
8769
8770 * legacy.c: remove the warning for startDocument(), as it is used by
8771 glade (or glade-python)
8772 * parser.c relaxng.c xmlschemastypes.c: fixed an assorted set of
8773 invalid accesses found by running some Python based regression
8774 tests under valgrind. There is still a few leaks reported by the
8775 relaxng regressions which need some attention.
8776 * doc/Makefile.am: fixed a make install problem c.f. #124539
8777 * include/libxml/parserInternals.h: addition of xmlParserMaxDepth
8778 patch from crutcher
8779
8780Wed Oct 15 12:47:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
8781
8782 * parser.c: Marc Liyanage pointed out that xmlCleanupParser()
8783 was missing xmlCleanupInputCallbacks and xmlCleanupOutputCallbacks
8784 calls.
8785
8786Wed Oct 15 10:16:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
8787
8788 * vms/build_libxml.com trionan.c: VMS patch from Craig A. Berry
8789
8790Mon Oct 13 21:46:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8791
8792 * Makefile.am: small fix from Bjorn Reese
8793
8794Mon Oct 13 15:59:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
8795
8796 * valid.c: fix a call missing arguments
8797
8798Sun Oct 12 18:42:18 HKT 2003 William Brack <wbrack@mmm.com.hk>
8799
8800 * genChRanges.py, chvalid.c, include/libxml/chvalid.h: fixed
8801 a bug in the range search; enhanced range generation (inline code
8802 if a small number of intervals); enhanced the readability of the
8803 output files.
8804
8805Sun Oct 12 00:52:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8806
8807 * chvalid.def chvalid.c include/libxml/chvalid.h: rebuilt
8808 chvalid.def from scratch based on XML 2nd edition REC
8809 and regenerated the code.
8810
8811Sat Oct 11 22:54:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
8812
8813 * check-xml-test-suite.py: removed some annoying warnings
8814 * chvalid.def chvalid.c include/libxml/chvalid.h: fixed a bug
8815 in the PubidChars definition, regenerated, there is still
8816 a bug left somewhere
8817 * genChRanges.py: save the header directly in include/libxml/
8818 * configure.in: I generated a 2.6.0beta6 earlier today
8819
8820Sat Oct 11 23:32:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
8821
8822 * fixed small error on previous commit (chvalid.h in
8823 base dir instead of include directory)
8824
8825Sat Oct 11 23:11:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
8826
8827 * genChRange.py, chvalid.def, chvalid.c, include/libxml/chvalid.h:
8828 new files for a different method for doing range validation
8829 of character data.
8830 * Makefile.am, parserInternals.c, include/libxml/Makefile.am,
8831 include/libxml/parserInternals.h: modified for new range method.
8832 * catalog.c: small enhance for warning message (using one
8833 of the new range routines)
8834
8835Sat Oct 11 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8836
8837 * valid.c include/libxml/valid.h: adding an serror field to
8838 the validation context breaks the ABI for the xmlParserCtxt
8839 structure since it's embedded by content and not by reference
8840
8841Sat Oct 11 12:46:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
8842
8843 * configure.in: patch from Mike Hommey
8844 * threads.c: applied Windows patch from Jesse Pelton and Stephane
8845 Bidoul
8846 * parser.c: fix the potentially nasty access to ctxt->serror
8847 without checking first that the SAX block is version 2
8848
8849Fri Oct 10 21:34:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
8850
8851 * SAX2.c: fixed a nasty bug with interning some text strings
8852 * configure.in: prepare for beta5 of 2.6.0
8853 * libxml.h nanoftp.c nanohttp.c xmlIO.c include/libxml/xmlerror.h:
8854 better error handling for I/O and converted FTP and HTTP
8855 * parser.c: fixed another bug
8856
8857Fri Oct 10 16:45:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
8858
8859 * SAX2.c: fixed uninitialized new field.
8860 * result/VC/OneID2 result/relaxng/*.err: fixed a typo updating
8861 all messages
8862
8863Fri Oct 10 16:19:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
8864
8865 * include/libxml/tree.h: make room in Doc, Element, Attributes
8866 for PSVI type informations.
8867
8868Fri Oct 10 16:08:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
8869
8870 * HTMLparser.c c14n.c catalog.c error.c globals.c parser.c
8871 parserInternals.c relaxng.c valid.c xinclude.c xmlIO.c xmlregexp.c
8872 xmlschemas.c xpath.c xpointer.c include/libxml/globals.h
8873 include/libxml/parser.h include/libxml/valid.h
8874 include/libxml/xmlerror.h: Setting up the framework for structured
8875 error reporting, touches a lot of modules, but little code now
8876 the error handling trail has been cleaned up.
8877
8878Fri Oct 10 14:29:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
8879
8880 * c14n.c include/libxml/xmlerror.h: converted the C14N module too
8881
8882Fri Oct 10 13:40:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
8883
8884 * xpath.c: cleanup
8885 * xpointer.c include/libxml/xmlerror.h: migrated XPointer module
8886 to the new error mechanism
8887
8888Fri Oct 10 12:49:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8889
8890 * error.c xmlschemas.c: a bit of cleanup
8891 * result/schemas/*.err: updated with the new result strings
8892
8893Fri Oct 10 03:58:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
8894
8895 * xpath.c: fixed bug 124061
8896
8897Fri Oct 10 02:47:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
8898
8899 * Makefile.am: cleanup
8900 * encoding.c: fix a funny typo
8901 * error.c xmlschemas.c xmlschemastypes.c include/libxml/xmlerror.h:
8902 converted the Schemas code to the new error handling. PITA,
8903 still need to check output from regression tests.
8904
8905Thu Oct 9 15:13:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
8906
8907 * HTMLtree.c include/libxml/xmlerror.h: converted too
8908 * tree.c: small cleanup
8909
8910Thu Oct 9 13:44:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
8911
8912 * xinclude.c: comment fix
8913 * catalog.c include/libxml/xmlerror.h: migrating the catalog code
8914 to the new infrastructure
8915
8916Thu Oct 9 00:36:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
8917
8918 * xmlIO.c: final error handling cleanup
8919 * xinclude.c error.c: converted XInclude to the new error handling
8920 * include/libxml/xmlerror.h: added XInclude errors
8921
8922Wed Oct 8 23:31:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
8923
8924 * parser.c: bug in compression saving was crashing galeon
8925 reported by teuf
8926
8927Wed Oct 8 21:18:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
8928
8929 * error.c tree.c xmlIO.c xmllint.c: more cleanup through the
8930 I/O error path
8931
8932Wed Oct 8 20:57:27 CEST 2003 Daniel Veillard <daniel@veillard.com>
8933
8934 * xmlIO.c: better handling of error cases
8935
8936Wed Oct 8 13:51:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
8937
8938 * xmlIO.c xmllint.c include/libxml/xmlerror.h: first pass at
8939 cleaning up error handling in the I/O module.
8940
8941Wed Oct 8 10:52:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8942
8943 * xmlregexp.c include/libxml/xmlerror.h: error handling
8944 cleanup of the Regexp module.
8945
8946Wed Oct 8 01:09:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
8947
8948 * tree.c: converting the tree module too
8949 * error.c include/libxml/xmlerror.h: created a simpler internal
8950 error reporting function.
8951
8952Tue Oct 7 23:19:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8953
8954 * error.c include/libxml/xmlerror.h include/libxml/xpath.h
8955 include/libxml/xpathInternals.h xpath.c: cleaning up XPath
8956 error reporting that time.
8957 * threads.c: applied the two patches for TLS threads
8958 on Windows from Jesse Pelton
8959 * parser.c: tiny safety patch for xmlStrPrintf() make sure the
8960 return is always zero terminated. Should also help detecting
8961 passing wrong buffer size easilly.
8962 * result/VC/* result/valid/rss.xml.err result/valid/xlink.xml.err:
8963 updated the results to follow the errors string generated by
8964 last commit.
8965
8966Tue Oct 7 14:16:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
8967
8968 * relaxng.c include/libxml/xmlerror.h: last cleanup of error
8969 handling in the Relax-NG module.
8970
8971Tue Oct 7 13:30:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
8972
8973 * error.c relaxng.c include/libxml/xmlerror.h: switched Relax-NG
8974 module to teh new error reporting. Better default report, adds
8975 the element associated if found, context and node are included
8976 in the xmlError
8977 * python/tests/reader2.py: the error messages changed.
8978 * result/relaxng/*: error message changed too.
8979
8980Mon Oct 6 10:46:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
8981
8982 * win32/Makefile.bcb win32/Makefile.mingw win32/Makefile.msvc
Daniel Veillard25a1ce92008-06-02 16:04:12 +00008983 win32/configure.js: applied patch from Stéphane Bidoul to
William M. Brack11be2d02007-01-24 19:17:19 +00008984 fix the compilation of 2.6.0 code on Win32
8985
8986Mon Oct 6 10:16:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
8987
8988 * check-xml-test-suite.py: fixing the script
8989 * parser.c: replace sequences of RAW && NXT(.) == '.' with
8990 memcmp calls, seems to not break conformance, slightly inflate
8991 the size of the gcc generated code though.
8992
8993Sun Oct 5 23:30:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
8994
8995 * parserInternals.c parser.c valid.c include/libxml/parserInternals.h:
8996 more cleanup of error handling in parserInternals, sharing the
8997 routine for memory errors.
8998
8999Sun Oct 5 15:49:14 CEST 2003 Daniel Veillard <daniel@veillard.com>
9000
9001 * HTMLparser.c Makefile.am legacy.c parser.c parserInternals.c
9002 include/libxml/xmlerror.h: more code cleanup, especially around
9003 error messages, the HTML parser has now been upgraded to the new
9004 handling.
9005 * result/HTML/*: a few changes in the resulting error messages
9006
9007Sat Oct 4 23:06:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9008
9009 * parser.c include/libxml/xmlerror.h: more error/warning
9010 handling cleanups, the XML parser module should be okay now.
9011
9012Sat Oct 4 01:58:27 CEST 2003 Daniel Veillard <daniel@veillard.com>
9013
9014 * Makefile.am configure.in xmldwalk.c include/libxml/Makefile.am
9015 include/libxml/xmldwalk.h include/libxml/xmlversion.h.in:
9016 integrated the xmlDocWalker API given by Alfred Mickautsch,
9017 and providing an xmlReader like API but working on a xmlDocPtr.
9018
9019Sat Oct 4 00:18:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
9020
9021 * Makefile.am: more cleanup in make tests
9022 * error.c valid.c parser.c include/libxml/xmlerror.h: more work
9023 in the transition to the new error reporting strategy.
9024 * python/tests/reader2.py result/VC/* result/valid/*:
9025 few changes in the strings generated by the validation output
9026
9027Fri Oct 3 00:19:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
9028
9029 * Makefile.am: changed 'make tests' to use a concise output,
9030 scrolling to see where thing broke wasn't pleasant
9031 * configure.in: some beta4 preparation, but not ready yet
9032 * error.c globals.c include/libxml/globals.h include/libxml/xmlerror.h:
9033 new error handling code, last error informations are stored
9034 in the parsing context or a global variable, new APIs to
9035 handle the xmlErrorPtr type.
9036 * parser.c parserInternals.c valid.c : started migrating to the
9037 new error handling code, it's a royal pain.
9038 * include/libxml/parser.h include/libxml/parserInternals.h:
9039 moved the definition of xmlNewParserCtxt()
9040 * parser.c: small potential buffer access problem in push code
9041 provided by Justin Fletcher
9042 * result/*.sax result/VC/PENesting* result/namespaces/*
9043 result/valid/*.err: some error messages were sligthly changed.
9044
9045Thu Oct 2 13:01:13 2003 Aleksey Sanin <aleksey@aleksey.com>
9046
9047 * include/libxml/parser.h parser.c: introduced xmlStrPrintf
9048 function (wrapper around snprintf)
9049
9050Wed Oct 1 21:12:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
9051
9052 * entities.c: Fix error on output of high codepoint charref like
9053 &#x10FFFF; , reported by Eric Hanchrow
9054
9055Wed Oct 1 14:20:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
9056
9057 * DOCBparser.c include/libxml/DOCBparser.h: let's see how much
9058 of a pain murrayc is really gonna be.
9059
9060Wed Oct 1 11:03:40 CEST 2003 Daniel Veillard <daniel@veillard.com>
9061
9062 * xmlreader.c: Applied fix for bug #123481 reported by Peter Derr
9063
9064Tue Sep 30 15:34:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
9065
9066 * entities.c legacy.c parser.c: made the predefined entities
9067 static predefined structures to avoid the work, memory and
9068 hazards associated to initialization/cleanup.
9069
9070Tue Sep 30 14:30:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9071
9072 * HTMLparser.c Makefile.am configure.in legacy.c parser.c
9073 parserInternals.c testHTML.c xmllint.c include/libxml/HTMLparser.h
9074 include/libxml/parser.h include/libxml/parserInternals.h
9075 include/libxml/xmlversion.h.in: added a new configure
9076 option --with-push, some cleanups, chased code size anomalies.
9077 Now a library configured --with-minimum is around 150KB,
9078 sounds good enough.
9079
9080Tue Sep 30 12:31:00 AEST 2003 Malcolm Tredinnick <malcolm@commsecure.com.au>
9081
9082 * libxml-2.0-uninstalled.pc.in: New file for building against
9083 uninstalled libxml2 builds.
9084 * configure.in, Makefile.am: Support the *-uninstalled.pc file.
9085 * .cvsignore: Ignore the new generated *.pc file.
9086
9087Tue Sep 30 02:38:16 CEST 2003 Daniel Veillard <daniel@veillard.com>
9088
9089 * Makefile.am SAX.c SAX2.c configure.in globals.c parser.c
9090 parserInternals.c testReader.c testSAX.c xmlIO.c xmllint.c
9091 xmlreader.c example/gjobread.c include/libxml/xmlversion.h.in:
9092 added 2 new configure option: --with-reader --with-sax1
9093 to allow removing the reader or non-xmlReadxxx() interfaces.
9094
9095Mon Sep 29 19:58:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
9096
9097 * configure.in entities.c tree.c valid.c xmllint.c
9098 include/libxml/tree.h include/libxml/xmlversion.h.in:
9099 Adding a configure option to remove tree manipulation
9100 code which is not strictly needed by the parser.
9101
9102Mon Sep 29 15:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9103
9104 * nanoftp.c nanohttp.c: last finishing touch to the BeOS
9105 patch from Marcin 'Shard' Konicki
9106
9107Mon Sep 29 15:15:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9108
9109 * HTMLtree.c SAX2.c c14n.c catalog.c configure.in debugXML.c
9110 encoding.c entities.c nanoftp.c nanohttp.c parser.c relaxng.c
9111 testAutomata.c testC14N.c testHTML.c testRegexp.c testRelax.c
9112 testSchemas.c testXPath.c threads.c tree.c valid.c xmlIO.c
9113 xmlcatalog.c xmllint.c xmlmemory.c xmlreader.c xmlschemas.c
9114 example/gjobread.c include/libxml/HTMLtree.h include/libxml/c14n.h
9115 include/libxml/catalog.h include/libxml/debugXML.h
9116 include/libxml/entities.h include/libxml/nanohttp.h
9117 include/libxml/relaxng.h include/libxml/tree.h
9118 include/libxml/valid.h include/libxml/xmlIO.h
9119 include/libxml/xmlschemas.h include/libxml/xmlversion.h.in
9120 include/libxml/xpathInternals.h python/libxml.c:
9121 Okay this is scary but it is just adding a configure option
9122 to disable output, this touches most of the files.
9123
9124Mon Sep 29 12:53:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
9125
9126 * xmlmemory.c: better fix, avoids breaking the python bindings
9127
9128Mon Sep 29 11:21:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
9129
9130 * xmlmemory.c: fix a compilation problem when configuring
9131 with debug but without mem-debug
9132
9133Sun Sep 28 20:53:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
9134
9135 * Makefile.am: cleanup, creating a new legacy.c module,
9136 made sure make tests ran in reduced conditions
9137 * SAX.c SAX2.c configure.in entities.c globals.c parser.c
9138 parserInternals.c tree.c valid.c xlink.c xmlIO.c xmlcatalog.c
9139 xmlmemory.c xpath.c xmlmemory.c include/libxml/xmlversion.h.in:
9140 increased the modularization, allow to configure out
9141 validation code and legacy code, added a configuration
9142 option --with-minimum compiling only the mandatory code
9143 which then shrink to 200KB.
9144
9145Sun Sep 28 02:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
9146
9147 * parser.c: fix a bug raised by the Mips compiler.
9148 * include/libxml/SAX.h include/libxml/parser.h: move the
9149 SAXv1 block definitions to parser.h fixes bug #123380
9150 * xmlreader.c include/libxml/xmlreader.h: reinstanciate
9151 the attribute and element pool borken 2 commits ago.
9152 Start playing with an entry point to preserve a subtree.
9153 * entities.c: remove a warning.
9154
9155Sat Sep 27 12:19:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
9156
9157 * encoding.c, parser.c, relaxng.c: further (final?) minor
9158 changes for compilation warnings. No change to logic.
9159
9160Fri Sep 26 18:03:42 PDT 2003 William Brack <wbrack@mmm.com.hk>
9161
9162 * parser.c: fixed small problem with missing entities (test/ent2)
9163
9164Sat Sep 27 01:25:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
9165
9166 * parser.c: William's change allowed to spot a nasty bug in xmlDoRead
9167 if the result is not well formed that ctxt->myDoc is not NULL
9168 and uses the context dictionnary.
9169
9170Fri Sep 26 21:09:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
9171
9172 * parser.c: other patches from William Brack to avoid
9173 compilation warnings on AIX.
9174
9175Fri Sep 26 11:03:08 PDT 2003 William Brack <wbrack@mmm.com.hk>
9176
9177 * HTMLparser.c, entities.c, xmlreader.c: minor change to
9178 avoid compilation warnings on some (e.g. AIX) systems
9179
9180Fri Sep 26 16:49:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
9181
9182 * parserInternals.c: fixed a backward compatibility problem
9183 when formatting "deprecated SAXv1 function ignorableWhitespace"
9184 could be reproduced by xmllint --format
9185
9186Fri Sep 26 15:50:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9187
9188 * doc/libxml2-api.xml: rebuilt the API
9189 * xmllint.c doc/xmllint.1 doc/xmllint.xml: added the new options
9190 --nocdata and --nsclean to remove CDATA section and surperfluous
9191 namespace declarations
9192 * parser.c SAX2.c: implementation of the 2 new options
9193
9194Fri Sep 26 14:41:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9195
9196 * HTMLparser.c testHTML.c xmllint.c include/libxml/HTMLparser.h:
9197 added the same htmlRead APIs than their XML counterparts
9198 * include/libxml/parser.h: new parser options, not yet implemented,
9199 added an options field to the context.
9200 * tree.c: patch from Shaun McCance to fix bug #123238 when ]]>
9201 is found within a cdata section.
9202 * result/noent/cdata2 result/cdata2 result/cdata2.rdr
9203 result/cdata2.sax test/cdata2: add one more cdata test
9204
9205Thu Sep 25 23:03:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9206
9207 * parser.c xmllint.c doc/libxml2-api.xml include/libxml/parser.h:
9208 Changed the new xmlRead/xmlCtxtRead APIs to have an extra
9209 base URL parameter when not loading from a file or URL.
9210
9211Thu Sep 25 16:23:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9212
9213 * configure.in: preparing a beta3 solving the ABI problems
9214 * globals.c parser.c parserInternals.c testHTML.c HTMLparser.c SAX.c
9215 include/libxml/globals.h include/libxml/SAX.h: make sure the
9216 global variables for the default SAX handler are V1 ones to
9217 avoid ABI compat problems.
9218 * xmlreader.c: cleanup of uneeded code
9219 * hash.c: fix a comment
9220
9221Thu Sep 25 14:16:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
9222
9223 * SAX2.c hash.c parser.c include/libxml/xmlexports.h
9224 include/libxml/xmlmemory.h include/libxml/xmlversion.h.in:
9225 fixing some comments to avoid warnings from apibuild.py
9226
9227Wed Sep 24 23:42:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9228
Daniel Veillard25a1ce92008-06-02 16:04:12 +00009229 * win32/configure.js: patch from Stéphane Bidoul for configuring
William M. Brack11be2d02007-01-24 19:17:19 +00009230 the beta2 version #123104
9231
9232Wed Sep 24 23:17:59 CEST 2003 Daniel Veillard <daniel@veillard.com>
9233
9234 * Makefile.am: adding repeated parsing and validating tests
9235 * SAX2.c parser.c tree.c include/libxml/parser.h: make the new
9236 DOM tree building interfaces use the dictionary from the
9237 parsing context to build the element and attributes names
9238 as well as formatting spaces and short text nodes
9239 * include/libxml/dict.h dict.c: added some reference counting
9240 for xmlDictPtr because they can be shared by documents and
9241 a parser context.
9242 * xmlreader.c: a bit of cleanup, remove the specific tree freeing
9243 functions and use the standard ones now.
9244 * xmllint.c: add --nodict
9245 * python/libxml.c: fix a stupid bug so that ns() works on
9246 attribute nodes.
9247
9248Tue Sep 23 23:07:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
9249
9250 * parser.c include/libxml/parser.h: adding a new set of
9251 API for parsing xmlReadDoc() xmlReadFile() ... xmlReadIO()
9252 and xmlCtxtReadDoc() ... xmlCtxtReadIO(). That with
9253 a clear define of xmlParserOption, xmlCtxtUseOptions()
9254 should simplify custom parsing without being tempted to
9255 use global variables, and xmlCtxtReset() should allow reuse
9256 of a context for multiple parsing.
9257 * xmllint.c: switched to use xmlReadXXX, allow options to
9258 be used simultaneously with less troubles.
9259 * tree.c: simple warning removal
9260 * doc/apibuild.py: small fix
9261 * doc/libxml2-api.xml win32/libxml2.def.src: updated
9262
9263Tue Sep 23 11:15:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9264
9265 * parser.c: revert xmlCreateDocParserCtxt() since this break
9266 the parseDoc() python bindings
9267
9268Tue Sep 23 11:00:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9269
9270 * parser.c: make sure xmlDetectSAX2() is called only at
9271 parsing time to avoid breaking apps changing the SAX
9272 callbacks after context allocation, change xmlCreateDocParserCtxt()
9273 to use an immutable buffer instead of a copy
9274
9275Tue Sep 23 09:40:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
9276
9277 * xmlIO.c: applied patch from Markus Keim fixing a problem
9278 with I/O callback registration.
9279 * include/libxml/xmlerror.h: fixed #122994 comment numbering
9280 for xmlParserErrors
9281
9282Mon Sep 22 12:21:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9283
9284 * tree.c include/libxml/tree.h: the uri arg to xmlNodeSetBase is
9285 really a const xmlChar*
9286 * xmlreader.c include/libxml/xmlreader.h: addin the
9287 xmlTextReaderConstString() to get an interned string from
9288 the reader
9289
9290Sun Sep 20 17:22:20 PDT 2003 William Brack <wbrack@mmm.com.hk>
9291
9292 * error.c: fixed a warning message (trivial)
9293 * doc/search.php: removed incorrect warning message when word
9294 search not found in last of multiple tables (bug 119535)
9295
9296Fri Sep 19 14:26:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
9297
9298 * configure.in: preparing a 2.6.0-beta2 release
9299 * xmlIO.c: avoid a warning
9300 * tree.c: avoid duplicate code in xmlReplaceNode as pointed out
9301 by Chris Ryland
9302 * include/libxml/dict.h: add a QName access lookup to the
9303 dictionary.
9304 * xmlreader.c include/libxml/xmlreader.h: adding const access
9305 based on the dictionary interface for string read from the
9306 reader, the node content access is still TODO, it's too different
9307
9308Fri Sep 19 00:01:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9309
9310 * SAX2.c: fixing namespace DTD validations
9311 * result/valid/ns2.xml result/valid/ns.xml: the output of defaulted
9312 namespaces is slightly different now.
9313 * Makefile.am: report the memory used in Timingtests (as well as time)
9314
9315Thu Sep 18 15:29:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
9316
9317 * Makefile.am: add streaming on memory regression tests, found
9318 bad bugs in the reader interface
9319 * xmlreader.c: fixing bugs w.r.t. very large names, and special
9320 condition in end of file.
9321 * xmlIO.c tree.c include/libxml/tree.h include/libxml/xmlIO.h:
9322 adding immutable buffers, and parser input based on those,
9323 but this should not be used (yet) for general parsing
9324 * parser.c: added a comment about using immutable buffers for
9325 general parsing.
9326 * result/bigname.xml.rdr result/bigname2.xml.rdr: fixing the
9327 output of the regression tests
9328 * xmllint.c: using the immutable buffers when streaming on
9329 mmaped file (--stream --memory)
9330
9331Thu Sep 18 12:04:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
9332
9333 * dict.c: the last patch broke unicity of returned strings, removed
9334
9335Thu Sep 18 00:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
9336
9337 * Makefile.am: add a Timingtests target to check bad behaviour
9338 from the streaming engine
9339 * dbgen.pl dbgenattr.pl: perl script to generate big instances
9340 * xmlreader.c: fix a bad behaviour on large buffer inputs
9341
9342Wed Sep 17 23:25:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9343
9344 * dict.c xmlreader.c: two small improvements
9345
9346Wed Sep 17 22:53:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9347
9348 * parserInternals.c: avoid a leak with previous patch
9349
9350Wed Sep 17 22:06:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9351
9352 * python/libxml.c: use stderr and not stdout for default errors
9353 in python environment bug #122552
9354
9355Wed Sep 17 21:33:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
9356
9357 * parserInternals.c: small fix from Rob Richards for input filename
9358 * xmllint.c: fixes for --repeat and --memory/--stream for speed tests
9359 * xmlIO: adding a guard in one function
9360
9361Wed Sep 17 15:57:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9362
9363 * SAX2.c xmlreader.c include/libxml/parser.h: more performance hunting
9364 reducing memory allocation and free and avoiding expensive routines
9365
9366Wed Sep 17 12:23:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9367
9368 * SAX2.c parser.c parserInternals.c xmlreader.c: started messing
9369 seriously with per-document dict and element and attribute nodes
9370 reuse in the xmlReader. This seems to lead to an interesting
9371 speedup of the xmlReader already.
9372
9373Wed Sep 17 01:07:56 CEST 2003 Daniel Veillard <daniel@veillard.com>
9374
9375 * dict.c include/libxml/dict.h: do string allocations in large
9376 pools, allowing to find if a string pertain to a dict quickly
9377 * xmllint.c: fix --stream --repeat --timing
9378 * Makefile.am: the testThreads run output should be seen.
9379
9380Mon Sep 15 16:46:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
9381
9382 * SAX2.c include/libxml/parser.h: starting work on reusing the
9383 parser dictionary for the element and attribute tag names.
9384 Add pools for Element and Attributes in the parser context,
9385 which should help speeding up the reader.
9386 * Makefile.am result/*.rdr : adding non-python reader regression
9387 tests.
9388
9389Mon Sep 15 14:54:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
9390
9391 * SAX2.c parser.c valid.c: starting to cleanup some of the
9392 problems exposed by the W3C/NIST regression suite.
9393 * result/ent7.sax result/xml2.sax: small fixes.
9394
9395Mon Sep 15 11:46:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
9396
9397 * parser.c: more parser error factoring
9398
9399Sun Sep 14 21:53:39 PDT 2003 William Brack <wbrack@mmm.com.hk>
9400
9401 * HTMLtree.c: Fixed bug 121394 - missing ns on attributes
9402
9403Sun Sep 14 21:43:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9404
9405 * parser.c include/libxml/xmlerror.h: factoring of more
9406 error handling code, serious size reduction and more lisibility
9407 of the resulting code.
9408 * parserInternals.c parser.c include/libxml/parserInternals.h
9409 include/libxml/parser.h: changing the way VC:Proper Group/PE Nesting
9410 checks are done, use a counter for entities. Entities where freed and
9411 reallocated at the same address failing the check.
9412 * tree.c: avoid a warning
9413 * result/valid/* result/VC/*: this slightly changes some validation
9414 error messages.
9415
9416Sun Sep 14 11:03:27 PDT 2003 William Brack <wbrack@mmm.com.hk>
9417
9418 * valid.c: fixed bug 121759 - early declaration of
9419 attribute-list in external DTD
9420
9421Sat Sep 13 14:42:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9422
9423 * parser.c include/libxml/xmlerror.h: starting cleaning up
9424 error handling, factorize error processing
9425 * doc/xmllint.html: update of the page, remove --sgml
9426
9427Sat Sep 13 02:13:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
9428
9429 * Makefile.am DOCBparser.c parserInternals.c testDocbook.c
9430 xmllint.c doc/xmllint.xml doc/xmllint.1: removing the
9431 broken pseudo SGML DocBook parser code.
9432
9433Fri Sep 12 17:24:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
9434
9435 * xpath.c: fix a problem with strcpy() in xmlXPathFormatNumber()
9436 valgrind pointed out the strings overlapped. cleanup .
9437
9438Fri Sep 12 11:43:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
9439
9440 * tree.c: applied speedup to xmlSearchNs() as suggested by
9441 Luca Padovani. Cleaned up xmlSearchNsByHref() in the process
9442 applying the same trick.
9443
9444Fri Sep 12 01:36:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
9445
9446 * parser.c parserInternals.c tree.c include/libxml/parser.h
9447 include/libxml/xmlerror.h: adding namespace checkings
9448 while making sure they still parse as wellformed documents.
9449 Add an nsWellFormed status report to the context, and
9450 provide new appropriate error codes.
9451 * Makefile.am result/namespaces/* test/namespaces/*: add
9452 specific regression testing for the new namespace support
9453 * test/att5 result/noent/att5 result/att5 result/att5.sax:
9454 add more coverage for the attribute parsing and normalization
9455 code.
9456
9457Fri Sep 12 01:34:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
9458
9459 * threads.c: backport of a thread bugfix from 2_5_X branch
9460
9461Thu Sep 11 18:29:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9462
9463 * parser.c: fixed a bug in one corner case of attribute parsing.
9464
9465Thu Sep 11 16:21:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9466
9467 * configure.in doc/* : 2.6.0beta1 changes
9468 * SAX2.c hash.c parser.c parserInternals.c: Fixing attribute
9469 normalization, might not be totally fixed but this should
9470 make sure SAX event provide the right strings for attributes
9471 except entities for which libxml2 is different by default
9472 This should fix #109564
9473 * result/attrib.xml.sax result/ent3.sax result/p3p.sax: minor changes
9474 in attribute callback values
9475 * result/c14n/with-comments/example-4
9476 result/c14n/without-comments/example-4: this also fixes a subtle
9477 bug in the canonicalization tests.
9478
9479Wed Sep 10 12:38:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9480
9481 Time to commit 3 days of work rewriting the parser internal,
9482 fixing bugs and migrating to SAX2 interface by default. There
9483 is some work letf TODO, like namespace validation and attributes
9484 normalization (this break C14N right now)
9485 * Makefile.am: fixed the test rules
9486 * include/libxml/SAX2.h include/libxml/parser.h
9487 include/libxml/parserInternals.h SAX2.c parser.c
9488 parserInternals.c: changing the parser, migrating to SAX2,
9489 adding new interface to switch back to SAX1 or initialize a
9490 SAX block for v1 or v2. Most of the namespace work is done
9491 below SAX, as well as attribute defaulting
9492 * globals.c: changed initialization of the default SAX handlers
9493 * hash.c tree.c include/libxml/hash.h: added QName specific handling
9494 * xmlIO.c: small fix
9495 * xmllint.c testSAX.c: provide a --sax1 switch to test the old
9496 version code path
9497 * result/p3p result/p3p.sax result/noent/p3p test/p3p: the new code
9498 pointed out a typo in a very old test namespace
9499
9500Sun Sep 7 19:58:33 PTD 2003 William Brack <wbrack@mmm.com.hk>
9501
9502 * xmlIO.c include/libxml/xmlIO.h parser.c: Implemented detection
9503 of compressed files, setting doc->compressed appropriately
9504 (bug #120503).
9505
9506Sun Sep 7 22:53:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
9507
9508 * parser.c: try to cope with the fact that apps may still
9509 have allocated smaller SAX callbak block
9510
9511Sun Sep 7 11:11:45 CEST 2003 Daniel Veillard <daniel@veillard.com>
9512
9513 * dict.c: allow to give -1 for undefined length in lookups
9514 * include/libxml/parser.h parser.c parserInternals.c testSAX.c:
9515 first round of work on the new SAX2 interfaces, the API
9516 will change but commiting before changing for historical
9517 reference.
9518
9519Sat Sep 6 10:55:01 PTD 2003 William Brack <wbrack@mmm.com.hk>
9520
9521 * SAX2.c, xmlIO.c: fixed bug #121210 (callback to sax->error,
9522 sax->warning with wrong params).
9523
9524Fri Sep 5 10:33:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
9525
Daniel Veillard25a1ce92008-06-02 16:04:12 +00009526 * include/libxml/globals.h: patch from Stéphane Bidoul to export
William M. Brack11be2d02007-01-24 19:17:19 +00009527 globals entry points to the python bindings
9528
9529Wed Sep 3 15:24:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9530
9531 * HTMLparser.c: when creating a DOCTYPE use "html" lowercase
9532 by default instead of "HTML"
9533 * parser.c xmlreader.c: optimization, gain a few % parsing speed by
9534 avoiding calls to "areBlanks" when not needed.
9535 * include/libxml/parser.h include/libxml/tree.h: some structure
9536 extensions for future work on using per-document dictionaries.
9537
9538Wed Sep 3 15:08:06 CEST 2003 Daniel Veillard <daniel@veillard.com>
9539
9540 * Makefile.am results/*.sax SAXResult/*: removing the SAXresults
9541 tree, keeping result in the same tree, added SAXtests to the
9542 default "make tests"
9543
9544Tue Sep 2 15:59:04 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9545
9546 * include/libxml/xmlexports.h: defined additional macros which
9547 affect exports and added mingw section
9548
9549Mon Sep 1 15:15:18 PDT 2003 William Brack <wbrack@mmm.com.hk>
9550
9551 * doc/index.py: fixed problem parsing xhtml docs
9552 * doc/xmlreader.html,doc/guidelines.html: small modification
9553 to avoid problem in python parsing.
9554 * doc/search.php: fixed upper case filename problem for XSLT docs
9555
9556Mon Sep 1 22:55:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
9557
9558 * xinclude.c: patch from Mark Vakoc that allows compiling
9559 with XInclude but without XPointer support.
9560
9561Mon Sep 1 22:31:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
9562
9563 * configure.in xml2-config.in: Applied a patch from Kevin P. Fleming
9564 to add --libtool-libs option to xml2-config script.
9565
9566Sun Aug 31 21:52:12 PDT 2003 William Brack <wbrack@mmm.com.hk>
9567
9568 * doc/README.docs, doc/Makefile.am: new file added,
9569 giving some description of the documentation generation process
9570 * doc/search.php: fixed problem with upper case on filenames
9571
9572Fri Aug 29 12:25:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9573
9574 * win32/Makefile.bcb: updates by Eric Zurcher
9575
9576Thu Aug 28 22:58:38 PDT 2003 William Brack <wbrack@mmm.com.hk>
9577
9578 * doc/apibuild.py, doc/libxml2-api.xml: enhanced code
9579 to compensate for pollution from Igor's header taint
9580 (quick before Daniel notices)
9581
9582Thu Aug 28 23:01:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
9583
9584 * SAX2.c: fixed a namespace error on attribute reporting bug
9585 pointed out by Tobias Reif
9586 * test/p3p result/p3p result/noent/p3p: this test case was wrong
9587 using xmlsn instead of xmlns...
9588
9589Thu Aug 28 18:25:07 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9590
9591 * include/libxml/globals.h include/libxml/xmlexports.h: fixed
9592 typos reported by Mark Vakoc
9593
9594Thu Aug 28 08:59:51 MDT 2003 John Fleck <jfleck@inkstain.net>
9595
9596 add:
9597 * doc/tutorial/api.html
9598 * doc/tutorial/ar01s09.html
9599 * doc/tutorial/includexpath.c
9600 updated
9601 * doc/tutorial/*.html
9602 fix my bad - forgot to check in new files when I last
9603 updated
9604
9605Thu Aug 28 14:31:13 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9606
9607 * win32/Makefile.bcb: new file, support for Borland C++
9608 * xmllint.c: fixed time inclusion for various compilers
9609
9610Thu Aug 28 12:32:59 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9611
9612 * parser.c parserInternals.c DOCBparser.c HTMLparser.c: added
9613 few casts to shut the compiler warnings
9614
9615Thu Aug 28 12:23:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9616
9617 * win32/Makefile.* win32/configure.js: fixed for mingw
9618
9619Thu Aug 28 10:01:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
9620
9621 * globals.c threads.c: fixing bug #120870 try to avoid problem
9622 with uninitialized mutexes
9623
9624Wed Aug 27 16:12:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
9625
9626 * relaxng.c: fixed an error reporting bug in Relax-NG when we end
9627 up with multiple states, select the "best" one. Fix #120682
9628 * result/relaxng/tutor11_2_3.err: small change resulting
9629
9630Wed Aug 27 11:25:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
9631
9632 * xmlschemastypes.c: applied base64 support patch from Anthony Carrico
9633
9634Wed Aug 27 10:58:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9635
9636 * include/libxml/[threads-xpointer].h: realigned parameters
9637 after taint
9638
9639Wed Aug 27 09:59:54 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9640
9641 * include/libxml/xmlexports.h: fixed defs for Borland compiler,
9642 as reported by Eric Zurcher
9643
9644Tue Aug 26 15:54:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
9645
9646 * relaxng.c: fixed bug #120386 again a problem introduced when
9647 trying to reuse automata for content validation. Fix a bug report
9648 problem on zeroOrMore
9649 * result/relaxng/tutor3_7_err: change slightly error reporting.
9650
9651Mon Aug 25 13:24:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
9652
9653 * include/libxml/Makefile.am: make sure the new header will
9654 be included when generating a new distribution.
9655
9656Mon Aug 25 12:37:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
9657
9658 * relaxng.c: fixed a couple of stupid bugs in the state allocation
9659 routines which led to bug #120040 and the ones reported by
9660 Martijn Faassen
9661
9662Mon Aug 25 12:37:23 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9663
9664 * include/libxml/parserInternals.h include/libxml/relaxng.h
9665 include/libxml/SAX.h include/libxml/SAX2.h: realigned the
9666 parameters after taint.
9667
9668Mon Aug 25 11:16:01 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9669
9670 * include/libxml/xmlversion.h.in: moved export defs to a separate
9671 file for consistency.
9672 * include/libxml/xmlexports.h: new file, contains export defs.
9673
9674Mon Aug 25 11:01:49 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
9675
9676 * include/libxml/*.h genUnicode.py: exportability taint
9677 of the headers.
9678
9679Thu Aug 21 12:37:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
9680
9681 * SAX.c: make the deprecated interfaces log an error message
9682 to be sure it won't get used.
9683
9684Thu Aug 21 00:50:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9685
9686 * Makefile.am SAX2.c include/libxml/Makefile.am include/libxml/SAX2.h:
9687 Adding new version of the SAX interface, it's not there yet,
9688 currently just preparing the work
9689 * globals.c parser.c SAX.c include/libxml/SAX.h
9690 include/libxml/globals.h include/libxml/parser.h: doing some
9691 refactoring of the SAXv1 interfaces, obsoleting a bunch of them
9692 while keeping functionalities, preparing SAX2 integration.
9693 * dict.c: small cleanup.
9694
9695Wed Aug 20 00:20:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
9696
9697 * tree.c: fixes a small bug introduced in last commit and detected
9698 by valgrind.
9699
9700Tue Aug 19 16:54:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
9701
9702 * dict.c hash.c: optimization when freeing hash tables.
9703 * parser.c xmlIO.c include/libxml/tree.h: some tuning of buffer
9704 allocations
9705 * parser.c parserInternals.c include/libxml/parser.h: keep a
9706 single allocated block for all the attributes callbacks,
9707 avoid useless malloc()/free()
9708 * tree.c: do not realloc() when growing a buffer if the buffer
9709 ain't full, malloc/memcpy/free avoid copying memory.
9710
9711Mon Aug 18 18:37:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
9712
9713 * xmllint.c doc/xmllint.xml doc/xmllint.1: added option
9714 --dtdvalidfpi for Tobias Reif
9715
9716Mon Aug 18 14:03:03 CEST 2003 Daniel Veillard <daniel@veillard.com>
9717
9718 * dict.c include/libxml/dict.h Makefile.am include/libxml/Makefile.am:
9719 new dictionary module to keep a single instance of the names used
9720 by the parser
9721 * DOCBparser.c HTMLparser.c parser.c parserInternals.c valid.c:
9722 switched all parsers to use the dictionary internally
9723 * include/libxml/HTMLparser.h include/libxml/parser.h
9724 include/libxml/parserInternals.h include/libxml/valid.h:
9725 Some of the interfaces changed as a result to receive or return
9726 "const xmlChar *" instead of "xmlChar *", this is either
9727 insignificant from an user point of view or when the returning
9728 value changed, those function are really parser internal methods
9729 that no user code should really change
9730 * doc/libxml2-api.xml doc/html/*: the API interface changed and
9731 the docs were regenerated
9732
9733Sun Aug 17 23:05:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
9734
9735 * parser.c: applied patch to xmlCleanupParser from Dave Beckett
9736
9737Sat Aug 16 22:53:42 HKT 2003 William Brack <wbrack@mmm.com.hk>
9738
9739 * doc/parsedecl.py, doc/libxml2-refs.xml, doc/API*.html:
9740 fixed part (2) of bug 119535 (wrong alpha case on filenames)
9741
9742Sat Aug 16 20:35:28 HKT 2003 William Brack <wbrack@mmm.com.hk>
9743
9744 * doc/API*.html, doc/html/*: regenerated API documentation
9745 for xmlsoft.org (part of Bug 119535)
9746
9747Fri Aug 15 14:58:37 HKT 2003 William Brack <wbrack@mmm.com.hk>
9748
9749 * encoding.c, threads.c, include/libxml/HTMLparser.h,
9750 doc/libxml2-api.xml: Minor changes to comments, etc. for
9751 improving documentation generation
9752 * doc/Makefile.am: further adjustment to auto-generation of
9753 win32/libxml2.def.src
9754
9755Fri Aug 15 02:24:20 CEST 2003 Daniel Veillard <daniel@veillard.com>
9756
9757 * News configure.in: preparing libxml2-2.5.10 release
9758 * doc/* : updated the doc and rebuilt
9759
9760Fri Aug 15 01:55:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
9761
9762 * parser.c: fixing the xmlSAXParseDTD bug #119536 raised by
9763 Malcolm Tredinnick with the patch he suggested.
9764
9765Fri Aug 15 01:37:10 CEST 2003 Daniel Veillard <daniel@veillard.com>
9766
9767 * HTMLparser.c: allocation error #119784 raised by Oliver Stoeneberg
9768
9769Fri Aug 15 00:41:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
9770
9771 * uri.c: fixing an use of strcpy() where both strings overlap
9772 pointed out by valgrind.
9773
9774Thu Aug 14 17:10:39 CEST 2003 Daniel Veillard <daniel@veillard.com>
9775
9776 * DOCBparser.c globals.c include/libxml/xmlmemory.h: get rid of
9777 some compilation warnings.
9778 * xinclude.c: fix the performance problem reported by Kevin Ruscoe
9779 plus some cleanup and better error reporting.
9780
9781Thu Aug 14 14:13:43 CEST 2003 Daniel Veillard <daniel@veillard.com>
9782
9783 * encoding.c: applied UTF-16 encoding handling patch provided by
9784 Mark Itzcovitz
9785 * encoding.c parser.c: more cleanup and fixes for UTF-16 when
9786 not having iconv support.
9787
9788Thu Aug 14 03:19:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
9789
9790 * Makefile.am configure.in example/Makefile.am libxml.h nanoftp.c
9791 nanohttp.c xmllint.c: Applied patch from Mikhail Grushinskiy for
9792 mingw compiler on Windows.
9793
9794Thu Aug 14 02:28:36 CEST 2003 Daniel Veillard <daniel@veillard.com>
9795
9796 * parser.c: fixed the serious CPU usage problem reported by
9797 Grant Goodale
9798 * HTMLparser.c: applied patch from Oliver Stoeneberg about a free
9799 missing in htmlSAXParseDoc
9800
9801Tue Aug 12 22:48:10 HKT 2003 William Brack <wbrack@mmm.com.hk>
9802
9803 * doc/Makefile.am: Removed dependency from libxml2.def.src
9804
9805Tue Aug 12 18:55:08 HKT 2003 William Brack <wbrack@mmm.com.hk>
9806
9807 * autogen.sh: took away the requirement for automake-1.4,
9808 changed the messages for getting auto* tools to current
9809 gnu pages.
9810 * configure.in: added check for Linux Dec alpha requiring
9811 -ieee flag, fixed test for ipv6
9812 * trionan.c: fixed problem for compiling on Linux Dec alpha
9813 using native compiler
9814 * doc/Makefile.am: implemented regeneration of win32/libxml2.def.src
9815 whenever libxml2-api.xml is changed.
9816
9817Mon Aug 11 17:02:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
9818
9819 * parser.c: cleaning up a problem when parsing UTF-16 and libiconv
9820 is not used.
9821
9822Sun Aug 10 08:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
9823
9824 * win32/libxml2.def.src: renerated with fixed libxml2-api.xml
9825
9826Sun Aug 10 00:22:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
9827
9828 * News configure.in: preparing libxml2-2.5.9 release
9829 * doc/* : updated the doc and rebuilt
9830
9831Sat Aug 9 20:00:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
9832
9833 * include/libxml/xmlreader.h doc/libxml2-api.xml: changing an enum
9834 definition to get a correct API XML description. This was apparently
9835 breaking Windows build.
9836
9837Sat Aug 9 13:41:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
9838
9839 * HTMLparser.c: fixed a nasty bug #119387, bad heuristic from
9840 the progressive HTML parser front-end on large character data
9841 island leading to an erroneous end of data detection by the
9842 parser. Some cleanup too to get closer from the XML progressive
9843 parser.
9844
9845Sat Aug 9 00:42:47 HKT 2003 William Brack <wbrack@mmm.com.hk>
9846
9847 * win32/configure.js: Added in support for the ISO8859X
9848 module (patch provided by Jesse Pelton)
9849
9850Fri Aug 8 15:56:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
9851
9852 * HTMLtree.c tree.c threads.c: hum try to avoid some troubles
9853 when the library is not initialized and one try to save, the
9854 locks in threaded env might not been initialized, playing safe
9855 * xmlschemastypes.c: apply patch for hexBinary from Charles Bozeman
9856 * test/schemas/hexbinary_* result/schemas/hexbinary_*: also added
9857 his tests to the regression suite.
9858
9859Fri Aug 8 18:47:38 HKT 2003 William Brack <wbrack@mmm.com.hk>
9860
9861 * win32/defgen.xsl, win32/libxml2.def.src: Bug 119343
9862 (with apologies to Igor) - Enhanced handling of docb and
9863 nanohttp.
9864
9865Thu Aug 7 21:13:22 HKT 2003 William Brack <wbrack@mmm.com.hk>
9866
9867 * encoding.c: further small changes for warnings when
9868 configured with --with-iconv=no
9869
9870Wed Aug 6 12:32:11 HKT 2003 William Brack <wbrack@mmm.com.hk>
9871
9872 * error.c trionan.[ch] testThreads.c python/generator.py:
9873 further small changes to elminate most of the remaining
9874 warnings.
9875
9876Tue Aug 5 23:51:21 HKT 2003 William Brack <wbrack@mmm.com.hk>
9877
9878 * error.c HTMLparser.c testC14N.c testHTML.c testURI.c
9879 xmlcatalog.c xmlmemory.c xmlreader.c xmlschemastypes.c
9880 python/libxml.c include/libxml/xmlmemory.h: small changes
9881 to syntax to get rid of compiler warnings. No changes
9882 to logic.
9883
9884Mon Aug 4 22:40:54 CEST 2003 Daniel Veillard <daniel@veillard.com>
9885
9886 * doc/libxml2-api.xml doc/html/*: rebuilt the API and docs.
9887
9888Mon Aug 4 21:40:34 CEST 2003 Daniel Veillard <daniel@veillard.com>
9889
9890 * tree.c: fixed a small problem in the patch for #118763
9891 * result/HTML/doc3.htm*: this reverts back to the previous result
9892
9893Sun Aug 3 21:41:49 EDT 2003 Daniel Veillard <daniel@veillard.com>
9894
9895 * doc/FAQ.html doc/xml.html: applied doc patch to xml.html
9896 and rebuilt, apparently some C++ wrappers are not available,
9897 c.f. bug #118943
9898
9899Sun Aug 3 21:30:31 EDT 2003 Daniel Veillard <daniel@veillard.com>
9900
9901 * tree.c: fixing HTML attribute serialization bug #118763
9902 applying a modified version of the patch from Bacek
9903 * result/HTML/doc3.htm*: this modifies the output from one test
9904
9905Sun Aug 3 21:02:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
9906
9907 * tree.c include/libxml/tree.h: added a new API to split a
9908 QName without generating any memory allocation
9909 * valid.c: fixed another problem with namespaces on element
9910 in mixed content case
9911 * python/tests/reader2.py: updated the testcase with
9912 Bjorn Reese fix to reader for unsignificant white space
9913 * parser.c HTMLparser.c: cleanup.
9914
9915Sun Aug 3 20:55:40 EDT 2003 Daniel Veillard <daniel@veillard.com>
9916
9917 * catalog.c: trying to fix #118754 of possible recursion in the
9918 catalogs. Not fantastically happy about the current fix since
9919 it's likely to break under very thread intensive concurrent
9920 access to the catalog. Better solution might to keep the depth
9921 an extra argument to the resolution functions.
9922
9923Sun Aug 3 18:56:54 EDT 2003 Daniel Veillard <daniel@veillard.com>
9924
9925 * valid.c: fixed bug #118712 about mixed content, and namespaced
9926 element names.
9927 * test/valid/mixed_ns.xml result/valid/mixed_ns*: added a check
9928 in the regression tests
9929
9930Fri Aug 1 23:55:23 HKT 2003 William Brack <wbrack@mmm.com.hk>
9931
9932 Coninuing work on bug 118559
9933 * DOCBparser.c: removed 2 unsed vars
9934 * xmlregexp.c: changed some numeric const to their enum symbols
9935 * xmlreader.c: changed one var define from int to enum
9936 (a little more to be done, awaiting co-ordination)
9937 * relaxng.c: deleted one unused var
9938 * xmllint.c: deleted some unused vars, changed one arg
9939 val from int to enum
9940 * testHTML.c, testDocbook.c: changed some arg vals to enum const
9941 * xmlIO.c: fixed typo from last night (small warning msg)
9942
9943Thu Jul 31 22:44:33 HKT 2003 William Brack <wbrack@mmm.com.hk>
9944
9945 Working on bug 118559
9946 * error.c: deleted unused variable
9947 * parserInternals.c: deleted unneeded 'const' qualifier
9948 * parser.c: changed variable type for enum temp storage
9949 * xmlIO.c: changed debugging var to be inside #ifdef
9950 * valid.c: removed unused variable
9951 * HTMLparser.c: removed some unneeded 'const' qualifiers
9952 * xpath.c: added some type casts, removed some unused vars
9953 * xinclude.c: added one type cast
9954 * nanohttp.c: repositioned some #ifdef to avoid unused var
9955 * nanoftp.c: removed unused var
9956
9957Wed Jul 30 14:57:55 EDT 2003 Daniel Veillard <daniel@veillard.com>
9958
9959 * HTMLparser.c: applied a patch from William Brack about
9960 the problem of parsing very large HTML instance with comments
9961 as raised by Nick Kew
9962
9963Wed Jul 30 12:29:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
9964
9965 * xmlreader.c include/libxml/xmlreader.h: applying cleanup
9966 patch from Bjorn Reese for xmlTextReaderNodeType() and
9967 significant whitespace. There is an enum for node type
9968 values now.
9969
9970Wed Jul 30 11:08:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
9971
9972 * encoding.c: applying patch from Peter Jacobi to added
9973 ISO-8859-x encoding support when iconv is not available
9974 * configure.in include/libxml/xmlversion.h.in
9975 include/libxml/xmlwin32version.h.in: added the glue needed
9976 at the configure level and made it the default for Windows
9977
9978Tue Jul 29 16:43:48 EDT 2003 Daniel Veillard <daniel@veillard.com>
9979
9980 * python/generator.py python/libxml.c python/libxml2class.txt:
9981 patch from Joachim Bauch + cleanup for Relax NG error callbacks
9982 in python
9983
9984Tue Jul 29 12:46:08 EDT 2003 Daniel Veillard <daniel@veillard.com>
9985
9986 * parser.c parserInternals.c tree.c: applied Peter Jacobi encoding
9987 cleanup patch, and also avoided a possible memory leak
9988
9989Tue Jul 29 09:28:09 EDT 2003 Daniel Veillard <daniel@veillard.com>
9990
9991 * encoding.c: fix the previous commit
9992
9993Tue Jul 29 12:28:17 HKT 2003 William Brack <wbrack@mmm.com.hk>
9994
9995 * HTMLparser.c: fixed problem with comments reported by Nick Kew
9996 * encoding.c: added routines xmlUTF8Size and xmlUTF8Charcmp for
9997 some future cleanup of UTF8 handling
9998
9999Mon Jul 28 16:39:14 EDT 2003 Daniel Veillard <daniel@veillard.com>
10000
10001 * xpath.c: applied a change suggested by Sean Griffin in bug
10002 #118494 about a memory leak in EXSLT
10003
10004Sun Jul 27 14:30:56 EDT 2003 Daniel Veillard <daniel@veillard.com>
10005
10006 * relaxng.c: fixed a Relax-NG compilation/streaming bug introduced
10007 when fixing the previous Relax-NG bugs
10008 * result/relaxng/*: This slightly changes the output messages of
10009 some regression tests.
10010 * configure.in: added support of -with-fexceptions for nested C++
10011 support.
10012
10013Thu Jul 24 15:46:02 MDT 2003 John Fleck <jfleck@inkstain.net>
10014
10015 * doc/tutorial/apa.html
10016 * doc/tutorial/apb.html
10017 * doc/tutorial/apc.html
10018 * doc/tutorial/apd.html
10019 * doc/tutorial/ape.html
10020 * doc/tutorial/apf.html
10021 * doc/tutorial/apg.html
10022 * doc/tutorial/aph.html
10023 * doc/tutorial/ar01s02.html
10024 * doc/tutorial/ar01s03.html
10025 * doc/tutorial/ar01s04.html
10026 * doc/tutorial/ar01s05.html
10027 * doc/tutorial/ar01s06.html
10028 * doc/tutorial/ar01s07.html
10029 * doc/tutorial/ar01s08.html
10030 * doc/tutorial/index.html
10031 * doc/tutorial/ix01.html
10032 * doc/tutorial/xmltutorial.pdf
10033 * doc/tutorial/xmltutorial.xml
10034 update tutorial with XPath example
10035
10036Thu Jul 24 17:07:06 IST 2003 Daniel Veillard <daniel@veillard.com>
10037
10038 * SAX.c parser.c: fixing a bug about a special case of namespace
10039 handling, this closes bug #116841
10040
10041Wed Jul 23 20:52:36 IST 2003 Daniel Veillard <daniel@veillard.com>
10042
10043 * relaxng.c result/relaxng/*: checked and fixed the compilation
10044 of RNG schemas, fixes a couple of bugs #117097 and #117001 .
10045 This slightly changes the output messages of some regression tests.
10046
10047Wed Jul 23 15:15:08 IST 2003 Daniel Veillard <daniel@veillard.com>
10048
10049 * xmlreader.c: fixed an out of bound error #118052 , the good
10050 part if that base64 code was not in use yet ...
10051
10052Tue Jul 22 19:42:15 MDT 2003 John Fleck <jfleck@inkstain.net>
10053
10054 * doc/xmllint.html
10055 include html version of the xmllint man page, so an
10056 up-to-date version is visible on the Web
10057
10058Mon Jul 21 21:53:43 IST 2003 Daniel Veillard <daniel@veillard.com>
10059
10060 * xinclude.c include/libxml/xinclude.h: added a new API
10061 xmlXIncludeProcessTree() to process XInclude only on a subtree
10062 this should fix bug #115385
10063
10064Fri Jul 18 17:11:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
10065
10066 * relaxng.c include/libxml/relaxng.h: adding Get interface for
10067 the error callback and parameters of parsing and validation
10068 contexts
10069 * xmlreader.c: patch to fix bug #117702 about incomplete Read()
10070 on text nodes.
10071
10072Wed Jul 16 23:15:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
10073
10074 * parserInternals.c: patch from Dodji Seketeli about UTF16 BOM
10075 when using the push XML parser.
10076 * result/utf16bom.xml result/noent/utf16bom.xml test/utf16bom.xml:
10077 added the test to the regression suite.
10078
10079Tue Jul 15 22:03:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10080
10081 * globals.c: add xmlThrDefMutex = NULL in xmlCleanupGlobals()
10082 as suggested by Rob Richards
10083
10084Tue Jul 15 15:30:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
10085
10086 * DOCBparser.c HTMLparser.c entities.c parser.c relaxng.c
10087 xmlschemas.c xpath.c: removed some warnings by casting xmlChar
10088 to unsigned int and a couple of others.
10089
10090Fri Jul 11 16:44:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
10091
10092 * xmlschemastypes.c: fixes a segfault on empty hexBinary strings
10093
10094Thu Jul 10 16:02:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
10095
10096 * nanoftp.c nanohttp.c: cleanup patches from Peter Breitenlohner
10097
10098Tue Jul 8 16:02:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
10099
10100 * globals.c threads.c: fixes some problem when freeing unititialized
10101 mutexes
10102
10103Tue Jul 8 14:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
10104
10105 * nanoftp.c nanohttp.c: the modules should not import <config.h>
10106 directly, some cleanups
10107 * xmlschemas.c: Peter Sobisch found a nasty bug in the Schemas
10108 validation code.
10109
10110Mon Jul 7 18:00:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
10111
10112 * win32/configure.js: Jesse Pelton pointed out a problem in the
10113 javascript code.
10114
10115Mon Jul 7 16:39:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
10116
10117 * NEWS doc/*: regenerated
10118 * nanoftp.c nanohttp.c: might fix includes problems with the
10119 Ipv6 support on solaris
10120 * tree.c: patch from Markus Keim about xmlHasNsProp() on attributes
10121 defined as #IMPLIED
10122
10123Sun Jul 6 23:09:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10124
10125 * configure.in doc/*: preparing release 2.5.8
10126 * nanohttp.c: changed some preprocessor block
10127 * xmlschemastypes.c: applied patch from Charles Bozeman adding
10128 hexBinary schema datatype and adding support for totalDigits and
10129 fractionDigits facets.
10130
10131Sun Jul 6 19:56:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
10132
10133 * debugXML.c xpath.c: fixed 2 bugs pointed in #116448
10134
10135Sun Jul 6 19:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
10136
10137 * xinclude.c: fixed bug #116095 removing the error message when
10138 reapplying XInclude to a document.
10139
10140Sat Jul 5 22:40:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
10141
10142 * xmlIO.c: applied small changes to portability layer for
10143 compilation on DJGPP Ms-DOS compiler.
10144
10145Sat Jul 5 22:30:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
10146
10147 * parser.c HTMLparser.c: use the character() SAX callback
10148 if the cdataBlock ain't defined.
10149 * xpath.c: fix bug #115349 allowing compilation when configured
10150 with --without-xpath since the Schemas code needs NAN and co.
10151
10152Sat Jul 5 00:51:30 HKT 2003 William Brack <wbrack@mmm.com.hk>
10153
10154 Fixed problem with multi-threading, shown by the test program
10155 testThreads. After fix, ran mutiple tests on various speed
10156 machines (single and dual processor X86), which all seem okay.
10157
10158 * catalog.c: added missing xmlRMutexUnlock in xmlLoadCatalog
10159
10160 * threads.c: added missing initialisation for condition variable
10161 in xmlNewRMutex.
10162
10163Sat Jun 21 16:10:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
10164
10165 Applying IPv6 patch from Archana Shah <archana.shah@wipro.com>
10166 closing bug #114837
10167
10168 * configure.in: Added checks for IPv6 support and getaddrinfo().
10169
10170 * acconfig.h: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
10171
10172 * config.h.in: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
10173
10174 * nanoftp.c: Structure xmlNanoFTPCtxt contains either sockaddr_storage
10175 field or sockaddr_in field, depending upon the availability of IPv6
10176 support.
10177 have_ipv6(): Added to check for run-time IPv6 support.
10178 (xmlNanoFTPScanURL), (xmlNanoFTPUpdateURL), (xmlNanoFTPScanProxy):
10179 Modified to parse a URI with IPv6 address given in [].
10180 (xmlNanoFTPConnect): Changed to use getaddrinfo for address
10181 resolution, if it is available on the system, as gethostbyname
10182 does not return IPv6 addresses on some platforms.
10183 (xmlNanoFTPGetConnection): Modified type of dataAddr variable to
10184 sockaddr_storage or sockaddr_in depending upon the IPv6 support.
10185 Sending EPSV, EPRT or PASV, PORT depending upon the type of address
10186 we are dealing with.
10187
10188 * nanohttp.c: (have_ipv6): Added to check for run-time IPv6 support.
10189 (xmlNanoHTTPScanURL), (xmlNanoHTTPScanProxy): Modified to parse
10190 a URI with IPv6 address given in [].
10191 (xmlNanoHTTPConnectHost): Modified to use getaddrinfo if it is
10192 available on the system. Also IPv6 addresses will be resolved by
10193 gethostbyname only if IPv6 run-time support is available.
10194 (xmlNanoHTTPConnectAttempt): Modified to deal with IPv6 address.
10195
10196Sat Jun 14 18:46:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10197
10198 * win32/configure.js include/win32config.h
10199 include/libxml/xmlversion.h.in: Applied the patch for BCB
10200 by Eric Zurcher.
10201
10202Fri Jun 13 14:27:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
10203
10204 * doc/Makefile.am doc/html/*: reverted back patch for #113521,
10205 due to #115104 and while fixing #115101 . HTML URLs must not
10206 be version dependant.
10207
10208Fri Jun 13 12:03:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
10209
10210 * entities.c: do not generate &quot; for " outside of attributes
10211 * result//*: this changes the output of some tests
10212
10213Mon Jun 9 12:28:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
10214
10215 * parser.c xmlIO.c: trying to fix #114277 about when file
10216 remapping and escaping should really be attempted.
10217
10218Mon Jun 9 11:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
10219
10220 * doc/*: applied a patch from Gman for building docs
10221 * valid.c xmllint.c include/libxml/valid.h: applied a patch from
10222 Gary Pennington to provide an allocator for xmlValidCtxt
10223 * xmlreader.c: applied patch from Jacek Konieczny fixing bug
10224 #113580 about data not being passed immediately.
10225
10226Thu Jun 5 11:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
10227
10228 * tree.c: applied a couple of patches from Mark Itzcovitz
10229 to handle saving back "UTF-16" documents.
10230
10231Mon Jun 2 21:56:15 MVT 2003 Daniel Veillard <daniel@veillard.com>
10232
10233 * relaxng.c xmlschemas.c include/libxml/schemasInternals.h: commiting
10234 some work done while in the Maldives (hence the timezone on the
10235 laptop !)
10236 * result/schemas/length3* test/schemas/deter0_*
10237 test/schemas/group0_*: some tests added too
10238
10239Mon Jun 2 15:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
10240
10241 * encoding.c: small fix
10242 * xmlIO.c: fixed an error message
10243
10244Tue May 20 14:21:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
10245
10246 * parserInternals.c: fixing Red Hat bug #91013 where xmllint was
10247 accepting an improper UTF8 sequence
10248
10249Sat May 17 12:53:11 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10250
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010251 * threads.c: applied the patch from Stéphane Bidoul for getting
William M. Brack11be2d02007-01-24 19:17:19 +000010252 rid of extra threads in a dynamic library.
10253 * win32/configure.js: threads default to 'native' now.
10254
10255Fri May 16 13:17:52 EDT 2003 Daniel Veillard <daniel@veillard.com>
10256
10257 * HTMLtree.c: fixing bug #112904: html output method escaped
10258 plus sign character in URI attribute.
10259
10260Thu May 15 18:06:18 EDT 2003 Daniel Veillard <daniel@veillard.com>
10261
10262 * build_glob.py global.data globals.c parser.c
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010263 include/libxml/globals.h: patch from Stéphane Bidoul for setting
William M. Brack11be2d02007-01-24 19:17:19 +000010264 up threads global defaults.
10265 * doc/libxml2-api.xml: this extends the API with new functions
10266 * python/tests/Makefile.am python/tests/reader2.py
10267 python/tests/thread2.py: integrated the associated testcase and
10268 fixed the error string used in reader2
10269
10270Wed May 14 14:56:46 EDT 2003 Daniel Veillard <daniel@veillard.com>
10271
10272 * configure.in libxml.spec.in python/Makefile.am: trying
10273 to conciliate --with-python= requirements and RPM builds,
10274 a PITA really...
10275
10276Tue May 13 18:30:34 EDT 2003 Daniel Veillard <daniel@veillard.com>
10277
10278 * HTMLparser.c: oops last commit introduced a memory leak.
10279
10280Tue May 13 18:10:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
10281
10282 * xmllint.c doc/xmllint.xml: added --nonet option
10283 * doc/Makefile.am: fixing #112803 by adding --nonet when calling
10284 xsltproc or xmllint
10285 * doc/xmllint.xml doc/xmllint.1: also added --schema doc and
10286 rebuilt
10287 * HTMLparser.c: cleaned up the HTML parser context build when
10288 using an URL
10289
10290Tue May 13 16:35:04 EDT 2003 Daniel Veillard <daniel@veillard.com>
10291
10292 * libxml.spec.in: added a comment about bug #112902
10293
10294Mon May 12 21:58:00 EDT 2003 William Brack <wbrack@mmm.com.hk>
10295
10296 * minor cleanup of configure '--help' display
10297 * error.c: enhanced xmlParserPrintFileContext to fix bug #109942
10298
10299Mon May 12 17:53:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
10300
10301 * tree.c: PI nodes in external subset were not freed :-\
10302 fixes bug #112842
10303
10304Mon May 12 11:23:27 EDT 2003 Daniel Veillard <daniel@veillard.com>
10305
10306 * xmllint.c: added --schema option to run WXS schema validation
10307 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h:
10308 tried to improve error reporting in the Schema code, some cleanup
10309 too.
10310
10311Sun May 11 16:13:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
10312
10313 * xmlschemas.c: fixed some problems in the handling of errors,
10314 and attributes addressed by references.
10315 * test/schemas/* result/schemas/*: dropped the verbosity level
10316 and added a couple of new tests
10317
10318Sat May 10 16:01:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
10319
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010320 * relaxng.c: Stéphane Bidoul found an off by one addressing
William M. Brack11be2d02007-01-24 19:17:19 +000010321 error on the error handling.
10322
10323Fri May 9 19:08:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
10324
10325 * xmlschemastypes.c: trying to fix #112673
10326
10327Fri May 9 18:14:16 EDT 2003 Daniel Veillard <daniel@veillard.com>
10328
10329 * DOCBparser.c catalog.c parser.c relaxng.c: removed multiple
10330 warning, this fixed a bug and should close #111574
10331
10332Fri May 9 15:34:32 EDT 2003 Daniel Veillard <daniel@veillard.com>
10333
10334 * xmlschemas.c: fixing bug #104081 with xs:all with an element
10335 holding minOccurs="0"
10336 * test/schemas/all_* result/schemas/all_*: added some regression
10337 tests for that bug
10338 * xmllint.c xmlreader.c: patches from Joerg Schmitz-Linneweber and
10339 Garry Pennington to compile without schemas support.
10340
10341Thu May 1 10:02:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
10342
10343 * tree.c: fixed a problem with xmlUnlinkNode() for DTDs.
10344
10345Wed Apr 30 14:16:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
10346
10347 * xml2-config.in: try to fix Red hat bug #89957, do not
10348 output -L/usr/lib64
10349 * xmlreader.c: fixed a typo in a comment
10350
10351Tue Apr 29 07:32:02 MDT 2003 John Fleck <jfleck@inkstain.ent>
10352
10353 * doc/tutorial/aph.html, ix01.html
10354 forgot to cvs add the new files. Thanks to Roland van Laar
10355 for pointing this out
10356
10357Tue Apr 29 14:36:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
10358
10359 * xmlschemas.c doc/libxml2-api.xml: fixing a function comment
10360 * doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching
10361 to the XML/XSLT doc generation closing #111799
10362 * doc/html/*: complete update of the HTML results
10363
10364Mon Apr 28 14:51:41 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10365
10366 * win32/defgen.xsl: fixed the conditional for unicode map,
10367 removed hardcoded schema entries
10368
10369Mon Apr 28 02:19:00 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10370
10371 * win32/defgen.xsl: new file, stylesheet for generating
10372 win32/libxml2.def.src from doc/libxml2-api.xml
10373 * win32/libxml2.def.src: is autogenerated from now on, changes
10374 to this file will not appear here anymore
10375
10376Mon Apr 28 00:12:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
10377
10378 * win32/configure.js python/setup.py.in: applied patch
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010379 from Stéphane Bidoul for the Python bindings on the new
William M. Brack11be2d02007-01-24 19:17:19 +000010380 release.
10381
10382Sun Apr 27 17:56:21 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10383
10384 * debugXML.c: included libxml/uri.h for xmlCanonicPath
10385 declaration
10386 * win32/configure.js: thread-enabled build is now default
10387 * win32/libxml2.def.src: added more exports
10388
10389Sun Apr 27 00:23:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
10390
10391 * NEWS doc/*.xsl doc/*.html: updated the web site separated
10392 developers from common pages, made the transition to XHTML1,
10393 added validity checking to the makefile rules.
10394
10395Sat Apr 26 23:17:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
10396
10397 * parser.c: fix for xmlIOParseDTD same as previous and reported
10398 by Petr Pajas
10399
10400Sat Apr 26 15:26:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
10401
10402 * parser.c: applied fix to xmlSAXParseDTD from Malcolm Tredinnick
10403 closing #111638
10404
10405Sat Apr 26 14:00:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
10406
10407 * python/generator.py: fixed a problem in the generator where
10408 the way functions are remapped as methods on classes was
10409 not symetric and dependant on python internal hash order,
Daniel Veillard25a1ce92008-06-02 16:04:12 +000010410 as reported by Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000010411
10412Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net>
10413
10414 * doc/tutorial:
10415 xmltutorial.xml
10416 xmltutorial.pdf
10417 *.html
10418 add appendix on generating compiler flags, more indexing
10419
10420Sat Apr 26 01:10:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
10421
10422 * triodef.h vms/build_libxml.com: applied patch from Craig A. Berry
10423 to get libxml-2.5.7 to compile on OpenVMS
10424
10425Fri Apr 25 18:42:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
10426
10427 * parser.c: fixing an xmlParseDTD bug raised by Petr Pajas
10428
10429Fri Apr 25 15:20:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
10430
10431 * doc/Makefile.am doc/xmlcatalog.1 doc/xmlcatalog_man.xml
10432 doc/xmllint.1 doc/xmllint.xml: automated the generation of the
10433 man page based on xsltproc and a stylesheet PI in the XML.
10434
10435Fri Apr 25 12:37:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
10436
10437 * doc/xmllint.*: trying to fix #110541 where &nbsp; generated
10438 character preventing rendering by the man command.
10439
10440Fri Apr 25 01:09:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
10441
10442 * NEWS configure.in: preparing release 2.5.7
10443 * doc/*: updated and rebuilt the docs
10444 * doc/apibuild.py: fixed the script
10445
10446Thu Apr 24 19:11:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
10447
10448 * Makefile.am doc/apibuild.py: make sure the OOM code don't
10449 get in the way of the builds
10450 * doc/libxml2-api.xml python/libxml2class.txt: automatic update
10451
10452Thu Apr 24 18:01:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
10453
10454 * Makefile.am testOOM.c testOOMlib.[ch] : integrated the Out Of
10455 Memory test from Havoc Pennington #109368
10456 * SAX.c parser.c parserInternals.c tree.c uri.c valid.c
10457 xmlmemory.c xmlreader.c xmlregexp.c include/libxml/tree.h
10458 include/libxml/parser.h: a lot of memory allocation cleanups
10459 based on the results of the OOM testing
10460 * check-relaxng-test-suite2.py: seems I forgot to commit the
10461 script.
10462
10463Wed Apr 23 17:16:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
10464
10465 * xmlschemastypes.c: trivial fix for 109774 removing a warning
10466
10467Wed Apr 23 15:49:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
10468
10469 * DOCBparser.c SAX.c catalog.c debugXML.c parser.c: try to find
10470 more places where xmlCanonicPath() must be used to convert
10471 filenames to URLs, trying to fix #111088
10472
10473Wed Apr 23 09:35:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
10474
10475 * python/libxml.c python/libxml.py: applied patch from
10476 Brent M Hendricks adding binding for xmlCatalogAddLocal
10477
10478Tue Apr 22 15:18:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
10479
10480 * HTMLparser.c: tried to fix #98879 again in a more solid
10481 way.
10482
10483Tue Apr 22 13:58:43 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10484
10485 * win32/libxml2.def.src: added more exports from the relaxng and
10486 xmlreader clan
10487
10488Tue Apr 22 10:35:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10489
10490 * SAX.c test/valid/ns* test/result/ns*: applied the patch
10491 provided by Brent Hendricks fixing #105992 and integrated the
10492 examples in the testsuite.
10493
10494Tue Apr 22 01:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
10495
10496 * TODO: updated a bit
10497 * configure.in: fixed the comment, threads now default to on
10498 * parserInternals.c: fixed an erroneous xmlMallocAtomic() call
10499
10500Mon Apr 21 23:33:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
10501
10502 * globals.c libxml.h parser.c parserInternals.c tree.c xmllint.c
10503 xmlreader.c include/libxml/parser.h: a lot of performance work
10504 especially the speed of streaming through the reader and push
10505 interface. Some thread related optimizations. Nearly doubled the
10506 speed of parsing through the reader.
10507
10508Sun Apr 20 10:36:05 MDT 2003 John Fleck <jfleck@inkstain.net>
10509
10510 * doc/xmllint.xml
10511 * doc/xmllint.1
10512 update man page to explain use of --stream
10513
10514Sat Apr 19 02:03:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
10515
10516 * DOCBparser.c HTMLparser.c c14n.c catalog.c encoding.c globals.c
10517 nanohttp.c parser.c parserInternals.c relaxng.c tree.c uri.c
10518 xmlmemory.c xmlreader.c xmlregexp.c xpath.c xpointer.c
10519 include/libxml/globals.h include/libxml/xmlmemory.h: added
10520 xmlMallocAtomic() to be used when allocating blocks which
10521 do not contains pointers, add xmlGcMemSetup() and xmlGcMemGet()
10522 to allow registering the full set of functions needed by
10523 a garbage collecting allocator like libgc, ref #109944
10524
10525Fri Apr 18 16:37:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
10526
10527 * configure.in: switched to have thread support enabled by default,
10528 didn't got troubles with ABI compatibility on Linux, hope it
10529 won't break on strange OSes, if yes, report the system ID
10530 * doc/libxml2-api.xml: just rebuilt the API
10531
10532Fri Apr 18 14:31:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10533
10534 * libxml.h include/libxml/parser.h parser.c xmlIO.c DOCBparser.c:
10535 added support for large file, tested with a 3+GB instance,
10536 and some cleanup.
10537 * catalog.c: added a TODO
10538 * Makefile.am: added some "make tests" comments
10539
10540Thu Apr 17 14:51:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
10541
10542 * relaxng.c: some cleanups
10543 * doc/xmlreader.html: extended the document to cover RelaxNG and
10544 tree operations
10545 * python/tests/Makefile.am python/tests/reader[46].py: added some
10546 xmlReader example/regression tests
10547 * result/relaxng/tutor*.err: updated the output of a number of tests
10548
10549Thu Apr 17 11:35:37 CEST 2003 Daniel Veillard <daniel@veillard.com>
10550
10551 * relaxng.c: valgrind pointed out an uninitialized variable error.
10552
10553Thu Apr 17 11:06:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
10554
10555 * include/libxml/relaxng.h relaxng.c include/libxml/xmlreader.h
10556 xmlreader.c: augnemting the APIs, cleanups.
10557 * parser.c: cleanup bug #111005
10558 * xmlIO.c: added some missing comments
10559
10560Wed Apr 16 17:46:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
10561
10562 * relaxng.c xmllint.c: more work on RelaxNG streaming validation
10563 trying to improve the subset compiled, and more testing.
10564 * doc/downloads.html doc/xml.html doc/xmlmem.html: some updates on the
10565 documentation
10566 * test/relaxng/tutor11_1_3.xml: fixes the DTD path
10567 * result/relaxng/*.err: fix some of the outputs
10568
10569Wed Apr 16 01:28:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10570
10571 * relaxng.c xmlreader.c xmllint.c include/libxml/relaxng.h
10572 include/libxml/xmlreader.h: implemented streaming of
10573 RelaxNG (when possible) on top of the xmlReader interface,
10574 provided it as xmllint --stream --relaxng .rng .xml
10575 This seems to mostly work.
10576 * Makefile.am: updated to test RelaxNG streaming
10577
10578Mon Apr 14 18:08:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
10579
10580 * relaxng.c include/libxml/relaxng.h: integrated the regexp
10581 based validity checking of fragments of the document for
10582 which the RNG can be compiled to regexps. Works on all regression
10583 tests, only fix needed is related to error messages.
10584
10585Sun Apr 13 21:51:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
10586
10587 * relaxng.c xmlregexp.c include/libxml/xmlautomata.h
10588 include/libxml/xmlregexp.h: Starting work precompiling
10589 parts of RelaxNG schemas. Not plugged onto validity checking
10590 yet, just the regexp building part. Needed to extend some
10591 of the automata and regexp APIs.
10592
10593Fri Apr 11 21:36:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
10594
10595 * xmllint.c xmlreader.c include/libxml/xmlreader.h: make sure
10596 xmllint --stream and xmllint --stream --valid returns errors
10597 code appropriately
10598
10599Fri Apr 11 10:59:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
10600
10601 * xmlreader.c include/libxml/xmlreader.h: Added the Expand()
10602 and Next() operation to work on subtrees within the reader
10603 framework.
10604 * doc/libxml2-api.xml python/libxml2class.txt: resulting updates
10605 * python/tests/reader5.py: added an example for those new
10606 functions of the reader.
10607
10608Thu Apr 10 23:38:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
10609
10610 * HTMLtree.c: patch from Vasily Tchekalkin to fix #109865
10611
10612Thu Apr 10 15:32:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
10613
10614 * xmlreader.c: fixing HasValue for namespace as raised by
10615 Denys Duchier
10616
10617Wed Apr 9 14:07:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
10618
10619 * HTMLparser.c include/libxml/HTMLparser.h: exported
10620 htmlCreateMemoryParserCtxt() it was static
10621
10622Wed Apr 9 13:21:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
10623
10624 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10625 update from Charles Bozeman for date and duration types
10626 * test/schemas/date_0.* test/schemas/dur_0.*
10627 result/schemas/date_0.* result/schemas/dur_0.*: updated too
10628
10629Mon Apr 7 12:19:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
10630
10631 * tree.c valid.c xpath.c include/libxml/tree.h include/libxml/valid.h:
10632 fixing bug #107129, removing excessive allocation and calls
10633 to *printf in the code to build QName strings.
10634
10635Sat Apr 5 11:41:36 CEST 2003 Igoe Zlatkovic <igor@zlatkovic.com>
10636
10637 * win32/libxml2.def.src: fixed conditional exports, reported by
10638 Luke Murray.
10639
10640Fri Apr 4 18:08:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
10641
10642 * parser.c: fixed a possible problem with xmlRecoverMemory()
10643
10644Thu Apr 3 17:24:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
10645
10646 * trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c
10647 triostr.h: Bjorn sent an update for the TRIO portability layer.
10648
10649Tue Apr 1 21:57:26 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
10650
10651 * win32/libxml2.def.src: exported new functions
10652
10653Tue Apr 1 13:09:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
10654
10655 * configure.in NEWS: preparing release 2.5.6
10656 * doc/*: updated and rebuilt the docs
10657
10658Tue Apr 1 11:52:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
10659
10660 * SAX.c: fixed an uninitialized memory access pointed by valgrind
10661 on C14Ntests
10662
10663Tue Apr 1 00:12:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
10664
10665 * relaxng.c: one more fixup of error message reporting
10666
10667Mon Mar 31 18:36:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
10668
10669 * relaxng.c: more work on bug #109225, and fixed an uninitialized
10670 variable pointed out by valgrind
10671
10672Mon Mar 31 18:05:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
10673
10674 * relaxng.c: try to work on bug #109225 and provide better
10675 error reports.
10676 * result/relaxng/* : this change the output of a number of tests
10677 * xinclude.c: fixing the parsed entity redefinition problem
10678 raised on the list.
10679 * test/schemas/date_0.xsd: updated the date test c.f. E2-12
10680
10681Mon Mar 31 13:19:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
10682
10683 * xmlschemastypes.c: fixed date comparison to handle the tzo
10684 The only failures left are disagreements on Notations and
10685 '+1' not being allowed for ulong, uint, ushort and ubyte.
10686
10687Mon Mar 31 12:11:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
10688
10689 * xmlschemastypes.c: fixed gMonth parsing routine accordingly
10690 to the XML Schemas errata
10691 http://www.w3.org/2001/05/xmlschema-errata#e2-12
10692
10693Sun Mar 30 23:04:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
10694
10695 * relaxng.c xmlschemastypes.c: more work on XML Schemas datatypes
10696 and facets support. Currently only schemas with binHex or
10697 base64 don't compile. A few error left in the test suite:
10698 found 1035 test instances: 919 success 23 failures
10699 most are gdate or gdateyear failing check, and a few cases where
10700 James clark tests results are strange.
10701 * valid.c: allow to reuse the Notation checking routine without
10702 having a validation context.
10703 * SAX.c: removed a #if 0
10704
10705Sat Mar 29 17:35:05 CET 2003 Daniel Veillard <daniel@veillard.com>
10706
10707 * xinclude.c: forgot to apply one check from #106931 patch
10708 * xmlschemastypes.c: more work on XML Schemas datatypes
10709
10710Sat Mar 29 11:49:25 CET 2003 Daniel Veillard <daniel@veillard.com>
10711
10712 * relaxng.c include/libxml/relaxng.h xmlschemastypes.c: more work
10713 on cleaning up XML Schemas datatypes based on James Clark tests
10714 test/xsdtest/xsdtest.xml
10715
10716Fri Mar 28 14:24:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10717
10718 * relaxng.c: implemented comparisons for Schemas values.
10719 * xmlschemastypes.c include/libxml/xmlschemastypes.h: fixed
10720 some bugs in duration handling, comparisons for durations
10721 and decimals, removed all memory leaks pointed out by James
10722 testsuite. Current status is now
10723 found 238 test schemas: 197 success 41 failures
10724 found 1035 test instances: 803 success 130 failures
10725
10726Fri Mar 28 00:41:55 CET 2003 Daniel Veillard <daniel@veillard.com>
10727
10728 * xmlschemas.c include/libxml/xmlschemas.h: fixed bugs and memory
10729 leaks in the W3C XML Schemas code
10730 * xmlschemastypes.c: implemented nonPositiveInteger
10731 * test/schemas/length2_0.xsd result/schemas/length2_0_0.err:
10732 fixed the test and result.
10733
10734Thu Mar 27 22:23:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10735
10736 * HTMLparser.c tree.c: two patches from James Bursa on the HTML
10737 parser and a typo
10738 * xmlschemastypes.c: reindenting, fixing a memory access
10739 problem with dates.
10740
10741Thu Mar 27 15:53:35 CET 2003 Daniel Veillard <daniel@veillard.com>
10742
10743 * parser.c: fixing #109227 providing more context in case of
10744 start/end tag mismatch
10745 * python/tests/ctxterror.py python/tests/readererr.py: update the
10746 tests accordingly
10747
10748Thu Mar 27 15:22:41 CET 2003 Daniel Veillard <daniel@veillard.com>
10749
10750 * xinclude.c: should fix #109327 errors on memory accesses
10751
10752Thu Mar 27 15:06:13 CET 2003 Daniel Veillard <daniel@veillard.com>
10753
10754 * HTMLtree.c: Fixed reopening of #78662 <form action="...">
10755 is an URI reference
10756
10757Wed Mar 26 22:38:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10758
10759 * xpath.c: fixed bug #109160 on non-ASCII IDs
10760
10761Wed Mar 26 17:30:37 CET 2003 Daniel Veillard <daniel@veillard.com>
10762
10763 * parser.c: Norm suggested a nicer error message for xml:space values
10764 errors
10765
10766Wed Mar 26 01:34:19 CET 2003 Daniel Veillard <daniel@veillard.com>
10767
10768 * xpath.c include/libxml/xpath.h: first part of the fix to
10769 performance bug #108905, adds xmlXPathOrderDocElems() providing
10770 document order for nodes.
10771 * python/libxml.c: Python may require TRIO as Albert Chin pointed out
10772
10773Tue Mar 25 16:07:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10774
10775 * xmlschemastypes.c: removing a warning with Sun compiler
10776 bug #109154
10777
10778Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
10779
10780 * doc/xmllint.xml
10781 * doc/xmllint.1
10782 update xmllint man page with --relaxng option
10783
10784Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
10785
10786 * python/setup.py.in : was missing "drv_libxml2.py"
10787
10788Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
10789
10790 * tree.c xpath.c: some changes related to the new way of
10791 handling Result Value Tree, before 2.5.5
10792
10793Mon Mar 24 16:36:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10794
10795 * configure.in NEWS: preparing release 2.5.5
10796 * doc/* : updated the documentation and regenerated it.
10797
10798Mon Mar 24 14:56:01 CET 2003 Daniel Veillard <daniel@veillard.com>
10799
10800 * xpath.c: fixed some problems related to #75813 about handling
10801 of Result Value Trees
10802
10803Sun Mar 23 22:57:20 CET 2003 Daniel Veillard <daniel@veillard.com>
10804
10805 * uri.c: applied a set of patches from Lorenzo Viali correcting
10806 URI parsing errors.
10807
10808Sun Mar 23 22:00:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10809
10810 * parser.c: validity status was not passed back when validating in
10811 entities, but raised by Oliver Fischer
10812
10813Sun Mar 23 21:30:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10814
10815 * HTMLtree.c: avoid escaping ',' in URIs
10816
10817Sun Mar 23 12:57:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10818
10819 * parser.c: fixing bug #108976 get the ID/REFs to reference
10820 the ID in the document content and not in the entity copy
10821 * SAX.c include/libxml/parser.h: more checking of the ID/REF
10822 stuff, better solution for #107208
10823 * xmlregexp.c: removed a direct printf, dohhh
10824 * xmlreader.c: fixed a bug on streaming validation of empty
10825 elements in entities
10826 * result/VC/ElementValid8 test/VCM/v20.xml result/valid/xhtml1.xhtml:
10827 cleanup of the validation tests
10828 * test/valid/id* test/valid/dtds/destfoo.ent result/valid/id*:
10829 added more ID/IDREF tests to the suite
10830
10831Sat Mar 22 23:38:08 CET 2003 Daniel Veillard <daniel@veillard.com>
10832
10833 * xmlreader.c: fixed #107043 removing 2 warnings with Sun One
10834 compiler.
10835
10836Sat Mar 22 18:50:45 CET 2003 Daniel Veillard <daniel@veillard.com>
10837
10838 * relaxng.c: valgrind'ed and cleaned up a couple of memory issues.
10839
10840Sat Mar 22 16:15:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10841
10842 * SAX.c: fix bug #107208 avoid false duplicates when ID/REFs are
10843 defined in entities content
10844
10845Sat Mar 22 15:53:27 CET 2003 Daniel Veillard <daniel@veillard.com>
10846
10847 * SAX.c: Fixed validation bug #108858 on namespace names using
10848 entities and reported by Brent Hendricks
10849 * xmllint.c: report xmlTextReaderHasValue() result in --stream
10850 --debug output.
10851
10852Sat Mar 22 13:32:39 CET 2003 Daniel Veillard <daniel@veillard.com>
10853
10854 * xmlreader.c: fixed bug #108801 reported by Malcolm Tredinnick
10855 about the DocType node not being reported sometimes.
10856 * python/tests/reader.py: added to test to the regression checks
10857
10858Sat Mar 22 01:57:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10859
10860 * xmlreader.c: fixed bug #108546 on long CDATA (or text nodes)
10861 reported by Edd Dumbill
10862
10863Sat Mar 23 01:00:24 CET 2003 Daniel Veillard <daniel@veillard.com>
10864
10865 * HTMLparser.c parser.c parserInternals.c: patch from
10866 johan@evenhuis.nl for #107937 fixing some line counting
10867 problems, and some other cleanups.
10868 * result/HTML/: this result in some line number changes
10869
10870Fri Mar 21 22:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
10871
10872 * configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec
10873 instead of libxml.spec
10874 * relaxng.c: fixed some of the error reporting excessive
10875 verbosity
10876 * catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c
10877 xmlschemastypes.c: removed some warnings from gcc
10878 * doc/libxml2-api.xml: rebuilt
10879
10880Fri Mar 21 17:25:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10881
10882 * relaxng.c: another optimization, for choice this time
10883 * result/relaxng/spec1* result/relaxng/tutor12_1*
10884 result/relaxng/tutor3_7: cleanups.
10885
10886Fri Mar 21 13:41:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10887
10888 * relaxng.c: fixed xmlRelaxNGNodeMatchesList
10889 * test/relaxng/testsuite.xml: augmented the test suite
10890 * result/relaxng/spec1* result/relaxng/tutor12_1*: this fixes
10891 some schemas validation tests in the presence of foreign
10892 namespaces.
10893
10894Fri Mar 21 02:23:34 CET 2003 Daniel Veillard <daniel@veillard.com>
10895
10896 * relaxng.c: added another interleave speedup.
10897
10898Thu Mar 20 17:22:00 CET 2003 Daniel Veillard <daniel@veillard.com>
10899
10900 * xmlschemastypes.c: added integer and fixed one of the
10901 IDREFS regression tests pbm
10902 * result/relaxng/docbook_0.err: updated
10903
10904Wed Mar 19 21:58:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10905
10906 * valid.c xmlschemastypes.c: attempt to cope with ID/IDREF(S)
10907 declared both in the DTD and in the Schemas <grin/>
10908 * relaxng.c: more debug, added a big optimization for <mixed>
10909 * test/relaxng/testsuite.xml: augmented the testsuite
10910 * test/relaxng/ result/relaxng: added the RelaxNG spec and a
10911 DocBook example to the regression tests
10912
10913Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com>
10914
10915 * check-xsddata-test-suite.py: cosmetic change for output
10916 * relaxng.c: try to minimize calls to malloc/free for states.
10917
10918Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com>
10919
10920 * tree.c: removed a warning
10921 * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES
10922 support
10923 * check-relaxng-test-suite.py check-xsddata-test-suite.py:
10924 cleanup/improvements of the regression tests batch
10925 * test/relaxng/testsuite.xml: augmented libxml2 own testsuite
10926
10927Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com>
10928
10929 * relaxng.c: fixed error msg cleanup deallocation
10930 * xmlschemastypes.c: added a function to handle lists of
10931 atomic types, added support for IDREFS
10932
10933Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
10934
10935 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID
10936 and IDREF, usable from RelaxNG now
10937 * include/libxml/xmlschemastypes.h: need to add a new interface
10938 because the validation modifies the infoset
10939 * test/relaxng/testsuite.xml: extended the testsuite
10940
10941Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
10942
10943 * relaxng.c: fixed the last core RelaxNG bug known #107083,
10944 shemas datatype ID/IDREF support still missing though.
10945 * xmlreader.c: fix a crashing bug with prefix raised by
10946 Merijn Broeren
10947 * test/relaxng/testsuite.xml: augmented the testsuite with
10948 complex inheritance tests
10949
10950Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
10951
10952 * relaxng.c: switched back to the previous Relax-NG code base,
10953 the derivation algorithm need severe constraining code to avoid
10954 combinatorial explosion. Fixed the problem with Sebastian Rahtz
10955 TEI based example and other bugs
10956 * result/relaxng/*err: updated the results
10957 * test/relaxng/testsuite.xml: started a new test suite
10958
10959Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
10960
10961 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
10962 that the original RelaxNG validation code was un-fixeable, it got
10963 rewritten to use the derivation algorithm from James Clark and
10964 redebugged it (nearly) from scratch:
10965 found 373 test schemas: 372 success 1 failures
10966 found 529 test instances: 529 success 0 failures
10967
10968Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
10969
10970 * SAX.c parser.c: fix some recursion problems introduced in the
10971 last release.
10972 * relaxng.c: more debugging of the RNG validation engine, still
10973 problems though.
10974
10975Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
10976
10977 * Makefile.am: stop generating wrong result file with * in name
10978 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
10979 * result/relaxng/demo* test/relaxng/demo: added the tests from
10980 Sebastian reproducing the problem.
10981
10982Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
10983
10984 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
10985 up Aleksey's change
10986
10987Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
10988
10989 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
10990 variable to control the indentation for the xmllint "--format"
10991 option
10992
10993Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
10994
10995 * encoding.c: applied Gennady's patch against buffer overrun
10996
10997Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
10998
10999 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
11000 Clark it appeared I had bug in URI parsing code ...
11001 * relaxng.c include/libxml/relaxng.h: completely revamped error
11002 reporting to not loose message from optional parts.
11003 * xmllint.c: added timing for RNG validation steps
11004 * result/relaxng/*: updated the result, all error messages changed
11005
11006Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11007
11008 * xpath.c: fix bug #107804, the algorithm used for document order
11009 computation was failing on attributes.
11010
11011Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
11012
11013 * valid.c: fix bug #107764 , possibility of buffer overflow
11014 in xmlValidDebug()
11015
11016Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
11017
11018 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
11019 from Philipp Dunkel
11020
11021Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
11022
11023 * xmlschemastype.c: made powten array static it should not be exported
11024 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
11025 parser function.
11026 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
11027
11028Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
11029
11030 * tree.c: fixed a node dump crash on attributes
11031 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
11032 an URI test bug and get better output.
11033
11034Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
11035
11036 * check-xsddata-test-suite.py: give more infos
11037 * relaxng.c: fix a bug reported by Sebastian Rahtz and
11038 REF->DEF in attribute values.
11039
11040Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11041
11042 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
11043 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
11044 regression tests from James Clark.
11045
11046Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11047
11048 * relaxng.c xmlschemas.c xmlschemastypes.c
11049 include/libxml/xmlschemastypes.h: added param support for relaxng
11050 type checking, started to increment the pool of simple types
11051 registered, still much work to be done on simple types and
11052 facets checkings.
11053
11054Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
11055
11056 * entities.c: fixes again one of the problem raised by
11057 James Clark in #106788
11058
11059Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
11060
11061 * relaxng.c: Fixed a couple of problem raised by James Clark
11062 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
11063 datatype level still not fixed though.
11064
11065Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
11066
11067 * configure.in: preparing release 2.5.4
11068 * doc/*: updated and rebuilt the docs
11069 * relaxng.c: removed warnings
11070 * result/relaxng/*: updated the results
11071
11072Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
11073
11074 * valid.c: fixes a DTD regexp generation problem.
11075
11076Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
11077
11078 * parser.c: fixes bug #105998 about false detection of
11079 attribute consumption loop.
11080
11081Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
11082
11083 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
11084
11085Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
11086
11087 * SAX.c: fixed bug #105992
11088
11089Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
11090
11091 * tree.c: fixed xmlSetProp and al. when the node passed is not an
11092 element.
11093 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
11094 found 373 test schemas: 369 success 4 failures
11095 found 529 test instances: 525 success 4 failures
11096 * check-relaxng-test-suite.py: added memory debug reporting
11097
11098Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11099
11100 * uri.c parser.c: some warning removal on Igor's patch
11101 * tree.c: seems I messed up with #106788 fix
11102 * python/libxml.c: fixed some base problems when Python provides
11103 the resolver.
11104 * relaxng.c: fixed the interleave algorithm
11105 found 373 test schemas: 364 success 9 failures
11106 found 529 test instances: 525 success 4 failures
11107 the resulting failures are bug in the algorithm from 7.3 and
11108 lack of support for params
11109
11110Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
11111
11112 * parser.c: another fix for nodeinfo in entities problem
11113 * tree.c entities.c: fixed bug #106788 from James Clark
11114 some spaces need to be serialized as character references.
11115
11116Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
11117
11118 * parser.c uri.c: fixed the bug I introduced in the path
11119 handling, reported by Sebastian Bergmann
11120
11121Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
11122
11123 * parser.c: fixing some nodeinfo in entities problem raised
11124 by Glenn W. Bach
11125 * relaxng.c: implemented the first section 7.3 check
11126 * result/relaxng/*: updated the results
11127
11128Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
11129
11130 * relaxng.c: fixed some problems in the previous commit
11131 and finished implementing 4.16 rules checking
11132 found 373 test schemas: 353 success 20 failures
11133 found 529 test instances: 519 success 6 failures
11134 * result/relaxng/*: updated the results
11135
11136Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
11137
11138 * relaxng.c: implemented checks from section 7.2
11139
11140Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
11141
11142 * relaxng.c: implemented the checks from section 7.1, fixed
11143 some of the 4.20 and 4.21 problems.
11144 found 373 test schemas: 338 success 35 failures
11145 found 529 test instances: 519 success 6 failures
11146 * result/relaxng/*: updated the results
11147
11148Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
11149
11150 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
11151 * result/relaxng/*: updated the results
11152
11153Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
11154
11155 * relaxng.c: more bugfixes
11156 * result/relaxng/*: updated the results
11157
11158Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
11159
11160 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
11161 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
11162 * SAX.c: ensured xmlDoc.URL is always canonic
11163 * parser.c: obsoleted xmlNormalizeWindowsPath
11164 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
11165 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
11166 * win32/libxml2.def.src: added few exports
11167
11168Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
11169
11170 * Makefile.am configure.in: patched to have shared libraries
11171 for Python regression tests and static binaries for gdb debug
11172 in my development environment
11173 * relaxng.c: more bugfixes
11174 found 373 test schemas: 296 success 77 failures
11175 found 529 test instances: 516 success 8 failures
11176 * result/relaxng/*: updated the results
11177
11178Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
11179
11180 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
11181
11182Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
11183
11184 * xmlschemastypes.c: float/double check bugfix
11185 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
11186 validation
11187 * xmlreader.c: add a TODO for Jody
11188 * relaxng.c: bugfix bugfix bugfix
11189 found 373 test schemas: 300 success 73 failures
11190 found 529 test instances: 507 success 10 failures
11191 * result/relaxng/*: updated the results
11192
11193Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
11194
11195 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
11196
11197Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11198
11199 * relaxng.c check-relaxng-test-suite.py: more work on the
11200 RelaxNG implementation conformance testing.
11201 found 373 test schemas: 284 success 89 failures
11202 found 529 test instances: 448 success 47 failures
11203 * result/relaxng/*: updated the results
11204
11205Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11206
11207 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
11208 a patch from Kjartan Maraas to fix some typos
11209
11210Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
11211
11212 * relaxng.c: more bug-hunting
11213 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
11214 intermediate rng tree
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011215 * python/generator.py: patch from Stéphane Bidoul to fix the generator
William M. Brack11be2d02007-01-24 19:17:19 +000011216 on python < 2.2
11217
11218Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11219
11220 * check-relaxng-test-suite.py relaxng.c: more testing on the
11221 Relax-NG front, cleaning up the regression tests failures
11222 current state and I forgot support for "mixed":
11223 found 373 test schemas: 280 success 93 failures
11224 found 529 test instances: 401 success 68 failures
11225 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
11226 moved the Name, NCName and QName validation routine in tree.c
11227 * uri.c: fixed handling of URI ending up with #, i.e. having
11228 an empty fragment ID.
11229 * result/relaxng/*: updated the results
11230
11231Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
11232
11233 * check-xinclude-test-suite.py: improved the script accordingly
11234 to the XInclude regression tests updates
11235 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
11236 November 2002
11237 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
11238 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
11239 augmented the Xpointer testsuite for the element() scheme
11240
11241Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
11242
11243 * relaxng.c: added TODO for the DTD compatibility spec
11244 * xinclude.c: more bug fixes driven by the testsuite
11245
11246Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
11247
11248 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
11249 regression tests for XInclude, improved the script, improving
11250 XInclude error reporting mechanism
11251
11252Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11253
11254 * NEWS doc/* configure.in: preparing release 2.5.3
11255
11256Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
11257
11258 * tree.c: trying to fix #104934 about some XHTML1 serialization
11259 issues.
11260
11261Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
11262
11263 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
11264 encoding conversion when the input buffer stops in the
11265 middle of a multibyte char
11266
11267Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
11268
11269 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
11270 * check-relaxng-test-suite.py: python script to run regression
11271 against OASIS RelaxNG testsuite
11272 * relaxng.c: some cleanup tweaks
11273 * HTMLparser.c globals.c: cleanups in comments
11274 * doc/libxml2-api.xml: updated the API
11275 * result/relaxng/*: errors moved files, so large diffs but
11276 no changes at the semantic level.
11277
11278Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
11279
11280 * tree.c: fixing #105678 problem when dumping a namespace node.
11281
11282Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11283
11284 * xpath.c: fixed doc comment problems
11285 * python/generator.py python/libxml_wrap.h python/types.c: adding
11286 RelaxNG wrappers
11287 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
11288 test of those early Python RelaxNG bindings
11289
11290Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11291
11292 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
11293 * relaxng.c: found the validation problem I had with interleave
11294 when not covering all remaining siblings
11295 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
11296 testsuite and check the RNG schemas against the RNG schemas
11297 given in appendix A
11298
11299Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
11300
11301 * win32/Makefile.msvc: updates for RelaxNG
11302 * win32/Makefile.mingw: updates for RelaxNG
11303 * win32/libxml2.def.src: added RelaxNG exports
11304
11305Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
11306
11307 * xinclude.c: applied another bug fix from Sean Chittenden
11308
11309Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
11310
11311 * configure.in xmllint.c: I f...ed up the default configuration
11312 of schemas and --relaxng option display in xmllint, pointed by
11313 Morus Walter.
11314 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
11315 detection module, fixes bug #105374.
11316
11317Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11318
11319 * xmlschemastypes.c: added the boolean base type.
11320
11321Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
11322
11323 * xmlschemastypes.c: started implementing some of the missing
11324 default simple types
11325 * result/relaxng/*: updated the results
11326
11327Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11328
11329 * NEWS doc/*: updated the docs, ready for 2.5.2 release
11330
11331Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
11332
11333 * HTMLparser.c tree.c xmlIO.c: comments cleanups
11334 * Makefile.am: use xmllint for doing the RelaxNG tests
11335 * configure.in: preparing 2.5.2 made schemas support default to
11336 on instead of off
11337 * relaxng.c: removed the verbosity
11338 * xmllint.c: added --relaxng option
11339 * python/generator.py python/libxml_wrap.h: prepared the integration
11340 of the new RelaxNG module and schemas
11341 * result/relaxng/*: less verbose output
11342
11343Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
11344
11345 * valid.c: do not run content model validation if the
11346 content is not determinist
11347
11348Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11349
11350 * SAX.c: added the redefinition of namespaced attribute
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011351 check that was missing as Fabrice Desré pointed out.
William M. Brack11be2d02007-01-24 19:17:19 +000011352
11353Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
11354
11355 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
11356 improvements from Nick Kew, allowing to do more checking
11357 to HTML elements and attributes.
11358
11359Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
11360
11361 * xinclude.c: fixing bug #105137 about entities declaration
11362 needing to be copied to the including document.
11363
11364Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
11365
11366 * catalog.c: fixed bug #104817 with delegateURI
11367 * xpath.c: fixing bugs #104123 and #104125
11368
11369Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
11370
11371 * configure.in valid.c xmlreader.c python/libxml_wrap.h
11372 python/types.c: fixing #104096 to compile without regexps
11373
11374Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11375
11376 * valid.c: fixing bug #103969 forgot to add an epsilon transition
11377 when building the automata for elem*
11378
11379Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11380
11381 * HTMLparser.c: applied patch from Arne de Bruijn fixing
11382 bug #103827
11383
11384Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
11385
11386 * HTMLparser.c: updating a comment, fixing #103776
11387
11388Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
11389
11390 * parser.c: fixing bug 105049 for validity checking of content
11391 within recursive entities.
11392
11393Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11394
11395 * HTMLparser.c: try to fix # 105049
11396 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
11397 * tree.c: updated a function comment
11398
11399Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11400
11401 * relaxng: more work on grammars and refs/defs
11402 * test/relaxng/* result/relaxng/*: augmented/updated the
11403 regression tests
11404
11405Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
11406
11407 * relaxng: more work on name classes, except support
11408 * test/relaxng/* result/relaxng/*: augmented/updated the
11409 regression tests
11410
11411Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
11412
11413 * relaxng: more work on name classes, the "validate all" schemas
11414 seems to work now.
11415 * test/relaxng/* result/relaxng/*: augmented/updated the
11416 regression tests
11417
11418Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11419
11420 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
11421 * parser.c: put a guard against infinite document depth, basically
11422 trying to avoid another kind of DoS attack.
11423 * relaxng.c: some code w.r.t. nameClasses
11424
11425Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11426
11427 * test/relaxng/* result/relaxng/*: check all the namespace support
11428 was actually correct based on tutorial section 10.
11429
11430Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11431
11432 * relaxng: include seems to work okay now
11433 * test/relaxng/* result/relaxng/*: augmented/updated the
11434 regression tests
11435
11436Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11437
11438 * relaxng.c: a bit of work done in the train back.
11439 * test/relaxng/*: added one of the include tests
11440
11441Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11442
11443 * relaxng: more work done in the train
11444 * test/relaxng/* result/relaxng/*: augmented/updated the
11445 regression tests
11446
11447Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11448
11449 * relaxng.c: debugging of externalRef
11450 * test/relaxng/* result/relaxng/*: augmented/updated the
11451 regression tests
11452
11453Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11454
11455 * relaxng.c: more work on Relax-NG, implementing externalRef
11456 * test/relaxng/* result/relaxng/*: augmented/updated the
11457 regression tests
11458 * Makefile.am: cleanup to Relaxtests target
11459
11460Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11461
11462 * relaxng.c: more work on Relax-NG, implementing interleave
11463 * test/relaxng/* result/relaxng/*: augmented/updated the
11464 regression tests
11465
11466Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
11467
11468 * relaxng.c: more work on Relax-NG, implementing interleave
11469 * test/relaxng/* result/relaxng/*: augmented/updated the
11470 regression tests
11471
11472Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
11473
11474 * doc/tutorial/customfo.xsl
11475 * doc/tutorial/customhtml.xsl
11476 adding stylesheet customizations used to generate fo
11477 for pdf and html
11478
11479Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11480
11481 * relaxng.c: more work on Relax-NG
11482 * test/relaxng/* result/relaxng/*: augmented/updated the
11483 regression tests
11484 * xmlschemastypes.c: added a number of base type definition but not
11485 the associated checks, those are still TODOs
11486
11487Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
11488
11489 in docs/tutorial:
11490 * apa.html
11491 * apb.html
11492 * apc.html
11493 * apd.html
11494 * ape.html
11495 * apf.html
11496 * apg.html
11497 * ar01s02.html
11498 * ar01s03.html
11499 * ar01s04.html
11500 * ar01s05.html
11501 * ar01s06.html
11502 * ar01s07.html
11503 * ar01s08.html
11504 * index.html
11505 * xmltutorial.pdf
11506 * xmltutorial.xml
11507 add index to tutorial
11508
11509Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
11510
11511 * doc/xmlcatalog.1
11512 * doc/xmlcatalog_man.html
11513 * doc/xmlcatalog_man.xml
11514 belatedly fixing bug #93622 (adds rewriteURI type to
11515 "--add" option in xmlcatalog man page
11516
11517Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11518
11519 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
11520 Julio Merino, closing #104475
11521
11522Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
11523
11524 * relaxng.c: more work on Relax-NG
11525 * test/relaxng/* result/relaxng/*: augmented/updated the
11526 regression tests
11527
11528Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
11529
11530 * relaxng.c: more work on Relax-NG
11531 * test/relaxng/* result/relaxng/*: augmented/updated the
11532 regression tests
11533
11534Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11535
11536 * README: updated the policy on private mail answers
11537 * relaxng.c: more work on Relax-NG
11538 * test/relaxng/* result/relaxng/*: augmented/updated the
11539 regression tests
11540
11541Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
11542
11543 * error.c parser.c tree.c: applied a documentation patch from
11544 Stefan Kost
11545
11546Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
11547
11548 * relaxng.c: more work on Relax-NG
11549 * doc/*: regenerated the docs
11550 * test/relaxng/* result/relaxng/*: updated and augmented the
11551 Relax-NG regression tests and results
11552
11553Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
11554
11555 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
11556 First commit of the new Relax-NG validation code, not generally
11557 useful yet.
11558 * test/relaxng/* result/relaxng/*: current state of the regression
11559 tests
11560
11561Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11562
11563 * tree.c: minimized the memory allocated for GetContent
11564 and a bit of cleanup.
11565
11566Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
11567
11568 * python/generator.py: seems there is no good reasons to
11569 not generate bindings for XPointer
11570
11571Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
11572
11573 * xmlreader.c doc/apibuild.py: applied a new patch from
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011574 Stéphane Bidoul for cleanups
William M. Brack11be2d02007-01-24 19:17:19 +000011575 * doc/libxml2-api.xml: rebuilt the API description with
11576 new entry points
11577
11578Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
11579
11580 * xmlreader.c python/drv_libxml2.py python/generator.py
11581 python/libxml.c python/libxml.py python/libxml_wrap.h
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011582 python/types.c: patch from Stéphane Bidoul for better per
William M. Brack11be2d02007-01-24 19:17:19 +000011583 context error message APIs
11584 * python/tests/ctxterror.py python/tests/readererr.py:
11585 update of the tests
11586
11587Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
11588
11589 * doc/guidelines.html
11590 grammar and spelling cleanup
11591
11592Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
11593
11594 * xmlreader.c include/libxml/xmlreader.h python/generator.py
11595 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011596 a patch from Stéphane Bidoul to allow per XMLtextReader error
William M. Brack11be2d02007-01-24 19:17:19 +000011597 and warning handling
11598 * python/tests/Makefile.am python/tests/readererr.py: adding the
11599 specific regression test
11600
11601Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
11602
11603 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
11604 should raise a syntax error
11605
11606Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11607
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011608 * python/libxml.c: cleanup patch from Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011609
11610Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
11611
11612 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
11613
11614Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
11615
11616 * python/generator.py python/libxml.c python/libxml.py
11617 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011618 from Stéphane Bidoul to provide per parser error handlers at the
William M. Brack11be2d02007-01-24 19:17:19 +000011619 Python level.
11620 * python/tests/Makefile.am python/tests/ctxterror.py: added a
11621 regression test for it.
11622
11623Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
11624
11625 * xmlreader.c: fixed the streaming property of the reader,
11626 it was generating tree faster than consuming it. Pointed out
11627 by Nate Myers
11628 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
11629
11630Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11631
11632 * win32/libxml2.def.src: added more xmlreader and other exports
11633
11634Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11635
11636 * xpath.c: fix to the XPath implementation for parent and
11637 ancestors axis when operating on a Result Value Tree.
11638 Fixes bug #100271
11639
11640Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11641
11642 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
11643 to fix some URI/file escaping problems
11644
11645Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
11646
11647 * python/generator.py: fixed a bug raised by Raymond Wiker,
11648 docSetRootElement() should not raise an exception if the
11649 return is None
11650
11651Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
11652
11653 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
11654 fixed bug #102181 by applying the suggested change and fixing
11655 the generation/registration problem.
11656
11657Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11658
11659 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
11660 routines.
11661
11662Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
11663
11664 * parser.c: one more IsEmptyElement crazyness, that time in
11665 external parsed entities if substitution is asked.
11666 * python/tests/reader3.py: added a specific test.
11667
11668Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
11669
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011670 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
William M. Brack11be2d02007-01-24 19:17:19 +000011671 support and improved error handler registration
11672
11673Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
11674
11675 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
11676 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
11677 * README: fixed a link
11678
11679Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
11680
11681 * configure.in doc/* NEWS: preparing 2.5.1 release
11682 * SAX.c parser.c: fixing XmlTextReader bug
11683
11684Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
11685
11686 * SAX.c: fuck, I introduced a memory leak on external parsed
11687 entities in 2.5.0 :-(
11688
11689Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
11690
11691 * xmllint.c: another fix needed as pointed by Christophe Merlet
11692 for --stream --debug if compiled without debug support.
11693
11694Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
11695
11696 * doc/xmllint.xml
11697 * doc/xmllint.1:
11698 update man page with --stream and --chkregister
11699
11700Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11701
11702 * globals.c: fixed --with-threads compile
11703 * xmllint.c: fixed --without-debug compile
11704 * include/libxml/globals.h: cleanup
11705 * include/libxml/schemasInternals.h: add a missing include
11706
11707Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11708
11709 * configure.in NEWS: preparing 2.5.0 release
11710 * SAX.c: only warn in pedantic mode about namespace name
11711 brokeness
11712 * globals.c: fix a doc generation problem
11713 * uri.c: fix #101520
11714 * doc/*: updated and rebuilt the doc for the release, includuding
11715 stylesheet update
11716 * python/Makefile.am: fix a filename bug
11717
11718Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
11719
11720 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
11721 should not be called.
11722
11723Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
11724
11725 * libxml-2.0.pc.in: applied the patch to fix #101894
11726
11727Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
11728
11729 * tree.c : applied patch from Lukas Schroeder for register callbacks
11730 * valid.c: modified patch from Lukas Schroeder to test
11731 register callbacks with --chkregister
11732
11733Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
11734
11735 * xmlreader.c: seriously changed the way data are pushed to
11736 the underlying parser, go by block of 512 bytes instead of
11737 tryng to detect tag boundaries at that level. Changed the
11738 way empty element are detected and tagged.
11739 * python/tests/reader.py python/tests/reader2.py
11740 python/tests/reader3.py: small changes mostly due to context
11741 reporting being different and DTD node being reported. Some
11742 errors previously undetected are now caught and fixed.
11743 * doc/xmlreader.html: flagged last section as TODO
11744
11745Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
11746
11747 * python/libxml.py: integrated the Python 2.2 optimizations
11748 from Hannu Krosing, while maintaining compatibility with
11749 1.5 and 2.1
11750
11751Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
11752
11753 * xmllint.c: a bit of cleanup
11754 * xmlreader.c: small fix
11755 * doc/xmlreader.html: more work on the XmlTextReader tutorial
11756 * python/libxml.py: a few fixes pointed out by Hannu Krosing
11757
11758Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
11759
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011760 * python/setup.py.in: patch from Stéphane Bidoul to include
William M. Brack11be2d02007-01-24 19:17:19 +000011761 drv_libxml2.py in setup.py
11762
11763Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
11764
11765 * doc/xmlreader.html: starting documenting the new XmlTextReader
11766 interface.
11767
11768Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
11769
11770 * xmllint.c: added the --stream flag to use the TextReader API
11771 * xmlreader.c: small performance tweak
11772
11773Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
11774
11775 * xmlreader.c python/tests/reader2py: okay the DTD validation
11776 code on top of the XMLTextParser API should be solid now.
11777
11778Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
11779
11780 * xmlreader.c python/tests/reader2py: Fixing some more mess
11781 with validation and recursive entities while using the
11782 reader interface, it's getting a bit messy...
11783
11784Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
11785
11786 * xmlreader.c python/tests/reader.py: another couple of problem
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011787 related to IsEmptyElement reported by Stéphane Bidoul needed
William M. Brack11be2d02007-01-24 19:17:19 +000011788 some fixes.
11789
11790Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11791
11792 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011793 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011794 based on the python XmlTextReader interface.
11795
11796Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
11797
11798 * tree.c: backing out one change in the last patch which broke the
11799 regression tests
11800
11801Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
11802
11803 * global.data globals.c tree.c include/libxml/globals.h: applied
11804 an old patch from Lukas Schroeder to track node creation and
11805 destruction. Probably missing a lot of references at the moment
11806 and not usable reliably.
11807
11808Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
11809
11810 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
11811 from doc/news.html and a stylesheet
11812
11813Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
11814
11815 * xmlreader.c python/tests/reader.py: fixed another couple of
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011816 xmlreader bugs reported by Stéphane Bidoul and added tests.
William M. Brack11be2d02007-01-24 19:17:19 +000011817
11818Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
11819
11820 * xmlreader.c python/tests/reader2.py: fixed another validity
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011821 checking in external parsed entities raised by Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011822 and added a specific regression test.
11823 * python/tests/reader3.py: cleanup
11824
11825Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11826
11827 * xmlreader.c python/tests/reader2.py: fixed a problem with
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011828 validation within entities pointed by Stéphane Bidoul, augmented
William M. Brack11be2d02007-01-24 19:17:19 +000011829 the tests to catch those.
11830
11831Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11832
11833 * python/generator.py: modified the generator to allow keeping
11834 class references when creating new classes, needed to fix a bug
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011835 pointed by Stéphane Bidoul where the input buffer of the
William M. Brack11be2d02007-01-24 19:17:19 +000011836 xmlTextReader instance gets destroyed if the python wrapper for
11837 the input is not referenced anymore.
11838
11839Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
11840
11841 * xmlreader.c python/tests/reader.py: fixed another pair of problem
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011842 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
William M. Brack11be2d02007-01-24 19:17:19 +000011843
11844Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11845
11846 * xmlreader.c python/tests/reader.py: fixed another problem
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011847 pointed by Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011848
11849Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11850
11851 * xmlreader.c python/tests/reader.py: fixed a limit case problem
11852 with "<a/>"
11853
11854Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11855
11856 * SAX.c: warn on xmlns:prefix="foo"
11857 * xmlreader.c python/tests/reader.py: fixed a couple of problem
11858 for namespace attributes handling.
11859
11860Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11861
11862 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
11863 a really nasty problem raised by a DocBook XSLT transform
11864 provided by Sebastian Bergmann
11865
11866Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11867
11868 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011869 by Stéphane Bidoul and integrated it into the tests
William M. Brack11be2d02007-01-24 19:17:19 +000011870
11871Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
11872
11873 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
11874 extended the XmlTextReader API a bit, addding accessors for
11875 the current doc and node, and an entity substitution mode for
11876 the parser.
11877 * python/libxml.py python/libxml2class.txt: related updates
11878 * python/tests/Makefile.am python/tests/reader.py
11879 python/tests/reader2.py python/tests/reader3.py: updated a bit
11880 the old tests and added a new one to test the entities handling
11881
11882Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11883
11884 * python/generator.py python/libxml2class.txt
11885 python/tests/reader.py python/tests/reader2.py: changed the
11886 generator to provide casing for the XmlTextReader similar to
11887 C# so that examples and documentation are more directly transposable.
11888 Fixed the couple of tests in the suite.
11889
11890Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
11891
11892 * doc/guidelines.html: added a document on guildeline for
11893 publishing and deploying XML
11894
11895Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11896
11897 * valid.c xmlreader.c: final touch running DTD validation
11898 on the XmlTextReader
11899 * python/tests/Makefile.am python/tests/reader2.py: added a
11900 specific run based on the examples from test/valid/*.xml
11901
11902Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
11903
11904 * python/libxml.py: added a few predefined xmlTextReader parser
11905 configuration values.
11906
11907Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11908
11909 * python/libxml_wrap.h: trying to fix #102037
11910
11911Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
11912
11913 * SAX.c: fixing bug #95296, when the predefined entities
11914 are redefined in the DTD the default one must be used
11915 instead anyway.
11916
11917Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
11918
11919 * doc/xmllint.xml
11920 * doc/xmllint.1
11921 Add discussion of XML_DEBUG_CATALOG to xmllint man
11922 page - bug #100907
11923
11924Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11925
11926 * xmlreader.c: Fixed the empty node detection to avoid reporting
11927 an inexistant close tag.
11928
11929Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11930
Daniel Veillard25a1ce92008-06-02 16:04:12 +000011931 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
William M. Brack11be2d02007-01-24 19:17:19 +000011932 for Python 2.1
11933
11934Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11935
11936 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
11937
11938Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11939
11940 * doc/libxml2-api.xml python/tests/reader.py: one really need
11941 to provide the base URI information when creating a reader parser
11942 from an input stream. Updated the API and the example using it.
11943
11944Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11945
11946 * testReader.c xmlreader.c valid.c include/libxml/tree.h
11947 include/libxml/valid.h include/libxml/xmlreader.h: working on
11948 DTD validation on top of xml reader interfaces. Allows to
11949 validate arbitrary large instances. This required some extensions
11950 to the valid module interface and augmenting the size of xmlID
11951 and xmlRef structs a bit.
11952 * uri.c xmlregexp.c: simple cleanup.
11953
11954Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11955
11956 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
11957 work on the xml reader interfaces.
11958 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
11959 Web page for the Windows binaries.
11960
11961Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11962
11963 * xmlIO.c: applied a patch for VMS following the report by
11964 Nigel Hall
11965
11966Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11967
11968 * parser.c: the parseStartTag bug fix wasn't complete.
11969
11970Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11971
11972 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
11973 parseStartTag, fixing it.
11974 * test/att4 result/att4 result/noent/att4: adding the test
11975 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
11976 more methods to XmlTextReader.
11977
11978Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11979
11980 * win32/libxml2.def.src: added more xml reader exports
11981 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
11982 to the build
11983
11984Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
11985
11986 * doc/tutorial/xmltutorial.xml
11987 plus generated html and pdf
11988 Updating tutorial again based on further comments from Niraj
11989 Tolia on the last iteration
11990
11991Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
11992
11993 * doc/tutorial/xmltutorial.xml
11994 * doc/tutorial/includekeyword.c
11995 * doc/tutorial/includegetattribute.c
11996 plus generated html and pdf
11997 Adding fix from Niraj Tolia to tutorial to properly free memory.
11998
11999Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
12000
12001 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
12002 more methods of XmlTextReader.
12003 * python/libxml2class.txt python/tests/reader.py: this increased the
12004 methods in the bndings, augmented the test to check those new
12005 functions.
12006
12007Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
12008
12009 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
12010 methods of XmlTextReader.
12011 * python/generator.py python/libxml_wrap.h python/types.c
12012 python/libxml2class.txt: added the reader to the Python bindings
12013 * python/tests/Makefile.am python/tests/reader.py: added a specific
12014 test for the Python bindings of the Reader APIs
12015 * parser.c: small cleanup.
12016
12017Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12018
12019 * xinclude.c: fallback was only copying the first child not the
12020 full child list of the fallback element, closes #89684 as reopened
12021 by Bernd Kuemmerlen
12022
12023Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12024
12025 * win32/libxml2.def.src: exported htmlNodeDumpOutput
12026
12027Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
12028
12029 * configure.in: preparing release of 2.4.30
12030 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
12031 gives enum values, fix functype return type, put back fields in
12032 structs
12033 * doc/*: updated the docs rebuilt
12034
12035Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
12036
12037 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vakoc
12038 about htmlNodeDumpOutput location.
12039 * xpath.c: removed an undefined function signature
12040 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
12041 too many symbols in the API breaking the python bindings.
12042 Updated with the libxslt/libexslt changes.
12043
12044Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
12045
12046 * configure.in: preparing release of 2.4.29
12047 * doc/*: rebuilt the docs and API
12048 * xmlreader.c: a few more fixes for the XmlTextReader API
12049
12050Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12051
12052 * include/win32config.h: applied mingw patch from Magnus Henoch
12053
12054Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
12055
12056 * catalog.c doc/libxml2-api.xml: a bit more cleanup
12057
12058Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
12059
12060 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
12061 building Python script, does the C parsing directly, generates
12062 a better API description including structure fieds defs and
12063 enums. Still a couple of bugs, but good enough for the python
12064 wrappers now.
12065 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
12066 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
12067 include/libxml/schemasInternals.h include/libxml/tree.h: more
12068 cleanup based on the python analysis script reports.
12069 * libxml.spec.in: make sure the API XML description is part of the
12070 devel package.
12071
12072Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
12073
12074 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
12075 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
12076 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
12077 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
12078 code cleanup, especially the function comments.
12079 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
12080
12081Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
12082
12083 * Makefile.am xmlreader.c include/libxml/Makefile.am
12084 include/libxml/xmlreader.h: Adding a new set of APIs based on
12085 the C# TextXmlReader API but converted to C. Allow to parse
12086 in constant memory usage, far simpler to program and explain
12087 than the SAX like APIs, unfinished but working.
12088 * testReader.c: test program
12089
12090Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12091
12092 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
12093
12094Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12095
12096 * tree.c: Chip turner indicated that XHTML1 serialization
12097 rule for style actually break on both IE and Mozilla,
12098 try to avoid the rule if escaping ain't necessary
12099
12100Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
12101
12102 * nanhttp.c: handle HTTP URL escaping, problem reported by
12103 Glen Nakamura and Stefano Zacchiroli
12104
12105Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
12106
12107 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
12108
12109Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12110
12111 * uri.c: Johann Richard pointed out some XPointer problems for
12112 URN based URI references in XInclude. Modified the URI parsing
12113 and saving routines to allow correct parsing and saving of
12114 XPointers, especially when attached to "opaque" scheme accordingly
12115 to RFC 2396
12116
12117Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
12118
12119 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
12120 of refactoring to the HTML saving code.
12121 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
12122 in the doc.
12123
12124Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
12125
12126 * tree.c include/libxml/tree.h: refactored the XML dump of a node
12127 to a buffer API to reuse the generic dump to an OutputIO layer,
12128 this reduces code, fixes xmlNodeDump() for XHTML, also made
12129 xmlNodeDump() now return the number of byte written.
12130
12131Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
12132
Daniel Veillard25a1ce92008-06-02 16:04:12 +000012133 * python/setup.py.in: another patch from Stéphane Bidoul for
William M. Brack11be2d02007-01-24 19:17:19 +000012134 Python bindings on Windows
12135 * doc/parsedecl.py: small cleanup
12136
12137Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
12138
12139 * libxml.spec.in configure.in: add a line in %changelog for releases
12140
12141Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
12142
12143 * parser.c: patch from Marcus Clarke fixing a problem in entities
12144 parsing that was detected in KDe documentations environment.
12145
12146Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
12147
12148 * python/libxml.c (libxml_prev): Return the previous as opposed to
12149 the next node (I guess this is the result of some cut & paste programming:)
12150
12151Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12152
12153 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
12154
12155Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
12156
12157 * python/generator.py python/libxml.c python/setup.py.in: trying
Daniel Veillard25a1ce92008-06-02 16:04:12 +000012158 to fix the Python bindings build on Windows (Stéphane Bidoul)
William M. Brack11be2d02007-01-24 19:17:19 +000012159
12160Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12161
12162 * win32/configure.js: added option for python bindings
12163 * win32/libxml2.def.src: added more exports
12164
12165Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12166
12167 * win32/Makefile.mingw: fixed unresolved symbols when linking with
12168 pthreads
12169 * win32/wince/*: applied updates to Windows CE port from Javier
12170
12171Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12172
12173 * configure.in: preparing 2.4.28
12174 * libxml.spec.in doc/Makefile.am: some cleanup
12175 * doc/*: updated the news and regenerated.
12176
12177Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
12178
12179 * HTMLparser.c: final touch at closing #87235 </p> end tags
12180 need to be generated.
12181 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
12182 this change slightly the output of a few tests
12183 * doc/*: regenerated
12184
12185Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
12186
12187 * parserInternals.c: fixing bug #99190 when UTF8 document are
12188 parsed using the progressive parser and the end of the chunk
12189 is in the middle of an UTF8 multibyte character.
12190
12191Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12192
12193 * threads.c: fixed initialization problem in xmlNewGlobalState
12194 which was causing crash.
12195 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
12196 in xmlInitializeGlobalState.
12197 * parserInternals.c: cleaned up ctxt->sax initialisation.
12198
12199Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
12200
12201 * tree.c include/libxml/tree.h: modified the existing APIs
12202 to handle XHTML1 serialization rules automatically, also add
12203 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
12204 libxslt serialization uses it when needed without changing
12205 the library API.
12206 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
12207 result/xhtml1: added a new test specifically for xhtml1 output
12208 and updated the result of one XHTML1 test
12209
12210Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
12211
12212 * xinclude.c parserInternals.c encoding.c: fixed #99082
12213 for xi:include encoding="..." support on text includes.
12214 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
12215 test/XInclude/ents/isolatin.txt : added a specific regression test
12216 * python/generator.py python/libxml2class.txt: fixed the generator
12217 the new set of comments generated for doc/libxml2-api.xml were
12218 breaking the python generation.
12219
12220Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
12221
12222 * doc/Makefile.am: repair some problem if gtk-doc fail or such
12223 * configure.in: patch for Solaris on new autoconf closes #98880
12224 * doc/parsedecl.py: repair the frigging API building script,
12225 did I say that python xmllib sucks ?
12226 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
12227 and some comment are no more truncated.
12228
12229Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
12230
12231 * parser.c: Martin Stoilov pointed out a potential leak in
12232 xmlCreateMemoryParserCtxt
12233
12234Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
12235
12236 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
12237 included in HTML documents and using the push parser.
12238
12239Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
12240
12241 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
12242 specified, look for the Python interpreter not just in the
12243 specified root but also in the specified location. Fixes #98825
12244
12245Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
12246
12247 * python/libxml.c: fixing bug #98792 , node may have no doc
12248 and dereferencing without checking ain't good ...
12249
12250Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
12251
12252 * configure.in: preparing release 2.4.27
12253 * doc/* : updated and rebuilt the docs
12254 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
12255 and all the docs are actually packaged and in the final RPMs
12256 * parser.c parserInternals.c include/libxml/parser.h: restore
12257 xmllint --recover feature.
12258
12259Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
12260
12261 * parser.c xpath.c: fixing #96925 wich was also dependent on the
12262 processing of parsed entities, and XPath computation on sustitued
12263 entities.
12264 * testXPath.c: make sure entities are substitued.
12265
12266Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
12267
12268 * parser.c: fixed #96594, which was totally dependent on the
12269 processing of internal parsed entities, which had to be changed.
12270
12271Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
12272
12273 * Makefile.am python/Makefile.am python/tests/Makefile.am:
12274 trying to fix bug #98517 about building outside the source tree
12275 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
12276
12277Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12278
12279 * include/win32config.h: cleanup
12280 * win32/Makefile.mingw: integrated mingw in JScript configure
12281 * win32/Makefile.msvc: modified to allow mingw coexistence
12282 * win32/configure.js: integrated mingw
12283 * win32/Readme.txt: cleanup
12284
12285Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
12286
12287 * HTMLparser.c: strengthen the guard in the Pop macros,
12288 like in the XML parser, closes bug #97315
12289
12290Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
12291
12292 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
12293 callback is never used.
12294
12295Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
12296
12297 * parserInternals.c: fixed the initialization of the SAX structure
12298 which was breaking xsltproc
12299 * xpath.c: patch from Petr Pajas for CDATA nodes
12300 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
12301 * parser.c include/libxml/parser.h: patch from Peter Jones
12302 removing a leak in xmlSAXParseMemory() and adding the
12303 function xmlSAXParseMemoryWithData()
12304
12305Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
12306
12307 adding pdf of tutorial, changing web page to link to it
12308 * doc/tutorial/xmltutorial.pdf
12309 * doc/xml.html
12310 * doc/docs.html
12311
12312Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
12313
12314 * doc/tutorial/ar01s08.html
12315 adding file what I forgot for tutorial
12316
12317Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
12318
12319 Adding encoding discussion to tutorial
12320 Added:
12321 * doc/tutorial/images/*.png: DocBook admonition image files
12322 * doc/tutorial/apf.html, apg.html: new generated html
12323 * doc/tutorial/includeconvert.c: conversion code entity file
12324 changed:
12325 * doc/tutorial/xmltutorial.xml: DocBook original
12326 * doc/tutorial/*.html: generated html
12327
12328Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12329
12330 * include/libxml/*.h: retired xmlwin32version.h
12331 * doc/Makefile.am: retired xmlwin32version.h
12332 * win32/configure.js: retired xmlwin32version.h
12333
12334Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12335
12336 * win32/libxml2.def.src: exported additional symbols
12337 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
12338 sisterhood
12339
12340Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
12341
12342 * globals.c: fixed a typo pointed out by Igor
12343 * xpath.c: try to speed up node compare using line numbers
12344 if available.
12345
12346Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
12347
12348 * tree.c: make xmlFreeNode() handle attributes correctly.
12349
12350Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12351
12352 * catalog.c: completed the #96963 fix, as reported by Karl
12353 Eichwalder
12354
12355Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12356
12357 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
12358
12359Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12360
12361 * Makefile.am: switched the order of a couple of includes
12362 to fix bugs #97100
12363
12364Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12365
12366 * catalog.c: fixed bug #96963, reverted to the old behaviour of
12367 xmlLoadCatalogs that used to separate directories with a ':'.
12368
12369Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12370
12371 * threads.c: improvements to the Windows-side of thread handling
12372 * testThreads.c: conditionally excluded unistd.h
12373 * testThradsWin32.c: broke overlong lines
12374 * include/win32config.h: adapted thread-related macros to the new
12375 scheme and for pthreads on Windows
12376 * win32/Makefile.msvc: introduced a more flexible thread build,
12377 added testThreads[Win32].c to the build
12378 * win32/configure.js: introduced a more flexible thread config
12379
123802002-10-31 John Fleck <jfleck@inkstain.net>
12381
12382 * doc/xml.html (and, by implication, FAQ.html)
12383 added UTF-8 conversaion FAQ from Marcus Labib Iskander
12384
12385Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12386
12387 * configure.in: removed xmlwin32version.h
12388 * include/libxml/Makefile.am: removed xmlwin32version.h
12389
12390Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
12391
12392 * tree.c: applied patch from Brian Stafford to fix a bug
12393 in xmlReconciliateNs()
12394
12395Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12396
12397 * tree.c: applied patch from Christian Glahn to allow
12398 xmlNewChild() on document fragment nodes
12399
12400Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12401
12402 * parser.c: Christian Glahn found a problem with a recent
12403 patch to xmlParseBalancedChunkMemoryRecover()
12404 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
12405 problems
12406 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
12407 test/schemas/seq*: added the test cases from Charles
12408
12409Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12410
12411 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
12412 serious cleanup of the spec file and associated changes
12413 in the Makefiles.
12414 * valid.c: try to remove some warnings on x86_64
12415
12416Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12417
12418 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
12419 fix bug #96586
12420
12421Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12422
12423 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
12424 parsing, applied his patch
12425 * result/HTML/attrents.html result/HTML/attrents.html.err
12426 result/HTML/attrents.html.sax test/HTML/attrents.html:
12427 added the test and result case provided by Mikhail Sogrine
12428
12429Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
12430
12431 * vms/build_libxml.com vms/config.vms vms/readme.vms
12432 include/libxml/parser.h include/libxml/parserInternals.h
12433 include/libxml/tree.h include/libxml/xmlIO.h
12434 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
12435 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
12436 Applied the VMS update patch from Craig A. Berry
12437 * doc/*.html: update
12438
12439Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
12440
12441 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
12442
12443Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12444
12445 * debugXML.c: adding a grep command to --shell in xmllint
12446 for T.V. Raman
12447
12448Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12449
12450 * xmlcatalog.c: tried to fix some of the problem with --sgml
12451
12452Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
12453
12454 * parser.c: tried to fix bug #91500 where doc->children may
12455 be overriden by a call to xmlParseBalancedChunkMemory()
12456
12457Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
12458
12459 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
12460 identifiers in SGML catalogs containing '&'
12461
12462Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12463
12464 * python/types.c: fixed bugs when passing result value tree
12465 to Python functions.
12466
12467Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12468
12469 * configure.in: preparing the release of 2.4.26
12470 * doc/*: updated and rebuilt the documentation
12471
12472Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12473
12474 * parser.c: fixed a XML Namespace compliance bug reported by
12475 Alexander Grimalovsky
12476
12477Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12478
12479 * HTMLtree.c: fixed serialization of script and style when
12480 they are not lowercase (i.e. added using the API to the tree).
12481
12482Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12483
12484 * valid.c: make xmlValidateDocument emit a warning msg if there
12485 is no DTD, pointed by Christian Glahn
12486
12487Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
12488
12489 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
12490 content model when some of the blocks have min or max, and a couple
12491 of bugs found in the process.
12492 * result/schemas/list0* test/schemas/list0*: added some specific
12493 regression tests
12494
12495Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
12496
12497 * README: updated the contact informations
12498
12499Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12500
12501 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
12502 misses it, reported by Peter Bray.
12503
12504Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
12505
12506 * tree.c: investigating xmlNodeGetContent() on namespace nodes
12507 and removed a few warnings
12508
12509Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
12510
12511 * parser.c: Christian Glahn found a small bug in the push parser.
12512 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
12513 public
12514
12515Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12516
12517 * xmlschemas.c include/libxml/xmlschemas.h: added
12518 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
12519 * testSchemas.c: added --memory to test the new interface
12520
12521Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
12522
12523 * doc/index.py doc/search.php: integrated the XSLT indexing,
12524 a few fixed in the indexer, added a scope selection at the
12525 search level.
12526
12527Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12528
12529 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
12530 this was due to uninitialized parts of the validation context
12531
12532Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
12533
12534 * debugXML.c: applied patch from Mark Vakoc except the API
12535 change, preserved it.
12536 * doc/*: updated the docs to point to the search engine for
12537 information lookup or before bug/help reports.
12538
12539Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
12540
12541 * doc/index.py doc/search.php: added mailing-list archives
12542 indexing and lookup
12543
12544Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12545
12546 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
12547
12548Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
12549
12550 * doc/index.py: improved HTML indexing
12551 * doc/search.php: make the queries also lookup the HTML based indexes
12552
12553Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12554
12555 * doc/index.py: added HTML page indexing
12556
12557Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12558
12559 * xmlIO.c: extended Windows path normalisation to fix the base
12560 problem in libxslt.
12561 * catalog.c: fixed list handling in XML_CATALOG_FILES
12562
12563Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12564
12565 * valid.c: typo/bug found by Christian Glahn
12566
12567Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12568
12569 * xmlIO.c: applied Windows CE patch from Javier.
12570 * win32/wince: new directory, contains support for the PocketPC
12571 with Windows CE from Javier.
12572 * include/win32config.h: reorganised, removed duplicate
12573 definitions and applied WinCE patch from Javier.
12574 * include/wsockcompat.h: new file, now contains WinSock
12575 compatibility macros.
12576 * win32/Makefile.msvc: introduced double-run compilation.
12577
12578Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12579
12580 * configure.in include/libxml/xmlwin32version.h: preparing release
12581 of 2.4.25
12582 * doc/*: updated and regenerated teh docs and web pages.
12583
12584Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12585
12586 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
12587 error were not covering namespace declarations.
12588 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
12589 it was missing the attribute declaration for the namespace
12590 * result/VC/NS3: the fix now report breakages in that test
12591
12592Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12593
12594 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
12595
12596Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12597
12598 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
12599 and regenerated the docs and web site
12600
12601Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12602
12603 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
12604 ATTRIBUTE_UNUSED is always put after the attribute declaration,
12605 not before
12606
12607Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12608
12609 * python/generator.py python/libxml2class.txt: fixed a stupid error
12610 breaking the python API
12611
12612Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12613
12614 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
12615 triostr.c triostr.h: applied a trio update patch from
12616 Bjorn Reese which should work with MinGW
12617
12618Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12619
12620 * tree.c: improving some documentation comments
12621 * xmlregexp.c: found and fixed a mem leak with python regression tests
12622 * doc/*: rebuilt the doc and the API XML file including the
12623 xmlregexp.h xmlautomata.h and xmlunicode.h headers
12624 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
12625 python/types.c: added access to the XML Schemas regexps from
12626 python
12627 * python/tests/Makefile.am python/tests/regexp.py: added a
12628 simple regexp bindings test
12629
12630Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
12631
12632 * doc/xml.html:
12633 fixing ftp links - thanks to Vitaly Ostanin
12634
12635Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
12636
12637 * xmlregexp.c: fixed the data callback on transition functionality
12638 which was broken when using the compact form
12639 * result/schemas/*: updated the results, less verbose, all tests
12640 pass like before
12641 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
12642 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
12643 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
12644 annoying warnings
12645 * xpath.c: try to provide better error report when possible
12646
12647Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12648
12649 * Makefile.am: fixed a breakage raised by Jacob
12650
12651Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12652
12653 * include/win32config.h: added HAVE_ERRNO_H definition for parts
12654 which don't use sockets
12655
12656Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12657
12658 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
12659 * win32/configure.js: applied zlib patch from Daniel Gehriger
12660
12661Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12662
12663 * win32/configure.js: applied the patch from Mark Vakoc for
12664 regexp support
12665 * win32/libxml2.def.src: applied the patch from Mark Vakoc
12666 for regexp support
12667
12668Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
12669
12670 * xmlschemastypes.c: as pointed by Igor Float and Double
12671 parsing ain't finished yet
12672
12673Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
12674
12675 * Makefile.am configure.in: trying to fix #88412 by bypassing
12676 all the python subdir if python ain't detected
12677
12678Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12679
12680 * Makefile.am configure.in include/libxml/xmlversion.h.in:
12681 made configuring with regexps/automata/unicode the default
12682 but without schemas ATM
12683 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
12684 fixed the regexp based DTD validation performance and memory
12685 problem by switching to a compact form for determinist regexps
12686 and detecting the determinism property in the process. Seems
12687 as fast as the old DTD validation specific engine :-) despite
12688 the regexp built and compaction process.
12689
12690Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12691
12692 * valid.c: determinism is debugged, new DTD checking code now works
12693 but xmlFAComputesDeterminism takes far too much CPU and the whole
12694 set usues too much memory to be really usable as-is
12695
12696Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12697
12698 * tree.c: fixed another stupid bug in xmlGetNodePath()
12699 * xmllint.c: --version now report the options compiled in
12700
12701Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
12702
12703 * HTMLparser.c: small cleanup
12704 * valid.c xmlregexp.c: switched DTD validation to use only regexp
12705 when configured with them. A bit of debugging around the determinism
12706 checks is still needed
12707
12708Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
12709
12710 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
12711
12712Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
12713
12714 * xmlIO.c: small portability glitch fixed.
12715
12716Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12717
12718 * xmlschemastypes.c: incomplete steps for real/double support
12719 * testAutomata.c include/libxml/xmlautomata.h
12720 include/libxml/xmlregexp.h: avoiding a compilation problem
12721 * valid.c include/libxml/valid.h: starting the work toward using
12722 the regexps for actual DTD validation
12723
12724Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12725
12726 * hash.c: cosmetic cleanup
12727 * valid.c include/libxml/tree.h include/libxml/valid.h: started
12728 integrating a DTD validation layer based on the regexps
12729
12730Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
12731
12732 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
12733 the determinism was tested before eliminating the epsilon
12734 transitions :-(
12735
12736Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
12737
12738 * python/generator.py python/libxml.c python/libxml.py
12739 python/libxml2-python-api.xml python/libxml2class.txt
12740 python/libxml_wrap.h python/types.c: updated the python
12741 bindings, added code for easier File I/O, and the ability to
12742 define a resolver from Python fixing bug #91635
12743 * python/tests/Makefile.am python/tests/inbuf.py
12744 python/tests/outbuf.py python/tests/pushSAXhtml.py
12745 python/tests/resolver.py python/tests/serialize.py: updated
12746 and augmented the set of Python tests.
12747
12748Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12749
12750 * win32/configure.js: added more readme info for the binary
12751 package.
12752
12753Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12754
12755 * xmlIO.c: fixed a stupid out of bound array error
12756
12757Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
12758
12759 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
12760 messing around with support for Windows path, cleanups,
12761 trying to identify and fix the various code path to the
12762 filename access. Added xmlNormalizeWindowsPath()
12763
12764Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
12765
12766 * error.c valid.c: working on better error reporting of validity
12767 errors, especially providing an accurate context.
12768 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
12769 error reports in those cases.
12770
12771Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12772
12773 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
12774 parser.c parserInternals.c xmlIO.c: get rid of all the
12775 perror() calls made in the library execution paths. This
12776 should fix both #92059 and #92385
12777
12778Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
12779
12780 * xmllint.c: memory leak reporting was broken after a change
12781 of the preprocessor symbol used to activate it.
12782
12783Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
12784
12785 * tree.c: try to make the copy function work for node of
12786 type XML_DOCUMENT_FRAG_NODE, they are only created by the
12787 DOM layers though, not libxml2 itself.
12788
12789Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
12790
12791 * valid.c: try to provide file and line informations, not all
12792 messages are covered, but it's a (good) start
12793
12794Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
12795
12796 * xinclude.c: reimplemented a large part of the XInclude
12797 processor, trying to minimize resources used, James Henstridge
12798 provided a huge test case which was exhibiting severe memory
12799 consumption problems.
12800
12801Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
12802
12803 * python/Makefile.am: applied patch from Christophe Merlet to
12804 reestablish DESTDIR
12805
12806Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
12807
12808 * libxml.spec.in: fixes libary path for x86_64 AMD
12809
12810Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
12811
12812 * doc/tutorial/includekeyword.c
12813 * doc/tutorial/xmltutorial.xml:
12814 (plus resulting generated html files)
12815 fixing one spot I missed in the tutorial where I hadn't freed
12816 memory properly
12817
12818Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
12819
12820 * doc/tutorial/includeaddattribute.c
12821 * doc/tutorial/includeaddkeyword.c
12822 * doc/tutorial/includegetattribute.c
12823 * doc/tutorial/includekeyword.c
12824 * doc/tutorial/xmltutorial.xml
12825 * doc/tutorial/*.html:
12826 update tutorial to properly free memory (thanks to Christopher
12827 R. Harris for pointing out that this needs to be done)
12828 * doc/tutorial/images/callouts/*.png:
12829 added image files so the callouts are graphical, making it
12830 easier to read ( use "--param callout.graphics 1" to generate
12831 html with graphical callouts)
12832
12833Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
12834
12835 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
12836 nice logos generated by Marc Liyanage
12837 * doc/site.xsl *.html: changed the stylesheet to show the new
12838 logo and regenerated the pages
12839
12840Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12841
12842 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
12843
12844Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
12845
12846 * xpath.c: possible mem leak patch from Jason Adams
12847
12848Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12849
12850 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
12851 in the XQuery namespace
12852 * configure.in: preparing 2.4.24
12853 * doc/*.html: updated the web pages
12854
12855Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
12856
12857 * python/generator.py: closing bug #85258 by generating conditional
12858 compile check to avoid linking to routines not configured in.
12859
128602002-08-22 Havoc Pennington <hp@pobox.com>
12861
12862 * autogen.sh: update error message for missing automake
12863
12864Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
12865
12866 * python/Makefile.am: typo in target name resulted in libxml2.py
12867 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
12868
12869Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12870
12871 * win32/win32/Makefile.mingw: updated with version from
12872 Elizabeth Barham at http://soggytrousers.net/repository/
12873
12874Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
12875
12876 * win32/Makefile.msvc: added the prefix location to the include
12877 and lib search path.
12878
128792002-08-18 Havoc Pennington <hp@pobox.com>
12880
12881 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
12882 both automake 1.6 and 1.4 installed get the right automake. Means
12883 compilation from CVS will now require the latest automake 1.4
12884 release, or manually creating symlinks called "automake-1.4" and
12885 "aclocal-1.4"
12886
12887Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
12888
12889 * configure.in python/Makefile.am: more AMD 64 induced changes from
12890 Frederic Crozat
12891
12892Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
12893
12894 * xinclude.c: oops I was missing the xml:base fixup too
12895 * result/XInclude/*.xml: this adds xml:base attributes to most
12896 results of the tests
12897
12898Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
12899
12900 * xinclude.c: quick but apparently working implementation of
12901 xi:fallback, should close bug #89684
12902 * Makefile.am test/XInclude/docs/fallback.xml
12903 result/XInclude/fallback.xml: added a basic test for fallback,
12904 and run with --nowarning to avoid a spurious warning
12905 * configure.in: applied patch from Frederic Crozat for python
12906 bindings on AMD 64bits machines.
12907
12908Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
12909
12910 * parser.c: xmlSAXUserParseMemory() really ought to fail if
12911 the caller don't pass a SAX callback block.
12912
12913Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
12914
12915 * tree.c: applied the same fix for the XML-1.0 namespace to
12916 xmlSearchNsByHref() as was done for xmlSearchNs()
12917
12918Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
12919
12920 * libxml.3: small cleanup of the man page
12921 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
12922 when serializing HREF attributes generated by XSLT.
12923
12924Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
12925
12926 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
12927 version of Marc Liyanage' patch for boolean attributes in HTML
12928 output
12929
12930Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
12931
12932 * python/tests/serialize.py: fixed the test results, indenting
12933 behaviour changed slightly
12934
12935Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
12936
12937 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
12938 new c14n function to Windows def files
12939
12940Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
12941
12942 * c14n.c: fixed a memory leak in c14n code
12943
12944Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
12945
12946 * parser.c include/libxml/parser.h: adding a new API for Christian
12947 Glahn: xmlParseBalancedChunkMemoryRecover
12948 * valid.c: patch from Rick Jones for some grammar cleanup in
12949 validation messages
12950 * result/VC/* result/valid/*: this slightly change some of the
12951 regression tests outputs
12952
12953Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
12954
12955 * tree.c: trying to fix a problem in namespaced attribute handling
12956 raised by Christian Glahn
12957
12958Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
12959
12960 * encoding.c include/libxml/encoding.h: Opening the interface
12961 xmlNewCharEncodingHandler as requested in #89415
12962 * python/generator.py python/setup.py.in: applied cleanup
12963 patches from Marc-Andre Lemburg
12964 * tree.c: fixing bug #89332 on a specific case of loosing
12965 the XML-1.0 namespace on xml:xxx attributes
12966
12967Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
12968
12969 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
12970 corner case from new Merlin's test suite and added a callback
12971 that will be used to improve xmlsec performance
12972
12973Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
12974
12975 * HTMLtree.c: trying to fix the <style> escaping problem in
12976 HTML serialization bug #89342
12977
12978Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12979
12980 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
12981 and rebuilt the web site.
12982
12983Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
12984
12985 * include/libxml/tree.h: added _private member to xmlNs struct
12986
12987Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
12988
12989 * HTMLparser.c: fixing bug #84876 based on the xml working
12990 code.
12991
12992Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12993
12994 * python/Makefile.am: enhanced to fix bug 72012 (errors
12995 when using '-jX' make parameter)
12996
12997Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
12998
12999 * xpath.c: small additional enhancement for booleans
13000 compared to nodesets
13001
13002Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
13003
13004 * HTMLtree.c: changed the order of the encoding declaration
13005 attributes in the meta tags due to a bug in IE/Mac
13006
13007Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
13008
13009 * xpath.c: enhanced handling of booleans (especially '='
13010 and '!=' for nodesets) - fixes bug 85256. Added new
13011 routine xmlXPathNotEqualValues for more proper handling
13012 of '!=' when nodesets are involved.
13013
13014Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
13015
13016 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
13017 doc/xmlcatalog_man.xml to the source distribution
13018
13019Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13020
13021 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
13022 asked for this.
13023
13024Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
13025
13026 * configure.in: preparing 2.4.23
13027 * doc/*: rebuilt the docs
13028
13029Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
13030
13031 * parser.c: fixing bug #84169 by fixing the
13032 comment of xmlCreatePushParserCtxt to describe the
13033 encoding detection parameters better.
13034
13035Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
13036
13037 * valid.c: fixing bug #79331 in one path the lookup for
13038 ID attributes on a namespaced node wasn't handled correctly :-\
13039
13040Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
13041
13042 * HTMLparser.c: trying to fix 87235 about discarded white
13043 spaces in the HTML parser.
13044 * result/HTML/*: this changes the output of a number of HTML
13045 regression tests
13046
13047Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
13048
13049 * xpath.c: applied patch from Richard Jinks for the namespace
13050 axis + fixed a memory error.
13051 * parser.c parserInternals.c: applied patches from Peter Jacobi
13052 removing ctxt->token for good.
13053 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
13054 popped out by the regression tests.
13055 * Makefile.am: patch for threads makefile from Gary Pennington
13056
13057Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
13058
13059 * xpath.c: enhanced behaviour of position() after usage of
13060 expressions involving preceding-sibling (et al).
13061
13062Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
13063
13064 * hash.c: applied a patch from Peter Jacobi to solve a problem
13065 when compiling with the Watcom C on Win32
13066 * result/schemas/*.err: the change of hashing algo generated
13067 permutations in the output
13068
13069Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13070
13071 * hash.c: applied patch from Sander Vesik improving the quality of
13072 the hash function.
13073
130742002-06-14 Aleksey Sanin <aleksey@aleksey.com>
13075
13076 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
13077 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
13078 xmllint.c xpath.c: replaced sprintf() with snprintf()
13079 to prevent possible buffer overflow (the bug was pointed
13080 out by Anju Premachandran)
13081
13082Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
13083
13084 * parser.c: removed an uninitialized data error popped by valgrind
13085 on PE references
13086
13087Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
13088
13089 * doc/xml.html
13090 adding tutorial reference to the web page
13091
13092Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
13093
13094 * doc/tutorial/xmltutorial.xml
13095 * doc/tutorial/ar01s07.html
13096 * doc/tutorial/ape.html
13097 * doc/tutorial/includegetattribute.c
13098 adding section to tutorial about retrieving an attribute
13099 value
13100
13101Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
13102
13103 * parser.c: applied a couple of patches from Peter Jacobi to start
13104 to get rid of ctxt->token, with a possible significant speed
13105 improvement to be gained once done. Better compliance with PE
13106 references constructs in DTDs too.
13107 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
13108 from Peter too
13109
13110Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
13111
13112 * parser.c: Babak Vahedipour-Kunze reported that openTag in
13113 xmlParseElement was likely to have been deallocated at the
13114 time of the report, possibly leading to segfault. Just report
13115 the tag name now.
13116
13117Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
13118
13119 * xpath.c: patch from Richard Jinks for XPath substring() function
13120 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
13121
131222002-06-06 Aleksey Sanin <aleksey@aleksey.com>
13123
13124 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
13125
13126Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
13127
13128 *doc/FAQ.html
13129 fixing typos in FAQ, thanks to Robert Funnell for the
13130 editing help
13131
13132Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
13133
13134 * NEWS: got complaints from rpmlint that it was empty
13135
13136Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
13137
13138 * added doc/tutorial, including:
13139 apa.html
13140 apb.html
13141 apc.html
13142 apd.html
13143 ar01s02.html
13144 ar01s03.html
13145 ar01s04.html
13146 ar01s05.html
13147 ar01s06.html
13148 includeaddattribute.c
13149 includeaddkeyword.c
13150 includekeyword.c
13151 includestory.xml
13152 index.html
13153 xmltutorial.xml
13154 libxml tutorial, including generated html
13155
13156Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
13157
13158 * result/c14n/exc-without-comments/merlin-c14n-two-*
13159 result/c14n/without-comments/merlin-c14n-two-*
13160 test/c14n/exc-without-comments/merlin-c14n-two-*
13161 test/c14n/without-comments/merlin-c14n-two-*
13162 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
13163 c14n/exc-c14n and slightly modified test script to handle
13164 these test cases
13165 * c14n.c: fixed bugs for complicated nodes set (namespace
13166 without node and others from merlin-c14n-two.tar.gz)
13167 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
13168 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
13169 for xmlsec performance patch
13170 * xpath.c: fixed self::node() for namespaces and attributes
13171
13172Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
13173
13174 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
13175 but with the format parameter
13176 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
13177
13178Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
13179
13180 * Makefile.am: updated c14n tests suite
13181 * c14n.c: performance improvement for previous c14n patch
13182
13183Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
13184
13185 * parser.c: another peroformance patch from Peter Jacobi, that
13186 time on parsing attribute values.
13187
13188Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
13189
13190 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
13191 into LibXML2 test suite
13192
13193Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
13194
13195 * c14n.c: propagating xpath ancesstors node fix to c14n
13196 plus small performance improvement to reduce number of
13197 mallocs
13198 * xpath.c: fixed ancestors axis processing for namespace nodes
13199
13200Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
13201
13202 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
13203 Peter Jacobi
13204
13205Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
13206
13207 * configure.in: preparing 2.4.22
13208
13209Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
13210
13211 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
13212 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
13213 a public entry point.
13214 * doc/*: rebuilt the API and docs
13215
13216Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
13217
13218 * xpath.c: patch from Richard Jinks to fix a problem introduced
13219 in the previous patch and pointed by Norm
13220
13221Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
13222
13223 * libxml.spec.in: fixing bug #81112
13224
13225Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
13226
13227 * uri.c: fixing bug #82848
13228
13229Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13230
13231 * result/catalogs/mycatalog.full: Aleksey's commit changed the
13232 output of one catalog test
13233
13234Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
13235
13236 * global.data globals.c tree.c include/libxml/globals.h
13237 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
13238 default value for global parameter xmlIndentTreeOutput to 1 and
13239 introduced new global parameter xmlTreeIndentString (the string
13240 used to do one-level indent) with default value " " (as it was
13241 in tree.c)
13242
13243Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
13244
13245 * Makefile.am: Merijn Broeren pointed out a problem when compiling
13246 with trio and schemas.
13247
13248Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13249
13250 * xpath.c: patch from Richard Jinks to fix the problem raised in
13251 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
13252
13253Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
13254
13255 * xmlschemas.c: a bit of work on import.
13256 * xmlschemastypes.c: Charles Bozeman provided a compare function
13257 for date/time types so min/max facet restrictions should work,
13258 indeterminate comparisons return an error instead of equal.
13259 * test/schemas/date_0* result/schemas/date_0_0: specific test
13260 from Charles Bozeman too
13261
13262Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
13263
13264 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
13265 from Christian Cornelssen fixing the man pages and the Catalog
13266 building script.
13267 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
13268 next step is <xs:import> I now have a reasonable understanding
13269 of how it works.
13270
13271Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
13272
13273 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
13274
13275Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13276
13277 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
13278
13279Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
13280
13281 * xpath.c: fixing an XPath function evalutation bug pointed out
13282 by Alexey Efimov where the context was lost when evaluating
13283 the function arguments
13284
13285Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
13286
13287 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
13288 function public for XMLSec performance optimizations
13289
13290Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
13291
13292 * python/generator.py python/libxml2class.txt : fixed a problem
13293 with the HTML parser pointed by Gary Benson
13294 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
13295 example
13296
13297Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
13298 * parser.c: fixed bug #81159 (memory growth in SAX)
13299
13300Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
13301 * xpath.c: fixed bug #78858 (the real fix)
13302
13303Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
13304 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
13305
13306Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
13307
13308 * tree.c: modified xmlNodeSetBase to allow changing the
13309 base of a document.
13310
13311Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
13312
13313 * xmlschemastypes.c: patch Charles Bozeman for validation of
13314 all the date, time, and duration types
13315 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
13316 * configure.in: fixed an error pointed by an user
13317 * xml2-config.in: fixed an error pointed by an user
13318
13319Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
13320
13321 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
13322 win32/libxml2.def.src xmlIO.c: exported default
13323 'file:', 'http:' and 'ftp:' protocols input handlers
13324 and maked protocols comparisson case insensitive
13325
13326Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
13327
13328 * configure.in: Neven Has detected a typo
13329
13330Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
13331
13332 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
13333 as one of the persons allowed to commit directly to the
13334 module.
13335
13336Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
13337
13338 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
13339 * valid.c: raised a too low limit
13340 * doc/*: rebuilt the docs
13341
13342Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
13343
13344 * test/XPath/expr/floats test/XPath/expr/functions
13345 result/XPath/expr/floats result/XPath/expr/functions
13346 xpath.c: another XPath conformance patch from Richard Jinks
13347
13348Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
13349
13350 * xmlschemas.c: fixed validation of attribute groups.
13351 * test/schemas result/schemas: added an example from the primer
13352
13353Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
13354
13355 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
13356 * test/schemas result/schemas: updated the test list
13357
13358Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
13359
13360 * TODO: updated a bit
13361 * parser.c: made a comment more specific
13362 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
13363 Schemas conformance.
13364 * test/schemas result/schemas: updated the test list
13365
13366Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
13367
13368 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
13369 implementing xs:all with minOccurs = 0
13370 * tes/schemas/* result/schemas/*: added more tests covering
13371 xs:all
13372
13373Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
13374
13375 * xmlregexp.c: first implementation of the all particle, this
13376 may need to be revisited for case where not all transitions
13377 must be crossed.
13378
13379Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
13380
13381 * tree.c: another entity processing update from Markus Henke
13382
13383Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
13384
13385 * trionan.c: fixed crash on OSF/1
13386
13387Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
13388
13389 * xmlschemas.c: more Schemas work
13390 * test/schemas/* result/schemas/*: added more tests coming
13391 from the spec.
13392
13393Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
13394
13395 * c14n.c: patch from Aleksey Sanin reflecting a change in the
13396 ExcC14N specification
13397
13398Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
13399
13400 * tree.c: patch from Markus Henke, fix for recursive entities.
13401
13402Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
13403
13404 * xpath.c: fix a problem with string() on a document node.
13405
13406Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
13407
13408 * Makefile.am xmlschemas.c: more Schemas work
13409 * test/schemas/* result/schemas/*: added more tests coming
13410 from the spec.
13411
13412Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
13413
13414 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
13415 * result/HTML/*: this changes a few things in the results
13416
13417Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13418
13419 * include/libxml/tree.h: eliminated 'declaration different than
13420 prototype' warning
13421 * include/win32config.h: "resolved" conflicts with errno.h
13422
13423Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
13424
13425 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
13426 on the automata interfaces and debug of counted choices
13427 * test/schemas/* result/schemas/*: added a number of tests
13428
13429Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
13430
13431 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
13432 a bit of work on Schemas
13433 * testSchemas.c: try to make it more useful
13434 * test/schemas/* result/schemas/* Makefile.am: changed the
13435 Schemas regression test procedure, started adding a few samples
13436
13437Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
13438
13439 * include/libxml/encoding.h: Patch for the Borland C++ builder
13440 * include/libxml/tree.h: Patch for the Borland C++ builder
13441 * threads.c: Patch for the Borland C++ builder
13442 * win32/bcb5: New directory for the Borland C++ builder
13443 project files
13444
13445Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
13446
13447 * win32/Makefile.msvc: Update for XML Schema support
13448 * win32/configure.js: Update for XML Schema support
13449 * win32/libxml2.def.src: Update for XML Schema support
13450
13451Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
13452
13453 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
13454 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
13455 xmlunicode.c include/libxml/Makefile.am
13456 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
13457 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
13458 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
13459 include/libxml/xmlversion.h.in : merged the current state of
13460 XML Schemas implementation, it is not configured in by default,
13461 a specific --schemas configure option has been added.
13462 * test/automata test/regexp test/schemas Makefile.am
13463 result/automata result/regexp result/schemas:
13464 merged automata/regexp/schemas regression tests
13465
13466Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
13467
13468 * xpath.c: Gary found a compile time problem, fixes #78823
13469
13470Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
13471
13472 * configure.in: release of 2.4.20
13473 * doc/*: updated and rebuilt the docs
13474
13475Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
13476
13477 * python/Makefile.am: patch from Cristian Gafton to build on
13478 Red Hat 6.2, should also fix #75779
13479
13480Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13481
13482 * valid.c: first part of fixing #78729
13483
13484Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
13485
13486 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
13487 escaping of URI when saving HTML files.
13488 * result/HTML/*: this impacted some tests
13489
13490Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
13491
13492 * configure.in: trying to fix #77441
13493
13494Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
13495
13496 * include/libxml/xmlIO.h: Hallski complained it could not be
13497 included by itself.
13498
13499Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
13500
13501 * configure.in: applied an IEEE flag patch for OSF/1 #77825
13502
13503Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
13504
13505 * win32/configure.js: patch from Nilo for the c14n option
13506 * win32/Makefile.msvc: fixed libxml2.def generation with threads
13507
13508Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
13509
13510 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
13511 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
13512 LIBXML_THREAD_ENABLED
13513
13514Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
13515
13516 * xpath.c: another patch from Richard Jinks for substring conformance
13517 * test/XPath/expr/floats test/XPath/expr/strings
13518 result/XPath/expr/floats result/XPath/expr/strings: update of the
13519 test suite to check those.
13520
13521Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
13522
13523 * xpath.c: patch from Richard Jinks for .x float parsing.
13524
13525Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
13526
13527 * parser.c: patch from Markus Henke when an encoding ain't recognized
13528
13529Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
13530
13531 * libxml.m4: got a report that #include <string.h> was needed
13532
13533Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
13534
13535 * xmllint.c: applied a fix from Anthony Jones for -o /--output
13536
13537Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
13538
13539 * doc/example.html: fixing typo
13540
13541Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
13542
13543 * xpath.c: fixed a bug in the nodeset to boolean comparison code
13544 pointed out by Melvyn Sopacua.
13545
13546Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13547
Daniel Veillard25a1ce92008-06-02 16:04:12 +000013548 * libxml.m4: Frédéric Crozat gave a patch related to the change
William M. Brack11be2d02007-01-24 19:17:19 +000013549 of Include paths breaking the libxml.m4
13550
13551Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
13552
13553 * xpath.c: Fix bug #76927 forgot to save some context
13554 when evaluating binary expressions
13555
13556Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
13557
13558 * configure.in: fixed configure for MPE/iX from Markus Henke
13559 * xmlmemory.c: fixed initialization problems
13560 * xpath.c: another set of patches from Richard Jinks this
13561 fixes "make XPathtests" on linux
13562
13563Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
13564
13565 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
13566 * test/XPath/expr/compare test/XPath/expr/equality
13567 test/XPath/expr/floats test/XPath/expr/functions
13568 test/XPath/expr/strings result/XPath/expr/compare
13569 result/XPath/expr/equality result/XPath/expr/floats
13570 result/XPath/expr/functions result/XPath/expr/strings: Updated
13571 tests though they show a divergence on Linux
13572
13573Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13574
13575 * xpath.c trionan.c: previous commit also included patches
13576 from Richard Jinks on some IEEE support corner case
13577
13578Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
13579
13580 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
13581 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
13582 that $(datadir) should be used for docs
13583
13584Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
13585
13586 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
13587 could leak filedescriptors
13588
13589Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13590
13591 * configure.in nanohttp.c: applied patch from Allan Clark for
13592 UnixWare/OpenServer
13593
13594Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
13595
13596 * configure.in: preparing 2.4.19
13597 * doc/*: rebuilt the docs
13598
13599Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13600
13601 * nanohttp.c: fixing #76043, got fed up with non-portability
13602 of that piece of code.
13603
13604Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
13605
13606 * valid.c SAX.c: Never commit without running "make tests" :-(
13607 fix a couple of stupidities in the previous commit
13608 * result/*: a few changes in some attribute order result of previous
13609 commit.
13610
13611Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13612
13613 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
13614 the internal subset should not raise duplicate ID errors,
13615 also there was a small bug in conjunction to namespace
13616 declarations defaulted and xml:xxx attributes DTD definitions.
13617
13618Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13619
13620 * xpath.c: Richard Jinks also raised some rounding problems
13621 this tries to fix them
13622
13623Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
13624
13625 * xpath.c: Richard Jinks spotted an incoherent memory allocation
13626 behaviour in xmlXPathCastToString()
13627
13628Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13629
13630 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
13631 raised by Morus Walter
13632
13633Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13634
13635 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
13636 from Igor
13637
13638Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
13639
13640 * xpath.c: fixing #75619, related to a problem when trying
13641 to evaluate condition when the current node set resulting
13642 from that sub-step evaluation is empty. Also fixes 2 potential
13643 problem with previous-sibling and next-siblings axis.
13644
13645Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13646
13647 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
13648 HTML support is not configured in.
13649
13650Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13651
13652 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
13653 include/libxml/tree.h: dohh I really didn't intended to commit
13654 this test version :-(
13655
13656Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13657
13658 * testSAX.c: I wanted to see the real speed at the SAX interface
13659 after a little too many Ximianer started complaining about the
13660 parser speed.
13661 added a --quiet option:
13662 paphio:~/XML -> ls -l db100000.xml
13663 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
13664 paphio:~/XML -> time ./testSAX --quiet db100000.xml
13665 3200006 callbacks generated
13666 real 0m1.270s
13667 Which means 16MBytes/s and 3Mcallback/s
13668
13669Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13670
13671 * xpath.c: valgrind spotted another error that time when running
13672 on libxslt regression tests
13673
13674Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13675
13676 * Makefile.am: adding "make valgrind" running the full regression
13677 tests (except python ones) under Valgrind (using valgrind -q
13678 which was kindly added by the author).
13679 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
13680 passes cleanly now except an obcure floating point initialization
13681 raised in log10() in one XPath regression test ???
13682 * tree.c: edited some comments to close #75244
13683
13684Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
13685
13686 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
13687 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
13688 context of ScrollKeeper, made sure that if the number is
13689 an integer, the serialization follows the description at
13690 http://www.w3.org/TR/xpath#section-String-Functions
13691
13692Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
13693
13694 * configure.in: preparing 2.4.18
13695 * doc/*: updated and rebuilt the web site
13696 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
13697 the Windows and Cygwin maintainers.
13698 * parser.c: humm, changed the way the SAX parser work when
13699 xmlSubstituteEntitiesDefault(1) is set, it will then
13700 do the entity registration and loading by itself in case the
13701 user provided SAX getEntity() returns NULL.
13702 * testSAX.c: added --noent to test the behaviour.
13703
13704Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
13705
13706 * parser.c: Wilfried Teiken provided a hackish but working
13707 way to get context reported back on entities when parsing
13708 with SAX and without breaking the DOM build.
13709
13710Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13711
13712 * c14n.c: applied a new patch from Aleksey Sanin
13713 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
13714 to reference Aleksey implementation of XML digital Signatures
13715
13716Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13717
13718 * xpath.c: small fix to avoid potential problem due to
13719 ordering of freeing data
13720 * python/Makefile.am: people were complaining about
13721 the generated file in python dir not being built
13722
13723Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
13724
13725 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
13726 python/generator.py python/libxml.c python/types.c: Cleanup
13727 of the python Makefiles based on Jacob and James feedback,
13728 fixed the spec file accordingly, fixed the number of warning
13729 that passing my pedantic CFLAGS was generating. Conclusion
13730 is that Python includes are real crap.
13731
13732Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
13733
13734 * configure,in: it was reported quite a few times that
13735 xml2-config --cflags should not output
13736 -I$includeprefix/libxml2/libxml because libxml2 header names
13737 clashes with existing names like list.h from C++ stl.
13738 Includes should be #include<libxml/xxx.h> so ...
13739
13740Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
13741
13742 * c14n.c: another patch from Aleksey Sanin
13743
13744Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13745
13746 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
13747 canonicalization algorithm
13748 * doc/xml.html doc/index.html: added the C14N references on the
13749 index page.
13750
137512002-03-13 jacob berkman <jacob@ximian.com>
13752
13753 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
13754 usage, redundant, and gcc specific
13755
13756Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
13757
13758 * xpath.c: speedup some node selection operations, this can
13759 have a significant impact on DocBook Norm's stylesheets
13760 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
13761 make sure it's always the case
13762 * debugXML.c: distinguish CDATA and comments in ls operations
13763
13764Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13765
13766 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
13767 to generate better API descriptions etc...
13768
13769Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
13770
13771 * c14n.c: Fixing #74186, made sure all boolean expressions
13772 get fully parenthesized, ran indent on the output
13773 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
13774 include/libxml/tree.h: also #74186 related, removed the
13775 --with-buffers option, and all the preprocessor conditional
13776 sections that were resulting from it.
13777
13778Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
13779
13780 * valid.c: applied patch from Dodji Seketeli fixing an
13781 uninitailized variable in xmlValidGetValidElements()
13782
13783Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
13784
13785 * c14n.c: fixed a few comments
13786 * doc/*.html doc/*/*.html: regenerated the docs and added
13787 the C14N API
13788 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
13789
13790Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
13791
13792 * check-xml-test-suite.py: fix to adapt varaiations in the
13793 bindings
13794 * configure.in python/setup.py python/setup.py.in: fixed to
13795 have the version of the python scripts automatically updated
13796
13797Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13798
13799 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
13800 in xmlCopyProp()
13801
13802Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
13803
13804 * configure.in: preparing 2.4.17 release
13805 * doc/*: updated and rebuilt the docs
13806 * xpath.c: fixed a comment
13807 * python/libxml.c: fixed a possible reentrancy problem
13808
13809Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
13810
13811 * tree.c python/tests/Makefile.am python/tests/attribs.py:
13812 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
13813 added a specific regression test
13814 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
13815 not raise exceptions when failing to find the attribute.
13816
13817Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
13818
13819 * configure.in xmllint.c: owen pointed out a problem with the
13820 ftme fix, gettimeofday() was not detected by configure and
13821 the ftime header wasn't included, dohhh
13822
13823Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
13824
13825 * configure.in xmllint.c: trying to fix #71457 for timing
13826 precision when gettimeofday() is not availble but ftime() is
13827
13828Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13829
13830 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
13831 are now copied on install and part of the -devel RPM
13832
13833Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
13834
13835 * xpath.c: trying to avoid bug #72150 which was apparently
13836 caused by a gcc bug (or a processor problem) as detailed
13837 at http://veillard.com/gcc.bug
13838
13839Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
13840
13841 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
13842 fixed xmlReconciliateNs(), added a Python test/example for
13843 inter-document cut'n paste
13844 * python/libxml.py: fixed node.doc on document nodes and added
13845 xpathEval() onto node objects
13846
13847Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13848
13849 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
13850 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
13851 fixup and integrated tests for the serialization stuff
13852
13853Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13854
13855 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
13856 moved the libxml man page to section 3
13857
13858Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
13859
13860 * tree.c: fix bug #72490
13861 * python/libxml.c python/libxml.py: added methods serialize()
13862 and saveTo() to all node elements.
13863
13864Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13865
13866 * xmlIO.c: closed #73430, don't read from an input source
13867 which indicated an end-of-file or an error.
13868
13869Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13870
13871 * parser.c: make sure SAX endDocument is always called as
13872 this could result in a Python memory leak otherwise (it's
13873 used to decrement ref-counting)
13874 * python/generator.py python/libxml.c python/libxml.py
13875 python/libxml2-python-api.xml python/libxml2class.txt
13876 python/tests/error.py python/tests/xpath.py: implemented
13877 the suggestions made by Gary Benson and extended the tests
13878 to match it.
13879
13880Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
13881
13882 * python/generator.py: applied patch fixing #73450
13883
13884Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
13885
13886 * xpath.c: fixing #61290 "namespace nodes have no parent"
13887 long standing divergence from the XPath REC. NodeSets
13888 simply hold a copy of namespace nodes and those node ->next
13889 points to the parent (which may not be the node carrying the
13890 definition).
13891 * include/libxml/xpath.h: flagged but didn't added a possible
13892 speedup
13893 * DOCBparser.c HTMLparser.c: removed some warnings from push
13894 parser due to new state being added.
13895 * tree.c: new fix from Boris Erdmann
13896 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
13897 the XML Canonalization support from Aleksey Sanin
13898
13899Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13900
13901 * tree.c: patch from Boris Erdmann fixing some namespace odities
13902 with xmlCopyNode()
13903
13904Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
13905
13906 * xmlIO.c: fix bug #72706 when loading a NULL entity
13907
13908Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
13909
13910 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
13911 actually change in a future XML Namespace revision.
13912
13913Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13914
13915 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
13916 added the possibility of returning nodesets from XPath extension
13917 functions written in Python
13918
13919Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
13920
13921 * python/*: commiting some Python bindings work done while travelling
13922
13923Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13924
13925 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
13926 explicitely with memory debugging switched on
13927
13928Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
13929
13930 * python/generator.py python/libxml.c python/libxml2-python-api.xml
13931 python/libxml2class.txt python/libxml_wrap.h python/types.c:
13932 Added wrapper for the xmlURIPtr type, provided accessors, fixed
13933 the accessor generator for strings
13934 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
13935 regression test.
13936
13937Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
13938
13939 * python/README python/generator.py python/libxml.c python/setup.py:
13940 added the 'usual' setup.py to allow building a libxml2-python
13941 module based on the same code. The initialization is however
13942 different the 2 .so files fo libxml2 and libxslt are identical and
13943 they entry point initialize both libraries. this is done to avoid
13944 some possible nasty problem since the Python don't merge the maps
13945 of all shared modules.
13946
13947Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
13948
13949 * parser.c: fixed a push/encoding bug reported by Michael
13950 on librsvg
13951
13952Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
13953
13954 * include/libxml/parserInternals.h: fixes a misplaced #endif
13955
13956Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
13957
13958 * parser.c valid.c: found and fixed a couple of allocation bugs
13959
13960Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
13961
13962 * doc/xml.html doc/python.html doc/*: added a Python and binding
13963 page describing the current state of the Python bindings and
13964 giving pointers to the other languages wrappers.
13965
13966Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
13967
13968 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
13969 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
13970 rebuilt the API and web site
13971 * xpath.c: fixed #71978 portability bugs
13972
13973Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
13974
13975 * SAX.c: oops broke automatic defaulting of namespaces attributes.
13976
13977Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
13978
13979 * include/libxml/parserInternals.h parser.c: had to change
13980 2 internal parsing API when processing document content
13981 to check the start and end of element content are defined
13982 in the same entity
13983 * valid.c include/libxml/valid.h: attribute normalization can
13984 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
13985 with the context to report it.
13986 * SAX.c: fixed the last known bugs, crazy validation constraints
13987 when a document is standalone seems correctly handled. There
13988 is a couple of open issues left which need consideration especially
13989 PE93 on external unparsed entities and standalone status.
13990 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
13991 The 2 tests left failing are actually in error. Cleanup done.
13992
13993Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
13994
13995 * valid.c: implemented E59 spaces in CDATA does not match the
13996 nonterminal S
13997
13998Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
13999
14000 * SAX.c parser.c valid.c: more validation test fixups
14001 * check-xml-test-suite.py: added duration info for the tests
14002
14003Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
14004
14005 * parser.c valid.c: a couple of errors were reported but not
14006 saved back as such in the parsing context. Down to 1% failure rate
14007 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
14008
14009Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14010
14011 * xmlInternald.c: isExtender was missing a char
14012 * parser.c include/libxml/parser.h: % are acceptable in the
14013 internal subset if within a PUBLIC ID
14014
14015Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
14016
14017 * SAX.c parserInternals.c valid.c: more work on the conformance
14018 suite. Took the step to finally block documents with encoding
14019 errors. It's a fatal error per the spec, people should have fixed
14020 their documents by now.
14021
14022Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
14023
14024 * check-xml-test-suite.py: fixed the test script after some discussion
14025 on the semantic of TYPE="error"
14026 * Makefile.am: added the script to the distrib
14027
14028Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
14029
14030 * SAX.c entities.c: fixed a couple of conformances issues deep
14031 into the validation code (standalone and undeclared Notations)
14032
14033Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
14034
14035 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
14036 stayed there for years !
14037
14038Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
14039
14040 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
14041 missing
14042
14043Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
14044
14045 * check-xml-test-suite.py: improved the behaviour a bit as
14046 well as the logs
14047 * parser.c valid.c SAX.c: fixed a few more bugs
14048 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
14049
14050Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
14051
14052 * check-xml-test-suite.py: python script to run regression tests
14053 against the XML Test suite of W3C/OASis
14054 * SAX.c: fixed a validation bug
14055 * parser.c: fixed 3 errors pointed by the test suite
14056 * doc/buildDocBookCatalog: fixed a typo pointed by drake
14057 * python/Makefile.am: fixed a dependendy
14058
14059Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
14060
14061 * xmlmemory.c: avoid a warning bug #71594
14062
14063Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
14064
14065 * xmlmemory.c: Jesse Perry provided a patch to remove a few
14066 warning on alpha/Tru64
14067
14068Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
14069
14070 * include/libxml/entities.h: fixing a comment
14071 * valid.c: fixing some troubles with validity check on namespaces
14072 * result/VC/NS3 test/VC/NS3: added a specific regression test
14073
14074Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
14075
14076 * tree.c: Fixing #71342 serializing '\n' in attribute values
14077 * result/noent/att3 result/att3 test/att3: added a specific
14078 test.
14079
14080Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
14081
14082 * python/libxml.c: couple of bug fixes
14083
14084Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
14085
14086 * python/*.py: removed tabs and used spaces.
14087
14088Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
14089
14090 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
14091 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
14092
14093Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
14094
14095 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
14096 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
14097
14098Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
14099
14100 * include/libxml/encoding.h include/libxml/entities.h
14101 include/libxml/globals.h include/libxml/parser.h
14102 include/libxml/threads.h include/libxml/tree.h
14103 include/libxml/xmlmemory.h: trying to fix the include mess
14104
14105Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
14106
14107 * include/libxml/xmlmemory.h: reverted part of the previous
14108 attempt to provide #69655, this was breaking the build.
14109
14110Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
14111
14112 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
14113 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
14114 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
14115 include/libxml/parserInternals.h include/libxml/tree.h
14116 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
14117 Tentatively fixed #69655 , make compiling with -Wredundant-decls
14118 clean.
14119 * python/libxml.c: fixed a warning.
14120
14121Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
14122
14123 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
14124 copying of node, merge back IDs in the target document.
14125 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
14126 test/XInclude/ents/ids.xml: test case
14127 * result/VC/ElementValid4: output changed due to a typo fix
14128
14129Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
14130
14131 * python/Makefile.am: seems some version of automake didn't
14132 generate the dependencies right as Jacob found out. Add
14133 an extra dependency rule.
14134
14135Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14136
14137 * parserInternals.c valid.c: Justin Fletcher found some parts
14138 of the code needing cleanup
14139 * libxml.spec.in python/Makefile.am python/generator.py
14140 python/libxml.c python/libxml.py: Fixed the python Makefiles
14141 corrected a bug showing up on ia64, changed the name of the
14142 python internal module too
14143
14144Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
14145
14146 * Makefile.am: applied patch from Andris Pavenis for binary
14147 name suffixes
14148
14149Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
14150
14151 * xmllint.c win32/win32config.h: fixing #68748
14152
14153Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
14154
14155 * valid.c: fixing #70166
14156
14157Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
14158
14159 * valid.c: fixing #70077
14160
14161Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
14162
14163 * Copyright Makefile.am README configure.in libxml.spec.in:
14164 Changed to the MIT Licence
14165 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
14166 doc/xmlio.html: updated the doc accordingly
14167 * include/libxml/xmlwin32version.h configure.in: preparing
14168 2.4.14 release
14169 * python/generator.py python/libxml.c python/libxml2-python-api.xml
14170 python/libxml2class.txt python/libxml_wrap.h python/types.c:
14171 fixed the const xmlChar * wrapper and generator, XPath extension
14172 functions now use the context as first argument
14173 * python/tests/tstxpath.py python/tests/xpath.py
14174 python/tests/xpathext.py: Updated the tests accordingly
14175 * tree.c: fixed bug #70067
14176
14177Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14178
14179 * Makefile.am: cleanup
14180 * debugXML.c: always use stdout if output is NULL
14181 * xmlIO.c: don't close filedescriptors passed to outputBuffers
14182 * python/Makefile.am python/generator.py python/libxml2class.txt
14183 python/libxml_wrap.h python/types.c: augmented the number of bindings
14184 handling FILE * and XPath contexts
14185 * python/tests/Makefile.am: avoid a stupid problem due to the
14186 use of TEST.
14187
14188Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
14189
14190 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
14191
14192Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
14193
14194 * python/TODO python/libxml.c: cleanup the extension function lookup
14195 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
14196
14197Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
14198
14199 * configure.in python/Makefile.am: do not install outside
14200 of prefix
14201
14202Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14203
14204 * python/TODO python/libxml.c: started adding SAX interfaces
14205 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
14206 SAX test
14207
14208Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
14209
14210 * tree.c: hardened the addChild function
14211 * python/generator.py python/libxml.c python/libxml2-python-api.xml
14212 python/libxml2class.txt python/libxml_wrap.h python/TODO:
14213 added accessors needed for xmlNode, a bit more testing and
14214 extension of interfaces
14215 * python/tests/Makefile.am python/tests/build.py: added a test
14216 build from scratch/save/load/check
14217
14218Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
14219
14220 * parserInternals.c: change a small bit in the way valididy
14221 error messages get initialized
14222 * python/TODO python/libxml.c python/libxml2-python-api.xml
14223 python/libxml2class.txt python/libxml_wrap.h python/types.c:
14224 added some memory debugging to track leaks at the libxml2 level
14225 * python/tests/*.py: changed all tests to check for leaks,
14226 there is just one left in XPath extension registrations.
14227
14228Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
14229
14230 * python/TODO python/generator.py python/libxml2-python-api.xml
14231 python/libxml2class.txt: more accessor classes for the parser
14232 context, allow to switch on and check validity
14233 * python/tests/Makefile.am python/tests/error.py
14234 python/tests/invalid.xml python/tests/valid.xml
14235 python/tests/validate.py: attded more test and and added error.py
14236 which I forgot to commit in the last step
14237
14238Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14239
14240 * python/Makefile.am python/types.c: cleanup
14241 * python/libxml.c python/libxml.py python/libxml_wrap.h
14242 python/generator.py python/libxml2-python-api.xml
14243 python/libxml2class.txt: added class for parser context, added
14244 first cut for push mode support. Added a framework to generate
14245 accessors functions.
14246 * python/tests/Makefile.am python/tests/push.py: added a push
14247 test
14248
14249Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
14250
14251 * python/Makefile.am python/TODO python/libxml.py: fixed a small
14252 bug a bit of cleanup.
14253
14254Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
14255
14256 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
14257 python/libxml2class.txt: adding error redirections and preformat
14258 to a python handler
14259 * python/tests/Makefile.am python/tests/*.py: cleanup made all
14260 tests self checking
14261
14262Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
14263
14264 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
14265 a function
14266
14267Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
14268
14269 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
14270 python/libxml.c python/libxml2-python-api.xml
14271 python/libxml2class.txt: Progressing through the TODOs, class
14272 description output, extra XML API, RPM now builds the wrappers
14273 for all python installed versions
14274
14275Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
14276
14277 * configure.in libxml.spec.in python/Makefile.am python/TODO
14278 python/generator.py python/libxml2class.txt: added more informations
14279 in the libxml2-python package including docs. Slightly changed
14280 the class hierarchy
14281 * python/tests/*: added basic regression tests infrastructure too
14282
14283Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14284
14285 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
14286 added libxml2-python as part of the packages installed
14287
14288Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
14289
14290 * python/Makefile.am python/generator.py python/libxml.c
14291 python/libxml.py: more work, now able to extend the
14292 XPath interpreter with functions written in python.
14293
14294Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
14295
14296 * python/Makefile.am: Jacob sent a patch to allow building from
14297 tarfile.
14298
14299Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
14300
14301 * python/Makefile.am python/libxml.c configure.in Makefile.am:
14302 inserted the python wrappers build, I hope this won't be too
14303 unportable
14304
14305Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
14306
14307 * xpath.c: minor optimization
14308 * python/generator.py python/libxml.c python/libxml.py
14309 python/libxml_wrap.h: more work on the python bindings,
14310 they now support XPath and there is no evident leak
14311
14312Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
14313
14314 * python/generator.py python/libxml.c python/libxml.py:
14315 more work on the python bindings generator.
14316
14317Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
14318
14319 * python/generator.py python/libxml.c python/libxml_wrap.h:
14320 more work on the python bindings.
14321
14322Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
14323
14324 * python/generator.py python/libxml.c python/libxml.py
14325 python/libxml_wrap.h: commited early version of a python binding
14326 for private use only ATM
14327
14328Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
14329
14330 * entities.c tree.c include/libxml/entities.h: applied patch
14331 from Anthony Jones to implement copy of DTD subtree too. Had
14332 just to keep 2 function private which really ought to become
14333 public ones.
14334
14335Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14336
14337 * xmllint.c: added pointers to the web pages in the usage()
14338
14339Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
14340
14341 * tree.c: more fixes from Petr Kozelka for attribute handling
14342 in the tree API to align the semantic with DOM.
14343
14344Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
14345
14346 * valid.c tree.c entities.c: another set of patches from
14347 Anthony Jones for copy operations cleanup and robustness
14348
14349Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
14350
14351 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
14352 an alphabetic index based on comments content
14353 * doc/*: rebuilt the web site with the new references
14354
14355Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
14356
14357 * parserInternals.h: Greg Sjaardema suggested to use an
14358 eponential buffer groth policy in xmlParserAddNodeInfo()
14359
14360Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
14361
14362 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
14363 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
14364 doc/parsedecl.py doc/Makefile.am: updated the python extractor
14365 to generate cross-references, and added/updated the stylesheets
14366 to generate and link API indexes. The generic keyword index
14367 is not done yet.
14368 * doc/*.html: regenerated all the usual docs too
14369
14370Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
14371
14372 * debugXML.c: added an xpath function to the shell for T. V. Raman
14373
14374Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14375
14376 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
14377 debug routines.
14378
14379Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
14380
14381 * tree.c: apply an patch from Petr Kozelka for unlink and replace
14382 support of attribute nodes
14383
14384Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
14385
14386 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
14387 hopefully near complete and fully documented of the API in XML
14388 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
14389 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
14390 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
14391 include/libxml/parserInternals.h include/libxml/valid.hi
14392 include/libxml/xmlIO.h include/libxml/xmlerror.hi
14393 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
14394 include/libxml/xpath.h include/libxml/xpathInternals.h:
14395 Cleaned up the doc comments a lot in the process, the interface
14396 coverage is now 100%
14397
14398Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14399
14400 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
14401 extracts comments from the gtk-doc DocBook output (a bit
14402 convoluted but seems to work).
14403
14404Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
14405
14406 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
14407 added an XML description of the API, moved the script generating
14408 it here. Added a "make api" target
14409
14410Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
14411
14412 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
14413
14414Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
14415
14416 * xpath.c include/libxml/xpathInternals.h: the change made to
14417 xmlXPathFuncLookupFunc was incompatible roll it back
14418
14419Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
14420
14421 * SAX.c: cleanup patch from Anthony Jones
14422 * doc/Makefile.am: fix the headers to avoid in make scan
14423 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
14424 includes, * vs Ptr and general cleanup
14425 * parsedecl.py: first version of a script to extract the
14426 module interfaces, the goal will be to provide .decl or XML
14427 specification of the interfaces to build wrappers.
14428
14429Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
14430
14431 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
14432 now provides return codes in case of errors
14433
14434Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
14435
14436 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
14437 Upgraded to trio baseline 1.6
14438 * strio.h strio.c: Replaced by triostr.h and triostr.c
14439
14440Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
14441
14442 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
14443 of strdup usage in the code
14444
14445Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14446
14447 * parser.c error.c: Keith Isdale complained rightly that
14448 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
14449
14450Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
14451
14452 * tree.c: fixed the funxtion to set the xml: attributes
14453 * debugXML.c: added "setbase" to test it.
14454
14455Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
14456
14457 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
14458 to allow updating an attribute content
14459
14460Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14461
14462 * libxml.h: try to avoid problems when compiling on Windows
14463
14464Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
14465
14466 * hash.c: patch from Anthony Jones for hash.c allocation size
14467 * Makefile.am: trying to work around Yet Another Libtool Madness
14468 and build the 2.4.13 release finally ...
14469
14470Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
14471
14472 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
14473 * doc/* : update of the documentation
14474
14475Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
14476
14477 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
14478 at fixing #61290 :-(
14479
14480Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
14481
14482 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
14483 Fixes bug #67229
14484
14485Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
14486
14487 * tree.c: trying to avoid troubles when a subtree is copied
14488 and coalesced in part with the target tree. Should fix
14489 bug #67407
14490
14491Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
14492
14493 * valid.c: fixed validation of attributes content of type
14494 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
14495 values, very old bug. Fixes #67671
14496
14497Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
14498
14499 * parser.c include/libxml/parserInternals.h tree.c: integrated
14500 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
14501 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
14502
14503Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
14504
14505 * threads.c: applied Serguei Narojnyi's patch to add native
14506 thread support on the Win32 platform
14507 * testThreadsWin32.c Makefile.am: added the test program also
14508 from Serguei, Win32 specific
14509 * include/win32config.h include/libxml/xmlwin32version.h.in:
14510 added patch from Igor for the Windows thread specific defines.
14511
14512Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
14513
14514 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
14515
14516Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
14517
14518 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
14519 output page into XMLinfo.html. Close bug #66951 and
14520 raised by Robert Collins too.
14521
14522Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
14523
14524 * encoding.c: Paul Keogh pointed out a possibility of segfault
14525 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
14526 Closes bug # 68238
14527
14528Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
14529
14530 * doc/*.html: updated the Gdome2 links
14531
14532Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
14533
14534 * libxml.h: Applied following patches from Robert Collins
14535 and make sure IN_LIBXML is defined when compiling it
14536 -------
14537 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
14538 as well as Visual C.
14539 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
14540 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
14541 * strio.c (PLATFORM_UNIX): Define for Cygwin.
14542 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
14543 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
14544 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
14545 xmlSysIDExists xmlNoNetExists).
14546 * xmllint.c: Don't include winsock2.h for Cygwin.
14547
14548Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
14549
14550 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
14551 when the version info is not present.
14552
14553Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
14554
14555 * tree.c: Anthony Jones pointed out a problem in
14556 xmlStringGetNodeList() and provided a fix for it
14557
14558Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
14559
14560 * parser.c: patch from Frank J Franklin to remove a bug in
14561 xmlCreatePushParserCtxt() when the initial buffer passed
14562 is large.
14563
14564Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
14565
14566 * win32/*: big cleanup of the Windows/MSVC project files
14567 from Igor Zlatkovic
14568
14569Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
14570
14571 * doc/Makefile.am: should fix #67674 and avoid troubles if
14572 xsltproc is not available or fails in the prefix provided
14573
14574Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
14575
14576 * xmlmemory.c: one more doc patch from Charlie Bozeman.
14577
14578Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14579
14580 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
14581 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
14582 Fixed a few other problems raised by Charlie Bozeman.
14583 * result/VC/ElementValid[5-7]: fixed the output
14584
14585Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
14586
14587 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
14588 patches from Charlie Bozeman. Regenerated the HTML docs.
14589
14590Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
14591
14592 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
14593 for Windows from Igor
14594
14595Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14596
14597 * xmllint.c: applied Justin Fletcher patch for --output or -o
14598
14599Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
14600
14601 * win32/libxml2/libxml2.def.src: close #67019
14602
14603Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
14604
14605 * xmllint.c: applied Justin Fletcher generic timing patch
14606 similar to the one already applied to xsltproc.
14607
14608Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
14609
14610 * include/libxml/tree.h tree.c: applied documentation patches
14611 from Charlie Bozeman
14612
14613Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
14614
14615 *doc/xmllint.xml, xmllint.1 - document --dropdtd
14616
14617Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
14618
14619 * valid.c: fix the xmlStrdup() used in the previous patch.
14620 * valid.c: added --dropdtd
14621 * tree.c: fixed xmlUnlinkNode so it also removes the references
14622 from the document if the node is a DTD
14623
14624Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
14625
14626 * HTMLtree.c valid.c: cleanup some static declarations
14627
14628Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
14629
14630 * xmllint.c: removed another strdup()
14631 * doc/FAQ: removed the HP/UX entry
14632
14633Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
14634
14635 * valid.c: fix bug #66816 when validating.
14636 * xmllint.c: don't use sys/time.h if configure did not found it
14637
14638Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
14639
14640 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
14641 xmlcatalog_man.xml
14642
14643Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
14644
14645 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
14646 xmlInitMemory() was declared twice
14647
14648Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
14649
14650 * globals.c: do not reference strdup() !
14651 * configure.in libxml-2.0.pc.in: trying to fix the libs
14652 of the various config extraction modules
14653
14654Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14655
14656 * configure.in : preparing 2.4.12
14657 * doc/* : updated and rebuilt the docs
14658
14659Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
14660
14661 * uri.c: closed bug #66159
14662 * testURI.c: added --escape option
14663 * configure.in: some cleanup for xml2-config --cflags
14664
14665Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
14666
14667 * globals.c testThreads.c: removed some misplaced includes
14668 of xmlversion.h
14669
14670Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
14671
14672 * threads.c: patch from Gary Pennington fixing a possible
14673 problem at initialization time.
14674
14675Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
14676
14677 * configure.in libxml.h parser.c testThreads.c macos/: integrated
14678 Eric Lavigne contribution to build libxml2 on MacOS using
14679 CodeWarrior.
14680
14681Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
14682
14683 * xmllint.c: applied Geert Kloosterman's patch to fix
14684 --repeat --timing output
14685
14686Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
14687
14688 * parser.c: Robin Berjon <robin@knowscape.com> found a case
14689 where non-wellformed XML declaractions were not detected.
14690
14691Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14692
14693 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
14694
14695Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
14696
14697 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
14698 gets reset by xmlCleanupInputCallbacks() and this makes the
14699 function useless. Same for output.
14700
14701Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14702
14703 * xmlIO.c: robert pointed out a loop error in callback cleanups
14704
14705Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
14706
14707 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
14708 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
14709 they are not really tied to debugging
14710
14711Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14712
14713 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
14714 * xmllint.c: better --catalogs description
14715
14716Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
14717
14718 * tree.c: fixed a couple of problems in xmlSetProp()
14719
14720Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
14721
14722 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
14723 unappropriate stdout output.
14724
14725Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
14726
14727 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
14728 by Denis Beurive, closes #65111
14729
14730Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
14731
14732 * valid.c: in case of content model validity error, don't
14733 print it if validity warnings were not requested.
14734
14735Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
14736
14737 * nanoftp.c: applied a couple of patches from Brian D Ripley.
14738 * parserInternals.c: removed the last exit() call. Print an
14739 unmaskable error on stderr instead (library mismatch detection)
14740
14741Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
14742
14743 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
14744 shell instructions from Heiko Rupp
14745
14746Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
14747
14748 * catalog.c: use the URL notation file:// for default catalog paths
14749
14750Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
14751
14752 * include/libxml/tree.h: better comments for _private fields
14753 * tree.c: removed a problem when copying an entity reference.
14754
14755Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
14756
14757 * vms/*: updated instructions and diffs from John A Fotheringham
14758
14759Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
14760
14761 * include/libxml/xmlerror.h: avoid an include problem if
14762 #include <libxml/xmlerror.h> happens first in code
14763 seems to be the case in KDE libs
14764
14765Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14766
14767 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
14768 from Igor for Windows
14769
14770Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14771
14772 * Makefile.am: Gary Pennington pointed out a missing prefix
14773
14774Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
14775
14776 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
14777 * doc/*: upgraded and rebuilt the docs
14778
14779Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
14780
14781 * HTMLparser.c: fix comment in scripts element parsing.
14782 * result/HTML/doc3*: updated the results.
14783
14784Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
14785
14786 * uri.c: another URI bug fix #63336, using Joel Young patch.
14787
14788Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
14789
14790 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
14791 a cleaned up version of the Pwd shell string generation.
14792
14793Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14794
14795 * valid.c include/libxml/tree.h: trying to fix namespaces +
14796 validation problems for good, closing #63619 in the process
14797 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
14798 wrong in this respect, fixed it.
14799
14800Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
14801
14802 * xmllint.c: Morus Walter patch to allow --format and --encode
14803
14804Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
14805
14806 * debugXML.c: Stefan Kost provided an help command for the shell
14807
14808Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
14809
14810 * debugXML.c: Heiko Rupp pointed that the shell would crash
14811 on empty nodesets returns.
14812
14813Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
14814
14815 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
14816 migh need the history libraries
14817
14818Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
14819
14820 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
14821 handle the case of < in quoted attributes, Bastian Kleineidam
14822
14823Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
14824
14825 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
14826 fixing catalog breakages
14827 * Makefile.am catalog.c result/catalogs/catal
14828 result/catalogs/mycatalog.* test/catalogs/catal*:
14829 fixed more problems in catalog support, added more regression tests
14830 for both XML and SGML catalog handling
14831
14832Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
14833
14834 * debugXML.c: applied an improvement to xmlGetLineNo() from
14835 Keith Isdale
14836
14837Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
14838
14839 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
14840 Side effect of the progressive catalog loading
14841
14842Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
14843
14844 * Makefile.am: confexecdir and confexec_DATA were defined twice
14845 pointed out by Karl Eichwalder
14846
14847Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
14848
14849 * xmlcatalog.c: avoid unlink() and use remove() instead.
14850
14851Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
14852
14853 * libxml.spec.in: cleanup
14854 * include/libxml/xmlwin32version.h: updated with 2.4.8
14855
14856Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
14857
14858 * encoding.c global.data globals.c testThreads.c: fix bug #63752
14859 of compiling libxml with a non standard set of options
14860
14861Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
14862
14863 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
14864 document --sgml option, fixing gnome bugzilla #63382
14865
14866Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
14867
14868 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
14869 breakage of 2.4.7, added a couple of really needed APIs
14870 like xmlCatalogIsEmpty() and xmlNewCatalog()
14871 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
14872 for install-catalog
14873 * configure.in: preparing 2.4.8
14874
14875Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
14876
14877 * HTMLtree.c tree.c include/libxml/HTMLtree.h
14878 include/libxml/tree.h include/libxml/xmlIO.h: more include
14879 cleanups, export cleanly one html output + format function.
14880
14881Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
14882
14883 * parser.c: removed initGenericErrorDefaultFunc call from
14884 xmlInitParser() since it could destroy previous calls to
14885 xsltSetGenericErrorFunc() effects
14886
14887Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14888
14889 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
14890 keyword.
14891
14892Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
14893
14894 * Makefile.am: cleanup
14895 * threads.c: cleanup too
14896 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
14897 from xsltproc
14898 * include/libxml/tree.h include/libxml/parser.h: trying to break a
14899 dependency loop.
14900
14901Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
14902
14903 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
14904 was not used anymore !
14905
14906Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
14907
14908 * configure.in: preparing 2.4.7
14909 * Makefile.am doc/Makefile.am: switched to the latest xmllint
14910 manual page from John
14911 * doc/*: updated the doc and rebuilt the generated pages
14912
14913Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
14914
14915 * xmlIO.c: closing bug #62711, the library should never
14916 close stdin or stdout.
14917
14918Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
14919
14920 * uri.c: second pass at fixing #63336, using Joel Young
14921 final patch. looks okay.
14922
14923Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
14924
14925 * uri.c include/libxml/uri.h: trying to clear #63336
14926 allowing the escaping routine to parse unconformant
14927 URI-References.
14928
14929Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
14930
14931 * vms/readme.vms vms/build_libxml.com nanoftp.c
14932 include/libxml/xmlversion.h.in: a few VMS updates from
14933 John A Fotheringham
14934 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
14935 and xmlCleanupOutputCallbacks() for the Perl binding people.
14936
14937Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
14938
14939 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
14940 apply fixes to close #63271 and avoid segfaults when
14941 the error routine gets callbed before xmlInitParser()
14942 get called.
14943 * nanoftp.c error.c: Applied patches from Justin Fletcher
14944 correcting some xmlGenericError misuses.
14945
14946Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
14947
14948 *doc/xmllint.xml, doc/xmllint.1
14949 New and improved man page for xmllint - .xml is the original, .1
14950 is the generated man page
14951
14952Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
14953
14954 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
14955 the web site from the main HTML document.
14956
14957Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
14958
14959 * parser.c: fixed an erroneous validation bug when PE refs
14960 occurs in external parsed entities referenced from the
14961 internals subset
14962 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
14963 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
14964 added the associated testcase, it's a nice one.
14965 * HTMLparser.c: generate the DTD node as HTML still ...
14966 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
14967
14968Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
14969
14970 * HTMLparser.c: fixed a bug in htmlNewDoc()
14971
14972Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
14973
14974 * test/threads/*: added entities testing to the Thread test
14975 * testThreads.c: make the test reasonable
14976 * DOCBparser.c: fix the DTD public and system ID
14977 * xmllint.c: added --sgml for SGML DocBook importing
14978 * Makefile.am: added Docbtests target
14979
14980Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
14981
14982 * nanoftp.c: use only "anonymous@" string for anonymous passwds
14983 * testThreads.c: removed bogus include
14984
14985Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
14986
14987 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
14988 fixed a very serious (looping) validation bug
14989
14990Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
14991
14992 * include/libxml/globals.h include/libxml/threads.h threads.c
14993 testThreads.c: far more testing, cleaning up bugs
14994 * *.c : make sure globals.h is always included.
14995
14996Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
14997
14998 * HTMLparser.c: try to get rid of parser loops for good.
14999
15000Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
15001
15002 * configure.in: fixed some bugs in CFLAGS passing.
15003 * test/threads Makefile.am testThreads.c: added a specific
15004 threaded test case (really nasty, guaranteed).
15005
15006Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
15007
15008 * catalog.c: serious cleanup on the management of the
15009 XML catalog tree, more tests done, especially with
15010 the catalog PI.
15011
15012Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
15013
15014 * catalog.c: avoid a problem in catalog cleanup on SMP if
15015 catalogs were not initialized.
15016
15017Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
15018
15019 * catalog.c xpath.c: trying to cleanup the not thread safe
15020 parts of the library.
15021
15022Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
15023
15024 * include/libxml/globals.h configure.in global.data: make
15025 the allocation be per-thread a configure option
15026 * encoding.c include/libxml/parser.h: fixed compilation
15027 errors
15028
15029Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
15030
15031 * include/libxml/parser.h: Norm reported that a few lines
15032 added were breaking libxslt compile, removed them for now
15033
15034Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
15035
15036 * parser.c parserInternals.c threads.c: debugged and fixed
15037 initialization problems which were giving troubles on SMP
15038 boxes.
15039
15040Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
15041
15042 * include/libxml/Makefile.am: missing globals.h
15043
15044Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
15045
15046 * globals.c: added a couple of standard includes.
15047
15048Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
15049
15050 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
15051 include/libxml/parserInternals.h include/libxml/tree.h
15052 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
15053 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
15054 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
15055 Applied the last patches from Gary, cleanup, activated threading
15056 all user accessible global variables are now handled in globals.[ch]
15057 Still a bit rought but make tests passes with either
15058 --with-threads defined at configure time or not.
15059 * Makefile.am example/Makefile.am: added globals.[ch] and threads
15060 linking options
15061
15062Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
15063
15064 * Makefile.am include/libxml/Makefile.am
15065 include/libxml/globals.h globals.c include/libxml/threads.h
15066 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
15067 configure.in: started integrating the core of the thread support
15068 not activated yet but half integrated. The code should still
15069 compile and work anyway.
15070
15071Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
15072
15073 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
15074 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
15075 integrating the non-controversial parts of Gary Pennington
15076 multithread patches
15077 * catalog.c: corrected a small bug introduced
15078
15079Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
15080
15081 * catalog.c include/libxml/catalog.h: very serious cleanup,
15082 isolating unportable code and as much as possible the accesses
15083 to the global shared catalog. May need more testing !
15084
15085Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
15086
15087 * include/libxml/debugXML.h debugXML.c tree.c: integrating
15088 Keith Isdale patches for the XSLT debugger interfaces. Some
15089 cleanup
15090
15091Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
15092
15093 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
15094 * DOCBparser.c: generate line nubers in elements
15095
15096Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
15097
15098 * configure.in: preparing 2.4.6 release
15099 * doc/xml.html doc/html/*: updated and rebuilt the docs
15100 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
15101
15102Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
15103
15104 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
15105 adding documentation for DV's supercatalog support
15106
15107Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
15108
15109 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
15110 super catalog support adding one API and one flag --sgml to
15111 xmlcatalog
15112
15113Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
15114
15115 * doc/xmlcatalog_man.xml, xmlcatalog.1
15116 One more crack at
15117 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
15118
15119Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15120
15121 * xpath.c: implemented xmlXPathObjectCopy for external objects
15122 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
15123
15124Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
15125
15126 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
15127 finishing up fix to
15128 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
15129 the xmlcatalog man page display more elegantly
15130
15131Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
15132
15133 * configure.in: closing bug #61832
15134 * HTMLparser.c: removed a warning
15135
15136Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
15137
15138 * xpath.c: fixing #61673 part I, do not loose doc information
15139 when copying result value trees.
15140
15141Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15142
15143 * xpath.c: trying to harden the XPath interpreter
15144
15145Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
15146
15147 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
15148 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
15149
15150Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
15151
15152 * HTMLparser: repaired another loop problem
15153
15154Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
15155
15156 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
15157 parsing.
15158 * xpath.c: fix bug #61291 the default XML namespace node is
15159 missing from the namespace axis.
15160 * tree.c: refuse to create namespaces nodes with prefix "xml"
15161
15162Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
15163
15164 * SAX.c: ouch a non-defined namespace could lead to a crash,
15165 fixed #61215
15166
15167Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
15168
15169 * parserInternals.c: closed bug #61054
15170
15171Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
15172
15173 * include/libxml/Makefile.am: closing #60708
15174
15175Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
15176
15177 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
15178 adding xmlSAXParseFileWithData following Marco Stipek suggestion
15179
15180Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15181
15182 * valid.c: close bug #61550 when xml: wasn't considered a namespace
15183
15184Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
15185
15186 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
15187 * DOCBparser.c HTMLparser.c parser.c: fixed typos
15188
15189Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
15190
15191 * catalog.c: Justin Fletcher provided cleaup code in case
15192 HAVE_STAT is not defined
15193 * include/win32config.h: Igor Zlatkovic suggested to have
15194 HAVE_STAT defined there
15195
15196Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
15197
15198 * catalog.c - fixed typing error reported by M. Barros
15199
15200Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
15201
15202 * xmllint.c - fixing typo
15203
15204Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
15205
15206 * HTMLparser.c: small enhancement to prevent loop on
15207 unrecognizable data
15208
15209Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
15210
15211 * parserInternals.c: applying patch from bug #60757 this
15212 should close it
15213
15214Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
15215
15216 * catalog.c xmlcatalog.c: removed a couple of warning
15217 * xpath.c: try to solve the linking problem on platforms
15218 needing trio to compile
15219
15220Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
15221
15222 * Makefile.am libxml.spec.in: backing up non-documented changes
15223 commited without review or aproval by Jens Finke <jens@gnome.org>
15224 * HACKING: made 100% clear that no commit should be done directly
15225
15226Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
15227
15228 * configure.in: Joe Orton provided a patch fixing a problem
15229 when iconv is specified to be in a non-standard directory
15230 but wasn't exported in xml2-config --cflags
15231
15232Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
15233
15234 * configure.in: let's ship 2.4.5 before getting too much
15235 troubles with 2.4.4 errors.
15236
15237Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15238
15239 * encoding.c entities.c: do not output hexadecimal charrefs
15240 when serializing HTML since some version of Netscape can't
15241 grok it, generate decimal ones.
15242 * result/HTML/doc3.htm: output changed due to previous test
15243 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
15244
15245Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
15246
15247 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
15248 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
15249
15250Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
15251 Released 2.4.4
15252
15253 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
15254 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
15255 updated the configuration scripts systems accordingly
15256
15257Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
15258
15259 * configure.in: preparing for 2.4.4
15260 * doc/xml.html doc/html/*: updated and rebuilt the docs
15261
15262Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
15263
15264 * win32/dsp/libxml2.def.src: tried to incorporate comments
15265 from bug #59220
15266
15267Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
15268
15269 * parser.c result/noent/wml.xml: fixed bug #59981 related
15270 to handling of '&' in attributes when entities are substitued
15271
15272Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
15273
15274 * libxml.h include/libxml/xmlversion.h.in
15275 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
15276 Tried to close bug #60131
15277
15278Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
15279
15280 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
15281
15282Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
15283
15284 * SAX.c: fixing bug #59946 on xmlns=""
15285
15286Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
15287
15288 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
15289 but allocates a new error code.
15290
15291Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
15292
15293 * xmllint.c: John Fleck fixed typos in the options output
15294 * parser.c SAX.c: fix ignorable white space SAX selection
15295
15296Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
15297
15298 * entities.c: Steve Underwood found the possibility of an
15299 ininite loop in case of error.
15300
15301Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
15302
15303 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
15304
15305Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
15306
15307 * parser.c: warn if version is not 1.0 but it's not
15308 strictly speaking an error after analyzing the spec
15309
15310Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
15311
15312 *doc/catalog.html - add link to the html version of the
15313 man page, other linguistic cleanups
15314
15315Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
15316
15317 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
15318 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
15319 file, has not yet been included in the build.
15320
15321Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
15322
15323 * catalog.c: removed a duplicate affectation Justin Fletcher
15324
15325Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
15326
15327 * tree.c: Armin Sander pointed a possible text coalescing
15328 problem, completed his patch.
15329
15330Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15331
15332 * trionan.c: Fixed const and volatile re-definition problem
15333
15334Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
15335
15336 * libxml.4 parser.c: doc updates from Heiko Rupp
15337 * parserInternals.c: 2 sanity checks from Heiko Rupp
15338
15339Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
15340
15341 * tree.c: applied patch from Armin Sander to make some pointers
15342 const in xmlCopyNode()
15343 * include/libxml/tree.h: added fix to the header
15344
15345Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
15346
15347 * xpath.c: hum, restrict the integer usage gcc bug workaround
15348 to only gcc compilers so that other architecture don't get
15349 penalized by this limitation.
15350 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
15351
15352Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
15353
15354 * valid.c: fixed a Windows compiler warning (Chris Poblete)
15355 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
15356
15357Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
15358
15359 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
15360 --convert option to xmlcatalog to convert SGML ones to
15361 the XML syntax.
15362 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
15363
15364 2.4.3 got released at that point
15365Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
15366
15367 * catalog.c xmlIO.c: started some serious testing and fixed
15368 a few bug and optmization needs.
15369
15370Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15371
15372 * Makefile.am configure.in include/libxml/xmlwin32version.h:
15373 preparing for a 2.4.3 release even if it may not be ready yet
15374 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
15375 all file parsing lookup to go through the entity resolver, add
15376 to add an API to bypass it (needed to load catalogs themselves),
15377 some cleanup on the catalog code too.
15378 * nanoftp.c: small cleanup
15379 * doc/catalog.html: small update
15380
15381Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
15382
15383 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
15384 Jun Kuriyama
15385
15386Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
15387
15388 * doc/catalog.html: finished the catalog documentation
15389
15390Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
15391
15392 * doc/catalog.html doc/xml.html: added documentation about
15393 Catalog support, misses an API description
15394 * doc/html/*: reextracted the API pages
15395
15396Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
15397
15398 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
15399 Added the part about section 7.2 on URI resolution,
15400 fixed a side effect in the HTML parser, look complete
15401 and ready to rock except the URI/SystemID part!
15402
15403Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
15404
15405 * include/libxml/catalog.h include/libxml/parser.h
15406 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
15407 xmlIO.c: added support and APIs needed for the catalog PI
15408 * include/libxml/xmlIO.h: cleanup
15409
15410Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
15411
15412 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
15413 include/libxml/catalog.h: starts to look okay, really
15414 plugged the new framework, cleaned a lot of stuff,
15415 added some APIs, except the PI's support missing this
15416 should be mostly complete
15417 * result/catalogs/* test/catalogs/*: added new test, enriched
15418 the existing one with URN ID tests
15419
15420Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
15421
15422 * catalog.c: fixed nextCatalog
15423 * result/catalogs/docbook test/catalogs/*: started adding
15424 a small regression test
15425
15426Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
15427
15428 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
15429 more work on the XML catalog support.
15430 * parser.c include/libxml/parser.h: small cleanup seems using
15431 list as a public parameter name can give portability troubles
15432 * trionan.c trionan.h xpath.c include/libxml/trionan.h
15433 include/libxml/xpath.h include/libxml/Makefile.am: removed
15434 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
15435 wrappers
15436
15437Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15438
15439 * Makefile.am trio.c triodef.h trionan.c xpath.c
15440 include/libxml/Makefile.am include/libxml/trionan.h:
15441 Re-worked Not-A-Number and Infinity support.
15442 * xmlcatalog.c: added readline include files
15443
15444Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
15445
15446 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
15447 testCatalog as xmlcatalog, making it an installed app
15448 adding a shell, and preparing it to be a /etc/xml/catalog
15449 management tool, though not ready yet
15450 * catalog.c include/libxml/catalog.h: adding support for
15451 XML Catalogs http://www.oasis-open.org/committees/entity/
15452 not finished, there is some interesting tradeoffs and a
15453 few open questions left.
15454
15455Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
15456
15457 * xmllint.c: fixed a line formatting problem
15458
15459Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
15460
15461 * SAX.c: removed a couple of unused variable (Albert Chin)
15462
15463Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
15464
15465 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
15466 trying to fix some troubles w.r.t. function returning
15467 const xxxPtr.
15468
15469Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
15470
15471 * win32/dsp/libxml2.def.src: another set of symbols conditionally
15472 defined
15473
15474Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
15475
15476 * xpointer.c: removed unused var
15477
15478Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
15479
15480 * testXPath.c: another small cleanup closing bug #59110
15481
15482Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
15483
15484 * win32/dsp/libxml2.def.src: small cleanup closing bug
15485 #59108
15486
15487Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
15488
15489 * example/gjobread.c: add xmlCleanupParser() before leaving
15490
15491Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
15492
15493 * config.h.in configure.in include/libxml/xmlwin32version.h:
15494 released 2.4.2
15495
15496Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
15497
15498 * include/libxml/valid.h debugXML.c valid.c: deprecate
15499 the non-boundchecking Sprintf functions, add Snprintf
15500 this should close bug #57984
15501
15502Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
15503
15504 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
15505 URIs before doing the lookups (pointed by Mark Vakoc)
15506
15507Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
15508
15509 * xpath.c: serious changes on Result Value Trees and NodeSets
15510 w.r.t. deallocation and collect operations. Probably not
15511 100% clean (merge of allocated trees smells like a problem).
15512 Seems sufficient to close #58943
15513
15514Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
15515
15516 * xmllint.c: adding a --format option
15517
15518Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
15519
15520 * xpath.c: count() was broken on Result Value Tree
15521 * xmlIO.c: fixed file:/// accesses on _WIN32
15522
15523Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
15524
15525 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
15526 macro was renamed, this should close bug #58683
15527
15528Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
15529
15530 * SAX.c: small fix fixing bug #58539 reported by coolo, in
15531 entity substitution mode text at the end of the entity might
15532 be added due to text coalescing.
15533 * nanoftp.c parser.c: small cleanup
15534
15535Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
15536
15537 * HACKING: added John Fleck right to commit in the doc subdir
15538
15539Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
15540
15541 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
15542 allow to inherit attributes from the DTD directly in the
15543 tree, this is needed for XPath and can be a useful feature.
15544 Inherited namespaces are always provided at the tree level now
15545 * test/defattr* result/defattr* result/noent/defattr*: added a couple
15546 of tests for this feature (XSLT being the prime user).
15547
15548Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
15549
15550 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
15551 testSAX.c xmlIO.c xmllint.c include/win32config.h
15552 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
15553 include/libxml/xmlwin32version.h.in win32/README.MSDev
15554 win32/dsp/*: applied Win32 Facelift No.2 patches from
15555 Igor Zlatkovic for Windows/MSC
15556
15557Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
15558
15559 * SAX.c: unparsedEntityDecl() the URI computation of the
15560 entity wasn't done breaking XSLT unparsed-entity-uri()
15561
15562Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
15563
15564 * xpath.c: fixed a bug when walking the descendants and
15565 the current node has no children
15566 * debugXML.c: show up when a text node is supposed to not be escaped
15567
15568Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15569
15570 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
15571 worked like the set:leading() function)
15572 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
15573
15574Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15575
15576 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
15577
15578Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15579
15580 * include/libxml/xmlIO.h: apply change to close #58141
15581 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
15582
15583Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15584
15585 * parser.c: when the internal subset uses a PE, then the
15586 included entity can use conditional sections.
15587
15588Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15589
15590 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
15591 when walking the namespace axis showing up in
15592 libxst/tests/general/bug-12
15593 * xmlmemory.c: added the possibility to trace a given block
15594 defined by its address
15595
15596Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15597
15598 * parser.c: don't override existing encoding specified before
15599 starting xmlParseDocument()
15600
15601Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15602
15603 * include/libxml/xmlwin32version.h: reinserted, needed for
15604 Windows users of CVS
15605
156062001-07-27 Darin Adler <darin@bentspoon.com>
15607
15608 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
15609 * testCatalog.c: Add include of <libxml/parser.h>.
15610
156112001-07-27 Darin Adler <darin@bentspoon.com>
15612
15613 * include/libxml/.cvsignore:
15614 * include/libxml/xmlwin32version.h:
15615 Remove this file from CVS because it's generated.
15616
15617Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15618
15619 * parser.c include/libxml/parser.h: applied const patches from
15620 Tom Moog #58002
15621
15622Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15623
15624 * xpath.c include/libxml/xpath{,Internals}.h: added a function
15625 lookup framework
15626
15627Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15628
15629 * tree.c: fixed xmlCopyNode() for documents
15630
15631Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15632
15633 * parser.c: fixed bugs #58073 reported by Greg Shtilman
15634
15635Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15636
15637 * parser.c: fixes bug #57652 reported by Morus Walter
15638
15639Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15640
15641 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
15642
15643Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15644
15645 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
15646 errors, lesson don't add new functions at 1am before a release
15647 * xpath.c: integrated fix from Bjorn to avoid divide by zero
15648 from XPath initialization when possible.
15649
15650Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15651
15652 * result/scripts/base*: removing history/readline changed
15653 this slightly
15654 * include/libxml/parser.h SAX.c parser.c parserInternals.c
15655 xmllint.c: make element content line number generation
15656 optionnal to avoid breaking old apps added interface to switch
15657
15658Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15659
15660 * configure.in: get rid of the readline and libhistory
15661 dependencies by default, release 2.4.1 with IA64 fix
15662 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
15663 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
15664 John Kroll fixes to allow saving to HTTP via PUT (or
15665 POST of needed).
15666 * doc/html/*.html: regenerated the docs
15667
15668Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15669
15670 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
15671 xmlHashScanFull and xmlHashScannFull3 to get passed the
15672 three keys as arguments to the callback function
15673
15674Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15675
15676 * configure.in Makefile.am: removed libxml softlink for good
15677 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
15678 100% coverage by gtk-doc
15679
15680Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15681
15682 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
15683 fixed serious troubles due to size_t vs. int mismatch
15684
15685Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15686
15687 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
15688
15689Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15690
15691 * include/libxml/xpath{,Internals}.h xpath.c: added a more
15692 convenient extension API for value and context managing
15693 Now handles external objects through xmlXPathPopExternal,
15694 xmlXPathWrapExternal and xmlXPathReturnExternal.
15695 Added functions for sets operations (intersection, etc.)
15696
15697Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15698
15699 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
15700 xmlIO.c tree.c parserInternals.c entities.c encoding.c
15701 HTMLparser.c: cleanup of global variables, marking some
15702 const or private.
15703
15704Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
15705
15706 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
15707 fixed xmlXPathNodeSetItem when passing index=0
15708
15709Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15710
15711 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
15712
15713Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15714
15715 * xmllint.c: fixed compilation under Cygwin #57503
15716 * TODO: update
15717
157182001-07-13 Peter Williams <peterw@ximian.com>
15719
15720 * config.h.in: add #undef HAVE_DLFCN_H
15721
15722 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
15723 builddir.
15724
15725Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15726
15727 * win32/libxml2/libxml2.def.src: added a couple of exported entries
15728 raised by #57348 and #57381
15729
15730Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15731
15732 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
15733 tree.c xpointer.c: store the line numbder in element->content,
15734 may break some software, need a configuration mechanism
15735
157362001-07-10 Darin Adler <darin@bentspoon.com>
15737
15738 * .cvsignore:
15739 * example/.cvsignore:
15740 * include/.cvsignore:
15741 * include/libxml/.cvsignore:
15742 Various things that are generated and should be ignored.
15743
15744Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15745
15746 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
15747 * doc/xml.html doc/html/*: updated the docs
15748
15749Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15750
15751 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
15752 validation occured on content with element child
15753
15754Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15755
15756 * tree.c: fixed XML Base computation which was broken
15757 * debugXML.c: added a base function to the shell
15758 * Makefile.am result/scripts/* test/scripts/*: added scripts
15759 based regression tests, and adding 2 XML Base tests
15760
15761Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15762
15763 * tree.c: set properties doc and call xmlSetListDoc for properties
15764 content when grafting them in a different tree.
15765 * aclocal.m4: remove from CVS
15766
15767Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15768
15769 * win32/libxml2/libxml2.def.src: added some missing entry point
15770 for XPath (Mark Vakoc)
15771
15772Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15773
15774 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
15775 layer should URI-Unescape before trying to open resources.
15776
15777Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15778
15779 * xpath.c: fix the name() bug for elements in the default
15780 namespace reported by Charlie Bozeman
15781
15782Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15783
15784 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
15785 led to an XPath fix, improvements of SAX initialization, and
15786 an added option --nocdata to testXPath
15787
15788Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15789
15790 * doc/libxml-doc.el: Felix Natter provided anew version working
15791 with XEmacs too
15792
15793Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15794
15795 * include/libxml/xpath.h: small cleanup
15796 * doc/xml.html: update
15797
15798Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15799
15800 * Makefile.am configure.in include/libxml/xmlwin32version.h:
15801 released 2.3.14
15802
15803Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15804
15805 * doc/html/*: rebuilt the docs for the release
15806 * doc/xml.html: added 2.3.14 release.
15807
15808Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15809
15810 * xpath.c: a bug reported by Stephan Kulow empty nodesets
15811 were not equal to empty strings
15812
15813Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15814
15815 * SAX.c: fixed a URI-Reference computation problem when validating
15816 * xmlIO.c: small cleanup
15817
15818Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15819
15820 * parser.c: improved the description of a couple of interfaces
15821 upon Larry Stamper suggestion
15822
15823Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15824
15825 * SAX.c entities.c parser.c: changed completely the way entities
15826 are handled when running the parser in entity substitution mode.
15827 This fixes a bug reported by Stephan Kulow and nearly divides
15828 by 3 the amount of memory required by libxslt to load and process
15829 DocBook TDG.
15830
15831Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15832
15833 * HTMLparser.c: fixing a too early root closing problem raised
15834 byt Prashanth Naidu
15835
15836Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15837
15838 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
15839 raised by Mark Vakoc.
15840
15841Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15842
15843 * example/Makefile.am: fixed the include path to add srcdir/include
15844 * Makefile.am configure.in: fix from Albert Chin for iconv detection
15845 and some cleanup
15846
15847Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15848
15849 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
15850 lot of optimization work, results in significant improvements
15851 when handling really complex XPath queries. Add a small optimizer
15852 for unions, improve [n] and [last()], avoid some costly ops.
15853
15854Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15855
15856 * include/libxml/parser.h parser.c: xmlStrstr args are both const
15857 * xpath.c: small cleanup
15858 * xmlGetNsList: reformated, fixed problems if used on Entities
15859
15860Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15861
15862 * doc/xml.html: added 1.8.14 and 2.3.13 releases
15863
15864Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15865
15866 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
15867 * Makefile.am example/Makefile.am: workaround automake generating
15868 erroneous deps
15869
15870Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15871
15872 * include/win32config.h: bug #56801 Yon Derek provided a patch
15873 to the windows config file.
15874
15875Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15876
15877 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
15878 libxml.h : Yon Derek provided a set of changes to compile from
15879 CVS on Windows/MSC
15880
15881Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15882
15883 * parser.c: fixed UTF8 BOM support in push mode
15884 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
15885 added a specific testcase
15886
15887Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15888
15889 * Makefile.am: added --push regression tests
15890 * parserInternals.c: the XML parser segfaulted in --push mode
15891
15892Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15893
15894 * configure.in: moved the symlinks detection within a CVS
15895 check, this is not portable and will be removed soon.
15896 * xpath.c: small cleanup/speedup
15897
15898Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15899
15900 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
15901 release of 2.3.12
15902 * parser.c: make an error message if unknow entities in all cases
15903
15904Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15905
15906 * uri.c: fixed 2 uri normalization bugs on '//' reduction
15907
15908Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15909
15910 * include/libxml/Makefile.am: Laszlo Peter pointed out that
15911 includes were installed in the wrong dir
15912
15913Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15914
15915 * doc/html.xml: warn against sending code to exhibit bugs.
15916
15917Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15918
15919 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
15920 Tru64 from Thomas Leitner
15921
15922Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15923
15924 * AUTHORS: added William and Bjorn
15925 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
15926 daniel@veillard.com hopefully I won't have to do this again
15927 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
15928 docs can be rebuilt cleanly now
15929 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
15930 from CVs it's generated, added include/libxml/xmlwin32version.h
15931 also generated but which should change far less frequently.
15932 * catalog.c nanoftp.c: made sure to include libxml.h not
15933 libxml/xmlversion.h directly
15934 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
15935 when compiling on WIN32 and MSC
15936
15937Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15938
15939 * include/Makefile.am include/libxml/Makefile.am configure.in:
15940 fixed make distcheck and rebuilding the rpms
15941
15942Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15943
15944 * configure.in: should finish the migration of exported includes
15945 into a real include/libxml in CVS, at least for CVS users.
15946 * removed the exported headers, added in include/libxml (as well
15947 as xmlversion.h.in).
15948
15949Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15950
15951 * configure.in: fixed the way to detect symlink
15952
15953Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15954
15955 * configure.in: updated, include/libxml is now a real CVS dir
15956
15957Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15958
15959 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
15960 version works with both libxml1 and libxml2 (it autodetects
15961 the prefix of the html-files) from Felix Natter.
15962 * doc/xml.html: updated doc accordingly
15963
15964Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15965
15966 * xpath.c: fixed the bug generating a template loop in libxslt
15967 when using docbook-xsl-1.4, * should filter out document nodes
15968 * HACKING: added William
15969 * TODO: updated
15970
15971Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15972
15973 * doc/FAQ.html: added a warning about gcc-3.0
15974 * doc/xml.html: added reference to gdome2 and removed a confusing
15975 sentence
15976
15977Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15978
15979 * xmlversion.h: okay this is a generated file, but Windows
15980 users need it and they can't generate it, and I want CVS
15981 Windows users ...
15982 * win32/libxml2/libxml2_so.dsp: Windows project file for
15983 the shared lib version of libxml2
15984 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
15985 resources needed for libxslt/xsltproc by Yon Derek
15986
15987Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
15988
15989 * trio.c: MSVC fix (provided by Igor Zlatkovic)
15990
15991Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15992
15993 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
15994
15995Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15996
15997 * include/win32config.h: Yon Derek provided a first fix
15998 to be able to compile libxslt/xsltproc on Windows
15999
16000Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16001
16002 * xpath.c: attempt to work around what seemed a gcc optimizer
16003 bug when handling floats on i386 http://veillard.com/gcc.bug
16004 * tree.c entities.c encoding.c: doing some cleanups while
16005 chasing it
16006
16007Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16008
16009 * Makefile.am: cleanup when --without-debug is specified
16010 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
16011 w.r.t. --without-debug and other include points
16012 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
16013 Catalogs
16014 * configure.in entities.h tree.h HTMLparser.c: removed
16015 --without-corba, made the _private field mandatory
16016
16017Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16018
16019 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
16020 outputs a BOM in UTF8, an errata has been issued to avoid the
16021 problem, that was the most reasonable solution... Add support
16022 for a leading UTF8 BOM in entities.
16023
16024Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16025
16026 * valid.c: fixed a bug found when post validating an entity ref
16027 * xmllint.c: added --loaddtd and sligly changed --postvalid to
16028 activate it too
16029
16030Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16031
16032 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
16033 weakness in the node copy the XPointer and the XInclude
16034 implementations. Serious cleanup.
16035
16036Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16037
16038 * Makefile.am: Kjartan Maraas provided a small patch to
16039 add xml2-config.in to EXTRA_DIST
16040
16041Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16042
16043 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
16044 provided another failing case found in KDE, the way the
16045 ctxt->vctxt.nodeTab was allocated and freed changed over
16046 time but it wasn't completely cleaned up. This should fix it.
16047
16048Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16049
16050 * parser.c: Stephan Kulow also raised the fact that line number
16051 could get miscounted making debug harder, fixed the problem
16052 in xmlParseCharData()
16053
16054Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16055
16056 * valid.c: Stephan Kulow pointed out a problem when validating
16057 and using an empty entity, forgot a 'break' in a case.
16058
16059Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16060
16061 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
16062 * doc/xml.html: updated with 2.3.11
16063
16064Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16065
16066 * TODO: updated adding cleanup of generated doc
16067 * configure.in: prepared to release 2.3.11
16068 * xmllint.c: added --version for bug reporting
16069 * doc/html/*.html: rebuilt the doc
16070
16071Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16072
16073 * xpath.c: first part of the work on selecting namespace to
16074 fix bug #56115
16075
16076Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16077
16078 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
16079 when using -liconv
16080 * TODO: updated
16081
16082Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16083
16084 * HTMLtree.[ch]: more work on the HTML serialization routnes,
16085 cleanup, encoding support.
16086
16087Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16088
16089 * xpath.c: Thomas Broyer suggested a better patch for the / arg
16090
16091Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16092
16093 * xpath.c: bug detected by Ankh when / is used as a function arg
16094
16095Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16096
16097 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
16098 of element and use it to avoid outputting formatting spaces at
16099 the wrong place. Implemented the format parameter for HTML save.
16100 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
16101 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
16102 result/HTML/wired.html: of course this impact the result of a
16103 number of HTML tests
16104
16105Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16106
16107 * HTMLtree.[ch]: started augmenting the HTML save API with
16108 encoding and formatting parameters
16109
16110Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16111
16112 * HTMLtree.h: cleanup and started evaluating the work needed on
16113 revamping the HTML output code
16114
16115Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16116
16117 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
16118
16119Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16120
16121 * valid.c: fixed bug #56049, forgot one check in the
16122 validation routine
16123
16124Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16125
16126 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
16127
16128Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16129
16130 * libxml.h: fixed an error in last commit
16131 * doc/FAQ.html: added an entry for compilation from CVS
16132
16133Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16134
16135 * xmlversion.h.in libxml.h: Cygwin patches
16136 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
16137 * tree.h: cleanup
16138
16139Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16140
16141 * tree.c: patched xmlFreeNode() to avoid freeing() a static
16142 memory block in a strange case where libxml is linked twice
16143 in the binary.
16144
16145Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16146
16147 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
16148 state far too often, simple fix used to avoid it.
16149
16150Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16151
16152 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
16153 being processed, applied his patch
16154 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
16155
16156Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16157
16158 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
16159 provided fixes to compile on MSCC again
16160 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
16161 also provided an update for the project files.
16162
16163Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16164
16165 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
16166 bug #55810
16167
16168Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16169
16170 * tree.c: fixed xmlGetNsProp() to close bug #55683
16171 Note this requires libxslt to use it's own function instead.
16172
16173Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16174
16175 * HTMLtree.c: when in a pre element no formatting space should
16176 be added.
16177 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
16178
16179Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16180
16181 * configure.in: added tests for signal() and signal.h
16182
16183Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16184
16185 * xpath.c: robert pointed out xmlXPathNINF was not initialized
16186
16187Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16188
16189 * doc/libxml-doc.el: Felix Natter provided a new version for
16190 libxml2
16191
16192Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16193
16194 * HTMLtree.c: when in a pre element no formatting space should
16195 be added.
16196
16197Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16198
16199 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
16200
16201Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16202
16203 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
16204 hack
16205 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
16206 * uri.c: fixed a warning
16207
16208Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16209
16210 * HTMLtree.c: trying to close bug #55772 escaping in script
16211 elements
16212 * doc/xml.html: suggest to send mail to the list
16213
16214Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16215
16216 * error.c: attempt to fix the xmlGetVarStr breakage once and for
16217 good. Use a macro and based on the solution provided in
16218 vsnprintf manual page from GNU.
16219
16220Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
16221
16222 * error.c: Workaround for non-preserving variadic list.
16223 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
16224
16225Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16226
16227 * doc/xml.html: added 2.3.10 release
16228
16229Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16230
16231 * configure.in: releasing 2.3.10
16232
16233Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16234
16235 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
16236
16237Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16238
16239 * encoding.c: Robert Collins provided a patch to add the
16240 "US-ASCII" encoding alias
16241
16242Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16243
16244 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
16245 string oriented functions and started cleaning the related areas
16246 in xpath.c which needed fixing in this respect
16247
16248Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16249
16250 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
16251 #55380
16252 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
16253
16254Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16255
16256 * TODO: updated
16257 * nanohttp.[ch] : started adding APIs to get the redirected URL
16258 when this occurs (needed for further base computation
16259 * tree.h: cleanup
16260 * encoding.c: cleanup
16261 * SAX.c: minor change around ctxt->loadsubset
16262
16263Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16264
16265 * Makefile.am include/Makefile.am: small change to have
16266 include/libxml rebuilt if working from CVS.
16267 * uri.c: applied another patch from Carl Douglas for URI escaping,
16268 this should close bug #51876
16269
16270Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16271
16272 * xinclude.c: fixed XInclude recursive behaviour bug #54678
16273 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
16274 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
16275 added specific regression test
16276 * parser.h: preparing for the XSLT mode where DTD inherited
16277 attributes are added to the tree.
16278
16279Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16280
16281 * xinclude.[ch]: Updated the namespace for the Last Call version
16282 * result/XInclude/include test/XInclude/include: updated the
16283 testsuite accordingly
16284
16285Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16286
16287 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
16288 related to bug #51876
16289
16290Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16291
16292 * tree.c: fixed a gross mistake in base computation, xml:base is
16293 not completely correct yet (need cascade).
16294 * xpath.[ch]: added the few things needed to find a function name
16295 and URI from the XPath context when it is called.
16296
16297Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16298
16299 * catalog.[ch]: fixes and add xmlLoadCatalogs()
16300 * DOCBparser.c: small cleanup
16301 * xmllint.c: added a --catalogs option to load catalogs from
16302 $SGML_CATALOG_FILES
16303 * tree.c: cleanup
16304 * configure.in: iconv library fixup, ICONV_LIBS
16305
16306Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16307
16308 * catalog.c: handling of CATALOG entries. detection of recursion,
16309 and a few bugfixes
16310 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
16311 against the default namespace
16312
16313Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16314
16315 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
16316
16317Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16318
16319 * parser.c: fixed propagation context info when parsing an
16320 external entity.
16321 * doc/html/*.html: regenerated a couple of docs
16322
16323Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16324
16325 * doc/xml.html: update with 2.3.9 informations
16326
16327Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16328
16329 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
16330 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
16331 * doc/html/* : rebuilt the docs
16332 * valid.c: small patch which may improve some case when
16333 validating.
16334
16335Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16336
16337 * HTMLparser.c: Closed bug #54891
16338 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
16339 to the suite
16340
16341Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16342
16343 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
16344 applied a documentation patch from LotR and filled in a few missing
16345 descriptions
16346
16347Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16348
16349 * xpath.c tree.c parser.c: speed optimizations at the parser level
16350 document tree freeing and xpath evaluation
16351
16352Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16353
16354 * parser.c parser.h parserInternals.h: fixed a couple of
16355 interfaces for handling memory buffer input to const char *
16356 upon suggestion of JamesH.
16357
16358Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16359
16360 * configure.in: LoTR sent a patch fixing the previous commit
16361
16362Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16363
16364 * configure.in: trying to deal again with the stoopid -R linking
16365 flag of Solaris
16366
16367Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16368
16369 * xpath.h: two nodeset access macros from Thomas Broyer
16370
16371Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16372
16373 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
16374 patch from Thomas Broyer
16375
16376Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16377
16378 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
16379 case
16380 * INSTALL: was empty added stuff from the FAQ
16381
16382Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16383
16384 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
16385 attributes handling and #54433 by adding xmlUnsetProp()
16386 and xmlUnsetNsProp()
16387
16388Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16389
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016390 * HTMLparser.c: Patch from Jonas Borgström
William M. Brack11be2d02007-01-24 19:17:19 +000016391 (htmlGetEndPriority): New function, returns
16392 the priority of a certain element.
16393 (htmlAutoCloseOnClose): Only close inline elements if they
16394 all have lower or equal priority.
16395 * result/HTML: this of course changed a number of tests results.
16396
16397Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16398
16399 * xmlIO.c catalog.c: plugged in the default catalog resolution
16400 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
16401 documentations
16402 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
16403
16404Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16405
16406 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
16407 integrating catalogs
16408 * catalog.[ch] testCatalog.c: adding a small catalo API
16409 (only SGML catalog support).
16410 * parser.c: restaured xmlKeepBlanksDefault(0) API
16411
16412Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16413
16414 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
16415
16416Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16417
16418 * parser.c: added xmlParseExternalEntityPrivate() to allow
16419 propagation of ctxt->_private when parsing external entities
16420
16421Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16422
16423 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
16424
16425Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16426
16427 * configure.in: fixed a small portability problem with AM_CONDITIONAL
16428
16429Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16430
16431 * valid.c: warn when indeterminist content model is detected
16432 * result/VC/ElementValid8: this adds a message
16433 * Makefile.am: add --novalid for VCM tests
16434 * parserInternals.c: added a call to Init memory
16435
16436Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16437
16438 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
16439 when both parameters are NULL.
16440
16441Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16442
16443 * valid.c: applied small patch from Gary Pennington, reindented
16444 some part of the code.
16445
16446Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16447
16448 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
16449 release, updated and regenerated the docs
16450
16451Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16452
16453 * xpath.c result/XPath/expr/floats : clarified and cleanup
16454 printing of abnormal floats in tests.
16455
16456Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16457
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016458 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
William M. Brack11be2d02007-01-24 19:17:19 +000016459 * results/HTML/ : a few changes in the output of the HTML tests as
16460 a result.
16461 * configure.in: tying to fix -liconv where needed
16462
16463Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16464
16465 * Makefile.am: fixed a stupid error
16466
16467Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16468
16469 * configure.in Makefile.am: make the inclusion of the trio
16470 modules in the library conditional
16471
16472Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16473
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016474 * DOCBparser.c: patche from László Kovács, fixed entities refs
William M. Brack11be2d02007-01-24 19:17:19 +000016475 in attributes handling
16476
16477Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16478
16479 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
16480 flushing
16481
16482Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16483
16484 * xpath.c: fix of an XSLT namespace bug reported on the list
16485 general/bug-8-
16486
16487Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16488
16489 * strio.h trio.c: Dan McNichol suggested a couple of small
16490 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
16491
16492Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16493
16494 * tree.c parser.c encoding.c: spent a bit more time looking
16495 at the parsing speed and DOM handling. Added a few more
16496 speedups.
16497
16498Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16499
16500 * parser.c: small but effective parsing speed improvement
16501
16502Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16503
16504 * configure.in: default on the DocBook parser inclusion (for Gnome)
16505 * DOCBparser.h: fixed a header reference
16506
16507Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16508
16509 * configure.in xpath.c: applied Bjorn patches for FPE on the
16510 alpha
16511
16512Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16513
16514 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
16515 xmlSaveFormatFileTo()
16516
16517Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16518
16519 * xpath.c: simple and efficient optimization, XPath functions
16520 aways bind to the same code, cache this
16521 * TODO: updated (by saying some is obsolete)
16522
16523Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16524
16525 * xpath.c: more cleanup work on XPath name parsing routines
16526
16527Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16528
16529 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
16530 xmlXPathParseName
16531 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
16532 * debugXML.c: avoid compilation problems if compiling without
16533 HTML support, Igor Zlatkovic
16534 * win32/libxml2/libxml2.def.src: being able to compile without
16535 XPath on Windows
16536
16537Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16538
16539 * libxml.m4: yet another patch from Toshio Kuratomi
16540
16541Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16542
16543 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
16544
16545Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16546
16547 * tree.[ch]: added xmlSaveFormatFile interface for saving
16548 and indenting a file.
16549
16550Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16551
16552 * xpath.c: fixed bug #53689 related to processing-instruction()
16553
16554Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16555
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016556 * DOCBparser.c: patche from László Kovács
William M. Brack11be2d02007-01-24 19:17:19 +000016557
16558Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16559
16560 * parser.c: applied fixes from Christian Glahn bug report #53391
16561
16562Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16563
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016564 * error.c: Jean François Lecomte provided a complete description
William M. Brack11be2d02007-01-24 19:17:19 +000016565 and a fix to bug #53537
16566
16567Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16568
16569 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
16570
16571Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16572
16573 * DOCBparser.c SAX.c: a bit more work on entities processing.
16574 Still Need to cleanup XML output and references in attributes
16575
16576Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16577
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016578 * DOCBparser.c include/Makefile.am: two patches from László Kovács
William M. Brack11be2d02007-01-24 19:17:19 +000016579
16580Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16581
16582 * tree.c: trying to fix #53574, not completely complete,
16583 I would like xmllint --copy --debug test/ent1 and
16584 xmllint --debug test/ent1 to show the same result.
16585 * xpath.c: fix a bug when trying to sort namespace nodes
16586
16587Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16588
16589 * HTMLtree.c: real fix for #53402
16590
16591Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16592
16593 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
16594 PIs when using xsl:output
16595 * valid.c: closing #53537 some case generate segfaults if there
16596 is validity errors
16597
16598Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16599
16600 * SAX.c testDocbook.c DOCBparser.c: more work on the support
16601 of external parsed entities, added --noent to testDocbook
16602 * valid.c: Garry Pennington found an uninitialized variable
16603 access in xmlValidateElementContent()
16604
16605Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16606
16607 * HTMLparser.c : HTML parsing still sucks ... trying to deal
16608 with madness
16609 * result/HTML/ : this modified the result of the regression tests
16610 a lot.
16611
16612Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16613
16614 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
16615 to doc where it wasn't checked against NULL reported by
16616 Jens Laas
16617
16618Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16619
Daniel Veillard25a1ce92008-06-02 16:04:12 +000016620 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
William M. Brack11be2d02007-01-24 19:17:19 +000016621 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
16622
16623Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16624
16625 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
16626 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
16627 * SAX.[ch]: cleanup and updates for DocBook
16628 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
16629 ex SGML identifier changes
16630 * valid.c: removed a static unused function.
16631
16632Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16633
16634 * HTMLtree.c: applied change for Paul Sponagl on script saving
16635 * Makefile.am: the warning about entity title.xml are normal.
16636
16637Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16638
16639 * configure.in: release of 2.3.7
16640 * Makefile.am: fixing make distcheck
16641
16642Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16643
16644 * doc/html/* doc/xml.html: updated and regenerated the docs
16645
16646Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16647
16648 * xpath.c: fixed the XPointer problem introduced in 2.3.6
16649
16650Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16651
16652 * tree.c: fixed #53388 with the provided patch
16653
16654Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16655
16656 * valid.c: Bjorn detected an invalid memory access. Fixed
16657 vstateVPush()
16658
16659Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16660
16661 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
16662
16663Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
16664
16665 * libxml.h: new header used only for the compilation of libxml
16666 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
16667 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
16668 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
16669 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
16670 xmlmemory.c xpath.c xpointer.c: libxml.h integration
16671 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
16672 baseline (version 1.2 plus a single patch).
16673 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
16674 scientific notation for numbers. Tests added.
16675 * xpath.c: formatting of numbers changed to use sprintf
16676 (contribution from William Brack)
16677
16678Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16679
16680 * valid.c: cleanup, more useful debugging
16681 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
16682 * xmlIO.c: entity loading is printed as an error when validating
16683
16684Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16685
16686 * valid.c: fixed to validate within entities
16687 * test/VCM/v22.xml: added a specific testcase
16688
16689Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16690
16691 * valid.c: forgot an epsilon transition in for ()+
16692 * test/VCM/v21.xml : added a specific test case
16693
16694Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16695
16696 * valid.c: removed a state explosion exhibited by RSS
16697 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
16698 from bug #51872
16699
16700Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16701
16702 * valid.[ch] tree.h: worked *hard* to get non-determinist content
16703 validation without using an ugly NFA -> DFA algo in the source.
16704 Made a specific algorithm easier to maintain, using a single
16705 stack and without recursion.
16706 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
16707 * hash.c: made the growing routine static
16708 * tree.h parser.c: added the parent information to an
16709 xmlElementContent node.
16710
16711Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16712
16713 * SAX.c parser.c xpath.c: generating IDs when not validating
16714 from an external parsed entity was poisoning the ID has table
16715 with removed values. This was killing XSLT on the KDE help
16716 browser.
16717
16718Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16719
16720 * entities.h: andrew@ugh.net.au detected a double declaration
16721
16722Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16723
16724 * debugXML.c hash.c tree.h valid.c : some changes related to
16725 the validation suport to improve speed with DocBook
16726 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
16727 the way validation errors get reported
16728
16729Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16730
16731 * HTMLparser.c HTMLtree.c: applied part of the patches provided
16732 by P C Chow and William M. Brack for XSLT HTML output
16733
16734Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16735
16736 * xmlversion.h.in win32config.h win32/libxml2/*: applied
16737 Igor Zlatkovic patches for MSC compilation and added his
16738 updates
16739
16740Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16741
16742 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
16743 prefix lookup.
16744 * parserInternals.c: fixed the bug reported by Morus Walter
16745 due to an off by one typo in xmlStringCurrentChar()
16746
16747Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16748
16749 * HTMLparser.c result/HTML/*: revamped the way the HTML
16750 parser handles end of tags or end of input
16751
16752Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16753
16754 * tree.[ch] : added xmlDocCopyNode for gdome2 support
16755
16756Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16757
16758 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
16759 bug where the linktime verions of free() won't work ...
16760
16761Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16762
16763 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
16764
16765Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16766
16767 * doc/xml.html: added 2.3.6 release
16768
16769Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16770
16771 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
16772 * result/wml.xml: resulted in a small output change
16773
16774Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16775
16776 * tree.c: xmlNewDoc was missing the charset initialization
16777 * xmllint.c: added --auto to autogenerate a doc, allow to
16778 reproduce the problem fixed on xmlNewDoc
16779
16780Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16781
16782 * xpath.c: trying to get 52979 solved
16783 * tree.c result/ result/noent/: trying to get 52712 solved, this
16784 also made me clean up the fact that XML output in general should
16785 not add formating blanks by default, this changed the output of
16786 a few tests
16787
16788Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16789
16790 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
16791
16792Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16793
16794 * configure.in: finally released 2.3.6
16795
16796Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16797
16798 * xpath.c: checking for null pointer generated by new code
16799
16800Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16801
16802 * xpath.c: fixed a [] evaluation problem reported
16803 * test/XPath/tests/simpleaddr: extended test
16804 * result/XPath/simpleaddr: updated result
16805
16806Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16807
16808 * xmllint.c: Dan Timis reported a portability problem
16809 on Macs without mmap, fixed it.
16810
16811Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16812
16813 * testXPath.c : added a --tree option allowing to display the
16814 tree dump of the XPath expression
16815
16816Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16817
16818 * xpath.c: fixed a memleak when comparing nodesets
16819 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
16820 * tree.c: added a TODO
16821
16822Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16823
16824 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
16825 we need string functions
16826 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
16827 to be able to use them where needed. Applied some changes
16828 to reduce name linking pollution and compile in only what's
16829 needed.
16830 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
16831 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
16832 for the string manipulation functions
16833 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
16834 to the free() function of xmlmemory.c
16835 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
16836 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
16837 usage.
16838
16839Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16840
16841 * error.c: applied the context output patch of the error
16842 handling submitted by Chuck Griffith
16843 * error/VC/*: this slightly change some error logs
16844
16845Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16846
16847 * parser.c: fixed line number reporting on error
16848
16849Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16850
16851 * parser.c: Sullivan and Darin found a parser bug,
16852 applied the patch.
16853
16854Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16855
16856 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
16857 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
16858 xmlversion.h.in xpointer.c: of course the way I defined
16859 UNUSED breaks on old gcc version. Try to be smart and
16860 also define it directly in xmlversion.h
16861 * configure.in: removed -ansi flag from the pedantic set
16862
16863Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16864 Huge cleanup, I switched to compile with
16865 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
16866 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
16867 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
16868 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
16869 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
16870 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
16871 encoding.h entities.c error.c list.[ch] nanoftp.c
16872 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
16873 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
16874 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
16875 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
16876 Cleanup, staticfied a number of non-exported functions,
16877 detected and cleaned up a dozen of problem found this way,
16878 avoided a lot of public function name/typedef/system names clashes
16879 * doc/xml.html: updated
16880 * configure.in: switched private flags to the really pedantic ones.
16881
16882Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16883
16884 * configure.in: 2.3.5
16885 * doc/html/*: rebuilt the docs
16886
16887Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16888
16889 * parser.c: fixed a reported bug in NOTATION parsing
16890 * uri.c: accepted but not fixed bug 51876, added TODO
16891 * Makefile.am: fixed bug 51876
16892
16893Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16894
16895 * config.h.in configure.in error.c: fix a compilation problem
16896 on platforms without vsnprintf (xml@thewrittenword.com)
16897
16898Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16899
16900 * parser.c: fixed a function name header typo
16901 * SAX.c: notations can also occur in external subset.
16902
16903Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16904
16905 * error.c: removed a C++ like comment
16906
16907Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16908
16909 * parser.c: fixing bug 52299 strange condition leading
16910 to a parser crash due to a buffer overflow
16911 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
16912 added the specific test case
16913
16914Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16915
16916 * xpath.[ch]: still a lot of cleanup based on XSLT, added
16917 xmlXPathConvert{String,Number,Boolean} to be able to make
16918 type casts without a context stack, fixed some implementation
16919 problems related to the absence of context at parse-time,
16920 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
16921 in the public API too
16922 * xpointer.c xpathInternals.h: we need to know at parse time
16923 whether we are compiling an XPointer
16924
16925Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16926
16927 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
16928 cleaned up the parser internals, refactored XPath code, added
16929 new compilation based APIs and cleanly separated public and
16930 private APIs.
16931
16932Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16933
16934 * xpath.h: the comp field must be added at the end to avoid
16935 killing binary compat.
16936
16937Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16938
16939 * Makefile.am: detect XPath memleaks in regreson tests
16940 * error.c: fixed and error w.r.t. error reporting still using
16941 stderr
16942 * hash.c: added new line at end of file
16943 * tree.h: minor cleanup
16944 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
16945 expression parsing from evaluation, resulted in a number of
16946 changes internally, and in XPointer. Likely to break stuff
16947 using xpathInternals.h but should remain binary compatible,
16948 new interfaces will be added.
16949
16950Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16951
16952 * configure.in: fixed a couple of problems reported by
16953 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
16954 without gcc on non linux platforms.
16955
16956Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16957
16958 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
16959 a fix for --with-html-dir= configure support. I hope it won't
16960 break rpm generation
16961
16962Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16963
16964 * xmlIO.c: one function comment cleanup.
16965
16966Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16967
16968 * SAX.c: external subset notations were improperly registered
16969 in the internal subset.
16970
16971Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16972
16973 * README.cvs-commits: added, pointing to HACKING
16974 * HACKING: updated
16975
16976Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16977
16978 * parser.c: and Matt Sergeant found one in the XML push
16979 parser (erroneous check I forgot to remove when I fixed the
16980 main parser).
16981
16982Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16983
16984 * xpath.c: ptittom found a small bug in UnaryExpr
16985
16986Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16987
16988 * configure.in: bumped to 2.3.4
16989 * error.c: fixed bug #51860
16990 * tree.c: fixed bug #51861
16991 * valid.c: cleanup, more debug, failed to fix one bug crap ...
16992 * tree.[ch] : added xmlDefaultBufferSize
16993 * nanoftp.c: typo in function name header block
16994 * doc/xml.html : updated, added link to XML::LibXSLT
16995 * doc/html/* : rebuilt the docs
16996
16997Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
16998
16999 * parser.c SAX.c: the new content parsing code raised an
17000 ugly bug in the characters() SAX callback. Found it
17001 just because of strangeness in XSLT XML Rec ouptut :-(
17002
17003Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17004
17005 * Makefile.am: Martin Baulig suggested to add -lm
17006 * tree.c: found another bug in xmlNodeGetContent()
17007
17008Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17009
17010 * xpath.c: Bjorn found the error related to strictness of comparison.
17011
17012Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17013
17014 * parser.c: trying to fix the Dtd parsing problem reported
17015 by Gary, side effect of last week speed optimizations.
17016
17017Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17018
17019 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
17020 * parserInternals.c: removed unneeded test raised by Stric
17021
17022Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
17023
17024 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
17025 and fixed by William Brack). Added xmlXPathFormatNumber.
17026 Changed the sorting slightly.
17027 * configure.in Makefile.am example/Makefile.am: Added -lm.
17028 Please note that applications linking with libxml2, must
17029 also like with the math library from now on.
17030
17031Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17032
17033 * HTMLparser.c: fixed loop reported by Marc Sanfacon
17034
17035Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17036
17037 * parser.c: one must report spaces even if the Dtd element
17038 content proves that this is not part of the element content.
17039 * result/valid/*.xml: this changed the ouptu slightly
17040
17041Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17042
17043 * configure.in: bumped to 2.3.3
17044 * doc/xml.html: updated
17045
17046Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17047
17048 * tree.c: minor doc fix
17049 * xpath.c: deallocation issues when a result tree has been
17050 converted to a node-set
17051
17052Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17053
17054 * doc/xml.html: oops corrected dates s/2000/2001
17055
17056Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17057
17058 * valid.c: new patch from Gary Pennington
17059
17060Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17061
17062 * doc/xml.html: applied patch from Ankh
17063
17064Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17065
17066 * xinclude.c: fixed a problem building on Mac
17067
17068Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17069
17070 * parser.c: more work on increasing parsing ferformances
17071
17072Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17073
17074 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
17075 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
17076 avoiding memcpy in production builds MEM_CLEANUP macro use
17077 * parser.[ch] parserInternals.c: optimizations of the tightest
17078 internal loops inside the parser. Better checking of I/O
17079 flushing/loading conditions
17080 * xmllint.c : added --timing
17081
17082Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17083
17084 * configure.in: bumped to 2.3.2
17085 * doc/xml.html: updated for release
17086
17087Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17088
17089 * xpath.c: found a memleak and fixed a nasty bug
17090
17091Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17092
17093 * xmllint.[c1] : added return code errors for xmllint
17094 * xpath.c: specific debug dump function for result value trees
17095
17096Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17097
17098 * xpath.c: finally implemented xmlXPathCompareNodeSets
17099 * test/XPath/expr/floats results/XPath/expr/floats: added
17100 a test for float expressions
17101
17102Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17103
17104 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
17105 * parserInternals.[ch]: trying to speed up parsing
17106 * xpath.c : speeded up node set equality op
17107
17108Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17109
17110 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
17111 better handling of ID/IDREF and the list modules associated
17112 * configure.in: small CFLAGS cleanup
17113
17114Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17115
17116 * configure.in: fixed iconv detection on AIX (stric)
17117
17118Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17119
17120 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
17121
17122Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
17123
17124 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
17125 and optimized xmlXPathNodeSetSort
17126
17127Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17128
17129 * xpath.c: bug fix when context size is 0
17130 * parser.c: I like Norm's Dtd because they still manage to break
17131 the parser occasionally
17132
17133Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17134
17135 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
17136
17137Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17138
17139 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
17140 attributes within the XML-1.0 namespace
17141
17142Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17143
17144 * xpathInternals.h: exported a few axis functions
17145 * doc/xml.html: updated the doc
17146
17147Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17148
17149 * configure.in: applied patch from Daniel van Balen for OpenBSD
17150 and bumped version to 2.3.1
17151 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
17152 attempt to find autoclosing was simply broken, removed it,
17153 updated the examples, this is better
17154
17155Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17156
17157 * hash.[ch]: added Paolo Casarini patch to provide Delete from
17158 hash functionnalities.
17159 * doc/html/* : rebuild the doc
17160
17161Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17162
17163 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
17164 on predicate
17165 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
17166 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
17167 really want to have tags closed on output even if we accept
17168 unclosed ones on input
17169
17170Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17171
17172 * xpath.c: ouch don't free NULL, rare case fixed
17173 * tree.c: don't coalesce text nodes if they don't have the
17174 same behaviour wrt escaping on output
17175
17176Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17177
17178 * xpath.c: small fixup
17179 * SAX.c: don't warn on empty namespaces.
17180
17181Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17182
17183 * README: a bit of cleanup
17184 * configure.in: preparing for 2.3.0 release
17185
17186Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17187
17188 * hash.[ch]: added a first version of xmlHashSize()
17189 * valid.c: another bug fix from Gary Pennington
17190
17191Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17192
17193 * valid.c: couple of bug fixes pointed by Gary Pennington
17194 * HTMLtree.c: #if 0 cleanup
17195
17196Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17197
17198 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
17199 which removes a time consuming check of xmlXPathNodeSetAdd()
17200 and use it in places where we are sure to not break unicity
17201
17202Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17203
17204 * xpath.c: bug fixes found from XSLT
17205 * tree.c: preserve node->name special values when copying nodes.
17206 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
17207 external subset are fetched when available but without full
17208 validation. Added xmlLoadExtDtdDefaultValue, need a function.
17209 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
17210 output with encoding disabled.
17211
17212Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17213
17214 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
17215 xmlCheckFilename should not be called from xmlFileOpenW
17216 and xmlGzfileOpenW
17217
17218Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17219
17220 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
17221 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
17222 added the new tests for URI normalization
17223 * testURI.c: fixed stoopid bugs
17224 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
17225 the URI in the error messages are now properly normalized
17226
17227Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17228
17229 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
17230
17231Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17232
17233 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
17234
17235Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17236
17237 * xpath.c: fixed mod operator
17238
17239Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17240
17241 * parser.c: fixed xmlStrcat doc
17242 * tree.c: 2 fixes form Anders Carlson for copying nodes and
17243 trees.
17244
17245Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17246
17247 * xpath.c result/XPath/tests/chaptersbase
17248 result/XPath/tests/simplebase: fixed XPath node()
17249 * tree.c: small fix in xmlNewNs()
17250 * Makefile.am: removed extraneous xml2Conf.sh rule
17251
17252Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17253
17254 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
17255 Changed the library name, in order to get libxml-devel and
17256 libxml2-devel to coexist on a single system
17257 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
17258 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
17259
17260Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17261
17262 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
17263 libxml2-devel installable in // as libxml-devel.
17264
17265Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17266
17267 * doc/Makefile.am: fixed make rebuild in doc
17268 * doc/html/*.html: rebuilt the docs
17269
17270Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17271
17272 * tree.c: patch from Bjorn Reese on xmlBufferCCat
17273
17274Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17275
17276 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
17277 the HTML doc to go into the -devel RPM ...
17278 * aclocal.m4 config.h.in: some updates due to auto* magic
17279
17280Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17281
17282 * xpath.h: added a hook in the context structure allowing to
17283 link to extra support, needed for XSLT
17284
17285Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17286
17287 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
17288 xmlXPtrCmpPoints to use it.
17289 * propagated the following patch from Alejandro Forero
17290 * include/win32config.h xmlIO.c: applied further suggestions
17291 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
17292 * example/gjobread.c: fixed warnings, now that it builds
17293
17294Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
17295
17296 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
17297
17298 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
17299 filename points to a valid file (not a directory).
17300 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
17301 Added calls to xmlCheckFilenameDir.
17302
17303 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
17304 `path' (rather than `filename') as the parameter to gzopen and open.
17305
17306Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17307
17308 * Makefile.am: fixed a problem with EXTRA_DIST
17309
17310Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17311
17312 * Makefile.am example/Makefile.am: finally found the trick
17313 to build the example, i.e. add "." in SUBDIRS before example
17314 in the list <grin/>
17315
17316Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17317
17318 * doc/xml.html: updated with an XSLT section, removed pointer to
17319 W3C CVS base.
17320
17321Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17322
17323 * xpath.c: when copying a XSLT tree object teh tree need to be copied
17324 too, and deallocation need to occur the same way.
17325
17326Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17327
17328 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
17329 type correponding to an XSLT result tree fragment. Share most
17330 of the data format with node set, as well as operators.
17331 * HTMLtree.c: added a newline at the end of the doctype output
17332 whe this one is not present initially.
17333 * tree.c: make sure taht the parent and doc pointers are properly
17334 set when copying attributes (lists).
17335
17336Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17337
17338 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
17339
17340Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17341
17342 * xpath.c: seems I finally killed that ugly path evaluation
17343 context bug (tagged 9999 in case is is wrong)
17344
17345Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17346
17347 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
17348 for XSLT
17349
17350Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17351
17352 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
17353 for xmlGzfileOpen() bug
17354
17355Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17356
17357 * xpath.c: removed an error found by XSLT usage
17358 * tree.c parserInternals.h: use a predefined static string
17359 for text and comment nodes, avoid freeing them in xmlFreeNode,
17360 exported the string name in parserInternals.h and added
17361 another value to disable encoding at output (for XSLT),
17362 gain memory, time.
17363
17364Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17365
17366 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
17367 win32/libxml2/libxml2_so.dsp: new makefiles and update
17368 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
17369
17370Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17371
17372 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
17373 Gary Pennington
17374
17375Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17376
17377 * xpath.c: fixed the comaprision of values and nodelists,
17378 need to compare nodelist still ...
17379 * debugXML.c: avoided a possible core dump
17380 * HTMLparser.c: cleanup
17381 * nanohttp.c: contributed fix.
17382 * tree.c: fixes in properties handling added xmlSetNsProp
17383 needed by libxslt
17384 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
17385 comment
17386 * TODO: updated
17387
17388Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17389
17390 * parser.c parserInternals.c: applied Bjorn Reese optimization
17391 patch
17392
17393Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17394
17395 * Makefile.am: applied patch fro make check from Martin Vidner
17396
17397Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17398
17399 * configure.in: preparing 2.2.11
17400 * doc/html/*: rebuild the HTML files
17401 * doc/xml.html : updated
17402
17403Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17404
17405 * tree.c: fixed a stupid bug
17406 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
17407 patches related to validation of an XInclude processing result
17408 * TODO: updated
17409
17410Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17411
17412 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
17413 on large files
17414
17415Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17416
17417 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
17418
17419Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17420
17421 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
Daniel Veillard25a1ce92008-06-02 16:04:12 +000017422 reported by Jonas Borgström
William M. Brack11be2d02007-01-24 19:17:19 +000017423 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
17424
17425Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17426
17427 * testXPath.c xpath.c: fixing the XPath union expressions problem
17428 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
17429
17430Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
17431
17432 * xmllint.c: Made is so if the file name is "-" is will read form
17433 standard input. Sven Heinicke <sven@zen.org>
17434 * tree.c: fixed a problem when growing buffer
17435 * tree.h: fixed the comment of the node types following andersca
17436 comment
17437 * TODO: updated
17438
17439Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17440
17441 * HTMLparser.[ch]: added a way to avoid adding automatically
17442 omitted tags. htmlHandleOmittedElem() allows to change the
17443 default handling.
17444 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
17445 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
17446 of xmllint too when using --memory flag, added a memory test
17447 suite at the Makefile level.
17448 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
17449 with namespace use when encountering QNames in XPath evalation,
17450 added xmlns() scheme in XPointer.
17451 * nanoftp.c : incorporated a fix
17452 * parser.c xmlIO.c: fixed problems raised with encoding when using
17453 the memory I/O
17454 * parserInternals.c: closed bug 25934 reported by
17455 torsten.landschoff@innominate.de
17456 * TODO: updated
17457
17458Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17459
17460 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
17461 on a non-updated tree :-(, made a 2.2.10 release to correct the
17462 situation
17463
17464Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17465
17466 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
17467 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
17468 integrated a set of OpenVMS changes from Howard Taylor
17469 <Howard.Taylor@pacoast.com>
17470
17471Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17472
17473 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
17474 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
17475
17476Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17477
17478 * HTMLparser.c: some fixes on auto-open of html/head/body
17479 * encoding.c: fixed a compilation error on some gcc env
17480 * xpath.c xpointer.[ch] xpathInternals.h: improved the
17481 XPointer implementation
17482 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
17483 related XPointer tests and associated results
17484
17485Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17486
17487 * doc/xmldtd.html doc/xml.html: following a short step by step
17488 guidance on IRC to help maciej with DTDs I started a small
17489 page on the subject.
17490
17491Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17492
17493 * HTMLparser.c: fixed handling of broken charrefs
17494 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
17495 patches
17496
17497Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17498
17499 * doc/xml.html doc/html/* : rebuilt the docs after adding
17500 xinclude and updated page for 2.2.7 and 2.2.8
17501 * configure.in: releasing 2.2.8
17502
17503Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17504
17505 * parser.[ch] parserInternals.c: applied the conditional
17506 section processing fix from Jonathan P Springer
17507 <jonathan.springer2@gte.net>
17508 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
17509 project file, fixed iconv default non support
17510 * xpath.c: fixed the problem of evaluating relative expressions
17511 when a node context is provided.
17512
17513Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17514
17515 * nanoftp.c: fixed gcc 2.95 new warnings
17516 * SAX.c: fixed a stupid bug
17517 * tree.c: fixed a formatting problem when round-tripping
17518 from/to memory
17519 * xinclude.c: chased memleak, fixed a base problem
17520 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
17521 xmlXPtrBuildNodeList()
17522 * TODO: updated
17523 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
17524 adding a first small set of regression tests for XInclude
17525
17526Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17527
17528 * nanohttp.[ch]: applied Wayne Davison patches to access
17529 the WWW-Authorization header.
17530 * parser.c: Closed Bug#30847: Problems when switching encoding
17531 in short files by applying Simon Berg's patch.
17532 * valid.c: fixed a validation problem
17533 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
17534 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
17535 Wayne Davison
17536 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
17537 need to be extended to non full nodes selections.
17538 * xinclude.c: starts to work decently
17539
17540Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17541
17542 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
17543 debugXML.c xmlversion.h.in: Started adding XInclude support,
17544 this is a new xmllint option
17545 * tree.c xpath.c: applied TOM patches for XPath
17546 * xpointer.c: fixed a couple of errors.
17547 * uri.c: added an escaping function needed for xinclude
17548 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
17549 new warning from RH70 gcc's version
17550
17551Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17552
17553 * HTMLparser.c: fixed loop on invalid char in scripts
17554 * parser.c: update to description of xmlIOParseDTD()
17555 * libxml.m4 xmlversion.h.in: changes contributed by
17556 Michael Schmeing <m.schmeing@internet-factory.de>
17557 * configure.in: preparing for 2.2.7
17558 * Makefile.am: trying to avoid config.h and acconfig.h
17559 being included in the distrib
17560 * configure.in: released 2.2.7
17561
17562Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17563
17564 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
17565 like namespaces for good. Unified xmlNs and xmlNode somewhat.
17566
17567Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17568
17569 * parser.[ch]: added xmlIOParseDTD()
17570 * xpointer.c: added support for the 2 extra parameters of
17571 string-range, fixed a stoopid error when '0' was present
17572 in XPointer expressions
17573 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
17574 testsuite for the above
17575
17576Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17577
17578 * libxml.spec.in: improved package descriptions
17579
17580Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17581
17582 * xpath.c xpathInternals.h: applied a large cleaning patch
17583 from TOM <ptittom@free.fr>, it also add namespace support
17584 for function and variables registration.
17585
17586Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17587
17588 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
17589 * Makefile.mingw: Wayne Davison's update adding hash.c
17590
17591Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17592
17593 * xpath.c: fixed the root evaluation problems
17594 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
17595 ignorable spaces with <b> <bold> <em>
17596 * tree.c: fixed a loop in xmlSearchNsByHref()
17597
17598Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17599
17600 * xpath.c: applied another XPath patch from TOM
17601 * xpath.c include/makefile.am: applied another patch from
17602 china@thewrittenword.com (cleanup on IRIX).
17603
17604Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17605
17606 * xml-config.1: received a fixed version from Fredrik Hallenberg
17607 <hallon@lysator.liu.se>
17608
17609Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17610
17611 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
17612 cleanup patch for XPath
17613
17614Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17615
17616 * patched to redirrect all "out of context" error messages to
17617 a reconfigurable routine. The changes are:
17618 * xmlerror.h : added the export of an error context type (void *)
17619 an error handler type xmlGenericErrorFunc there is an interface
17620 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
17621 to reset the error handling routine and its argument
17622 (by default it's equivalent to respectively fprintf and stderr.
17623 * all the c files: all wild accesses to stderr or stdout within
17624 the library have been replaced to calls to the handler.
17625
17626Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17627
17628 * configure.in: release 2.2.6
17629 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
17630 exporting the inner functions of xpath for extension modules
17631 * doc/*: updated and rebuilt the doc
17632
17633Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17634
17635 * nanohttp.c : applied Wayne HTTP cleanup patch
17636 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
17637 and xmlNodeSetSpacePreserve()
17638
17639Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17640
17641 * xpath.c: closing bug #29260
17642
17643Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17644
17645 * hash.[ch] debugXML.c: expanded/enhanced the API, added
17646 multikey tuples, made hash structure opaque
17647 * valid.[ch]: moved elements, attributes, notations decalarations
17648 as well as ID and refs to hash tables.
17649 * entities.c: hash cleanup
17650 * xmlmemory.c: fixed a dump problem in debug mode
17651 * include/Makefile.am: problem passing in DESTDIR= values patch
17652 from Marc Christensen <marc@calderasystems.com>
17653 * nanohttp.c: removed debugging remains
17654 * HTMLparser.c: the bogus tag should be ignored (Wayne)
17655 * HTMLparser.c parser.c: fixing a number of problems with the
17656 macros in the *parser.c files (Wayne).
17657 * HTMLparser.c: close the previous option when opening a new one
17658 (Marc Sanfacon).
17659 * result/HTML/*: updated the HTML results accordingly
17660
17661Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17662
17663 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
17664 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
17665 XPath functions and XML entities table to them. More to come...
17666 * xmlIO.c: fixed libxml closing FILEs it didn't open.
17667
17668Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17669
17670 * tree.c: coalesce adjacent text nodes
17671 * valid.c: handling of blank nodes in DTd validation (raised
17672 by problems with a posteriori validation).
17673 * nanohttp.c: changing behaviour on HTTP write stuff.
17674 * HTMLtree.c: forced body and html to be explicitely closed.
17675 * xpath.h: exported more XPath functions.
17676
17677Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17678
17679 * Release of 2.2.5
17680 * xpointer.c: range() range-inside and other helper functions
17681 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
17682
17683Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17684
17685 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
17686 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
17687
17688Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17689
17690 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
17691 and XPointer modules
17692
17693Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17694
17695 * SAX.h: closed #25107
17696
17697Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17698
17699 * testSAX.c: fixed problem with cdata reporting
17700 * SAXresult/* : updated
17701
17702Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17703
17704 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
17705 Closed bug #27499, added to regression tests
17706 * TODO: updated
17707
17708Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17709
17710 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
17711 support for SCRIPT and STYLE with help from Bjorn Reese
17712 * test/HTML/* result/HTML/*: added simple testcase and updated
17713 the existing ones.
17714
17715Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17716
17717 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
17718 string-range for empty strings
17719 * test/XPath/docs/str test/XPath/xptr/chaptersrange
17720 test/XPath/xptr/strrange: augmented the XPointer testsuite
17721
17722Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17723
17724 * doc/xml.html doc/xmlmem.html: added a module describing memory
17725 interfaces and use, updated the main page.
17726
17727Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17728
17729 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
17730 nanoftp code work on Windows too now
17731
17732Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17733
17734 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
17735 * xpointer.c: implemented string-range() at least a good first version
17736 * test/XPath/docs/str test/XPath/xptr/strrange
17737 result/XPath/xptr/strrange: the string-range() tests
17738
17739Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17740
17741 * Makefile.am include/Makefile.am include/win32config.h
17742 win32/Makefile.mingw: fixed problems reported by Wayne Davison
17743 and make distcheck
17744
17745Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17746
17747 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
17748 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
17749 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
17750
17751Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17752
17753 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
17754 patch for socklen_t detection by
17755 Albert Chin-A-Young <china@thewrittenword.com>
17756
17757Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17758
17759 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
17760 and added a --dtdvalid option to xmllint used to test it
17761
17762Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17763
17764 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
17765 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
17766
17767Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17768
17769 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
17770 handlings (registration, lookup, cleanup)
17771
17772Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17773
17774 * configure.in Makefile.am include/makefile.am: adding XPointer
17775 and XPtrtests target
17776 * xpointer.[ch] : new files for XPointer support
17777 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
17778 more XPath tests
17779
17780Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17781
17782 * configure.in: fixed, very broken, make distcheck works again
17783
17784Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17785
17786 * More work toward 2.2.5, integrated a number of patches
17787 * configure.in Makefile.am win32config.h.in: trying to cleanup
17788 make distcheck .... huh ...
17789 * include/Makefile.am include/win32config.h: new directory
17790 for includes
17791 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
17792 updated teh makefiles and instructions for WIN32
17793 * xpath.c: small fixes
17794 * test/XPath/ results/XPath: updated the testcases and results
17795 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
17796 suggested patches
17797 * valid.c: fixed an ID bug
17798
17799Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17800
17801 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
17802 the automake bug where wrong dependencies were generated.
17803 * xpath.[ch]: worked on XPointer
17804
17805Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17806
17807 * configure.in Makefile.am: 2.2.5, ship the include in an
17808 include/libxml subdirectory, use symlinks when using CVS
17809 * testSAX.c: fixed small bug
17810 * testXPath.c: changed the way testfiles are parsed
17811 * debugXML.c: same kind of cleanup when parsing an argument expression
17812 XPath/XPointers can have blanks embedded
17813 * xpath.[ch]: more cleanup, reorgs for XPointer work
17814 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
17815 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
17816
17817Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17818
17819 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
17820 in the XPath engine, rewrote large parts of it, now it's far
17821 cleaner and in sync with the REC not an old WD. Fixed a parsing
17822 problem in the interactive XML shell found when testing XPath.
17823
17824Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17825
17826 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
17827 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
17828 examples with the extra test
17829
17830Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17831
17832 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
17833 the global init function.
17834
17835Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17836
17837 * HTMLparser.c: Doohhh, attribute name parsing was still case
17838 sensitive ! Fixed this ...
17839 * result/HTML/* : updated the tests results accordingly
17840
17841Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17842
17843 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
17844 engine, should be far more stable, incorporated a new version of
17845 preceding/following axis, need testing
17846 * uri.c: fixed file:///c:/a/b/c problem
17847 * test/XPath/tests/idsimple: augmented the XPath tests
17848
17849Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17850
17851 * doc/* rebuilding docs for 2.2.4 release
17852
17853Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17854
17855 * configure.in: releasing 2.2.4
17856 * parser.[ch]: added xmlStrEqual()
17857 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
17858 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
17859 use xmlStrEqual instead
17860 * TODO: updated
17861 * added an XPath test
17862
17863Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17864
17865 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
17866 * entities.h: exported xmlInitializePredefinedEntities
17867 * parser.[ch] : added xmlInitParser()
17868 * parserInternals.h : had to export htmlInitAutoClose()
17869
17870Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17871
17872 * xpath.[ch] : fixed some serious XPath Predicate evaluation
17873 problems
17874 * Makefile.am : added XPath regression tests to normal tests
17875 * uri.c: fixed a problem with local paths, cleanup
17876 * parser.c: fixed a problem with large CData sections
17877
17878Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17879
17880 * configure.in xml-config.in: patch from "Ben Taylor"
17881 <sol7x86@hotmail.com> for solaris shared libs lookup
17882
178832000-09-30 Martin Baulig <baulig@suse.de>
17884
17885 * libxml-2.0.pc.in: Provide pkg-config script.
17886
17887 * configure.in: Create the libxml-2.0.pc script from the
17888 libxml-2.0.pc.in templates.
17889 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
17890 script in `$(libdir)/pkgconfig'.
17891
17892Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17893
17894 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
17895 when compiling with MSC
17896
17897Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17898
17899 * xpath.c: patch for normalize-string() substring-before(),
17900 substring-after() and translate() functions from Bjorn Reese
17901 <breese@mail1.stofanet.dk>
17902 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
17903 Fredrik Hallenberg <hallon@lysator.liu.se>
17904 * TODO: updated
17905
17906Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17907
17908 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
17909 problem of socklen_t being undefined on a number of platforms
17910 * debugXML.c: fixed a compilation problem when without snprintf
17911
17912Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17913
17914 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
17915 an URI bug and a fix for the control-character-induced infinite loop
17916 * nanohttp.c: preventive fix for compiling on WIN32
17917
17918Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17919
17920 * xmlint.c: closing bug #25000
17921
17922Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17923
17924 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
17925 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
17926 modified slightly Wayne Davison patch adding xmlStrcasecmp and
17927 related function, fixing xmlStrncmp(), and associated cleanup
17928 * result/HTML/entities.html.sax: updating result
17929
17930Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17931
17932 * uri.c: applied patch for URI escaping from Wayne Davison
17933 <wayned@blorf.net>
17934 * tree.c parserInternals.c HTMLparser.c: memset checks patches
17935 from Denis Barbier <barbier@imacs.polytechnique.fr>
17936 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
17937 patch from Wayne Davison
17938
17939Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17940
17941 * doc/xml.html : updated with new releases, adding "how to help"
17942
17943Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17944
17945 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
17946 removed a few warnings in pedantic mode ...
17947 * parserInternals.c parser.c: moved encoding switching function
17948 to parserInternals.c
17949 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
17950
17951Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17952
17953 * HTMLparser.c parser.c: set ctxt->errNo before calling the
17954 error or warning handlers
17955
17956Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17957
17958 * parserInternals.c parserInternals.h parser.c Makefile.am:
17959 created a new module parserInternals.c, moved most of the
17960 code shared by the various parsers there, as well as
17961 deprecated code from parser.c. More cleanup of parser.c
17962 * uri.c: fixed a problem when URI is NULL
17963 * valid.c: speedup when looking for an attribute declaration
17964
17965Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17966
17967 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
17968 the cleanup of the computation of URI references when seeking
17969 external entities. The URI reference string and the resulting
17970 URI are both stored now.
17971 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
17972 large s(n)printf checks and cleanup from Denis Barbier
17973 <barbier@imacs.polytechnique.fr>
17974 * xmlversion.h.in tree.h: couple of SGML declarations for a
17975 possible docbook module.
17976 * result/VC/ : a couple of test output changed due to the change
17977 of the entities URI
17978
17979Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17980
17981 * parser.h: added a _private field for linking user's data
17982
17983Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17984
17985 * parser.c parserInternals.h: demacroified most of the IS_XXX
17986 the gain in size is significant so ...
17987
17988Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17989
17990 * entities.c: cases where looking up entities with doc==NULL
17991 covered
17992
17993Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17994
17995 * uri.c: applied Wayne Davison patch
17996 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
17997
17998Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
17999
18000 * uri.c testUri.c: applied Wayne Davison patches
18001 * test/URI/uri.data result/URI/uri.data: first set of tests/results
18002 * Makefile.in: added URItest and included thenin "make tests"
18003
18004Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18005
18006 * xmlversion.h.in: closed bug 22941
18007
18008Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18009
18010 * doc/xmlio.html: added doc and example for entity loader
18011 redefinition.
18012
18013Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18014
18015 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
18016 used by libxml
18017
18018Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18019
18020 * parser.c: Fixed bug on invalid ontent characters and when using
18021 push.
18022 * xmllint.c: fixed xmllint endling of errors in push mode
18023
18024Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18025
18026 * HTMLparser.c testHTML.c: applied two new patches from
18027 Wayne Davison <wayned@users.sourceforge.net>
18028 * result/HTML/*.sax: regenerated HTML SAX output
18029 * parser.c: more cleanup.
18030
18031Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18032
18033 * HTMLparser.[ch] testHTML.c: applied the second set of
18034 patches from Wayne Davison <wayned@users.sourceforge.net>,
18035 adding htmlEncodeEntities()
18036 * HTMLparser.c: fixed an ignorable white space detection bug
18037 occuring when parsing with SAX only
18038 * result/HTML/*.sax: updated since the output is now HTML
18039 encoded...
18040
18041Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18042
18043 * HTMLparser.[ch]: applied some of Wayne Davison
18044 <wayned@users.sourceforge.net> patches
18045
18046Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18047
18048 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
18049 undeclared namespace prefix was used, added a warning.
18050 Cleaned up support w.r.t. entities, spilling out a warning
18051 and being pedantic on lookups.
18052 * test/warning/ent9 : added testcase for previous example.
18053 * TODO: updated
18054 * parserInternals.h parser.c: changed the way names are parsed
18055 now allow infinite size and decrease penalty for normal use
18056 * parser.c: Started a big cleanup/check of the parser code,
18057 fixed some of the most tortuous entity code, spotted code
18058 unused anymore
18059 * test/*: added tests for very long names and related nasty
18060 things.
18061
18062Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18063
18064 * doc/encoding.html: added encoding aliases doc
18065 * doc/xml.html: updates
18066 * encoding.[ch]: added EncodingAliases functions
18067 * entities.[ch] valid.[ch] debugXML.c: removed two serious
18068 bottleneck affecting large DTDs like Docbook
18069 * parser.[ch] xmllint.c: added a pedantic option, will be
18070 useful
18071 * SAX.c: redefinition of entities is reported in pedantic mode
18072 * testHTML.c: uninitialized warning from gcc
18073 * uri.c: fixed a couple of bugs
18074 * TODO: added issue raised by Michael
18075
18076Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18077
18078 * doc/encoding.html: propagated Martin Duerst suggestions
18079
18080Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18081
18082 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
18083 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
18084 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
18085 by Wayne Davison
18086
18087Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18088
18089 * nanoftp.c nanohttp.c: small cleanup
18090 * TODO: updated
18091
18092Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18093
18094 * added an old VC testcase and updated title.xml entity
18095
18096Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18097
18098 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
18099 done on auto-opening of <p> tags and cleanup of SAX output
18100
18101Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18102
18103 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
18104
18105Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18106
18107 * doc/xml.html libxml.* structure.*: updated the doc a bit
18108
18109Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18110
18111 * testSAX.c testHTML.c result/HTML/: cleanup of the output
18112 of SAX tests
18113
18114Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18115
18116 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
18117 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
18118
18119Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18120
18121 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
18122 * testHTML.c: fix core dump on Solaris 2.x systems
18123 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
18124 * result/HTML/*.sax: previous bug fix lead to new results
18125
18126Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18127
18128 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
18129 * configure.in: added --with-readline=DIR to accept alternate
18130 path for readline include/library
18131 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
18132 for ANSI under HP-UX
18133 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
18134 includes @LIBS@
18135
18136Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18137
18138 * doc/* : rebuilt the docs
18139 * getting ready for 2.2.2 release
18140
18141Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18142
18143 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
18144 and xmlAddFeature()
18145 * tree.[ch]: added xmlAddChildList()
18146 * xmllint.c: MAP_FAILED macro test
18147 * parser.h: added xmlParseCtxtExternalEntity()
18148 * valid.c: applied bug fixes removed warning
18149 * tree.c: added CDATA block to elements content
18150 * testSAX.c: cleanup of output
18151 * testHTML.c: added SAX testing
18152 * encoding.c: better error recovery
18153 * SAX.c, parser.c: fixed one of the external entity processing
18154 of the OASis testsuite
18155 * Makefile.am: added HTML SAX regression tests
18156 * configure.in: bumped to 2.2.2
18157 * test/HTML/ result/HTML: added a few of HTML tests, and added the
18158 SAX results
18159
18160Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18161
18162 * configure.in: patch for HP compiler
18163
181642000-08-04 Sven Heinicke <sven@zen.org>
18165
18166 * xmllint.c: Was coredumping sometimes when the file given didn't
18167 exist.
18168
18169Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18170
18171 * parser.c xmlIO.[ch]: fixed the problem of encoding support
18172
18173 when using in memory parsing. Need some cleanup.
18174 * xmllint.c configure.in: added a --memory flag to test memory
18175 parsing
18176
18177Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18178
18179 * nanohttp.c: fixed socklen_t replacement to unsigned int
18180 * parser.c: fixed a space handdling missing at the end of
18181 production 28 DOCTYPE.
18182 * xmlmemory.c: fixed a stupid bug on the routine to override
18183 allocation functions
18184 * TODO: updated
18185
18186Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18187
18188 * doc/ regenerated the docs
18189
18190Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18191
18192 * doc/encoding.html doc/xml.html: added I18N doc
18193 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
18194 improvements, both parser and filters, added ASCII & HTML,
18195 fixed the ISO-Latin-1 one
18196 * xmllint.c testHTML.c: added/made visible --encode
18197 * debugXML.c : cleanup
18198 * most .c files: applied patches due to warning on Windows and
18199 when using Sun Pro cc compiler
18200 * xpath.c : cleanup memleaks
18201 * nanoftp.c : added a TESTING preprocessor flag for standalong
18202 compile so that people can report bugs more easilly
18203 * nanohttp.c : ditched socklen_t which was a portability mess
18204 and replaced it with unsigned int.
18205 * tree.[ch]: added xmlHasProp()
18206 * TODO: updated
18207 * test/ : added more test for entities, NS, encoding, HTML, wap
18208 * configure.in: preparing for 2.2.0 release
18209
18210Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18211
18212 * nanoftp.c: fixed the way the control connection is handled
18213 * libxml.spec.in: fixed the dependencies and cleanup
18214
18215Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18216
18217 * doc/xml.html: changed the xmlsoft.org structure, updated the
18218 examples w.r.t. root and childs
18219
18220Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18221
18222 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
18223
18224Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18225
18226 * HTMLparser.c: Work on character encoding support for the HTML parser
18227 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
18228 * encoding.c: Fixed a potential memleak in the encoding stuff
18229
18230Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18231
18232 * doc/FAQ.html doc/Makefile.am : added a FAQ
18233
18234Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18235
18236 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
18237 of the HTML parser to force it to not bypass SAX
18238
18239Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18240
18241 * win32config.h.in: updated
18242 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
18243 lacks iconv support :-( need to release 2.1.1
18244 * configure.in: release 2.1.1
18245 * HTMLparser: fixed bug #14784
18246 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
18247 by Windows compiler
18248 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
18249 the SAX startDocument() callback.
18250 * TODO: updated
18251
18252Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18253
18254 * added xmlStopParser()
18255
18256Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18257
18258 * configure.in: 2.1.0 prerelease
18259 * Large resync between W3C and Gnome tree
18260 * nanoftp, nanohttp.c: fixed stalled connections probs
18261 * HTMLtree.c SAX.c : support for attribute without values in
18262 HTML for andersca
18263 * valid.c: Fixed most validation + namespace problems
18264 * HTMLparser.c: start document callback for andersca
18265 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
18266 * parser.h, SAX.c: serious speed improvement for large
18267 CDATA blocks
18268 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
18269 different encoding
18270 * example/Makefile.am example/gjobread.c tree.h: work on
18271 libxml1 libxml2 convergence.
18272 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
18273 and the LIBXML_TEST_VERSION macro
18274
18275Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18276
18277 * doc/xml.html: various patches and improvements typo fixed by
18278 Felix Natter
18279 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
18280 from Felix Natter <fnatter@gmx.net>
18281
18282Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18283
18284 * doc/upgrade.html: updated with instructions for support of both
18285 libxml-1.x and libxml-2.x
18286 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
18287 for 2.x support and also fixed includes
18288
18289Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18290
18291 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
18292 the encoding support, added iconv support, so now libxml if
18293 compiled with iconv automatically support japanese encodings
18294 among others. Work based on initial patch from Yuan-Chen Cheng
18295 I may have broken binary compat in the encoding handler
18296 registration scheme, but that was so utterly broken I don't
18297 expect anybody to have used this feature until now.
18298 * parserInternals.h: fixup on the CHAR range macro
18299 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
18300 code.
18301 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
18302 * uri.c: added xmlParseURI() I can't believe I forgot to
18303 implement this one in 2.0 !!!
18304 * SAX.c: moved doc->encoding update in the endDocument() call.
18305 * TODO: updated.
18306
18307Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18308
18309 * tree.h: removed extraneous xmlRemoveProp definition
18310 * TODO: added item about --disable-corba configure switch
18311 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
18312 * nanoftp.c: fixed include problems giving troubles on AIX and
18313 slowlaris
18314 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
18315 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
18316 comment and headers changes to lower gtk-doc number of warnings
18317 * doc/html/*: rebuilt docs
18318
18319Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18320
18321 * HACKING: documented the tag for 1.x and instructions
18322
18323Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18324
18325 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
18326 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
18327 xmlCreateIOParserCtxt
18328 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
18329 significant overall improvement
18330 * xmllint.c: added I/O test to xmllint
18331 * testSAX.c: added a speed test
18332 * doc/* : updated/regenerated
18333
18334Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18335
18336 * xpath.c uri.h parserInternals.h: cosmetic changes from
18337 "Timur I. Bakeyev" <timur@bat.ru>, including making
18338 xmlCreateURI() public
18339
18340Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18341
18342 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
18343 and the code at the same time. Added a clean mechanism for
18344 overload or added input methods: xmlRegisterInputCallbacks()
18345 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
18346 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
18347 * TODO: updated
18348 * doc/* : updated/regenerated
18349 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
18350 source dir
18351
18352Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18353
18354 * testURI.c: yet another forgotten commit, I should get some sleep !
18355
18356Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18357
18358 * xmllint.c: forgot to commit this too ?
18359
18360Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18361
18362 * xmlversion.h.in : forgot to commit this previously
18363
18364Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18365
18366 * configure.in: preparing libxml-2.0.0 version looks Ok so far
18367 * README TODO: updated for release
18368 * uri.c uri.h: added authority parsing/saving
18369 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
18370 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
18371 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
18372 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
18373 Makefile.am : added compile-time customization of libxml
18374 --with-ftp --with-http --with-html --with-xpath --with-debug
18375 --with-mem-debug
18376 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
18377 #include <libxml/xxx.h> I hope it won't break too much stuff
18378 and will be manageable in the future...
18379 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
18380 and added xmllint to the installed programs
18381 * uri.h: added xmlFreeURI()
18382
18383Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18384
18385 * uri.c uri.h: finished the escaping handling, the base support
18386 and the URI path normalization. Looks good just lacks the
18387 authority content parsing code.
18388 * Makefile.am: added instructions to generate testURI
18389 * TODO: updated
18390 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
18391 added links and icons for W3C and Gnome
18392
18393Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18394
18395 * xmlmemory.[ch] : seems I forgot to actually update the files in
18396 the last commit :-)
18397 * doc/xml.html doc/html/* : updated and uploaded the docs
18398
18399Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18400
18401 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
18402 * TODO: updated
18403 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
18404 libxml default allocation function with another set (like gmalloc/
18405 gfree).
18406 * Makefile.am, uri.c, uri.h: added a set of functions to do
18407 exact (litteraly copied from the RFC 2396 productions) parsing
18408 and handling of URI. Will be needed for XLink, one XML WFC,
18409 XML Base and reused in the nano[ftp/http] modules. Still work
18410 to be done.
18411
18412Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18413
18414 * configure.in, libxml.spec.in : libxml2
18415 * doc/* : updated the doc page, rebuilt the docs
18416
18417Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18418
18419 * all: tagged LIB_XML_1_X
18420 * *.c *.h : updated from W3C CVS tree
18421 * configure.in : 2.0.0-beta
18422 * libxml.spec.in : libxml2 package nam
18423 * result/* : new version of the tests output
18424
18425Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18426
18427 * doc/xml.html, doc/update.html: updated docs, 1.8.7
18428
18429Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18430
18431 * doc/* : rebuilt the docs
18432 * parser.c: final patch on #6766
18433 * valid.c: small patch on validity checks.
18434
18435Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18436
18437 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
18438 added
18439 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
18440 compatibility w.r.t. XML spec and existing code.
18441
18442Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18443
18444 * parser.c: seems a better solution to <a> </a> exists,
18445 will try it for a while
18446
18447Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18448
18449 * parser.c: tried to remove the <a> </a> generating <a/>
18450 this is hard. Left a flag for that purpose. Fixed bug #6766
18451 * configure.in: prepared 1.8.7 not released, due to previous
18452 problem
18453
18454Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18455
18456 * doc/xml.html : applied second patch from Paul DuBois
18457
18458Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18459
18460 * doc/xml.html : applied patch from Paul DuBois
18461
18462Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18463
18464 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
18465
18466Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18467
18468 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
18469 compilation warnings on various platforms.
18470 * parser.c: Fixed #5281 validity error callbacks are now desactived
18471 by default if not validating.
18472
18473Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18474
18475 * nanoftp.c, win32config.h.in: patches to compile on WIN32
18476
18477Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18478
18479 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
18480 <gkatsi@cs.toronto.edu>
18481
18482Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18483
18484 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
18485 processing URLs
18486
18487Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18488
18489 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
18490 xmlNanoFTPUpdateURL for persistent control connections.
18491 * configure.in: 1.8.6
18492
18493Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18494
18495 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
18496 * tree.[ch] : added xmlSaveNoEmptyTags
18497
184982000-01-29 James Henstridge <james@daa.com.au>
18499
18500 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
18501
18502 * Makefile.am: added nanoftp.[ch] to the build.
18503
18504Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18505
18506 * nanoftp.[ch]: cleanup, comments, API
18507 * debugXML.c : fixed a bug in the cat command
18508 * doc/*: regenerated the docs
18509
18510Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18511
18512 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
18513 * debugXML.c : fixed a bug in the cat command
18514 * valid.c: fixing some small probs
18515 * libxml.spec.in: get rid of the SNAP suffix
18516 * doc/xml.html: updated the status
18517
18518Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18519
18520 * xml-config.in: xml-config --version to just return the
18521 version number
18522 * xpath.c: some cleanup w.r.t. axis when the current node is
18523 an attribute.
18524 * TODO: updated
18525
18526Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18527
18528 * configure.in: prepared for libxml-1.8.5
18529 * doc/* recompiled the documentation
18530
185312000-01-17 Jody Goldberg <jgoldberg@home.com>
18532
18533 * configure.in : WARNING autoconf subtlety alert :
18534 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
18535 when looking for zlib.h so that HAVE_ZLIB_H is defined.
18536 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
18537 get defined by AC_CHECK_HEADERS.
18538
18539Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18540
18541 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
18542 Rune.Djurhuus@fast.no
18543
18544Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18545
18546 * TODO: updated
18547 * tree.c, parser.c: made sure that only memory alloc problems
18548 and internal parser errors are allowed to write to stdout or
18549 stderr.
18550
18551Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18552
18553 * tree.c : restored xmlNewGlobalNs since this seems used by
18554 a lot of existing code :-(, fixed a bug in xmlNewNs
18555 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
18556 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
18557 to exit() from the library code.
18558 * xpath.c, parser.c: removed bugs or unused code detected by
18559 Windows compilers
18560 * parser.c: started adding interfaces for parsing well balanced
18561 XML fragments
18562 * configure.in: releasing 1.8.4
18563 * doc/* : rebuilt the docs
18564
18565Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18566
18567 * tree.[ch] : added xmlNewDocFragment() for DOM
18568 * testHTML.c: uninitialized variable.
18569
18570Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18571
18572 * doc/* : rebuild the docs
18573
18574Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18575
18576 * acconfig.h: readline and history patch
18577 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
18578 * tree.c: added check and handling when possibly removing an ID
18579 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
18580 and saving.
18581 * test/HTML/entities.html result/HTML/entities.html* : test for
18582 various entities reference cases
18583 * result/HTML/* : as a result output of some testcase have
18584 changed
18585 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
18586 by previous example. added xmlParseTryOrFinish().
18587 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
18588 entities.h debugXML.h HTMLparser.h: changed the way struct are
18589 declared to allow gtk-doc to expose those
18590 * parser.c: closed bug #4960
18591 * Makefile.am configure.in: Applied patch from
18592 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
18593 and math/socket libs detection
18594
18595Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18596
18597 * configure.in, Makefile.am: link tester against readline
18598 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
18599
18600Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
18601
18602 * tree.[ch]: added xmlRemoveProp
18603 * win32config.h.in nanohttp.c: avoid including the Windows
18604 socket stuff in every C files
18605 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
18606 the XmL parser(s)
18607 * test/ns4 result/ns4 etc...: added test case for previous prob
18608 * tree.c: xmlNewNs wasn't checking for double definition
18609 * Makefile.in: fixed a problem with dist-hook duplicates
18610 * parser.[hc], xmlIO.c: fixed the loading of external entities
18611 APIs, now xmlLoadExternalEntity() is used everywhere and
18612 setting up an app specific front-end using the
18613 * SAX.c parser.c: some fixes, now the xhtml spec validates
18614 with the xhtml DTD.
18615 * error.c: fixed crashes in case of no input stream
18616 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
18617 to the validation tests and results
18618
18619Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18620
18621 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
18622 too htmlCreatePushParserCtxt() and htmlParseChunk()
18623 * parser.c: a bit of cleanup.
18624 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
18625 to XML) removed the last mem leak known
18626 * HTMLtree.c: output message cleanup
18627 * xmlmemory.c: display content info about memory blocks
18628 * result/HTML/wired.* : missing att value warning change
18629
18630Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18631
18632 * doc/* : rebuilt the documentation
18633
18634Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18635
18636 * parser.[ch] parserInternals.h: Push parser for XML,
18637 seems to work fine now
18638 * tester.c debugXML.[ch]: Added an XML shell debug facility and
18639 --push for push testing
18640 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
18641 * testSAX.c: added --push
18642 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
18643 subtree
18644 * xmlIO.[ch] : enriched API + fixes for push mode
18645 * entities.[ch]: added the entity content length to the struct.
18646 * xmlmemory.[ch]: new API to show the last entries for the shell
18647 * valid.c: added required attribute testing
18648 * SAX.c: the cdata callback now merge contiguous fragments
18649 * HTMLparser.c: cleanup of some macros
18650
18651Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18652
18653 * parser.c: fix for PIs name starting with xml
18654 * tree.c: fixed a potential problem with || and && ops
18655 * *.c, configure.in win32config.h.in : generate win32config.h for
18656 those on the Other Side !
18657
18658Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18659
18660 * parser.c: fixed a stupid = vs. == bug :-(
18661 * doc/gnome-xml.sgml: s/glade/xml/
18662
18663Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18664
18665 * configure.in, doc/xml.html : bug fix release 1.8.2
18666 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
18667 Hopefully the end of that silly C++ include problem
18668 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
18669 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
18670 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
18671 troubles with autoclosed elements when the stree shape doesn't
18672 follow the DtD specs. Added htmlIsAutoClosed() and
18673 htmlAutoCloseTag()
18674 * result/HTML/*.htm*: Updated the HTML examples regression tests output
18675 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
18676 * debugXML.c: fixed a bug on printing default namespaces.
18677 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
18678
18679Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18680
18681 * result/HTML/*.htm[l] : updated the HTML regression tests according
18682 to the new output
18683 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
18684 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
18685 problem due to intermix of extern "C" { ... } declarations for C++
18686 and recursive includes in the headers
18687
186881999-12-20 Chris Lahey <clahey@umich.edu>
18689
18690 * HTMLtree.c: Made it so that html nodes with a single child do
18691 not insert a carriage return before or after the child node.
18692
18693Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18694
18695 * configure.in, doc/xml.html : bug fix release 1.8.1
18696 * parser.c: fixed bug #4344
18697 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
18698 added the glue to avoid C++ problems
18699 * doc/* : regenerated the documentation
18700
18701Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18702
18703 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
18704 namespace recognition, and Dia as a resul :-(
18705 * encoding.c: closed bug #3950
18706
18707Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18708
18709 * valid.c: debugging a posteriori validation, except URI expansion
18710 stuff this should be fixed now
18711 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
18712 Carl Nygard <cnygard@bellatlantic.net>
18713 * tester.c: added --postvalid, cleaning of the code
18714 * tree.[ch]: added xmlDocGetRootElement()
18715
18716Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
18717
18718 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
18719 c++ losage.
18720
18721Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18722
18723 * configure.in, doc/xml.html : bumped to 1.8.0
18724 * xlink.[ch], Makefile.am : added framework for link detection
18725 * parser.h: added nbChars to parser context, needed for cleanup.
18726 * xmlmemory.c: removed a nasty bug when out of mem
18727 * valid.[ch]: adding namespace support for attribute decl
18728 * tester.c: added --debugent option
18729 * debugXML.[ch]: added xmlDebugDumpEntities()
18730 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
18731 buffers instead, this was really needed, validation was breaking
18732 in strange ways due to that. Added xmlParseStringPEReference()
18733 and other parsing from strings functions. Entities processing
18734 modified again, but PERef are still not handled correcly but
18735 unless you're Eve Maller you won't notice :-)
18736 * HTMLparser.c: large changes toward reliability, and switched to
18737 lowercase internal tags, XHTML is lowercase, so it will help
18738 that output is closer to next version.
18739 * doc/* : regenerated the documentation, it is now hosted at
18740 http://xmlsoft.org/ (same bits I just bought the domain :-)
18741
18742Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18743
18744 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
18745 doc generation
18746 * parser.c: fixed bugs #3908 and #3937 and a memory leak
18747 in the SAX API
18748 * doc/*: rebuilt the doc making sure everything appears in the
18749 HTML files
18750
18751Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18752
18753 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
18754 added the patch from Carl Nygard <cnygard@bellatlantic.net>
18755 which allow impressive speed improvement on dataset with
18756 large text pieces, but at the cost of broken binary
18757 compatibility and slightly bigger memory usage.
18758 Configure with --with-buffers to activate them, they
18759 are protected with XML_USE_BUFFER_CONTENT define.
18760 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
18761 goal is 0 memory left allocated once parser is no more used
18762 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
18763 call xmlCleanupParser() and xmlMemoryDump()
18764
18765Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18766
18767 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
18768 * parser.[ch] encoding.[ch]: added memory cleanup routines
18769 * parser.c: closing bug #3788
18770 * doc/*: rebuilt the doc
18771
18772Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18773
18774 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
18775 xmlNewTextChild() and xmlSetCompressMode() behaviour.
18776 * tester.c: added --compress option
18777 * doc/*: rebuilt the documentation
18778
18779Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18780
18781 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
18782 if given /proc/kcore as input !
18783 * doc/xml.html doc/*: updated and rebuilt the documentation
18784
18785Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18786
18787 * parser.c: Fixed some wrongly space collapsing code due to
18788 a misreading of the spec.
18789 * result/*: fixed the output accordingly
18790
18791Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18792
18793 * encoding.c: bug fix and typos
18794 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
18795 * parser.c: added attribute normalization closing bug #3597
18796 * test/att* result/att* SAXresult/att*: testcase for attribute
18797 normalization
18798
18799Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18800
18801 * configure.in: closing bug #3163 by adding extra flags for the
18802 cc compiler on HP-UX
18803
18804Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18805
18806 * valid.[ch] : removed a typo and an enumerated type bug in the
18807 xmlAddElementDecl() function
18808 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
18809 call to xmlEncodeEntitiesReentrant() so that the functions
18810 New, Set and Get are at the same level.
18811 * parser.c HTMLparser.c: extra memory allocation bug for
18812 attributes detected by someone using libxml in embedded systems :-)
18813
18814Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18815
18816 * xmlmemory.h: turned off mem debug :-\
18817
18818Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18819
18820 * parser.c: closed bug #2784 a one line fix, but worth pushing
18821 a new release out
18822 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
18823 some structures, comments before and after the
18824 main element, and other nastyness
18825 * HTMLtree.c tree.c: accomodate the extended HTML supported
18826 * configure.in: pushing 1.7.4
18827 * test/ent8 and related outputs : added a new test for bug #2784
18828 * test/HTML/wired.html and related output: a nasty HTML example
18829 * Makefile.am: improved the test scripts
18830 * docs/* : reran the documentation extractor, updated xml.html
18831
18832Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18833
18834 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
18835 HTMLparser and debugged the HTML related code. HTML documents
18836 now have their own type
18837 * entities.c: do not dump &apos; for HTML output
18838 * xmlmemory.c: improvement, breakpoint mechanism
18839 * testHTML.c: added --sax --repeat ...
18840 * Makefile.am: improved the HTML tests
18841 * valid.[ch]: added xmlValidGetValidElements and
18842 xmlValidGetPotentialChildren
18843 * tester.c: added --insert to test the 2 new functions
18844 * test//* result//* SAXresult//* : regression test cleanup
18845 and extension.
18846 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
18847 gnome-xml-nanohttp.html
18848
18849Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18850
18851 * HTMLparser.c: fixed problems with some autoclose tags
18852 * tree.c: fixed XML output problems.
18853 * result/* SAXresult/*: update of the tests output
18854
18855Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18856
18857 * Makefile.am: Arturo patch for xmlConf.sh version info
18858 * parser.c: Tim Josling patch for single quoted items
18859 * tester.c: Tim Josling patch for tester options usage
18860 * tree.h: indent cleanup
18861
18862Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18863
18864 * HTMLparser.c parser.h : Fixed problems with HTML parsing
18865 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
18866
18867Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18868
18869 * tree.c : Raph patch for initialization of CORBA fields
18870 * parser.c, xpath.c, ...: modification of doc comments
18871 * xpath.c : allow spaces in xpath expressions
18872
18873Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18874
18875 * xmlmemory.h: turning off memory debug :-(
18876
18877Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18878
18879 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
18880 better SAX interfaces.
18881 * testSAX.c: uses the new SAX routine, avoid fetching any remote
18882 entity.
18883 * configure.in: 1.7.2
18884
18885Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18886
18887 * libxml.spec.in: fixed the URL
18888 * doc/xml.html: improved the documentation front-end
18889
18890Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18891
18892 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
18893
18894Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18895
18896 * libxml.spec.in: fixed the alpha compile problem
18897 * parser.[ch]: changed errno to errNo in the parser context :-(
18898 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
18899 * doc/xml.html: changed CHAR to xmlChar
18900 * doc/html/*: recompiled the documentation
18901 * configure.in: 1.7.1
18902
18903Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18904
18905 * parser.h: modified the parser context struct to regain 1.4.0
18906 binary compatibility
18907 * parser.c, xml-error.h: added errno ot teh context and defined
18908 a set of errors values with update of errno
18909 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
18910 DTDs and entities
18911 * *.h, *.c: complete cleanup of the use of config.h and include
18912 protection depending on the current setup.
18913 * overalll debugging, maintenance and bug-fixing on all modules
18914 * updated the documentation
18915 * ready for 1.7.0
18916
18917Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18918
18919 * HTMLparser.c : cleanup
18920 * SAX.c valid.c valid.h: added ID/IDREF checking
18921 * tree.c tree.h: extended doc structure for refs
18922 * configure.in: 1.6.2
18923 * parser.c: patched bug in SAX user arg call
18924 * parserInternals.h: patched missing close in C++ wrapping
18925 * testXPath.c xpath.c xpath.h: prepared for extensibility,
18926 especially upcoming XPointer implementation.
18927 * doc/xml.html: augmented, typo
18928
18929Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
18930
18931 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
18932 not all invocations of install understand -d.
18933
18934Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
18935
18936 * Makefile.am: prepend all the test* calls with $(top_builddir) -
18937 to make 'check' works, when builddir != srcdir.
18938
18939Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18940
18941 * doc/xml.html : updated the documentation
18942
18943Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18944
18945 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
18946 not deallocated memory blocks
18947 * *.c : replaces all calls to malloc() free() and realloc() to
18948 the wrapper functions/macros
18949 * tree.c : removed memory leaks dues to calling xmlFreeNode()
18950 instead of xmlFreeNodeList()
18951
18952Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18953
18954 * HTMLparser.c: corrected a stupid bug leading to core dump at
18955 tree deallocation. Removed warnings indicated by
18956 Stephane.Conversy@lri.fr
18957 * entities.c: Fixes Yet Another Stupid Bug, entities were not
18958 looked for in the external subset
18959
18960Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18961
18962 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
18963 on SGI by Stephane.Conversy@lri.fr
18964
18965Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18966
18967 * all .h : changed the prototype declaration indent as in gtk
18968 * most .c : working on reducing the TODOs in the code
18969 * most .c : cleanup though -pedantic and Insure++
18970 * improvements on validation ID checkings.
18971 * tree.[ch] SAX.c: added support for namespace on attributes #2022
18972 * xml-config.in: closed #1810
18973
18974Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18975
18976 * tree.h, valid.c, valid.h: more work on validity, IDs
18977 * xpath.c: added/fixed comparidon and equlity, added a new isinf
18978 definition for AIX
18979
18980Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18981
18982 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
18983 the distribution due to a cut'n paste error at last commit
18984
18985Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18986
18987 * configure.in: upgraded to version 1.4.0
18988 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
18989 Big update, added a large part of the validation process,
18990 it should be usable, but some parts are missing
18991 * xpath.c: improved the implementation w.r.t. root.
18992 * Makefile.am: added more tests
18993 * test and result trees: added a lot of tests
18994 * libxml.spec.in: export libxml.so.0 and libxml.so.1
18995
18996Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
18997
18998 * Added an HACKING file
18999
19000Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19001
19002 * xpath.[ch] : improvements and debug of the XPath implementation
19003 * parser.c, HTMLparser.c : modified the parsers to be progressive
19004 * tree.[ch] : extended the Buffer promitives
19005 * xmlIO.[ch] : added basic I/O routines providing progressive
19006 parsing and ready for I18N conversion plugins
19007 * SAXresult/* : the SAX callback sequence maybe slightly different
19008 now
19009 * test*.c : improved/updated the tests programs
19010 * doc/* : recompiled the docs.
19011
190121999-07-26 Michael Meeks <michael@edenproject.org>
19013
19014 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
19015
19016 * tree.c: Ditto.
19017
19018Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19019
19020 * configure.in: upgraded to version 1.4.0
19021 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
19022 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
19023 XML query language, see http://www.w3.org/TR/xpath for more details.
19024 * parser.c, parser.h: added CHAR* related string functions for XPath
19025 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
19026 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
19027 rebuild the docs.
19028 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
19029 and regression testing capabilities for XPath.
19030
19031Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19032
19033 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
19034 closing bug #1646
19035
19036Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19037
19038 * Makefile.am, example/Makefile.am: closed bug #1683
19039
19040Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19041
19042 * example/Makefile.am, configure.in: added the makefile for the
19043 gjobread example
19044
Daniel Veillard25a1ce92008-06-02 16:04:12 +000019045Sat Jul 10 14:19:11 CEST 1999 Tomasz KĹ‚oczko <kloczek@pld.org.pl>
William M. Brack11be2d02007-01-24 19:17:19 +000019046
19047 * doc/Makefile.am:
19048 - fix which allow "make install DESTDIR=</install/prefix>".
19049
19050Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19051
19052 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
19053 which fixed a problem on the file reading-code.
19054
19055Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19056
19057 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
19058 output.
19059 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
19060
19061Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19062
19063 * parser.h : Oops removed the binary compatibility problem
19064 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
19065 * parser.c, HTMLparser.c: applied patches for reading from stdin
19066
19067Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19068
19069 * parser.c, entities.c, valid.c: cleanup bug #1591
19070 * configure.in: cleanup bug #1592
19071 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
19072 the same tree back-end. Hence gdome will be available for it.
19073 * doc/Makefile.am: close bug #617
19074
19075Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19076
19077 * parser.c: alloctate a per parser context SAX interface block
19078
19079Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19080
19081 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
19082 and xmlEncodeEntitiesReentrant with the correct one :-\
19083
19084Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19085
19086 * commit of my internal XML base changes, quite a lot of
19087 changes, cleanups, better entities support, framework for
19088 new I/O and charset detection and handling
19089 * Fixed the configure/Makefile stuff to generate shared libs
19090 with the proper version info, so we jumped on rev from
19091 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
19092 xmlEncodeEntities() result need to be freed now, and a string
19093 xmlParserVersion provide the current library version.
19094
19095Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
19096
19097 * parser.c: fixed a buffer overrun for when you have a very long
19098 attribute with no entities in it.
19099
19100Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19101
19102 * added example directory
19103 * added example/gjobs.xml gjobread.c, still need a Makefile.in
19104
19105Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19106
19107 * Release of libxml-1.1, nearly everything has been touched for
19108 this.
19109 * Added more regression tests
19110 * Updated the documentation
19111
19112Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19113
19114 * tree.[ch]: unified the XML_NO_CORBA defines.
19115 * parser.c encoding.[ch]: started plugging in char encoding detection
19116
19117Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
19118
19119 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
19120 Also freed allocated buffer.
19121
19122Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19123 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
19124 reentrancy problem at printing. One is left in entities.c, to
19125 remove ASAP
19126 * testSAX.c : added a test example showing the use of the SAX
19127 interface if one doesn't want to build the DOM tree.
19128 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
19129
19130Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19131
19132 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
19133 large revamping of the parser to use SAX callbacks
19134 http://www.megginson.com/SAX/ (or at least a C like interface
19135 a la Expat). It's now possible to set up your own callbacks
19136 and the parser will not build a DOM tree.
19137 * test/* result/*: updated the test suite, I finally removed
19138 the old Namespace draft support (PI based).
19139
19140Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19141
19142 * Makefile.am: added test result to EXTRA_DIST for make tests
19143
19144Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19145
19146 * parser.c, parserInternals.h: moved the chars macro definitions
19147 to parserInternals.h
Daniel Veillard25a1ce92008-06-02 16:04:12 +000019148 * parser.c, error.c: applied patches from "Knut Ă…kesson"
William M. Brack11be2d02007-01-24 19:17:19 +000019149 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
19150
19151Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19152
19153 * xml-config.in : applied patch to make --version work
19154
191551999-03-05 Raja R Harinath <harinath@cs.umn.edu>
19156
19157 * Makefile.am (check-local): Alias for `tests' target. This will
19158 cause `make check' to do the right thing.
19159 (tests): Don't run tests in srcdir. Also, replaced calls to
19160 basename with a `sed' "equivalent".
19161
19162Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19163
19164 * Renamed error.h to xml-error.h, corrected Makefile.am to list
19165 it in the header and not the sources, updated the doc.
19166 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
19167 pointing this out.
19168
19169Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19170
19171 * parser.c, parser.h, parserInternals.h: memory leak hunting,
19172 exported the inputStream routines.
19173 * doc/html/* : updated accordingly
19174
19175Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19176
19177 * parser.c, parser.h, parserInternals.h: added a few extra
19178 internal calls to allocate and free parser contexts ...
19179 * doc/html/* : updated accordingly
19180
19181Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19182
19183 * configure.in, Makefile.am, doc/makefile.am : General changes for
19184 1.0.0 release and including the generated HTML documentation.
19185
19186Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19187
19188 * makefile.am : added parserInternals.h, oops.
19189
19190Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19191
19192 * parserInternals.h: added this header giving access to the parser
19193 internal functions.
19194 * doc/Makefile.am : added a rebuild target which rebuilds the full
19195 set of documentations
19196 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
19197 the internal subset.
19198 * *.c *.h: modifications needed to generate the documentation using
19199 gtk-doc, cleanup of functions blocks, reorganisation of struct
19200 declarations.
19201
19202Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19203
19204 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
19205 the tar and spec file to include the beginning of the doc.
19206
192071999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
19208
19209 * doc/.cvsignore: Added this file.
19210
19211Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19212
19213 * tree.c: fixed xmlGetProp to return "" when the attribute
19214 exists, even if the node-list is NULL.
19215
19216Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19217
19218 * tree.c: patched an error outputting empty attribute values.
19219 * Makefile.am and doc/makefile.am: have been updated during the
19220 week-end. Sorry for an empty CVS log, I got a shell problem.
19221
19222Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19223
19224 * tree.h: cleaned up using enums instead of defines
19225 * parser.c, valid.[ch]: more work on parsing/output of element
19226 declarations
19227
19228Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19229
19230 * valid.[ch], tree.c, parser.c : more work toward full parsing
19231 of XML DTDs.
19232 * README: added informations about mailing-list and on-line
19233 documentation
19234
192351999-01-27 Raja R Harinath <harinath@cs.umn.edu>
19236
19237 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
19238
19239Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19240
19241 * parser.c, tree.[ch] : more work toward conformance testing,
19242 added a last element to accelerate parsing of very flat structures
19243 started working on internal subset Element content declaration.
19244 * valid.[ch] : first cut at adding code toward validation.
19245 * previous changes had also small impact on most files, especially
19246 the conformance testing using James Clark test suite.
19247
19248Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
19249
19250 * test/* : updated the examples, most of them were not well
19251 formed (humm), and added rdf2.
19252 * result/* : resulting changes in the output.
19253
19254Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19255
19256 * tree.c: changed the behaviour of xmlGetProp on NULL values.
19257
19258Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19259
19260 * tree.c: patched a bug in the generation of empty attributes
19261
19262Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19263
19264 * entities.[ch], tree.[ch], tester.c: added copy interfaces
19265 for node/trees/documents/... Biggest problem is namespace
19266 support when copying subtrees.
19267
19268Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19269
19270 * parser.c, entities.c: improve entities and char ref encoding,
19271 and cleanups of error messages.
19272
19273Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19274
19275 * parser.c, entities.c: simple bug hunting done during rpm2html and
19276 rpmfind integration.
19277
19278Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19279
19280 * parser.[ch]: Added interfaces allowing to specify a SAX
19281 handler before parsing.
19282
19283Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19284
19285 * parser.c: redirrect all errors reporting through the SAX
19286 error function
19287
19288Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19289
19290 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
19291 * libtool, tlmain ...: update of the libtool files
19292
192931998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
19294
19295 * entities.c: Use g_snprintf insteda of snprintf.
19296
19297Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19298
19299 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
19300 added ent5 test for this purpose.
19301 * parser.c, parser.h: formatting, comments and UTF-8 planning.
19302
19303Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19304
19305 * parser.c: fixed? a strange error due to compression on a GWP
19306 document.
19307
19308Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19309
19310 * tree.[ch]: bug fixing
19311 * entities.[ch]: defined a specific type for predefined entities
19312 * doc/xml.html: more documentation on the library, how to use it,
19313 overview of the interfaces.
19314
19315Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19316
19317 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
19318
19319Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19320
19321 * tree.c: corrected a small bug
19322 * doc/xml.html: continuing writing documentation.
19323
19324Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19325
19326 * debugXML.h debugXML.c: added debugging utilities.
19327 * tester.c: added --debug switch.
19328 * tree.c: patched an incorrect node->type assignment.
19329 * parser.c: formatting, ensure that node->doc != NULL in attributes
19330
19331Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19332
19333 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
19334 entity support and provide an internal representation close to
19335 DOM one (entity ref nodes, and attribute value as tree). I tried
19336 to preserve the interface but this will surely break some apps
19337 (I have to change rpm2html/rpmfind for example). I had to change
19338 two interfaces, and the generated tree is somewhat different.
19339 * doc/* : started documenting the XML library, the tree and
19340 DOM/Corba. This is a first step.
19341
19342Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19343
19344 * parser.c: Set up the fonctions comment block, boring but useful.
19345 * parser.h, SAX.c, parser.c: now attributes are processed through
19346 the SAX interface. The problem is that my SAX interface diverged
19347 quite a bit from the original one, well this is not an official
19348 spec, and translating it from Java to C is hairy anyway...
19349
19350Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19351
19352 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
19353 fonctions comment block, boring but useful.
19354
19355Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19356
19357 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
19358 conversion routines. However they are not yet used to convert the
19359 inputs. The core will run with UTF-8.
19360
19361Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19362
19363 * tree.c : make sure that the type id is properly set-up when
19364 a new object is allocated, needed for DOM.
19365
19366Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19367
19368 * tree.h, tree.c: Ok, the main objects in the tree will be native
19369 corba objects, it costs 8 bytes per Node, Attribute and Document
19370 but it simplifies the Corba integration a lot (no extra interface
19371 objects to allocate/free).
19372
19373Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19374
19375 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
19376 and changed NODEs contants for conformity with DOM Level 1
19377
19378Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19379
19380 * added hooks to keep track of servants when creating objects
19381 xmlDoc and xmlNode (for Corba export).
19382
19383Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19384
19385 * added xml-config script.
19386
19387Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19388
19389 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
19390 to autoupdate libtool and automake conf files.
19391
193921998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
19393
19394 * Makefile.am: Use '?' to separate the sed
19395 commands as ',' is used when people pass -Wl,something.
19396
19397Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19398
19399 * tree.c, tree.h: added a per-document compression interface.
19400
19401Tue Sep 22 20:47:38 EDT 1998
19402
19403 * tree.c, tree.h: added saving with compression and added interfaces
19404 to control the compression level (xmlGetCompressMode,
19405 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
19406
19407Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19408
19409 * parser.c: corrected a loop for files of size 0
19410
194111998-08-20 Raja R Harinath <harinath@cs.umn.edu>
19412
19413 * error.h: New file. Contains prototyes from `error.c'.
19414
19415Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
19416
19417 * Makefile.am (xmlincdir): New macro.
19418 (xmlinc_HEADERS): Renamed from include_HEADERS.
19419
19420Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19421
19422 * applied small patch on numeric entities from
19423 Christopher Blizzard <blizzard@appliedtheory.com>
19424
19425Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19426
19427 * New release 0.2, removed the old xml_* files so that it's
19428 coherent with the other CVS base (W3C), far better conformance
19429 to standard, new namespaces, decent entities support, beginning
19430 of a SAX-like interface. Nearly nothing left intact, even the
19431 test examples ...
19432
194331998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
19434
19435 * .cvsignore: Add .deps dir
19436
19437Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19438
19439 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
19440
19441Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19442
19443 * configure.in: added test for CPP
19444 * AUTHORS, Changelog: the original ones didn't get commited but the
19445 glib ones instead, fixed.
19446 * Makefile.am: corrected an error in library naming
19447
19448Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
19449
19450 * integrated code developped at W3C
19451 * changed the original Copyright
19452 * migrated to automake
19453 * prefixed the filenames by xml_ to avoid filename clashes
19454
Daniel Veillard25a1ce92008-06-02 16:04:12 +000019455#
19456# vim: set enc=utf-8
19457#