blob: 64ed432e1bc63f8a0cc100bb040f301709f806e8 [file] [log] [blame]
Daniel Veillardac297932003-04-17 12:55:35 +00001Thu Apr 17 14:51:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
2
3 * relaxng.c: some cleanups
4 * doc/xmlreader.html: extended the document to cover RelaxNG and
5 tree operations
6 * python/tests/Makefile.am python/tests/reader[46].py: added some
7 xmlReader example/regression tests
8 * result/relaxng/tutor*.err: updated the output of a number of tests
9
Daniel Veillard62163602003-04-17 09:36:38 +000010Thu Apr 17 11:35:37 CEST 2003 Daniel Veillard <daniel@veillard.com>
11
12 * relaxng.c: valgrind pointed out an uninitialized variable error.
13
Daniel Veillard33300b42003-04-17 09:09:19 +000014Thu Apr 17 11:06:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
15
16 * include/libxml/relaxng.h relaxng.c include/libxml/xmlreader.h
17 xmlreader.c: augnemting the APIs, cleanups.
18 * parser.c: cleanup bug #111005
19 * xmlIO.c: added some missing comments
20
Daniel Veillardce192eb2003-04-16 15:58:05 +000021Wed Apr 16 17:46:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
22
23 * relaxng.c xmllint.c: more work on RelaxNG streaming validation
24 trying to improve the subset compiled, and more testing.
25 * doc/downloads.html doc/xml.html doc/xmlmem.html: some updates on the
26 documentation
27 * test/relaxng/tutor11_1_3.xml: fixes the DTD path
28 * result/relaxng/*.err: fix some of the outputs
29
Daniel Veillardf4e55762003-04-15 23:32:22 +000030Wed Apr 16 01:28:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
31
32 * relaxng.c xmlreader.c xmllint.c include/libxml/relaxng.h
33 include/libxml/xmlreader.h: implemented streaming of
34 RelaxNG (when possible) on top of the xmlReader interface,
35 provided it as xmllint --stream --relaxng .rng .xml
36 This seems to mostly work.
37 * Makefile.am: updated to test RelaxNG streaming
38
Daniel Veillardc58f4ef2003-04-14 16:11:26 +000039Mon Apr 14 18:08:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
40
41 * relaxng.c include/libxml/relaxng.h: integrated the regexp
42 based validity checking of fragments of the document for
43 which the RNG can be compiled to regexps. Works on all regression
44 tests, only fix needed is related to error messages.
45
Daniel Veillard52b48c72003-04-13 19:53:42 +000046Sun Apr 13 21:51:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
47
48 * relaxng.c xmlregexp.c include/libxml/xmlautomata.h
49 include/libxml/xmlregexp.h: Starting work precompiling
50 parts of RelaxNG schemas. Not plugged onto validity checking
51 yet, just the regexp building part. Needed to extend some
52 of the automata and regexp APIs.
53
Daniel Veillardf6bad792003-04-11 19:38:54 +000054Fri Apr 11 21:36:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
55
56 * xmllint.c xmlreader.c include/libxml/xmlreader.h: make sure
57 xmllint --stream and xmllint --stream --valid returns errors
58 code appropriately
59
Daniel Veillardc6cae7b2003-04-11 09:02:11 +000060Fri Apr 11 10:59:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
61
62 * xmlreader.c include/libxml/xmlreader.h: Added the Expand()
63 and Next() operation to work on subtrees within the reader
64 framework.
65 * doc/libxml2-api.xml python/libxml2class.txt: resulting updates
66 * python/tests/reader5.py: added an example for those new
67 functions of the reader.
68
Daniel Veillard645c6902003-04-10 21:40:49 +000069Thu Apr 10 23:38:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
70
71 * HTMLtree.c: patch from Vasily Tchekalkin to fix #109865
72
Daniel Veillard9e077102003-04-10 13:36:54 +000073Thu Apr 10 15:32:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
74
75 * xmlreader.c: fixing HasValue for namespace as raised by
76 Denys Duchier
77
Daniel Veillard02ea1412003-04-09 12:08:47 +000078Wed Apr 9 14:07:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
79
80 * HTMLparser.c include/libxml/HTMLparser.h: exported
81 htmlCreateMemoryParserCtxt() it was static
82
Daniel Veillardd3b9cd82003-04-09 11:24:17 +000083Wed Apr 9 13:21:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
84
85 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
86 update from Charles Bozeman for date and duration types
87 * test/schemas/date_0.* test/schemas/dur_0.*
88 result/schemas/date_0.* result/schemas/dur_0.*: updated too
89
Daniel Veillardc00cda82003-04-07 10:22:39 +000090Mon Apr 7 12:19:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
91
92 * tree.c valid.c xpath.c include/libxml/tree.h include/libxml/valid.h:
93 fixing bug #107129, removing excessive allocation and calls
94 to *printf in the code to build QName strings.
95
Igor Zlatkovic69651182003-04-05 09:43:30 +000096Sat Apr 5 11:41:36 CEST 2003 Igoe Zlatkovic <igor@zlatkovic.com>
97
98 * win32/libxml2.def.src: fixed conditional exports, reported by
99 Luke Murray.
100
Daniel Veillardadba5f12003-04-04 16:09:01 +0000101Fri Apr 4 18:08:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
102
103 * parser.c: fixed a possible problem with xmlRecoverMemory()
104
Daniel Veillarda48ed3d2003-04-03 15:28:28 +0000105Thu Apr 3 17:24:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
106
107 * trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c
108 triostr.h: Bjorn sent an update for the TRIO portability layer.
109
Igor Zlatkovicd6c86502003-04-01 20:00:42 +0000110Tue Apr 1 21:57:26 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
111
112 * win32/libxml2.def.src: exported new functions
113
Daniel Veillardc2d4a932003-04-01 11:13:05 +0000114Tue Apr 1 13:09:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
115
116 * configure.in NEWS: preparing release 2.5.6
117 * doc/*: updated and rebuilt the docs
118
Daniel Veillarde5020412003-04-01 09:55:20 +0000119Tue Apr 1 11:52:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
120
121 * SAX.c: fixed an uninitialized memory access pointed by valgrind
122 on C14Ntests
123
Daniel Veillard7fe1f3a2003-03-31 22:13:33 +0000124Tue Apr 1 00:12:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
125
126 * relaxng.c: one more fixup of error message reporting
127
Daniel Veillard5f1946a2003-03-31 16:38:16 +0000128Mon Mar 31 18:36:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
129
130 * relaxng.c: more work on bug #109225, and fixed an uninitialized
131 variable pointed out by valgrind
132
Daniel Veillarda507fbf2003-03-31 16:09:37 +0000133Mon Mar 31 18:05:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
134
135 * relaxng.c: try to work on bug #109225 and provide better
136 error reports.
137 * result/relaxng/* : this change the output of a number of tests
138 * xinclude.c: fixing the parsed entity redefinition problem
139 raised on the list.
140 * test/schemas/date_0.xsd: updated the date test c.f. E2-12
141
Daniel Veillardb3721c22003-03-31 11:22:25 +0000142Mon Mar 31 13:19:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
143
144 * xmlschemastypes.c: fixed date comparison to handle the tzo
145 The only failures left are disagreements on Notations and
146 '+1' not being allowed for ulong, uint, ushort and ubyte.
147
Daniel Veillard455cc072003-03-31 10:13:23 +0000148Mon Mar 31 12:11:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
149
150 * xmlschemastypes.c: fixed gMonth parsing routine accordingly
151 to the XML Schemas errata
152 http://www.w3.org/2001/05/xmlschema-errata#e2-12
153
Daniel Veillarde637c4a2003-03-30 21:10:09 +0000154Sun Mar 30 23:04:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
155
156 * relaxng.c xmlschemastypes.c: more work on XML Schemas datatypes
157 and facets support. Currently only schemas with binHex or
158 base64 don't compile. A few error left in the test suite:
159 found 1035 test instances: 919 success 23 failures
160 most are gdate or gdateyear failing check, and a few cases where
161 James clark tests results are strange.
162 * valid.c: allow to reuse the Notation checking routine without
163 having a validation context.
164 * SAX.c: removed a #if 0
165
Daniel Veillardb6c7f412003-03-29 16:41:55 +0000166Sat Mar 29 17:35:05 CET 2003 Daniel Veillard <daniel@veillard.com>
167
168 * xinclude.c: forgot to apply one check from #106931 patch
169 * xmlschemastypes.c: more work on XML Schemas datatypes
170
Daniel Veillardc4c21552003-03-29 10:53:38 +0000171Sat Mar 29 11:49:25 CET 2003 Daniel Veillard <daniel@veillard.com>
172
173 * relaxng.c include/libxml/relaxng.h xmlschemastypes.c: more work
174 on cleaning up XML Schemas datatypes based on James Clark tests
175 test/xsdtest/xsdtest.xml
176
Daniel Veillard80b19092003-03-28 13:29:53 +0000177Fri Mar 28 14:24:08 CET 2003 Daniel Veillard <daniel@veillard.com>
178
179 * relaxng.c: implemented comparisons for Schemas values.
180 * xmlschemastypes.c include/libxml/xmlschemastypes.h: fixed
181 some bugs in duration handling, comparisons for durations
182 and decimals, removed all memory leaks pointed out by James
183 testsuite. Current status is now
184 found 238 test schemas: 197 success 41 failures
185 found 1035 test instances: 803 success 130 failures
186
Daniel Veillard91a13252003-03-27 23:44:43 +0000187Fri Mar 28 00:41:55 CET 2003 Daniel Veillard <daniel@veillard.com>
188
189 * xmlschemas.c include/libxml/xmlschemas.h: fixed bugs and memory
190 leaks in the W3C XML Schemas code
191 * xmlschemastypes.c: implemented nonPositiveInteger
192 * test/schemas/length2_0.xsd result/schemas/length2_0_0.err:
193 fixed the test and result.
194
Daniel Veillard6560a422003-03-27 21:25:38 +0000195Thu Mar 27 22:23:07 CET 2003 Daniel Veillard <daniel@veillard.com>
196
197 * HTMLparser.c tree.c: two patches from James Bursa on the HTML
198 parser and a typo
199 * xmlschemastypes.c: reindenting, fixing a memory access
200 problem with dates.
201
Daniel Veillard6c5b2d32003-03-27 14:55:52 +0000202Thu Mar 27 15:53:35 CET 2003 Daniel Veillard <daniel@veillard.com>
203
204 * parser.c: fixing #109227 providing more context in case of
205 start/end tag mismatch
206 * python/tests/ctxterror.py python/tests/readererr.py: update the
207 tests accordingly
208
Daniel Veillardd9b72832003-03-27 14:24:00 +0000209Thu Mar 27 15:22:41 CET 2003 Daniel Veillard <daniel@veillard.com>
210
211 * xinclude.c: should fix #109327 errors on memory accesses
212
Daniel Veillardc7e9b192003-03-27 14:08:24 +0000213Thu Mar 27 15:06:13 CET 2003 Daniel Veillard <daniel@veillard.com>
214
215 * HTMLtree.c: Fixed reopening of #78662 <form action="...">
216 is an URI reference
217
Daniel Veillarde209b332003-03-26 21:40:13 +0000218Wed Mar 26 22:38:39 CET 2003 Daniel Veillard <daniel@veillard.com>
219
220 * xpath.c: fixed bug #109160 on non-ASCII IDs
221
Daniel Veillard642104e2003-03-26 16:32:05 +0000222Wed Mar 26 17:30:37 CET 2003 Daniel Veillard <daniel@veillard.com>
223
224 * parser.c: Norm suggested a nicer error message for xml:space values
225 errors
226
Daniel Veillarde4fa2932003-03-26 00:38:10 +0000227Wed Mar 26 01:34:19 CET 2003 Daniel Veillard <daniel@veillard.com>
228
229 * xpath.c include/libxml/xpath.h: first part of the fix to
230 performance bug #108905, adds xmlXPathOrderDocElems() providing
231 document order for nodes.
232 * python/libxml.c: Python may require TRIO as Albert Chin pointed out
233
Daniel Veillard09628212003-03-25 15:10:27 +0000234Tue Mar 25 16:07:00 CET 2003 Daniel Veillard <daniel@veillard.com>
235
236 * xmlschemastypes.c: removing a warning with Sun compiler
237 bug #109154
238
MST 2003 John Fleckda271742003-03-25 14:05:17 +0000239Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
240
241 * doc/xmllint.xml
242 * doc/xmllint.1
243 update xmllint man page with --relaxng option
244
Daniel Veillard2032d292003-03-25 11:09:40 +0000245Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
246
247 * python/setup.py.in : was missing "drv_libxml2.py"
248
Daniel Veillard9adc0462003-03-24 18:39:54 +0000249Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
250
251 * tree.c xpath.c: some changes related to the new way of
252 handling Result Value Tree, before 2.5.5
253
Daniel Veillardd8da01c2003-03-24 15:58:23 +0000254Mon Mar 24 16:36:23 CET 2003 Daniel Veillard <daniel@veillard.com>
255
256 * configure.in NEWS: preparing release 2.5.5
257 * doc/* : updated the documentation and regenerated it.
258
Daniel Veillardef0b4502003-03-24 13:57:34 +0000259Mon Mar 24 14:56:01 CET 2003 Daniel Veillard <daniel@veillard.com>
260
261 * xpath.c: fixed some problems related to #75813 about handling
262 of Result Value Trees
263
Daniel Veillard9231ff92003-03-23 22:00:51 +0000264Sun Mar 23 22:57:20 CET 2003 Daniel Veillard <daniel@veillard.com>
265
266 * uri.c: applied a set of patches from Lorenzo Viali correcting
267 URI parsing errors.
268
Daniel Veillard5f8d1a32003-03-23 21:02:00 +0000269Sun Mar 23 22:00:14 CET 2003 Daniel Veillard <daniel@veillard.com>
270
271 * parser.c: validity status was not passed back when validating in
272 entities, but raised by Oliver Fischer
273
Daniel Veillard04ee2f22003-03-23 20:31:46 +0000274Sun Mar 23 21:30:50 CET 2003 Daniel Veillard <daniel@veillard.com>
275
276 * HTMLtree.c: avoid escaping ',' in URIs
277
Daniel Veillardef8dd7b2003-03-23 12:02:56 +0000278Sun Mar 23 12:57:00 CET 2003 Daniel Veillard <daniel@veillard.com>
279
280 * parser.c: fixing bug #108976 get the ID/REFs to reference
281 the ID in the document content and not in the entity copy
282 * SAX.c include/libxml/parser.h: more checking of the ID/REF
283 stuff, better solution for #107208
284 * xmlregexp.c: removed a direct printf, dohhh
285 * xmlreader.c: fixed a bug on streaming validation of empty
286 elements in entities
287 * result/VC/ElementValid8 test/VCM/v20.xml result/valid/xhtml1.xhtml:
288 cleanup of the validation tests
289 * test/valid/id* test/valid/dtds/destfoo.ent result/valid/id*:
290 added more ID/IDREF tests to the suite
291
Daniel Veillard2cfd9df2003-03-22 22:39:16 +0000292Sat Mar 22 23:38:08 CET 2003 Daniel Veillard <daniel@veillard.com>
293
294 * xmlreader.c: fixed #107043 removing 2 warnings with Sun One
295 compiler.
296
Daniel Veillard20863822003-03-22 17:51:47 +0000297Sat Mar 22 18:50:45 CET 2003 Daniel Veillard <daniel@veillard.com>
298
299 * relaxng.c: valgrind'ed and cleaned up a couple of memory issues.
300
Daniel Veillard9ff2d472003-03-22 15:18:01 +0000301Sat Mar 22 16:15:50 CET 2003 Daniel Veillard <daniel@veillard.com>
302
303 * SAX.c: fix bug #107208 avoid false duplicates when ID/REFs are
304 defined in entities content
305
Daniel Veillard99737f52003-03-22 14:55:50 +0000306Sat Mar 22 15:53:27 CET 2003 Daniel Veillard <daniel@veillard.com>
307
308 * SAX.c: Fixed validation bug #108858 on namespace names using
309 entities and reported by Brent Hendricks
310 * xmllint.c: report xmlTextReaderHasValue() result in --stream
311 --debug output.
312
Daniel Veillard48ef4c92003-03-22 12:38:15 +0000313Sat Mar 22 13:32:39 CET 2003 Daniel Veillard <daniel@veillard.com>
314
315 * xmlreader.c: fixed bug #108801 reported by Malcolm Tredinnick
316 about the DocType node not being reported sometimes.
317 * python/tests/reader.py: added to test to the regression checks
318
Daniel Veillard120e8eb2003-03-22 01:00:34 +0000319Sat Mar 22 01:57:40 CET 2003 Daniel Veillard <daniel@veillard.com>
320
321 * xmlreader.c: fixed bug #108546 on long CDATA (or text nodes)
322 reported by Edd Dumbill
323
Daniel Veillard77a90a72003-03-22 00:04:05 +0000324Sat Mar 23 01:00:24 CET 2003 Daniel Veillard <daniel@veillard.com>
325
326 * HTMLparser.c parser.c parserInternals.c: patch from
327 johan@evenhuis.nl for #107937 fixing some line counting
328 problems, and some other cleanups.
329 * result/HTML/: this result in some line number changes
330
Daniel Veillard580ced82003-03-21 21:22:48 +0000331Fri Mar 21 22:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
332
333 * configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec
334 instead of libxml.spec
335 * relaxng.c: fixed some of the error reporting excessive
336 verbosity
337 * catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c
338 xmlschemastypes.c: removed some warnings from gcc
339 * doc/libxml2-api.xml: rebuilt
340
Daniel Veillarde063f482003-03-21 16:53:17 +0000341Fri Mar 21 17:25:23 CET 2003 Daniel Veillard <daniel@veillard.com>
342
343 * relaxng.c: another optimization, for choice this time
344 * result/relaxng/spec1* result/relaxng/tutor12_1*
345 result/relaxng/tutor3_7: cleanups.
346
Daniel Veillard0e3d3ce2003-03-21 12:43:18 +0000347Fri Mar 21 13:41:23 CET 2003 Daniel Veillard <daniel@veillard.com>
348
349 * relaxng.c: fixed xmlRelaxNGNodeMatchesList
350 * test/relaxng/testsuite.xml: augmented the test suite
351 * result/relaxng/spec1* result/relaxng/tutor12_1*: this fixes
352 some schemas validation tests in the presence of foreign
353 namespaces.
354
Daniel Veillardbbb78b52003-03-21 01:24:45 +0000355Fri Mar 21 02:23:34 CET 2003 Daniel Veillard <daniel@veillard.com>
356
357 * relaxng.c: added another interleave speedup.
358
Daniel Veillardef2e4ec2003-03-20 16:23:26 +0000359Thu Mar 20 17:22:00 CET 2003 Daniel Veillard <daniel@veillard.com>
360
361 * xmlschemastypes.c: added integer and fixed one of the
362 IDREFS regression tests pbm
363 * result/relaxng/docbook_0.err: updated
364
Daniel Veillard249d7bb2003-03-19 21:02:29 +0000365Wed Mar 19 21:58:47 CET 2003 Daniel Veillard <daniel@veillard.com>
366
367 * valid.c xmlschemastypes.c: attempt to cope with ID/IDREF(S)
368 declared both in the DTD and in the Schemas <grin/>
369 * relaxng.c: more debug, added a big optimization for <mixed>
370 * test/relaxng/testsuite.xml: augmented the testsuite
371 * test/relaxng/ result/relaxng: added the RelaxNG spec and a
372 DocBook example to the regression tests
373
Daniel Veillard798024a2003-03-19 10:36:09 +0000374Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com>
375
376 * check-xsddata-test-suite.py: cosmetic change for output
377 * relaxng.c: try to minimize calls to malloc/free for states.
378
Daniel Veillarda1a9d042003-03-18 16:53:17 +0000379Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com>
380
381 * tree.c: removed a warning
382 * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES
383 support
384 * check-relaxng-test-suite.py check-xsddata-test-suite.py:
385 cleanup/improvements of the regression tests batch
386 * test/relaxng/testsuite.xml: augmented libxml2 own testsuite
387
Daniel Veillard28c52ab2003-03-18 11:39:17 +0000388Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com>
389
390 * relaxng.c: fixed error msg cleanup deallocation
391 * xmlschemastypes.c: added a function to handle lists of
392 atomic types, added support for IDREFS
393
Daniel Veillardc3da18a2003-03-18 00:31:04 +0000394Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
395
396 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID
397 and IDREF, usable from RelaxNG now
398 * include/libxml/xmlschemastypes.h: need to add a new interface
399 because the validation modifies the infoset
400 * test/relaxng/testsuite.xml: extended the testsuite
401
Daniel Veillard952379b2003-03-17 15:37:12 +0000402Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
403
404 * relaxng.c: fixed the last core RelaxNG bug known #107083,
405 shemas datatype ID/IDREF support still missing though.
406 * xmlreader.c: fix a crashing bug with prefix raised by
407 Merijn Broeren
408 * test/relaxng/testsuite.xml: augmented the testsuite with
409 complex inheritance tests
410
Daniel Veillardfd573f12003-03-16 17:52:32 +0000411Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
412
413 * relaxng.c: switched back to the previous Relax-NG code base,
414 the derivation algorithm need severe constraining code to avoid
415 combinatorial explosion. Fixed the problem with Sebastian Rahtz
416 TEI based example and other bugs
417 * result/relaxng/*err: updated the results
418 * test/relaxng/testsuite.xml: started a new test suite
419
Daniel Veillard1564e6e2003-03-15 21:30:25 +0000420Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
421
422 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
423 that the original RelaxNG validation code was un-fixeable, it got
424 rewritten to use the derivation algorithm from James Clark and
425 redebugged it (nearly) from scratch:
426 found 373 test schemas: 372 success 1 failures
427 found 529 test instances: 529 success 0 failures
428
Daniel Veillard39eb88b2003-03-11 11:21:28 +0000429Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
430
431 * SAX.c parser.c: fix some recursion problems introduced in the
432 last release.
433 * relaxng.c: more debugging of the RNG validation engine, still
434 problems though.
435
Daniel Veillard5add8682003-03-10 13:13:58 +0000436Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
437
438 * Makefile.am: stop generating wrong result file with * in name
439 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
440 * result/relaxng/demo* test/relaxng/demo: added the tests from
441 Sebastian reproducing the problem.
442
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +0000443Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
444
Daniel Veillard5add8682003-03-10 13:13:58 +0000445 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
446 up Aleksey's change
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +0000447
Aleksey Sanin693c9bc2003-03-09 22:36:52 +0000448Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
449
450 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
451 variable to control the indentation for the xmllint "--format"
452 option
453
Igor Zlatkovic47ba1c72003-03-08 13:29:42 +0000454Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
455
456 * encoding.c: applied Gennady's patch against buffer overrun
457
Daniel Veillard42f12e92003-03-07 18:32:59 +0000458Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
459
460 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
461 Clark it appeared I had bug in URI parsing code ...
462 * relaxng.c include/libxml/relaxng.h: completely revamped error
463 reporting to not loose message from optional parts.
464 * xmllint.c: added timing for RNG validation steps
465 * result/relaxng/*: updated the result, all error messages changed
466
Daniel Veillardedfd5882003-03-07 14:20:40 +0000467Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
468
469 * xpath.c: fix bug #107804, the algorithm used for document order
470 computation was failing on attributes.
471
Daniel Veillard83391282003-03-06 21:37:30 +0000472Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
473
474 * valid.c: fix bug #107764 , possibility of buffer overflow
475 in xmlValidDebug()
476
Daniel Veillard6c73cb82003-03-05 16:45:40 +0000477Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
478
479 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
480 from Philipp Dunkel
481
Daniel Veillard5f704af2003-03-05 10:01:43 +0000482Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
483
484 * xmlschemastype.c: made powten array static it should not be exported
485 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
486 parser function.
487 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
488
Daniel Veillard7b72ee52003-02-27 23:24:53 +0000489Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
490
491 * tree.c: fixed a node dump crash on attributes
492 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
493 an URI test bug and get better output.
494
Daniel Veillard463a5472003-02-27 21:30:32 +0000495Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
496
497 * check-xsddata-test-suite.py: give more infos
498 * relaxng.c: fix a bug reported by Sebastian Rahtz and
499 REF->DEF in attribute values.
500
Daniel Veillardeb7189f2003-02-27 20:11:13 +0000501Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
502
503 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
504 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
505 regression tests from James Clark.
506
Daniel Veillard8bc6cf92003-02-27 17:42:22 +0000507Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
508
509 * relaxng.c xmlschemas.c xmlschemastypes.c
510 include/libxml/xmlschemastypes.h: added param support for relaxng
511 type checking, started to increment the pool of simple types
512 registered, still much work to be done on simple types and
513 facets checkings.
514
Daniel Veillard19ab45b2003-02-26 15:49:03 +0000515Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
516
517 * entities.c: fixes again one of the problem raised by
518 James Clark in #106788
519
Daniel Veillardc482e262003-02-26 14:48:48 +0000520Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
521
522 * relaxng.c: Fixed a couple of problem raised by James Clark
523 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
524 datatype level still not fixed though.
525
Daniel Veillard17bed982003-02-24 20:11:43 +0000526Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
527
528 * configure.in: preparing release 2.5.4
529 * doc/*: updated and rebuilt the docs
530 * relaxng.c: removed warnings
531 * result/relaxng/*: updated the results
532
Daniel Veillardf4be0182003-02-24 19:54:33 +0000533Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
534
535 * valid.c: fixes a DTD regexp generation problem.
536
Daniel Veillard02111c12003-02-24 19:14:52 +0000537Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
538
539 * parser.c: fixes bug #105998 about false detection of
540 attribute consumption loop.
541
Daniel Veillard2406abd2003-02-24 18:16:47 +0000542Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
543
544 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
545
Daniel Veillardfcc822e2003-02-24 17:52:08 +0000546Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
547
548 * SAX.c: fixed bug #105992
549
Daniel Veillard3ebc7d42003-02-24 17:17:58 +0000550Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
551
552 * tree.c: fixed xmlSetProp and al. when the node passed is not an
553 element.
554 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
555 found 373 test schemas: 369 success 4 failures
556 found 529 test instances: 525 success 4 failures
557 * check-relaxng-test-suite.py: added memory debug reporting
558
Daniel Veillardc64b8e92003-02-24 11:47:13 +0000559Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
560
561 * uri.c parser.c: some warning removal on Igor's patch
562 * tree.c: seems I messed up with #106788 fix
563 * python/libxml.c: fixed some base problems when Python provides
564 the resolver.
565 * relaxng.c: fixed the interleave algorithm
566 found 373 test schemas: 364 success 9 failures
567 found 529 test instances: 525 success 4 failures
568 the resulting failures are bug in the algorithm from 7.3 and
569 lack of support for params
570
Daniel Veillard0046c0f2003-02-23 13:52:30 +0000571Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
572
573 * parser.c: another fix for nodeinfo in entities problem
574 * tree.c entities.c: fixed bug #106788 from James Clark
575 some spaces need to be serialized as character references.
576
Igor Zlatkovic40ed73b2003-02-23 13:40:12 +0000577Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
578
579 * parser.c uri.c: fixed the bug I introduced in the path
580 handling, reported by Sebastian Bergmann
581
Daniel Veillard44e1dd02003-02-21 23:23:28 +0000582Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
583
584 * parser.c: fixing some nodeinfo in entities problem raised
585 by Glenn W. Bach
586 * relaxng.c: implemented the first section 7.3 check
587 * result/relaxng/*: updated the results
588
Daniel Veillardc5312d72003-02-21 17:14:10 +0000589Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
590
591 * relaxng.c: fixed some problems in the previous commit
592 and finished implementing 4.16 rules checking
593 found 373 test schemas: 353 success 20 failures
594 found 529 test instances: 519 success 6 failures
595 * result/relaxng/*: updated the results
596
Daniel Veillard4c5cf702003-02-21 15:40:34 +0000597Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
598
599 * relaxng.c: implemented checks from section 7.2
600
Daniel Veillard77648bb2003-02-20 15:03:22 +0000601Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
602
603 * relaxng.c: implemented the checks from section 7.1, fixed
604 some of the 4.20 and 4.21 problems.
605 found 373 test schemas: 338 success 35 failures
606 found 529 test instances: 519 success 6 failures
607 * result/relaxng/*: updated the results
608
Daniel Veillard1c745ad2003-02-20 00:11:02 +0000609Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
610
611 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
612 * result/relaxng/*: updated the results
613
Daniel Veillardce14fa52003-02-19 17:32:48 +0000614Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
615
616 * relaxng.c: more bugfixes
617 * result/relaxng/*: updated the results
618
Igor Zlatkovic7e1d1582003-02-19 14:51:44 +0000619Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
620
621 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
622 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
623 * SAX.c: ensured xmlDoc.URL is always canonic
624 * parser.c: obsoleted xmlNormalizeWindowsPath
625 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
626 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
627 * win32/libxml2.def.src: added few exports
628
629
Daniel Veillard2e9b1652003-02-19 13:29:45 +0000630Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
631
632 * Makefile.am configure.in: patched to have shared libraries
633 for Python regression tests and static binaries for gdb debug
634 in my development environment
635 * relaxng.c: more bugfixes
636 found 373 test schemas: 296 success 77 failures
637 found 529 test instances: 516 success 8 failures
638 * result/relaxng/*: updated the results
639
Daniel Veillard8fe98712003-02-19 00:19:14 +0000640Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
641
642 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
643
Daniel Veillardd4310742003-02-18 21:12:46 +0000644Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
645
646 * xmlschemastypes.c: float/double check bugfix
647 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
648 validation
649 * xmlreader.c: add a TODO for Jody
650 * relaxng.c: bugfix bugfix bugfix
651 found 373 test schemas: 300 success 73 failures
652 found 529 test instances: 507 success 10 failures
653 * result/relaxng/*: updated the results
654
Daniel Veillard2df2de22003-02-17 23:34:33 +0000655Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
656
657 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
658
Daniel Veillard416589a2003-02-17 17:25:42 +0000659Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
660
661 * relaxng.c check-relaxng-test-suite.py: more work on the
662 RelaxNG implementation conformance testing.
663 found 373 test schemas: 284 success 89 failures
664 found 529 test instances: 448 success 47 failures
665 * result/relaxng/*: updated the results
666
Daniel Veillard784b9352003-02-16 15:50:27 +0000667Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
668
669 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
670 a patch from Kjartan Maraas to fix some typos
671
Daniel Veillardfebcca42003-02-16 15:44:18 +0000672Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
673
674 * relaxng.c: more bug-hunting
675 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
676 intermediate rng tree
677 * python/generator.py: patch from Stephane Bidoul to fix the generator
678 on python < 2.2
679
Daniel Veillardd2298792003-02-14 16:54:11 +0000680Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
681
682 * check-relaxng-test-suite.py relaxng.c: more testing on the
683 Relax-NG front, cleaning up the regression tests failures
684 current state and I forgot support for "mixed":
685 found 373 test schemas: 280 success 93 failures
686 found 529 test instances: 401 success 68 failures
687 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
688 moved the Name, NCName and QName validation routine in tree.c
689 * uri.c: fixed handling of URI ending up with #, i.e. having
690 an empty fragment ID.
691 * result/relaxng/*: updated the results
692
Daniel Veillard9a237c92003-02-13 15:52:58 +0000693Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
694
695 * check-xinclude-test-suite.py: improved the script accordingly
696 to the XInclude regression tests updates
697 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
698 November 2002
699 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
700 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
701 augmented the Xpointer testsuite for the element() scheme
702
Daniel Veillardf4b4f982003-02-13 11:02:08 +0000703Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
704
705 * relaxng.c: added TODO for the DTD compatibility spec
706 * xinclude.c: more bug fixes driven by the testsuite
707
Daniel Veillardd581b7e2003-02-11 18:03:05 +0000708Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
709
710 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
711 regression tests for XInclude, improved the script, improving
712 XInclude error reporting mechanism
713
Daniel Veillard1d788d22003-02-10 16:21:58 +0000714Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
715
716 * NEWS doc/* configure.in: preparing release 2.5.3
717
Daniel Veillardfd7ce5f2003-02-10 16:12:39 +0000718Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
719
720 * tree.c: trying to fix #104934 about some XHTML1 serialization
721 issues.
722
Daniel Veillard809faa52003-02-10 15:43:53 +0000723Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
724
725 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
726 encoding conversion when the input buffer stops in the
727 middle of a multibyte char
728
Daniel Veillard1703c5f2003-02-10 14:28:44 +0000729Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
730
731 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
732 * check-relaxng-test-suite.py: python script to run regression
733 against OASIS RelaxNG testsuite
734 * relaxng.c: some cleanup tweaks
735 * HTMLparser.c globals.c: cleanups in comments
736 * doc/libxml2-api.xml: updated the API
737 * result/relaxng/*: errors moved files, so large diffs but
738 no changes at the semantic level.
739
Daniel Veillard6aa2f602003-02-10 00:01:56 +0000740Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
741
742 * tree.c: fixing #105678 problem when dumping a namespace node.
743
Daniel Veillard591b4be2003-02-09 23:33:36 +0000744Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
745
746 * xpath.c: fixed doc comment problems
747 * python/generator.py python/libxml_wrap.h python/types.c: adding
748 RelaxNG wrappers
749 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
750 test of those early Python RelaxNG bindings
751
752Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
Daniel Veillard231d7912003-02-09 14:22:17 +0000753
754 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
755 * relaxng.c: found the validation problem I had with interleave
756 when not covering all remaining siblings
757 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
758 testsuite and check the RNG schemas against the RNG schemas
759 given in appendix A
760
Igor Zlatkovic6dacee62003-02-08 17:52:57 +0000761Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
762
763 * win32/Makefile.msvc: updates for RelaxNG
764 * win32/Makefile.mingw: updates for RelaxNG
765 * win32/libxml2.def.src: added RelaxNG exports
766
Daniel Veillard97fd5672003-02-07 13:01:54 +0000767Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
768
769 * xinclude.c: applied another bug fix from Sean Chittenden
770
Daniel Veillardef4d3bc2003-02-07 12:38:22 +0000771Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
772
773 * configure.in xmllint.c: I f...ed up the default configuration
774 of schemas and --relaxng option display in xmllint, pointed by
775 Morus Walter.
776 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
777 detection module, fixes bug #105374.
778
Daniel Veillardc5a70f22003-02-06 23:41:59 +0000779Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
780
781 * xmlschemastypes.c: added the boolean base type.
782
Daniel Veillard96a4b252003-02-06 08:22:32 +0000783Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
784
785 * xmlschemastypes.c: started implementing some of the missing
786 default simple types
787 * result/relaxng/*: updated the results
788
Daniel Veillard72fef162003-02-05 14:31:19 +0000789Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
790
791 * NEWS doc/*: updated the docs, ready for 2.5.2 release
792
Daniel Veillard71531f32003-02-05 13:19:53 +0000793Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
794
795 * HTMLparser.c tree.c xmlIO.c: comments cleanups
796 * Makefile.am: use xmllint for doing the RelaxNG tests
797 * configure.in: preparing 2.5.2 made schemas support default to
798 on instead of off
799 * relaxng.c: removed the verbosity
800 * xmllint.c: added --relaxng option
801 * python/generator.py python/libxml_wrap.h: prepared the integration
802 of the new RelaxNG module and schemas
803 * result/relaxng/*: less verbose output
804
Daniel Veillardec498e12003-02-05 11:01:50 +0000805Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
806
807 * valid.c: do not run content model validation if the
808 content is not determinist
809
Daniel Veillardde590ca2003-02-05 10:45:26 +0000810Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
811
812 * SAX.c: added the redefinition of namespaced attribute
813 check that was missing as Fabrice Desré pointed out.
814
Daniel Veillard930dfb62003-02-05 10:17:38 +0000815Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
816
817 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
818 improvements from Nick Kew, allowing to do more checking
819 to HTML elements and attributes.
820
Daniel Veillard4287c572003-02-04 22:48:53 +0000821Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
822
823 * xinclude.c: fixing bug #105137 about entities declaration
824 needing to be copied to the including document.
825
Daniel Veillard652d8a92003-02-04 19:28:49 +0000826Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
827
828 * catalog.c: fixed bug #104817 with delegateURI
829 * xpath.c: fixing bugs #104123 and #104125
830
Daniel Veillard0e298ad2003-02-04 16:14:33 +0000831Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
832
833 * configure.in valid.c xmlreader.c python/libxml_wrap.h
834 python/types.c: fixing #104096 to compile without regexps
835
Daniel Veillard57e79b32003-02-04 15:33:12 +0000836Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
837
838 * valid.c: fixing bug #103969 forgot to add an epsilon transition
839 when building the automata for elem*
840
Daniel Veillard358a9892003-02-04 15:22:32 +0000841Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
842
843 * HTMLparser.c: applied patch from Arne de Bruijn fixing
844 bug #103827
845
Daniel Veillardeb137172003-02-04 15:18:06 +0000846Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
847
848 * HTMLparser.c: updating a comment, fixing #103776
849
Daniel Veillard8d589042003-02-04 15:07:21 +0000850Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
851
852 * parser.c: fixing bug 105049 for validity checking of content
853 within recursive entities.
854
Daniel Veillarde5b110b2003-02-04 14:43:39 +0000855Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
856
857 * HTMLparser.c: try to fix # 105049
858 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
859 * tree.c: updated a function comment
860
Daniel Veillard419a7682003-02-03 23:22:49 +0000861Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
862
863 * relaxng: more work on grammars and refs/defs
864 * test/relaxng/* result/relaxng/*: augmented/updated the
865 regression tests
866
Daniel Veillard144fae12003-02-03 13:17:57 +0000867Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
868
869 * relaxng: more work on name classes, except support
870 * test/relaxng/* result/relaxng/*: augmented/updated the
871 regression tests
872
Daniel Veillard1ed7f362003-02-03 10:57:45 +0000873Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
874
875 * relaxng: more work on name classes, the "validate all" schemas
876 seems to work now.
877 * test/relaxng/* result/relaxng/*: augmented/updated the
878 regression tests
879
Daniel Veillard3b2e4e12003-02-03 08:52:58 +0000880Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
881
882 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
883 * parser.c: put a guard against infinite document depth, basically
884 trying to avoid another kind of DoS attack.
885 * relaxng.c: some code w.r.t. nameClasses
886
Daniel Veillardfc1a4502003-02-02 16:02:55 +0000887Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
888
889 * test/relaxng/* result/relaxng/*: check all the namespace support
890 was actually correct based on tutorial section 10.
891
Daniel Veillarde2a5a082003-02-02 14:35:17 +0000892Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
893
894 * relaxng: include seems to work okay now
895 * test/relaxng/* result/relaxng/*: augmented/updated the
896 regression tests
897
Daniel Veillarda9d912d2003-02-01 17:43:10 +0000898Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
899
900 * relaxng.c: a bit of work done in the train back.
901 * test/relaxng/*: added one of the include tests
902
Daniel Veillard154877e2003-01-30 12:17:05 +0000903Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
904
905 * relaxng: more work done in the train
906 * test/relaxng/* result/relaxng/*: augmented/updated the
907 regression tests
908
Daniel Veillarde431a272003-01-29 23:02:33 +0000909Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
910
911 * relaxng.c: debugging of externalRef
912 * test/relaxng/* result/relaxng/*: augmented/updated the
913 regression tests
914
Daniel Veillardd41f4f42003-01-29 21:07:52 +0000915Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
916
917 * relaxng.c: more work on Relax-NG, implementing externalRef
918 * test/relaxng/* result/relaxng/*: augmented/updated the
919 regression tests
920 * Makefile.am: cleanup to Relaxtests target
921
Daniel Veillardb08c9812003-01-28 23:09:49 +0000922Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
923
924 * relaxng.c: more work on Relax-NG, implementing interleave
925 * test/relaxng/* result/relaxng/*: augmented/updated the
926 regression tests
927
Daniel Veillard76fc5ed2003-01-28 20:58:15 +0000928Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
929
930 * relaxng.c: more work on Relax-NG, implementing interleave
931 * test/relaxng/* result/relaxng/*: augmented/updated the
932 regression tests
933
MST 2003 John Fleckda81d192003-01-27 14:35:56 +0000934Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
935
936 * doc/tutorial/customfo.xsl
937 * doc/tutorial/customhtml.xsl
938 adding stylesheet customizations used to generate fo
939 for pdf and html
940
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000941Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
942
943 * relaxng.c: more work on Relax-NG
944 * test/relaxng/* result/relaxng/*: augmented/updated the
945 regression tests
946 * xmlschemastypes.c: added a number of base type definition but not
947 the associated checks, those are still TODOs
948
MST 2003 John Fleck731967e2003-01-27 00:39:50 +0000949Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
950
951 in docs/tutorial:
952 * apa.html
953 * apb.html
954 * apc.html
955 * apd.html
956 * ape.html
957 * apf.html
958 * apg.html
959 * ar01s02.html
960 * ar01s03.html
961 * ar01s04.html
962 * ar01s05.html
963 * ar01s06.html
964 * ar01s07.html
965 * ar01s08.html
966 * index.html
967 * xmltutorial.pdf
968 * xmltutorial.xml
969 add index to tutorial
970
MST 2003 John Fleck937362d2003-01-27 00:04:32 +0000971Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
972
973 * doc/xmlcatalog.1
974 * doc/xmlcatalog_man.html
975 * doc/xmlcatalog_man.xml
976 belatedly fixing bug #93622 (adds rewriteURI type to
977 "--add" option in xmlcatalog man page
978
Daniel Veillard3be27512003-01-26 19:49:04 +0000979Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
980
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000981 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
Daniel Veillard3be27512003-01-26 19:49:04 +0000982 Julio Merino, closing #104475
983
Daniel Veillardea3f3982003-01-26 19:45:18 +0000984Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
985
986 * relaxng.c: more work on Relax-NG
987 * test/relaxng/* result/relaxng/*: augmented/updated the
988 regression tests
989
Daniel Veillardedc91922003-01-26 00:52:04 +0000990Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
991
992 * relaxng.c: more work on Relax-NG
993 * test/relaxng/* result/relaxng/*: augmented/updated the
994 regression tests
995
Daniel Veillarddd1655c2003-01-25 18:01:32 +0000996Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
997
998 * README: updated the policy on private mail answers
999 * relaxng.c: more work on Relax-NG
1000 * test/relaxng/* result/relaxng/*: augmented/updated the
1001 regression tests
1002
Daniel Veillard7424eb62003-01-24 14:14:52 +00001003Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
1004
1005 * error.c parser.c tree.c: applied a documentation patch from
1006 Stefan Kost
1007
Daniel Veillard276be4a2003-01-24 01:03:34 +00001008Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
1009
1010 * relaxng.c: more work on Relax-NG
1011 * doc/*: regenerated the docs
1012 * test/relaxng/* result/relaxng/*: updated and augmented the
1013 Relax-NG regression tests and results
1014
Daniel Veillard6eadf632003-01-23 18:29:16 +00001015Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
1016
1017 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
1018 First commit of the new Relax-NG validation code, not generally
1019 useful yet.
1020 * test/relaxng/* result/relaxng/*: current state of the regression
1021 tests
1022
Daniel Veillard814a76d2003-01-23 18:24:20 +00001023Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1024
1025 * tree.c: minimized the memory allocated for GetContent
1026 and a bit of cleanup.
1027
Daniel Veillardff12c492003-01-23 16:42:55 +00001028Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
1029
1030 * python/generator.py: seems there is no good reasons to
1031 not generate bindings for XPointer
1032
Daniel Veillard540a31a2003-01-21 11:21:07 +00001033Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
1034
1035 * xmlreader.c doc/apibuild.py: applied a new patch from
1036 Stéphane Bidoul for cleanups
1037 * doc/libxml2-api.xml: rebuilt the API description with
1038 new entry points
1039
Daniel Veillard417be3a2003-01-20 21:26:34 +00001040Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
1041
1042 * xmlreader.c python/drv_libxml2.py python/generator.py
1043 python/libxml.c python/libxml.py python/libxml_wrap.h
1044 python/types.c: patch from Stéphane Bidoul for better per
1045 context error message APIs
1046 * python/tests/ctxterror.py python/tests/readererr.py:
1047 update of the tests
1048
MST 2003 John Fleck97ddfc02003-01-20 00:09:57 +00001049Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
1050
1051 * doc/guidelines.html
1052 grammar and spelling cleanup
1053
Daniel Veillard26f70262003-01-16 22:45:08 +00001054Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
1055
1056 * xmlreader.c include/libxml/xmlreader.h python/generator.py
1057 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
1058 a patch from Stéphane Bidoul to allow per XMLtextReader error
1059 and warning handling
1060 * python/tests/Makefile.am python/tests/readererr.py: adding the
1061 specific regression test
1062
Daniel Veillard71f9d732003-01-14 16:07:16 +00001063Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
1064
1065 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
1066 should raise a syntax error
1067
Daniel Veillarde4a07e72003-01-14 14:40:25 +00001068Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
1069
1070 * python/libxml.c: cleanup patch from Stéphane Bidoul
1071
Daniel Veillard81601f92003-01-14 13:42:37 +00001072Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
1073
1074 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
1075
Daniel Veillarde6227e02003-01-14 11:42:39 +00001076Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
1077
1078 * python/generator.py python/libxml.c python/libxml.py
1079 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillarde4a07e72003-01-14 14:40:25 +00001080 from Stéphane Bidoul to provide per parser error handlers at the
Daniel Veillarde6227e02003-01-14 11:42:39 +00001081 Python level.
1082 * python/tests/Makefile.am python/tests/ctxterror.py: added a
1083 regression test for it.
1084
Daniel Veillard4dbe77a2003-01-14 00:17:42 +00001085Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
1086
1087 * xmlreader.c: fixed the streaming property of the reader,
1088 it was generating tree faster than consuming it. Pointed out
1089 by Nate Myers
1090 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
1091
Igor Zlatkovic9df24742003-01-12 21:15:55 +00001092Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1093
Igor Zlatkovicd31876c2003-01-12 21:43:13 +00001094 * win32/libxml2.def.src: added more xmlreader and other exports
Igor Zlatkovic9df24742003-01-12 21:15:55 +00001095
Daniel Veillard8e7e1c02003-01-10 17:06:09 +00001096Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1097
1098 * xpath.c: fix to the XPath implementation for parent and
1099 ancestors axis when operating on a Result Value Tree.
1100 Fixes bug #100271
1101
Daniel Veillardcacbe5d2003-01-10 16:09:51 +00001102Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
1103
1104 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
1105 to fix some URI/file escaping problems
1106
Daniel Veillard3b87b6b2003-01-10 15:21:50 +00001107Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
1108
1109 * python/generator.py: fixed a bug raised by Raymond Wiker,
1110 docSetRootElement() should not raise an exception if the
1111 return is None
1112
Daniel Veillard3e20a292003-01-10 13:14:40 +00001113Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
1114
1115 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
1116 fixed bug #102181 by applying the suggested change and fixing
1117 the generation/registration problem.
1118
Daniel Veillarde55e8e42003-01-10 12:50:02 +00001119Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1120
1121 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
1122 routines.
1123
Daniel Veillard8f872442003-01-09 23:19:02 +00001124Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
1125
1126 * parser.c: one more IsEmptyElement crazyness, that time in
1127 external parsed entities if substitution is asked.
1128 * python/tests/reader3.py: added a specific test.
1129
Daniel Veillarde329fc22003-01-09 21:36:42 +00001130Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
1131
1132 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
1133 support and improved error handler registration
1134
Daniel Veillard5ecaf7f2003-01-09 13:19:33 +00001135Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1136
1137 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
1138 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
1139 * README: fixed a link
1140
Daniel Veillarde2830f12003-01-08 17:47:49 +00001141Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
1142
1143 * configure.in doc/* NEWS: preparing 2.5.1 release
1144 * SAX.c parser.c: fixing XmlTextReader bug
1145
Daniel Veillard8bf70b92003-01-07 23:14:24 +00001146Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
1147
1148 * SAX.c: fuck, I introduced a memory leak on external parsed
1149 entities in 2.5.0 :-(
1150
Daniel Veillard56ada1d2003-01-07 11:17:25 +00001151Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
1152
1153 * xmllint.c: another fix needed as pointed by Christophe Merlet
1154 for --stream --debug if compiled without debug support.
1155
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +00001156Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
1157
1158 * doc/xmllint.xml
Daniel Veillard56ada1d2003-01-07 11:17:25 +00001159 * doc/xmllint.1:
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +00001160 update man page with --stream and --chkregister
1161
Daniel Veillard8326e732003-01-07 00:19:07 +00001162Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1163
1164 * globals.c: fixed --with-threads compile
1165 * xmllint.c: fixed --without-debug compile
1166 * include/libxml/globals.h: cleanup
1167 * include/libxml/schemasInternals.h: add a missing include
1168
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001169Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1170
1171 * configure.in NEWS: preparing 2.5.0 release
1172 * SAX.c: only warn in pedantic mode about namespace name
1173 brokeness
1174 * globals.c: fix a doc generation problem
1175 * uri.c: fix #101520
1176 * doc/*: updated and rebuilt the doc for the release, includuding
1177 stylesheet update
1178 * python/Makefile.am: fix a filename bug
1179
1180Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
1181
1182 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
1183 should not be called.
1184
1185Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
1186
1187 * libxml-2.0.pc.in: applied the patch to fix #101894
1188
1189Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
1190
1191 * tree.c : applied patch from Lukas Schroeder for register callbacks
1192 * valid.c: modified patch from Lukas Schroeder to test
1193 register callbacks with --chkregister
1194
1195Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
1196
1197 * xmlreader.c: seriously changed the way data are pushed to
1198 the underlying parser, go by block of 512 bytes instead of
1199 tryng to detect tag boundaries at that level. Changed the
1200 way empty element are detected and tagged.
1201 * python/tests/reader.py python/tests/reader2.py
1202 python/tests/reader3.py: small changes mostly due to context
1203 reporting being different and DTD node being reported. Some
1204 errors previously undetected are now caught and fixed.
1205 * doc/xmlreader.html: flagged last section as TODO
1206
1207Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
1208
1209 * python/libxml.py: integrated the Python 2.2 optimizations
1210 from Hannu Krosing, while maintaining compatibility with
1211 1.5 and 2.1
1212
1213Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
1214
1215 * xmllint.c: a bit of cleanup
1216 * xmlreader.c: small fix
1217 * doc/xmlreader.html: more work on the XmlTextReader tutorial
1218 * python/libxml.py: a few fixes pointed out by Hannu Krosing
1219
1220Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
1221
1222 * python/setup.py.in: patch from Stéphane Bidoul to include
1223 drv_libxml2.py in setup.py
1224
1225Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
1226
1227 * doc/xmlreader.html: starting documenting the new XmlTextReader
1228 interface.
1229
1230Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1231
1232 * xmllint.c: added the --stream flag to use the TextReader API
1233 * xmlreader.c: small performance tweak
1234
1235Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1236
1237 * xmlreader.c python/tests/reader2py: okay the DTD validation
1238 code on top of the XMLTextParser API should be solid now.
1239
1240Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
1241
1242 * xmlreader.c python/tests/reader2py: Fixing some more mess
1243 with validation and recursive entities while using the
1244 reader interface, it's getting a bit messy...
1245
1246Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1247
1248 * xmlreader.c python/tests/reader.py: another couple of problem
1249 related to IsEmptyElement reported by Stéphane Bidoul needed
1250 some fixes.
1251
1252Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1253
1254 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
1255 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
1256 based on the python XmlTextReader interface.
1257
1258Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
1259
1260 * tree.c: backing out one change in the last patch which broke the
1261 regression tests
1262
1263Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
1264
1265 * global.data globals.c tree.c include/libxml/globals.h: applied
1266 an old patch from Lukas Schroeder to track node creation and
1267 destruction. Probably missing a lot of references at the moment
1268 and not usable reliably.
1269
1270Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1271
1272 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
1273 from doc/news.html and a stylesheet
1274
1275Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
1276
1277 * xmlreader.c python/tests/reader.py: fixed another couple of
1278 xmlreader bugs reported by Stéphane Bidoul and added tests.
1279
1280Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1281
1282 * xmlreader.c python/tests/reader2.py: fixed another validity
1283 checking in external parsed entities raised by Stéphane Bidoul
1284 and added a specific regression test.
1285 * python/tests/reader3.py: cleanup
1286
1287Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1288
1289 * xmlreader.c python/tests/reader2.py: fixed a problem with
1290 validation within entities pointed by Stéphane Bidoul, augmented
1291 the tests to catch those.
1292
1293Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
1294
1295 * python/generator.py: modified the generator to allow keeping
1296 class references when creating new classes, needed to fix a bug
1297 pointed by Stéphane Bidoul where the input buffer of the
1298 xmlTextReader instance gets destroyed if the python wrapper for
1299 the input is not referenced anymore.
1300
1301Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
1302
1303 * xmlreader.c python/tests/reader.py: fixed another pair of problem
1304 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
1305
1306Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1307
1308 * xmlreader.c python/tests/reader.py: fixed another problem
1309 pointed by Stéphane Bidoul
1310
1311Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1312
1313 * xmlreader.c python/tests/reader.py: fixed a limit case problem
1314 with "<a/>"
1315
1316Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1317
1318 * SAX.c: warn on xmlns:prefix="foo"
1319 * xmlreader.c python/tests/reader.py: fixed a couple of problem
1320 for namespace attributes handling.
1321
1322Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1323
1324 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
1325 a really nasty problem raised by a DocBook XSLT transform
1326 provided by Sebastian Bergmann
1327
1328Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
1329
1330 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
1331 by Stéphane Bidoul and integrated it into the tests
1332
1333Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
1334
1335 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
1336 extended the XmlTextReader API a bit, addding accessors for
1337 the current doc and node, and an entity substitution mode for
1338 the parser.
1339 * python/libxml.py python/libxml2class.txt: related updates
1340 * python/tests/Makefile.am python/tests/reader.py
1341 python/tests/reader2.py python/tests/reader3.py: updated a bit
1342 the old tests and added a new one to test the entities handling
1343
1344Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
1345
1346 * python/generator.py python/libxml2class.txt
1347 python/tests/reader.py python/tests/reader2.py: changed the
1348 generator to provide casing for the XmlTextReader similar to
1349 C# so that examples and documentation are more directly transposable.
1350 Fixed the couple of tests in the suite.
1351
1352Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
1353
1354 * doc/guidelines.html: added a document on guildeline for
1355 publishing and deploying XML
1356
1357Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1358
1359 * valid.c xmlreader.c: final touch running DTD validation
1360 on the XmlTextReader
1361 * python/tests/Makefile.am python/tests/reader2.py: added a
1362 specific run based on the examples from test/valid/*.xml
1363
1364Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
1365
1366 * python/libxml.py: added a few predefined xmlTextReader parser
1367 configuration values.
1368
1369Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1370
1371 * python/libxml_wrap.h: trying to fix #102037
1372
1373Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1374
1375 * SAX.c: fixing bug #95296, when the predefined entities
1376 are redefined in the DTD the default one must be used
1377 instead anyway.
1378
1379Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
1380
1381 * doc/xmllint.xml
1382 * doc/xmllint.1
1383 Add discussion of XML_DEBUG_CATALOG to xmllint man
1384 page - bug #100907
1385
1386
1387Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1388
1389 * xmlreader.c: Fixed the empty node detection to avoid reporting
1390 an inexistant close tag.
1391
1392Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1393
1394 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
1395 for Python 2.1
1396
1397Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1398
1399 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
1400
1401Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1402
1403 * doc/libxml2-api.xml python/tests/reader.py: one really need
1404 to provide the base URI information when creating a reader parser
1405 from an input stream. Updated the API and the example using it.
1406
1407Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
1408
1409 * testReader.c xmlreader.c valid.c include/libxml/tree.h
1410 include/libxml/valid.h include/libxml/xmlreader.h: working on
1411 DTD validation on top of xml reader interfaces. Allows to
1412 validate arbitrary large instances. This required some extensions
1413 to the valid module interface and augmenting the size of xmlID
1414 and xmlRef structs a bit.
1415 * uri.c xmlregexp.c: simple cleanup.
1416
1417Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1418
1419 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
1420 work on the xml reader interfaces.
1421 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
1422 Web page for the Windows binaries.
1423
1424Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1425
1426 * xmlIO.c: applied a patch for VMS following the report by
1427 Nigel Hall
1428
1429Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
1430
1431 * parser.c: the parseStartTag bug fix wasn't complete.
1432
1433Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
1434
1435 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
1436 parseStartTag, fixing it.
1437 * test/att4 result/att4 result/noent/att4: adding the test
1438 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
1439 more methods to XmlTextReader.
1440
1441Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1442
1443 * win32/libxml2.def.src: added more xml reader exports
1444 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
1445 to the build
1446
1447Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
1448
1449 * doc/tutorial/xmltutorial.xml
1450 plus generated html and pdf
1451 Updating tutorial again based on further comments from Niraj
1452 Tolia on the last iteration
1453
1454Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
1455
1456 * doc/tutorial/xmltutorial.xml
1457 * doc/tutorial/includekeyword.c
1458 * doc/tutorial/includegetattribute.c
1459 plus generated html and pdf
1460 Adding fix from Niraj Tolia to tutorial to properly free memory.
1461
1462
1463Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1464
1465 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
1466 more methods of XmlTextReader.
1467 * python/libxml2class.txt python/tests/reader.py: this increased the
1468 methods in the bndings, augmented the test to check those new
1469 functions.
1470
1471Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1472
1473 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
1474 methods of XmlTextReader.
1475 * python/generator.py python/libxml_wrap.h python/types.c
1476 python/libxml2class.txt: added the reader to the Python bindings
1477 * python/tests/Makefile.am python/tests/reader.py: added a specific
1478 test for the Python bindings of the Reader APIs
1479 * parser.c: small cleanup.
1480
1481Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1482
1483 * xinclude.c: fallback was only copying the first child not the
1484 full child list of the fallback element, closes #89684 as reopened
1485 by Bernd Kuemmerlen
1486
1487Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1488
1489 * win32/libxml2.def.src: exported htmlNodeDumpOutput
1490
1491Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
1492
1493 * configure.in: preparing release of 2.4.30
1494 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
1495 gives enum values, fix functype return type, put back fields in
1496 structs
1497 * doc/*: updated the docs rebuilt
1498
1499Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1500
1501 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
1502 about htmlNodeDumpOutput location.
1503 * xpath.c: removed an undefined function signature
1504 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
1505 too many symbols in the API breaking the python bindings.
1506 Updated with the libxslt/libexslt changes.
1507
1508Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1509
1510 * configure.in: preparing release of 2.4.29
1511 * doc/*: rebuilt the docs and API
1512 * xmlreader.c: a few more fixes for the XmlTextReader API
1513
1514Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1515
1516 * include/win32config.h: applied mingw patch from Magnus Henoch
1517
1518Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
1519
1520 * catalog.c doc/libxml2-api.xml: a bit more cleanup
1521
1522Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1523
1524 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
1525 building Python script, does the C parsing directly, generates
1526 a better API description including structure fieds defs and
1527 enums. Still a couple of bugs, but good enough for the python
1528 wrappers now.
1529 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
1530 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
1531 include/libxml/schemasInternals.h include/libxml/tree.h: more
1532 cleanup based on the python analysis script reports.
1533 * libxml.spec.in: make sure the API XML description is part of the
1534 devel package.
1535
1536Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1537
1538 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
1539 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
1540 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
1541 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
1542 code cleanup, especially the function comments.
1543 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
1544
1545Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1546
1547 * Makefile.am xmlreader.c include/libxml/Makefile.am
1548 include/libxml/xmlreader.h: Adding a new set of APIs based on
1549 the C# TextXmlReader API but converted to C. Allow to parse
1550 in constant memory usage, far simpler to program and explain
1551 than the SAX like APIs, unfinished but working.
1552 * testReader.c: test program
1553
1554Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1555
1556 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
1557
1558Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1559
1560 * tree.c: Chip turner indicated that XHTML1 serialization
1561 rule for style actually break on both IE and Mozilla,
1562 try to avoid the rule if escaping ain't necessary
1563
1564Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
1565
1566 * nanhttp.c: handle HTTP URL escaping, problem reported by
1567 Glen Nakamura and Stefano Zacchiroli
1568
1569Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1570
1571 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
1572
1573Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1574
1575 * uri.c: Johann Richard pointed out some XPointer problems for
1576 URN based URI references in XInclude. Modified the URI parsing
1577 and saving routines to allow correct parsing and saving of
1578 XPointers, especially when attached to "opaque" scheme accordingly
1579 to RFC 2396
1580
1581Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
1582
1583 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
1584 of refactoring to the HTML saving code.
1585 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
1586 in the doc.
1587
1588Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
1589
1590 * tree.c include/libxml/tree.h: refactored the XML dump of a node
1591 to a buffer API to reuse the generic dump to an OutputIO layer,
1592 this reduces code, fixes xmlNodeDump() for XHTML, also made
1593 xmlNodeDump() now return the number of byte written.
1594
1595Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
1596
1597 * python/setup.py.in: another patch from Stéphane Bidoul for
1598 Python bindings on Windows
1599 * doc/parsedecl.py: small cleanup
1600
1601Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
1602
1603 * libxml.spec.in configure.in: add a line in %changelog for releases
1604
1605Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
1606
1607 * parser.c: patch from Marcus Clarke fixing a problem in entities
1608 parsing that was detected in KDe documentations environment.
1609
1610Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1611
1612 * python/libxml.c (libxml_prev): Return the previous as opposed to
1613 the next node (I guess this is the result of some cut & paste programming:)
1614
1615Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1616
1617 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
1618
1619Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1620
1621 * python/generator.py python/libxml.c python/setup.py.in: trying
1622 to fix the Python bindings build on Windows (Stéphane Bidoul)
1623
1624Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1625
1626 * win32/configure.js: added option for python bindings
1627 * win32/libxml2.def.src: added more exports
1628
1629Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1630
1631 * win32/Makefile.mingw: fixed unresolved symbols when linking with
1632 pthreads
1633 * win32/wince/*: applied updates to Windows CE port from Javier
1634
1635Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1636
1637 * configure.in: preparing 2.4.28
1638 * libxml.spec.in doc/Makefile.am: some cleanup
1639 * doc/*: updated the news and regenerated.
1640
1641Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1642
1643 * HTMLparser.c: final touch at closing #87235 </p> end tags
1644 need to be generated.
1645 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
1646 this change slightly the output of a few tests
1647 * doc/*: regenerated
1648
1649Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
1650
1651 * parserInternals.c: fixing bug #99190 when UTF8 document are
1652 parsed using the progressive parser and the end of the chunk
1653 is in the middle of an UTF8 multibyte character.
1654
1655Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1656
1657 * threads.c: fixed initialization problem in xmlNewGlobalState
1658 which was causing crash.
1659 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
1660 in xmlInitializeGlobalState.
1661 * parserInternals.c: cleaned up ctxt->sax initialisation.
1662
1663Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1664
1665 * tree.c include/libxml/tree.h: modified the existing APIs
1666 to handle XHTML1 serialization rules automatically, also add
1667 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
1668 libxslt serialization uses it when needed without changing
1669 the library API.
1670 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
1671 result/xhtml1: added a new test specifically for xhtml1 output
1672 and updated the result of one XHTML1 test
1673
1674Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
1675
1676 * xinclude.c parserInternals.c encoding.c: fixed #99082
1677 for xi:include encoding="..." support on text includes.
1678 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
1679 test/XInclude/ents/isolatin.txt : added a specific regression test
1680 * python/generator.py python/libxml2class.txt: fixed the generator
1681 the new set of comments generated for doc/libxml2-api.xml were
1682 breaking the python generation.
1683
1684Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1685
1686 * doc/Makefile.am: repair some problem if gtk-doc fail or such
1687 * configure.in: patch for Solaris on new autoconf closes #98880
1688 * doc/parsedecl.py: repair the frigging API building script,
1689 did I say that python xmllib sucks ?
1690 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
1691 and some comment are no more truncated.
1692
1693Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
1694
1695 * parser.c: Martin Stoilov pointed out a potential leak in
1696 xmlCreateMemoryParserCtxt
1697
1698Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
1699
1700 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
1701 included in HTML documents and using the push parser.
1702
1703Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1704
1705 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
1706 specified, look for the Python interpreter not just in the
1707 specified root but also in the specified location. Fixes #98825
1708
1709Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1710
1711 * python/libxml.c: fixing bug #98792 , node may have no doc
1712 and dereferencing without checking ain't good ...
1713
1714Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
1715
1716 * configure.in: preparing release 2.4.27
1717 * doc/* : updated and rebuilt the docs
1718 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
1719 and all the docs are actually packaged and in the final RPMs
1720 * parser.c parserInternals.c include/libxml/parser.h: restore
1721 xmllint --recover feature.
1722
1723Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1724
Daniel Veillard784b9352003-02-16 15:50:27 +00001725 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001726 processing of parsed entities, and XPath computation on sustitued
1727 entities.
1728 * testXPath.c: make sure entities are substitued.
1729
1730Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
1731
Daniel Veillard784b9352003-02-16 15:50:27 +00001732 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001733 processing of internal parsed entities, which had to be changed.
1734
1735Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1736
1737 * Makefile.am python/Makefile.am python/tests/Makefile.am:
1738 trying to fix bug #98517 about building outside the source tree
1739 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
1740
1741Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1742
1743 * include/win32config.h: cleanup
1744 * win32/Makefile.mingw: integrated mingw in JScript configure
1745 * win32/Makefile.msvc: modified to allow mingw coexistence
1746 * win32/configure.js: integrated mingw
1747 * win32/Readme.txt: cleanup
1748
1749Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1750
1751 * HTMLparser.c: strengthen the guard in the Pop macros,
1752 like in the XML parser, closes bug #97315
1753
1754Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1755
1756 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
1757 callback is never used.
1758
1759Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1760
1761 * parserInternals.c: fixed the initialization of the SAX structure
1762 which was breaking xsltproc
1763 * xpath.c: patch from Petr Pajas for CDATA nodes
1764 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
1765 * parser.c include/libxml/parser.h: patch from Peter Jones
1766 removing a leak in xmlSAXParseMemory() and adding the
1767 function xmlSAXParseMemoryWithData()
1768
1769Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
1770
1771 adding pdf of tutorial, changing web page to link to it
1772 * doc/tutorial/xmltutorial.pdf
1773 * doc/xml.html
1774 * doc/docs.html
1775
1776Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
1777
1778 * doc/tutorial/ar01s08.html
1779 adding file what I forgot for tutorial
1780
1781
1782Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
1783
1784 Adding encoding discussion to tutorial
1785 Added:
1786 * doc/tutorial/images/*.png: DocBook admonition image files
1787 * doc/tutorial/apf.html, apg.html: new generated html
1788 * doc/tutorial/includeconvert.c: conversion code entity file
1789 changed:
1790 * doc/tutorial/xmltutorial.xml: DocBook original
1791 * doc/tutorial/*.html: generated html
1792
1793Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1794
1795 * include/libxml/*.h: retired xmlwin32version.h
1796 * doc/Makefile.am: retired xmlwin32version.h
1797 * win32/configure.js: retired xmlwin32version.h
1798
1799Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1800
1801 * win32/libxml2.def.src: exported additional symbols
1802 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
1803 sisterhood
1804
1805Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
1806
1807 * globals.c: fixed a typo pointed out by Igor
1808 * xpath.c: try to speed up node compare using line numbers
1809 if available.
1810
1811Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1812
1813 * tree.c: make xmlFreeNode() handle attributes correctly.
1814
1815Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1816
1817 * catalog.c: completed the #96963 fix, as reported by Karl
1818 Eichwalder
1819
1820Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1821
1822 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
1823
1824Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1825
1826 * Makefile.am: switched the order of a couple of includes
1827 to fix bugs #97100
1828
1829Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1830
1831 * catalog.c: fixed bug #96963, reverted to the old behaviour of
1832 xmlLoadCatalogs that used to separate directories with a ':'.
1833
1834Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1835
1836 * threads.c: improvements to the Windows-side of thread handling
1837 * testThreads.c: conditionally excluded unistd.h
1838 * testThradsWin32.c: broke overlong lines
1839 * include/win32config.h: adapted thread-related macros to the new
1840 scheme and for pthreads on Windows
1841 * win32/Makefile.msvc: introduced a more flexible thread build,
1842 added testThreads[Win32].c to the build
1843 * win32/configure.js: introduced a more flexible thread config
1844
18452002-10-31 John Fleck <jfleck@inkstain.net>
1846
1847 * doc/xml.html (and, by implication, FAQ.html)
1848 added UTF-8 conversaion FAQ from Marcus Labib Iskander
1849
1850Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1851
1852 * configure.in: removed xmlwin32version.h
1853 * include/libxml/Makefile.am: removed xmlwin32version.h
1854
1855Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
1856
1857 * tree.c: applied patch from Brian Stafford to fix a bug
1858 in xmlReconciliateNs()
1859
1860Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1861
1862 * tree.c: applied patch from Christian Glahn to allow
1863 xmlNewChild() on document fragment nodes
1864
1865Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1866
1867 * parser.c: Christian Glahn found a problem with a recent
1868 patch to xmlParseBalancedChunkMemoryRecover()
1869 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
1870 problems
1871 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
1872 test/schemas/seq*: added the test cases from Charles
1873
1874Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1875
1876 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
1877 serious cleanup of the spec file and associated changes
1878 in the Makefiles.
1879 * valid.c: try to remove some warnings on x86_64
1880
1881Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1882
1883 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
1884 fix bug #96586
1885
1886Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1887
1888 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
1889 parsing, applied his patch
1890 * result/HTML/attrents.html result/HTML/attrents.html.err
1891 result/HTML/attrents.html.sax test/HTML/attrents.html:
1892 added the test and result case provided by Mikhail Sogrine
1893
1894Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1895
1896 * vms/build_libxml.com vms/config.vms vms/readme.vms
1897 include/libxml/parser.h include/libxml/parserInternals.h
1898 include/libxml/tree.h include/libxml/xmlIO.h
1899 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
1900 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
1901 Applied the VMS update patch from Craig A. Berry
1902 * doc/*.html: update
1903
1904Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1905
1906 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
1907
1908Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1909
1910 * debugXML.c: adding a grep command to --shell in xmllint
1911 for T.V. Raman
1912
1913Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1914
1915 * xmlcatalog.c: tried to fix some of the problem with --sgml
1916
1917Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
1918
1919 * parser.c: tried to fix bug #91500 where doc->children may
1920 be overriden by a call to xmlParseBalancedChunkMemory()
1921
1922Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1923
1924 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
1925 identifiers in SGML catalogs containing '&'
1926
1927Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1928
1929 * python/types.c: fixed bugs when passing result value tree
1930 to Python functions.
1931
1932Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1933
1934 * configure.in: preparing the release of 2.4.26
1935 * doc/*: updated and rebuilt the documentation
1936
1937Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1938
1939 * parser.c: fixed a XML Namespace compliance bug reported by
1940 Alexander Grimalovsky
1941
1942Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1943
1944 * HTMLtree.c: fixed serialization of script and style when
1945 they are not lowercase (i.e. added using the API to the tree).
1946
1947Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1948
1949 * valid.c: make xmlValidateDocument emit a warning msg if there
1950 is no DTD, pointed by Christian Glahn
1951
1952Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1953
1954 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
1955 content model when some of the blocks have min or max, and a couple
1956 of bugs found in the process.
1957 * result/schemas/list0* test/schemas/list0*: added some specific
1958 regression tests
1959
1960Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
1961
1962 * README: updated the contact informations
1963
1964Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1965
1966 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
1967 misses it, reported by Peter Bray.
1968
1969Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1970
1971 * tree.c: investigating xmlNodeGetContent() on namespace nodes
1972 and removed a few warnings
1973
1974Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
1975
1976 * parser.c: Christian Glahn found a small bug in the push parser.
1977 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
1978 public
1979
1980Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1981
1982 * xmlschemas.c include/libxml/xmlschemas.h: added
1983 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
1984 * testSchemas.c: added --memory to test the new interface
1985
1986Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1987
1988 * doc/index.py doc/search.php: integrated the XSLT indexing,
1989 a few fixed in the indexer, added a scope selection at the
1990 search level.
1991
1992Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1993
1994 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
1995 this was due to uninitialized parts of the validation context
1996
1997Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1998
1999 * debugXML.c: applied patch from Mark Vakoc except the API
2000 change, preserved it.
2001 * doc/*: updated the docs to point to the search engine for
2002 information lookup or before bug/help reports.
2003
2004Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2005
2006 * doc/index.py doc/search.php: added mailing-list archives
2007 indexing and lookup
2008
2009Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2010
2011 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
2012
2013Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2014
2015 * doc/index.py: improved HTML indexing
2016 * doc/search.php: make the queries also lookup the HTML based indexes
2017
2018Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
2019
2020 * doc/index.py: added HTML page indexing
2021
2022Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2023
2024 * xmlIO.c: extended Windows path normalisation to fix the base
2025 problem in libxslt.
2026 * catalog.c: fixed list handling in XML_CATALOG_FILES
2027
2028Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2029
2030 * valid.c: typo/bug found by Christian Glahn
2031
2032Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2033
2034 * xmlIO.c: applied Windows CE patch from Javier.
2035 * win32/wince: new directory, contains support for the PocketPC
2036 with Windows CE from Javier.
2037 * include/win32config.h: reorganised, removed duplicate
2038 definitions and applied WinCE patch from Javier.
2039 * include/wsockcompat.h: new file, now contains WinSock
2040 compatibility macros.
2041 * win32/Makefile.msvc: introduced double-run compilation.
2042
2043Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
2044
2045 * configure.in include/libxml/xmlwin32version.h: preparing release
2046 of 2.4.25
2047 * doc/*: updated and regenerated teh docs and web pages.
2048
2049Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2050
2051 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
2052 error were not covering namespace declarations.
2053 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
2054 it was missing the attribute declaration for the namespace
2055 * result/VC/NS3: the fix now report breakages in that test
2056
2057Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2058
2059 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
2060
2061Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2062
2063 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
2064 and regenerated the docs and web site
2065
2066Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2067
2068 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
2069 ATTRIBUTE_UNUSED is always put after the attribute declaration,
2070 not before
2071
2072Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2073
2074 * python/generator.py python/libxml2class.txt: fixed a stupid error
2075 breaking the python API
2076
2077Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2078
2079 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
2080 triostr.c triostr.h: applied a trio update patch from
2081 Bjorn Reese which should work with MinGW
2082
2083Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2084
2085 * tree.c: improving some documentation comments
2086 * xmlregexp.c: found and fixed a mem leak with python regression tests
2087 * doc/*: rebuilt the doc and the API XML file including the
2088 xmlregexp.h xmlautomata.h and xmlunicode.h headers
2089 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
2090 python/types.c: added access to the XML Schemas regexps from
2091 python
2092 * python/tests/Makefile.am python/tests/regexp.py: added a
2093 simple regexp bindings test
2094
2095Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
2096
2097 * doc/xml.html:
2098 fixing ftp links - thanks to Vitaly Ostanin
2099
2100Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
2101
2102 * xmlregexp.c: fixed the data callback on transition functionality
2103 which was broken when using the compact form
2104 * result/schemas/*: updated the results, less verbose, all tests
2105 pass like before
2106 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
2107 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
2108 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
2109 annoying warnings
2110 * xpath.c: try to provide better error report when possible
2111
2112Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2113
2114 * Makefile.am: fixed a breakage raised by Jacob
2115
2116Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2117
2118 * include/win32config.h: added HAVE_ERRNO_H definition for parts
2119 which don't use sockets
2120
2121Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2122
2123 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
2124 * win32/configure.js: applied zlib patch from Daniel Gehriger
2125
2126Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2127
2128 * win32/configure.js: applied the patch from Mark Vakoc for
2129 regexp support
2130 * win32/libxml2.def.src: applied the patch from Mark Vakoc
2131 for regexp support
2132
2133Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2134
2135 * xmlschemastypes.c: as pointed by Igor Float and Double
2136 parsing ain't finished yet
2137
2138Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2139
2140 * Makefile.am configure.in: trying to fix #88412 by bypassing
2141 all the python subdir if python ain't detected
2142
2143Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2144
2145 * Makefile.am configure.in include/libxml/xmlversion.h.in:
2146 made configuring with regexps/automata/unicode the default
2147 but without schemas ATM
2148 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
2149 fixed the regexp based DTD validation performance and memory
2150 problem by switching to a compact form for determinist regexps
2151 and detecting the determinism property in the process. Seems
2152 as fast as the old DTD validation specific engine :-) despite
2153 the regexp built and compaction process.
2154
2155Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2156
2157 * valid.c: determinism is debugged, new DTD checking code now works
2158 but xmlFAComputesDeterminism takes far too much CPU and the whole
2159 set usues too much memory to be really usable as-is
2160
2161Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2162
2163 * tree.c: fixed another stupid bug in xmlGetNodePath()
2164 * xmllint.c: --version now report the options compiled in
2165
2166Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2167
2168 * HTMLparser.c: small cleanup
2169 * valid.c xmlregexp.c: switched DTD validation to use only regexp
2170 when configured with them. A bit of debugging around the determinism
2171 checks is still needed
2172
2173Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2174
2175 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
2176
2177Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2178
2179 * xmlIO.c: small portability glitch fixed.
2180
2181Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2182
2183 * xmlschemastypes.c: incomplete steps for real/double support
2184 * testAutomata.c include/libxml/xmlautomata.h
2185 include/libxml/xmlregexp.h: avoiding a compilation problem
2186 * valid.c include/libxml/valid.h: starting the work toward using
2187 the regexps for actual DTD validation
2188
2189Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2190
2191 * hash.c: cosmetic cleanup
2192 * valid.c include/libxml/tree.h include/libxml/valid.h: started
2193 integrating a DTD validation layer based on the regexps
2194
2195Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
2196
2197 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
2198 the determinism was tested before eliminating the epsilon
2199 transitions :-(
2200
2201Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
2202
2203 * python/generator.py python/libxml.c python/libxml.py
2204 python/libxml2-python-api.xml python/libxml2class.txt
2205 python/libxml_wrap.h python/types.c: updated the python
2206 bindings, added code for easier File I/O, and the ability to
2207 define a resolver from Python fixing bug #91635
2208 * python/tests/Makefile.am python/tests/inbuf.py
2209 python/tests/outbuf.py python/tests/pushSAXhtml.py
2210 python/tests/resolver.py python/tests/serialize.py: updated
2211 and augmented the set of Python tests.
2212
2213Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2214
2215 * win32/configure.js: added more readme info for the binary
2216 package.
2217
2218Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2219
2220 * xmlIO.c: fixed a stupid out of bound array error
2221
2222Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2223
2224 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
2225 messing around with support for Windows path, cleanups,
2226 trying to identify and fix the various code path to the
2227 filename access. Added xmlNormalizeWindowsPath()
2228
2229Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2230
2231 * error.c valid.c: working on better error reporting of validity
2232 errors, especially providing an accurate context.
2233 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
2234 error reports in those cases.
2235
2236Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2237
2238 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
2239 parser.c parserInternals.c xmlIO.c: get rid of all the
2240 perror() calls made in the library execution paths. This
2241 should fix both #92059 and #92385
2242
2243Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
2244
2245 * xmllint.c: memory leak reporting was broken after a change
2246 of the preprocessor symbol used to activate it.
2247
2248Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2249
2250 * tree.c: try to make the copy function work for node of
2251 type XML_DOCUMENT_FRAG_NODE, they are only created by the
2252 DOM layers though, not libxml2 itself.
2253
2254Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
2255
2256 * valid.c: try to provide file and line informations, not all
2257 messages are covered, but it's a (good) start
2258
2259Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
2260
2261 * xinclude.c: reimplemented a large part of the XInclude
2262 processor, trying to minimize resources used, James Henstridge
2263 provided a huge test case which was exhibiting severe memory
2264 consumption problems.
2265
2266Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
2267
2268 * python/Makefile.am: applied patch from Christophe Merlet to
2269 reestablish DESTDIR
2270
2271Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
2272
2273 * libxml.spec.in: fixes libary path for x86_64 AMD
2274
2275Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
2276
2277 * doc/tutorial/includekeyword.c
2278 * doc/tutorial/xmltutorial.xml:
2279 (plus resulting generated html files)
2280 fixing one spot I missed in the tutorial where I hadn't freed
2281 memory properly
2282
2283Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
2284
2285 * doc/tutorial/includeaddattribute.c
2286 * doc/tutorial/includeaddkeyword.c
2287 * doc/tutorial/includegetattribute.c
2288 * doc/tutorial/includekeyword.c
2289 * doc/tutorial/xmltutorial.xml
2290 * doc/tutorial/*.html:
2291 update tutorial to properly free memory (thanks to Christopher
2292 R. Harris for pointing out that this needs to be done)
2293 * doc/tutorial/images/callouts/*.png:
2294 added image files so the callouts are graphical, making it
2295 easier to read ( use "--param callout.graphics 1" to generate
2296 html with graphical callouts)
2297
2298Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
2299
2300 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
2301 nice logos generated by Marc Liyanage
2302 * doc/site.xsl *.html: changed the stylesheet to show the new
2303 logo and regenerated the pages
2304
2305Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2306
2307 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
2308
2309Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2310
2311 * xpath.c: possible mem leak patch from Jason Adams
2312
2313Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2314
2315 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
2316 in the XQuery namespace
2317 * configure.in: preparing 2.4.24
2318 * doc/*.html: updated the web pages
2319
2320Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2321
2322 * python/generator.py: closing bug #85258 by generating conditional
2323 compile check to avoid linking to routines not configured in.
2324
23252002-08-22 Havoc Pennington <hp@pobox.com>
2326
2327 * autogen.sh: update error message for missing automake
2328
2329Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
2330
2331 * python/Makefile.am: typo in target name resulted in libxml2.py
2332 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
2333
2334Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
2335
2336 * win32/win32/Makefile.mingw: updated with version from
2337 Elizabeth Barham at http://soggytrousers.net/repository/
2338
2339Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2340
2341 * win32/Makefile.msvc: added the prefix location to the include
2342 and lib search path.
2343
23442002-08-18 Havoc Pennington <hp@pobox.com>
2345
2346 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
2347 both automake 1.6 and 1.4 installed get the right automake. Means
2348 compilation from CVS will now require the latest automake 1.4
2349 release, or manually creating symlinks called "automake-1.4" and
2350 "aclocal-1.4"
2351
2352Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2353
2354 * configure.in python/Makefile.am: more AMD 64 induced changes from
2355 Frederic Crozat
2356
2357Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2358
2359 * xinclude.c: oops I was missing the xml:base fixup too
2360 * result/XInclude/*.xml: this adds xml:base attributes to most
2361 results of the tests
2362
2363Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2364
2365 * xinclude.c: quick but apparently working implementation of
2366 xi:fallback, should close bug #89684
2367 * Makefile.am test/XInclude/docs/fallback.xml
2368 result/XInclude/fallback.xml: added a basic test for fallback,
2369 and run with --nowarning to avoid a spurious warning
2370 * configure.in: applied patch from Frederic Crozat for python
2371 bindings on AMD 64bits machines.
2372
2373Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2374
2375 * parser.c: xmlSAXUserParseMemory() really ought to fail if
2376 the caller don't pass a SAX callback block.
2377
2378Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2379
2380 * tree.c: applied the same fix for the XML-1.0 namespace to
2381 xmlSearchNsByHref() as was done for xmlSearchNs()
2382
2383Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2384
2385 * libxml.3: small cleanup of the man page
2386 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
2387 when serializing HREF attributes generated by XSLT.
2388
2389Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2390
2391 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
2392 version of Marc Liyanage' patch for boolean attributes in HTML
2393 output
2394
2395Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
2396
2397 * python/tests/serialize.py: fixed the test results, indenting
2398 behaviour changed slightly
2399
2400Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2401
2402 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
2403 new c14n function to Windows def files
2404
2405Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
2406
2407 * c14n.c: fixed a memory leak in c14n code
2408
2409Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
2410
2411 * parser.c include/libxml/parser.h: adding a new API for Christian
2412 Glahn: xmlParseBalancedChunkMemoryRecover
2413 * valid.c: patch from Rick Jones for some grammar cleanup in
2414 validation messages
2415 * result/VC/* result/valid/*: this slightly change some of the
2416 regression tests outputs
2417
2418Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2419
2420 * tree.c: trying to fix a problem in namespaced attribute handling
2421 raised by Christian Glahn
2422
2423Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2424
2425 * encoding.c include/libxml/encoding.h: Opening the interface
2426 xmlNewCharEncodingHandler as requested in #89415
2427 * python/generator.py python/setup.py.in: applied cleanup
2428 patches from Marc-Andre Lemburg
2429 * tree.c: fixing bug #89332 on a specific case of loosing
2430 the XML-1.0 namespace on xml:xxx attributes
2431
2432Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
2433
2434 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
2435 corner case from new Merlin's test suite and added a callback
2436 that will be used to improve xmlsec performance
2437
2438
2439Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
2440
2441 * HTMLtree.c: trying to fix the <style> escaping problem in
2442 HTML serialization bug #89342
2443
2444Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2445
2446 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
2447 and rebuilt the web site.
2448
2449Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
2450
2451 * include/libxml/tree.h: added _private member to xmlNs struct
2452
2453Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2454
2455 * HTMLparser.c: fixing bug #84876 based on the xml working
2456 code.
2457
2458Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2459
2460 * python/Makefile.am: enhanced to fix bug 72012 (errors
2461 when using '-jX' make parameter)
2462
2463Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2464
2465 * xpath.c: small additional enhancement for booleans
2466 compared to nodesets
2467
2468Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2469
2470 * HTMLtree.c: changed the order of the encoding declaration
2471 attributes in the meta tags due to a bug in IE/Mac
2472
2473Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2474
2475 * xpath.c: enhanced handling of booleans (especially '='
2476 and '!=' for nodesets) - fixes bug 85256. Added new
2477 routine xmlXPathNotEqualValues for more proper handling
2478 of '!=' when nodesets are involved.
2479
2480Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2481
2482 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
2483 doc/xmlcatalog_man.xml to the source distribution
2484
2485Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2486
2487 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
2488 asked for this.
2489
2490Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
2491
2492 * configure.in: preparing 2.4.23
2493 * doc/*: rebuilt the docs
2494
2495Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
2496
2497 * parser.c: fixing bug #84169 by fixing the
2498 comment of xmlCreatePushParserCtxt to describe the
2499 encoding detection parameters better.
2500
2501Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2502
2503 * valid.c: fixing bug #79331 in one path the lookup for
2504 ID attributes on a namespaced node wasn't handled correctly :-\
2505
2506Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2507
2508 * HTMLparser.c: trying to fix 87235 about discarded white
2509 spaces in the HTML parser.
2510 * result/HTML/*: this changes the output of a number of HTML
2511 regression tests
2512
2513Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2514
2515 * xpath.c: applied patch from Richard Jinks for the namespace
2516 axis + fixed a memory error.
2517 * parser.c parserInternals.c: applied patches from Peter Jacobi
2518 removing ctxt->token for good.
2519 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
2520 popped out by the regression tests.
2521 * Makefile.am: patch for threads makefile from Gary Pennington
2522
2523Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2524
2525 * xpath.c: enhanced behaviour of position() after usage of
2526 expressions involving preceding-sibling (et al).
2527
2528Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2529
2530 * hash.c: applied a patch from Peter Jacobi to solve a problem
2531 when compiling with the Watcom C on Win32
2532 * result/schemas/*.err: the change of hashing algo generated
2533 permutations in the output
2534
2535Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2536
2537 * hash.c: applied patch from Sander Vesik improving the quality of
2538 the hash function.
2539
25402002-06-14 Aleksey Sanin <aleksey@aleksey.com>
2541
2542 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
2543 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
2544 xmllint.c xpath.c: replaced sprintf() with snprintf()
2545 to prevent possible buffer overflow (the bug was pointed
2546 out by Anju Premachandran)
2547
2548Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2549
2550 * parser.c: removed an uninitialized data error popped by valgrind
2551 on PE references
2552
2553Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
2554
2555 * doc/xml.html
2556 adding tutorial reference to the web page
2557
2558Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
2559
2560 * doc/tutorial/xmltutorial.xml
2561 * doc/tutorial/ar01s07.html
2562 * doc/tutorial/ape.html
2563 * doc/tutorial/includegetattribute.c
2564 adding section to tutorial about retrieving an attribute
2565 value
2566
2567Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2568
2569 * parser.c: applied a couple of patches from Peter Jacobi to start
2570 to get rid of ctxt->token, with a possible significant speed
2571 improvement to be gained once done. Better compliance with PE
2572 references constructs in DTDs too.
2573 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
2574 from Peter too
2575
2576Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2577
2578 * parser.c: Babak Vahedipour-Kunze reported that openTag in
2579 xmlParseElement was likely to have been deallocated at the
2580 time of the report, possibly leading to segfault. Just report
2581 the tag name now.
2582
2583Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2584
2585 * xpath.c: patch from Richard Jinks for XPath substring() function
2586 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
2587
25882002-06-06 Aleksey Sanin <aleksey@aleksey.com>
2589
2590 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
2591
2592Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
2593
2594 *doc/FAQ.html
2595 fixing typos in FAQ, thanks to Robert Funnell for the
2596 editing help
2597
2598Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2599
2600 * NEWS: got complaints from rpmlint that it was empty
2601
2602Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
2603
2604 * added doc/tutorial, including:
2605 apa.html
2606 apb.html
2607 apc.html
2608 apd.html
2609 ar01s02.html
2610 ar01s03.html
2611 ar01s04.html
2612 ar01s05.html
2613 ar01s06.html
2614 includeaddattribute.c
2615 includeaddkeyword.c
2616 includekeyword.c
2617 includestory.xml
2618 index.html
2619 xmltutorial.xml
2620 libxml tutorial, including generated html
2621
2622Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2623
2624 * result/c14n/exc-without-comments/merlin-c14n-two-*
2625 result/c14n/without-comments/merlin-c14n-two-*
2626 test/c14n/exc-without-comments/merlin-c14n-two-*
2627 test/c14n/without-comments/merlin-c14n-two-*
2628 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
2629 c14n/exc-c14n and slightly modified test script to handle
2630 these test cases
2631 * c14n.c: fixed bugs for complicated nodes set (namespace
2632 without node and others from merlin-c14n-two.tar.gz)
2633 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
2634 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
2635 for xmlsec performance patch
2636 * xpath.c: fixed self::node() for namespaces and attributes
2637
2638Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
2639
2640 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
2641 but with the format parameter
2642 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
2643
2644Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
2645
2646 * Makefile.am: updated c14n tests suite
2647 * c14n.c: performance improvement for previous c14n patch
2648
2649Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2650
2651 * parser.c: another peroformance patch from Peter Jacobi, that
2652 time on parsing attribute values.
2653
2654Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
2655
2656 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
2657 into LibXML2 test suite
2658
2659Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
2660
2661 * c14n.c: propagating xpath ancesstors node fix to c14n
2662 plus small performance improvement to reduce number of
2663 mallocs
2664 * xpath.c: fixed ancestors axis processing for namespace nodes
2665
2666Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2667
2668 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
2669 Peter Jacobi
2670
2671Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2672
2673 * configure.in: preparing 2.4.22
2674
2675Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2676
2677 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
2678 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
2679 a public entry point.
2680 * doc/*: rebuilt the API and docs
2681
2682Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2683
2684 * xpath.c: patch from Richard Jinks to fix a problem introduced
2685 in the previous patch and pointed by Norm
2686
2687Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2688
2689 * libxml.spec.in: fixing bug #81112
2690
2691Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2692
2693 * uri.c: fixing bug #82848
2694
2695Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2696
2697 * result/catalogs/mycatalog.full: Aleksey's commit changed the
2698 output of one catalog test
2699
2700Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2701
2702 * global.data globals.c tree.c include/libxml/globals.h
2703 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
2704 default value for global parameter xmlIndentTreeOutput to 1 and
2705 introduced new global parameter xmlTreeIndentString (the string
2706 used to do one-level indent) with default value " " (as it was
2707 in tree.c)
2708
2709Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2710
2711 * Makefile.am: Merijn Broeren pointed out a problem when compiling
2712 with trio and schemas.
2713
2714Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2715
2716 * xpath.c: patch from Richard Jinks to fix the problem raised in
2717 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
2718
2719Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2720
2721 * xmlschemas.c: a bit of work on import.
2722 * xmlschemastypes.c: Charles Bozeman provided a compare function
2723 for date/time types so min/max facet restrictions should work,
2724 indeterminate comparisons return an error instead of equal.
2725 * test/schemas/date_0* result/schemas/date_0_0: specific test
2726 from Charles Bozeman too
2727
2728Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2729
2730 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
2731 from Christian Cornelssen fixing the man pages and the Catalog
2732 building script.
2733 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
2734 next step is <xs:import> I now have a reasonable understanding
2735 of how it works.
2736
2737Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2738
2739 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
2740
2741Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2742
2743 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
2744
2745Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2746
2747 * xpath.c: fixing an XPath function evalutation bug pointed out
2748 by Alexey Efimov where the context was lost when evaluating
2749 the function arguments
2750
2751Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2752
2753 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
2754 function public for XMLSec performance optimizations
2755
2756Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2757
2758 * python/generator.py python/libxml2class.txt : fixed a problem
2759 with the HTML parser pointed by Gary Benson
2760 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
2761 example
2762
2763Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2764 * parser.c: fixed bug #81159 (memory growth in SAX)
2765
2766Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2767 * xpath.c: fixed bug #78858 (the real fix)
2768
2769Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2770 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
2771
2772Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2773
2774 * tree.c: modified xmlNodeSetBase to allow changing the
2775 base of a document.
2776
2777Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2778
2779 * xmlschemastypes.c: patch Charles Bozeman for validation of
2780 all the date, time, and duration types
2781 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
2782 * configure.in: fixed an error pointed by an user
2783 * xml2-config.in: fixed an error pointed by an user
2784
2785Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2786
2787 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
2788 win32/libxml2.def.src xmlIO.c: exported default
2789 'file:', 'http:' and 'ftp:' protocols input handlers
2790 and maked protocols comparisson case insensitive
2791
2792Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2793
2794 * configure.in: Neven Has detected a typo
2795
2796Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
2797
2798 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
2799 as one of the persons allowed to commit directly to the
2800 module.
2801
2802Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2803
2804 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
2805 * valid.c: raised a too low limit
2806 * doc/*: rebuilt the docs
2807
2808Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2809
2810 * test/XPath/expr/floats test/XPath/expr/functions
2811 result/XPath/expr/floats result/XPath/expr/functions
2812 xpath.c: another XPath conformance patch from Richard Jinks
2813
2814Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
2815
2816 * xmlschemas.c: fixed validation of attribute groups.
2817 * test/schemas result/schemas: added an example from the primer
2818
2819Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2820
2821 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
2822 * test/schemas result/schemas: updated the test list
2823
2824Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2825
2826 * TODO: updated a bit
2827 * parser.c: made a comment more specific
2828 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
2829 Schemas conformance.
2830 * test/schemas result/schemas: updated the test list
2831
2832Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2833
2834 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
2835 implementing xs:all with minOccurs = 0
2836 * tes/schemas/* result/schemas/*: added more tests covering
2837 xs:all
2838
2839Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
2840
2841 * xmlregexp.c: first implementation of the all particle, this
2842 may need to be revisited for case where not all transitions
2843 must be crossed.
2844
2845Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2846
2847 * tree.c: another entity processing update from Markus Henke
2848
2849Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
2850
2851 * trionan.c: fixed crash on OSF/1
2852
2853Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2854
2855 * xmlschemas.c: more Schemas work
2856 * test/schemas/* result/schemas/*: added more tests coming
2857 from the spec.
2858
2859Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2860
2861 * c14n.c: patch from Aleksey Sanin reflecting a change in the
2862 ExcC14N specification
2863
2864Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2865
2866 * tree.c: patch from Markus Henke, fix for recursive entities.
2867
2868Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2869
2870 * xpath.c: fix a problem with string() on a document node.
2871
2872Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2873
2874 * Makefile.am xmlschemas.c: more Schemas work
2875 * test/schemas/* result/schemas/*: added more tests coming
2876 from the spec.
2877
2878Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2879
2880 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
2881 * result/HTML/*: this changes a few things in the results
2882
2883Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2884
2885 * include/libxml/tree.h: eliminated 'declaration different than
2886 prototype' warning
2887 * include/win32config.h: "resolved" conflicts with errno.h
2888
2889Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2890
2891 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
2892 on the automata interfaces and debug of counted choices
2893 * test/schemas/* result/schemas/*: added a number of tests
2894
2895Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2896
2897 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
2898 a bit of work on Schemas
2899 * testSchemas.c: try to make it more useful
2900 * test/schemas/* result/schemas/* Makefile.am: changed the
2901 Schemas regression test procedure, started adding a few samples
2902
2903Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2904
2905 * include/libxml/encoding.h: Patch for the Borland C++ builder
2906 * include/libxml/tree.h: Patch for the Borland C++ builder
2907 * threads.c: Patch for the Borland C++ builder
2908 * win32/bcb5: New directory for the Borland C++ builder
2909 project files
2910
2911Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2912
2913 * win32/Makefile.msvc: Update for XML Schema support
2914 * win32/configure.js: Update for XML Schema support
2915 * win32/libxml2.def.src: Update for XML Schema support
2916
2917Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2918
2919 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
2920 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
2921 xmlunicode.c include/libxml/Makefile.am
2922 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
2923 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
2924 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
2925 include/libxml/xmlversion.h.in : merged the current state of
2926 XML Schemas implementation, it is not configured in by default,
2927 a specific --schemas configure option has been added.
2928 * test/automata test/regexp test/schemas Makefile.am
2929 result/automata result/regexp result/schemas:
2930 merged automata/regexp/schemas regression tests
2931
2932Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
2933
2934 * xpath.c: Gary found a compile time problem, fixes #78823
2935
2936Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2937
2938 * configure.in: release of 2.4.20
2939 * doc/*: updated and rebuilt the docs
2940
2941Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2942
2943 * python/Makefile.am: patch from Cristian Gafton to build on
2944 Red Hat 6.2, should also fix #75779
2945
2946Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2947
2948 * valid.c: first part of fixing #78729
2949
2950Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
2951
2952 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
2953 escaping of URI when saving HTML files.
2954 * result/HTML/*: this impacted some tests
2955
2956Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
2957
2958 * configure.in: trying to fix #77441
2959
2960Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2961
2962 * include/libxml/xmlIO.h: Hallski complained it could not be
2963 included by itself.
2964
2965Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2966
2967 * configure.in: applied an IEEE flag patch for OSF/1 #77825
2968
2969Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2970
2971 * win32/configure.js: patch from Nilo for the c14n option
2972 * win32/Makefile.msvc: fixed libxml2.def generation with threads
2973
2974Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2975
2976 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
2977 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
2978 LIBXML_THREAD_ENABLED
2979
2980Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2981
2982 * xpath.c: another patch from Richard Jinks for substring conformance
2983 * test/XPath/expr/floats test/XPath/expr/strings
2984 result/XPath/expr/floats result/XPath/expr/strings: update of the
2985 test suite to check those.
2986
2987Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2988
2989 * xpath.c: patch from Richard Jinks for .x float parsing.
2990
2991Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2992
2993 * parser.c: patch from Markus Henke when an encoding ain't recognized
2994
2995Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2996
2997 * libxml.m4: got a report that #include <string.h> was needed
2998
2999Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
3000
3001 * xmllint.c: applied a fix from Anthony Jones for -o /--output
3002
3003Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
3004
3005 * doc/example.html: fixing typo
3006
3007Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
3008
3009 * xpath.c: fixed a bug in the nodeset to boolean comparison code
3010 pointed out by Melvyn Sopacua.
3011
3012Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3013
3014 * libxml.m4: Frédéric Crozat gave a patch related to the change
3015 of Include paths breaking the libxml.m4
3016
3017Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3018
3019 * xpath.c: Fix bug #76927 forgot to save some context
3020 when evaluating binary expressions
3021
3022Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3023
3024 * configure.in: fixed configure for MPE/iX from Markus Henke
3025 * xmlmemory.c: fixed initialization problems
3026 * xpath.c: another set of patches from Richard Jinks this
3027 fixes "make XPathtests" on linux
3028
3029Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
3030
3031 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
3032 * test/XPath/expr/compare test/XPath/expr/equality
3033 test/XPath/expr/floats test/XPath/expr/functions
3034 test/XPath/expr/strings result/XPath/expr/compare
3035 result/XPath/expr/equality result/XPath/expr/floats
3036 result/XPath/expr/functions result/XPath/expr/strings: Updated
3037 tests though they show a divergence on Linux
3038
3039Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3040
3041 * xpath.c trionan.c: previous commit also included patches
3042 from Richard Jinks on some IEEE support corner case
3043
3044Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
3045
3046 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
3047 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
3048 that $(datadir) should be used for docs
3049
3050Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
3051
3052 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
3053 could leak filedescriptors
3054
3055Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3056
3057 * configure.in nanohttp.c: applied patch from Allan Clark for
3058 UnixWare/OpenServer
3059
3060Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3061
3062 * configure.in: preparing 2.4.19
3063 * doc/*: rebuilt the docs
3064
3065Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3066
3067 * nanohttp.c: fixing #76043, got fed up with non-portability
3068 of that piece of code.
3069
3070Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3071
3072 * valid.c SAX.c: Never commit without running "make tests" :-(
3073 fix a couple of stupidities in the previous commit
3074 * result/*: a few changes in some attribute order result of previous
3075 commit.
3076
3077Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3078
3079 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
3080 the internal subset should not raise duplicate ID errors,
3081 also there was a small bug in conjunction to namespace
3082 declarations defaulted and xml:xxx attributes DTD definitions.
3083
3084Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3085
3086 * xpath.c: Richard Jinks also raised some rounding problems
3087 this tries to fix them
3088
3089Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
3090
3091 * xpath.c: Richard Jinks spotted an incoherent memory allocation
3092 behaviour in xmlXPathCastToString()
3093
3094Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3095
3096 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
3097 raised by Morus Walter
3098
3099Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3100
3101 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
3102 from Igor
3103
3104Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3105
3106 * xpath.c: fixing #75619, related to a problem when trying
3107 to evaluate condition when the current node set resulting
3108 from that sub-step evaluation is empty. Also fixes 2 potential
3109 problem with previous-sibling and next-siblings axis.
3110
3111Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3112
3113 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
3114 HTML support is not configured in.
3115
3116Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3117
3118 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
3119 include/libxml/tree.h: dohh I really didn't intended to commit
3120 this test version :-(
3121
3122Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3123
3124 * testSAX.c: I wanted to see the real speed at the SAX interface
3125 after a little too many Ximianer started complaining about the
3126 parser speed.
3127 added a --quiet option:
3128 paphio:~/XML -> ls -l db100000.xml
3129 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
3130 paphio:~/XML -> time ./testSAX --quiet db100000.xml
3131 3200006 callbacks generated
3132 real 0m1.270s
3133 Which means 16MBytes/s and 3Mcallback/s
3134
3135Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3136
3137 * xpath.c: valgrind spotted another error that time when running
3138 on libxslt regression tests
3139
3140Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3141
3142 * Makefile.am: adding "make valgrind" running the full regression
3143 tests (except python ones) under Valgrind (using valgrind -q
3144 which was kindly added by the author).
3145 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
3146 passes cleanly now except an obcure floating point initialization
3147 raised in log10() in one XPath regression test ???
3148 * tree.c: edited some comments to close #75244
3149
3150Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
3151
3152 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
3153 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
3154 context of ScrollKeeper, made sure that if the number is
3155 an integer, the serialization follows the description at
3156 http://www.w3.org/TR/xpath#section-String-Functions
3157
3158Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3159
3160 * configure.in: preparing 2.4.18
3161 * doc/*: updated and rebuilt the web site
3162 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
3163 the Windows and Cygwin maintainers.
3164 * parser.c: humm, changed the way the SAX parser work when
3165 xmlSubstituteEntitiesDefault(1) is set, it will then
3166 do the entity registration and loading by itself in case the
3167 user provided SAX getEntity() returns NULL.
3168 * testSAX.c: added --noent to test the behaviour.
3169
3170Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3171
3172 * parser.c: Wilfried Teiken provided a hackish but working
3173 way to get context reported back on entities when parsing
3174 with SAX and without breaking the DOM build.
3175
3176Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3177
3178 * c14n.c: applied a new patch from Aleksey Sanin
3179 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
3180 to reference Aleksey implementation of XML digital Signatures
3181
3182Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3183
3184 * xpath.c: small fix to avoid potential problem due to
3185 ordering of freeing data
3186 * python/Makefile.am: people were complaining about
3187 the generated file in python dir not being built
3188
3189Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3190
3191 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
3192 python/generator.py python/libxml.c python/types.c: Cleanup
3193 of the python Makefiles based on Jacob and James feedback,
3194 fixed the spec file accordingly, fixed the number of warning
3195 that passing my pedantic CFLAGS was generating. Conclusion
3196 is that Python includes are real crap.
3197
3198Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
3199
3200 * configure,in: it was reported quite a few times that
3201 xml2-config --cflags should not output
3202 -I$includeprefix/libxml2/libxml because libxml2 header names
3203 clashes with existing names like list.h from C++ stl.
3204 Includes should be #include<libxml/xxx.h> so ...
3205
3206Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
3207
3208 * c14n.c: another patch from Aleksey Sanin
3209
3210Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3211
3212 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
3213 canonicalization algorithm
3214 * doc/xml.html doc/index.html: added the C14N references on the
3215 index page.
3216
32172002-03-13 jacob berkman <jacob@ximian.com>
3218
3219 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
3220 usage, redundant, and gcc specific
3221
3222Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3223
3224 * xpath.c: speedup some node selection operations, this can
3225 have a significant impact on DocBook Norm's stylesheets
3226 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
3227 make sure it's always the case
3228 * debugXML.c: distinguish CDATA and comments in ls operations
3229
3230Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3231
3232 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
3233 to generate better API descriptions etc...
3234
3235Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3236
3237 * c14n.c: Fixing #74186, made sure all boolean expressions
3238 get fully parenthesized, ran indent on the output
3239 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
3240 include/libxml/tree.h: also #74186 related, removed the
3241 --with-buffers option, and all the preprocessor conditional
3242 sections that were resulting from it.
3243
3244Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3245
3246 * valid.c: applied patch from Dodji Seketeli fixing an
3247 uninitailized variable in xmlValidGetValidElements()
3248
3249Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3250
3251 * c14n.c: fixed a few comments
3252 * doc/*.html doc/*/*.html: regenerated the docs and added
3253 the C14N API
3254 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
3255
3256Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
3257
3258 * check-xml-test-suite.py: fix to adapt varaiations in the
3259 bindings
3260 * configure.in python/setup.py python/setup.py.in: fixed to
3261 have the version of the python scripts automatically updated
3262
3263Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3264
3265 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
3266 in xmlCopyProp()
3267
3268Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
3269
3270 * configure.in: preparing 2.4.17 release
3271 * doc/*: updated and rebuilt the docs
3272 * xpath.c: fixed a comment
3273 * python/libxml.c: fixed a possible reentrancy problem
3274
3275Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
3276
3277 * tree.c python/tests/Makefile.am python/tests/attribs.py:
3278 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
3279 added a specific regression test
3280 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
3281 not raise exceptions when failing to find the attribute.
3282
3283Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3284
3285 * configure.in xmllint.c: owen pointed out a problem with the
3286 ftme fix, gettimeofday() was not detected by configure and
3287 the ftime header wasn't included, dohhh
3288
3289Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
3290
3291 * configure.in xmllint.c: trying to fix #71457 for timing
3292 precision when gettimeofday() is not availble but ftime() is
3293
3294Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3295
3296 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
3297 are now copied on install and part of the -devel RPM
3298
3299Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
3300
3301 * xpath.c: trying to avoid bug #72150 which was apparently
3302 caused by a gcc bug (or a processor problem) as detailed
3303 at http://veillard.com/gcc.bug
3304
3305Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3306
3307 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
3308 fixed xmlReconciliateNs(), added a Python test/example for
3309 inter-document cut'n paste
3310 * python/libxml.py: fixed node.doc on document nodes and added
3311 xpathEval() onto node objects
3312
3313Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3314
3315 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
3316 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
3317 fixup and integrated tests for the serialization stuff
3318
3319Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3320
3321 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
3322 moved the libxml man page to section 3
3323
3324Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3325
3326 * tree.c: fix bug #72490
3327 * python/libxml.c python/libxml.py: added methods serialize()
3328 and saveTo() to all node elements.
3329
3330Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3331
3332 * xmlIO.c: closed #73430, don't read from an input source
3333 which indicated an end-of-file or an error.
3334
3335Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3336
3337 * parser.c: make sure SAX endDocument is always called as
3338 this could result in a Python memory leak otherwise (it's
3339 used to decrement ref-counting)
3340 * python/generator.py python/libxml.c python/libxml.py
3341 python/libxml2-python-api.xml python/libxml2class.txt
3342 python/tests/error.py python/tests/xpath.py: implemented
3343 the suggestions made by Gary Benson and extended the tests
3344 to match it.
3345
3346Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3347
3348 * python/generator.py: applied patch fixing #73450
3349
3350Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3351
3352 * xpath.c: fixing #61290 "namespace nodes have no parent"
3353 long standing divergence from the XPath REC. NodeSets
3354 simply hold a copy of namespace nodes and those node ->next
3355 points to the parent (which may not be the node carrying the
3356 definition).
3357 * include/libxml/xpath.h: flagged but didn't added a possible
3358 speedup
3359 * DOCBparser.c HTMLparser.c: removed some warnings from push
3360 parser due to new state being added.
3361 * tree.c: new fix from Boris Erdmann
3362 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
3363 the XML Canonalization support from Aleksey Sanin
3364
3365Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3366
3367 * tree.c: patch from Boris Erdmann fixing some namespace odities
3368 with xmlCopyNode()
3369
3370Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3371
3372 * xmlIO.c: fix bug #72706 when loading a NULL entity
3373
3374Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3375
3376 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
3377 actually change in a future XML Namespace revision.
3378
3379Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3380
3381 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
3382 added the possibility of returning nodesets from XPath extension
3383 functions written in Python
3384
3385Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
3386
3387 * python/*: commiting some Python bindings work done while travelling
3388
3389Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3390
3391 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
3392 explicitely with memory debugging switched on
3393
3394Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
3395
3396 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3397 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3398 Added wrapper for the xmlURIPtr type, provided accessors, fixed
3399 the accessor generator for strings
3400 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
3401 regression test.
3402
3403Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3404
3405 * python/README python/generator.py python/libxml.c python/setup.py:
3406 added the 'usual' setup.py to allow building a libxml2-python
3407 module based on the same code. The initialization is however
3408 different the 2 .so files fo libxml2 and libxslt are identical and
3409 they entry point initialize both libraries. this is done to avoid
3410 some possible nasty problem since the Python don't merge the maps
3411 of all shared modules.
3412
3413Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3414
3415 * parser.c: fixed a push/encoding bug reported by Michael
3416 on librsvg
3417
3418Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3419
3420 * include/libxml/parserInternals.h: fixes a misplaced #endif
3421
3422Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3423
3424 * parser.c valid.c: found and fixed a couple of allocation bugs
3425
3426Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3427
3428 * doc/xml.html doc/python.html doc/*: added a Python and binding
3429 page describing the current state of the Python bindings and
3430 giving pointers to the other languages wrappers.
3431
3432Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3433
3434 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
3435 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
3436 rebuilt the API and web site
3437 * xpath.c: fixed #71978 portability bugs
3438
3439Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
3440
3441 * SAX.c: oops broke automatic defaulting of namespaces attributes.
3442
3443Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3444
3445 * include/libxml/parserInternals.h parser.c: had to change
3446 2 internal parsing API when processing document content
3447 to check the start and end of element content are defined
3448 in the same entity
3449 * valid.c include/libxml/valid.h: attribute normalization can
3450 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
3451 with the context to report it.
3452 * SAX.c: fixed the last known bugs, crazy validation constraints
3453 when a document is standalone seems correctly handled. There
3454 is a couple of open issues left which need consideration especially
3455 PE93 on external unparsed entities and standalone status.
3456 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
3457 The 2 tests left failing are actually in error. Cleanup done.
3458
3459Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3460
3461 * valid.c: implemented E59 spaces in CDATA does not match the
3462 nonterminal S
3463
3464Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3465
3466 * SAX.c parser.c valid.c: more validation test fixups
3467 * check-xml-test-suite.py: added duration info for the tests
3468
3469Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3470
3471 * parser.c valid.c: a couple of errors were reported but not
3472 saved back as such in the parsing context. Down to 1% failure rate
3473 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
3474
3475Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3476
3477 * xmlInternald.c: isExtender was missing a char
3478 * parser.c include/libxml/parser.h: % are acceptable in the
3479 internal subset if within a PUBLIC ID
3480
3481Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3482
3483 * SAX.c parserInternals.c valid.c: more work on the conformance
3484 suite. Took the step to finally block documents with encoding
3485 errors. It's a fatal error per the spec, people should have fixed
3486 their documents by now.
3487
3488Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
3489
3490 * check-xml-test-suite.py: fixed the test script after some discussion
3491 on the semantic of TYPE="error"
3492 * Makefile.am: added the script to the distrib
3493
3494Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3495
3496 * SAX.c entities.c: fixed a couple of conformances issues deep
3497 into the validation code (standalone and undeclared Notations)
3498
3499Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3500
3501 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
3502 stayed there for years !
3503
3504Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3505
3506 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
3507 missing
3508
3509Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3510
3511 * check-xml-test-suite.py: improved the behaviour a bit as
3512 well as the logs
3513 * parser.c valid.c SAX.c: fixed a few more bugs
3514 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
3515
3516Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3517
3518 * check-xml-test-suite.py: python script to run regression tests
3519 against the XML Test suite of W3C/OASis
3520 * SAX.c: fixed a validation bug
3521 * parser.c: fixed 3 errors pointed by the test suite
3522 * doc/buildDocBookCatalog: fixed a typo pointed by drake
3523 * python/Makefile.am: fixed a dependendy
3524
3525Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3526
3527 * xmlmemory.c: avoid a warning bug #71594
3528
3529Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3530
3531 * xmlmemory.c: Jesse Perry provided a patch to remove a few
3532 warning on alpha/Tru64
3533
3534Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3535
3536 * include/libxml/entities.h: fixing a comment
3537 * valid.c: fixing some troubles with validity check on namespaces
3538 * result/VC/NS3 test/VC/NS3: added a specific regression test
3539
3540Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3541
3542 * tree.c: Fixing #71342 serializing '\n' in attribute values
3543 * result/noent/att3 result/att3 test/att3: added a specific
3544 test.
3545
3546Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3547
3548 * python/libxml.c: couple of bug fixes
3549
3550Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3551
3552 * python/*.py: removed tabs and used spaces.
3553
3554Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3555
3556 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
3557 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
3558
3559Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3560
3561 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
3562 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
3563
3564Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3565
3566 * include/libxml/encoding.h include/libxml/entities.h
3567 include/libxml/globals.h include/libxml/parser.h
3568 include/libxml/threads.h include/libxml/tree.h
3569 include/libxml/xmlmemory.h: trying to fix the include mess
3570
3571Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3572
3573 * include/libxml/xmlmemory.h: reverted part of the previous
3574 attempt to provide #69655, this was breaking the build.
3575
3576Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
3577
3578 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
3579 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
3580 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
3581 include/libxml/parserInternals.h include/libxml/tree.h
3582 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
3583 Tentatively fixed #69655 , make compiling with -Wredundant-decls
3584 clean.
3585 * python/libxml.c: fixed a warning.
3586
3587Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3588
3589 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
3590 copying of node, merge back IDs in the target document.
3591 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
3592 test/XInclude/ents/ids.xml: test case
3593 * result/VC/ElementValid4: output changed due to a typo fix
3594
3595Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3596
3597 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +00003598 generate the dependencies right as Jacob found out. Add
3599 an extra dependency rule.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003600
3601Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3602
3603 * parserInternals.c valid.c: Justin Fletcher found some parts
3604 of the code needing cleanup
3605 * libxml.spec.in python/Makefile.am python/generator.py
3606 python/libxml.c python/libxml.py: Fixed the python Makefiles
3607 corrected a bug showing up on ia64, changed the name of the
3608 python internal module too
3609
3610Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
3611
3612 * Makefile.am: applied patch from Andris Pavenis for binary
3613 name suffixes
3614
3615Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
3616
3617 * xmllint.c win32/win32config.h: fixing #68748
3618
3619Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3620
3621 * valid.c: fixing #70166
3622
3623Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3624
3625 * valid.c: fixing #70077
3626
3627Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3628
3629 * Copyright Makefile.am README configure.in libxml.spec.in:
3630 Changed to the MIT Licence
3631 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
3632 doc/xmlio.html: updated the doc accordingly
3633 * include/libxml/xmlwin32version.h configure.in: preparing
3634 2.4.14 release
3635 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3636 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3637 fixed the const xmlChar * wrapper and generator, XPath extension
3638 functions now use the context as first argument
3639 * python/tests/tstxpath.py python/tests/xpath.py
3640 python/tests/xpathext.py: Updated the tests accordingly
3641 * tree.c: fixed bug #70067
3642
3643Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3644
3645 * Makefile.am: cleanup
3646 * debugXML.c: always use stdout if output is NULL
3647 * xmlIO.c: don't close filedescriptors passed to outputBuffers
3648 * python/Makefile.am python/generator.py python/libxml2class.txt
3649 python/libxml_wrap.h python/types.c: augmented the number of bindings
3650 handling FILE * and XPath contexts
3651 * python/tests/Makefile.am: avoid a stupid problem due to the
3652 use of TEST.
3653
3654Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3655
3656 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
3657
3658Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3659
3660 * python/TODO python/libxml.c: cleanup the extension function lookup
3661 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
3662
3663Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3664
3665 * configure.in python/Makefile.am: do not install outside
3666 of prefix
3667
3668Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3669
3670 * python/TODO python/libxml.c: started adding SAX interfaces
3671 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
3672 SAX test
3673
3674Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3675
3676 * tree.c: hardened the addChild function
3677 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3678 python/libxml2class.txt python/libxml_wrap.h python/TODO:
3679 added accessors needed for xmlNode, a bit more testing and
3680 extension of interfaces
3681 * python/tests/Makefile.am python/tests/build.py: added a test
3682 build from scratch/save/load/check
3683
3684Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3685
3686 * parserInternals.c: change a small bit in the way valididy
3687 error messages get initialized
3688 * python/TODO python/libxml.c python/libxml2-python-api.xml
3689 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3690 added some memory debugging to track leaks at the libxml2 level
3691 * python/tests/*.py: changed all tests to check for leaks,
3692 there is just one left in XPath extension registrations.
3693
3694Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
3695
3696 * python/TODO python/generator.py python/libxml2-python-api.xml
3697 python/libxml2class.txt: more accessor classes for the parser
3698 context, allow to switch on and check validity
3699 * python/tests/Makefile.am python/tests/error.py
3700 python/tests/invalid.xml python/tests/valid.xml
3701 python/tests/validate.py: attded more test and and added error.py
3702 which I forgot to commit in the last step
3703
3704Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3705
3706 * python/Makefile.am python/types.c: cleanup
3707 * python/libxml.c python/libxml.py python/libxml_wrap.h
3708 python/generator.py python/libxml2-python-api.xml
3709 python/libxml2class.txt: added class for parser context, added
3710 first cut for push mode support. Added a framework to generate
3711 accessors functions.
3712 * python/tests/Makefile.am python/tests/push.py: added a push
3713 test
3714
3715Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3716
3717 * python/Makefile.am python/TODO python/libxml.py: fixed a small
3718 bug a bit of cleanup.
3719
3720Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
3721
3722 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
3723 python/libxml2class.txt: adding error redirections and preformat
3724 to a python handler
3725 * python/tests/Makefile.am python/tests/*.py: cleanup made all
3726 tests self checking
3727
3728Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3729
3730 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
3731 a function
3732
3733Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3734
3735 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
3736 python/libxml.c python/libxml2-python-api.xml
3737 python/libxml2class.txt: Progressing through the TODOs, class
3738 description output, extra XML API, RPM now builds the wrappers
3739 for all python installed versions
3740
3741Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
3742
3743 * configure.in libxml.spec.in python/Makefile.am python/TODO
3744 python/generator.py python/libxml2class.txt: added more informations
3745 in the libxml2-python package including docs. Slightly changed
3746 the class hierarchy
3747 * python/tests/*: added basic regression tests infrastructure too
3748
3749Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3750
3751 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
3752 added libxml2-python as part of the packages installed
3753
3754Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3755
3756 * python/Makefile.am python/generator.py python/libxml.c
3757 python/libxml.py: more work, now able to extend the
3758 XPath interpreter with functions written in python.
3759
3760Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3761
3762 * python/Makefile.am: Jacob sent a patch to allow building from
3763 tarfile.
3764
3765Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3766
3767 * python/Makefile.am python/libxml.c configure.in Makefile.am:
3768 inserted the python wrappers build, I hope this won't be too
3769 unportable
3770
3771Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3772
3773 * xpath.c: minor optimization
3774 * python/generator.py python/libxml.c python/libxml.py
3775 python/libxml_wrap.h: more work on the python bindings,
3776 they now support XPath and there is no evident leak
3777
3778Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3779
3780 * python/generator.py python/libxml.c python/libxml.py:
3781 more work on the python bindings generator.
3782
3783Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3784
3785 * python/generator.py python/libxml.c python/libxml_wrap.h:
3786 more work on the python bindings.
3787
3788Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3789
3790 * python/generator.py python/libxml.c python/libxml.py
3791 python/libxml_wrap.h: commited early version of a python binding
3792 for private use only ATM
3793
3794Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3795
3796 * entities.c tree.c include/libxml/entities.h: applied patch
3797 from Anthony Jones to implement copy of DTD subtree too. Had
3798 just to keep 2 function private which really ought to become
3799 public ones.
3800
3801Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3802
3803 * xmllint.c: added pointers to the web pages in the usage()
3804
3805Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3806
3807 * tree.c: more fixes from Petr Kozelka for attribute handling
3808 in the tree API to align the semantic with DOM.
3809
3810Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3811
3812 * valid.c tree.c entities.c: another set of patches from
3813 Anthony Jones for copy operations cleanup and robustness
3814
3815Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3816
3817 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
3818 an alphabetic index based on comments content
3819 * doc/*: rebuilt the web site with the new references
3820
3821Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3822
3823 * parserInternals.h: Greg Sjaardema suggested to use an
3824 eponential buffer groth policy in xmlParserAddNodeInfo()
3825
3826Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3827
3828 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
3829 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
3830 doc/parsedecl.py doc/Makefile.am: updated the python extractor
3831 to generate cross-references, and added/updated the stylesheets
3832 to generate and link API indexes. The generic keyword index
3833 is not done yet.
3834 * doc/*.html: regenerated all the usual docs too
3835
3836Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3837
3838 * debugXML.c: added an xpath function to the shell for T. V. Raman
3839
3840Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3841
3842 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
3843 debug routines.
3844
3845Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3846
3847 * tree.c: apply an patch from Petr Kozelka for unlink and replace
3848 support of attribute nodes
3849
3850Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3851
3852 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
3853 hopefully near complete and fully documented of the API in XML
3854 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
3855 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
3856 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
3857 include/libxml/parserInternals.h include/libxml/valid.hi
3858 include/libxml/xmlIO.h include/libxml/xmlerror.hi
3859 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
3860 include/libxml/xpath.h include/libxml/xpathInternals.h:
3861 Cleaned up the doc comments a lot in the process, the interface
3862 coverage is now 100%
3863
3864Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3865
3866 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
3867 extracts comments from the gtk-doc DocBook output (a bit
3868 convoluted but seems to work).
3869
3870Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3871
3872 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
3873 added an XML description of the API, moved the script generating
3874 it here. Added a "make api" target
3875
3876Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3877
3878 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
3879
3880Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3881
3882 * xpath.c include/libxml/xpathInternals.h: the change made to
3883 xmlXPathFuncLookupFunc was incompatible roll it back
3884
3885Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3886
3887 * SAX.c: cleanup patch from Anthony Jones
3888 * doc/Makefile.am: fix the headers to avoid in make scan
3889 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
3890 includes, * vs Ptr and general cleanup
3891 * parsedecl.py: first version of a script to extract the
3892 module interfaces, the goal will be to provide .decl or XML
3893 specification of the interfaces to build wrappers.
3894
3895Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3896
3897 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
3898 now provides return codes in case of errors
3899
3900Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
3901
3902 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
3903 Upgraded to trio baseline 1.6
3904 * strio.h strio.c: Replaced by triostr.h and triostr.c
3905
3906Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
3907
3908 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
3909 of strdup usage in the code
3910
3911Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3912
3913 * parser.c error.c: Keith Isdale complained rightly that
3914 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
3915
3916Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3917
3918 * tree.c: fixed the funxtion to set the xml: attributes
3919 * debugXML.c: added "setbase" to test it.
3920
3921Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3922
3923 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
3924 to allow updating an attribute content
3925
3926Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3927
3928 * libxml.h: try to avoid problems when compiling on Windows
3929
3930Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
3931
3932 * hash.c: patch from Anthony Jones for hash.c allocation size
3933 * Makefile.am: trying to work around Yet Another Libtool Madness
3934 and build the 2.4.13 release finally ...
3935
3936Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3937
3938 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
3939 * doc/* : update of the documentation
3940
3941Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3942
3943 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
3944 at fixing #61290 :-(
3945
3946Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3947
3948 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
3949 Fixes bug #67229
3950
3951Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3952
3953 * tree.c: trying to avoid troubles when a subtree is copied
3954 and coalesced in part with the target tree. Should fix
3955 bug #67407
3956
3957Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3958
3959 * valid.c: fixed validation of attributes content of type
3960 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
3961 values, very old bug. Fixes #67671
3962
3963Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3964
3965 * parser.c include/libxml/parserInternals.h tree.c: integrated
3966 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
3967 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
3968
3969Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3970
3971 * threads.c: applied Serguei Narojnyi's patch to add native
3972 thread support on the Win32 platform
3973 * testThreadsWin32.c Makefile.am: added the test program also
3974 from Serguei, Win32 specific
3975 * include/win32config.h include/libxml/xmlwin32version.h.in:
3976 added patch from Igor for the Windows thread specific defines.
3977
3978Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3979
3980 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
3981
3982Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3983
3984 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
3985 output page into XMLinfo.html. Close bug #66951 and
3986 raised by Robert Collins too.
3987
3988Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
3989
3990 * encoding.c: Paul Keogh pointed out a possibility of segfault
3991 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
3992 Closes bug # 68238
3993
3994Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
3995
3996 * doc/*.html: updated the Gdome2 links
3997
3998Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3999
4000 * libxml.h: Applied following patches from Robert Collins
4001 and make sure IN_LIBXML is defined when compiling it
4002 -------
4003 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
4004 as well as Visual C.
4005 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
4006 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
4007 * strio.c (PLATFORM_UNIX): Define for Cygwin.
4008 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
4009 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
4010 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
4011 xmlSysIDExists xmlNoNetExists).
4012 * xmllint.c: Don't include winsock2.h for Cygwin.
4013
4014Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
4015
4016 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
4017 when the version info is not present.
4018
4019Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
4020
4021 * tree.c: Anthony Jones pointed out a problem in
4022 xmlStringGetNodeList() and provided a fix for it
4023
4024Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
4025
4026 * parser.c: patch from Frank J Franklin to remove a bug in
4027 xmlCreatePushParserCtxt() when the initial buffer passed
4028 is large.
4029
4030Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
4031
4032 * win32/*: big cleanup of the Windows/MSVC project files
4033 from Igor Zlatkovic
4034
4035Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
4036
4037 * doc/Makefile.am: should fix #67674 and avoid troubles if
4038 xsltproc is not available or fails in the prefix provided
4039
4040Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
4041
4042 * xmlmemory.c: one more doc patch from Charlie Bozeman.
4043
4044Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
4045
4046 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
4047 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
4048 Fixed a few other problems raised by Charlie Bozeman.
4049 * result/VC/ElementValid[5-7]: fixed the output
4050
4051Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
4052
4053 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
4054 patches from Charlie Bozeman. Regenerated the HTML docs.
4055
4056Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
4057
4058 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
4059 for Windows from Igor
4060
4061Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
4062
4063 * xmllint.c: applied Justin Fletcher patch for --output or -o
4064
4065Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
4066
4067 * win32/libxml2/libxml2.def.src: close #67019
4068
4069Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
4070
4071 * xmllint.c: applied Justin Fletcher generic timing patch
4072 similar to the one already applied to xsltproc.
4073
4074Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
4075
4076 * include/libxml/tree.h tree.c: applied documentation patches
4077 from Charlie Bozeman
4078
4079Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
4080
4081 *doc/xmllint.xml, xmllint.1 - document --dropdtd
4082
4083Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
4084
4085 * valid.c: fix the xmlStrdup() used in the previous patch.
4086 * valid.c: added --dropdtd
4087 * tree.c: fixed xmlUnlinkNode so it also removes the references
4088 from the document if the node is a DTD
4089
4090Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
4091
4092 * HTMLtree.c valid.c: cleanup some static declarations
4093
4094Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
4095
4096 * xmllint.c: removed another strdup()
4097 * doc/FAQ: removed the HP/UX entry
4098
4099Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
4100
4101 * valid.c: fix bug #66816 when validating.
4102 * xmllint.c: don't use sys/time.h if configure did not found it
4103
4104Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
4105
4106 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
4107 xmlcatalog_man.xml
4108
4109Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
4110
4111 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
4112 xmlInitMemory() was declared twice
4113
4114Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
4115
4116 * globals.c: do not reference strdup() !
4117 * configure.in libxml-2.0.pc.in: trying to fix the libs
4118 of the various config extraction modules
4119
4120Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
4121
4122 * configure.in : preparing 2.4.12
4123 * doc/* : updated and rebuilt the docs
4124
4125Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
4126
4127 * uri.c: closed bug #66159
4128 * testURI.c: added --escape option
4129 * configure.in: some cleanup for xml2-config --cflags
4130
4131Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
4132
4133 * globals.c testThreads.c: removed some misplaced includes
4134 of xmlversion.h
4135
4136Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
4137
4138 * threads.c: patch from Gary Pennington fixing a possible
4139 problem at initialization time.
4140
4141Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
4142
4143 * configure.in libxml.h parser.c testThreads.c macos/: integrated
4144 Eric Lavigne contribution to build libxml2 on MacOS using
4145 CodeWarrior.
4146
4147Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
4148
4149 * xmllint.c: applied Geert Kloosterman's patch to fix
4150 --repeat --timing output
4151
4152Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
4153
4154 * parser.c: Robin Berjon <robin@knowscape.com> found a case
4155 where non-wellformed XML declaractions were not detected.
4156
4157Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
4158
4159 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
4160
4161Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
4162
4163 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
4164 gets reset by xmlCleanupInputCallbacks() and this makes the
4165 function useless. Same for output.
4166
4167Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
4168
4169 * xmlIO.c: robert pointed out a loop error in callback cleanups
4170
4171Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
4172
4173 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
4174 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
4175 they are not really tied to debugging
4176
4177Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
4178
4179 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
4180 * xmllint.c: better --catalogs description
4181
4182Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
4183
4184 * tree.c: fixed a couple of problems in xmlSetProp()
4185
4186Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
4187
4188 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
4189 unappropriate stdout output.
4190
4191Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
4192
4193 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
4194 by Denis Beurive, closes #65111
4195
4196Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
4197
4198 * valid.c: in case of content model validity error, don't
4199 print it if validity warnings were not requested.
4200
4201Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
4202
4203 * nanoftp.c: applied a couple of patches from Brian D Ripley.
4204 * parserInternals.c: removed the last exit() call. Print an
4205 unmaskable error on stderr instead (library mismatch detection)
4206
4207Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
4208
4209 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
4210 shell instructions from Heiko Rupp
4211
4212Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
4213
4214 * catalog.c: use the URL notation file:// for default catalog paths
4215
4216Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
4217
4218 * include/libxml/tree.h: better comments for _private fields
4219 * tree.c: removed a problem when copying an entity reference.
4220
4221Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
4222
4223 * vms/*: updated instructions and diffs from John A Fotheringham
4224
4225Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
4226
4227 * include/libxml/xmlerror.h: avoid an include problem if
4228 #include <libxml/xmlerror.h> happens first in code
4229 seems to be the case in KDE libs
4230
4231Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
4232
4233 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
4234 from Igor for Windows
4235
4236Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
4237
4238 * Makefile.am: Gary Pennington pointed out a missing prefix
4239
4240Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
4241
4242 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
4243 * doc/*: upgraded and rebuilt the docs
4244
4245Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
4246
4247 * HTMLparser.c: fix comment in scripts element parsing.
4248 * result/HTML/doc3*: updated the results.
4249
4250Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
4251
4252 * uri.c: another URI bug fix #63336, using Joel Young patch.
4253
4254Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
4255
4256 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
4257 a cleaned up version of the Pwd shell string generation.
4258
4259Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4260
4261 * valid.c include/libxml/tree.h: trying to fix namespaces +
4262 validation problems for good, closing #63619 in the process
4263 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
4264 wrong in this respect, fixed it.
4265
4266Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
4267
4268 * xmllint.c: Morus Walter patch to allow --format and --encode
4269
4270Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
4271
4272 * debugXML.c: Stefan Kost provided an help command for the shell
4273
4274Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
4275
4276 * debugXML.c: Heiko Rupp pointed that the shell would crash
4277 on empty nodesets returns.
4278
4279Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
4280
4281 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
4282 migh need the history libraries
4283
4284Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
4285
4286 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
4287 handle the case of < in quoted attributes, Bastian Kleineidam
4288
4289Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
4290
4291 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
4292 fixing catalog breakages
4293 * Makefile.am catalog.c result/catalogs/catal
4294 result/catalogs/mycatalog.* test/catalogs/catal*:
4295 fixed more problems in catalog support, added more regression tests
4296 for both XML and SGML catalog handling
4297
4298Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
4299
4300 * debugXML.c: applied an improvement to xmlGetLineNo() from
4301 Keith Isdale
4302
4303Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
4304
4305 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
4306 Side effect of the progressive catalog loading
4307
4308Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
4309
4310 * Makefile.am: confexecdir and confexec_DATA were defined twice
4311 pointed out by Karl Eichwalder
4312
4313Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
4314
4315 * xmlcatalog.c: avoid unlink() and use remove() instead.
4316
4317Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
4318
4319 * libxml.spec.in: cleanup
4320 * include/libxml/xmlwin32version.h: updated with 2.4.8
4321
4322Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
4323
4324 * encoding.c global.data globals.c testThreads.c: fix bug #63752
4325 of compiling libxml with a non standard set of options
4326
4327Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
4328
4329 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
4330 document --sgml option, fixing gnome bugzilla #63382
4331
4332Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
4333
4334 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
4335 breakage of 2.4.7, added a couple of really needed APIs
4336 like xmlCatalogIsEmpty() and xmlNewCatalog()
4337 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
4338 for install-catalog
4339 * configure.in: preparing 2.4.8
4340
4341Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
4342
4343 * HTMLtree.c tree.c include/libxml/HTMLtree.h
4344 include/libxml/tree.h include/libxml/xmlIO.h: more include
4345 cleanups, export cleanly one html output + format function.
4346
4347Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
4348
4349 * parser.c: removed initGenericErrorDefaultFunc call from
4350 xmlInitParser() since it could destroy previous calls to
4351 xsltSetGenericErrorFunc() effects
4352
4353Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4354
4355 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
4356 keyword.
4357
4358Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
4359
4360 * Makefile.am: cleanup
4361 * threads.c: cleanup too
4362 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
4363 from xsltproc
4364 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +00004365 dependency loop.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004366
4367Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
4368
4369 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
4370 was not used anymore !
4371
4372Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4373
4374 * configure.in: preparing 2.4.7
4375 * Makefile.am doc/Makefile.am: switched to the latest xmllint
4376 manual page from John
4377 * doc/*: updated the doc and rebuilt the generated pages
4378
4379Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
4380
4381 * xmlIO.c: closing bug #62711, the library should never
4382 close stdin or stdout.
4383
4384Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
4385
4386 * uri.c: second pass at fixing #63336, using Joel Young
4387 final patch. looks okay.
4388
4389Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
4390
4391 * uri.c include/libxml/uri.h: trying to clear #63336
4392 allowing the escaping routine to parse unconformant
4393 URI-References.
4394
4395Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
4396
4397 * vms/readme.vms vms/build_libxml.com nanoftp.c
4398 include/libxml/xmlversion.h.in: a few VMS updates from
4399 John A Fotheringham
4400 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
4401 and xmlCleanupOutputCallbacks() for the Perl binding people.
4402
4403Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
4404
4405 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
4406 apply fixes to close #63271 and avoid segfaults when
4407 the error routine gets callbed before xmlInitParser()
4408 get called.
4409 * nanoftp.c error.c: Applied patches from Justin Fletcher
4410 correcting some xmlGenericError misuses.
4411
4412Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
4413
4414 *doc/xmllint.xml, doc/xmllint.1
4415 New and improved man page for xmllint - .xml is the original, .1
4416 is the generated man page
4417
4418Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
4419
4420 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
4421 the web site from the main HTML document.
4422
4423Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4424
4425 * parser.c: fixed an erroneous validation bug when PE refs
4426 occurs in external parsed entities referenced from the
4427 internals subset
4428 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
4429 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
4430 added the associated testcase, it's a nice one.
4431 * HTMLparser.c: generate the DTD node as HTML still ...
4432 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
4433
4434Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4435
4436 * HTMLparser.c: fixed a bug in htmlNewDoc()
4437
4438Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4439
4440 * test/threads/*: added entities testing to the Thread test
4441 * testThreads.c: make the test reasonable
4442 * DOCBparser.c: fix the DTD public and system ID
4443 * xmllint.c: added --sgml for SGML DocBook importing
4444 * Makefile.am: added Docbtests target
4445
4446Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4447
4448 * nanoftp.c: use only "anonymous@" string for anonymous passwds
4449 * testThreads.c: removed bogus include
4450
4451Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4452
4453 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
4454 fixed a very serious (looping) validation bug
4455
4456Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
4457
4458 * include/libxml/globals.h include/libxml/threads.h threads.c
4459 testThreads.c: far more testing, cleaning up bugs
4460 * *.c : make sure globals.h is always included.
4461
4462Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
4463
4464 * HTMLparser.c: try to get rid of parser loops for good.
4465
4466Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
4467
4468 * configure.in: fixed some bugs in CFLAGS passing.
4469 * test/threads Makefile.am testThreads.c: added a specific
4470 threaded test case (really nasty, guaranteed).
4471
4472Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
4473
4474 * catalog.c: serious cleanup on the management of the
4475 XML catalog tree, more tests done, especially with
4476 the catalog PI.
4477
4478Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
4479
4480 * catalog.c: avoid a problem in catalog cleanup on SMP if
4481 catalogs were not initialized.
4482
4483Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
4484
4485 * catalog.c xpath.c: trying to cleanup the not thread safe
4486 parts of the library.
4487
4488Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
4489
4490 * include/libxml/globals.h configure.in global.data: make
4491 the allocation be per-thread a configure option
4492 * encoding.c include/libxml/parser.h: fixed compilation
4493 errors
4494
4495Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4496
4497 * include/libxml/parser.h: Norm reported that a few lines
4498 added were breaking libxslt compile, removed them for now
4499
4500Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
4501
4502 * parser.c parserInternals.c threads.c: debugged and fixed
4503 initialization problems which were giving troubles on SMP
4504 boxes.
4505
4506Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4507
4508 * include/libxml/Makefile.am: missing globals.h
4509
4510Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4511
4512 * globals.c: added a couple of standard includes.
4513
4514Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4515
4516 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
4517 include/libxml/parserInternals.h include/libxml/tree.h
4518 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
4519 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
4520 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
4521 Applied the last patches from Gary, cleanup, activated threading
4522 all user accessible global variables are now handled in globals.[ch]
4523 Still a bit rought but make tests passes with either
4524 --with-threads defined at configure time or not.
4525 * Makefile.am example/Makefile.am: added globals.[ch] and threads
4526 linking options
4527
4528Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4529
4530 * Makefile.am include/libxml/Makefile.am
4531 include/libxml/globals.h globals.c include/libxml/threads.h
4532 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
4533 configure.in: started integrating the core of the thread support
4534 not activated yet but half integrated. The code should still
4535 compile and work anyway.
4536
4537Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4538
4539 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
4540 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
4541 integrating the non-controversial parts of Gary Pennington
4542 multithread patches
4543 * catalog.c: corrected a small bug introduced
4544
4545Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4546
4547 * catalog.c include/libxml/catalog.h: very serious cleanup,
4548 isolating unportable code and as much as possible the accesses
4549 to the global shared catalog. May need more testing !
4550
4551Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4552
4553 * include/libxml/debugXML.h debugXML.c tree.c: integrating
4554 Keith Isdale patches for the XSLT debugger interfaces. Some
4555 cleanup
4556
4557Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4558
4559 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
4560 * DOCBparser.c: generate line nubers in elements
4561
4562Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4563
4564 * configure.in: preparing 2.4.6 release
4565 * doc/xml.html doc/html/*: updated and rebuilt the docs
4566 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
4567
4568Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
4569
4570 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
4571 adding documentation for DV's supercatalog support
4572
4573Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4574
4575 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
4576 super catalog support adding one API and one flag --sgml to
4577 xmlcatalog
4578
4579Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
4580
4581 * doc/xmlcatalog_man.xml, xmlcatalog.1
4582 One more crack at
4583 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4584
4585
4586Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4587
4588 * xpath.c: implemented xmlXPathObjectCopy for external objects
4589 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
4590
4591Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
4592
4593 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4594 finishing up fix to
4595 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
4596 the xmlcatalog man page display more elegantly
4597
4598Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
4599
4600 * configure.in: closing bug #61832
4601 * HTMLparser.c: removed a warning
4602
4603Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4604
4605 * xpath.c: fixing #61673 part I, do not loose doc information
4606 when copying result value trees.
4607
4608Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4609
4610 * xpath.c: trying to harden the XPath interpreter
4611
4612Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
4613
4614 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
4615 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4616
4617Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4618
4619 * HTMLparser: repaired another loop problem
4620
4621Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4622
4623 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
4624 parsing.
4625 * xpath.c: fix bug #61291 the default XML namespace node is
4626 missing from the namespace axis.
4627 * tree.c: refuse to create namespaces nodes with prefix "xml"
4628
4629Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
4630
4631 * SAX.c: ouch a non-defined namespace could lead to a crash,
4632 fixed #61215
4633
4634Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4635
4636 * parserInternals.c: closed bug #61054
4637
4638Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4639
4640 * include/libxml/Makefile.am: closing #60708
4641
4642Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4643
4644 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
4645 adding xmlSAXParseFileWithData following Marco Stipek suggestion
4646
4647Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4648
4649 * valid.c: close bug #61550 when xml: wasn't considered a namespace
4650
4651Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4652
4653 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
4654 * DOCBparser.c HTMLparser.c parser.c: fixed typos
4655
4656Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
4657
4658 * catalog.c: Justin Fletcher provided cleaup code in case
4659 HAVE_STAT is not defined
4660 * include/win32config.h: Igor Zlatkovic suggested to have
4661 HAVE_STAT defined there
4662
4663Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4664
4665 * catalog.c - fixed typing error reported by M. Barros
4666
4667Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
4668
4669 * xmllint.c - fixing typo
4670
4671Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4672
4673 * HTMLparser.c: small enhancement to prevent loop on
4674 unrecognizable data
4675
4676Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4677
4678 * parserInternals.c: applying patch from bug #60757 this
4679 should close it
4680
4681Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4682
4683 * catalog.c xmlcatalog.c: removed a couple of warning
4684 * xpath.c: try to solve the linking problem on platforms
4685 needing trio to compile
4686
4687Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4688
4689 * Makefile.am libxml.spec.in: backing up non-documented changes
4690 commited without review or aproval by Jens Finke <jens@gnome.org>
4691 * HACKING: made 100% clear that no commit should be done directly
4692
4693Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4694
4695 * configure.in: Joe Orton provided a patch fixing a problem
4696 when iconv is specified to be in a non-standard directory
4697 but wasn't exported in xml2-config --cflags
4698
4699Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4700
4701 * configure.in: let's ship 2.4.5 before getting too much
4702 troubles with 2.4.4 errors.
4703
4704Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4705
4706 * encoding.c entities.c: do not output hexadecimal charrefs
4707 when serializing HTML since some version of Netscape can't
4708 grok it, generate decimal ones.
4709 * result/HTML/doc3.htm: output changed due to previous test
4710 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
4711
4712Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
4713
4714 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
4715 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
4716
4717Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4718 Released 2.4.4
4719
4720 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
4721 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
4722 updated the configuration scripts systems accordingly
4723
4724Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4725
4726 * configure.in: preparing for 2.4.4
4727 * doc/xml.html doc/html/*: updated and rebuilt the docs
4728
4729Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4730
4731 * win32/dsp/libxml2.def.src: tried to incorporate comments
4732 from bug #59220
4733
4734Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4735
4736 * parser.c result/noent/wml.xml: fixed bug #59981 related
4737 to handling of '&' in attributes when entities are substitued
4738
4739Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4740
4741 * libxml.h include/libxml/xmlversion.h.in
4742 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
4743 Tried to close bug #60131
4744
4745Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4746
4747 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
4748
4749Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
4750
4751 * SAX.c: fixing bug #59946 on xmlns=""
4752
4753Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4754
4755 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
4756 but allocates a new error code.
4757
4758Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4759
4760 * xmllint.c: John Fleck fixed typos in the options output
4761 * parser.c SAX.c: fix ignorable white space SAX selection
4762
4763Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4764
4765 * entities.c: Steve Underwood found the possibility of an
4766 ininite loop in case of error.
4767
4768Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4769
4770 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
4771
4772Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4773
4774 * parser.c: warn if version is not 1.0 but it's not
4775 strictly speaking an error after analyzing the spec
4776
4777Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
4778
4779 *doc/catalog.html - add link to the html version of the
4780 man page, other linguistic cleanups
4781
4782Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
4783
4784 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4785 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
4786 file, has not yet been included in the build.
4787
4788Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4789
4790 * catalog.c: removed a duplicate affectation Justin Fletcher
4791
4792Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
4793
4794 * tree.c: Armin Sander pointed a possible text coalescing
4795 problem, completed his patch.
4796
4797Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4798
4799 * trionan.c: Fixed const and volatile re-definition problem
4800
4801Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
4802
4803 * libxml.4 parser.c: doc updates from Heiko Rupp
4804 * parserInternals.c: 2 sanity checks from Heiko Rupp
4805
4806Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4807
4808 * tree.c: applied patch from Armin Sander to make some pointers
4809 const in xmlCopyNode()
4810 * include/libxml/tree.h: added fix to the header
4811
4812Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4813
4814 * xpath.c: hum, restrict the integer usage gcc bug workaround
4815 to only gcc compilers so that other architecture don't get
4816 penalized by this limitation.
4817 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
4818
4819Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4820
4821 * valid.c: fixed a Windows compiler warning (Chris Poblete)
4822 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
4823
4824Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4825
4826 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
4827 --convert option to xmlcatalog to convert SGML ones to
4828 the XML syntax.
4829 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
4830
4831 2.4.3 got released at that point
4832Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4833
4834 * catalog.c xmlIO.c: started some serious testing and fixed
4835 a few bug and optmization needs.
4836
4837Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4838
4839 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4840 preparing for a 2.4.3 release even if it may not be ready yet
4841 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
4842 all file parsing lookup to go through the entity resolver, add
4843 to add an API to bypass it (needed to load catalogs themselves),
4844 some cleanup on the catalog code too.
4845 * nanoftp.c: small cleanup
4846 * doc/catalog.html: small update
4847
4848Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4849
4850 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
4851 Jun Kuriyama
4852
4853Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4854
4855 * doc/catalog.html: finished the catalog documentation
4856
4857Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4858
4859 * doc/catalog.html doc/xml.html: added documentation about
4860 Catalog support, misses an API description
4861 * doc/html/*: reextracted the API pages
4862
4863Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4864
4865 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
4866 Added the part about section 7.2 on URI resolution,
4867 fixed a side effect in the HTML parser, look complete
4868 and ready to rock except the URI/SystemID part!
4869
4870Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4871
4872 * include/libxml/catalog.h include/libxml/parser.h
4873 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
4874 xmlIO.c: added support and APIs needed for the catalog PI
4875 * include/libxml/xmlIO.h: cleanup
4876
4877Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4878
4879 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
4880 include/libxml/catalog.h: starts to look okay, really
4881 plugged the new framework, cleaned a lot of stuff,
4882 added some APIs, except the PI's support missing this
4883 should be mostly complete
4884 * result/catalogs/* test/catalogs/*: added new test, enriched
4885 the existing one with URN ID tests
4886
4887Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4888
4889 * catalog.c: fixed nextCatalog
4890 * result/catalogs/docbook test/catalogs/*: started adding
4891 a small regression test
4892
4893Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
4894
4895 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
4896 more work on the XML catalog support.
4897 * parser.c include/libxml/parser.h: small cleanup seems using
4898 list as a public parameter name can give portability troubles
4899 * trionan.c trionan.h xpath.c include/libxml/trionan.h
4900 include/libxml/xpath.h include/libxml/Makefile.am: removed
4901 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
4902 wrappers
4903
4904Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4905
4906 * Makefile.am trio.c triodef.h trionan.c xpath.c
4907 include/libxml/Makefile.am include/libxml/trionan.h:
4908 Re-worked Not-A-Number and Infinity support.
4909 * xmlcatalog.c: added readline include files
4910
4911Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4912
4913 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
4914 testCatalog as xmlcatalog, making it an installed app
4915 adding a shell, and preparing it to be a /etc/xml/catalog
4916 management tool, though not ready yet
4917 * catalog.c include/libxml/catalog.h: adding support for
4918 XML Catalogs http://www.oasis-open.org/committees/entity/
4919 not finished, there is some interesting tradeoffs and a
4920 few open questions left.
4921
4922Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
4923
4924 * xmllint.c: fixed a line formatting problem
4925
4926Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4927
4928 * SAX.c: removed a couple of unused variable (Albert Chin)
4929
4930Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4931
4932 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
4933 trying to fix some troubles w.r.t. function returning
4934 const xxxPtr.
4935
4936Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4937
4938 * win32/dsp/libxml2.def.src: another set of symbols conditionally
4939 defined
4940
4941Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4942
4943 * xpointer.c: removed unused var
4944
4945Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4946
4947 * testXPath.c: another small cleanup closing bug #59110
4948
4949Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4950
4951 * win32/dsp/libxml2.def.src: small cleanup closing bug
4952 #59108
4953
4954Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4955
4956 * example/gjobread.c: add xmlCleanupParser() before leaving
4957
4958Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
4959
4960 * config.h.in configure.in include/libxml/xmlwin32version.h:
4961 released 2.4.2
4962
4963Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
4964
4965 * include/libxml/valid.h debugXML.c valid.c: deprecate
4966 the non-boundchecking Sprintf functions, add Snprintf
4967 this should close bug #57984
4968
4969Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
4970
4971 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
4972 URIs before doing the lookups (pointed by Mark Vakoc)
4973
4974Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4975
4976 * xpath.c: serious changes on Result Value Trees and NodeSets
4977 w.r.t. deallocation and collect operations. Probably not
4978 100% clean (merge of allocated trees smells like a problem).
4979 Seems sufficient to close #58943
4980
4981Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4982
4983 * xmllint.c: adding a --format option
4984
4985Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
4986
4987 * xpath.c: count() was broken on Result Value Tree
4988 * xmlIO.c: fixed file:/// accesses on _WIN32
4989
4990Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4991
4992 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
4993 macro was renamed, this should close bug #58683
4994
4995Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4996
4997 * SAX.c: small fix fixing bug #58539 reported by coolo, in
4998 entity substitution mode text at the end of the entity might
4999 be added due to text coalescing.
5000 * nanoftp.c parser.c: small cleanup
5001
5002Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
5003
5004 * HACKING: added John Fleck right to commit in the doc subdir
5005
5006Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
5007
5008 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
5009 allow to inherit attributes from the DTD directly in the
5010 tree, this is needed for XPath and can be a useful feature.
5011 Inherited namespaces are always provided at the tree level now
5012 * test/defattr* result/defattr* result/noent/defattr*: added a couple
5013 of tests for this feature (XSLT being the prime user).
5014
5015Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
5016
5017 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
5018 testSAX.c xmlIO.c xmllint.c include/win32config.h
5019 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
5020 include/libxml/xmlwin32version.h.in win32/README.MSDev
5021 win32/dsp/*: applied Win32 Facelift No.2 patches from
5022 Igor Zlatkovic for Windows/MSC
5023
5024Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
5025
5026 * SAX.c: unparsedEntityDecl() the URI computation of the
5027 entity wasn't done breaking XSLT unparsed-entity-uri()
5028
5029Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
5030
5031 * xpath.c: fixed a bug when walking the descendants and
5032 the current node has no children
5033 * debugXML.c: show up when a text node is supposed to not be escaped
5034
5035Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5036
5037 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
5038 worked like the set:leading() function)
5039 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
5040
5041Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5042
5043 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
5044
5045Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5046
5047 * include/libxml/xmlIO.h: apply change to close #58141
5048 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
5049
5050Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5051
5052 * parser.c: when the internal subset uses a PE, then the
5053 included entity can use conditional sections.
5054
5055Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5056
5057 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
5058 when walking the namespace axis showing up in
5059 libxst/tests/general/bug-12
5060 * xmlmemory.c: added the possibility to trace a given block
5061 defined by its address
5062
5063Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5064
5065 * parser.c: don't override existing encoding specified before
5066 starting xmlParseDocument()
5067
5068Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5069
5070 * include/libxml/xmlwin32version.h: reinserted, needed for
5071 Windows users of CVS
5072
50732001-07-27 Darin Adler <darin@bentspoon.com>
5074
5075 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
5076 * testCatalog.c: Add include of <libxml/parser.h>.
5077
50782001-07-27 Darin Adler <darin@bentspoon.com>
5079
5080 * include/libxml/.cvsignore:
5081 * include/libxml/xmlwin32version.h:
5082 Remove this file from CVS because it's generated.
5083
5084Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5085
5086 * parser.c include/libxml/parser.h: applied const patches from
5087 Tom Moog #58002
5088
5089Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5090
5091 * xpath.c include/libxml/xpath{,Internals}.h: added a function
5092 lookup framework
5093
5094Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5095
5096 * tree.c: fixed xmlCopyNode() for documents
5097
5098Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5099
5100 * parser.c: fixed bugs #58073 reported by Greg Shtilman
5101
5102Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5103
5104 * parser.c: fixes bug #57652 reported by Morus Walter
5105
5106Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5107
5108 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
5109
5110Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5111
5112 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
5113 errors, lesson don't add new functions at 1am before a release
5114 * xpath.c: integrated fix from Bjorn to avoid divide by zero
5115 from XPath initialization when possible.
5116
5117Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5118
5119 * result/scripts/base*: removing history/readline changed
5120 this slightly
5121 * include/libxml/parser.h SAX.c parser.c parserInternals.c
5122 xmllint.c: make element content line number generation
5123 optionnal to avoid breaking old apps added interface to switch
5124
5125Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5126
5127 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +00005128 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00005129 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
5130 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
5131 John Kroll fixes to allow saving to HTTP via PUT (or
5132 POST of needed).
5133 * doc/html/*.html: regenerated the docs
5134
5135Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5136
5137 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
5138 xmlHashScanFull and xmlHashScannFull3 to get passed the
5139 three keys as arguments to the callback function
5140
5141Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5142
5143 * configure.in Makefile.am: removed libxml softlink for good
5144 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
5145 100% coverage by gtk-doc
5146
5147Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5148
5149 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
5150 fixed serious troubles due to size_t vs. int mismatch
5151
5152Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5153
5154 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
5155
5156Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5157
5158 * include/libxml/xpath{,Internals}.h xpath.c: added a more
5159 convenient extension API for value and context managing
5160 Now handles external objects through xmlXPathPopExternal,
5161 xmlXPathWrapExternal and xmlXPathReturnExternal.
5162 Added functions for sets operations (intersection, etc.)
5163
5164Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5165
5166 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
5167 xmlIO.c tree.c parserInternals.c entities.c encoding.c
5168 HTMLparser.c: cleanup of global variables, marking some
5169 const or private.
5170
5171Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5172
5173 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
5174 fixed xmlXPathNodeSetItem when passing index=0
5175
5176Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5177
5178 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
5179
5180Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5181
5182 * xmllint.c: fixed compilation under Cygwin #57503
5183 * TODO: update
5184
51852001-07-13 Peter Williams <peterw@ximian.com>
5186
5187 * config.h.in: add #undef HAVE_DLFCN_H
5188
5189 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
5190 builddir.
5191
5192Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5193
5194 * win32/libxml2/libxml2.def.src: added a couple of exported entries
5195 raised by #57348 and #57381
5196
5197Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5198
5199 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
5200 tree.c xpointer.c: store the line numbder in element->content,
5201 may break some software, need a configuration mechanism
5202
52032001-07-10 Darin Adler <darin@bentspoon.com>
5204
5205 * .cvsignore:
5206 * example/.cvsignore:
5207 * include/.cvsignore:
5208 * include/libxml/.cvsignore:
5209 Various things that are generated and should be ignored.
5210
5211Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5212
5213 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
5214 * doc/xml.html doc/html/*: updated the docs
5215
5216Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5217
5218 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
5219 validation occured on content with element child
5220
5221Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5222
5223 * tree.c: fixed XML Base computation which was broken
5224 * debugXML.c: added a base function to the shell
5225 * Makefile.am result/scripts/* test/scripts/*: added scripts
5226 based regression tests, and adding 2 XML Base tests
5227
5228Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5229
5230 * tree.c: set properties doc and call xmlSetListDoc for properties
5231 content when grafting them in a different tree.
5232 * aclocal.m4: remove from CVS
5233
5234Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5235
5236 * win32/libxml2/libxml2.def.src: added some missing entry point
5237 for XPath (Mark Vakoc)
5238
5239Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5240
5241 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
5242 layer should URI-Unescape before trying to open resources.
5243
5244Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5245
5246 * xpath.c: fix the name() bug for elements in the default
5247 namespace reported by Charlie Bozeman
5248
5249Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5250
5251 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
5252 led to an XPath fix, improvements of SAX initialization, and
5253 an added option --nocdata to testXPath
5254
5255Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5256
5257 * doc/libxml-doc.el: Felix Natter provided anew version working
5258 with XEmacs too
5259
5260Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5261
5262 * include/libxml/xpath.h: small cleanup
5263 * doc/xml.html: update
5264
5265Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5266
5267 * Makefile.am configure.in include/libxml/xmlwin32version.h:
5268 released 2.3.14
5269
5270Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5271
5272 * doc/html/*: rebuilt the docs for the release
5273 * doc/xml.html: added 2.3.14 release.
5274
5275Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5276
5277 * xpath.c: a bug reported by Stephan Kulow empty nodesets
5278 were not equal to empty strings
5279
5280Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5281
5282 * SAX.c: fixed a URI-Reference computation problem when validating
5283 * xmlIO.c: small cleanup
5284
5285Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5286
5287 * parser.c: improved the description of a couple of interfaces
5288 upon Larry Stamper suggestion
5289
5290Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5291
5292 * SAX.c entities.c parser.c: changed completely the way entities
5293 are handled when running the parser in entity substitution mode.
5294 This fixes a bug reported by Stephan Kulow and nearly divides
5295 by 3 the amount of memory required by libxslt to load and process
5296 DocBook TDG.
5297
5298Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5299
5300 * HTMLparser.c: fixing a too early root closing problem raised
5301 byt Prashanth Naidu
5302
5303Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5304
5305 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
5306 raised by Mark Vakoc.
5307
5308Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5309
5310 * example/Makefile.am: fixed the include path to add srcdir/include
5311 * Makefile.am configure.in: fix from Albert Chin for iconv detection
5312 and some cleanup
5313
5314Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5315
5316 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
5317 lot of optimization work, results in significant improvements
5318 when handling really complex XPath queries. Add a small optimizer
5319 for unions, improve [n] and [last()], avoid some costly ops.
5320
5321Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5322
5323 * include/libxml/parser.h parser.c: xmlStrstr args are both const
5324 * xpath.c: small cleanup
5325 * xmlGetNsList: reformated, fixed problems if used on Entities
5326
5327Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5328
5329 * doc/xml.html: added 1.8.14 and 2.3.13 releases
5330
5331Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5332
5333 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
5334 * Makefile.am example/Makefile.am: workaround automake generating
5335 erroneous deps
5336
5337Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5338
5339 * include/win32config.h: bug #56801 Yon Derek provided a patch
5340 to the windows config file.
5341
5342Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5343
5344 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
5345 libxml.h : Yon Derek provided a set of changes to compile from
5346 CVS on Windows/MSC
5347
5348Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5349
5350 * parser.c: fixed UTF8 BOM support in push mode
5351 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
5352 added a specific testcase
5353
5354Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5355
5356 * Makefile.am: added --push regression tests
5357 * parserInternals.c: the XML parser segfaulted in --push mode
5358
5359Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5360
5361 * configure.in: moved the symlinks detection within a CVS
5362 check, this is not portable and will be removed soon.
5363 * xpath.c: small cleanup/speedup
5364
5365Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5366
5367 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
5368 release of 2.3.12
5369 * parser.c: make an error message if unknow entities in all cases
5370
5371Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5372
5373 * uri.c: fixed 2 uri normalization bugs on '//' reduction
5374
5375Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5376
5377 * include/libxml/Makefile.am: Laszlo Peter pointed out that
5378 includes were installed in the wrong dir
5379
5380Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5381
5382 * doc/html.xml: warn against sending code to exhibit bugs.
5383
5384Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5385
5386 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
5387 Tru64 from Thomas Leitner
5388
5389Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5390
5391 * AUTHORS: added William and Bjorn
5392 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
5393 daniel@veillard.com hopefully I won't have to do this again
5394 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
5395 docs can be rebuilt cleanly now
5396 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
5397 from CVs it's generated, added include/libxml/xmlwin32version.h
5398 also generated but which should change far less frequently.
5399 * catalog.c nanoftp.c: made sure to include libxml.h not
5400 libxml/xmlversion.h directly
5401 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
5402 when compiling on WIN32 and MSC
5403
5404Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5405
5406 * include/Makefile.am include/libxml/Makefile.am configure.in:
5407 fixed make distcheck and rebuilding the rpms
5408
5409Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5410
5411 * configure.in: should finish the migration of exported includes
5412 into a real include/libxml in CVS, at least for CVS users.
5413 * removed the exported headers, added in include/libxml (as well
5414 as xmlversion.h.in).
5415
5416Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5417
5418 * configure.in: fixed the way to detect symlink
5419
5420Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5421
5422 * configure.in: updated, include/libxml is now a real CVS dir
5423
5424Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5425
5426 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
5427 version works with both libxml1 and libxml2 (it autodetects
5428 the prefix of the html-files) from Felix Natter.
5429 * doc/xml.html: updated doc accordingly
5430
5431Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5432
5433 * xpath.c: fixed the bug generating a template loop in libxslt
5434 when using docbook-xsl-1.4, * should filter out document nodes
5435 * HACKING: added William
5436 * TODO: updated
5437
5438Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5439
5440 * doc/FAQ.html: added a warning about gcc-3.0
5441 * doc/xml.html: added reference to gdome2 and removed a confusing
5442 sentence
5443
5444Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5445
5446 * xmlversion.h: okay this is a generated file, but Windows
5447 users need it and they can't generate it, and I want CVS
5448 Windows users ...
5449 * win32/libxml2/libxml2_so.dsp: Windows project file for
5450 the shared lib version of libxml2
5451 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
5452 resources needed for libxslt/xsltproc by Yon Derek
5453
5454Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5455
5456 * trio.c: MSVC fix (provided by Igor Zlatkovic)
5457
5458Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5459
5460 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
5461
5462Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5463
5464 * include/win32config.h: Yon Derek provided a first fix
5465 to be able to compile libxslt/xsltproc on Windows
5466
5467Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5468
5469 * xpath.c: attempt to work around what seemed a gcc optimizer
5470 bug when handling floats on i386 http://veillard.com/gcc.bug
5471 * tree.c entities.c encoding.c: doing some cleanups while
5472 chasing it
5473
5474Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5475
5476 * Makefile.am: cleanup when --without-debug is specified
5477 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
5478 w.r.t. --without-debug and other include points
5479 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
5480 Catalogs
5481 * configure.in entities.h tree.h HTMLparser.c: removed
5482 --without-corba, made the _private field mandatory
5483
5484Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5485
5486 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
5487 outputs a BOM in UTF8, an errata has been issued to avoid the
5488 problem, that was the most reasonable solution... Add support
5489 for a leading UTF8 BOM in entities.
5490
5491Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5492
5493 * valid.c: fixed a bug found when post validating an entity ref
5494 * xmllint.c: added --loaddtd and sligly changed --postvalid to
5495 activate it too
5496
5497Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5498
5499 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
5500 weakness in the node copy the XPointer and the XInclude
5501 implementations. Serious cleanup.
5502
5503Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5504
5505 * Makefile.am: Kjartan Maraas provided a small patch to
5506 add xml2-config.in to EXTRA_DIST
5507
5508Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5509
5510 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
5511 provided another failing case found in KDE, the way the
5512 ctxt->vctxt.nodeTab was allocated and freed changed over
5513 time but it wasn't completely cleaned up. This should fix it.
5514
5515Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5516
5517 * parser.c: Stephan Kulow also raised the fact that line number
5518 could get miscounted making debug harder, fixed the problem
5519 in xmlParseCharData()
5520
5521Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5522
5523 * valid.c: Stephan Kulow pointed out a problem when validating
5524 and using an empty entity, forgot a 'break' in a case.
5525
5526Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5527
5528 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
5529 * doc/xml.html: updated with 2.3.11
5530
5531Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5532
5533 * TODO: updated adding cleanup of generated doc
5534 * configure.in: prepared to release 2.3.11
5535 * xmllint.c: added --version for bug reporting
5536 * doc/html/*.html: rebuilt the doc
5537
5538Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5539
5540 * xpath.c: first part of the work on selecting namespace to
5541 fix bug #56115
5542
5543Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5544
5545 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
5546 when using -liconv
5547 * TODO: updated
5548
5549Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5550
5551 * HTMLtree.[ch]: more work on the HTML serialization routnes,
5552 cleanup, encoding support.
5553
5554Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5555
5556 * xpath.c: Thomas Broyer suggested a better patch for the / arg
5557
5558Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5559
5560 * xpath.c: bug detected by Ankh when / is used as a function arg
5561
5562Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5563
5564 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
5565 of element and use it to avoid outputting formatting spaces at
5566 the wrong place. Implemented the format parameter for HTML save.
5567 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
5568 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
5569 result/HTML/wired.html: of course this impact the result of a
5570 number of HTML tests
5571
5572Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5573
5574 * HTMLtree.[ch]: started augmenting the HTML save API with
5575 encoding and formatting parameters
5576
5577Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5578
5579 * HTMLtree.h: cleanup and started evaluating the work needed on
5580 revamping the HTML output code
5581
5582Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5583
5584 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
5585
5586Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5587
5588 * valid.c: fixed bug #56049, forgot one check in the
5589 validation routine
5590
5591Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5592
5593 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
5594
5595Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5596
5597 * libxml.h: fixed an error in last commit
5598 * doc/FAQ.html: added an entry for compilation from CVS
5599
5600Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5601
5602 * xmlversion.h.in libxml.h: Cygwin patches
5603 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
5604 * tree.h: cleanup
5605
5606Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5607
5608 * tree.c: patched xmlFreeNode() to avoid freeing() a static
5609 memory block in a strange case where libxml is linked twice
5610 in the binary.
5611
5612Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5613
5614 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
5615 state far too often, simple fix used to avoid it.
5616
5617Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5618
5619 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
5620 being processed, applied his patch
5621 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
5622
5623Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5624
5625 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
5626 provided fixes to compile on MSCC again
5627 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
5628 also provided an update for the project files.
5629
5630Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5631
5632 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
5633 bug #55810
5634
5635Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5636
5637 * tree.c: fixed xmlGetNsProp() to close bug #55683
5638 Note this requires libxslt to use it's own function instead.
5639
5640Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5641
5642 * HTMLtree.c: when in a pre element no formatting space should
5643 be added.
5644 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
5645
5646Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5647
5648 * configure.in: added tests for signal() and signal.h
5649
5650Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5651
5652 * xpath.c: robert pointed out xmlXPathNINF was not initialized
5653
5654Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5655
5656 * doc/libxml-doc.el: Felix Natter provided a new version for
5657 libxml2
5658
5659Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5660
5661 * HTMLtree.c: when in a pre element no formatting space should
5662 be added.
5663
5664Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5665
5666 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
5667
5668Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5669
5670 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
5671 hack
5672 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
5673 * uri.c: fixed a warning
5674
5675Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5676
5677 * HTMLtree.c: trying to close bug #55772 escaping in script
5678 elements
5679 * doc/xml.html: suggest to send mail to the list
5680
5681Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5682
5683 * error.c: attempt to fix the xmlGetVarStr breakage once and for
5684 good. Use a macro and based on the solution provided in
5685 vsnprintf manual page from GNU.
5686
5687Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5688
5689 * error.c: Workaround for non-preserving variadic list.
5690 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
5691
5692Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5693
5694 * doc/xml.html: added 2.3.10 release
5695
5696Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5697
5698 * configure.in: releasing 2.3.10
5699
5700Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5701
5702 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
5703
5704Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5705
5706 * encoding.c: Robert Collins provided a patch to add the
5707 "US-ASCII" encoding alias
5708
5709Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5710
5711 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
5712 string oriented functions and started cleaning the related areas
5713 in xpath.c which needed fixing in this respect
5714
5715Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5716
5717 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
5718 #55380
5719 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
5720
5721Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5722
5723 * TODO: updated
5724 * nanohttp.[ch] : started adding APIs to get the redirected URL
5725 when this occurs (needed for further base computation
5726 * tree.h: cleanup
5727 * encoding.c: cleanup
5728 * SAX.c: minor change around ctxt->loadsubset
5729
5730Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5731
5732 * Makefile.am include/Makefile.am: small change to have
5733 include/libxml rebuilt if working from CVS.
5734 * uri.c: applied another patch from Carl Douglas for URI escaping,
5735 this should close bug #51876
5736
5737Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5738
5739 * xinclude.c: fixed XInclude recursive behaviour bug #54678
5740 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
5741 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
5742 added specific regression test
5743 * parser.h: preparing for the XSLT mode where DTD inherited
5744 attributes are added to the tree.
5745
5746Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5747
5748 * xinclude.[ch]: Updated the namespace for the Last Call version
5749 * result/XInclude/include test/XInclude/include: updated the
5750 testsuite accordingly
5751
5752Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5753
5754 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
5755 related to bug #51876
5756
5757Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5758
5759 * tree.c: fixed a gross mistake in base computation, xml:base is
5760 not completely correct yet (need cascade).
5761 * xpath.[ch]: added the few things needed to find a function name
5762 and URI from the XPath context when it is called.
5763
5764Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5765
5766 * catalog.[ch]: fixes and add xmlLoadCatalogs()
5767 * DOCBparser.c: small cleanup
5768 * xmllint.c: added a --catalogs option to load catalogs from
5769 $SGML_CATALOG_FILES
5770 * tree.c: cleanup
5771 * configure.in: iconv library fixup, ICONV_LIBS
5772
5773Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5774
5775 * catalog.c: handling of CATALOG entries. detection of recursion,
5776 and a few bugfixes
5777 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
5778 against the default namespace
5779
5780Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5781
5782 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
5783
5784Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5785
5786 * parser.c: fixed propagation context info when parsing an
5787 external entity.
5788 * doc/html/*.html: regenerated a couple of docs
5789
5790Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5791
5792 * doc/xml.html: update with 2.3.9 informations
5793
5794Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5795
5796 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
5797 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
5798 * doc/html/* : rebuilt the docs
5799 * valid.c: small patch which may improve some case when
5800 validating.
5801
5802Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5803
5804 * HTMLparser.c: Closed bug #54891
5805 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
5806 to the suite
5807
5808Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5809
5810 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
5811 applied a documentation patch from LotR and filled in a few missing
5812 descriptions
5813
5814Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5815
5816 * xpath.c tree.c parser.c: speed optimizations at the parser level
5817 document tree freeing and xpath evaluation
5818
5819Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5820
5821 * parser.c parser.h parserInternals.h: fixed a couple of
5822 interfaces for handling memory buffer input to const char *
5823 upon suggestion of JamesH.
5824
5825Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5826
5827 * configure.in: LoTR sent a patch fixing the previous commit
5828
5829Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5830
5831 * configure.in: trying to deal again with the stoopid -R linking
5832 flag of Solaris
5833
5834Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5835
5836 * xpath.h: two nodeset access macros from Thomas Broyer
5837
5838Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5839
5840 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
5841 patch from Thomas Broyer
5842
5843Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5844
5845 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
5846 case
5847 * INSTALL: was empty added stuff from the FAQ
5848
5849Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5850
5851 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
5852 attributes handling and #54433 by adding xmlUnsetProp()
5853 and xmlUnsetNsProp()
5854
5855Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5856
5857 * HTMLparser.c: Patch from Jonas Borgström
5858 (htmlGetEndPriority): New function, returns
5859 the priority of a certain element.
5860 (htmlAutoCloseOnClose): Only close inline elements if they
5861 all have lower or equal priority.
5862 * result/HTML: this of course changed a number of tests results.
5863
5864Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5865
5866 * xmlIO.c catalog.c: plugged in the default catalog resolution
5867 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
5868 documentations
5869 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
5870
5871Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5872
5873 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
5874 integrating catalogs
5875 * catalog.[ch] testCatalog.c: adding a small catalo API
5876 (only SGML catalog support).
5877 * parser.c: restaured xmlKeepBlanksDefault(0) API
5878
5879Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5880
5881 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
5882
5883Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5884
5885 * parser.c: added xmlParseExternalEntityPrivate() to allow
5886 propagation of ctxt->_private when parsing external entities
5887
5888Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5889
5890 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
5891
5892Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5893
5894 * configure.in: fixed a small portability problem with AM_CONDITIONAL
5895
5896Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5897
5898 * valid.c: warn when indeterminist content model is detected
5899 * result/VC/ElementValid8: this adds a message
5900 * Makefile.am: add --novalid for VCM tests
5901 * parserInternals.c: added a call to Init memory
5902
5903Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5904
5905 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
5906 when both parameters are NULL.
5907
5908Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5909
5910 * valid.c: applied small patch from Gary Pennington, reindented
5911 some part of the code.
5912
5913Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5914
5915 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
5916 release, updated and regenerated the docs
5917
5918Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5919
5920 * xpath.c result/XPath/expr/floats : clarified and cleanup
5921 printing of abnormal floats in tests.
5922
5923Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5924
5925 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
5926 * results/HTML/ : a few changes in the output of the HTML tests as
5927 a result.
5928 * configure.in: tying to fix -liconv where needed
5929
5930Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5931
5932 * Makefile.am: fixed a stupid error
5933
5934Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5935
5936 * configure.in Makefile.am: make the inclusion of the trio
5937 modules in the library conditional
5938
5939Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5940
5941 * DOCBparser.c: patche from László Kovács, fixed entities refs
5942 in attributes handling
5943
5944Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5945
5946 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
5947 flushing
5948
5949Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5950
5951 * xpath.c: fix of an XSLT namespace bug reported on the list
5952 general/bug-8-
5953
5954Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5955
5956 * strio.h trio.c: Dan McNichol suggested a couple of small
5957 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
5958
5959Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5960
5961 * tree.c parser.c encoding.c: spent a bit more time looking
5962 at the parsing speed and DOM handling. Added a few more
5963 speedups.
5964
5965Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5966
5967 * parser.c: small but effective parsing speed improvement
5968
5969Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5970
5971 * configure.in: default on the DocBook parser inclusion (for Gnome)
5972 * DOCBparser.h: fixed a header reference
5973
5974Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5975
5976 * configure.in xpath.c: applied Bjorn patches for FPE on the
5977 alpha
5978
5979Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5980
5981 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
5982 xmlSaveFormatFileTo()
5983
5984Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5985
5986 * xpath.c: simple and efficient optimization, XPath functions
5987 aways bind to the same code, cache this
5988 * TODO: updated (by saying some is obsolete)
5989
5990Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5991
5992 * xpath.c: more cleanup work on XPath name parsing routines
5993
5994Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5995
5996 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
5997 xmlXPathParseName
5998 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
5999 * debugXML.c: avoid compilation problems if compiling without
6000 HTML support, Igor Zlatkovic
6001 * win32/libxml2/libxml2.def.src: being able to compile without
6002 XPath on Windows
6003
6004Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6005
6006 * libxml.m4: yet another patch from Toshio Kuratomi
6007
6008Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6009
6010 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
6011
6012Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6013
6014 * tree.[ch]: added xmlSaveFormatFile interface for saving
6015 and indenting a file.
6016
6017Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6018
6019 * xpath.c: fixed bug #53689 related to processing-instruction()
6020
6021Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6022
6023 * DOCBparser.c: patche from László Kovács
6024
6025Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6026
6027 * parser.c: applied fixes from Christian Glahn bug report #53391
6028
6029Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6030
6031 * error.c: Jean François Lecomte provided a complete description
6032 and a fix to bug #53537
6033
6034Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6035
6036 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
6037
6038Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6039
6040 * DOCBparser.c SAX.c: a bit more work on entities processing.
6041 Still Need to cleanup XML output and references in attributes
6042
6043Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6044
6045 * DOCBparser.c include/Makefile.am: two patches from László Kovács
6046
6047Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6048
6049 * tree.c: trying to fix #53574, not completely complete,
6050 I would like xmllint --copy --debug test/ent1 and
6051 xmllint --debug test/ent1 to show the same result.
6052 * xpath.c: fix a bug when trying to sort namespace nodes
6053
6054Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6055
6056 * HTMLtree.c: real fix for #53402
6057
6058Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6059
6060 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
6061 PIs when using xsl:output
6062 * valid.c: closing #53537 some case generate segfaults if there
6063 is validity errors
6064
6065Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6066
6067 * SAX.c testDocbook.c DOCBparser.c: more work on the support
6068 of external parsed entities, added --noent to testDocbook
6069 * valid.c: Garry Pennington found an uninitialized variable
6070 access in xmlValidateElementContent()
6071
6072Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6073
6074 * HTMLparser.c : HTML parsing still sucks ... trying to deal
6075 with madness
6076 * result/HTML/ : this modified the result of the regression tests
6077 a lot.
6078
6079Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6080
6081 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
6082 to doc where it wasn't checked against NULL reported by
6083 Jens Laas
6084
6085Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6086
6087 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
6088 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
6089
6090Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6091
6092 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
6093 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
6094 * SAX.[ch]: cleanup and updates for DocBook
6095 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
6096 ex SGML identifier changes
6097 * valid.c: removed a static unused function.
6098
6099Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6100
6101 * HTMLtree.c: applied change for Paul Sponagl on script saving
6102 * Makefile.am: the warning about entity title.xml are normal.
6103
6104Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6105
6106 * configure.in: release of 2.3.7
6107 * Makefile.am: fixing make distcheck
6108
6109Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6110
6111 * doc/html/* doc/xml.html: updated and regenerated the docs
6112
6113Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6114
6115 * xpath.c: fixed the XPointer problem introduced in 2.3.6
6116
6117Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6118
6119 * tree.c: fixed #53388 with the provided patch
6120
6121Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6122
6123 * valid.c: Bjorn detected an invalid memory access. Fixed
6124 vstateVPush()
6125
6126Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6127
6128 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
6129
6130Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
6131
6132 * libxml.h: new header used only for the compilation of libxml
6133 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
6134 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
6135 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
6136 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
6137 xmlmemory.c xpath.c xpointer.c: libxml.h integration
6138 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
6139 baseline (version 1.2 plus a single patch).
6140 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
6141 scientific notation for numbers. Tests added.
6142 * xpath.c: formatting of numbers changed to use sprintf
6143 (contribution from William Brack)
6144
6145Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6146
6147 * valid.c: cleanup, more useful debugging
6148 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
6149 * xmlIO.c: entity loading is printed as an error when validating
6150
6151Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6152
6153 * valid.c: fixed to validate within entities
6154 * test/VCM/v22.xml: added a specific testcase
6155
6156Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6157
6158 * valid.c: forgot an epsilon transition in for ()+
6159 * test/VCM/v21.xml : added a specific test case
6160
6161Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6162
6163 * valid.c: removed a state explosion exhibited by RSS
6164 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
6165 from bug #51872
6166
6167Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6168
6169 * valid.[ch] tree.h: worked *hard* to get non-determinist content
6170 validation without using an ugly NFA -> DFA algo in the source.
6171 Made a specific algorithm easier to maintain, using a single
6172 stack and without recursion.
6173 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
6174 * hash.c: made the growing routine static
6175 * tree.h parser.c: added the parent information to an
6176 xmlElementContent node.
6177
6178Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6179
6180 * SAX.c parser.c xpath.c: generating IDs when not validating
6181 from an external parsed entity was poisoning the ID has table
6182 with removed values. This was killing XSLT on the KDE help
6183 browser.
6184
6185Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6186
6187 * entities.h: andrew@ugh.net.au detected a double declaration
6188
6189Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6190
6191 * debugXML.c hash.c tree.h valid.c : some changes related to
6192 the validation suport to improve speed with DocBook
6193 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
6194 the way validation errors get reported
6195
6196Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6197
6198 * HTMLparser.c HTMLtree.c: applied part of the patches provided
6199 by P C Chow and William M. Brack for XSLT HTML output
6200
6201Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6202
6203 * xmlversion.h.in win32config.h win32/libxml2/*: applied
6204 Igor Zlatkovic patches for MSC compilation and added his
6205 updates
6206
6207Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6208
6209 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
6210 prefix lookup.
6211 * parserInternals.c: fixed the bug reported by Morus Walter
6212 due to an off by one typo in xmlStringCurrentChar()
6213
6214Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6215
6216 * HTMLparser.c result/HTML/*: revamped the way the HTML
6217 parser handles end of tags or end of input
6218
6219Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6220
6221 * tree.[ch] : added xmlDocCopyNode for gdome2 support
6222
6223Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6224
6225 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
6226 bug where the linktime verions of free() won't work ...
6227
6228Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6229
6230 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
6231
6232Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6233
6234 * doc/xml.html: added 2.3.6 release
6235
6236Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6237
6238 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
6239 * result/wml.xml: resulted in a small output change
6240
6241Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6242
6243 * tree.c: xmlNewDoc was missing the charset initialization
6244 * xmllint.c: added --auto to autogenerate a doc, allow to
6245 reproduce the problem fixed on xmlNewDoc
6246
6247Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6248
6249 * xpath.c: trying to get 52979 solved
6250 * tree.c result/ result/noent/: trying to get 52712 solved, this
6251 also made me clean up the fact that XML output in general should
6252 not add formating blanks by default, this changed the output of
6253 a few tests
6254
6255Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6256
6257 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
6258
6259Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6260
6261 * configure.in: finally released 2.3.6
6262
6263Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6264
6265 * xpath.c: checking for null pointer generated by new code
6266
6267Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6268
6269 * xpath.c: fixed a [] evaluation problem reported
6270 * test/XPath/tests/simpleaddr: extended test
6271 * result/XPath/simpleaddr: updated result
6272
6273Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6274
6275 * xmllint.c: Dan Timis reported a portability problem
6276 on Macs without mmap, fixed it.
6277
6278Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6279
6280 * testXPath.c : added a --tree option allowing to display the
6281 tree dump of the XPath expression
6282
6283Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6284
6285 * xpath.c: fixed a memleak when comparing nodesets
6286 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
6287 * tree.c: added a TODO
6288
6289Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6290
6291 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
6292 we need string functions
6293 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
6294 to be able to use them where needed. Applied some changes
6295 to reduce name linking pollution and compile in only what's
6296 needed.
6297 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
6298 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
6299 for the string manipulation functions
6300 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
6301 to the free() function of xmlmemory.c
6302 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
6303 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
6304 usage.
6305
6306
6307Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6308
6309 * error.c: applied the context output patch of the error
6310 handling submitted by Chuck Griffith
6311 * error/VC/*: this slightly change some error logs
6312
6313Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6314
6315 * parser.c: fixed line number reporting on error
6316
6317Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6318
6319 * parser.c: Sullivan and Darin found a parser bug,
6320 applied the patch.
6321
6322Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6323
6324 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
6325 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
6326 xmlversion.h.in xpointer.c: of course the way I defined
6327 UNUSED breaks on old gcc version. Try to be smart and
6328 also define it directly in xmlversion.h
6329 * configure.in: removed -ansi flag from the pedantic set
6330
6331Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6332 Huge cleanup, I switched to compile with
6333 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
6334 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
6335 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
6336 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
6337 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
6338 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
6339 encoding.h entities.c error.c list.[ch] nanoftp.c
6340 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
6341 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
6342 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
6343 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
6344 Cleanup, staticfied a number of non-exported functions,
6345 detected and cleaned up a dozen of problem found this way,
6346 avoided a lot of public function name/typedef/system names clashes
6347 * doc/xml.html: updated
6348 * configure.in: switched private flags to the really pedantic ones.
6349
6350Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6351
6352 * configure.in: 2.3.5
6353 * doc/html/*: rebuilt the docs
6354
6355Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6356
6357 * parser.c: fixed a reported bug in NOTATION parsing
6358 * uri.c: accepted but not fixed bug 51876, added TODO
6359 * Makefile.am: fixed bug 51876
6360
6361Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6362
6363 * config.h.in configure.in error.c: fix a compilation problem
6364 on platforms without vsnprintf (xml@thewrittenword.com)
6365
6366Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6367
6368 * parser.c: fixed a function name header typo
6369 * SAX.c: notations can also occur in external subset.
6370
6371Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6372
6373 * error.c: removed a C++ like comment
6374
6375Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6376
6377 * parser.c: fixing bug 52299 strange condition leading
6378 to a parser crash due to a buffer overflow
6379 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
6380 added the specific test case
6381
6382Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6383
6384 * xpath.[ch]: still a lot of cleanup based on XSLT, added
6385 xmlXPathConvert{String,Number,Boolean} to be able to make
6386 type casts without a context stack, fixed some implementation
6387 problems related to the absence of context at parse-time,
6388 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
6389 in the public API too
6390 * xpointer.c xpathInternals.h: we need to know at parse time
6391 whether we are compiling an XPointer
6392
6393Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6394
6395 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
6396 cleaned up the parser internals, refactored XPath code, added
6397 new compilation based APIs and cleanly separated public and
6398 private APIs.
6399
6400Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6401
6402 * xpath.h: the comp field must be added at the end to avoid
6403 killing binary compat.
6404
6405Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6406
6407 * Makefile.am: detect XPath memleaks in regreson tests
6408 * error.c: fixed and error w.r.t. error reporting still using
6409 stderr
6410 * hash.c: added new line at end of file
6411 * tree.h: minor cleanup
6412 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
6413 expression parsing from evaluation, resulted in a number of
6414 changes internally, and in XPointer. Likely to break stuff
6415 using xpathInternals.h but should remain binary compatible,
6416 new interfaces will be added.
6417
6418Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6419
6420 * configure.in: fixed a couple of problems reported by
6421 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
6422 without gcc on non linux platforms.
6423
6424Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6425
6426 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
6427 a fix for --with-html-dir= configure support. I hope it won't
6428 break rpm generation
6429
6430Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6431
6432 * xmlIO.c: one function comment cleanup.
6433
6434Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6435
6436 * SAX.c: external subset notations were improperly registered
6437 in the internal subset.
6438
6439Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6440
6441 * README.cvs-commits: added, pointing to HACKING
6442 * HACKING: updated
6443
6444Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6445
6446 * parser.c: and Matt Sergeant found one in the XML push
6447 parser (erroneous check I forgot to remove when I fixed the
6448 main parser).
6449
6450Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6451
6452 * xpath.c: ptittom found a small bug in UnaryExpr
6453
6454Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6455
6456 * configure.in: bumped to 2.3.4
6457 * error.c: fixed bug #51860
6458 * tree.c: fixed bug #51861
6459 * valid.c: cleanup, more debug, failed to fix one bug crap ...
6460 * tree.[ch] : added xmlDefaultBufferSize
6461 * nanoftp.c: typo in function name header block
6462 * doc/xml.html : updated, added link to XML::LibXSLT
6463 * doc/html/* : rebuilt the docs
6464
6465Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6466
6467 * parser.c SAX.c: the new content parsing code raised an
6468 ugly bug in the characters() SAX callback. Found it
6469 just because of strangeness in XSLT XML Rec ouptut :-(
6470
6471Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6472
6473 * Makefile.am: Martin Baulig suggested to add -lm
6474 * tree.c: found another bug in xmlNodeGetContent()
6475
6476Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6477
6478 * xpath.c: Bjorn found the error related to strictness of comparison.
6479
6480Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6481
6482 * parser.c: trying to fix the Dtd parsing problem reported
6483 by Gary, side effect of last week speed optimizations.
6484
6485Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6486
6487 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
6488 * parserInternals.c: removed unneeded test raised by Stric
6489
6490Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
6491
6492 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
6493 and fixed by William Brack). Added xmlXPathFormatNumber.
6494 Changed the sorting slightly.
6495 * configure.in Makefile.am example/Makefile.am: Added -lm.
6496 Please note that applications linking with libxml2, must
6497 also like with the math library from now on.
6498
6499Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6500
6501 * HTMLparser.c: fixed loop reported by Marc Sanfacon
6502
6503Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6504
6505 * parser.c: one must report spaces even if the Dtd element
6506 content proves that this is not part of the element content.
6507 * result/valid/*.xml: this changed the ouptu slightly
6508
6509Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6510
6511 * configure.in: bumped to 2.3.3
6512 * doc/xml.html: updated
6513
6514Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6515
6516 * tree.c: minor doc fix
6517 * xpath.c: deallocation issues when a result tree has been
6518 converted to a node-set
6519
6520Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6521
6522 * doc/xml.html: oops corrected dates s/2000/2001
6523
6524Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6525
6526 * valid.c: new patch from Gary Pennington
6527
6528Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6529
6530 * doc/xml.html: applied patch from Ankh
6531
6532Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6533
6534 * xinclude.c: fixed a problem building on Mac
6535
6536Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6537
6538 * parser.c: more work on increasing parsing ferformances
6539
6540Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6541
6542 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
6543 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
6544 avoiding memcpy in production builds MEM_CLEANUP macro use
6545 * parser.[ch] parserInternals.c: optimizations of the tightest
6546 internal loops inside the parser. Better checking of I/O
6547 flushing/loading conditions
6548 * xmllint.c : added --timing
6549
6550Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6551
6552 * configure.in: bumped to 2.3.2
6553 * doc/xml.html: updated for release
6554
6555Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6556
6557 * xpath.c: found a memleak and fixed a nasty bug
6558
6559Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6560
6561 * xmllint.[c1] : added return code errors for xmllint
6562 * xpath.c: specific debug dump function for result value trees
6563
6564Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6565
6566 * xpath.c: finally implemented xmlXPathCompareNodeSets
6567 * test/XPath/expr/floats results/XPath/expr/floats: added
6568 a test for float expressions
6569
6570Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6571
6572 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
6573 * parserInternals.[ch]: trying to speed up parsing
6574 * xpath.c : speeded up node set equality op
6575
6576Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6577
6578 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
6579 better handling of ID/IDREF and the list modules associated
6580 * configure.in: small CFLAGS cleanup
6581
6582Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6583
6584 * configure.in: fixed iconv detection on AIX (stric)
6585
6586Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6587
6588 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
6589
6590Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
6591
6592 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
6593 and optimized xmlXPathNodeSetSort
6594
6595Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6596
6597 * xpath.c: bug fix when context size is 0
6598 * parser.c: I like Norm's Dtd because they still manage to break
6599 the parser occasionally
6600
6601Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6602
6603 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
6604
6605Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6606
6607 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
6608 attributes within the XML-1.0 namespace
6609
6610Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6611
6612 * xpathInternals.h: exported a few axis functions
6613 * doc/xml.html: updated the doc
6614
6615Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6616
6617 * configure.in: applied patch from Daniel van Balen for OpenBSD
6618 and bumped version to 2.3.1
6619 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
6620 attempt to find autoclosing was simply broken, removed it,
6621 updated the examples, this is better
6622
6623Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6624
6625 * hash.[ch]: added Paolo Casarini patch to provide Delete from
6626 hash functionnalities.
6627 * doc/html/* : rebuild the doc
6628
6629Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6630
6631 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
6632 on predicate
6633 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
6634 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
6635 really want to have tags closed on output even if we accept
6636 unclosed ones on input
6637
6638Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6639
6640 * xpath.c: ouch don't free NULL, rare case fixed
6641 * tree.c: don't coalesce text nodes if they don't have the
6642 same behaviour wrt escaping on output
6643
6644Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6645
6646 * xpath.c: small fixup
6647 * SAX.c: don't warn on empty namespaces.
6648
6649Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6650
6651 * README: a bit of cleanup
6652 * configure.in: preparing for 2.3.0 release
6653
6654Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6655
6656 * hash.[ch]: added a first version of xmlHashSize()
6657 * valid.c: another bug fix from Gary Pennington
6658
6659Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6660
6661 * valid.c: couple of bug fixes pointed by Gary Pennington
6662 * HTMLtree.c: #if 0 cleanup
6663
6664Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6665
6666 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
6667 which removes a time consuming check of xmlXPathNodeSetAdd()
6668 and use it in places where we are sure to not break unicity
6669
6670Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6671
6672 * xpath.c: bug fixes found from XSLT
6673 * tree.c: preserve node->name special values when copying nodes.
6674 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
6675 external subset are fetched when available but without full
6676 validation. Added xmlLoadExtDtdDefaultValue, need a function.
6677 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
6678 output with encoding disabled.
6679
6680Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6681
6682 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
6683 xmlCheckFilename should not be called from xmlFileOpenW
6684 and xmlGzfileOpenW
6685
6686Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6687
6688 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
6689 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
6690 added the new tests for URI normalization
6691 * testURI.c: fixed stoopid bugs
6692 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
6693 the URI in the error messages are now properly normalized
6694
6695Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6696
6697 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
6698
6699Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6700
6701 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
6702
6703Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6704
6705 * xpath.c: fixed mod operator
6706
6707Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6708
6709 * parser.c: fixed xmlStrcat doc
6710 * tree.c: 2 fixes form Anders Carlson for copying nodes and
6711 trees.
6712
6713Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6714
6715 * xpath.c result/XPath/tests/chaptersbase
6716 result/XPath/tests/simplebase: fixed XPath node()
6717 * tree.c: small fix in xmlNewNs()
6718 * Makefile.am: removed extraneous xml2Conf.sh rule
6719
6720Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6721
6722 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
6723 Changed the library name, in order to get libxml-devel and
6724 libxml2-devel to coexist on a single system
6725 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
6726 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
6727
6728Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6729
6730 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
6731 libxml2-devel installable in // as libxml-devel.
6732
6733Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6734
6735 * doc/Makefile.am: fixed make rebuild in doc
6736 * doc/html/*.html: rebuilt the docs
6737
6738Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6739
6740 * tree.c: patch from Bjorn Reese on xmlBufferCCat
6741
6742Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6743
6744 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
6745 the HTML doc to go into the -devel RPM ...
6746 * aclocal.m4 config.h.in: some updates due to auto* magic
6747
6748Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6749
6750 * xpath.h: added a hook in the context structure allowing to
6751 link to extra support, needed for XSLT
6752
6753Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6754
6755 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
6756 xmlXPtrCmpPoints to use it.
6757 * propagated the following patch from Alejandro Forero
6758 * include/win32config.h xmlIO.c: applied further suggestions
6759 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
6760 * example/gjobread.c: fixed warnings, now that it builds
6761
6762Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
6763
6764 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
6765
6766 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
6767 filename points to a valid file (not a directory).
6768 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
6769 Added calls to xmlCheckFilenameDir.
6770
6771 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
6772 `path' (rather than `filename') as the parameter to gzopen and open.
6773
6774Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6775
6776 * Makefile.am: fixed a problem with EXTRA_DIST
6777
6778Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6779
6780 * Makefile.am example/Makefile.am: finally found the trick
6781 to build the example, i.e. add "." in SUBDIRS before example
6782 in the list <grin/>
6783
6784Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6785
6786 * doc/xml.html: updated with an XSLT section, removed pointer to
6787 W3C CVS base.
6788
6789Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6790
6791 * xpath.c: when copying a XSLT tree object teh tree need to be copied
6792 too, and deallocation need to occur the same way.
6793
6794Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6795
6796 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
6797 type correponding to an XSLT result tree fragment. Share most
6798 of the data format with node set, as well as operators.
6799 * HTMLtree.c: added a newline at the end of the doctype output
6800 whe this one is not present initially.
6801 * tree.c: make sure taht the parent and doc pointers are properly
6802 set when copying attributes (lists).
6803
6804Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6805
6806 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
6807
6808Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6809
6810 * xpath.c: seems I finally killed that ugly path evaluation
6811 context bug (tagged 9999 in case is is wrong)
6812
6813Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6814
6815 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
6816 for XSLT
6817
6818Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6819
6820 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
6821 for xmlGzfileOpen() bug
6822
6823Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6824
6825 * xpath.c: removed an error found by XSLT usage
6826 * tree.c parserInternals.h: use a predefined static string
6827 for text and comment nodes, avoid freeing them in xmlFreeNode,
6828 exported the string name in parserInternals.h and added
6829 another value to disable encoding at output (for XSLT),
6830 gain memory, time.
6831
6832Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6833
6834 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
6835 win32/libxml2/libxml2_so.dsp: new makefiles and update
6836 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
6837
6838Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6839
6840 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
6841 Gary Pennington
6842
6843Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6844
6845 * xpath.c: fixed the comaprision of values and nodelists,
6846 need to compare nodelist still ...
6847 * debugXML.c: avoided a possible core dump
6848 * HTMLparser.c: cleanup
6849 * nanohttp.c: contributed fix.
6850 * tree.c: fixes in properties handling added xmlSetNsProp
6851 needed by libxslt
6852 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
6853 comment
6854 * TODO: updated
6855
6856Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6857
6858 * parser.c parserInternals.c: applied Bjorn Reese optimization
6859 patch
6860
6861Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6862
6863 * Makefile.am: applied patch fro make check from Martin Vidner
6864
6865Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6866
6867 * configure.in: preparing 2.2.11
6868 * doc/html/*: rebuild the HTML files
6869 * doc/xml.html : updated
6870
6871Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6872
6873 * tree.c: fixed a stupid bug
6874 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
6875 patches related to validation of an XInclude processing result
6876 * TODO: updated
6877
6878Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6879
6880 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
6881 on large files
6882
6883Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6884
6885 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
6886
6887Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6888
6889 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
6890 reported by Jonas Borgström
6891 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
6892
6893Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6894
6895 * testXPath.c xpath.c: fixing the XPath union expressions problem
6896 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
6897
6898Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6899
6900 * xmllint.c: Made is so if the file name is "-" is will read form
6901 standard input. Sven Heinicke <sven@zen.org>
6902 * tree.c: fixed a problem when growing buffer
6903 * tree.h: fixed the comment of the node types following andersca
6904 comment
6905 * TODO: updated
6906
6907Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6908
6909 * HTMLparser.[ch]: added a way to avoid adding automatically
6910 omitted tags. htmlHandleOmittedElem() allows to change the
6911 default handling.
6912 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
6913 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
6914 of xmllint too when using --memory flag, added a memory test
6915 suite at the Makefile level.
6916 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
6917 with namespace use when encountering QNames in XPath evalation,
6918 added xmlns() scheme in XPointer.
6919 * nanoftp.c : incorporated a fix
6920 * parser.c xmlIO.c: fixed problems raised with encoding when using
6921 the memory I/O
6922 * parserInternals.c: closed bug 25934 reported by
6923 torsten.landschoff@innominate.de
6924 * TODO: updated
6925
6926Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6927
6928 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
6929 on a non-updated tree :-(, made a 2.2.10 release to correct the
6930 situation
6931
6932Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6933
6934 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
6935 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
6936 integrated a set of OpenVMS changes from Howard Taylor
6937 <Howard.Taylor@pacoast.com>
6938
6939Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6940
6941 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
6942 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
6943
6944Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6945
6946 * HTMLparser.c: some fixes on auto-open of html/head/body
6947 * encoding.c: fixed a compilation error on some gcc env
6948 * xpath.c xpointer.[ch] xpathInternals.h: improved the
6949 XPointer implementation
6950 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
6951 related XPointer tests and associated results
6952
6953Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6954
6955 * doc/xmldtd.html doc/xml.html: following a short step by step
6956 guidance on IRC to help maciej with DTDs I started a small
6957 page on the subject.
6958
6959Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6960
6961 * HTMLparser.c: fixed handling of broken charrefs
6962 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
6963 patches
6964
6965Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6966
6967 * doc/xml.html doc/html/* : rebuilt the docs after adding
6968 xinclude and updated page for 2.2.7 and 2.2.8
6969 * configure.in: releasing 2.2.8
6970
6971Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6972
6973 * parser.[ch] parserInternals.c: applied the conditional
6974 section processing fix from Jonathan P Springer
6975 <jonathan.springer2@gte.net>
6976 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
6977 project file, fixed iconv default non support
6978 * xpath.c: fixed the problem of evaluating relative expressions
6979 when a node context is provided.
6980
6981Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6982
6983 * nanoftp.c: fixed gcc 2.95 new warnings
6984 * SAX.c: fixed a stupid bug
6985 * tree.c: fixed a formatting problem when round-tripping
6986 from/to memory
6987 * xinclude.c: chased memleak, fixed a base problem
6988 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
6989 xmlXPtrBuildNodeList()
6990 * TODO: updated
6991 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
6992 adding a first small set of regression tests for XInclude
6993
6994Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6995
6996 * nanohttp.[ch]: applied Wayne Davison patches to access
6997 the WWW-Authorization header.
6998 * parser.c: Closed Bug#30847: Problems when switching encoding
6999 in short files by applying Simon Berg's patch.
7000 * valid.c: fixed a validation problem
7001 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
7002 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
7003 Wayne Davison
7004 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
7005 need to be extended to non full nodes selections.
7006 * xinclude.c: starts to work decently
7007
7008Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7009
7010 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
7011 debugXML.c xmlversion.h.in: Started adding XInclude support,
7012 this is a new xmllint option
7013 * tree.c xpath.c: applied TOM patches for XPath
7014 * xpointer.c: fixed a couple of errors.
7015 * uri.c: added an escaping function needed for xinclude
7016 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
7017 new warning from RH70 gcc's version
7018
7019Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7020
7021 * HTMLparser.c: fixed loop on invalid char in scripts
7022 * parser.c: update to description of xmlIOParseDTD()
7023 * libxml.m4 xmlversion.h.in: changes contributed by
7024 Michael Schmeing <m.schmeing@internet-factory.de>
7025 * configure.in: preparing for 2.2.7
7026 * Makefile.am: trying to avoid config.h and acconfig.h
7027 being included in the distrib
7028 * configure.in: released 2.2.7
7029
7030Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7031
7032 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
7033 like namespaces for good. Unified xmlNs and xmlNode somewhat.
7034
7035Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7036
7037 * parser.[ch]: added xmlIOParseDTD()
7038 * xpointer.c: added support for the 2 extra parameters of
7039 string-range, fixed a stoopid error when '0' was present
7040 in XPointer expressions
7041 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
7042 testsuite for the above
7043
7044Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7045
7046 * libxml.spec.in: improved package descriptions
7047
7048Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7049
7050 * xpath.c xpathInternals.h: applied a large cleaning patch
7051 from TOM <ptittom@free.fr>, it also add namespace support
7052 for function and variables registration.
7053
7054Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7055
7056 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
7057 * Makefile.mingw: Wayne Davison's update adding hash.c
7058
7059Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7060
7061 * xpath.c: fixed the root evaluation problems
7062 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
7063 ignorable spaces with <b> <bold> <em>
7064 * tree.c: fixed a loop in xmlSearchNsByHref()
7065
7066Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7067
7068 * xpath.c: applied another XPath patch from TOM
7069 * xpath.c include/makefile.am: applied another patch from
7070 china@thewrittenword.com (cleanup on IRIX).
7071
7072Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7073
7074 * xml-config.1: received a fixed version from Fredrik Hallenberg
7075 <hallon@lysator.liu.se>
7076
7077Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7078
7079 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
7080 cleanup patch for XPath
7081
7082Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7083
7084 * patched to redirrect all "out of context" error messages to
7085 a reconfigurable routine. The changes are:
7086 * xmlerror.h : added the export of an error context type (void *)
7087 an error handler type xmlGenericErrorFunc there is an interface
7088 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
7089 to reset the error handling routine and its argument
7090 (by default it's equivalent to respectively fprintf and stderr.
7091 * all the c files: all wild accesses to stderr or stdout within
7092 the library have been replaced to calls to the handler.
7093
7094Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7095
7096 * configure.in: release 2.2.6
7097 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
7098 exporting the inner functions of xpath for extension modules
7099 * doc/*: updated and rebuilt the doc
7100
7101Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7102
7103 * nanohttp.c : applied Wayne HTTP cleanup patch
7104 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
7105 and xmlNodeSetSpacePreserve()
7106
7107Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7108
7109 * xpath.c: closing bug #29260
7110
7111Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7112
7113 * hash.[ch] debugXML.c: expanded/enhanced the API, added
7114 multikey tuples, made hash structure opaque
7115 * valid.[ch]: moved elements, attributes, notations decalarations
7116 as well as ID and refs to hash tables.
7117 * entities.c: hash cleanup
7118 * xmlmemory.c: fixed a dump problem in debug mode
7119 * include/Makefile.am: problem passing in DESTDIR= values patch
7120 from Marc Christensen <marc@calderasystems.com>
7121 * nanohttp.c: removed debugging remains
7122 * HTMLparser.c: the bogus tag should be ignored (Wayne)
7123 * HTMLparser.c parser.c: fixing a number of problems with the
7124 macros in the *parser.c files (Wayne).
7125 * HTMLparser.c: close the previous option when opening a new one
7126 (Marc Sanfacon).
7127 * result/HTML/*: updated the HTML results accordingly
7128
7129Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7130
7131 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
7132 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
7133 XPath functions and XML entities table to them. More to come...
7134 * xmlIO.c: fixed libxml closing FILEs it didn't open.
7135
7136Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7137
7138 * tree.c: coalesce adjacent text nodes
7139 * valid.c: handling of blank nodes in DTd validation (raised
7140 by problems with a posteriori validation).
7141 * nanohttp.c: changing behaviour on HTTP write stuff.
7142 * HTMLtree.c: forced body and html to be explicitely closed.
7143 * xpath.h: exported more XPath functions.
7144
7145Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7146
7147 * Release of 2.2.5
7148 * xpointer.c: range() range-inside and other helper functions
7149 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
7150
7151Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7152
7153 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
7154 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
7155
7156Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7157
7158 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
7159 and XPointer modules
7160
7161Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7162
7163 * SAX.h: closed #25107
7164
7165Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7166
7167 * testSAX.c: fixed problem with cdata reporting
7168 * SAXresult/* : updated
7169
7170Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7171
7172 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
7173 Closed bug #27499, added to regression tests
7174 * TODO: updated
7175
7176Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7177
7178 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
7179 support for SCRIPT and STYLE with help from Bjorn Reese
7180 * test/HTML/* result/HTML/*: added simple testcase and updated
7181 the existing ones.
7182
7183Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7184
7185 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
7186 string-range for empty strings
7187 * test/XPath/docs/str test/XPath/xptr/chaptersrange
7188 test/XPath/xptr/strrange: augmented the XPointer testsuite
7189
7190Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7191
7192 * doc/xml.html doc/xmlmem.html: added a module describing memory
7193 interfaces and use, updated the main page.
7194
7195Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7196
7197 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
7198 nanoftp code work on Windows too now
7199
7200Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7201
7202 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
7203 * xpointer.c: implemented string-range() at least a good first version
7204 * test/XPath/docs/str test/XPath/xptr/strrange
7205 result/XPath/xptr/strrange: the string-range() tests
7206
7207Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7208
7209 * Makefile.am include/Makefile.am include/win32config.h
7210 win32/Makefile.mingw: fixed problems reported by Wayne Davison
7211 and make distcheck
7212
7213Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7214
7215 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
7216 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
7217 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
7218
7219Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7220
7221 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
7222 patch for socklen_t detection by
7223 Albert Chin-A-Young <china@thewrittenword.com>
7224
7225Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7226
7227 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
7228 and added a --dtdvalid option to xmllint used to test it
7229
7230Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7231
7232 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
7233 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
7234
7235Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7236
7237 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
7238 handlings (registration, lookup, cleanup)
7239
7240Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7241
7242 * configure.in Makefile.am include/makefile.am: adding XPointer
7243 and XPtrtests target
7244 * xpointer.[ch] : new files for XPointer support
7245 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
7246 more XPath tests
7247
7248Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7249
7250 * configure.in: fixed, very broken, make distcheck works again
7251
7252Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7253
7254 * More work toward 2.2.5, integrated a number of patches
7255 * configure.in Makefile.am win32config.h.in: trying to cleanup
7256 make distcheck .... huh ...
7257 * include/Makefile.am include/win32config.h: new directory
7258 for includes
7259 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
7260 updated teh makefiles and instructions for WIN32
7261 * xpath.c: small fixes
7262 * test/XPath/ results/XPath: updated the testcases and results
7263 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
7264 suggested patches
7265 * valid.c: fixed an ID bug
7266
7267Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7268
7269 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +00007270 the automake bug where wrong dependencies were generated.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007271 * xpath.[ch]: worked on XPointer
7272
7273Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7274
7275 * configure.in Makefile.am: 2.2.5, ship the include in an
7276 include/libxml subdirectory, use symlinks when using CVS
7277 * testSAX.c: fixed small bug
7278 * testXPath.c: changed the way testfiles are parsed
7279 * debugXML.c: same kind of cleanup when parsing an argument expression
7280 XPath/XPointers can have blanks embedded
7281 * xpath.[ch]: more cleanup, reorgs for XPointer work
7282 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
7283 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
7284
7285Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7286
7287 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
7288 in the XPath engine, rewrote large parts of it, now it's far
7289 cleaner and in sync with the REC not an old WD. Fixed a parsing
7290 problem in the interactive XML shell found when testing XPath.
7291
7292Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7293
7294 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
7295 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
7296 examples with the extra test
7297
7298Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7299
7300 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
7301 the global init function.
7302
7303Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7304
7305 * HTMLparser.c: Doohhh, attribute name parsing was still case
7306 sensitive ! Fixed this ...
7307 * result/HTML/* : updated the tests results accordingly
7308
7309Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7310
7311 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
7312 engine, should be far more stable, incorporated a new version of
7313 preceding/following axis, need testing
7314 * uri.c: fixed file:///c:/a/b/c problem
7315 * test/XPath/tests/idsimple: augmented the XPath tests
7316
7317Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7318
7319 * doc/* rebuilding docs for 2.2.4 release
7320
7321Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7322
7323 * configure.in: releasing 2.2.4
7324 * parser.[ch]: added xmlStrEqual()
7325 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
7326 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
7327 use xmlStrEqual instead
7328 * TODO: updated
7329 * added an XPath test
7330
7331Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7332
7333 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
7334 * entities.h: exported xmlInitializePredefinedEntities
7335 * parser.[ch] : added xmlInitParser()
7336 * parserInternals.h : had to export htmlInitAutoClose()
7337
7338Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7339
7340 * xpath.[ch] : fixed some serious XPath Predicate evaluation
7341 problems
7342 * Makefile.am : added XPath regression tests to normal tests
7343 * uri.c: fixed a problem with local paths, cleanup
7344 * parser.c: fixed a problem with large CData sections
7345
7346Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7347
7348 * configure.in xml-config.in: patch from "Ben Taylor"
7349 <sol7x86@hotmail.com> for solaris shared libs lookup
7350
73512000-09-30 Martin Baulig <baulig@suse.de>
7352
7353 * libxml-2.0.pc.in: Provide pkg-config script.
7354
7355 * configure.in: Create the libxml-2.0.pc script from the
7356 libxml-2.0.pc.in templates.
7357 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
7358 script in `$(libdir)/pkgconfig'.
7359
7360Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7361
7362 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
7363 when compiling with MSC
7364
7365Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7366
7367 * xpath.c: patch for normalize-string() substring-before(),
7368 substring-after() and translate() functions from Bjorn Reese
7369 <breese@mail1.stofanet.dk>
7370 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
7371 Fredrik Hallenberg <hallon@lysator.liu.se>
7372 * TODO: updated
7373
7374Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7375
7376 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
7377 problem of socklen_t being undefined on a number of platforms
7378 * debugXML.c: fixed a compilation problem when without snprintf
7379
7380Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7381
7382 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
7383 an URI bug and a fix for the control-character-induced infinite loop
7384 * nanohttp.c: preventive fix for compiling on WIN32
7385
7386Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7387
7388 * xmlint.c: closing bug #25000
7389
7390Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7391
7392 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
7393 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
7394 modified slightly Wayne Davison patch adding xmlStrcasecmp and
7395 related function, fixing xmlStrncmp(), and associated cleanup
7396 * result/HTML/entities.html.sax: updating result
7397
7398Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7399
7400 * uri.c: applied patch for URI escaping from Wayne Davison
7401 <wayned@blorf.net>
7402 * tree.c parserInternals.c HTMLparser.c: memset checks patches
7403 from Denis Barbier <barbier@imacs.polytechnique.fr>
7404 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
7405 patch from Wayne Davison
7406
7407Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7408
7409 * doc/xml.html : updated with new releases, adding "how to help"
7410
7411Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7412
7413 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
7414 removed a few warnings in pedantic mode ...
7415 * parserInternals.c parser.c: moved encoding switching function
7416 to parserInternals.c
7417 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
7418
7419Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7420
7421 * HTMLparser.c parser.c: set ctxt->errNo before calling the
7422 error or warning handlers
7423
7424Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7425
7426 * parserInternals.c parserInternals.h parser.c Makefile.am:
7427 created a new module parserInternals.c, moved most of the
7428 code shared by the various parsers there, as well as
7429 deprecated code from parser.c. More cleanup of parser.c
7430 * uri.c: fixed a problem when URI is NULL
7431 * valid.c: speedup when looking for an attribute declaration
7432
7433Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7434
7435 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
7436 the cleanup of the computation of URI references when seeking
7437 external entities. The URI reference string and the resulting
7438 URI are both stored now.
7439 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
7440 large s(n)printf checks and cleanup from Denis Barbier
7441 <barbier@imacs.polytechnique.fr>
7442 * xmlversion.h.in tree.h: couple of SGML declarations for a
7443 possible docbook module.
7444 * result/VC/ : a couple of test output changed due to the change
7445 of the entities URI
7446
7447Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7448
7449 * parser.h: added a _private field for linking user's data
7450
7451Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7452
7453 * parser.c parserInternals.h: demacroified most of the IS_XXX
7454 the gain in size is significant so ...
7455
7456Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7457
7458 * entities.c: cases where looking up entities with doc==NULL
7459 covered
7460
7461Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7462
7463 * uri.c: applied Wayne Davison patch
7464 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
7465
7466Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7467
7468 * uri.c testUri.c: applied Wayne Davison patches
7469 * test/URI/uri.data result/URI/uri.data: first set of tests/results
7470 * Makefile.in: added URItest and included thenin "make tests"
7471
7472Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7473
7474 * xmlversion.h.in: closed bug 22941
7475
7476Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7477
7478 * doc/xmlio.html: added doc and example for entity loader
7479 redefinition.
7480
7481Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7482
7483 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
7484 used by libxml
7485
7486Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7487
7488 * parser.c: Fixed bug on invalid ontent characters and when using
7489 push.
7490 * xmllint.c: fixed xmllint endling of errors in push mode
7491
7492Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7493
7494 * HTMLparser.c testHTML.c: applied two new patches from
7495 Wayne Davison <wayned@users.sourceforge.net>
7496 * result/HTML/*.sax: regenerated HTML SAX output
7497 * parser.c: more cleanup.
7498
7499Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7500
7501 * HTMLparser.[ch] testHTML.c: applied the second set of
7502 patches from Wayne Davison <wayned@users.sourceforge.net>,
7503 adding htmlEncodeEntities()
7504 * HTMLparser.c: fixed an ignorable white space detection bug
7505 occuring when parsing with SAX only
7506 * result/HTML/*.sax: updated since the output is now HTML
7507 encoded...
7508
7509Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7510
7511 * HTMLparser.[ch]: applied some of Wayne Davison
7512 <wayned@users.sourceforge.net> patches
7513
7514Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7515
7516 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
7517 undeclared namespace prefix was used, added a warning.
7518 Cleaned up support w.r.t. entities, spilling out a warning
7519 and being pedantic on lookups.
7520 * test/warning/ent9 : added testcase for previous example.
7521 * TODO: updated
7522 * parserInternals.h parser.c: changed the way names are parsed
7523 now allow infinite size and decrease penalty for normal use
7524 * parser.c: Started a big cleanup/check of the parser code,
7525 fixed some of the most tortuous entity code, spotted code
7526 unused anymore
7527 * test/*: added tests for very long names and related nasty
7528 things.
7529
7530Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7531
7532 * doc/encoding.html: added encoding aliases doc
7533 * doc/xml.html: updates
7534 * encoding.[ch]: added EncodingAliases functions
7535 * entities.[ch] valid.[ch] debugXML.c: removed two serious
7536 bottleneck affecting large DTDs like Docbook
7537 * parser.[ch] xmllint.c: added a pedantic option, will be
7538 useful
7539 * SAX.c: redefinition of entities is reported in pedantic mode
7540 * testHTML.c: uninitialized warning from gcc
7541 * uri.c: fixed a couple of bugs
7542 * TODO: added issue raised by Michael
7543
7544Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7545
7546 * doc/encoding.html: propagated Martin Duerst suggestions
7547
7548Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7549
7550 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
7551 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
7552 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
7553 by Wayne Davison
7554
7555Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7556
7557 * nanoftp.c nanohttp.c: small cleanup
7558 * TODO: updated
7559
7560Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7561
7562 * added an old VC testcase and updated title.xml entity
7563
7564Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7565
7566 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
7567 done on auto-opening of <p> tags and cleanup of SAX output
7568
7569Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7570
7571 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
7572
7573Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7574
7575 * doc/xml.html libxml.* structure.*: updated the doc a bit
7576
7577Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7578
7579 * testSAX.c testHTML.c result/HTML/: cleanup of the output
7580 of SAX tests
7581
7582Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7583
7584 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7585 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
7586
7587Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7588
7589 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
7590 * testHTML.c: fix core dump on Solaris 2.x systems
7591 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
7592 * result/HTML/*.sax: previous bug fix lead to new results
7593
7594Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7595
7596 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7597 * configure.in: added --with-readline=DIR to accept alternate
7598 path for readline include/library
7599 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
7600 for ANSI under HP-UX
7601 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
7602 includes @LIBS@
7603
7604Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7605
7606 * doc/* : rebuilt the docs
7607 * getting ready for 2.2.2 release
7608
7609Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7610
7611 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
7612 and xmlAddFeature()
7613 * tree.[ch]: added xmlAddChildList()
7614 * xmllint.c: MAP_FAILED macro test
7615 * parser.h: added xmlParseCtxtExternalEntity()
7616 * valid.c: applied bug fixes removed warning
7617 * tree.c: added CDATA block to elements content
7618 * testSAX.c: cleanup of output
7619 * testHTML.c: added SAX testing
7620 * encoding.c: better error recovery
7621 * SAX.c, parser.c: fixed one of the external entity processing
7622 of the OASis testsuite
7623 * Makefile.am: added HTML SAX regression tests
7624 * configure.in: bumped to 2.2.2
7625 * test/HTML/ result/HTML: added a few of HTML tests, and added the
7626 SAX results
7627
7628Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7629
7630 * configure.in: patch for HP compiler
7631
76322000-08-04 Sven Heinicke <sven@zen.org>
7633
7634 * xmllint.c: Was coredumping sometimes when the file given didn't
7635 exist.
7636
7637Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7638
7639 * parser.c xmlIO.[ch]: fixed the problem of encoding support
7640
7641 when using in memory parsing. Need some cleanup.
7642 * xmllint.c configure.in: added a --memory flag to test memory
7643 parsing
7644
7645Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7646
7647 * nanohttp.c: fixed socklen_t replacement to unsigned int
7648 * parser.c: fixed a space handdling missing at the end of
7649 production 28 DOCTYPE.
7650 * xmlmemory.c: fixed a stupid bug on the routine to override
7651 allocation functions
7652 * TODO: updated
7653
7654Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7655
7656 * doc/ regenerated the docs
7657
7658Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7659
7660 * doc/encoding.html doc/xml.html: added I18N doc
7661 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
7662 improvements, both parser and filters, added ASCII & HTML,
7663 fixed the ISO-Latin-1 one
7664 * xmllint.c testHTML.c: added/made visible --encode
7665 * debugXML.c : cleanup
7666 * most .c files: applied patches due to warning on Windows and
7667 when using Sun Pro cc compiler
7668 * xpath.c : cleanup memleaks
7669 * nanoftp.c : added a TESTING preprocessor flag for standalong
7670 compile so that people can report bugs more easilly
7671 * nanohttp.c : ditched socklen_t which was a portability mess
7672 and replaced it with unsigned int.
7673 * tree.[ch]: added xmlHasProp()
7674 * TODO: updated
7675 * test/ : added more test for entities, NS, encoding, HTML, wap
7676 * configure.in: preparing for 2.2.0 release
7677
7678Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7679
7680 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +00007681 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007682
7683Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7684
7685 * doc/xml.html: changed the xmlsoft.org structure, updated the
7686 examples w.r.t. root and childs
7687
7688Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7689
Daniel Veillard784b9352003-02-16 15:50:27 +00007690 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007691
7692Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7693
7694 * HTMLparser.c: Work on character encoding support for the HTML parser
7695 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
7696 * encoding.c: Fixed a potential memleak in the encoding stuff
7697
7698Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7699
7700 * doc/FAQ.html doc/Makefile.am : added a FAQ
7701
7702Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7703
7704 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
7705 of the HTML parser to force it to not bypass SAX
7706
7707Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7708
7709 * win32config.h.in: updated
7710 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
7711 lacks iconv support :-( need to release 2.1.1
7712 * configure.in: release 2.1.1
7713 * HTMLparser: fixed bug #14784
7714 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
7715 by Windows compiler
7716 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
7717 the SAX startDocument() callback.
7718 * TODO: updated
7719
7720Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7721
7722 * added xmlStopParser()
7723
7724Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7725
7726 * configure.in: 2.1.0 prerelease
7727 * Large resync between W3C and Gnome tree
7728 * nanoftp, nanohttp.c: fixed stalled connections probs
7729 * HTMLtree.c SAX.c : support for attribute without values in
7730 HTML for andersca
7731 * valid.c: Fixed most validation + namespace problems
7732 * HTMLparser.c: start document callback for andersca
7733 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
7734 * parser.h, SAX.c: serious speed improvement for large
7735 CDATA blocks
7736 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
7737 different encoding
7738 * example/Makefile.am example/gjobread.c tree.h: work on
7739 libxml1 libxml2 convergence.
7740 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
7741 and the LIBXML_TEST_VERSION macro
7742
7743Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7744
7745 * doc/xml.html: various patches and improvements typo fixed by
7746 Felix Natter
7747 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
7748 from Felix Natter <fnatter@gmx.net>
7749
7750Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7751
7752 * doc/upgrade.html: updated with instructions for support of both
7753 libxml-1.x and libxml-2.x
7754 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
7755 for 2.x support and also fixed includes
7756
7757
7758Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7759
7760 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
7761 the encoding support, added iconv support, so now libxml if
7762 compiled with iconv automatically support japanese encodings
7763 among others. Work based on initial patch from Yuan-Chen Cheng
7764 I may have broken binary compat in the encoding handler
7765 registration scheme, but that was so utterly broken I don't
7766 expect anybody to have used this feature until now.
7767 * parserInternals.h: fixup on the CHAR range macro
7768 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
7769 code.
7770 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
7771 * uri.c: added xmlParseURI() I can't believe I forgot to
7772 implement this one in 2.0 !!!
7773 * SAX.c: moved doc->encoding update in the endDocument() call.
7774 * TODO: updated.
7775
7776Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7777
7778 * tree.h: removed extraneous xmlRemoveProp definition
7779 * TODO: added item about --disable-corba configure switch
7780 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
7781 * nanoftp.c: fixed include problems giving troubles on AIX and
7782 slowlaris
7783 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
7784 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
7785 comment and headers changes to lower gtk-doc number of warnings
7786 * doc/html/*: rebuilt docs
7787
7788Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7789
7790 * HACKING: documented the tag for 1.x and instructions
7791
7792Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7793
7794 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
7795 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
7796 xmlCreateIOParserCtxt
7797 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
7798 significant overall improvement
7799 * xmllint.c: added I/O test to xmllint
7800 * testSAX.c: added a speed test
7801 * doc/* : updated/regenerated
7802
7803Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7804
7805 * xpath.c uri.h parserInternals.h: cosmetic changes from
7806 "Timur I. Bakeyev" <timur@bat.ru>, including making
7807 xmlCreateURI() public
7808
7809Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7810
7811 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
7812 and the code at the same time. Added a clean mechanism for
7813 overload or added input methods: xmlRegisterInputCallbacks()
7814 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
7815 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
7816 * TODO: updated
7817 * doc/* : updated/regenerated
7818 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
7819 source dir
7820
7821Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7822
7823 * testURI.c: yet another forgotten commit, I should get some sleep !
7824
7825Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7826
7827 * xmllint.c: forgot to commit this too ?
7828
7829Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7830
7831 * xmlversion.h.in : forgot to commit this previously
7832
7833Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7834
7835 * configure.in: preparing libxml-2.0.0 version looks Ok so far
7836 * README TODO: updated for release
7837 * uri.c uri.h: added authority parsing/saving
7838 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
7839 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
7840 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
7841 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
7842 Makefile.am : added compile-time customization of libxml
7843 --with-ftp --with-http --with-html --with-xpath --with-debug
7844 --with-mem-debug
7845 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
7846 #include <libxml/xxx.h> I hope it won't break too much stuff
7847 and will be manageable in the future...
7848 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
7849 and added xmllint to the installed programs
7850 * uri.h: added xmlFreeURI()
7851
7852Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7853
7854 * uri.c uri.h: finished the escaping handling, the base support
7855 and the URI path normalization. Looks good just lacks the
7856 authority content parsing code.
7857 * Makefile.am: added instructions to generate testURI
7858 * TODO: updated
7859 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
7860 added links and icons for W3C and Gnome
7861
7862Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7863
7864 * xmlmemory.[ch] : seems I forgot to actually update the files in
7865 the last commit :-)
7866 * doc/xml.html doc/html/* : updated and uploaded the docs
7867
7868Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7869
7870 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
7871 * TODO: updated
7872 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
7873 libxml default allocation function with another set (like gmalloc/
7874 gfree).
7875 * Makefile.am, uri.c, uri.h: added a set of functions to do
7876 exact (litteraly copied from the RFC 2396 productions) parsing
7877 and handling of URI. Will be needed for XLink, one XML WFC,
7878 XML Base and reused in the nano[ftp/http] modules. Still work
7879 to be done.
7880
7881Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7882
7883 * configure.in, libxml.spec.in : libxml2
7884 * doc/* : updated the doc page, rebuilt the docs
7885
7886Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7887
7888 * all: tagged LIB_XML_1_X
7889 * *.c *.h : updated from W3C CVS tree
7890 * configure.in : 2.0.0-beta
7891 * libxml.spec.in : libxml2 package nam
7892 * result/* : new version of the tests output
7893
7894Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7895
7896 * doc/xml.html, doc/update.html: updated docs, 1.8.7
7897
7898Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7899
7900 * doc/* : rebuilt the docs
7901 * parser.c: final patch on #6766
7902 * valid.c: small patch on validity checks.
7903
7904Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7905
7906 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
7907 added
7908 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
7909 compatibility w.r.t. XML spec and existing code.
7910
7911Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7912
7913 * parser.c: seems a better solution to <a> </a> exists,
7914 will try it for a while
7915
7916Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7917
7918 * parser.c: tried to remove the <a> </a> generating <a/>
7919 this is hard. Left a flag for that purpose. Fixed bug #6766
7920 * configure.in: prepared 1.8.7 not released, due to previous
7921 problem
7922
7923Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7924
7925 * doc/xml.html : applied second patch from Paul DuBois
7926
7927Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7928
7929 * doc/xml.html : applied patch from Paul DuBois
7930
7931Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7932
7933 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
7934
7935Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7936
7937 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
7938 compilation warnings on various platforms.
7939 * parser.c: Fixed #5281 validity error callbacks are now desactived
7940 by default if not validating.
7941
7942Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7943
7944 * nanoftp.c, win32config.h.in: patches to compile on WIN32
7945
7946Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7947
7948 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
7949 <gkatsi@cs.toronto.edu>
7950
7951Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7952
7953 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
7954 processing URLs
7955
7956Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7957
7958 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
7959 xmlNanoFTPUpdateURL for persistent control connections.
7960 * configure.in: 1.8.6
7961
7962Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7963
7964 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
7965 * tree.[ch] : added xmlSaveNoEmptyTags
7966
79672000-01-29 James Henstridge <james@daa.com.au>
7968
7969 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
7970
7971 * Makefile.am: added nanoftp.[ch] to the build.
7972
7973Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7974
7975 * nanoftp.[ch]: cleanup, comments, API
7976 * debugXML.c : fixed a bug in the cat command
7977 * doc/*: regenerated the docs
7978
7979Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7980
7981 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
7982 * debugXML.c : fixed a bug in the cat command
7983 * valid.c: fixing some small probs
7984 * libxml.spec.in: get rid of the SNAP suffix
7985 * doc/xml.html: updated the status
7986
7987Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7988
7989 * xml-config.in: xml-config --version to just return the
7990 version number
7991 * xpath.c: some cleanup w.r.t. axis when the current node is
7992 an attribute.
7993 * TODO: updated
7994
7995Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7996
7997 * configure.in: prepared for libxml-1.8.5
7998 * doc/* recompiled the documentation
7999
80002000-01-17 Jody Goldberg <jgoldberg@home.com>
8001
8002 * configure.in : WARNING autoconf subtlety alert :
8003 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
8004 when looking for zlib.h so that HAVE_ZLIB_H is defined.
8005 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
8006 get defined by AC_CHECK_HEADERS.
8007
8008Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8009
8010 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
8011 Rune.Djurhuus@fast.no
8012
8013Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8014
8015 * TODO: updated
8016 * tree.c, parser.c: made sure that only memory alloc problems
8017 and internal parser errors are allowed to write to stdout or
8018 stderr.
8019
8020Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8021
8022 * tree.c : restored xmlNewGlobalNs since this seems used by
8023 a lot of existing code :-(, fixed a bug in xmlNewNs
8024 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
8025 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
8026 to exit() from the library code.
8027 * xpath.c, parser.c: removed bugs or unused code detected by
8028 Windows compilers
8029 * parser.c: started adding interfaces for parsing well balanced
8030 XML fragments
8031 * configure.in: releasing 1.8.4
8032 * doc/* : rebuilt the docs
8033
8034Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8035
8036 * tree.[ch] : added xmlNewDocFragment() for DOM
8037 * testHTML.c: uninitialized variable.
8038
8039Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8040
8041 * doc/* : rebuild the docs
8042
8043Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8044
8045 * acconfig.h: readline and history patch
8046 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
8047 * tree.c: added check and handling when possibly removing an ID
8048 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
8049 and saving.
8050 * test/HTML/entities.html result/HTML/entities.html* : test for
8051 various entities reference cases
8052 * result/HTML/* : as a result output of some testcase have
8053 changed
8054 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
8055 by previous example. added xmlParseTryOrFinish().
8056 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
8057 entities.h debugXML.h HTMLparser.h: changed the way struct are
8058 declared to allow gtk-doc to expose those
8059 * parser.c: closed bug #4960
8060 * Makefile.am configure.in: Applied patch from
8061 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
8062 and math/socket libs detection
8063
8064Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8065
8066 * configure.in, Makefile.am: link tester against readline
8067 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
8068
8069Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8070
8071 * tree.[ch]: added xmlRemoveProp
8072 * win32config.h.in nanohttp.c: avoid including the Windows
8073 socket stuff in every C files
8074 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
8075 the XmL parser(s)
8076 * test/ns4 result/ns4 etc...: added test case for previous prob
8077 * tree.c: xmlNewNs wasn't checking for double definition
8078 * Makefile.in: fixed a problem with dist-hook duplicates
8079 * parser.[hc], xmlIO.c: fixed the loading of external entities
8080 APIs, now xmlLoadExternalEntity() is used everywhere and
8081 setting up an app specific front-end using the
8082 * SAX.c parser.c: some fixes, now the xhtml spec validates
8083 with the xhtml DTD.
8084 * error.c: fixed crashes in case of no input stream
8085 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
8086 to the validation tests and results
8087
8088Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8089
8090 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
8091 too htmlCreatePushParserCtxt() and htmlParseChunk()
8092 * parser.c: a bit of cleanup.
8093 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
8094 to XML) removed the last mem leak known
8095 * HTMLtree.c: output message cleanup
8096 * xmlmemory.c: display content info about memory blocks
8097 * result/HTML/wired.* : missing att value warning change
8098
8099Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8100
8101 * doc/* : rebuilt the documentation
8102
8103Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8104
8105 * parser.[ch] parserInternals.h: Push parser for XML,
8106 seems to work fine now
8107 * tester.c debugXML.[ch]: Added an XML shell debug facility and
8108 --push for push testing
8109 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
8110 * testSAX.c: added --push
8111 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
8112 subtree
8113 * xmlIO.[ch] : enriched API + fixes for push mode
8114 * entities.[ch]: added the entity content length to the struct.
8115 * xmlmemory.[ch]: new API to show the last entries for the shell
8116 * valid.c: added required attribute testing
8117 * SAX.c: the cdata callback now merge contiguous fragments
8118 * HTMLparser.c: cleanup of some macros
8119
8120Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8121
8122 * parser.c: fix for PIs name starting with xml
8123 * tree.c: fixed a potential problem with || and && ops
8124 * *.c, configure.in win32config.h.in : generate win32config.h for
8125 those on the Other Side !
8126
8127Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8128
8129 * parser.c: fixed a stupid = vs. == bug :-(
8130 * doc/gnome-xml.sgml: s/glade/xml/
8131
8132Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8133
8134 * configure.in, doc/xml.html : bug fix release 1.8.2
8135 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
8136 Hopefully the end of that silly C++ include problem
8137 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
8138 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
8139 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
8140 troubles with autoclosed elements when the stree shape doesn't
8141 follow the DtD specs. Added htmlIsAutoClosed() and
8142 htmlAutoCloseTag()
8143 * result/HTML/*.htm*: Updated the HTML examples regression tests output
8144 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
8145 * debugXML.c: fixed a bug on printing default namespaces.
8146 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
8147
8148Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8149
8150 * result/HTML/*.htm[l] : updated the HTML regression tests according
8151 to the new output
8152 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
8153 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
8154 problem due to intermix of extern "C" { ... } declarations for C++
8155 and recursive includes in the headers
8156
81571999-12-20 Chris Lahey <clahey@umich.edu>
8158
8159 * HTMLtree.c: Made it so that html nodes with a single child do
8160 not insert a carriage return before or after the child node.
8161
8162Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8163
8164 * configure.in, doc/xml.html : bug fix release 1.8.1
8165 * parser.c: fixed bug #4344
8166 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
8167 added the glue to avoid C++ problems
8168 * doc/* : regenerated the documentation
8169
8170Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8171
8172 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
8173 namespace recognition, and Dia as a resul :-(
8174 * encoding.c: closed bug #3950
8175
8176Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8177
8178 * valid.c: debugging a posteriori validation, except URI expansion
8179 stuff this should be fixed now
8180 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
8181 Carl Nygard <cnygard@bellatlantic.net>
8182 * tester.c: added --postvalid, cleaning of the code
8183 * tree.[ch]: added xmlDocGetRootElement()
8184
8185Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
8186
8187 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
8188 c++ losage.
8189
8190Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8191
8192 * configure.in, doc/xml.html : bumped to 1.8.0
8193 * xlink.[ch], Makefile.am : added framework for link detection
8194 * parser.h: added nbChars to parser context, needed for cleanup.
8195 * xmlmemory.c: removed a nasty bug when out of mem
8196 * valid.[ch]: adding namespace support for attribute decl
8197 * tester.c: added --debugent option
8198 * debugXML.[ch]: added xmlDebugDumpEntities()
8199 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
8200 buffers instead, this was really needed, validation was breaking
8201 in strange ways due to that. Added xmlParseStringPEReference()
8202 and other parsing from strings functions. Entities processing
8203 modified again, but PERef are still not handled correcly but
8204 unless you're Eve Maller you won't notice :-)
8205 * HTMLparser.c: large changes toward reliability, and switched to
8206 lowercase internal tags, XHTML is lowercase, so it will help
8207 that output is closer to next version.
8208 * doc/* : regenerated the documentation, it is now hosted at
8209 http://xmlsoft.org/ (same bits I just bought the domain :-)
8210
8211
8212Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8213
8214 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
8215 doc generation
8216 * parser.c: fixed bugs #3908 and #3937 and a memory leak
8217 in the SAX API
8218 * doc/*: rebuilt the doc making sure everything appears in the
8219 HTML files
8220
8221Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8222
8223 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
8224 added the patch from Carl Nygard <cnygard@bellatlantic.net>
8225 which allow impressive speed improvement on dataset with
8226 large text pieces, but at the cost of broken binary
8227 compatibility and slightly bigger memory usage.
8228 Configure with --with-buffers to activate them, they
8229 are protected with XML_USE_BUFFER_CONTENT define.
8230 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
8231 goal is 0 memory left allocated once parser is no more used
8232 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
8233 call xmlCleanupParser() and xmlMemoryDump()
8234
8235Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8236
8237 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
8238 * parser.[ch] encoding.[ch]: added memory cleanup routines
8239 * parser.c: closing bug #3788
8240 * doc/*: rebuilt the doc
8241
8242Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8243
8244 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
8245 xmlNewTextChild() and xmlSetCompressMode() behaviour.
8246 * tester.c: added --compress option
8247 * doc/*: rebuilt the documentation
8248
8249Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8250
8251 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
8252 if given /proc/kcore as input !
8253 * doc/xml.html doc/*: updated and rebuilt the documentation
8254
8255Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8256
8257 * parser.c: Fixed some wrongly space collapsing code due to
8258 a misreading of the spec.
8259 * result/*: fixed the output accordingly
8260
8261Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8262
8263 * encoding.c: bug fix and typos
8264 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
8265 * parser.c: added attribute normalization closing bug #3597
8266 * test/att* result/att* SAXresult/att*: testcase for attribute
8267 normalization
8268
8269Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8270
8271 * configure.in: closing bug #3163 by adding extra flags for the
8272 cc compiler on HP-UX
8273
8274Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8275
8276 * valid.[ch] : removed a typo and an enumerated type bug in the
8277 xmlAddElementDecl() function
8278 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
8279 call to xmlEncodeEntitiesReentrant() so that the functions
8280 New, Set and Get are at the same level.
8281 * parser.c HTMLparser.c: extra memory allocation bug for
8282 attributes detected by someone using libxml in embedded systems :-)
8283
8284Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8285
8286 * xmlmemory.h: turned off mem debug :-\
8287
8288Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8289
8290 * parser.c: closed bug #2784 a one line fix, but worth pushing
8291 a new release out
8292 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
8293 some structures, comments before and after the
8294 main element, and other nastyness
8295 * HTMLtree.c tree.c: accomodate the extended HTML supported
8296 * configure.in: pushing 1.7.4
8297 * test/ent8 and related outputs : added a new test for bug #2784
8298 * test/HTML/wired.html and related output: a nasty HTML example
8299 * Makefile.am: improved the test scripts
8300 * docs/* : reran the documentation extractor, updated xml.html
8301
8302Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8303
8304 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
8305 HTMLparser and debugged the HTML related code. HTML documents
8306 now have their own type
8307 * entities.c: do not dump &apos; for HTML output
8308 * xmlmemory.c: improvement, breakpoint mechanism
8309 * testHTML.c: added --sax --repeat ...
8310 * Makefile.am: improved the HTML tests
8311 * valid.[ch]: added xmlValidGetValidElements and
8312 xmlValidGetPotentialChildren
8313 * tester.c: added --insert to test the 2 new functions
8314 * test//* result//* SAXresult//* : regression test cleanup
8315 and extension.
8316 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
8317 gnome-xml-nanohttp.html
8318
8319Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8320
8321 * HTMLparser.c: fixed problems with some autoclose tags
8322 * tree.c: fixed XML output problems.
8323 * result/* SAXresult/*: update of the tests output
8324
8325Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8326
8327 * Makefile.am: Arturo patch for xmlConf.sh version info
8328 * parser.c: Tim Josling patch for single quoted items
8329 * tester.c: Tim Josling patch for tester options usage
8330 * tree.h: indent cleanup
8331
8332Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8333
8334 * HTMLparser.c parser.h : Fixed problems with HTML parsing
8335 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
8336
8337Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8338
8339 * tree.c : Raph patch for initialization of CORBA fields
8340 * parser.c, xpath.c, ...: modification of doc comments
8341 * xpath.c : allow spaces in xpath expressions
8342
8343Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8344
8345 * xmlmemory.h: turning off memory debug :-(
8346
8347Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8348
8349 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
8350 better SAX interfaces.
8351 * testSAX.c: uses the new SAX routine, avoid fetching any remote
8352 entity.
8353 * configure.in: 1.7.2
8354
8355Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8356
8357 * libxml.spec.in: fixed the URL
8358 * doc/xml.html: improved the documentation front-end
8359
8360Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8361
8362 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
8363
8364Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8365
8366 * libxml.spec.in: fixed the alpha compile problem
8367 * parser.[ch]: changed errno to errNo in the parser context :-(
8368 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
8369 * doc/xml.html: changed CHAR to xmlChar
8370 * doc/html/*: recompiled the documentation
8371 * configure.in: 1.7.1
8372
8373Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8374
8375 * parser.h: modified the parser context struct to regain 1.4.0
8376 binary compatibility
8377 * parser.c, xml-error.h: added errno ot teh context and defined
8378 a set of errors values with update of errno
8379 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
8380 DTDs and entities
8381 * *.h, *.c: complete cleanup of the use of config.h and include
8382 protection depending on the current setup.
8383 * overalll debugging, maintenance and bug-fixing on all modules
8384 * updated the documentation
8385 * ready for 1.7.0
8386
8387Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8388
8389 * HTMLparser.c : cleanup
8390 * SAX.c valid.c valid.h: added ID/IDREF checking
8391 * tree.c tree.h: extended doc structure for refs
8392 * configure.in: 1.6.2
8393 * parser.c: patched bug in SAX user arg call
8394 * parserInternals.h: patched missing close in C++ wrapping
8395 * testXPath.c xpath.c xpath.h: prepared for extensibility,
8396 especially upcoming XPointer implementation.
8397 * doc/xml.html: augmented, typo
8398
8399Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
8400
8401 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
8402 not all invocations of install understand -d.
8403
8404Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
8405
8406 * Makefile.am: prepend all the test* calls with $(top_builddir) -
8407 to make 'check' works, when builddir != srcdir.
8408
8409Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8410
8411 * doc/xml.html : updated the documentation
8412
8413Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8414
8415 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
8416 not deallocated memory blocks
8417 * *.c : replaces all calls to malloc() free() and realloc() to
8418 the wrapper functions/macros
8419 * tree.c : removed memory leaks dues to calling xmlFreeNode()
8420 instead of xmlFreeNodeList()
8421
8422Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8423
8424 * HTMLparser.c: corrected a stupid bug leading to core dump at
8425 tree deallocation. Removed warnings indicated by
8426 Stephane.Conversy@lri.fr
8427 * entities.c: Fixes Yet Another Stupid Bug, entities were not
8428 looked for in the external subset
8429
8430Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8431
8432 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
8433 on SGI by Stephane.Conversy@lri.fr
8434
8435Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8436
8437 * all .h : changed the prototype declaration indent as in gtk
8438 * most .c : working on reducing the TODOs in the code
8439 * most .c : cleanup though -pedantic and Insure++
8440 * improvements on validation ID checkings.
8441 * tree.[ch] SAX.c: added support for namespace on attributes #2022
8442 * xml-config.in: closed #1810
8443
8444Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8445
8446 * tree.h, valid.c, valid.h: more work on validity, IDs
8447 * xpath.c: added/fixed comparidon and equlity, added a new isinf
8448 definition for AIX
8449
8450Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8451
8452 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
8453 the distribution due to a cut'n paste error at last commit
8454
8455Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8456
8457 * configure.in: upgraded to version 1.4.0
8458 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
8459 Big update, added a large part of the validation process,
8460 it should be usable, but some parts are missing
8461 * xpath.c: improved the implementation w.r.t. root.
8462 * Makefile.am: added more tests
8463 * test and result trees: added a lot of tests
8464 * libxml.spec.in: export libxml.so.0 and libxml.so.1
8465
8466Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8467
8468 * Added an HACKING file
8469
8470Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8471
8472 * xpath.[ch] : improvements and debug of the XPath implementation
8473 * parser.c, HTMLparser.c : modified the parsers to be progressive
8474 * tree.[ch] : extended the Buffer promitives
8475 * xmlIO.[ch] : added basic I/O routines providing progressive
8476 parsing and ready for I18N conversion plugins
8477 * SAXresult/* : the SAX callback sequence maybe slightly different
8478 now
8479 * test*.c : improved/updated the tests programs
8480 * doc/* : recompiled the docs.
8481
84821999-07-26 Michael Meeks <michael@edenproject.org>
8483
8484 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
8485
8486 * tree.c: Ditto.
8487
8488Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8489
8490 * configure.in: upgraded to version 1.4.0
8491 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
8492 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
8493 XML query language, see http://www.w3.org/TR/xpath for more details.
8494 * parser.c, parser.h: added CHAR* related string functions for XPath
8495 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
8496 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
8497 rebuild the docs.
8498 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
8499 and regression testing capabilities for XPath.
8500
8501Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8502
8503 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
8504 closing bug #1646
8505
8506Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8507
8508 * Makefile.am, example/Makefile.am: closed bug #1683
8509
8510Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8511
8512 * example/Makefile.am, configure.in: added the makefile for the
8513 gjobread example
8514
8515Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
8516
8517 * doc/Makefile.am:
8518 - fix which allow "make install DESTDIR=</install/prefix>".
8519
8520Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8521
8522 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
8523 which fixed a problem on the file reading-code.
8524
8525Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8526
8527 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
8528 output.
8529 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
8530
8531Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8532
8533 * parser.h : Oops removed the binary compatibility problem
8534 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
8535 * parser.c, HTMLparser.c: applied patches for reading from stdin
8536
8537Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8538
8539 * parser.c, entities.c, valid.c: cleanup bug #1591
8540 * configure.in: cleanup bug #1592
8541 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
8542 the same tree back-end. Hence gdome will be available for it.
8543 * doc/Makefile.am: close bug #617
8544
8545Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8546
8547 * parser.c: alloctate a per parser context SAX interface block
8548
8549Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8550
8551 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
8552 and xmlEncodeEntitiesReentrant with the correct one :-\
8553
8554Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8555
8556 * commit of my internal XML base changes, quite a lot of
8557 changes, cleanups, better entities support, framework for
8558 new I/O and charset detection and handling
8559 * Fixed the configure/Makefile stuff to generate shared libs
8560 with the proper version info, so we jumped on rev from
8561 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
8562 xmlEncodeEntities() result need to be freed now, and a string
8563 xmlParserVersion provide the current library version.
8564
8565Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
8566
8567 * parser.c: fixed a buffer overrun for when you have a very long
8568 attribute with no entities in it.
8569
8570Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8571
8572 * added example directory
8573 * added example/gjobs.xml gjobread.c, still need a Makefile.in
8574
8575Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8576
8577 * Release of libxml-1.1, nearly everything has been touched for
8578 this.
8579 * Added more regression tests
8580 * Updated the documentation
8581
8582Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8583
8584 * tree.[ch]: unified the XML_NO_CORBA defines.
8585 * parser.c encoding.[ch]: started plugging in char encoding detection
8586
8587Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
8588
8589 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
8590 Also freed allocated buffer.
8591
8592Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8593 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
8594 reentrancy problem at printing. One is left in entities.c, to
8595 remove ASAP
8596 * testSAX.c : added a test example showing the use of the SAX
8597 interface if one doesn't want to build the DOM tree.
8598 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
8599
8600Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8601
8602 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
8603 large revamping of the parser to use SAX callbacks
8604 http://www.megginson.com/SAX/ (or at least a C like interface
8605 a la Expat). It's now possible to set up your own callbacks
8606 and the parser will not build a DOM tree.
8607 * test/* result/*: updated the test suite, I finally removed
8608 the old Namespace draft support (PI based).
8609
8610Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8611
8612 * Makefile.am: added test result to EXTRA_DIST for make tests
8613
8614Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8615
8616 * parser.c, parserInternals.h: moved the chars macro definitions
8617 to parserInternals.h
8618 * parser.c, error.c: applied patches from "Knut Ã…kesson"
8619 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
8620
8621Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8622
8623 * xml-config.in : applied patch to make --version work
8624
86251999-03-05 Raja R Harinath <harinath@cs.umn.edu>
8626
8627 * Makefile.am (check-local): Alias for `tests' target. This will
8628 cause `make check' to do the right thing.
8629 (tests): Don't run tests in srcdir. Also, replaced calls to
8630 basename with a `sed' "equivalent".
8631
8632Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8633
8634 * Renamed error.h to xml-error.h, corrected Makefile.am to list
8635 it in the header and not the sources, updated the doc.
8636 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
8637 pointing this out.
8638
8639Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8640
8641 * parser.c, parser.h, parserInternals.h: memory leak hunting,
8642 exported the inputStream routines.
8643 * doc/html/* : updated accordingly
8644
8645Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8646
8647 * parser.c, parser.h, parserInternals.h: added a few extra
8648 internal calls to allocate and free parser contexts ...
8649 * doc/html/* : updated accordingly
8650
8651Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8652
8653 * configure.in, Makefile.am, doc/makefile.am : General changes for
8654 1.0.0 release and including the generated HTML documentation.
8655
8656Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8657
8658 * makefile.am : added parserInternals.h, oops.
8659
8660Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8661
8662 * parserInternals.h: added this header giving access to the parser
8663 internal functions.
8664 * doc/Makefile.am : added a rebuild target which rebuilds the full
8665 set of documentations
8666 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
8667 the internal subset.
8668 * *.c *.h: modifications needed to generate the documentation using
8669 gtk-doc, cleanup of functions blocks, reorganisation of struct
8670 declarations.
8671
8672Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8673
8674 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
8675 the tar and spec file to include the beginning of the doc.
8676
86771999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
8678
8679 * doc/.cvsignore: Added this file.
8680
8681Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8682
8683 * tree.c: fixed xmlGetProp to return "" when the attribute
8684 exists, even if the node-list is NULL.
8685
8686Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8687
8688 * tree.c: patched an error outputting empty attribute values.
8689 * Makefile.am and doc/makefile.am: have been updated during the
8690 week-end. Sorry for an empty CVS log, I got a shell problem.
8691
8692Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8693
8694 * tree.h: cleaned up using enums instead of defines
8695 * parser.c, valid.[ch]: more work on parsing/output of element
8696 declarations
8697
8698Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8699
8700 * valid.[ch], tree.c, parser.c : more work toward full parsing
8701 of XML DTDs.
8702 * README: added informations about mailing-list and on-line
8703 documentation
8704
87051999-01-27 Raja R Harinath <harinath@cs.umn.edu>
8706
8707 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
8708
8709Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8710
8711 * parser.c, tree.[ch] : more work toward conformance testing,
8712 added a last element to accelerate parsing of very flat structures
8713 started working on internal subset Element content declaration.
8714 * valid.[ch] : first cut at adding code toward validation.
8715 * previous changes had also small impact on most files, especially
8716 the conformance testing using James Clark test suite.
8717
8718Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8719
8720 * test/* : updated the examples, most of them were not well
8721 formed (humm), and added rdf2.
8722 * result/* : resulting changes in the output.
8723
8724Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8725
8726 * tree.c: changed the behaviour of xmlGetProp on NULL values.
8727
8728Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8729
8730 * tree.c: patched a bug in the generation of empty attributes
8731
8732Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8733
8734 * entities.[ch], tree.[ch], tester.c: added copy interfaces
8735 for node/trees/documents/... Biggest problem is namespace
8736 support when copying subtrees.
8737
8738Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8739
8740 * parser.c, entities.c: improve entities and char ref encoding,
8741 and cleanups of error messages.
8742
8743Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8744
8745 * parser.c, entities.c: simple bug hunting done during rpm2html and
8746 rpmfind integration.
8747
8748Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8749
8750 * parser.[ch]: Added interfaces allowing to specify a SAX
8751 handler before parsing.
8752
8753Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8754
8755 * parser.c: redirrect all errors reporting through the SAX
8756 error function
8757
8758Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8759
8760 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
8761 * libtool, tlmain ...: update of the libtool files
8762
87631998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
8764
8765 * entities.c: Use g_snprintf insteda of snprintf.
8766
8767Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8768
8769 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
8770 added ent5 test for this purpose.
8771 * parser.c, parser.h: formatting, comments and UTF-8 planning.
8772
8773Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8774
8775 * parser.c: fixed? a strange error due to compression on a GWP
8776 document.
8777
8778Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8779
8780 * tree.[ch]: bug fixing
8781 * entities.[ch]: defined a specific type for predefined entities
8782 * doc/xml.html: more documentation on the library, how to use it,
8783 overview of the interfaces.
8784
8785Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8786
8787 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
8788
8789Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8790
8791 * tree.c: corrected a small bug
8792 * doc/xml.html: continuing writing documentation.
8793
8794Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8795
8796 * debugXML.h debugXML.c: added debugging utilities.
8797 * tester.c: added --debug switch.
8798 * tree.c: patched an incorrect node->type assignment.
8799 * parser.c: formatting, ensure that node->doc != NULL in attributes
8800
8801Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8802
8803 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
8804 entity support and provide an internal representation close to
8805 DOM one (entity ref nodes, and attribute value as tree). I tried
8806 to preserve the interface but this will surely break some apps
8807 (I have to change rpm2html/rpmfind for example). I had to change
8808 two interfaces, and the generated tree is somewhat different.
8809 * doc/* : started documenting the XML library, the tree and
8810 DOM/Corba. This is a first step.
8811
8812Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8813
8814 * parser.c: Set up the fonctions comment block, boring but useful.
8815 * parser.h, SAX.c, parser.c: now attributes are processed through
8816 the SAX interface. The problem is that my SAX interface diverged
8817 quite a bit from the original one, well this is not an official
8818 spec, and translating it from Java to C is hairy anyway...
8819
8820Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8821
8822 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
8823 fonctions comment block, boring but useful.
8824
8825Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8826
8827 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
8828 conversion routines. However they are not yet used to convert the
8829 inputs. The core will run with UTF-8.
8830
8831Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8832
8833 * tree.c : make sure that the type id is properly set-up when
8834 a new object is allocated, needed for DOM.
8835
8836Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8837
8838 * tree.h, tree.c: Ok, the main objects in the tree will be native
8839 corba objects, it costs 8 bytes per Node, Attribute and Document
8840 but it simplifies the Corba integration a lot (no extra interface
8841 objects to allocate/free).
8842
8843Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8844
8845 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
8846 and changed NODEs contants for conformity with DOM Level 1
8847
8848Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8849
8850 * added hooks to keep track of servants when creating objects
8851 xmlDoc and xmlNode (for Corba export).
8852
8853Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8854
8855 * added xml-config script.
8856
8857Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8858
8859 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
8860 to autoupdate libtool and automake conf files.
8861
88621998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
8863
8864 * Makefile.am: Use '?' to separate the sed
8865 commands as ',' is used when people pass -Wl,something.
8866
8867
8868Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8869
8870 * tree.c, tree.h: added a per-document compression interface.
8871
8872Tue Sep 22 20:47:38 EDT 1998
8873
8874 * tree.c, tree.h: added saving with compression and added interfaces
8875 to control the compression level (xmlGetCompressMode,
8876 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
8877
8878Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8879
8880 * parser.c: corrected a loop for files of size 0
8881
88821998-08-20 Raja R Harinath <harinath@cs.umn.edu>
8883
8884 * error.h: New file. Contains prototyes from `error.c'.
8885
8886Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
8887
8888 * Makefile.am (xmlincdir): New macro.
8889 (xmlinc_HEADERS): Renamed from include_HEADERS.
8890
8891Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8892
8893 * applied small patch on numeric entities from
8894 Christopher Blizzard <blizzard@appliedtheory.com>
8895
8896Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8897
8898 * New release 0.2, removed the old xml_* files so that it's
8899 coherent with the other CVS base (W3C), far better conformance
8900 to standard, new namespaces, decent entities support, beginning
8901 of a SAX-like interface. Nearly nothing left intact, even the
8902 test examples ...
8903
89041998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
8905
8906 * .cvsignore: Add .deps dir
8907
8908Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8909
8910 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
8911
8912Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8913
8914 * configure.in: added test for CPP
8915 * AUTHORS, Changelog: the original ones didn't get commited but the
8916 glib ones instead, fixed.
8917 * Makefile.am: corrected an error in library naming
8918
8919Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8920
8921 * integrated code developped at W3C
8922 * changed the original Copyright
8923 * migrated to automake
8924 * prefixed the filenames by xml_ to avoid filename clashes
8925
Daniel Veillarde0ed10c2003-01-06 11:06:26 +00008926Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
8927
8928 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
8929 should not be called.
8930
Daniel Veillard0aaaacd2003-01-06 10:59:57 +00008931Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8932
8933 * libxml-2.0.pc.in: applied the patch to fix #101894
8934
Daniel Veillard8a1b1852003-01-05 22:37:17 +00008935Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
8936
8937 * tree.c : applied patch from Lukas Schroeder for register callbacks
8938 * valid.c: modified patch from Lukas Schroeder to test
8939 register callbacks with --chkregister
8940
Daniel Veillard067bae52003-01-05 01:27:54 +00008941Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8942
8943 * xmlreader.c: seriously changed the way data are pushed to
8944 the underlying parser, go by block of 512 bytes instead of
8945 tryng to detect tag boundaries at that level. Changed the
8946 way empty element are detected and tagged.
8947 * python/tests/reader.py python/tests/reader2.py
8948 python/tests/reader3.py: small changes mostly due to context
8949 reporting being different and DTD node being reported. Some
8950 errors previously undetected are now caught and fixed.
8951 * doc/xmlreader.html: flagged last section as TODO
8952
Daniel Veillard51a447a2003-01-04 19:42:46 +00008953Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8954
8955 * python/libxml.py: integrated the Python 2.2 optimizations
8956 from Hannu Krosing, while maintaining compatibility with
8957 1.5 and 2.1
8958
Daniel Veillarde59494f2003-01-04 16:35:29 +00008959Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
8960
8961 * xmllint.c: a bit of cleanup
8962 * xmlreader.c: small fix
8963 * doc/xmlreader.html: more work on the XmlTextReader tutorial
8964 * python/libxml.py: a few fixes pointed out by Hannu Krosing
8965
Daniel Veillard623a9eb2003-01-04 12:47:20 +00008966Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8967
8968 * python/setup.py.in: patch from Stéphane Bidoul to include
8969 drv_libxml2.py in setup.py
8970
Daniel Veillard66b82892003-01-04 00:44:13 +00008971Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
8972
8973 * doc/xmlreader.html: starting documenting the new XmlTextReader
8974 interface.
8975
Daniel Veillard7704fb12003-01-03 16:19:51 +00008976Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8977
8978 * xmllint.c: added the --stream flag to use the TextReader API
8979 * xmlreader.c: small performance tweak
8980
Daniel Veillarda80ff6e2003-01-03 12:52:08 +00008981Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
8982
8983 * xmlreader.c python/tests/reader2py: okay the DTD validation
8984 code on top of the XMLTextParser API should be solid now.
8985
Daniel Veillard1fdfd112003-01-03 01:18:43 +00008986Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8987
8988 * xmlreader.c python/tests/reader2py: Fixing some more mess
8989 with validation and recursive entities while using the
8990 reader interface, it's getting a bit messy...
8991
Daniel Veillarddab8ea92003-01-02 14:16:45 +00008992Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8993
8994 * xmlreader.c python/tests/reader.py: another couple of problem
8995 related to IsEmptyElement reported by Stéphane Bidoul needed
8996 some fixes.
8997
Daniel Veillard4f860202003-01-02 13:00:02 +00008998Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8999
9000 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
9001 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
9002 based on the python XmlTextReader interface.
9003
Daniel Veillard3c265e42003-01-01 21:06:49 +00009004Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
9005
9006 * tree.c: backing out one change in the last patch which broke the
9007 regression tests
9008
Daniel Veillard5335dc52003-01-01 20:59:38 +00009009Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
9010
9011 * global.data globals.c tree.c include/libxml/globals.h: applied
9012 an old patch from Lukas Schroeder to track node creation and
9013 destruction. Probably missing a lot of references at the moment
9014 and not usable reliably.
9015
Daniel Veillard8ba17412003-01-01 19:13:12 +00009016Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
9017
9018 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
9019 from doc/news.html and a stylesheet
9020
Daniel Veillarde3c036e2003-01-01 15:11:05 +00009021Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
9022
9023 * xmlreader.c python/tests/reader.py: fixed another couple of
9024 xmlreader bugs reported by Stéphane Bidoul and added tests.
9025
Daniel Veillard9e395c22003-01-01 14:50:44 +00009026Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
9027
9028 * xmlreader.c python/tests/reader2.py: fixed another validity
9029 checking in external parsed entities raised by Stéphane Bidoul
9030 and added a specific regression test.
9031 * python/tests/reader3.py: cleanup
9032
Daniel Veillardd5896142002-12-31 14:45:26 +00009033Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
9034
9035 * xmlreader.c python/tests/reader2.py: fixed a problem with
9036 validation within entities pointed by Stéphane Bidoul, augmented
9037 the tests to catch those.
9038
Daniel Veillarddc85f282002-12-31 11:18:37 +00009039Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
9040
9041 * python/generator.py: modified the generator to allow keeping
9042 class references when creating new classes, needed to fix a bug
9043 pointed by Stéphane Bidoul where the input buffer of the
9044 xmlTextReader instance gets destroyed if the python wrapper for
9045 the input is not referenced anymore.
9046
Daniel Veillard4d8db8a2002-12-30 18:40:42 +00009047Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
9048
9049 * xmlreader.c python/tests/reader.py: fixed another pair of problem
9050 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
9051
Daniel Veillard571b8892002-12-30 12:37:59 +00009052Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
9053
9054 * xmlreader.c python/tests/reader.py: fixed another problem
9055 pointed by Stéphane Bidoul
9056
Daniel Veillardaaa105b2002-12-30 11:42:17 +00009057Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
9058
9059 * xmlreader.c python/tests/reader.py: fixed a limit case problem
9060 with "<a/>"
9061
Daniel Veillardecaba492002-12-30 10:55:29 +00009062Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9063
9064 * SAX.c: warn on xmlns:prefix="foo"
9065 * xmlreader.c python/tests/reader.py: fixed a couple of problem
9066 for namespace attributes handling.
9067
Daniel Veillard2d84a892002-12-30 00:01:08 +00009068Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9069
9070 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
9071 a really nasty problem raised by a DocBook XSLT transform
9072 provided by Sebastian Bergmann
9073
Daniel Veillard29b3e282002-12-29 11:14:41 +00009074Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
9075
9076 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
9077 by Stéphane Bidoul and integrated it into the tests
9078
Daniel Veillarde18fc182002-12-28 22:56:33 +00009079Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
9080
9081 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
9082 extended the XmlTextReader API a bit, addding accessors for
9083 the current doc and node, and an entity substitution mode for
9084 the parser.
9085 * python/libxml.py python/libxml2class.txt: related updates
9086 * python/tests/Makefile.am python/tests/reader.py
9087 python/tests/reader2.py python/tests/reader3.py: updated a bit
9088 the old tests and added a new one to test the entities handling
9089
Daniel Veillardaba976d2002-12-28 21:14:18 +00009090Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
9091
9092 * python/generator.py python/libxml2class.txt
9093 python/tests/reader.py python/tests/reader2.py: changed the
9094 generator to provide casing for the XmlTextReader similar to
9095 C# so that examples and documentation are more directly transposable.
9096 Fixed the couple of tests in the suite.
9097
Daniel Veillard83298842002-12-28 15:12:33 +00009098Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
9099
9100 * doc/guidelines.html: added a document on guildeline for
9101 publishing and deploying XML
9102
Daniel Veillard336fc7d2002-12-27 19:37:04 +00009103Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
9104
9105 * valid.c xmlreader.c: final touch running DTD validation
9106 on the XmlTextReader
9107 * python/tests/Makefile.am python/tests/reader2.py: added a
9108 specific run based on the examples from test/valid/*.xml
9109
Daniel Veillardf25b4ca2002-12-27 15:18:35 +00009110Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
9111
9112 * python/libxml.py: added a few predefined xmlTextReader parser
9113 configuration values.
9114
Daniel Veillard0e9dafa2002-12-27 11:58:25 +00009115Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9116
9117 * python/libxml_wrap.h: trying to fix #102037
9118
Daniel Veillard8dbd4952002-12-27 11:34:48 +00009119Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
9120
9121 * SAX.c: fixing bug #95296, when the predefined entities
9122 are redefined in the DTD the default one must be used
9123 instead anyway.
9124
MST 2002 John Fleck6647aed2002-12-26 02:23:24 +00009125Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
9126
9127 * doc/xmllint.xml
9128 * doc/xmllint.1
9129 Add discussion of XML_DEBUG_CATALOG to xmllint man
9130 page - bug #100907
9131
9132
Daniel Veillarddf512f42002-12-23 15:56:21 +00009133Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9134
9135 * xmlreader.c: Fixed the empty node detection to avoid reporting
9136 an inexistant close tag.
9137
Daniel Veillard0d132cf2002-12-23 14:43:32 +00009138Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
9139
9140 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
9141 for Python 2.1
9142
Daniel Veillardfe8aab92002-12-22 10:25:41 +00009143Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
9144
9145 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
9146
Daniel Veillard4258b9c2002-12-20 10:29:40 +00009147Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
9148
9149 * doc/libxml2-api.xml python/tests/reader.py: one really need
9150 to provide the base URI information when creating a reader parser
9151 from an input stream. Updated the API and the example using it.
9152
Daniel Veillardea7751d2002-12-20 00:16:24 +00009153Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
9154
9155 * testReader.c xmlreader.c valid.c include/libxml/tree.h
9156 include/libxml/valid.h include/libxml/xmlreader.h: working on
9157 DTD validation on top of xml reader interfaces. Allows to
9158 validate arbitrary large instances. This required some extensions
9159 to the valid module interface and augmenting the size of xmlID
9160 and xmlRef structs a bit.
9161 * uri.c xmlregexp.c: simple cleanup.
9162
Daniel Veillardbeb70bd2002-12-18 14:53:54 +00009163Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9164
9165 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
9166 work on the xml reader interfaces.
9167 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
9168 Web page for the Windows binaries.
9169
Daniel Veillard4a6d39b2002-12-17 18:33:01 +00009170Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9171
9172 * xmlIO.c: applied a patch for VMS following the report by
9173 Nigel Hall
9174
Daniel Veillard3772de32002-12-17 10:31:45 +00009175Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
9176
9177 * parser.c: the parseStartTag bug fix wasn't complete.
9178
Daniel Veillard67df8092002-12-16 22:04:11 +00009179Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
9180
9181 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
9182 parseStartTag, fixing it.
9183 * test/att4 result/att4 result/noent/att4: adding the test
9184 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
9185 more methods to XmlTextReader.
9186
Igor Zlatkovicd453c632002-12-16 18:45:48 +00009187Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9188
9189 * win32/libxml2.def.src: added more xml reader exports
9190 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
9191 to the build
9192
MST 2002 John Fleck7c67a832002-12-16 13:38:06 +00009193Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
9194
9195 * doc/tutorial/xmltutorial.xml
9196 plus generated html and pdf
9197 Updating tutorial again based on further comments from Niraj
9198 Tolia on the last iteration
9199
MST 2002 John Fleck44aacb32002-12-16 04:34:57 +00009200Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
9201
9202 * doc/tutorial/xmltutorial.xml
9203 * doc/tutorial/includekeyword.c
9204 * doc/tutorial/includegetattribute.c
9205 plus generated html and pdf
9206 Adding fix from Niraj Tolia to tutorial to properly free memory.
9207
9208
Daniel Veillardda46d2d2002-12-15 23:36:49 +00009209Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
9210
9211 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
9212 more methods of XmlTextReader.
9213 * python/libxml2class.txt python/tests/reader.py: this increased the
9214 methods in the bndings, augmented the test to check those new
9215 functions.
9216
Daniel Veillard0eb38c72002-12-14 23:00:35 +00009217Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
9218
9219 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
9220 methods of XmlTextReader.
9221 * python/generator.py python/libxml_wrap.h python/types.c
9222 python/libxml2class.txt: added the reader to the Python bindings
9223 * python/tests/Makefile.am python/tests/reader.py: added a specific
9224 test for the Python bindings of the Reader APIs
9225 * parser.c: small cleanup.
9226
Daniel Veillard06503452002-12-13 10:42:08 +00009227Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9228
9229 * xinclude.c: fallback was only copying the first child not the
9230 full child list of the fallback element, closes #89684 as reopened
9231 by Bernd Kuemmerlen
9232
Igor Zlatkovic2d45f522002-12-12 12:33:43 +00009233Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9234
9235 * win32/libxml2.def.src: exported htmlNodeDumpOutput
9236
Daniel Veillard000eafb2002-12-12 10:04:22 +00009237Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
9238
Daniel Veillardc1eed322002-12-12 11:01:32 +00009239 * configure.in: preparing release of 2.4.30
Daniel Veillard000eafb2002-12-12 10:04:22 +00009240 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
Daniel Veillardc1eed322002-12-12 11:01:32 +00009241 gives enum values, fix functype return type, put back fields in
9242 structs
9243 * doc/*: updated the docs rebuilt
Daniel Veillard000eafb2002-12-12 10:04:22 +00009244
Daniel Veillard024b5702002-12-12 00:15:55 +00009245Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
9246
9247 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
9248 about htmlNodeDumpOutput location.
9249 * xpath.c: removed an undefined function signature
9250 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
9251 too many symbols in the API breaking the python bindings.
9252 Updated with the libxslt/libexslt changes.
9253
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00009254Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
9255
9256 * configure.in: preparing release of 2.4.29
9257 * doc/*: rebuilt the docs and API
9258 * xmlreader.c: a few more fixes for the XmlTextReader API
9259
Igor Zlatkovicf6273a02002-12-11 17:00:54 +00009260Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9261
9262 * include/win32config.h: applied mingw patch from Magnus Henoch
9263
Daniel Veillard5aad8322002-12-11 15:59:44 +00009264Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
9265
9266 * catalog.c doc/libxml2-api.xml: a bit more cleanup
9267
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009268Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
9269
9270 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
9271 building Python script, does the C parsing directly, generates
9272 a better API description including structure fieds defs and
9273 enums. Still a couple of bugs, but good enough for the python
9274 wrappers now.
9275 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
9276 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
9277 include/libxml/schemasInternals.h include/libxml/tree.h: more
9278 cleanup based on the python analysis script reports.
9279 * libxml.spec.in: make sure the API XML description is part of the
9280 devel package.
9281
Daniel Veillard01c13b52002-12-10 15:19:08 +00009282Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
9283
9284 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
9285 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
9286 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
9287 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
9288 code cleanup, especially the function comments.
9289 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
9290
Daniel Veillarde1ca5032002-12-09 14:13:43 +00009291Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
9292
9293 * Makefile.am xmlreader.c include/libxml/Makefile.am
9294 include/libxml/xmlreader.h: Adding a new set of APIs based on
9295 the C# TextXmlReader API but converted to C. Allow to parse
9296 in constant memory usage, far simpler to program and explain
9297 than the SAX like APIs, unfinished but working.
9298 * testReader.c: test program
9299
Igor Zlatkovic70a296c2002-12-08 17:34:54 +00009300Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9301
9302 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
9303
Daniel Veillard64b35282002-12-04 15:10:40 +00009304Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
9305
9306 * tree.c: Chip turner indicated that XHTML1 serialization
9307 rule for style actually break on both IE and Mozilla,
9308 try to avoid the rule if escaping ain't necessary
9309
Daniel Veillard8efff672002-12-04 11:44:48 +00009310Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
9311
9312 * nanhttp.c: handle HTTP URL escaping, problem reported by
9313 Glen Nakamura and Stefano Zacchiroli
9314
Daniel Veillard1c732d22002-11-30 11:22:59 +00009315Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
9316
9317 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
9318
Daniel Veillardfdd27d22002-11-28 11:55:38 +00009319Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9320
9321 * uri.c: Johann Richard pointed out some XPointer problems for
9322 URN based URI references in XInclude. Modified the URI parsing
9323 and saving routines to allow correct parsing and saving of
9324 XPointers, especially when attached to "opaque" scheme accordingly
9325 to RFC 2396
9326
Daniel Veillard8db67d22002-11-27 19:39:27 +00009327Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
9328
9329 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
9330 of refactoring to the HTML saving code.
9331 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
9332 in the doc.
9333
Daniel Veillardebc4ca92002-11-27 11:43:05 +00009334Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
9335
9336 * tree.c include/libxml/tree.h: refactored the XML dump of a node
9337 to a buffer API to reuse the generic dump to an OutputIO layer,
9338 this reduces code, fixes xmlNodeDump() for XHTML, also made
9339 xmlNodeDump() now return the number of byte written.
9340
Daniel Veillard9d5ea172002-11-27 08:02:06 +00009341Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
9342
9343 * python/setup.py.in: another patch from Stéphane Bidoul for
9344 Python bindings on Windows
9345 * doc/parsedecl.py: small cleanup
9346
Daniel Veillard9715c172002-11-25 16:33:40 +00009347Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
9348
9349 * libxml.spec.in configure.in: add a line in %changelog for releases
9350
Daniel Veillard9bc53102002-11-25 13:20:04 +00009351Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
9352
9353 * parser.c: patch from Marcus Clarke fixing a problem in entities
9354 parsing that was detected in KDe documentations environment.
9355
Daniel Veillardfaa35ff2002-11-24 13:53:43 +00009356Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
9357
9358 * python/libxml.c (libxml_prev): Return the previous as opposed to
9359 the next node (I guess this is the result of some cut & paste programming:)
9360
Daniel Veillard80d7b902002-11-23 16:23:08 +00009361Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9362
9363 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
9364
Daniel Veillarda1196ed2002-11-23 11:22:49 +00009365Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
9366
9367 * python/generator.py python/libxml.c python/setup.py.in: trying
9368 to fix the Python bindings build on Windows (Stéphane Bidoul)
9369
Igor Zlatkovic9ab71552002-11-22 21:41:43 +00009370Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9371
9372 * win32/configure.js: added option for python bindings
9373 * win32/libxml2.def.src: added more exports
9374
Igor Zlatkovicace7cd22002-11-22 18:07:00 +00009375Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9376
9377 * win32/Makefile.mingw: fixed unresolved symbols when linking with
9378 pthreads
9379 * win32/wince/*: applied updates to Windows CE port from Javier
9380
Daniel Veillardf9c4cad2002-11-22 15:57:07 +00009381Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9382
9383 * configure.in: preparing 2.4.28
9384 * libxml.spec.in doc/Makefile.am: some cleanup
9385 * doc/*: updated the news and regenerated.
9386
Daniel Veillardfee408f2002-11-22 13:18:30 +00009387Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
9388
9389 * HTMLparser.c: final touch at closing #87235 </p> end tags
9390 need to be generated.
9391 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
9392 this change slightly the output of a few tests
9393 * doc/*: regenerated
9394
Daniel Veillardd2ff0392002-11-22 12:28:38 +00009395Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
9396
9397 * parserInternals.c: fixing bug #99190 when UTF8 document are
9398 parsed using the progressive parser and the end of the chunk
9399 is in the middle of an UTF8 multibyte character.
9400
William M. Brack8b2c7f12002-11-22 05:07:29 +00009401Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9402
9403 * threads.c: fixed initialization problem in xmlNewGlobalState
9404 which was causing crash.
9405 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
9406 in xmlInitializeGlobalState.
9407 * parserInternals.c: cleaned up ctxt->sax initialisation.
9408
Daniel Veillardd5c2f922002-11-21 14:10:52 +00009409Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
9410
9411 * tree.c include/libxml/tree.h: modified the existing APIs
9412 to handle XHTML1 serialization rules automatically, also add
9413 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
9414 libxslt serialization uses it when needed without changing
9415 the library API.
9416 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
9417 result/xhtml1: added a new test specifically for xhtml1 output
9418 and updated the result of one XHTML1 test
9419
Daniel Veillardd076a202002-11-20 13:28:31 +00009420Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
9421
9422 * xinclude.c parserInternals.c encoding.c: fixed #99082
9423 for xi:include encoding="..." support on text includes.
9424 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
9425 test/XInclude/ents/isolatin.txt : added a specific regression test
9426 * python/generator.py python/libxml2class.txt: fixed the generator
9427 the new set of comments generated for doc/libxml2-api.xml were
9428 breaking the python generation.
9429
Daniel Veillard817e70b2002-11-19 22:28:48 +00009430Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
9431
9432 * doc/Makefile.am: repair some problem if gtk-doc fail or such
9433 * configure.in: patch for Solaris on new autoconf closes #98880
9434 * doc/parsedecl.py: repair the frigging API building script,
9435 did I say that python xmllib sucks ?
9436 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
9437 and some comment are no more truncated.
9438
Daniel Veillarda7e05b42002-11-19 08:11:14 +00009439Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
9440
9441 * parser.c: Martin Stoilov pointed out a potential leak in
9442 xmlCreateMemoryParserCtxt
9443
Daniel Veillardbc6e1a32002-11-18 15:07:25 +00009444Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
9445
9446 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
9447 included in HTML documents and using the push parser.
9448
Daniel Veillard4efd3be2002-11-18 09:11:13 +00009449Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
9450
9451 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
9452 specified, look for the Python interpreter not just in the
9453 specified root but also in the specified location. Fixes #98825
9454
Daniel Veillarda8c0adb2002-11-17 22:37:35 +00009455Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
9456
9457 * python/libxml.c: fixing bug #98792 , node may have no doc
9458 and dereferencing without checking ain't good ...
9459
Daniel Veillarddad3f682002-11-17 16:47:27 +00009460Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
9461
9462 * configure.in: preparing release 2.4.27
9463 * doc/* : updated and rebuilt the docs
9464 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
9465 and all the docs are actually packaged and in the final RPMs
9466 * parser.c parserInternals.c include/libxml/parser.h: restore
9467 xmllint --recover feature.
9468
Daniel Veillard68e9e742002-11-16 15:35:11 +00009469Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
9470
Daniel Veillard784b9352003-02-16 15:50:27 +00009471 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard68e9e742002-11-16 15:35:11 +00009472 processing of parsed entities, and XPath computation on sustitued
9473 entities.
9474 * testXPath.c: make sure entities are substitued.
9475
Daniel Veillard328f48c2002-11-15 15:24:34 +00009476Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
9477
Daniel Veillard784b9352003-02-16 15:50:27 +00009478 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard328f48c2002-11-15 15:24:34 +00009479 processing of internal parsed entities, which had to be changed.
9480
Daniel Veillard66651aa2002-11-15 11:21:43 +00009481Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9482
9483 * Makefile.am python/Makefile.am python/tests/Makefile.am:
9484 trying to fix bug #98517 about building outside the source tree
9485 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
9486
Igor Zlatkovic2772cea2002-11-14 17:45:20 +00009487Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9488
9489 * include/win32config.h: cleanup
9490 * win32/Makefile.mingw: integrated mingw in JScript configure
9491 * win32/Makefile.msvc: modified to allow mingw coexistence
9492 * win32/configure.js: integrated mingw
9493 * win32/Readme.txt: cleanup
9494
Daniel Veillard8dd86a52002-11-12 21:14:17 +00009495Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
9496
9497 * HTMLparser.c: strengthen the guard in the Pop macros,
9498 like in the XML parser, closes bug #97315
9499
Daniel Veillard0821b152002-11-12 20:57:47 +00009500Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
9501
9502 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
9503 callback is never used.
9504
Daniel Veillard8606bbb2002-11-12 12:36:52 +00009505Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
9506
9507 * parserInternals.c: fixed the initialization of the SAX structure
9508 which was breaking xsltproc
9509 * xpath.c: patch from Petr Pajas for CDATA nodes
9510 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
9511 * parser.c include/libxml/parser.h: patch from Peter Jones
9512 removing a leak in xmlSAXParseMemory() and adding the
9513 function xmlSAXParseMemoryWithData()
9514
MST 2002 John Fleckf854d992002-11-12 03:49:05 +00009515Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
9516
9517 adding pdf of tutorial, changing web page to link to it
9518 * doc/tutorial/xmltutorial.pdf
9519 * doc/xml.html
9520 * doc/docs.html
9521
MST 2002 John Fleck52717f32002-11-11 03:49:33 +00009522Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
9523
9524 * doc/tutorial/ar01s08.html
9525 adding file what I forgot for tutorial
9526
9527
MST 2002 John Fleckbd3b4fd2002-11-11 03:41:11 +00009528Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
9529
9530 Adding encoding discussion to tutorial
9531 Added:
9532 * doc/tutorial/images/*.png: DocBook admonition image files
9533 * doc/tutorial/apf.html, apg.html: new generated html
9534 * doc/tutorial/includeconvert.c: conversion code entity file
9535 changed:
9536 * doc/tutorial/xmltutorial.xml: DocBook original
9537 * doc/tutorial/*.html: generated html
9538
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009539Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9540
9541 * include/libxml/*.h: retired xmlwin32version.h
9542 * doc/Makefile.am: retired xmlwin32version.h
9543 * win32/configure.js: retired xmlwin32version.h
9544
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009545Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9546
9547 * win32/libxml2.def.src: exported additional symbols
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009548 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
9549 sisterhood
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009550
Daniel Veillard7216cfd2002-11-08 15:10:00 +00009551Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
9552
9553 * globals.c: fixed a typo pointed out by Igor
9554 * xpath.c: try to speed up node compare using line numbers
9555 if available.
9556
Daniel Veillarda70d62f2002-11-07 14:18:03 +00009557Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
9558
9559 * tree.c: make xmlFreeNode() handle attributes correctly.
9560
Igor Zlatkovicb8e99cc2002-11-06 22:52:29 +00009561Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9562
9563 * catalog.c: completed the #96963 fix, as reported by Karl
9564 Eichwalder
9565
Daniel Veillard56f21f22002-11-06 15:49:46 +00009566Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9567
9568 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
9569
Daniel Veillard91ad8792002-11-04 17:06:52 +00009570Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9571
9572 * Makefile.am: switched the order of a couple of includes
9573 to fix bugs #97100
9574
Igor Zlatkovic2bb82ee2002-10-31 16:15:43 +00009575Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9576
9577 * catalog.c: fixed bug #96963, reverted to the old behaviour of
9578 xmlLoadCatalogs that used to separate directories with a ':'.
9579
Igor Zlatkovic9fdd8f32002-10-31 16:01:23 +00009580Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9581
9582 * threads.c: improvements to the Windows-side of thread handling
9583 * testThreads.c: conditionally excluded unistd.h
9584 * testThradsWin32.c: broke overlong lines
9585 * include/win32config.h: adapted thread-related macros to the new
9586 scheme and for pthreads on Windows
9587 * win32/Makefile.msvc: introduced a more flexible thread build,
9588 added testThreads[Win32].c to the build
9589 * win32/configure.js: introduced a more flexible thread config
9590
John Fleck61f6fb62002-10-31 15:23:29 +000095912002-10-31 John Fleck <jfleck@inkstain.net>
9592
9593 * doc/xml.html (and, by implication, FAQ.html)
9594 added UTF-8 conversaion FAQ from Marcus Labib Iskander
9595
Igor Zlatkovicf95b56b2002-10-29 17:33:35 +00009596Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9597
9598 * configure.in: removed xmlwin32version.h
9599 * include/libxml/Makefile.am: removed xmlwin32version.h
9600
Daniel Veillardce66ce12002-10-28 19:01:59 +00009601Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
9602
9603 * tree.c: applied patch from Brian Stafford to fix a bug
9604 in xmlReconciliateNs()
9605
Daniel Veillard7e3f1402002-10-28 18:52:57 +00009606Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
9607
9608 * tree.c: applied patch from Christian Glahn to allow
9609 xmlNewChild() on document fragment nodes
9610
Daniel Veillardb39bc392002-10-26 19:29:51 +00009611Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9612
9613 * parser.c: Christian Glahn found a problem with a recent
9614 patch to xmlParseBalancedChunkMemoryRecover()
9615 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
9616 problems
9617 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
9618 test/schemas/seq*: added the test cases from Charles
9619
Daniel Veillard366a9152002-10-23 20:43:53 +00009620Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9621
9622 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
9623 serious cleanup of the spec file and associated changes
9624 in the Makefiles.
9625 * valid.c: try to remove some warnings on x86_64
9626
Daniel Veillardd033d022002-10-23 14:55:02 +00009627Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9628
9629 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
9630 fix bug #96586
9631
Daniel Veillardce02dbc2002-10-22 19:14:58 +00009632Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9633
9634 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
9635 parsing, applied his patch
9636 * result/HTML/attrents.html result/HTML/attrents.html.err
9637 result/HTML/attrents.html.sax test/HTML/attrents.html:
9638 added the test and result case provided by Mikhail Sogrine
9639
Daniel Veillarde645e8c2002-10-22 17:35:37 +00009640Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9641
9642 * vms/build_libxml.com vms/config.vms vms/readme.vms
9643 include/libxml/parser.h include/libxml/parserInternals.h
9644 include/libxml/tree.h include/libxml/xmlIO.h
9645 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
9646 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
9647 Applied the VMS update patch from Craig A. Berry
9648 * doc/*.html: update
9649
Daniel Veillardf000f072002-10-22 14:28:17 +00009650Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9651
9652 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
9653
Daniel Veillard1e208222002-10-22 14:25:25 +00009654Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9655
9656 * debugXML.c: adding a grep command to --shell in xmllint
9657 for T.V. Raman
9658
Daniel Veillard9cdcf362002-10-22 14:23:59 +00009659Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9660
9661 * xmlcatalog.c: tried to fix some of the problem with --sgml
9662
Daniel Veillard935494a2002-10-22 14:22:46 +00009663Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
9664
9665 * parser.c: tried to fix bug #91500 where doc->children may
9666 be overriden by a call to xmlParseBalancedChunkMemory()
9667
9668Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9669
9670 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
9671 identifiers in SGML catalogs containing '&'
9672
Daniel Veillardc0ac0692002-10-20 21:31:50 +00009673Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9674
9675 * python/types.c: fixed bugs when passing result value tree
9676 to Python functions.
9677
Daniel Veillard48267432002-10-18 11:21:38 +00009678Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9679
9680 * configure.in: preparing the release of 2.4.26
9681 * doc/*: updated and rebuilt the documentation
9682
Daniel Veillardbb284f42002-10-16 18:02:47 +00009683Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9684
9685 * parser.c: fixed a XML Namespace compliance bug reported by
9686 Alexander Grimalovsky
9687
Daniel Veillard44892f72002-10-16 15:23:26 +00009688Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9689
9690 * HTMLtree.c: fixed serialization of script and style when
9691 they are not lowercase (i.e. added using the API to the tree).
9692
Daniel Veillard2fd85422002-10-16 14:32:41 +00009693Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9694
9695 * valid.c: make xmlValidateDocument emit a warning msg if there
9696 is no DTD, pointed by Christian Glahn
9697
Daniel Veillard32370232002-10-16 14:08:14 +00009698Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9699
9700 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
9701 content model when some of the blocks have min or max, and a couple
9702 of bugs found in the process.
9703 * result/schemas/list0* test/schemas/list0*: added some specific
9704 regression tests
9705
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +00009706Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
9707
9708 * README: updated the contact informations
9709
Daniel Veillard63186732002-10-15 08:43:17 +00009710Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9711
9712 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
9713 misses it, reported by Peter Bray.
9714
Daniel Veillard96c3a3b2002-10-14 15:39:04 +00009715Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9716
9717 * tree.c: investigating xmlNodeGetContent() on namespace nodes
9718 and removed a few warnings
9719
Daniel Veillard819d5cb2002-10-14 11:15:18 +00009720Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
9721
9722 * parser.c: Christian Glahn found a small bug in the push parser.
9723 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
9724 public
9725
Daniel Veillard6045c902002-10-09 21:13:59 +00009726Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9727
9728 * xmlschemas.c include/libxml/xmlschemas.h: added
9729 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
9730 * testSchemas.c: added --memory to test the new interface
9731
Daniel Veillardf0070122002-10-09 14:24:17 +00009732Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9733
9734 * doc/index.py doc/search.php: integrated the XSLT indexing,
9735 a few fixed in the indexer, added a scope selection at the
9736 search level.
9737
Daniel Veillard01992e02002-10-09 10:20:30 +00009738Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9739
9740 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
9741 this was due to uninitialized parts of the validation context
9742
Daniel Veillard321be0c2002-10-08 21:26:42 +00009743Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9744
9745 * debugXML.c: applied patch from Mark Vakoc except the API
9746 change, preserved it.
9747 * doc/*: updated the docs to point to the search engine for
9748 information lookup or before bug/help reports.
9749
Daniel Veillard01e87d22002-10-08 16:55:06 +00009750Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9751
9752 * doc/index.py doc/search.php: added mailing-list archives
9753 indexing and lookup
9754
Daniel Veillard9dc1cf12002-10-08 08:26:11 +00009755Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9756
9757 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
9758
Daniel Veillard9b006132002-10-07 11:13:27 +00009759Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
9760
9761 * doc/index.py: improved HTML indexing
9762 * doc/search.php: make the queries also lookup the HTML based indexes
9763
Daniel Veillard141d04b2002-10-06 21:51:18 +00009764Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9765
9766 * doc/index.py: added HTML page indexing
9767
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009768Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9769
Igor Zlatkovicd7f3c332002-10-04 13:38:53 +00009770 * xmlIO.c: extended Windows path normalisation to fix the base
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009771 problem in libxslt.
9772 * catalog.c: fixed list handling in XML_CATALOG_FILES
9773
Daniel Veillardceb09b92002-10-04 11:46:37 +00009774Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9775
9776 * valid.c: typo/bug found by Christian Glahn
9777
Igor Zlatkovic9d66fa12002-09-29 17:54:36 +00009778Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9779
9780 * xmlIO.c: applied Windows CE patch from Javier.
9781 * win32/wince: new directory, contains support for the PocketPC
9782 with Windows CE from Javier.
9783 * include/win32config.h: reorganised, removed duplicate
9784 definitions and applied WinCE patch from Javier.
9785 * include/wsockcompat.h: new file, now contains WinSock
9786 compatibility macros.
9787 * win32/Makefile.msvc: introduced double-run compilation.
9788
Daniel Veillarde16b5742002-09-26 17:50:03 +00009789Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9790
9791 * configure.in include/libxml/xmlwin32version.h: preparing release
9792 of 2.4.25
9793 * doc/*: updated and regenerated teh docs and web pages.
9794
Daniel Veillard90d68fb2002-09-26 16:10:21 +00009795Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9796
9797 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
9798 error were not covering namespace declarations.
9799 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
9800 it was missing the attribute declaration for the namespace
9801 * result/VC/NS3: the fix now report breakages in that test
9802
Daniel Veillardabe01742002-09-26 12:40:03 +00009803Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9804
9805 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
9806
Daniel Veillard2ace1952002-09-26 12:28:02 +00009807Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9808
9809 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
9810 and regenerated the docs and web site
9811
Daniel Veillarddda8f1b2002-09-26 09:47:36 +00009812Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9813
9814 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
9815 ATTRIBUTE_UNUSED is always put after the attribute declaration,
9816 not before
9817
Daniel Veillardd4cb1e82002-09-26 09:34:23 +00009818Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9819
9820 * python/generator.py python/libxml2class.txt: fixed a stupid error
9821 breaking the python API
9822
Daniel Veillardb7c29c32002-09-25 22:44:43 +00009823Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9824
9825 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
9826 triostr.c triostr.h: applied a trio update patch from
9827 Bjorn Reese which should work with MinGW
9828
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009829Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9830
9831 * tree.c: improving some documentation comments
9832 * xmlregexp.c: found and fixed a mem leak with python regression tests
9833 * doc/*: rebuilt the doc and the API XML file including the
9834 xmlregexp.h xmlautomata.h and xmlunicode.h headers
9835 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
9836 python/types.c: added access to the XML Schemas regexps from
9837 python
9838 * python/tests/Makefile.am python/tests/regexp.py: added a
9839 simple regexp bindings test
9840
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009841Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
9842
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009843 * doc/xml.html:
9844 fixing ftp links - thanks to Vitaly Ostanin
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009845
Daniel Veillard118aed72002-09-24 14:13:13 +00009846Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9847
9848 * xmlregexp.c: fixed the data callback on transition functionality
9849 which was broken when using the compact form
9850 * result/schemas/*: updated the results, less verbose, all tests
9851 pass like before
9852 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
9853 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
9854 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
9855 annoying warnings
9856 * xpath.c: try to provide better error report when possible
9857
Daniel Veillard72336152002-09-21 13:08:14 +00009858Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9859
9860 * Makefile.am: fixed a breakage raised by Jacob
9861
Igor Zlatkovic3f1e94b2002-09-20 18:08:17 +00009862Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9863
9864 * include/win32config.h: added HAVE_ERRNO_H definition for parts
9865 which don't use sockets
9866
Igor Zlatkovic01280582002-09-20 16:40:34 +00009867Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9868
9869 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
9870 * win32/configure.js: applied zlib patch from Daniel Gehriger
9871
Igor Zlatkovic9a4efcb2002-09-20 13:41:55 +00009872Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9873
9874 * win32/configure.js: applied the patch from Mark Vakoc for
9875 regexp support
9876 * win32/libxml2.def.src: applied the patch from Mark Vakoc
9877 for regexp support
9878
Daniel Veillardb5c05732002-09-20 13:36:25 +00009879Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9880
9881 * xmlschemastypes.c: as pointed by Igor Float and Double
9882 parsing ain't finished yet
9883
Daniel Veillard40b11342002-09-20 12:01:39 +00009884Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
9885
9886 * Makefile.am configure.in: trying to fix #88412 by bypassing
9887 all the python subdir if python ain't detected
9888
Daniel Veillard23e73572002-09-19 19:56:43 +00009889Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9890
9891 * Makefile.am configure.in include/libxml/xmlversion.h.in:
9892 made configuring with regexps/automata/unicode the default
9893 but without schemas ATM
9894 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
9895 fixed the regexp based DTD validation performance and memory
9896 problem by switching to a compact form for determinist regexps
9897 and detecting the determinism property in the process. Seems
9898 as fast as the old DTD validation specific engine :-) despite
9899 the regexp built and compaction process.
9900
Daniel Veillard5acfd6b2002-09-18 16:29:02 +00009901Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9902
9903 * valid.c: determinism is debugged, new DTD checking code now works
9904 but xmlFAComputesDeterminism takes far too much CPU and the whole
9905 set usues too much memory to be really usable as-is
9906
Daniel Veillard0f04f8e2002-09-17 23:04:40 +00009907Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9908
9909 * tree.c: fixed another stupid bug in xmlGetNodePath()
9910 * xmllint.c: --version now report the options compiled in
9911
Daniel Veillarda646cfd2002-09-17 21:50:03 +00009912Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9913
9914 * HTMLparser.c: small cleanup
9915 * valid.c xmlregexp.c: switched DTD validation to use only regexp
9916 when configured with them. A bit of debugging around the determinism
9917 checks is still needed
9918
Daniel Veillard63b01c22002-09-17 19:25:28 +00009919Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9920
9921 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
9922
Daniel Veillard92727042002-09-17 17:59:20 +00009923Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9924
9925 * xmlIO.c: small portability glitch fixed.
9926
Daniel Veillard84d70a42002-09-16 10:51:38 +00009927Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9928
9929 * xmlschemastypes.c: incomplete steps for real/double support
9930 * testAutomata.c include/libxml/xmlautomata.h
9931 include/libxml/xmlregexp.h: avoiding a compilation problem
9932 * valid.c include/libxml/valid.h: starting the work toward using
9933 the regexps for actual DTD validation
9934
Daniel Veillardaeb258a2002-09-13 14:48:12 +00009935Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9936
9937 * hash.c: cosmetic cleanup
9938 * valid.c include/libxml/tree.h include/libxml/valid.h: started
9939 integrating a DTD validation layer based on the regexps
9940
Daniel Veillard4402ab42002-09-12 16:02:56 +00009941Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9942
9943 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
9944 the determinism was tested before eliminating the epsilon
9945 transitions :-(
9946
Daniel Veillardc6d4a932002-09-12 15:00:57 +00009947Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
9948
9949 * python/generator.py python/libxml.c python/libxml.py
9950 python/libxml2-python-api.xml python/libxml2class.txt
9951 python/libxml_wrap.h python/types.c: updated the python
9952 bindings, added code for easier File I/O, and the ability to
9953 define a resolver from Python fixing bug #91635
9954 * python/tests/Makefile.am python/tests/inbuf.py
9955 python/tests/outbuf.py python/tests/pushSAXhtml.py
9956 python/tests/resolver.py python/tests/serialize.py: updated
9957 and augmented the set of Python tests.
9958
Igor Zlatkovic353bf582002-09-10 19:07:14 +00009959Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9960
9961 * win32/configure.js: added more readme info for the binary
9962 package.
9963
Daniel Veillard607b35c2002-09-10 12:16:19 +00009964Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9965
9966 * xmlIO.c: fixed a stupid out of bound array error
9967
9968Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9969
9970 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
9971 messing around with support for Windows path, cleanups,
9972 trying to identify and fix the various code path to the
9973 filename access. Added xmlNormalizeWindowsPath()
9974
Daniel Veillard76575762002-09-05 14:21:15 +00009975Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9976
9977 * error.c valid.c: working on better error reporting of validity
9978 errors, especially providing an accurate context.
9979 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
9980 error reports in those cases.
9981
Daniel Veillard3487c8d2002-09-05 11:33:25 +00009982Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9983
9984 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
9985 parser.c parserInternals.c xmlIO.c: get rid of all the
9986 perror() calls made in the library execution paths. This
9987 should fix both #92059 and #92385
9988
Daniel Veillard19aa7022002-09-05 11:14:19 +00009989Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9990
9991 * xmllint.c: memory leak reporting was broken after a change
9992 of the preprocessor symbol used to activate it.
9993
Daniel Veillardec6725e2002-09-05 11:12:45 +00009994Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9995
9996 * tree.c: try to make the copy function work for node of
9997 type XML_DOCUMENT_FRAG_NODE, they are only created by the
9998 DOM layers though, not libxml2 itself.
9999
Daniel Veillardb9cd8b42002-09-05 10:58:49 +000010000Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
10001
10002 * valid.c: try to provide file and line informations, not all
10003 messages are covered, but it's a (good) start
10004
Daniel Veillardbbc72c32002-09-05 10:52:10 +000010005Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
10006
10007 * xinclude.c: reimplemented a large part of the XInclude
10008 processor, trying to minimize resources used, James Henstridge
10009 provided a huge test case which was exhibiting severe memory
10010 consumption problems.
10011
Daniel Veillard2206dbf2002-09-05 08:09:37 +000010012Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
10013
10014 * python/Makefile.am: applied patch from Christophe Merlet to
10015 reestablish DESTDIR
10016
Daniel Veillard5643b5a2002-09-04 12:27:06 +000010017Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
10018
10019 * libxml.spec.in: fixes libary path for x86_64 AMD
10020
John Fleckbe98b332002-09-04 03:16:23 +000010021Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
10022
10023 * doc/tutorial/includekeyword.c
Daniel Veillard5643b5a2002-09-04 12:27:06 +000010024 * doc/tutorial/xmltutorial.xml:
John Fleckbe98b332002-09-04 03:16:23 +000010025 (plus resulting generated html files)
10026 fixing one spot I missed in the tutorial where I hadn't freed
10027 memory properly
10028
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +000010029Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
10030
10031 * doc/tutorial/includeaddattribute.c
10032 * doc/tutorial/includeaddkeyword.c
10033 * doc/tutorial/includegetattribute.c
10034 * doc/tutorial/includekeyword.c
10035 * doc/tutorial/xmltutorial.xml
Daniel Veillard5643b5a2002-09-04 12:27:06 +000010036 * doc/tutorial/*.html:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +000010037 update tutorial to properly free memory (thanks to Christopher
10038 R. Harris for pointing out that this needs to be done)
Daniel Veillard5643b5a2002-09-04 12:27:06 +000010039 * doc/tutorial/images/callouts/*.png:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +000010040 added image files so the callouts are graphical, making it
10041 easier to read ( use "--param callout.graphics 1" to generate
10042 html with graphical callouts)
10043
Daniel Veillarde1662542002-08-28 11:50:59 +000010044Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
10045
10046 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
10047 nice logos generated by Marc Liyanage
10048 * doc/site.xsl *.html: changed the stylesheet to show the new
10049 logo and regenerated the pages
10050
Daniel Veillardb212bbb2002-08-25 14:39:16 +000010051Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10052
10053 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
10054
Daniel Veillard42766c02002-08-22 20:52:17 +000010055Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
10056
10057 * xpath.c: possible mem leak patch from Jason Adams
10058
10059Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10060
10061 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
10062 in the XQuery namespace
10063 * configure.in: preparing 2.4.24
10064 * doc/*.html: updated the web pages
10065
10066Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10067
10068 * python/generator.py: closing bug #85258 by generating conditional
10069 compile check to avoid linking to routines not configured in.
10070
Havoc Pennington84ec40a2002-08-22 13:59:35 +0000100712002-08-22 Havoc Pennington <hp@pobox.com>
10072
10073 * autogen.sh: update error message for missing automake
10074
Daniel Veillard08cccaa2002-08-22 09:47:29 +000010075Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
10076
10077 * python/Makefile.am: typo in target name resulted in libxml2.py
10078 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
10079
Daniel Veillard22669b22002-08-22 07:17:11 +000010080Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
10081
10082 * win32/win32/Makefile.mingw: updated with version from
10083 Elizabeth Barham at http://soggytrousers.net/repository/
10084
Igor Zlatkovica40adbc2002-08-20 14:42:32 +000010085Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10086
10087 * win32/Makefile.msvc: added the prefix location to the include
10088 and lib search path.
10089
Havoc Pennington830e8972002-08-18 22:22:13 +0000100902002-08-18 Havoc Pennington <hp@pobox.com>
10091
10092 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
10093 both automake 1.6 and 1.4 installed get the right automake. Means
10094 compilation from CVS will now require the latest automake 1.4
10095 release, or manually creating symlinks called "automake-1.4" and
10096 "aclocal-1.4"
10097
Daniel Veillardb6984ef2002-08-14 16:55:31 +000010098Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
10099
10100 * configure.in python/Makefile.am: more AMD 64 induced changes from
10101 Frederic Crozat
10102
Daniel Veillardc4bad4a2002-08-14 14:45:25 +000010103Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10104
10105 * xinclude.c: oops I was missing the xml:base fixup too
10106 * result/XInclude/*.xml: this adds xml:base attributes to most
10107 results of the tests
10108
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +000010109Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10110
10111 * xinclude.c: quick but apparently working implementation of
10112 xi:fallback, should close bug #89684
10113 * Makefile.am test/XInclude/docs/fallback.xml
10114 result/XInclude/fallback.xml: added a basic test for fallback,
10115 and run with --nowarning to avoid a spurious warning
10116 * configure.in: applied patch from Frederic Crozat for python
10117 bindings on AMD 64bits machines.
10118
Daniel Veillard9e923512002-08-14 08:48:52 +000010119Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
10120
10121 * parser.c: xmlSAXUserParseMemory() really ought to fail if
10122 the caller don't pass a SAX callback block.
10123
Daniel Veillardc1a0da32002-08-14 08:32:18 +000010124Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10125
10126 * tree.c: applied the same fix for the XML-1.0 namespace to
10127 xmlSearchNsByHref() as was done for xmlSearchNs()
10128
Daniel Veillardad11b302002-08-12 14:53:41 +000010129Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10130
10131 * libxml.3: small cleanup of the man page
10132 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
10133 when serializing HREF attributes generated by XSLT.
10134
Daniel Veillardc084e472002-08-12 13:27:28 +000010135Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10136
10137 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
10138 version of Marc Liyanage' patch for boolean attributes in HTML
10139 output
10140
Daniel Veillard5f91b372002-08-12 12:13:01 +000010141Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
10142
10143 * python/tests/serialize.py: fixed the test results, indenting
10144 behaviour changed slightly
10145
Aleksey Sanin9e951762002-08-08 18:02:41 +000010146Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
10147
10148 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
10149 new c14n function to Windows def files
10150
Aleksey Saninea4272a2002-08-02 23:50:03 +000010151Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
10152
10153 * c14n.c: fixed a memory leak in c14n code
10154
Daniel Veillard58e44c92002-08-02 22:19:49 +000010155Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
10156
10157 * parser.c include/libxml/parser.h: adding a new API for Christian
10158 Glahn: xmlParseBalancedChunkMemoryRecover
10159 * valid.c: patch from Rick Jones for some grammar cleanup in
10160 validation messages
10161 * result/VC/* result/valid/*: this slightly change some of the
10162 regression tests outputs
10163
Daniel Veillard0bf29002002-08-01 12:54:11 +000010164Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
10165
10166 * tree.c: trying to fix a problem in namespaced attribute handling
10167 raised by Christian Glahn
10168
Daniel Veillard6f46f6c2002-08-01 12:22:24 +000010169Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10170
10171 * encoding.c include/libxml/encoding.h: Opening the interface
10172 xmlNewCharEncodingHandler as requested in #89415
10173 * python/generator.py python/setup.py.in: applied cleanup
10174 patches from Marc-Andre Lemburg
10175 * tree.c: fixing bug #89332 on a specific case of loosing
10176 the XML-1.0 namespace on xml:xxx attributes
10177
Aleksey Sanin2c135a12002-08-01 06:31:50 +000010178Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
10179
10180 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
10181 corner case from new Merlin's test suite and added a callback
10182 that will be used to improve xmlsec performance
10183
10184
Daniel Veillard0b22def2002-07-29 16:23:03 +000010185Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
10186
10187 * HTMLtree.c: trying to fix the <style> escaping problem in
10188 HTML serialization bug #89342
10189
Daniel Veillard0b28e882002-07-24 23:47:05 +000010190Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
10191
10192 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
10193 and rebuilt the web site.
10194
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +000010195Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard0b28e882002-07-24 23:47:05 +000010196
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +000010197 * include/libxml/tree.h: added _private member to xmlNs struct
10198
Daniel Veillard1d995272002-07-22 16:43:32 +000010199Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
10200
10201 * HTMLparser.c: fixing bug #84876 based on the xml working
10202 code.
10203
William M. Brack61eaba52002-07-21 11:14:18 +000010204Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10205
10206 * python/Makefile.am: enhanced to fix bug 72012 (errors
10207 when using '-jX' make parameter)
10208
William M. Brackef61d202002-07-19 08:32:00 +000010209Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10210
10211 * xpath.c: small additional enhancement for booleans
10212 compared to nodesets
10213
Daniel Veillard3a42f3f2002-07-17 17:57:34 +000010214Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10215
10216 * HTMLtree.c: changed the order of the encoding declaration
10217 attributes in the meta tags due to a bug in IE/Mac
10218
William M. Brack0c022ad2002-07-12 00:56:01 +000010219Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10220
10221 * xpath.c: enhanced handling of booleans (especially '='
10222 and '!=' for nodesets) - fixes bug 85256. Added new
10223 routine xmlXPathNotEqualValues for more proper handling
10224 of '!=' when nodesets are involved.
10225
Daniel Veillard06944e22002-07-11 19:55:18 +000010226Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10227
10228 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
10229 doc/xmlcatalog_man.xml to the source distribution
10230
Igor Zlatkovic6ac30172002-07-10 19:22:48 +000010231Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10232
10233 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
10234 asked for this.
10235
Daniel Veillard539638b2002-07-06 19:55:14 +000010236Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
10237
10238 * configure.in: preparing 2.4.23
10239 * doc/*: rebuilt the docs
10240
Daniel Veillard176d99f2002-07-06 19:22:28 +000010241Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
10242
10243 * parser.c: fixing bug #84169 by fixing the
10244 comment of xmlCreatePushParserCtxt to describe the
10245 encoding detection parameters better.
10246
Daniel Veillard37f961d2002-07-06 17:53:56 +000010247Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
10248
10249 * valid.c: fixing bug #79331 in one path the lookup for
10250 ID attributes on a namespaced node wasn't handled correctly :-\
10251
Daniel Veillard8c9872c2002-07-05 18:17:10 +000010252Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
10253
10254 * HTMLparser.c: trying to fix 87235 about discarded white
10255 spaces in the HTML parser.
10256 * result/HTML/*: this changes the output of a number of HTML
10257 regression tests
10258
Daniel Veillardfdc91562002-07-01 21:52:03 +000010259Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
10260
10261 * xpath.c: applied patch from Richard Jinks for the namespace
10262 axis + fixed a memory error.
10263 * parser.c parserInternals.c: applied patches from Peter Jacobi
10264 removing ctxt->token for good.
10265 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
10266 popped out by the regression tests.
10267 * Makefile.am: patch for threads makefile from Gary Pennington
10268
William M. Brack6000af52002-06-28 11:43:13 +000010269Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10270
Daniel Veillardfdc91562002-07-01 21:52:03 +000010271 * xpath.c: enhanced behaviour of position() after usage of
William M. Brack6000af52002-06-28 11:43:13 +000010272 expressions involving preceding-sibling (et al).
10273
Daniel Veillard153120c2002-06-18 07:58:35 +000010274Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
10275
10276 * hash.c: applied a patch from Peter Jacobi to solve a problem
10277 when compiling with the Watcom C on Win32
10278 * result/schemas/*.err: the change of hashing algo generated
10279 permutations in the output
10280
Daniel Veillard5f7f9912002-06-17 17:03:00 +000010281Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10282
10283 * hash.c: applied patch from Sander Vesik improving the quality of
10284 the hash function.
10285
Aleksey Sanina5808b92002-06-14 17:07:41 +0000102862002-06-14 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin49cc9752002-06-14 17:07:10 +000010287
10288 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
10289 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
10290 xmllint.c xpath.c: replaced sprintf() with snprintf()
10291 to prevent possible buffer overflow (the bug was pointed
10292 out by Anju Premachandran)
10293
Daniel Veillarde059b892002-06-13 15:32:10 +000010294Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10295
10296 * parser.c: removed an uninitialized data error popped by valgrind
10297 on PE references
10298
MDT 2002 John Fleckd7ca7f92002-06-13 03:41:03 +000010299Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
10300
10301 * doc/xml.html
10302 adding tutorial reference to the web page
10303
MDT 2002 John Fleck54520832002-06-13 03:30:26 +000010304Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
10305
10306 * doc/tutorial/xmltutorial.xml
10307 * doc/tutorial/ar01s07.html
10308 * doc/tutorial/ape.html
10309 * doc/tutorial/includegetattribute.c
10310 adding section to tutorial about retrieving an attribute
10311 value
10312
Daniel Veillardf5582f12002-06-11 10:08:16 +000010313Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10314
10315 * parser.c: applied a couple of patches from Peter Jacobi to start
10316 to get rid of ctxt->token, with a possible significant speed
10317 improvement to be gained once done. Better compliance with PE
10318 references constructs in DTDs too.
10319 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
10320 from Peter too
10321
Daniel Veillard38d80e22002-06-11 07:24:56 +000010322Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10323
10324 * parser.c: Babak Vahedipour-Kunze reported that openTag in
10325 xmlParseElement was likely to have been deallocated at the
10326 time of the report, possibly leading to segfault. Just report
10327 the tag name now.
10328
Daniel Veillard9e412302002-06-10 15:59:44 +000010329Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10330
10331 * xpath.c: patch from Richard Jinks for XPath substring() function
10332 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
10333
Aleksey Sanina5808b92002-06-14 17:07:41 +0000103342002-06-06 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin9c45ba82002-06-06 21:46:13 +000010335
10336 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
10337
MDT 2002 John Flecka63f3ff2002-06-06 02:14:01 +000010338Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
10339
10340 *doc/FAQ.html
10341 fixing typos in FAQ, thanks to Robert Funnell for the
10342 editing help
10343
Daniel Veillardd2fd1b62002-06-05 12:52:34 +000010344Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10345
10346 * NEWS: got complaints from rpmlint that it was empty
10347
MDT 2002 John Fleck598f6eb2002-06-04 15:10:36 +000010348Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
10349
10350 * added doc/tutorial, including:
10351 apa.html
10352 apb.html
10353 apc.html
10354 apd.html
10355 ar01s02.html
10356 ar01s03.html
10357 ar01s04.html
10358 ar01s05.html
10359 ar01s06.html
10360 includeaddattribute.c
10361 includeaddkeyword.c
10362 includekeyword.c
10363 includestory.xml
10364 index.html
10365 xmltutorial.xml
10366 libxml tutorial, including generated html
10367
Aleksey Saninf8cb6dd2002-06-04 04:27:06 +000010368Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
10369
10370 * result/c14n/exc-without-comments/merlin-c14n-two-*
10371 result/c14n/without-comments/merlin-c14n-two-*
10372 test/c14n/exc-without-comments/merlin-c14n-two-*
10373 test/c14n/without-comments/merlin-c14n-two-*
10374 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
10375 c14n/exc-c14n and slightly modified test script to handle
10376 these test cases
10377 * c14n.c: fixed bugs for complicated nodes set (namespace
10378 without node and others from merlin-c14n-two.tar.gz)
10379 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
10380 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
10381 for xmlsec performance patch
10382 * xpath.c: fixed self::node() for namespaces and attributes
10383
Daniel Veillardd2fd1b62002-06-05 12:52:34 +000010384Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
10385
10386 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
10387 but with the format parameter
10388 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
10389
Aleksey Saninc57f9c12002-05-31 19:14:57 +000010390Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
10391
10392 * Makefile.am: updated c14n tests suite
10393 * c14n.c: performance improvement for previous c14n patch
10394
Daniel Veillarde72c7562002-05-31 09:47:30 +000010395Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10396
10397 * parser.c: another peroformance patch from Peter Jacobi, that
10398 time on parsing attribute values.
10399
Aleksey Sanin508a1012002-05-31 06:32:32 +000010400Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
10401
10402 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
10403 into LibXML2 test suite
10404
Aleksey Sanindffd5c82002-05-31 04:24:13 +000010405Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
10406
10407 * c14n.c: propagating xpath ancesstors node fix to c14n
10408 plus small performance improvement to reduce number of
10409 mallocs
10410 * xpath.c: fixed ancestors axis processing for namespace nodes
10411
Daniel Veillard46de64e2002-05-29 08:21:33 +000010412Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
10413
10414 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
10415 Peter Jacobi
10416
Daniel Veillardd5e22ef2002-05-27 21:17:57 +000010417Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
10418
10419 * configure.in: preparing 2.4.22
10420
Daniel Veillard1b31e4a2002-05-27 14:44:50 +000010421Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10422
10423 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
10424 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
10425 a public entry point.
10426 * doc/*: rebuilt the API and docs
10427
Daniel Veillarded23b7d2002-05-27 12:16:02 +000010428Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
10429
10430 * xpath.c: patch from Richard Jinks to fix a problem introduced
10431 in the previous patch and pointed by Norm
10432
Daniel Veillardc6924812002-05-24 11:10:43 +000010433Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
10434
10435 * libxml.spec.in: fixing bug #81112
10436
Daniel Veillard234bc4e2002-05-24 11:03:05 +000010437Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10438
10439 * uri.c: fixing bug #82848
10440
Daniel Veillarda2878972002-05-24 07:54:39 +000010441Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10442
10443 * result/catalogs/mycatalog.full: Aleksey's commit changed the
10444 output of one catalog test
10445
Aleksey Sanin114e4752002-05-24 07:20:27 +000010446Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillarda2878972002-05-24 07:54:39 +000010447
Aleksey Sanin114e4752002-05-24 07:20:27 +000010448 * global.data globals.c tree.c include/libxml/globals.h
10449 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
10450 default value for global parameter xmlIndentTreeOutput to 1 and
10451 introduced new global parameter xmlTreeIndentString (the string
10452 used to do one-level indent) with default value " " (as it was
10453 in tree.c)
10454
Daniel Veillard49d5af82002-05-23 11:55:49 +000010455Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10456
10457 * Makefile.am: Merijn Broeren pointed out a problem when compiling
10458 with trio and schemas.
10459
Daniel Veillard7c13af42002-05-22 09:57:32 +000010460Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10461
10462 * xpath.c: patch from Richard Jinks to fix the problem raised in
10463 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
10464
Daniel Veillard5a872412002-05-22 06:40:27 +000010465Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
10466
10467 * xmlschemas.c: a bit of work on import.
10468 * xmlschemastypes.c: Charles Bozeman provided a compare function
10469 for date/time types so min/max facet restrictions should work,
10470 indeterminate comparisons return an error instead of equal.
10471 * test/schemas/date_0* result/schemas/date_0_0: specific test
10472 from Charles Bozeman too
10473
Daniel Veillard10b6da42002-05-18 07:55:20 +000010474Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10475
10476 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
10477 from Christian Cornelssen fixing the man pages and the Catalog
10478 building script.
10479 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
10480 next step is <xs:import> I now have a reasonable understanding
10481 of how it works.
10482
Daniel Veillarde5354492002-05-16 08:43:22 +000010483Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10484
10485 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
10486
Igor Zlatkovic1396e182002-05-14 22:22:40 +000010487Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10488
10489 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
10490
Daniel Veillard088bf112002-05-14 11:03:59 +000010491Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
10492
10493 * xpath.c: fixing an XPath function evalutation bug pointed out
10494 by Alexey Efimov where the context was lost when evaluating
10495 the function arguments
10496
Aleksey Sanin79376ba2002-05-14 06:41:32 +000010497Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard088bf112002-05-14 11:03:59 +000010498
Aleksey Sanin79376ba2002-05-14 06:41:32 +000010499 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
10500 function public for XMLSec performance optimizations
10501
Daniel Veillard3cd72402002-05-13 10:33:30 +000010502Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
10503
10504 * python/generator.py python/libxml2class.txt : fixed a problem
10505 with the HTML parser pointed by Gary Benson
10506 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
10507 example
10508
Aleksey Sanine48a3182002-05-09 18:20:01 +000010509Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10510 * parser.c: fixed bug #81159 (memory growth in SAX)
10511
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010512Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10513 * xpath.c: fixed bug #78858 (the real fix)
10514
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010515Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010516 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010517
Daniel Veillard4cbe4702002-05-05 06:57:27 +000010518Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10519
10520 * tree.c: modified xmlNodeSetBase to allow changing the
10521 base of a document.
10522
Daniel Veillard070803b2002-05-03 07:29:38 +000010523Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
10524
10525 * xmlschemastypes.c: patch Charles Bozeman for validation of
10526 all the date, time, and duration types
10527 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
10528 * configure.in: fixed an error pointed by an user
10529 * xml2-config.in: fixed an error pointed by an user
10530
Aleksey Sanin5aac8b82002-05-01 18:32:28 +000010531Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10532
10533 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
10534 win32/libxml2.def.src xmlIO.c: exported default
10535 'file:', 'http:' and 'ftp:' protocols input handlers
10536 and maked protocols comparisson case insensitive
10537
Daniel Veillard34de97f2002-04-30 14:29:22 +000010538Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10539
10540 * configure.in: Neven Has detected a typo
10541
Daniel Veillard28577c32002-04-30 06:48:41 +000010542Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
10543
10544 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
10545 as one of the persons allowed to commit directly to the
10546 module.
10547
Daniel Veillardfc57b412002-04-29 15:50:14 +000010548Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10549
10550 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
10551 * valid.c: raised a too low limit
10552 * doc/*: rebuilt the docs
10553
Daniel Veillardeca82812002-04-24 11:42:02 +000010554Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10555
10556 * test/XPath/expr/floats test/XPath/expr/functions
10557 result/XPath/expr/floats result/XPath/expr/functions
10558 xpath.c: another XPath conformance patch from Richard Jinks
10559
Daniel Veillard13e04c62002-04-23 17:51:29 +000010560Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
10561
10562 * xmlschemas.c: fixed validation of attribute groups.
10563 * test/schemas result/schemas: added an example from the primer
10564
Daniel Veillard88c58912002-04-23 07:12:20 +000010565Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10566
10567 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
10568 * test/schemas result/schemas: updated the test list
10569
Daniel Veillarde19fc232002-04-22 16:01:24 +000010570Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10571
10572 * TODO: updated a bit
10573 * parser.c: made a comment more specific
10574 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
10575 Schemas conformance.
10576 * test/schemas result/schemas: updated the test list
10577
Daniel Veillard441bc322002-04-20 17:38:48 +000010578Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
10579
10580 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
10581 implementing xs:all with minOccurs = 0
10582 * tes/schemas/* result/schemas/*: added more tests covering
10583 xs:all
10584
Daniel Veillard8a001f62002-04-20 07:24:11 +000010585Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
10586
10587 * xmlregexp.c: first implementation of the all particle, this
10588 may need to be revisited for case where not all transitions
10589 must be crossed.
10590
Daniel Veillard7646b182002-04-20 06:41:40 +000010591Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10592
10593 * tree.c: another entity processing update from Markus Henke
10594
Bjorn Reese54d02fb2002-04-19 15:16:01 +000010595Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
10596
10597 * trionan.c: fixed crash on OSF/1
10598
Daniel Veillardb4398962002-04-19 07:01:55 +000010599Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
10600
10601 * xmlschemas.c: more Schemas work
10602 * test/schemas/* result/schemas/*: added more tests coming
10603 from the spec.
10604
Daniel Veillard54761132002-04-18 21:00:44 +000010605Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10606
10607 * c14n.c: patch from Aleksey Sanin reflecting a change in the
10608 ExcC14N specification
10609
Daniel Veillardbf8dae82002-04-18 16:39:10 +000010610Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10611
10612 * tree.c: patch from Markus Henke, fix for recursive entities.
10613
Daniel Veillard23b1f372002-04-18 15:50:05 +000010614Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10615
10616 * xpath.c: fix a problem with string() on a document node.
10617
Daniel Veillarddecd64d2002-04-18 14:41:51 +000010618Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10619
10620 * Makefile.am xmlschemas.c: more Schemas work
10621 * test/schemas/* result/schemas/*: added more tests coming
10622 from the spec.
10623
Daniel Veillard6231e842002-04-18 11:54:04 +000010624Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10625
10626 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
10627 * result/HTML/*: this changes a few things in the results
10628
Igor Zlatkovic648b8e92002-04-17 18:35:57 +000010629Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10630
10631 * include/libxml/tree.h: eliminated 'declaration different than
10632 prototype' warning
10633 * include/win32config.h: "resolved" conflicts with errno.h
10634
Daniel Veillardb509f152002-04-17 16:28:10 +000010635Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10636
10637 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
10638 on the automata interfaces and debug of counted choices
10639 * test/schemas/* result/schemas/*: added a number of tests
10640
Daniel Veillard8651f532002-04-17 09:06:27 +000010641Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10642
10643 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10644 a bit of work on Schemas
10645 * testSchemas.c: try to make it more useful
10646 * test/schemas/* result/schemas/* Makefile.am: changed the
10647 Schemas regression test procedure, started adding a few samples
10648
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010649Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10650
10651 * include/libxml/encoding.h: Patch for the Borland C++ builder
10652 * include/libxml/tree.h: Patch for the Borland C++ builder
10653 * threads.c: Patch for the Borland C++ builder
Igor Zlatkovice1eff382002-04-16 19:00:21 +000010654 * win32/bcb5: New directory for the Borland C++ builder
10655 project files
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010656
Igor Zlatkovicea5148d2002-04-16 17:46:25 +000010657Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10658
10659 * win32/Makefile.msvc: Update for XML Schema support
10660 * win32/configure.js: Update for XML Schema support
10661 * win32/libxml2.def.src: Update for XML Schema support
10662
Daniel Veillard4255d502002-04-16 15:50:10 +000010663Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
10664
10665 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
10666 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
10667 xmlunicode.c include/libxml/Makefile.am
10668 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
10669 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
10670 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
10671 include/libxml/xmlversion.h.in : merged the current state of
10672 XML Schemas implementation, it is not configured in by default,
10673 a specific --schemas configure option has been added.
10674 * test/automata test/regexp test/schemas Makefile.am
10675 result/automata result/regexp result/schemas:
10676 merged automata/regexp/schemas regression tests
10677
Daniel Veillardbc6f7592002-04-16 07:49:59 +000010678Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
10679
10680 * xpath.c: Gary found a compile time problem, fixes #78823
10681
Daniel Veillarda7084cd2002-04-15 17:12:47 +000010682Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10683
10684 * configure.in: release of 2.4.20
10685 * doc/*: updated and rebuilt the docs
10686
Daniel Veillardf544f192002-04-15 12:56:56 +000010687Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10688
10689 * python/Makefile.am: patch from Cristian Gafton to build on
10690 Red Hat 6.2, should also fix #75779
10691
Daniel Veillard940492d2002-04-15 10:15:25 +000010692Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10693
10694 * valid.c: first part of fixing #78729
10695
Daniel Veillardeb475a32002-04-14 22:00:22 +000010696Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
10697
10698 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
10699 escaping of URI when saving HTML files.
10700 * result/HTML/*: this impacted some tests
10701
Daniel Veillard9b731d72002-04-14 12:56:08 +000010702Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
10703
10704 * configure.in: trying to fix #77441
10705
Daniel Veillarda8a89fe2002-04-12 21:03:34 +000010706Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10707
10708 * include/libxml/xmlIO.h: Hallski complained it could not be
10709 included by itself.
10710
Daniel Veillardcb5b4d62002-04-11 08:24:26 +000010711Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10712
10713 * configure.in: applied an IEEE flag patch for OSF/1 #77825
10714
Igor Zlatkovic9425ce22002-04-10 21:57:11 +000010715Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10716
10717 * win32/configure.js: patch from Nilo for the c14n option
10718 * win32/Makefile.msvc: fixed libxml2.def generation with threads
10719
Daniel Veillardda423da2002-04-10 19:25:38 +000010720Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10721
10722 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
10723 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
10724 LIBXML_THREAD_ENABLED
10725
Daniel Veillard0eafdef2002-04-10 16:14:34 +000010726Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10727
10728 * xpath.c: another patch from Richard Jinks for substring conformance
10729 * test/XPath/expr/floats test/XPath/expr/strings
10730 result/XPath/expr/floats result/XPath/expr/strings: update of the
10731 test suite to check those.
10732
Daniel Veillard01917aa2002-04-10 11:30:41 +000010733Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10734
10735 * xpath.c: patch from Richard Jinks for .x float parsing.
10736
Daniel Veillard46d6c442002-04-09 16:10:39 +000010737Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
10738
10739 * parser.c: patch from Markus Henke when an encoding ain't recognized
10740
Daniel Veillard88e0ad42002-04-09 13:48:02 +000010741Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10742
10743 * libxml.m4: got a report that #include <string.h> was needed
10744
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010745Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10746
10747 * xmllint.c: applied a fix from Anthony Jones for -o /--output
10748
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010749Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
10750
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010751 * doc/example.html: fixing typo
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010752
Daniel Veillardbd6e6312002-04-01 08:04:14 +000010753Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10754
10755 * xpath.c: fixed a bug in the nodeset to boolean comparison code
10756 pointed out by Melvyn Sopacua.
10757
Daniel Veillarde979e3b2002-03-29 22:43:00 +000010758Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10759
10760 * libxml.m4: Frédéric Crozat gave a patch related to the change
10761 of Include paths breaking the libxml.m4
10762
Daniel Veillard7089d6b2002-03-29 17:28:10 +000010763Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10764
10765 * xpath.c: Fix bug #76927 forgot to save some context
10766 when evaluating binary expressions
10767
Daniel Veillardd30be4a2002-03-28 18:25:31 +000010768Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
10769
10770 * configure.in: fixed configure for MPE/iX from Markus Henke
10771 * xmlmemory.c: fixed initialization problems
10772 * xpath.c: another set of patches from Richard Jinks this
10773 fixes "make XPathtests" on linux
10774
Daniel Veillard21458c82002-03-27 16:12:22 +000010775Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
10776
10777 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
10778 * test/XPath/expr/compare test/XPath/expr/equality
10779 test/XPath/expr/floats test/XPath/expr/functions
10780 test/XPath/expr/strings result/XPath/expr/compare
10781 result/XPath/expr/equality result/XPath/expr/floats
10782 result/XPath/expr/functions result/XPath/expr/strings: Updated
10783 tests though they show a divergence on Linux
10784
Daniel Veillard28dfed12002-03-27 09:08:17 +000010785Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10786
10787 * xpath.c trionan.c: previous commit also included patches
10788 from Richard Jinks on some IEEE support corner case
10789
Daniel Veillard5fc1f082002-03-27 09:05:40 +000010790Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10791
10792 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
10793 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
10794 that $(datadir) should be used for docs
10795
Daniel Veillarddb1dc392002-03-26 12:44:39 +000010796Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10797
10798 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
10799 could leak filedescriptors
10800
Daniel Veillarddd4b9122002-03-26 07:58:43 +000010801Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10802
10803 * configure.in nanohttp.c: applied patch from Allan Clark for
10804 UnixWare/OpenServer
10805
Daniel Veillard19274092002-03-25 16:48:03 +000010806Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10807
10808 * configure.in: preparing 2.4.19
10809 * doc/*: rebuilt the docs
10810
Daniel Veillard56b2db72002-03-25 16:35:28 +000010811Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10812
10813 * nanohttp.c: fixing #76043, got fed up with non-portability
10814 of that piece of code.
10815
Daniel Veillard6f4561a2002-03-25 12:10:14 +000010816Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
10817
10818 * valid.c SAX.c: Never commit without running "make tests" :-(
10819 fix a couple of stupidities in the previous commit
10820 * result/*: a few changes in some attribute order result of previous
10821 commit.
10822
Daniel Veillardd85f4f42002-03-25 10:48:46 +000010823Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10824
10825 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
10826 the internal subset should not raise duplicate ID errors,
10827 also there was a small bug in conjunction to namespace
10828 declarations defaulted and xml:xxx attributes DTD definitions.
10829
Daniel Veillard56cd18b2002-03-22 14:14:43 +000010830Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10831
10832 * xpath.c: Richard Jinks also raised some rounding problems
10833 this tries to fix them
10834
Daniel Veillard4e2df542002-03-22 12:23:14 +000010835Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10836
10837 * xpath.c: Richard Jinks spotted an incoherent memory allocation
10838 behaviour in xmlXPathCastToString()
10839
Daniel Veillarddb552912002-03-21 13:27:59 +000010840Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10841
10842 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
10843 raised by Morus Walter
10844
Daniel Veillard9e537932002-03-21 13:08:08 +000010845Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10846
10847 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
10848 from Igor
10849
Daniel Veillard6fbcf422002-03-21 12:32:59 +000010850Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10851
10852 * xpath.c: fixing #75619, related to a problem when trying
10853 to evaluate condition when the current node set resulting
10854 from that sub-step evaluation is empty. Also fixes 2 potential
10855 problem with previous-sibling and next-siblings axis.
10856
Daniel Veillard1840ef02002-03-21 08:05:23 +000010857Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10858
10859 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
10860 HTML support is not configured in.
10861
Daniel Veillard561b7f82002-03-20 21:55:57 +000010862Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10863
10864 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
10865 include/libxml/tree.h: dohh I really didn't intended to commit
10866 this test version :-(
10867
Daniel Veillarde50f3b52002-03-20 19:24:21 +000010868Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10869
10870 * testSAX.c: I wanted to see the real speed at the SAX interface
10871 after a little too many Ximianer started complaining about the
10872 parser speed.
10873 added a --quiet option:
10874 paphio:~/XML -> ls -l db100000.xml
10875 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
10876 paphio:~/XML -> time ./testSAX --quiet db100000.xml
10877 3200006 callbacks generated
10878 real 0m1.270s
10879 Which means 16MBytes/s and 3Mcallback/s
10880
Daniel Veillardc62a1472002-03-19 18:35:12 +000010881Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10882
10883 * xpath.c: valgrind spotted another error that time when running
10884 on libxslt regression tests
10885
Daniel Veillard4b3a84f2002-03-19 14:36:46 +000010886Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10887
10888 * Makefile.am: adding "make valgrind" running the full regression
10889 tests (except python ones) under Valgrind (using valgrind -q
10890 which was kindly added by the author).
10891 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
10892 passes cleanly now except an obcure floating point initialization
10893 raised in log10() in one XPath regression test ???
10894 * tree.c: edited some comments to close #75244
10895
Daniel Veillard28cac6b2002-03-19 11:25:30 +000010896Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
10897
10898 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
10899 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
10900 context of ScrollKeeper, made sure that if the number is
10901 an integer, the serialization follows the description at
10902 http://www.w3.org/TR/xpath#section-String-Functions
10903
Daniel Veillard5997aca2002-03-18 18:36:20 +000010904Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10905
Daniel Veillard34ce8be2002-03-18 19:37:11 +000010906 * configure.in: preparing 2.4.18
10907 * doc/*: updated and rebuilt the web site
10908 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
10909 the Windows and Cygwin maintainers.
Daniel Veillard5997aca2002-03-18 18:36:20 +000010910 * parser.c: humm, changed the way the SAX parser work when
10911 xmlSubstituteEntitiesDefault(1) is set, it will then
10912 do the entity registration and loading by itself in case the
10913 user provided SAX getEntity() returns NULL.
10914 * testSAX.c: added --noent to test the behaviour.
10915
Daniel Veillardb5a60ec2002-03-18 11:45:56 +000010916Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10917
10918 * parser.c: Wilfried Teiken provided a hackish but working
10919 way to get context reported back on entities when parsing
10920 with SAX and without breaking the DOM build.
10921
Daniel Veillard2d347fa2002-03-17 10:34:11 +000010922Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10923
10924 * c14n.c: applied a new patch from Aleksey Sanin
10925 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
10926 to reference Aleksey implementation of XML digital Signatures
10927
Daniel Veillard38bf6f02002-03-16 22:03:31 +000010928Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10929
10930 * xpath.c: small fix to avoid potential problem due to
10931 ordering of freeing data
10932 * python/Makefile.am: people were complaining about
10933 the generated file in python dir not being built
10934
Daniel Veillardd2379012002-03-15 22:24:56 +000010935Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10936
10937 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
10938 python/generator.py python/libxml.c python/types.c: Cleanup
10939 of the python Makefiles based on Jacob and James feedback,
10940 fixed the spec file accordingly, fixed the number of warning
10941 that passing my pedantic CFLAGS was generating. Conclusion
10942 is that Python includes are real crap.
10943
Daniel Veillarde7dd2b82002-03-15 18:44:02 +000010944Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
10945
10946 * configure,in: it was reported quite a few times that
10947 xml2-config --cflags should not output
10948 -I$includeprefix/libxml2/libxml because libxml2 header names
10949 clashes with existing names like list.h from C++ stl.
10950 Includes should be #include<libxml/xxx.h> so ...
10951
Daniel Veillard6f293b12002-03-15 09:42:33 +000010952Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
10953
10954 * c14n.c: another patch from Aleksey Sanin
10955
Daniel Veillard5c396542002-03-15 07:57:50 +000010956Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10957
10958 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
10959 canonicalization algorithm
10960 * doc/xml.html doc/index.html: added the C14N references on the
10961 index page.
10962
jacob berkman9be65862002-03-14 02:15:56 +0000109632002-03-13 jacob berkman <jacob@ximian.com>
10964
10965 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
10966 usage, redundant, and gcc specific
10967
Daniel Veillard75be0132002-03-13 10:03:35 +000010968Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10969
10970 * xpath.c: speedup some node selection operations, this can
10971 have a significant impact on DocBook Norm's stylesheets
10972 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
10973 make sure it's always the case
10974 * debugXML.c: distinguish CDATA and comments in ls operations
10975
Daniel Veillard61f26172002-03-12 18:46:39 +000010976Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10977
10978 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
10979 to generate better API descriptions etc...
10980
Daniel Veillard9ff88172002-03-11 09:15:32 +000010981Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10982
10983 * c14n.c: Fixing #74186, made sure all boolean expressions
10984 get fully parenthesized, ran indent on the output
10985 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
10986 include/libxml/tree.h: also #74186 related, removed the
10987 --with-buffers option, and all the preprocessor conditional
10988 sections that were resulting from it.
10989
Daniel Veillardbb4e46d2002-03-10 16:49:08 +000010990Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10991
10992 * valid.c: applied patch from Dodji Seketeli fixing an
10993 uninitailized variable in xmlValidGetValidElements()
10994
Daniel Veillarddb1bdba2002-03-09 14:13:11 +000010995Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10996
10997 * c14n.c: fixed a few comments
10998 * doc/*.html doc/*/*.html: regenerated the docs and added
10999 the C14N API
11000 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
11001
Daniel Veillardfa49d872002-03-09 10:20:00 +000011002Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
11003
11004 * check-xml-test-suite.py: fix to adapt varaiations in the
11005 bindings
11006 * configure.in python/setup.py python/setup.py.in: fixed to
11007 have the version of the python scripts automatically updated
11008
Daniel Veillarda3db2e32002-03-08 15:46:57 +000011009Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11010
11011 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
11012 in xmlCopyProp()
11013
Daniel Veillardaf43f632002-03-08 15:05:20 +000011014Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
11015
11016 * configure.in: preparing 2.4.17 release
11017 * doc/*: updated and rebuilt the docs
11018 * xpath.c: fixed a comment
11019 * python/libxml.c: fixed a possible reentrancy problem
11020
Daniel Veillardef6c46f2002-03-07 22:21:56 +000011021Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
11022
11023 * tree.c python/tests/Makefile.am python/tests/attribs.py:
11024 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
11025 added a specific regression test
11026 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
11027 not raise exceptions when failing to find the attribute.
11028
Daniel Veillard90bc3712002-03-07 15:12:58 +000011029Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11030
11031 * configure.in xmllint.c: owen pointed out a problem with the
11032 ftme fix, gettimeofday() was not detected by configure and
11033 the ftime header wasn't included, dohhh
11034
Daniel Veillard8c1ae602002-03-07 11:21:00 +000011035Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
11036
11037 * configure.in xmllint.c: trying to fix #71457 for timing
11038 precision when gettimeofday() is not availble but ftime() is
11039
Daniel Veillardf5a457a2002-03-07 10:25:29 +000011040Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11041
11042 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
11043 are now copied on install and part of the -devel RPM
11044
Daniel Veillard7b416132002-03-07 08:36:03 +000011045Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
11046
11047 * xpath.c: trying to avoid bug #72150 which was apparently
11048 caused by a gcc bug (or a processor problem) as detailed
11049 at http://veillard.com/gcc.bug
11050
Daniel Veillardf742d342002-03-07 00:05:35 +000011051Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11052
11053 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
11054 fixed xmlReconciliateNs(), added a Python test/example for
11055 inter-document cut'n paste
11056 * python/libxml.py: fixed node.doc on document nodes and added
11057 xpathEval() onto node objects
11058
Daniel Veillard4e0e2972002-03-06 21:39:42 +000011059Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
11060
11061 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
11062 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
11063 fixup and integrated tests for the serialization stuff
11064
Daniel Veillarde915b2d2002-03-06 18:42:40 +000011065Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11066
11067 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
11068 moved the libxml man page to section 3
11069
Daniel Veillard1e774382002-03-06 17:35:40 +000011070Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11071
11072 * tree.c: fix bug #72490
11073 * python/libxml.c python/libxml.py: added methods serialize()
11074 and saveTo() to all node elements.
11075
Daniel Veillardddffd2a2002-03-05 20:28:20 +000011076Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
11077
11078 * xmlIO.c: closed #73430, don't read from an input source
11079 which indicated an end-of-file or an error.
11080
Daniel Veillard8d24cc12002-03-05 15:41:29 +000011081Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11082
11083 * parser.c: make sure SAX endDocument is always called as
11084 this could result in a Python memory leak otherwise (it's
11085 used to decrement ref-counting)
11086 * python/generator.py python/libxml.c python/libxml.py
11087 python/libxml2-python-api.xml python/libxml2class.txt
11088 python/tests/error.py python/tests/xpath.py: implemented
11089 the suggestions made by Gary Benson and extended the tests
11090 to match it.
11091
Daniel Veillardba5e18a2002-03-05 09:36:43 +000011092Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11093
11094 * python/generator.py: applied patch fixing #73450
11095
Daniel Veillard044fc6b2002-03-04 17:09:44 +000011096Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
11097
11098 * xpath.c: fixing #61290 "namespace nodes have no parent"
11099 long standing divergence from the XPath REC. NodeSets
11100 simply hold a copy of namespace nodes and those node ->next
11101 points to the parent (which may not be the node carrying the
11102 definition).
11103 * include/libxml/xpath.h: flagged but didn't added a possible
11104 speedup
11105 * DOCBparser.c HTMLparser.c: removed some warnings from push
11106 parser due to new state being added.
11107 * tree.c: new fix from Boris Erdmann
11108 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
11109 the XML Canonalization support from Aleksey Sanin
11110
Daniel Veillardd4f41aa2002-03-03 14:13:46 +000011111Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11112
11113 * tree.c: patch from Boris Erdmann fixing some namespace odities
11114 with xmlCopyNode()
11115
Daniel Veillardc6613042002-03-02 09:34:02 +000011116Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11117
11118 * xmlIO.c: fix bug #72706 when loading a NULL entity
11119
Daniel Veillardc0fef772002-03-01 16:16:31 +000011120Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11121
11122 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
11123 actually change in a future XML Namespace revision.
11124
Daniel Veillard79426f22002-03-01 16:14:17 +000011125Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11126
11127 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
11128 added the possibility of returning nodesets from XPath extension
11129 functions written in Python
11130
Daniel Veillarda94ec6f2002-03-01 13:00:53 +000011131Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
11132
11133 * python/*: commiting some Python bindings work done while travelling
11134
Daniel Veillard97300512002-03-01 09:13:41 +000011135Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11136
11137 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
11138 explicitely with memory debugging switched on
11139
Daniel Veillard6361da02002-02-23 10:10:33 +000011140Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
11141
11142 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11143 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11144 Added wrapper for the xmlURIPtr type, provided accessors, fixed
11145 the accessor generator for strings
11146 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
11147 regression test.
11148
Daniel Veillard0fea6f42002-02-22 22:51:13 +000011149Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11150
11151 * python/README python/generator.py python/libxml.c python/setup.py:
11152 added the 'usual' setup.py to allow building a libxml2-python
11153 module based on the same code. The initialization is however
11154 different the 2 .so files fo libxml2 and libxslt are identical and
11155 they entry point initialize both libraries. this is done to avoid
11156 some possible nasty problem since the Python don't merge the maps
11157 of all shared modules.
11158
Daniel Veillard158a4d22002-02-20 22:17:58 +000011159Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11160
11161 * parser.c: fixed a push/encoding bug reported by Michael
11162 on librsvg
11163
Daniel Veillard7839e162002-02-20 18:54:48 +000011164Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11165
11166 * include/libxml/parserInternals.h: fixes a misplaced #endif
11167
Daniel Veillardd54fa3e2002-02-20 16:48:52 +000011168Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11169
11170 * parser.c valid.c: found and fixed a couple of allocation bugs
11171
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000011172Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
11173
11174 * doc/xml.html doc/python.html doc/*: added a Python and binding
11175 page describing the current state of the Python bindings and
11176 giving pointers to the other languages wrappers.
11177
Daniel Veillard5f4b5992002-02-20 10:22:49 +000011178Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11179
11180 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
11181 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
11182 rebuilt the API and web site
11183 * xpath.c: fixed #71978 portability bugs
11184
Daniel Veillard8aff2472002-02-19 21:50:43 +000011185Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
11186
11187 * SAX.c: oops broke automatic defaulting of namespaces attributes.
11188
Daniel Veillard8dc16a62002-02-19 21:08:48 +000011189Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11190
11191 * include/libxml/parserInternals.h parser.c: had to change
11192 2 internal parsing API when processing document content
11193 to check the start and end of element content are defined
11194 in the same entity
11195 * valid.c include/libxml/valid.h: attribute normalization can
11196 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
11197 with the context to report it.
11198 * SAX.c: fixed the last known bugs, crazy validation constraints
11199 when a document is standalone seems correctly handled. There
11200 is a couple of open issues left which need consideration especially
11201 PE93 on external unparsed entities and standalone status.
11202 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
11203 The 2 tests left failing are actually in error. Cleanup done.
11204
Daniel Veillardd6dc4cb2002-02-19 14:18:08 +000011205Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11206
11207 * valid.c: implemented E59 spaces in CDATA does not match the
11208 nonterminal S
11209
Daniel Veillard878eab02002-02-19 13:46:09 +000011210Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11211
11212 * SAX.c parser.c valid.c: more validation test fixups
11213 * check-xml-test-suite.py: added duration info for the tests
11214
Daniel Veillardd01fd3e2002-02-18 22:27:47 +000011215Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11216
11217 * parser.c valid.c: a couple of errors were reported but not
11218 saved back as such in the parsing context. Down to 1% failure rate
11219 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
11220
Daniel Veillard4a7ae502002-02-18 19:18:17 +000011221Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11222
11223 * xmlInternald.c: isExtender was missing a char
11224 * parser.c include/libxml/parser.h: % are acceptable in the
11225 internal subset if within a PUBLIC ID
11226
Daniel Veillard8ab0f582002-02-18 18:31:38 +000011227Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
11228
11229 * SAX.c parserInternals.c valid.c: more work on the conformance
11230 suite. Took the step to finally block documents with encoding
11231 errors. It's a fatal error per the spec, people should have fixed
11232 their documents by now.
11233
Daniel Veillard55253e22002-02-18 14:32:39 +000011234Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
11235
11236 * check-xml-test-suite.py: fixed the test script after some discussion
11237 on the semantic of TYPE="error"
11238 * Makefile.am: added the script to the distrib
11239
Daniel Veillard28757702002-02-18 11:19:30 +000011240Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11241
11242 * SAX.c entities.c: fixed a couple of conformances issues deep
11243 into the validation code (standalone and undeclared Notations)
11244
Daniel Veillard82ac6b02002-02-17 23:18:55 +000011245Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11246
11247 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
11248 stayed there for years !
11249
Daniel Veillard7aea52d2002-02-17 23:07:47 +000011250Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11251
11252 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
11253 missing
11254
Daniel Veillardc7612992002-02-17 22:47:37 +000011255Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11256
11257 * check-xml-test-suite.py: improved the behaviour a bit as
11258 well as the logs
11259 * parser.c valid.c SAX.c: fixed a few more bugs
11260 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
11261
Daniel Veillardbb7ddb32002-02-17 21:26:33 +000011262Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11263
11264 * check-xml-test-suite.py: python script to run regression tests
11265 against the XML Test suite of W3C/OASis
11266 * SAX.c: fixed a validation bug
11267 * parser.c: fixed 3 errors pointed by the test suite
11268 * doc/buildDocBookCatalog: fixed a typo pointed by drake
11269 * python/Makefile.am: fixed a dependendy
11270
Daniel Veillard9f28f302002-02-15 20:48:08 +000011271Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11272
11273 * xmlmemory.c: avoid a warning bug #71594
11274
Daniel Veillard144024e2002-02-13 21:14:46 +000011275Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11276
11277 * xmlmemory.c: Jesse Perry provided a patch to remove a few
11278 warning on alpha/Tru64
11279
Daniel Veillarde4301c82002-02-13 13:32:35 +000011280Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11281
11282 * include/libxml/entities.h: fixing a comment
11283 * valid.c: fixing some troubles with validity check on namespaces
11284 * result/VC/NS3 test/VC/NS3: added a specific regression test
11285
Daniel Veillarda6d05382002-02-13 13:07:41 +000011286Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11287
11288 * tree.c: Fixing #71342 serializing '\n' in attribute values
11289 * result/noent/att3 result/att3 test/att3: added a specific
11290 test.
11291
Daniel Veillard797a5652002-02-12 13:46:21 +000011292Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
11293
11294 * python/libxml.c: couple of bug fixes
11295
Daniel Veillard01a6d412002-02-11 18:42:20 +000011296Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
11297
11298 * python/*.py: removed tabs and used spaces.
11299
Daniel Veillard397ff112002-02-11 18:27:20 +000011300Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11301
11302 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
11303 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
11304
Daniel Veillard03517542002-02-11 13:54:40 +000011305Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11306
11307 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
11308 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
11309
Daniel Veillard6c4ffaf2002-02-11 08:54:05 +000011310Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11311
11312 * include/libxml/encoding.h include/libxml/entities.h
11313 include/libxml/globals.h include/libxml/parser.h
11314 include/libxml/threads.h include/libxml/tree.h
11315 include/libxml/xmlmemory.h: trying to fix the include mess
11316
Daniel Veillard1a612ed2002-02-11 07:54:45 +000011317Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11318
11319 * include/libxml/xmlmemory.h: reverted part of the previous
11320 attempt to provide #69655, this was breaking the build.
11321
Daniel Veillard0ba59232002-02-10 13:20:39 +000011322Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
11323
11324 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
11325 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
11326 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
11327 include/libxml/parserInternals.h include/libxml/tree.h
11328 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
11329 Tentatively fixed #69655 , make compiling with -Wredundant-decls
11330 clean.
11331 * python/libxml.c: fixed a warning.
11332
Daniel Veillardc5f05ad2002-02-10 11:57:22 +000011333Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
11334
11335 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
11336 copying of node, merge back IDs in the target document.
11337 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
11338 test/XInclude/ents/ids.xml: test case
11339 * result/VC/ElementValid4: output changed due to a typo fix
11340
Daniel Veillard1c18e302002-02-09 22:16:40 +000011341Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11342
11343 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +000011344 generate the dependencies right as Jacob found out. Add
11345 an extra dependency rule.
Daniel Veillard1c18e302002-02-09 22:16:40 +000011346
Daniel Veillard5e5c2d02002-02-09 18:03:01 +000011347Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11348
11349 * parserInternals.c valid.c: Justin Fletcher found some parts
11350 of the code needing cleanup
11351 * libxml.spec.in python/Makefile.am python/generator.py
11352 python/libxml.c python/libxml.py: Fixed the python Makefiles
11353 corrected a bug showing up on ia64, changed the name of the
11354 python internal module too
11355
Daniel Veillard07be19b2002-02-08 14:20:35 +000011356Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
11357
11358 * Makefile.am: applied patch from Andris Pavenis for binary
11359 name suffixes
11360
Daniel Veillardf216d462002-02-08 13:44:24 +000011361Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
11362
11363 * xmllint.c win32/win32config.h: fixing #68748
11364
Daniel Veillardd455d792002-02-08 13:37:46 +000011365Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11366
11367 * valid.c: fixing #70166
11368
11369Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11370
11371 * valid.c: fixing #70077
11372
Daniel Veillardc575b992002-02-08 13:28:40 +000011373Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11374
11375 * Copyright Makefile.am README configure.in libxml.spec.in:
11376 Changed to the MIT Licence
11377 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
11378 doc/xmlio.html: updated the doc accordingly
11379 * include/libxml/xmlwin32version.h configure.in: preparing
11380 2.4.14 release
11381 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11382 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11383 fixed the const xmlChar * wrapper and generator, XPath extension
11384 functions now use the context as first argument
11385 * python/tests/tstxpath.py python/tests/xpath.py
11386 python/tests/xpathext.py: Updated the tests accordingly
11387 * tree.c: fixed bug #70067
11388
Daniel Veillard7db38712002-02-07 16:39:11 +000011389Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11390
11391 * Makefile.am: cleanup
11392 * debugXML.c: always use stdout if output is NULL
11393 * xmlIO.c: don't close filedescriptors passed to outputBuffers
11394 * python/Makefile.am python/generator.py python/libxml2class.txt
11395 python/libxml_wrap.h python/types.c: augmented the number of bindings
11396 handling FILE * and XPath contexts
11397 * python/tests/Makefile.am: avoid a stupid problem due to the
11398 use of TEST.
11399
Daniel Veillard15a143b2002-02-06 22:40:50 +000011400Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11401
11402 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
11403
Daniel Veillard70cab352002-02-06 16:06:58 +000011404Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11405
11406 * python/TODO python/libxml.c: cleanup the extension function lookup
11407 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
11408
Daniel Veillard7a96efc2002-02-05 16:34:33 +000011409Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11410
11411 * configure.in python/Makefile.am: do not install outside
11412 of prefix
11413
Daniel Veillard33caa0b2002-02-04 14:07:26 +000011414Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11415
11416 * python/TODO python/libxml.c: started adding SAX interfaces
11417 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
11418 SAX test
11419
Daniel Veillard36eea2d2002-02-04 00:17:01 +000011420Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11421
11422 * tree.c: hardened the addChild function
11423 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11424 python/libxml2class.txt python/libxml_wrap.h python/TODO:
11425 added accessors needed for xmlNode, a bit more testing and
11426 extension of interfaces
11427 * python/tests/Makefile.am python/tests/build.py: added a test
11428 build from scratch/save/load/check
11429
Daniel Veillard4e1b26c2002-02-03 20:13:06 +000011430Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11431
11432 * parserInternals.c: change a small bit in the way valididy
11433 error messages get initialized
11434 * python/TODO python/libxml.c python/libxml2-python-api.xml
11435 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11436 added some memory debugging to track leaks at the libxml2 level
11437 * python/tests/*.py: changed all tests to check for leaks,
11438 there is just one left in XPath extension registrations.
11439
Daniel Veillard26f1dcc2002-02-03 16:53:19 +000011440Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
11441
11442 * python/TODO python/generator.py python/libxml2-python-api.xml
11443 python/libxml2class.txt: more accessor classes for the parser
11444 context, allow to switch on and check validity
11445 * python/tests/Makefile.am python/tests/error.py
11446 python/tests/invalid.xml python/tests/valid.xml
11447 python/tests/validate.py: attded more test and and added error.py
11448 which I forgot to commit in the last step
11449
Daniel Veillard3ce52572002-02-03 15:08:05 +000011450Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11451
11452 * python/Makefile.am python/types.c: cleanup
11453 * python/libxml.c python/libxml.py python/libxml_wrap.h
11454 python/generator.py python/libxml2-python-api.xml
11455 python/libxml2class.txt: added class for parser context, added
11456 first cut for push mode support. Added a framework to generate
11457 accessors functions.
11458 * python/tests/Makefile.am python/tests/push.py: added a push
11459 test
11460
Daniel Veillardcfb05462002-02-02 23:18:22 +000011461Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11462
11463 * python/Makefile.am python/TODO python/libxml.py: fixed a small
11464 bug a bit of cleanup.
11465
Daniel Veillard5d819032002-02-02 21:49:17 +000011466Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
11467
11468 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
11469 python/libxml2class.txt: adding error redirections and preformat
11470 to a python handler
11471 * python/tests/Makefile.am python/tests/*.py: cleanup made all
11472 tests self checking
11473
Daniel Veillard7fd7a942002-02-02 12:19:46 +000011474Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11475
11476 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
11477 a function
11478
Daniel Veillard9589d452002-02-02 10:28:17 +000011479Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11480
11481 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
11482 python/libxml.c python/libxml2-python-api.xml
11483 python/libxml2class.txt: Progressing through the TODOs, class
11484 description output, extra XML API, RPM now builds the wrappers
11485 for all python installed versions
11486
Daniel Veillard253aa2c2002-02-02 09:17:16 +000011487Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
11488
11489 * configure.in libxml.spec.in python/Makefile.am python/TODO
11490 python/generator.py python/libxml2class.txt: added more informations
11491 in the libxml2-python package including docs. Slightly changed
11492 the class hierarchy
11493 * python/tests/*: added basic regression tests infrastructure too
11494
11495Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11496
11497 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
11498 added libxml2-python as part of the packages installed
11499
Daniel Veillarda7340c82002-02-01 17:56:45 +000011500Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11501
11502 * python/Makefile.am python/generator.py python/libxml.c
11503 python/libxml.py: more work, now able to extend the
11504 XPath interpreter with functions written in python.
11505
Daniel Veillardc3e39442002-02-01 09:29:41 +000011506Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11507
11508 * python/Makefile.am: Jacob sent a patch to allow building from
11509 tarfile.
11510
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +000011511Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11512
11513 * python/Makefile.am python/libxml.c configure.in Makefile.am:
11514 inserted the python wrappers build, I hope this won't be too
11515 unportable
11516
Daniel Veillard1971ee22002-01-31 20:29:19 +000011517Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11518
11519 * xpath.c: minor optimization
11520 * python/generator.py python/libxml.c python/libxml.py
11521 python/libxml_wrap.h: more work on the python bindings,
11522 they now support XPath and there is no evident leak
11523
Daniel Veillard36ed5292002-01-30 23:49:06 +000011524Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11525
11526 * python/generator.py python/libxml.c python/libxml.py:
11527 more work on the python bindings generator.
11528
Daniel Veillard96fe0952002-01-30 20:52:23 +000011529Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11530
11531 * python/generator.py python/libxml.c python/libxml_wrap.h:
11532 more work on the python bindings.
11533
Daniel Veillardd2897fd2002-01-30 16:37:32 +000011534Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11535
11536 * python/generator.py python/libxml.c python/libxml.py
11537 python/libxml_wrap.h: commited early version of a python binding
11538 for private use only ATM
11539
Daniel Veillard8ee9c8f2002-01-26 21:42:58 +000011540Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11541
11542 * entities.c tree.c include/libxml/entities.h: applied patch
11543 from Anthony Jones to implement copy of DTD subtree too. Had
11544 just to keep 2 function private which really ought to become
11545 public ones.
11546
Daniel Veillarda42f25f2002-01-25 14:15:40 +000011547Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11548
11549 * xmllint.c: added pointers to the web pages in the usage()
11550
Daniel Veillardbd227ae2002-01-24 16:05:41 +000011551Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11552
11553 * tree.c: more fixes from Petr Kozelka for attribute handling
11554 in the tree API to align the semantic with DOM.
11555
Daniel Veillard36065812002-01-24 15:02:46 +000011556Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11557
11558 * valid.c tree.c entities.c: another set of patches from
11559 Anthony Jones for copy operations cleanup and robustness
11560
Daniel Veillardf8592562002-01-23 17:58:17 +000011561Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11562
11563 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
11564 an alphabetic index based on comments content
11565 * doc/*: rebuilt the web site with the new references
11566
Daniel Veillardc8c7be42002-01-23 17:53:44 +000011567Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11568
11569 * parserInternals.h: Greg Sjaardema suggested to use an
11570 eponential buffer groth policy in xmlParserAddNodeInfo()
11571
Daniel Veillard3bf65be2002-01-23 12:36:34 +000011572Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11573
11574 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
11575 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
11576 doc/parsedecl.py doc/Makefile.am: updated the python extractor
11577 to generate cross-references, and added/updated the stylesheets
11578 to generate and link API indexes. The generic keyword index
11579 is not done yet.
11580 * doc/*.html: regenerated all the usual docs too
11581
Daniel Veillard2070c482002-01-22 22:12:19 +000011582Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11583
11584 * debugXML.c: added an xpath function to the shell for T. V. Raman
11585
11586Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
Daniel Veillard5e926fa2002-01-22 21:44:25 +000011587
11588 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
11589 debug routines.
11590
Daniel Veillardc169f8b2002-01-22 21:40:13 +000011591Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11592
11593 * tree.c: apply an patch from Petr Kozelka for unlink and replace
11594 support of attribute nodes
11595
Daniel Veillard9d06d302002-01-22 18:15:52 +000011596Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11597
11598 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
11599 hopefully near complete and fully documented of the API in XML
11600 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
11601 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
11602 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
11603 include/libxml/parserInternals.h include/libxml/valid.hi
11604 include/libxml/xmlIO.h include/libxml/xmlerror.hi
11605 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
11606 include/libxml/xpath.h include/libxml/xpathInternals.h:
11607 Cleaned up the doc comments a lot in the process, the interface
11608 coverage is now 100%
11609
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011610Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11611
11612 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
11613 extracts comments from the gtk-doc DocBook output (a bit
11614 convoluted but seems to work).
11615
Daniel Veillard61006472002-01-21 17:31:47 +000011616Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11617
11618 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
11619 added an XML description of the API, moved the script generating
11620 it here. Added a "make api" target
11621
Daniel Veillardd2f23002002-01-21 13:36:00 +000011622Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11623
11624 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
11625
Daniel Veillard99e55eb2002-01-21 08:56:29 +000011626Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11627
11628 * xpath.c include/libxml/xpathInternals.h: the change made to
11629 xmlXPathFuncLookupFunc was incompatible roll it back
11630
Daniel Veillard963d2ae2002-01-20 22:08:18 +000011631Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11632
11633 * SAX.c: cleanup patch from Anthony Jones
11634 * doc/Makefile.am: fix the headers to avoid in make scan
11635 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
11636 includes, * vs Ptr and general cleanup
11637 * parsedecl.py: first version of a script to extract the
11638 module interfaces, the goal will be to provide .decl or XML
11639 specification of the interfaces to build wrappers.
11640
Daniel Veillard0f5f1622002-01-20 12:42:06 +000011641Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11642
11643 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
11644 now provides return codes in case of errors
11645
Bjorn Reese026d29f2002-01-19 15:40:18 +000011646Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
11647
11648 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
11649 Upgraded to trio baseline 1.6
11650 * strio.h strio.c: Replaced by triostr.h and triostr.c
11651
Daniel Veillard572577e2002-01-18 16:23:55 +000011652Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11653
11654 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
11655 of strdup usage in the code
11656
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011657Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11658
11659 * parser.c error.c: Keith Isdale complained rightly that
11660 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
11661
Daniel Veillardcfa0d812002-01-17 08:46:58 +000011662Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11663
11664 * tree.c: fixed the funxtion to set the xml: attributes
11665 * debugXML.c: added "setbase" to test it.
11666
Daniel Veillard2c748c62002-01-16 15:37:50 +000011667Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11668
11669 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
11670 to allow updating an attribute content
11671
Daniel Veillard8de85c62002-01-15 17:10:15 +000011672Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11673
11674 * libxml.h: try to avoid problems when compiling on Windows
11675
Daniel Veillard314cfa02002-01-14 17:58:01 +000011676Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11677
11678 * hash.c: patch from Anthony Jones for hash.c allocation size
11679 * Makefile.am: trying to work around Yet Another Libtool Madness
11680 and build the 2.4.13 release finally ...
11681
Daniel Veillard744683d2002-01-14 17:30:20 +000011682Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11683
11684 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
11685 * doc/* : update of the documentation
11686
Daniel Veillarde6a55192002-01-14 17:11:53 +000011687Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11688
11689 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
11690 at fixing #61290 :-(
11691
Daniel Veillardfb25a512002-01-13 20:32:08 +000011692Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11693
11694 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
11695 Fixes bug #67229
11696
Daniel Veillardacb2bda2002-01-13 16:15:43 +000011697Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11698
11699 * tree.c: trying to avoid troubles when a subtree is copied
11700 and coalesced in part with the target tree. Should fix
11701 bug #67407
11702
Daniel Veillardd8224e02002-01-13 15:43:22 +000011703Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11704
11705 * valid.c: fixed validation of attributes content of type
11706 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
11707 values, very old bug. Fixes #67671
11708
Daniel Veillard8107a222002-01-13 14:10:10 +000011709Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11710
11711 * parser.c include/libxml/parserInternals.h tree.c: integrated
11712 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
11713 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
11714
Daniel Veillarddb0eb8d2002-01-13 13:35:00 +000011715Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11716
11717 * threads.c: applied Serguei Narojnyi's patch to add native
11718 thread support on the Win32 platform
11719 * testThreadsWin32.c Makefile.am: added the test program also
11720 from Serguei, Win32 specific
11721 * include/win32config.h include/libxml/xmlwin32version.h.in:
11722 added patch from Igor for the Windows thread specific defines.
11723
Daniel Veillard845cce42002-01-09 11:51:37 +000011724Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11725
11726 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
11727
Daniel Veillard7b602b42002-01-08 13:26:00 +000011728Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11729
11730 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
11731 output page into XMLinfo.html. Close bug #66951 and
11732 raised by Robert Collins too.
11733
Daniel Veillard73c6e532002-01-08 13:15:33 +000011734Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11735
11736 * encoding.c: Paul Keogh pointed out a possibility of segfault
11737 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
11738 Closes bug # 68238
11739
Daniel Veillard4a859202002-01-08 11:49:22 +000011740Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
11741
11742 * doc/*.html: updated the Gdome2 links
11743
Daniel Veillard3c5ed912002-01-08 10:36:16 +000011744Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11745
11746 * libxml.h: Applied following patches from Robert Collins
11747 and make sure IN_LIBXML is defined when compiling it
11748 -------
11749 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
11750 as well as Visual C.
11751 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11752 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11753 * strio.c (PLATFORM_UNIX): Define for Cygwin.
11754 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
11755 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
11756 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
11757 xmlSysIDExists xmlNoNetExists).
11758 * xmllint.c: Don't include winsock2.h for Cygwin.
11759
Daniel Veillard401c2112002-01-07 16:54:10 +000011760Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11761
11762 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
11763 when the version info is not present.
11764
Daniel Veillard6f42c132002-01-06 23:05:13 +000011765Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11766
11767 * tree.c: Anthony Jones pointed out a problem in
11768 xmlStringGetNodeList() and provided a fix for it
11769
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011770Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11771
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011772 * parser.c: patch from Frank J Franklin to remove a bug in
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011773 xmlCreatePushParserCtxt() when the initial buffer passed
11774 is large.
11775
Daniel Veillard0e47ee22002-01-05 18:25:52 +000011776Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11777
11778 * win32/*: big cleanup of the Windows/MSVC project files
11779 from Igor Zlatkovic
11780
Daniel Veillardcebb1362002-01-02 13:13:30 +000011781Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11782
11783 * doc/Makefile.am: should fix #67674 and avoid troubles if
11784 xsltproc is not available or fails in the prefix provided
11785
Daniel Veillard26908ab2002-01-01 16:50:03 +000011786Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
11787
11788 * xmlmemory.c: one more doc patch from Charlie Bozeman.
11789
Daniel Veillard5344c602001-12-31 16:37:34 +000011790Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11791
11792 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
11793 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
11794 Fixed a few other problems raised by Charlie Bozeman.
11795 * result/VC/ElementValid[5-7]: fixed the output
11796
Daniel Veillardcbaf3992001-12-31 16:16:02 +000011797Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11798
11799 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
11800 patches from Charlie Bozeman. Regenerated the HTML docs.
11801
Daniel Veillard7f9a6802001-12-20 14:01:47 +000011802Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
11803
11804 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
11805 for Windows from Igor
11806
Daniel Veillard1df3dfc2001-12-18 11:14:16 +000011807Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11808
11809 * xmllint.c: applied Justin Fletcher patch for --output or -o
11810
Daniel Veillardd3b29d22001-12-18 07:53:16 +000011811Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
11812
11813 * win32/libxml2/libxml2.def.src: close #67019
11814
Daniel Veillard01db67c2001-12-18 07:09:59 +000011815Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11816
11817 * xmllint.c: applied Justin Fletcher generic timing patch
11818 similar to the one already applied to xsltproc.
11819
Daniel Veillardd1640922001-12-17 15:30:10 +000011820Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11821
11822 * include/libxml/tree.h tree.c: applied documentation patches
11823 from Charlie Bozeman
11824
MST 2001 John Fleck2323ac22001-12-14 04:24:50 +000011825Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
11826
11827 *doc/xmllint.xml, xmllint.1 - document --dropdtd
11828
Daniel Veillard29e43992001-12-13 22:21:58 +000011829Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
11830
11831 * valid.c: fix the xmlStrdup() used in the previous patch.
11832 * valid.c: added --dropdtd
11833 * tree.c: fixed xmlUnlinkNode so it also removes the references
11834 from the document if the node is a DTD
11835
Daniel Veillard86fd5a72001-12-13 14:55:21 +000011836Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
11837
11838 * HTMLtree.c valid.c: cleanup some static declarations
11839
Daniel Veillard9ae4b7a2001-12-13 14:24:09 +000011840Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11841
11842 * xmllint.c: removed another strdup()
11843 * doc/FAQ: removed the HP/UX entry
11844
Daniel Veillarded472f32001-12-13 08:48:14 +000011845Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
11846
11847 * valid.c: fix bug #66816 when validating.
11848 * xmllint.c: don't use sys/time.h if configure did not found it
11849
MST 2001 John Fleck3fc555e2001-12-11 04:41:24 +000011850Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
11851
11852 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
11853 xmlcatalog_man.xml
11854
Daniel Veillard2d8a93b2001-12-10 21:07:19 +000011855Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11856
11857 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
11858 xmlInitMemory() was declared twice
11859
Daniel Veillardb82c1662001-12-09 14:00:54 +000011860Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
11861
11862 * globals.c: do not reference strdup() !
11863 * configure.in libxml-2.0.pc.in: trying to fix the libs
11864 of the various config extraction modules
11865
Daniel Veillardef90ba72001-12-07 14:24:22 +000011866Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11867
11868 * configure.in : preparing 2.4.12
11869 * doc/* : updated and rebuilt the docs
11870
Daniel Veillard220346d2001-12-07 11:33:54 +000011871Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11872
11873 * uri.c: closed bug #66159
11874 * testURI.c: added --escape option
11875 * configure.in: some cleanup for xml2-config --cflags
11876
Daniel Veillard2a906822001-12-06 14:34:08 +000011877Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
11878
11879 * globals.c testThreads.c: removed some misplaced includes
11880 of xmlversion.h
11881
Daniel Veillarde28313b2001-12-06 14:08:31 +000011882Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
11883
11884 * threads.c: patch from Gary Pennington fixing a possible
11885 problem at initialization time.
11886
Daniel Veillardd3b08822001-12-05 12:03:33 +000011887Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
11888
11889 * configure.in libxml.h parser.c testThreads.c macos/: integrated
Daniel Veillarde28313b2001-12-06 14:08:31 +000011890 Eric Lavigne contribution to build libxml2 on MacOS using
Daniel Veillardd3b08822001-12-05 12:03:33 +000011891 CodeWarrior.
11892
Daniel Veillarda7866932001-12-04 13:14:44 +000011893Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
11894
11895 * xmllint.c: applied Geert Kloosterman's patch to fix
11896 --repeat --timing output
11897
Daniel Veillard19840942001-11-29 16:11:38 +000011898Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11899
11900 * parser.c: Robin Berjon <robin@knowscape.com> found a case
11901 where non-wellformed XML declaractions were not detected.
11902
Daniel Veillarde85d9342001-11-28 14:43:12 +000011903Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11904
11905 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
11906
Daniel Veillard22f25a82001-11-28 09:12:23 +000011907Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11908
11909 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
11910 gets reset by xmlCleanupInputCallbacks() and this makes the
11911 function useless. Same for output.
11912
Daniel Veillard107ccaa2001-11-27 16:23:50 +000011913Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11914
11915 * xmlIO.c: robert pointed out a loop error in callback cleanups
11916
Daniel Veillard8faa7832001-11-26 15:58:08 +000011917Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11918
11919 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
11920 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
11921 they are not really tied to debugging
11922
Daniel Veillardbd9b0e82001-11-26 10:32:08 +000011923Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11924
11925 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
11926 * xmllint.c: better --catalogs description
11927
Daniel Veillard4855c8c2001-11-25 10:35:25 +000011928Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11929
11930 * tree.c: fixed a couple of problems in xmlSetProp()
11931
Daniel Veillardcd337f02001-11-22 18:20:37 +000011932Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
11933
11934 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
11935 unappropriate stdout output.
11936
Daniel Veillard566d4df2001-11-22 13:00:53 +000011937Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
11938
11939 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
11940 by Denis Beurive, closes #65111
11941
Daniel Veillardb4545fd2001-11-20 09:37:09 +000011942Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
11943
11944 * valid.c: in case of content model validity error, don't
11945 print it if validity warnings were not requested.
11946
Daniel Veillardc69e0b12001-11-20 08:35:07 +000011947Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11948
11949 * nanoftp.c: applied a couple of patches from Brian D Ripley.
11950 * parserInternals.c: removed the last exit() call. Print an
11951 unmaskable error on stderr instead (library mismatch detection)
11952
MST 2001 John Fleck42304042001-11-18 00:18:06 +000011953Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
11954
11955 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
11956 shell instructions from Heiko Rupp
11957
Daniel Veillardf7b094f2001-11-15 13:54:39 +000011958Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11959
11960 * catalog.c: use the URL notation file:// for default catalog paths
11961
Daniel Veillard0ec98632001-11-14 15:04:32 +000011962Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11963
11964 * include/libxml/tree.h: better comments for _private fields
11965 * tree.c: removed a problem when copying an entity reference.
11966
Daniel Veillardd33cfbf2001-11-13 15:24:36 +000011967Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11968
11969 * vms/*: updated instructions and diffs from John A Fotheringham
11970
Daniel Veillarda11001b2001-11-12 22:45:36 +000011971Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11972
11973 * include/libxml/xmlerror.h: avoid an include problem if
11974 #include <libxml/xmlerror.h> happens first in code
11975 seems to be the case in KDE libs
11976
Daniel Veillard8e3943c2001-11-12 21:35:44 +000011977Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11978
11979 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
11980 from Igor for Windows
11981
11982Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11983
11984 * Makefile.am: Gary Pennington pointed out a missing prefix
11985
Daniel Veillard43d3f612001-11-10 11:57:23 +000011986Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11987
11988 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
11989 * doc/*: upgraded and rebuilt the docs
11990
Daniel Veillardc1f78342001-11-10 11:43:05 +000011991Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11992
11993 * HTMLparser.c: fix comment in scripts element parsing.
11994 * result/HTML/doc3*: updated the results.
11995
11996Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11997
11998 * uri.c: another URI bug fix #63336, using Joel Young patch.
11999
Daniel Veillardc6e013a2001-11-10 10:08:57 +000012000Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
12001
12002 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
12003 a cleaned up version of the Pwd shell string generation.
12004
Daniel Veillardbe480fb2001-11-08 23:36:42 +000012005Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
12006
12007 * valid.c include/libxml/tree.h: trying to fix namespaces +
12008 validation problems for good, closing #63619 in the process
12009 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
12010 wrong in this respect, fixed it.
12011
Daniel Veillardd536f702001-11-08 17:32:47 +000012012Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
12013
12014 * xmllint.c: Morus Walter patch to allow --format and --encode
12015
Daniel Veillard5004f422001-11-08 13:53:05 +000012016Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
12017
12018 * debugXML.c: Stefan Kost provided an help command for the shell
12019
Daniel Veillarda6825e82001-11-07 13:33:59 +000012020Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
12021
12022 * debugXML.c: Heiko Rupp pointed that the shell would crash
12023 on empty nodesets returns.
12024
Daniel Veillard03f848d2001-11-07 12:53:46 +000012025Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
12026
12027 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
12028 migh need the history libraries
12029
Daniel Veillard957fdcf2001-11-06 22:50:19 +000012030Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
12031
12032 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
12033 handle the case of < in quoted attributes, Bastian Kleineidam
12034
Daniel Veillardc853b322001-11-06 15:24:37 +000012035Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
12036
12037 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
12038 fixing catalog breakages
12039 * Makefile.am catalog.c result/catalogs/catal
12040 result/catalogs/mycatalog.* test/catalogs/catal*:
12041 fixed more problems in catalog support, added more regression tests
12042 for both XML and SGML catalog handling
12043
Daniel Veillard66870c72001-11-05 19:27:49 +000012044Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
12045
12046 * debugXML.c: applied an improvement to xmlGetLineNo() from
12047 Keith Isdale
12048
Daniel Veillardffe09c92001-11-05 14:21:47 +000012049Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
12050
12051 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
12052 Side effect of the progressive catalog loading
12053
Daniel Veillardad661b92001-11-05 11:43:15 +000012054Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
12055
12056 * Makefile.am: confexecdir and confexec_DATA were defined twice
12057 pointed out by Karl Eichwalder
12058
Daniel Veillard6eb17722001-11-04 22:19:27 +000012059Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
12060
12061 * xmlcatalog.c: avoid unlink() and use remove() instead.
12062
Daniel Veillardea898282001-11-04 22:13:45 +000012063Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
12064
12065 * libxml.spec.in: cleanup
12066 * include/libxml/xmlwin32version.h: updated with 2.4.8
12067
Daniel Veillarda4617b82001-11-04 20:19:12 +000012068Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
12069
12070 * encoding.c global.data globals.c testThreads.c: fix bug #63752
12071 of compiling libxml with a non standard set of options
12072
John Fleck027edfb2001-11-04 20:13:58 +000012073Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
12074
12075 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
12076 document --sgml option, fixing gnome bugzilla #63382
12077
Daniel Veillardcd21dc72001-11-04 20:03:38 +000012078Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
12079
12080 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
12081 breakage of 2.4.7, added a couple of really needed APIs
12082 like xmlCatalogIsEmpty() and xmlNewCatalog()
12083 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
12084 for install-catalog
12085 * configure.in: preparing 2.4.8
12086
CET 2001 Daniel Veillard5a37bde2001-11-01 14:31:22 +000012087Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
12088
12089 * HTMLtree.c tree.c include/libxml/HTMLtree.h
12090 include/libxml/tree.h include/libxml/xmlIO.h: more include
12091 cleanups, export cleanly one html output + format function.
12092
12093Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
12094
12095 * parser.c: removed initGenericErrorDefaultFunc call from
12096 xmlInitParser() since it could destroy previous calls to
12097 xsltSetGenericErrorFunc() effects
12098
Daniel Veillardebd38c52001-11-01 08:38:12 +000012099Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
12100
12101 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
12102 keyword.
12103
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000012104Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
12105
12106 * Makefile.am: cleanup
12107 * threads.c: cleanup too
12108 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
12109 from xsltproc
12110 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +000012111 dependency loop.
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000012112
Daniel Veillard91c00402001-10-30 17:41:38 +000012113Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
12114
12115 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
12116 was not used anymore !
12117
Daniel Veillard52dcab32001-10-30 12:51:17 +000012118Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
12119
12120 * configure.in: preparing 2.4.7
12121 * Makefile.am doc/Makefile.am: switched to the latest xmllint
12122 manual page from John
12123 * doc/*: updated the doc and rebuilt the generated pages
12124
Daniel Veillarda9e65e82001-10-30 10:32:36 +000012125Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
12126
12127 * xmlIO.c: closing bug #62711, the library should never
12128 close stdin or stdout.
12129
Daniel Veillard4def3bd2001-10-30 09:47:47 +000012130Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
12131
12132 * uri.c: second pass at fixing #63336, using Joel Young
12133 final patch. looks okay.
12134
Daniel Veillardbb6808e2001-10-29 23:59:27 +000012135Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
12136
12137 * uri.c include/libxml/uri.h: trying to clear #63336
12138 allowing the escaping routine to parse unconformant
12139 URI-References.
12140
Daniel Veillardacf7ff02001-10-29 20:21:47 +000012141Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
12142
12143 * vms/readme.vms vms/build_libxml.com nanoftp.c
12144 include/libxml/xmlversion.h.in: a few VMS updates from
12145 John A Fotheringham
12146 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
12147 and xmlCleanupOutputCallbacks() for the Perl binding people.
12148
Daniel Veillard635ef722001-10-29 11:48:19 +000012149Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
12150
12151 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
12152 apply fixes to close #63271 and avoid segfaults when
12153 the error routine gets callbed before xmlInitParser()
12154 get called.
12155 * nanoftp.c error.c: Applied patches from Justin Fletcher
12156 correcting some xmlGenericError misuses.
12157
MDT 2001 John Fleckfd32de62001-10-27 20:14:01 +000012158Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
12159
12160 *doc/xmllint.xml, doc/xmllint.1
12161 New and improved man page for xmllint - .xml is the original, .1
12162 is the generated man page
12163
Daniel Veillardc9484202001-10-24 12:35:52 +000012164Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
12165
12166 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
12167 the web site from the main HTML document.
12168
Daniel Veillard5151c062001-10-23 13:10:19 +000012169Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12170
12171 * parser.c: fixed an erroneous validation bug when PE refs
12172 occurs in external parsed entities referenced from the
12173 internals subset
12174 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
12175 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
12176 added the associated testcase, it's a nice one.
12177 * HTMLparser.c: generate the DTD node as HTML still ...
12178 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
12179
Daniel Veillardb6b0fd82001-10-22 12:31:11 +000012180Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
12181
12182 * HTMLparser.c: fixed a bug in htmlNewDoc()
12183
Daniel Veillard89cad532001-10-22 09:46:13 +000012184Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
12185
12186 * test/threads/*: added entities testing to the Thread test
12187 * testThreads.c: make the test reasonable
12188 * DOCBparser.c: fix the DTD public and system ID
12189 * xmllint.c: added --sgml for SGML DocBook importing
12190 * Makefile.am: added Docbtests target
12191
Daniel Veillard9ae1eba2001-10-19 09:48:35 +000012192Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12193
12194 * nanoftp.c: use only "anonymous@" string for anonymous passwds
12195 * testThreads.c: removed bogus include
12196
Daniel Veillardce2c2f02001-10-18 14:57:24 +000012197Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
12198
12199 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
12200 fixed a very serious (looping) validation bug
12201
Daniel Veillard3c01b1d2001-10-17 15:58:35 +000012202Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
12203
12204 * include/libxml/globals.h include/libxml/threads.h threads.c
12205 testThreads.c: far more testing, cleaning up bugs
12206 * *.c : make sure globals.h is always included.
12207
Daniel Veillard7cc95c02001-10-17 15:45:12 +000012208Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
12209
12210 * HTMLparser.c: try to get rid of parser loops for good.
12211
Daniel Veillardab7488e2001-10-17 11:30:37 +000012212Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
12213
12214 * configure.in: fixed some bugs in CFLAGS passing.
12215 * test/threads Makefile.am testThreads.c: added a specific
12216 threaded test case (really nasty, guaranteed).
12217
Daniel Veillard85c11fa2001-10-16 21:03:08 +000012218Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
12219
12220 * catalog.c: serious cleanup on the management of the
12221 XML catalog tree, more tests done, especially with
12222 the catalog PI.
12223
Daniel Veillard364789a2001-10-16 12:45:00 +000012224Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
12225
12226 * catalog.c: avoid a problem in catalog cleanup on SMP if
12227 catalogs were not initialized.
12228
Daniel Veillard81463942001-10-16 12:34:39 +000012229Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
12230
12231 * catalog.c xpath.c: trying to cleanup the not thread safe
12232 parts of the library.
12233
Daniel Veillard64a411c2001-10-15 12:32:07 +000012234Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
12235
12236 * include/libxml/globals.h configure.in global.data: make
12237 the allocation be per-thread a configure option
12238 * encoding.c include/libxml/parser.h: fixed compilation
12239 errors
12240
Daniel Veillard5ee57fc2001-10-15 10:46:16 +000012241Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12242
12243 * include/libxml/parser.h: Norm reported that a few lines
12244 added were breaking libxslt compile, removed them for now
12245
Daniel Veillard6f350292001-10-14 09:56:15 +000012246Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
12247
12248 * parser.c parserInternals.c threads.c: debugged and fixed
12249 initialization problems which were giving troubles on SMP
12250 boxes.
12251
Daniel Veillard6661ffa2001-10-13 14:18:17 +000012252Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12253
12254 * include/libxml/Makefile.am: missing globals.h
12255
Daniel Veillarde7090612001-10-13 12:18:28 +000012256Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000012257
Daniel Veillarde7090612001-10-13 12:18:28 +000012258 * globals.c: added a couple of standard includes.
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000012259
Daniel Veillardd0463562001-10-13 09:15:48 +000012260Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12261
12262 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
12263 include/libxml/parserInternals.h include/libxml/tree.h
12264 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
12265 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
12266 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
12267 Applied the last patches from Gary, cleanup, activated threading
12268 all user accessible global variables are now handled in globals.[ch]
12269 Still a bit rought but make tests passes with either
12270 --with-threads defined at configure time or not.
12271 * Makefile.am example/Makefile.am: added globals.[ch] and threads
12272 linking options
12273
Daniel Veillardb8478642001-10-12 17:29:10 +000012274Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
12275
12276 * Makefile.am include/libxml/Makefile.am
12277 include/libxml/globals.h globals.c include/libxml/threads.h
12278 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
12279 configure.in: started integrating the core of the thread support
12280 not activated yet but half integrated. The code should still
12281 compile and work anyway.
12282
Daniel Veillardb44025c2001-10-11 22:55:55 +000012283Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12284
12285 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
12286 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
12287 integrating the non-controversial parts of Gary Pennington
12288 multithread patches
12289 * catalog.c: corrected a small bug introduced
12290
Daniel Veillard75b96822001-10-11 18:59:45 +000012291Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
12292
12293 * catalog.c include/libxml/catalog.h: very serious cleanup,
12294 isolating unportable code and as much as possible the accesses
12295 to the global shared catalog. May need more testing !
12296
Daniel Veillard78d12092001-10-11 09:12:24 +000012297Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12298
12299 * include/libxml/debugXML.h debugXML.c tree.c: integrating
12300 Keith Isdale patches for the XSLT debugger interfaces. Some
12301 cleanup
12302
Daniel Veillardff0b7312001-10-11 06:46:09 +000012303Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
12304
12305 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
12306 * DOCBparser.c: generate line nubers in elements
12307
Daniel Veillard60087f32001-10-10 09:45:09 +000012308Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
12309
12310 * configure.in: preparing 2.4.6 release
12311 * doc/xml.html doc/html/*: updated and rebuilt the docs
12312 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
12313
MDT 2001 John Fleck60416fa2001-10-09 02:41:50 +000012314Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
12315
12316 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
12317 adding documentation for DV's supercatalog support
12318
Daniel Veillard82d75332001-10-08 15:01:59 +000012319Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
12320
12321 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
12322 super catalog support adding one API and one flag --sgml to
12323 xmlcatalog
12324
MDT 2001 John Fleck0e229932001-10-07 22:46:00 +000012325Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
12326
12327 * doc/xmlcatalog_man.xml, xmlcatalog.1
12328 One more crack at
12329 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
12330
12331
Thomas Broyer47334c02001-10-07 16:41:52 +000012332Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12333
12334 * xpath.c: implemented xmlXPathObjectCopy for external objects
12335 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
12336
MDT 2001 John Fleckac941e32001-10-06 22:30:16 +000012337Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
12338
12339 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
12340 finishing up fix to
12341 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
12342 the xmlcatalog man page display more elegantly
12343
Daniel Veillard3fbe8e32001-10-06 13:30:33 +000012344Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
12345
12346 * configure.in: closing bug #61832
12347 * HTMLparser.c: removed a warning
12348
Daniel Veillard6ab38382001-10-06 13:08:27 +000012349Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
12350
12351 * xpath.c: fixing #61673 part I, do not loose doc information
12352 when copying result value trees.
12353
Daniel Veillard556c6682001-10-06 09:59:51 +000012354Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12355
12356 * xpath.c: trying to harden the XPath interpreter
12357
MDT 2001 John Fleck9f82dc62001-10-06 02:40:10 +000012358Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
12359
12360 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
12361 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
12362
William M. Brack1633d182001-10-05 15:41:19 +000012363Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12364
12365 * HTMLparser: repaired another loop problem
12366
Daniel Veillard20ee8c02001-10-05 09:18:14 +000012367Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12368
12369 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
12370 parsing.
12371 * xpath.c: fix bug #61291 the default XML namespace node is
12372 missing from the namespace axis.
12373 * tree.c: refuse to create namespaces nodes with prefix "xml"
12374
Daniel Veillard651f9472001-10-04 14:51:06 +000012375Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
12376
12377 * SAX.c: ouch a non-defined namespace could lead to a crash,
12378 fixed #61215
12379
Daniel Veillard7dd05702001-10-04 14:25:12 +000012380Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
12381
12382 * parserInternals.c: closed bug #61054
12383
Daniel Veillard5e6d10a2001-10-03 13:21:13 +000012384Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12385
12386 * include/libxml/Makefile.am: closing #60708
12387
Daniel Veillarda293c322001-10-02 13:54:14 +000012388Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
12389
12390 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
12391 adding xmlSAXParseFileWithData following Marco Stipek suggestion
12392
Daniel Veillardf4309d72001-10-02 09:28:58 +000012393Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12394
12395 * valid.c: close bug #61550 when xml: wasn't considered a namespace
12396
Daniel Veillardf6ed8bc2001-10-02 09:22:47 +000012397Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12398
12399 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
12400 * DOCBparser.c HTMLparser.c parser.c: fixed typos
12401
Daniel Veillard16756b62001-10-01 07:36:25 +000012402Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
12403
12404 * catalog.c: Justin Fletcher provided cleaup code in case
12405 HAVE_STAT is not defined
12406 * include/win32config.h: Igor Zlatkovic suggested to have
12407 HAVE_STAT defined there
12408
William M. Brack5e1cac12001-09-28 16:19:18 +000012409Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12410
12411 * catalog.c - fixed typing error reported by M. Barros
12412
MDT 2001 John Fleckbbb9e432001-09-24 03:08:43 +000012413Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
12414
12415 * xmllint.c - fixing typo
12416
William M. Brackd28e48a2001-09-23 01:55:08 +000012417Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12418
12419 * HTMLparser.c: small enhancement to prevent loop on
12420 unrecognizable data
12421
Daniel Veillardb1d62872001-09-21 09:47:08 +000012422Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12423
12424 * parserInternals.c: applying patch from bug #60757 this
12425 should close it
12426
Daniel Veillardc0631a62001-09-20 13:56:06 +000012427Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12428
12429 * catalog.c xmlcatalog.c: removed a couple of warning
12430 * xpath.c: try to solve the linking problem on platforms
12431 needing trio to compile
12432
Daniel Veillard1a123612001-09-19 08:06:23 +000012433Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000012434
Daniel Veillard1a123612001-09-19 08:06:23 +000012435 * Makefile.am libxml.spec.in: backing up non-documented changes
12436 commited without review or aproval by Jens Finke <jens@gnome.org>
12437 * HACKING: made 100% clear that no commit should be done directly
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000012438
Daniel Veillardf5b44e42001-09-17 17:19:54 +000012439Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
12440
12441 * configure.in: Joe Orton provided a patch fixing a problem
12442 when iconv is specified to be in a non-standard directory
12443 but wasn't exported in xml2-config --cflags
12444
Daniel Veillard2fc2db72001-09-14 17:33:51 +000012445Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
12446
Daniel Veillardf5b44e42001-09-17 17:19:54 +000012447 * configure.in: let's ship 2.4.5 before getting too much
Daniel Veillard2fc2db72001-09-14 17:33:51 +000012448 troubles with 2.4.4 errors.
12449
Daniel Veillard16698282001-09-14 10:29:27 +000012450Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12451
12452 * encoding.c entities.c: do not output hexadecimal charrefs
12453 when serializing HTML since some version of Netscape can't
12454 grok it, generate decimal ones.
12455 * result/HTML/doc3.htm: output changed due to previous test
12456 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
12457
Daniel Veillard98fed372001-09-13 11:34:58 +000012458Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
12459
12460 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
12461 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
12462
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000012463Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
Daniel Veillard98fed372001-09-13 11:34:58 +000012464 Released 2.4.4
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000012465
12466 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
12467 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
12468 updated the configuration scripts systems accordingly
12469
Daniel Veillard04382ae2001-09-12 18:51:30 +000012470Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12471
12472 * configure.in: preparing for 2.4.4
12473 * doc/xml.html doc/html/*: updated and rebuilt the docs
12474
Daniel Veillardd63437e2001-09-12 15:00:27 +000012475Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
12476
12477 * win32/dsp/libxml2.def.src: tried to incorporate comments
12478 from bug #59220
12479
Daniel Veillard319a7422001-09-11 09:27:09 +000012480Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
12481
12482 * parser.c result/noent/wml.xml: fixed bug #59981 related
12483 to handling of '&' in attributes when entities are substitued
12484
Daniel Veillard7cf5e442001-09-10 20:16:32 +000012485Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12486
12487 * libxml.h include/libxml/xmlversion.h.in
12488 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
12489 Tried to close bug #60131
12490
Daniel Veillardbce62332001-09-10 18:46:55 +000012491Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12492
12493 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
12494
Daniel Veillard143b04f2001-09-10 18:14:14 +000012495Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
12496
12497 * SAX.c: fixing bug #59946 on xmlns=""
12498
Daniel Veillard7a51d6d2001-09-10 14:40:43 +000012499Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12500
12501 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
12502 but allocates a new error code.
12503
Daniel Veillard05c13a22001-09-09 08:38:09 +000012504Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
12505
12506 * xmllint.c: John Fleck fixed typos in the options output
12507 * parser.c SAX.c: fix ignorable white space SAX selection
12508
12509Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12510
12511 * entities.c: Steve Underwood found the possibility of an
12512 ininite loop in case of error.
12513
Daniel Veillard5eb9dea2001-09-07 09:38:02 +000012514Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12515
12516 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
12517
Daniel Veillarda050d232001-09-05 15:51:05 +000012518Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
12519
12520 * parser.c: warn if version is not 1.0 but it's not
12521 strictly speaking an error after analyzing the spec
12522
MDT 2001 John Fleck04685002001-09-03 16:11:47 +000012523Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
12524
12525 *doc/catalog.html - add link to the html version of the
12526 man page, other linguistic cleanups
12527
MDT 2001 John Fleck5bd39dc2001-09-03 15:14:19 +000012528Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
12529
12530 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
12531 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
12532 file, has not yet been included in the build.
12533
Daniel Veillard99784ff2001-09-01 16:20:28 +000012534Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12535
12536 * catalog.c: removed a duplicate affectation Justin Fletcher
12537
Daniel Veillard9e1c72d2001-08-31 20:03:19 +000012538Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
12539
12540 * tree.c: Armin Sander pointed a possible text coalescing
12541 problem, completed his patch.
12542
Bjorn Reese0b2ae432001-08-31 16:31:57 +000012543Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12544
12545 * trionan.c: Fixed const and volatile re-definition problem
12546
Daniel Veillard5d96fff2001-08-31 14:55:30 +000012547Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
12548
12549 * libxml.4 parser.c: doc updates from Heiko Rupp
12550 * parserInternals.c: 2 sanity checks from Heiko Rupp
12551
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012552Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
12553
12554 * tree.c: applied patch from Armin Sander to make some pointers
12555 const in xmlCopyNode()
Daniel Veillard2ebd7a72001-08-28 21:07:03 +000012556 * include/libxml/tree.h: added fix to the header
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012557
Daniel Veillardb06c6142001-08-27 14:26:30 +000012558Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12559
12560 * xpath.c: hum, restrict the integer usage gcc bug workaround
12561 to only gcc compilers so that other architecture don't get
12562 penalized by this limitation.
12563 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
12564
Daniel Veillard268fd1b2001-08-26 18:46:36 +000012565Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12566
12567 * valid.c: fixed a Windows compiler warning (Chris Poblete)
12568 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
12569
Daniel Veillard6c5f9d12001-08-25 13:33:14 +000012570Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
12571
12572 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
12573 --convert option to xmlcatalog to convert SGML ones to
12574 the XML syntax.
12575 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
12576
12577 2.4.3 got released at that point
Daniel Veillard6990bf32001-08-23 21:17:48 +000012578Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12579
12580 * catalog.c xmlIO.c: started some serious testing and fixed
12581 a few bug and optmization needs.
12582
Daniel Veillard9f7b84b2001-08-23 15:31:19 +000012583Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12584
12585 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12586 preparing for a 2.4.3 release even if it may not be ready yet
12587 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
12588 all file parsing lookup to go through the entity resolver, add
12589 to add an API to bypass it (needed to load catalogs themselves),
12590 some cleanup on the catalog code too.
12591 * nanoftp.c: small cleanup
12592 * doc/catalog.html: small update
12593
Daniel Veillardbc2ddbe2001-08-23 10:24:27 +000012594Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
12595
12596 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
12597 Jun Kuriyama
12598
Daniel Veillardffb120d2001-08-23 00:52:23 +000012599Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12600
12601 * doc/catalog.html: finished the catalog documentation
12602
Daniel Veillarde7ead2d2001-08-22 23:44:09 +000012603Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12604
12605 * doc/catalog.html doc/xml.html: added documentation about
12606 Catalog support, misses an API description
12607 * doc/html/*: reextracted the API pages
12608
Daniel Veillarddc2cee22001-08-22 16:30:37 +000012609Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12610
12611 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
12612 Added the part about section 7.2 on URI resolution,
12613 fixed a side effect in the HTML parser, look complete
12614 and ready to rock except the URI/SystemID part!
12615
Daniel Veillard5d90b6c2001-08-22 14:29:45 +000012616Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12617
12618 * include/libxml/catalog.h include/libxml/parser.h
12619 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
12620 xmlIO.c: added support and APIs needed for the catalog PI
12621 * include/libxml/xmlIO.h: cleanup
12622
Daniel Veillarde2940dd2001-08-22 00:06:49 +000012623Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12624
12625 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
12626 include/libxml/catalog.h: starts to look okay, really
12627 plugged the new framework, cleaned a lot of stuff,
12628 added some APIs, except the PI's support missing this
12629 should be mostly complete
12630 * result/catalogs/* test/catalogs/*: added new test, enriched
12631 the existing one with URN ID tests
12632
Daniel Veillard64339542001-08-21 12:57:59 +000012633Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12634
12635 * catalog.c: fixed nextCatalog
12636 * result/catalogs/docbook test/catalogs/*: started adding
12637 a small regression test
12638
Daniel Veillardcda96922001-08-21 10:56:31 +000012639Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
12640
12641 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
12642 more work on the XML catalog support.
12643 * parser.c include/libxml/parser.h: small cleanup seems using
12644 list as a public parameter name can give portability troubles
12645 * trionan.c trionan.h xpath.c include/libxml/trionan.h
12646 include/libxml/xpath.h include/libxml/Makefile.am: removed
12647 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
12648 wrappers
12649
Bjorn Reese45029602001-08-21 09:23:53 +000012650Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12651
12652 * Makefile.am trio.c triodef.h trionan.c xpath.c
12653 include/libxml/Makefile.am include/libxml/trionan.h:
12654 Re-worked Not-A-Number and Infinity support.
12655 * xmlcatalog.c: added readline include files
12656
Daniel Veillard344cee72001-08-20 00:08:40 +000012657Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12658
12659 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
12660 testCatalog as xmlcatalog, making it an installed app
12661 adding a shell, and preparing it to be a /etc/xml/catalog
12662 management tool, though not ready yet
12663 * catalog.c include/libxml/catalog.h: adding support for
12664 XML Catalogs http://www.oasis-open.org/committees/entity/
12665 not finished, there is some interesting tradeoffs and a
12666 few open questions left.
12667
Daniel Veillardb7664f42001-08-19 13:00:43 +000012668Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
12669
12670 * xmllint.c: fixed a line formatting problem
12671
Daniel Veillard5015b712001-08-17 09:37:52 +000012672Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12673
12674 * SAX.c: removed a couple of unused variable (Albert Chin)
12675
Daniel Veillardbb371292001-08-16 23:26:59 +000012676Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12677
12678 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
12679 trying to fix some troubles w.r.t. function returning
12680 const xxxPtr.
12681
Daniel Veillardb60c54e2001-08-16 19:34:27 +000012682Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12683
12684 * win32/dsp/libxml2.def.src: another set of symbols conditionally
12685 defined
12686
Daniel Veillardae6db172001-08-16 19:32:00 +000012687Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
12688
12689 * xpointer.c: removed unused var
12690
Daniel Veillard09190202001-08-16 16:27:41 +000012691Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12692
12693 * testXPath.c: another small cleanup closing bug #59110
12694
Daniel Veillard796f4b62001-08-16 16:00:13 +000012695Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12696
12697 * win32/dsp/libxml2.def.src: small cleanup closing bug
12698 #59108
12699
Daniel Veillard5aac4e42001-08-15 20:46:57 +000012700Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
12701
12702 * example/gjobread.c: add xmlCleanupParser() before leaving
12703
Daniel Veillard9a0b3d62001-08-15 12:58:03 +000012704Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
12705
12706 * config.h.in configure.in include/libxml/xmlwin32version.h:
12707 released 2.4.2
12708
Daniel Veillardd3d06722001-08-15 12:06:36 +000012709Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
12710
12711 * include/libxml/valid.h debugXML.c valid.c: deprecate
12712 the non-boundchecking Sprintf functions, add Snprintf
12713 this should close bug #57984
12714
Daniel Veillardecb6f5b2001-08-15 08:47:42 +000012715Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
12716
12717 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
12718 URIs before doing the lookups (pointed by Mark Vakoc)
12719
Daniel Veillard0ab5cab2001-08-14 16:43:10 +000012720Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
12721
12722 * xpath.c: serious changes on Result Value Trees and NodeSets
12723 w.r.t. deallocation and collect operations. Probably not
12724 100% clean (merge of allocated trees smells like a problem).
12725 Seems sufficient to close #58943
12726
Daniel Veillard90493a92001-08-14 14:12:47 +000012727Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12728
12729 * xmllint.c: adding a --format option
12730
Daniel Veillardfe703322001-08-14 12:18:09 +000012731Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
12732
12733 * xpath.c: count() was broken on Result Value Tree
12734 * xmlIO.c: fixed file:/// accesses on _WIN32
12735
Daniel Veillard70ac0e32001-08-13 11:24:16 +000012736Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12737
12738 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
12739 macro was renamed, this should close bug #58683
12740
Daniel Veillardf300b7e2001-08-13 10:43:15 +000012741Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12742
12743 * SAX.c: small fix fixing bug #58539 reported by coolo, in
12744 entity substitution mode text at the end of the entity might
12745 be added due to text coalescing.
12746 * nanoftp.c parser.c: small cleanup
12747
Daniel Veillard0c720972001-08-08 20:59:00 +000012748Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
12749
12750 * HACKING: added John Fleck right to commit in the doc subdir
12751
Daniel Veillard48da9102001-08-07 01:10:10 +000012752Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12753
12754 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
12755 allow to inherit attributes from the DTD directly in the
12756 tree, this is needed for XPath and can be a useful feature.
12757 Inherited namespaces are always provided at the tree level now
12758 * test/defattr* result/defattr* result/noent/defattr*: added a couple
12759 of tests for this feature (XSLT being the prime user).
12760
Daniel Veillard50f34372001-08-03 12:06:36 +000012761Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12762
12763 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
12764 testSAX.c xmlIO.c xmllint.c include/win32config.h
12765 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
12766 include/libxml/xmlwin32version.h.in win32/README.MSDev
12767 win32/dsp/*: applied Win32 Facelift No.2 patches from
12768 Igor Zlatkovic for Windows/MSC
12769
Daniel Veillard9f4eb912001-08-01 21:22:27 +000012770Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
12771
12772 * SAX.c: unparsedEntityDecl() the URI computation of the
12773 entity wasn't done breaking XSLT unparsed-entity-uri()
12774
Daniel Veillard567e1b42001-08-01 15:53:47 +000012775Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
12776
12777 * xpath.c: fixed a bug when walking the descendants and
12778 the current node has no children
12779 * debugXML.c: show up when a text node is supposed to not be escaped
12780
Thomas Broyerf186c822001-07-31 23:30:37 +000012781Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12782
12783 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
12784 worked like the set:leading() function)
12785 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
12786
Daniel Veillardba6db032001-07-31 16:25:45 +000012787Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12788
12789 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
12790
Daniel Veillard57905372001-07-31 15:52:17 +000012791Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12792
12793 * include/libxml/xmlIO.h: apply change to close #58141
12794 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
12795
Daniel Veillard5e3eecb2001-07-31 15:10:53 +000012796Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12797
12798 * parser.c: when the internal subset uses a PE, then the
12799 included entity can use conditional sections.
12800
Daniel Veillard7d7e3792001-07-30 13:42:13 +000012801Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12802
12803 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
12804 when walking the namespace axis showing up in
12805 libxst/tests/general/bug-12
12806 * xmlmemory.c: added the possibility to trace a given block
12807 defined by its address
12808
Daniel Veillard4aafa792001-07-28 17:21:12 +000012809Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12810
12811 * parser.c: don't override existing encoding specified before
12812 starting xmlParseDocument()
12813
Daniel Veillardfdb1f242001-07-27 23:32:44 +000012814Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12815
12816 * include/libxml/xmlwin32version.h: reinserted, needed for
12817 Windows users of CVS
12818
Darin Adlera77cac02001-07-27 17:41:51 +0000128192001-07-27 Darin Adler <darin@bentspoon.com>
12820
Darin Adler699613b2001-07-27 22:47:14 +000012821 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
12822 * testCatalog.c: Add include of <libxml/parser.h>.
12823
128242001-07-27 Darin Adler <darin@bentspoon.com>
12825
Darin Adlera77cac02001-07-27 17:41:51 +000012826 * include/libxml/.cvsignore:
12827 * include/libxml/xmlwin32version.h:
12828 Remove this file from CVS because it's generated.
12829
Daniel Veillard50822cb2001-07-26 20:05:51 +000012830Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12831
12832 * parser.c include/libxml/parser.h: applied const patches from
12833 Tom Moog #58002
12834
Thomas Broyerba4ad322001-07-26 16:55:21 +000012835Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12836
12837 * xpath.c include/libxml/xpath{,Internals}.h: added a function
12838 lookup framework
12839
Daniel Veillard1d0bfab2001-07-26 11:49:41 +000012840Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12841
12842 * tree.c: fixed xmlCopyNode() for documents
12843
Daniel Veillard6dd398f2001-07-25 22:41:03 +000012844Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12845
12846 * parser.c: fixed bugs #58073 reported by Greg Shtilman
12847
12848Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard2454ab92001-07-25 21:39:46 +000012849
12850 * parser.c: fixes bug #57652 reported by Morus Walter
12851
Daniel Veillarde3924972001-07-25 20:25:21 +000012852Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12853
12854 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
12855
Daniel Veillarda53c6882001-07-25 17:18:57 +000012856Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12857
12858 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
12859 errors, lesson don't add new functions at 1am before a release
12860 * xpath.c: integrated fix from Bjorn to avoid divide by zero
12861 from XPath initialization when possible.
12862
Daniel Veillardd9bad132001-07-23 19:39:43 +000012863Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12864
12865 * result/scripts/base*: removing history/readline changed
12866 this slightly
12867 * include/libxml/parser.h SAX.c parser.c parserInternals.c
12868 xmllint.c: make element content line number generation
12869 optionnal to avoid breaking old apps added interface to switch
12870
Daniel Veillardf012a642001-07-23 19:10:52 +000012871Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12872
12873 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +000012874 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillardf012a642001-07-23 19:10:52 +000012875 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
12876 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
12877 John Kroll fixes to allow saving to HTTP via PUT (or
12878 POST of needed).
12879 * doc/html/*.html: regenerated the docs
12880
Thomas Broyere8126242001-07-22 03:54:15 +000012881Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12882
12883 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
12884 xmlHashScanFull and xmlHashScannFull3 to get passed the
12885 three keys as arguments to the callback function
12886
Daniel Veillard5e2dace2001-07-18 19:30:27 +000012887Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12888
12889 * configure.in Makefile.am: removed libxml softlink for good
12890 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
12891 100% coverage by gtk-doc
12892
Daniel Veillard8599e702001-07-17 21:38:51 +000012893Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12894
12895 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
12896 fixed serious troubles due to size_t vs. int mismatch
12897
Daniel Veillard8fcc4942001-07-17 20:07:33 +000012898Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12899
12900 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
12901
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012902Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12903
12904 * include/libxml/xpath{,Internals}.h xpath.c: added a more
12905 convenient extension API for value and context managing
12906 Now handles external objects through xmlXPathPopExternal,
12907 xmlXPathWrapExternal and xmlXPathReturnExternal.
12908 Added functions for sets operations (intersection, etc.)
12909
Daniel Veillard22090732001-07-16 00:06:07 +000012910Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12911
12912 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
12913 xmlIO.c tree.c parserInternals.c entities.c encoding.c
12914 HTMLparser.c: cleanup of global variables, marking some
12915 const or private.
12916
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012917Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
Thomas Broyer496be682001-07-15 22:59:18 +000012918
12919 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
12920 fixed xmlXPathNodeSetItem when passing index=0
12921
Daniel Veillard05dec342001-07-14 21:57:39 +000012922Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12923
12924 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
12925
Daniel Veillard28ae6362001-07-14 16:44:32 +000012926Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12927
12928 * xmllint.c: fixed compilation under Cygwin #57503
12929 * TODO: update
12930
Peter Williamsed156f52001-07-13 18:35:13 +0000129312001-07-13 Peter Williams <peterw@ximian.com>
12932
12933 * config.h.in: add #undef HAVE_DLFCN_H
12934
12935 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
12936 builddir.
12937
Daniel Veillard73b36e32001-07-12 15:09:52 +000012938Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12939
12940 * win32/libxml2/libxml2.def.src: added a couple of exported entries
12941 raised by #57348 and #57381
12942
Daniel Veillard7db37732001-07-12 01:20:08 +000012943Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12944
12945 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
12946 tree.c xpointer.c: store the line numbder in element->content,
12947 may break some software, need a configuration mechanism
12948
Darin Adler96037892001-07-11 00:03:16 +0000129492001-07-10 Darin Adler <darin@bentspoon.com>
12950
12951 * .cvsignore:
12952 * example/.cvsignore:
12953 * include/.cvsignore:
12954 * include/libxml/.cvsignore:
12955 Various things that are generated and should be ignored.
12956
Daniel Veillard09ab7e12001-07-10 15:49:44 +000012957Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12958
12959 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
12960 * doc/xml.html doc/html/*: updated the docs
12961
Daniel Veillard04e2dae2001-07-09 20:07:25 +000012962Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12963
12964 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
12965 validation occured on content with element child
12966
Daniel Veillardb8c9be92001-07-09 16:01:19 +000012967Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12968
12969 * tree.c: fixed XML Base computation which was broken
12970 * debugXML.c: added a base function to the shell
12971 * Makefile.am result/scripts/* test/scripts/*: added scripts
12972 based regression tests, and adding 2 XML Base tests
12973
Daniel Veillard19e96c32001-07-09 10:32:59 +000012974Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12975
12976 * tree.c: set properties doc and call xmlSetListDoc for properties
12977 content when grafting them in a different tree.
12978 * aclocal.m4: remove from CVS
12979
Daniel Veillarde086f5c2001-07-08 21:10:40 +000012980Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12981
12982 * win32/libxml2/libxml2.def.src: added some missing entry point
12983 for XPath (Mark Vakoc)
12984
Daniel Veillard388236f2001-07-08 18:35:48 +000012985Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12986
12987 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
12988 layer should URI-Unescape before trying to open resources.
12989
Daniel Veillard04383752001-07-08 14:27:15 +000012990Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12991
12992 * xpath.c: fix the name() bug for elements in the default
12993 namespace reported by Charlie Bozeman
12994
Daniel Veillard7583a592001-07-08 13:15:55 +000012995Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12996
12997 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
12998 led to an XPath fix, improvements of SAX initialization, and
12999 an added option --nocdata to testXPath
13000
Daniel Veillard449d7392001-07-07 19:11:06 +000013001Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13002
13003 * doc/libxml-doc.el: Felix Natter provided anew version working
13004 with XEmacs too
13005
Daniel Veillard5168dbf2001-07-07 00:18:23 +000013006Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13007
13008 * include/libxml/xpath.h: small cleanup
13009 * doc/xml.html: update
13010
Daniel Veillardf524d6e2001-07-05 23:41:40 +000013011Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13012
13013 * Makefile.am configure.in include/libxml/xmlwin32version.h:
13014 released 2.3.14
13015
Daniel Veillard4b8328d2001-07-05 22:48:42 +000013016Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13017
13018 * doc/html/*: rebuilt the docs for the release
Daniel Veillard5b43fde2001-07-05 23:31:40 +000013019 * doc/xml.html: added 2.3.14 release.
Daniel Veillard4b8328d2001-07-05 22:48:42 +000013020
Daniel Veillard73c9c042001-07-05 20:02:54 +000013021Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13022
13023 * xpath.c: a bug reported by Stephan Kulow empty nodesets
13024 were not equal to empty strings
13025
Daniel Veillard1fd36d22001-07-04 22:54:28 +000013026Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13027
13028 * SAX.c: fixed a URI-Reference computation problem when validating
13029 * xmlIO.c: small cleanup
13030
Daniel Veillard4d65a1c2001-07-04 22:06:23 +000013031Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13032
13033 * parser.c: improved the description of a couple of interfaces
13034 upon Larry Stamper suggestion
13035
Daniel Veillard62f313b2001-07-04 19:49:14 +000013036Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13037
13038 * SAX.c entities.c parser.c: changed completely the way entities
13039 are handled when running the parser in entity substitution mode.
13040 This fixes a bug reported by Stephan Kulow and nearly divides
13041 by 3 the amount of memory required by libxslt to load and process
13042 DocBook TDG.
13043
Daniel Veillardf420ac52001-07-04 16:04:09 +000013044Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13045
13046 * HTMLparser.c: fixing a too early root closing problem raised
13047 byt Prashanth Naidu
13048
Daniel Veillard8c357d52001-07-03 23:43:33 +000013049Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13050
13051 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
13052 raised by Mark Vakoc.
13053
Daniel Veillard6e90d192001-07-03 16:37:49 +000013054Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13055
13056 * example/Makefile.am: fixed the include path to add srcdir/include
13057 * Makefile.am configure.in: fix from Albert Chin for iconv detection
13058 and some cleanup
13059
Daniel Veillardf06307e2001-07-03 10:35:50 +000013060Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13061
13062 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
13063 lot of optimization work, results in significant improvements
13064 when handling really complex XPath queries. Add a small optimizer
13065 for unions, improve [n] and [last()], avoid some costly ops.
13066
Daniel Veillard77044732001-06-29 21:31:07 +000013067Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13068
13069 * include/libxml/parser.h parser.c: xmlStrstr args are both const
13070 * xpath.c: small cleanup
13071 * xmlGetNsList: reformated, fixed problems if used on Entities
13072
Daniel Veillard2adbb512001-06-28 16:20:36 +000013073Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13074
13075 * doc/xml.html: added 1.8.14 and 2.3.13 releases
13076
Daniel Veillardb37ecd02001-06-28 16:18:11 +000013077Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13078
13079 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
13080 * Makefile.am example/Makefile.am: workaround automake generating
13081 erroneous deps
13082
Daniel Veillard12f7d292001-06-28 13:12:11 +000013083Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13084
13085 * include/win32config.h: bug #56801 Yon Derek provided a patch
13086 to the windows config file.
13087
Daniel Veillard87ee9142001-06-28 12:54:16 +000013088Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13089
13090 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
13091 libxml.h : Yon Derek provided a set of changes to compile from
13092 CVS on Windows/MSC
13093
Daniel Veillard0e4cd172001-06-28 12:13:56 +000013094Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13095
13096 * parser.c: fixed UTF8 BOM support in push mode
13097 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
13098 added a specific testcase
13099
Daniel Veillard3e5bb8e2001-06-27 16:34:34 +000013100Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13101
13102 * Makefile.am: added --push regression tests
13103 * parserInternals.c: the XML parser segfaulted in --push mode
13104
Daniel Veillard9a89a8a2001-06-27 11:13:35 +000013105Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13106
13107 * configure.in: moved the symlinks detection within a CVS
13108 check, this is not portable and will be removed soon.
13109 * xpath.c: small cleanup/speedup
13110
Daniel Veillard11648102001-06-26 16:08:24 +000013111Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13112
13113 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
13114 release of 2.3.12
13115 * parser.c: make an error message if unknow entities in all cases
13116
Daniel Veillardfcbd74a2001-06-26 07:47:23 +000013117Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13118
13119 * uri.c: fixed 2 uri normalization bugs on '//' reduction
13120
Daniel Veillard23793842001-06-25 16:07:45 +000013121Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13122
13123 * include/libxml/Makefile.am: Laszlo Peter pointed out that
13124 includes were installed in the wrong dir
13125
Daniel Veillardf5498f32001-06-25 15:08:36 +000013126Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13127
13128 * doc/html.xml: warn against sending code to exhibit bugs.
13129
Daniel Veillard56f06462001-06-24 21:34:03 +000013130Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13131
13132 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
13133 Tru64 from Thomas Leitner
13134
Daniel Veillardc5d64342001-06-24 12:13:24 +000013135Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13136
13137 * AUTHORS: added William and Bjorn
13138 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
13139 daniel@veillard.com hopefully I won't have to do this again
13140 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
13141 docs can be rebuilt cleanly now
13142 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
13143 from CVs it's generated, added include/libxml/xmlwin32version.h
13144 also generated but which should change far less frequently.
13145 * catalog.c nanoftp.c: made sure to include libxml.h not
13146 libxml/xmlversion.h directly
13147 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
13148 when compiling on WIN32 and MSC
13149
Daniel Veillard07385fd2001-06-23 21:55:48 +000013150Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13151
13152 * include/Makefile.am include/libxml/Makefile.am configure.in:
13153 fixed make distcheck and rebuilding the rpms
13154
Daniel Veillardcd1d9442001-06-23 18:53:44 +000013155Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13156
13157 * configure.in: should finish the migration of exported includes
13158 into a real include/libxml in CVS, at least for CVS users.
13159 * removed the exported headers, added in include/libxml (as well
13160 as xmlversion.h.in).
13161
Daniel Veillard6dd8e052001-06-23 18:38:06 +000013162Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13163
13164 * configure.in: fixed the way to detect symlink
13165
Daniel Veillard66541772001-06-23 18:31:04 +000013166Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13167
13168 * configure.in: updated, include/libxml is now a real CVS dir
13169
Daniel Veillardca989762001-06-23 17:39:29 +000013170Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13171
13172 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
13173 version works with both libxml1 and libxml2 (it autodetects
13174 the prefix of the html-files) from Felix Natter.
13175 * doc/xml.html: updated doc accordingly
13176
Daniel Veillard8cf14d52001-06-23 16:32:46 +000013177Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13178
13179 * xpath.c: fixed the bug generating a template loop in libxslt
13180 when using docbook-xsl-1.4, * should filter out document nodes
13181 * HACKING: added William
13182 * TODO: updated
13183
Daniel Veillard7b06bcb2001-06-22 16:03:51 +000013184Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13185
13186 * doc/FAQ.html: added a warning about gcc-3.0
13187 * doc/xml.html: added reference to gdome2 and removed a confusing
13188 sentence
13189
Daniel Veillardf7f41852001-06-22 15:18:01 +000013190Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13191
13192 * xmlversion.h: okay this is a generated file, but Windows
13193 users need it and they can't generate it, and I want CVS
13194 Windows users ...
13195 * win32/libxml2/libxml2_so.dsp: Windows project file for
13196 the shared lib version of libxml2
13197 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
13198 resources needed for libxslt/xsltproc by Yon Derek
13199
Bjorn Reese3157b342001-06-22 14:41:45 +000013200Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13201
13202 * trio.c: MSVC fix (provided by Igor Zlatkovic)
13203
Daniel Veillard4151acb2001-06-22 10:48:57 +000013204Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13205
Daniel Veillardcc146db2001-06-22 11:10:52 +000013206 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
13207
13208Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13209
Daniel Veillard4151acb2001-06-22 10:48:57 +000013210 * include/win32config.h: Yon Derek provided a first fix
13211 to be able to compile libxslt/xsltproc on Windows
13212
Daniel Veillardd79bcd12001-06-21 22:07:42 +000013213Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13214
13215 * xpath.c: attempt to work around what seemed a gcc optimizer
13216 bug when handling floats on i386 http://veillard.com/gcc.bug
13217 * tree.c entities.c encoding.c: doing some cleanups while
13218 chasing it
13219
Daniel Veillard017b1082001-06-21 11:20:21 +000013220Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13221
13222 * Makefile.am: cleanup when --without-debug is specified
13223 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
13224 w.r.t. --without-debug and other include points
13225 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
13226 Catalogs
13227 * configure.in entities.h tree.h HTMLparser.c: removed
13228 --without-corba, made the _private field mandatory
13229
Daniel Veillard87a764e2001-06-20 17:41:10 +000013230Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13231
13232 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
13233 outputs a BOM in UTF8, an errata has been issued to avoid the
13234 problem, that was the most reasonable solution... Add support
13235 for a leading UTF8 BOM in entities.
13236
Daniel Veillard10ea86c2001-06-20 13:55:33 +000013237Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13238
13239 * valid.c: fixed a bug found when post validating an entity ref
13240 * xmllint.c: added --loaddtd and sligly changed --postvalid to
13241 activate it too
13242
Daniel Veillard39196eb2001-06-19 18:09:42 +000013243Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13244
13245 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
13246 weakness in the node copy the XPointer and the XInclude
13247 implementations. Serious cleanup.
13248
Daniel Veillard3739b982001-06-19 12:51:30 +000013249Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13250
13251 * Makefile.am: Kjartan Maraas provided a small patch to
13252 add xml2-config.in to EXTRA_DIST
13253
Daniel Veillarda9142e72001-06-19 11:07:54 +000013254Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13255
13256 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
13257 provided another failing case found in KDE, the way the
13258 ctxt->vctxt.nodeTab was allocated and freed changed over
13259 time but it wasn't completely cleaned up. This should fix it.
13260
Daniel Veillard3ed27bd2001-06-17 17:58:17 +000013261Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13262
13263 * parser.c: Stephan Kulow also raised the fact that line number
13264 could get miscounted making debug harder, fixed the problem
13265 in xmlParseCharData()
13266
Daniel Veillard64b98c02001-06-17 17:20:21 +000013267Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13268
13269 * valid.c: Stephan Kulow pointed out a problem when validating
13270 and using an empty entity, forgot a 'break' in a case.
13271
Daniel Veillarde3c81b52001-06-17 14:50:34 +000013272Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13273
13274 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
13275 * doc/xml.html: updated with 2.3.11
13276
Daniel Veillard4ec885a2001-06-17 10:31:07 +000013277Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13278
13279 * TODO: updated adding cleanup of generated doc
13280 * configure.in: prepared to release 2.3.11
13281 * xmllint.c: added --version for bug reporting
13282 * doc/html/*.html: rebuilt the doc
13283
Daniel Veillard8b8d2252001-06-16 21:24:56 +000013284Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13285
13286 * xpath.c: first part of the work on selecting namespace to
13287 fix bug #56115
13288
Daniel Veillard96ed5832001-06-15 22:22:04 +000013289Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13290
13291 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
13292 when using -liconv
13293 * TODO: updated
13294
Daniel Veillardc4f631d2001-06-14 11:11:59 +000013295Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13296
13297 * HTMLtree.[ch]: more work on the HTML serialization routnes,
13298 cleanup, encoding support.
13299
Daniel Veillard608ad072001-06-14 08:32:28 +000013300Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13301
13302 * xpath.c: Thomas Broyer suggested a better patch for the / arg
13303
Daniel Veillard239d0522001-06-13 23:02:48 +000013304Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13305
13306 * xpath.c: bug detected by Ankh when / is used as a function arg
13307
Daniel Veillard02bb1702001-06-13 21:11:59 +000013308Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13309
13310 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
13311 of element and use it to avoid outputting formatting spaces at
13312 the wrong place. Implemented the format parameter for HTML save.
13313 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
13314 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
13315 result/HTML/wired.html: of course this impact the result of a
13316 number of HTML tests
13317
Daniel Veillard95d845f2001-06-13 13:48:46 +000013318Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13319
13320 * HTMLtree.[ch]: started augmenting the HTML save API with
13321 encoding and formatting parameters
13322
Daniel Veillardeca60d02001-06-13 07:45:41 +000013323Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13324
13325 * HTMLtree.h: cleanup and started evaluating the work needed on
13326 revamping the HTML output code
13327
Daniel Veillard84666b32001-06-11 17:31:08 +000013328Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13329
13330 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
13331
Daniel Veillard8bdd2202001-06-11 12:47:59 +000013332Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13333
13334 * valid.c: fixed bug #56049, forgot one check in the
13335 validation routine
13336
Daniel Veillardca2366a2001-06-11 12:09:01 +000013337Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13338
13339 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
13340
Daniel Veillard6761eee2001-06-11 10:29:38 +000013341Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13342
13343 * libxml.h: fixed an error in last commit
13344 * doc/FAQ.html: added an entry for compilation from CVS
13345
Daniel Veillard9cc6dc62001-06-11 08:09:20 +000013346Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13347
13348 * xmlversion.h.in libxml.h: Cygwin patches
13349 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
13350 * tree.h: cleanup
13351
Daniel Veillardacd370f2001-06-09 17:17:51 +000013352Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13353
13354 * tree.c: patched xmlFreeNode() to avoid freeing() a static
13355 memory block in a strange case where libxml is linked twice
13356 in the binary.
13357
Daniel Veillard1d047672001-06-09 16:41:01 +000013358Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13359
13360 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
13361 state far too often, simple fix used to avoid it.
13362
Daniel Veillard4497e692001-06-09 14:19:02 +000013363Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13364
13365 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
13366 being processed, applied his patch
13367 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
13368
Daniel Veillardf3afa7d2001-06-09 13:52:58 +000013369Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13370
13371 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
13372 provided fixes to compile on MSCC again
13373 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
13374 also provided an update for the project files.
13375
Daniel Veillarda682b212001-06-07 19:59:42 +000013376Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13377
13378 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
13379 bug #55810
13380
Daniel Veillarde8fc08e2001-06-07 19:35:47 +000013381Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13382
13383 * tree.c: fixed xmlGetNsProp() to close bug #55683
13384 Note this requires libxslt to use it's own function instead.
13385
Daniel Veillardf0c53762001-06-07 16:07:07 +000013386Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13387
13388 * HTMLtree.c: when in a pre element no formatting space should
13389 be added.
13390 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
13391
Daniel Veillard068a9652001-06-07 15:30:26 +000013392Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13393
13394 * configure.in: added tests for signal() and signal.h
13395
Daniel Veillard541d6552001-06-07 14:20:01 +000013396Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13397
13398 * xpath.c: robert pointed out xmlXPathNINF was not initialized
13399
Daniel Veillard8a367d42001-06-07 14:01:34 +000013400Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13401
13402 * doc/libxml-doc.el: Felix Natter provided a new version for
13403 libxml2
13404
Daniel Veillard8a926292001-06-07 11:20:20 +000013405Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13406
13407 * HTMLtree.c: when in a pre element no formatting space should
13408 be added.
13409
Daniel Veillard14839d52001-06-06 16:11:56 +000013410Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13411
13412 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
13413
Daniel Veillarde95e2392001-06-06 10:46:28 +000013414Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13415
13416 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
13417 hack
13418 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
13419 * uri.c: fixed a warning
13420
Daniel Veillard6e93c4a2001-06-05 20:57:42 +000013421Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13422
13423 * HTMLtree.c: trying to close bug #55772 escaping in script
13424 elements
13425 * doc/xml.html: suggest to send mail to the list
13426
13427Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard1c43dbf2001-06-05 17:12:52 +000013428
13429 * error.c: attempt to fix the xmlGetVarStr breakage once and for
13430 good. Use a macro and based on the solution provided in
13431 vsnprintf manual page from GNU.
13432
Bjorn Reese99748722001-06-05 12:49:15 +000013433Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13434
13435 * error.c: Workaround for non-preserving variadic list.
13436 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
13437
Daniel Veillard2e4f1882001-06-01 10:11:57 +000013438Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13439
13440 * doc/xml.html: added 2.3.10 release
13441
Daniel Veillardb3a182e2001-06-01 09:28:09 +000013442Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13443
13444 * configure.in: releasing 2.3.10
13445
Daniel Veillard3c2758d2001-05-31 18:43:43 +000013446Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13447
13448 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
13449
Daniel Veillard20042422001-05-31 18:22:04 +000013450Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13451
13452 * encoding.c: Robert Collins provided a patch to add the
13453 "US-ASCII" encoding alias
13454
Daniel Veillard97ac1312001-05-30 19:14:17 +000013455Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13456
13457 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
13458 string oriented functions and started cleaning the related areas
13459 in xpath.c which needed fixing in this respect
13460
Daniel Veillard2d703722001-05-30 18:32:34 +000013461Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13462
13463 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
13464 #55380
13465 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
13466
Daniel Veillard9403a042001-05-28 11:00:53 +000013467Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13468
13469 * TODO: updated
13470 * nanohttp.[ch] : started adding APIs to get the redirected URL
13471 when this occurs (needed for further base computation
13472 * tree.h: cleanup
13473 * encoding.c: cleanup
13474 * SAX.c: minor change around ctxt->loadsubset
13475
Daniel Veillard6278fb52001-05-25 07:38:41 +000013476Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13477
13478 * Makefile.am include/Makefile.am: small change to have
13479 include/libxml rebuilt if working from CVS.
13480 * uri.c: applied another patch from Carl Douglas for URI escaping,
13481 this should close bug #51876
13482
Daniel Veillardd16df9f2001-05-23 13:44:21 +000013483Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13484
13485 * xinclude.c: fixed XInclude recursive behaviour bug #54678
13486 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
13487 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
13488 added specific regression test
13489 * parser.h: preparing for the XSLT mode where DTD inherited
13490 attributes are added to the tree.
13491
Daniel Veillardbbd22452001-05-23 12:02:27 +000013492Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13493
13494 * xinclude.[ch]: Updated the namespace for the Last Call version
13495 * result/XInclude/include test/XInclude/include: updated the
13496 testsuite accordingly
13497
Daniel Veillard8514c672001-05-23 10:29:12 +000013498Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13499
13500 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
13501 related to bug #51876
13502
Daniel Veillard42596ad2001-05-22 16:57:14 +000013503Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13504
13505 * tree.c: fixed a gross mistake in base computation, xml:base is
13506 not completely correct yet (need cascade).
13507 * xpath.[ch]: added the few things needed to find a function name
13508 and URI from the XPath context when it is called.
13509
Daniel Veillard81418e32001-05-22 15:08:55 +000013510Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13511
13512 * catalog.[ch]: fixes and add xmlLoadCatalogs()
13513 * DOCBparser.c: small cleanup
13514 * xmllint.c: added a --catalogs option to load catalogs from
13515 $SGML_CATALOG_FILES
13516 * tree.c: cleanup
13517 * configure.in: iconv library fixup, ICONV_LIBS
13518
Daniel Veillardaf86c7f2001-05-21 14:11:26 +000013519Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13520
13521 * catalog.c: handling of CATALOG entries. detection of recursion,
13522 and a few bugfixes
13523 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
13524 against the default namespace
13525
Daniel Veillard04b93292001-05-21 08:15:31 +000013526Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13527
13528 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
13529
Daniel Veillarda97a19b2001-05-20 13:19:52 +000013530Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13531
13532 * parser.c: fixed propagation context info when parsing an
13533 external entity.
13534 * doc/html/*.html: regenerated a couple of docs
13535
Daniel Veillard4623acd2001-05-19 15:13:15 +000013536Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13537
13538 * doc/xml.html: update with 2.3.9 informations
13539
Daniel Veillardbed7b052001-05-19 14:59:49 +000013540Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13541
13542 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
13543 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
13544 * doc/html/* : rebuilt the docs
13545 * valid.c: small patch which may improve some case when
13546 validating.
13547
Daniel Veillardf69bb4b2001-05-19 13:24:56 +000013548Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13549
13550 * HTMLparser.c: Closed bug #54891
13551 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
13552 to the suite
13553
13554Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13555
13556 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
13557 applied a documentation patch from LotR and filled in a few missing
13558 descriptions
13559
Daniel Veillard76d66f42001-05-16 21:05:17 +000013560Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13561
13562 * xpath.c tree.c parser.c: speed optimizations at the parser level
13563 document tree freeing and xpath evaluation
13564
Daniel Veillardfd7ddca2001-05-16 10:57:35 +000013565Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13566
13567 * parser.c parser.h parserInternals.h: fixed a couple of
13568 interfaces for handling memory buffer input to const char *
13569 upon suggestion of JamesH.
13570
Daniel Veillardc3739e72001-05-15 15:23:27 +000013571Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13572
13573 * configure.in: LoTR sent a patch fixing the previous commit
13574
Daniel Veillarda4f27e02001-05-15 12:41:29 +000013575Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13576
13577 * configure.in: trying to deal again with the stoopid -R linking
13578 flag of Solaris
13579
Daniel Veillard790142b2001-05-15 10:51:53 +000013580Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13581
13582 * xpath.h: two nodeset access macros from Thomas Broyer
13583
Daniel Veillardba0b8c92001-05-15 09:43:47 +000013584Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13585
13586 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
13587 patch from Thomas Broyer
13588
Daniel Veillarde62d36c2001-05-15 08:53:16 +000013589Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13590
13591 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
13592 case
13593 * INSTALL: was empty added stuff from the FAQ
13594
Daniel Veillard75bea542001-05-11 17:41:21 +000013595Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13596
13597 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
13598 attributes handling and #54433 by adding xmlUnsetProp()
13599 and xmlUnsetNsProp()
13600
Daniel Veillard0a2a1632001-05-11 14:18:03 +000013601Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13602
13603 * HTMLparser.c: Patch from Jonas Borgström
13604 (htmlGetEndPriority): New function, returns
13605 the priority of a certain element.
13606 (htmlAutoCloseOnClose): Only close inline elements if they
13607 all have lower or equal priority.
13608 * result/HTML: this of course changed a number of tests results.
13609
Daniel Veillard7d6fd212001-05-10 15:34:11 +000013610Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13611
13612 * xmlIO.c catalog.c: plugged in the default catalog resolution
13613 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
13614 documentations
13615 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
13616
Daniel Veillarda7374592001-05-10 14:17:55 +000013617Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13618
13619 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
13620 integrating catalogs
13621 * catalog.[ch] testCatalog.c: adding a small catalo API
13622 (only SGML catalog support).
13623 * parser.c: restaured xmlKeepBlanksDefault(0) API
13624
Daniel Veillardc17337c2001-05-09 10:51:31 +000013625Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13626
13627 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
13628
Daniel Veillard257d9102001-05-08 10:41:44 +000013629Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13630
13631 * parser.c: added xmlParseExternalEntityPrivate() to allow
13632 propagation of ctxt->_private when parsing external entities
13633
Daniel Veillard083c2662001-05-08 08:27:14 +000013634Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13635
13636 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
13637
Daniel Veillard01ef7382001-05-08 07:31:43 +000013638Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13639
13640 * configure.in: fixed a small portability problem with AM_CONDITIONAL
13641
Daniel Veillard4de4d3b2001-05-07 20:50:47 +000013642Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13643
13644 * valid.c: warn when indeterminist content model is detected
13645 * result/VC/ElementValid8: this adds a message
13646 * Makefile.am: add --novalid for VCM tests
13647 * parserInternals.c: added a call to Init memory
13648
Daniel Veillard64269352001-05-04 17:52:34 +000013649Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13650
13651 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
13652 when both parameters are NULL.
13653
Daniel Veillard37721922001-05-04 15:21:12 +000013654Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13655
13656 * valid.c: applied small patch from Gary Pennington, reindented
13657 some part of the code.
13658
Daniel Veillard3bbbe6f2001-05-03 11:15:37 +000013659Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13660
13661 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
13662 release, updated and regenerated the docs
13663
Daniel Veillard357c9602001-05-03 10:49:20 +000013664Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13665
13666 * xpath.c result/XPath/expr/floats : clarified and cleanup
13667 printing of abnormal floats in tests.
13668
Daniel Veillarda2bc3682001-05-03 08:27:20 +000013669Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13670
13671 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
13672 * results/HTML/ : a few changes in the output of the HTML tests as
13673 a result.
13674 * configure.in: tying to fix -liconv where needed
13675
Daniel Veillard2a0d2e62001-05-02 17:11:36 +000013676Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13677
13678 * Makefile.am: fixed a stupid error
13679
Daniel Veillard7150a032001-05-02 16:41:11 +000013680Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13681
13682 * configure.in Makefile.am: make the inclusion of the trio
13683 modules in the library conditional
13684
Daniel Veillardc057c5d2001-05-02 12:41:24 +000013685Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13686
13687 * DOCBparser.c: patche from László Kovács, fixed entities refs
13688 in attributes handling
13689
Daniel Veillardedddff92001-05-02 10:58:52 +000013690Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13691
13692 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
13693 flushing
13694
Daniel Veillardc8f620b2001-04-30 20:31:33 +000013695Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13696
13697 * xpath.c: fix of an XSLT namespace bug reported on the list
13698 general/bug-8-
13699
Daniel Veillard5792e162001-04-30 17:44:45 +000013700Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13701
13702 * strio.h trio.c: Dan McNichol suggested a couple of small
13703 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
13704
Daniel Veillard02141ea2001-04-30 11:46:40 +000013705Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13706
13707 * tree.c parser.c encoding.c: spent a bit more time looking
13708 at the parsing speed and DOM handling. Added a few more
13709 speedups.
13710
Daniel Veillard3ed155f2001-04-29 19:56:59 +000013711Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13712
13713 * parser.c: small but effective parsing speed improvement
13714
Daniel Veillardb59076b2001-04-29 17:04:07 +000013715Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13716
13717 * configure.in: default on the DocBook parser inclusion (for Gnome)
13718 * DOCBparser.h: fixed a header reference
13719
Daniel Veillardb45c43b2001-04-28 17:02:11 +000013720Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13721
13722 * configure.in xpath.c: applied Bjorn patches for FPE on the
13723 alpha
13724
Daniel Veillardeefd4492001-04-28 16:55:50 +000013725Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13726
13727 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
13728 xmlSaveFormatFileTo()
13729
Daniel Veillarde39a93d2001-04-28 14:35:02 +000013730Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13731
13732 * xpath.c: simple and efficient optimization, XPath functions
13733 aways bind to the same code, cache this
13734 * TODO: updated (by saying some is obsolete)
13735
Daniel Veillard2156a562001-04-28 12:24:34 +000013736Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13737
13738 * xpath.c: more cleanup work on XPath name parsing routines
13739
Daniel Veillard61d80a22001-04-27 17:13:01 +000013740Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13741
13742 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
13743 xmlXPathParseName
13744 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
13745 * debugXML.c: avoid compilation problems if compiling without
13746 HTML support, Igor Zlatkovic
13747 * win32/libxml2/libxml2.def.src: being able to compile without
13748 XPath on Windows
13749
Daniel Veillarddbb14a72001-04-26 20:54:01 +000013750Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13751
13752 * libxml.m4: yet another patch from Toshio Kuratomi
13753
Daniel Veillard2913e4c2001-04-26 19:29:02 +000013754Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13755
13756 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
13757
Daniel Veillard67fee942001-04-26 18:59:03 +000013758Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13759
13760 * tree.[ch]: added xmlSaveFormatFile interface for saving
13761 and indenting a file.
13762
Daniel Veillard82e49712001-04-26 14:38:03 +000013763Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13764
13765 * xpath.c: fixed bug #53689 related to processing-instruction()
13766
Daniel Veillard02f077a2001-04-26 10:59:11 +000013767Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13768
13769 * DOCBparser.c: patche from László Kovács
13770
Daniel Veillard30211a02001-04-26 09:33:18 +000013771Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13772
13773 * parser.c: applied fixes from Christian Glahn bug report #53391
13774
Daniel Veillard5a7c3452001-04-26 09:16:13 +000013775Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13776
13777 * error.c: Jean François Lecomte provided a complete description
13778 and a fix to bug #53537
13779
Daniel Veillard5c4ec4c2001-04-26 07:43:59 +000013780Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13781
13782 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
13783
Daniel Veillard1034da22001-04-25 19:06:28 +000013784Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13785
13786 * DOCBparser.c SAX.c: a bit more work on entities processing.
13787 Still Need to cleanup XML output and references in attributes
13788
Daniel Veillard4ec0b0f2001-04-25 15:53:40 +000013789Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13790
13791 * DOCBparser.c include/Makefile.am: two patches from László Kovács
13792
Daniel Veillardb33c2012001-04-25 12:59:04 +000013793Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13794
13795 * tree.c: trying to fix #53574, not completely complete,
13796 I would like xmllint --copy --debug test/ent1 and
13797 xmllint --debug test/ent1 to show the same result.
13798 * xpath.c: fix a bug when trying to sort namespace nodes
13799
Daniel Veillard5146f202001-04-25 10:29:44 +000013800Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13801
13802 * HTMLtree.c: real fix for #53402
13803
Daniel Veillard7533cc82001-04-24 15:52:00 +000013804Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13805
13806 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
13807 PIs when using xsl:output
13808 * valid.c: closing #53537 some case generate segfaults if there
13809 is validity errors
13810
Daniel Veillard61b33d52001-04-24 13:55:12 +000013811Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13812
13813 * SAX.c testDocbook.c DOCBparser.c: more work on the support
13814 of external parsed entities, added --noent to testDocbook
13815 * valid.c: Garry Pennington found an uninitialized variable
13816 access in xmlValidateElementContent()
13817
Daniel Veillard56098d42001-04-24 12:51:09 +000013818Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13819
13820 * HTMLparser.c : HTML parsing still sucks ... trying to deal
13821 with madness
13822 * result/HTML/ : this modified the result of the regression tests
13823 a lot.
13824
Daniel Veillard122376b2001-04-24 12:12:30 +000013825Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13826
13827 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
13828 to doc where it wasn't checked against NULL reported by
13829 Jens Laas
13830
Daniel Veillard43dadeb2001-04-24 11:23:35 +000013831Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13832
13833 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
13834 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
13835
Daniel Veillardeae522a2001-04-23 13:41:34 +000013836Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13837
13838 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
13839 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
13840 * SAX.[ch]: cleanup and updates for DocBook
13841 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
13842 ex SGML identifier changes
13843 * valid.c: removed a static unused function.
13844
Daniel Veillardde57c612001-04-23 09:13:36 +000013845Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13846
13847 * HTMLtree.c: applied change for Paul Sponagl on script saving
13848 * Makefile.am: the warning about entity title.xml are normal.
13849
Daniel Veillard393df012001-04-22 20:11:18 +000013850Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13851
13852 * configure.in: release of 2.3.7
13853 * Makefile.am: fixing make distcheck
13854
Daniel Veillarda41123c2001-04-22 19:31:20 +000013855Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13856
13857 * doc/html/* doc/xml.html: updated and regenerated the docs
13858
Daniel Veillardfd0c3eb2001-04-22 19:13:10 +000013859Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13860
13861 * xpath.c: fixed the XPointer problem introduced in 2.3.6
13862
Daniel Veillarde82a9922001-04-22 12:12:58 +000013863Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13864
13865 * tree.c: fixed #53388 with the provided patch
13866
Daniel Veillard06803992001-04-22 10:35:56 +000013867Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13868
13869 * valid.c: Bjorn detected an invalid memory access. Fixed
13870 vstateVPush()
13871
Daniel Veillard40af6492001-04-22 08:50:55 +000013872Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13873
13874 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
13875
Bjorn Reese70a9da52001-04-21 16:57:29 +000013876Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13877
13878 * libxml.h: new header used only for the compilation of libxml
13879 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
13880 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
13881 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
13882 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
13883 xmlmemory.c xpath.c xpointer.c: libxml.h integration
13884 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
13885 baseline (version 1.2 plus a single patch).
13886 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
13887 scientific notation for numbers. Tests added.
13888 * xpath.c: formatting of numbers changed to use sprintf
13889 (contribution from William Brack)
13890
Daniel Veillard34b1b3a2001-04-21 14:16:10 +000013891Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13892
13893 * valid.c: cleanup, more useful debugging
13894 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
13895 * xmlIO.c: entity loading is printed as an error when validating
13896
Daniel Veillard1c14b8d2001-04-21 10:28:59 +000013897Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13898
13899 * valid.c: fixed to validate within entities
13900 * test/VCM/v22.xml: added a specific testcase
13901
Daniel Veillardca1f1722001-04-20 15:47:35 +000013902Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13903
13904 * valid.c: forgot an epsilon transition in for ()+
13905 * test/VCM/v21.xml : added a specific test case
13906
Daniel Veillard85349052001-04-20 13:48:21 +000013907Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13908
13909 * valid.c: removed a state explosion exhibited by RSS
13910 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
13911 from bug #51872
13912
Daniel Veillarddab4cb32001-04-20 13:03:48 +000013913Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13914
13915 * valid.[ch] tree.h: worked *hard* to get non-determinist content
13916 validation without using an ugly NFA -> DFA algo in the source.
13917 Made a specific algorithm easier to maintain, using a single
13918 stack and without recursion.
13919 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
13920 * hash.c: made the growing routine static
13921 * tree.h parser.c: added the parent information to an
13922 xmlElementContent node.
13923
Daniel Veillarde470df72001-04-18 21:41:07 +000013924Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13925
13926 * SAX.c parser.c xpath.c: generating IDs when not validating
13927 from an external parsed entity was poisoning the ID has table
13928 with removed values. This was killing XSLT on the KDE help
13929 browser.
13930
Daniel Veillardceacdd92001-04-18 15:10:35 +000013931Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13932
13933 * entities.h: andrew@ugh.net.au detected a double declaration
13934
Daniel Veillarda10efa82001-04-18 13:09:01 +000013935Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13936
13937 * debugXML.c hash.c tree.h valid.c : some changes related to
13938 the validation suport to improve speed with DocBook
13939 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
13940 the way validation errors get reported
13941
Daniel Veillard1ed3f882001-04-18 09:45:35 +000013942Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13943
13944 * HTMLparser.c HTMLtree.c: applied part of the patches provided
13945 by P C Chow and William M. Brack for XSLT HTML output
13946
Daniel Veillard2d90de42001-04-16 17:46:18 +000013947Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13948
13949 * xmlversion.h.in win32config.h win32/libxml2/*: applied
13950 Igor Zlatkovic patches for MSC compilation and added his
13951 updates
13952
Daniel Veillarde043ee12001-04-16 14:08:07 +000013953Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13954
13955 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
13956 prefix lookup.
13957 * parserInternals.c: fixed the bug reported by Morus Walter
13958 due to an off by one typo in xmlStringCurrentChar()
13959
Daniel Veillarda3bfca52001-04-12 15:42:58 +000013960Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13961
13962 * HTMLparser.c result/HTML/*: revamped the way the HTML
13963 parser handles end of tags or end of input
13964
Daniel Veillard82daa812001-04-12 08:55:36 +000013965Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13966
13967 * tree.[ch] : added xmlDocCopyNode for gdome2 support
13968
Daniel Veillard67a21302001-04-11 14:39:16 +000013969Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13970
13971 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
13972 bug where the linktime verions of free() won't work ...
13973
Daniel Veillard27b55282001-04-11 12:22:25 +000013974Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13975
13976 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
13977
Daniel Veillardafc73112001-04-11 11:51:41 +000013978Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13979
13980 * doc/xml.html: added 2.3.6 release
13981
Daniel Veillardbdb9ba72001-04-11 11:28:06 +000013982Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13983
13984 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
13985 * result/wml.xml: resulted in a small output change
13986
Daniel Veillardd2f3ec72001-04-11 07:50:02 +000013987Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13988
13989 * tree.c: xmlNewDoc was missing the charset initialization
13990 * xmllint.c: added --auto to autogenerate a doc, allow to
13991 reproduce the problem fixed on xmlNewDoc
13992
Daniel Veillard1731d6a2001-04-10 16:38:06 +000013993Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13994
13995 * xpath.c: trying to get 52979 solved
13996 * tree.c result/ result/noent/: trying to get 52712 solved, this
13997 also made me clean up the fact that XML output in general should
13998 not add formating blanks by default, this changed the output of
13999 a few tests
14000
Daniel Veillard73639a72001-04-10 14:31:39 +000014001Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14002
14003 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
14004
Daniel Veillardfac26a12001-04-08 13:08:14 +000014005Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14006
14007 * configure.in: finally released 2.3.6
14008
Daniel Veillard911f49a2001-04-07 15:39:35 +000014009Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14010
14011 * xpath.c: checking for null pointer generated by new code
14012
Daniel Veillardd8df6c02001-04-05 16:54:14 +000014013Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14014
14015 * xpath.c: fixed a [] evaluation problem reported
14016 * test/XPath/tests/simpleaddr: extended test
14017 * result/XPath/simpleaddr: updated result
14018
Daniel Veillard3b2c2612001-04-04 00:09:00 +000014019Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14020
14021 * xmllint.c: Dan Timis reported a portability problem
14022 on Macs without mmap, fixed it.
14023
Daniel Veillardb38bd552001-04-03 18:22:00 +000014024Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14025
14026 * testXPath.c : added a --tree option allowing to display the
14027 tree dump of the XPath expression
14028
Daniel Veillard4dd93462001-04-02 15:16:19 +000014029Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14030
14031 * xpath.c: fixed a memleak when comparing nodesets
14032 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
14033 * tree.c: added a TODO
14034
Daniel Veillard92ad2102001-03-27 12:47:33 +000014035Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14036
14037 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
14038 we need string functions
14039 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
14040 to be able to use them where needed. Applied some changes
14041 to reduce name linking pollution and compile in only what's
14042 needed.
14043 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
14044 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
14045 for the string manipulation functions
14046 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
14047 to the free() function of xmlmemory.c
14048 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
14049 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
14050 usage.
14051
14052
Daniel Veillard2be30642001-03-27 00:32:28 +000014053Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14054
14055 * error.c: applied the context output patch of the error
14056 handling submitted by Chuck Griffith
14057 * error/VC/*: this slightly change some error logs
14058
Daniel Veillard50582112001-03-26 22:52:16 +000014059Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14060
14061 * parser.c: fixed line number reporting on error
14062
Daniel Veillard04be4f52001-03-26 21:23:53 +000014063Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14064
14065 * parser.c: Sullivan and Darin found a parser bug,
14066 applied the patch.
14067
Daniel Veillardc86a4fa2001-03-26 16:28:29 +000014068Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14069
14070 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
14071 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
14072 xmlversion.h.in xpointer.c: of course the way I defined
14073 UNUSED breaks on old gcc version. Try to be smart and
14074 also define it directly in xmlversion.h
14075 * configure.in: removed -ansi flag from the pedantic set
14076
14077Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard56a4cb82001-03-24 17:00:36 +000014078 Huge cleanup, I switched to compile with
14079 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
14080 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
14081 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
14082 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
14083 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
14084 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
14085 encoding.h entities.c error.c list.[ch] nanoftp.c
14086 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
14087 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
14088 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
14089 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
14090 Cleanup, staticfied a number of non-exported functions,
14091 detected and cleaned up a dozen of problem found this way,
14092 avoided a lot of public function name/typedef/system names clashes
14093 * doc/xml.html: updated
14094 * configure.in: switched private flags to the really pedantic ones.
14095
Daniel Veillardc7ad7ce2001-03-22 21:45:29 +000014096Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14097
14098 * configure.in: 2.3.5
14099 * doc/html/*: rebuilt the docs
14100
Daniel Veillard146c9122001-03-22 15:22:27 +000014101Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14102
14103 * parser.c: fixed a reported bug in NOTATION parsing
14104 * uri.c: accepted but not fixed bug 51876, added TODO
14105 * Makefile.am: fixed bug 51876
14106
Daniel Veillarda5f013b2001-03-22 12:44:45 +000014107Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14108
14109 * config.h.in configure.in error.c: fix a compilation problem
14110 on platforms without vsnprintf (xml@thewrittenword.com)
14111
Daniel Veillarde020c3a2001-03-21 18:06:15 +000014112Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14113
14114 * parser.c: fixed a function name header typo
14115 * SAX.c: notations can also occur in external subset.
14116
Daniel Veillard7d42b542001-03-20 13:22:46 +000014117Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14118
14119 * error.c: removed a C++ like comment
14120
Daniel Veillard0b6b55b2001-03-20 11:27:34 +000014121Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14122
14123 * parser.c: fixing bug 52299 strange condition leading
14124 to a parser crash due to a buffer overflow
14125 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
14126 added the specific test case
14127
Daniel Veillardfbf8a2d2001-03-19 15:58:54 +000014128Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14129
14130 * xpath.[ch]: still a lot of cleanup based on XSLT, added
14131 xmlXPathConvert{String,Number,Boolean} to be able to make
14132 type casts without a context stack, fixed some implementation
14133 problems related to the absence of context at parse-time,
14134 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
14135 in the public API too
14136 * xpointer.c xpathInternals.h: we need to know at parse time
14137 whether we are compiling an XPointer
14138
Daniel Veillardafcbe1c2001-03-19 10:57:13 +000014139Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14140
14141 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
14142 cleaned up the parser internals, refactored XPath code, added
14143 new compilation based APIs and cleanly separated public and
14144 private APIs.
14145
Daniel Veillardd007d6c2001-03-19 00:01:07 +000014146Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14147
14148 * xpath.h: the comp field must be added at the end to avoid
14149 killing binary compat.
14150
Daniel Veillard9e7160d2001-03-18 23:17:47 +000014151Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14152
14153 * Makefile.am: detect XPath memleaks in regreson tests
14154 * error.c: fixed and error w.r.t. error reporting still using
14155 stderr
14156 * hash.c: added new line at end of file
14157 * tree.h: minor cleanup
14158 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
14159 expression parsing from evaluation, resulted in a number of
14160 changes internally, and in XPointer. Likely to break stuff
14161 using xpathInternals.h but should remain binary compatible,
14162 new interfaces will be added.
14163
Daniel Veillardd574f782001-03-14 19:40:17 +000014164Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14165
14166 * configure.in: fixed a couple of problems reported by
14167 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
14168 without gcc on non linux platforms.
14169
Daniel Veillard0a6c3582001-03-14 19:15:37 +000014170Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14171
14172 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
14173 a fix for --with-html-dir= configure support. I hope it won't
14174 break rpm generation
14175
Daniel Veillarda022fe02001-03-14 16:30:00 +000014176Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14177
14178 * xmlIO.c: one function comment cleanup.
14179
Daniel Veillard25239c12001-03-14 13:56:48 +000014180Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14181
14182 * SAX.c: external subset notations were improperly registered
14183 in the internal subset.
14184
Daniel Veillard2c4754f2001-03-13 09:31:12 +000014185Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14186
14187 * README.cvs-commits: added, pointing to HACKING
14188 * HACKING: updated
14189
Daniel Veillard82ab81e2001-03-12 21:11:21 +000014190Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14191
14192 * parser.c: and Matt Sergeant found one in the XML push
14193 parser (erroneous check I forgot to remove when I fixed the
14194 main parser).
14195
Daniel Veillard68d7b672001-03-12 18:22:04 +000014196Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14197
14198 * xpath.c: ptittom found a small bug in UnaryExpr
14199
Daniel Veillarde356c282001-03-10 12:32:04 +000014200Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14201
14202 * configure.in: bumped to 2.3.4
14203 * error.c: fixed bug #51860
14204 * tree.c: fixed bug #51861
14205 * valid.c: cleanup, more debug, failed to fix one bug crap ...
14206 * tree.[ch] : added xmlDefaultBufferSize
14207 * nanoftp.c: typo in function name header block
14208 * doc/xml.html : updated, added link to XML::LibXSLT
14209 * doc/html/* : rebuilt the docs
14210
Daniel Veillard80f32572001-03-07 19:45:40 +000014211Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14212
14213 * parser.c SAX.c: the new content parsing code raised an
14214 ugly bug in the characters() SAX callback. Found it
14215 just because of strangeness in XSLT XML Rec ouptut :-(
14216
Daniel Veillard6c831202001-03-07 15:57:53 +000014217Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14218
14219 * Makefile.am: Martin Baulig suggested to add -lm
14220 * tree.c: found another bug in xmlNodeGetContent()
14221
Daniel Veillard4af6b6e2001-03-06 08:33:38 +000014222Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14223
14224 * xpath.c: Bjorn found the error related to strictness of comparison.
14225
Daniel Veillard29631a82001-03-05 09:49:20 +000014226Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14227
14228 * parser.c: trying to fix the Dtd parsing problem reported
14229 by Gary, side effect of last week speed optimizations.
14230
Daniel Veillard14be0a12001-03-03 18:50:55 +000014231Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14232
14233 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
14234 * parserInternals.c: removed unneeded test raised by Stric
14235
Bjorn Reesee1dc0112001-03-03 12:09:03 +000014236Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
14237
14238 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
14239 and fixed by William Brack). Added xmlXPathFormatNumber.
14240 Changed the sorting slightly.
14241 * configure.in Makefile.am example/Makefile.am: Added -lm.
14242 Please note that applications linking with libxml2, must
14243 also like with the math library from now on.
14244
Daniel Veillardf9533d12001-03-03 10:04:57 +000014245Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14246
14247 * HTMLparser.c: fixed loop reported by Marc Sanfacon
14248
Daniel Veillard2f362242001-03-02 17:36:21 +000014249Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14250
14251 * parser.c: one must report spaces even if the Dtd element
14252 content proves that this is not part of the element content.
14253 * result/valid/*.xml: this changed the ouptu slightly
14254
Daniel Veillardb402c072001-03-01 17:28:58 +000014255Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14256
14257 * configure.in: bumped to 2.3.3
14258 * doc/xml.html: updated
14259
Daniel Veillard77851712001-02-27 21:54:07 +000014260Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14261
14262 * tree.c: minor doc fix
14263 * xpath.c: deallocation issues when a result tree has been
14264 converted to a node-set
14265
Daniel Veillardec70e912001-02-26 20:10:45 +000014266Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14267
14268 * doc/xml.html: oops corrected dates s/2000/2001
14269
Daniel Veillard8730c562001-02-26 10:49:57 +000014270Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14271
14272 * valid.c: new patch from Gary Pennington
14273
Daniel Veillard91e9d582001-02-26 07:31:12 +000014274Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14275
14276 * doc/xml.html: applied patch from Ankh
14277
Daniel Veillardedac3c92001-02-26 01:36:19 +000014278Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14279
14280 * xinclude.c: fixed a problem building on Mac
14281
Daniel Veillard21a0f912001-02-25 19:54:14 +000014282Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14283
14284 * parser.c: more work on increasing parsing ferformances
14285
Daniel Veillard48b2f892001-02-25 16:11:03 +000014286Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14287
14288 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
14289 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
14290 avoiding memcpy in production builds MEM_CLEANUP macro use
14291 * parser.[ch] parserInternals.c: optimizations of the tightest
14292 internal loops inside the parser. Better checking of I/O
14293 flushing/loading conditions
14294 * xmllint.c : added --timing
14295
Daniel Veillard71681102001-02-24 17:48:53 +000014296Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14297
14298 * configure.in: bumped to 2.3.2
14299 * doc/xml.html: updated for release
14300
Daniel Veillardbbd51d52001-02-24 03:07:03 +000014301Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14302
14303 * xpath.c: found a memleak and fixed a nasty bug
14304
Daniel Veillardf7cd4812001-02-23 18:44:52 +000014305Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14306
14307 * xmllint.[c1] : added return code errors for xmllint
14308 * xpath.c: specific debug dump function for result value trees
14309
Daniel Veillard4b637072001-02-21 21:52:55 +000014310Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14311
14312 * xpath.c: finally implemented xmlXPathCompareNodeSets
14313 * test/XPath/expr/floats results/XPath/expr/floats: added
14314 a test for float expressions
14315
Daniel Veillardf714aa32001-02-21 03:07:44 +000014316Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14317
14318 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
14319 * parserInternals.[ch]: trying to speed up parsing
14320 * xpath.c : speeded up node set equality op
14321
Daniel Veillarde0c3a622001-02-19 18:05:20 +000014322Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14323
14324 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
14325 better handling of ID/IDREF and the list modules associated
14326 * configure.in: small CFLAGS cleanup
14327
Daniel Veillarda8abee62001-02-19 15:14:59 +000014328Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14329
14330 * configure.in: fixed iconv detection on AIX (stric)
14331
Daniel Veillardbca64ef2001-02-19 22:20:01 +000014332Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard88f8f6f2001-02-19 10:00:53 +000014333
14334 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
14335
Bjorn Reesefd9b09b2001-02-18 16:51:25 +000014336Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
14337
14338 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
14339 and optimized xmlXPathNodeSetSort
14340
Daniel Veillard142adbf2001-02-17 13:21:05 +000014341Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14342
14343 * xpath.c: bug fix when context size is 0
14344 * parser.c: I like Norm's Dtd because they still manage to break
14345 the parser occasionally
14346
Daniel Veillardf23e0092001-02-16 13:21:29 +000014347Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14348
14349 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
14350
Daniel Veillarde0e26512001-02-16 00:11:46 +000014351Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14352
14353 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
14354 attributes within the XML-1.0 namespace
14355
Daniel Veillard6e6a6cc2001-02-15 15:55:44 +000014356Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14357
14358 * xpathInternals.h: exported a few axis functions
14359 * doc/xml.html: updated the doc
14360
Daniel Veillard760f4422001-02-15 14:59:48 +000014361Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14362
14363 * configure.in: applied patch from Daniel van Balen for OpenBSD
14364 and bumped version to 2.3.1
14365 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
14366 attempt to find autoclosing was simply broken, removed it,
14367 updated the examples, this is better
14368
Daniel Veillardd194dd22001-02-14 10:37:43 +000014369Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14370
14371 * hash.[ch]: added Paolo Casarini patch to provide Delete from
14372 hash functionnalities.
14373 * doc/html/* : rebuild the doc
14374
Daniel Veillardf41fbbf2001-02-13 17:05:35 +000014375Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14376
14377 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
14378 on predicate
14379 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
14380 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
14381 really want to have tags closed on output even if we accept
14382 unclosed ones on input
14383
Daniel Veillard5dd2f0a2001-02-12 17:36:05 +000014384Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14385
14386 * xpath.c: ouch don't free NULL, rare case fixed
14387 * tree.c: don't coalesce text nodes if they don't have the
14388 same behaviour wrt escaping on output
14389
Daniel Veillardd12b69d2001-02-11 20:17:31 +000014390Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14391
14392 * xpath.c: small fixup
14393 * SAX.c: don't warn on empty namespaces.
14394
Daniel Veillard6a2e4062001-02-08 10:31:33 +000014395Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14396
14397 * README: a bit of cleanup
14398 * configure.in: preparing for 2.3.0 release
14399
Daniel Veillard1f83d392001-02-08 09:37:42 +000014400Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14401
14402 * hash.[ch]: added a first version of xmlHashSize()
14403 * valid.c: another bug fix from Gary Pennington
14404
Daniel Veillard5eef6222001-02-07 18:24:48 +000014405Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14406
14407 * valid.c: couple of bug fixes pointed by Gary Pennington
14408 * HTMLtree.c: #if 0 cleanup
14409
Daniel Veillard2c257ec2001-02-06 13:29:07 +000014410Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14411
14412 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
14413 which removes a time consuming check of xmlXPathNodeSetAdd()
14414 and use it in places where we are sure to not break unicity
14415
Daniel Veillard0f2a53c2001-02-05 17:57:33 +000014416Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14417
14418 * xpath.c: bug fixes found from XSLT
14419 * tree.c: preserve node->name special values when copying nodes.
14420 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
14421 external subset are fetched when available but without full
14422 validation. Added xmlLoadExtDtdDefaultValue, need a function.
14423 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
14424 output with encoding disabled.
14425
Daniel Veillard2c833b62001-02-03 08:52:06 +000014426Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14427
14428 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
14429 xmlCheckFilename should not be called from xmlFileOpenW
14430 and xmlGzfileOpenW
14431
Daniel Veillardb6e7fdb2001-02-02 17:07:32 +000014432Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14433
14434 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
14435 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
14436 added the new tests for URI normalization
14437 * testURI.c: fixed stoopid bugs
14438 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
14439 the URI in the error messages are now properly normalized
14440
Daniel Veillardea28ce62001-02-02 08:20:19 +000014441Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14442
14443 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
14444
Daniel Veillarde99a4762001-02-01 04:34:35 +000014445Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14446
14447 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
14448
Daniel Veillard2b325a02001-01-31 20:46:31 +000014449Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14450
14451 * xpath.c: fixed mod operator
14452
Daniel Veillardde55cf62001-01-31 15:53:13 +000014453Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14454
14455 * parser.c: fixed xmlStrcat doc
14456 * tree.c: 2 fixes form Anders Carlson for copying nodes and
14457 trees.
14458
Daniel Veillard2f913b72001-01-31 13:23:49 +000014459Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14460
14461 * xpath.c result/XPath/tests/chaptersbase
14462 result/XPath/tests/simplebase: fixed XPath node()
14463 * tree.c: small fix in xmlNewNs()
14464 * Makefile.am: removed extraneous xml2Conf.sh rule
14465
Daniel Veillardb42042b2001-01-28 07:40:36 +000014466Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14467
14468 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
14469 Changed the library name, in order to get libxml-devel and
14470 libxml2-devel to coexist on a single system
14471 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
14472 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
14473
Daniel Veillardee0a4662001-01-27 18:59:33 +000014474Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14475
14476 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
14477 libxml2-devel installable in // as libxml-devel.
14478
Daniel Veillard5eb05942001-01-27 17:50:22 +000014479Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14480
14481 * doc/Makefile.am: fixed make rebuild in doc
14482 * doc/html/*.html: rebuilt the docs
14483
Daniel Veillard65c295d2001-01-26 09:32:39 +000014484Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14485
14486 * tree.c: patch from Bjorn Reese on xmlBufferCCat
14487
Daniel Veillard8e199902001-01-25 18:54:39 +000014488Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14489
14490 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
14491 the HTML doc to go into the -devel RPM ...
14492 * aclocal.m4 config.h.in: some updates due to auto* magic
14493
Daniel Veillard93086662001-01-25 18:13:04 +000014494Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14495
14496 * xpath.h: added a hook in the context structure allowing to
14497 link to extra support, needed for XSLT
14498
Daniel Veillardf17e09b2001-01-25 13:55:35 +000014499Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14500
14501 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
14502 xmlXPtrCmpPoints to use it.
14503 * propagated the following patch from Alejandro Forero
14504 * include/win32config.h xmlIO.c: applied further suggestions
14505 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
14506 * example/gjobread.c: fixed warnings, now that it builds
14507
14508Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
14509
14510 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
14511
14512 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
14513 filename points to a valid file (not a directory).
14514 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
14515 Added calls to xmlCheckFilenameDir.
14516
14517 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
14518 `path' (rather than `filename') as the parameter to gzopen and open.
14519
Daniel Veillard48177c22001-01-23 15:27:41 +000014520Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14521
14522 * Makefile.am: fixed a problem with EXTRA_DIST
14523
Daniel Veillardb83ba402001-01-22 22:45:10 +000014524Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14525
14526 * Makefile.am example/Makefile.am: finally found the trick
14527 to build the example, i.e. add "." in SUBDIRS before example
14528 in the list <grin/>
14529
Daniel Veillard82687162001-01-22 15:32:01 +000014530Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14531
14532 * doc/xml.html: updated with an XSLT section, removed pointer to
14533 W3C CVS base.
14534
Daniel Veillard8a7642f2001-01-22 10:45:16 +000014535Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14536
14537 * xpath.c: when copying a XSLT tree object teh tree need to be copied
14538 too, and deallocation need to occur the same way.
14539
Daniel Veillarde4566462001-01-22 09:58:39 +000014540Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14541
14542 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
14543 type correponding to an XSLT result tree fragment. Share most
14544 of the data format with node set, as well as operators.
14545 * HTMLtree.c: added a newline at the end of the doctype output
14546 whe this one is not present initially.
14547 * tree.c: make sure taht the parent and doc pointers are properly
14548 set when copying attributes (lists).
14549
Daniel Veillard701c7362001-01-21 09:48:59 +000014550Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14551
14552 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
14553
Daniel Veillard5a2b6972001-01-20 21:15:50 +000014554Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14555
14556 * xpath.c: seems I finally killed that ugly path evaluation
14557 context bug (tagged 9999 in case is is wrong)
14558
Daniel Veillard8f4d9752001-01-19 05:32:34 +000014559Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14560
14561 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
14562 for XSLT
14563
Daniel Veillardd8aa7cb2001-01-18 15:21:36 +000014564Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14565
14566 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
14567 for xmlGzfileOpen() bug
14568
Daniel Veillardf6eea272001-01-18 12:17:12 +000014569Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14570
14571 * xpath.c: removed an error found by XSLT usage
14572 * tree.c parserInternals.h: use a predefined static string
14573 for text and comment nodes, avoid freeing them in xmlFreeNode,
14574 exported the string name in parserInternals.h and added
14575 another value to disable encoding at output (for XSLT),
14576 gain memory, time.
14577
Daniel Veillard8f2cc572001-01-17 08:19:35 +000014578Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14579
14580 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
14581 win32/libxml2/libxml2_so.dsp: new makefiles and update
14582 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
14583
Daniel Veillardf831bfb2001-01-16 17:26:04 +000014584Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14585
14586 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
14587 Gary Pennington
14588
Daniel Veillard389e6b72001-01-15 19:41:13 +000014589Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14590
14591 * xpath.c: fixed the comaprision of values and nodelists,
14592 need to compare nodelist still ...
14593 * debugXML.c: avoided a possible core dump
14594 * HTMLparser.c: cleanup
14595 * nanohttp.c: contributed fix.
14596 * tree.c: fixes in properties handling added xmlSetNsProp
14597 needed by libxslt
14598 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
14599 comment
14600 * TODO: updated
14601
Daniel Veillard167bd532001-01-06 21:09:34 +000014602Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14603
14604 * parser.c parserInternals.c: applied Bjorn Reese optimization
14605 patch
14606
14607Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14608
14609 * Makefile.am: applied patch fro make check from Martin Vidner
14610
Daniel Veillard503b8932001-01-05 06:36:31 +000014611Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14612
14613 * configure.in: preparing 2.2.11
14614 * doc/html/*: rebuild the HTML files
14615 * doc/xml.html : updated
14616
Daniel Veillardc2f4df22001-01-04 14:06:39 +000014617Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14618
14619 * tree.c: fixed a stupid bug
14620 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
14621 patches related to validation of an XInclude processing result
14622 * TODO: updated
14623
Daniel Veillarde2488192001-01-04 10:54:22 +000014624Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14625
14626 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
14627 on large files
14628
Daniel Veillardf060a412001-01-03 20:52:44 +000014629Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14630
14631 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
14632
Daniel Veillard45cff692001-01-03 18:02:04 +000014633Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14634
14635 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
14636 reported by Jonas Borgström
14637 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
14638
Daniel Veillard08108982001-01-03 15:24:58 +000014639Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14640
14641 * testXPath.c xpath.c: fixing the XPath union expressions problem
14642 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
14643
Daniel Veillard4a6845d2001-01-03 13:32:39 +000014644Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14645
14646 * xmllint.c: Made is so if the file name is "-" is will read form
14647 standard input. Sven Heinicke <sven@zen.org>
14648 * tree.c: fixed a problem when growing buffer
14649 * tree.h: fixed the comment of the node types following andersca
14650 comment
14651 * TODO: updated
14652
Daniel Veillarda6d8eb62000-12-27 10:46:47 +000014653Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14654
14655 * HTMLparser.[ch]: added a way to avoid adding automatically
14656 omitted tags. htmlHandleOmittedElem() allows to change the
14657 default handling.
14658 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
14659 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
14660 of xmllint too when using --memory flag, added a memory test
14661 suite at the Makefile level.
14662 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
14663 with namespace use when encountering QNames in XPath evalation,
14664 added xmlns() scheme in XPointer.
14665 * nanoftp.c : incorporated a fix
14666 * parser.c xmlIO.c: fixed problems raised with encoding when using
14667 the memory I/O
14668 * parserInternals.c: closed bug 25934 reported by
14669 torsten.landschoff@innominate.de
14670 * TODO: updated
14671
Daniel Veillarda1fe9102000-11-25 10:49:25 +000014672Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14673
14674 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
14675 on a non-updated tree :-(, made a 2.2.10 release to correct the
14676 situation
14677
Daniel Veillardce6e98d2000-11-25 09:54:49 +000014678Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14679
14680 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
14681 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
14682 integrated a set of OpenVMS changes from Howard Taylor
14683 <Howard.Taylor@pacoast.com>
14684
Daniel Veillard58770e72000-11-25 00:48:47 +000014685Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14686
14687 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
14688 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
14689
Daniel Veillardf62ceff2000-11-24 23:36:01 +000014690Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14691
14692 * HTMLparser.c: some fixes on auto-open of html/head/body
14693 * encoding.c: fixed a compilation error on some gcc env
14694 * xpath.c xpointer.[ch] xpathInternals.h: improved the
14695 XPointer implementation
14696 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
14697 related XPointer tests and associated results
14698
Daniel Veillard300f7d62000-11-24 13:04:04 +000014699Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14700
14701 * doc/xmldtd.html doc/xml.html: following a short step by step
14702 guidance on IRC to help maciej with DTDs I started a small
14703 page on the subject.
14704
Daniel Veillard748e45d2000-11-17 16:36:08 +000014705Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14706
14707 * HTMLparser.c: fixed handling of broken charrefs
14708 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
14709 patches
14710
Daniel Veillard28929b22000-11-13 18:22:49 +000014711Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14712
14713 * doc/xml.html doc/html/* : rebuilt the docs after adding
14714 xinclude and updated page for 2.2.7 and 2.2.8
14715 * configure.in: releasing 2.2.8
14716
Daniel Veillard41e06512000-11-13 11:47:47 +000014717Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14718
14719 * parser.[ch] parserInternals.c: applied the conditional
14720 section processing fix from Jonathan P Springer
14721 <jonathan.springer2@gte.net>
14722 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
14723 project file, fixed iconv default non support
14724 * xpath.c: fixed the problem of evaluating relative expressions
14725 when a node context is provided.
14726
Daniel Veillardbf432752000-11-12 15:56:56 +000014727Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14728
14729 * nanoftp.c: fixed gcc 2.95 new warnings
14730 * SAX.c: fixed a stupid bug
14731 * tree.c: fixed a formatting problem when round-tripping
14732 from/to memory
14733 * xinclude.c: chased memleak, fixed a base problem
14734 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
14735 xmlXPtrBuildNodeList()
14736 * TODO: updated
14737 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
14738 adding a first small set of regression tests for XInclude
14739
Daniel Veillardc2def842000-11-07 14:21:01 +000014740Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14741
14742 * nanohttp.[ch]: applied Wayne Davison patches to access
14743 the WWW-Authorization header.
14744 * parser.c: Closed Bug#30847: Problems when switching encoding
14745 in short files by applying Simon Berg's patch.
14746 * valid.c: fixed a validation problem
14747 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
14748 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
14749 Wayne Davison
14750 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
14751 need to be extended to non full nodes selections.
14752 * xinclude.c: starts to work decently
14753
Daniel Veillard9e8bfae2000-11-06 16:43:11 +000014754Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14755
14756 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
14757 debugXML.c xmlversion.h.in: Started adding XInclude support,
14758 this is a new xmllint option
14759 * tree.c xpath.c: applied TOM patches for XPath
14760 * xpointer.c: fixed a couple of errors.
14761 * uri.c: added an escaping function needed for xinclude
14762 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
14763 new warning from RH70 gcc's version
14764
Daniel Veillarda4964b72000-10-31 18:23:44 +000014765Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14766
14767 * HTMLparser.c: fixed loop on invalid char in scripts
14768 * parser.c: update to description of xmlIOParseDTD()
14769 * libxml.m4 xmlversion.h.in: changes contributed by
14770 Michael Schmeing <m.schmeing@internet-factory.de>
14771 * configure.in: preparing for 2.2.7
14772 * Makefile.am: trying to avoid config.h and acconfig.h
14773 being included in the distrib
14774 * configure.in: released 2.2.7
14775
14776Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14777
14778 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
14779 like namespaces for good. Unified xmlNs and xmlNode somewhat.
14780
Daniel Veillard01411222000-10-30 15:33:22 +000014781Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14782
14783 * parser.[ch]: added xmlIOParseDTD()
14784 * xpointer.c: added support for the 2 extra parameters of
14785 string-range, fixed a stoopid error when '0' was present
14786 in XPointer expressions
14787 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
14788 testsuite for the above
14789
Daniel Veillard6db58192000-10-30 09:27:53 +000014790Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14791
14792 * libxml.spec.in: improved package descriptions
14793
Daniel Veillarda5db68a2000-10-29 18:06:06 +000014794Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14795
14796 * xpath.c xpathInternals.h: applied a large cleaning patch
14797 from TOM <ptittom@free.fr>, it also add namespace support
14798 for function and variables registration.
14799
Daniel Veillardbd20df72000-10-29 17:53:40 +000014800Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14801
14802 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
14803 * Makefile.mingw: Wayne Davison's update adding hash.c
14804
Daniel Veillardc4f4f0b2000-10-29 17:46:30 +000014805Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14806
14807 * xpath.c: fixed the root evaluation problems
14808 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
14809 ignorable spaces with <b> <bold> <em>
14810 * tree.c: fixed a loop in xmlSearchNsByHref()
14811
Daniel Veillard767662d2000-10-27 17:04:52 +000014812Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14813
14814 * xpath.c: applied another XPath patch from TOM
14815 * xpath.c include/makefile.am: applied another patch from
14816 china@thewrittenword.com (cleanup on IRIX).
14817
Daniel Veillard211cc0a2000-10-27 11:49:33 +000014818Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14819
14820 * xml-config.1: received a fixed version from Fredrik Hallenberg
14821 <hallon@lysator.liu.se>
14822
Daniel Veillardf6bf9212000-10-26 14:07:44 +000014823Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14824
14825 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
14826 cleanup patch for XPath
14827
Daniel Veillardd6d7f7b2000-10-25 19:56:55 +000014828Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14829
14830 * patched to redirrect all "out of context" error messages to
14831 a reconfigurable routine. The changes are:
14832 * xmlerror.h : added the export of an error context type (void *)
14833 an error handler type xmlGenericErrorFunc there is an interface
14834 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
14835 to reset the error handling routine and its argument
14836 (by default it's equivalent to respectively fprintf and stderr.
14837 * all the c files: all wild accesses to stderr or stdout within
14838 the library have been replaced to calls to the handler.
14839
Daniel Veillard29a11cc2000-10-25 13:32:39 +000014840Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14841
14842 * configure.in: release 2.2.6
14843 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
14844 exporting the inner functions of xpath for extension modules
14845 * doc/*: updated and rebuilt the doc
14846
Daniel Veillardbe9ec4b2000-10-25 11:01:53 +000014847Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14848
14849 * nanohttp.c : applied Wayne HTTP cleanup patch
14850 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
14851 and xmlNodeSetSpacePreserve()
14852
Daniel Veillarddf7ef2a2000-10-25 10:11:55 +000014853Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14854
14855 * xpath.c: closing bug #29260
14856
Daniel Veillard126f2792000-10-24 17:10:12 +000014857Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14858
14859 * hash.[ch] debugXML.c: expanded/enhanced the API, added
14860 multikey tuples, made hash structure opaque
14861 * valid.[ch]: moved elements, attributes, notations decalarations
14862 as well as ID and refs to hash tables.
14863 * entities.c: hash cleanup
14864 * xmlmemory.c: fixed a dump problem in debug mode
14865 * include/Makefile.am: problem passing in DESTDIR= values patch
14866 from Marc Christensen <marc@calderasystems.com>
14867 * nanohttp.c: removed debugging remains
14868 * HTMLparser.c: the bogus tag should be ignored (Wayne)
14869 * HTMLparser.c parser.c: fixing a number of problems with the
14870 macros in the *parser.c files (Wayne).
14871 * HTMLparser.c: close the previous option when opening a new one
14872 (Marc Sanfacon).
14873 * result/HTML/*: updated the HTML results accordingly
14874
Daniel Veillard52afe802000-10-22 16:56:02 +000014875Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14876
14877 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
14878 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
14879 XPath functions and XML entities table to them. More to come...
14880 * xmlIO.c: fixed libxml closing FILEs it didn't open.
14881
Daniel Veillard683cb022000-10-22 12:04:13 +000014882Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14883
14884 * tree.c: coalesce adjacent text nodes
14885 * valid.c: handling of blank nodes in DTd validation (raised
14886 by problems with a posteriori validation).
14887 * nanohttp.c: changing behaviour on HTTP write stuff.
14888 * HTMLtree.c: forced body and html to be explicitely closed.
14889 * xpath.h: exported more XPath functions.
14890
Daniel Veillard1baf4122000-10-15 20:38:39 +000014891Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14892
14893 * Release of 2.2.5
14894 * xpointer.c: range() range-inside and other helper functions
14895 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
14896
Daniel Veillard47e12f22000-10-15 14:24:25 +000014897Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14898
14899 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
14900 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
14901
Daniel Veillardb732a0e2000-10-15 11:27:01 +000014902Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14903
14904 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
14905 and XPointer modules
14906
Daniel Veillard134c9f32000-10-15 10:27:08 +000014907Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14908
14909 * SAX.h: closed #25107
14910
Daniel Veillard39915622000-10-15 10:06:55 +000014911Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14912
14913 * testSAX.c: fixed problem with cdata reporting
14914 * SAXresult/* : updated
14915
Daniel Veillard1e851392000-10-15 10:02:56 +000014916Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14917
14918 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
14919 Closed bug #27499, added to regression tests
14920 * TODO: updated
14921
Daniel Veillard7eda8452000-10-14 23:38:43 +000014922Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14923
14924 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
14925 support for SCRIPT and STYLE with help from Bjorn Reese
14926 * test/HTML/* result/HTML/*: added simple testcase and updated
14927 the existing ones.
14928
Daniel Veillardff9c3302000-10-13 16:38:25 +000014929Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14930
14931 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
14932 string-range for empty strings
14933 * test/XPath/docs/str test/XPath/xptr/chaptersrange
14934 test/XPath/xptr/strrange: augmented the XPointer testsuite
14935
Daniel Veillard189446d2000-10-13 10:23:06 +000014936Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14937
14938 * doc/xml.html doc/xmlmem.html: added a module describing memory
14939 interfaces and use, updated the main page.
14940
Daniel Veillard2f971a22000-10-12 23:26:32 +000014941Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14942
14943 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
14944 nanoftp code work on Windows too now
14945
14946Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc2df4cd2000-10-12 23:15:24 +000014947
14948 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
14949 * xpointer.c: implemented string-range() at least a good first version
14950 * test/XPath/docs/str test/XPath/xptr/strrange
14951 result/XPath/xptr/strrange: the string-range() tests
14952
Daniel Veillardd3c68c42000-10-12 08:06:28 +000014953Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14954
14955 * Makefile.am include/Makefile.am include/win32config.h
14956 win32/Makefile.mingw: fixed problems reported by Wayne Davison
14957 and make distcheck
14958
Daniel Veillard19d61112000-10-11 23:50:35 +000014959Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14960
14961 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
14962 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
14963 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
14964
Daniel Veillardb0426ca2000-10-11 23:39:43 +000014965Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14966
14967 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
14968 patch for socklen_t detection by
14969 Albert Chin-A-Young <china@thewrittenword.com>
14970
Daniel Veillardcd429612000-10-11 15:57:05 +000014971Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14972
14973 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
14974 and added a --dtdvalid option to xmllint used to test it
14975
Daniel Veillard47c02452000-10-11 13:04:36 +000014976Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14977
14978 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
14979 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
14980
Daniel Veillard2d38f042000-10-11 10:54:10 +000014981Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14982
14983 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
14984 handlings (registration, lookup, cleanup)
14985
Daniel Veillardc8df0aa2000-10-10 23:50:30 +000014986Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14987
14988 * configure.in Makefile.am include/makefile.am: adding XPointer
14989 and XPtrtests target
14990 * xpointer.[ch] : new files for XPointer support
14991 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
14992 more XPath tests
14993
Daniel Veillard57fda592000-10-10 23:24:14 +000014994Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14995
14996 * configure.in: fixed, very broken, make distcheck works again
14997
Daniel Veillarde8282ed2000-10-10 23:01:31 +000014998Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14999
15000 * More work toward 2.2.5, integrated a number of patches
15001 * configure.in Makefile.am win32config.h.in: trying to cleanup
15002 make distcheck .... huh ...
15003 * include/Makefile.am include/win32config.h: new directory
15004 for includes
15005 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
15006 updated teh makefiles and instructions for WIN32
15007 * xpath.c: small fixes
15008 * test/XPath/ results/XPath: updated the testcases and results
15009 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
15010 suggested patches
15011 * valid.c: fixed an ID bug
15012
Daniel Veillardb71379b2000-10-09 12:30:39 +000015013Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15014
15015 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +000015016 the automake bug where wrong dependencies were generated.
Daniel Veillardb71379b2000-10-09 12:30:39 +000015017 * xpath.[ch]: worked on XPointer
15018
Daniel Veillard7e99c632000-10-06 12:59:53 +000015019Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15020
15021 * configure.in Makefile.am: 2.2.5, ship the include in an
15022 include/libxml subdirectory, use symlinks when using CVS
15023 * testSAX.c: fixed small bug
15024 * testXPath.c: changed the way testfiles are parsed
15025 * debugXML.c: same kind of cleanup when parsing an argument expression
15026 XPath/XPointers can have blanks embedded
15027 * xpath.[ch]: more cleanup, reorgs for XPointer work
15028 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
15029 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
15030
Daniel Veillard55b91f22000-10-05 16:30:11 +000015031Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15032
15033 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
15034 in the XPath engine, rewrote large parts of it, now it's far
15035 cleaner and in sync with the REC not an old WD. Fixed a parsing
15036 problem in the interactive XML shell found when testing XPath.
15037
Daniel Veillardac260302000-10-04 13:33:43 +000015038Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15039
15040 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
15041 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
15042 examples with the extra test
15043
Daniel Veillard7cfce322000-10-04 12:40:27 +000015044Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15045
15046 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
15047 the global init function.
15048
Daniel Veillard970112a2000-10-03 09:33:21 +000015049Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15050
15051 * HTMLparser.c: Doohhh, attribute name parsing was still case
15052 sensitive ! Fixed this ...
15053 * result/HTML/* : updated the tests results accordingly
15054
Daniel Veillard740abf52000-10-02 23:04:54 +000015055Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15056
15057 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
15058 engine, should be far more stable, incorporated a new version of
15059 preceding/following axis, need testing
15060 * uri.c: fixed file:///c:/a/b/c problem
15061 * test/XPath/tests/idsimple: augmented the XPath tests
15062
Daniel Veillard3bff2b02000-10-01 20:33:47 +000015063Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15064
15065 * doc/* rebuilding docs for 2.2.4 release
15066
Daniel Veillard8b5dd832000-10-01 20:28:44 +000015067Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15068
15069 * configure.in: releasing 2.2.4
15070 * parser.[ch]: added xmlStrEqual()
15071 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
15072 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
15073 use xmlStrEqual instead
15074 * TODO: updated
15075 * added an XPath test
15076
Daniel Veillardbc765302000-10-01 18:23:35 +000015077Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15078
15079 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
15080 * entities.h: exported xmlInitializePredefinedEntities
15081 * parser.[ch] : added xmlInitParser()
15082 * parserInternals.h : had to export htmlInitAutoClose()
15083
Daniel Veillardf09e7e32000-10-01 15:53:30 +000015084Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15085
15086 * xpath.[ch] : fixed some serious XPath Predicate evaluation
15087 problems
15088 * Makefile.am : added XPath regression tests to normal tests
15089 * uri.c: fixed a problem with local paths, cleanup
15090 * parser.c: fixed a problem with large CData sections
15091
Daniel Veillardd2ade932000-09-30 14:39:55 +000015092Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15093
15094 * configure.in xml-config.in: patch from "Ben Taylor"
15095 <sol7x86@hotmail.com> for solaris shared libs lookup
15096
Martin Bauligdd7d1f62000-09-29 23:17:57 +0000150972000-09-30 Martin Baulig <baulig@suse.de>
15098
15099 * libxml-2.0.pc.in: Provide pkg-config script.
15100
15101 * configure.in: Create the libxml-2.0.pc script from the
15102 libxml-2.0.pc.in templates.
15103 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
Martin Baulig1b478d12000-09-30 02:27:55 +000015104 script in `$(libdir)/pkgconfig'.
Martin Bauligdd7d1f62000-09-29 23:17:57 +000015105
Daniel Veillard4b0755c2000-09-25 14:26:28 +000015106Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15107
15108 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
15109 when compiling with MSC
15110
Daniel Veillard46057e12000-09-24 18:49:59 +000015111Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15112
15113 * xpath.c: patch for normalize-string() substring-before(),
15114 substring-after() and translate() functions from Bjorn Reese
15115 <breese@mail1.stofanet.dk>
15116 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
15117 Fredrik Hallenberg <hallon@lysator.liu.se>
15118 * TODO: updated
15119
Daniel Veillard281f8ff2000-09-24 08:12:14 +000015120Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15121
15122 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
15123 problem of socklen_t being undefined on a number of platforms
15124 * debugXML.c: fixed a compilation problem when without snprintf
15125
Daniel Veillard8ddb5a72000-09-23 10:28:52 +000015126Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15127
15128 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
15129 an URI bug and a fix for the control-character-induced infinite loop
15130 * nanohttp.c: preventive fix for compiling on WIN32
15131
Daniel Veillard64c20ed2000-09-22 16:07:02 +000015132Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15133
15134 * xmlint.c: closing bug #25000
15135
Daniel Veillardb656ebe2000-09-22 13:51:48 +000015136Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15137
15138 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
15139 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
15140 modified slightly Wayne Davison patch adding xmlStrcasecmp and
15141 related function, fixing xmlStrncmp(), and associated cleanup
15142 * result/HTML/entities.html.sax: updating result
15143
Daniel Veillard4fb87ee2000-09-19 12:25:59 +000015144Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15145
15146 * uri.c: applied patch for URI escaping from Wayne Davison
15147 <wayned@blorf.net>
15148 * tree.c parserInternals.c HTMLparser.c: memset checks patches
15149 from Denis Barbier <barbier@imacs.polytechnique.fr>
15150 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
15151 patch from Wayne Davison
15152
Daniel Veillardd5f97f82000-09-17 16:38:14 +000015153Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15154
15155 * doc/xml.html : updated with new releases, adding "how to help"
15156
Daniel Veillard04698d92000-09-17 16:00:22 +000015157Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15158
15159 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
15160 removed a few warnings in pedantic mode ...
15161 * parserInternals.c parser.c: moved encoding switching function
15162 to parserInternals.c
15163 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
15164
Daniel Veillarda2c6da92000-09-16 18:15:00 +000015165Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15166
15167 * HTMLparser.c parser.c: set ctxt->errNo before calling the
15168 error or warning handlers
15169
Daniel Veillardb1059e22000-09-16 14:02:43 +000015170Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15171
15172 * parserInternals.c parserInternals.h parser.c Makefile.am:
15173 created a new module parserInternals.c, moved most of the
15174 code shared by the various parsers there, as well as
15175 deprecated code from parser.c. More cleanup of parser.c
15176 * uri.c: fixed a problem when URI is NULL
15177 * valid.c: speedup when looking for an attribute declaration
15178
Daniel Veillard39c7d712000-09-10 16:14:55 +000015179Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15180
15181 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
15182 the cleanup of the computation of URI references when seeking
15183 external entities. The URI reference string and the resulting
15184 URI are both stored now.
15185 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
15186 large s(n)printf checks and cleanup from Denis Barbier
15187 <barbier@imacs.polytechnique.fr>
15188 * xmlversion.h.in tree.h: couple of SGML declarations for a
15189 possible docbook module.
15190 * result/VC/ : a couple of test output changed due to the change
15191 of the entities URI
15192
Daniel Veillardb513f5a2000-09-10 14:01:12 +000015193Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15194
15195 * parser.h: added a _private field for linking user's data
15196
Daniel Veillarddd477ce2000-09-10 13:23:08 +000015197Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15198
15199 * parser.c parserInternals.h: demacroified most of the IS_XXX
15200 the gain in size is significant so ...
15201
Daniel Veillard4b5b80c2000-09-08 18:54:41 +000015202Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15203
15204 * entities.c: cases where looking up entities with doc==NULL
15205 covered
15206
Daniel Veillard90e11312000-09-05 10:42:32 +000015207Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15208
Daniel Veillard1de50802000-09-07 08:54:32 +000015209 * uri.c: applied Wayne Davison patch
Daniel Veillard90e11312000-09-05 10:42:32 +000015210 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
15211
Daniel Veillard98a79162000-09-04 11:15:39 +000015212Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15213
Daniel Veillard1de50802000-09-07 08:54:32 +000015214 * uri.c testUri.c: applied Wayne Davison patches
Daniel Veillard98a79162000-09-04 11:15:39 +000015215 * test/URI/uri.data result/URI/uri.data: first set of tests/results
15216 * Makefile.in: added URItest and included thenin "make tests"
15217
15218Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard960aa532000-09-03 17:20:17 +000015219
15220 * xmlversion.h.in: closed bug 22941
15221
Daniel Veillard2bb89092000-08-31 14:57:50 +000015222Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15223
15224 * doc/xmlio.html: added doc and example for entity loader
15225 redefinition.
15226
Daniel Veillard96984452000-08-31 13:50:12 +000015227Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15228
15229 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
15230 used by libxml
15231
Daniel Veillarde715dd22000-08-29 18:29:38 +000015232Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15233
15234 * parser.c: Fixed bug on invalid ontent characters and when using
15235 push.
15236 * xmllint.c: fixed xmllint endling of errors in push mode
15237
Daniel Veillard4948eb42000-08-29 09:41:15 +000015238Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15239
15240 * HTMLparser.c testHTML.c: applied two new patches from
Daniel Veillardbbe11b02000-09-23 07:07:40 +000015241 Wayne Davison <wayned@users.sourceforge.net>
Daniel Veillard4948eb42000-08-29 09:41:15 +000015242 * result/HTML/*.sax: regenerated HTML SAX output
15243 * parser.c: more cleanup.
15244
Daniel Veillarde010c172000-08-28 10:04:51 +000015245Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15246
15247 * HTMLparser.[ch] testHTML.c: applied the second set of
Daniel Veillardbbe11b02000-09-23 07:07:40 +000015248 patches from Wayne Davison <wayned@users.sourceforge.net>,
15249 adding htmlEncodeEntities()
Daniel Veillarde010c172000-08-28 10:04:51 +000015250 * HTMLparser.c: fixed an ignorable white space detection bug
15251 occuring when parsing with SAX only
15252 * result/HTML/*.sax: updated since the output is now HTML
15253 encoded...
15254
Daniel Veillard47f3f312000-08-27 22:40:15 +000015255Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15256
Daniel Veillardbbe11b02000-09-23 07:07:40 +000015257 * HTMLparser.[ch]: applied some of Wayne Davison
15258 <wayned@users.sourceforge.net> patches
Daniel Veillard47f3f312000-08-27 22:40:15 +000015259
Daniel Veillarde0854c32000-08-27 21:12:29 +000015260Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15261
15262 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
15263 undeclared namespace prefix was used, added a warning.
15264 Cleaned up support w.r.t. entities, spilling out a warning
15265 and being pedantic on lookups.
15266 * test/warning/ent9 : added testcase for previous example.
15267 * TODO: updated
15268 * parserInternals.h parser.c: changed the way names are parsed
15269 now allow infinite size and decrease penalty for normal use
15270 * parser.c: Started a big cleanup/check of the parser code,
15271 fixed some of the most tortuous entity code, spotted code
15272 unused anymore
15273 * test/*: added tests for very long names and related nasty
15274 things.
15275
Daniel Veillardf0cc7cc2000-08-26 21:40:43 +000015276Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15277
15278 * doc/encoding.html: added encoding aliases doc
15279 * doc/xml.html: updates
15280 * encoding.[ch]: added EncodingAliases functions
15281 * entities.[ch] valid.[ch] debugXML.c: removed two serious
15282 bottleneck affecting large DTDs like Docbook
15283 * parser.[ch] xmllint.c: added a pedantic option, will be
15284 useful
15285 * SAX.c: redefinition of entities is reported in pedantic mode
15286 * testHTML.c: uninitialized warning from gcc
15287 * uri.c: fixed a couple of bugs
15288 * TODO: added issue raised by Michael
15289
Daniel Veillard0d6b1702000-08-22 23:52:16 +000015290Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15291
15292 * doc/encoding.html: propagated Martin Duerst suggestions
15293
Daniel Veillard52402ce2000-08-22 23:36:12 +000015294Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15295
15296 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
15297 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
15298 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
15299 by Wayne Davison
15300
Daniel Veillard2f2bf412000-08-20 15:11:02 +000015301Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15302
15303 * nanoftp.c nanohttp.c: small cleanup
15304 * TODO: updated
15305
Daniel Veillard244ece92000-08-19 20:58:02 +000015306Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15307
15308 * added an old VC testcase and updated title.xml entity
15309
Daniel Veillardb8f25c92000-08-19 19:52:36 +000015310Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15311
15312 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
15313 done on auto-opening of <p> tags and cleanup of SAX output
15314
Daniel Veillard979e55e2000-08-19 16:48:54 +000015315Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15316
15317 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
15318
Daniel Veillard4540be42000-08-19 16:40:28 +000015319Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15320
15321 * doc/xml.html libxml.* structure.*: updated the doc a bit
15322
Daniel Veillard808a3f12000-08-17 13:50:51 +000015323Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15324
15325 * testSAX.c testHTML.c result/HTML/: cleanup of the output
15326 of SAX tests
15327
Daniel Veillard29579362000-08-14 17:57:48 +000015328Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15329
15330 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
15331 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
15332
Daniel Veillard1255ab72000-08-14 15:13:33 +000015333Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15334
15335 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
15336 * testHTML.c: fix core dump on Solaris 2.x systems
15337 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
15338 * result/HTML/*.sax: previous bug fix lead to new results
15339
Daniel Veillard03109292000-08-14 14:58:22 +000015340Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15341
15342 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
15343 * configure.in: added --with-readline=DIR to accept alternate
15344 path for readline include/library
15345 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
15346 for ANSI under HP-UX
15347 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
15348 includes @LIBS@
15349
Daniel Veillard7c29ce22000-08-12 21:20:53 +000015350Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15351
15352 * doc/* : rebuilt the docs
15353 * getting ready for 2.2.2 release
15354
Daniel Veillard87b95392000-08-12 21:12:04 +000015355Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15356
15357 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
15358 and xmlAddFeature()
15359 * tree.[ch]: added xmlAddChildList()
15360 * xmllint.c: MAP_FAILED macro test
15361 * parser.h: added xmlParseCtxtExternalEntity()
15362 * valid.c: applied bug fixes removed warning
15363 * tree.c: added CDATA block to elements content
15364 * testSAX.c: cleanup of output
15365 * testHTML.c: added SAX testing
15366 * encoding.c: better error recovery
15367 * SAX.c, parser.c: fixed one of the external entity processing
15368 of the OASis testsuite
15369 * Makefile.am: added HTML SAX regression tests
15370 * configure.in: bumped to 2.2.2
15371 * test/HTML/ result/HTML: added a few of HTML tests, and added the
15372 SAX results
15373
Daniel Veillard88a172f2000-08-04 18:23:10 +000015374Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15375
15376 * configure.in: patch for HP compiler
15377
153782000-08-04 Sven Heinicke <sven@zen.org>
15379
15380 * xmllint.c: Was coredumping sometimes when the file given didn't
15381 exist.
15382
Daniel Veillard46e370e2000-07-21 20:32:03 +000015383Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15384
15385 * parser.c xmlIO.[ch]: fixed the problem of encoding support
Daniel Veillard2f2bf412000-08-20 15:11:02 +000015386
Daniel Veillard46e370e2000-07-21 20:32:03 +000015387 when using in memory parsing. Need some cleanup.
15388 * xmllint.c configure.in: added a --memory flag to test memory
15389 parsing
15390
Daniel Veillard36650692000-07-21 15:16:39 +000015391Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15392
15393 * nanohttp.c: fixed socklen_t replacement to unsigned int
15394 * parser.c: fixed a space handdling missing at the end of
15395 production 28 DOCTYPE.
15396 * xmlmemory.c: fixed a stupid bug on the routine to override
15397 allocation functions
15398 * TODO: updated
15399
Daniel Veillarde46e20d2000-07-14 15:02:46 +000015400Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15401
15402 * doc/ regenerated the docs
15403
Daniel Veillard32bc74e2000-07-14 14:49:25 +000015404Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15405
15406 * doc/encoding.html doc/xml.html: added I18N doc
15407 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
15408 improvements, both parser and filters, added ASCII & HTML,
15409 fixed the ISO-Latin-1 one
15410 * xmllint.c testHTML.c: added/made visible --encode
15411 * debugXML.c : cleanup
15412 * most .c files: applied patches due to warning on Windows and
15413 when using Sun Pro cc compiler
15414 * xpath.c : cleanup memleaks
15415 * nanoftp.c : added a TESTING preprocessor flag for standalong
15416 compile so that people can report bugs more easilly
15417 * nanohttp.c : ditched socklen_t which was a portability mess
15418 and replaced it with unsigned int.
15419 * tree.[ch]: added xmlHasProp()
15420 * TODO: updated
15421 * test/ : added more test for entities, NS, encoding, HTML, wap
15422 * configure.in: preparing for 2.2.0 release
15423
Daniel Veillard49703262000-07-10 10:27:46 +000015424Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15425
15426 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +000015427 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard49703262000-07-10 10:27:46 +000015428
Daniel Veillard306be992000-07-03 12:38:45 +000015429Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15430
15431 * doc/xml.html: changed the xmlsoft.org structure, updated the
15432 examples w.r.t. root and childs
15433
Daniel Veillard7d853352000-07-02 18:53:09 +000015434Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15435
Daniel Veillard784b9352003-02-16 15:50:27 +000015436 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7d853352000-07-02 18:53:09 +000015437
Daniel Veillard365e13b2000-07-02 07:56:37 +000015438Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15439
15440 * HTMLparser.c: Work on character encoding support for the HTML parser
15441 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
15442 * encoding.c: Fixed a potential memleak in the encoding stuff
15443
Daniel Veillardaf743792000-07-01 11:49:28 +000015444Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15445
15446 * doc/FAQ.html doc/Makefile.am : added a FAQ
15447
15448Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardd83eb822000-06-30 18:39:56 +000015449
15450 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
15451 of the HTML parser to force it to not bypass SAX
15452
Daniel Veillard3f6f7f62000-06-30 17:58:25 +000015453Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15454
15455 * win32config.h.in: updated
15456 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
15457 lacks iconv support :-( need to release 2.1.1
15458 * configure.in: release 2.1.1
15459 * HTMLparser: fixed bug #14784
15460 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
15461 by Windows compiler
15462 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
15463 the SAX startDocument() callback.
15464 * TODO: updated
15465
15466Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15467
15468 * added xmlStopParser()
15469
Daniel Veillardbe803962000-06-28 23:40:59 +000015470Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15471
15472 * configure.in: 2.1.0 prerelease
15473 * Large resync between W3C and Gnome tree
15474 * nanoftp, nanohttp.c: fixed stalled connections probs
15475 * HTMLtree.c SAX.c : support for attribute without values in
15476 HTML for andersca
15477 * valid.c: Fixed most validation + namespace problems
15478 * HTMLparser.c: start document callback for andersca
15479 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
15480 * parser.h, SAX.c: serious speed improvement for large
15481 CDATA blocks
15482 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
15483 different encoding
15484 * example/Makefile.am example/gjobread.c tree.h: work on
15485 libxml1 libxml2 convergence.
15486 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
15487 and the LIBXML_TEST_VERSION macro
15488
Daniel Veillardc310d562000-06-23 18:32:15 +000015489Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15490
15491 * doc/xml.html: various patches and improvements typo fixed by
15492 Felix Natter
15493 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
15494 from Felix Natter <fnatter@gmx.net>
15495
Daniel Veillardf3029822000-05-06 08:11:19 +000015496Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15497
15498 * doc/upgrade.html: updated with instructions for support of both
15499 libxml-1.x and libxml-2.x
15500 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
15501 for 2.x support and also fixed includes
15502
15503
Daniel Veillard496a1cf2000-05-03 14:20:55 +000015504Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15505
15506 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
15507 the encoding support, added iconv support, so now libxml if
15508 compiled with iconv automatically support japanese encodings
15509 among others. Work based on initial patch from Yuan-Chen Cheng
15510 I may have broken binary compat in the encoding handler
15511 registration scheme, but that was so utterly broken I don't
15512 expect anybody to have used this feature until now.
15513 * parserInternals.h: fixup on the CHAR range macro
15514 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
15515 code.
15516 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
15517 * uri.c: added xmlParseURI() I can't believe I forgot to
15518 implement this one in 2.0 !!!
15519 * SAX.c: moved doc->encoding update in the endDocument() call.
15520 * TODO: updated.
15521
Daniel Veillard06047432000-04-24 11:33:38 +000015522Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15523
15524 * tree.h: removed extraneous xmlRemoveProp definition
15525 * TODO: added item about --disable-corba configure switch
15526 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
15527 * nanoftp.c: fixed include problems giving troubles on AIX and
15528 slowlaris
15529 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
15530 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
15531 comment and headers changes to lower gtk-doc number of warnings
15532 * doc/html/*: rebuilt docs
15533
Daniel Veillarde0aed302000-04-16 08:52:20 +000015534Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15535
15536 * HACKING: documented the tag for 1.x and instructions
15537
Daniel Veillard5e873c42000-04-12 13:27:38 +000015538Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15539
15540 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
15541 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
15542 xmlCreateIOParserCtxt
15543 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
15544 significant overall improvement
15545 * xmllint.c: added I/O test to xmllint
15546 * testSAX.c: added a speed test
15547 * doc/* : updated/regenerated
15548
Daniel Veillardfc708e22000-04-08 13:17:27 +000015549Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15550
15551 * xpath.c uri.h parserInternals.h: cosmetic changes from
15552 "Timur I. Bakeyev" <timur@bat.ru>, including making
15553 xmlCreateURI() public
15554
Daniel Veillard5d211f42000-04-07 17:00:24 +000015555Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15556
15557 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
15558 and the code at the same time. Added a clean mechanism for
15559 overload or added input methods: xmlRegisterInputCallbacks()
15560 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
15561 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
15562 * TODO: updated
15563 * doc/* : updated/regenerated
15564 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
15565 source dir
15566
Daniel Veillarde77a9182000-04-05 19:12:29 +000015567Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15568
15569 * testURI.c: yet another forgotten commit, I should get some sleep !
15570
Daniel Veillardce8b83b2000-04-05 18:38:42 +000015571Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15572
15573 * xmllint.c: forgot to commit this too ?
15574
Daniel Veillardb9df4042000-04-05 14:23:16 +000015575Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15576
15577 * xmlversion.h.in : forgot to commit this previously
15578
Daniel Veillard361d8452000-04-03 19:48:13 +000015579Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15580
15581 * configure.in: preparing libxml-2.0.0 version looks Ok so far
15582 * README TODO: updated for release
15583 * uri.c uri.h: added authority parsing/saving
15584 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
15585 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
15586 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
15587 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
15588 Makefile.am : added compile-time customization of libxml
15589 --with-ftp --with-http --with-html --with-xpath --with-debug
15590 --with-mem-debug
15591 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
15592 #include <libxml/xxx.h> I hope it won't break too much stuff
15593 and will be manageable in the future...
15594 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
15595 and added xmllint to the installed programs
15596 * uri.h: added xmlFreeURI()
15597
Daniel Veillardec303412000-03-24 13:41:54 +000015598Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15599
15600 * uri.c uri.h: finished the escaping handling, the base support
15601 and the URI path normalization. Looks good just lacks the
15602 authority content parsing code.
15603 * Makefile.am: added instructions to generate testURI
15604 * TODO: updated
15605 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
15606 added links and icons for W3C and Gnome
15607
Daniel Veillard8f621982000-03-20 13:07:15 +000015608Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15609
15610 * xmlmemory.[ch] : seems I forgot to actually update the files in
15611 the last commit :-)
15612 * doc/xml.html doc/html/* : updated and uploaded the docs
15613
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015614Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15615
15616 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
15617 * TODO: updated
15618 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
Daniel Veillard8f621982000-03-20 13:07:15 +000015619 libxml default allocation function with another set (like gmalloc/
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015620 gfree).
15621 * Makefile.am, uri.c, uri.h: added a set of functions to do
15622 exact (litteraly copied from the RFC 2396 productions) parsing
15623 and handling of URI. Will be needed for XLink, one XML WFC,
15624 XML Base and reused in the nano[ftp/http] modules. Still work
15625 to be done.
15626
Daniel Veillardedfb29b2000-03-14 19:59:05 +000015627Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15628
15629 * configure.in, libxml.spec.in : libxml2
15630 * doc/* : updated the doc page, rebuilt the docs
15631
Daniel Veillardcf461992000-03-14 18:30:20 +000015632Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15633
15634 * all: tagged LIB_XML_1_X
15635 * *.c *.h : updated from W3C CVS tree
15636 * configure.in : 2.0.0-beta
15637 * libxml.spec.in : libxml2 package nam
15638 * result/* : new version of the tests output
15639
Daniel Veillardf13e1ed2000-03-06 07:41:49 +000015640Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15641
15642 * doc/xml.html, doc/update.html: updated docs, 1.8.7
15643
Daniel Veillardb566ce12000-03-04 11:39:42 +000015644Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15645
15646 * doc/* : rebuilt the docs
15647 * parser.c: final patch on #6766
15648 * valid.c: small patch on validity checks.
15649
Daniel Veillardfb76c402000-03-04 11:39:42 +000015650Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15651
15652 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
15653 added
15654 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
15655 compatibility w.r.t. XML spec and existing code.
15656
Daniel Veillard90fb02c2000-03-02 03:46:43 +000015657Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15658
15659 * parser.c: seems a better solution to <a> </a> exists,
15660 will try it for a while
15661
Daniel Veillard83a30e72000-03-02 03:33:32 +000015662Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15663
15664 * parser.c: tried to remove the <a> </a> generating <a/>
15665 this is hard. Left a flag for that purpose. Fixed bug #6766
15666 * configure.in: prepared 1.8.7 not released, due to previous
15667 problem
15668
Daniel Veillard88f00ae2000-03-02 00:15:55 +000015669Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15670
15671 * doc/xml.html : applied second patch from Paul DuBois
15672
Daniel Veillard402e8c82000-02-29 22:57:47 +000015673Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15674
15675 * doc/xml.html : applied patch from Paul DuBois
15676
Daniel Veillardd0f7f742000-02-02 17:42:48 +000015677Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15678
15679 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
15680
Daniel Veillard5feb8492000-02-02 17:15:36 +000015681Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15682
15683 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
15684 compilation warnings on various platforms.
15685 * parser.c: Fixed #5281 validity error callbacks are now desactived
15686 by default if not validating.
15687
Daniel Veillardf341f932000-02-02 14:52:08 +000015688Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15689
15690 * nanoftp.c, win32config.h.in: patches to compile on WIN32
15691
Daniel Veillard13c757e2000-02-01 23:59:15 +000015692Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15693
15694 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
15695 <gkatsi@cs.toronto.edu>
15696
Daniel Veillard726e8792000-01-30 20:04:29 +000015697Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15698
15699 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
15700 processing URLs
15701
Daniel Veillarde41f2b72000-01-30 20:00:07 +000015702Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15703
15704 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
15705 xmlNanoFTPUpdateURL for persistent control connections.
15706 * configure.in: 1.8.6
15707
15708Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15709
15710 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
15711 * tree.[ch] : added xmlSaveNoEmptyTags
15712
James Henstridgef3be9312000-01-28 13:59:21 +0000157132000-01-29 James Henstridge <james@daa.com.au>
15714
15715 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
15716
15717 * Makefile.am: added nanoftp.[ch] to the build.
15718
Daniel Veillardaeea04f2000-01-25 19:27:27 +000015719Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15720
15721 * nanoftp.[ch]: cleanup, comments, API
15722 * debugXML.c : fixed a bug in the cat command
15723 * doc/*: regenerated the docs
15724
Daniel Veillardda07c342000-01-25 18:31:22 +000015725Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15726
15727 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
15728 * debugXML.c : fixed a bug in the cat command
15729 * valid.c: fixing some small probs
15730 * libxml.spec.in: get rid of the SNAP suffix
15731 * doc/xml.html: updated the status
15732
Daniel Veillarde3d88ef2000-01-24 13:55:06 +000015733Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15734
15735 * xml-config.in: xml-config --version to just return the
15736 version number
15737 * xpath.c: some cleanup w.r.t. axis when the current node is
15738 an attribute.
15739 * TODO: updated
15740
Daniel Veillard461a66c2000-01-18 18:01:01 +000015741Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15742
15743 * configure.in: prepared for libxml-1.8.5
15744 * doc/* recompiled the documentation
15745
157462000-01-17 Jody Goldberg <jgoldberg@home.com>
15747
15748 * configure.in : WARNING autoconf subtlety alert :
15749 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
15750 when looking for zlib.h so that HAVE_ZLIB_H is defined.
15751 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
15752 get defined by AC_CHECK_HEADERS.
15753
Daniel Veillardf967b902000-01-17 16:06:10 +000015754Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15755
15756 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
15757 Rune.Djurhuus@fast.no
15758
Daniel Veillardad8f99d2000-01-15 14:20:03 +000015759Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15760
15761 * TODO: updated
15762 * tree.c, parser.c: made sure that only memory alloc problems
15763 and internal parser errors are allowed to write to stdout or
15764 stderr.
15765
Daniel Veillard0142b842000-01-14 14:45:24 +000015766Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15767
15768 * tree.c : restored xmlNewGlobalNs since this seems used by
15769 a lot of existing code :-(, fixed a bug in xmlNewNs
15770 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
15771 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
15772 to exit() from the library code.
15773 * xpath.c, parser.c: removed bugs or unused code detected by
15774 Windows compilers
15775 * parser.c: started adding interfaces for parsing well balanced
15776 XML fragments
15777 * configure.in: releasing 1.8.4
15778 * doc/* : rebuilt the docs
15779
Daniel Veillard2eac5032000-01-09 21:08:56 +000015780Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15781
15782 * tree.[ch] : added xmlNewDocFragment() for DOM
15783 * testHTML.c: uninitialized variable.
15784
Daniel Veillardf3a73582000-01-05 14:58:39 +000015785Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15786
15787 * doc/* : rebuild the docs
15788
Daniel Veillard71b656e2000-01-05 14:46:17 +000015789Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15790
15791 * acconfig.h: readline and history patch
15792 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
15793 * tree.c: added check and handling when possibly removing an ID
15794 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
15795 and saving.
15796 * test/HTML/entities.html result/HTML/entities.html* : test for
15797 various entities reference cases
15798 * result/HTML/* : as a result output of some testcase have
15799 changed
15800 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
15801 by previous example. added xmlParseTryOrFinish().
15802 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
15803 entities.h debugXML.h HTMLparser.h: changed the way struct are
15804 declared to allow gtk-doc to expose those
15805 * parser.c: closed bug #4960
15806 * Makefile.am configure.in: Applied patch from
15807 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
15808 and math/socket libs detection
15809
Daniel Veillard437b87b2000-01-03 17:30:46 +000015810Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15811
15812 * configure.in, Makefile.am: link tester against readline
15813 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
15814
Daniel Veillard686d6b62000-01-03 11:08:02 +000015815Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15816
15817 * tree.[ch]: added xmlRemoveProp
15818 * win32config.h.in nanohttp.c: avoid including the Windows
15819 socket stuff in every C files
15820 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
15821 the XmL parser(s)
15822 * test/ns4 result/ns4 etc...: added test case for previous prob
15823 * tree.c: xmlNewNs wasn't checking for double definition
15824 * Makefile.in: fixed a problem with dist-hook duplicates
15825 * parser.[hc], xmlIO.c: fixed the loading of external entities
15826 APIs, now xmlLoadExternalEntity() is used everywhere and
15827 setting up an app specific front-end using the
15828 * SAX.c parser.c: some fixes, now the xhtml spec validates
15829 with the xhtml DTD.
15830 * error.c: fixed crashes in case of no input stream
15831 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
15832 to the validation tests and results
15833
Daniel Veillard5e5c6231999-12-29 12:49:06 +000015834Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15835
15836 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
15837 too htmlCreatePushParserCtxt() and htmlParseChunk()
15838 * parser.c: a bit of cleanup.
15839 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
15840 to XML) removed the last mem leak known
15841 * HTMLtree.c: output message cleanup
15842 * xmlmemory.c: display content info about memory blocks
15843 * result/HTML/wired.* : missing att value warning change
15844
Daniel Veillardbe849cf1999-12-28 16:43:59 +000015845Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15846
15847 * doc/* : rebuilt the documentation
15848
Daniel Veillarddbfd6411999-12-28 16:35:14 +000015849Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15850
15851 * parser.[ch] parserInternals.h: Push parser for XML,
15852 seems to work fine now
15853 * tester.c debugXML.[ch]: Added an XML shell debug facility and
15854 --push for push testing
15855 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
15856 * testSAX.c: added --push
15857 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
15858 subtree
15859 * xmlIO.[ch] : enriched API + fixes for push mode
15860 * entities.[ch]: added the entity content length to the struct.
15861 * xmlmemory.[ch]: new API to show the last entries for the shell
15862 * valid.c: added required attribute testing
15863 * SAX.c: the cdata callback now merge contiguous fragments
15864 * HTMLparser.c: cleanup of some macros
15865
Daniel Veillard3c558c31999-12-22 11:30:41 +000015866Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15867
15868 * parser.c: fix for PIs name starting with xml
15869 * tree.c: fixed a potential problem with || and && ops
Daniel Veillardfef854d1999-12-22 11:31:10 +000015870 * *.c, configure.in win32config.h.in : generate win32config.h for
15871 those on the Other Side !
Daniel Veillard3c558c31999-12-22 11:30:41 +000015872
Daniel Veillard0caf07a1999-12-21 16:25:49 +000015873Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15874
15875 * parser.c: fixed a stupid = vs. == bug :-(
15876 * doc/gnome-xml.sgml: s/glade/xml/
15877
Daniel Veillard5cb5ab81999-12-21 15:35:29 +000015878Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15879
15880 * configure.in, doc/xml.html : bug fix release 1.8.2
15881 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
15882 Hopefully the end of that silly C++ include problem
15883 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
15884 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
15885 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
15886 troubles with autoclosed elements when the stree shape doesn't
15887 follow the DtD specs. Added htmlIsAutoClosed() and
15888 htmlAutoCloseTag()
15889 * result/HTML/*.htm*: Updated the HTML examples regression tests output
15890 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
15891 * debugXML.c: fixed a bug on printing default namespaces.
15892 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
15893
Daniel Veillardb24054a1999-12-18 15:32:46 +000015894Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15895
15896 * result/HTML/*.htm[l] : updated the HTML regression tests according
15897 to the new output
15898 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
15899 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
15900 problem due to intermix of extern "C" { ... } declarations for C++
15901 and recursive includes in the headers
15902
Chris Lahey323c48c1999-12-18 15:32:45 +0000159031999-12-20 Chris Lahey <clahey@umich.edu>
15904
15905 * HTMLtree.c: Made it so that html nodes with a single child do
15906 not insert a carriage return before or after the child node.
15907
Daniel Veillardb24054a1999-12-18 15:32:46 +000015908Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard262f9cb1999-12-18 15:32:45 +000015909
15910 * configure.in, doc/xml.html : bug fix release 1.8.1
15911 * parser.c: fixed bug #4344
15912 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
15913 added the glue to avoid C++ problems
15914 * doc/* : regenerated the documentation
15915
Daniel Veillard6d3bf1f1999-12-16 17:52:19 +000015916Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15917
15918 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
15919 namespace recognition, and Dia as a resul :-(
15920 * encoding.c: closed bug #3950
15921
Daniel Veillard944b5ff1999-12-15 19:08:24 +000015922Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15923
15924 * valid.c: debugging a posteriori validation, except URI expansion
15925 stuff this should be fixed now
15926 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
15927 Carl Nygard <cnygard@bellatlantic.net>
15928 * tester.c: added --postvalid, cleaning of the code
15929 * tree.[ch]: added xmlDocGetRootElement()
15930
Ramiro Estrugobfce3771999-12-15 04:32:07 +000015931Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
15932
15933 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
15934 c++ losage.
15935
Daniel Veillard10a2c651999-12-12 13:03:50 +000015936Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15937
15938 * configure.in, doc/xml.html : bumped to 1.8.0
15939 * xlink.[ch], Makefile.am : added framework for link detection
15940 * parser.h: added nbChars to parser context, needed for cleanup.
15941 * xmlmemory.c: removed a nasty bug when out of mem
15942 * valid.[ch]: adding namespace support for attribute decl
15943 * tester.c: added --debugent option
15944 * debugXML.[ch]: added xmlDebugDumpEntities()
15945 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
15946 buffers instead, this was really needed, validation was breaking
15947 in strange ways due to that. Added xmlParseStringPEReference()
15948 and other parsing from strings functions. Entities processing
15949 modified again, but PERef are still not handled correcly but
15950 unless you're Eve Maller you won't notice :-)
15951 * HTMLparser.c: large changes toward reliability, and switched to
15952 lowercase internal tags, XHTML is lowercase, so it will help
15953 that output is closer to next version.
15954 * doc/* : regenerated the documentation, it is now hosted at
15955 http://xmlsoft.org/ (same bits I just bought the domain :-)
15956
15957
Daniel Veillard294cbca1999-12-03 13:19:09 +000015958Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15959
15960 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
15961 doc generation
15962 * parser.c: fixed bugs #3908 and #3937 and a memory leak
15963 in the SAX API
15964 * doc/*: rebuilt the doc making sure everything appears in the
15965 HTML files
15966
Daniel Veillardf5c2c871999-12-01 09:51:45 +000015967Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15968
15969 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
15970 added the patch from Carl Nygard <cnygard@bellatlantic.net>
15971 which allow impressive speed improvement on dataset with
15972 large text pieces, but at the cost of broken binary
15973 compatibility and slightly bigger memory usage.
15974 Configure with --with-buffers to activate them, they
15975 are protected with XML_USE_BUFFER_CONTENT define.
15976 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
15977 goal is 0 memory left allocated once parser is no more used
15978 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
15979 call xmlCleanupParser() and xmlMemoryDump()
15980
Daniel Veillarda819dac1999-11-24 18:04:22 +000015981Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15982
15983 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
15984 * parser.[ch] encoding.[ch]: added memory cleanup routines
15985 * parser.c: closing bug #3788
15986 * doc/*: rebuilt the doc
15987
Daniel Veillard11a48ec1999-11-23 10:40:46 +000015988Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15989
15990 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
15991 xmlNewTextChild() and xmlSetCompressMode() behaviour.
15992 * tester.c: added --compress option
15993 * doc/*: rebuilt the documentation
15994
Daniel Veillard4c3a2031999-11-19 17:46:26 +000015995Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15996
15997 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
15998 if given /proc/kcore as input !
15999 * doc/xml.html doc/*: updated and rebuilt the documentation
16000
16001Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard07136651999-11-18 14:02:05 +000016002
16003 * parser.c: Fixed some wrongly space collapsing code due to
16004 a misreading of the spec.
16005 * result/*: fixed the output accordingly
16006
16007Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard7f858501999-11-17 17:32:38 +000016008
16009 * encoding.c: bug fix and typos
16010 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
16011 * parser.c: added attribute normalization closing bug #3597
16012 * test/att* result/att* SAXresult/att*: testcase for attribute
16013 normalization
16014
Daniel Veillardd7e200c1999-11-15 17:53:11 +000016015Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16016
16017 * configure.in: closing bug #3163 by adding extra flags for the
16018 cc compiler on HP-UX
16019
Daniel Veillard51e3b151999-11-12 17:02:31 +000016020Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16021
16022 * valid.[ch] : removed a typo and an enumerated type bug in the
16023 xmlAddElementDecl() function
16024 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
16025 call to xmlEncodeEntitiesReentrant() so that the functions
16026 New, Set and Get are at the same level.
16027 * parser.c HTMLparser.c: extra memory allocation bug for
16028 attributes detected by someone using libxml in embedded systems :-)
16029
Daniel Veillard962195f1999-10-28 15:51:53 +000016030Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16031
16032 * xmlmemory.h: turned off mem debug :-\
16033
Daniel Veillard35008381999-10-25 13:15:52 +000016034Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16035
16036 * parser.c: closed bug #2784 a one line fix, but worth pushing
16037 a new release out
16038 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
16039 some structures, comments before and after the
16040 main element, and other nastyness
16041 * HTMLtree.c tree.c: accomodate the extended HTML supported
16042 * configure.in: pushing 1.7.4
16043 * test/ent8 and related outputs : added a new test for bug #2784
16044 * test/HTML/wired.html and related output: a nasty HTML example
16045 * Makefile.am: improved the test scripts
16046 * docs/* : reran the documentation extractor, updated xml.html
16047
Daniel Veillard7c1206f1999-10-14 09:10:25 +000016048Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16049
16050 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
16051 HTMLparser and debugged the HTML related code. HTML documents
16052 now have their own type
16053 * entities.c: do not dump &apos; for HTML output
16054 * xmlmemory.c: improvement, breakpoint mechanism
16055 * testHTML.c: added --sax --repeat ...
16056 * Makefile.am: improved the HTML tests
16057 * valid.[ch]: added xmlValidGetValidElements and
16058 xmlValidGetPotentialChildren
16059 * tester.c: added --insert to test the 2 new functions
16060 * test//* result//* SAXresult//* : regression test cleanup
16061 and extension.
16062 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
16063 gnome-xml-nanohttp.html
16064
Daniel Veillard7d2c2761999-10-11 15:09:51 +000016065Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16066
16067 * HTMLparser.c: fixed problems with some autoclose tags
16068 * tree.c: fixed XML output problems.
16069 * result/* SAXresult/*: update of the tests output
16070
Daniel Veillard6077d031999-10-09 09:11:45 +000016071Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16072
16073 * Makefile.am: Arturo patch for xmlConf.sh version info
16074 * parser.c: Tim Josling patch for single quoted items
16075 * tester.c: Tim Josling patch for tester options usage
16076 * tree.h: indent cleanup
16077
Daniel Veillard2673d3c1999-10-08 14:37:09 +000016078Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16079
16080 * HTMLparser.c parser.h : Fixed problems with HTML parsing
16081 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
16082
Daniel Veillard00fdf371999-10-08 09:40:39 +000016083Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16084
16085 * tree.c : Raph patch for initialization of CORBA fields
16086 * parser.c, xpath.c, ...: modification of doc comments
16087 * xpath.c : allow spaces in xpath expressions
16088
Daniel Veillardad219441999-09-27 08:17:49 +000016089Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16090
16091 * xmlmemory.h: turning off memory debug :-(
16092
Daniel Veillard7a66ee61999-09-26 11:31:02 +000016093Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16094
16095 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
16096 better SAX interfaces.
16097 * testSAX.c: uses the new SAX routine, avoid fetching any remote
16098 entity.
16099 * configure.in: 1.7.2
16100
16101Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard2f4dfc41999-09-24 14:03:48 +000016102
16103 * libxml.spec.in: fixed the URL
16104 * doc/xml.html: improved the documentation front-end
16105
Daniel Veillard7a66ee61999-09-26 11:31:02 +000016106Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard335849b1999-09-23 23:08:42 +000016107
16108 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
16109
Daniel Veillard7a66ee61999-09-26 11:31:02 +000016110Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillarddd6b3671999-09-23 22:19:22 +000016111
16112 * libxml.spec.in: fixed the alpha compile problem
16113 * parser.[ch]: changed errno to errNo in the parser context :-(
16114 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
16115 * doc/xml.html: changed CHAR to xmlChar
16116 * doc/html/*: recompiled the documentation
16117 * configure.in: 1.7.1
16118
Daniel Veillard7f7d1111999-09-22 09:46:25 +000016119Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16120
16121 * parser.h: modified the parser context struct to regain 1.4.0
16122 binary compatibility
16123 * parser.c, xml-error.h: added errno ot teh context and defined
16124 a set of errors values with update of errno
16125 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
16126 DTDs and entities
16127 * *.h, *.c: complete cleanup of the use of config.h and include
16128 protection depending on the current setup.
16129 * overalll debugging, maintenance and bug-fixing on all modules
16130 * updated the documentation
16131 * ready for 1.7.0
16132
Daniel Veillardc08a2c61999-09-08 21:35:25 +000016133Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16134
16135 * HTMLparser.c : cleanup
16136 * SAX.c valid.c valid.h: added ID/IDREF checking
16137 * tree.c tree.h: extended doc structure for refs
16138 * configure.in: 1.6.2
16139 * parser.c: patched bug in SAX user arg call
16140 * parserInternals.h: patched missing close in C++ wrapping
16141 * testXPath.c xpath.c xpath.h: prepared for extensibility,
16142 especially upcoming XPointer implementation.
16143 * doc/xml.html: augmented, typo
16144
CEST 1999 Timur Bakeyev72bd1001999-09-04 20:50:25 +000016145Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
16146
16147 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
16148 not all invocations of install understand -d.
16149
CEST 1999 Timur Bakeyev6db3cb01999-09-04 20:25:14 +000016150Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
16151
16152 * Makefile.am: prepend all the test* calls with $(top_builddir) -
16153 to make 'check' works, when builddir != srcdir.
16154
Daniel Veillardc8eab3a1999-09-04 18:27:23 +000016155Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16156
16157 * doc/xml.html : updated the documentation
16158
Daniel Veillard6454aec1999-09-02 22:04:43 +000016159Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16160
16161 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
16162 not deallocated memory blocks
16163 * *.c : replaces all calls to malloc() free() and realloc() to
16164 the wrapper functions/macros
16165 * tree.c : removed memory leaks dues to calling xmlFreeNode()
16166 instead of xmlFreeNodeList()
16167
Daniel Veillard1ff7ae31999-09-01 12:19:13 +000016168Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16169
16170 * HTMLparser.c: corrected a stupid bug leading to core dump at
16171 tree deallocation. Removed warnings indicated by
16172 Stephane.Conversy@lri.fr
16173 * entities.c: Fixes Yet Another Stupid Bug, entities were not
16174 looked for in the external subset
16175
16176Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc26087b1999-08-30 11:23:51 +000016177
16178 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
16179 on SGI by Stephane.Conversy@lri.fr
16180
Daniel Veillardb96e6431999-08-29 21:02:19 +000016181Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16182
16183 * all .h : changed the prototype declaration indent as in gtk
16184 * most .c : working on reducing the TODOs in the code
16185 * most .c : cleanup though -pedantic and Insure++
16186 * improvements on validation ID checkings.
16187 * tree.[ch] SAX.c: added support for namespace on attributes #2022
16188 * xml-config.in: closed #1810
16189
16190Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard991e63d1999-08-15 23:32:28 +000016191
16192 * tree.h, valid.c, valid.h: more work on validity, IDs
16193 * xpath.c: added/fixed comparidon and equlity, added a new isinf
16194 definition for AIX
16195
Daniel Veillardb556eb51999-08-15 17:19:50 +000016196Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16197
16198 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
16199 the distribution due to a cut'n paste error at last commit
16200
Daniel Veillardb05deb71999-08-10 19:04:08 +000016201Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16202
16203 * configure.in: upgraded to version 1.4.0
16204 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
16205 Big update, added a large part of the validation process,
16206 it should be usable, but some parts are missing
16207 * xpath.c: improved the implementation w.r.t. root.
16208 * Makefile.am: added more tests
16209 * test and result trees: added a lot of tests
16210 * libxml.spec.in: export libxml.so.0 and libxml.so.1
16211
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000016212Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16213
16214 * Added an HACKING file
16215
Daniel Veillarde2d034d1999-07-27 19:52:06 +000016216Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16217
16218 * xpath.[ch] : improvements and debug of the XPath implementation
16219 * parser.c, HTMLparser.c : modified the parsers to be progressive
16220 * tree.[ch] : extended the Buffer promitives
16221 * xmlIO.[ch] : added basic I/O routines providing progressive
16222 parsing and ready for I18N conversion plugins
16223 * SAXresult/* : the SAX callback sequence maybe slightly different
16224 now
16225 * test*.c : improved/updated the tests programs
16226 * doc/* : recompiled the docs.
16227
Daniel Veillard15b75af1999-07-26 16:42:37 +0000162281999-07-26 Michael Meeks <michael@edenproject.org>
16229
16230 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
16231
16232 * tree.c: Ditto.
16233
Daniel Veillard1566d3a1999-07-15 14:24:29 +000016234Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16235
16236 * configure.in: upgraded to version 1.4.0
16237 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
16238 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
16239 XML query language, see http://www.w3.org/TR/xpath for more details.
16240 * parser.c, parser.h: added CHAR* related string functions for XPath
16241 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
16242 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
16243 rebuild the docs.
16244 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
16245 and regression testing capabilities for XPath.
16246
Daniel Veillardd79d7871999-07-12 10:38:12 +000016247Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16248
16249 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
16250 closing bug #1646
16251
Daniel Veillardbe9e5951999-07-12 09:16:45 +000016252Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16253
16254 * Makefile.am, example/Makefile.am: closed bug #1683
16255
Daniel Veillard3166ab11999-07-11 16:14:19 +000016256Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16257
16258 * example/Makefile.am, configure.in: added the makefile for the
16259 gjobread example
16260
Tomasz Kłoczkoa75b6b31999-07-10 12:21:13 +000016261Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
16262
16263 * doc/Makefile.am:
16264 - fix which allow "make install DESTDIR=</install/prefix>".
16265
Daniel Veillard7cc3c041999-07-09 10:11:57 +000016266Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16267
16268 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
16269 which fixed a problem on the file reading-code.
16270
Daniel Veillard82150d81999-07-07 07:32:15 +000016271Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16272
16273 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
16274 output.
16275 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
16276
Daniel Veillard5233ffc1999-07-06 22:25:25 +000016277Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16278
16279 * parser.h : Oops removed the binary compatibility problem
16280 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
16281 * parser.c, HTMLparser.c: applied patches for reading from stdin
16282
Daniel Veillardbe70ff71999-07-05 16:50:46 +000016283Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16284
16285 * parser.c, entities.c, valid.c: cleanup bug #1591
16286 * configure.in: cleanup bug #1592
16287 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
16288 the same tree back-end. Hence gdome will be available for it.
16289 * doc/Makefile.am: close bug #617
16290
Daniel Veillard97fea181999-06-26 23:07:37 +000016291Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16292
16293 * parser.c: alloctate a per parser context SAX interface block
16294
Daniel Veillard14fff061999-06-22 21:49:07 +000016295Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16296
16297 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
16298 and xmlEncodeEntitiesReentrant with the correct one :-\
16299
16300Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16301
16302 * commit of my internal XML base changes, quite a lot of
16303 changes, cleanups, better entities support, framework for
16304 new I/O and charset detection and handling
16305 * Fixed the configure/Makefile stuff to generate shared libs
16306 with the proper version info, so we jumped on rev from
16307 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
16308 xmlEncodeEntities() result need to be freed now, and a string
16309 xmlParserVersion provide the current library version.
16310
Raph Levien05240da1999-06-15 21:27:11 +000016311Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
16312
16313 * parser.c: fixed a buffer overrun for when you have a very long
16314 attribute with no entities in it.
16315
Daniel Veillardbb2da581999-06-13 14:37:07 +000016316Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16317
16318 * added example directory
16319 * added example/gjobs.xml gjobread.c, still need a Makefile.in
16320
Daniel Veillard011b63c1999-06-02 17:44:04 +000016321Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16322
16323 * Release of libxml-1.1, nearly everything has been touched for
16324 this.
16325 * Added more regression tests
16326 * Updated the documentation
16327
Daniel Veillard27d88741999-05-29 11:51:49 +000016328Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16329
16330 * tree.[ch]: unified the XML_NO_CORBA defines.
16331 * parser.c encoding.[ch]: started plugging in char encoding detection
16332
Manish Vachharajani5e60f5a1999-05-29 03:04:30 +000016333Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
16334
16335 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
16336 Also freed allocated buffer.
16337
Daniel Veillard27d88741999-05-29 11:51:49 +000016338Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard5099ae81999-04-21 20:12:07 +000016339 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
16340 reentrancy problem at printing. One is left in entities.c, to
16341 remove ASAP
16342 * testSAX.c : added a test example showing the use of the SAX
16343 interface if one doesn't want to build the DOM tree.
16344 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
16345
Daniel Veillard517752b1999-04-05 12:20:10 +000016346Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16347
16348 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
16349 large revamping of the parser to use SAX callbacks
16350 http://www.megginson.com/SAX/ (or at least a C like interface
16351 a la Expat). It's now possible to set up your own callbacks
16352 and the parser will not build a DOM tree.
16353 * test/* result/*: updated the test suite, I finally removed
16354 the old Namespace draft support (PI based).
16355
Daniel Veillard87c83bd1999-04-02 16:04:43 +000016356Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16357
16358 * Makefile.am: added test result to EXTRA_DIST for make tests
16359
Daniel Veillard64068b31999-03-24 20:42:16 +000016360Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16361
16362 * parser.c, parserInternals.h: moved the chars macro definitions
16363 to parserInternals.h
16364 * parser.c, error.c: applied patches from "Knut Ã…kesson"
16365 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
16366
Daniel Veillard012ccc11999-03-23 10:11:11 +000016367Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16368
16369 * xml-config.in : applied patch to make --version work
16370
Raja R Harinatha86c23e1999-03-05 22:14:01 +0000163711999-03-05 Raja R Harinath <harinath@cs.umn.edu>
16372
16373 * Makefile.am (check-local): Alias for `tests' target. This will
16374 cause `make check' to do the right thing.
16375 (tests): Don't run tests in srcdir. Also, replaced calls to
16376 basename with a `sed' "equivalent".
16377
Daniel Veillardd109e371999-03-05 06:26:45 +000016378Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16379
16380 * Renamed error.h to xml-error.h, corrected Makefile.am to list
16381 it in the header and not the sources, updated the doc.
16382 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
16383 pointing this out.
16384
Daniel Veillardbc50b591999-03-01 12:28:53 +000016385Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16386
16387 * parser.c, parser.h, parserInternals.h: memory leak hunting,
16388 exported the inputStream routines.
16389 * doc/html/* : updated accordingly
16390
Daniel Veillardd692aa41999-02-28 21:54:31 +000016391Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16392
16393 * parser.c, parser.h, parserInternals.h: added a few extra
16394 internal calls to allocate and free parser contexts ...
16395 * doc/html/* : updated accordingly
16396
Daniel Veillard55a99271999-02-25 11:01:29 +000016397Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16398
16399 * configure.in, Makefile.am, doc/makefile.am : General changes for
16400 1.0.0 release and including the generated HTML documentation.
16401
Daniel Veillard35925471999-02-25 08:46:07 +000016402Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16403
16404 * makefile.am : added parserInternals.h, oops.
16405
Daniel Veillard1e346af1999-02-22 10:33:01 +000016406Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16407
16408 * parserInternals.h: added this header giving access to the parser
16409 internal functions.
16410 * doc/Makefile.am : added a rebuild target which rebuilds the full
16411 set of documentations
16412 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
16413 the internal subset.
16414 * *.c *.h: modifications needed to generate the documentation using
16415 gtk-doc, cleanup of functions blocks, reorganisation of struct
16416 declarations.
16417
Daniel Veillard1164e751999-02-16 16:29:17 +000016418Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16419
16420 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
16421 the tar and spec file to include the beginning of the doc.
16422
Nuno Ferreira03d04781999-02-13 00:07:17 +0000164231999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
16424
16425 * doc/.cvsignore: Added this file.
16426
Daniel Veillard6800ef31999-02-08 18:33:22 +000016427Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16428
16429 * tree.c: fixed xmlGetProp to return "" when the attribute
16430 exists, even if the node-list is NULL.
16431
Daniel Veillard726c7e31999-02-08 15:13:10 +000016432Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16433
16434 * tree.c: patched an error outputting empty attribute values.
16435 * Makefile.am and doc/makefile.am: have been updated during the
16436 week-end. Sorry for an empty CVS log, I got a shell problem.
16437
Daniel Veillard1899e851999-02-01 12:18:54 +000016438Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16439
16440 * tree.h: cleaned up using enums instead of defines
16441 * parser.c, valid.[ch]: more work on parsing/output of element
16442 declarations
16443
Daniel Veillard3b9def11999-01-31 22:15:06 +000016444Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16445
16446 * valid.[ch], tree.c, parser.c : more work toward full parsing
16447 of XML DTDs.
16448 * README: added informations about mailing-list and on-line
16449 documentation
16450
Raja R Harinath7eb5c4f1999-01-27 23:01:51 +0000164511999-01-27 Raja R Harinath <harinath@cs.umn.edu>
16452
16453 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
16454
Daniel Veillard39a1f9a1999-01-17 19:11:59 +000016455Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16456
16457 * parser.c, tree.[ch] : more work toward conformance testing,
16458 added a last element to accelerate parsing of very flat structures
16459 started working on internal subset Element content declaration.
16460 * valid.[ch] : first cut at adding code toward validation.
16461 * previous changes had also small impact on most files, especially
16462 the conformance testing using James Clark test suite.
16463
Daniel Veillard3c2c2ce1999-01-17 13:48:01 +000016464Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16465
16466 * test/* : updated the examples, most of them were not well
16467 formed (humm), and added rdf2.
16468 * result/* : resulting changes in the output.
16469
Daniel Veillard7c92c0a1998-12-06 18:08:28 +000016470Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16471
16472 * tree.c: changed the behaviour of xmlGetProp on NULL values.
16473
Daniel Veillard44b3a061998-12-05 17:27:22 +000016474Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16475
16476 * tree.c: patched a bug in the generation of empty attributes
16477
Daniel Veillardbe36afe1998-11-27 06:39:50 +000016478Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16479
16480 * entities.[ch], tree.[ch], tester.c: added copy interfaces
16481 for node/trees/documents/... Biggest problem is namespace
16482 support when copying subtrees.
16483
Daniel Veillard8cc0d1f1998-11-16 01:04:26 +000016484Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16485
16486 * parser.c, entities.c: improve entities and char ref encoding,
16487 and cleanups of error messages.
16488
Daniel Veillard242590e1998-11-13 18:04:35 +000016489Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16490
16491 * parser.c, entities.c: simple bug hunting done during rpm2html and
16492 rpmfind integration.
16493
Daniel Veillard42dc9b31998-11-09 01:17:21 +000016494Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16495
16496 * parser.[ch]: Added interfaces allowing to specify a SAX
16497 handler before parsing.
16498
Daniel Veillarde3bffb91998-11-08 14:40:56 +000016499Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16500
16501 * parser.c: redirrect all errors reporting through the SAX
16502 error function
16503
Daniel Veillardda4d3c41998-11-04 20:07:05 +000016504Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16505
16506 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
16507 * libtool, tlmain ...: update of the libtool files
16508
Miguel de Icaza442321c1998-11-04 18:13:38 +0000165091998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
16510
16511 * entities.c: Use g_snprintf insteda of snprintf.
16512
Daniel Veillard0ba4d531998-11-01 19:34:31 +000016513Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16514
16515 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
16516 added ent5 test for this purpose.
16517 * parser.c, parser.h: formatting, comments and UTF-8 planning.
16518
Daniel Veillard27271681998-10-30 06:39:40 +000016519Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16520
16521 * parser.c: fixed? a strange error due to compression on a GWP
16522 document.
16523
Daniel Veillard25940b71998-10-29 05:51:30 +000016524Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16525
16526 * tree.[ch]: bug fixing
16527 * entities.[ch]: defined a specific type for predefined entities
16528 * doc/xml.html: more documentation on the library, how to use it,
16529 overview of the interfaces.
16530
Daniel Veillard16253641998-10-28 22:58:05 +000016531Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16532
16533 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
16534
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016535Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16536
Daniel Veillard10c6a8f1998-10-28 01:00:12 +000016537 * tree.c: corrected a small bug
16538 * doc/xml.html: continuing writing documentation.
16539
16540Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16541
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016542 * debugXML.h debugXML.c: added debugging utilities.
16543 * tester.c: added --debug switch.
16544 * tree.c: patched an incorrect node->type assignment.
16545 * parser.c: formatting, ensure that node->doc != NULL in attributes
16546
Daniel Veillardccb09631998-10-27 06:21:04 +000016547Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16548
16549 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
16550 entity support and provide an internal representation close to
16551 DOM one (entity ref nodes, and attribute value as tree). I tried
16552 to preserve the interface but this will surely break some apps
16553 (I have to change rpm2html/rpmfind for example). I had to change
16554 two interfaces, and the generated tree is somewhat different.
16555 * doc/* : started documenting the XML library, the tree and
16556 DOM/Corba. This is a first step.
16557
Daniel Veillard11e00581998-10-24 18:27:49 +000016558Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16559
16560 * parser.c: Set up the fonctions comment block, boring but useful.
16561 * parser.h, SAX.c, parser.c: now attributes are processed through
16562 the SAX interface. The problem is that my SAX interface diverged
16563 quite a bit from the original one, well this is not an official
16564 spec, and translating it from Java to C is hairy anyway...
16565
Daniel Veillard97b58771998-10-20 06:14:16 +000016566Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16567
16568 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
16569 fonctions comment block, boring but useful.
16570
16571Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard891e4041998-10-19 00:43:02 +000016572
16573 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
16574 conversion routines. However they are not yet used to convert the
16575 inputs. The core will run with UTF-8.
16576
Daniel Veillard33942841998-10-18 19:12:41 +000016577Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16578
16579 * tree.c : make sure that the type id is properly set-up when
16580 a new object is allocated, needed for DOM.
16581
Daniel Veillard27fb0751998-10-17 06:47:46 +000016582Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16583
16584 * tree.h, tree.c: Ok, the main objects in the tree will be native
16585 corba objects, it costs 8 bytes per Node, Attribute and Document
16586 but it simplifies the Corba integration a lot (no extra interface
16587 objects to allocate/free).
16588
Daniel Veillard0bef1311998-10-14 02:36:47 +000016589Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16590
16591 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
16592 and changed NODEs contants for conformity with DOM Level 1
16593
Daniel Veillard27864701998-10-08 03:47:24 +000016594Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16595
16596 * added hooks to keep track of servants when creating objects
16597 xmlDoc and xmlNode (for Corba export).
16598
Daniel Veillarda6e1d121998-10-04 14:41:05 +000016599Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16600
16601 * added xml-config script.
16602
Daniel Veillard7066a791998-10-01 20:28:28 +000016603Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16604
16605 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
16606 to autoupdate libtool and automake conf files.
16607
Miguel de Icaza60681bd1998-09-30 19:28:59 +0000166081998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
16609
16610 * Makefile.am: Use '?' to separate the sed
16611 commands as ',' is used when people pass -Wl,something.
16612
16613
Daniel Veillard15a8df41998-09-24 19:15:06 +000016614Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16615
16616 * tree.c, tree.h: added a per-document compression interface.
16617
Daniel Veillard151b1b01998-09-23 00:49:46 +000016618Tue Sep 22 20:47:38 EDT 1998
16619
16620 * tree.c, tree.h: added saving with compression and added interfaces
16621 to control the compression level (xmlGetCompressMode,
16622 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
16623
Daniel Veillard70120ff1998-09-22 00:24:21 +000016624Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16625
16626 * parser.c: corrected a loop for files of size 0
16627
Raja R Harinathd2e3abd1998-08-20 21:52:38 +0000166281998-08-20 Raja R Harinath <harinath@cs.umn.edu>
16629
16630 * error.h: New file. Contains prototyes from `error.c'.
16631
Tom Tromeyc19653d1998-08-14 01:22:43 +000016632Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
16633
16634 * Makefile.am (xmlincdir): New macro.
16635 (xmlinc_HEADERS): Renamed from include_HEADERS.
16636
Daniel Veillard845664d1998-08-13 04:43:19 +000016637Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16638
16639 * applied small patch on numeric entities from
16640 Christopher Blizzard <blizzard@appliedtheory.com>
16641
Daniel Veillard260a68f1998-08-13 03:39:55 +000016642Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16643
16644 * New release 0.2, removed the old xml_* files so that it's
16645 coherent with the other CVS base (W3C), far better conformance
16646 to standard, new namespaces, decent entities support, beginning
16647 of a SAX-like interface. Nearly nothing left intact, even the
16648 test examples ...
16649
Christopher Blizzarda36749e1998-07-30 21:47:18 +0000166501998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
16651
16652 * .cvsignore: Add .deps dir
16653
Daniel Veillardf8015fa1998-07-26 21:31:38 +000016654Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16655
16656 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
16657
Daniel Veillardfe926001998-07-26 04:28:20 +000016658Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016659
Daniel Veillardfe926001998-07-26 04:28:20 +000016660 * configure.in: added test for CPP
16661 * AUTHORS, Changelog: the original ones didn't get commited but the
16662 glib ones instead, fixed.
16663 * Makefile.am: corrected an error in library naming
Daniel Veillard01791d51998-07-24 19:24:09 +000016664
Daniel Veillardfe926001998-07-26 04:28:20 +000016665Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016666
Daniel Veillardfe926001998-07-26 04:28:20 +000016667 * integrated code developped at W3C
16668 * changed the original Copyright
16669 * migrated to automake
16670 * prefixed the filenames by xml_ to avoid filename clashes
Daniel Veillard01791d51998-07-24 19:24:09 +000016671