blob: c82ea6f5a7c0d35022bd6211286710928e1d6d74 [file] [log] [blame]
Daniel Veillardf4e55762003-04-15 23:32:22 +00001Wed Apr 16 01:28:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
2
3 * relaxng.c xmlreader.c xmllint.c include/libxml/relaxng.h
4 include/libxml/xmlreader.h: implemented streaming of
5 RelaxNG (when possible) on top of the xmlReader interface,
6 provided it as xmllint --stream --relaxng .rng .xml
7 This seems to mostly work.
8 * Makefile.am: updated to test RelaxNG streaming
9
Daniel Veillardc58f4ef2003-04-14 16:11:26 +000010Mon Apr 14 18:08:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
11
12 * relaxng.c include/libxml/relaxng.h: integrated the regexp
13 based validity checking of fragments of the document for
14 which the RNG can be compiled to regexps. Works on all regression
15 tests, only fix needed is related to error messages.
16
Daniel Veillard52b48c72003-04-13 19:53:42 +000017Sun Apr 13 21:51:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
18
19 * relaxng.c xmlregexp.c include/libxml/xmlautomata.h
20 include/libxml/xmlregexp.h: Starting work precompiling
21 parts of RelaxNG schemas. Not plugged onto validity checking
22 yet, just the regexp building part. Needed to extend some
23 of the automata and regexp APIs.
24
Daniel Veillardf6bad792003-04-11 19:38:54 +000025Fri Apr 11 21:36:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
26
27 * xmllint.c xmlreader.c include/libxml/xmlreader.h: make sure
28 xmllint --stream and xmllint --stream --valid returns errors
29 code appropriately
30
Daniel Veillardc6cae7b2003-04-11 09:02:11 +000031Fri Apr 11 10:59:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
32
33 * xmlreader.c include/libxml/xmlreader.h: Added the Expand()
34 and Next() operation to work on subtrees within the reader
35 framework.
36 * doc/libxml2-api.xml python/libxml2class.txt: resulting updates
37 * python/tests/reader5.py: added an example for those new
38 functions of the reader.
39
Daniel Veillard645c6902003-04-10 21:40:49 +000040Thu Apr 10 23:38:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
41
42 * HTMLtree.c: patch from Vasily Tchekalkin to fix #109865
43
Daniel Veillard9e077102003-04-10 13:36:54 +000044Thu Apr 10 15:32:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
45
46 * xmlreader.c: fixing HasValue for namespace as raised by
47 Denys Duchier
48
Daniel Veillard02ea1412003-04-09 12:08:47 +000049Wed Apr 9 14:07:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
50
51 * HTMLparser.c include/libxml/HTMLparser.h: exported
52 htmlCreateMemoryParserCtxt() it was static
53
Daniel Veillardd3b9cd82003-04-09 11:24:17 +000054Wed Apr 9 13:21:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
55
56 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
57 update from Charles Bozeman for date and duration types
58 * test/schemas/date_0.* test/schemas/dur_0.*
59 result/schemas/date_0.* result/schemas/dur_0.*: updated too
60
Daniel Veillardc00cda82003-04-07 10:22:39 +000061Mon Apr 7 12:19:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
62
63 * tree.c valid.c xpath.c include/libxml/tree.h include/libxml/valid.h:
64 fixing bug #107129, removing excessive allocation and calls
65 to *printf in the code to build QName strings.
66
Igor Zlatkovic69651182003-04-05 09:43:30 +000067Sat Apr 5 11:41:36 CEST 2003 Igoe Zlatkovic <igor@zlatkovic.com>
68
69 * win32/libxml2.def.src: fixed conditional exports, reported by
70 Luke Murray.
71
Daniel Veillardadba5f12003-04-04 16:09:01 +000072Fri Apr 4 18:08:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
73
74 * parser.c: fixed a possible problem with xmlRecoverMemory()
75
Daniel Veillarda48ed3d2003-04-03 15:28:28 +000076Thu Apr 3 17:24:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
77
78 * trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c
79 triostr.h: Bjorn sent an update for the TRIO portability layer.
80
Igor Zlatkovicd6c86502003-04-01 20:00:42 +000081Tue Apr 1 21:57:26 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
82
83 * win32/libxml2.def.src: exported new functions
84
Daniel Veillardc2d4a932003-04-01 11:13:05 +000085Tue Apr 1 13:09:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
86
87 * configure.in NEWS: preparing release 2.5.6
88 * doc/*: updated and rebuilt the docs
89
Daniel Veillarde5020412003-04-01 09:55:20 +000090Tue Apr 1 11:52:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
91
92 * SAX.c: fixed an uninitialized memory access pointed by valgrind
93 on C14Ntests
94
Daniel Veillard7fe1f3a2003-03-31 22:13:33 +000095Tue Apr 1 00:12:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
96
97 * relaxng.c: one more fixup of error message reporting
98
Daniel Veillard5f1946a2003-03-31 16:38:16 +000099Mon Mar 31 18:36:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
100
101 * relaxng.c: more work on bug #109225, and fixed an uninitialized
102 variable pointed out by valgrind
103
Daniel Veillarda507fbf2003-03-31 16:09:37 +0000104Mon Mar 31 18:05:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
105
106 * relaxng.c: try to work on bug #109225 and provide better
107 error reports.
108 * result/relaxng/* : this change the output of a number of tests
109 * xinclude.c: fixing the parsed entity redefinition problem
110 raised on the list.
111 * test/schemas/date_0.xsd: updated the date test c.f. E2-12
112
Daniel Veillardb3721c22003-03-31 11:22:25 +0000113Mon Mar 31 13:19:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
114
115 * xmlschemastypes.c: fixed date comparison to handle the tzo
116 The only failures left are disagreements on Notations and
117 '+1' not being allowed for ulong, uint, ushort and ubyte.
118
Daniel Veillard455cc072003-03-31 10:13:23 +0000119Mon Mar 31 12:11:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
120
121 * xmlschemastypes.c: fixed gMonth parsing routine accordingly
122 to the XML Schemas errata
123 http://www.w3.org/2001/05/xmlschema-errata#e2-12
124
Daniel Veillarde637c4a2003-03-30 21:10:09 +0000125Sun Mar 30 23:04:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
126
127 * relaxng.c xmlschemastypes.c: more work on XML Schemas datatypes
128 and facets support. Currently only schemas with binHex or
129 base64 don't compile. A few error left in the test suite:
130 found 1035 test instances: 919 success 23 failures
131 most are gdate or gdateyear failing check, and a few cases where
132 James clark tests results are strange.
133 * valid.c: allow to reuse the Notation checking routine without
134 having a validation context.
135 * SAX.c: removed a #if 0
136
Daniel Veillardb6c7f412003-03-29 16:41:55 +0000137Sat Mar 29 17:35:05 CET 2003 Daniel Veillard <daniel@veillard.com>
138
139 * xinclude.c: forgot to apply one check from #106931 patch
140 * xmlschemastypes.c: more work on XML Schemas datatypes
141
Daniel Veillardc4c21552003-03-29 10:53:38 +0000142Sat Mar 29 11:49:25 CET 2003 Daniel Veillard <daniel@veillard.com>
143
144 * relaxng.c include/libxml/relaxng.h xmlschemastypes.c: more work
145 on cleaning up XML Schemas datatypes based on James Clark tests
146 test/xsdtest/xsdtest.xml
147
Daniel Veillard80b19092003-03-28 13:29:53 +0000148Fri Mar 28 14:24:08 CET 2003 Daniel Veillard <daniel@veillard.com>
149
150 * relaxng.c: implemented comparisons for Schemas values.
151 * xmlschemastypes.c include/libxml/xmlschemastypes.h: fixed
152 some bugs in duration handling, comparisons for durations
153 and decimals, removed all memory leaks pointed out by James
154 testsuite. Current status is now
155 found 238 test schemas: 197 success 41 failures
156 found 1035 test instances: 803 success 130 failures
157
Daniel Veillard91a13252003-03-27 23:44:43 +0000158Fri Mar 28 00:41:55 CET 2003 Daniel Veillard <daniel@veillard.com>
159
160 * xmlschemas.c include/libxml/xmlschemas.h: fixed bugs and memory
161 leaks in the W3C XML Schemas code
162 * xmlschemastypes.c: implemented nonPositiveInteger
163 * test/schemas/length2_0.xsd result/schemas/length2_0_0.err:
164 fixed the test and result.
165
Daniel Veillard6560a422003-03-27 21:25:38 +0000166Thu Mar 27 22:23:07 CET 2003 Daniel Veillard <daniel@veillard.com>
167
168 * HTMLparser.c tree.c: two patches from James Bursa on the HTML
169 parser and a typo
170 * xmlschemastypes.c: reindenting, fixing a memory access
171 problem with dates.
172
Daniel Veillard6c5b2d32003-03-27 14:55:52 +0000173Thu Mar 27 15:53:35 CET 2003 Daniel Veillard <daniel@veillard.com>
174
175 * parser.c: fixing #109227 providing more context in case of
176 start/end tag mismatch
177 * python/tests/ctxterror.py python/tests/readererr.py: update the
178 tests accordingly
179
Daniel Veillardd9b72832003-03-27 14:24:00 +0000180Thu Mar 27 15:22:41 CET 2003 Daniel Veillard <daniel@veillard.com>
181
182 * xinclude.c: should fix #109327 errors on memory accesses
183
Daniel Veillardc7e9b192003-03-27 14:08:24 +0000184Thu Mar 27 15:06:13 CET 2003 Daniel Veillard <daniel@veillard.com>
185
186 * HTMLtree.c: Fixed reopening of #78662 <form action="...">
187 is an URI reference
188
Daniel Veillarde209b332003-03-26 21:40:13 +0000189Wed Mar 26 22:38:39 CET 2003 Daniel Veillard <daniel@veillard.com>
190
191 * xpath.c: fixed bug #109160 on non-ASCII IDs
192
Daniel Veillard642104e2003-03-26 16:32:05 +0000193Wed Mar 26 17:30:37 CET 2003 Daniel Veillard <daniel@veillard.com>
194
195 * parser.c: Norm suggested a nicer error message for xml:space values
196 errors
197
Daniel Veillarde4fa2932003-03-26 00:38:10 +0000198Wed Mar 26 01:34:19 CET 2003 Daniel Veillard <daniel@veillard.com>
199
200 * xpath.c include/libxml/xpath.h: first part of the fix to
201 performance bug #108905, adds xmlXPathOrderDocElems() providing
202 document order for nodes.
203 * python/libxml.c: Python may require TRIO as Albert Chin pointed out
204
Daniel Veillard09628212003-03-25 15:10:27 +0000205Tue Mar 25 16:07:00 CET 2003 Daniel Veillard <daniel@veillard.com>
206
207 * xmlschemastypes.c: removing a warning with Sun compiler
208 bug #109154
209
MST 2003 John Fleckda271742003-03-25 14:05:17 +0000210Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
211
212 * doc/xmllint.xml
213 * doc/xmllint.1
214 update xmllint man page with --relaxng option
215
Daniel Veillard2032d292003-03-25 11:09:40 +0000216Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
217
218 * python/setup.py.in : was missing "drv_libxml2.py"
219
Daniel Veillard9adc0462003-03-24 18:39:54 +0000220Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
221
222 * tree.c xpath.c: some changes related to the new way of
223 handling Result Value Tree, before 2.5.5
224
Daniel Veillardd8da01c2003-03-24 15:58:23 +0000225Mon Mar 24 16:36:23 CET 2003 Daniel Veillard <daniel@veillard.com>
226
227 * configure.in NEWS: preparing release 2.5.5
228 * doc/* : updated the documentation and regenerated it.
229
Daniel Veillardef0b4502003-03-24 13:57:34 +0000230Mon Mar 24 14:56:01 CET 2003 Daniel Veillard <daniel@veillard.com>
231
232 * xpath.c: fixed some problems related to #75813 about handling
233 of Result Value Trees
234
Daniel Veillard9231ff92003-03-23 22:00:51 +0000235Sun Mar 23 22:57:20 CET 2003 Daniel Veillard <daniel@veillard.com>
236
237 * uri.c: applied a set of patches from Lorenzo Viali correcting
238 URI parsing errors.
239
Daniel Veillard5f8d1a32003-03-23 21:02:00 +0000240Sun Mar 23 22:00:14 CET 2003 Daniel Veillard <daniel@veillard.com>
241
242 * parser.c: validity status was not passed back when validating in
243 entities, but raised by Oliver Fischer
244
Daniel Veillard04ee2f22003-03-23 20:31:46 +0000245Sun Mar 23 21:30:50 CET 2003 Daniel Veillard <daniel@veillard.com>
246
247 * HTMLtree.c: avoid escaping ',' in URIs
248
Daniel Veillardef8dd7b2003-03-23 12:02:56 +0000249Sun Mar 23 12:57:00 CET 2003 Daniel Veillard <daniel@veillard.com>
250
251 * parser.c: fixing bug #108976 get the ID/REFs to reference
252 the ID in the document content and not in the entity copy
253 * SAX.c include/libxml/parser.h: more checking of the ID/REF
254 stuff, better solution for #107208
255 * xmlregexp.c: removed a direct printf, dohhh
256 * xmlreader.c: fixed a bug on streaming validation of empty
257 elements in entities
258 * result/VC/ElementValid8 test/VCM/v20.xml result/valid/xhtml1.xhtml:
259 cleanup of the validation tests
260 * test/valid/id* test/valid/dtds/destfoo.ent result/valid/id*:
261 added more ID/IDREF tests to the suite
262
Daniel Veillard2cfd9df2003-03-22 22:39:16 +0000263Sat Mar 22 23:38:08 CET 2003 Daniel Veillard <daniel@veillard.com>
264
265 * xmlreader.c: fixed #107043 removing 2 warnings with Sun One
266 compiler.
267
Daniel Veillard20863822003-03-22 17:51:47 +0000268Sat Mar 22 18:50:45 CET 2003 Daniel Veillard <daniel@veillard.com>
269
270 * relaxng.c: valgrind'ed and cleaned up a couple of memory issues.
271
Daniel Veillard9ff2d472003-03-22 15:18:01 +0000272Sat Mar 22 16:15:50 CET 2003 Daniel Veillard <daniel@veillard.com>
273
274 * SAX.c: fix bug #107208 avoid false duplicates when ID/REFs are
275 defined in entities content
276
Daniel Veillard99737f52003-03-22 14:55:50 +0000277Sat Mar 22 15:53:27 CET 2003 Daniel Veillard <daniel@veillard.com>
278
279 * SAX.c: Fixed validation bug #108858 on namespace names using
280 entities and reported by Brent Hendricks
281 * xmllint.c: report xmlTextReaderHasValue() result in --stream
282 --debug output.
283
Daniel Veillard48ef4c92003-03-22 12:38:15 +0000284Sat Mar 22 13:32:39 CET 2003 Daniel Veillard <daniel@veillard.com>
285
286 * xmlreader.c: fixed bug #108801 reported by Malcolm Tredinnick
287 about the DocType node not being reported sometimes.
288 * python/tests/reader.py: added to test to the regression checks
289
Daniel Veillard120e8eb2003-03-22 01:00:34 +0000290Sat Mar 22 01:57:40 CET 2003 Daniel Veillard <daniel@veillard.com>
291
292 * xmlreader.c: fixed bug #108546 on long CDATA (or text nodes)
293 reported by Edd Dumbill
294
Daniel Veillard77a90a72003-03-22 00:04:05 +0000295Sat Mar 23 01:00:24 CET 2003 Daniel Veillard <daniel@veillard.com>
296
297 * HTMLparser.c parser.c parserInternals.c: patch from
298 johan@evenhuis.nl for #107937 fixing some line counting
299 problems, and some other cleanups.
300 * result/HTML/: this result in some line number changes
301
Daniel Veillard580ced82003-03-21 21:22:48 +0000302Fri Mar 21 22:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
303
304 * configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec
305 instead of libxml.spec
306 * relaxng.c: fixed some of the error reporting excessive
307 verbosity
308 * catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c
309 xmlschemastypes.c: removed some warnings from gcc
310 * doc/libxml2-api.xml: rebuilt
311
Daniel Veillarde063f482003-03-21 16:53:17 +0000312Fri Mar 21 17:25:23 CET 2003 Daniel Veillard <daniel@veillard.com>
313
314 * relaxng.c: another optimization, for choice this time
315 * result/relaxng/spec1* result/relaxng/tutor12_1*
316 result/relaxng/tutor3_7: cleanups.
317
Daniel Veillard0e3d3ce2003-03-21 12:43:18 +0000318Fri Mar 21 13:41:23 CET 2003 Daniel Veillard <daniel@veillard.com>
319
320 * relaxng.c: fixed xmlRelaxNGNodeMatchesList
321 * test/relaxng/testsuite.xml: augmented the test suite
322 * result/relaxng/spec1* result/relaxng/tutor12_1*: this fixes
323 some schemas validation tests in the presence of foreign
324 namespaces.
325
Daniel Veillardbbb78b52003-03-21 01:24:45 +0000326Fri Mar 21 02:23:34 CET 2003 Daniel Veillard <daniel@veillard.com>
327
328 * relaxng.c: added another interleave speedup.
329
Daniel Veillardef2e4ec2003-03-20 16:23:26 +0000330Thu Mar 20 17:22:00 CET 2003 Daniel Veillard <daniel@veillard.com>
331
332 * xmlschemastypes.c: added integer and fixed one of the
333 IDREFS regression tests pbm
334 * result/relaxng/docbook_0.err: updated
335
Daniel Veillard249d7bb2003-03-19 21:02:29 +0000336Wed Mar 19 21:58:47 CET 2003 Daniel Veillard <daniel@veillard.com>
337
338 * valid.c xmlschemastypes.c: attempt to cope with ID/IDREF(S)
339 declared both in the DTD and in the Schemas <grin/>
340 * relaxng.c: more debug, added a big optimization for <mixed>
341 * test/relaxng/testsuite.xml: augmented the testsuite
342 * test/relaxng/ result/relaxng: added the RelaxNG spec and a
343 DocBook example to the regression tests
344
Daniel Veillard798024a2003-03-19 10:36:09 +0000345Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com>
346
347 * check-xsddata-test-suite.py: cosmetic change for output
348 * relaxng.c: try to minimize calls to malloc/free for states.
349
Daniel Veillarda1a9d042003-03-18 16:53:17 +0000350Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com>
351
352 * tree.c: removed a warning
353 * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES
354 support
355 * check-relaxng-test-suite.py check-xsddata-test-suite.py:
356 cleanup/improvements of the regression tests batch
357 * test/relaxng/testsuite.xml: augmented libxml2 own testsuite
358
Daniel Veillard28c52ab2003-03-18 11:39:17 +0000359Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com>
360
361 * relaxng.c: fixed error msg cleanup deallocation
362 * xmlschemastypes.c: added a function to handle lists of
363 atomic types, added support for IDREFS
364
Daniel Veillardc3da18a2003-03-18 00:31:04 +0000365Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
366
367 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID
368 and IDREF, usable from RelaxNG now
369 * include/libxml/xmlschemastypes.h: need to add a new interface
370 because the validation modifies the infoset
371 * test/relaxng/testsuite.xml: extended the testsuite
372
Daniel Veillard952379b2003-03-17 15:37:12 +0000373Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
374
375 * relaxng.c: fixed the last core RelaxNG bug known #107083,
376 shemas datatype ID/IDREF support still missing though.
377 * xmlreader.c: fix a crashing bug with prefix raised by
378 Merijn Broeren
379 * test/relaxng/testsuite.xml: augmented the testsuite with
380 complex inheritance tests
381
Daniel Veillardfd573f12003-03-16 17:52:32 +0000382Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
383
384 * relaxng.c: switched back to the previous Relax-NG code base,
385 the derivation algorithm need severe constraining code to avoid
386 combinatorial explosion. Fixed the problem with Sebastian Rahtz
387 TEI based example and other bugs
388 * result/relaxng/*err: updated the results
389 * test/relaxng/testsuite.xml: started a new test suite
390
Daniel Veillard1564e6e2003-03-15 21:30:25 +0000391Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
392
393 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
394 that the original RelaxNG validation code was un-fixeable, it got
395 rewritten to use the derivation algorithm from James Clark and
396 redebugged it (nearly) from scratch:
397 found 373 test schemas: 372 success 1 failures
398 found 529 test instances: 529 success 0 failures
399
Daniel Veillard39eb88b2003-03-11 11:21:28 +0000400Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
401
402 * SAX.c parser.c: fix some recursion problems introduced in the
403 last release.
404 * relaxng.c: more debugging of the RNG validation engine, still
405 problems though.
406
Daniel Veillard5add8682003-03-10 13:13:58 +0000407Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
408
409 * Makefile.am: stop generating wrong result file with * in name
410 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
411 * result/relaxng/demo* test/relaxng/demo: added the tests from
412 Sebastian reproducing the problem.
413
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +0000414Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
415
Daniel Veillard5add8682003-03-10 13:13:58 +0000416 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
417 up Aleksey's change
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +0000418
Aleksey Sanin693c9bc2003-03-09 22:36:52 +0000419Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
420
421 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
422 variable to control the indentation for the xmllint "--format"
423 option
424
Igor Zlatkovic47ba1c72003-03-08 13:29:42 +0000425Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
426
427 * encoding.c: applied Gennady's patch against buffer overrun
428
Daniel Veillard42f12e92003-03-07 18:32:59 +0000429Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
430
431 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
432 Clark it appeared I had bug in URI parsing code ...
433 * relaxng.c include/libxml/relaxng.h: completely revamped error
434 reporting to not loose message from optional parts.
435 * xmllint.c: added timing for RNG validation steps
436 * result/relaxng/*: updated the result, all error messages changed
437
Daniel Veillardedfd5882003-03-07 14:20:40 +0000438Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
439
440 * xpath.c: fix bug #107804, the algorithm used for document order
441 computation was failing on attributes.
442
Daniel Veillard83391282003-03-06 21:37:30 +0000443Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
444
445 * valid.c: fix bug #107764 , possibility of buffer overflow
446 in xmlValidDebug()
447
Daniel Veillard6c73cb82003-03-05 16:45:40 +0000448Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
449
450 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
451 from Philipp Dunkel
452
Daniel Veillard5f704af2003-03-05 10:01:43 +0000453Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
454
455 * xmlschemastype.c: made powten array static it should not be exported
456 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
457 parser function.
458 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
459
Daniel Veillard7b72ee52003-02-27 23:24:53 +0000460Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
461
462 * tree.c: fixed a node dump crash on attributes
463 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
464 an URI test bug and get better output.
465
Daniel Veillard463a5472003-02-27 21:30:32 +0000466Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
467
468 * check-xsddata-test-suite.py: give more infos
469 * relaxng.c: fix a bug reported by Sebastian Rahtz and
470 REF->DEF in attribute values.
471
Daniel Veillardeb7189f2003-02-27 20:11:13 +0000472Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
473
474 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
475 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
476 regression tests from James Clark.
477
Daniel Veillard8bc6cf92003-02-27 17:42:22 +0000478Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
479
480 * relaxng.c xmlschemas.c xmlschemastypes.c
481 include/libxml/xmlschemastypes.h: added param support for relaxng
482 type checking, started to increment the pool of simple types
483 registered, still much work to be done on simple types and
484 facets checkings.
485
Daniel Veillard19ab45b2003-02-26 15:49:03 +0000486Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
487
488 * entities.c: fixes again one of the problem raised by
489 James Clark in #106788
490
Daniel Veillardc482e262003-02-26 14:48:48 +0000491Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
492
493 * relaxng.c: Fixed a couple of problem raised by James Clark
494 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
495 datatype level still not fixed though.
496
Daniel Veillard17bed982003-02-24 20:11:43 +0000497Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
498
499 * configure.in: preparing release 2.5.4
500 * doc/*: updated and rebuilt the docs
501 * relaxng.c: removed warnings
502 * result/relaxng/*: updated the results
503
Daniel Veillardf4be0182003-02-24 19:54:33 +0000504Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
505
506 * valid.c: fixes a DTD regexp generation problem.
507
Daniel Veillard02111c12003-02-24 19:14:52 +0000508Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
509
510 * parser.c: fixes bug #105998 about false detection of
511 attribute consumption loop.
512
Daniel Veillard2406abd2003-02-24 18:16:47 +0000513Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
514
515 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
516
Daniel Veillardfcc822e2003-02-24 17:52:08 +0000517Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
518
519 * SAX.c: fixed bug #105992
520
Daniel Veillard3ebc7d42003-02-24 17:17:58 +0000521Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
522
523 * tree.c: fixed xmlSetProp and al. when the node passed is not an
524 element.
525 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
526 found 373 test schemas: 369 success 4 failures
527 found 529 test instances: 525 success 4 failures
528 * check-relaxng-test-suite.py: added memory debug reporting
529
Daniel Veillardc64b8e92003-02-24 11:47:13 +0000530Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
531
532 * uri.c parser.c: some warning removal on Igor's patch
533 * tree.c: seems I messed up with #106788 fix
534 * python/libxml.c: fixed some base problems when Python provides
535 the resolver.
536 * relaxng.c: fixed the interleave algorithm
537 found 373 test schemas: 364 success 9 failures
538 found 529 test instances: 525 success 4 failures
539 the resulting failures are bug in the algorithm from 7.3 and
540 lack of support for params
541
Daniel Veillard0046c0f2003-02-23 13:52:30 +0000542Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
543
544 * parser.c: another fix for nodeinfo in entities problem
545 * tree.c entities.c: fixed bug #106788 from James Clark
546 some spaces need to be serialized as character references.
547
Igor Zlatkovic40ed73b2003-02-23 13:40:12 +0000548Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
549
550 * parser.c uri.c: fixed the bug I introduced in the path
551 handling, reported by Sebastian Bergmann
552
Daniel Veillard44e1dd02003-02-21 23:23:28 +0000553Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
554
555 * parser.c: fixing some nodeinfo in entities problem raised
556 by Glenn W. Bach
557 * relaxng.c: implemented the first section 7.3 check
558 * result/relaxng/*: updated the results
559
Daniel Veillardc5312d72003-02-21 17:14:10 +0000560Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
561
562 * relaxng.c: fixed some problems in the previous commit
563 and finished implementing 4.16 rules checking
564 found 373 test schemas: 353 success 20 failures
565 found 529 test instances: 519 success 6 failures
566 * result/relaxng/*: updated the results
567
Daniel Veillard4c5cf702003-02-21 15:40:34 +0000568Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
569
570 * relaxng.c: implemented checks from section 7.2
571
Daniel Veillard77648bb2003-02-20 15:03:22 +0000572Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
573
574 * relaxng.c: implemented the checks from section 7.1, fixed
575 some of the 4.20 and 4.21 problems.
576 found 373 test schemas: 338 success 35 failures
577 found 529 test instances: 519 success 6 failures
578 * result/relaxng/*: updated the results
579
Daniel Veillard1c745ad2003-02-20 00:11:02 +0000580Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
581
582 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
583 * result/relaxng/*: updated the results
584
Daniel Veillardce14fa52003-02-19 17:32:48 +0000585Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
586
587 * relaxng.c: more bugfixes
588 * result/relaxng/*: updated the results
589
Igor Zlatkovic7e1d1582003-02-19 14:51:44 +0000590Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
591
592 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
593 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
594 * SAX.c: ensured xmlDoc.URL is always canonic
595 * parser.c: obsoleted xmlNormalizeWindowsPath
596 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
597 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
598 * win32/libxml2.def.src: added few exports
599
600
Daniel Veillard2e9b1652003-02-19 13:29:45 +0000601Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
602
603 * Makefile.am configure.in: patched to have shared libraries
604 for Python regression tests and static binaries for gdb debug
605 in my development environment
606 * relaxng.c: more bugfixes
607 found 373 test schemas: 296 success 77 failures
608 found 529 test instances: 516 success 8 failures
609 * result/relaxng/*: updated the results
610
Daniel Veillard8fe98712003-02-19 00:19:14 +0000611Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
612
613 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
614
Daniel Veillardd4310742003-02-18 21:12:46 +0000615Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
616
617 * xmlschemastypes.c: float/double check bugfix
618 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
619 validation
620 * xmlreader.c: add a TODO for Jody
621 * relaxng.c: bugfix bugfix bugfix
622 found 373 test schemas: 300 success 73 failures
623 found 529 test instances: 507 success 10 failures
624 * result/relaxng/*: updated the results
625
Daniel Veillard2df2de22003-02-17 23:34:33 +0000626Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
627
628 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
629
Daniel Veillard416589a2003-02-17 17:25:42 +0000630Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
631
632 * relaxng.c check-relaxng-test-suite.py: more work on the
633 RelaxNG implementation conformance testing.
634 found 373 test schemas: 284 success 89 failures
635 found 529 test instances: 448 success 47 failures
636 * result/relaxng/*: updated the results
637
Daniel Veillard784b9352003-02-16 15:50:27 +0000638Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
639
640 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
641 a patch from Kjartan Maraas to fix some typos
642
Daniel Veillardfebcca42003-02-16 15:44:18 +0000643Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
644
645 * relaxng.c: more bug-hunting
646 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
647 intermediate rng tree
648 * python/generator.py: patch from Stephane Bidoul to fix the generator
649 on python < 2.2
650
Daniel Veillardd2298792003-02-14 16:54:11 +0000651Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
652
653 * check-relaxng-test-suite.py relaxng.c: more testing on the
654 Relax-NG front, cleaning up the regression tests failures
655 current state and I forgot support for "mixed":
656 found 373 test schemas: 280 success 93 failures
657 found 529 test instances: 401 success 68 failures
658 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
659 moved the Name, NCName and QName validation routine in tree.c
660 * uri.c: fixed handling of URI ending up with #, i.e. having
661 an empty fragment ID.
662 * result/relaxng/*: updated the results
663
Daniel Veillard9a237c92003-02-13 15:52:58 +0000664Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
665
666 * check-xinclude-test-suite.py: improved the script accordingly
667 to the XInclude regression tests updates
668 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
669 November 2002
670 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
671 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
672 augmented the Xpointer testsuite for the element() scheme
673
Daniel Veillardf4b4f982003-02-13 11:02:08 +0000674Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
675
676 * relaxng.c: added TODO for the DTD compatibility spec
677 * xinclude.c: more bug fixes driven by the testsuite
678
Daniel Veillardd581b7e2003-02-11 18:03:05 +0000679Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
680
681 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
682 regression tests for XInclude, improved the script, improving
683 XInclude error reporting mechanism
684
Daniel Veillard1d788d22003-02-10 16:21:58 +0000685Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
686
687 * NEWS doc/* configure.in: preparing release 2.5.3
688
Daniel Veillardfd7ce5f2003-02-10 16:12:39 +0000689Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
690
691 * tree.c: trying to fix #104934 about some XHTML1 serialization
692 issues.
693
Daniel Veillard809faa52003-02-10 15:43:53 +0000694Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
695
696 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
697 encoding conversion when the input buffer stops in the
698 middle of a multibyte char
699
Daniel Veillard1703c5f2003-02-10 14:28:44 +0000700Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
701
702 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
703 * check-relaxng-test-suite.py: python script to run regression
704 against OASIS RelaxNG testsuite
705 * relaxng.c: some cleanup tweaks
706 * HTMLparser.c globals.c: cleanups in comments
707 * doc/libxml2-api.xml: updated the API
708 * result/relaxng/*: errors moved files, so large diffs but
709 no changes at the semantic level.
710
Daniel Veillard6aa2f602003-02-10 00:01:56 +0000711Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
712
713 * tree.c: fixing #105678 problem when dumping a namespace node.
714
Daniel Veillard591b4be2003-02-09 23:33:36 +0000715Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
716
717 * xpath.c: fixed doc comment problems
718 * python/generator.py python/libxml_wrap.h python/types.c: adding
719 RelaxNG wrappers
720 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
721 test of those early Python RelaxNG bindings
722
723Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
Daniel Veillard231d7912003-02-09 14:22:17 +0000724
725 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
726 * relaxng.c: found the validation problem I had with interleave
727 when not covering all remaining siblings
728 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
729 testsuite and check the RNG schemas against the RNG schemas
730 given in appendix A
731
Igor Zlatkovic6dacee62003-02-08 17:52:57 +0000732Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
733
734 * win32/Makefile.msvc: updates for RelaxNG
735 * win32/Makefile.mingw: updates for RelaxNG
736 * win32/libxml2.def.src: added RelaxNG exports
737
Daniel Veillard97fd5672003-02-07 13:01:54 +0000738Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
739
740 * xinclude.c: applied another bug fix from Sean Chittenden
741
Daniel Veillardef4d3bc2003-02-07 12:38:22 +0000742Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
743
744 * configure.in xmllint.c: I f...ed up the default configuration
745 of schemas and --relaxng option display in xmllint, pointed by
746 Morus Walter.
747 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
748 detection module, fixes bug #105374.
749
Daniel Veillardc5a70f22003-02-06 23:41:59 +0000750Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
751
752 * xmlschemastypes.c: added the boolean base type.
753
Daniel Veillard96a4b252003-02-06 08:22:32 +0000754Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
755
756 * xmlschemastypes.c: started implementing some of the missing
757 default simple types
758 * result/relaxng/*: updated the results
759
Daniel Veillard72fef162003-02-05 14:31:19 +0000760Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
761
762 * NEWS doc/*: updated the docs, ready for 2.5.2 release
763
Daniel Veillard71531f32003-02-05 13:19:53 +0000764Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
765
766 * HTMLparser.c tree.c xmlIO.c: comments cleanups
767 * Makefile.am: use xmllint for doing the RelaxNG tests
768 * configure.in: preparing 2.5.2 made schemas support default to
769 on instead of off
770 * relaxng.c: removed the verbosity
771 * xmllint.c: added --relaxng option
772 * python/generator.py python/libxml_wrap.h: prepared the integration
773 of the new RelaxNG module and schemas
774 * result/relaxng/*: less verbose output
775
Daniel Veillardec498e12003-02-05 11:01:50 +0000776Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
777
778 * valid.c: do not run content model validation if the
779 content is not determinist
780
Daniel Veillardde590ca2003-02-05 10:45:26 +0000781Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
782
783 * SAX.c: added the redefinition of namespaced attribute
784 check that was missing as Fabrice Desré pointed out.
785
Daniel Veillard930dfb62003-02-05 10:17:38 +0000786Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
787
788 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
789 improvements from Nick Kew, allowing to do more checking
790 to HTML elements and attributes.
791
Daniel Veillard4287c572003-02-04 22:48:53 +0000792Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
793
794 * xinclude.c: fixing bug #105137 about entities declaration
795 needing to be copied to the including document.
796
Daniel Veillard652d8a92003-02-04 19:28:49 +0000797Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
798
799 * catalog.c: fixed bug #104817 with delegateURI
800 * xpath.c: fixing bugs #104123 and #104125
801
Daniel Veillard0e298ad2003-02-04 16:14:33 +0000802Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
803
804 * configure.in valid.c xmlreader.c python/libxml_wrap.h
805 python/types.c: fixing #104096 to compile without regexps
806
Daniel Veillard57e79b32003-02-04 15:33:12 +0000807Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
808
809 * valid.c: fixing bug #103969 forgot to add an epsilon transition
810 when building the automata for elem*
811
Daniel Veillard358a9892003-02-04 15:22:32 +0000812Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
813
814 * HTMLparser.c: applied patch from Arne de Bruijn fixing
815 bug #103827
816
Daniel Veillardeb137172003-02-04 15:18:06 +0000817Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
818
819 * HTMLparser.c: updating a comment, fixing #103776
820
Daniel Veillard8d589042003-02-04 15:07:21 +0000821Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
822
823 * parser.c: fixing bug 105049 for validity checking of content
824 within recursive entities.
825
Daniel Veillarde5b110b2003-02-04 14:43:39 +0000826Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
827
828 * HTMLparser.c: try to fix # 105049
829 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
830 * tree.c: updated a function comment
831
Daniel Veillard419a7682003-02-03 23:22:49 +0000832Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
833
834 * relaxng: more work on grammars and refs/defs
835 * test/relaxng/* result/relaxng/*: augmented/updated the
836 regression tests
837
Daniel Veillard144fae12003-02-03 13:17:57 +0000838Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
839
840 * relaxng: more work on name classes, except support
841 * test/relaxng/* result/relaxng/*: augmented/updated the
842 regression tests
843
Daniel Veillard1ed7f362003-02-03 10:57:45 +0000844Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
845
846 * relaxng: more work on name classes, the "validate all" schemas
847 seems to work now.
848 * test/relaxng/* result/relaxng/*: augmented/updated the
849 regression tests
850
Daniel Veillard3b2e4e12003-02-03 08:52:58 +0000851Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
852
853 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
854 * parser.c: put a guard against infinite document depth, basically
855 trying to avoid another kind of DoS attack.
856 * relaxng.c: some code w.r.t. nameClasses
857
Daniel Veillardfc1a4502003-02-02 16:02:55 +0000858Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
859
860 * test/relaxng/* result/relaxng/*: check all the namespace support
861 was actually correct based on tutorial section 10.
862
Daniel Veillarde2a5a082003-02-02 14:35:17 +0000863Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
864
865 * relaxng: include seems to work okay now
866 * test/relaxng/* result/relaxng/*: augmented/updated the
867 regression tests
868
Daniel Veillarda9d912d2003-02-01 17:43:10 +0000869Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
870
871 * relaxng.c: a bit of work done in the train back.
872 * test/relaxng/*: added one of the include tests
873
Daniel Veillard154877e2003-01-30 12:17:05 +0000874Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
875
876 * relaxng: more work done in the train
877 * test/relaxng/* result/relaxng/*: augmented/updated the
878 regression tests
879
Daniel Veillarde431a272003-01-29 23:02:33 +0000880Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
881
882 * relaxng.c: debugging of externalRef
883 * test/relaxng/* result/relaxng/*: augmented/updated the
884 regression tests
885
Daniel Veillardd41f4f42003-01-29 21:07:52 +0000886Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
887
888 * relaxng.c: more work on Relax-NG, implementing externalRef
889 * test/relaxng/* result/relaxng/*: augmented/updated the
890 regression tests
891 * Makefile.am: cleanup to Relaxtests target
892
Daniel Veillardb08c9812003-01-28 23:09:49 +0000893Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
894
895 * relaxng.c: more work on Relax-NG, implementing interleave
896 * test/relaxng/* result/relaxng/*: augmented/updated the
897 regression tests
898
Daniel Veillard76fc5ed2003-01-28 20:58:15 +0000899Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
900
901 * relaxng.c: more work on Relax-NG, implementing interleave
902 * test/relaxng/* result/relaxng/*: augmented/updated the
903 regression tests
904
MST 2003 John Fleckda81d192003-01-27 14:35:56 +0000905Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
906
907 * doc/tutorial/customfo.xsl
908 * doc/tutorial/customhtml.xsl
909 adding stylesheet customizations used to generate fo
910 for pdf and html
911
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000912Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
913
914 * relaxng.c: more work on Relax-NG
915 * test/relaxng/* result/relaxng/*: augmented/updated the
916 regression tests
917 * xmlschemastypes.c: added a number of base type definition but not
918 the associated checks, those are still TODOs
919
MST 2003 John Fleck731967e2003-01-27 00:39:50 +0000920Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
921
922 in docs/tutorial:
923 * apa.html
924 * apb.html
925 * apc.html
926 * apd.html
927 * ape.html
928 * apf.html
929 * apg.html
930 * ar01s02.html
931 * ar01s03.html
932 * ar01s04.html
933 * ar01s05.html
934 * ar01s06.html
935 * ar01s07.html
936 * ar01s08.html
937 * index.html
938 * xmltutorial.pdf
939 * xmltutorial.xml
940 add index to tutorial
941
MST 2003 John Fleck937362d2003-01-27 00:04:32 +0000942Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
943
944 * doc/xmlcatalog.1
945 * doc/xmlcatalog_man.html
946 * doc/xmlcatalog_man.xml
947 belatedly fixing bug #93622 (adds rewriteURI type to
948 "--add" option in xmlcatalog man page
949
Daniel Veillard3be27512003-01-26 19:49:04 +0000950Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
951
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000952 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
Daniel Veillard3be27512003-01-26 19:49:04 +0000953 Julio Merino, closing #104475
954
Daniel Veillardea3f3982003-01-26 19:45:18 +0000955Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
956
957 * relaxng.c: more work on Relax-NG
958 * test/relaxng/* result/relaxng/*: augmented/updated the
959 regression tests
960
Daniel Veillardedc91922003-01-26 00:52:04 +0000961Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
962
963 * relaxng.c: more work on Relax-NG
964 * test/relaxng/* result/relaxng/*: augmented/updated the
965 regression tests
966
Daniel Veillarddd1655c2003-01-25 18:01:32 +0000967Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
968
969 * README: updated the policy on private mail answers
970 * relaxng.c: more work on Relax-NG
971 * test/relaxng/* result/relaxng/*: augmented/updated the
972 regression tests
973
Daniel Veillard7424eb62003-01-24 14:14:52 +0000974Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
975
976 * error.c parser.c tree.c: applied a documentation patch from
977 Stefan Kost
978
Daniel Veillard276be4a2003-01-24 01:03:34 +0000979Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
980
981 * relaxng.c: more work on Relax-NG
982 * doc/*: regenerated the docs
983 * test/relaxng/* result/relaxng/*: updated and augmented the
984 Relax-NG regression tests and results
985
Daniel Veillard6eadf632003-01-23 18:29:16 +0000986Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
987
988 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
989 First commit of the new Relax-NG validation code, not generally
990 useful yet.
991 * test/relaxng/* result/relaxng/*: current state of the regression
992 tests
993
Daniel Veillard814a76d2003-01-23 18:24:20 +0000994Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
995
996 * tree.c: minimized the memory allocated for GetContent
997 and a bit of cleanup.
998
Daniel Veillardff12c492003-01-23 16:42:55 +0000999Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
1000
1001 * python/generator.py: seems there is no good reasons to
1002 not generate bindings for XPointer
1003
Daniel Veillard540a31a2003-01-21 11:21:07 +00001004Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
1005
1006 * xmlreader.c doc/apibuild.py: applied a new patch from
1007 Stéphane Bidoul for cleanups
1008 * doc/libxml2-api.xml: rebuilt the API description with
1009 new entry points
1010
Daniel Veillard417be3a2003-01-20 21:26:34 +00001011Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
1012
1013 * xmlreader.c python/drv_libxml2.py python/generator.py
1014 python/libxml.c python/libxml.py python/libxml_wrap.h
1015 python/types.c: patch from Stéphane Bidoul for better per
1016 context error message APIs
1017 * python/tests/ctxterror.py python/tests/readererr.py:
1018 update of the tests
1019
MST 2003 John Fleck97ddfc02003-01-20 00:09:57 +00001020Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
1021
1022 * doc/guidelines.html
1023 grammar and spelling cleanup
1024
Daniel Veillard26f70262003-01-16 22:45:08 +00001025Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
1026
1027 * xmlreader.c include/libxml/xmlreader.h python/generator.py
1028 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
1029 a patch from Stéphane Bidoul to allow per XMLtextReader error
1030 and warning handling
1031 * python/tests/Makefile.am python/tests/readererr.py: adding the
1032 specific regression test
1033
Daniel Veillard71f9d732003-01-14 16:07:16 +00001034Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
1035
1036 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
1037 should raise a syntax error
1038
Daniel Veillarde4a07e72003-01-14 14:40:25 +00001039Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
1040
1041 * python/libxml.c: cleanup patch from Stéphane Bidoul
1042
Daniel Veillard81601f92003-01-14 13:42:37 +00001043Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
1044
1045 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
1046
Daniel Veillarde6227e02003-01-14 11:42:39 +00001047Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
1048
1049 * python/generator.py python/libxml.c python/libxml.py
1050 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillarde4a07e72003-01-14 14:40:25 +00001051 from Stéphane Bidoul to provide per parser error handlers at the
Daniel Veillarde6227e02003-01-14 11:42:39 +00001052 Python level.
1053 * python/tests/Makefile.am python/tests/ctxterror.py: added a
1054 regression test for it.
1055
Daniel Veillard4dbe77a2003-01-14 00:17:42 +00001056Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
1057
1058 * xmlreader.c: fixed the streaming property of the reader,
1059 it was generating tree faster than consuming it. Pointed out
1060 by Nate Myers
1061 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
1062
Igor Zlatkovic9df24742003-01-12 21:15:55 +00001063Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1064
Igor Zlatkovicd31876c2003-01-12 21:43:13 +00001065 * win32/libxml2.def.src: added more xmlreader and other exports
Igor Zlatkovic9df24742003-01-12 21:15:55 +00001066
Daniel Veillard8e7e1c02003-01-10 17:06:09 +00001067Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1068
1069 * xpath.c: fix to the XPath implementation for parent and
1070 ancestors axis when operating on a Result Value Tree.
1071 Fixes bug #100271
1072
Daniel Veillardcacbe5d2003-01-10 16:09:51 +00001073Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
1074
1075 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
1076 to fix some URI/file escaping problems
1077
Daniel Veillard3b87b6b2003-01-10 15:21:50 +00001078Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
1079
1080 * python/generator.py: fixed a bug raised by Raymond Wiker,
1081 docSetRootElement() should not raise an exception if the
1082 return is None
1083
Daniel Veillard3e20a292003-01-10 13:14:40 +00001084Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
1085
1086 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
1087 fixed bug #102181 by applying the suggested change and fixing
1088 the generation/registration problem.
1089
Daniel Veillarde55e8e42003-01-10 12:50:02 +00001090Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1091
1092 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
1093 routines.
1094
Daniel Veillard8f872442003-01-09 23:19:02 +00001095Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
1096
1097 * parser.c: one more IsEmptyElement crazyness, that time in
1098 external parsed entities if substitution is asked.
1099 * python/tests/reader3.py: added a specific test.
1100
Daniel Veillarde329fc22003-01-09 21:36:42 +00001101Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
1102
1103 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
1104 support and improved error handler registration
1105
Daniel Veillard5ecaf7f2003-01-09 13:19:33 +00001106Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1107
1108 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
1109 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
1110 * README: fixed a link
1111
Daniel Veillarde2830f12003-01-08 17:47:49 +00001112Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
1113
1114 * configure.in doc/* NEWS: preparing 2.5.1 release
1115 * SAX.c parser.c: fixing XmlTextReader bug
1116
Daniel Veillard8bf70b92003-01-07 23:14:24 +00001117Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
1118
1119 * SAX.c: fuck, I introduced a memory leak on external parsed
1120 entities in 2.5.0 :-(
1121
Daniel Veillard56ada1d2003-01-07 11:17:25 +00001122Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
1123
1124 * xmllint.c: another fix needed as pointed by Christophe Merlet
1125 for --stream --debug if compiled without debug support.
1126
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +00001127Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
1128
1129 * doc/xmllint.xml
Daniel Veillard56ada1d2003-01-07 11:17:25 +00001130 * doc/xmllint.1:
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +00001131 update man page with --stream and --chkregister
1132
Daniel Veillard8326e732003-01-07 00:19:07 +00001133Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1134
1135 * globals.c: fixed --with-threads compile
1136 * xmllint.c: fixed --without-debug compile
1137 * include/libxml/globals.h: cleanup
1138 * include/libxml/schemasInternals.h: add a missing include
1139
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001140Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1141
1142 * configure.in NEWS: preparing 2.5.0 release
1143 * SAX.c: only warn in pedantic mode about namespace name
1144 brokeness
1145 * globals.c: fix a doc generation problem
1146 * uri.c: fix #101520
1147 * doc/*: updated and rebuilt the doc for the release, includuding
1148 stylesheet update
1149 * python/Makefile.am: fix a filename bug
1150
1151Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
1152
1153 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
1154 should not be called.
1155
1156Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
1157
1158 * libxml-2.0.pc.in: applied the patch to fix #101894
1159
1160Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
1161
1162 * tree.c : applied patch from Lukas Schroeder for register callbacks
1163 * valid.c: modified patch from Lukas Schroeder to test
1164 register callbacks with --chkregister
1165
1166Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
1167
1168 * xmlreader.c: seriously changed the way data are pushed to
1169 the underlying parser, go by block of 512 bytes instead of
1170 tryng to detect tag boundaries at that level. Changed the
1171 way empty element are detected and tagged.
1172 * python/tests/reader.py python/tests/reader2.py
1173 python/tests/reader3.py: small changes mostly due to context
1174 reporting being different and DTD node being reported. Some
1175 errors previously undetected are now caught and fixed.
1176 * doc/xmlreader.html: flagged last section as TODO
1177
1178Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
1179
1180 * python/libxml.py: integrated the Python 2.2 optimizations
1181 from Hannu Krosing, while maintaining compatibility with
1182 1.5 and 2.1
1183
1184Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
1185
1186 * xmllint.c: a bit of cleanup
1187 * xmlreader.c: small fix
1188 * doc/xmlreader.html: more work on the XmlTextReader tutorial
1189 * python/libxml.py: a few fixes pointed out by Hannu Krosing
1190
1191Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
1192
1193 * python/setup.py.in: patch from Stéphane Bidoul to include
1194 drv_libxml2.py in setup.py
1195
1196Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
1197
1198 * doc/xmlreader.html: starting documenting the new XmlTextReader
1199 interface.
1200
1201Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1202
1203 * xmllint.c: added the --stream flag to use the TextReader API
1204 * xmlreader.c: small performance tweak
1205
1206Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1207
1208 * xmlreader.c python/tests/reader2py: okay the DTD validation
1209 code on top of the XMLTextParser API should be solid now.
1210
1211Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
1212
1213 * xmlreader.c python/tests/reader2py: Fixing some more mess
1214 with validation and recursive entities while using the
1215 reader interface, it's getting a bit messy...
1216
1217Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1218
1219 * xmlreader.c python/tests/reader.py: another couple of problem
1220 related to IsEmptyElement reported by Stéphane Bidoul needed
1221 some fixes.
1222
1223Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1224
1225 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
1226 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
1227 based on the python XmlTextReader interface.
1228
1229Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
1230
1231 * tree.c: backing out one change in the last patch which broke the
1232 regression tests
1233
1234Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
1235
1236 * global.data globals.c tree.c include/libxml/globals.h: applied
1237 an old patch from Lukas Schroeder to track node creation and
1238 destruction. Probably missing a lot of references at the moment
1239 and not usable reliably.
1240
1241Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1242
1243 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
1244 from doc/news.html and a stylesheet
1245
1246Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
1247
1248 * xmlreader.c python/tests/reader.py: fixed another couple of
1249 xmlreader bugs reported by Stéphane Bidoul and added tests.
1250
1251Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1252
1253 * xmlreader.c python/tests/reader2.py: fixed another validity
1254 checking in external parsed entities raised by Stéphane Bidoul
1255 and added a specific regression test.
1256 * python/tests/reader3.py: cleanup
1257
1258Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1259
1260 * xmlreader.c python/tests/reader2.py: fixed a problem with
1261 validation within entities pointed by Stéphane Bidoul, augmented
1262 the tests to catch those.
1263
1264Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
1265
1266 * python/generator.py: modified the generator to allow keeping
1267 class references when creating new classes, needed to fix a bug
1268 pointed by Stéphane Bidoul where the input buffer of the
1269 xmlTextReader instance gets destroyed if the python wrapper for
1270 the input is not referenced anymore.
1271
1272Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
1273
1274 * xmlreader.c python/tests/reader.py: fixed another pair of problem
1275 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
1276
1277Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1278
1279 * xmlreader.c python/tests/reader.py: fixed another problem
1280 pointed by Stéphane Bidoul
1281
1282Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1283
1284 * xmlreader.c python/tests/reader.py: fixed a limit case problem
1285 with "<a/>"
1286
1287Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1288
1289 * SAX.c: warn on xmlns:prefix="foo"
1290 * xmlreader.c python/tests/reader.py: fixed a couple of problem
1291 for namespace attributes handling.
1292
1293Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1294
1295 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
1296 a really nasty problem raised by a DocBook XSLT transform
1297 provided by Sebastian Bergmann
1298
1299Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
1300
1301 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
1302 by Stéphane Bidoul and integrated it into the tests
1303
1304Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
1305
1306 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
1307 extended the XmlTextReader API a bit, addding accessors for
1308 the current doc and node, and an entity substitution mode for
1309 the parser.
1310 * python/libxml.py python/libxml2class.txt: related updates
1311 * python/tests/Makefile.am python/tests/reader.py
1312 python/tests/reader2.py python/tests/reader3.py: updated a bit
1313 the old tests and added a new one to test the entities handling
1314
1315Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
1316
1317 * python/generator.py python/libxml2class.txt
1318 python/tests/reader.py python/tests/reader2.py: changed the
1319 generator to provide casing for the XmlTextReader similar to
1320 C# so that examples and documentation are more directly transposable.
1321 Fixed the couple of tests in the suite.
1322
1323Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
1324
1325 * doc/guidelines.html: added a document on guildeline for
1326 publishing and deploying XML
1327
1328Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1329
1330 * valid.c xmlreader.c: final touch running DTD validation
1331 on the XmlTextReader
1332 * python/tests/Makefile.am python/tests/reader2.py: added a
1333 specific run based on the examples from test/valid/*.xml
1334
1335Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
1336
1337 * python/libxml.py: added a few predefined xmlTextReader parser
1338 configuration values.
1339
1340Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1341
1342 * python/libxml_wrap.h: trying to fix #102037
1343
1344Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1345
1346 * SAX.c: fixing bug #95296, when the predefined entities
1347 are redefined in the DTD the default one must be used
1348 instead anyway.
1349
1350Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
1351
1352 * doc/xmllint.xml
1353 * doc/xmllint.1
1354 Add discussion of XML_DEBUG_CATALOG to xmllint man
1355 page - bug #100907
1356
1357
1358Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1359
1360 * xmlreader.c: Fixed the empty node detection to avoid reporting
1361 an inexistant close tag.
1362
1363Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1364
1365 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
1366 for Python 2.1
1367
1368Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1369
1370 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
1371
1372Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1373
1374 * doc/libxml2-api.xml python/tests/reader.py: one really need
1375 to provide the base URI information when creating a reader parser
1376 from an input stream. Updated the API and the example using it.
1377
1378Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
1379
1380 * testReader.c xmlreader.c valid.c include/libxml/tree.h
1381 include/libxml/valid.h include/libxml/xmlreader.h: working on
1382 DTD validation on top of xml reader interfaces. Allows to
1383 validate arbitrary large instances. This required some extensions
1384 to the valid module interface and augmenting the size of xmlID
1385 and xmlRef structs a bit.
1386 * uri.c xmlregexp.c: simple cleanup.
1387
1388Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1389
1390 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
1391 work on the xml reader interfaces.
1392 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
1393 Web page for the Windows binaries.
1394
1395Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1396
1397 * xmlIO.c: applied a patch for VMS following the report by
1398 Nigel Hall
1399
1400Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
1401
1402 * parser.c: the parseStartTag bug fix wasn't complete.
1403
1404Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
1405
1406 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
1407 parseStartTag, fixing it.
1408 * test/att4 result/att4 result/noent/att4: adding the test
1409 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
1410 more methods to XmlTextReader.
1411
1412Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1413
1414 * win32/libxml2.def.src: added more xml reader exports
1415 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
1416 to the build
1417
1418Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
1419
1420 * doc/tutorial/xmltutorial.xml
1421 plus generated html and pdf
1422 Updating tutorial again based on further comments from Niraj
1423 Tolia on the last iteration
1424
1425Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
1426
1427 * doc/tutorial/xmltutorial.xml
1428 * doc/tutorial/includekeyword.c
1429 * doc/tutorial/includegetattribute.c
1430 plus generated html and pdf
1431 Adding fix from Niraj Tolia to tutorial to properly free memory.
1432
1433
1434Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1435
1436 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
1437 more methods of XmlTextReader.
1438 * python/libxml2class.txt python/tests/reader.py: this increased the
1439 methods in the bndings, augmented the test to check those new
1440 functions.
1441
1442Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1443
1444 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
1445 methods of XmlTextReader.
1446 * python/generator.py python/libxml_wrap.h python/types.c
1447 python/libxml2class.txt: added the reader to the Python bindings
1448 * python/tests/Makefile.am python/tests/reader.py: added a specific
1449 test for the Python bindings of the Reader APIs
1450 * parser.c: small cleanup.
1451
1452Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1453
1454 * xinclude.c: fallback was only copying the first child not the
1455 full child list of the fallback element, closes #89684 as reopened
1456 by Bernd Kuemmerlen
1457
1458Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1459
1460 * win32/libxml2.def.src: exported htmlNodeDumpOutput
1461
1462Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
1463
1464 * configure.in: preparing release of 2.4.30
1465 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
1466 gives enum values, fix functype return type, put back fields in
1467 structs
1468 * doc/*: updated the docs rebuilt
1469
1470Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1471
1472 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
1473 about htmlNodeDumpOutput location.
1474 * xpath.c: removed an undefined function signature
1475 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
1476 too many symbols in the API breaking the python bindings.
1477 Updated with the libxslt/libexslt changes.
1478
1479Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1480
1481 * configure.in: preparing release of 2.4.29
1482 * doc/*: rebuilt the docs and API
1483 * xmlreader.c: a few more fixes for the XmlTextReader API
1484
1485Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1486
1487 * include/win32config.h: applied mingw patch from Magnus Henoch
1488
1489Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
1490
1491 * catalog.c doc/libxml2-api.xml: a bit more cleanup
1492
1493Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1494
1495 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
1496 building Python script, does the C parsing directly, generates
1497 a better API description including structure fieds defs and
1498 enums. Still a couple of bugs, but good enough for the python
1499 wrappers now.
1500 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
1501 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
1502 include/libxml/schemasInternals.h include/libxml/tree.h: more
1503 cleanup based on the python analysis script reports.
1504 * libxml.spec.in: make sure the API XML description is part of the
1505 devel package.
1506
1507Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1508
1509 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
1510 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
1511 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
1512 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
1513 code cleanup, especially the function comments.
1514 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
1515
1516Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1517
1518 * Makefile.am xmlreader.c include/libxml/Makefile.am
1519 include/libxml/xmlreader.h: Adding a new set of APIs based on
1520 the C# TextXmlReader API but converted to C. Allow to parse
1521 in constant memory usage, far simpler to program and explain
1522 than the SAX like APIs, unfinished but working.
1523 * testReader.c: test program
1524
1525Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1526
1527 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
1528
1529Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1530
1531 * tree.c: Chip turner indicated that XHTML1 serialization
1532 rule for style actually break on both IE and Mozilla,
1533 try to avoid the rule if escaping ain't necessary
1534
1535Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
1536
1537 * nanhttp.c: handle HTTP URL escaping, problem reported by
1538 Glen Nakamura and Stefano Zacchiroli
1539
1540Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1541
1542 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
1543
1544Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1545
1546 * uri.c: Johann Richard pointed out some XPointer problems for
1547 URN based URI references in XInclude. Modified the URI parsing
1548 and saving routines to allow correct parsing and saving of
1549 XPointers, especially when attached to "opaque" scheme accordingly
1550 to RFC 2396
1551
1552Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
1553
1554 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
1555 of refactoring to the HTML saving code.
1556 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
1557 in the doc.
1558
1559Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
1560
1561 * tree.c include/libxml/tree.h: refactored the XML dump of a node
1562 to a buffer API to reuse the generic dump to an OutputIO layer,
1563 this reduces code, fixes xmlNodeDump() for XHTML, also made
1564 xmlNodeDump() now return the number of byte written.
1565
1566Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
1567
1568 * python/setup.py.in: another patch from Stéphane Bidoul for
1569 Python bindings on Windows
1570 * doc/parsedecl.py: small cleanup
1571
1572Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
1573
1574 * libxml.spec.in configure.in: add a line in %changelog for releases
1575
1576Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
1577
1578 * parser.c: patch from Marcus Clarke fixing a problem in entities
1579 parsing that was detected in KDe documentations environment.
1580
1581Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1582
1583 * python/libxml.c (libxml_prev): Return the previous as opposed to
1584 the next node (I guess this is the result of some cut & paste programming:)
1585
1586Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1587
1588 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
1589
1590Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1591
1592 * python/generator.py python/libxml.c python/setup.py.in: trying
1593 to fix the Python bindings build on Windows (Stéphane Bidoul)
1594
1595Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1596
1597 * win32/configure.js: added option for python bindings
1598 * win32/libxml2.def.src: added more exports
1599
1600Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1601
1602 * win32/Makefile.mingw: fixed unresolved symbols when linking with
1603 pthreads
1604 * win32/wince/*: applied updates to Windows CE port from Javier
1605
1606Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1607
1608 * configure.in: preparing 2.4.28
1609 * libxml.spec.in doc/Makefile.am: some cleanup
1610 * doc/*: updated the news and regenerated.
1611
1612Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1613
1614 * HTMLparser.c: final touch at closing #87235 </p> end tags
1615 need to be generated.
1616 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
1617 this change slightly the output of a few tests
1618 * doc/*: regenerated
1619
1620Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
1621
1622 * parserInternals.c: fixing bug #99190 when UTF8 document are
1623 parsed using the progressive parser and the end of the chunk
1624 is in the middle of an UTF8 multibyte character.
1625
1626Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1627
1628 * threads.c: fixed initialization problem in xmlNewGlobalState
1629 which was causing crash.
1630 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
1631 in xmlInitializeGlobalState.
1632 * parserInternals.c: cleaned up ctxt->sax initialisation.
1633
1634Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1635
1636 * tree.c include/libxml/tree.h: modified the existing APIs
1637 to handle XHTML1 serialization rules automatically, also add
1638 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
1639 libxslt serialization uses it when needed without changing
1640 the library API.
1641 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
1642 result/xhtml1: added a new test specifically for xhtml1 output
1643 and updated the result of one XHTML1 test
1644
1645Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
1646
1647 * xinclude.c parserInternals.c encoding.c: fixed #99082
1648 for xi:include encoding="..." support on text includes.
1649 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
1650 test/XInclude/ents/isolatin.txt : added a specific regression test
1651 * python/generator.py python/libxml2class.txt: fixed the generator
1652 the new set of comments generated for doc/libxml2-api.xml were
1653 breaking the python generation.
1654
1655Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1656
1657 * doc/Makefile.am: repair some problem if gtk-doc fail or such
1658 * configure.in: patch for Solaris on new autoconf closes #98880
1659 * doc/parsedecl.py: repair the frigging API building script,
1660 did I say that python xmllib sucks ?
1661 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
1662 and some comment are no more truncated.
1663
1664Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
1665
1666 * parser.c: Martin Stoilov pointed out a potential leak in
1667 xmlCreateMemoryParserCtxt
1668
1669Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
1670
1671 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
1672 included in HTML documents and using the push parser.
1673
1674Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1675
1676 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
1677 specified, look for the Python interpreter not just in the
1678 specified root but also in the specified location. Fixes #98825
1679
1680Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1681
1682 * python/libxml.c: fixing bug #98792 , node may have no doc
1683 and dereferencing without checking ain't good ...
1684
1685Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
1686
1687 * configure.in: preparing release 2.4.27
1688 * doc/* : updated and rebuilt the docs
1689 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
1690 and all the docs are actually packaged and in the final RPMs
1691 * parser.c parserInternals.c include/libxml/parser.h: restore
1692 xmllint --recover feature.
1693
1694Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1695
Daniel Veillard784b9352003-02-16 15:50:27 +00001696 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001697 processing of parsed entities, and XPath computation on sustitued
1698 entities.
1699 * testXPath.c: make sure entities are substitued.
1700
1701Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
1702
Daniel Veillard784b9352003-02-16 15:50:27 +00001703 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001704 processing of internal parsed entities, which had to be changed.
1705
1706Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1707
1708 * Makefile.am python/Makefile.am python/tests/Makefile.am:
1709 trying to fix bug #98517 about building outside the source tree
1710 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
1711
1712Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1713
1714 * include/win32config.h: cleanup
1715 * win32/Makefile.mingw: integrated mingw in JScript configure
1716 * win32/Makefile.msvc: modified to allow mingw coexistence
1717 * win32/configure.js: integrated mingw
1718 * win32/Readme.txt: cleanup
1719
1720Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1721
1722 * HTMLparser.c: strengthen the guard in the Pop macros,
1723 like in the XML parser, closes bug #97315
1724
1725Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1726
1727 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
1728 callback is never used.
1729
1730Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1731
1732 * parserInternals.c: fixed the initialization of the SAX structure
1733 which was breaking xsltproc
1734 * xpath.c: patch from Petr Pajas for CDATA nodes
1735 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
1736 * parser.c include/libxml/parser.h: patch from Peter Jones
1737 removing a leak in xmlSAXParseMemory() and adding the
1738 function xmlSAXParseMemoryWithData()
1739
1740Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
1741
1742 adding pdf of tutorial, changing web page to link to it
1743 * doc/tutorial/xmltutorial.pdf
1744 * doc/xml.html
1745 * doc/docs.html
1746
1747Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
1748
1749 * doc/tutorial/ar01s08.html
1750 adding file what I forgot for tutorial
1751
1752
1753Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
1754
1755 Adding encoding discussion to tutorial
1756 Added:
1757 * doc/tutorial/images/*.png: DocBook admonition image files
1758 * doc/tutorial/apf.html, apg.html: new generated html
1759 * doc/tutorial/includeconvert.c: conversion code entity file
1760 changed:
1761 * doc/tutorial/xmltutorial.xml: DocBook original
1762 * doc/tutorial/*.html: generated html
1763
1764Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1765
1766 * include/libxml/*.h: retired xmlwin32version.h
1767 * doc/Makefile.am: retired xmlwin32version.h
1768 * win32/configure.js: retired xmlwin32version.h
1769
1770Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1771
1772 * win32/libxml2.def.src: exported additional symbols
1773 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
1774 sisterhood
1775
1776Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
1777
1778 * globals.c: fixed a typo pointed out by Igor
1779 * xpath.c: try to speed up node compare using line numbers
1780 if available.
1781
1782Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1783
1784 * tree.c: make xmlFreeNode() handle attributes correctly.
1785
1786Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1787
1788 * catalog.c: completed the #96963 fix, as reported by Karl
1789 Eichwalder
1790
1791Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1792
1793 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
1794
1795Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1796
1797 * Makefile.am: switched the order of a couple of includes
1798 to fix bugs #97100
1799
1800Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1801
1802 * catalog.c: fixed bug #96963, reverted to the old behaviour of
1803 xmlLoadCatalogs that used to separate directories with a ':'.
1804
1805Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1806
1807 * threads.c: improvements to the Windows-side of thread handling
1808 * testThreads.c: conditionally excluded unistd.h
1809 * testThradsWin32.c: broke overlong lines
1810 * include/win32config.h: adapted thread-related macros to the new
1811 scheme and for pthreads on Windows
1812 * win32/Makefile.msvc: introduced a more flexible thread build,
1813 added testThreads[Win32].c to the build
1814 * win32/configure.js: introduced a more flexible thread config
1815
18162002-10-31 John Fleck <jfleck@inkstain.net>
1817
1818 * doc/xml.html (and, by implication, FAQ.html)
1819 added UTF-8 conversaion FAQ from Marcus Labib Iskander
1820
1821Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1822
1823 * configure.in: removed xmlwin32version.h
1824 * include/libxml/Makefile.am: removed xmlwin32version.h
1825
1826Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
1827
1828 * tree.c: applied patch from Brian Stafford to fix a bug
1829 in xmlReconciliateNs()
1830
1831Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1832
1833 * tree.c: applied patch from Christian Glahn to allow
1834 xmlNewChild() on document fragment nodes
1835
1836Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1837
1838 * parser.c: Christian Glahn found a problem with a recent
1839 patch to xmlParseBalancedChunkMemoryRecover()
1840 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
1841 problems
1842 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
1843 test/schemas/seq*: added the test cases from Charles
1844
1845Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1846
1847 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
1848 serious cleanup of the spec file and associated changes
1849 in the Makefiles.
1850 * valid.c: try to remove some warnings on x86_64
1851
1852Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1853
1854 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
1855 fix bug #96586
1856
1857Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1858
1859 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
1860 parsing, applied his patch
1861 * result/HTML/attrents.html result/HTML/attrents.html.err
1862 result/HTML/attrents.html.sax test/HTML/attrents.html:
1863 added the test and result case provided by Mikhail Sogrine
1864
1865Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1866
1867 * vms/build_libxml.com vms/config.vms vms/readme.vms
1868 include/libxml/parser.h include/libxml/parserInternals.h
1869 include/libxml/tree.h include/libxml/xmlIO.h
1870 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
1871 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
1872 Applied the VMS update patch from Craig A. Berry
1873 * doc/*.html: update
1874
1875Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1876
1877 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
1878
1879Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1880
1881 * debugXML.c: adding a grep command to --shell in xmllint
1882 for T.V. Raman
1883
1884Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1885
1886 * xmlcatalog.c: tried to fix some of the problem with --sgml
1887
1888Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
1889
1890 * parser.c: tried to fix bug #91500 where doc->children may
1891 be overriden by a call to xmlParseBalancedChunkMemory()
1892
1893Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1894
1895 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
1896 identifiers in SGML catalogs containing '&'
1897
1898Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1899
1900 * python/types.c: fixed bugs when passing result value tree
1901 to Python functions.
1902
1903Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1904
1905 * configure.in: preparing the release of 2.4.26
1906 * doc/*: updated and rebuilt the documentation
1907
1908Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1909
1910 * parser.c: fixed a XML Namespace compliance bug reported by
1911 Alexander Grimalovsky
1912
1913Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1914
1915 * HTMLtree.c: fixed serialization of script and style when
1916 they are not lowercase (i.e. added using the API to the tree).
1917
1918Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1919
1920 * valid.c: make xmlValidateDocument emit a warning msg if there
1921 is no DTD, pointed by Christian Glahn
1922
1923Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1924
1925 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
1926 content model when some of the blocks have min or max, and a couple
1927 of bugs found in the process.
1928 * result/schemas/list0* test/schemas/list0*: added some specific
1929 regression tests
1930
1931Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
1932
1933 * README: updated the contact informations
1934
1935Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1936
1937 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
1938 misses it, reported by Peter Bray.
1939
1940Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1941
1942 * tree.c: investigating xmlNodeGetContent() on namespace nodes
1943 and removed a few warnings
1944
1945Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
1946
1947 * parser.c: Christian Glahn found a small bug in the push parser.
1948 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
1949 public
1950
1951Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1952
1953 * xmlschemas.c include/libxml/xmlschemas.h: added
1954 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
1955 * testSchemas.c: added --memory to test the new interface
1956
1957Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1958
1959 * doc/index.py doc/search.php: integrated the XSLT indexing,
1960 a few fixed in the indexer, added a scope selection at the
1961 search level.
1962
1963Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1964
1965 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
1966 this was due to uninitialized parts of the validation context
1967
1968Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1969
1970 * debugXML.c: applied patch from Mark Vakoc except the API
1971 change, preserved it.
1972 * doc/*: updated the docs to point to the search engine for
1973 information lookup or before bug/help reports.
1974
1975Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1976
1977 * doc/index.py doc/search.php: added mailing-list archives
1978 indexing and lookup
1979
1980Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1981
1982 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
1983
1984Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
1985
1986 * doc/index.py: improved HTML indexing
1987 * doc/search.php: make the queries also lookup the HTML based indexes
1988
1989Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1990
1991 * doc/index.py: added HTML page indexing
1992
1993Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1994
1995 * xmlIO.c: extended Windows path normalisation to fix the base
1996 problem in libxslt.
1997 * catalog.c: fixed list handling in XML_CATALOG_FILES
1998
1999Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2000
2001 * valid.c: typo/bug found by Christian Glahn
2002
2003Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2004
2005 * xmlIO.c: applied Windows CE patch from Javier.
2006 * win32/wince: new directory, contains support for the PocketPC
2007 with Windows CE from Javier.
2008 * include/win32config.h: reorganised, removed duplicate
2009 definitions and applied WinCE patch from Javier.
2010 * include/wsockcompat.h: new file, now contains WinSock
2011 compatibility macros.
2012 * win32/Makefile.msvc: introduced double-run compilation.
2013
2014Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
2015
2016 * configure.in include/libxml/xmlwin32version.h: preparing release
2017 of 2.4.25
2018 * doc/*: updated and regenerated teh docs and web pages.
2019
2020Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2021
2022 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
2023 error were not covering namespace declarations.
2024 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
2025 it was missing the attribute declaration for the namespace
2026 * result/VC/NS3: the fix now report breakages in that test
2027
2028Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2029
2030 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
2031
2032Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2033
2034 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
2035 and regenerated the docs and web site
2036
2037Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2038
2039 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
2040 ATTRIBUTE_UNUSED is always put after the attribute declaration,
2041 not before
2042
2043Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2044
2045 * python/generator.py python/libxml2class.txt: fixed a stupid error
2046 breaking the python API
2047
2048Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2049
2050 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
2051 triostr.c triostr.h: applied a trio update patch from
2052 Bjorn Reese which should work with MinGW
2053
2054Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2055
2056 * tree.c: improving some documentation comments
2057 * xmlregexp.c: found and fixed a mem leak with python regression tests
2058 * doc/*: rebuilt the doc and the API XML file including the
2059 xmlregexp.h xmlautomata.h and xmlunicode.h headers
2060 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
2061 python/types.c: added access to the XML Schemas regexps from
2062 python
2063 * python/tests/Makefile.am python/tests/regexp.py: added a
2064 simple regexp bindings test
2065
2066Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
2067
2068 * doc/xml.html:
2069 fixing ftp links - thanks to Vitaly Ostanin
2070
2071Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
2072
2073 * xmlregexp.c: fixed the data callback on transition functionality
2074 which was broken when using the compact form
2075 * result/schemas/*: updated the results, less verbose, all tests
2076 pass like before
2077 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
2078 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
2079 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
2080 annoying warnings
2081 * xpath.c: try to provide better error report when possible
2082
2083Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2084
2085 * Makefile.am: fixed a breakage raised by Jacob
2086
2087Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2088
2089 * include/win32config.h: added HAVE_ERRNO_H definition for parts
2090 which don't use sockets
2091
2092Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2093
2094 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
2095 * win32/configure.js: applied zlib patch from Daniel Gehriger
2096
2097Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2098
2099 * win32/configure.js: applied the patch from Mark Vakoc for
2100 regexp support
2101 * win32/libxml2.def.src: applied the patch from Mark Vakoc
2102 for regexp support
2103
2104Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2105
2106 * xmlschemastypes.c: as pointed by Igor Float and Double
2107 parsing ain't finished yet
2108
2109Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2110
2111 * Makefile.am configure.in: trying to fix #88412 by bypassing
2112 all the python subdir if python ain't detected
2113
2114Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2115
2116 * Makefile.am configure.in include/libxml/xmlversion.h.in:
2117 made configuring with regexps/automata/unicode the default
2118 but without schemas ATM
2119 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
2120 fixed the regexp based DTD validation performance and memory
2121 problem by switching to a compact form for determinist regexps
2122 and detecting the determinism property in the process. Seems
2123 as fast as the old DTD validation specific engine :-) despite
2124 the regexp built and compaction process.
2125
2126Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2127
2128 * valid.c: determinism is debugged, new DTD checking code now works
2129 but xmlFAComputesDeterminism takes far too much CPU and the whole
2130 set usues too much memory to be really usable as-is
2131
2132Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2133
2134 * tree.c: fixed another stupid bug in xmlGetNodePath()
2135 * xmllint.c: --version now report the options compiled in
2136
2137Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2138
2139 * HTMLparser.c: small cleanup
2140 * valid.c xmlregexp.c: switched DTD validation to use only regexp
2141 when configured with them. A bit of debugging around the determinism
2142 checks is still needed
2143
2144Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2145
2146 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
2147
2148Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2149
2150 * xmlIO.c: small portability glitch fixed.
2151
2152Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2153
2154 * xmlschemastypes.c: incomplete steps for real/double support
2155 * testAutomata.c include/libxml/xmlautomata.h
2156 include/libxml/xmlregexp.h: avoiding a compilation problem
2157 * valid.c include/libxml/valid.h: starting the work toward using
2158 the regexps for actual DTD validation
2159
2160Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2161
2162 * hash.c: cosmetic cleanup
2163 * valid.c include/libxml/tree.h include/libxml/valid.h: started
2164 integrating a DTD validation layer based on the regexps
2165
2166Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
2167
2168 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
2169 the determinism was tested before eliminating the epsilon
2170 transitions :-(
2171
2172Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
2173
2174 * python/generator.py python/libxml.c python/libxml.py
2175 python/libxml2-python-api.xml python/libxml2class.txt
2176 python/libxml_wrap.h python/types.c: updated the python
2177 bindings, added code for easier File I/O, and the ability to
2178 define a resolver from Python fixing bug #91635
2179 * python/tests/Makefile.am python/tests/inbuf.py
2180 python/tests/outbuf.py python/tests/pushSAXhtml.py
2181 python/tests/resolver.py python/tests/serialize.py: updated
2182 and augmented the set of Python tests.
2183
2184Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2185
2186 * win32/configure.js: added more readme info for the binary
2187 package.
2188
2189Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2190
2191 * xmlIO.c: fixed a stupid out of bound array error
2192
2193Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2194
2195 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
2196 messing around with support for Windows path, cleanups,
2197 trying to identify and fix the various code path to the
2198 filename access. Added xmlNormalizeWindowsPath()
2199
2200Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2201
2202 * error.c valid.c: working on better error reporting of validity
2203 errors, especially providing an accurate context.
2204 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
2205 error reports in those cases.
2206
2207Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2208
2209 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
2210 parser.c parserInternals.c xmlIO.c: get rid of all the
2211 perror() calls made in the library execution paths. This
2212 should fix both #92059 and #92385
2213
2214Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
2215
2216 * xmllint.c: memory leak reporting was broken after a change
2217 of the preprocessor symbol used to activate it.
2218
2219Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2220
2221 * tree.c: try to make the copy function work for node of
2222 type XML_DOCUMENT_FRAG_NODE, they are only created by the
2223 DOM layers though, not libxml2 itself.
2224
2225Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
2226
2227 * valid.c: try to provide file and line informations, not all
2228 messages are covered, but it's a (good) start
2229
2230Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
2231
2232 * xinclude.c: reimplemented a large part of the XInclude
2233 processor, trying to minimize resources used, James Henstridge
2234 provided a huge test case which was exhibiting severe memory
2235 consumption problems.
2236
2237Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
2238
2239 * python/Makefile.am: applied patch from Christophe Merlet to
2240 reestablish DESTDIR
2241
2242Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
2243
2244 * libxml.spec.in: fixes libary path for x86_64 AMD
2245
2246Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
2247
2248 * doc/tutorial/includekeyword.c
2249 * doc/tutorial/xmltutorial.xml:
2250 (plus resulting generated html files)
2251 fixing one spot I missed in the tutorial where I hadn't freed
2252 memory properly
2253
2254Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
2255
2256 * doc/tutorial/includeaddattribute.c
2257 * doc/tutorial/includeaddkeyword.c
2258 * doc/tutorial/includegetattribute.c
2259 * doc/tutorial/includekeyword.c
2260 * doc/tutorial/xmltutorial.xml
2261 * doc/tutorial/*.html:
2262 update tutorial to properly free memory (thanks to Christopher
2263 R. Harris for pointing out that this needs to be done)
2264 * doc/tutorial/images/callouts/*.png:
2265 added image files so the callouts are graphical, making it
2266 easier to read ( use "--param callout.graphics 1" to generate
2267 html with graphical callouts)
2268
2269Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
2270
2271 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
2272 nice logos generated by Marc Liyanage
2273 * doc/site.xsl *.html: changed the stylesheet to show the new
2274 logo and regenerated the pages
2275
2276Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2277
2278 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
2279
2280Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2281
2282 * xpath.c: possible mem leak patch from Jason Adams
2283
2284Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2285
2286 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
2287 in the XQuery namespace
2288 * configure.in: preparing 2.4.24
2289 * doc/*.html: updated the web pages
2290
2291Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2292
2293 * python/generator.py: closing bug #85258 by generating conditional
2294 compile check to avoid linking to routines not configured in.
2295
22962002-08-22 Havoc Pennington <hp@pobox.com>
2297
2298 * autogen.sh: update error message for missing automake
2299
2300Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
2301
2302 * python/Makefile.am: typo in target name resulted in libxml2.py
2303 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
2304
2305Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
2306
2307 * win32/win32/Makefile.mingw: updated with version from
2308 Elizabeth Barham at http://soggytrousers.net/repository/
2309
2310Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2311
2312 * win32/Makefile.msvc: added the prefix location to the include
2313 and lib search path.
2314
23152002-08-18 Havoc Pennington <hp@pobox.com>
2316
2317 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
2318 both automake 1.6 and 1.4 installed get the right automake. Means
2319 compilation from CVS will now require the latest automake 1.4
2320 release, or manually creating symlinks called "automake-1.4" and
2321 "aclocal-1.4"
2322
2323Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2324
2325 * configure.in python/Makefile.am: more AMD 64 induced changes from
2326 Frederic Crozat
2327
2328Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2329
2330 * xinclude.c: oops I was missing the xml:base fixup too
2331 * result/XInclude/*.xml: this adds xml:base attributes to most
2332 results of the tests
2333
2334Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2335
2336 * xinclude.c: quick but apparently working implementation of
2337 xi:fallback, should close bug #89684
2338 * Makefile.am test/XInclude/docs/fallback.xml
2339 result/XInclude/fallback.xml: added a basic test for fallback,
2340 and run with --nowarning to avoid a spurious warning
2341 * configure.in: applied patch from Frederic Crozat for python
2342 bindings on AMD 64bits machines.
2343
2344Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2345
2346 * parser.c: xmlSAXUserParseMemory() really ought to fail if
2347 the caller don't pass a SAX callback block.
2348
2349Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2350
2351 * tree.c: applied the same fix for the XML-1.0 namespace to
2352 xmlSearchNsByHref() as was done for xmlSearchNs()
2353
2354Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2355
2356 * libxml.3: small cleanup of the man page
2357 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
2358 when serializing HREF attributes generated by XSLT.
2359
2360Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2361
2362 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
2363 version of Marc Liyanage' patch for boolean attributes in HTML
2364 output
2365
2366Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
2367
2368 * python/tests/serialize.py: fixed the test results, indenting
2369 behaviour changed slightly
2370
2371Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2372
2373 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
2374 new c14n function to Windows def files
2375
2376Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
2377
2378 * c14n.c: fixed a memory leak in c14n code
2379
2380Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
2381
2382 * parser.c include/libxml/parser.h: adding a new API for Christian
2383 Glahn: xmlParseBalancedChunkMemoryRecover
2384 * valid.c: patch from Rick Jones for some grammar cleanup in
2385 validation messages
2386 * result/VC/* result/valid/*: this slightly change some of the
2387 regression tests outputs
2388
2389Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2390
2391 * tree.c: trying to fix a problem in namespaced attribute handling
2392 raised by Christian Glahn
2393
2394Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2395
2396 * encoding.c include/libxml/encoding.h: Opening the interface
2397 xmlNewCharEncodingHandler as requested in #89415
2398 * python/generator.py python/setup.py.in: applied cleanup
2399 patches from Marc-Andre Lemburg
2400 * tree.c: fixing bug #89332 on a specific case of loosing
2401 the XML-1.0 namespace on xml:xxx attributes
2402
2403Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
2404
2405 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
2406 corner case from new Merlin's test suite and added a callback
2407 that will be used to improve xmlsec performance
2408
2409
2410Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
2411
2412 * HTMLtree.c: trying to fix the <style> escaping problem in
2413 HTML serialization bug #89342
2414
2415Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2416
2417 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
2418 and rebuilt the web site.
2419
2420Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
2421
2422 * include/libxml/tree.h: added _private member to xmlNs struct
2423
2424Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2425
2426 * HTMLparser.c: fixing bug #84876 based on the xml working
2427 code.
2428
2429Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2430
2431 * python/Makefile.am: enhanced to fix bug 72012 (errors
2432 when using '-jX' make parameter)
2433
2434Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2435
2436 * xpath.c: small additional enhancement for booleans
2437 compared to nodesets
2438
2439Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2440
2441 * HTMLtree.c: changed the order of the encoding declaration
2442 attributes in the meta tags due to a bug in IE/Mac
2443
2444Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2445
2446 * xpath.c: enhanced handling of booleans (especially '='
2447 and '!=' for nodesets) - fixes bug 85256. Added new
2448 routine xmlXPathNotEqualValues for more proper handling
2449 of '!=' when nodesets are involved.
2450
2451Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2452
2453 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
2454 doc/xmlcatalog_man.xml to the source distribution
2455
2456Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2457
2458 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
2459 asked for this.
2460
2461Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
2462
2463 * configure.in: preparing 2.4.23
2464 * doc/*: rebuilt the docs
2465
2466Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
2467
2468 * parser.c: fixing bug #84169 by fixing the
2469 comment of xmlCreatePushParserCtxt to describe the
2470 encoding detection parameters better.
2471
2472Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2473
2474 * valid.c: fixing bug #79331 in one path the lookup for
2475 ID attributes on a namespaced node wasn't handled correctly :-\
2476
2477Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2478
2479 * HTMLparser.c: trying to fix 87235 about discarded white
2480 spaces in the HTML parser.
2481 * result/HTML/*: this changes the output of a number of HTML
2482 regression tests
2483
2484Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2485
2486 * xpath.c: applied patch from Richard Jinks for the namespace
2487 axis + fixed a memory error.
2488 * parser.c parserInternals.c: applied patches from Peter Jacobi
2489 removing ctxt->token for good.
2490 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
2491 popped out by the regression tests.
2492 * Makefile.am: patch for threads makefile from Gary Pennington
2493
2494Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2495
2496 * xpath.c: enhanced behaviour of position() after usage of
2497 expressions involving preceding-sibling (et al).
2498
2499Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2500
2501 * hash.c: applied a patch from Peter Jacobi to solve a problem
2502 when compiling with the Watcom C on Win32
2503 * result/schemas/*.err: the change of hashing algo generated
2504 permutations in the output
2505
2506Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2507
2508 * hash.c: applied patch from Sander Vesik improving the quality of
2509 the hash function.
2510
25112002-06-14 Aleksey Sanin <aleksey@aleksey.com>
2512
2513 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
2514 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
2515 xmllint.c xpath.c: replaced sprintf() with snprintf()
2516 to prevent possible buffer overflow (the bug was pointed
2517 out by Anju Premachandran)
2518
2519Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2520
2521 * parser.c: removed an uninitialized data error popped by valgrind
2522 on PE references
2523
2524Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
2525
2526 * doc/xml.html
2527 adding tutorial reference to the web page
2528
2529Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
2530
2531 * doc/tutorial/xmltutorial.xml
2532 * doc/tutorial/ar01s07.html
2533 * doc/tutorial/ape.html
2534 * doc/tutorial/includegetattribute.c
2535 adding section to tutorial about retrieving an attribute
2536 value
2537
2538Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2539
2540 * parser.c: applied a couple of patches from Peter Jacobi to start
2541 to get rid of ctxt->token, with a possible significant speed
2542 improvement to be gained once done. Better compliance with PE
2543 references constructs in DTDs too.
2544 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
2545 from Peter too
2546
2547Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2548
2549 * parser.c: Babak Vahedipour-Kunze reported that openTag in
2550 xmlParseElement was likely to have been deallocated at the
2551 time of the report, possibly leading to segfault. Just report
2552 the tag name now.
2553
2554Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2555
2556 * xpath.c: patch from Richard Jinks for XPath substring() function
2557 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
2558
25592002-06-06 Aleksey Sanin <aleksey@aleksey.com>
2560
2561 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
2562
2563Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
2564
2565 *doc/FAQ.html
2566 fixing typos in FAQ, thanks to Robert Funnell for the
2567 editing help
2568
2569Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2570
2571 * NEWS: got complaints from rpmlint that it was empty
2572
2573Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
2574
2575 * added doc/tutorial, including:
2576 apa.html
2577 apb.html
2578 apc.html
2579 apd.html
2580 ar01s02.html
2581 ar01s03.html
2582 ar01s04.html
2583 ar01s05.html
2584 ar01s06.html
2585 includeaddattribute.c
2586 includeaddkeyword.c
2587 includekeyword.c
2588 includestory.xml
2589 index.html
2590 xmltutorial.xml
2591 libxml tutorial, including generated html
2592
2593Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2594
2595 * result/c14n/exc-without-comments/merlin-c14n-two-*
2596 result/c14n/without-comments/merlin-c14n-two-*
2597 test/c14n/exc-without-comments/merlin-c14n-two-*
2598 test/c14n/without-comments/merlin-c14n-two-*
2599 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
2600 c14n/exc-c14n and slightly modified test script to handle
2601 these test cases
2602 * c14n.c: fixed bugs for complicated nodes set (namespace
2603 without node and others from merlin-c14n-two.tar.gz)
2604 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
2605 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
2606 for xmlsec performance patch
2607 * xpath.c: fixed self::node() for namespaces and attributes
2608
2609Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
2610
2611 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
2612 but with the format parameter
2613 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
2614
2615Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
2616
2617 * Makefile.am: updated c14n tests suite
2618 * c14n.c: performance improvement for previous c14n patch
2619
2620Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2621
2622 * parser.c: another peroformance patch from Peter Jacobi, that
2623 time on parsing attribute values.
2624
2625Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
2626
2627 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
2628 into LibXML2 test suite
2629
2630Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
2631
2632 * c14n.c: propagating xpath ancesstors node fix to c14n
2633 plus small performance improvement to reduce number of
2634 mallocs
2635 * xpath.c: fixed ancestors axis processing for namespace nodes
2636
2637Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2638
2639 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
2640 Peter Jacobi
2641
2642Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2643
2644 * configure.in: preparing 2.4.22
2645
2646Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2647
2648 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
2649 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
2650 a public entry point.
2651 * doc/*: rebuilt the API and docs
2652
2653Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2654
2655 * xpath.c: patch from Richard Jinks to fix a problem introduced
2656 in the previous patch and pointed by Norm
2657
2658Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2659
2660 * libxml.spec.in: fixing bug #81112
2661
2662Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2663
2664 * uri.c: fixing bug #82848
2665
2666Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2667
2668 * result/catalogs/mycatalog.full: Aleksey's commit changed the
2669 output of one catalog test
2670
2671Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2672
2673 * global.data globals.c tree.c include/libxml/globals.h
2674 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
2675 default value for global parameter xmlIndentTreeOutput to 1 and
2676 introduced new global parameter xmlTreeIndentString (the string
2677 used to do one-level indent) with default value " " (as it was
2678 in tree.c)
2679
2680Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2681
2682 * Makefile.am: Merijn Broeren pointed out a problem when compiling
2683 with trio and schemas.
2684
2685Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2686
2687 * xpath.c: patch from Richard Jinks to fix the problem raised in
2688 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
2689
2690Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2691
2692 * xmlschemas.c: a bit of work on import.
2693 * xmlschemastypes.c: Charles Bozeman provided a compare function
2694 for date/time types so min/max facet restrictions should work,
2695 indeterminate comparisons return an error instead of equal.
2696 * test/schemas/date_0* result/schemas/date_0_0: specific test
2697 from Charles Bozeman too
2698
2699Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2700
2701 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
2702 from Christian Cornelssen fixing the man pages and the Catalog
2703 building script.
2704 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
2705 next step is <xs:import> I now have a reasonable understanding
2706 of how it works.
2707
2708Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2709
2710 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
2711
2712Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2713
2714 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
2715
2716Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2717
2718 * xpath.c: fixing an XPath function evalutation bug pointed out
2719 by Alexey Efimov where the context was lost when evaluating
2720 the function arguments
2721
2722Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2723
2724 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
2725 function public for XMLSec performance optimizations
2726
2727Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2728
2729 * python/generator.py python/libxml2class.txt : fixed a problem
2730 with the HTML parser pointed by Gary Benson
2731 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
2732 example
2733
2734Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2735 * parser.c: fixed bug #81159 (memory growth in SAX)
2736
2737Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2738 * xpath.c: fixed bug #78858 (the real fix)
2739
2740Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2741 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
2742
2743Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2744
2745 * tree.c: modified xmlNodeSetBase to allow changing the
2746 base of a document.
2747
2748Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2749
2750 * xmlschemastypes.c: patch Charles Bozeman for validation of
2751 all the date, time, and duration types
2752 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
2753 * configure.in: fixed an error pointed by an user
2754 * xml2-config.in: fixed an error pointed by an user
2755
2756Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2757
2758 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
2759 win32/libxml2.def.src xmlIO.c: exported default
2760 'file:', 'http:' and 'ftp:' protocols input handlers
2761 and maked protocols comparisson case insensitive
2762
2763Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2764
2765 * configure.in: Neven Has detected a typo
2766
2767Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
2768
2769 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
2770 as one of the persons allowed to commit directly to the
2771 module.
2772
2773Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2774
2775 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
2776 * valid.c: raised a too low limit
2777 * doc/*: rebuilt the docs
2778
2779Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2780
2781 * test/XPath/expr/floats test/XPath/expr/functions
2782 result/XPath/expr/floats result/XPath/expr/functions
2783 xpath.c: another XPath conformance patch from Richard Jinks
2784
2785Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
2786
2787 * xmlschemas.c: fixed validation of attribute groups.
2788 * test/schemas result/schemas: added an example from the primer
2789
2790Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2791
2792 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
2793 * test/schemas result/schemas: updated the test list
2794
2795Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2796
2797 * TODO: updated a bit
2798 * parser.c: made a comment more specific
2799 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
2800 Schemas conformance.
2801 * test/schemas result/schemas: updated the test list
2802
2803Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2804
2805 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
2806 implementing xs:all with minOccurs = 0
2807 * tes/schemas/* result/schemas/*: added more tests covering
2808 xs:all
2809
2810Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
2811
2812 * xmlregexp.c: first implementation of the all particle, this
2813 may need to be revisited for case where not all transitions
2814 must be crossed.
2815
2816Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2817
2818 * tree.c: another entity processing update from Markus Henke
2819
2820Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
2821
2822 * trionan.c: fixed crash on OSF/1
2823
2824Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2825
2826 * xmlschemas.c: more Schemas work
2827 * test/schemas/* result/schemas/*: added more tests coming
2828 from the spec.
2829
2830Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2831
2832 * c14n.c: patch from Aleksey Sanin reflecting a change in the
2833 ExcC14N specification
2834
2835Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2836
2837 * tree.c: patch from Markus Henke, fix for recursive entities.
2838
2839Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2840
2841 * xpath.c: fix a problem with string() on a document node.
2842
2843Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2844
2845 * Makefile.am xmlschemas.c: more Schemas work
2846 * test/schemas/* result/schemas/*: added more tests coming
2847 from the spec.
2848
2849Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2850
2851 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
2852 * result/HTML/*: this changes a few things in the results
2853
2854Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2855
2856 * include/libxml/tree.h: eliminated 'declaration different than
2857 prototype' warning
2858 * include/win32config.h: "resolved" conflicts with errno.h
2859
2860Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2861
2862 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
2863 on the automata interfaces and debug of counted choices
2864 * test/schemas/* result/schemas/*: added a number of tests
2865
2866Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2867
2868 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
2869 a bit of work on Schemas
2870 * testSchemas.c: try to make it more useful
2871 * test/schemas/* result/schemas/* Makefile.am: changed the
2872 Schemas regression test procedure, started adding a few samples
2873
2874Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2875
2876 * include/libxml/encoding.h: Patch for the Borland C++ builder
2877 * include/libxml/tree.h: Patch for the Borland C++ builder
2878 * threads.c: Patch for the Borland C++ builder
2879 * win32/bcb5: New directory for the Borland C++ builder
2880 project files
2881
2882Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2883
2884 * win32/Makefile.msvc: Update for XML Schema support
2885 * win32/configure.js: Update for XML Schema support
2886 * win32/libxml2.def.src: Update for XML Schema support
2887
2888Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2889
2890 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
2891 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
2892 xmlunicode.c include/libxml/Makefile.am
2893 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
2894 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
2895 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
2896 include/libxml/xmlversion.h.in : merged the current state of
2897 XML Schemas implementation, it is not configured in by default,
2898 a specific --schemas configure option has been added.
2899 * test/automata test/regexp test/schemas Makefile.am
2900 result/automata result/regexp result/schemas:
2901 merged automata/regexp/schemas regression tests
2902
2903Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
2904
2905 * xpath.c: Gary found a compile time problem, fixes #78823
2906
2907Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2908
2909 * configure.in: release of 2.4.20
2910 * doc/*: updated and rebuilt the docs
2911
2912Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2913
2914 * python/Makefile.am: patch from Cristian Gafton to build on
2915 Red Hat 6.2, should also fix #75779
2916
2917Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2918
2919 * valid.c: first part of fixing #78729
2920
2921Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
2922
2923 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
2924 escaping of URI when saving HTML files.
2925 * result/HTML/*: this impacted some tests
2926
2927Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
2928
2929 * configure.in: trying to fix #77441
2930
2931Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2932
2933 * include/libxml/xmlIO.h: Hallski complained it could not be
2934 included by itself.
2935
2936Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2937
2938 * configure.in: applied an IEEE flag patch for OSF/1 #77825
2939
2940Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2941
2942 * win32/configure.js: patch from Nilo for the c14n option
2943 * win32/Makefile.msvc: fixed libxml2.def generation with threads
2944
2945Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2946
2947 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
2948 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
2949 LIBXML_THREAD_ENABLED
2950
2951Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2952
2953 * xpath.c: another patch from Richard Jinks for substring conformance
2954 * test/XPath/expr/floats test/XPath/expr/strings
2955 result/XPath/expr/floats result/XPath/expr/strings: update of the
2956 test suite to check those.
2957
2958Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2959
2960 * xpath.c: patch from Richard Jinks for .x float parsing.
2961
2962Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2963
2964 * parser.c: patch from Markus Henke when an encoding ain't recognized
2965
2966Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2967
2968 * libxml.m4: got a report that #include <string.h> was needed
2969
2970Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2971
2972 * xmllint.c: applied a fix from Anthony Jones for -o /--output
2973
2974Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
2975
2976 * doc/example.html: fixing typo
2977
2978Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2979
2980 * xpath.c: fixed a bug in the nodeset to boolean comparison code
2981 pointed out by Melvyn Sopacua.
2982
2983Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2984
2985 * libxml.m4: Frédéric Crozat gave a patch related to the change
2986 of Include paths breaking the libxml.m4
2987
2988Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
2989
2990 * xpath.c: Fix bug #76927 forgot to save some context
2991 when evaluating binary expressions
2992
2993Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
2994
2995 * configure.in: fixed configure for MPE/iX from Markus Henke
2996 * xmlmemory.c: fixed initialization problems
2997 * xpath.c: another set of patches from Richard Jinks this
2998 fixes "make XPathtests" on linux
2999
3000Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
3001
3002 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
3003 * test/XPath/expr/compare test/XPath/expr/equality
3004 test/XPath/expr/floats test/XPath/expr/functions
3005 test/XPath/expr/strings result/XPath/expr/compare
3006 result/XPath/expr/equality result/XPath/expr/floats
3007 result/XPath/expr/functions result/XPath/expr/strings: Updated
3008 tests though they show a divergence on Linux
3009
3010Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3011
3012 * xpath.c trionan.c: previous commit also included patches
3013 from Richard Jinks on some IEEE support corner case
3014
3015Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
3016
3017 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
3018 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
3019 that $(datadir) should be used for docs
3020
3021Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
3022
3023 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
3024 could leak filedescriptors
3025
3026Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3027
3028 * configure.in nanohttp.c: applied patch from Allan Clark for
3029 UnixWare/OpenServer
3030
3031Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3032
3033 * configure.in: preparing 2.4.19
3034 * doc/*: rebuilt the docs
3035
3036Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3037
3038 * nanohttp.c: fixing #76043, got fed up with non-portability
3039 of that piece of code.
3040
3041Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3042
3043 * valid.c SAX.c: Never commit without running "make tests" :-(
3044 fix a couple of stupidities in the previous commit
3045 * result/*: a few changes in some attribute order result of previous
3046 commit.
3047
3048Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3049
3050 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
3051 the internal subset should not raise duplicate ID errors,
3052 also there was a small bug in conjunction to namespace
3053 declarations defaulted and xml:xxx attributes DTD definitions.
3054
3055Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3056
3057 * xpath.c: Richard Jinks also raised some rounding problems
3058 this tries to fix them
3059
3060Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
3061
3062 * xpath.c: Richard Jinks spotted an incoherent memory allocation
3063 behaviour in xmlXPathCastToString()
3064
3065Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3066
3067 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
3068 raised by Morus Walter
3069
3070Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3071
3072 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
3073 from Igor
3074
3075Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3076
3077 * xpath.c: fixing #75619, related to a problem when trying
3078 to evaluate condition when the current node set resulting
3079 from that sub-step evaluation is empty. Also fixes 2 potential
3080 problem with previous-sibling and next-siblings axis.
3081
3082Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3083
3084 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
3085 HTML support is not configured in.
3086
3087Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3088
3089 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
3090 include/libxml/tree.h: dohh I really didn't intended to commit
3091 this test version :-(
3092
3093Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3094
3095 * testSAX.c: I wanted to see the real speed at the SAX interface
3096 after a little too many Ximianer started complaining about the
3097 parser speed.
3098 added a --quiet option:
3099 paphio:~/XML -> ls -l db100000.xml
3100 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
3101 paphio:~/XML -> time ./testSAX --quiet db100000.xml
3102 3200006 callbacks generated
3103 real 0m1.270s
3104 Which means 16MBytes/s and 3Mcallback/s
3105
3106Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3107
3108 * xpath.c: valgrind spotted another error that time when running
3109 on libxslt regression tests
3110
3111Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3112
3113 * Makefile.am: adding "make valgrind" running the full regression
3114 tests (except python ones) under Valgrind (using valgrind -q
3115 which was kindly added by the author).
3116 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
3117 passes cleanly now except an obcure floating point initialization
3118 raised in log10() in one XPath regression test ???
3119 * tree.c: edited some comments to close #75244
3120
3121Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
3122
3123 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
3124 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
3125 context of ScrollKeeper, made sure that if the number is
3126 an integer, the serialization follows the description at
3127 http://www.w3.org/TR/xpath#section-String-Functions
3128
3129Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3130
3131 * configure.in: preparing 2.4.18
3132 * doc/*: updated and rebuilt the web site
3133 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
3134 the Windows and Cygwin maintainers.
3135 * parser.c: humm, changed the way the SAX parser work when
3136 xmlSubstituteEntitiesDefault(1) is set, it will then
3137 do the entity registration and loading by itself in case the
3138 user provided SAX getEntity() returns NULL.
3139 * testSAX.c: added --noent to test the behaviour.
3140
3141Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3142
3143 * parser.c: Wilfried Teiken provided a hackish but working
3144 way to get context reported back on entities when parsing
3145 with SAX and without breaking the DOM build.
3146
3147Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3148
3149 * c14n.c: applied a new patch from Aleksey Sanin
3150 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
3151 to reference Aleksey implementation of XML digital Signatures
3152
3153Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3154
3155 * xpath.c: small fix to avoid potential problem due to
3156 ordering of freeing data
3157 * python/Makefile.am: people were complaining about
3158 the generated file in python dir not being built
3159
3160Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3161
3162 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
3163 python/generator.py python/libxml.c python/types.c: Cleanup
3164 of the python Makefiles based on Jacob and James feedback,
3165 fixed the spec file accordingly, fixed the number of warning
3166 that passing my pedantic CFLAGS was generating. Conclusion
3167 is that Python includes are real crap.
3168
3169Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
3170
3171 * configure,in: it was reported quite a few times that
3172 xml2-config --cflags should not output
3173 -I$includeprefix/libxml2/libxml because libxml2 header names
3174 clashes with existing names like list.h from C++ stl.
3175 Includes should be #include<libxml/xxx.h> so ...
3176
3177Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
3178
3179 * c14n.c: another patch from Aleksey Sanin
3180
3181Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3182
3183 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
3184 canonicalization algorithm
3185 * doc/xml.html doc/index.html: added the C14N references on the
3186 index page.
3187
31882002-03-13 jacob berkman <jacob@ximian.com>
3189
3190 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
3191 usage, redundant, and gcc specific
3192
3193Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3194
3195 * xpath.c: speedup some node selection operations, this can
3196 have a significant impact on DocBook Norm's stylesheets
3197 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
3198 make sure it's always the case
3199 * debugXML.c: distinguish CDATA and comments in ls operations
3200
3201Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3202
3203 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
3204 to generate better API descriptions etc...
3205
3206Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3207
3208 * c14n.c: Fixing #74186, made sure all boolean expressions
3209 get fully parenthesized, ran indent on the output
3210 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
3211 include/libxml/tree.h: also #74186 related, removed the
3212 --with-buffers option, and all the preprocessor conditional
3213 sections that were resulting from it.
3214
3215Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3216
3217 * valid.c: applied patch from Dodji Seketeli fixing an
3218 uninitailized variable in xmlValidGetValidElements()
3219
3220Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3221
3222 * c14n.c: fixed a few comments
3223 * doc/*.html doc/*/*.html: regenerated the docs and added
3224 the C14N API
3225 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
3226
3227Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
3228
3229 * check-xml-test-suite.py: fix to adapt varaiations in the
3230 bindings
3231 * configure.in python/setup.py python/setup.py.in: fixed to
3232 have the version of the python scripts automatically updated
3233
3234Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3235
3236 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
3237 in xmlCopyProp()
3238
3239Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
3240
3241 * configure.in: preparing 2.4.17 release
3242 * doc/*: updated and rebuilt the docs
3243 * xpath.c: fixed a comment
3244 * python/libxml.c: fixed a possible reentrancy problem
3245
3246Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
3247
3248 * tree.c python/tests/Makefile.am python/tests/attribs.py:
3249 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
3250 added a specific regression test
3251 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
3252 not raise exceptions when failing to find the attribute.
3253
3254Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3255
3256 * configure.in xmllint.c: owen pointed out a problem with the
3257 ftme fix, gettimeofday() was not detected by configure and
3258 the ftime header wasn't included, dohhh
3259
3260Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
3261
3262 * configure.in xmllint.c: trying to fix #71457 for timing
3263 precision when gettimeofday() is not availble but ftime() is
3264
3265Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3266
3267 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
3268 are now copied on install and part of the -devel RPM
3269
3270Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
3271
3272 * xpath.c: trying to avoid bug #72150 which was apparently
3273 caused by a gcc bug (or a processor problem) as detailed
3274 at http://veillard.com/gcc.bug
3275
3276Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3277
3278 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
3279 fixed xmlReconciliateNs(), added a Python test/example for
3280 inter-document cut'n paste
3281 * python/libxml.py: fixed node.doc on document nodes and added
3282 xpathEval() onto node objects
3283
3284Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3285
3286 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
3287 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
3288 fixup and integrated tests for the serialization stuff
3289
3290Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3291
3292 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
3293 moved the libxml man page to section 3
3294
3295Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3296
3297 * tree.c: fix bug #72490
3298 * python/libxml.c python/libxml.py: added methods serialize()
3299 and saveTo() to all node elements.
3300
3301Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3302
3303 * xmlIO.c: closed #73430, don't read from an input source
3304 which indicated an end-of-file or an error.
3305
3306Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3307
3308 * parser.c: make sure SAX endDocument is always called as
3309 this could result in a Python memory leak otherwise (it's
3310 used to decrement ref-counting)
3311 * python/generator.py python/libxml.c python/libxml.py
3312 python/libxml2-python-api.xml python/libxml2class.txt
3313 python/tests/error.py python/tests/xpath.py: implemented
3314 the suggestions made by Gary Benson and extended the tests
3315 to match it.
3316
3317Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3318
3319 * python/generator.py: applied patch fixing #73450
3320
3321Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3322
3323 * xpath.c: fixing #61290 "namespace nodes have no parent"
3324 long standing divergence from the XPath REC. NodeSets
3325 simply hold a copy of namespace nodes and those node ->next
3326 points to the parent (which may not be the node carrying the
3327 definition).
3328 * include/libxml/xpath.h: flagged but didn't added a possible
3329 speedup
3330 * DOCBparser.c HTMLparser.c: removed some warnings from push
3331 parser due to new state being added.
3332 * tree.c: new fix from Boris Erdmann
3333 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
3334 the XML Canonalization support from Aleksey Sanin
3335
3336Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3337
3338 * tree.c: patch from Boris Erdmann fixing some namespace odities
3339 with xmlCopyNode()
3340
3341Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3342
3343 * xmlIO.c: fix bug #72706 when loading a NULL entity
3344
3345Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3346
3347 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
3348 actually change in a future XML Namespace revision.
3349
3350Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3351
3352 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
3353 added the possibility of returning nodesets from XPath extension
3354 functions written in Python
3355
3356Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
3357
3358 * python/*: commiting some Python bindings work done while travelling
3359
3360Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3361
3362 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
3363 explicitely with memory debugging switched on
3364
3365Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
3366
3367 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3368 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3369 Added wrapper for the xmlURIPtr type, provided accessors, fixed
3370 the accessor generator for strings
3371 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
3372 regression test.
3373
3374Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3375
3376 * python/README python/generator.py python/libxml.c python/setup.py:
3377 added the 'usual' setup.py to allow building a libxml2-python
3378 module based on the same code. The initialization is however
3379 different the 2 .so files fo libxml2 and libxslt are identical and
3380 they entry point initialize both libraries. this is done to avoid
3381 some possible nasty problem since the Python don't merge the maps
3382 of all shared modules.
3383
3384Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3385
3386 * parser.c: fixed a push/encoding bug reported by Michael
3387 on librsvg
3388
3389Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3390
3391 * include/libxml/parserInternals.h: fixes a misplaced #endif
3392
3393Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3394
3395 * parser.c valid.c: found and fixed a couple of allocation bugs
3396
3397Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3398
3399 * doc/xml.html doc/python.html doc/*: added a Python and binding
3400 page describing the current state of the Python bindings and
3401 giving pointers to the other languages wrappers.
3402
3403Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3404
3405 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
3406 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
3407 rebuilt the API and web site
3408 * xpath.c: fixed #71978 portability bugs
3409
3410Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
3411
3412 * SAX.c: oops broke automatic defaulting of namespaces attributes.
3413
3414Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3415
3416 * include/libxml/parserInternals.h parser.c: had to change
3417 2 internal parsing API when processing document content
3418 to check the start and end of element content are defined
3419 in the same entity
3420 * valid.c include/libxml/valid.h: attribute normalization can
3421 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
3422 with the context to report it.
3423 * SAX.c: fixed the last known bugs, crazy validation constraints
3424 when a document is standalone seems correctly handled. There
3425 is a couple of open issues left which need consideration especially
3426 PE93 on external unparsed entities and standalone status.
3427 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
3428 The 2 tests left failing are actually in error. Cleanup done.
3429
3430Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3431
3432 * valid.c: implemented E59 spaces in CDATA does not match the
3433 nonterminal S
3434
3435Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3436
3437 * SAX.c parser.c valid.c: more validation test fixups
3438 * check-xml-test-suite.py: added duration info for the tests
3439
3440Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3441
3442 * parser.c valid.c: a couple of errors were reported but not
3443 saved back as such in the parsing context. Down to 1% failure rate
3444 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
3445
3446Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3447
3448 * xmlInternald.c: isExtender was missing a char
3449 * parser.c include/libxml/parser.h: % are acceptable in the
3450 internal subset if within a PUBLIC ID
3451
3452Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3453
3454 * SAX.c parserInternals.c valid.c: more work on the conformance
3455 suite. Took the step to finally block documents with encoding
3456 errors. It's a fatal error per the spec, people should have fixed
3457 their documents by now.
3458
3459Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
3460
3461 * check-xml-test-suite.py: fixed the test script after some discussion
3462 on the semantic of TYPE="error"
3463 * Makefile.am: added the script to the distrib
3464
3465Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3466
3467 * SAX.c entities.c: fixed a couple of conformances issues deep
3468 into the validation code (standalone and undeclared Notations)
3469
3470Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3471
3472 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
3473 stayed there for years !
3474
3475Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3476
3477 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
3478 missing
3479
3480Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3481
3482 * check-xml-test-suite.py: improved the behaviour a bit as
3483 well as the logs
3484 * parser.c valid.c SAX.c: fixed a few more bugs
3485 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
3486
3487Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3488
3489 * check-xml-test-suite.py: python script to run regression tests
3490 against the XML Test suite of W3C/OASis
3491 * SAX.c: fixed a validation bug
3492 * parser.c: fixed 3 errors pointed by the test suite
3493 * doc/buildDocBookCatalog: fixed a typo pointed by drake
3494 * python/Makefile.am: fixed a dependendy
3495
3496Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3497
3498 * xmlmemory.c: avoid a warning bug #71594
3499
3500Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3501
3502 * xmlmemory.c: Jesse Perry provided a patch to remove a few
3503 warning on alpha/Tru64
3504
3505Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3506
3507 * include/libxml/entities.h: fixing a comment
3508 * valid.c: fixing some troubles with validity check on namespaces
3509 * result/VC/NS3 test/VC/NS3: added a specific regression test
3510
3511Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3512
3513 * tree.c: Fixing #71342 serializing '\n' in attribute values
3514 * result/noent/att3 result/att3 test/att3: added a specific
3515 test.
3516
3517Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3518
3519 * python/libxml.c: couple of bug fixes
3520
3521Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3522
3523 * python/*.py: removed tabs and used spaces.
3524
3525Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3526
3527 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
3528 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
3529
3530Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3531
3532 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
3533 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
3534
3535Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3536
3537 * include/libxml/encoding.h include/libxml/entities.h
3538 include/libxml/globals.h include/libxml/parser.h
3539 include/libxml/threads.h include/libxml/tree.h
3540 include/libxml/xmlmemory.h: trying to fix the include mess
3541
3542Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3543
3544 * include/libxml/xmlmemory.h: reverted part of the previous
3545 attempt to provide #69655, this was breaking the build.
3546
3547Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
3548
3549 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
3550 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
3551 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
3552 include/libxml/parserInternals.h include/libxml/tree.h
3553 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
3554 Tentatively fixed #69655 , make compiling with -Wredundant-decls
3555 clean.
3556 * python/libxml.c: fixed a warning.
3557
3558Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3559
3560 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
3561 copying of node, merge back IDs in the target document.
3562 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
3563 test/XInclude/ents/ids.xml: test case
3564 * result/VC/ElementValid4: output changed due to a typo fix
3565
3566Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3567
3568 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +00003569 generate the dependencies right as Jacob found out. Add
3570 an extra dependency rule.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003571
3572Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3573
3574 * parserInternals.c valid.c: Justin Fletcher found some parts
3575 of the code needing cleanup
3576 * libxml.spec.in python/Makefile.am python/generator.py
3577 python/libxml.c python/libxml.py: Fixed the python Makefiles
3578 corrected a bug showing up on ia64, changed the name of the
3579 python internal module too
3580
3581Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
3582
3583 * Makefile.am: applied patch from Andris Pavenis for binary
3584 name suffixes
3585
3586Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
3587
3588 * xmllint.c win32/win32config.h: fixing #68748
3589
3590Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3591
3592 * valid.c: fixing #70166
3593
3594Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3595
3596 * valid.c: fixing #70077
3597
3598Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3599
3600 * Copyright Makefile.am README configure.in libxml.spec.in:
3601 Changed to the MIT Licence
3602 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
3603 doc/xmlio.html: updated the doc accordingly
3604 * include/libxml/xmlwin32version.h configure.in: preparing
3605 2.4.14 release
3606 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3607 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3608 fixed the const xmlChar * wrapper and generator, XPath extension
3609 functions now use the context as first argument
3610 * python/tests/tstxpath.py python/tests/xpath.py
3611 python/tests/xpathext.py: Updated the tests accordingly
3612 * tree.c: fixed bug #70067
3613
3614Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3615
3616 * Makefile.am: cleanup
3617 * debugXML.c: always use stdout if output is NULL
3618 * xmlIO.c: don't close filedescriptors passed to outputBuffers
3619 * python/Makefile.am python/generator.py python/libxml2class.txt
3620 python/libxml_wrap.h python/types.c: augmented the number of bindings
3621 handling FILE * and XPath contexts
3622 * python/tests/Makefile.am: avoid a stupid problem due to the
3623 use of TEST.
3624
3625Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3626
3627 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
3628
3629Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3630
3631 * python/TODO python/libxml.c: cleanup the extension function lookup
3632 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
3633
3634Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3635
3636 * configure.in python/Makefile.am: do not install outside
3637 of prefix
3638
3639Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3640
3641 * python/TODO python/libxml.c: started adding SAX interfaces
3642 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
3643 SAX test
3644
3645Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3646
3647 * tree.c: hardened the addChild function
3648 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3649 python/libxml2class.txt python/libxml_wrap.h python/TODO:
3650 added accessors needed for xmlNode, a bit more testing and
3651 extension of interfaces
3652 * python/tests/Makefile.am python/tests/build.py: added a test
3653 build from scratch/save/load/check
3654
3655Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3656
3657 * parserInternals.c: change a small bit in the way valididy
3658 error messages get initialized
3659 * python/TODO python/libxml.c python/libxml2-python-api.xml
3660 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3661 added some memory debugging to track leaks at the libxml2 level
3662 * python/tests/*.py: changed all tests to check for leaks,
3663 there is just one left in XPath extension registrations.
3664
3665Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
3666
3667 * python/TODO python/generator.py python/libxml2-python-api.xml
3668 python/libxml2class.txt: more accessor classes for the parser
3669 context, allow to switch on and check validity
3670 * python/tests/Makefile.am python/tests/error.py
3671 python/tests/invalid.xml python/tests/valid.xml
3672 python/tests/validate.py: attded more test and and added error.py
3673 which I forgot to commit in the last step
3674
3675Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3676
3677 * python/Makefile.am python/types.c: cleanup
3678 * python/libxml.c python/libxml.py python/libxml_wrap.h
3679 python/generator.py python/libxml2-python-api.xml
3680 python/libxml2class.txt: added class for parser context, added
3681 first cut for push mode support. Added a framework to generate
3682 accessors functions.
3683 * python/tests/Makefile.am python/tests/push.py: added a push
3684 test
3685
3686Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3687
3688 * python/Makefile.am python/TODO python/libxml.py: fixed a small
3689 bug a bit of cleanup.
3690
3691Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
3692
3693 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
3694 python/libxml2class.txt: adding error redirections and preformat
3695 to a python handler
3696 * python/tests/Makefile.am python/tests/*.py: cleanup made all
3697 tests self checking
3698
3699Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3700
3701 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
3702 a function
3703
3704Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3705
3706 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
3707 python/libxml.c python/libxml2-python-api.xml
3708 python/libxml2class.txt: Progressing through the TODOs, class
3709 description output, extra XML API, RPM now builds the wrappers
3710 for all python installed versions
3711
3712Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
3713
3714 * configure.in libxml.spec.in python/Makefile.am python/TODO
3715 python/generator.py python/libxml2class.txt: added more informations
3716 in the libxml2-python package including docs. Slightly changed
3717 the class hierarchy
3718 * python/tests/*: added basic regression tests infrastructure too
3719
3720Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3721
3722 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
3723 added libxml2-python as part of the packages installed
3724
3725Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3726
3727 * python/Makefile.am python/generator.py python/libxml.c
3728 python/libxml.py: more work, now able to extend the
3729 XPath interpreter with functions written in python.
3730
3731Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3732
3733 * python/Makefile.am: Jacob sent a patch to allow building from
3734 tarfile.
3735
3736Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3737
3738 * python/Makefile.am python/libxml.c configure.in Makefile.am:
3739 inserted the python wrappers build, I hope this won't be too
3740 unportable
3741
3742Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3743
3744 * xpath.c: minor optimization
3745 * python/generator.py python/libxml.c python/libxml.py
3746 python/libxml_wrap.h: more work on the python bindings,
3747 they now support XPath and there is no evident leak
3748
3749Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3750
3751 * python/generator.py python/libxml.c python/libxml.py:
3752 more work on the python bindings generator.
3753
3754Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3755
3756 * python/generator.py python/libxml.c python/libxml_wrap.h:
3757 more work on the python bindings.
3758
3759Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3760
3761 * python/generator.py python/libxml.c python/libxml.py
3762 python/libxml_wrap.h: commited early version of a python binding
3763 for private use only ATM
3764
3765Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3766
3767 * entities.c tree.c include/libxml/entities.h: applied patch
3768 from Anthony Jones to implement copy of DTD subtree too. Had
3769 just to keep 2 function private which really ought to become
3770 public ones.
3771
3772Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3773
3774 * xmllint.c: added pointers to the web pages in the usage()
3775
3776Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3777
3778 * tree.c: more fixes from Petr Kozelka for attribute handling
3779 in the tree API to align the semantic with DOM.
3780
3781Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3782
3783 * valid.c tree.c entities.c: another set of patches from
3784 Anthony Jones for copy operations cleanup and robustness
3785
3786Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3787
3788 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
3789 an alphabetic index based on comments content
3790 * doc/*: rebuilt the web site with the new references
3791
3792Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3793
3794 * parserInternals.h: Greg Sjaardema suggested to use an
3795 eponential buffer groth policy in xmlParserAddNodeInfo()
3796
3797Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3798
3799 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
3800 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
3801 doc/parsedecl.py doc/Makefile.am: updated the python extractor
3802 to generate cross-references, and added/updated the stylesheets
3803 to generate and link API indexes. The generic keyword index
3804 is not done yet.
3805 * doc/*.html: regenerated all the usual docs too
3806
3807Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3808
3809 * debugXML.c: added an xpath function to the shell for T. V. Raman
3810
3811Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3812
3813 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
3814 debug routines.
3815
3816Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3817
3818 * tree.c: apply an patch from Petr Kozelka for unlink and replace
3819 support of attribute nodes
3820
3821Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3822
3823 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
3824 hopefully near complete and fully documented of the API in XML
3825 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
3826 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
3827 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
3828 include/libxml/parserInternals.h include/libxml/valid.hi
3829 include/libxml/xmlIO.h include/libxml/xmlerror.hi
3830 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
3831 include/libxml/xpath.h include/libxml/xpathInternals.h:
3832 Cleaned up the doc comments a lot in the process, the interface
3833 coverage is now 100%
3834
3835Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3836
3837 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
3838 extracts comments from the gtk-doc DocBook output (a bit
3839 convoluted but seems to work).
3840
3841Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3842
3843 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
3844 added an XML description of the API, moved the script generating
3845 it here. Added a "make api" target
3846
3847Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3848
3849 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
3850
3851Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3852
3853 * xpath.c include/libxml/xpathInternals.h: the change made to
3854 xmlXPathFuncLookupFunc was incompatible roll it back
3855
3856Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3857
3858 * SAX.c: cleanup patch from Anthony Jones
3859 * doc/Makefile.am: fix the headers to avoid in make scan
3860 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
3861 includes, * vs Ptr and general cleanup
3862 * parsedecl.py: first version of a script to extract the
3863 module interfaces, the goal will be to provide .decl or XML
3864 specification of the interfaces to build wrappers.
3865
3866Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3867
3868 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
3869 now provides return codes in case of errors
3870
3871Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
3872
3873 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
3874 Upgraded to trio baseline 1.6
3875 * strio.h strio.c: Replaced by triostr.h and triostr.c
3876
3877Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
3878
3879 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
3880 of strdup usage in the code
3881
3882Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3883
3884 * parser.c error.c: Keith Isdale complained rightly that
3885 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
3886
3887Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3888
3889 * tree.c: fixed the funxtion to set the xml: attributes
3890 * debugXML.c: added "setbase" to test it.
3891
3892Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3893
3894 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
3895 to allow updating an attribute content
3896
3897Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3898
3899 * libxml.h: try to avoid problems when compiling on Windows
3900
3901Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
3902
3903 * hash.c: patch from Anthony Jones for hash.c allocation size
3904 * Makefile.am: trying to work around Yet Another Libtool Madness
3905 and build the 2.4.13 release finally ...
3906
3907Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3908
3909 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
3910 * doc/* : update of the documentation
3911
3912Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3913
3914 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
3915 at fixing #61290 :-(
3916
3917Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3918
3919 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
3920 Fixes bug #67229
3921
3922Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3923
3924 * tree.c: trying to avoid troubles when a subtree is copied
3925 and coalesced in part with the target tree. Should fix
3926 bug #67407
3927
3928Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3929
3930 * valid.c: fixed validation of attributes content of type
3931 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
3932 values, very old bug. Fixes #67671
3933
3934Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3935
3936 * parser.c include/libxml/parserInternals.h tree.c: integrated
3937 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
3938 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
3939
3940Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3941
3942 * threads.c: applied Serguei Narojnyi's patch to add native
3943 thread support on the Win32 platform
3944 * testThreadsWin32.c Makefile.am: added the test program also
3945 from Serguei, Win32 specific
3946 * include/win32config.h include/libxml/xmlwin32version.h.in:
3947 added patch from Igor for the Windows thread specific defines.
3948
3949Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3950
3951 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
3952
3953Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3954
3955 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
3956 output page into XMLinfo.html. Close bug #66951 and
3957 raised by Robert Collins too.
3958
3959Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
3960
3961 * encoding.c: Paul Keogh pointed out a possibility of segfault
3962 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
3963 Closes bug # 68238
3964
3965Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
3966
3967 * doc/*.html: updated the Gdome2 links
3968
3969Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3970
3971 * libxml.h: Applied following patches from Robert Collins
3972 and make sure IN_LIBXML is defined when compiling it
3973 -------
3974 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
3975 as well as Visual C.
3976 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3977 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3978 * strio.c (PLATFORM_UNIX): Define for Cygwin.
3979 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
3980 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
3981 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
3982 xmlSysIDExists xmlNoNetExists).
3983 * xmllint.c: Don't include winsock2.h for Cygwin.
3984
3985Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3986
3987 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
3988 when the version info is not present.
3989
3990Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3991
3992 * tree.c: Anthony Jones pointed out a problem in
3993 xmlStringGetNodeList() and provided a fix for it
3994
3995Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3996
3997 * parser.c: patch from Frank J Franklin to remove a bug in
3998 xmlCreatePushParserCtxt() when the initial buffer passed
3999 is large.
4000
4001Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
4002
4003 * win32/*: big cleanup of the Windows/MSVC project files
4004 from Igor Zlatkovic
4005
4006Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
4007
4008 * doc/Makefile.am: should fix #67674 and avoid troubles if
4009 xsltproc is not available or fails in the prefix provided
4010
4011Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
4012
4013 * xmlmemory.c: one more doc patch from Charlie Bozeman.
4014
4015Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
4016
4017 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
4018 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
4019 Fixed a few other problems raised by Charlie Bozeman.
4020 * result/VC/ElementValid[5-7]: fixed the output
4021
4022Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
4023
4024 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
4025 patches from Charlie Bozeman. Regenerated the HTML docs.
4026
4027Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
4028
4029 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
4030 for Windows from Igor
4031
4032Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
4033
4034 * xmllint.c: applied Justin Fletcher patch for --output or -o
4035
4036Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
4037
4038 * win32/libxml2/libxml2.def.src: close #67019
4039
4040Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
4041
4042 * xmllint.c: applied Justin Fletcher generic timing patch
4043 similar to the one already applied to xsltproc.
4044
4045Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
4046
4047 * include/libxml/tree.h tree.c: applied documentation patches
4048 from Charlie Bozeman
4049
4050Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
4051
4052 *doc/xmllint.xml, xmllint.1 - document --dropdtd
4053
4054Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
4055
4056 * valid.c: fix the xmlStrdup() used in the previous patch.
4057 * valid.c: added --dropdtd
4058 * tree.c: fixed xmlUnlinkNode so it also removes the references
4059 from the document if the node is a DTD
4060
4061Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
4062
4063 * HTMLtree.c valid.c: cleanup some static declarations
4064
4065Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
4066
4067 * xmllint.c: removed another strdup()
4068 * doc/FAQ: removed the HP/UX entry
4069
4070Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
4071
4072 * valid.c: fix bug #66816 when validating.
4073 * xmllint.c: don't use sys/time.h if configure did not found it
4074
4075Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
4076
4077 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
4078 xmlcatalog_man.xml
4079
4080Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
4081
4082 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
4083 xmlInitMemory() was declared twice
4084
4085Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
4086
4087 * globals.c: do not reference strdup() !
4088 * configure.in libxml-2.0.pc.in: trying to fix the libs
4089 of the various config extraction modules
4090
4091Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
4092
4093 * configure.in : preparing 2.4.12
4094 * doc/* : updated and rebuilt the docs
4095
4096Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
4097
4098 * uri.c: closed bug #66159
4099 * testURI.c: added --escape option
4100 * configure.in: some cleanup for xml2-config --cflags
4101
4102Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
4103
4104 * globals.c testThreads.c: removed some misplaced includes
4105 of xmlversion.h
4106
4107Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
4108
4109 * threads.c: patch from Gary Pennington fixing a possible
4110 problem at initialization time.
4111
4112Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
4113
4114 * configure.in libxml.h parser.c testThreads.c macos/: integrated
4115 Eric Lavigne contribution to build libxml2 on MacOS using
4116 CodeWarrior.
4117
4118Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
4119
4120 * xmllint.c: applied Geert Kloosterman's patch to fix
4121 --repeat --timing output
4122
4123Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
4124
4125 * parser.c: Robin Berjon <robin@knowscape.com> found a case
4126 where non-wellformed XML declaractions were not detected.
4127
4128Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
4129
4130 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
4131
4132Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
4133
4134 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
4135 gets reset by xmlCleanupInputCallbacks() and this makes the
4136 function useless. Same for output.
4137
4138Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
4139
4140 * xmlIO.c: robert pointed out a loop error in callback cleanups
4141
4142Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
4143
4144 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
4145 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
4146 they are not really tied to debugging
4147
4148Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
4149
4150 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
4151 * xmllint.c: better --catalogs description
4152
4153Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
4154
4155 * tree.c: fixed a couple of problems in xmlSetProp()
4156
4157Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
4158
4159 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
4160 unappropriate stdout output.
4161
4162Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
4163
4164 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
4165 by Denis Beurive, closes #65111
4166
4167Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
4168
4169 * valid.c: in case of content model validity error, don't
4170 print it if validity warnings were not requested.
4171
4172Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
4173
4174 * nanoftp.c: applied a couple of patches from Brian D Ripley.
4175 * parserInternals.c: removed the last exit() call. Print an
4176 unmaskable error on stderr instead (library mismatch detection)
4177
4178Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
4179
4180 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
4181 shell instructions from Heiko Rupp
4182
4183Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
4184
4185 * catalog.c: use the URL notation file:// for default catalog paths
4186
4187Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
4188
4189 * include/libxml/tree.h: better comments for _private fields
4190 * tree.c: removed a problem when copying an entity reference.
4191
4192Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
4193
4194 * vms/*: updated instructions and diffs from John A Fotheringham
4195
4196Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
4197
4198 * include/libxml/xmlerror.h: avoid an include problem if
4199 #include <libxml/xmlerror.h> happens first in code
4200 seems to be the case in KDE libs
4201
4202Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
4203
4204 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
4205 from Igor for Windows
4206
4207Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
4208
4209 * Makefile.am: Gary Pennington pointed out a missing prefix
4210
4211Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
4212
4213 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
4214 * doc/*: upgraded and rebuilt the docs
4215
4216Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
4217
4218 * HTMLparser.c: fix comment in scripts element parsing.
4219 * result/HTML/doc3*: updated the results.
4220
4221Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
4222
4223 * uri.c: another URI bug fix #63336, using Joel Young patch.
4224
4225Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
4226
4227 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
4228 a cleaned up version of the Pwd shell string generation.
4229
4230Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4231
4232 * valid.c include/libxml/tree.h: trying to fix namespaces +
4233 validation problems for good, closing #63619 in the process
4234 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
4235 wrong in this respect, fixed it.
4236
4237Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
4238
4239 * xmllint.c: Morus Walter patch to allow --format and --encode
4240
4241Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
4242
4243 * debugXML.c: Stefan Kost provided an help command for the shell
4244
4245Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
4246
4247 * debugXML.c: Heiko Rupp pointed that the shell would crash
4248 on empty nodesets returns.
4249
4250Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
4251
4252 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
4253 migh need the history libraries
4254
4255Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
4256
4257 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
4258 handle the case of < in quoted attributes, Bastian Kleineidam
4259
4260Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
4261
4262 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
4263 fixing catalog breakages
4264 * Makefile.am catalog.c result/catalogs/catal
4265 result/catalogs/mycatalog.* test/catalogs/catal*:
4266 fixed more problems in catalog support, added more regression tests
4267 for both XML and SGML catalog handling
4268
4269Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
4270
4271 * debugXML.c: applied an improvement to xmlGetLineNo() from
4272 Keith Isdale
4273
4274Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
4275
4276 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
4277 Side effect of the progressive catalog loading
4278
4279Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
4280
4281 * Makefile.am: confexecdir and confexec_DATA were defined twice
4282 pointed out by Karl Eichwalder
4283
4284Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
4285
4286 * xmlcatalog.c: avoid unlink() and use remove() instead.
4287
4288Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
4289
4290 * libxml.spec.in: cleanup
4291 * include/libxml/xmlwin32version.h: updated with 2.4.8
4292
4293Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
4294
4295 * encoding.c global.data globals.c testThreads.c: fix bug #63752
4296 of compiling libxml with a non standard set of options
4297
4298Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
4299
4300 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
4301 document --sgml option, fixing gnome bugzilla #63382
4302
4303Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
4304
4305 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
4306 breakage of 2.4.7, added a couple of really needed APIs
4307 like xmlCatalogIsEmpty() and xmlNewCatalog()
4308 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
4309 for install-catalog
4310 * configure.in: preparing 2.4.8
4311
4312Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
4313
4314 * HTMLtree.c tree.c include/libxml/HTMLtree.h
4315 include/libxml/tree.h include/libxml/xmlIO.h: more include
4316 cleanups, export cleanly one html output + format function.
4317
4318Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
4319
4320 * parser.c: removed initGenericErrorDefaultFunc call from
4321 xmlInitParser() since it could destroy previous calls to
4322 xsltSetGenericErrorFunc() effects
4323
4324Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4325
4326 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
4327 keyword.
4328
4329Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
4330
4331 * Makefile.am: cleanup
4332 * threads.c: cleanup too
4333 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
4334 from xsltproc
4335 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +00004336 dependency loop.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004337
4338Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
4339
4340 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
4341 was not used anymore !
4342
4343Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4344
4345 * configure.in: preparing 2.4.7
4346 * Makefile.am doc/Makefile.am: switched to the latest xmllint
4347 manual page from John
4348 * doc/*: updated the doc and rebuilt the generated pages
4349
4350Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
4351
4352 * xmlIO.c: closing bug #62711, the library should never
4353 close stdin or stdout.
4354
4355Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
4356
4357 * uri.c: second pass at fixing #63336, using Joel Young
4358 final patch. looks okay.
4359
4360Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
4361
4362 * uri.c include/libxml/uri.h: trying to clear #63336
4363 allowing the escaping routine to parse unconformant
4364 URI-References.
4365
4366Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
4367
4368 * vms/readme.vms vms/build_libxml.com nanoftp.c
4369 include/libxml/xmlversion.h.in: a few VMS updates from
4370 John A Fotheringham
4371 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
4372 and xmlCleanupOutputCallbacks() for the Perl binding people.
4373
4374Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
4375
4376 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
4377 apply fixes to close #63271 and avoid segfaults when
4378 the error routine gets callbed before xmlInitParser()
4379 get called.
4380 * nanoftp.c error.c: Applied patches from Justin Fletcher
4381 correcting some xmlGenericError misuses.
4382
4383Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
4384
4385 *doc/xmllint.xml, doc/xmllint.1
4386 New and improved man page for xmllint - .xml is the original, .1
4387 is the generated man page
4388
4389Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
4390
4391 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
4392 the web site from the main HTML document.
4393
4394Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4395
4396 * parser.c: fixed an erroneous validation bug when PE refs
4397 occurs in external parsed entities referenced from the
4398 internals subset
4399 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
4400 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
4401 added the associated testcase, it's a nice one.
4402 * HTMLparser.c: generate the DTD node as HTML still ...
4403 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
4404
4405Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4406
4407 * HTMLparser.c: fixed a bug in htmlNewDoc()
4408
4409Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4410
4411 * test/threads/*: added entities testing to the Thread test
4412 * testThreads.c: make the test reasonable
4413 * DOCBparser.c: fix the DTD public and system ID
4414 * xmllint.c: added --sgml for SGML DocBook importing
4415 * Makefile.am: added Docbtests target
4416
4417Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4418
4419 * nanoftp.c: use only "anonymous@" string for anonymous passwds
4420 * testThreads.c: removed bogus include
4421
4422Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4423
4424 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
4425 fixed a very serious (looping) validation bug
4426
4427Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
4428
4429 * include/libxml/globals.h include/libxml/threads.h threads.c
4430 testThreads.c: far more testing, cleaning up bugs
4431 * *.c : make sure globals.h is always included.
4432
4433Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
4434
4435 * HTMLparser.c: try to get rid of parser loops for good.
4436
4437Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
4438
4439 * configure.in: fixed some bugs in CFLAGS passing.
4440 * test/threads Makefile.am testThreads.c: added a specific
4441 threaded test case (really nasty, guaranteed).
4442
4443Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
4444
4445 * catalog.c: serious cleanup on the management of the
4446 XML catalog tree, more tests done, especially with
4447 the catalog PI.
4448
4449Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
4450
4451 * catalog.c: avoid a problem in catalog cleanup on SMP if
4452 catalogs were not initialized.
4453
4454Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
4455
4456 * catalog.c xpath.c: trying to cleanup the not thread safe
4457 parts of the library.
4458
4459Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
4460
4461 * include/libxml/globals.h configure.in global.data: make
4462 the allocation be per-thread a configure option
4463 * encoding.c include/libxml/parser.h: fixed compilation
4464 errors
4465
4466Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4467
4468 * include/libxml/parser.h: Norm reported that a few lines
4469 added were breaking libxslt compile, removed them for now
4470
4471Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
4472
4473 * parser.c parserInternals.c threads.c: debugged and fixed
4474 initialization problems which were giving troubles on SMP
4475 boxes.
4476
4477Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4478
4479 * include/libxml/Makefile.am: missing globals.h
4480
4481Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4482
4483 * globals.c: added a couple of standard includes.
4484
4485Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4486
4487 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
4488 include/libxml/parserInternals.h include/libxml/tree.h
4489 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
4490 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
4491 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
4492 Applied the last patches from Gary, cleanup, activated threading
4493 all user accessible global variables are now handled in globals.[ch]
4494 Still a bit rought but make tests passes with either
4495 --with-threads defined at configure time or not.
4496 * Makefile.am example/Makefile.am: added globals.[ch] and threads
4497 linking options
4498
4499Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4500
4501 * Makefile.am include/libxml/Makefile.am
4502 include/libxml/globals.h globals.c include/libxml/threads.h
4503 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
4504 configure.in: started integrating the core of the thread support
4505 not activated yet but half integrated. The code should still
4506 compile and work anyway.
4507
4508Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4509
4510 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
4511 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
4512 integrating the non-controversial parts of Gary Pennington
4513 multithread patches
4514 * catalog.c: corrected a small bug introduced
4515
4516Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4517
4518 * catalog.c include/libxml/catalog.h: very serious cleanup,
4519 isolating unportable code and as much as possible the accesses
4520 to the global shared catalog. May need more testing !
4521
4522Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4523
4524 * include/libxml/debugXML.h debugXML.c tree.c: integrating
4525 Keith Isdale patches for the XSLT debugger interfaces. Some
4526 cleanup
4527
4528Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4529
4530 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
4531 * DOCBparser.c: generate line nubers in elements
4532
4533Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4534
4535 * configure.in: preparing 2.4.6 release
4536 * doc/xml.html doc/html/*: updated and rebuilt the docs
4537 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
4538
4539Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
4540
4541 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
4542 adding documentation for DV's supercatalog support
4543
4544Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4545
4546 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
4547 super catalog support adding one API and one flag --sgml to
4548 xmlcatalog
4549
4550Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
4551
4552 * doc/xmlcatalog_man.xml, xmlcatalog.1
4553 One more crack at
4554 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4555
4556
4557Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4558
4559 * xpath.c: implemented xmlXPathObjectCopy for external objects
4560 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
4561
4562Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
4563
4564 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4565 finishing up fix to
4566 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
4567 the xmlcatalog man page display more elegantly
4568
4569Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
4570
4571 * configure.in: closing bug #61832
4572 * HTMLparser.c: removed a warning
4573
4574Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4575
4576 * xpath.c: fixing #61673 part I, do not loose doc information
4577 when copying result value trees.
4578
4579Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4580
4581 * xpath.c: trying to harden the XPath interpreter
4582
4583Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
4584
4585 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
4586 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4587
4588Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4589
4590 * HTMLparser: repaired another loop problem
4591
4592Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4593
4594 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
4595 parsing.
4596 * xpath.c: fix bug #61291 the default XML namespace node is
4597 missing from the namespace axis.
4598 * tree.c: refuse to create namespaces nodes with prefix "xml"
4599
4600Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
4601
4602 * SAX.c: ouch a non-defined namespace could lead to a crash,
4603 fixed #61215
4604
4605Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4606
4607 * parserInternals.c: closed bug #61054
4608
4609Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4610
4611 * include/libxml/Makefile.am: closing #60708
4612
4613Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4614
4615 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
4616 adding xmlSAXParseFileWithData following Marco Stipek suggestion
4617
4618Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4619
4620 * valid.c: close bug #61550 when xml: wasn't considered a namespace
4621
4622Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4623
4624 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
4625 * DOCBparser.c HTMLparser.c parser.c: fixed typos
4626
4627Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
4628
4629 * catalog.c: Justin Fletcher provided cleaup code in case
4630 HAVE_STAT is not defined
4631 * include/win32config.h: Igor Zlatkovic suggested to have
4632 HAVE_STAT defined there
4633
4634Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4635
4636 * catalog.c - fixed typing error reported by M. Barros
4637
4638Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
4639
4640 * xmllint.c - fixing typo
4641
4642Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4643
4644 * HTMLparser.c: small enhancement to prevent loop on
4645 unrecognizable data
4646
4647Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4648
4649 * parserInternals.c: applying patch from bug #60757 this
4650 should close it
4651
4652Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4653
4654 * catalog.c xmlcatalog.c: removed a couple of warning
4655 * xpath.c: try to solve the linking problem on platforms
4656 needing trio to compile
4657
4658Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4659
4660 * Makefile.am libxml.spec.in: backing up non-documented changes
4661 commited without review or aproval by Jens Finke <jens@gnome.org>
4662 * HACKING: made 100% clear that no commit should be done directly
4663
4664Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4665
4666 * configure.in: Joe Orton provided a patch fixing a problem
4667 when iconv is specified to be in a non-standard directory
4668 but wasn't exported in xml2-config --cflags
4669
4670Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4671
4672 * configure.in: let's ship 2.4.5 before getting too much
4673 troubles with 2.4.4 errors.
4674
4675Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4676
4677 * encoding.c entities.c: do not output hexadecimal charrefs
4678 when serializing HTML since some version of Netscape can't
4679 grok it, generate decimal ones.
4680 * result/HTML/doc3.htm: output changed due to previous test
4681 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
4682
4683Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
4684
4685 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
4686 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
4687
4688Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4689 Released 2.4.4
4690
4691 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
4692 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
4693 updated the configuration scripts systems accordingly
4694
4695Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4696
4697 * configure.in: preparing for 2.4.4
4698 * doc/xml.html doc/html/*: updated and rebuilt the docs
4699
4700Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4701
4702 * win32/dsp/libxml2.def.src: tried to incorporate comments
4703 from bug #59220
4704
4705Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4706
4707 * parser.c result/noent/wml.xml: fixed bug #59981 related
4708 to handling of '&' in attributes when entities are substitued
4709
4710Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4711
4712 * libxml.h include/libxml/xmlversion.h.in
4713 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
4714 Tried to close bug #60131
4715
4716Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4717
4718 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
4719
4720Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
4721
4722 * SAX.c: fixing bug #59946 on xmlns=""
4723
4724Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4725
4726 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
4727 but allocates a new error code.
4728
4729Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4730
4731 * xmllint.c: John Fleck fixed typos in the options output
4732 * parser.c SAX.c: fix ignorable white space SAX selection
4733
4734Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4735
4736 * entities.c: Steve Underwood found the possibility of an
4737 ininite loop in case of error.
4738
4739Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4740
4741 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
4742
4743Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4744
4745 * parser.c: warn if version is not 1.0 but it's not
4746 strictly speaking an error after analyzing the spec
4747
4748Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
4749
4750 *doc/catalog.html - add link to the html version of the
4751 man page, other linguistic cleanups
4752
4753Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
4754
4755 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4756 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
4757 file, has not yet been included in the build.
4758
4759Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4760
4761 * catalog.c: removed a duplicate affectation Justin Fletcher
4762
4763Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
4764
4765 * tree.c: Armin Sander pointed a possible text coalescing
4766 problem, completed his patch.
4767
4768Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4769
4770 * trionan.c: Fixed const and volatile re-definition problem
4771
4772Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
4773
4774 * libxml.4 parser.c: doc updates from Heiko Rupp
4775 * parserInternals.c: 2 sanity checks from Heiko Rupp
4776
4777Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4778
4779 * tree.c: applied patch from Armin Sander to make some pointers
4780 const in xmlCopyNode()
4781 * include/libxml/tree.h: added fix to the header
4782
4783Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4784
4785 * xpath.c: hum, restrict the integer usage gcc bug workaround
4786 to only gcc compilers so that other architecture don't get
4787 penalized by this limitation.
4788 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
4789
4790Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4791
4792 * valid.c: fixed a Windows compiler warning (Chris Poblete)
4793 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
4794
4795Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4796
4797 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
4798 --convert option to xmlcatalog to convert SGML ones to
4799 the XML syntax.
4800 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
4801
4802 2.4.3 got released at that point
4803Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4804
4805 * catalog.c xmlIO.c: started some serious testing and fixed
4806 a few bug and optmization needs.
4807
4808Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4809
4810 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4811 preparing for a 2.4.3 release even if it may not be ready yet
4812 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
4813 all file parsing lookup to go through the entity resolver, add
4814 to add an API to bypass it (needed to load catalogs themselves),
4815 some cleanup on the catalog code too.
4816 * nanoftp.c: small cleanup
4817 * doc/catalog.html: small update
4818
4819Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4820
4821 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
4822 Jun Kuriyama
4823
4824Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4825
4826 * doc/catalog.html: finished the catalog documentation
4827
4828Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4829
4830 * doc/catalog.html doc/xml.html: added documentation about
4831 Catalog support, misses an API description
4832 * doc/html/*: reextracted the API pages
4833
4834Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4835
4836 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
4837 Added the part about section 7.2 on URI resolution,
4838 fixed a side effect in the HTML parser, look complete
4839 and ready to rock except the URI/SystemID part!
4840
4841Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4842
4843 * include/libxml/catalog.h include/libxml/parser.h
4844 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
4845 xmlIO.c: added support and APIs needed for the catalog PI
4846 * include/libxml/xmlIO.h: cleanup
4847
4848Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4849
4850 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
4851 include/libxml/catalog.h: starts to look okay, really
4852 plugged the new framework, cleaned a lot of stuff,
4853 added some APIs, except the PI's support missing this
4854 should be mostly complete
4855 * result/catalogs/* test/catalogs/*: added new test, enriched
4856 the existing one with URN ID tests
4857
4858Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4859
4860 * catalog.c: fixed nextCatalog
4861 * result/catalogs/docbook test/catalogs/*: started adding
4862 a small regression test
4863
4864Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
4865
4866 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
4867 more work on the XML catalog support.
4868 * parser.c include/libxml/parser.h: small cleanup seems using
4869 list as a public parameter name can give portability troubles
4870 * trionan.c trionan.h xpath.c include/libxml/trionan.h
4871 include/libxml/xpath.h include/libxml/Makefile.am: removed
4872 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
4873 wrappers
4874
4875Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4876
4877 * Makefile.am trio.c triodef.h trionan.c xpath.c
4878 include/libxml/Makefile.am include/libxml/trionan.h:
4879 Re-worked Not-A-Number and Infinity support.
4880 * xmlcatalog.c: added readline include files
4881
4882Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4883
4884 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
4885 testCatalog as xmlcatalog, making it an installed app
4886 adding a shell, and preparing it to be a /etc/xml/catalog
4887 management tool, though not ready yet
4888 * catalog.c include/libxml/catalog.h: adding support for
4889 XML Catalogs http://www.oasis-open.org/committees/entity/
4890 not finished, there is some interesting tradeoffs and a
4891 few open questions left.
4892
4893Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
4894
4895 * xmllint.c: fixed a line formatting problem
4896
4897Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4898
4899 * SAX.c: removed a couple of unused variable (Albert Chin)
4900
4901Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4902
4903 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
4904 trying to fix some troubles w.r.t. function returning
4905 const xxxPtr.
4906
4907Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4908
4909 * win32/dsp/libxml2.def.src: another set of symbols conditionally
4910 defined
4911
4912Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4913
4914 * xpointer.c: removed unused var
4915
4916Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4917
4918 * testXPath.c: another small cleanup closing bug #59110
4919
4920Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4921
4922 * win32/dsp/libxml2.def.src: small cleanup closing bug
4923 #59108
4924
4925Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4926
4927 * example/gjobread.c: add xmlCleanupParser() before leaving
4928
4929Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
4930
4931 * config.h.in configure.in include/libxml/xmlwin32version.h:
4932 released 2.4.2
4933
4934Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
4935
4936 * include/libxml/valid.h debugXML.c valid.c: deprecate
4937 the non-boundchecking Sprintf functions, add Snprintf
4938 this should close bug #57984
4939
4940Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
4941
4942 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
4943 URIs before doing the lookups (pointed by Mark Vakoc)
4944
4945Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4946
4947 * xpath.c: serious changes on Result Value Trees and NodeSets
4948 w.r.t. deallocation and collect operations. Probably not
4949 100% clean (merge of allocated trees smells like a problem).
4950 Seems sufficient to close #58943
4951
4952Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4953
4954 * xmllint.c: adding a --format option
4955
4956Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
4957
4958 * xpath.c: count() was broken on Result Value Tree
4959 * xmlIO.c: fixed file:/// accesses on _WIN32
4960
4961Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4962
4963 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
4964 macro was renamed, this should close bug #58683
4965
4966Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4967
4968 * SAX.c: small fix fixing bug #58539 reported by coolo, in
4969 entity substitution mode text at the end of the entity might
4970 be added due to text coalescing.
4971 * nanoftp.c parser.c: small cleanup
4972
4973Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4974
4975 * HACKING: added John Fleck right to commit in the doc subdir
4976
4977Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4978
4979 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
4980 allow to inherit attributes from the DTD directly in the
4981 tree, this is needed for XPath and can be a useful feature.
4982 Inherited namespaces are always provided at the tree level now
4983 * test/defattr* result/defattr* result/noent/defattr*: added a couple
4984 of tests for this feature (XSLT being the prime user).
4985
4986Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4987
4988 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
4989 testSAX.c xmlIO.c xmllint.c include/win32config.h
4990 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
4991 include/libxml/xmlwin32version.h.in win32/README.MSDev
4992 win32/dsp/*: applied Win32 Facelift No.2 patches from
4993 Igor Zlatkovic for Windows/MSC
4994
4995Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
4996
4997 * SAX.c: unparsedEntityDecl() the URI computation of the
4998 entity wasn't done breaking XSLT unparsed-entity-uri()
4999
5000Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
5001
5002 * xpath.c: fixed a bug when walking the descendants and
5003 the current node has no children
5004 * debugXML.c: show up when a text node is supposed to not be escaped
5005
5006Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5007
5008 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
5009 worked like the set:leading() function)
5010 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
5011
5012Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5013
5014 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
5015
5016Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5017
5018 * include/libxml/xmlIO.h: apply change to close #58141
5019 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
5020
5021Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5022
5023 * parser.c: when the internal subset uses a PE, then the
5024 included entity can use conditional sections.
5025
5026Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5027
5028 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
5029 when walking the namespace axis showing up in
5030 libxst/tests/general/bug-12
5031 * xmlmemory.c: added the possibility to trace a given block
5032 defined by its address
5033
5034Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5035
5036 * parser.c: don't override existing encoding specified before
5037 starting xmlParseDocument()
5038
5039Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5040
5041 * include/libxml/xmlwin32version.h: reinserted, needed for
5042 Windows users of CVS
5043
50442001-07-27 Darin Adler <darin@bentspoon.com>
5045
5046 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
5047 * testCatalog.c: Add include of <libxml/parser.h>.
5048
50492001-07-27 Darin Adler <darin@bentspoon.com>
5050
5051 * include/libxml/.cvsignore:
5052 * include/libxml/xmlwin32version.h:
5053 Remove this file from CVS because it's generated.
5054
5055Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5056
5057 * parser.c include/libxml/parser.h: applied const patches from
5058 Tom Moog #58002
5059
5060Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5061
5062 * xpath.c include/libxml/xpath{,Internals}.h: added a function
5063 lookup framework
5064
5065Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5066
5067 * tree.c: fixed xmlCopyNode() for documents
5068
5069Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5070
5071 * parser.c: fixed bugs #58073 reported by Greg Shtilman
5072
5073Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5074
5075 * parser.c: fixes bug #57652 reported by Morus Walter
5076
5077Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5078
5079 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
5080
5081Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5082
5083 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
5084 errors, lesson don't add new functions at 1am before a release
5085 * xpath.c: integrated fix from Bjorn to avoid divide by zero
5086 from XPath initialization when possible.
5087
5088Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5089
5090 * result/scripts/base*: removing history/readline changed
5091 this slightly
5092 * include/libxml/parser.h SAX.c parser.c parserInternals.c
5093 xmllint.c: make element content line number generation
5094 optionnal to avoid breaking old apps added interface to switch
5095
5096Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5097
5098 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +00005099 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00005100 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
5101 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
5102 John Kroll fixes to allow saving to HTTP via PUT (or
5103 POST of needed).
5104 * doc/html/*.html: regenerated the docs
5105
5106Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5107
5108 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
5109 xmlHashScanFull and xmlHashScannFull3 to get passed the
5110 three keys as arguments to the callback function
5111
5112Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5113
5114 * configure.in Makefile.am: removed libxml softlink for good
5115 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
5116 100% coverage by gtk-doc
5117
5118Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5119
5120 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
5121 fixed serious troubles due to size_t vs. int mismatch
5122
5123Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5124
5125 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
5126
5127Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5128
5129 * include/libxml/xpath{,Internals}.h xpath.c: added a more
5130 convenient extension API for value and context managing
5131 Now handles external objects through xmlXPathPopExternal,
5132 xmlXPathWrapExternal and xmlXPathReturnExternal.
5133 Added functions for sets operations (intersection, etc.)
5134
5135Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5136
5137 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
5138 xmlIO.c tree.c parserInternals.c entities.c encoding.c
5139 HTMLparser.c: cleanup of global variables, marking some
5140 const or private.
5141
5142Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5143
5144 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
5145 fixed xmlXPathNodeSetItem when passing index=0
5146
5147Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5148
5149 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
5150
5151Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5152
5153 * xmllint.c: fixed compilation under Cygwin #57503
5154 * TODO: update
5155
51562001-07-13 Peter Williams <peterw@ximian.com>
5157
5158 * config.h.in: add #undef HAVE_DLFCN_H
5159
5160 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
5161 builddir.
5162
5163Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5164
5165 * win32/libxml2/libxml2.def.src: added a couple of exported entries
5166 raised by #57348 and #57381
5167
5168Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5169
5170 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
5171 tree.c xpointer.c: store the line numbder in element->content,
5172 may break some software, need a configuration mechanism
5173
51742001-07-10 Darin Adler <darin@bentspoon.com>
5175
5176 * .cvsignore:
5177 * example/.cvsignore:
5178 * include/.cvsignore:
5179 * include/libxml/.cvsignore:
5180 Various things that are generated and should be ignored.
5181
5182Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5183
5184 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
5185 * doc/xml.html doc/html/*: updated the docs
5186
5187Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5188
5189 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
5190 validation occured on content with element child
5191
5192Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5193
5194 * tree.c: fixed XML Base computation which was broken
5195 * debugXML.c: added a base function to the shell
5196 * Makefile.am result/scripts/* test/scripts/*: added scripts
5197 based regression tests, and adding 2 XML Base tests
5198
5199Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5200
5201 * tree.c: set properties doc and call xmlSetListDoc for properties
5202 content when grafting them in a different tree.
5203 * aclocal.m4: remove from CVS
5204
5205Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5206
5207 * win32/libxml2/libxml2.def.src: added some missing entry point
5208 for XPath (Mark Vakoc)
5209
5210Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5211
5212 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
5213 layer should URI-Unescape before trying to open resources.
5214
5215Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5216
5217 * xpath.c: fix the name() bug for elements in the default
5218 namespace reported by Charlie Bozeman
5219
5220Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5221
5222 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
5223 led to an XPath fix, improvements of SAX initialization, and
5224 an added option --nocdata to testXPath
5225
5226Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5227
5228 * doc/libxml-doc.el: Felix Natter provided anew version working
5229 with XEmacs too
5230
5231Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5232
5233 * include/libxml/xpath.h: small cleanup
5234 * doc/xml.html: update
5235
5236Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5237
5238 * Makefile.am configure.in include/libxml/xmlwin32version.h:
5239 released 2.3.14
5240
5241Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5242
5243 * doc/html/*: rebuilt the docs for the release
5244 * doc/xml.html: added 2.3.14 release.
5245
5246Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5247
5248 * xpath.c: a bug reported by Stephan Kulow empty nodesets
5249 were not equal to empty strings
5250
5251Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5252
5253 * SAX.c: fixed a URI-Reference computation problem when validating
5254 * xmlIO.c: small cleanup
5255
5256Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5257
5258 * parser.c: improved the description of a couple of interfaces
5259 upon Larry Stamper suggestion
5260
5261Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5262
5263 * SAX.c entities.c parser.c: changed completely the way entities
5264 are handled when running the parser in entity substitution mode.
5265 This fixes a bug reported by Stephan Kulow and nearly divides
5266 by 3 the amount of memory required by libxslt to load and process
5267 DocBook TDG.
5268
5269Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5270
5271 * HTMLparser.c: fixing a too early root closing problem raised
5272 byt Prashanth Naidu
5273
5274Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5275
5276 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
5277 raised by Mark Vakoc.
5278
5279Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5280
5281 * example/Makefile.am: fixed the include path to add srcdir/include
5282 * Makefile.am configure.in: fix from Albert Chin for iconv detection
5283 and some cleanup
5284
5285Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5286
5287 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
5288 lot of optimization work, results in significant improvements
5289 when handling really complex XPath queries. Add a small optimizer
5290 for unions, improve [n] and [last()], avoid some costly ops.
5291
5292Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5293
5294 * include/libxml/parser.h parser.c: xmlStrstr args are both const
5295 * xpath.c: small cleanup
5296 * xmlGetNsList: reformated, fixed problems if used on Entities
5297
5298Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5299
5300 * doc/xml.html: added 1.8.14 and 2.3.13 releases
5301
5302Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5303
5304 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
5305 * Makefile.am example/Makefile.am: workaround automake generating
5306 erroneous deps
5307
5308Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5309
5310 * include/win32config.h: bug #56801 Yon Derek provided a patch
5311 to the windows config file.
5312
5313Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5314
5315 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
5316 libxml.h : Yon Derek provided a set of changes to compile from
5317 CVS on Windows/MSC
5318
5319Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5320
5321 * parser.c: fixed UTF8 BOM support in push mode
5322 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
5323 added a specific testcase
5324
5325Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5326
5327 * Makefile.am: added --push regression tests
5328 * parserInternals.c: the XML parser segfaulted in --push mode
5329
5330Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5331
5332 * configure.in: moved the symlinks detection within a CVS
5333 check, this is not portable and will be removed soon.
5334 * xpath.c: small cleanup/speedup
5335
5336Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5337
5338 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
5339 release of 2.3.12
5340 * parser.c: make an error message if unknow entities in all cases
5341
5342Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5343
5344 * uri.c: fixed 2 uri normalization bugs on '//' reduction
5345
5346Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5347
5348 * include/libxml/Makefile.am: Laszlo Peter pointed out that
5349 includes were installed in the wrong dir
5350
5351Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5352
5353 * doc/html.xml: warn against sending code to exhibit bugs.
5354
5355Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5356
5357 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
5358 Tru64 from Thomas Leitner
5359
5360Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5361
5362 * AUTHORS: added William and Bjorn
5363 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
5364 daniel@veillard.com hopefully I won't have to do this again
5365 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
5366 docs can be rebuilt cleanly now
5367 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
5368 from CVs it's generated, added include/libxml/xmlwin32version.h
5369 also generated but which should change far less frequently.
5370 * catalog.c nanoftp.c: made sure to include libxml.h not
5371 libxml/xmlversion.h directly
5372 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
5373 when compiling on WIN32 and MSC
5374
5375Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5376
5377 * include/Makefile.am include/libxml/Makefile.am configure.in:
5378 fixed make distcheck and rebuilding the rpms
5379
5380Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5381
5382 * configure.in: should finish the migration of exported includes
5383 into a real include/libxml in CVS, at least for CVS users.
5384 * removed the exported headers, added in include/libxml (as well
5385 as xmlversion.h.in).
5386
5387Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5388
5389 * configure.in: fixed the way to detect symlink
5390
5391Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5392
5393 * configure.in: updated, include/libxml is now a real CVS dir
5394
5395Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5396
5397 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
5398 version works with both libxml1 and libxml2 (it autodetects
5399 the prefix of the html-files) from Felix Natter.
5400 * doc/xml.html: updated doc accordingly
5401
5402Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5403
5404 * xpath.c: fixed the bug generating a template loop in libxslt
5405 when using docbook-xsl-1.4, * should filter out document nodes
5406 * HACKING: added William
5407 * TODO: updated
5408
5409Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5410
5411 * doc/FAQ.html: added a warning about gcc-3.0
5412 * doc/xml.html: added reference to gdome2 and removed a confusing
5413 sentence
5414
5415Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5416
5417 * xmlversion.h: okay this is a generated file, but Windows
5418 users need it and they can't generate it, and I want CVS
5419 Windows users ...
5420 * win32/libxml2/libxml2_so.dsp: Windows project file for
5421 the shared lib version of libxml2
5422 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
5423 resources needed for libxslt/xsltproc by Yon Derek
5424
5425Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5426
5427 * trio.c: MSVC fix (provided by Igor Zlatkovic)
5428
5429Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5430
5431 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
5432
5433Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5434
5435 * include/win32config.h: Yon Derek provided a first fix
5436 to be able to compile libxslt/xsltproc on Windows
5437
5438Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5439
5440 * xpath.c: attempt to work around what seemed a gcc optimizer
5441 bug when handling floats on i386 http://veillard.com/gcc.bug
5442 * tree.c entities.c encoding.c: doing some cleanups while
5443 chasing it
5444
5445Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5446
5447 * Makefile.am: cleanup when --without-debug is specified
5448 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
5449 w.r.t. --without-debug and other include points
5450 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
5451 Catalogs
5452 * configure.in entities.h tree.h HTMLparser.c: removed
5453 --without-corba, made the _private field mandatory
5454
5455Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5456
5457 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
5458 outputs a BOM in UTF8, an errata has been issued to avoid the
5459 problem, that was the most reasonable solution... Add support
5460 for a leading UTF8 BOM in entities.
5461
5462Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5463
5464 * valid.c: fixed a bug found when post validating an entity ref
5465 * xmllint.c: added --loaddtd and sligly changed --postvalid to
5466 activate it too
5467
5468Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5469
5470 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
5471 weakness in the node copy the XPointer and the XInclude
5472 implementations. Serious cleanup.
5473
5474Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5475
5476 * Makefile.am: Kjartan Maraas provided a small patch to
5477 add xml2-config.in to EXTRA_DIST
5478
5479Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5480
5481 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
5482 provided another failing case found in KDE, the way the
5483 ctxt->vctxt.nodeTab was allocated and freed changed over
5484 time but it wasn't completely cleaned up. This should fix it.
5485
5486Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5487
5488 * parser.c: Stephan Kulow also raised the fact that line number
5489 could get miscounted making debug harder, fixed the problem
5490 in xmlParseCharData()
5491
5492Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5493
5494 * valid.c: Stephan Kulow pointed out a problem when validating
5495 and using an empty entity, forgot a 'break' in a case.
5496
5497Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5498
5499 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
5500 * doc/xml.html: updated with 2.3.11
5501
5502Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5503
5504 * TODO: updated adding cleanup of generated doc
5505 * configure.in: prepared to release 2.3.11
5506 * xmllint.c: added --version for bug reporting
5507 * doc/html/*.html: rebuilt the doc
5508
5509Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5510
5511 * xpath.c: first part of the work on selecting namespace to
5512 fix bug #56115
5513
5514Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5515
5516 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
5517 when using -liconv
5518 * TODO: updated
5519
5520Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5521
5522 * HTMLtree.[ch]: more work on the HTML serialization routnes,
5523 cleanup, encoding support.
5524
5525Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5526
5527 * xpath.c: Thomas Broyer suggested a better patch for the / arg
5528
5529Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5530
5531 * xpath.c: bug detected by Ankh when / is used as a function arg
5532
5533Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5534
5535 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
5536 of element and use it to avoid outputting formatting spaces at
5537 the wrong place. Implemented the format parameter for HTML save.
5538 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
5539 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
5540 result/HTML/wired.html: of course this impact the result of a
5541 number of HTML tests
5542
5543Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5544
5545 * HTMLtree.[ch]: started augmenting the HTML save API with
5546 encoding and formatting parameters
5547
5548Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5549
5550 * HTMLtree.h: cleanup and started evaluating the work needed on
5551 revamping the HTML output code
5552
5553Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5554
5555 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
5556
5557Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5558
5559 * valid.c: fixed bug #56049, forgot one check in the
5560 validation routine
5561
5562Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5563
5564 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
5565
5566Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5567
5568 * libxml.h: fixed an error in last commit
5569 * doc/FAQ.html: added an entry for compilation from CVS
5570
5571Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5572
5573 * xmlversion.h.in libxml.h: Cygwin patches
5574 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
5575 * tree.h: cleanup
5576
5577Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5578
5579 * tree.c: patched xmlFreeNode() to avoid freeing() a static
5580 memory block in a strange case where libxml is linked twice
5581 in the binary.
5582
5583Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5584
5585 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
5586 state far too often, simple fix used to avoid it.
5587
5588Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5589
5590 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
5591 being processed, applied his patch
5592 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
5593
5594Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5595
5596 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
5597 provided fixes to compile on MSCC again
5598 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
5599 also provided an update for the project files.
5600
5601Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5602
5603 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
5604 bug #55810
5605
5606Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5607
5608 * tree.c: fixed xmlGetNsProp() to close bug #55683
5609 Note this requires libxslt to use it's own function instead.
5610
5611Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5612
5613 * HTMLtree.c: when in a pre element no formatting space should
5614 be added.
5615 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
5616
5617Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5618
5619 * configure.in: added tests for signal() and signal.h
5620
5621Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5622
5623 * xpath.c: robert pointed out xmlXPathNINF was not initialized
5624
5625Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5626
5627 * doc/libxml-doc.el: Felix Natter provided a new version for
5628 libxml2
5629
5630Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5631
5632 * HTMLtree.c: when in a pre element no formatting space should
5633 be added.
5634
5635Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5636
5637 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
5638
5639Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5640
5641 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
5642 hack
5643 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
5644 * uri.c: fixed a warning
5645
5646Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5647
5648 * HTMLtree.c: trying to close bug #55772 escaping in script
5649 elements
5650 * doc/xml.html: suggest to send mail to the list
5651
5652Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5653
5654 * error.c: attempt to fix the xmlGetVarStr breakage once and for
5655 good. Use a macro and based on the solution provided in
5656 vsnprintf manual page from GNU.
5657
5658Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5659
5660 * error.c: Workaround for non-preserving variadic list.
5661 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
5662
5663Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5664
5665 * doc/xml.html: added 2.3.10 release
5666
5667Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5668
5669 * configure.in: releasing 2.3.10
5670
5671Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5672
5673 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
5674
5675Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5676
5677 * encoding.c: Robert Collins provided a patch to add the
5678 "US-ASCII" encoding alias
5679
5680Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5681
5682 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
5683 string oriented functions and started cleaning the related areas
5684 in xpath.c which needed fixing in this respect
5685
5686Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5687
5688 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
5689 #55380
5690 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
5691
5692Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5693
5694 * TODO: updated
5695 * nanohttp.[ch] : started adding APIs to get the redirected URL
5696 when this occurs (needed for further base computation
5697 * tree.h: cleanup
5698 * encoding.c: cleanup
5699 * SAX.c: minor change around ctxt->loadsubset
5700
5701Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5702
5703 * Makefile.am include/Makefile.am: small change to have
5704 include/libxml rebuilt if working from CVS.
5705 * uri.c: applied another patch from Carl Douglas for URI escaping,
5706 this should close bug #51876
5707
5708Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5709
5710 * xinclude.c: fixed XInclude recursive behaviour bug #54678
5711 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
5712 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
5713 added specific regression test
5714 * parser.h: preparing for the XSLT mode where DTD inherited
5715 attributes are added to the tree.
5716
5717Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5718
5719 * xinclude.[ch]: Updated the namespace for the Last Call version
5720 * result/XInclude/include test/XInclude/include: updated the
5721 testsuite accordingly
5722
5723Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5724
5725 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
5726 related to bug #51876
5727
5728Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5729
5730 * tree.c: fixed a gross mistake in base computation, xml:base is
5731 not completely correct yet (need cascade).
5732 * xpath.[ch]: added the few things needed to find a function name
5733 and URI from the XPath context when it is called.
5734
5735Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5736
5737 * catalog.[ch]: fixes and add xmlLoadCatalogs()
5738 * DOCBparser.c: small cleanup
5739 * xmllint.c: added a --catalogs option to load catalogs from
5740 $SGML_CATALOG_FILES
5741 * tree.c: cleanup
5742 * configure.in: iconv library fixup, ICONV_LIBS
5743
5744Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5745
5746 * catalog.c: handling of CATALOG entries. detection of recursion,
5747 and a few bugfixes
5748 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
5749 against the default namespace
5750
5751Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5752
5753 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
5754
5755Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5756
5757 * parser.c: fixed propagation context info when parsing an
5758 external entity.
5759 * doc/html/*.html: regenerated a couple of docs
5760
5761Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5762
5763 * doc/xml.html: update with 2.3.9 informations
5764
5765Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5766
5767 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
5768 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
5769 * doc/html/* : rebuilt the docs
5770 * valid.c: small patch which may improve some case when
5771 validating.
5772
5773Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5774
5775 * HTMLparser.c: Closed bug #54891
5776 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
5777 to the suite
5778
5779Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5780
5781 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
5782 applied a documentation patch from LotR and filled in a few missing
5783 descriptions
5784
5785Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5786
5787 * xpath.c tree.c parser.c: speed optimizations at the parser level
5788 document tree freeing and xpath evaluation
5789
5790Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5791
5792 * parser.c parser.h parserInternals.h: fixed a couple of
5793 interfaces for handling memory buffer input to const char *
5794 upon suggestion of JamesH.
5795
5796Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5797
5798 * configure.in: LoTR sent a patch fixing the previous commit
5799
5800Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5801
5802 * configure.in: trying to deal again with the stoopid -R linking
5803 flag of Solaris
5804
5805Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5806
5807 * xpath.h: two nodeset access macros from Thomas Broyer
5808
5809Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5810
5811 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
5812 patch from Thomas Broyer
5813
5814Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5815
5816 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
5817 case
5818 * INSTALL: was empty added stuff from the FAQ
5819
5820Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5821
5822 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
5823 attributes handling and #54433 by adding xmlUnsetProp()
5824 and xmlUnsetNsProp()
5825
5826Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5827
5828 * HTMLparser.c: Patch from Jonas Borgström
5829 (htmlGetEndPriority): New function, returns
5830 the priority of a certain element.
5831 (htmlAutoCloseOnClose): Only close inline elements if they
5832 all have lower or equal priority.
5833 * result/HTML: this of course changed a number of tests results.
5834
5835Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5836
5837 * xmlIO.c catalog.c: plugged in the default catalog resolution
5838 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
5839 documentations
5840 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
5841
5842Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5843
5844 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
5845 integrating catalogs
5846 * catalog.[ch] testCatalog.c: adding a small catalo API
5847 (only SGML catalog support).
5848 * parser.c: restaured xmlKeepBlanksDefault(0) API
5849
5850Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5851
5852 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
5853
5854Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5855
5856 * parser.c: added xmlParseExternalEntityPrivate() to allow
5857 propagation of ctxt->_private when parsing external entities
5858
5859Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5860
5861 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
5862
5863Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5864
5865 * configure.in: fixed a small portability problem with AM_CONDITIONAL
5866
5867Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5868
5869 * valid.c: warn when indeterminist content model is detected
5870 * result/VC/ElementValid8: this adds a message
5871 * Makefile.am: add --novalid for VCM tests
5872 * parserInternals.c: added a call to Init memory
5873
5874Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5875
5876 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
5877 when both parameters are NULL.
5878
5879Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5880
5881 * valid.c: applied small patch from Gary Pennington, reindented
5882 some part of the code.
5883
5884Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5885
5886 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
5887 release, updated and regenerated the docs
5888
5889Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5890
5891 * xpath.c result/XPath/expr/floats : clarified and cleanup
5892 printing of abnormal floats in tests.
5893
5894Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5895
5896 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
5897 * results/HTML/ : a few changes in the output of the HTML tests as
5898 a result.
5899 * configure.in: tying to fix -liconv where needed
5900
5901Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5902
5903 * Makefile.am: fixed a stupid error
5904
5905Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5906
5907 * configure.in Makefile.am: make the inclusion of the trio
5908 modules in the library conditional
5909
5910Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5911
5912 * DOCBparser.c: patche from László Kovács, fixed entities refs
5913 in attributes handling
5914
5915Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5916
5917 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
5918 flushing
5919
5920Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5921
5922 * xpath.c: fix of an XSLT namespace bug reported on the list
5923 general/bug-8-
5924
5925Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5926
5927 * strio.h trio.c: Dan McNichol suggested a couple of small
5928 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
5929
5930Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5931
5932 * tree.c parser.c encoding.c: spent a bit more time looking
5933 at the parsing speed and DOM handling. Added a few more
5934 speedups.
5935
5936Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5937
5938 * parser.c: small but effective parsing speed improvement
5939
5940Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5941
5942 * configure.in: default on the DocBook parser inclusion (for Gnome)
5943 * DOCBparser.h: fixed a header reference
5944
5945Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5946
5947 * configure.in xpath.c: applied Bjorn patches for FPE on the
5948 alpha
5949
5950Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5951
5952 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
5953 xmlSaveFormatFileTo()
5954
5955Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5956
5957 * xpath.c: simple and efficient optimization, XPath functions
5958 aways bind to the same code, cache this
5959 * TODO: updated (by saying some is obsolete)
5960
5961Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5962
5963 * xpath.c: more cleanup work on XPath name parsing routines
5964
5965Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5966
5967 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
5968 xmlXPathParseName
5969 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
5970 * debugXML.c: avoid compilation problems if compiling without
5971 HTML support, Igor Zlatkovic
5972 * win32/libxml2/libxml2.def.src: being able to compile without
5973 XPath on Windows
5974
5975Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5976
5977 * libxml.m4: yet another patch from Toshio Kuratomi
5978
5979Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5980
5981 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
5982
5983Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5984
5985 * tree.[ch]: added xmlSaveFormatFile interface for saving
5986 and indenting a file.
5987
5988Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5989
5990 * xpath.c: fixed bug #53689 related to processing-instruction()
5991
5992Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5993
5994 * DOCBparser.c: patche from László Kovács
5995
5996Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5997
5998 * parser.c: applied fixes from Christian Glahn bug report #53391
5999
6000Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6001
6002 * error.c: Jean François Lecomte provided a complete description
6003 and a fix to bug #53537
6004
6005Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6006
6007 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
6008
6009Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6010
6011 * DOCBparser.c SAX.c: a bit more work on entities processing.
6012 Still Need to cleanup XML output and references in attributes
6013
6014Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6015
6016 * DOCBparser.c include/Makefile.am: two patches from László Kovács
6017
6018Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6019
6020 * tree.c: trying to fix #53574, not completely complete,
6021 I would like xmllint --copy --debug test/ent1 and
6022 xmllint --debug test/ent1 to show the same result.
6023 * xpath.c: fix a bug when trying to sort namespace nodes
6024
6025Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6026
6027 * HTMLtree.c: real fix for #53402
6028
6029Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6030
6031 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
6032 PIs when using xsl:output
6033 * valid.c: closing #53537 some case generate segfaults if there
6034 is validity errors
6035
6036Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6037
6038 * SAX.c testDocbook.c DOCBparser.c: more work on the support
6039 of external parsed entities, added --noent to testDocbook
6040 * valid.c: Garry Pennington found an uninitialized variable
6041 access in xmlValidateElementContent()
6042
6043Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6044
6045 * HTMLparser.c : HTML parsing still sucks ... trying to deal
6046 with madness
6047 * result/HTML/ : this modified the result of the regression tests
6048 a lot.
6049
6050Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6051
6052 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
6053 to doc where it wasn't checked against NULL reported by
6054 Jens Laas
6055
6056Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6057
6058 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
6059 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
6060
6061Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6062
6063 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
6064 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
6065 * SAX.[ch]: cleanup and updates for DocBook
6066 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
6067 ex SGML identifier changes
6068 * valid.c: removed a static unused function.
6069
6070Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6071
6072 * HTMLtree.c: applied change for Paul Sponagl on script saving
6073 * Makefile.am: the warning about entity title.xml are normal.
6074
6075Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6076
6077 * configure.in: release of 2.3.7
6078 * Makefile.am: fixing make distcheck
6079
6080Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6081
6082 * doc/html/* doc/xml.html: updated and regenerated the docs
6083
6084Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6085
6086 * xpath.c: fixed the XPointer problem introduced in 2.3.6
6087
6088Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6089
6090 * tree.c: fixed #53388 with the provided patch
6091
6092Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6093
6094 * valid.c: Bjorn detected an invalid memory access. Fixed
6095 vstateVPush()
6096
6097Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6098
6099 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
6100
6101Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
6102
6103 * libxml.h: new header used only for the compilation of libxml
6104 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
6105 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
6106 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
6107 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
6108 xmlmemory.c xpath.c xpointer.c: libxml.h integration
6109 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
6110 baseline (version 1.2 plus a single patch).
6111 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
6112 scientific notation for numbers. Tests added.
6113 * xpath.c: formatting of numbers changed to use sprintf
6114 (contribution from William Brack)
6115
6116Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6117
6118 * valid.c: cleanup, more useful debugging
6119 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
6120 * xmlIO.c: entity loading is printed as an error when validating
6121
6122Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6123
6124 * valid.c: fixed to validate within entities
6125 * test/VCM/v22.xml: added a specific testcase
6126
6127Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6128
6129 * valid.c: forgot an epsilon transition in for ()+
6130 * test/VCM/v21.xml : added a specific test case
6131
6132Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6133
6134 * valid.c: removed a state explosion exhibited by RSS
6135 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
6136 from bug #51872
6137
6138Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6139
6140 * valid.[ch] tree.h: worked *hard* to get non-determinist content
6141 validation without using an ugly NFA -> DFA algo in the source.
6142 Made a specific algorithm easier to maintain, using a single
6143 stack and without recursion.
6144 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
6145 * hash.c: made the growing routine static
6146 * tree.h parser.c: added the parent information to an
6147 xmlElementContent node.
6148
6149Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6150
6151 * SAX.c parser.c xpath.c: generating IDs when not validating
6152 from an external parsed entity was poisoning the ID has table
6153 with removed values. This was killing XSLT on the KDE help
6154 browser.
6155
6156Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6157
6158 * entities.h: andrew@ugh.net.au detected a double declaration
6159
6160Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6161
6162 * debugXML.c hash.c tree.h valid.c : some changes related to
6163 the validation suport to improve speed with DocBook
6164 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
6165 the way validation errors get reported
6166
6167Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6168
6169 * HTMLparser.c HTMLtree.c: applied part of the patches provided
6170 by P C Chow and William M. Brack for XSLT HTML output
6171
6172Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6173
6174 * xmlversion.h.in win32config.h win32/libxml2/*: applied
6175 Igor Zlatkovic patches for MSC compilation and added his
6176 updates
6177
6178Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6179
6180 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
6181 prefix lookup.
6182 * parserInternals.c: fixed the bug reported by Morus Walter
6183 due to an off by one typo in xmlStringCurrentChar()
6184
6185Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6186
6187 * HTMLparser.c result/HTML/*: revamped the way the HTML
6188 parser handles end of tags or end of input
6189
6190Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6191
6192 * tree.[ch] : added xmlDocCopyNode for gdome2 support
6193
6194Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6195
6196 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
6197 bug where the linktime verions of free() won't work ...
6198
6199Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6200
6201 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
6202
6203Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6204
6205 * doc/xml.html: added 2.3.6 release
6206
6207Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6208
6209 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
6210 * result/wml.xml: resulted in a small output change
6211
6212Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6213
6214 * tree.c: xmlNewDoc was missing the charset initialization
6215 * xmllint.c: added --auto to autogenerate a doc, allow to
6216 reproduce the problem fixed on xmlNewDoc
6217
6218Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6219
6220 * xpath.c: trying to get 52979 solved
6221 * tree.c result/ result/noent/: trying to get 52712 solved, this
6222 also made me clean up the fact that XML output in general should
6223 not add formating blanks by default, this changed the output of
6224 a few tests
6225
6226Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6227
6228 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
6229
6230Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6231
6232 * configure.in: finally released 2.3.6
6233
6234Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6235
6236 * xpath.c: checking for null pointer generated by new code
6237
6238Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6239
6240 * xpath.c: fixed a [] evaluation problem reported
6241 * test/XPath/tests/simpleaddr: extended test
6242 * result/XPath/simpleaddr: updated result
6243
6244Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6245
6246 * xmllint.c: Dan Timis reported a portability problem
6247 on Macs without mmap, fixed it.
6248
6249Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6250
6251 * testXPath.c : added a --tree option allowing to display the
6252 tree dump of the XPath expression
6253
6254Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6255
6256 * xpath.c: fixed a memleak when comparing nodesets
6257 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
6258 * tree.c: added a TODO
6259
6260Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6261
6262 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
6263 we need string functions
6264 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
6265 to be able to use them where needed. Applied some changes
6266 to reduce name linking pollution and compile in only what's
6267 needed.
6268 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
6269 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
6270 for the string manipulation functions
6271 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
6272 to the free() function of xmlmemory.c
6273 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
6274 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
6275 usage.
6276
6277
6278Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6279
6280 * error.c: applied the context output patch of the error
6281 handling submitted by Chuck Griffith
6282 * error/VC/*: this slightly change some error logs
6283
6284Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6285
6286 * parser.c: fixed line number reporting on error
6287
6288Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6289
6290 * parser.c: Sullivan and Darin found a parser bug,
6291 applied the patch.
6292
6293Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6294
6295 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
6296 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
6297 xmlversion.h.in xpointer.c: of course the way I defined
6298 UNUSED breaks on old gcc version. Try to be smart and
6299 also define it directly in xmlversion.h
6300 * configure.in: removed -ansi flag from the pedantic set
6301
6302Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6303 Huge cleanup, I switched to compile with
6304 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
6305 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
6306 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
6307 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
6308 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
6309 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
6310 encoding.h entities.c error.c list.[ch] nanoftp.c
6311 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
6312 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
6313 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
6314 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
6315 Cleanup, staticfied a number of non-exported functions,
6316 detected and cleaned up a dozen of problem found this way,
6317 avoided a lot of public function name/typedef/system names clashes
6318 * doc/xml.html: updated
6319 * configure.in: switched private flags to the really pedantic ones.
6320
6321Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6322
6323 * configure.in: 2.3.5
6324 * doc/html/*: rebuilt the docs
6325
6326Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6327
6328 * parser.c: fixed a reported bug in NOTATION parsing
6329 * uri.c: accepted but not fixed bug 51876, added TODO
6330 * Makefile.am: fixed bug 51876
6331
6332Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6333
6334 * config.h.in configure.in error.c: fix a compilation problem
6335 on platforms without vsnprintf (xml@thewrittenword.com)
6336
6337Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6338
6339 * parser.c: fixed a function name header typo
6340 * SAX.c: notations can also occur in external subset.
6341
6342Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6343
6344 * error.c: removed a C++ like comment
6345
6346Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6347
6348 * parser.c: fixing bug 52299 strange condition leading
6349 to a parser crash due to a buffer overflow
6350 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
6351 added the specific test case
6352
6353Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6354
6355 * xpath.[ch]: still a lot of cleanup based on XSLT, added
6356 xmlXPathConvert{String,Number,Boolean} to be able to make
6357 type casts without a context stack, fixed some implementation
6358 problems related to the absence of context at parse-time,
6359 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
6360 in the public API too
6361 * xpointer.c xpathInternals.h: we need to know at parse time
6362 whether we are compiling an XPointer
6363
6364Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6365
6366 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
6367 cleaned up the parser internals, refactored XPath code, added
6368 new compilation based APIs and cleanly separated public and
6369 private APIs.
6370
6371Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6372
6373 * xpath.h: the comp field must be added at the end to avoid
6374 killing binary compat.
6375
6376Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6377
6378 * Makefile.am: detect XPath memleaks in regreson tests
6379 * error.c: fixed and error w.r.t. error reporting still using
6380 stderr
6381 * hash.c: added new line at end of file
6382 * tree.h: minor cleanup
6383 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
6384 expression parsing from evaluation, resulted in a number of
6385 changes internally, and in XPointer. Likely to break stuff
6386 using xpathInternals.h but should remain binary compatible,
6387 new interfaces will be added.
6388
6389Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6390
6391 * configure.in: fixed a couple of problems reported by
6392 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
6393 without gcc on non linux platforms.
6394
6395Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6396
6397 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
6398 a fix for --with-html-dir= configure support. I hope it won't
6399 break rpm generation
6400
6401Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6402
6403 * xmlIO.c: one function comment cleanup.
6404
6405Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6406
6407 * SAX.c: external subset notations were improperly registered
6408 in the internal subset.
6409
6410Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6411
6412 * README.cvs-commits: added, pointing to HACKING
6413 * HACKING: updated
6414
6415Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6416
6417 * parser.c: and Matt Sergeant found one in the XML push
6418 parser (erroneous check I forgot to remove when I fixed the
6419 main parser).
6420
6421Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6422
6423 * xpath.c: ptittom found a small bug in UnaryExpr
6424
6425Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6426
6427 * configure.in: bumped to 2.3.4
6428 * error.c: fixed bug #51860
6429 * tree.c: fixed bug #51861
6430 * valid.c: cleanup, more debug, failed to fix one bug crap ...
6431 * tree.[ch] : added xmlDefaultBufferSize
6432 * nanoftp.c: typo in function name header block
6433 * doc/xml.html : updated, added link to XML::LibXSLT
6434 * doc/html/* : rebuilt the docs
6435
6436Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6437
6438 * parser.c SAX.c: the new content parsing code raised an
6439 ugly bug in the characters() SAX callback. Found it
6440 just because of strangeness in XSLT XML Rec ouptut :-(
6441
6442Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6443
6444 * Makefile.am: Martin Baulig suggested to add -lm
6445 * tree.c: found another bug in xmlNodeGetContent()
6446
6447Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6448
6449 * xpath.c: Bjorn found the error related to strictness of comparison.
6450
6451Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6452
6453 * parser.c: trying to fix the Dtd parsing problem reported
6454 by Gary, side effect of last week speed optimizations.
6455
6456Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6457
6458 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
6459 * parserInternals.c: removed unneeded test raised by Stric
6460
6461Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
6462
6463 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
6464 and fixed by William Brack). Added xmlXPathFormatNumber.
6465 Changed the sorting slightly.
6466 * configure.in Makefile.am example/Makefile.am: Added -lm.
6467 Please note that applications linking with libxml2, must
6468 also like with the math library from now on.
6469
6470Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6471
6472 * HTMLparser.c: fixed loop reported by Marc Sanfacon
6473
6474Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6475
6476 * parser.c: one must report spaces even if the Dtd element
6477 content proves that this is not part of the element content.
6478 * result/valid/*.xml: this changed the ouptu slightly
6479
6480Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6481
6482 * configure.in: bumped to 2.3.3
6483 * doc/xml.html: updated
6484
6485Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6486
6487 * tree.c: minor doc fix
6488 * xpath.c: deallocation issues when a result tree has been
6489 converted to a node-set
6490
6491Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6492
6493 * doc/xml.html: oops corrected dates s/2000/2001
6494
6495Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6496
6497 * valid.c: new patch from Gary Pennington
6498
6499Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6500
6501 * doc/xml.html: applied patch from Ankh
6502
6503Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6504
6505 * xinclude.c: fixed a problem building on Mac
6506
6507Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6508
6509 * parser.c: more work on increasing parsing ferformances
6510
6511Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6512
6513 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
6514 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
6515 avoiding memcpy in production builds MEM_CLEANUP macro use
6516 * parser.[ch] parserInternals.c: optimizations of the tightest
6517 internal loops inside the parser. Better checking of I/O
6518 flushing/loading conditions
6519 * xmllint.c : added --timing
6520
6521Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6522
6523 * configure.in: bumped to 2.3.2
6524 * doc/xml.html: updated for release
6525
6526Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6527
6528 * xpath.c: found a memleak and fixed a nasty bug
6529
6530Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6531
6532 * xmllint.[c1] : added return code errors for xmllint
6533 * xpath.c: specific debug dump function for result value trees
6534
6535Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6536
6537 * xpath.c: finally implemented xmlXPathCompareNodeSets
6538 * test/XPath/expr/floats results/XPath/expr/floats: added
6539 a test for float expressions
6540
6541Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6542
6543 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
6544 * parserInternals.[ch]: trying to speed up parsing
6545 * xpath.c : speeded up node set equality op
6546
6547Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6548
6549 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
6550 better handling of ID/IDREF and the list modules associated
6551 * configure.in: small CFLAGS cleanup
6552
6553Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6554
6555 * configure.in: fixed iconv detection on AIX (stric)
6556
6557Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6558
6559 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
6560
6561Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
6562
6563 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
6564 and optimized xmlXPathNodeSetSort
6565
6566Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6567
6568 * xpath.c: bug fix when context size is 0
6569 * parser.c: I like Norm's Dtd because they still manage to break
6570 the parser occasionally
6571
6572Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6573
6574 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
6575
6576Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6577
6578 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
6579 attributes within the XML-1.0 namespace
6580
6581Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6582
6583 * xpathInternals.h: exported a few axis functions
6584 * doc/xml.html: updated the doc
6585
6586Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6587
6588 * configure.in: applied patch from Daniel van Balen for OpenBSD
6589 and bumped version to 2.3.1
6590 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
6591 attempt to find autoclosing was simply broken, removed it,
6592 updated the examples, this is better
6593
6594Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6595
6596 * hash.[ch]: added Paolo Casarini patch to provide Delete from
6597 hash functionnalities.
6598 * doc/html/* : rebuild the doc
6599
6600Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6601
6602 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
6603 on predicate
6604 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
6605 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
6606 really want to have tags closed on output even if we accept
6607 unclosed ones on input
6608
6609Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6610
6611 * xpath.c: ouch don't free NULL, rare case fixed
6612 * tree.c: don't coalesce text nodes if they don't have the
6613 same behaviour wrt escaping on output
6614
6615Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6616
6617 * xpath.c: small fixup
6618 * SAX.c: don't warn on empty namespaces.
6619
6620Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6621
6622 * README: a bit of cleanup
6623 * configure.in: preparing for 2.3.0 release
6624
6625Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6626
6627 * hash.[ch]: added a first version of xmlHashSize()
6628 * valid.c: another bug fix from Gary Pennington
6629
6630Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6631
6632 * valid.c: couple of bug fixes pointed by Gary Pennington
6633 * HTMLtree.c: #if 0 cleanup
6634
6635Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6636
6637 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
6638 which removes a time consuming check of xmlXPathNodeSetAdd()
6639 and use it in places where we are sure to not break unicity
6640
6641Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6642
6643 * xpath.c: bug fixes found from XSLT
6644 * tree.c: preserve node->name special values when copying nodes.
6645 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
6646 external subset are fetched when available but without full
6647 validation. Added xmlLoadExtDtdDefaultValue, need a function.
6648 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
6649 output with encoding disabled.
6650
6651Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6652
6653 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
6654 xmlCheckFilename should not be called from xmlFileOpenW
6655 and xmlGzfileOpenW
6656
6657Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6658
6659 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
6660 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
6661 added the new tests for URI normalization
6662 * testURI.c: fixed stoopid bugs
6663 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
6664 the URI in the error messages are now properly normalized
6665
6666Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6667
6668 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
6669
6670Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6671
6672 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
6673
6674Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6675
6676 * xpath.c: fixed mod operator
6677
6678Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6679
6680 * parser.c: fixed xmlStrcat doc
6681 * tree.c: 2 fixes form Anders Carlson for copying nodes and
6682 trees.
6683
6684Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6685
6686 * xpath.c result/XPath/tests/chaptersbase
6687 result/XPath/tests/simplebase: fixed XPath node()
6688 * tree.c: small fix in xmlNewNs()
6689 * Makefile.am: removed extraneous xml2Conf.sh rule
6690
6691Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6692
6693 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
6694 Changed the library name, in order to get libxml-devel and
6695 libxml2-devel to coexist on a single system
6696 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
6697 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
6698
6699Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6700
6701 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
6702 libxml2-devel installable in // as libxml-devel.
6703
6704Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6705
6706 * doc/Makefile.am: fixed make rebuild in doc
6707 * doc/html/*.html: rebuilt the docs
6708
6709Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6710
6711 * tree.c: patch from Bjorn Reese on xmlBufferCCat
6712
6713Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6714
6715 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
6716 the HTML doc to go into the -devel RPM ...
6717 * aclocal.m4 config.h.in: some updates due to auto* magic
6718
6719Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6720
6721 * xpath.h: added a hook in the context structure allowing to
6722 link to extra support, needed for XSLT
6723
6724Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6725
6726 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
6727 xmlXPtrCmpPoints to use it.
6728 * propagated the following patch from Alejandro Forero
6729 * include/win32config.h xmlIO.c: applied further suggestions
6730 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
6731 * example/gjobread.c: fixed warnings, now that it builds
6732
6733Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
6734
6735 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
6736
6737 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
6738 filename points to a valid file (not a directory).
6739 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
6740 Added calls to xmlCheckFilenameDir.
6741
6742 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
6743 `path' (rather than `filename') as the parameter to gzopen and open.
6744
6745Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6746
6747 * Makefile.am: fixed a problem with EXTRA_DIST
6748
6749Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6750
6751 * Makefile.am example/Makefile.am: finally found the trick
6752 to build the example, i.e. add "." in SUBDIRS before example
6753 in the list <grin/>
6754
6755Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6756
6757 * doc/xml.html: updated with an XSLT section, removed pointer to
6758 W3C CVS base.
6759
6760Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6761
6762 * xpath.c: when copying a XSLT tree object teh tree need to be copied
6763 too, and deallocation need to occur the same way.
6764
6765Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6766
6767 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
6768 type correponding to an XSLT result tree fragment. Share most
6769 of the data format with node set, as well as operators.
6770 * HTMLtree.c: added a newline at the end of the doctype output
6771 whe this one is not present initially.
6772 * tree.c: make sure taht the parent and doc pointers are properly
6773 set when copying attributes (lists).
6774
6775Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6776
6777 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
6778
6779Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6780
6781 * xpath.c: seems I finally killed that ugly path evaluation
6782 context bug (tagged 9999 in case is is wrong)
6783
6784Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6785
6786 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
6787 for XSLT
6788
6789Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6790
6791 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
6792 for xmlGzfileOpen() bug
6793
6794Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6795
6796 * xpath.c: removed an error found by XSLT usage
6797 * tree.c parserInternals.h: use a predefined static string
6798 for text and comment nodes, avoid freeing them in xmlFreeNode,
6799 exported the string name in parserInternals.h and added
6800 another value to disable encoding at output (for XSLT),
6801 gain memory, time.
6802
6803Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6804
6805 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
6806 win32/libxml2/libxml2_so.dsp: new makefiles and update
6807 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
6808
6809Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6810
6811 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
6812 Gary Pennington
6813
6814Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6815
6816 * xpath.c: fixed the comaprision of values and nodelists,
6817 need to compare nodelist still ...
6818 * debugXML.c: avoided a possible core dump
6819 * HTMLparser.c: cleanup
6820 * nanohttp.c: contributed fix.
6821 * tree.c: fixes in properties handling added xmlSetNsProp
6822 needed by libxslt
6823 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
6824 comment
6825 * TODO: updated
6826
6827Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6828
6829 * parser.c parserInternals.c: applied Bjorn Reese optimization
6830 patch
6831
6832Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6833
6834 * Makefile.am: applied patch fro make check from Martin Vidner
6835
6836Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6837
6838 * configure.in: preparing 2.2.11
6839 * doc/html/*: rebuild the HTML files
6840 * doc/xml.html : updated
6841
6842Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6843
6844 * tree.c: fixed a stupid bug
6845 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
6846 patches related to validation of an XInclude processing result
6847 * TODO: updated
6848
6849Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6850
6851 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
6852 on large files
6853
6854Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6855
6856 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
6857
6858Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6859
6860 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
6861 reported by Jonas Borgström
6862 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
6863
6864Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6865
6866 * testXPath.c xpath.c: fixing the XPath union expressions problem
6867 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
6868
6869Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6870
6871 * xmllint.c: Made is so if the file name is "-" is will read form
6872 standard input. Sven Heinicke <sven@zen.org>
6873 * tree.c: fixed a problem when growing buffer
6874 * tree.h: fixed the comment of the node types following andersca
6875 comment
6876 * TODO: updated
6877
6878Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6879
6880 * HTMLparser.[ch]: added a way to avoid adding automatically
6881 omitted tags. htmlHandleOmittedElem() allows to change the
6882 default handling.
6883 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
6884 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
6885 of xmllint too when using --memory flag, added a memory test
6886 suite at the Makefile level.
6887 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
6888 with namespace use when encountering QNames in XPath evalation,
6889 added xmlns() scheme in XPointer.
6890 * nanoftp.c : incorporated a fix
6891 * parser.c xmlIO.c: fixed problems raised with encoding when using
6892 the memory I/O
6893 * parserInternals.c: closed bug 25934 reported by
6894 torsten.landschoff@innominate.de
6895 * TODO: updated
6896
6897Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6898
6899 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
6900 on a non-updated tree :-(, made a 2.2.10 release to correct the
6901 situation
6902
6903Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6904
6905 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
6906 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
6907 integrated a set of OpenVMS changes from Howard Taylor
6908 <Howard.Taylor@pacoast.com>
6909
6910Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6911
6912 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
6913 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
6914
6915Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6916
6917 * HTMLparser.c: some fixes on auto-open of html/head/body
6918 * encoding.c: fixed a compilation error on some gcc env
6919 * xpath.c xpointer.[ch] xpathInternals.h: improved the
6920 XPointer implementation
6921 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
6922 related XPointer tests and associated results
6923
6924Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6925
6926 * doc/xmldtd.html doc/xml.html: following a short step by step
6927 guidance on IRC to help maciej with DTDs I started a small
6928 page on the subject.
6929
6930Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6931
6932 * HTMLparser.c: fixed handling of broken charrefs
6933 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
6934 patches
6935
6936Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6937
6938 * doc/xml.html doc/html/* : rebuilt the docs after adding
6939 xinclude and updated page for 2.2.7 and 2.2.8
6940 * configure.in: releasing 2.2.8
6941
6942Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6943
6944 * parser.[ch] parserInternals.c: applied the conditional
6945 section processing fix from Jonathan P Springer
6946 <jonathan.springer2@gte.net>
6947 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
6948 project file, fixed iconv default non support
6949 * xpath.c: fixed the problem of evaluating relative expressions
6950 when a node context is provided.
6951
6952Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6953
6954 * nanoftp.c: fixed gcc 2.95 new warnings
6955 * SAX.c: fixed a stupid bug
6956 * tree.c: fixed a formatting problem when round-tripping
6957 from/to memory
6958 * xinclude.c: chased memleak, fixed a base problem
6959 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
6960 xmlXPtrBuildNodeList()
6961 * TODO: updated
6962 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
6963 adding a first small set of regression tests for XInclude
6964
6965Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6966
6967 * nanohttp.[ch]: applied Wayne Davison patches to access
6968 the WWW-Authorization header.
6969 * parser.c: Closed Bug#30847: Problems when switching encoding
6970 in short files by applying Simon Berg's patch.
6971 * valid.c: fixed a validation problem
6972 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
6973 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
6974 Wayne Davison
6975 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
6976 need to be extended to non full nodes selections.
6977 * xinclude.c: starts to work decently
6978
6979Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6980
6981 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
6982 debugXML.c xmlversion.h.in: Started adding XInclude support,
6983 this is a new xmllint option
6984 * tree.c xpath.c: applied TOM patches for XPath
6985 * xpointer.c: fixed a couple of errors.
6986 * uri.c: added an escaping function needed for xinclude
6987 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
6988 new warning from RH70 gcc's version
6989
6990Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6991
6992 * HTMLparser.c: fixed loop on invalid char in scripts
6993 * parser.c: update to description of xmlIOParseDTD()
6994 * libxml.m4 xmlversion.h.in: changes contributed by
6995 Michael Schmeing <m.schmeing@internet-factory.de>
6996 * configure.in: preparing for 2.2.7
6997 * Makefile.am: trying to avoid config.h and acconfig.h
6998 being included in the distrib
6999 * configure.in: released 2.2.7
7000
7001Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7002
7003 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
7004 like namespaces for good. Unified xmlNs and xmlNode somewhat.
7005
7006Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7007
7008 * parser.[ch]: added xmlIOParseDTD()
7009 * xpointer.c: added support for the 2 extra parameters of
7010 string-range, fixed a stoopid error when '0' was present
7011 in XPointer expressions
7012 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
7013 testsuite for the above
7014
7015Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7016
7017 * libxml.spec.in: improved package descriptions
7018
7019Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7020
7021 * xpath.c xpathInternals.h: applied a large cleaning patch
7022 from TOM <ptittom@free.fr>, it also add namespace support
7023 for function and variables registration.
7024
7025Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7026
7027 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
7028 * Makefile.mingw: Wayne Davison's update adding hash.c
7029
7030Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7031
7032 * xpath.c: fixed the root evaluation problems
7033 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
7034 ignorable spaces with <b> <bold> <em>
7035 * tree.c: fixed a loop in xmlSearchNsByHref()
7036
7037Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7038
7039 * xpath.c: applied another XPath patch from TOM
7040 * xpath.c include/makefile.am: applied another patch from
7041 china@thewrittenword.com (cleanup on IRIX).
7042
7043Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7044
7045 * xml-config.1: received a fixed version from Fredrik Hallenberg
7046 <hallon@lysator.liu.se>
7047
7048Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7049
7050 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
7051 cleanup patch for XPath
7052
7053Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7054
7055 * patched to redirrect all "out of context" error messages to
7056 a reconfigurable routine. The changes are:
7057 * xmlerror.h : added the export of an error context type (void *)
7058 an error handler type xmlGenericErrorFunc there is an interface
7059 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
7060 to reset the error handling routine and its argument
7061 (by default it's equivalent to respectively fprintf and stderr.
7062 * all the c files: all wild accesses to stderr or stdout within
7063 the library have been replaced to calls to the handler.
7064
7065Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7066
7067 * configure.in: release 2.2.6
7068 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
7069 exporting the inner functions of xpath for extension modules
7070 * doc/*: updated and rebuilt the doc
7071
7072Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7073
7074 * nanohttp.c : applied Wayne HTTP cleanup patch
7075 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
7076 and xmlNodeSetSpacePreserve()
7077
7078Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7079
7080 * xpath.c: closing bug #29260
7081
7082Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7083
7084 * hash.[ch] debugXML.c: expanded/enhanced the API, added
7085 multikey tuples, made hash structure opaque
7086 * valid.[ch]: moved elements, attributes, notations decalarations
7087 as well as ID and refs to hash tables.
7088 * entities.c: hash cleanup
7089 * xmlmemory.c: fixed a dump problem in debug mode
7090 * include/Makefile.am: problem passing in DESTDIR= values patch
7091 from Marc Christensen <marc@calderasystems.com>
7092 * nanohttp.c: removed debugging remains
7093 * HTMLparser.c: the bogus tag should be ignored (Wayne)
7094 * HTMLparser.c parser.c: fixing a number of problems with the
7095 macros in the *parser.c files (Wayne).
7096 * HTMLparser.c: close the previous option when opening a new one
7097 (Marc Sanfacon).
7098 * result/HTML/*: updated the HTML results accordingly
7099
7100Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7101
7102 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
7103 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
7104 XPath functions and XML entities table to them. More to come...
7105 * xmlIO.c: fixed libxml closing FILEs it didn't open.
7106
7107Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7108
7109 * tree.c: coalesce adjacent text nodes
7110 * valid.c: handling of blank nodes in DTd validation (raised
7111 by problems with a posteriori validation).
7112 * nanohttp.c: changing behaviour on HTTP write stuff.
7113 * HTMLtree.c: forced body and html to be explicitely closed.
7114 * xpath.h: exported more XPath functions.
7115
7116Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7117
7118 * Release of 2.2.5
7119 * xpointer.c: range() range-inside and other helper functions
7120 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
7121
7122Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7123
7124 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
7125 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
7126
7127Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7128
7129 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
7130 and XPointer modules
7131
7132Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7133
7134 * SAX.h: closed #25107
7135
7136Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7137
7138 * testSAX.c: fixed problem with cdata reporting
7139 * SAXresult/* : updated
7140
7141Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7142
7143 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
7144 Closed bug #27499, added to regression tests
7145 * TODO: updated
7146
7147Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7148
7149 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
7150 support for SCRIPT and STYLE with help from Bjorn Reese
7151 * test/HTML/* result/HTML/*: added simple testcase and updated
7152 the existing ones.
7153
7154Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7155
7156 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
7157 string-range for empty strings
7158 * test/XPath/docs/str test/XPath/xptr/chaptersrange
7159 test/XPath/xptr/strrange: augmented the XPointer testsuite
7160
7161Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7162
7163 * doc/xml.html doc/xmlmem.html: added a module describing memory
7164 interfaces and use, updated the main page.
7165
7166Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7167
7168 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
7169 nanoftp code work on Windows too now
7170
7171Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7172
7173 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
7174 * xpointer.c: implemented string-range() at least a good first version
7175 * test/XPath/docs/str test/XPath/xptr/strrange
7176 result/XPath/xptr/strrange: the string-range() tests
7177
7178Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7179
7180 * Makefile.am include/Makefile.am include/win32config.h
7181 win32/Makefile.mingw: fixed problems reported by Wayne Davison
7182 and make distcheck
7183
7184Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7185
7186 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
7187 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
7188 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
7189
7190Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7191
7192 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
7193 patch for socklen_t detection by
7194 Albert Chin-A-Young <china@thewrittenword.com>
7195
7196Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7197
7198 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
7199 and added a --dtdvalid option to xmllint used to test it
7200
7201Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7202
7203 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
7204 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
7205
7206Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7207
7208 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
7209 handlings (registration, lookup, cleanup)
7210
7211Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7212
7213 * configure.in Makefile.am include/makefile.am: adding XPointer
7214 and XPtrtests target
7215 * xpointer.[ch] : new files for XPointer support
7216 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
7217 more XPath tests
7218
7219Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7220
7221 * configure.in: fixed, very broken, make distcheck works again
7222
7223Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7224
7225 * More work toward 2.2.5, integrated a number of patches
7226 * configure.in Makefile.am win32config.h.in: trying to cleanup
7227 make distcheck .... huh ...
7228 * include/Makefile.am include/win32config.h: new directory
7229 for includes
7230 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
7231 updated teh makefiles and instructions for WIN32
7232 * xpath.c: small fixes
7233 * test/XPath/ results/XPath: updated the testcases and results
7234 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
7235 suggested patches
7236 * valid.c: fixed an ID bug
7237
7238Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7239
7240 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +00007241 the automake bug where wrong dependencies were generated.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007242 * xpath.[ch]: worked on XPointer
7243
7244Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7245
7246 * configure.in Makefile.am: 2.2.5, ship the include in an
7247 include/libxml subdirectory, use symlinks when using CVS
7248 * testSAX.c: fixed small bug
7249 * testXPath.c: changed the way testfiles are parsed
7250 * debugXML.c: same kind of cleanup when parsing an argument expression
7251 XPath/XPointers can have blanks embedded
7252 * xpath.[ch]: more cleanup, reorgs for XPointer work
7253 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
7254 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
7255
7256Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7257
7258 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
7259 in the XPath engine, rewrote large parts of it, now it's far
7260 cleaner and in sync with the REC not an old WD. Fixed a parsing
7261 problem in the interactive XML shell found when testing XPath.
7262
7263Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7264
7265 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
7266 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
7267 examples with the extra test
7268
7269Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7270
7271 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
7272 the global init function.
7273
7274Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7275
7276 * HTMLparser.c: Doohhh, attribute name parsing was still case
7277 sensitive ! Fixed this ...
7278 * result/HTML/* : updated the tests results accordingly
7279
7280Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7281
7282 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
7283 engine, should be far more stable, incorporated a new version of
7284 preceding/following axis, need testing
7285 * uri.c: fixed file:///c:/a/b/c problem
7286 * test/XPath/tests/idsimple: augmented the XPath tests
7287
7288Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7289
7290 * doc/* rebuilding docs for 2.2.4 release
7291
7292Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7293
7294 * configure.in: releasing 2.2.4
7295 * parser.[ch]: added xmlStrEqual()
7296 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
7297 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
7298 use xmlStrEqual instead
7299 * TODO: updated
7300 * added an XPath test
7301
7302Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7303
7304 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
7305 * entities.h: exported xmlInitializePredefinedEntities
7306 * parser.[ch] : added xmlInitParser()
7307 * parserInternals.h : had to export htmlInitAutoClose()
7308
7309Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7310
7311 * xpath.[ch] : fixed some serious XPath Predicate evaluation
7312 problems
7313 * Makefile.am : added XPath regression tests to normal tests
7314 * uri.c: fixed a problem with local paths, cleanup
7315 * parser.c: fixed a problem with large CData sections
7316
7317Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7318
7319 * configure.in xml-config.in: patch from "Ben Taylor"
7320 <sol7x86@hotmail.com> for solaris shared libs lookup
7321
73222000-09-30 Martin Baulig <baulig@suse.de>
7323
7324 * libxml-2.0.pc.in: Provide pkg-config script.
7325
7326 * configure.in: Create the libxml-2.0.pc script from the
7327 libxml-2.0.pc.in templates.
7328 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
7329 script in `$(libdir)/pkgconfig'.
7330
7331Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7332
7333 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
7334 when compiling with MSC
7335
7336Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7337
7338 * xpath.c: patch for normalize-string() substring-before(),
7339 substring-after() and translate() functions from Bjorn Reese
7340 <breese@mail1.stofanet.dk>
7341 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
7342 Fredrik Hallenberg <hallon@lysator.liu.se>
7343 * TODO: updated
7344
7345Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7346
7347 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
7348 problem of socklen_t being undefined on a number of platforms
7349 * debugXML.c: fixed a compilation problem when without snprintf
7350
7351Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7352
7353 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
7354 an URI bug and a fix for the control-character-induced infinite loop
7355 * nanohttp.c: preventive fix for compiling on WIN32
7356
7357Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7358
7359 * xmlint.c: closing bug #25000
7360
7361Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7362
7363 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
7364 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
7365 modified slightly Wayne Davison patch adding xmlStrcasecmp and
7366 related function, fixing xmlStrncmp(), and associated cleanup
7367 * result/HTML/entities.html.sax: updating result
7368
7369Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7370
7371 * uri.c: applied patch for URI escaping from Wayne Davison
7372 <wayned@blorf.net>
7373 * tree.c parserInternals.c HTMLparser.c: memset checks patches
7374 from Denis Barbier <barbier@imacs.polytechnique.fr>
7375 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
7376 patch from Wayne Davison
7377
7378Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7379
7380 * doc/xml.html : updated with new releases, adding "how to help"
7381
7382Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7383
7384 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
7385 removed a few warnings in pedantic mode ...
7386 * parserInternals.c parser.c: moved encoding switching function
7387 to parserInternals.c
7388 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
7389
7390Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7391
7392 * HTMLparser.c parser.c: set ctxt->errNo before calling the
7393 error or warning handlers
7394
7395Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7396
7397 * parserInternals.c parserInternals.h parser.c Makefile.am:
7398 created a new module parserInternals.c, moved most of the
7399 code shared by the various parsers there, as well as
7400 deprecated code from parser.c. More cleanup of parser.c
7401 * uri.c: fixed a problem when URI is NULL
7402 * valid.c: speedup when looking for an attribute declaration
7403
7404Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7405
7406 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
7407 the cleanup of the computation of URI references when seeking
7408 external entities. The URI reference string and the resulting
7409 URI are both stored now.
7410 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
7411 large s(n)printf checks and cleanup from Denis Barbier
7412 <barbier@imacs.polytechnique.fr>
7413 * xmlversion.h.in tree.h: couple of SGML declarations for a
7414 possible docbook module.
7415 * result/VC/ : a couple of test output changed due to the change
7416 of the entities URI
7417
7418Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7419
7420 * parser.h: added a _private field for linking user's data
7421
7422Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7423
7424 * parser.c parserInternals.h: demacroified most of the IS_XXX
7425 the gain in size is significant so ...
7426
7427Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7428
7429 * entities.c: cases where looking up entities with doc==NULL
7430 covered
7431
7432Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7433
7434 * uri.c: applied Wayne Davison patch
7435 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
7436
7437Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7438
7439 * uri.c testUri.c: applied Wayne Davison patches
7440 * test/URI/uri.data result/URI/uri.data: first set of tests/results
7441 * Makefile.in: added URItest and included thenin "make tests"
7442
7443Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7444
7445 * xmlversion.h.in: closed bug 22941
7446
7447Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7448
7449 * doc/xmlio.html: added doc and example for entity loader
7450 redefinition.
7451
7452Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7453
7454 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
7455 used by libxml
7456
7457Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7458
7459 * parser.c: Fixed bug on invalid ontent characters and when using
7460 push.
7461 * xmllint.c: fixed xmllint endling of errors in push mode
7462
7463Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7464
7465 * HTMLparser.c testHTML.c: applied two new patches from
7466 Wayne Davison <wayned@users.sourceforge.net>
7467 * result/HTML/*.sax: regenerated HTML SAX output
7468 * parser.c: more cleanup.
7469
7470Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7471
7472 * HTMLparser.[ch] testHTML.c: applied the second set of
7473 patches from Wayne Davison <wayned@users.sourceforge.net>,
7474 adding htmlEncodeEntities()
7475 * HTMLparser.c: fixed an ignorable white space detection bug
7476 occuring when parsing with SAX only
7477 * result/HTML/*.sax: updated since the output is now HTML
7478 encoded...
7479
7480Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7481
7482 * HTMLparser.[ch]: applied some of Wayne Davison
7483 <wayned@users.sourceforge.net> patches
7484
7485Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7486
7487 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
7488 undeclared namespace prefix was used, added a warning.
7489 Cleaned up support w.r.t. entities, spilling out a warning
7490 and being pedantic on lookups.
7491 * test/warning/ent9 : added testcase for previous example.
7492 * TODO: updated
7493 * parserInternals.h parser.c: changed the way names are parsed
7494 now allow infinite size and decrease penalty for normal use
7495 * parser.c: Started a big cleanup/check of the parser code,
7496 fixed some of the most tortuous entity code, spotted code
7497 unused anymore
7498 * test/*: added tests for very long names and related nasty
7499 things.
7500
7501Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7502
7503 * doc/encoding.html: added encoding aliases doc
7504 * doc/xml.html: updates
7505 * encoding.[ch]: added EncodingAliases functions
7506 * entities.[ch] valid.[ch] debugXML.c: removed two serious
7507 bottleneck affecting large DTDs like Docbook
7508 * parser.[ch] xmllint.c: added a pedantic option, will be
7509 useful
7510 * SAX.c: redefinition of entities is reported in pedantic mode
7511 * testHTML.c: uninitialized warning from gcc
7512 * uri.c: fixed a couple of bugs
7513 * TODO: added issue raised by Michael
7514
7515Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7516
7517 * doc/encoding.html: propagated Martin Duerst suggestions
7518
7519Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7520
7521 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
7522 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
7523 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
7524 by Wayne Davison
7525
7526Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7527
7528 * nanoftp.c nanohttp.c: small cleanup
7529 * TODO: updated
7530
7531Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7532
7533 * added an old VC testcase and updated title.xml entity
7534
7535Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7536
7537 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
7538 done on auto-opening of <p> tags and cleanup of SAX output
7539
7540Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7541
7542 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
7543
7544Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7545
7546 * doc/xml.html libxml.* structure.*: updated the doc a bit
7547
7548Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7549
7550 * testSAX.c testHTML.c result/HTML/: cleanup of the output
7551 of SAX tests
7552
7553Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7554
7555 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7556 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
7557
7558Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7559
7560 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
7561 * testHTML.c: fix core dump on Solaris 2.x systems
7562 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
7563 * result/HTML/*.sax: previous bug fix lead to new results
7564
7565Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7566
7567 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7568 * configure.in: added --with-readline=DIR to accept alternate
7569 path for readline include/library
7570 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
7571 for ANSI under HP-UX
7572 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
7573 includes @LIBS@
7574
7575Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7576
7577 * doc/* : rebuilt the docs
7578 * getting ready for 2.2.2 release
7579
7580Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7581
7582 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
7583 and xmlAddFeature()
7584 * tree.[ch]: added xmlAddChildList()
7585 * xmllint.c: MAP_FAILED macro test
7586 * parser.h: added xmlParseCtxtExternalEntity()
7587 * valid.c: applied bug fixes removed warning
7588 * tree.c: added CDATA block to elements content
7589 * testSAX.c: cleanup of output
7590 * testHTML.c: added SAX testing
7591 * encoding.c: better error recovery
7592 * SAX.c, parser.c: fixed one of the external entity processing
7593 of the OASis testsuite
7594 * Makefile.am: added HTML SAX regression tests
7595 * configure.in: bumped to 2.2.2
7596 * test/HTML/ result/HTML: added a few of HTML tests, and added the
7597 SAX results
7598
7599Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7600
7601 * configure.in: patch for HP compiler
7602
76032000-08-04 Sven Heinicke <sven@zen.org>
7604
7605 * xmllint.c: Was coredumping sometimes when the file given didn't
7606 exist.
7607
7608Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7609
7610 * parser.c xmlIO.[ch]: fixed the problem of encoding support
7611
7612 when using in memory parsing. Need some cleanup.
7613 * xmllint.c configure.in: added a --memory flag to test memory
7614 parsing
7615
7616Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7617
7618 * nanohttp.c: fixed socklen_t replacement to unsigned int
7619 * parser.c: fixed a space handdling missing at the end of
7620 production 28 DOCTYPE.
7621 * xmlmemory.c: fixed a stupid bug on the routine to override
7622 allocation functions
7623 * TODO: updated
7624
7625Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7626
7627 * doc/ regenerated the docs
7628
7629Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7630
7631 * doc/encoding.html doc/xml.html: added I18N doc
7632 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
7633 improvements, both parser and filters, added ASCII & HTML,
7634 fixed the ISO-Latin-1 one
7635 * xmllint.c testHTML.c: added/made visible --encode
7636 * debugXML.c : cleanup
7637 * most .c files: applied patches due to warning on Windows and
7638 when using Sun Pro cc compiler
7639 * xpath.c : cleanup memleaks
7640 * nanoftp.c : added a TESTING preprocessor flag for standalong
7641 compile so that people can report bugs more easilly
7642 * nanohttp.c : ditched socklen_t which was a portability mess
7643 and replaced it with unsigned int.
7644 * tree.[ch]: added xmlHasProp()
7645 * TODO: updated
7646 * test/ : added more test for entities, NS, encoding, HTML, wap
7647 * configure.in: preparing for 2.2.0 release
7648
7649Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7650
7651 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +00007652 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007653
7654Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7655
7656 * doc/xml.html: changed the xmlsoft.org structure, updated the
7657 examples w.r.t. root and childs
7658
7659Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7660
Daniel Veillard784b9352003-02-16 15:50:27 +00007661 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007662
7663Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7664
7665 * HTMLparser.c: Work on character encoding support for the HTML parser
7666 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
7667 * encoding.c: Fixed a potential memleak in the encoding stuff
7668
7669Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7670
7671 * doc/FAQ.html doc/Makefile.am : added a FAQ
7672
7673Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7674
7675 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
7676 of the HTML parser to force it to not bypass SAX
7677
7678Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7679
7680 * win32config.h.in: updated
7681 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
7682 lacks iconv support :-( need to release 2.1.1
7683 * configure.in: release 2.1.1
7684 * HTMLparser: fixed bug #14784
7685 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
7686 by Windows compiler
7687 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
7688 the SAX startDocument() callback.
7689 * TODO: updated
7690
7691Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7692
7693 * added xmlStopParser()
7694
7695Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7696
7697 * configure.in: 2.1.0 prerelease
7698 * Large resync between W3C and Gnome tree
7699 * nanoftp, nanohttp.c: fixed stalled connections probs
7700 * HTMLtree.c SAX.c : support for attribute without values in
7701 HTML for andersca
7702 * valid.c: Fixed most validation + namespace problems
7703 * HTMLparser.c: start document callback for andersca
7704 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
7705 * parser.h, SAX.c: serious speed improvement for large
7706 CDATA blocks
7707 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
7708 different encoding
7709 * example/Makefile.am example/gjobread.c tree.h: work on
7710 libxml1 libxml2 convergence.
7711 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
7712 and the LIBXML_TEST_VERSION macro
7713
7714Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7715
7716 * doc/xml.html: various patches and improvements typo fixed by
7717 Felix Natter
7718 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
7719 from Felix Natter <fnatter@gmx.net>
7720
7721Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7722
7723 * doc/upgrade.html: updated with instructions for support of both
7724 libxml-1.x and libxml-2.x
7725 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
7726 for 2.x support and also fixed includes
7727
7728
7729Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7730
7731 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
7732 the encoding support, added iconv support, so now libxml if
7733 compiled with iconv automatically support japanese encodings
7734 among others. Work based on initial patch from Yuan-Chen Cheng
7735 I may have broken binary compat in the encoding handler
7736 registration scheme, but that was so utterly broken I don't
7737 expect anybody to have used this feature until now.
7738 * parserInternals.h: fixup on the CHAR range macro
7739 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
7740 code.
7741 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
7742 * uri.c: added xmlParseURI() I can't believe I forgot to
7743 implement this one in 2.0 !!!
7744 * SAX.c: moved doc->encoding update in the endDocument() call.
7745 * TODO: updated.
7746
7747Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7748
7749 * tree.h: removed extraneous xmlRemoveProp definition
7750 * TODO: added item about --disable-corba configure switch
7751 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
7752 * nanoftp.c: fixed include problems giving troubles on AIX and
7753 slowlaris
7754 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
7755 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
7756 comment and headers changes to lower gtk-doc number of warnings
7757 * doc/html/*: rebuilt docs
7758
7759Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7760
7761 * HACKING: documented the tag for 1.x and instructions
7762
7763Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7764
7765 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
7766 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
7767 xmlCreateIOParserCtxt
7768 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
7769 significant overall improvement
7770 * xmllint.c: added I/O test to xmllint
7771 * testSAX.c: added a speed test
7772 * doc/* : updated/regenerated
7773
7774Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7775
7776 * xpath.c uri.h parserInternals.h: cosmetic changes from
7777 "Timur I. Bakeyev" <timur@bat.ru>, including making
7778 xmlCreateURI() public
7779
7780Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7781
7782 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
7783 and the code at the same time. Added a clean mechanism for
7784 overload or added input methods: xmlRegisterInputCallbacks()
7785 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
7786 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
7787 * TODO: updated
7788 * doc/* : updated/regenerated
7789 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
7790 source dir
7791
7792Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7793
7794 * testURI.c: yet another forgotten commit, I should get some sleep !
7795
7796Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7797
7798 * xmllint.c: forgot to commit this too ?
7799
7800Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7801
7802 * xmlversion.h.in : forgot to commit this previously
7803
7804Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7805
7806 * configure.in: preparing libxml-2.0.0 version looks Ok so far
7807 * README TODO: updated for release
7808 * uri.c uri.h: added authority parsing/saving
7809 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
7810 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
7811 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
7812 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
7813 Makefile.am : added compile-time customization of libxml
7814 --with-ftp --with-http --with-html --with-xpath --with-debug
7815 --with-mem-debug
7816 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
7817 #include <libxml/xxx.h> I hope it won't break too much stuff
7818 and will be manageable in the future...
7819 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
7820 and added xmllint to the installed programs
7821 * uri.h: added xmlFreeURI()
7822
7823Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7824
7825 * uri.c uri.h: finished the escaping handling, the base support
7826 and the URI path normalization. Looks good just lacks the
7827 authority content parsing code.
7828 * Makefile.am: added instructions to generate testURI
7829 * TODO: updated
7830 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
7831 added links and icons for W3C and Gnome
7832
7833Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7834
7835 * xmlmemory.[ch] : seems I forgot to actually update the files in
7836 the last commit :-)
7837 * doc/xml.html doc/html/* : updated and uploaded the docs
7838
7839Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7840
7841 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
7842 * TODO: updated
7843 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
7844 libxml default allocation function with another set (like gmalloc/
7845 gfree).
7846 * Makefile.am, uri.c, uri.h: added a set of functions to do
7847 exact (litteraly copied from the RFC 2396 productions) parsing
7848 and handling of URI. Will be needed for XLink, one XML WFC,
7849 XML Base and reused in the nano[ftp/http] modules. Still work
7850 to be done.
7851
7852Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7853
7854 * configure.in, libxml.spec.in : libxml2
7855 * doc/* : updated the doc page, rebuilt the docs
7856
7857Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7858
7859 * all: tagged LIB_XML_1_X
7860 * *.c *.h : updated from W3C CVS tree
7861 * configure.in : 2.0.0-beta
7862 * libxml.spec.in : libxml2 package nam
7863 * result/* : new version of the tests output
7864
7865Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7866
7867 * doc/xml.html, doc/update.html: updated docs, 1.8.7
7868
7869Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7870
7871 * doc/* : rebuilt the docs
7872 * parser.c: final patch on #6766
7873 * valid.c: small patch on validity checks.
7874
7875Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7876
7877 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
7878 added
7879 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
7880 compatibility w.r.t. XML spec and existing code.
7881
7882Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7883
7884 * parser.c: seems a better solution to <a> </a> exists,
7885 will try it for a while
7886
7887Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7888
7889 * parser.c: tried to remove the <a> </a> generating <a/>
7890 this is hard. Left a flag for that purpose. Fixed bug #6766
7891 * configure.in: prepared 1.8.7 not released, due to previous
7892 problem
7893
7894Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7895
7896 * doc/xml.html : applied second patch from Paul DuBois
7897
7898Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7899
7900 * doc/xml.html : applied patch from Paul DuBois
7901
7902Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7903
7904 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
7905
7906Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7907
7908 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
7909 compilation warnings on various platforms.
7910 * parser.c: Fixed #5281 validity error callbacks are now desactived
7911 by default if not validating.
7912
7913Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7914
7915 * nanoftp.c, win32config.h.in: patches to compile on WIN32
7916
7917Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7918
7919 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
7920 <gkatsi@cs.toronto.edu>
7921
7922Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7923
7924 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
7925 processing URLs
7926
7927Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7928
7929 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
7930 xmlNanoFTPUpdateURL for persistent control connections.
7931 * configure.in: 1.8.6
7932
7933Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7934
7935 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
7936 * tree.[ch] : added xmlSaveNoEmptyTags
7937
79382000-01-29 James Henstridge <james@daa.com.au>
7939
7940 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
7941
7942 * Makefile.am: added nanoftp.[ch] to the build.
7943
7944Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7945
7946 * nanoftp.[ch]: cleanup, comments, API
7947 * debugXML.c : fixed a bug in the cat command
7948 * doc/*: regenerated the docs
7949
7950Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7951
7952 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
7953 * debugXML.c : fixed a bug in the cat command
7954 * valid.c: fixing some small probs
7955 * libxml.spec.in: get rid of the SNAP suffix
7956 * doc/xml.html: updated the status
7957
7958Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7959
7960 * xml-config.in: xml-config --version to just return the
7961 version number
7962 * xpath.c: some cleanup w.r.t. axis when the current node is
7963 an attribute.
7964 * TODO: updated
7965
7966Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7967
7968 * configure.in: prepared for libxml-1.8.5
7969 * doc/* recompiled the documentation
7970
79712000-01-17 Jody Goldberg <jgoldberg@home.com>
7972
7973 * configure.in : WARNING autoconf subtlety alert :
7974 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
7975 when looking for zlib.h so that HAVE_ZLIB_H is defined.
7976 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
7977 get defined by AC_CHECK_HEADERS.
7978
7979Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7980
7981 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
7982 Rune.Djurhuus@fast.no
7983
7984Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7985
7986 * TODO: updated
7987 * tree.c, parser.c: made sure that only memory alloc problems
7988 and internal parser errors are allowed to write to stdout or
7989 stderr.
7990
7991Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7992
7993 * tree.c : restored xmlNewGlobalNs since this seems used by
7994 a lot of existing code :-(, fixed a bug in xmlNewNs
7995 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
7996 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
7997 to exit() from the library code.
7998 * xpath.c, parser.c: removed bugs or unused code detected by
7999 Windows compilers
8000 * parser.c: started adding interfaces for parsing well balanced
8001 XML fragments
8002 * configure.in: releasing 1.8.4
8003 * doc/* : rebuilt the docs
8004
8005Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8006
8007 * tree.[ch] : added xmlNewDocFragment() for DOM
8008 * testHTML.c: uninitialized variable.
8009
8010Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8011
8012 * doc/* : rebuild the docs
8013
8014Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8015
8016 * acconfig.h: readline and history patch
8017 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
8018 * tree.c: added check and handling when possibly removing an ID
8019 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
8020 and saving.
8021 * test/HTML/entities.html result/HTML/entities.html* : test for
8022 various entities reference cases
8023 * result/HTML/* : as a result output of some testcase have
8024 changed
8025 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
8026 by previous example. added xmlParseTryOrFinish().
8027 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
8028 entities.h debugXML.h HTMLparser.h: changed the way struct are
8029 declared to allow gtk-doc to expose those
8030 * parser.c: closed bug #4960
8031 * Makefile.am configure.in: Applied patch from
8032 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
8033 and math/socket libs detection
8034
8035Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8036
8037 * configure.in, Makefile.am: link tester against readline
8038 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
8039
8040Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8041
8042 * tree.[ch]: added xmlRemoveProp
8043 * win32config.h.in nanohttp.c: avoid including the Windows
8044 socket stuff in every C files
8045 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
8046 the XmL parser(s)
8047 * test/ns4 result/ns4 etc...: added test case for previous prob
8048 * tree.c: xmlNewNs wasn't checking for double definition
8049 * Makefile.in: fixed a problem with dist-hook duplicates
8050 * parser.[hc], xmlIO.c: fixed the loading of external entities
8051 APIs, now xmlLoadExternalEntity() is used everywhere and
8052 setting up an app specific front-end using the
8053 * SAX.c parser.c: some fixes, now the xhtml spec validates
8054 with the xhtml DTD.
8055 * error.c: fixed crashes in case of no input stream
8056 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
8057 to the validation tests and results
8058
8059Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8060
8061 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
8062 too htmlCreatePushParserCtxt() and htmlParseChunk()
8063 * parser.c: a bit of cleanup.
8064 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
8065 to XML) removed the last mem leak known
8066 * HTMLtree.c: output message cleanup
8067 * xmlmemory.c: display content info about memory blocks
8068 * result/HTML/wired.* : missing att value warning change
8069
8070Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8071
8072 * doc/* : rebuilt the documentation
8073
8074Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8075
8076 * parser.[ch] parserInternals.h: Push parser for XML,
8077 seems to work fine now
8078 * tester.c debugXML.[ch]: Added an XML shell debug facility and
8079 --push for push testing
8080 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
8081 * testSAX.c: added --push
8082 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
8083 subtree
8084 * xmlIO.[ch] : enriched API + fixes for push mode
8085 * entities.[ch]: added the entity content length to the struct.
8086 * xmlmemory.[ch]: new API to show the last entries for the shell
8087 * valid.c: added required attribute testing
8088 * SAX.c: the cdata callback now merge contiguous fragments
8089 * HTMLparser.c: cleanup of some macros
8090
8091Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8092
8093 * parser.c: fix for PIs name starting with xml
8094 * tree.c: fixed a potential problem with || and && ops
8095 * *.c, configure.in win32config.h.in : generate win32config.h for
8096 those on the Other Side !
8097
8098Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8099
8100 * parser.c: fixed a stupid = vs. == bug :-(
8101 * doc/gnome-xml.sgml: s/glade/xml/
8102
8103Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8104
8105 * configure.in, doc/xml.html : bug fix release 1.8.2
8106 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
8107 Hopefully the end of that silly C++ include problem
8108 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
8109 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
8110 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
8111 troubles with autoclosed elements when the stree shape doesn't
8112 follow the DtD specs. Added htmlIsAutoClosed() and
8113 htmlAutoCloseTag()
8114 * result/HTML/*.htm*: Updated the HTML examples regression tests output
8115 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
8116 * debugXML.c: fixed a bug on printing default namespaces.
8117 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
8118
8119Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8120
8121 * result/HTML/*.htm[l] : updated the HTML regression tests according
8122 to the new output
8123 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
8124 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
8125 problem due to intermix of extern "C" { ... } declarations for C++
8126 and recursive includes in the headers
8127
81281999-12-20 Chris Lahey <clahey@umich.edu>
8129
8130 * HTMLtree.c: Made it so that html nodes with a single child do
8131 not insert a carriage return before or after the child node.
8132
8133Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8134
8135 * configure.in, doc/xml.html : bug fix release 1.8.1
8136 * parser.c: fixed bug #4344
8137 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
8138 added the glue to avoid C++ problems
8139 * doc/* : regenerated the documentation
8140
8141Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8142
8143 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
8144 namespace recognition, and Dia as a resul :-(
8145 * encoding.c: closed bug #3950
8146
8147Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8148
8149 * valid.c: debugging a posteriori validation, except URI expansion
8150 stuff this should be fixed now
8151 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
8152 Carl Nygard <cnygard@bellatlantic.net>
8153 * tester.c: added --postvalid, cleaning of the code
8154 * tree.[ch]: added xmlDocGetRootElement()
8155
8156Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
8157
8158 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
8159 c++ losage.
8160
8161Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8162
8163 * configure.in, doc/xml.html : bumped to 1.8.0
8164 * xlink.[ch], Makefile.am : added framework for link detection
8165 * parser.h: added nbChars to parser context, needed for cleanup.
8166 * xmlmemory.c: removed a nasty bug when out of mem
8167 * valid.[ch]: adding namespace support for attribute decl
8168 * tester.c: added --debugent option
8169 * debugXML.[ch]: added xmlDebugDumpEntities()
8170 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
8171 buffers instead, this was really needed, validation was breaking
8172 in strange ways due to that. Added xmlParseStringPEReference()
8173 and other parsing from strings functions. Entities processing
8174 modified again, but PERef are still not handled correcly but
8175 unless you're Eve Maller you won't notice :-)
8176 * HTMLparser.c: large changes toward reliability, and switched to
8177 lowercase internal tags, XHTML is lowercase, so it will help
8178 that output is closer to next version.
8179 * doc/* : regenerated the documentation, it is now hosted at
8180 http://xmlsoft.org/ (same bits I just bought the domain :-)
8181
8182
8183Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8184
8185 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
8186 doc generation
8187 * parser.c: fixed bugs #3908 and #3937 and a memory leak
8188 in the SAX API
8189 * doc/*: rebuilt the doc making sure everything appears in the
8190 HTML files
8191
8192Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8193
8194 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
8195 added the patch from Carl Nygard <cnygard@bellatlantic.net>
8196 which allow impressive speed improvement on dataset with
8197 large text pieces, but at the cost of broken binary
8198 compatibility and slightly bigger memory usage.
8199 Configure with --with-buffers to activate them, they
8200 are protected with XML_USE_BUFFER_CONTENT define.
8201 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
8202 goal is 0 memory left allocated once parser is no more used
8203 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
8204 call xmlCleanupParser() and xmlMemoryDump()
8205
8206Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8207
8208 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
8209 * parser.[ch] encoding.[ch]: added memory cleanup routines
8210 * parser.c: closing bug #3788
8211 * doc/*: rebuilt the doc
8212
8213Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8214
8215 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
8216 xmlNewTextChild() and xmlSetCompressMode() behaviour.
8217 * tester.c: added --compress option
8218 * doc/*: rebuilt the documentation
8219
8220Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8221
8222 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
8223 if given /proc/kcore as input !
8224 * doc/xml.html doc/*: updated and rebuilt the documentation
8225
8226Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8227
8228 * parser.c: Fixed some wrongly space collapsing code due to
8229 a misreading of the spec.
8230 * result/*: fixed the output accordingly
8231
8232Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8233
8234 * encoding.c: bug fix and typos
8235 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
8236 * parser.c: added attribute normalization closing bug #3597
8237 * test/att* result/att* SAXresult/att*: testcase for attribute
8238 normalization
8239
8240Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8241
8242 * configure.in: closing bug #3163 by adding extra flags for the
8243 cc compiler on HP-UX
8244
8245Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8246
8247 * valid.[ch] : removed a typo and an enumerated type bug in the
8248 xmlAddElementDecl() function
8249 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
8250 call to xmlEncodeEntitiesReentrant() so that the functions
8251 New, Set and Get are at the same level.
8252 * parser.c HTMLparser.c: extra memory allocation bug for
8253 attributes detected by someone using libxml in embedded systems :-)
8254
8255Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8256
8257 * xmlmemory.h: turned off mem debug :-\
8258
8259Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8260
8261 * parser.c: closed bug #2784 a one line fix, but worth pushing
8262 a new release out
8263 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
8264 some structures, comments before and after the
8265 main element, and other nastyness
8266 * HTMLtree.c tree.c: accomodate the extended HTML supported
8267 * configure.in: pushing 1.7.4
8268 * test/ent8 and related outputs : added a new test for bug #2784
8269 * test/HTML/wired.html and related output: a nasty HTML example
8270 * Makefile.am: improved the test scripts
8271 * docs/* : reran the documentation extractor, updated xml.html
8272
8273Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8274
8275 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
8276 HTMLparser and debugged the HTML related code. HTML documents
8277 now have their own type
8278 * entities.c: do not dump &apos; for HTML output
8279 * xmlmemory.c: improvement, breakpoint mechanism
8280 * testHTML.c: added --sax --repeat ...
8281 * Makefile.am: improved the HTML tests
8282 * valid.[ch]: added xmlValidGetValidElements and
8283 xmlValidGetPotentialChildren
8284 * tester.c: added --insert to test the 2 new functions
8285 * test//* result//* SAXresult//* : regression test cleanup
8286 and extension.
8287 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
8288 gnome-xml-nanohttp.html
8289
8290Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8291
8292 * HTMLparser.c: fixed problems with some autoclose tags
8293 * tree.c: fixed XML output problems.
8294 * result/* SAXresult/*: update of the tests output
8295
8296Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8297
8298 * Makefile.am: Arturo patch for xmlConf.sh version info
8299 * parser.c: Tim Josling patch for single quoted items
8300 * tester.c: Tim Josling patch for tester options usage
8301 * tree.h: indent cleanup
8302
8303Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8304
8305 * HTMLparser.c parser.h : Fixed problems with HTML parsing
8306 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
8307
8308Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8309
8310 * tree.c : Raph patch for initialization of CORBA fields
8311 * parser.c, xpath.c, ...: modification of doc comments
8312 * xpath.c : allow spaces in xpath expressions
8313
8314Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8315
8316 * xmlmemory.h: turning off memory debug :-(
8317
8318Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8319
8320 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
8321 better SAX interfaces.
8322 * testSAX.c: uses the new SAX routine, avoid fetching any remote
8323 entity.
8324 * configure.in: 1.7.2
8325
8326Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8327
8328 * libxml.spec.in: fixed the URL
8329 * doc/xml.html: improved the documentation front-end
8330
8331Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8332
8333 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
8334
8335Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8336
8337 * libxml.spec.in: fixed the alpha compile problem
8338 * parser.[ch]: changed errno to errNo in the parser context :-(
8339 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
8340 * doc/xml.html: changed CHAR to xmlChar
8341 * doc/html/*: recompiled the documentation
8342 * configure.in: 1.7.1
8343
8344Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8345
8346 * parser.h: modified the parser context struct to regain 1.4.0
8347 binary compatibility
8348 * parser.c, xml-error.h: added errno ot teh context and defined
8349 a set of errors values with update of errno
8350 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
8351 DTDs and entities
8352 * *.h, *.c: complete cleanup of the use of config.h and include
8353 protection depending on the current setup.
8354 * overalll debugging, maintenance and bug-fixing on all modules
8355 * updated the documentation
8356 * ready for 1.7.0
8357
8358Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8359
8360 * HTMLparser.c : cleanup
8361 * SAX.c valid.c valid.h: added ID/IDREF checking
8362 * tree.c tree.h: extended doc structure for refs
8363 * configure.in: 1.6.2
8364 * parser.c: patched bug in SAX user arg call
8365 * parserInternals.h: patched missing close in C++ wrapping
8366 * testXPath.c xpath.c xpath.h: prepared for extensibility,
8367 especially upcoming XPointer implementation.
8368 * doc/xml.html: augmented, typo
8369
8370Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
8371
8372 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
8373 not all invocations of install understand -d.
8374
8375Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
8376
8377 * Makefile.am: prepend all the test* calls with $(top_builddir) -
8378 to make 'check' works, when builddir != srcdir.
8379
8380Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8381
8382 * doc/xml.html : updated the documentation
8383
8384Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8385
8386 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
8387 not deallocated memory blocks
8388 * *.c : replaces all calls to malloc() free() and realloc() to
8389 the wrapper functions/macros
8390 * tree.c : removed memory leaks dues to calling xmlFreeNode()
8391 instead of xmlFreeNodeList()
8392
8393Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8394
8395 * HTMLparser.c: corrected a stupid bug leading to core dump at
8396 tree deallocation. Removed warnings indicated by
8397 Stephane.Conversy@lri.fr
8398 * entities.c: Fixes Yet Another Stupid Bug, entities were not
8399 looked for in the external subset
8400
8401Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8402
8403 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
8404 on SGI by Stephane.Conversy@lri.fr
8405
8406Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8407
8408 * all .h : changed the prototype declaration indent as in gtk
8409 * most .c : working on reducing the TODOs in the code
8410 * most .c : cleanup though -pedantic and Insure++
8411 * improvements on validation ID checkings.
8412 * tree.[ch] SAX.c: added support for namespace on attributes #2022
8413 * xml-config.in: closed #1810
8414
8415Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8416
8417 * tree.h, valid.c, valid.h: more work on validity, IDs
8418 * xpath.c: added/fixed comparidon and equlity, added a new isinf
8419 definition for AIX
8420
8421Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8422
8423 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
8424 the distribution due to a cut'n paste error at last commit
8425
8426Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8427
8428 * configure.in: upgraded to version 1.4.0
8429 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
8430 Big update, added a large part of the validation process,
8431 it should be usable, but some parts are missing
8432 * xpath.c: improved the implementation w.r.t. root.
8433 * Makefile.am: added more tests
8434 * test and result trees: added a lot of tests
8435 * libxml.spec.in: export libxml.so.0 and libxml.so.1
8436
8437Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8438
8439 * Added an HACKING file
8440
8441Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8442
8443 * xpath.[ch] : improvements and debug of the XPath implementation
8444 * parser.c, HTMLparser.c : modified the parsers to be progressive
8445 * tree.[ch] : extended the Buffer promitives
8446 * xmlIO.[ch] : added basic I/O routines providing progressive
8447 parsing and ready for I18N conversion plugins
8448 * SAXresult/* : the SAX callback sequence maybe slightly different
8449 now
8450 * test*.c : improved/updated the tests programs
8451 * doc/* : recompiled the docs.
8452
84531999-07-26 Michael Meeks <michael@edenproject.org>
8454
8455 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
8456
8457 * tree.c: Ditto.
8458
8459Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8460
8461 * configure.in: upgraded to version 1.4.0
8462 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
8463 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
8464 XML query language, see http://www.w3.org/TR/xpath for more details.
8465 * parser.c, parser.h: added CHAR* related string functions for XPath
8466 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
8467 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
8468 rebuild the docs.
8469 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
8470 and regression testing capabilities for XPath.
8471
8472Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8473
8474 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
8475 closing bug #1646
8476
8477Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8478
8479 * Makefile.am, example/Makefile.am: closed bug #1683
8480
8481Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8482
8483 * example/Makefile.am, configure.in: added the makefile for the
8484 gjobread example
8485
8486Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
8487
8488 * doc/Makefile.am:
8489 - fix which allow "make install DESTDIR=</install/prefix>".
8490
8491Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8492
8493 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
8494 which fixed a problem on the file reading-code.
8495
8496Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8497
8498 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
8499 output.
8500 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
8501
8502Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8503
8504 * parser.h : Oops removed the binary compatibility problem
8505 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
8506 * parser.c, HTMLparser.c: applied patches for reading from stdin
8507
8508Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8509
8510 * parser.c, entities.c, valid.c: cleanup bug #1591
8511 * configure.in: cleanup bug #1592
8512 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
8513 the same tree back-end. Hence gdome will be available for it.
8514 * doc/Makefile.am: close bug #617
8515
8516Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8517
8518 * parser.c: alloctate a per parser context SAX interface block
8519
8520Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8521
8522 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
8523 and xmlEncodeEntitiesReentrant with the correct one :-\
8524
8525Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8526
8527 * commit of my internal XML base changes, quite a lot of
8528 changes, cleanups, better entities support, framework for
8529 new I/O and charset detection and handling
8530 * Fixed the configure/Makefile stuff to generate shared libs
8531 with the proper version info, so we jumped on rev from
8532 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
8533 xmlEncodeEntities() result need to be freed now, and a string
8534 xmlParserVersion provide the current library version.
8535
8536Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
8537
8538 * parser.c: fixed a buffer overrun for when you have a very long
8539 attribute with no entities in it.
8540
8541Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8542
8543 * added example directory
8544 * added example/gjobs.xml gjobread.c, still need a Makefile.in
8545
8546Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8547
8548 * Release of libxml-1.1, nearly everything has been touched for
8549 this.
8550 * Added more regression tests
8551 * Updated the documentation
8552
8553Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8554
8555 * tree.[ch]: unified the XML_NO_CORBA defines.
8556 * parser.c encoding.[ch]: started plugging in char encoding detection
8557
8558Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
8559
8560 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
8561 Also freed allocated buffer.
8562
8563Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8564 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
8565 reentrancy problem at printing. One is left in entities.c, to
8566 remove ASAP
8567 * testSAX.c : added a test example showing the use of the SAX
8568 interface if one doesn't want to build the DOM tree.
8569 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
8570
8571Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8572
8573 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
8574 large revamping of the parser to use SAX callbacks
8575 http://www.megginson.com/SAX/ (or at least a C like interface
8576 a la Expat). It's now possible to set up your own callbacks
8577 and the parser will not build a DOM tree.
8578 * test/* result/*: updated the test suite, I finally removed
8579 the old Namespace draft support (PI based).
8580
8581Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8582
8583 * Makefile.am: added test result to EXTRA_DIST for make tests
8584
8585Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8586
8587 * parser.c, parserInternals.h: moved the chars macro definitions
8588 to parserInternals.h
8589 * parser.c, error.c: applied patches from "Knut Ã…kesson"
8590 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
8591
8592Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8593
8594 * xml-config.in : applied patch to make --version work
8595
85961999-03-05 Raja R Harinath <harinath@cs.umn.edu>
8597
8598 * Makefile.am (check-local): Alias for `tests' target. This will
8599 cause `make check' to do the right thing.
8600 (tests): Don't run tests in srcdir. Also, replaced calls to
8601 basename with a `sed' "equivalent".
8602
8603Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8604
8605 * Renamed error.h to xml-error.h, corrected Makefile.am to list
8606 it in the header and not the sources, updated the doc.
8607 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
8608 pointing this out.
8609
8610Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8611
8612 * parser.c, parser.h, parserInternals.h: memory leak hunting,
8613 exported the inputStream routines.
8614 * doc/html/* : updated accordingly
8615
8616Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8617
8618 * parser.c, parser.h, parserInternals.h: added a few extra
8619 internal calls to allocate and free parser contexts ...
8620 * doc/html/* : updated accordingly
8621
8622Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8623
8624 * configure.in, Makefile.am, doc/makefile.am : General changes for
8625 1.0.0 release and including the generated HTML documentation.
8626
8627Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8628
8629 * makefile.am : added parserInternals.h, oops.
8630
8631Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8632
8633 * parserInternals.h: added this header giving access to the parser
8634 internal functions.
8635 * doc/Makefile.am : added a rebuild target which rebuilds the full
8636 set of documentations
8637 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
8638 the internal subset.
8639 * *.c *.h: modifications needed to generate the documentation using
8640 gtk-doc, cleanup of functions blocks, reorganisation of struct
8641 declarations.
8642
8643Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8644
8645 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
8646 the tar and spec file to include the beginning of the doc.
8647
86481999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
8649
8650 * doc/.cvsignore: Added this file.
8651
8652Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8653
8654 * tree.c: fixed xmlGetProp to return "" when the attribute
8655 exists, even if the node-list is NULL.
8656
8657Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8658
8659 * tree.c: patched an error outputting empty attribute values.
8660 * Makefile.am and doc/makefile.am: have been updated during the
8661 week-end. Sorry for an empty CVS log, I got a shell problem.
8662
8663Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8664
8665 * tree.h: cleaned up using enums instead of defines
8666 * parser.c, valid.[ch]: more work on parsing/output of element
8667 declarations
8668
8669Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8670
8671 * valid.[ch], tree.c, parser.c : more work toward full parsing
8672 of XML DTDs.
8673 * README: added informations about mailing-list and on-line
8674 documentation
8675
86761999-01-27 Raja R Harinath <harinath@cs.umn.edu>
8677
8678 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
8679
8680Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8681
8682 * parser.c, tree.[ch] : more work toward conformance testing,
8683 added a last element to accelerate parsing of very flat structures
8684 started working on internal subset Element content declaration.
8685 * valid.[ch] : first cut at adding code toward validation.
8686 * previous changes had also small impact on most files, especially
8687 the conformance testing using James Clark test suite.
8688
8689Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8690
8691 * test/* : updated the examples, most of them were not well
8692 formed (humm), and added rdf2.
8693 * result/* : resulting changes in the output.
8694
8695Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8696
8697 * tree.c: changed the behaviour of xmlGetProp on NULL values.
8698
8699Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8700
8701 * tree.c: patched a bug in the generation of empty attributes
8702
8703Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8704
8705 * entities.[ch], tree.[ch], tester.c: added copy interfaces
8706 for node/trees/documents/... Biggest problem is namespace
8707 support when copying subtrees.
8708
8709Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8710
8711 * parser.c, entities.c: improve entities and char ref encoding,
8712 and cleanups of error messages.
8713
8714Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8715
8716 * parser.c, entities.c: simple bug hunting done during rpm2html and
8717 rpmfind integration.
8718
8719Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8720
8721 * parser.[ch]: Added interfaces allowing to specify a SAX
8722 handler before parsing.
8723
8724Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8725
8726 * parser.c: redirrect all errors reporting through the SAX
8727 error function
8728
8729Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8730
8731 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
8732 * libtool, tlmain ...: update of the libtool files
8733
87341998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
8735
8736 * entities.c: Use g_snprintf insteda of snprintf.
8737
8738Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8739
8740 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
8741 added ent5 test for this purpose.
8742 * parser.c, parser.h: formatting, comments and UTF-8 planning.
8743
8744Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8745
8746 * parser.c: fixed? a strange error due to compression on a GWP
8747 document.
8748
8749Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8750
8751 * tree.[ch]: bug fixing
8752 * entities.[ch]: defined a specific type for predefined entities
8753 * doc/xml.html: more documentation on the library, how to use it,
8754 overview of the interfaces.
8755
8756Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8757
8758 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
8759
8760Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8761
8762 * tree.c: corrected a small bug
8763 * doc/xml.html: continuing writing documentation.
8764
8765Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8766
8767 * debugXML.h debugXML.c: added debugging utilities.
8768 * tester.c: added --debug switch.
8769 * tree.c: patched an incorrect node->type assignment.
8770 * parser.c: formatting, ensure that node->doc != NULL in attributes
8771
8772Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8773
8774 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
8775 entity support and provide an internal representation close to
8776 DOM one (entity ref nodes, and attribute value as tree). I tried
8777 to preserve the interface but this will surely break some apps
8778 (I have to change rpm2html/rpmfind for example). I had to change
8779 two interfaces, and the generated tree is somewhat different.
8780 * doc/* : started documenting the XML library, the tree and
8781 DOM/Corba. This is a first step.
8782
8783Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8784
8785 * parser.c: Set up the fonctions comment block, boring but useful.
8786 * parser.h, SAX.c, parser.c: now attributes are processed through
8787 the SAX interface. The problem is that my SAX interface diverged
8788 quite a bit from the original one, well this is not an official
8789 spec, and translating it from Java to C is hairy anyway...
8790
8791Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8792
8793 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
8794 fonctions comment block, boring but useful.
8795
8796Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8797
8798 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
8799 conversion routines. However they are not yet used to convert the
8800 inputs. The core will run with UTF-8.
8801
8802Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8803
8804 * tree.c : make sure that the type id is properly set-up when
8805 a new object is allocated, needed for DOM.
8806
8807Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8808
8809 * tree.h, tree.c: Ok, the main objects in the tree will be native
8810 corba objects, it costs 8 bytes per Node, Attribute and Document
8811 but it simplifies the Corba integration a lot (no extra interface
8812 objects to allocate/free).
8813
8814Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8815
8816 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
8817 and changed NODEs contants for conformity with DOM Level 1
8818
8819Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8820
8821 * added hooks to keep track of servants when creating objects
8822 xmlDoc and xmlNode (for Corba export).
8823
8824Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8825
8826 * added xml-config script.
8827
8828Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8829
8830 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
8831 to autoupdate libtool and automake conf files.
8832
88331998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
8834
8835 * Makefile.am: Use '?' to separate the sed
8836 commands as ',' is used when people pass -Wl,something.
8837
8838
8839Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8840
8841 * tree.c, tree.h: added a per-document compression interface.
8842
8843Tue Sep 22 20:47:38 EDT 1998
8844
8845 * tree.c, tree.h: added saving with compression and added interfaces
8846 to control the compression level (xmlGetCompressMode,
8847 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
8848
8849Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8850
8851 * parser.c: corrected a loop for files of size 0
8852
88531998-08-20 Raja R Harinath <harinath@cs.umn.edu>
8854
8855 * error.h: New file. Contains prototyes from `error.c'.
8856
8857Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
8858
8859 * Makefile.am (xmlincdir): New macro.
8860 (xmlinc_HEADERS): Renamed from include_HEADERS.
8861
8862Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8863
8864 * applied small patch on numeric entities from
8865 Christopher Blizzard <blizzard@appliedtheory.com>
8866
8867Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8868
8869 * New release 0.2, removed the old xml_* files so that it's
8870 coherent with the other CVS base (W3C), far better conformance
8871 to standard, new namespaces, decent entities support, beginning
8872 of a SAX-like interface. Nearly nothing left intact, even the
8873 test examples ...
8874
88751998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
8876
8877 * .cvsignore: Add .deps dir
8878
8879Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8880
8881 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
8882
8883Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8884
8885 * configure.in: added test for CPP
8886 * AUTHORS, Changelog: the original ones didn't get commited but the
8887 glib ones instead, fixed.
8888 * Makefile.am: corrected an error in library naming
8889
8890Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8891
8892 * integrated code developped at W3C
8893 * changed the original Copyright
8894 * migrated to automake
8895 * prefixed the filenames by xml_ to avoid filename clashes
8896
Daniel Veillarde0ed10c2003-01-06 11:06:26 +00008897Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
8898
8899 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
8900 should not be called.
8901
Daniel Veillard0aaaacd2003-01-06 10:59:57 +00008902Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8903
8904 * libxml-2.0.pc.in: applied the patch to fix #101894
8905
Daniel Veillard8a1b1852003-01-05 22:37:17 +00008906Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
8907
8908 * tree.c : applied patch from Lukas Schroeder for register callbacks
8909 * valid.c: modified patch from Lukas Schroeder to test
8910 register callbacks with --chkregister
8911
Daniel Veillard067bae52003-01-05 01:27:54 +00008912Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8913
8914 * xmlreader.c: seriously changed the way data are pushed to
8915 the underlying parser, go by block of 512 bytes instead of
8916 tryng to detect tag boundaries at that level. Changed the
8917 way empty element are detected and tagged.
8918 * python/tests/reader.py python/tests/reader2.py
8919 python/tests/reader3.py: small changes mostly due to context
8920 reporting being different and DTD node being reported. Some
8921 errors previously undetected are now caught and fixed.
8922 * doc/xmlreader.html: flagged last section as TODO
8923
Daniel Veillard51a447a2003-01-04 19:42:46 +00008924Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8925
8926 * python/libxml.py: integrated the Python 2.2 optimizations
8927 from Hannu Krosing, while maintaining compatibility with
8928 1.5 and 2.1
8929
Daniel Veillarde59494f2003-01-04 16:35:29 +00008930Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
8931
8932 * xmllint.c: a bit of cleanup
8933 * xmlreader.c: small fix
8934 * doc/xmlreader.html: more work on the XmlTextReader tutorial
8935 * python/libxml.py: a few fixes pointed out by Hannu Krosing
8936
Daniel Veillard623a9eb2003-01-04 12:47:20 +00008937Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8938
8939 * python/setup.py.in: patch from Stéphane Bidoul to include
8940 drv_libxml2.py in setup.py
8941
Daniel Veillard66b82892003-01-04 00:44:13 +00008942Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
8943
8944 * doc/xmlreader.html: starting documenting the new XmlTextReader
8945 interface.
8946
Daniel Veillard7704fb12003-01-03 16:19:51 +00008947Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8948
8949 * xmllint.c: added the --stream flag to use the TextReader API
8950 * xmlreader.c: small performance tweak
8951
Daniel Veillarda80ff6e2003-01-03 12:52:08 +00008952Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
8953
8954 * xmlreader.c python/tests/reader2py: okay the DTD validation
8955 code on top of the XMLTextParser API should be solid now.
8956
Daniel Veillard1fdfd112003-01-03 01:18:43 +00008957Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8958
8959 * xmlreader.c python/tests/reader2py: Fixing some more mess
8960 with validation and recursive entities while using the
8961 reader interface, it's getting a bit messy...
8962
Daniel Veillarddab8ea92003-01-02 14:16:45 +00008963Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8964
8965 * xmlreader.c python/tests/reader.py: another couple of problem
8966 related to IsEmptyElement reported by Stéphane Bidoul needed
8967 some fixes.
8968
Daniel Veillard4f860202003-01-02 13:00:02 +00008969Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8970
8971 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
8972 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
8973 based on the python XmlTextReader interface.
8974
Daniel Veillard3c265e42003-01-01 21:06:49 +00008975Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
8976
8977 * tree.c: backing out one change in the last patch which broke the
8978 regression tests
8979
Daniel Veillard5335dc52003-01-01 20:59:38 +00008980Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8981
8982 * global.data globals.c tree.c include/libxml/globals.h: applied
8983 an old patch from Lukas Schroeder to track node creation and
8984 destruction. Probably missing a lot of references at the moment
8985 and not usable reliably.
8986
Daniel Veillard8ba17412003-01-01 19:13:12 +00008987Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8988
8989 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
8990 from doc/news.html and a stylesheet
8991
Daniel Veillarde3c036e2003-01-01 15:11:05 +00008992Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
8993
8994 * xmlreader.c python/tests/reader.py: fixed another couple of
8995 xmlreader bugs reported by Stéphane Bidoul and added tests.
8996
Daniel Veillard9e395c22003-01-01 14:50:44 +00008997Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
8998
8999 * xmlreader.c python/tests/reader2.py: fixed another validity
9000 checking in external parsed entities raised by Stéphane Bidoul
9001 and added a specific regression test.
9002 * python/tests/reader3.py: cleanup
9003
Daniel Veillardd5896142002-12-31 14:45:26 +00009004Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
9005
9006 * xmlreader.c python/tests/reader2.py: fixed a problem with
9007 validation within entities pointed by Stéphane Bidoul, augmented
9008 the tests to catch those.
9009
Daniel Veillarddc85f282002-12-31 11:18:37 +00009010Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
9011
9012 * python/generator.py: modified the generator to allow keeping
9013 class references when creating new classes, needed to fix a bug
9014 pointed by Stéphane Bidoul where the input buffer of the
9015 xmlTextReader instance gets destroyed if the python wrapper for
9016 the input is not referenced anymore.
9017
Daniel Veillard4d8db8a2002-12-30 18:40:42 +00009018Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
9019
9020 * xmlreader.c python/tests/reader.py: fixed another pair of problem
9021 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
9022
Daniel Veillard571b8892002-12-30 12:37:59 +00009023Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
9024
9025 * xmlreader.c python/tests/reader.py: fixed another problem
9026 pointed by Stéphane Bidoul
9027
Daniel Veillardaaa105b2002-12-30 11:42:17 +00009028Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
9029
9030 * xmlreader.c python/tests/reader.py: fixed a limit case problem
9031 with "<a/>"
9032
Daniel Veillardecaba492002-12-30 10:55:29 +00009033Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9034
9035 * SAX.c: warn on xmlns:prefix="foo"
9036 * xmlreader.c python/tests/reader.py: fixed a couple of problem
9037 for namespace attributes handling.
9038
Daniel Veillard2d84a892002-12-30 00:01:08 +00009039Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9040
9041 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
9042 a really nasty problem raised by a DocBook XSLT transform
9043 provided by Sebastian Bergmann
9044
Daniel Veillard29b3e282002-12-29 11:14:41 +00009045Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
9046
9047 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
9048 by Stéphane Bidoul and integrated it into the tests
9049
Daniel Veillarde18fc182002-12-28 22:56:33 +00009050Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
9051
9052 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
9053 extended the XmlTextReader API a bit, addding accessors for
9054 the current doc and node, and an entity substitution mode for
9055 the parser.
9056 * python/libxml.py python/libxml2class.txt: related updates
9057 * python/tests/Makefile.am python/tests/reader.py
9058 python/tests/reader2.py python/tests/reader3.py: updated a bit
9059 the old tests and added a new one to test the entities handling
9060
Daniel Veillardaba976d2002-12-28 21:14:18 +00009061Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
9062
9063 * python/generator.py python/libxml2class.txt
9064 python/tests/reader.py python/tests/reader2.py: changed the
9065 generator to provide casing for the XmlTextReader similar to
9066 C# so that examples and documentation are more directly transposable.
9067 Fixed the couple of tests in the suite.
9068
Daniel Veillard83298842002-12-28 15:12:33 +00009069Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
9070
9071 * doc/guidelines.html: added a document on guildeline for
9072 publishing and deploying XML
9073
Daniel Veillard336fc7d2002-12-27 19:37:04 +00009074Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
9075
9076 * valid.c xmlreader.c: final touch running DTD validation
9077 on the XmlTextReader
9078 * python/tests/Makefile.am python/tests/reader2.py: added a
9079 specific run based on the examples from test/valid/*.xml
9080
Daniel Veillardf25b4ca2002-12-27 15:18:35 +00009081Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
9082
9083 * python/libxml.py: added a few predefined xmlTextReader parser
9084 configuration values.
9085
Daniel Veillard0e9dafa2002-12-27 11:58:25 +00009086Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9087
9088 * python/libxml_wrap.h: trying to fix #102037
9089
Daniel Veillard8dbd4952002-12-27 11:34:48 +00009090Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
9091
9092 * SAX.c: fixing bug #95296, when the predefined entities
9093 are redefined in the DTD the default one must be used
9094 instead anyway.
9095
MST 2002 John Fleck6647aed2002-12-26 02:23:24 +00009096Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
9097
9098 * doc/xmllint.xml
9099 * doc/xmllint.1
9100 Add discussion of XML_DEBUG_CATALOG to xmllint man
9101 page - bug #100907
9102
9103
Daniel Veillarddf512f42002-12-23 15:56:21 +00009104Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9105
9106 * xmlreader.c: Fixed the empty node detection to avoid reporting
9107 an inexistant close tag.
9108
Daniel Veillard0d132cf2002-12-23 14:43:32 +00009109Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
9110
9111 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
9112 for Python 2.1
9113
Daniel Veillardfe8aab92002-12-22 10:25:41 +00009114Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
9115
9116 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
9117
Daniel Veillard4258b9c2002-12-20 10:29:40 +00009118Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
9119
9120 * doc/libxml2-api.xml python/tests/reader.py: one really need
9121 to provide the base URI information when creating a reader parser
9122 from an input stream. Updated the API and the example using it.
9123
Daniel Veillardea7751d2002-12-20 00:16:24 +00009124Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
9125
9126 * testReader.c xmlreader.c valid.c include/libxml/tree.h
9127 include/libxml/valid.h include/libxml/xmlreader.h: working on
9128 DTD validation on top of xml reader interfaces. Allows to
9129 validate arbitrary large instances. This required some extensions
9130 to the valid module interface and augmenting the size of xmlID
9131 and xmlRef structs a bit.
9132 * uri.c xmlregexp.c: simple cleanup.
9133
Daniel Veillardbeb70bd2002-12-18 14:53:54 +00009134Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9135
9136 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
9137 work on the xml reader interfaces.
9138 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
9139 Web page for the Windows binaries.
9140
Daniel Veillard4a6d39b2002-12-17 18:33:01 +00009141Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9142
9143 * xmlIO.c: applied a patch for VMS following the report by
9144 Nigel Hall
9145
Daniel Veillard3772de32002-12-17 10:31:45 +00009146Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
9147
9148 * parser.c: the parseStartTag bug fix wasn't complete.
9149
Daniel Veillard67df8092002-12-16 22:04:11 +00009150Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
9151
9152 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
9153 parseStartTag, fixing it.
9154 * test/att4 result/att4 result/noent/att4: adding the test
9155 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
9156 more methods to XmlTextReader.
9157
Igor Zlatkovicd453c632002-12-16 18:45:48 +00009158Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9159
9160 * win32/libxml2.def.src: added more xml reader exports
9161 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
9162 to the build
9163
MST 2002 John Fleck7c67a832002-12-16 13:38:06 +00009164Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
9165
9166 * doc/tutorial/xmltutorial.xml
9167 plus generated html and pdf
9168 Updating tutorial again based on further comments from Niraj
9169 Tolia on the last iteration
9170
MST 2002 John Fleck44aacb32002-12-16 04:34:57 +00009171Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
9172
9173 * doc/tutorial/xmltutorial.xml
9174 * doc/tutorial/includekeyword.c
9175 * doc/tutorial/includegetattribute.c
9176 plus generated html and pdf
9177 Adding fix from Niraj Tolia to tutorial to properly free memory.
9178
9179
Daniel Veillardda46d2d2002-12-15 23:36:49 +00009180Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
9181
9182 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
9183 more methods of XmlTextReader.
9184 * python/libxml2class.txt python/tests/reader.py: this increased the
9185 methods in the bndings, augmented the test to check those new
9186 functions.
9187
Daniel Veillard0eb38c72002-12-14 23:00:35 +00009188Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
9189
9190 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
9191 methods of XmlTextReader.
9192 * python/generator.py python/libxml_wrap.h python/types.c
9193 python/libxml2class.txt: added the reader to the Python bindings
9194 * python/tests/Makefile.am python/tests/reader.py: added a specific
9195 test for the Python bindings of the Reader APIs
9196 * parser.c: small cleanup.
9197
Daniel Veillard06503452002-12-13 10:42:08 +00009198Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9199
9200 * xinclude.c: fallback was only copying the first child not the
9201 full child list of the fallback element, closes #89684 as reopened
9202 by Bernd Kuemmerlen
9203
Igor Zlatkovic2d45f522002-12-12 12:33:43 +00009204Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9205
9206 * win32/libxml2.def.src: exported htmlNodeDumpOutput
9207
Daniel Veillard000eafb2002-12-12 10:04:22 +00009208Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
9209
Daniel Veillardc1eed322002-12-12 11:01:32 +00009210 * configure.in: preparing release of 2.4.30
Daniel Veillard000eafb2002-12-12 10:04:22 +00009211 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
Daniel Veillardc1eed322002-12-12 11:01:32 +00009212 gives enum values, fix functype return type, put back fields in
9213 structs
9214 * doc/*: updated the docs rebuilt
Daniel Veillard000eafb2002-12-12 10:04:22 +00009215
Daniel Veillard024b5702002-12-12 00:15:55 +00009216Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
9217
9218 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
9219 about htmlNodeDumpOutput location.
9220 * xpath.c: removed an undefined function signature
9221 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
9222 too many symbols in the API breaking the python bindings.
9223 Updated with the libxslt/libexslt changes.
9224
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00009225Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
9226
9227 * configure.in: preparing release of 2.4.29
9228 * doc/*: rebuilt the docs and API
9229 * xmlreader.c: a few more fixes for the XmlTextReader API
9230
Igor Zlatkovicf6273a02002-12-11 17:00:54 +00009231Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9232
9233 * include/win32config.h: applied mingw patch from Magnus Henoch
9234
Daniel Veillard5aad8322002-12-11 15:59:44 +00009235Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
9236
9237 * catalog.c doc/libxml2-api.xml: a bit more cleanup
9238
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009239Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
9240
9241 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
9242 building Python script, does the C parsing directly, generates
9243 a better API description including structure fieds defs and
9244 enums. Still a couple of bugs, but good enough for the python
9245 wrappers now.
9246 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
9247 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
9248 include/libxml/schemasInternals.h include/libxml/tree.h: more
9249 cleanup based on the python analysis script reports.
9250 * libxml.spec.in: make sure the API XML description is part of the
9251 devel package.
9252
Daniel Veillard01c13b52002-12-10 15:19:08 +00009253Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
9254
9255 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
9256 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
9257 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
9258 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
9259 code cleanup, especially the function comments.
9260 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
9261
Daniel Veillarde1ca5032002-12-09 14:13:43 +00009262Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
9263
9264 * Makefile.am xmlreader.c include/libxml/Makefile.am
9265 include/libxml/xmlreader.h: Adding a new set of APIs based on
9266 the C# TextXmlReader API but converted to C. Allow to parse
9267 in constant memory usage, far simpler to program and explain
9268 than the SAX like APIs, unfinished but working.
9269 * testReader.c: test program
9270
Igor Zlatkovic70a296c2002-12-08 17:34:54 +00009271Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9272
9273 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
9274
Daniel Veillard64b35282002-12-04 15:10:40 +00009275Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
9276
9277 * tree.c: Chip turner indicated that XHTML1 serialization
9278 rule for style actually break on both IE and Mozilla,
9279 try to avoid the rule if escaping ain't necessary
9280
Daniel Veillard8efff672002-12-04 11:44:48 +00009281Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
9282
9283 * nanhttp.c: handle HTTP URL escaping, problem reported by
9284 Glen Nakamura and Stefano Zacchiroli
9285
Daniel Veillard1c732d22002-11-30 11:22:59 +00009286Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
9287
9288 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
9289
Daniel Veillardfdd27d22002-11-28 11:55:38 +00009290Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9291
9292 * uri.c: Johann Richard pointed out some XPointer problems for
9293 URN based URI references in XInclude. Modified the URI parsing
9294 and saving routines to allow correct parsing and saving of
9295 XPointers, especially when attached to "opaque" scheme accordingly
9296 to RFC 2396
9297
Daniel Veillard8db67d22002-11-27 19:39:27 +00009298Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
9299
9300 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
9301 of refactoring to the HTML saving code.
9302 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
9303 in the doc.
9304
Daniel Veillardebc4ca92002-11-27 11:43:05 +00009305Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
9306
9307 * tree.c include/libxml/tree.h: refactored the XML dump of a node
9308 to a buffer API to reuse the generic dump to an OutputIO layer,
9309 this reduces code, fixes xmlNodeDump() for XHTML, also made
9310 xmlNodeDump() now return the number of byte written.
9311
Daniel Veillard9d5ea172002-11-27 08:02:06 +00009312Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
9313
9314 * python/setup.py.in: another patch from Stéphane Bidoul for
9315 Python bindings on Windows
9316 * doc/parsedecl.py: small cleanup
9317
Daniel Veillard9715c172002-11-25 16:33:40 +00009318Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
9319
9320 * libxml.spec.in configure.in: add a line in %changelog for releases
9321
Daniel Veillard9bc53102002-11-25 13:20:04 +00009322Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
9323
9324 * parser.c: patch from Marcus Clarke fixing a problem in entities
9325 parsing that was detected in KDe documentations environment.
9326
Daniel Veillardfaa35ff2002-11-24 13:53:43 +00009327Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
9328
9329 * python/libxml.c (libxml_prev): Return the previous as opposed to
9330 the next node (I guess this is the result of some cut & paste programming:)
9331
Daniel Veillard80d7b902002-11-23 16:23:08 +00009332Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9333
9334 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
9335
Daniel Veillarda1196ed2002-11-23 11:22:49 +00009336Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
9337
9338 * python/generator.py python/libxml.c python/setup.py.in: trying
9339 to fix the Python bindings build on Windows (Stéphane Bidoul)
9340
Igor Zlatkovic9ab71552002-11-22 21:41:43 +00009341Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9342
9343 * win32/configure.js: added option for python bindings
9344 * win32/libxml2.def.src: added more exports
9345
Igor Zlatkovicace7cd22002-11-22 18:07:00 +00009346Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9347
9348 * win32/Makefile.mingw: fixed unresolved symbols when linking with
9349 pthreads
9350 * win32/wince/*: applied updates to Windows CE port from Javier
9351
Daniel Veillardf9c4cad2002-11-22 15:57:07 +00009352Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9353
9354 * configure.in: preparing 2.4.28
9355 * libxml.spec.in doc/Makefile.am: some cleanup
9356 * doc/*: updated the news and regenerated.
9357
Daniel Veillardfee408f2002-11-22 13:18:30 +00009358Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
9359
9360 * HTMLparser.c: final touch at closing #87235 </p> end tags
9361 need to be generated.
9362 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
9363 this change slightly the output of a few tests
9364 * doc/*: regenerated
9365
Daniel Veillardd2ff0392002-11-22 12:28:38 +00009366Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
9367
9368 * parserInternals.c: fixing bug #99190 when UTF8 document are
9369 parsed using the progressive parser and the end of the chunk
9370 is in the middle of an UTF8 multibyte character.
9371
William M. Brack8b2c7f12002-11-22 05:07:29 +00009372Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9373
9374 * threads.c: fixed initialization problem in xmlNewGlobalState
9375 which was causing crash.
9376 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
9377 in xmlInitializeGlobalState.
9378 * parserInternals.c: cleaned up ctxt->sax initialisation.
9379
Daniel Veillardd5c2f922002-11-21 14:10:52 +00009380Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
9381
9382 * tree.c include/libxml/tree.h: modified the existing APIs
9383 to handle XHTML1 serialization rules automatically, also add
9384 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
9385 libxslt serialization uses it when needed without changing
9386 the library API.
9387 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
9388 result/xhtml1: added a new test specifically for xhtml1 output
9389 and updated the result of one XHTML1 test
9390
Daniel Veillardd076a202002-11-20 13:28:31 +00009391Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
9392
9393 * xinclude.c parserInternals.c encoding.c: fixed #99082
9394 for xi:include encoding="..." support on text includes.
9395 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
9396 test/XInclude/ents/isolatin.txt : added a specific regression test
9397 * python/generator.py python/libxml2class.txt: fixed the generator
9398 the new set of comments generated for doc/libxml2-api.xml were
9399 breaking the python generation.
9400
Daniel Veillard817e70b2002-11-19 22:28:48 +00009401Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
9402
9403 * doc/Makefile.am: repair some problem if gtk-doc fail or such
9404 * configure.in: patch for Solaris on new autoconf closes #98880
9405 * doc/parsedecl.py: repair the frigging API building script,
9406 did I say that python xmllib sucks ?
9407 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
9408 and some comment are no more truncated.
9409
Daniel Veillarda7e05b42002-11-19 08:11:14 +00009410Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
9411
9412 * parser.c: Martin Stoilov pointed out a potential leak in
9413 xmlCreateMemoryParserCtxt
9414
Daniel Veillardbc6e1a32002-11-18 15:07:25 +00009415Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
9416
9417 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
9418 included in HTML documents and using the push parser.
9419
Daniel Veillard4efd3be2002-11-18 09:11:13 +00009420Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
9421
9422 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
9423 specified, look for the Python interpreter not just in the
9424 specified root but also in the specified location. Fixes #98825
9425
Daniel Veillarda8c0adb2002-11-17 22:37:35 +00009426Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
9427
9428 * python/libxml.c: fixing bug #98792 , node may have no doc
9429 and dereferencing without checking ain't good ...
9430
Daniel Veillarddad3f682002-11-17 16:47:27 +00009431Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
9432
9433 * configure.in: preparing release 2.4.27
9434 * doc/* : updated and rebuilt the docs
9435 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
9436 and all the docs are actually packaged and in the final RPMs
9437 * parser.c parserInternals.c include/libxml/parser.h: restore
9438 xmllint --recover feature.
9439
Daniel Veillard68e9e742002-11-16 15:35:11 +00009440Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
9441
Daniel Veillard784b9352003-02-16 15:50:27 +00009442 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard68e9e742002-11-16 15:35:11 +00009443 processing of parsed entities, and XPath computation on sustitued
9444 entities.
9445 * testXPath.c: make sure entities are substitued.
9446
Daniel Veillard328f48c2002-11-15 15:24:34 +00009447Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
9448
Daniel Veillard784b9352003-02-16 15:50:27 +00009449 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard328f48c2002-11-15 15:24:34 +00009450 processing of internal parsed entities, which had to be changed.
9451
Daniel Veillard66651aa2002-11-15 11:21:43 +00009452Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9453
9454 * Makefile.am python/Makefile.am python/tests/Makefile.am:
9455 trying to fix bug #98517 about building outside the source tree
9456 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
9457
Igor Zlatkovic2772cea2002-11-14 17:45:20 +00009458Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9459
9460 * include/win32config.h: cleanup
9461 * win32/Makefile.mingw: integrated mingw in JScript configure
9462 * win32/Makefile.msvc: modified to allow mingw coexistence
9463 * win32/configure.js: integrated mingw
9464 * win32/Readme.txt: cleanup
9465
Daniel Veillard8dd86a52002-11-12 21:14:17 +00009466Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
9467
9468 * HTMLparser.c: strengthen the guard in the Pop macros,
9469 like in the XML parser, closes bug #97315
9470
Daniel Veillard0821b152002-11-12 20:57:47 +00009471Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
9472
9473 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
9474 callback is never used.
9475
Daniel Veillard8606bbb2002-11-12 12:36:52 +00009476Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
9477
9478 * parserInternals.c: fixed the initialization of the SAX structure
9479 which was breaking xsltproc
9480 * xpath.c: patch from Petr Pajas for CDATA nodes
9481 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
9482 * parser.c include/libxml/parser.h: patch from Peter Jones
9483 removing a leak in xmlSAXParseMemory() and adding the
9484 function xmlSAXParseMemoryWithData()
9485
MST 2002 John Fleckf854d992002-11-12 03:49:05 +00009486Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
9487
9488 adding pdf of tutorial, changing web page to link to it
9489 * doc/tutorial/xmltutorial.pdf
9490 * doc/xml.html
9491 * doc/docs.html
9492
MST 2002 John Fleck52717f32002-11-11 03:49:33 +00009493Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
9494
9495 * doc/tutorial/ar01s08.html
9496 adding file what I forgot for tutorial
9497
9498
MST 2002 John Fleckbd3b4fd2002-11-11 03:41:11 +00009499Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
9500
9501 Adding encoding discussion to tutorial
9502 Added:
9503 * doc/tutorial/images/*.png: DocBook admonition image files
9504 * doc/tutorial/apf.html, apg.html: new generated html
9505 * doc/tutorial/includeconvert.c: conversion code entity file
9506 changed:
9507 * doc/tutorial/xmltutorial.xml: DocBook original
9508 * doc/tutorial/*.html: generated html
9509
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009510Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9511
9512 * include/libxml/*.h: retired xmlwin32version.h
9513 * doc/Makefile.am: retired xmlwin32version.h
9514 * win32/configure.js: retired xmlwin32version.h
9515
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009516Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9517
9518 * win32/libxml2.def.src: exported additional symbols
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009519 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
9520 sisterhood
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009521
Daniel Veillard7216cfd2002-11-08 15:10:00 +00009522Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
9523
9524 * globals.c: fixed a typo pointed out by Igor
9525 * xpath.c: try to speed up node compare using line numbers
9526 if available.
9527
Daniel Veillarda70d62f2002-11-07 14:18:03 +00009528Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
9529
9530 * tree.c: make xmlFreeNode() handle attributes correctly.
9531
Igor Zlatkovicb8e99cc2002-11-06 22:52:29 +00009532Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9533
9534 * catalog.c: completed the #96963 fix, as reported by Karl
9535 Eichwalder
9536
Daniel Veillard56f21f22002-11-06 15:49:46 +00009537Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9538
9539 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
9540
Daniel Veillard91ad8792002-11-04 17:06:52 +00009541Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9542
9543 * Makefile.am: switched the order of a couple of includes
9544 to fix bugs #97100
9545
Igor Zlatkovic2bb82ee2002-10-31 16:15:43 +00009546Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9547
9548 * catalog.c: fixed bug #96963, reverted to the old behaviour of
9549 xmlLoadCatalogs that used to separate directories with a ':'.
9550
Igor Zlatkovic9fdd8f32002-10-31 16:01:23 +00009551Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9552
9553 * threads.c: improvements to the Windows-side of thread handling
9554 * testThreads.c: conditionally excluded unistd.h
9555 * testThradsWin32.c: broke overlong lines
9556 * include/win32config.h: adapted thread-related macros to the new
9557 scheme and for pthreads on Windows
9558 * win32/Makefile.msvc: introduced a more flexible thread build,
9559 added testThreads[Win32].c to the build
9560 * win32/configure.js: introduced a more flexible thread config
9561
John Fleck61f6fb62002-10-31 15:23:29 +000095622002-10-31 John Fleck <jfleck@inkstain.net>
9563
9564 * doc/xml.html (and, by implication, FAQ.html)
9565 added UTF-8 conversaion FAQ from Marcus Labib Iskander
9566
Igor Zlatkovicf95b56b2002-10-29 17:33:35 +00009567Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9568
9569 * configure.in: removed xmlwin32version.h
9570 * include/libxml/Makefile.am: removed xmlwin32version.h
9571
Daniel Veillardce66ce12002-10-28 19:01:59 +00009572Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
9573
9574 * tree.c: applied patch from Brian Stafford to fix a bug
9575 in xmlReconciliateNs()
9576
Daniel Veillard7e3f1402002-10-28 18:52:57 +00009577Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
9578
9579 * tree.c: applied patch from Christian Glahn to allow
9580 xmlNewChild() on document fragment nodes
9581
Daniel Veillardb39bc392002-10-26 19:29:51 +00009582Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9583
9584 * parser.c: Christian Glahn found a problem with a recent
9585 patch to xmlParseBalancedChunkMemoryRecover()
9586 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
9587 problems
9588 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
9589 test/schemas/seq*: added the test cases from Charles
9590
Daniel Veillard366a9152002-10-23 20:43:53 +00009591Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9592
9593 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
9594 serious cleanup of the spec file and associated changes
9595 in the Makefiles.
9596 * valid.c: try to remove some warnings on x86_64
9597
Daniel Veillardd033d022002-10-23 14:55:02 +00009598Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9599
9600 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
9601 fix bug #96586
9602
Daniel Veillardce02dbc2002-10-22 19:14:58 +00009603Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9604
9605 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
9606 parsing, applied his patch
9607 * result/HTML/attrents.html result/HTML/attrents.html.err
9608 result/HTML/attrents.html.sax test/HTML/attrents.html:
9609 added the test and result case provided by Mikhail Sogrine
9610
Daniel Veillarde645e8c2002-10-22 17:35:37 +00009611Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9612
9613 * vms/build_libxml.com vms/config.vms vms/readme.vms
9614 include/libxml/parser.h include/libxml/parserInternals.h
9615 include/libxml/tree.h include/libxml/xmlIO.h
9616 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
9617 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
9618 Applied the VMS update patch from Craig A. Berry
9619 * doc/*.html: update
9620
Daniel Veillardf000f072002-10-22 14:28:17 +00009621Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9622
9623 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
9624
Daniel Veillard1e208222002-10-22 14:25:25 +00009625Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9626
9627 * debugXML.c: adding a grep command to --shell in xmllint
9628 for T.V. Raman
9629
Daniel Veillard9cdcf362002-10-22 14:23:59 +00009630Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9631
9632 * xmlcatalog.c: tried to fix some of the problem with --sgml
9633
Daniel Veillard935494a2002-10-22 14:22:46 +00009634Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
9635
9636 * parser.c: tried to fix bug #91500 where doc->children may
9637 be overriden by a call to xmlParseBalancedChunkMemory()
9638
9639Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9640
9641 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
9642 identifiers in SGML catalogs containing '&'
9643
Daniel Veillardc0ac0692002-10-20 21:31:50 +00009644Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9645
9646 * python/types.c: fixed bugs when passing result value tree
9647 to Python functions.
9648
Daniel Veillard48267432002-10-18 11:21:38 +00009649Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9650
9651 * configure.in: preparing the release of 2.4.26
9652 * doc/*: updated and rebuilt the documentation
9653
Daniel Veillardbb284f42002-10-16 18:02:47 +00009654Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9655
9656 * parser.c: fixed a XML Namespace compliance bug reported by
9657 Alexander Grimalovsky
9658
Daniel Veillard44892f72002-10-16 15:23:26 +00009659Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9660
9661 * HTMLtree.c: fixed serialization of script and style when
9662 they are not lowercase (i.e. added using the API to the tree).
9663
Daniel Veillard2fd85422002-10-16 14:32:41 +00009664Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9665
9666 * valid.c: make xmlValidateDocument emit a warning msg if there
9667 is no DTD, pointed by Christian Glahn
9668
Daniel Veillard32370232002-10-16 14:08:14 +00009669Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9670
9671 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
9672 content model when some of the blocks have min or max, and a couple
9673 of bugs found in the process.
9674 * result/schemas/list0* test/schemas/list0*: added some specific
9675 regression tests
9676
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +00009677Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
9678
9679 * README: updated the contact informations
9680
Daniel Veillard63186732002-10-15 08:43:17 +00009681Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9682
9683 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
9684 misses it, reported by Peter Bray.
9685
Daniel Veillard96c3a3b2002-10-14 15:39:04 +00009686Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9687
9688 * tree.c: investigating xmlNodeGetContent() on namespace nodes
9689 and removed a few warnings
9690
Daniel Veillard819d5cb2002-10-14 11:15:18 +00009691Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
9692
9693 * parser.c: Christian Glahn found a small bug in the push parser.
9694 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
9695 public
9696
Daniel Veillard6045c902002-10-09 21:13:59 +00009697Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9698
9699 * xmlschemas.c include/libxml/xmlschemas.h: added
9700 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
9701 * testSchemas.c: added --memory to test the new interface
9702
Daniel Veillardf0070122002-10-09 14:24:17 +00009703Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9704
9705 * doc/index.py doc/search.php: integrated the XSLT indexing,
9706 a few fixed in the indexer, added a scope selection at the
9707 search level.
9708
Daniel Veillard01992e02002-10-09 10:20:30 +00009709Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9710
9711 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
9712 this was due to uninitialized parts of the validation context
9713
Daniel Veillard321be0c2002-10-08 21:26:42 +00009714Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9715
9716 * debugXML.c: applied patch from Mark Vakoc except the API
9717 change, preserved it.
9718 * doc/*: updated the docs to point to the search engine for
9719 information lookup or before bug/help reports.
9720
Daniel Veillard01e87d22002-10-08 16:55:06 +00009721Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9722
9723 * doc/index.py doc/search.php: added mailing-list archives
9724 indexing and lookup
9725
Daniel Veillard9dc1cf12002-10-08 08:26:11 +00009726Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9727
9728 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
9729
Daniel Veillard9b006132002-10-07 11:13:27 +00009730Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
9731
9732 * doc/index.py: improved HTML indexing
9733 * doc/search.php: make the queries also lookup the HTML based indexes
9734
Daniel Veillard141d04b2002-10-06 21:51:18 +00009735Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9736
9737 * doc/index.py: added HTML page indexing
9738
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009739Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9740
Igor Zlatkovicd7f3c332002-10-04 13:38:53 +00009741 * xmlIO.c: extended Windows path normalisation to fix the base
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009742 problem in libxslt.
9743 * catalog.c: fixed list handling in XML_CATALOG_FILES
9744
Daniel Veillardceb09b92002-10-04 11:46:37 +00009745Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9746
9747 * valid.c: typo/bug found by Christian Glahn
9748
Igor Zlatkovic9d66fa12002-09-29 17:54:36 +00009749Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9750
9751 * xmlIO.c: applied Windows CE patch from Javier.
9752 * win32/wince: new directory, contains support for the PocketPC
9753 with Windows CE from Javier.
9754 * include/win32config.h: reorganised, removed duplicate
9755 definitions and applied WinCE patch from Javier.
9756 * include/wsockcompat.h: new file, now contains WinSock
9757 compatibility macros.
9758 * win32/Makefile.msvc: introduced double-run compilation.
9759
Daniel Veillarde16b5742002-09-26 17:50:03 +00009760Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9761
9762 * configure.in include/libxml/xmlwin32version.h: preparing release
9763 of 2.4.25
9764 * doc/*: updated and regenerated teh docs and web pages.
9765
Daniel Veillard90d68fb2002-09-26 16:10:21 +00009766Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9767
9768 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
9769 error were not covering namespace declarations.
9770 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
9771 it was missing the attribute declaration for the namespace
9772 * result/VC/NS3: the fix now report breakages in that test
9773
Daniel Veillardabe01742002-09-26 12:40:03 +00009774Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9775
9776 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
9777
Daniel Veillard2ace1952002-09-26 12:28:02 +00009778Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9779
9780 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
9781 and regenerated the docs and web site
9782
Daniel Veillarddda8f1b2002-09-26 09:47:36 +00009783Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9784
9785 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
9786 ATTRIBUTE_UNUSED is always put after the attribute declaration,
9787 not before
9788
Daniel Veillardd4cb1e82002-09-26 09:34:23 +00009789Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9790
9791 * python/generator.py python/libxml2class.txt: fixed a stupid error
9792 breaking the python API
9793
Daniel Veillardb7c29c32002-09-25 22:44:43 +00009794Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9795
9796 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
9797 triostr.c triostr.h: applied a trio update patch from
9798 Bjorn Reese which should work with MinGW
9799
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009800Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9801
9802 * tree.c: improving some documentation comments
9803 * xmlregexp.c: found and fixed a mem leak with python regression tests
9804 * doc/*: rebuilt the doc and the API XML file including the
9805 xmlregexp.h xmlautomata.h and xmlunicode.h headers
9806 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
9807 python/types.c: added access to the XML Schemas regexps from
9808 python
9809 * python/tests/Makefile.am python/tests/regexp.py: added a
9810 simple regexp bindings test
9811
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009812Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
9813
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009814 * doc/xml.html:
9815 fixing ftp links - thanks to Vitaly Ostanin
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009816
Daniel Veillard118aed72002-09-24 14:13:13 +00009817Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9818
9819 * xmlregexp.c: fixed the data callback on transition functionality
9820 which was broken when using the compact form
9821 * result/schemas/*: updated the results, less verbose, all tests
9822 pass like before
9823 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
9824 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
9825 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
9826 annoying warnings
9827 * xpath.c: try to provide better error report when possible
9828
Daniel Veillard72336152002-09-21 13:08:14 +00009829Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9830
9831 * Makefile.am: fixed a breakage raised by Jacob
9832
Igor Zlatkovic3f1e94b2002-09-20 18:08:17 +00009833Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9834
9835 * include/win32config.h: added HAVE_ERRNO_H definition for parts
9836 which don't use sockets
9837
Igor Zlatkovic01280582002-09-20 16:40:34 +00009838Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9839
9840 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
9841 * win32/configure.js: applied zlib patch from Daniel Gehriger
9842
Igor Zlatkovic9a4efcb2002-09-20 13:41:55 +00009843Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9844
9845 * win32/configure.js: applied the patch from Mark Vakoc for
9846 regexp support
9847 * win32/libxml2.def.src: applied the patch from Mark Vakoc
9848 for regexp support
9849
Daniel Veillardb5c05732002-09-20 13:36:25 +00009850Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9851
9852 * xmlschemastypes.c: as pointed by Igor Float and Double
9853 parsing ain't finished yet
9854
Daniel Veillard40b11342002-09-20 12:01:39 +00009855Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
9856
9857 * Makefile.am configure.in: trying to fix #88412 by bypassing
9858 all the python subdir if python ain't detected
9859
Daniel Veillard23e73572002-09-19 19:56:43 +00009860Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9861
9862 * Makefile.am configure.in include/libxml/xmlversion.h.in:
9863 made configuring with regexps/automata/unicode the default
9864 but without schemas ATM
9865 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
9866 fixed the regexp based DTD validation performance and memory
9867 problem by switching to a compact form for determinist regexps
9868 and detecting the determinism property in the process. Seems
9869 as fast as the old DTD validation specific engine :-) despite
9870 the regexp built and compaction process.
9871
Daniel Veillard5acfd6b2002-09-18 16:29:02 +00009872Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9873
9874 * valid.c: determinism is debugged, new DTD checking code now works
9875 but xmlFAComputesDeterminism takes far too much CPU and the whole
9876 set usues too much memory to be really usable as-is
9877
Daniel Veillard0f04f8e2002-09-17 23:04:40 +00009878Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9879
9880 * tree.c: fixed another stupid bug in xmlGetNodePath()
9881 * xmllint.c: --version now report the options compiled in
9882
Daniel Veillarda646cfd2002-09-17 21:50:03 +00009883Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9884
9885 * HTMLparser.c: small cleanup
9886 * valid.c xmlregexp.c: switched DTD validation to use only regexp
9887 when configured with them. A bit of debugging around the determinism
9888 checks is still needed
9889
Daniel Veillard63b01c22002-09-17 19:25:28 +00009890Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9891
9892 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
9893
Daniel Veillard92727042002-09-17 17:59:20 +00009894Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9895
9896 * xmlIO.c: small portability glitch fixed.
9897
Daniel Veillard84d70a42002-09-16 10:51:38 +00009898Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9899
9900 * xmlschemastypes.c: incomplete steps for real/double support
9901 * testAutomata.c include/libxml/xmlautomata.h
9902 include/libxml/xmlregexp.h: avoiding a compilation problem
9903 * valid.c include/libxml/valid.h: starting the work toward using
9904 the regexps for actual DTD validation
9905
Daniel Veillardaeb258a2002-09-13 14:48:12 +00009906Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9907
9908 * hash.c: cosmetic cleanup
9909 * valid.c include/libxml/tree.h include/libxml/valid.h: started
9910 integrating a DTD validation layer based on the regexps
9911
Daniel Veillard4402ab42002-09-12 16:02:56 +00009912Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9913
9914 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
9915 the determinism was tested before eliminating the epsilon
9916 transitions :-(
9917
Daniel Veillardc6d4a932002-09-12 15:00:57 +00009918Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
9919
9920 * python/generator.py python/libxml.c python/libxml.py
9921 python/libxml2-python-api.xml python/libxml2class.txt
9922 python/libxml_wrap.h python/types.c: updated the python
9923 bindings, added code for easier File I/O, and the ability to
9924 define a resolver from Python fixing bug #91635
9925 * python/tests/Makefile.am python/tests/inbuf.py
9926 python/tests/outbuf.py python/tests/pushSAXhtml.py
9927 python/tests/resolver.py python/tests/serialize.py: updated
9928 and augmented the set of Python tests.
9929
Igor Zlatkovic353bf582002-09-10 19:07:14 +00009930Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9931
9932 * win32/configure.js: added more readme info for the binary
9933 package.
9934
Daniel Veillard607b35c2002-09-10 12:16:19 +00009935Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9936
9937 * xmlIO.c: fixed a stupid out of bound array error
9938
9939Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9940
9941 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
9942 messing around with support for Windows path, cleanups,
9943 trying to identify and fix the various code path to the
9944 filename access. Added xmlNormalizeWindowsPath()
9945
Daniel Veillard76575762002-09-05 14:21:15 +00009946Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9947
9948 * error.c valid.c: working on better error reporting of validity
9949 errors, especially providing an accurate context.
9950 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
9951 error reports in those cases.
9952
Daniel Veillard3487c8d2002-09-05 11:33:25 +00009953Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9954
9955 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
9956 parser.c parserInternals.c xmlIO.c: get rid of all the
9957 perror() calls made in the library execution paths. This
9958 should fix both #92059 and #92385
9959
Daniel Veillard19aa7022002-09-05 11:14:19 +00009960Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9961
9962 * xmllint.c: memory leak reporting was broken after a change
9963 of the preprocessor symbol used to activate it.
9964
Daniel Veillardec6725e2002-09-05 11:12:45 +00009965Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9966
9967 * tree.c: try to make the copy function work for node of
9968 type XML_DOCUMENT_FRAG_NODE, they are only created by the
9969 DOM layers though, not libxml2 itself.
9970
Daniel Veillardb9cd8b42002-09-05 10:58:49 +00009971Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9972
9973 * valid.c: try to provide file and line informations, not all
9974 messages are covered, but it's a (good) start
9975
Daniel Veillardbbc72c32002-09-05 10:52:10 +00009976Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
9977
9978 * xinclude.c: reimplemented a large part of the XInclude
9979 processor, trying to minimize resources used, James Henstridge
9980 provided a huge test case which was exhibiting severe memory
9981 consumption problems.
9982
Daniel Veillard2206dbf2002-09-05 08:09:37 +00009983Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
9984
9985 * python/Makefile.am: applied patch from Christophe Merlet to
9986 reestablish DESTDIR
9987
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009988Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
9989
9990 * libxml.spec.in: fixes libary path for x86_64 AMD
9991
John Fleckbe98b332002-09-04 03:16:23 +00009992Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
9993
9994 * doc/tutorial/includekeyword.c
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009995 * doc/tutorial/xmltutorial.xml:
John Fleckbe98b332002-09-04 03:16:23 +00009996 (plus resulting generated html files)
9997 fixing one spot I missed in the tutorial where I hadn't freed
9998 memory properly
9999
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +000010000Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
10001
10002 * doc/tutorial/includeaddattribute.c
10003 * doc/tutorial/includeaddkeyword.c
10004 * doc/tutorial/includegetattribute.c
10005 * doc/tutorial/includekeyword.c
10006 * doc/tutorial/xmltutorial.xml
Daniel Veillard5643b5a2002-09-04 12:27:06 +000010007 * doc/tutorial/*.html:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +000010008 update tutorial to properly free memory (thanks to Christopher
10009 R. Harris for pointing out that this needs to be done)
Daniel Veillard5643b5a2002-09-04 12:27:06 +000010010 * doc/tutorial/images/callouts/*.png:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +000010011 added image files so the callouts are graphical, making it
10012 easier to read ( use "--param callout.graphics 1" to generate
10013 html with graphical callouts)
10014
Daniel Veillarde1662542002-08-28 11:50:59 +000010015Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
10016
10017 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
10018 nice logos generated by Marc Liyanage
10019 * doc/site.xsl *.html: changed the stylesheet to show the new
10020 logo and regenerated the pages
10021
Daniel Veillardb212bbb2002-08-25 14:39:16 +000010022Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10023
10024 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
10025
Daniel Veillard42766c02002-08-22 20:52:17 +000010026Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
10027
10028 * xpath.c: possible mem leak patch from Jason Adams
10029
10030Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10031
10032 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
10033 in the XQuery namespace
10034 * configure.in: preparing 2.4.24
10035 * doc/*.html: updated the web pages
10036
10037Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10038
10039 * python/generator.py: closing bug #85258 by generating conditional
10040 compile check to avoid linking to routines not configured in.
10041
Havoc Pennington84ec40a2002-08-22 13:59:35 +0000100422002-08-22 Havoc Pennington <hp@pobox.com>
10043
10044 * autogen.sh: update error message for missing automake
10045
Daniel Veillard08cccaa2002-08-22 09:47:29 +000010046Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
10047
10048 * python/Makefile.am: typo in target name resulted in libxml2.py
10049 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
10050
Daniel Veillard22669b22002-08-22 07:17:11 +000010051Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
10052
10053 * win32/win32/Makefile.mingw: updated with version from
10054 Elizabeth Barham at http://soggytrousers.net/repository/
10055
Igor Zlatkovica40adbc2002-08-20 14:42:32 +000010056Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10057
10058 * win32/Makefile.msvc: added the prefix location to the include
10059 and lib search path.
10060
Havoc Pennington830e8972002-08-18 22:22:13 +0000100612002-08-18 Havoc Pennington <hp@pobox.com>
10062
10063 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
10064 both automake 1.6 and 1.4 installed get the right automake. Means
10065 compilation from CVS will now require the latest automake 1.4
10066 release, or manually creating symlinks called "automake-1.4" and
10067 "aclocal-1.4"
10068
Daniel Veillardb6984ef2002-08-14 16:55:31 +000010069Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
10070
10071 * configure.in python/Makefile.am: more AMD 64 induced changes from
10072 Frederic Crozat
10073
Daniel Veillardc4bad4a2002-08-14 14:45:25 +000010074Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10075
10076 * xinclude.c: oops I was missing the xml:base fixup too
10077 * result/XInclude/*.xml: this adds xml:base attributes to most
10078 results of the tests
10079
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +000010080Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10081
10082 * xinclude.c: quick but apparently working implementation of
10083 xi:fallback, should close bug #89684
10084 * Makefile.am test/XInclude/docs/fallback.xml
10085 result/XInclude/fallback.xml: added a basic test for fallback,
10086 and run with --nowarning to avoid a spurious warning
10087 * configure.in: applied patch from Frederic Crozat for python
10088 bindings on AMD 64bits machines.
10089
Daniel Veillard9e923512002-08-14 08:48:52 +000010090Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
10091
10092 * parser.c: xmlSAXUserParseMemory() really ought to fail if
10093 the caller don't pass a SAX callback block.
10094
Daniel Veillardc1a0da32002-08-14 08:32:18 +000010095Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10096
10097 * tree.c: applied the same fix for the XML-1.0 namespace to
10098 xmlSearchNsByHref() as was done for xmlSearchNs()
10099
Daniel Veillardad11b302002-08-12 14:53:41 +000010100Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10101
10102 * libxml.3: small cleanup of the man page
10103 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
10104 when serializing HREF attributes generated by XSLT.
10105
Daniel Veillardc084e472002-08-12 13:27:28 +000010106Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10107
10108 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
10109 version of Marc Liyanage' patch for boolean attributes in HTML
10110 output
10111
Daniel Veillard5f91b372002-08-12 12:13:01 +000010112Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
10113
10114 * python/tests/serialize.py: fixed the test results, indenting
10115 behaviour changed slightly
10116
Aleksey Sanin9e951762002-08-08 18:02:41 +000010117Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
10118
10119 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
10120 new c14n function to Windows def files
10121
Aleksey Saninea4272a2002-08-02 23:50:03 +000010122Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
10123
10124 * c14n.c: fixed a memory leak in c14n code
10125
Daniel Veillard58e44c92002-08-02 22:19:49 +000010126Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
10127
10128 * parser.c include/libxml/parser.h: adding a new API for Christian
10129 Glahn: xmlParseBalancedChunkMemoryRecover
10130 * valid.c: patch from Rick Jones for some grammar cleanup in
10131 validation messages
10132 * result/VC/* result/valid/*: this slightly change some of the
10133 regression tests outputs
10134
Daniel Veillard0bf29002002-08-01 12:54:11 +000010135Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
10136
10137 * tree.c: trying to fix a problem in namespaced attribute handling
10138 raised by Christian Glahn
10139
Daniel Veillard6f46f6c2002-08-01 12:22:24 +000010140Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10141
10142 * encoding.c include/libxml/encoding.h: Opening the interface
10143 xmlNewCharEncodingHandler as requested in #89415
10144 * python/generator.py python/setup.py.in: applied cleanup
10145 patches from Marc-Andre Lemburg
10146 * tree.c: fixing bug #89332 on a specific case of loosing
10147 the XML-1.0 namespace on xml:xxx attributes
10148
Aleksey Sanin2c135a12002-08-01 06:31:50 +000010149Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
10150
10151 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
10152 corner case from new Merlin's test suite and added a callback
10153 that will be used to improve xmlsec performance
10154
10155
Daniel Veillard0b22def2002-07-29 16:23:03 +000010156Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
10157
10158 * HTMLtree.c: trying to fix the <style> escaping problem in
10159 HTML serialization bug #89342
10160
Daniel Veillard0b28e882002-07-24 23:47:05 +000010161Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
10162
10163 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
10164 and rebuilt the web site.
10165
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +000010166Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard0b28e882002-07-24 23:47:05 +000010167
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +000010168 * include/libxml/tree.h: added _private member to xmlNs struct
10169
Daniel Veillard1d995272002-07-22 16:43:32 +000010170Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
10171
10172 * HTMLparser.c: fixing bug #84876 based on the xml working
10173 code.
10174
William M. Brack61eaba52002-07-21 11:14:18 +000010175Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10176
10177 * python/Makefile.am: enhanced to fix bug 72012 (errors
10178 when using '-jX' make parameter)
10179
William M. Brackef61d202002-07-19 08:32:00 +000010180Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10181
10182 * xpath.c: small additional enhancement for booleans
10183 compared to nodesets
10184
Daniel Veillard3a42f3f2002-07-17 17:57:34 +000010185Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10186
10187 * HTMLtree.c: changed the order of the encoding declaration
10188 attributes in the meta tags due to a bug in IE/Mac
10189
William M. Brack0c022ad2002-07-12 00:56:01 +000010190Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10191
10192 * xpath.c: enhanced handling of booleans (especially '='
10193 and '!=' for nodesets) - fixes bug 85256. Added new
10194 routine xmlXPathNotEqualValues for more proper handling
10195 of '!=' when nodesets are involved.
10196
Daniel Veillard06944e22002-07-11 19:55:18 +000010197Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10198
10199 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
10200 doc/xmlcatalog_man.xml to the source distribution
10201
Igor Zlatkovic6ac30172002-07-10 19:22:48 +000010202Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10203
10204 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
10205 asked for this.
10206
Daniel Veillard539638b2002-07-06 19:55:14 +000010207Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
10208
10209 * configure.in: preparing 2.4.23
10210 * doc/*: rebuilt the docs
10211
Daniel Veillard176d99f2002-07-06 19:22:28 +000010212Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
10213
10214 * parser.c: fixing bug #84169 by fixing the
10215 comment of xmlCreatePushParserCtxt to describe the
10216 encoding detection parameters better.
10217
Daniel Veillard37f961d2002-07-06 17:53:56 +000010218Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
10219
10220 * valid.c: fixing bug #79331 in one path the lookup for
10221 ID attributes on a namespaced node wasn't handled correctly :-\
10222
Daniel Veillard8c9872c2002-07-05 18:17:10 +000010223Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
10224
10225 * HTMLparser.c: trying to fix 87235 about discarded white
10226 spaces in the HTML parser.
10227 * result/HTML/*: this changes the output of a number of HTML
10228 regression tests
10229
Daniel Veillardfdc91562002-07-01 21:52:03 +000010230Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
10231
10232 * xpath.c: applied patch from Richard Jinks for the namespace
10233 axis + fixed a memory error.
10234 * parser.c parserInternals.c: applied patches from Peter Jacobi
10235 removing ctxt->token for good.
10236 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
10237 popped out by the regression tests.
10238 * Makefile.am: patch for threads makefile from Gary Pennington
10239
William M. Brack6000af52002-06-28 11:43:13 +000010240Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10241
Daniel Veillardfdc91562002-07-01 21:52:03 +000010242 * xpath.c: enhanced behaviour of position() after usage of
William M. Brack6000af52002-06-28 11:43:13 +000010243 expressions involving preceding-sibling (et al).
10244
Daniel Veillard153120c2002-06-18 07:58:35 +000010245Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
10246
10247 * hash.c: applied a patch from Peter Jacobi to solve a problem
10248 when compiling with the Watcom C on Win32
10249 * result/schemas/*.err: the change of hashing algo generated
10250 permutations in the output
10251
Daniel Veillard5f7f9912002-06-17 17:03:00 +000010252Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10253
10254 * hash.c: applied patch from Sander Vesik improving the quality of
10255 the hash function.
10256
Aleksey Sanina5808b92002-06-14 17:07:41 +0000102572002-06-14 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin49cc9752002-06-14 17:07:10 +000010258
10259 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
10260 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
10261 xmllint.c xpath.c: replaced sprintf() with snprintf()
10262 to prevent possible buffer overflow (the bug was pointed
10263 out by Anju Premachandran)
10264
Daniel Veillarde059b892002-06-13 15:32:10 +000010265Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10266
10267 * parser.c: removed an uninitialized data error popped by valgrind
10268 on PE references
10269
MDT 2002 John Fleckd7ca7f92002-06-13 03:41:03 +000010270Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
10271
10272 * doc/xml.html
10273 adding tutorial reference to the web page
10274
MDT 2002 John Fleck54520832002-06-13 03:30:26 +000010275Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
10276
10277 * doc/tutorial/xmltutorial.xml
10278 * doc/tutorial/ar01s07.html
10279 * doc/tutorial/ape.html
10280 * doc/tutorial/includegetattribute.c
10281 adding section to tutorial about retrieving an attribute
10282 value
10283
Daniel Veillardf5582f12002-06-11 10:08:16 +000010284Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10285
10286 * parser.c: applied a couple of patches from Peter Jacobi to start
10287 to get rid of ctxt->token, with a possible significant speed
10288 improvement to be gained once done. Better compliance with PE
10289 references constructs in DTDs too.
10290 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
10291 from Peter too
10292
Daniel Veillard38d80e22002-06-11 07:24:56 +000010293Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10294
10295 * parser.c: Babak Vahedipour-Kunze reported that openTag in
10296 xmlParseElement was likely to have been deallocated at the
10297 time of the report, possibly leading to segfault. Just report
10298 the tag name now.
10299
Daniel Veillard9e412302002-06-10 15:59:44 +000010300Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10301
10302 * xpath.c: patch from Richard Jinks for XPath substring() function
10303 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
10304
Aleksey Sanina5808b92002-06-14 17:07:41 +0000103052002-06-06 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin9c45ba82002-06-06 21:46:13 +000010306
10307 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
10308
MDT 2002 John Flecka63f3ff2002-06-06 02:14:01 +000010309Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
10310
10311 *doc/FAQ.html
10312 fixing typos in FAQ, thanks to Robert Funnell for the
10313 editing help
10314
Daniel Veillardd2fd1b62002-06-05 12:52:34 +000010315Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10316
10317 * NEWS: got complaints from rpmlint that it was empty
10318
MDT 2002 John Fleck598f6eb2002-06-04 15:10:36 +000010319Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
10320
10321 * added doc/tutorial, including:
10322 apa.html
10323 apb.html
10324 apc.html
10325 apd.html
10326 ar01s02.html
10327 ar01s03.html
10328 ar01s04.html
10329 ar01s05.html
10330 ar01s06.html
10331 includeaddattribute.c
10332 includeaddkeyword.c
10333 includekeyword.c
10334 includestory.xml
10335 index.html
10336 xmltutorial.xml
10337 libxml tutorial, including generated html
10338
Aleksey Saninf8cb6dd2002-06-04 04:27:06 +000010339Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
10340
10341 * result/c14n/exc-without-comments/merlin-c14n-two-*
10342 result/c14n/without-comments/merlin-c14n-two-*
10343 test/c14n/exc-without-comments/merlin-c14n-two-*
10344 test/c14n/without-comments/merlin-c14n-two-*
10345 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
10346 c14n/exc-c14n and slightly modified test script to handle
10347 these test cases
10348 * c14n.c: fixed bugs for complicated nodes set (namespace
10349 without node and others from merlin-c14n-two.tar.gz)
10350 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
10351 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
10352 for xmlsec performance patch
10353 * xpath.c: fixed self::node() for namespaces and attributes
10354
Daniel Veillardd2fd1b62002-06-05 12:52:34 +000010355Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
10356
10357 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
10358 but with the format parameter
10359 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
10360
Aleksey Saninc57f9c12002-05-31 19:14:57 +000010361Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
10362
10363 * Makefile.am: updated c14n tests suite
10364 * c14n.c: performance improvement for previous c14n patch
10365
Daniel Veillarde72c7562002-05-31 09:47:30 +000010366Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10367
10368 * parser.c: another peroformance patch from Peter Jacobi, that
10369 time on parsing attribute values.
10370
Aleksey Sanin508a1012002-05-31 06:32:32 +000010371Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
10372
10373 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
10374 into LibXML2 test suite
10375
Aleksey Sanindffd5c82002-05-31 04:24:13 +000010376Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
10377
10378 * c14n.c: propagating xpath ancesstors node fix to c14n
10379 plus small performance improvement to reduce number of
10380 mallocs
10381 * xpath.c: fixed ancestors axis processing for namespace nodes
10382
Daniel Veillard46de64e2002-05-29 08:21:33 +000010383Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
10384
10385 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
10386 Peter Jacobi
10387
Daniel Veillardd5e22ef2002-05-27 21:17:57 +000010388Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
10389
10390 * configure.in: preparing 2.4.22
10391
Daniel Veillard1b31e4a2002-05-27 14:44:50 +000010392Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10393
10394 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
10395 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
10396 a public entry point.
10397 * doc/*: rebuilt the API and docs
10398
Daniel Veillarded23b7d2002-05-27 12:16:02 +000010399Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
10400
10401 * xpath.c: patch from Richard Jinks to fix a problem introduced
10402 in the previous patch and pointed by Norm
10403
Daniel Veillardc6924812002-05-24 11:10:43 +000010404Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
10405
10406 * libxml.spec.in: fixing bug #81112
10407
Daniel Veillard234bc4e2002-05-24 11:03:05 +000010408Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10409
10410 * uri.c: fixing bug #82848
10411
Daniel Veillarda2878972002-05-24 07:54:39 +000010412Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10413
10414 * result/catalogs/mycatalog.full: Aleksey's commit changed the
10415 output of one catalog test
10416
Aleksey Sanin114e4752002-05-24 07:20:27 +000010417Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillarda2878972002-05-24 07:54:39 +000010418
Aleksey Sanin114e4752002-05-24 07:20:27 +000010419 * global.data globals.c tree.c include/libxml/globals.h
10420 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
10421 default value for global parameter xmlIndentTreeOutput to 1 and
10422 introduced new global parameter xmlTreeIndentString (the string
10423 used to do one-level indent) with default value " " (as it was
10424 in tree.c)
10425
Daniel Veillard49d5af82002-05-23 11:55:49 +000010426Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10427
10428 * Makefile.am: Merijn Broeren pointed out a problem when compiling
10429 with trio and schemas.
10430
Daniel Veillard7c13af42002-05-22 09:57:32 +000010431Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10432
10433 * xpath.c: patch from Richard Jinks to fix the problem raised in
10434 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
10435
Daniel Veillard5a872412002-05-22 06:40:27 +000010436Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
10437
10438 * xmlschemas.c: a bit of work on import.
10439 * xmlschemastypes.c: Charles Bozeman provided a compare function
10440 for date/time types so min/max facet restrictions should work,
10441 indeterminate comparisons return an error instead of equal.
10442 * test/schemas/date_0* result/schemas/date_0_0: specific test
10443 from Charles Bozeman too
10444
Daniel Veillard10b6da42002-05-18 07:55:20 +000010445Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10446
10447 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
10448 from Christian Cornelssen fixing the man pages and the Catalog
10449 building script.
10450 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
10451 next step is <xs:import> I now have a reasonable understanding
10452 of how it works.
10453
Daniel Veillarde5354492002-05-16 08:43:22 +000010454Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10455
10456 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
10457
Igor Zlatkovic1396e182002-05-14 22:22:40 +000010458Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10459
10460 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
10461
Daniel Veillard088bf112002-05-14 11:03:59 +000010462Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
10463
10464 * xpath.c: fixing an XPath function evalutation bug pointed out
10465 by Alexey Efimov where the context was lost when evaluating
10466 the function arguments
10467
Aleksey Sanin79376ba2002-05-14 06:41:32 +000010468Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard088bf112002-05-14 11:03:59 +000010469
Aleksey Sanin79376ba2002-05-14 06:41:32 +000010470 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
10471 function public for XMLSec performance optimizations
10472
Daniel Veillard3cd72402002-05-13 10:33:30 +000010473Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
10474
10475 * python/generator.py python/libxml2class.txt : fixed a problem
10476 with the HTML parser pointed by Gary Benson
10477 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
10478 example
10479
Aleksey Sanine48a3182002-05-09 18:20:01 +000010480Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10481 * parser.c: fixed bug #81159 (memory growth in SAX)
10482
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010483Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10484 * xpath.c: fixed bug #78858 (the real fix)
10485
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010486Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010487 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010488
Daniel Veillard4cbe4702002-05-05 06:57:27 +000010489Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10490
10491 * tree.c: modified xmlNodeSetBase to allow changing the
10492 base of a document.
10493
Daniel Veillard070803b2002-05-03 07:29:38 +000010494Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
10495
10496 * xmlschemastypes.c: patch Charles Bozeman for validation of
10497 all the date, time, and duration types
10498 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
10499 * configure.in: fixed an error pointed by an user
10500 * xml2-config.in: fixed an error pointed by an user
10501
Aleksey Sanin5aac8b82002-05-01 18:32:28 +000010502Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10503
10504 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
10505 win32/libxml2.def.src xmlIO.c: exported default
10506 'file:', 'http:' and 'ftp:' protocols input handlers
10507 and maked protocols comparisson case insensitive
10508
Daniel Veillard34de97f2002-04-30 14:29:22 +000010509Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10510
10511 * configure.in: Neven Has detected a typo
10512
Daniel Veillard28577c32002-04-30 06:48:41 +000010513Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
10514
10515 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
10516 as one of the persons allowed to commit directly to the
10517 module.
10518
Daniel Veillardfc57b412002-04-29 15:50:14 +000010519Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10520
10521 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
10522 * valid.c: raised a too low limit
10523 * doc/*: rebuilt the docs
10524
Daniel Veillardeca82812002-04-24 11:42:02 +000010525Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10526
10527 * test/XPath/expr/floats test/XPath/expr/functions
10528 result/XPath/expr/floats result/XPath/expr/functions
10529 xpath.c: another XPath conformance patch from Richard Jinks
10530
Daniel Veillard13e04c62002-04-23 17:51:29 +000010531Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
10532
10533 * xmlschemas.c: fixed validation of attribute groups.
10534 * test/schemas result/schemas: added an example from the primer
10535
Daniel Veillard88c58912002-04-23 07:12:20 +000010536Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10537
10538 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
10539 * test/schemas result/schemas: updated the test list
10540
Daniel Veillarde19fc232002-04-22 16:01:24 +000010541Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10542
10543 * TODO: updated a bit
10544 * parser.c: made a comment more specific
10545 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
10546 Schemas conformance.
10547 * test/schemas result/schemas: updated the test list
10548
Daniel Veillard441bc322002-04-20 17:38:48 +000010549Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
10550
10551 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
10552 implementing xs:all with minOccurs = 0
10553 * tes/schemas/* result/schemas/*: added more tests covering
10554 xs:all
10555
Daniel Veillard8a001f62002-04-20 07:24:11 +000010556Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
10557
10558 * xmlregexp.c: first implementation of the all particle, this
10559 may need to be revisited for case where not all transitions
10560 must be crossed.
10561
Daniel Veillard7646b182002-04-20 06:41:40 +000010562Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10563
10564 * tree.c: another entity processing update from Markus Henke
10565
Bjorn Reese54d02fb2002-04-19 15:16:01 +000010566Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
10567
10568 * trionan.c: fixed crash on OSF/1
10569
Daniel Veillardb4398962002-04-19 07:01:55 +000010570Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
10571
10572 * xmlschemas.c: more Schemas work
10573 * test/schemas/* result/schemas/*: added more tests coming
10574 from the spec.
10575
Daniel Veillard54761132002-04-18 21:00:44 +000010576Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10577
10578 * c14n.c: patch from Aleksey Sanin reflecting a change in the
10579 ExcC14N specification
10580
Daniel Veillardbf8dae82002-04-18 16:39:10 +000010581Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10582
10583 * tree.c: patch from Markus Henke, fix for recursive entities.
10584
Daniel Veillard23b1f372002-04-18 15:50:05 +000010585Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10586
10587 * xpath.c: fix a problem with string() on a document node.
10588
Daniel Veillarddecd64d2002-04-18 14:41:51 +000010589Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10590
10591 * Makefile.am xmlschemas.c: more Schemas work
10592 * test/schemas/* result/schemas/*: added more tests coming
10593 from the spec.
10594
Daniel Veillard6231e842002-04-18 11:54:04 +000010595Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10596
10597 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
10598 * result/HTML/*: this changes a few things in the results
10599
Igor Zlatkovic648b8e92002-04-17 18:35:57 +000010600Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10601
10602 * include/libxml/tree.h: eliminated 'declaration different than
10603 prototype' warning
10604 * include/win32config.h: "resolved" conflicts with errno.h
10605
Daniel Veillardb509f152002-04-17 16:28:10 +000010606Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10607
10608 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
10609 on the automata interfaces and debug of counted choices
10610 * test/schemas/* result/schemas/*: added a number of tests
10611
Daniel Veillard8651f532002-04-17 09:06:27 +000010612Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10613
10614 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10615 a bit of work on Schemas
10616 * testSchemas.c: try to make it more useful
10617 * test/schemas/* result/schemas/* Makefile.am: changed the
10618 Schemas regression test procedure, started adding a few samples
10619
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010620Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10621
10622 * include/libxml/encoding.h: Patch for the Borland C++ builder
10623 * include/libxml/tree.h: Patch for the Borland C++ builder
10624 * threads.c: Patch for the Borland C++ builder
Igor Zlatkovice1eff382002-04-16 19:00:21 +000010625 * win32/bcb5: New directory for the Borland C++ builder
10626 project files
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010627
Igor Zlatkovicea5148d2002-04-16 17:46:25 +000010628Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10629
10630 * win32/Makefile.msvc: Update for XML Schema support
10631 * win32/configure.js: Update for XML Schema support
10632 * win32/libxml2.def.src: Update for XML Schema support
10633
Daniel Veillard4255d502002-04-16 15:50:10 +000010634Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
10635
10636 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
10637 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
10638 xmlunicode.c include/libxml/Makefile.am
10639 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
10640 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
10641 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
10642 include/libxml/xmlversion.h.in : merged the current state of
10643 XML Schemas implementation, it is not configured in by default,
10644 a specific --schemas configure option has been added.
10645 * test/automata test/regexp test/schemas Makefile.am
10646 result/automata result/regexp result/schemas:
10647 merged automata/regexp/schemas regression tests
10648
Daniel Veillardbc6f7592002-04-16 07:49:59 +000010649Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
10650
10651 * xpath.c: Gary found a compile time problem, fixes #78823
10652
Daniel Veillarda7084cd2002-04-15 17:12:47 +000010653Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10654
10655 * configure.in: release of 2.4.20
10656 * doc/*: updated and rebuilt the docs
10657
Daniel Veillardf544f192002-04-15 12:56:56 +000010658Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10659
10660 * python/Makefile.am: patch from Cristian Gafton to build on
10661 Red Hat 6.2, should also fix #75779
10662
Daniel Veillard940492d2002-04-15 10:15:25 +000010663Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10664
10665 * valid.c: first part of fixing #78729
10666
Daniel Veillardeb475a32002-04-14 22:00:22 +000010667Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
10668
10669 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
10670 escaping of URI when saving HTML files.
10671 * result/HTML/*: this impacted some tests
10672
Daniel Veillard9b731d72002-04-14 12:56:08 +000010673Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
10674
10675 * configure.in: trying to fix #77441
10676
Daniel Veillarda8a89fe2002-04-12 21:03:34 +000010677Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10678
10679 * include/libxml/xmlIO.h: Hallski complained it could not be
10680 included by itself.
10681
Daniel Veillardcb5b4d62002-04-11 08:24:26 +000010682Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10683
10684 * configure.in: applied an IEEE flag patch for OSF/1 #77825
10685
Igor Zlatkovic9425ce22002-04-10 21:57:11 +000010686Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10687
10688 * win32/configure.js: patch from Nilo for the c14n option
10689 * win32/Makefile.msvc: fixed libxml2.def generation with threads
10690
Daniel Veillardda423da2002-04-10 19:25:38 +000010691Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10692
10693 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
10694 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
10695 LIBXML_THREAD_ENABLED
10696
Daniel Veillard0eafdef2002-04-10 16:14:34 +000010697Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10698
10699 * xpath.c: another patch from Richard Jinks for substring conformance
10700 * test/XPath/expr/floats test/XPath/expr/strings
10701 result/XPath/expr/floats result/XPath/expr/strings: update of the
10702 test suite to check those.
10703
Daniel Veillard01917aa2002-04-10 11:30:41 +000010704Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10705
10706 * xpath.c: patch from Richard Jinks for .x float parsing.
10707
Daniel Veillard46d6c442002-04-09 16:10:39 +000010708Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
10709
10710 * parser.c: patch from Markus Henke when an encoding ain't recognized
10711
Daniel Veillard88e0ad42002-04-09 13:48:02 +000010712Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10713
10714 * libxml.m4: got a report that #include <string.h> was needed
10715
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010716Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10717
10718 * xmllint.c: applied a fix from Anthony Jones for -o /--output
10719
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010720Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
10721
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010722 * doc/example.html: fixing typo
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010723
Daniel Veillardbd6e6312002-04-01 08:04:14 +000010724Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10725
10726 * xpath.c: fixed a bug in the nodeset to boolean comparison code
10727 pointed out by Melvyn Sopacua.
10728
Daniel Veillarde979e3b2002-03-29 22:43:00 +000010729Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10730
10731 * libxml.m4: Frédéric Crozat gave a patch related to the change
10732 of Include paths breaking the libxml.m4
10733
Daniel Veillard7089d6b2002-03-29 17:28:10 +000010734Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10735
10736 * xpath.c: Fix bug #76927 forgot to save some context
10737 when evaluating binary expressions
10738
Daniel Veillardd30be4a2002-03-28 18:25:31 +000010739Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
10740
10741 * configure.in: fixed configure for MPE/iX from Markus Henke
10742 * xmlmemory.c: fixed initialization problems
10743 * xpath.c: another set of patches from Richard Jinks this
10744 fixes "make XPathtests" on linux
10745
Daniel Veillard21458c82002-03-27 16:12:22 +000010746Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
10747
10748 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
10749 * test/XPath/expr/compare test/XPath/expr/equality
10750 test/XPath/expr/floats test/XPath/expr/functions
10751 test/XPath/expr/strings result/XPath/expr/compare
10752 result/XPath/expr/equality result/XPath/expr/floats
10753 result/XPath/expr/functions result/XPath/expr/strings: Updated
10754 tests though they show a divergence on Linux
10755
Daniel Veillard28dfed12002-03-27 09:08:17 +000010756Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10757
10758 * xpath.c trionan.c: previous commit also included patches
10759 from Richard Jinks on some IEEE support corner case
10760
Daniel Veillard5fc1f082002-03-27 09:05:40 +000010761Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10762
10763 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
10764 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
10765 that $(datadir) should be used for docs
10766
Daniel Veillarddb1dc392002-03-26 12:44:39 +000010767Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10768
10769 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
10770 could leak filedescriptors
10771
Daniel Veillarddd4b9122002-03-26 07:58:43 +000010772Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10773
10774 * configure.in nanohttp.c: applied patch from Allan Clark for
10775 UnixWare/OpenServer
10776
Daniel Veillard19274092002-03-25 16:48:03 +000010777Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10778
10779 * configure.in: preparing 2.4.19
10780 * doc/*: rebuilt the docs
10781
Daniel Veillard56b2db72002-03-25 16:35:28 +000010782Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10783
10784 * nanohttp.c: fixing #76043, got fed up with non-portability
10785 of that piece of code.
10786
Daniel Veillard6f4561a2002-03-25 12:10:14 +000010787Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
10788
10789 * valid.c SAX.c: Never commit without running "make tests" :-(
10790 fix a couple of stupidities in the previous commit
10791 * result/*: a few changes in some attribute order result of previous
10792 commit.
10793
Daniel Veillardd85f4f42002-03-25 10:48:46 +000010794Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10795
10796 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
10797 the internal subset should not raise duplicate ID errors,
10798 also there was a small bug in conjunction to namespace
10799 declarations defaulted and xml:xxx attributes DTD definitions.
10800
Daniel Veillard56cd18b2002-03-22 14:14:43 +000010801Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10802
10803 * xpath.c: Richard Jinks also raised some rounding problems
10804 this tries to fix them
10805
Daniel Veillard4e2df542002-03-22 12:23:14 +000010806Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10807
10808 * xpath.c: Richard Jinks spotted an incoherent memory allocation
10809 behaviour in xmlXPathCastToString()
10810
Daniel Veillarddb552912002-03-21 13:27:59 +000010811Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10812
10813 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
10814 raised by Morus Walter
10815
Daniel Veillard9e537932002-03-21 13:08:08 +000010816Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10817
10818 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
10819 from Igor
10820
Daniel Veillard6fbcf422002-03-21 12:32:59 +000010821Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10822
10823 * xpath.c: fixing #75619, related to a problem when trying
10824 to evaluate condition when the current node set resulting
10825 from that sub-step evaluation is empty. Also fixes 2 potential
10826 problem with previous-sibling and next-siblings axis.
10827
Daniel Veillard1840ef02002-03-21 08:05:23 +000010828Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10829
10830 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
10831 HTML support is not configured in.
10832
Daniel Veillard561b7f82002-03-20 21:55:57 +000010833Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10834
10835 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
10836 include/libxml/tree.h: dohh I really didn't intended to commit
10837 this test version :-(
10838
Daniel Veillarde50f3b52002-03-20 19:24:21 +000010839Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10840
10841 * testSAX.c: I wanted to see the real speed at the SAX interface
10842 after a little too many Ximianer started complaining about the
10843 parser speed.
10844 added a --quiet option:
10845 paphio:~/XML -> ls -l db100000.xml
10846 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
10847 paphio:~/XML -> time ./testSAX --quiet db100000.xml
10848 3200006 callbacks generated
10849 real 0m1.270s
10850 Which means 16MBytes/s and 3Mcallback/s
10851
Daniel Veillardc62a1472002-03-19 18:35:12 +000010852Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10853
10854 * xpath.c: valgrind spotted another error that time when running
10855 on libxslt regression tests
10856
Daniel Veillard4b3a84f2002-03-19 14:36:46 +000010857Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10858
10859 * Makefile.am: adding "make valgrind" running the full regression
10860 tests (except python ones) under Valgrind (using valgrind -q
10861 which was kindly added by the author).
10862 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
10863 passes cleanly now except an obcure floating point initialization
10864 raised in log10() in one XPath regression test ???
10865 * tree.c: edited some comments to close #75244
10866
Daniel Veillard28cac6b2002-03-19 11:25:30 +000010867Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
10868
10869 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
10870 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
10871 context of ScrollKeeper, made sure that if the number is
10872 an integer, the serialization follows the description at
10873 http://www.w3.org/TR/xpath#section-String-Functions
10874
Daniel Veillard5997aca2002-03-18 18:36:20 +000010875Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10876
Daniel Veillard34ce8be2002-03-18 19:37:11 +000010877 * configure.in: preparing 2.4.18
10878 * doc/*: updated and rebuilt the web site
10879 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
10880 the Windows and Cygwin maintainers.
Daniel Veillard5997aca2002-03-18 18:36:20 +000010881 * parser.c: humm, changed the way the SAX parser work when
10882 xmlSubstituteEntitiesDefault(1) is set, it will then
10883 do the entity registration and loading by itself in case the
10884 user provided SAX getEntity() returns NULL.
10885 * testSAX.c: added --noent to test the behaviour.
10886
Daniel Veillardb5a60ec2002-03-18 11:45:56 +000010887Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10888
10889 * parser.c: Wilfried Teiken provided a hackish but working
10890 way to get context reported back on entities when parsing
10891 with SAX and without breaking the DOM build.
10892
Daniel Veillard2d347fa2002-03-17 10:34:11 +000010893Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10894
10895 * c14n.c: applied a new patch from Aleksey Sanin
10896 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
10897 to reference Aleksey implementation of XML digital Signatures
10898
Daniel Veillard38bf6f02002-03-16 22:03:31 +000010899Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10900
10901 * xpath.c: small fix to avoid potential problem due to
10902 ordering of freeing data
10903 * python/Makefile.am: people were complaining about
10904 the generated file in python dir not being built
10905
Daniel Veillardd2379012002-03-15 22:24:56 +000010906Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10907
10908 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
10909 python/generator.py python/libxml.c python/types.c: Cleanup
10910 of the python Makefiles based on Jacob and James feedback,
10911 fixed the spec file accordingly, fixed the number of warning
10912 that passing my pedantic CFLAGS was generating. Conclusion
10913 is that Python includes are real crap.
10914
Daniel Veillarde7dd2b82002-03-15 18:44:02 +000010915Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
10916
10917 * configure,in: it was reported quite a few times that
10918 xml2-config --cflags should not output
10919 -I$includeprefix/libxml2/libxml because libxml2 header names
10920 clashes with existing names like list.h from C++ stl.
10921 Includes should be #include<libxml/xxx.h> so ...
10922
Daniel Veillard6f293b12002-03-15 09:42:33 +000010923Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
10924
10925 * c14n.c: another patch from Aleksey Sanin
10926
Daniel Veillard5c396542002-03-15 07:57:50 +000010927Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10928
10929 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
10930 canonicalization algorithm
10931 * doc/xml.html doc/index.html: added the C14N references on the
10932 index page.
10933
jacob berkman9be65862002-03-14 02:15:56 +0000109342002-03-13 jacob berkman <jacob@ximian.com>
10935
10936 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
10937 usage, redundant, and gcc specific
10938
Daniel Veillard75be0132002-03-13 10:03:35 +000010939Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10940
10941 * xpath.c: speedup some node selection operations, this can
10942 have a significant impact on DocBook Norm's stylesheets
10943 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
10944 make sure it's always the case
10945 * debugXML.c: distinguish CDATA and comments in ls operations
10946
Daniel Veillard61f26172002-03-12 18:46:39 +000010947Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10948
10949 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
10950 to generate better API descriptions etc...
10951
Daniel Veillard9ff88172002-03-11 09:15:32 +000010952Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10953
10954 * c14n.c: Fixing #74186, made sure all boolean expressions
10955 get fully parenthesized, ran indent on the output
10956 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
10957 include/libxml/tree.h: also #74186 related, removed the
10958 --with-buffers option, and all the preprocessor conditional
10959 sections that were resulting from it.
10960
Daniel Veillardbb4e46d2002-03-10 16:49:08 +000010961Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10962
10963 * valid.c: applied patch from Dodji Seketeli fixing an
10964 uninitailized variable in xmlValidGetValidElements()
10965
Daniel Veillarddb1bdba2002-03-09 14:13:11 +000010966Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10967
10968 * c14n.c: fixed a few comments
10969 * doc/*.html doc/*/*.html: regenerated the docs and added
10970 the C14N API
10971 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
10972
Daniel Veillardfa49d872002-03-09 10:20:00 +000010973Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10974
10975 * check-xml-test-suite.py: fix to adapt varaiations in the
10976 bindings
10977 * configure.in python/setup.py python/setup.py.in: fixed to
10978 have the version of the python scripts automatically updated
10979
Daniel Veillarda3db2e32002-03-08 15:46:57 +000010980Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10981
10982 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
10983 in xmlCopyProp()
10984
Daniel Veillardaf43f632002-03-08 15:05:20 +000010985Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
10986
10987 * configure.in: preparing 2.4.17 release
10988 * doc/*: updated and rebuilt the docs
10989 * xpath.c: fixed a comment
10990 * python/libxml.c: fixed a possible reentrancy problem
10991
Daniel Veillardef6c46f2002-03-07 22:21:56 +000010992Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10993
10994 * tree.c python/tests/Makefile.am python/tests/attribs.py:
10995 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
10996 added a specific regression test
10997 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
10998 not raise exceptions when failing to find the attribute.
10999
Daniel Veillard90bc3712002-03-07 15:12:58 +000011000Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11001
11002 * configure.in xmllint.c: owen pointed out a problem with the
11003 ftme fix, gettimeofday() was not detected by configure and
11004 the ftime header wasn't included, dohhh
11005
Daniel Veillard8c1ae602002-03-07 11:21:00 +000011006Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
11007
11008 * configure.in xmllint.c: trying to fix #71457 for timing
11009 precision when gettimeofday() is not availble but ftime() is
11010
Daniel Veillardf5a457a2002-03-07 10:25:29 +000011011Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11012
11013 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
11014 are now copied on install and part of the -devel RPM
11015
Daniel Veillard7b416132002-03-07 08:36:03 +000011016Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
11017
11018 * xpath.c: trying to avoid bug #72150 which was apparently
11019 caused by a gcc bug (or a processor problem) as detailed
11020 at http://veillard.com/gcc.bug
11021
Daniel Veillardf742d342002-03-07 00:05:35 +000011022Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11023
11024 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
11025 fixed xmlReconciliateNs(), added a Python test/example for
11026 inter-document cut'n paste
11027 * python/libxml.py: fixed node.doc on document nodes and added
11028 xpathEval() onto node objects
11029
Daniel Veillard4e0e2972002-03-06 21:39:42 +000011030Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
11031
11032 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
11033 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
11034 fixup and integrated tests for the serialization stuff
11035
Daniel Veillarde915b2d2002-03-06 18:42:40 +000011036Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11037
11038 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
11039 moved the libxml man page to section 3
11040
Daniel Veillard1e774382002-03-06 17:35:40 +000011041Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11042
11043 * tree.c: fix bug #72490
11044 * python/libxml.c python/libxml.py: added methods serialize()
11045 and saveTo() to all node elements.
11046
Daniel Veillardddffd2a2002-03-05 20:28:20 +000011047Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
11048
11049 * xmlIO.c: closed #73430, don't read from an input source
11050 which indicated an end-of-file or an error.
11051
Daniel Veillard8d24cc12002-03-05 15:41:29 +000011052Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11053
11054 * parser.c: make sure SAX endDocument is always called as
11055 this could result in a Python memory leak otherwise (it's
11056 used to decrement ref-counting)
11057 * python/generator.py python/libxml.c python/libxml.py
11058 python/libxml2-python-api.xml python/libxml2class.txt
11059 python/tests/error.py python/tests/xpath.py: implemented
11060 the suggestions made by Gary Benson and extended the tests
11061 to match it.
11062
Daniel Veillardba5e18a2002-03-05 09:36:43 +000011063Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11064
11065 * python/generator.py: applied patch fixing #73450
11066
Daniel Veillard044fc6b2002-03-04 17:09:44 +000011067Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
11068
11069 * xpath.c: fixing #61290 "namespace nodes have no parent"
11070 long standing divergence from the XPath REC. NodeSets
11071 simply hold a copy of namespace nodes and those node ->next
11072 points to the parent (which may not be the node carrying the
11073 definition).
11074 * include/libxml/xpath.h: flagged but didn't added a possible
11075 speedup
11076 * DOCBparser.c HTMLparser.c: removed some warnings from push
11077 parser due to new state being added.
11078 * tree.c: new fix from Boris Erdmann
11079 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
11080 the XML Canonalization support from Aleksey Sanin
11081
Daniel Veillardd4f41aa2002-03-03 14:13:46 +000011082Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11083
11084 * tree.c: patch from Boris Erdmann fixing some namespace odities
11085 with xmlCopyNode()
11086
Daniel Veillardc6613042002-03-02 09:34:02 +000011087Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11088
11089 * xmlIO.c: fix bug #72706 when loading a NULL entity
11090
Daniel Veillardc0fef772002-03-01 16:16:31 +000011091Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11092
11093 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
11094 actually change in a future XML Namespace revision.
11095
Daniel Veillard79426f22002-03-01 16:14:17 +000011096Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11097
11098 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
11099 added the possibility of returning nodesets from XPath extension
11100 functions written in Python
11101
Daniel Veillarda94ec6f2002-03-01 13:00:53 +000011102Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
11103
11104 * python/*: commiting some Python bindings work done while travelling
11105
Daniel Veillard97300512002-03-01 09:13:41 +000011106Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11107
11108 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
11109 explicitely with memory debugging switched on
11110
Daniel Veillard6361da02002-02-23 10:10:33 +000011111Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
11112
11113 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11114 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11115 Added wrapper for the xmlURIPtr type, provided accessors, fixed
11116 the accessor generator for strings
11117 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
11118 regression test.
11119
Daniel Veillard0fea6f42002-02-22 22:51:13 +000011120Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11121
11122 * python/README python/generator.py python/libxml.c python/setup.py:
11123 added the 'usual' setup.py to allow building a libxml2-python
11124 module based on the same code. The initialization is however
11125 different the 2 .so files fo libxml2 and libxslt are identical and
11126 they entry point initialize both libraries. this is done to avoid
11127 some possible nasty problem since the Python don't merge the maps
11128 of all shared modules.
11129
Daniel Veillard158a4d22002-02-20 22:17:58 +000011130Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11131
11132 * parser.c: fixed a push/encoding bug reported by Michael
11133 on librsvg
11134
Daniel Veillard7839e162002-02-20 18:54:48 +000011135Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11136
11137 * include/libxml/parserInternals.h: fixes a misplaced #endif
11138
Daniel Veillardd54fa3e2002-02-20 16:48:52 +000011139Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11140
11141 * parser.c valid.c: found and fixed a couple of allocation bugs
11142
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000011143Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
11144
11145 * doc/xml.html doc/python.html doc/*: added a Python and binding
11146 page describing the current state of the Python bindings and
11147 giving pointers to the other languages wrappers.
11148
Daniel Veillard5f4b5992002-02-20 10:22:49 +000011149Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11150
11151 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
11152 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
11153 rebuilt the API and web site
11154 * xpath.c: fixed #71978 portability bugs
11155
Daniel Veillard8aff2472002-02-19 21:50:43 +000011156Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
11157
11158 * SAX.c: oops broke automatic defaulting of namespaces attributes.
11159
Daniel Veillard8dc16a62002-02-19 21:08:48 +000011160Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11161
11162 * include/libxml/parserInternals.h parser.c: had to change
11163 2 internal parsing API when processing document content
11164 to check the start and end of element content are defined
11165 in the same entity
11166 * valid.c include/libxml/valid.h: attribute normalization can
11167 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
11168 with the context to report it.
11169 * SAX.c: fixed the last known bugs, crazy validation constraints
11170 when a document is standalone seems correctly handled. There
11171 is a couple of open issues left which need consideration especially
11172 PE93 on external unparsed entities and standalone status.
11173 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
11174 The 2 tests left failing are actually in error. Cleanup done.
11175
Daniel Veillardd6dc4cb2002-02-19 14:18:08 +000011176Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11177
11178 * valid.c: implemented E59 spaces in CDATA does not match the
11179 nonterminal S
11180
Daniel Veillard878eab02002-02-19 13:46:09 +000011181Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11182
11183 * SAX.c parser.c valid.c: more validation test fixups
11184 * check-xml-test-suite.py: added duration info for the tests
11185
Daniel Veillardd01fd3e2002-02-18 22:27:47 +000011186Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11187
11188 * parser.c valid.c: a couple of errors were reported but not
11189 saved back as such in the parsing context. Down to 1% failure rate
11190 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
11191
Daniel Veillard4a7ae502002-02-18 19:18:17 +000011192Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11193
11194 * xmlInternald.c: isExtender was missing a char
11195 * parser.c include/libxml/parser.h: % are acceptable in the
11196 internal subset if within a PUBLIC ID
11197
Daniel Veillard8ab0f582002-02-18 18:31:38 +000011198Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
11199
11200 * SAX.c parserInternals.c valid.c: more work on the conformance
11201 suite. Took the step to finally block documents with encoding
11202 errors. It's a fatal error per the spec, people should have fixed
11203 their documents by now.
11204
Daniel Veillard55253e22002-02-18 14:32:39 +000011205Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
11206
11207 * check-xml-test-suite.py: fixed the test script after some discussion
11208 on the semantic of TYPE="error"
11209 * Makefile.am: added the script to the distrib
11210
Daniel Veillard28757702002-02-18 11:19:30 +000011211Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11212
11213 * SAX.c entities.c: fixed a couple of conformances issues deep
11214 into the validation code (standalone and undeclared Notations)
11215
Daniel Veillard82ac6b02002-02-17 23:18:55 +000011216Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11217
11218 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
11219 stayed there for years !
11220
Daniel Veillard7aea52d2002-02-17 23:07:47 +000011221Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11222
11223 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
11224 missing
11225
Daniel Veillardc7612992002-02-17 22:47:37 +000011226Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11227
11228 * check-xml-test-suite.py: improved the behaviour a bit as
11229 well as the logs
11230 * parser.c valid.c SAX.c: fixed a few more bugs
11231 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
11232
Daniel Veillardbb7ddb32002-02-17 21:26:33 +000011233Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11234
11235 * check-xml-test-suite.py: python script to run regression tests
11236 against the XML Test suite of W3C/OASis
11237 * SAX.c: fixed a validation bug
11238 * parser.c: fixed 3 errors pointed by the test suite
11239 * doc/buildDocBookCatalog: fixed a typo pointed by drake
11240 * python/Makefile.am: fixed a dependendy
11241
Daniel Veillard9f28f302002-02-15 20:48:08 +000011242Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11243
11244 * xmlmemory.c: avoid a warning bug #71594
11245
Daniel Veillard144024e2002-02-13 21:14:46 +000011246Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11247
11248 * xmlmemory.c: Jesse Perry provided a patch to remove a few
11249 warning on alpha/Tru64
11250
Daniel Veillarde4301c82002-02-13 13:32:35 +000011251Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11252
11253 * include/libxml/entities.h: fixing a comment
11254 * valid.c: fixing some troubles with validity check on namespaces
11255 * result/VC/NS3 test/VC/NS3: added a specific regression test
11256
Daniel Veillarda6d05382002-02-13 13:07:41 +000011257Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11258
11259 * tree.c: Fixing #71342 serializing '\n' in attribute values
11260 * result/noent/att3 result/att3 test/att3: added a specific
11261 test.
11262
Daniel Veillard797a5652002-02-12 13:46:21 +000011263Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
11264
11265 * python/libxml.c: couple of bug fixes
11266
Daniel Veillard01a6d412002-02-11 18:42:20 +000011267Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
11268
11269 * python/*.py: removed tabs and used spaces.
11270
Daniel Veillard397ff112002-02-11 18:27:20 +000011271Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11272
11273 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
11274 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
11275
Daniel Veillard03517542002-02-11 13:54:40 +000011276Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11277
11278 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
11279 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
11280
Daniel Veillard6c4ffaf2002-02-11 08:54:05 +000011281Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11282
11283 * include/libxml/encoding.h include/libxml/entities.h
11284 include/libxml/globals.h include/libxml/parser.h
11285 include/libxml/threads.h include/libxml/tree.h
11286 include/libxml/xmlmemory.h: trying to fix the include mess
11287
Daniel Veillard1a612ed2002-02-11 07:54:45 +000011288Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11289
11290 * include/libxml/xmlmemory.h: reverted part of the previous
11291 attempt to provide #69655, this was breaking the build.
11292
Daniel Veillard0ba59232002-02-10 13:20:39 +000011293Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
11294
11295 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
11296 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
11297 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
11298 include/libxml/parserInternals.h include/libxml/tree.h
11299 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
11300 Tentatively fixed #69655 , make compiling with -Wredundant-decls
11301 clean.
11302 * python/libxml.c: fixed a warning.
11303
Daniel Veillardc5f05ad2002-02-10 11:57:22 +000011304Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
11305
11306 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
11307 copying of node, merge back IDs in the target document.
11308 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
11309 test/XInclude/ents/ids.xml: test case
11310 * result/VC/ElementValid4: output changed due to a typo fix
11311
Daniel Veillard1c18e302002-02-09 22:16:40 +000011312Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11313
11314 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +000011315 generate the dependencies right as Jacob found out. Add
11316 an extra dependency rule.
Daniel Veillard1c18e302002-02-09 22:16:40 +000011317
Daniel Veillard5e5c2d02002-02-09 18:03:01 +000011318Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11319
11320 * parserInternals.c valid.c: Justin Fletcher found some parts
11321 of the code needing cleanup
11322 * libxml.spec.in python/Makefile.am python/generator.py
11323 python/libxml.c python/libxml.py: Fixed the python Makefiles
11324 corrected a bug showing up on ia64, changed the name of the
11325 python internal module too
11326
Daniel Veillard07be19b2002-02-08 14:20:35 +000011327Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
11328
11329 * Makefile.am: applied patch from Andris Pavenis for binary
11330 name suffixes
11331
Daniel Veillardf216d462002-02-08 13:44:24 +000011332Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
11333
11334 * xmllint.c win32/win32config.h: fixing #68748
11335
Daniel Veillardd455d792002-02-08 13:37:46 +000011336Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11337
11338 * valid.c: fixing #70166
11339
11340Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11341
11342 * valid.c: fixing #70077
11343
Daniel Veillardc575b992002-02-08 13:28:40 +000011344Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11345
11346 * Copyright Makefile.am README configure.in libxml.spec.in:
11347 Changed to the MIT Licence
11348 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
11349 doc/xmlio.html: updated the doc accordingly
11350 * include/libxml/xmlwin32version.h configure.in: preparing
11351 2.4.14 release
11352 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11353 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11354 fixed the const xmlChar * wrapper and generator, XPath extension
11355 functions now use the context as first argument
11356 * python/tests/tstxpath.py python/tests/xpath.py
11357 python/tests/xpathext.py: Updated the tests accordingly
11358 * tree.c: fixed bug #70067
11359
Daniel Veillard7db38712002-02-07 16:39:11 +000011360Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11361
11362 * Makefile.am: cleanup
11363 * debugXML.c: always use stdout if output is NULL
11364 * xmlIO.c: don't close filedescriptors passed to outputBuffers
11365 * python/Makefile.am python/generator.py python/libxml2class.txt
11366 python/libxml_wrap.h python/types.c: augmented the number of bindings
11367 handling FILE * and XPath contexts
11368 * python/tests/Makefile.am: avoid a stupid problem due to the
11369 use of TEST.
11370
Daniel Veillard15a143b2002-02-06 22:40:50 +000011371Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11372
11373 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
11374
Daniel Veillard70cab352002-02-06 16:06:58 +000011375Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11376
11377 * python/TODO python/libxml.c: cleanup the extension function lookup
11378 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
11379
Daniel Veillard7a96efc2002-02-05 16:34:33 +000011380Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11381
11382 * configure.in python/Makefile.am: do not install outside
11383 of prefix
11384
Daniel Veillard33caa0b2002-02-04 14:07:26 +000011385Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11386
11387 * python/TODO python/libxml.c: started adding SAX interfaces
11388 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
11389 SAX test
11390
Daniel Veillard36eea2d2002-02-04 00:17:01 +000011391Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11392
11393 * tree.c: hardened the addChild function
11394 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11395 python/libxml2class.txt python/libxml_wrap.h python/TODO:
11396 added accessors needed for xmlNode, a bit more testing and
11397 extension of interfaces
11398 * python/tests/Makefile.am python/tests/build.py: added a test
11399 build from scratch/save/load/check
11400
Daniel Veillard4e1b26c2002-02-03 20:13:06 +000011401Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11402
11403 * parserInternals.c: change a small bit in the way valididy
11404 error messages get initialized
11405 * python/TODO python/libxml.c python/libxml2-python-api.xml
11406 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11407 added some memory debugging to track leaks at the libxml2 level
11408 * python/tests/*.py: changed all tests to check for leaks,
11409 there is just one left in XPath extension registrations.
11410
Daniel Veillard26f1dcc2002-02-03 16:53:19 +000011411Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
11412
11413 * python/TODO python/generator.py python/libxml2-python-api.xml
11414 python/libxml2class.txt: more accessor classes for the parser
11415 context, allow to switch on and check validity
11416 * python/tests/Makefile.am python/tests/error.py
11417 python/tests/invalid.xml python/tests/valid.xml
11418 python/tests/validate.py: attded more test and and added error.py
11419 which I forgot to commit in the last step
11420
Daniel Veillard3ce52572002-02-03 15:08:05 +000011421Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11422
11423 * python/Makefile.am python/types.c: cleanup
11424 * python/libxml.c python/libxml.py python/libxml_wrap.h
11425 python/generator.py python/libxml2-python-api.xml
11426 python/libxml2class.txt: added class for parser context, added
11427 first cut for push mode support. Added a framework to generate
11428 accessors functions.
11429 * python/tests/Makefile.am python/tests/push.py: added a push
11430 test
11431
Daniel Veillardcfb05462002-02-02 23:18:22 +000011432Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11433
11434 * python/Makefile.am python/TODO python/libxml.py: fixed a small
11435 bug a bit of cleanup.
11436
Daniel Veillard5d819032002-02-02 21:49:17 +000011437Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
11438
11439 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
11440 python/libxml2class.txt: adding error redirections and preformat
11441 to a python handler
11442 * python/tests/Makefile.am python/tests/*.py: cleanup made all
11443 tests self checking
11444
Daniel Veillard7fd7a942002-02-02 12:19:46 +000011445Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11446
11447 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
11448 a function
11449
Daniel Veillard9589d452002-02-02 10:28:17 +000011450Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11451
11452 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
11453 python/libxml.c python/libxml2-python-api.xml
11454 python/libxml2class.txt: Progressing through the TODOs, class
11455 description output, extra XML API, RPM now builds the wrappers
11456 for all python installed versions
11457
Daniel Veillard253aa2c2002-02-02 09:17:16 +000011458Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
11459
11460 * configure.in libxml.spec.in python/Makefile.am python/TODO
11461 python/generator.py python/libxml2class.txt: added more informations
11462 in the libxml2-python package including docs. Slightly changed
11463 the class hierarchy
11464 * python/tests/*: added basic regression tests infrastructure too
11465
11466Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11467
11468 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
11469 added libxml2-python as part of the packages installed
11470
Daniel Veillarda7340c82002-02-01 17:56:45 +000011471Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11472
11473 * python/Makefile.am python/generator.py python/libxml.c
11474 python/libxml.py: more work, now able to extend the
11475 XPath interpreter with functions written in python.
11476
Daniel Veillardc3e39442002-02-01 09:29:41 +000011477Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11478
11479 * python/Makefile.am: Jacob sent a patch to allow building from
11480 tarfile.
11481
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +000011482Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11483
11484 * python/Makefile.am python/libxml.c configure.in Makefile.am:
11485 inserted the python wrappers build, I hope this won't be too
11486 unportable
11487
Daniel Veillard1971ee22002-01-31 20:29:19 +000011488Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11489
11490 * xpath.c: minor optimization
11491 * python/generator.py python/libxml.c python/libxml.py
11492 python/libxml_wrap.h: more work on the python bindings,
11493 they now support XPath and there is no evident leak
11494
Daniel Veillard36ed5292002-01-30 23:49:06 +000011495Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11496
11497 * python/generator.py python/libxml.c python/libxml.py:
11498 more work on the python bindings generator.
11499
Daniel Veillard96fe0952002-01-30 20:52:23 +000011500Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11501
11502 * python/generator.py python/libxml.c python/libxml_wrap.h:
11503 more work on the python bindings.
11504
Daniel Veillardd2897fd2002-01-30 16:37:32 +000011505Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11506
11507 * python/generator.py python/libxml.c python/libxml.py
11508 python/libxml_wrap.h: commited early version of a python binding
11509 for private use only ATM
11510
Daniel Veillard8ee9c8f2002-01-26 21:42:58 +000011511Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11512
11513 * entities.c tree.c include/libxml/entities.h: applied patch
11514 from Anthony Jones to implement copy of DTD subtree too. Had
11515 just to keep 2 function private which really ought to become
11516 public ones.
11517
Daniel Veillarda42f25f2002-01-25 14:15:40 +000011518Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11519
11520 * xmllint.c: added pointers to the web pages in the usage()
11521
Daniel Veillardbd227ae2002-01-24 16:05:41 +000011522Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11523
11524 * tree.c: more fixes from Petr Kozelka for attribute handling
11525 in the tree API to align the semantic with DOM.
11526
Daniel Veillard36065812002-01-24 15:02:46 +000011527Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11528
11529 * valid.c tree.c entities.c: another set of patches from
11530 Anthony Jones for copy operations cleanup and robustness
11531
Daniel Veillardf8592562002-01-23 17:58:17 +000011532Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11533
11534 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
11535 an alphabetic index based on comments content
11536 * doc/*: rebuilt the web site with the new references
11537
Daniel Veillardc8c7be42002-01-23 17:53:44 +000011538Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11539
11540 * parserInternals.h: Greg Sjaardema suggested to use an
11541 eponential buffer groth policy in xmlParserAddNodeInfo()
11542
Daniel Veillard3bf65be2002-01-23 12:36:34 +000011543Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11544
11545 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
11546 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
11547 doc/parsedecl.py doc/Makefile.am: updated the python extractor
11548 to generate cross-references, and added/updated the stylesheets
11549 to generate and link API indexes. The generic keyword index
11550 is not done yet.
11551 * doc/*.html: regenerated all the usual docs too
11552
Daniel Veillard2070c482002-01-22 22:12:19 +000011553Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11554
11555 * debugXML.c: added an xpath function to the shell for T. V. Raman
11556
11557Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
Daniel Veillard5e926fa2002-01-22 21:44:25 +000011558
11559 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
11560 debug routines.
11561
Daniel Veillardc169f8b2002-01-22 21:40:13 +000011562Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11563
11564 * tree.c: apply an patch from Petr Kozelka for unlink and replace
11565 support of attribute nodes
11566
Daniel Veillard9d06d302002-01-22 18:15:52 +000011567Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11568
11569 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
11570 hopefully near complete and fully documented of the API in XML
11571 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
11572 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
11573 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
11574 include/libxml/parserInternals.h include/libxml/valid.hi
11575 include/libxml/xmlIO.h include/libxml/xmlerror.hi
11576 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
11577 include/libxml/xpath.h include/libxml/xpathInternals.h:
11578 Cleaned up the doc comments a lot in the process, the interface
11579 coverage is now 100%
11580
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011581Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11582
11583 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
11584 extracts comments from the gtk-doc DocBook output (a bit
11585 convoluted but seems to work).
11586
Daniel Veillard61006472002-01-21 17:31:47 +000011587Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11588
11589 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
11590 added an XML description of the API, moved the script generating
11591 it here. Added a "make api" target
11592
Daniel Veillardd2f23002002-01-21 13:36:00 +000011593Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11594
11595 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
11596
Daniel Veillard99e55eb2002-01-21 08:56:29 +000011597Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11598
11599 * xpath.c include/libxml/xpathInternals.h: the change made to
11600 xmlXPathFuncLookupFunc was incompatible roll it back
11601
Daniel Veillard963d2ae2002-01-20 22:08:18 +000011602Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11603
11604 * SAX.c: cleanup patch from Anthony Jones
11605 * doc/Makefile.am: fix the headers to avoid in make scan
11606 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
11607 includes, * vs Ptr and general cleanup
11608 * parsedecl.py: first version of a script to extract the
11609 module interfaces, the goal will be to provide .decl or XML
11610 specification of the interfaces to build wrappers.
11611
Daniel Veillard0f5f1622002-01-20 12:42:06 +000011612Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11613
11614 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
11615 now provides return codes in case of errors
11616
Bjorn Reese026d29f2002-01-19 15:40:18 +000011617Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
11618
11619 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
11620 Upgraded to trio baseline 1.6
11621 * strio.h strio.c: Replaced by triostr.h and triostr.c
11622
Daniel Veillard572577e2002-01-18 16:23:55 +000011623Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11624
11625 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
11626 of strdup usage in the code
11627
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011628Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11629
11630 * parser.c error.c: Keith Isdale complained rightly that
11631 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
11632
Daniel Veillardcfa0d812002-01-17 08:46:58 +000011633Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11634
11635 * tree.c: fixed the funxtion to set the xml: attributes
11636 * debugXML.c: added "setbase" to test it.
11637
Daniel Veillard2c748c62002-01-16 15:37:50 +000011638Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11639
11640 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
11641 to allow updating an attribute content
11642
Daniel Veillard8de85c62002-01-15 17:10:15 +000011643Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11644
11645 * libxml.h: try to avoid problems when compiling on Windows
11646
Daniel Veillard314cfa02002-01-14 17:58:01 +000011647Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11648
11649 * hash.c: patch from Anthony Jones for hash.c allocation size
11650 * Makefile.am: trying to work around Yet Another Libtool Madness
11651 and build the 2.4.13 release finally ...
11652
Daniel Veillard744683d2002-01-14 17:30:20 +000011653Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11654
11655 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
11656 * doc/* : update of the documentation
11657
Daniel Veillarde6a55192002-01-14 17:11:53 +000011658Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11659
11660 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
11661 at fixing #61290 :-(
11662
Daniel Veillardfb25a512002-01-13 20:32:08 +000011663Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11664
11665 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
11666 Fixes bug #67229
11667
Daniel Veillardacb2bda2002-01-13 16:15:43 +000011668Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11669
11670 * tree.c: trying to avoid troubles when a subtree is copied
11671 and coalesced in part with the target tree. Should fix
11672 bug #67407
11673
Daniel Veillardd8224e02002-01-13 15:43:22 +000011674Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11675
11676 * valid.c: fixed validation of attributes content of type
11677 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
11678 values, very old bug. Fixes #67671
11679
Daniel Veillard8107a222002-01-13 14:10:10 +000011680Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11681
11682 * parser.c include/libxml/parserInternals.h tree.c: integrated
11683 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
11684 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
11685
Daniel Veillarddb0eb8d2002-01-13 13:35:00 +000011686Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11687
11688 * threads.c: applied Serguei Narojnyi's patch to add native
11689 thread support on the Win32 platform
11690 * testThreadsWin32.c Makefile.am: added the test program also
11691 from Serguei, Win32 specific
11692 * include/win32config.h include/libxml/xmlwin32version.h.in:
11693 added patch from Igor for the Windows thread specific defines.
11694
Daniel Veillard845cce42002-01-09 11:51:37 +000011695Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11696
11697 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
11698
Daniel Veillard7b602b42002-01-08 13:26:00 +000011699Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11700
11701 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
11702 output page into XMLinfo.html. Close bug #66951 and
11703 raised by Robert Collins too.
11704
Daniel Veillard73c6e532002-01-08 13:15:33 +000011705Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11706
11707 * encoding.c: Paul Keogh pointed out a possibility of segfault
11708 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
11709 Closes bug # 68238
11710
Daniel Veillard4a859202002-01-08 11:49:22 +000011711Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
11712
11713 * doc/*.html: updated the Gdome2 links
11714
Daniel Veillard3c5ed912002-01-08 10:36:16 +000011715Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11716
11717 * libxml.h: Applied following patches from Robert Collins
11718 and make sure IN_LIBXML is defined when compiling it
11719 -------
11720 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
11721 as well as Visual C.
11722 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11723 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11724 * strio.c (PLATFORM_UNIX): Define for Cygwin.
11725 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
11726 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
11727 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
11728 xmlSysIDExists xmlNoNetExists).
11729 * xmllint.c: Don't include winsock2.h for Cygwin.
11730
Daniel Veillard401c2112002-01-07 16:54:10 +000011731Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11732
11733 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
11734 when the version info is not present.
11735
Daniel Veillard6f42c132002-01-06 23:05:13 +000011736Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11737
11738 * tree.c: Anthony Jones pointed out a problem in
11739 xmlStringGetNodeList() and provided a fix for it
11740
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011741Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11742
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011743 * parser.c: patch from Frank J Franklin to remove a bug in
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011744 xmlCreatePushParserCtxt() when the initial buffer passed
11745 is large.
11746
Daniel Veillard0e47ee22002-01-05 18:25:52 +000011747Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11748
11749 * win32/*: big cleanup of the Windows/MSVC project files
11750 from Igor Zlatkovic
11751
Daniel Veillardcebb1362002-01-02 13:13:30 +000011752Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11753
11754 * doc/Makefile.am: should fix #67674 and avoid troubles if
11755 xsltproc is not available or fails in the prefix provided
11756
Daniel Veillard26908ab2002-01-01 16:50:03 +000011757Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
11758
11759 * xmlmemory.c: one more doc patch from Charlie Bozeman.
11760
Daniel Veillard5344c602001-12-31 16:37:34 +000011761Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11762
11763 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
11764 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
11765 Fixed a few other problems raised by Charlie Bozeman.
11766 * result/VC/ElementValid[5-7]: fixed the output
11767
Daniel Veillardcbaf3992001-12-31 16:16:02 +000011768Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11769
11770 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
11771 patches from Charlie Bozeman. Regenerated the HTML docs.
11772
Daniel Veillard7f9a6802001-12-20 14:01:47 +000011773Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
11774
11775 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
11776 for Windows from Igor
11777
Daniel Veillard1df3dfc2001-12-18 11:14:16 +000011778Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11779
11780 * xmllint.c: applied Justin Fletcher patch for --output or -o
11781
Daniel Veillardd3b29d22001-12-18 07:53:16 +000011782Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
11783
11784 * win32/libxml2/libxml2.def.src: close #67019
11785
Daniel Veillard01db67c2001-12-18 07:09:59 +000011786Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11787
11788 * xmllint.c: applied Justin Fletcher generic timing patch
11789 similar to the one already applied to xsltproc.
11790
Daniel Veillardd1640922001-12-17 15:30:10 +000011791Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11792
11793 * include/libxml/tree.h tree.c: applied documentation patches
11794 from Charlie Bozeman
11795
MST 2001 John Fleck2323ac22001-12-14 04:24:50 +000011796Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
11797
11798 *doc/xmllint.xml, xmllint.1 - document --dropdtd
11799
Daniel Veillard29e43992001-12-13 22:21:58 +000011800Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
11801
11802 * valid.c: fix the xmlStrdup() used in the previous patch.
11803 * valid.c: added --dropdtd
11804 * tree.c: fixed xmlUnlinkNode so it also removes the references
11805 from the document if the node is a DTD
11806
Daniel Veillard86fd5a72001-12-13 14:55:21 +000011807Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
11808
11809 * HTMLtree.c valid.c: cleanup some static declarations
11810
Daniel Veillard9ae4b7a2001-12-13 14:24:09 +000011811Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11812
11813 * xmllint.c: removed another strdup()
11814 * doc/FAQ: removed the HP/UX entry
11815
Daniel Veillarded472f32001-12-13 08:48:14 +000011816Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
11817
11818 * valid.c: fix bug #66816 when validating.
11819 * xmllint.c: don't use sys/time.h if configure did not found it
11820
MST 2001 John Fleck3fc555e2001-12-11 04:41:24 +000011821Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
11822
11823 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
11824 xmlcatalog_man.xml
11825
Daniel Veillard2d8a93b2001-12-10 21:07:19 +000011826Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11827
11828 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
11829 xmlInitMemory() was declared twice
11830
Daniel Veillardb82c1662001-12-09 14:00:54 +000011831Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
11832
11833 * globals.c: do not reference strdup() !
11834 * configure.in libxml-2.0.pc.in: trying to fix the libs
11835 of the various config extraction modules
11836
Daniel Veillardef90ba72001-12-07 14:24:22 +000011837Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11838
11839 * configure.in : preparing 2.4.12
11840 * doc/* : updated and rebuilt the docs
11841
Daniel Veillard220346d2001-12-07 11:33:54 +000011842Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11843
11844 * uri.c: closed bug #66159
11845 * testURI.c: added --escape option
11846 * configure.in: some cleanup for xml2-config --cflags
11847
Daniel Veillard2a906822001-12-06 14:34:08 +000011848Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
11849
11850 * globals.c testThreads.c: removed some misplaced includes
11851 of xmlversion.h
11852
Daniel Veillarde28313b2001-12-06 14:08:31 +000011853Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
11854
11855 * threads.c: patch from Gary Pennington fixing a possible
11856 problem at initialization time.
11857
Daniel Veillardd3b08822001-12-05 12:03:33 +000011858Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
11859
11860 * configure.in libxml.h parser.c testThreads.c macos/: integrated
Daniel Veillarde28313b2001-12-06 14:08:31 +000011861 Eric Lavigne contribution to build libxml2 on MacOS using
Daniel Veillardd3b08822001-12-05 12:03:33 +000011862 CodeWarrior.
11863
Daniel Veillarda7866932001-12-04 13:14:44 +000011864Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
11865
11866 * xmllint.c: applied Geert Kloosterman's patch to fix
11867 --repeat --timing output
11868
Daniel Veillard19840942001-11-29 16:11:38 +000011869Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11870
11871 * parser.c: Robin Berjon <robin@knowscape.com> found a case
11872 where non-wellformed XML declaractions were not detected.
11873
Daniel Veillarde85d9342001-11-28 14:43:12 +000011874Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11875
11876 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
11877
Daniel Veillard22f25a82001-11-28 09:12:23 +000011878Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11879
11880 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
11881 gets reset by xmlCleanupInputCallbacks() and this makes the
11882 function useless. Same for output.
11883
Daniel Veillard107ccaa2001-11-27 16:23:50 +000011884Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11885
11886 * xmlIO.c: robert pointed out a loop error in callback cleanups
11887
Daniel Veillard8faa7832001-11-26 15:58:08 +000011888Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11889
11890 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
11891 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
11892 they are not really tied to debugging
11893
Daniel Veillardbd9b0e82001-11-26 10:32:08 +000011894Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11895
11896 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
11897 * xmllint.c: better --catalogs description
11898
Daniel Veillard4855c8c2001-11-25 10:35:25 +000011899Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11900
11901 * tree.c: fixed a couple of problems in xmlSetProp()
11902
Daniel Veillardcd337f02001-11-22 18:20:37 +000011903Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
11904
11905 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
11906 unappropriate stdout output.
11907
Daniel Veillard566d4df2001-11-22 13:00:53 +000011908Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
11909
11910 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
11911 by Denis Beurive, closes #65111
11912
Daniel Veillardb4545fd2001-11-20 09:37:09 +000011913Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
11914
11915 * valid.c: in case of content model validity error, don't
11916 print it if validity warnings were not requested.
11917
Daniel Veillardc69e0b12001-11-20 08:35:07 +000011918Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11919
11920 * nanoftp.c: applied a couple of patches from Brian D Ripley.
11921 * parserInternals.c: removed the last exit() call. Print an
11922 unmaskable error on stderr instead (library mismatch detection)
11923
MST 2001 John Fleck42304042001-11-18 00:18:06 +000011924Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
11925
11926 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
11927 shell instructions from Heiko Rupp
11928
Daniel Veillardf7b094f2001-11-15 13:54:39 +000011929Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11930
11931 * catalog.c: use the URL notation file:// for default catalog paths
11932
Daniel Veillard0ec98632001-11-14 15:04:32 +000011933Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11934
11935 * include/libxml/tree.h: better comments for _private fields
11936 * tree.c: removed a problem when copying an entity reference.
11937
Daniel Veillardd33cfbf2001-11-13 15:24:36 +000011938Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11939
11940 * vms/*: updated instructions and diffs from John A Fotheringham
11941
Daniel Veillarda11001b2001-11-12 22:45:36 +000011942Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11943
11944 * include/libxml/xmlerror.h: avoid an include problem if
11945 #include <libxml/xmlerror.h> happens first in code
11946 seems to be the case in KDE libs
11947
Daniel Veillard8e3943c2001-11-12 21:35:44 +000011948Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11949
11950 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
11951 from Igor for Windows
11952
11953Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11954
11955 * Makefile.am: Gary Pennington pointed out a missing prefix
11956
Daniel Veillard43d3f612001-11-10 11:57:23 +000011957Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11958
11959 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
11960 * doc/*: upgraded and rebuilt the docs
11961
Daniel Veillardc1f78342001-11-10 11:43:05 +000011962Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11963
11964 * HTMLparser.c: fix comment in scripts element parsing.
11965 * result/HTML/doc3*: updated the results.
11966
11967Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11968
11969 * uri.c: another URI bug fix #63336, using Joel Young patch.
11970
Daniel Veillardc6e013a2001-11-10 10:08:57 +000011971Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
11972
11973 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
11974 a cleaned up version of the Pwd shell string generation.
11975
Daniel Veillardbe480fb2001-11-08 23:36:42 +000011976Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11977
11978 * valid.c include/libxml/tree.h: trying to fix namespaces +
11979 validation problems for good, closing #63619 in the process
11980 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
11981 wrong in this respect, fixed it.
11982
Daniel Veillardd536f702001-11-08 17:32:47 +000011983Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11984
11985 * xmllint.c: Morus Walter patch to allow --format and --encode
11986
Daniel Veillard5004f422001-11-08 13:53:05 +000011987Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11988
11989 * debugXML.c: Stefan Kost provided an help command for the shell
11990
Daniel Veillarda6825e82001-11-07 13:33:59 +000011991Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
11992
11993 * debugXML.c: Heiko Rupp pointed that the shell would crash
11994 on empty nodesets returns.
11995
Daniel Veillard03f848d2001-11-07 12:53:46 +000011996Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11997
11998 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
11999 migh need the history libraries
12000
Daniel Veillard957fdcf2001-11-06 22:50:19 +000012001Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
12002
12003 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
12004 handle the case of < in quoted attributes, Bastian Kleineidam
12005
Daniel Veillardc853b322001-11-06 15:24:37 +000012006Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
12007
12008 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
12009 fixing catalog breakages
12010 * Makefile.am catalog.c result/catalogs/catal
12011 result/catalogs/mycatalog.* test/catalogs/catal*:
12012 fixed more problems in catalog support, added more regression tests
12013 for both XML and SGML catalog handling
12014
Daniel Veillard66870c72001-11-05 19:27:49 +000012015Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
12016
12017 * debugXML.c: applied an improvement to xmlGetLineNo() from
12018 Keith Isdale
12019
Daniel Veillardffe09c92001-11-05 14:21:47 +000012020Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
12021
12022 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
12023 Side effect of the progressive catalog loading
12024
Daniel Veillardad661b92001-11-05 11:43:15 +000012025Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
12026
12027 * Makefile.am: confexecdir and confexec_DATA were defined twice
12028 pointed out by Karl Eichwalder
12029
Daniel Veillard6eb17722001-11-04 22:19:27 +000012030Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
12031
12032 * xmlcatalog.c: avoid unlink() and use remove() instead.
12033
Daniel Veillardea898282001-11-04 22:13:45 +000012034Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
12035
12036 * libxml.spec.in: cleanup
12037 * include/libxml/xmlwin32version.h: updated with 2.4.8
12038
Daniel Veillarda4617b82001-11-04 20:19:12 +000012039Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
12040
12041 * encoding.c global.data globals.c testThreads.c: fix bug #63752
12042 of compiling libxml with a non standard set of options
12043
John Fleck027edfb2001-11-04 20:13:58 +000012044Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
12045
12046 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
12047 document --sgml option, fixing gnome bugzilla #63382
12048
Daniel Veillardcd21dc72001-11-04 20:03:38 +000012049Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
12050
12051 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
12052 breakage of 2.4.7, added a couple of really needed APIs
12053 like xmlCatalogIsEmpty() and xmlNewCatalog()
12054 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
12055 for install-catalog
12056 * configure.in: preparing 2.4.8
12057
CET 2001 Daniel Veillard5a37bde2001-11-01 14:31:22 +000012058Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
12059
12060 * HTMLtree.c tree.c include/libxml/HTMLtree.h
12061 include/libxml/tree.h include/libxml/xmlIO.h: more include
12062 cleanups, export cleanly one html output + format function.
12063
12064Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
12065
12066 * parser.c: removed initGenericErrorDefaultFunc call from
12067 xmlInitParser() since it could destroy previous calls to
12068 xsltSetGenericErrorFunc() effects
12069
Daniel Veillardebd38c52001-11-01 08:38:12 +000012070Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
12071
12072 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
12073 keyword.
12074
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000012075Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
12076
12077 * Makefile.am: cleanup
12078 * threads.c: cleanup too
12079 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
12080 from xsltproc
12081 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +000012082 dependency loop.
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000012083
Daniel Veillard91c00402001-10-30 17:41:38 +000012084Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
12085
12086 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
12087 was not used anymore !
12088
Daniel Veillard52dcab32001-10-30 12:51:17 +000012089Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
12090
12091 * configure.in: preparing 2.4.7
12092 * Makefile.am doc/Makefile.am: switched to the latest xmllint
12093 manual page from John
12094 * doc/*: updated the doc and rebuilt the generated pages
12095
Daniel Veillarda9e65e82001-10-30 10:32:36 +000012096Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
12097
12098 * xmlIO.c: closing bug #62711, the library should never
12099 close stdin or stdout.
12100
Daniel Veillard4def3bd2001-10-30 09:47:47 +000012101Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
12102
12103 * uri.c: second pass at fixing #63336, using Joel Young
12104 final patch. looks okay.
12105
Daniel Veillardbb6808e2001-10-29 23:59:27 +000012106Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
12107
12108 * uri.c include/libxml/uri.h: trying to clear #63336
12109 allowing the escaping routine to parse unconformant
12110 URI-References.
12111
Daniel Veillardacf7ff02001-10-29 20:21:47 +000012112Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
12113
12114 * vms/readme.vms vms/build_libxml.com nanoftp.c
12115 include/libxml/xmlversion.h.in: a few VMS updates from
12116 John A Fotheringham
12117 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
12118 and xmlCleanupOutputCallbacks() for the Perl binding people.
12119
Daniel Veillard635ef722001-10-29 11:48:19 +000012120Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
12121
12122 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
12123 apply fixes to close #63271 and avoid segfaults when
12124 the error routine gets callbed before xmlInitParser()
12125 get called.
12126 * nanoftp.c error.c: Applied patches from Justin Fletcher
12127 correcting some xmlGenericError misuses.
12128
MDT 2001 John Fleckfd32de62001-10-27 20:14:01 +000012129Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
12130
12131 *doc/xmllint.xml, doc/xmllint.1
12132 New and improved man page for xmllint - .xml is the original, .1
12133 is the generated man page
12134
Daniel Veillardc9484202001-10-24 12:35:52 +000012135Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
12136
12137 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
12138 the web site from the main HTML document.
12139
Daniel Veillard5151c062001-10-23 13:10:19 +000012140Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12141
12142 * parser.c: fixed an erroneous validation bug when PE refs
12143 occurs in external parsed entities referenced from the
12144 internals subset
12145 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
12146 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
12147 added the associated testcase, it's a nice one.
12148 * HTMLparser.c: generate the DTD node as HTML still ...
12149 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
12150
Daniel Veillardb6b0fd82001-10-22 12:31:11 +000012151Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
12152
12153 * HTMLparser.c: fixed a bug in htmlNewDoc()
12154
Daniel Veillard89cad532001-10-22 09:46:13 +000012155Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
12156
12157 * test/threads/*: added entities testing to the Thread test
12158 * testThreads.c: make the test reasonable
12159 * DOCBparser.c: fix the DTD public and system ID
12160 * xmllint.c: added --sgml for SGML DocBook importing
12161 * Makefile.am: added Docbtests target
12162
Daniel Veillard9ae1eba2001-10-19 09:48:35 +000012163Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12164
12165 * nanoftp.c: use only "anonymous@" string for anonymous passwds
12166 * testThreads.c: removed bogus include
12167
Daniel Veillardce2c2f02001-10-18 14:57:24 +000012168Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
12169
12170 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
12171 fixed a very serious (looping) validation bug
12172
Daniel Veillard3c01b1d2001-10-17 15:58:35 +000012173Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
12174
12175 * include/libxml/globals.h include/libxml/threads.h threads.c
12176 testThreads.c: far more testing, cleaning up bugs
12177 * *.c : make sure globals.h is always included.
12178
Daniel Veillard7cc95c02001-10-17 15:45:12 +000012179Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
12180
12181 * HTMLparser.c: try to get rid of parser loops for good.
12182
Daniel Veillardab7488e2001-10-17 11:30:37 +000012183Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
12184
12185 * configure.in: fixed some bugs in CFLAGS passing.
12186 * test/threads Makefile.am testThreads.c: added a specific
12187 threaded test case (really nasty, guaranteed).
12188
Daniel Veillard85c11fa2001-10-16 21:03:08 +000012189Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
12190
12191 * catalog.c: serious cleanup on the management of the
12192 XML catalog tree, more tests done, especially with
12193 the catalog PI.
12194
Daniel Veillard364789a2001-10-16 12:45:00 +000012195Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
12196
12197 * catalog.c: avoid a problem in catalog cleanup on SMP if
12198 catalogs were not initialized.
12199
Daniel Veillard81463942001-10-16 12:34:39 +000012200Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
12201
12202 * catalog.c xpath.c: trying to cleanup the not thread safe
12203 parts of the library.
12204
Daniel Veillard64a411c2001-10-15 12:32:07 +000012205Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
12206
12207 * include/libxml/globals.h configure.in global.data: make
12208 the allocation be per-thread a configure option
12209 * encoding.c include/libxml/parser.h: fixed compilation
12210 errors
12211
Daniel Veillard5ee57fc2001-10-15 10:46:16 +000012212Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12213
12214 * include/libxml/parser.h: Norm reported that a few lines
12215 added were breaking libxslt compile, removed them for now
12216
Daniel Veillard6f350292001-10-14 09:56:15 +000012217Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
12218
12219 * parser.c parserInternals.c threads.c: debugged and fixed
12220 initialization problems which were giving troubles on SMP
12221 boxes.
12222
Daniel Veillard6661ffa2001-10-13 14:18:17 +000012223Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12224
12225 * include/libxml/Makefile.am: missing globals.h
12226
Daniel Veillarde7090612001-10-13 12:18:28 +000012227Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000012228
Daniel Veillarde7090612001-10-13 12:18:28 +000012229 * globals.c: added a couple of standard includes.
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000012230
Daniel Veillardd0463562001-10-13 09:15:48 +000012231Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12232
12233 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
12234 include/libxml/parserInternals.h include/libxml/tree.h
12235 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
12236 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
12237 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
12238 Applied the last patches from Gary, cleanup, activated threading
12239 all user accessible global variables are now handled in globals.[ch]
12240 Still a bit rought but make tests passes with either
12241 --with-threads defined at configure time or not.
12242 * Makefile.am example/Makefile.am: added globals.[ch] and threads
12243 linking options
12244
Daniel Veillardb8478642001-10-12 17:29:10 +000012245Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
12246
12247 * Makefile.am include/libxml/Makefile.am
12248 include/libxml/globals.h globals.c include/libxml/threads.h
12249 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
12250 configure.in: started integrating the core of the thread support
12251 not activated yet but half integrated. The code should still
12252 compile and work anyway.
12253
Daniel Veillardb44025c2001-10-11 22:55:55 +000012254Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12255
12256 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
12257 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
12258 integrating the non-controversial parts of Gary Pennington
12259 multithread patches
12260 * catalog.c: corrected a small bug introduced
12261
Daniel Veillard75b96822001-10-11 18:59:45 +000012262Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
12263
12264 * catalog.c include/libxml/catalog.h: very serious cleanup,
12265 isolating unportable code and as much as possible the accesses
12266 to the global shared catalog. May need more testing !
12267
Daniel Veillard78d12092001-10-11 09:12:24 +000012268Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12269
12270 * include/libxml/debugXML.h debugXML.c tree.c: integrating
12271 Keith Isdale patches for the XSLT debugger interfaces. Some
12272 cleanup
12273
Daniel Veillardff0b7312001-10-11 06:46:09 +000012274Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
12275
12276 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
12277 * DOCBparser.c: generate line nubers in elements
12278
Daniel Veillard60087f32001-10-10 09:45:09 +000012279Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
12280
12281 * configure.in: preparing 2.4.6 release
12282 * doc/xml.html doc/html/*: updated and rebuilt the docs
12283 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
12284
MDT 2001 John Fleck60416fa2001-10-09 02:41:50 +000012285Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
12286
12287 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
12288 adding documentation for DV's supercatalog support
12289
Daniel Veillard82d75332001-10-08 15:01:59 +000012290Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
12291
12292 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
12293 super catalog support adding one API and one flag --sgml to
12294 xmlcatalog
12295
MDT 2001 John Fleck0e229932001-10-07 22:46:00 +000012296Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
12297
12298 * doc/xmlcatalog_man.xml, xmlcatalog.1
12299 One more crack at
12300 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
12301
12302
Thomas Broyer47334c02001-10-07 16:41:52 +000012303Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12304
12305 * xpath.c: implemented xmlXPathObjectCopy for external objects
12306 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
12307
MDT 2001 John Fleckac941e32001-10-06 22:30:16 +000012308Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
12309
12310 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
12311 finishing up fix to
12312 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
12313 the xmlcatalog man page display more elegantly
12314
Daniel Veillard3fbe8e32001-10-06 13:30:33 +000012315Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
12316
12317 * configure.in: closing bug #61832
12318 * HTMLparser.c: removed a warning
12319
Daniel Veillard6ab38382001-10-06 13:08:27 +000012320Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
12321
12322 * xpath.c: fixing #61673 part I, do not loose doc information
12323 when copying result value trees.
12324
Daniel Veillard556c6682001-10-06 09:59:51 +000012325Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12326
12327 * xpath.c: trying to harden the XPath interpreter
12328
MDT 2001 John Fleck9f82dc62001-10-06 02:40:10 +000012329Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
12330
12331 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
12332 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
12333
William M. Brack1633d182001-10-05 15:41:19 +000012334Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12335
12336 * HTMLparser: repaired another loop problem
12337
Daniel Veillard20ee8c02001-10-05 09:18:14 +000012338Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12339
12340 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
12341 parsing.
12342 * xpath.c: fix bug #61291 the default XML namespace node is
12343 missing from the namespace axis.
12344 * tree.c: refuse to create namespaces nodes with prefix "xml"
12345
Daniel Veillard651f9472001-10-04 14:51:06 +000012346Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
12347
12348 * SAX.c: ouch a non-defined namespace could lead to a crash,
12349 fixed #61215
12350
Daniel Veillard7dd05702001-10-04 14:25:12 +000012351Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
12352
12353 * parserInternals.c: closed bug #61054
12354
Daniel Veillard5e6d10a2001-10-03 13:21:13 +000012355Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12356
12357 * include/libxml/Makefile.am: closing #60708
12358
Daniel Veillarda293c322001-10-02 13:54:14 +000012359Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
12360
12361 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
12362 adding xmlSAXParseFileWithData following Marco Stipek suggestion
12363
Daniel Veillardf4309d72001-10-02 09:28:58 +000012364Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12365
12366 * valid.c: close bug #61550 when xml: wasn't considered a namespace
12367
Daniel Veillardf6ed8bc2001-10-02 09:22:47 +000012368Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12369
12370 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
12371 * DOCBparser.c HTMLparser.c parser.c: fixed typos
12372
Daniel Veillard16756b62001-10-01 07:36:25 +000012373Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
12374
12375 * catalog.c: Justin Fletcher provided cleaup code in case
12376 HAVE_STAT is not defined
12377 * include/win32config.h: Igor Zlatkovic suggested to have
12378 HAVE_STAT defined there
12379
William M. Brack5e1cac12001-09-28 16:19:18 +000012380Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12381
12382 * catalog.c - fixed typing error reported by M. Barros
12383
MDT 2001 John Fleckbbb9e432001-09-24 03:08:43 +000012384Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
12385
12386 * xmllint.c - fixing typo
12387
William M. Brackd28e48a2001-09-23 01:55:08 +000012388Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12389
12390 * HTMLparser.c: small enhancement to prevent loop on
12391 unrecognizable data
12392
Daniel Veillardb1d62872001-09-21 09:47:08 +000012393Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12394
12395 * parserInternals.c: applying patch from bug #60757 this
12396 should close it
12397
Daniel Veillardc0631a62001-09-20 13:56:06 +000012398Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12399
12400 * catalog.c xmlcatalog.c: removed a couple of warning
12401 * xpath.c: try to solve the linking problem on platforms
12402 needing trio to compile
12403
Daniel Veillard1a123612001-09-19 08:06:23 +000012404Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000012405
Daniel Veillard1a123612001-09-19 08:06:23 +000012406 * Makefile.am libxml.spec.in: backing up non-documented changes
12407 commited without review or aproval by Jens Finke <jens@gnome.org>
12408 * HACKING: made 100% clear that no commit should be done directly
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000012409
Daniel Veillardf5b44e42001-09-17 17:19:54 +000012410Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
12411
12412 * configure.in: Joe Orton provided a patch fixing a problem
12413 when iconv is specified to be in a non-standard directory
12414 but wasn't exported in xml2-config --cflags
12415
Daniel Veillard2fc2db72001-09-14 17:33:51 +000012416Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
12417
Daniel Veillardf5b44e42001-09-17 17:19:54 +000012418 * configure.in: let's ship 2.4.5 before getting too much
Daniel Veillard2fc2db72001-09-14 17:33:51 +000012419 troubles with 2.4.4 errors.
12420
Daniel Veillard16698282001-09-14 10:29:27 +000012421Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12422
12423 * encoding.c entities.c: do not output hexadecimal charrefs
12424 when serializing HTML since some version of Netscape can't
12425 grok it, generate decimal ones.
12426 * result/HTML/doc3.htm: output changed due to previous test
12427 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
12428
Daniel Veillard98fed372001-09-13 11:34:58 +000012429Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
12430
12431 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
12432 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
12433
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000012434Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
Daniel Veillard98fed372001-09-13 11:34:58 +000012435 Released 2.4.4
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000012436
12437 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
12438 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
12439 updated the configuration scripts systems accordingly
12440
Daniel Veillard04382ae2001-09-12 18:51:30 +000012441Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12442
12443 * configure.in: preparing for 2.4.4
12444 * doc/xml.html doc/html/*: updated and rebuilt the docs
12445
Daniel Veillardd63437e2001-09-12 15:00:27 +000012446Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
12447
12448 * win32/dsp/libxml2.def.src: tried to incorporate comments
12449 from bug #59220
12450
Daniel Veillard319a7422001-09-11 09:27:09 +000012451Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
12452
12453 * parser.c result/noent/wml.xml: fixed bug #59981 related
12454 to handling of '&' in attributes when entities are substitued
12455
Daniel Veillard7cf5e442001-09-10 20:16:32 +000012456Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12457
12458 * libxml.h include/libxml/xmlversion.h.in
12459 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
12460 Tried to close bug #60131
12461
Daniel Veillardbce62332001-09-10 18:46:55 +000012462Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12463
12464 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
12465
Daniel Veillard143b04f2001-09-10 18:14:14 +000012466Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
12467
12468 * SAX.c: fixing bug #59946 on xmlns=""
12469
Daniel Veillard7a51d6d2001-09-10 14:40:43 +000012470Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12471
12472 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
12473 but allocates a new error code.
12474
Daniel Veillard05c13a22001-09-09 08:38:09 +000012475Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
12476
12477 * xmllint.c: John Fleck fixed typos in the options output
12478 * parser.c SAX.c: fix ignorable white space SAX selection
12479
12480Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12481
12482 * entities.c: Steve Underwood found the possibility of an
12483 ininite loop in case of error.
12484
Daniel Veillard5eb9dea2001-09-07 09:38:02 +000012485Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12486
12487 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
12488
Daniel Veillarda050d232001-09-05 15:51:05 +000012489Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
12490
12491 * parser.c: warn if version is not 1.0 but it's not
12492 strictly speaking an error after analyzing the spec
12493
MDT 2001 John Fleck04685002001-09-03 16:11:47 +000012494Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
12495
12496 *doc/catalog.html - add link to the html version of the
12497 man page, other linguistic cleanups
12498
MDT 2001 John Fleck5bd39dc2001-09-03 15:14:19 +000012499Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
12500
12501 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
12502 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
12503 file, has not yet been included in the build.
12504
Daniel Veillard99784ff2001-09-01 16:20:28 +000012505Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12506
12507 * catalog.c: removed a duplicate affectation Justin Fletcher
12508
Daniel Veillard9e1c72d2001-08-31 20:03:19 +000012509Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
12510
12511 * tree.c: Armin Sander pointed a possible text coalescing
12512 problem, completed his patch.
12513
Bjorn Reese0b2ae432001-08-31 16:31:57 +000012514Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12515
12516 * trionan.c: Fixed const and volatile re-definition problem
12517
Daniel Veillard5d96fff2001-08-31 14:55:30 +000012518Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
12519
12520 * libxml.4 parser.c: doc updates from Heiko Rupp
12521 * parserInternals.c: 2 sanity checks from Heiko Rupp
12522
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012523Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
12524
12525 * tree.c: applied patch from Armin Sander to make some pointers
12526 const in xmlCopyNode()
Daniel Veillard2ebd7a72001-08-28 21:07:03 +000012527 * include/libxml/tree.h: added fix to the header
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012528
Daniel Veillardb06c6142001-08-27 14:26:30 +000012529Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12530
12531 * xpath.c: hum, restrict the integer usage gcc bug workaround
12532 to only gcc compilers so that other architecture don't get
12533 penalized by this limitation.
12534 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
12535
Daniel Veillard268fd1b2001-08-26 18:46:36 +000012536Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12537
12538 * valid.c: fixed a Windows compiler warning (Chris Poblete)
12539 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
12540
Daniel Veillard6c5f9d12001-08-25 13:33:14 +000012541Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
12542
12543 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
12544 --convert option to xmlcatalog to convert SGML ones to
12545 the XML syntax.
12546 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
12547
12548 2.4.3 got released at that point
Daniel Veillard6990bf32001-08-23 21:17:48 +000012549Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12550
12551 * catalog.c xmlIO.c: started some serious testing and fixed
12552 a few bug and optmization needs.
12553
Daniel Veillard9f7b84b2001-08-23 15:31:19 +000012554Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12555
12556 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12557 preparing for a 2.4.3 release even if it may not be ready yet
12558 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
12559 all file parsing lookup to go through the entity resolver, add
12560 to add an API to bypass it (needed to load catalogs themselves),
12561 some cleanup on the catalog code too.
12562 * nanoftp.c: small cleanup
12563 * doc/catalog.html: small update
12564
Daniel Veillardbc2ddbe2001-08-23 10:24:27 +000012565Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
12566
12567 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
12568 Jun Kuriyama
12569
Daniel Veillardffb120d2001-08-23 00:52:23 +000012570Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12571
12572 * doc/catalog.html: finished the catalog documentation
12573
Daniel Veillarde7ead2d2001-08-22 23:44:09 +000012574Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12575
12576 * doc/catalog.html doc/xml.html: added documentation about
12577 Catalog support, misses an API description
12578 * doc/html/*: reextracted the API pages
12579
Daniel Veillarddc2cee22001-08-22 16:30:37 +000012580Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12581
12582 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
12583 Added the part about section 7.2 on URI resolution,
12584 fixed a side effect in the HTML parser, look complete
12585 and ready to rock except the URI/SystemID part!
12586
Daniel Veillard5d90b6c2001-08-22 14:29:45 +000012587Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12588
12589 * include/libxml/catalog.h include/libxml/parser.h
12590 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
12591 xmlIO.c: added support and APIs needed for the catalog PI
12592 * include/libxml/xmlIO.h: cleanup
12593
Daniel Veillarde2940dd2001-08-22 00:06:49 +000012594Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12595
12596 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
12597 include/libxml/catalog.h: starts to look okay, really
12598 plugged the new framework, cleaned a lot of stuff,
12599 added some APIs, except the PI's support missing this
12600 should be mostly complete
12601 * result/catalogs/* test/catalogs/*: added new test, enriched
12602 the existing one with URN ID tests
12603
Daniel Veillard64339542001-08-21 12:57:59 +000012604Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12605
12606 * catalog.c: fixed nextCatalog
12607 * result/catalogs/docbook test/catalogs/*: started adding
12608 a small regression test
12609
Daniel Veillardcda96922001-08-21 10:56:31 +000012610Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
12611
12612 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
12613 more work on the XML catalog support.
12614 * parser.c include/libxml/parser.h: small cleanup seems using
12615 list as a public parameter name can give portability troubles
12616 * trionan.c trionan.h xpath.c include/libxml/trionan.h
12617 include/libxml/xpath.h include/libxml/Makefile.am: removed
12618 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
12619 wrappers
12620
Bjorn Reese45029602001-08-21 09:23:53 +000012621Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12622
12623 * Makefile.am trio.c triodef.h trionan.c xpath.c
12624 include/libxml/Makefile.am include/libxml/trionan.h:
12625 Re-worked Not-A-Number and Infinity support.
12626 * xmlcatalog.c: added readline include files
12627
Daniel Veillard344cee72001-08-20 00:08:40 +000012628Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12629
12630 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
12631 testCatalog as xmlcatalog, making it an installed app
12632 adding a shell, and preparing it to be a /etc/xml/catalog
12633 management tool, though not ready yet
12634 * catalog.c include/libxml/catalog.h: adding support for
12635 XML Catalogs http://www.oasis-open.org/committees/entity/
12636 not finished, there is some interesting tradeoffs and a
12637 few open questions left.
12638
Daniel Veillardb7664f42001-08-19 13:00:43 +000012639Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
12640
12641 * xmllint.c: fixed a line formatting problem
12642
Daniel Veillard5015b712001-08-17 09:37:52 +000012643Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12644
12645 * SAX.c: removed a couple of unused variable (Albert Chin)
12646
Daniel Veillardbb371292001-08-16 23:26:59 +000012647Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12648
12649 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
12650 trying to fix some troubles w.r.t. function returning
12651 const xxxPtr.
12652
Daniel Veillardb60c54e2001-08-16 19:34:27 +000012653Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12654
12655 * win32/dsp/libxml2.def.src: another set of symbols conditionally
12656 defined
12657
Daniel Veillardae6db172001-08-16 19:32:00 +000012658Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
12659
12660 * xpointer.c: removed unused var
12661
Daniel Veillard09190202001-08-16 16:27:41 +000012662Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12663
12664 * testXPath.c: another small cleanup closing bug #59110
12665
Daniel Veillard796f4b62001-08-16 16:00:13 +000012666Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12667
12668 * win32/dsp/libxml2.def.src: small cleanup closing bug
12669 #59108
12670
Daniel Veillard5aac4e42001-08-15 20:46:57 +000012671Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
12672
12673 * example/gjobread.c: add xmlCleanupParser() before leaving
12674
Daniel Veillard9a0b3d62001-08-15 12:58:03 +000012675Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
12676
12677 * config.h.in configure.in include/libxml/xmlwin32version.h:
12678 released 2.4.2
12679
Daniel Veillardd3d06722001-08-15 12:06:36 +000012680Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
12681
12682 * include/libxml/valid.h debugXML.c valid.c: deprecate
12683 the non-boundchecking Sprintf functions, add Snprintf
12684 this should close bug #57984
12685
Daniel Veillardecb6f5b2001-08-15 08:47:42 +000012686Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
12687
12688 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
12689 URIs before doing the lookups (pointed by Mark Vakoc)
12690
Daniel Veillard0ab5cab2001-08-14 16:43:10 +000012691Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
12692
12693 * xpath.c: serious changes on Result Value Trees and NodeSets
12694 w.r.t. deallocation and collect operations. Probably not
12695 100% clean (merge of allocated trees smells like a problem).
12696 Seems sufficient to close #58943
12697
Daniel Veillard90493a92001-08-14 14:12:47 +000012698Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12699
12700 * xmllint.c: adding a --format option
12701
Daniel Veillardfe703322001-08-14 12:18:09 +000012702Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
12703
12704 * xpath.c: count() was broken on Result Value Tree
12705 * xmlIO.c: fixed file:/// accesses on _WIN32
12706
Daniel Veillard70ac0e32001-08-13 11:24:16 +000012707Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12708
12709 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
12710 macro was renamed, this should close bug #58683
12711
Daniel Veillardf300b7e2001-08-13 10:43:15 +000012712Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12713
12714 * SAX.c: small fix fixing bug #58539 reported by coolo, in
12715 entity substitution mode text at the end of the entity might
12716 be added due to text coalescing.
12717 * nanoftp.c parser.c: small cleanup
12718
Daniel Veillard0c720972001-08-08 20:59:00 +000012719Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
12720
12721 * HACKING: added John Fleck right to commit in the doc subdir
12722
Daniel Veillard48da9102001-08-07 01:10:10 +000012723Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12724
12725 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
12726 allow to inherit attributes from the DTD directly in the
12727 tree, this is needed for XPath and can be a useful feature.
12728 Inherited namespaces are always provided at the tree level now
12729 * test/defattr* result/defattr* result/noent/defattr*: added a couple
12730 of tests for this feature (XSLT being the prime user).
12731
Daniel Veillard50f34372001-08-03 12:06:36 +000012732Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12733
12734 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
12735 testSAX.c xmlIO.c xmllint.c include/win32config.h
12736 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
12737 include/libxml/xmlwin32version.h.in win32/README.MSDev
12738 win32/dsp/*: applied Win32 Facelift No.2 patches from
12739 Igor Zlatkovic for Windows/MSC
12740
Daniel Veillard9f4eb912001-08-01 21:22:27 +000012741Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
12742
12743 * SAX.c: unparsedEntityDecl() the URI computation of the
12744 entity wasn't done breaking XSLT unparsed-entity-uri()
12745
Daniel Veillard567e1b42001-08-01 15:53:47 +000012746Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
12747
12748 * xpath.c: fixed a bug when walking the descendants and
12749 the current node has no children
12750 * debugXML.c: show up when a text node is supposed to not be escaped
12751
Thomas Broyerf186c822001-07-31 23:30:37 +000012752Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12753
12754 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
12755 worked like the set:leading() function)
12756 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
12757
Daniel Veillardba6db032001-07-31 16:25:45 +000012758Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12759
12760 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
12761
Daniel Veillard57905372001-07-31 15:52:17 +000012762Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12763
12764 * include/libxml/xmlIO.h: apply change to close #58141
12765 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
12766
Daniel Veillard5e3eecb2001-07-31 15:10:53 +000012767Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12768
12769 * parser.c: when the internal subset uses a PE, then the
12770 included entity can use conditional sections.
12771
Daniel Veillard7d7e3792001-07-30 13:42:13 +000012772Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12773
12774 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
12775 when walking the namespace axis showing up in
12776 libxst/tests/general/bug-12
12777 * xmlmemory.c: added the possibility to trace a given block
12778 defined by its address
12779
Daniel Veillard4aafa792001-07-28 17:21:12 +000012780Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12781
12782 * parser.c: don't override existing encoding specified before
12783 starting xmlParseDocument()
12784
Daniel Veillardfdb1f242001-07-27 23:32:44 +000012785Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12786
12787 * include/libxml/xmlwin32version.h: reinserted, needed for
12788 Windows users of CVS
12789
Darin Adlera77cac02001-07-27 17:41:51 +0000127902001-07-27 Darin Adler <darin@bentspoon.com>
12791
Darin Adler699613b2001-07-27 22:47:14 +000012792 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
12793 * testCatalog.c: Add include of <libxml/parser.h>.
12794
127952001-07-27 Darin Adler <darin@bentspoon.com>
12796
Darin Adlera77cac02001-07-27 17:41:51 +000012797 * include/libxml/.cvsignore:
12798 * include/libxml/xmlwin32version.h:
12799 Remove this file from CVS because it's generated.
12800
Daniel Veillard50822cb2001-07-26 20:05:51 +000012801Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12802
12803 * parser.c include/libxml/parser.h: applied const patches from
12804 Tom Moog #58002
12805
Thomas Broyerba4ad322001-07-26 16:55:21 +000012806Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12807
12808 * xpath.c include/libxml/xpath{,Internals}.h: added a function
12809 lookup framework
12810
Daniel Veillard1d0bfab2001-07-26 11:49:41 +000012811Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12812
12813 * tree.c: fixed xmlCopyNode() for documents
12814
Daniel Veillard6dd398f2001-07-25 22:41:03 +000012815Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12816
12817 * parser.c: fixed bugs #58073 reported by Greg Shtilman
12818
12819Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard2454ab92001-07-25 21:39:46 +000012820
12821 * parser.c: fixes bug #57652 reported by Morus Walter
12822
Daniel Veillarde3924972001-07-25 20:25:21 +000012823Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12824
12825 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
12826
Daniel Veillarda53c6882001-07-25 17:18:57 +000012827Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12828
12829 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
12830 errors, lesson don't add new functions at 1am before a release
12831 * xpath.c: integrated fix from Bjorn to avoid divide by zero
12832 from XPath initialization when possible.
12833
Daniel Veillardd9bad132001-07-23 19:39:43 +000012834Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12835
12836 * result/scripts/base*: removing history/readline changed
12837 this slightly
12838 * include/libxml/parser.h SAX.c parser.c parserInternals.c
12839 xmllint.c: make element content line number generation
12840 optionnal to avoid breaking old apps added interface to switch
12841
Daniel Veillardf012a642001-07-23 19:10:52 +000012842Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12843
12844 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +000012845 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillardf012a642001-07-23 19:10:52 +000012846 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
12847 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
12848 John Kroll fixes to allow saving to HTTP via PUT (or
12849 POST of needed).
12850 * doc/html/*.html: regenerated the docs
12851
Thomas Broyere8126242001-07-22 03:54:15 +000012852Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12853
12854 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
12855 xmlHashScanFull and xmlHashScannFull3 to get passed the
12856 three keys as arguments to the callback function
12857
Daniel Veillard5e2dace2001-07-18 19:30:27 +000012858Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12859
12860 * configure.in Makefile.am: removed libxml softlink for good
12861 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
12862 100% coverage by gtk-doc
12863
Daniel Veillard8599e702001-07-17 21:38:51 +000012864Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12865
12866 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
12867 fixed serious troubles due to size_t vs. int mismatch
12868
Daniel Veillard8fcc4942001-07-17 20:07:33 +000012869Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12870
12871 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
12872
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012873Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12874
12875 * include/libxml/xpath{,Internals}.h xpath.c: added a more
12876 convenient extension API for value and context managing
12877 Now handles external objects through xmlXPathPopExternal,
12878 xmlXPathWrapExternal and xmlXPathReturnExternal.
12879 Added functions for sets operations (intersection, etc.)
12880
Daniel Veillard22090732001-07-16 00:06:07 +000012881Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12882
12883 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
12884 xmlIO.c tree.c parserInternals.c entities.c encoding.c
12885 HTMLparser.c: cleanup of global variables, marking some
12886 const or private.
12887
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012888Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
Thomas Broyer496be682001-07-15 22:59:18 +000012889
12890 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
12891 fixed xmlXPathNodeSetItem when passing index=0
12892
Daniel Veillard05dec342001-07-14 21:57:39 +000012893Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12894
12895 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
12896
Daniel Veillard28ae6362001-07-14 16:44:32 +000012897Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12898
12899 * xmllint.c: fixed compilation under Cygwin #57503
12900 * TODO: update
12901
Peter Williamsed156f52001-07-13 18:35:13 +0000129022001-07-13 Peter Williams <peterw@ximian.com>
12903
12904 * config.h.in: add #undef HAVE_DLFCN_H
12905
12906 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
12907 builddir.
12908
Daniel Veillard73b36e32001-07-12 15:09:52 +000012909Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12910
12911 * win32/libxml2/libxml2.def.src: added a couple of exported entries
12912 raised by #57348 and #57381
12913
Daniel Veillard7db37732001-07-12 01:20:08 +000012914Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12915
12916 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
12917 tree.c xpointer.c: store the line numbder in element->content,
12918 may break some software, need a configuration mechanism
12919
Darin Adler96037892001-07-11 00:03:16 +0000129202001-07-10 Darin Adler <darin@bentspoon.com>
12921
12922 * .cvsignore:
12923 * example/.cvsignore:
12924 * include/.cvsignore:
12925 * include/libxml/.cvsignore:
12926 Various things that are generated and should be ignored.
12927
Daniel Veillard09ab7e12001-07-10 15:49:44 +000012928Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12929
12930 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
12931 * doc/xml.html doc/html/*: updated the docs
12932
Daniel Veillard04e2dae2001-07-09 20:07:25 +000012933Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12934
12935 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
12936 validation occured on content with element child
12937
Daniel Veillardb8c9be92001-07-09 16:01:19 +000012938Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12939
12940 * tree.c: fixed XML Base computation which was broken
12941 * debugXML.c: added a base function to the shell
12942 * Makefile.am result/scripts/* test/scripts/*: added scripts
12943 based regression tests, and adding 2 XML Base tests
12944
Daniel Veillard19e96c32001-07-09 10:32:59 +000012945Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12946
12947 * tree.c: set properties doc and call xmlSetListDoc for properties
12948 content when grafting them in a different tree.
12949 * aclocal.m4: remove from CVS
12950
Daniel Veillarde086f5c2001-07-08 21:10:40 +000012951Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12952
12953 * win32/libxml2/libxml2.def.src: added some missing entry point
12954 for XPath (Mark Vakoc)
12955
Daniel Veillard388236f2001-07-08 18:35:48 +000012956Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12957
12958 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
12959 layer should URI-Unescape before trying to open resources.
12960
Daniel Veillard04383752001-07-08 14:27:15 +000012961Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12962
12963 * xpath.c: fix the name() bug for elements in the default
12964 namespace reported by Charlie Bozeman
12965
Daniel Veillard7583a592001-07-08 13:15:55 +000012966Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12967
12968 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
12969 led to an XPath fix, improvements of SAX initialization, and
12970 an added option --nocdata to testXPath
12971
Daniel Veillard449d7392001-07-07 19:11:06 +000012972Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12973
12974 * doc/libxml-doc.el: Felix Natter provided anew version working
12975 with XEmacs too
12976
Daniel Veillard5168dbf2001-07-07 00:18:23 +000012977Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12978
12979 * include/libxml/xpath.h: small cleanup
12980 * doc/xml.html: update
12981
Daniel Veillardf524d6e2001-07-05 23:41:40 +000012982Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12983
12984 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12985 released 2.3.14
12986
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012987Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12988
12989 * doc/html/*: rebuilt the docs for the release
Daniel Veillard5b43fde2001-07-05 23:31:40 +000012990 * doc/xml.html: added 2.3.14 release.
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012991
Daniel Veillard73c9c042001-07-05 20:02:54 +000012992Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12993
12994 * xpath.c: a bug reported by Stephan Kulow empty nodesets
12995 were not equal to empty strings
12996
Daniel Veillard1fd36d22001-07-04 22:54:28 +000012997Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12998
12999 * SAX.c: fixed a URI-Reference computation problem when validating
13000 * xmlIO.c: small cleanup
13001
Daniel Veillard4d65a1c2001-07-04 22:06:23 +000013002Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13003
13004 * parser.c: improved the description of a couple of interfaces
13005 upon Larry Stamper suggestion
13006
Daniel Veillard62f313b2001-07-04 19:49:14 +000013007Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13008
13009 * SAX.c entities.c parser.c: changed completely the way entities
13010 are handled when running the parser in entity substitution mode.
13011 This fixes a bug reported by Stephan Kulow and nearly divides
13012 by 3 the amount of memory required by libxslt to load and process
13013 DocBook TDG.
13014
Daniel Veillardf420ac52001-07-04 16:04:09 +000013015Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13016
13017 * HTMLparser.c: fixing a too early root closing problem raised
13018 byt Prashanth Naidu
13019
Daniel Veillard8c357d52001-07-03 23:43:33 +000013020Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13021
13022 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
13023 raised by Mark Vakoc.
13024
Daniel Veillard6e90d192001-07-03 16:37:49 +000013025Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13026
13027 * example/Makefile.am: fixed the include path to add srcdir/include
13028 * Makefile.am configure.in: fix from Albert Chin for iconv detection
13029 and some cleanup
13030
Daniel Veillardf06307e2001-07-03 10:35:50 +000013031Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13032
13033 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
13034 lot of optimization work, results in significant improvements
13035 when handling really complex XPath queries. Add a small optimizer
13036 for unions, improve [n] and [last()], avoid some costly ops.
13037
Daniel Veillard77044732001-06-29 21:31:07 +000013038Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13039
13040 * include/libxml/parser.h parser.c: xmlStrstr args are both const
13041 * xpath.c: small cleanup
13042 * xmlGetNsList: reformated, fixed problems if used on Entities
13043
Daniel Veillard2adbb512001-06-28 16:20:36 +000013044Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13045
13046 * doc/xml.html: added 1.8.14 and 2.3.13 releases
13047
Daniel Veillardb37ecd02001-06-28 16:18:11 +000013048Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13049
13050 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
13051 * Makefile.am example/Makefile.am: workaround automake generating
13052 erroneous deps
13053
Daniel Veillard12f7d292001-06-28 13:12:11 +000013054Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13055
13056 * include/win32config.h: bug #56801 Yon Derek provided a patch
13057 to the windows config file.
13058
Daniel Veillard87ee9142001-06-28 12:54:16 +000013059Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13060
13061 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
13062 libxml.h : Yon Derek provided a set of changes to compile from
13063 CVS on Windows/MSC
13064
Daniel Veillard0e4cd172001-06-28 12:13:56 +000013065Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13066
13067 * parser.c: fixed UTF8 BOM support in push mode
13068 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
13069 added a specific testcase
13070
Daniel Veillard3e5bb8e2001-06-27 16:34:34 +000013071Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13072
13073 * Makefile.am: added --push regression tests
13074 * parserInternals.c: the XML parser segfaulted in --push mode
13075
Daniel Veillard9a89a8a2001-06-27 11:13:35 +000013076Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13077
13078 * configure.in: moved the symlinks detection within a CVS
13079 check, this is not portable and will be removed soon.
13080 * xpath.c: small cleanup/speedup
13081
Daniel Veillard11648102001-06-26 16:08:24 +000013082Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13083
13084 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
13085 release of 2.3.12
13086 * parser.c: make an error message if unknow entities in all cases
13087
Daniel Veillardfcbd74a2001-06-26 07:47:23 +000013088Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13089
13090 * uri.c: fixed 2 uri normalization bugs on '//' reduction
13091
Daniel Veillard23793842001-06-25 16:07:45 +000013092Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13093
13094 * include/libxml/Makefile.am: Laszlo Peter pointed out that
13095 includes were installed in the wrong dir
13096
Daniel Veillardf5498f32001-06-25 15:08:36 +000013097Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13098
13099 * doc/html.xml: warn against sending code to exhibit bugs.
13100
Daniel Veillard56f06462001-06-24 21:34:03 +000013101Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13102
13103 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
13104 Tru64 from Thomas Leitner
13105
Daniel Veillardc5d64342001-06-24 12:13:24 +000013106Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13107
13108 * AUTHORS: added William and Bjorn
13109 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
13110 daniel@veillard.com hopefully I won't have to do this again
13111 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
13112 docs can be rebuilt cleanly now
13113 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
13114 from CVs it's generated, added include/libxml/xmlwin32version.h
13115 also generated but which should change far less frequently.
13116 * catalog.c nanoftp.c: made sure to include libxml.h not
13117 libxml/xmlversion.h directly
13118 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
13119 when compiling on WIN32 and MSC
13120
Daniel Veillard07385fd2001-06-23 21:55:48 +000013121Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13122
13123 * include/Makefile.am include/libxml/Makefile.am configure.in:
13124 fixed make distcheck and rebuilding the rpms
13125
Daniel Veillardcd1d9442001-06-23 18:53:44 +000013126Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13127
13128 * configure.in: should finish the migration of exported includes
13129 into a real include/libxml in CVS, at least for CVS users.
13130 * removed the exported headers, added in include/libxml (as well
13131 as xmlversion.h.in).
13132
Daniel Veillard6dd8e052001-06-23 18:38:06 +000013133Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13134
13135 * configure.in: fixed the way to detect symlink
13136
Daniel Veillard66541772001-06-23 18:31:04 +000013137Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13138
13139 * configure.in: updated, include/libxml is now a real CVS dir
13140
Daniel Veillardca989762001-06-23 17:39:29 +000013141Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13142
13143 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
13144 version works with both libxml1 and libxml2 (it autodetects
13145 the prefix of the html-files) from Felix Natter.
13146 * doc/xml.html: updated doc accordingly
13147
Daniel Veillard8cf14d52001-06-23 16:32:46 +000013148Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13149
13150 * xpath.c: fixed the bug generating a template loop in libxslt
13151 when using docbook-xsl-1.4, * should filter out document nodes
13152 * HACKING: added William
13153 * TODO: updated
13154
Daniel Veillard7b06bcb2001-06-22 16:03:51 +000013155Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13156
13157 * doc/FAQ.html: added a warning about gcc-3.0
13158 * doc/xml.html: added reference to gdome2 and removed a confusing
13159 sentence
13160
Daniel Veillardf7f41852001-06-22 15:18:01 +000013161Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13162
13163 * xmlversion.h: okay this is a generated file, but Windows
13164 users need it and they can't generate it, and I want CVS
13165 Windows users ...
13166 * win32/libxml2/libxml2_so.dsp: Windows project file for
13167 the shared lib version of libxml2
13168 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
13169 resources needed for libxslt/xsltproc by Yon Derek
13170
Bjorn Reese3157b342001-06-22 14:41:45 +000013171Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13172
13173 * trio.c: MSVC fix (provided by Igor Zlatkovic)
13174
Daniel Veillard4151acb2001-06-22 10:48:57 +000013175Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13176
Daniel Veillardcc146db2001-06-22 11:10:52 +000013177 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
13178
13179Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13180
Daniel Veillard4151acb2001-06-22 10:48:57 +000013181 * include/win32config.h: Yon Derek provided a first fix
13182 to be able to compile libxslt/xsltproc on Windows
13183
Daniel Veillardd79bcd12001-06-21 22:07:42 +000013184Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13185
13186 * xpath.c: attempt to work around what seemed a gcc optimizer
13187 bug when handling floats on i386 http://veillard.com/gcc.bug
13188 * tree.c entities.c encoding.c: doing some cleanups while
13189 chasing it
13190
Daniel Veillard017b1082001-06-21 11:20:21 +000013191Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13192
13193 * Makefile.am: cleanup when --without-debug is specified
13194 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
13195 w.r.t. --without-debug and other include points
13196 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
13197 Catalogs
13198 * configure.in entities.h tree.h HTMLparser.c: removed
13199 --without-corba, made the _private field mandatory
13200
Daniel Veillard87a764e2001-06-20 17:41:10 +000013201Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13202
13203 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
13204 outputs a BOM in UTF8, an errata has been issued to avoid the
13205 problem, that was the most reasonable solution... Add support
13206 for a leading UTF8 BOM in entities.
13207
Daniel Veillard10ea86c2001-06-20 13:55:33 +000013208Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13209
13210 * valid.c: fixed a bug found when post validating an entity ref
13211 * xmllint.c: added --loaddtd and sligly changed --postvalid to
13212 activate it too
13213
Daniel Veillard39196eb2001-06-19 18:09:42 +000013214Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13215
13216 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
13217 weakness in the node copy the XPointer and the XInclude
13218 implementations. Serious cleanup.
13219
Daniel Veillard3739b982001-06-19 12:51:30 +000013220Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13221
13222 * Makefile.am: Kjartan Maraas provided a small patch to
13223 add xml2-config.in to EXTRA_DIST
13224
Daniel Veillarda9142e72001-06-19 11:07:54 +000013225Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13226
13227 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
13228 provided another failing case found in KDE, the way the
13229 ctxt->vctxt.nodeTab was allocated and freed changed over
13230 time but it wasn't completely cleaned up. This should fix it.
13231
Daniel Veillard3ed27bd2001-06-17 17:58:17 +000013232Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13233
13234 * parser.c: Stephan Kulow also raised the fact that line number
13235 could get miscounted making debug harder, fixed the problem
13236 in xmlParseCharData()
13237
Daniel Veillard64b98c02001-06-17 17:20:21 +000013238Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13239
13240 * valid.c: Stephan Kulow pointed out a problem when validating
13241 and using an empty entity, forgot a 'break' in a case.
13242
Daniel Veillarde3c81b52001-06-17 14:50:34 +000013243Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13244
13245 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
13246 * doc/xml.html: updated with 2.3.11
13247
Daniel Veillard4ec885a2001-06-17 10:31:07 +000013248Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13249
13250 * TODO: updated adding cleanup of generated doc
13251 * configure.in: prepared to release 2.3.11
13252 * xmllint.c: added --version for bug reporting
13253 * doc/html/*.html: rebuilt the doc
13254
Daniel Veillard8b8d2252001-06-16 21:24:56 +000013255Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13256
13257 * xpath.c: first part of the work on selecting namespace to
13258 fix bug #56115
13259
Daniel Veillard96ed5832001-06-15 22:22:04 +000013260Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13261
13262 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
13263 when using -liconv
13264 * TODO: updated
13265
Daniel Veillardc4f631d2001-06-14 11:11:59 +000013266Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13267
13268 * HTMLtree.[ch]: more work on the HTML serialization routnes,
13269 cleanup, encoding support.
13270
Daniel Veillard608ad072001-06-14 08:32:28 +000013271Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13272
13273 * xpath.c: Thomas Broyer suggested a better patch for the / arg
13274
Daniel Veillard239d0522001-06-13 23:02:48 +000013275Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13276
13277 * xpath.c: bug detected by Ankh when / is used as a function arg
13278
Daniel Veillard02bb1702001-06-13 21:11:59 +000013279Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13280
13281 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
13282 of element and use it to avoid outputting formatting spaces at
13283 the wrong place. Implemented the format parameter for HTML save.
13284 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
13285 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
13286 result/HTML/wired.html: of course this impact the result of a
13287 number of HTML tests
13288
Daniel Veillard95d845f2001-06-13 13:48:46 +000013289Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13290
13291 * HTMLtree.[ch]: started augmenting the HTML save API with
13292 encoding and formatting parameters
13293
Daniel Veillardeca60d02001-06-13 07:45:41 +000013294Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13295
13296 * HTMLtree.h: cleanup and started evaluating the work needed on
13297 revamping the HTML output code
13298
Daniel Veillard84666b32001-06-11 17:31:08 +000013299Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13300
13301 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
13302
Daniel Veillard8bdd2202001-06-11 12:47:59 +000013303Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13304
13305 * valid.c: fixed bug #56049, forgot one check in the
13306 validation routine
13307
Daniel Veillardca2366a2001-06-11 12:09:01 +000013308Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13309
13310 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
13311
Daniel Veillard6761eee2001-06-11 10:29:38 +000013312Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13313
13314 * libxml.h: fixed an error in last commit
13315 * doc/FAQ.html: added an entry for compilation from CVS
13316
Daniel Veillard9cc6dc62001-06-11 08:09:20 +000013317Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13318
13319 * xmlversion.h.in libxml.h: Cygwin patches
13320 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
13321 * tree.h: cleanup
13322
Daniel Veillardacd370f2001-06-09 17:17:51 +000013323Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13324
13325 * tree.c: patched xmlFreeNode() to avoid freeing() a static
13326 memory block in a strange case where libxml is linked twice
13327 in the binary.
13328
Daniel Veillard1d047672001-06-09 16:41:01 +000013329Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13330
13331 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
13332 state far too often, simple fix used to avoid it.
13333
Daniel Veillard4497e692001-06-09 14:19:02 +000013334Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13335
13336 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
13337 being processed, applied his patch
13338 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
13339
Daniel Veillardf3afa7d2001-06-09 13:52:58 +000013340Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13341
13342 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
13343 provided fixes to compile on MSCC again
13344 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
13345 also provided an update for the project files.
13346
Daniel Veillarda682b212001-06-07 19:59:42 +000013347Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13348
13349 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
13350 bug #55810
13351
Daniel Veillarde8fc08e2001-06-07 19:35:47 +000013352Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13353
13354 * tree.c: fixed xmlGetNsProp() to close bug #55683
13355 Note this requires libxslt to use it's own function instead.
13356
Daniel Veillardf0c53762001-06-07 16:07:07 +000013357Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13358
13359 * HTMLtree.c: when in a pre element no formatting space should
13360 be added.
13361 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
13362
Daniel Veillard068a9652001-06-07 15:30:26 +000013363Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13364
13365 * configure.in: added tests for signal() and signal.h
13366
Daniel Veillard541d6552001-06-07 14:20:01 +000013367Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13368
13369 * xpath.c: robert pointed out xmlXPathNINF was not initialized
13370
Daniel Veillard8a367d42001-06-07 14:01:34 +000013371Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13372
13373 * doc/libxml-doc.el: Felix Natter provided a new version for
13374 libxml2
13375
Daniel Veillard8a926292001-06-07 11:20:20 +000013376Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13377
13378 * HTMLtree.c: when in a pre element no formatting space should
13379 be added.
13380
Daniel Veillard14839d52001-06-06 16:11:56 +000013381Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13382
13383 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
13384
Daniel Veillarde95e2392001-06-06 10:46:28 +000013385Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13386
13387 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
13388 hack
13389 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
13390 * uri.c: fixed a warning
13391
Daniel Veillard6e93c4a2001-06-05 20:57:42 +000013392Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13393
13394 * HTMLtree.c: trying to close bug #55772 escaping in script
13395 elements
13396 * doc/xml.html: suggest to send mail to the list
13397
13398Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard1c43dbf2001-06-05 17:12:52 +000013399
13400 * error.c: attempt to fix the xmlGetVarStr breakage once and for
13401 good. Use a macro and based on the solution provided in
13402 vsnprintf manual page from GNU.
13403
Bjorn Reese99748722001-06-05 12:49:15 +000013404Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13405
13406 * error.c: Workaround for non-preserving variadic list.
13407 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
13408
Daniel Veillard2e4f1882001-06-01 10:11:57 +000013409Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13410
13411 * doc/xml.html: added 2.3.10 release
13412
Daniel Veillardb3a182e2001-06-01 09:28:09 +000013413Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13414
13415 * configure.in: releasing 2.3.10
13416
Daniel Veillard3c2758d2001-05-31 18:43:43 +000013417Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13418
13419 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
13420
Daniel Veillard20042422001-05-31 18:22:04 +000013421Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13422
13423 * encoding.c: Robert Collins provided a patch to add the
13424 "US-ASCII" encoding alias
13425
Daniel Veillard97ac1312001-05-30 19:14:17 +000013426Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13427
13428 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
13429 string oriented functions and started cleaning the related areas
13430 in xpath.c which needed fixing in this respect
13431
Daniel Veillard2d703722001-05-30 18:32:34 +000013432Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13433
13434 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
13435 #55380
13436 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
13437
Daniel Veillard9403a042001-05-28 11:00:53 +000013438Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13439
13440 * TODO: updated
13441 * nanohttp.[ch] : started adding APIs to get the redirected URL
13442 when this occurs (needed for further base computation
13443 * tree.h: cleanup
13444 * encoding.c: cleanup
13445 * SAX.c: minor change around ctxt->loadsubset
13446
Daniel Veillard6278fb52001-05-25 07:38:41 +000013447Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13448
13449 * Makefile.am include/Makefile.am: small change to have
13450 include/libxml rebuilt if working from CVS.
13451 * uri.c: applied another patch from Carl Douglas for URI escaping,
13452 this should close bug #51876
13453
Daniel Veillardd16df9f2001-05-23 13:44:21 +000013454Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13455
13456 * xinclude.c: fixed XInclude recursive behaviour bug #54678
13457 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
13458 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
13459 added specific regression test
13460 * parser.h: preparing for the XSLT mode where DTD inherited
13461 attributes are added to the tree.
13462
Daniel Veillardbbd22452001-05-23 12:02:27 +000013463Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13464
13465 * xinclude.[ch]: Updated the namespace for the Last Call version
13466 * result/XInclude/include test/XInclude/include: updated the
13467 testsuite accordingly
13468
Daniel Veillard8514c672001-05-23 10:29:12 +000013469Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13470
13471 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
13472 related to bug #51876
13473
Daniel Veillard42596ad2001-05-22 16:57:14 +000013474Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13475
13476 * tree.c: fixed a gross mistake in base computation, xml:base is
13477 not completely correct yet (need cascade).
13478 * xpath.[ch]: added the few things needed to find a function name
13479 and URI from the XPath context when it is called.
13480
Daniel Veillard81418e32001-05-22 15:08:55 +000013481Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13482
13483 * catalog.[ch]: fixes and add xmlLoadCatalogs()
13484 * DOCBparser.c: small cleanup
13485 * xmllint.c: added a --catalogs option to load catalogs from
13486 $SGML_CATALOG_FILES
13487 * tree.c: cleanup
13488 * configure.in: iconv library fixup, ICONV_LIBS
13489
Daniel Veillardaf86c7f2001-05-21 14:11:26 +000013490Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13491
13492 * catalog.c: handling of CATALOG entries. detection of recursion,
13493 and a few bugfixes
13494 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
13495 against the default namespace
13496
Daniel Veillard04b93292001-05-21 08:15:31 +000013497Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13498
13499 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
13500
Daniel Veillarda97a19b2001-05-20 13:19:52 +000013501Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13502
13503 * parser.c: fixed propagation context info when parsing an
13504 external entity.
13505 * doc/html/*.html: regenerated a couple of docs
13506
Daniel Veillard4623acd2001-05-19 15:13:15 +000013507Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13508
13509 * doc/xml.html: update with 2.3.9 informations
13510
Daniel Veillardbed7b052001-05-19 14:59:49 +000013511Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13512
13513 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
13514 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
13515 * doc/html/* : rebuilt the docs
13516 * valid.c: small patch which may improve some case when
13517 validating.
13518
Daniel Veillardf69bb4b2001-05-19 13:24:56 +000013519Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13520
13521 * HTMLparser.c: Closed bug #54891
13522 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
13523 to the suite
13524
13525Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13526
13527 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
13528 applied a documentation patch from LotR and filled in a few missing
13529 descriptions
13530
Daniel Veillard76d66f42001-05-16 21:05:17 +000013531Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13532
13533 * xpath.c tree.c parser.c: speed optimizations at the parser level
13534 document tree freeing and xpath evaluation
13535
Daniel Veillardfd7ddca2001-05-16 10:57:35 +000013536Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13537
13538 * parser.c parser.h parserInternals.h: fixed a couple of
13539 interfaces for handling memory buffer input to const char *
13540 upon suggestion of JamesH.
13541
Daniel Veillardc3739e72001-05-15 15:23:27 +000013542Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13543
13544 * configure.in: LoTR sent a patch fixing the previous commit
13545
Daniel Veillarda4f27e02001-05-15 12:41:29 +000013546Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13547
13548 * configure.in: trying to deal again with the stoopid -R linking
13549 flag of Solaris
13550
Daniel Veillard790142b2001-05-15 10:51:53 +000013551Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13552
13553 * xpath.h: two nodeset access macros from Thomas Broyer
13554
Daniel Veillardba0b8c92001-05-15 09:43:47 +000013555Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13556
13557 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
13558 patch from Thomas Broyer
13559
Daniel Veillarde62d36c2001-05-15 08:53:16 +000013560Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13561
13562 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
13563 case
13564 * INSTALL: was empty added stuff from the FAQ
13565
Daniel Veillard75bea542001-05-11 17:41:21 +000013566Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13567
13568 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
13569 attributes handling and #54433 by adding xmlUnsetProp()
13570 and xmlUnsetNsProp()
13571
Daniel Veillard0a2a1632001-05-11 14:18:03 +000013572Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13573
13574 * HTMLparser.c: Patch from Jonas Borgström
13575 (htmlGetEndPriority): New function, returns
13576 the priority of a certain element.
13577 (htmlAutoCloseOnClose): Only close inline elements if they
13578 all have lower or equal priority.
13579 * result/HTML: this of course changed a number of tests results.
13580
Daniel Veillard7d6fd212001-05-10 15:34:11 +000013581Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13582
13583 * xmlIO.c catalog.c: plugged in the default catalog resolution
13584 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
13585 documentations
13586 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
13587
Daniel Veillarda7374592001-05-10 14:17:55 +000013588Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13589
13590 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
13591 integrating catalogs
13592 * catalog.[ch] testCatalog.c: adding a small catalo API
13593 (only SGML catalog support).
13594 * parser.c: restaured xmlKeepBlanksDefault(0) API
13595
Daniel Veillardc17337c2001-05-09 10:51:31 +000013596Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13597
13598 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
13599
Daniel Veillard257d9102001-05-08 10:41:44 +000013600Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13601
13602 * parser.c: added xmlParseExternalEntityPrivate() to allow
13603 propagation of ctxt->_private when parsing external entities
13604
Daniel Veillard083c2662001-05-08 08:27:14 +000013605Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13606
13607 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
13608
Daniel Veillard01ef7382001-05-08 07:31:43 +000013609Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13610
13611 * configure.in: fixed a small portability problem with AM_CONDITIONAL
13612
Daniel Veillard4de4d3b2001-05-07 20:50:47 +000013613Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13614
13615 * valid.c: warn when indeterminist content model is detected
13616 * result/VC/ElementValid8: this adds a message
13617 * Makefile.am: add --novalid for VCM tests
13618 * parserInternals.c: added a call to Init memory
13619
Daniel Veillard64269352001-05-04 17:52:34 +000013620Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13621
13622 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
13623 when both parameters are NULL.
13624
Daniel Veillard37721922001-05-04 15:21:12 +000013625Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13626
13627 * valid.c: applied small patch from Gary Pennington, reindented
13628 some part of the code.
13629
Daniel Veillard3bbbe6f2001-05-03 11:15:37 +000013630Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13631
13632 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
13633 release, updated and regenerated the docs
13634
Daniel Veillard357c9602001-05-03 10:49:20 +000013635Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13636
13637 * xpath.c result/XPath/expr/floats : clarified and cleanup
13638 printing of abnormal floats in tests.
13639
Daniel Veillarda2bc3682001-05-03 08:27:20 +000013640Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13641
13642 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
13643 * results/HTML/ : a few changes in the output of the HTML tests as
13644 a result.
13645 * configure.in: tying to fix -liconv where needed
13646
Daniel Veillard2a0d2e62001-05-02 17:11:36 +000013647Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13648
13649 * Makefile.am: fixed a stupid error
13650
Daniel Veillard7150a032001-05-02 16:41:11 +000013651Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13652
13653 * configure.in Makefile.am: make the inclusion of the trio
13654 modules in the library conditional
13655
Daniel Veillardc057c5d2001-05-02 12:41:24 +000013656Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13657
13658 * DOCBparser.c: patche from László Kovács, fixed entities refs
13659 in attributes handling
13660
Daniel Veillardedddff92001-05-02 10:58:52 +000013661Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13662
13663 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
13664 flushing
13665
Daniel Veillardc8f620b2001-04-30 20:31:33 +000013666Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13667
13668 * xpath.c: fix of an XSLT namespace bug reported on the list
13669 general/bug-8-
13670
Daniel Veillard5792e162001-04-30 17:44:45 +000013671Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13672
13673 * strio.h trio.c: Dan McNichol suggested a couple of small
13674 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
13675
Daniel Veillard02141ea2001-04-30 11:46:40 +000013676Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13677
13678 * tree.c parser.c encoding.c: spent a bit more time looking
13679 at the parsing speed and DOM handling. Added a few more
13680 speedups.
13681
Daniel Veillard3ed155f2001-04-29 19:56:59 +000013682Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13683
13684 * parser.c: small but effective parsing speed improvement
13685
Daniel Veillardb59076b2001-04-29 17:04:07 +000013686Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13687
13688 * configure.in: default on the DocBook parser inclusion (for Gnome)
13689 * DOCBparser.h: fixed a header reference
13690
Daniel Veillardb45c43b2001-04-28 17:02:11 +000013691Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13692
13693 * configure.in xpath.c: applied Bjorn patches for FPE on the
13694 alpha
13695
Daniel Veillardeefd4492001-04-28 16:55:50 +000013696Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13697
13698 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
13699 xmlSaveFormatFileTo()
13700
Daniel Veillarde39a93d2001-04-28 14:35:02 +000013701Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13702
13703 * xpath.c: simple and efficient optimization, XPath functions
13704 aways bind to the same code, cache this
13705 * TODO: updated (by saying some is obsolete)
13706
Daniel Veillard2156a562001-04-28 12:24:34 +000013707Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13708
13709 * xpath.c: more cleanup work on XPath name parsing routines
13710
Daniel Veillard61d80a22001-04-27 17:13:01 +000013711Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13712
13713 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
13714 xmlXPathParseName
13715 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
13716 * debugXML.c: avoid compilation problems if compiling without
13717 HTML support, Igor Zlatkovic
13718 * win32/libxml2/libxml2.def.src: being able to compile without
13719 XPath on Windows
13720
Daniel Veillarddbb14a72001-04-26 20:54:01 +000013721Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13722
13723 * libxml.m4: yet another patch from Toshio Kuratomi
13724
Daniel Veillard2913e4c2001-04-26 19:29:02 +000013725Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13726
13727 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
13728
Daniel Veillard67fee942001-04-26 18:59:03 +000013729Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13730
13731 * tree.[ch]: added xmlSaveFormatFile interface for saving
13732 and indenting a file.
13733
Daniel Veillard82e49712001-04-26 14:38:03 +000013734Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13735
13736 * xpath.c: fixed bug #53689 related to processing-instruction()
13737
Daniel Veillard02f077a2001-04-26 10:59:11 +000013738Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13739
13740 * DOCBparser.c: patche from László Kovács
13741
Daniel Veillard30211a02001-04-26 09:33:18 +000013742Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13743
13744 * parser.c: applied fixes from Christian Glahn bug report #53391
13745
Daniel Veillard5a7c3452001-04-26 09:16:13 +000013746Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13747
13748 * error.c: Jean François Lecomte provided a complete description
13749 and a fix to bug #53537
13750
Daniel Veillard5c4ec4c2001-04-26 07:43:59 +000013751Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13752
13753 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
13754
Daniel Veillard1034da22001-04-25 19:06:28 +000013755Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13756
13757 * DOCBparser.c SAX.c: a bit more work on entities processing.
13758 Still Need to cleanup XML output and references in attributes
13759
Daniel Veillard4ec0b0f2001-04-25 15:53:40 +000013760Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13761
13762 * DOCBparser.c include/Makefile.am: two patches from László Kovács
13763
Daniel Veillardb33c2012001-04-25 12:59:04 +000013764Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13765
13766 * tree.c: trying to fix #53574, not completely complete,
13767 I would like xmllint --copy --debug test/ent1 and
13768 xmllint --debug test/ent1 to show the same result.
13769 * xpath.c: fix a bug when trying to sort namespace nodes
13770
Daniel Veillard5146f202001-04-25 10:29:44 +000013771Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13772
13773 * HTMLtree.c: real fix for #53402
13774
Daniel Veillard7533cc82001-04-24 15:52:00 +000013775Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13776
13777 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
13778 PIs when using xsl:output
13779 * valid.c: closing #53537 some case generate segfaults if there
13780 is validity errors
13781
Daniel Veillard61b33d52001-04-24 13:55:12 +000013782Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13783
13784 * SAX.c testDocbook.c DOCBparser.c: more work on the support
13785 of external parsed entities, added --noent to testDocbook
13786 * valid.c: Garry Pennington found an uninitialized variable
13787 access in xmlValidateElementContent()
13788
Daniel Veillard56098d42001-04-24 12:51:09 +000013789Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13790
13791 * HTMLparser.c : HTML parsing still sucks ... trying to deal
13792 with madness
13793 * result/HTML/ : this modified the result of the regression tests
13794 a lot.
13795
Daniel Veillard122376b2001-04-24 12:12:30 +000013796Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13797
13798 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
13799 to doc where it wasn't checked against NULL reported by
13800 Jens Laas
13801
Daniel Veillard43dadeb2001-04-24 11:23:35 +000013802Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13803
13804 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
13805 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
13806
Daniel Veillardeae522a2001-04-23 13:41:34 +000013807Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13808
13809 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
13810 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
13811 * SAX.[ch]: cleanup and updates for DocBook
13812 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
13813 ex SGML identifier changes
13814 * valid.c: removed a static unused function.
13815
Daniel Veillardde57c612001-04-23 09:13:36 +000013816Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13817
13818 * HTMLtree.c: applied change for Paul Sponagl on script saving
13819 * Makefile.am: the warning about entity title.xml are normal.
13820
Daniel Veillard393df012001-04-22 20:11:18 +000013821Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13822
13823 * configure.in: release of 2.3.7
13824 * Makefile.am: fixing make distcheck
13825
Daniel Veillarda41123c2001-04-22 19:31:20 +000013826Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13827
13828 * doc/html/* doc/xml.html: updated and regenerated the docs
13829
Daniel Veillardfd0c3eb2001-04-22 19:13:10 +000013830Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13831
13832 * xpath.c: fixed the XPointer problem introduced in 2.3.6
13833
Daniel Veillarde82a9922001-04-22 12:12:58 +000013834Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13835
13836 * tree.c: fixed #53388 with the provided patch
13837
Daniel Veillard06803992001-04-22 10:35:56 +000013838Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13839
13840 * valid.c: Bjorn detected an invalid memory access. Fixed
13841 vstateVPush()
13842
Daniel Veillard40af6492001-04-22 08:50:55 +000013843Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13844
13845 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
13846
Bjorn Reese70a9da52001-04-21 16:57:29 +000013847Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13848
13849 * libxml.h: new header used only for the compilation of libxml
13850 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
13851 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
13852 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
13853 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
13854 xmlmemory.c xpath.c xpointer.c: libxml.h integration
13855 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
13856 baseline (version 1.2 plus a single patch).
13857 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
13858 scientific notation for numbers. Tests added.
13859 * xpath.c: formatting of numbers changed to use sprintf
13860 (contribution from William Brack)
13861
Daniel Veillard34b1b3a2001-04-21 14:16:10 +000013862Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13863
13864 * valid.c: cleanup, more useful debugging
13865 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
13866 * xmlIO.c: entity loading is printed as an error when validating
13867
Daniel Veillard1c14b8d2001-04-21 10:28:59 +000013868Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13869
13870 * valid.c: fixed to validate within entities
13871 * test/VCM/v22.xml: added a specific testcase
13872
Daniel Veillardca1f1722001-04-20 15:47:35 +000013873Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13874
13875 * valid.c: forgot an epsilon transition in for ()+
13876 * test/VCM/v21.xml : added a specific test case
13877
Daniel Veillard85349052001-04-20 13:48:21 +000013878Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13879
13880 * valid.c: removed a state explosion exhibited by RSS
13881 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
13882 from bug #51872
13883
Daniel Veillarddab4cb32001-04-20 13:03:48 +000013884Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13885
13886 * valid.[ch] tree.h: worked *hard* to get non-determinist content
13887 validation without using an ugly NFA -> DFA algo in the source.
13888 Made a specific algorithm easier to maintain, using a single
13889 stack and without recursion.
13890 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
13891 * hash.c: made the growing routine static
13892 * tree.h parser.c: added the parent information to an
13893 xmlElementContent node.
13894
Daniel Veillarde470df72001-04-18 21:41:07 +000013895Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13896
13897 * SAX.c parser.c xpath.c: generating IDs when not validating
13898 from an external parsed entity was poisoning the ID has table
13899 with removed values. This was killing XSLT on the KDE help
13900 browser.
13901
Daniel Veillardceacdd92001-04-18 15:10:35 +000013902Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13903
13904 * entities.h: andrew@ugh.net.au detected a double declaration
13905
Daniel Veillarda10efa82001-04-18 13:09:01 +000013906Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13907
13908 * debugXML.c hash.c tree.h valid.c : some changes related to
13909 the validation suport to improve speed with DocBook
13910 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
13911 the way validation errors get reported
13912
Daniel Veillard1ed3f882001-04-18 09:45:35 +000013913Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13914
13915 * HTMLparser.c HTMLtree.c: applied part of the patches provided
13916 by P C Chow and William M. Brack for XSLT HTML output
13917
Daniel Veillard2d90de42001-04-16 17:46:18 +000013918Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13919
13920 * xmlversion.h.in win32config.h win32/libxml2/*: applied
13921 Igor Zlatkovic patches for MSC compilation and added his
13922 updates
13923
Daniel Veillarde043ee12001-04-16 14:08:07 +000013924Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13925
13926 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
13927 prefix lookup.
13928 * parserInternals.c: fixed the bug reported by Morus Walter
13929 due to an off by one typo in xmlStringCurrentChar()
13930
Daniel Veillarda3bfca52001-04-12 15:42:58 +000013931Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13932
13933 * HTMLparser.c result/HTML/*: revamped the way the HTML
13934 parser handles end of tags or end of input
13935
Daniel Veillard82daa812001-04-12 08:55:36 +000013936Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13937
13938 * tree.[ch] : added xmlDocCopyNode for gdome2 support
13939
Daniel Veillard67a21302001-04-11 14:39:16 +000013940Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13941
13942 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
13943 bug where the linktime verions of free() won't work ...
13944
Daniel Veillard27b55282001-04-11 12:22:25 +000013945Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13946
13947 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
13948
Daniel Veillardafc73112001-04-11 11:51:41 +000013949Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13950
13951 * doc/xml.html: added 2.3.6 release
13952
Daniel Veillardbdb9ba72001-04-11 11:28:06 +000013953Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13954
13955 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
13956 * result/wml.xml: resulted in a small output change
13957
Daniel Veillardd2f3ec72001-04-11 07:50:02 +000013958Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13959
13960 * tree.c: xmlNewDoc was missing the charset initialization
13961 * xmllint.c: added --auto to autogenerate a doc, allow to
13962 reproduce the problem fixed on xmlNewDoc
13963
Daniel Veillard1731d6a2001-04-10 16:38:06 +000013964Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13965
13966 * xpath.c: trying to get 52979 solved
13967 * tree.c result/ result/noent/: trying to get 52712 solved, this
13968 also made me clean up the fact that XML output in general should
13969 not add formating blanks by default, this changed the output of
13970 a few tests
13971
Daniel Veillard73639a72001-04-10 14:31:39 +000013972Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13973
13974 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
13975
Daniel Veillardfac26a12001-04-08 13:08:14 +000013976Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13977
13978 * configure.in: finally released 2.3.6
13979
Daniel Veillard911f49a2001-04-07 15:39:35 +000013980Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13981
13982 * xpath.c: checking for null pointer generated by new code
13983
Daniel Veillardd8df6c02001-04-05 16:54:14 +000013984Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13985
13986 * xpath.c: fixed a [] evaluation problem reported
13987 * test/XPath/tests/simpleaddr: extended test
13988 * result/XPath/simpleaddr: updated result
13989
Daniel Veillard3b2c2612001-04-04 00:09:00 +000013990Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13991
13992 * xmllint.c: Dan Timis reported a portability problem
13993 on Macs without mmap, fixed it.
13994
Daniel Veillardb38bd552001-04-03 18:22:00 +000013995Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13996
13997 * testXPath.c : added a --tree option allowing to display the
13998 tree dump of the XPath expression
13999
Daniel Veillard4dd93462001-04-02 15:16:19 +000014000Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14001
14002 * xpath.c: fixed a memleak when comparing nodesets
14003 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
14004 * tree.c: added a TODO
14005
Daniel Veillard92ad2102001-03-27 12:47:33 +000014006Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14007
14008 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
14009 we need string functions
14010 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
14011 to be able to use them where needed. Applied some changes
14012 to reduce name linking pollution and compile in only what's
14013 needed.
14014 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
14015 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
14016 for the string manipulation functions
14017 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
14018 to the free() function of xmlmemory.c
14019 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
14020 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
14021 usage.
14022
14023
Daniel Veillard2be30642001-03-27 00:32:28 +000014024Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14025
14026 * error.c: applied the context output patch of the error
14027 handling submitted by Chuck Griffith
14028 * error/VC/*: this slightly change some error logs
14029
Daniel Veillard50582112001-03-26 22:52:16 +000014030Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14031
14032 * parser.c: fixed line number reporting on error
14033
Daniel Veillard04be4f52001-03-26 21:23:53 +000014034Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14035
14036 * parser.c: Sullivan and Darin found a parser bug,
14037 applied the patch.
14038
Daniel Veillardc86a4fa2001-03-26 16:28:29 +000014039Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14040
14041 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
14042 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
14043 xmlversion.h.in xpointer.c: of course the way I defined
14044 UNUSED breaks on old gcc version. Try to be smart and
14045 also define it directly in xmlversion.h
14046 * configure.in: removed -ansi flag from the pedantic set
14047
14048Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard56a4cb82001-03-24 17:00:36 +000014049 Huge cleanup, I switched to compile with
14050 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
14051 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
14052 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
14053 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
14054 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
14055 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
14056 encoding.h entities.c error.c list.[ch] nanoftp.c
14057 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
14058 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
14059 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
14060 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
14061 Cleanup, staticfied a number of non-exported functions,
14062 detected and cleaned up a dozen of problem found this way,
14063 avoided a lot of public function name/typedef/system names clashes
14064 * doc/xml.html: updated
14065 * configure.in: switched private flags to the really pedantic ones.
14066
Daniel Veillardc7ad7ce2001-03-22 21:45:29 +000014067Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14068
14069 * configure.in: 2.3.5
14070 * doc/html/*: rebuilt the docs
14071
Daniel Veillard146c9122001-03-22 15:22:27 +000014072Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14073
14074 * parser.c: fixed a reported bug in NOTATION parsing
14075 * uri.c: accepted but not fixed bug 51876, added TODO
14076 * Makefile.am: fixed bug 51876
14077
Daniel Veillarda5f013b2001-03-22 12:44:45 +000014078Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14079
14080 * config.h.in configure.in error.c: fix a compilation problem
14081 on platforms without vsnprintf (xml@thewrittenword.com)
14082
Daniel Veillarde020c3a2001-03-21 18:06:15 +000014083Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14084
14085 * parser.c: fixed a function name header typo
14086 * SAX.c: notations can also occur in external subset.
14087
Daniel Veillard7d42b542001-03-20 13:22:46 +000014088Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14089
14090 * error.c: removed a C++ like comment
14091
Daniel Veillard0b6b55b2001-03-20 11:27:34 +000014092Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14093
14094 * parser.c: fixing bug 52299 strange condition leading
14095 to a parser crash due to a buffer overflow
14096 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
14097 added the specific test case
14098
Daniel Veillardfbf8a2d2001-03-19 15:58:54 +000014099Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14100
14101 * xpath.[ch]: still a lot of cleanup based on XSLT, added
14102 xmlXPathConvert{String,Number,Boolean} to be able to make
14103 type casts without a context stack, fixed some implementation
14104 problems related to the absence of context at parse-time,
14105 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
14106 in the public API too
14107 * xpointer.c xpathInternals.h: we need to know at parse time
14108 whether we are compiling an XPointer
14109
Daniel Veillardafcbe1c2001-03-19 10:57:13 +000014110Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14111
14112 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
14113 cleaned up the parser internals, refactored XPath code, added
14114 new compilation based APIs and cleanly separated public and
14115 private APIs.
14116
Daniel Veillardd007d6c2001-03-19 00:01:07 +000014117Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14118
14119 * xpath.h: the comp field must be added at the end to avoid
14120 killing binary compat.
14121
Daniel Veillard9e7160d2001-03-18 23:17:47 +000014122Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14123
14124 * Makefile.am: detect XPath memleaks in regreson tests
14125 * error.c: fixed and error w.r.t. error reporting still using
14126 stderr
14127 * hash.c: added new line at end of file
14128 * tree.h: minor cleanup
14129 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
14130 expression parsing from evaluation, resulted in a number of
14131 changes internally, and in XPointer. Likely to break stuff
14132 using xpathInternals.h but should remain binary compatible,
14133 new interfaces will be added.
14134
Daniel Veillardd574f782001-03-14 19:40:17 +000014135Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14136
14137 * configure.in: fixed a couple of problems reported by
14138 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
14139 without gcc on non linux platforms.
14140
Daniel Veillard0a6c3582001-03-14 19:15:37 +000014141Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14142
14143 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
14144 a fix for --with-html-dir= configure support. I hope it won't
14145 break rpm generation
14146
Daniel Veillarda022fe02001-03-14 16:30:00 +000014147Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14148
14149 * xmlIO.c: one function comment cleanup.
14150
Daniel Veillard25239c12001-03-14 13:56:48 +000014151Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14152
14153 * SAX.c: external subset notations were improperly registered
14154 in the internal subset.
14155
Daniel Veillard2c4754f2001-03-13 09:31:12 +000014156Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14157
14158 * README.cvs-commits: added, pointing to HACKING
14159 * HACKING: updated
14160
Daniel Veillard82ab81e2001-03-12 21:11:21 +000014161Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14162
14163 * parser.c: and Matt Sergeant found one in the XML push
14164 parser (erroneous check I forgot to remove when I fixed the
14165 main parser).
14166
Daniel Veillard68d7b672001-03-12 18:22:04 +000014167Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14168
14169 * xpath.c: ptittom found a small bug in UnaryExpr
14170
Daniel Veillarde356c282001-03-10 12:32:04 +000014171Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14172
14173 * configure.in: bumped to 2.3.4
14174 * error.c: fixed bug #51860
14175 * tree.c: fixed bug #51861
14176 * valid.c: cleanup, more debug, failed to fix one bug crap ...
14177 * tree.[ch] : added xmlDefaultBufferSize
14178 * nanoftp.c: typo in function name header block
14179 * doc/xml.html : updated, added link to XML::LibXSLT
14180 * doc/html/* : rebuilt the docs
14181
Daniel Veillard80f32572001-03-07 19:45:40 +000014182Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14183
14184 * parser.c SAX.c: the new content parsing code raised an
14185 ugly bug in the characters() SAX callback. Found it
14186 just because of strangeness in XSLT XML Rec ouptut :-(
14187
Daniel Veillard6c831202001-03-07 15:57:53 +000014188Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14189
14190 * Makefile.am: Martin Baulig suggested to add -lm
14191 * tree.c: found another bug in xmlNodeGetContent()
14192
Daniel Veillard4af6b6e2001-03-06 08:33:38 +000014193Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14194
14195 * xpath.c: Bjorn found the error related to strictness of comparison.
14196
Daniel Veillard29631a82001-03-05 09:49:20 +000014197Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14198
14199 * parser.c: trying to fix the Dtd parsing problem reported
14200 by Gary, side effect of last week speed optimizations.
14201
Daniel Veillard14be0a12001-03-03 18:50:55 +000014202Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14203
14204 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
14205 * parserInternals.c: removed unneeded test raised by Stric
14206
Bjorn Reesee1dc0112001-03-03 12:09:03 +000014207Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
14208
14209 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
14210 and fixed by William Brack). Added xmlXPathFormatNumber.
14211 Changed the sorting slightly.
14212 * configure.in Makefile.am example/Makefile.am: Added -lm.
14213 Please note that applications linking with libxml2, must
14214 also like with the math library from now on.
14215
Daniel Veillardf9533d12001-03-03 10:04:57 +000014216Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14217
14218 * HTMLparser.c: fixed loop reported by Marc Sanfacon
14219
Daniel Veillard2f362242001-03-02 17:36:21 +000014220Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14221
14222 * parser.c: one must report spaces even if the Dtd element
14223 content proves that this is not part of the element content.
14224 * result/valid/*.xml: this changed the ouptu slightly
14225
Daniel Veillardb402c072001-03-01 17:28:58 +000014226Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14227
14228 * configure.in: bumped to 2.3.3
14229 * doc/xml.html: updated
14230
Daniel Veillard77851712001-02-27 21:54:07 +000014231Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14232
14233 * tree.c: minor doc fix
14234 * xpath.c: deallocation issues when a result tree has been
14235 converted to a node-set
14236
Daniel Veillardec70e912001-02-26 20:10:45 +000014237Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14238
14239 * doc/xml.html: oops corrected dates s/2000/2001
14240
Daniel Veillard8730c562001-02-26 10:49:57 +000014241Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14242
14243 * valid.c: new patch from Gary Pennington
14244
Daniel Veillard91e9d582001-02-26 07:31:12 +000014245Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14246
14247 * doc/xml.html: applied patch from Ankh
14248
Daniel Veillardedac3c92001-02-26 01:36:19 +000014249Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14250
14251 * xinclude.c: fixed a problem building on Mac
14252
Daniel Veillard21a0f912001-02-25 19:54:14 +000014253Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14254
14255 * parser.c: more work on increasing parsing ferformances
14256
Daniel Veillard48b2f892001-02-25 16:11:03 +000014257Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14258
14259 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
14260 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
14261 avoiding memcpy in production builds MEM_CLEANUP macro use
14262 * parser.[ch] parserInternals.c: optimizations of the tightest
14263 internal loops inside the parser. Better checking of I/O
14264 flushing/loading conditions
14265 * xmllint.c : added --timing
14266
Daniel Veillard71681102001-02-24 17:48:53 +000014267Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14268
14269 * configure.in: bumped to 2.3.2
14270 * doc/xml.html: updated for release
14271
Daniel Veillardbbd51d52001-02-24 03:07:03 +000014272Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14273
14274 * xpath.c: found a memleak and fixed a nasty bug
14275
Daniel Veillardf7cd4812001-02-23 18:44:52 +000014276Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14277
14278 * xmllint.[c1] : added return code errors for xmllint
14279 * xpath.c: specific debug dump function for result value trees
14280
Daniel Veillard4b637072001-02-21 21:52:55 +000014281Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14282
14283 * xpath.c: finally implemented xmlXPathCompareNodeSets
14284 * test/XPath/expr/floats results/XPath/expr/floats: added
14285 a test for float expressions
14286
Daniel Veillardf714aa32001-02-21 03:07:44 +000014287Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14288
14289 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
14290 * parserInternals.[ch]: trying to speed up parsing
14291 * xpath.c : speeded up node set equality op
14292
Daniel Veillarde0c3a622001-02-19 18:05:20 +000014293Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14294
14295 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
14296 better handling of ID/IDREF and the list modules associated
14297 * configure.in: small CFLAGS cleanup
14298
Daniel Veillarda8abee62001-02-19 15:14:59 +000014299Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14300
14301 * configure.in: fixed iconv detection on AIX (stric)
14302
Daniel Veillardbca64ef2001-02-19 22:20:01 +000014303Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard88f8f6f2001-02-19 10:00:53 +000014304
14305 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
14306
Bjorn Reesefd9b09b2001-02-18 16:51:25 +000014307Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
14308
14309 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
14310 and optimized xmlXPathNodeSetSort
14311
Daniel Veillard142adbf2001-02-17 13:21:05 +000014312Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14313
14314 * xpath.c: bug fix when context size is 0
14315 * parser.c: I like Norm's Dtd because they still manage to break
14316 the parser occasionally
14317
Daniel Veillardf23e0092001-02-16 13:21:29 +000014318Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14319
14320 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
14321
Daniel Veillarde0e26512001-02-16 00:11:46 +000014322Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14323
14324 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
14325 attributes within the XML-1.0 namespace
14326
Daniel Veillard6e6a6cc2001-02-15 15:55:44 +000014327Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14328
14329 * xpathInternals.h: exported a few axis functions
14330 * doc/xml.html: updated the doc
14331
Daniel Veillard760f4422001-02-15 14:59:48 +000014332Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14333
14334 * configure.in: applied patch from Daniel van Balen for OpenBSD
14335 and bumped version to 2.3.1
14336 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
14337 attempt to find autoclosing was simply broken, removed it,
14338 updated the examples, this is better
14339
Daniel Veillardd194dd22001-02-14 10:37:43 +000014340Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14341
14342 * hash.[ch]: added Paolo Casarini patch to provide Delete from
14343 hash functionnalities.
14344 * doc/html/* : rebuild the doc
14345
Daniel Veillardf41fbbf2001-02-13 17:05:35 +000014346Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14347
14348 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
14349 on predicate
14350 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
14351 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
14352 really want to have tags closed on output even if we accept
14353 unclosed ones on input
14354
Daniel Veillard5dd2f0a2001-02-12 17:36:05 +000014355Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14356
14357 * xpath.c: ouch don't free NULL, rare case fixed
14358 * tree.c: don't coalesce text nodes if they don't have the
14359 same behaviour wrt escaping on output
14360
Daniel Veillardd12b69d2001-02-11 20:17:31 +000014361Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14362
14363 * xpath.c: small fixup
14364 * SAX.c: don't warn on empty namespaces.
14365
Daniel Veillard6a2e4062001-02-08 10:31:33 +000014366Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14367
14368 * README: a bit of cleanup
14369 * configure.in: preparing for 2.3.0 release
14370
Daniel Veillard1f83d392001-02-08 09:37:42 +000014371Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14372
14373 * hash.[ch]: added a first version of xmlHashSize()
14374 * valid.c: another bug fix from Gary Pennington
14375
Daniel Veillard5eef6222001-02-07 18:24:48 +000014376Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14377
14378 * valid.c: couple of bug fixes pointed by Gary Pennington
14379 * HTMLtree.c: #if 0 cleanup
14380
Daniel Veillard2c257ec2001-02-06 13:29:07 +000014381Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14382
14383 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
14384 which removes a time consuming check of xmlXPathNodeSetAdd()
14385 and use it in places where we are sure to not break unicity
14386
Daniel Veillard0f2a53c2001-02-05 17:57:33 +000014387Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14388
14389 * xpath.c: bug fixes found from XSLT
14390 * tree.c: preserve node->name special values when copying nodes.
14391 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
14392 external subset are fetched when available but without full
14393 validation. Added xmlLoadExtDtdDefaultValue, need a function.
14394 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
14395 output with encoding disabled.
14396
Daniel Veillard2c833b62001-02-03 08:52:06 +000014397Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14398
14399 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
14400 xmlCheckFilename should not be called from xmlFileOpenW
14401 and xmlGzfileOpenW
14402
Daniel Veillardb6e7fdb2001-02-02 17:07:32 +000014403Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14404
14405 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
14406 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
14407 added the new tests for URI normalization
14408 * testURI.c: fixed stoopid bugs
14409 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
14410 the URI in the error messages are now properly normalized
14411
Daniel Veillardea28ce62001-02-02 08:20:19 +000014412Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14413
14414 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
14415
Daniel Veillarde99a4762001-02-01 04:34:35 +000014416Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14417
14418 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
14419
Daniel Veillard2b325a02001-01-31 20:46:31 +000014420Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14421
14422 * xpath.c: fixed mod operator
14423
Daniel Veillardde55cf62001-01-31 15:53:13 +000014424Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14425
14426 * parser.c: fixed xmlStrcat doc
14427 * tree.c: 2 fixes form Anders Carlson for copying nodes and
14428 trees.
14429
Daniel Veillard2f913b72001-01-31 13:23:49 +000014430Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14431
14432 * xpath.c result/XPath/tests/chaptersbase
14433 result/XPath/tests/simplebase: fixed XPath node()
14434 * tree.c: small fix in xmlNewNs()
14435 * Makefile.am: removed extraneous xml2Conf.sh rule
14436
Daniel Veillardb42042b2001-01-28 07:40:36 +000014437Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14438
14439 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
14440 Changed the library name, in order to get libxml-devel and
14441 libxml2-devel to coexist on a single system
14442 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
14443 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
14444
Daniel Veillardee0a4662001-01-27 18:59:33 +000014445Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14446
14447 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
14448 libxml2-devel installable in // as libxml-devel.
14449
Daniel Veillard5eb05942001-01-27 17:50:22 +000014450Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14451
14452 * doc/Makefile.am: fixed make rebuild in doc
14453 * doc/html/*.html: rebuilt the docs
14454
Daniel Veillard65c295d2001-01-26 09:32:39 +000014455Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14456
14457 * tree.c: patch from Bjorn Reese on xmlBufferCCat
14458
Daniel Veillard8e199902001-01-25 18:54:39 +000014459Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14460
14461 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
14462 the HTML doc to go into the -devel RPM ...
14463 * aclocal.m4 config.h.in: some updates due to auto* magic
14464
Daniel Veillard93086662001-01-25 18:13:04 +000014465Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14466
14467 * xpath.h: added a hook in the context structure allowing to
14468 link to extra support, needed for XSLT
14469
Daniel Veillardf17e09b2001-01-25 13:55:35 +000014470Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14471
14472 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
14473 xmlXPtrCmpPoints to use it.
14474 * propagated the following patch from Alejandro Forero
14475 * include/win32config.h xmlIO.c: applied further suggestions
14476 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
14477 * example/gjobread.c: fixed warnings, now that it builds
14478
14479Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
14480
14481 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
14482
14483 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
14484 filename points to a valid file (not a directory).
14485 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
14486 Added calls to xmlCheckFilenameDir.
14487
14488 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
14489 `path' (rather than `filename') as the parameter to gzopen and open.
14490
Daniel Veillard48177c22001-01-23 15:27:41 +000014491Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14492
14493 * Makefile.am: fixed a problem with EXTRA_DIST
14494
Daniel Veillardb83ba402001-01-22 22:45:10 +000014495Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14496
14497 * Makefile.am example/Makefile.am: finally found the trick
14498 to build the example, i.e. add "." in SUBDIRS before example
14499 in the list <grin/>
14500
Daniel Veillard82687162001-01-22 15:32:01 +000014501Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14502
14503 * doc/xml.html: updated with an XSLT section, removed pointer to
14504 W3C CVS base.
14505
Daniel Veillard8a7642f2001-01-22 10:45:16 +000014506Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14507
14508 * xpath.c: when copying a XSLT tree object teh tree need to be copied
14509 too, and deallocation need to occur the same way.
14510
Daniel Veillarde4566462001-01-22 09:58:39 +000014511Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14512
14513 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
14514 type correponding to an XSLT result tree fragment. Share most
14515 of the data format with node set, as well as operators.
14516 * HTMLtree.c: added a newline at the end of the doctype output
14517 whe this one is not present initially.
14518 * tree.c: make sure taht the parent and doc pointers are properly
14519 set when copying attributes (lists).
14520
Daniel Veillard701c7362001-01-21 09:48:59 +000014521Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14522
14523 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
14524
Daniel Veillard5a2b6972001-01-20 21:15:50 +000014525Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14526
14527 * xpath.c: seems I finally killed that ugly path evaluation
14528 context bug (tagged 9999 in case is is wrong)
14529
Daniel Veillard8f4d9752001-01-19 05:32:34 +000014530Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14531
14532 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
14533 for XSLT
14534
Daniel Veillardd8aa7cb2001-01-18 15:21:36 +000014535Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14536
14537 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
14538 for xmlGzfileOpen() bug
14539
Daniel Veillardf6eea272001-01-18 12:17:12 +000014540Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14541
14542 * xpath.c: removed an error found by XSLT usage
14543 * tree.c parserInternals.h: use a predefined static string
14544 for text and comment nodes, avoid freeing them in xmlFreeNode,
14545 exported the string name in parserInternals.h and added
14546 another value to disable encoding at output (for XSLT),
14547 gain memory, time.
14548
Daniel Veillard8f2cc572001-01-17 08:19:35 +000014549Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14550
14551 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
14552 win32/libxml2/libxml2_so.dsp: new makefiles and update
14553 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
14554
Daniel Veillardf831bfb2001-01-16 17:26:04 +000014555Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14556
14557 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
14558 Gary Pennington
14559
Daniel Veillard389e6b72001-01-15 19:41:13 +000014560Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14561
14562 * xpath.c: fixed the comaprision of values and nodelists,
14563 need to compare nodelist still ...
14564 * debugXML.c: avoided a possible core dump
14565 * HTMLparser.c: cleanup
14566 * nanohttp.c: contributed fix.
14567 * tree.c: fixes in properties handling added xmlSetNsProp
14568 needed by libxslt
14569 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
14570 comment
14571 * TODO: updated
14572
Daniel Veillard167bd532001-01-06 21:09:34 +000014573Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14574
14575 * parser.c parserInternals.c: applied Bjorn Reese optimization
14576 patch
14577
14578Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14579
14580 * Makefile.am: applied patch fro make check from Martin Vidner
14581
Daniel Veillard503b8932001-01-05 06:36:31 +000014582Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14583
14584 * configure.in: preparing 2.2.11
14585 * doc/html/*: rebuild the HTML files
14586 * doc/xml.html : updated
14587
Daniel Veillardc2f4df22001-01-04 14:06:39 +000014588Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14589
14590 * tree.c: fixed a stupid bug
14591 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
14592 patches related to validation of an XInclude processing result
14593 * TODO: updated
14594
Daniel Veillarde2488192001-01-04 10:54:22 +000014595Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14596
14597 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
14598 on large files
14599
Daniel Veillardf060a412001-01-03 20:52:44 +000014600Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14601
14602 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
14603
Daniel Veillard45cff692001-01-03 18:02:04 +000014604Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14605
14606 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
14607 reported by Jonas Borgström
14608 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
14609
Daniel Veillard08108982001-01-03 15:24:58 +000014610Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14611
14612 * testXPath.c xpath.c: fixing the XPath union expressions problem
14613 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
14614
Daniel Veillard4a6845d2001-01-03 13:32:39 +000014615Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14616
14617 * xmllint.c: Made is so if the file name is "-" is will read form
14618 standard input. Sven Heinicke <sven@zen.org>
14619 * tree.c: fixed a problem when growing buffer
14620 * tree.h: fixed the comment of the node types following andersca
14621 comment
14622 * TODO: updated
14623
Daniel Veillarda6d8eb62000-12-27 10:46:47 +000014624Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14625
14626 * HTMLparser.[ch]: added a way to avoid adding automatically
14627 omitted tags. htmlHandleOmittedElem() allows to change the
14628 default handling.
14629 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
14630 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
14631 of xmllint too when using --memory flag, added a memory test
14632 suite at the Makefile level.
14633 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
14634 with namespace use when encountering QNames in XPath evalation,
14635 added xmlns() scheme in XPointer.
14636 * nanoftp.c : incorporated a fix
14637 * parser.c xmlIO.c: fixed problems raised with encoding when using
14638 the memory I/O
14639 * parserInternals.c: closed bug 25934 reported by
14640 torsten.landschoff@innominate.de
14641 * TODO: updated
14642
Daniel Veillarda1fe9102000-11-25 10:49:25 +000014643Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14644
14645 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
14646 on a non-updated tree :-(, made a 2.2.10 release to correct the
14647 situation
14648
Daniel Veillardce6e98d2000-11-25 09:54:49 +000014649Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14650
14651 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
14652 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
14653 integrated a set of OpenVMS changes from Howard Taylor
14654 <Howard.Taylor@pacoast.com>
14655
Daniel Veillard58770e72000-11-25 00:48:47 +000014656Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14657
14658 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
14659 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
14660
Daniel Veillardf62ceff2000-11-24 23:36:01 +000014661Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14662
14663 * HTMLparser.c: some fixes on auto-open of html/head/body
14664 * encoding.c: fixed a compilation error on some gcc env
14665 * xpath.c xpointer.[ch] xpathInternals.h: improved the
14666 XPointer implementation
14667 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
14668 related XPointer tests and associated results
14669
Daniel Veillard300f7d62000-11-24 13:04:04 +000014670Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14671
14672 * doc/xmldtd.html doc/xml.html: following a short step by step
14673 guidance on IRC to help maciej with DTDs I started a small
14674 page on the subject.
14675
Daniel Veillard748e45d2000-11-17 16:36:08 +000014676Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14677
14678 * HTMLparser.c: fixed handling of broken charrefs
14679 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
14680 patches
14681
Daniel Veillard28929b22000-11-13 18:22:49 +000014682Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14683
14684 * doc/xml.html doc/html/* : rebuilt the docs after adding
14685 xinclude and updated page for 2.2.7 and 2.2.8
14686 * configure.in: releasing 2.2.8
14687
Daniel Veillard41e06512000-11-13 11:47:47 +000014688Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14689
14690 * parser.[ch] parserInternals.c: applied the conditional
14691 section processing fix from Jonathan P Springer
14692 <jonathan.springer2@gte.net>
14693 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
14694 project file, fixed iconv default non support
14695 * xpath.c: fixed the problem of evaluating relative expressions
14696 when a node context is provided.
14697
Daniel Veillardbf432752000-11-12 15:56:56 +000014698Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14699
14700 * nanoftp.c: fixed gcc 2.95 new warnings
14701 * SAX.c: fixed a stupid bug
14702 * tree.c: fixed a formatting problem when round-tripping
14703 from/to memory
14704 * xinclude.c: chased memleak, fixed a base problem
14705 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
14706 xmlXPtrBuildNodeList()
14707 * TODO: updated
14708 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
14709 adding a first small set of regression tests for XInclude
14710
Daniel Veillardc2def842000-11-07 14:21:01 +000014711Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14712
14713 * nanohttp.[ch]: applied Wayne Davison patches to access
14714 the WWW-Authorization header.
14715 * parser.c: Closed Bug#30847: Problems when switching encoding
14716 in short files by applying Simon Berg's patch.
14717 * valid.c: fixed a validation problem
14718 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
14719 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
14720 Wayne Davison
14721 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
14722 need to be extended to non full nodes selections.
14723 * xinclude.c: starts to work decently
14724
Daniel Veillard9e8bfae2000-11-06 16:43:11 +000014725Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14726
14727 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
14728 debugXML.c xmlversion.h.in: Started adding XInclude support,
14729 this is a new xmllint option
14730 * tree.c xpath.c: applied TOM patches for XPath
14731 * xpointer.c: fixed a couple of errors.
14732 * uri.c: added an escaping function needed for xinclude
14733 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
14734 new warning from RH70 gcc's version
14735
Daniel Veillarda4964b72000-10-31 18:23:44 +000014736Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14737
14738 * HTMLparser.c: fixed loop on invalid char in scripts
14739 * parser.c: update to description of xmlIOParseDTD()
14740 * libxml.m4 xmlversion.h.in: changes contributed by
14741 Michael Schmeing <m.schmeing@internet-factory.de>
14742 * configure.in: preparing for 2.2.7
14743 * Makefile.am: trying to avoid config.h and acconfig.h
14744 being included in the distrib
14745 * configure.in: released 2.2.7
14746
14747Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14748
14749 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
14750 like namespaces for good. Unified xmlNs and xmlNode somewhat.
14751
Daniel Veillard01411222000-10-30 15:33:22 +000014752Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14753
14754 * parser.[ch]: added xmlIOParseDTD()
14755 * xpointer.c: added support for the 2 extra parameters of
14756 string-range, fixed a stoopid error when '0' was present
14757 in XPointer expressions
14758 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
14759 testsuite for the above
14760
Daniel Veillard6db58192000-10-30 09:27:53 +000014761Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14762
14763 * libxml.spec.in: improved package descriptions
14764
Daniel Veillarda5db68a2000-10-29 18:06:06 +000014765Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14766
14767 * xpath.c xpathInternals.h: applied a large cleaning patch
14768 from TOM <ptittom@free.fr>, it also add namespace support
14769 for function and variables registration.
14770
Daniel Veillardbd20df72000-10-29 17:53:40 +000014771Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14772
14773 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
14774 * Makefile.mingw: Wayne Davison's update adding hash.c
14775
Daniel Veillardc4f4f0b2000-10-29 17:46:30 +000014776Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14777
14778 * xpath.c: fixed the root evaluation problems
14779 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
14780 ignorable spaces with <b> <bold> <em>
14781 * tree.c: fixed a loop in xmlSearchNsByHref()
14782
Daniel Veillard767662d2000-10-27 17:04:52 +000014783Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14784
14785 * xpath.c: applied another XPath patch from TOM
14786 * xpath.c include/makefile.am: applied another patch from
14787 china@thewrittenword.com (cleanup on IRIX).
14788
Daniel Veillard211cc0a2000-10-27 11:49:33 +000014789Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14790
14791 * xml-config.1: received a fixed version from Fredrik Hallenberg
14792 <hallon@lysator.liu.se>
14793
Daniel Veillardf6bf9212000-10-26 14:07:44 +000014794Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14795
14796 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
14797 cleanup patch for XPath
14798
Daniel Veillardd6d7f7b2000-10-25 19:56:55 +000014799Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14800
14801 * patched to redirrect all "out of context" error messages to
14802 a reconfigurable routine. The changes are:
14803 * xmlerror.h : added the export of an error context type (void *)
14804 an error handler type xmlGenericErrorFunc there is an interface
14805 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
14806 to reset the error handling routine and its argument
14807 (by default it's equivalent to respectively fprintf and stderr.
14808 * all the c files: all wild accesses to stderr or stdout within
14809 the library have been replaced to calls to the handler.
14810
Daniel Veillard29a11cc2000-10-25 13:32:39 +000014811Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14812
14813 * configure.in: release 2.2.6
14814 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
14815 exporting the inner functions of xpath for extension modules
14816 * doc/*: updated and rebuilt the doc
14817
Daniel Veillardbe9ec4b2000-10-25 11:01:53 +000014818Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14819
14820 * nanohttp.c : applied Wayne HTTP cleanup patch
14821 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
14822 and xmlNodeSetSpacePreserve()
14823
Daniel Veillarddf7ef2a2000-10-25 10:11:55 +000014824Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14825
14826 * xpath.c: closing bug #29260
14827
Daniel Veillard126f2792000-10-24 17:10:12 +000014828Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14829
14830 * hash.[ch] debugXML.c: expanded/enhanced the API, added
14831 multikey tuples, made hash structure opaque
14832 * valid.[ch]: moved elements, attributes, notations decalarations
14833 as well as ID and refs to hash tables.
14834 * entities.c: hash cleanup
14835 * xmlmemory.c: fixed a dump problem in debug mode
14836 * include/Makefile.am: problem passing in DESTDIR= values patch
14837 from Marc Christensen <marc@calderasystems.com>
14838 * nanohttp.c: removed debugging remains
14839 * HTMLparser.c: the bogus tag should be ignored (Wayne)
14840 * HTMLparser.c parser.c: fixing a number of problems with the
14841 macros in the *parser.c files (Wayne).
14842 * HTMLparser.c: close the previous option when opening a new one
14843 (Marc Sanfacon).
14844 * result/HTML/*: updated the HTML results accordingly
14845
Daniel Veillard52afe802000-10-22 16:56:02 +000014846Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14847
14848 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
14849 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
14850 XPath functions and XML entities table to them. More to come...
14851 * xmlIO.c: fixed libxml closing FILEs it didn't open.
14852
Daniel Veillard683cb022000-10-22 12:04:13 +000014853Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14854
14855 * tree.c: coalesce adjacent text nodes
14856 * valid.c: handling of blank nodes in DTd validation (raised
14857 by problems with a posteriori validation).
14858 * nanohttp.c: changing behaviour on HTTP write stuff.
14859 * HTMLtree.c: forced body and html to be explicitely closed.
14860 * xpath.h: exported more XPath functions.
14861
Daniel Veillard1baf4122000-10-15 20:38:39 +000014862Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14863
14864 * Release of 2.2.5
14865 * xpointer.c: range() range-inside and other helper functions
14866 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
14867
Daniel Veillard47e12f22000-10-15 14:24:25 +000014868Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14869
14870 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
14871 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
14872
Daniel Veillardb732a0e2000-10-15 11:27:01 +000014873Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14874
14875 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
14876 and XPointer modules
14877
Daniel Veillard134c9f32000-10-15 10:27:08 +000014878Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14879
14880 * SAX.h: closed #25107
14881
Daniel Veillard39915622000-10-15 10:06:55 +000014882Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14883
14884 * testSAX.c: fixed problem with cdata reporting
14885 * SAXresult/* : updated
14886
Daniel Veillard1e851392000-10-15 10:02:56 +000014887Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14888
14889 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
14890 Closed bug #27499, added to regression tests
14891 * TODO: updated
14892
Daniel Veillard7eda8452000-10-14 23:38:43 +000014893Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14894
14895 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
14896 support for SCRIPT and STYLE with help from Bjorn Reese
14897 * test/HTML/* result/HTML/*: added simple testcase and updated
14898 the existing ones.
14899
Daniel Veillardff9c3302000-10-13 16:38:25 +000014900Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14901
14902 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
14903 string-range for empty strings
14904 * test/XPath/docs/str test/XPath/xptr/chaptersrange
14905 test/XPath/xptr/strrange: augmented the XPointer testsuite
14906
Daniel Veillard189446d2000-10-13 10:23:06 +000014907Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14908
14909 * doc/xml.html doc/xmlmem.html: added a module describing memory
14910 interfaces and use, updated the main page.
14911
Daniel Veillard2f971a22000-10-12 23:26:32 +000014912Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14913
14914 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
14915 nanoftp code work on Windows too now
14916
14917Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc2df4cd2000-10-12 23:15:24 +000014918
14919 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
14920 * xpointer.c: implemented string-range() at least a good first version
14921 * test/XPath/docs/str test/XPath/xptr/strrange
14922 result/XPath/xptr/strrange: the string-range() tests
14923
Daniel Veillardd3c68c42000-10-12 08:06:28 +000014924Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14925
14926 * Makefile.am include/Makefile.am include/win32config.h
14927 win32/Makefile.mingw: fixed problems reported by Wayne Davison
14928 and make distcheck
14929
Daniel Veillard19d61112000-10-11 23:50:35 +000014930Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14931
14932 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
14933 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
14934 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
14935
Daniel Veillardb0426ca2000-10-11 23:39:43 +000014936Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14937
14938 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
14939 patch for socklen_t detection by
14940 Albert Chin-A-Young <china@thewrittenword.com>
14941
Daniel Veillardcd429612000-10-11 15:57:05 +000014942Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14943
14944 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
14945 and added a --dtdvalid option to xmllint used to test it
14946
Daniel Veillard47c02452000-10-11 13:04:36 +000014947Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14948
14949 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
14950 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
14951
Daniel Veillard2d38f042000-10-11 10:54:10 +000014952Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14953
14954 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
14955 handlings (registration, lookup, cleanup)
14956
Daniel Veillardc8df0aa2000-10-10 23:50:30 +000014957Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14958
14959 * configure.in Makefile.am include/makefile.am: adding XPointer
14960 and XPtrtests target
14961 * xpointer.[ch] : new files for XPointer support
14962 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
14963 more XPath tests
14964
Daniel Veillard57fda592000-10-10 23:24:14 +000014965Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14966
14967 * configure.in: fixed, very broken, make distcheck works again
14968
Daniel Veillarde8282ed2000-10-10 23:01:31 +000014969Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14970
14971 * More work toward 2.2.5, integrated a number of patches
14972 * configure.in Makefile.am win32config.h.in: trying to cleanup
14973 make distcheck .... huh ...
14974 * include/Makefile.am include/win32config.h: new directory
14975 for includes
14976 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
14977 updated teh makefiles and instructions for WIN32
14978 * xpath.c: small fixes
14979 * test/XPath/ results/XPath: updated the testcases and results
14980 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
14981 suggested patches
14982 * valid.c: fixed an ID bug
14983
Daniel Veillardb71379b2000-10-09 12:30:39 +000014984Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14985
14986 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +000014987 the automake bug where wrong dependencies were generated.
Daniel Veillardb71379b2000-10-09 12:30:39 +000014988 * xpath.[ch]: worked on XPointer
14989
Daniel Veillard7e99c632000-10-06 12:59:53 +000014990Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14991
14992 * configure.in Makefile.am: 2.2.5, ship the include in an
14993 include/libxml subdirectory, use symlinks when using CVS
14994 * testSAX.c: fixed small bug
14995 * testXPath.c: changed the way testfiles are parsed
14996 * debugXML.c: same kind of cleanup when parsing an argument expression
14997 XPath/XPointers can have blanks embedded
14998 * xpath.[ch]: more cleanup, reorgs for XPointer work
14999 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
15000 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
15001
Daniel Veillard55b91f22000-10-05 16:30:11 +000015002Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15003
15004 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
15005 in the XPath engine, rewrote large parts of it, now it's far
15006 cleaner and in sync with the REC not an old WD. Fixed a parsing
15007 problem in the interactive XML shell found when testing XPath.
15008
Daniel Veillardac260302000-10-04 13:33:43 +000015009Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15010
15011 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
15012 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
15013 examples with the extra test
15014
Daniel Veillard7cfce322000-10-04 12:40:27 +000015015Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15016
15017 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
15018 the global init function.
15019
Daniel Veillard970112a2000-10-03 09:33:21 +000015020Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15021
15022 * HTMLparser.c: Doohhh, attribute name parsing was still case
15023 sensitive ! Fixed this ...
15024 * result/HTML/* : updated the tests results accordingly
15025
Daniel Veillard740abf52000-10-02 23:04:54 +000015026Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15027
15028 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
15029 engine, should be far more stable, incorporated a new version of
15030 preceding/following axis, need testing
15031 * uri.c: fixed file:///c:/a/b/c problem
15032 * test/XPath/tests/idsimple: augmented the XPath tests
15033
Daniel Veillard3bff2b02000-10-01 20:33:47 +000015034Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15035
15036 * doc/* rebuilding docs for 2.2.4 release
15037
Daniel Veillard8b5dd832000-10-01 20:28:44 +000015038Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15039
15040 * configure.in: releasing 2.2.4
15041 * parser.[ch]: added xmlStrEqual()
15042 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
15043 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
15044 use xmlStrEqual instead
15045 * TODO: updated
15046 * added an XPath test
15047
Daniel Veillardbc765302000-10-01 18:23:35 +000015048Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15049
15050 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
15051 * entities.h: exported xmlInitializePredefinedEntities
15052 * parser.[ch] : added xmlInitParser()
15053 * parserInternals.h : had to export htmlInitAutoClose()
15054
Daniel Veillardf09e7e32000-10-01 15:53:30 +000015055Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15056
15057 * xpath.[ch] : fixed some serious XPath Predicate evaluation
15058 problems
15059 * Makefile.am : added XPath regression tests to normal tests
15060 * uri.c: fixed a problem with local paths, cleanup
15061 * parser.c: fixed a problem with large CData sections
15062
Daniel Veillardd2ade932000-09-30 14:39:55 +000015063Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15064
15065 * configure.in xml-config.in: patch from "Ben Taylor"
15066 <sol7x86@hotmail.com> for solaris shared libs lookup
15067
Martin Bauligdd7d1f62000-09-29 23:17:57 +0000150682000-09-30 Martin Baulig <baulig@suse.de>
15069
15070 * libxml-2.0.pc.in: Provide pkg-config script.
15071
15072 * configure.in: Create the libxml-2.0.pc script from the
15073 libxml-2.0.pc.in templates.
15074 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
Martin Baulig1b478d12000-09-30 02:27:55 +000015075 script in `$(libdir)/pkgconfig'.
Martin Bauligdd7d1f62000-09-29 23:17:57 +000015076
Daniel Veillard4b0755c2000-09-25 14:26:28 +000015077Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15078
15079 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
15080 when compiling with MSC
15081
Daniel Veillard46057e12000-09-24 18:49:59 +000015082Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15083
15084 * xpath.c: patch for normalize-string() substring-before(),
15085 substring-after() and translate() functions from Bjorn Reese
15086 <breese@mail1.stofanet.dk>
15087 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
15088 Fredrik Hallenberg <hallon@lysator.liu.se>
15089 * TODO: updated
15090
Daniel Veillard281f8ff2000-09-24 08:12:14 +000015091Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15092
15093 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
15094 problem of socklen_t being undefined on a number of platforms
15095 * debugXML.c: fixed a compilation problem when without snprintf
15096
Daniel Veillard8ddb5a72000-09-23 10:28:52 +000015097Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15098
15099 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
15100 an URI bug and a fix for the control-character-induced infinite loop
15101 * nanohttp.c: preventive fix for compiling on WIN32
15102
Daniel Veillard64c20ed2000-09-22 16:07:02 +000015103Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15104
15105 * xmlint.c: closing bug #25000
15106
Daniel Veillardb656ebe2000-09-22 13:51:48 +000015107Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15108
15109 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
15110 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
15111 modified slightly Wayne Davison patch adding xmlStrcasecmp and
15112 related function, fixing xmlStrncmp(), and associated cleanup
15113 * result/HTML/entities.html.sax: updating result
15114
Daniel Veillard4fb87ee2000-09-19 12:25:59 +000015115Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15116
15117 * uri.c: applied patch for URI escaping from Wayne Davison
15118 <wayned@blorf.net>
15119 * tree.c parserInternals.c HTMLparser.c: memset checks patches
15120 from Denis Barbier <barbier@imacs.polytechnique.fr>
15121 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
15122 patch from Wayne Davison
15123
Daniel Veillardd5f97f82000-09-17 16:38:14 +000015124Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15125
15126 * doc/xml.html : updated with new releases, adding "how to help"
15127
Daniel Veillard04698d92000-09-17 16:00:22 +000015128Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15129
15130 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
15131 removed a few warnings in pedantic mode ...
15132 * parserInternals.c parser.c: moved encoding switching function
15133 to parserInternals.c
15134 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
15135
Daniel Veillarda2c6da92000-09-16 18:15:00 +000015136Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15137
15138 * HTMLparser.c parser.c: set ctxt->errNo before calling the
15139 error or warning handlers
15140
Daniel Veillardb1059e22000-09-16 14:02:43 +000015141Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15142
15143 * parserInternals.c parserInternals.h parser.c Makefile.am:
15144 created a new module parserInternals.c, moved most of the
15145 code shared by the various parsers there, as well as
15146 deprecated code from parser.c. More cleanup of parser.c
15147 * uri.c: fixed a problem when URI is NULL
15148 * valid.c: speedup when looking for an attribute declaration
15149
Daniel Veillard39c7d712000-09-10 16:14:55 +000015150Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15151
15152 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
15153 the cleanup of the computation of URI references when seeking
15154 external entities. The URI reference string and the resulting
15155 URI are both stored now.
15156 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
15157 large s(n)printf checks and cleanup from Denis Barbier
15158 <barbier@imacs.polytechnique.fr>
15159 * xmlversion.h.in tree.h: couple of SGML declarations for a
15160 possible docbook module.
15161 * result/VC/ : a couple of test output changed due to the change
15162 of the entities URI
15163
Daniel Veillardb513f5a2000-09-10 14:01:12 +000015164Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15165
15166 * parser.h: added a _private field for linking user's data
15167
Daniel Veillarddd477ce2000-09-10 13:23:08 +000015168Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15169
15170 * parser.c parserInternals.h: demacroified most of the IS_XXX
15171 the gain in size is significant so ...
15172
Daniel Veillard4b5b80c2000-09-08 18:54:41 +000015173Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15174
15175 * entities.c: cases where looking up entities with doc==NULL
15176 covered
15177
Daniel Veillard90e11312000-09-05 10:42:32 +000015178Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15179
Daniel Veillard1de50802000-09-07 08:54:32 +000015180 * uri.c: applied Wayne Davison patch
Daniel Veillard90e11312000-09-05 10:42:32 +000015181 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
15182
Daniel Veillard98a79162000-09-04 11:15:39 +000015183Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15184
Daniel Veillard1de50802000-09-07 08:54:32 +000015185 * uri.c testUri.c: applied Wayne Davison patches
Daniel Veillard98a79162000-09-04 11:15:39 +000015186 * test/URI/uri.data result/URI/uri.data: first set of tests/results
15187 * Makefile.in: added URItest and included thenin "make tests"
15188
15189Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard960aa532000-09-03 17:20:17 +000015190
15191 * xmlversion.h.in: closed bug 22941
15192
Daniel Veillard2bb89092000-08-31 14:57:50 +000015193Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15194
15195 * doc/xmlio.html: added doc and example for entity loader
15196 redefinition.
15197
Daniel Veillard96984452000-08-31 13:50:12 +000015198Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15199
15200 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
15201 used by libxml
15202
Daniel Veillarde715dd22000-08-29 18:29:38 +000015203Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15204
15205 * parser.c: Fixed bug on invalid ontent characters and when using
15206 push.
15207 * xmllint.c: fixed xmllint endling of errors in push mode
15208
Daniel Veillard4948eb42000-08-29 09:41:15 +000015209Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15210
15211 * HTMLparser.c testHTML.c: applied two new patches from
Daniel Veillardbbe11b02000-09-23 07:07:40 +000015212 Wayne Davison <wayned@users.sourceforge.net>
Daniel Veillard4948eb42000-08-29 09:41:15 +000015213 * result/HTML/*.sax: regenerated HTML SAX output
15214 * parser.c: more cleanup.
15215
Daniel Veillarde010c172000-08-28 10:04:51 +000015216Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15217
15218 * HTMLparser.[ch] testHTML.c: applied the second set of
Daniel Veillardbbe11b02000-09-23 07:07:40 +000015219 patches from Wayne Davison <wayned@users.sourceforge.net>,
15220 adding htmlEncodeEntities()
Daniel Veillarde010c172000-08-28 10:04:51 +000015221 * HTMLparser.c: fixed an ignorable white space detection bug
15222 occuring when parsing with SAX only
15223 * result/HTML/*.sax: updated since the output is now HTML
15224 encoded...
15225
Daniel Veillard47f3f312000-08-27 22:40:15 +000015226Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15227
Daniel Veillardbbe11b02000-09-23 07:07:40 +000015228 * HTMLparser.[ch]: applied some of Wayne Davison
15229 <wayned@users.sourceforge.net> patches
Daniel Veillard47f3f312000-08-27 22:40:15 +000015230
Daniel Veillarde0854c32000-08-27 21:12:29 +000015231Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15232
15233 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
15234 undeclared namespace prefix was used, added a warning.
15235 Cleaned up support w.r.t. entities, spilling out a warning
15236 and being pedantic on lookups.
15237 * test/warning/ent9 : added testcase for previous example.
15238 * TODO: updated
15239 * parserInternals.h parser.c: changed the way names are parsed
15240 now allow infinite size and decrease penalty for normal use
15241 * parser.c: Started a big cleanup/check of the parser code,
15242 fixed some of the most tortuous entity code, spotted code
15243 unused anymore
15244 * test/*: added tests for very long names and related nasty
15245 things.
15246
Daniel Veillardf0cc7cc2000-08-26 21:40:43 +000015247Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15248
15249 * doc/encoding.html: added encoding aliases doc
15250 * doc/xml.html: updates
15251 * encoding.[ch]: added EncodingAliases functions
15252 * entities.[ch] valid.[ch] debugXML.c: removed two serious
15253 bottleneck affecting large DTDs like Docbook
15254 * parser.[ch] xmllint.c: added a pedantic option, will be
15255 useful
15256 * SAX.c: redefinition of entities is reported in pedantic mode
15257 * testHTML.c: uninitialized warning from gcc
15258 * uri.c: fixed a couple of bugs
15259 * TODO: added issue raised by Michael
15260
Daniel Veillard0d6b1702000-08-22 23:52:16 +000015261Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15262
15263 * doc/encoding.html: propagated Martin Duerst suggestions
15264
Daniel Veillard52402ce2000-08-22 23:36:12 +000015265Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15266
15267 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
15268 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
15269 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
15270 by Wayne Davison
15271
Daniel Veillard2f2bf412000-08-20 15:11:02 +000015272Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15273
15274 * nanoftp.c nanohttp.c: small cleanup
15275 * TODO: updated
15276
Daniel Veillard244ece92000-08-19 20:58:02 +000015277Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15278
15279 * added an old VC testcase and updated title.xml entity
15280
Daniel Veillardb8f25c92000-08-19 19:52:36 +000015281Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15282
15283 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
15284 done on auto-opening of <p> tags and cleanup of SAX output
15285
Daniel Veillard979e55e2000-08-19 16:48:54 +000015286Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15287
15288 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
15289
Daniel Veillard4540be42000-08-19 16:40:28 +000015290Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15291
15292 * doc/xml.html libxml.* structure.*: updated the doc a bit
15293
Daniel Veillard808a3f12000-08-17 13:50:51 +000015294Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15295
15296 * testSAX.c testHTML.c result/HTML/: cleanup of the output
15297 of SAX tests
15298
Daniel Veillard29579362000-08-14 17:57:48 +000015299Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15300
15301 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
15302 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
15303
Daniel Veillard1255ab72000-08-14 15:13:33 +000015304Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15305
15306 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
15307 * testHTML.c: fix core dump on Solaris 2.x systems
15308 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
15309 * result/HTML/*.sax: previous bug fix lead to new results
15310
Daniel Veillard03109292000-08-14 14:58:22 +000015311Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15312
15313 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
15314 * configure.in: added --with-readline=DIR to accept alternate
15315 path for readline include/library
15316 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
15317 for ANSI under HP-UX
15318 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
15319 includes @LIBS@
15320
Daniel Veillard7c29ce22000-08-12 21:20:53 +000015321Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15322
15323 * doc/* : rebuilt the docs
15324 * getting ready for 2.2.2 release
15325
Daniel Veillard87b95392000-08-12 21:12:04 +000015326Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15327
15328 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
15329 and xmlAddFeature()
15330 * tree.[ch]: added xmlAddChildList()
15331 * xmllint.c: MAP_FAILED macro test
15332 * parser.h: added xmlParseCtxtExternalEntity()
15333 * valid.c: applied bug fixes removed warning
15334 * tree.c: added CDATA block to elements content
15335 * testSAX.c: cleanup of output
15336 * testHTML.c: added SAX testing
15337 * encoding.c: better error recovery
15338 * SAX.c, parser.c: fixed one of the external entity processing
15339 of the OASis testsuite
15340 * Makefile.am: added HTML SAX regression tests
15341 * configure.in: bumped to 2.2.2
15342 * test/HTML/ result/HTML: added a few of HTML tests, and added the
15343 SAX results
15344
Daniel Veillard88a172f2000-08-04 18:23:10 +000015345Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15346
15347 * configure.in: patch for HP compiler
15348
153492000-08-04 Sven Heinicke <sven@zen.org>
15350
15351 * xmllint.c: Was coredumping sometimes when the file given didn't
15352 exist.
15353
Daniel Veillard46e370e2000-07-21 20:32:03 +000015354Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15355
15356 * parser.c xmlIO.[ch]: fixed the problem of encoding support
Daniel Veillard2f2bf412000-08-20 15:11:02 +000015357
Daniel Veillard46e370e2000-07-21 20:32:03 +000015358 when using in memory parsing. Need some cleanup.
15359 * xmllint.c configure.in: added a --memory flag to test memory
15360 parsing
15361
Daniel Veillard36650692000-07-21 15:16:39 +000015362Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15363
15364 * nanohttp.c: fixed socklen_t replacement to unsigned int
15365 * parser.c: fixed a space handdling missing at the end of
15366 production 28 DOCTYPE.
15367 * xmlmemory.c: fixed a stupid bug on the routine to override
15368 allocation functions
15369 * TODO: updated
15370
Daniel Veillarde46e20d2000-07-14 15:02:46 +000015371Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15372
15373 * doc/ regenerated the docs
15374
Daniel Veillard32bc74e2000-07-14 14:49:25 +000015375Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15376
15377 * doc/encoding.html doc/xml.html: added I18N doc
15378 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
15379 improvements, both parser and filters, added ASCII & HTML,
15380 fixed the ISO-Latin-1 one
15381 * xmllint.c testHTML.c: added/made visible --encode
15382 * debugXML.c : cleanup
15383 * most .c files: applied patches due to warning on Windows and
15384 when using Sun Pro cc compiler
15385 * xpath.c : cleanup memleaks
15386 * nanoftp.c : added a TESTING preprocessor flag for standalong
15387 compile so that people can report bugs more easilly
15388 * nanohttp.c : ditched socklen_t which was a portability mess
15389 and replaced it with unsigned int.
15390 * tree.[ch]: added xmlHasProp()
15391 * TODO: updated
15392 * test/ : added more test for entities, NS, encoding, HTML, wap
15393 * configure.in: preparing for 2.2.0 release
15394
Daniel Veillard49703262000-07-10 10:27:46 +000015395Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15396
15397 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +000015398 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard49703262000-07-10 10:27:46 +000015399
Daniel Veillard306be992000-07-03 12:38:45 +000015400Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15401
15402 * doc/xml.html: changed the xmlsoft.org structure, updated the
15403 examples w.r.t. root and childs
15404
Daniel Veillard7d853352000-07-02 18:53:09 +000015405Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15406
Daniel Veillard784b9352003-02-16 15:50:27 +000015407 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7d853352000-07-02 18:53:09 +000015408
Daniel Veillard365e13b2000-07-02 07:56:37 +000015409Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15410
15411 * HTMLparser.c: Work on character encoding support for the HTML parser
15412 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
15413 * encoding.c: Fixed a potential memleak in the encoding stuff
15414
Daniel Veillardaf743792000-07-01 11:49:28 +000015415Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15416
15417 * doc/FAQ.html doc/Makefile.am : added a FAQ
15418
15419Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardd83eb822000-06-30 18:39:56 +000015420
15421 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
15422 of the HTML parser to force it to not bypass SAX
15423
Daniel Veillard3f6f7f62000-06-30 17:58:25 +000015424Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15425
15426 * win32config.h.in: updated
15427 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
15428 lacks iconv support :-( need to release 2.1.1
15429 * configure.in: release 2.1.1
15430 * HTMLparser: fixed bug #14784
15431 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
15432 by Windows compiler
15433 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
15434 the SAX startDocument() callback.
15435 * TODO: updated
15436
15437Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15438
15439 * added xmlStopParser()
15440
Daniel Veillardbe803962000-06-28 23:40:59 +000015441Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15442
15443 * configure.in: 2.1.0 prerelease
15444 * Large resync between W3C and Gnome tree
15445 * nanoftp, nanohttp.c: fixed stalled connections probs
15446 * HTMLtree.c SAX.c : support for attribute without values in
15447 HTML for andersca
15448 * valid.c: Fixed most validation + namespace problems
15449 * HTMLparser.c: start document callback for andersca
15450 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
15451 * parser.h, SAX.c: serious speed improvement for large
15452 CDATA blocks
15453 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
15454 different encoding
15455 * example/Makefile.am example/gjobread.c tree.h: work on
15456 libxml1 libxml2 convergence.
15457 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
15458 and the LIBXML_TEST_VERSION macro
15459
Daniel Veillardc310d562000-06-23 18:32:15 +000015460Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15461
15462 * doc/xml.html: various patches and improvements typo fixed by
15463 Felix Natter
15464 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
15465 from Felix Natter <fnatter@gmx.net>
15466
Daniel Veillardf3029822000-05-06 08:11:19 +000015467Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15468
15469 * doc/upgrade.html: updated with instructions for support of both
15470 libxml-1.x and libxml-2.x
15471 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
15472 for 2.x support and also fixed includes
15473
15474
Daniel Veillard496a1cf2000-05-03 14:20:55 +000015475Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15476
15477 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
15478 the encoding support, added iconv support, so now libxml if
15479 compiled with iconv automatically support japanese encodings
15480 among others. Work based on initial patch from Yuan-Chen Cheng
15481 I may have broken binary compat in the encoding handler
15482 registration scheme, but that was so utterly broken I don't
15483 expect anybody to have used this feature until now.
15484 * parserInternals.h: fixup on the CHAR range macro
15485 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
15486 code.
15487 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
15488 * uri.c: added xmlParseURI() I can't believe I forgot to
15489 implement this one in 2.0 !!!
15490 * SAX.c: moved doc->encoding update in the endDocument() call.
15491 * TODO: updated.
15492
Daniel Veillard06047432000-04-24 11:33:38 +000015493Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15494
15495 * tree.h: removed extraneous xmlRemoveProp definition
15496 * TODO: added item about --disable-corba configure switch
15497 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
15498 * nanoftp.c: fixed include problems giving troubles on AIX and
15499 slowlaris
15500 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
15501 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
15502 comment and headers changes to lower gtk-doc number of warnings
15503 * doc/html/*: rebuilt docs
15504
Daniel Veillarde0aed302000-04-16 08:52:20 +000015505Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15506
15507 * HACKING: documented the tag for 1.x and instructions
15508
Daniel Veillard5e873c42000-04-12 13:27:38 +000015509Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15510
15511 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
15512 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
15513 xmlCreateIOParserCtxt
15514 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
15515 significant overall improvement
15516 * xmllint.c: added I/O test to xmllint
15517 * testSAX.c: added a speed test
15518 * doc/* : updated/regenerated
15519
Daniel Veillardfc708e22000-04-08 13:17:27 +000015520Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15521
15522 * xpath.c uri.h parserInternals.h: cosmetic changes from
15523 "Timur I. Bakeyev" <timur@bat.ru>, including making
15524 xmlCreateURI() public
15525
Daniel Veillard5d211f42000-04-07 17:00:24 +000015526Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15527
15528 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
15529 and the code at the same time. Added a clean mechanism for
15530 overload or added input methods: xmlRegisterInputCallbacks()
15531 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
15532 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
15533 * TODO: updated
15534 * doc/* : updated/regenerated
15535 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
15536 source dir
15537
Daniel Veillarde77a9182000-04-05 19:12:29 +000015538Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15539
15540 * testURI.c: yet another forgotten commit, I should get some sleep !
15541
Daniel Veillardce8b83b2000-04-05 18:38:42 +000015542Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15543
15544 * xmllint.c: forgot to commit this too ?
15545
Daniel Veillardb9df4042000-04-05 14:23:16 +000015546Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15547
15548 * xmlversion.h.in : forgot to commit this previously
15549
Daniel Veillard361d8452000-04-03 19:48:13 +000015550Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15551
15552 * configure.in: preparing libxml-2.0.0 version looks Ok so far
15553 * README TODO: updated for release
15554 * uri.c uri.h: added authority parsing/saving
15555 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
15556 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
15557 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
15558 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
15559 Makefile.am : added compile-time customization of libxml
15560 --with-ftp --with-http --with-html --with-xpath --with-debug
15561 --with-mem-debug
15562 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
15563 #include <libxml/xxx.h> I hope it won't break too much stuff
15564 and will be manageable in the future...
15565 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
15566 and added xmllint to the installed programs
15567 * uri.h: added xmlFreeURI()
15568
Daniel Veillardec303412000-03-24 13:41:54 +000015569Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15570
15571 * uri.c uri.h: finished the escaping handling, the base support
15572 and the URI path normalization. Looks good just lacks the
15573 authority content parsing code.
15574 * Makefile.am: added instructions to generate testURI
15575 * TODO: updated
15576 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
15577 added links and icons for W3C and Gnome
15578
Daniel Veillard8f621982000-03-20 13:07:15 +000015579Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15580
15581 * xmlmemory.[ch] : seems I forgot to actually update the files in
15582 the last commit :-)
15583 * doc/xml.html doc/html/* : updated and uploaded the docs
15584
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015585Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15586
15587 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
15588 * TODO: updated
15589 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
Daniel Veillard8f621982000-03-20 13:07:15 +000015590 libxml default allocation function with another set (like gmalloc/
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015591 gfree).
15592 * Makefile.am, uri.c, uri.h: added a set of functions to do
15593 exact (litteraly copied from the RFC 2396 productions) parsing
15594 and handling of URI. Will be needed for XLink, one XML WFC,
15595 XML Base and reused in the nano[ftp/http] modules. Still work
15596 to be done.
15597
Daniel Veillardedfb29b2000-03-14 19:59:05 +000015598Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15599
15600 * configure.in, libxml.spec.in : libxml2
15601 * doc/* : updated the doc page, rebuilt the docs
15602
Daniel Veillardcf461992000-03-14 18:30:20 +000015603Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15604
15605 * all: tagged LIB_XML_1_X
15606 * *.c *.h : updated from W3C CVS tree
15607 * configure.in : 2.0.0-beta
15608 * libxml.spec.in : libxml2 package nam
15609 * result/* : new version of the tests output
15610
Daniel Veillardf13e1ed2000-03-06 07:41:49 +000015611Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15612
15613 * doc/xml.html, doc/update.html: updated docs, 1.8.7
15614
Daniel Veillardb566ce12000-03-04 11:39:42 +000015615Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15616
15617 * doc/* : rebuilt the docs
15618 * parser.c: final patch on #6766
15619 * valid.c: small patch on validity checks.
15620
Daniel Veillardfb76c402000-03-04 11:39:42 +000015621Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15622
15623 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
15624 added
15625 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
15626 compatibility w.r.t. XML spec and existing code.
15627
Daniel Veillard90fb02c2000-03-02 03:46:43 +000015628Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15629
15630 * parser.c: seems a better solution to <a> </a> exists,
15631 will try it for a while
15632
Daniel Veillard83a30e72000-03-02 03:33:32 +000015633Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15634
15635 * parser.c: tried to remove the <a> </a> generating <a/>
15636 this is hard. Left a flag for that purpose. Fixed bug #6766
15637 * configure.in: prepared 1.8.7 not released, due to previous
15638 problem
15639
Daniel Veillard88f00ae2000-03-02 00:15:55 +000015640Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15641
15642 * doc/xml.html : applied second patch from Paul DuBois
15643
Daniel Veillard402e8c82000-02-29 22:57:47 +000015644Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15645
15646 * doc/xml.html : applied patch from Paul DuBois
15647
Daniel Veillardd0f7f742000-02-02 17:42:48 +000015648Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15649
15650 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
15651
Daniel Veillard5feb8492000-02-02 17:15:36 +000015652Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15653
15654 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
15655 compilation warnings on various platforms.
15656 * parser.c: Fixed #5281 validity error callbacks are now desactived
15657 by default if not validating.
15658
Daniel Veillardf341f932000-02-02 14:52:08 +000015659Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15660
15661 * nanoftp.c, win32config.h.in: patches to compile on WIN32
15662
Daniel Veillard13c757e2000-02-01 23:59:15 +000015663Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15664
15665 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
15666 <gkatsi@cs.toronto.edu>
15667
Daniel Veillard726e8792000-01-30 20:04:29 +000015668Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15669
15670 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
15671 processing URLs
15672
Daniel Veillarde41f2b72000-01-30 20:00:07 +000015673Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15674
15675 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
15676 xmlNanoFTPUpdateURL for persistent control connections.
15677 * configure.in: 1.8.6
15678
15679Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15680
15681 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
15682 * tree.[ch] : added xmlSaveNoEmptyTags
15683
James Henstridgef3be9312000-01-28 13:59:21 +0000156842000-01-29 James Henstridge <james@daa.com.au>
15685
15686 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
15687
15688 * Makefile.am: added nanoftp.[ch] to the build.
15689
Daniel Veillardaeea04f2000-01-25 19:27:27 +000015690Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15691
15692 * nanoftp.[ch]: cleanup, comments, API
15693 * debugXML.c : fixed a bug in the cat command
15694 * doc/*: regenerated the docs
15695
Daniel Veillardda07c342000-01-25 18:31:22 +000015696Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15697
15698 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
15699 * debugXML.c : fixed a bug in the cat command
15700 * valid.c: fixing some small probs
15701 * libxml.spec.in: get rid of the SNAP suffix
15702 * doc/xml.html: updated the status
15703
Daniel Veillarde3d88ef2000-01-24 13:55:06 +000015704Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15705
15706 * xml-config.in: xml-config --version to just return the
15707 version number
15708 * xpath.c: some cleanup w.r.t. axis when the current node is
15709 an attribute.
15710 * TODO: updated
15711
Daniel Veillard461a66c2000-01-18 18:01:01 +000015712Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15713
15714 * configure.in: prepared for libxml-1.8.5
15715 * doc/* recompiled the documentation
15716
157172000-01-17 Jody Goldberg <jgoldberg@home.com>
15718
15719 * configure.in : WARNING autoconf subtlety alert :
15720 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
15721 when looking for zlib.h so that HAVE_ZLIB_H is defined.
15722 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
15723 get defined by AC_CHECK_HEADERS.
15724
Daniel Veillardf967b902000-01-17 16:06:10 +000015725Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15726
15727 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
15728 Rune.Djurhuus@fast.no
15729
Daniel Veillardad8f99d2000-01-15 14:20:03 +000015730Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15731
15732 * TODO: updated
15733 * tree.c, parser.c: made sure that only memory alloc problems
15734 and internal parser errors are allowed to write to stdout or
15735 stderr.
15736
Daniel Veillard0142b842000-01-14 14:45:24 +000015737Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15738
15739 * tree.c : restored xmlNewGlobalNs since this seems used by
15740 a lot of existing code :-(, fixed a bug in xmlNewNs
15741 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
15742 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
15743 to exit() from the library code.
15744 * xpath.c, parser.c: removed bugs or unused code detected by
15745 Windows compilers
15746 * parser.c: started adding interfaces for parsing well balanced
15747 XML fragments
15748 * configure.in: releasing 1.8.4
15749 * doc/* : rebuilt the docs
15750
Daniel Veillard2eac5032000-01-09 21:08:56 +000015751Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15752
15753 * tree.[ch] : added xmlNewDocFragment() for DOM
15754 * testHTML.c: uninitialized variable.
15755
Daniel Veillardf3a73582000-01-05 14:58:39 +000015756Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15757
15758 * doc/* : rebuild the docs
15759
Daniel Veillard71b656e2000-01-05 14:46:17 +000015760Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15761
15762 * acconfig.h: readline and history patch
15763 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
15764 * tree.c: added check and handling when possibly removing an ID
15765 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
15766 and saving.
15767 * test/HTML/entities.html result/HTML/entities.html* : test for
15768 various entities reference cases
15769 * result/HTML/* : as a result output of some testcase have
15770 changed
15771 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
15772 by previous example. added xmlParseTryOrFinish().
15773 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
15774 entities.h debugXML.h HTMLparser.h: changed the way struct are
15775 declared to allow gtk-doc to expose those
15776 * parser.c: closed bug #4960
15777 * Makefile.am configure.in: Applied patch from
15778 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
15779 and math/socket libs detection
15780
Daniel Veillard437b87b2000-01-03 17:30:46 +000015781Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15782
15783 * configure.in, Makefile.am: link tester against readline
15784 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
15785
Daniel Veillard686d6b62000-01-03 11:08:02 +000015786Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15787
15788 * tree.[ch]: added xmlRemoveProp
15789 * win32config.h.in nanohttp.c: avoid including the Windows
15790 socket stuff in every C files
15791 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
15792 the XmL parser(s)
15793 * test/ns4 result/ns4 etc...: added test case for previous prob
15794 * tree.c: xmlNewNs wasn't checking for double definition
15795 * Makefile.in: fixed a problem with dist-hook duplicates
15796 * parser.[hc], xmlIO.c: fixed the loading of external entities
15797 APIs, now xmlLoadExternalEntity() is used everywhere and
15798 setting up an app specific front-end using the
15799 * SAX.c parser.c: some fixes, now the xhtml spec validates
15800 with the xhtml DTD.
15801 * error.c: fixed crashes in case of no input stream
15802 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
15803 to the validation tests and results
15804
Daniel Veillard5e5c6231999-12-29 12:49:06 +000015805Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15806
15807 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
15808 too htmlCreatePushParserCtxt() and htmlParseChunk()
15809 * parser.c: a bit of cleanup.
15810 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
15811 to XML) removed the last mem leak known
15812 * HTMLtree.c: output message cleanup
15813 * xmlmemory.c: display content info about memory blocks
15814 * result/HTML/wired.* : missing att value warning change
15815
Daniel Veillardbe849cf1999-12-28 16:43:59 +000015816Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15817
15818 * doc/* : rebuilt the documentation
15819
Daniel Veillarddbfd6411999-12-28 16:35:14 +000015820Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15821
15822 * parser.[ch] parserInternals.h: Push parser for XML,
15823 seems to work fine now
15824 * tester.c debugXML.[ch]: Added an XML shell debug facility and
15825 --push for push testing
15826 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
15827 * testSAX.c: added --push
15828 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
15829 subtree
15830 * xmlIO.[ch] : enriched API + fixes for push mode
15831 * entities.[ch]: added the entity content length to the struct.
15832 * xmlmemory.[ch]: new API to show the last entries for the shell
15833 * valid.c: added required attribute testing
15834 * SAX.c: the cdata callback now merge contiguous fragments
15835 * HTMLparser.c: cleanup of some macros
15836
Daniel Veillard3c558c31999-12-22 11:30:41 +000015837Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15838
15839 * parser.c: fix for PIs name starting with xml
15840 * tree.c: fixed a potential problem with || and && ops
Daniel Veillardfef854d1999-12-22 11:31:10 +000015841 * *.c, configure.in win32config.h.in : generate win32config.h for
15842 those on the Other Side !
Daniel Veillard3c558c31999-12-22 11:30:41 +000015843
Daniel Veillard0caf07a1999-12-21 16:25:49 +000015844Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15845
15846 * parser.c: fixed a stupid = vs. == bug :-(
15847 * doc/gnome-xml.sgml: s/glade/xml/
15848
Daniel Veillard5cb5ab81999-12-21 15:35:29 +000015849Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15850
15851 * configure.in, doc/xml.html : bug fix release 1.8.2
15852 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
15853 Hopefully the end of that silly C++ include problem
15854 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
15855 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
15856 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
15857 troubles with autoclosed elements when the stree shape doesn't
15858 follow the DtD specs. Added htmlIsAutoClosed() and
15859 htmlAutoCloseTag()
15860 * result/HTML/*.htm*: Updated the HTML examples regression tests output
15861 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
15862 * debugXML.c: fixed a bug on printing default namespaces.
15863 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
15864
Daniel Veillardb24054a1999-12-18 15:32:46 +000015865Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15866
15867 * result/HTML/*.htm[l] : updated the HTML regression tests according
15868 to the new output
15869 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
15870 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
15871 problem due to intermix of extern "C" { ... } declarations for C++
15872 and recursive includes in the headers
15873
Chris Lahey323c48c1999-12-18 15:32:45 +0000158741999-12-20 Chris Lahey <clahey@umich.edu>
15875
15876 * HTMLtree.c: Made it so that html nodes with a single child do
15877 not insert a carriage return before or after the child node.
15878
Daniel Veillardb24054a1999-12-18 15:32:46 +000015879Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard262f9cb1999-12-18 15:32:45 +000015880
15881 * configure.in, doc/xml.html : bug fix release 1.8.1
15882 * parser.c: fixed bug #4344
15883 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
15884 added the glue to avoid C++ problems
15885 * doc/* : regenerated the documentation
15886
Daniel Veillard6d3bf1f1999-12-16 17:52:19 +000015887Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15888
15889 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
15890 namespace recognition, and Dia as a resul :-(
15891 * encoding.c: closed bug #3950
15892
Daniel Veillard944b5ff1999-12-15 19:08:24 +000015893Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15894
15895 * valid.c: debugging a posteriori validation, except URI expansion
15896 stuff this should be fixed now
15897 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
15898 Carl Nygard <cnygard@bellatlantic.net>
15899 * tester.c: added --postvalid, cleaning of the code
15900 * tree.[ch]: added xmlDocGetRootElement()
15901
Ramiro Estrugobfce3771999-12-15 04:32:07 +000015902Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
15903
15904 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
15905 c++ losage.
15906
Daniel Veillard10a2c651999-12-12 13:03:50 +000015907Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15908
15909 * configure.in, doc/xml.html : bumped to 1.8.0
15910 * xlink.[ch], Makefile.am : added framework for link detection
15911 * parser.h: added nbChars to parser context, needed for cleanup.
15912 * xmlmemory.c: removed a nasty bug when out of mem
15913 * valid.[ch]: adding namespace support for attribute decl
15914 * tester.c: added --debugent option
15915 * debugXML.[ch]: added xmlDebugDumpEntities()
15916 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
15917 buffers instead, this was really needed, validation was breaking
15918 in strange ways due to that. Added xmlParseStringPEReference()
15919 and other parsing from strings functions. Entities processing
15920 modified again, but PERef are still not handled correcly but
15921 unless you're Eve Maller you won't notice :-)
15922 * HTMLparser.c: large changes toward reliability, and switched to
15923 lowercase internal tags, XHTML is lowercase, so it will help
15924 that output is closer to next version.
15925 * doc/* : regenerated the documentation, it is now hosted at
15926 http://xmlsoft.org/ (same bits I just bought the domain :-)
15927
15928
Daniel Veillard294cbca1999-12-03 13:19:09 +000015929Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15930
15931 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
15932 doc generation
15933 * parser.c: fixed bugs #3908 and #3937 and a memory leak
15934 in the SAX API
15935 * doc/*: rebuilt the doc making sure everything appears in the
15936 HTML files
15937
Daniel Veillardf5c2c871999-12-01 09:51:45 +000015938Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15939
15940 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
15941 added the patch from Carl Nygard <cnygard@bellatlantic.net>
15942 which allow impressive speed improvement on dataset with
15943 large text pieces, but at the cost of broken binary
15944 compatibility and slightly bigger memory usage.
15945 Configure with --with-buffers to activate them, they
15946 are protected with XML_USE_BUFFER_CONTENT define.
15947 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
15948 goal is 0 memory left allocated once parser is no more used
15949 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
15950 call xmlCleanupParser() and xmlMemoryDump()
15951
Daniel Veillarda819dac1999-11-24 18:04:22 +000015952Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15953
15954 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
15955 * parser.[ch] encoding.[ch]: added memory cleanup routines
15956 * parser.c: closing bug #3788
15957 * doc/*: rebuilt the doc
15958
Daniel Veillard11a48ec1999-11-23 10:40:46 +000015959Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15960
15961 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
15962 xmlNewTextChild() and xmlSetCompressMode() behaviour.
15963 * tester.c: added --compress option
15964 * doc/*: rebuilt the documentation
15965
Daniel Veillard4c3a2031999-11-19 17:46:26 +000015966Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15967
15968 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
15969 if given /proc/kcore as input !
15970 * doc/xml.html doc/*: updated and rebuilt the documentation
15971
15972Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard07136651999-11-18 14:02:05 +000015973
15974 * parser.c: Fixed some wrongly space collapsing code due to
15975 a misreading of the spec.
15976 * result/*: fixed the output accordingly
15977
15978Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard7f858501999-11-17 17:32:38 +000015979
15980 * encoding.c: bug fix and typos
15981 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
15982 * parser.c: added attribute normalization closing bug #3597
15983 * test/att* result/att* SAXresult/att*: testcase for attribute
15984 normalization
15985
Daniel Veillardd7e200c1999-11-15 17:53:11 +000015986Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15987
15988 * configure.in: closing bug #3163 by adding extra flags for the
15989 cc compiler on HP-UX
15990
Daniel Veillard51e3b151999-11-12 17:02:31 +000015991Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15992
15993 * valid.[ch] : removed a typo and an enumerated type bug in the
15994 xmlAddElementDecl() function
15995 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
15996 call to xmlEncodeEntitiesReentrant() so that the functions
15997 New, Set and Get are at the same level.
15998 * parser.c HTMLparser.c: extra memory allocation bug for
15999 attributes detected by someone using libxml in embedded systems :-)
16000
Daniel Veillard962195f1999-10-28 15:51:53 +000016001Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16002
16003 * xmlmemory.h: turned off mem debug :-\
16004
Daniel Veillard35008381999-10-25 13:15:52 +000016005Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16006
16007 * parser.c: closed bug #2784 a one line fix, but worth pushing
16008 a new release out
16009 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
16010 some structures, comments before and after the
16011 main element, and other nastyness
16012 * HTMLtree.c tree.c: accomodate the extended HTML supported
16013 * configure.in: pushing 1.7.4
16014 * test/ent8 and related outputs : added a new test for bug #2784
16015 * test/HTML/wired.html and related output: a nasty HTML example
16016 * Makefile.am: improved the test scripts
16017 * docs/* : reran the documentation extractor, updated xml.html
16018
Daniel Veillard7c1206f1999-10-14 09:10:25 +000016019Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16020
16021 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
16022 HTMLparser and debugged the HTML related code. HTML documents
16023 now have their own type
16024 * entities.c: do not dump &apos; for HTML output
16025 * xmlmemory.c: improvement, breakpoint mechanism
16026 * testHTML.c: added --sax --repeat ...
16027 * Makefile.am: improved the HTML tests
16028 * valid.[ch]: added xmlValidGetValidElements and
16029 xmlValidGetPotentialChildren
16030 * tester.c: added --insert to test the 2 new functions
16031 * test//* result//* SAXresult//* : regression test cleanup
16032 and extension.
16033 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
16034 gnome-xml-nanohttp.html
16035
Daniel Veillard7d2c2761999-10-11 15:09:51 +000016036Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16037
16038 * HTMLparser.c: fixed problems with some autoclose tags
16039 * tree.c: fixed XML output problems.
16040 * result/* SAXresult/*: update of the tests output
16041
Daniel Veillard6077d031999-10-09 09:11:45 +000016042Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16043
16044 * Makefile.am: Arturo patch for xmlConf.sh version info
16045 * parser.c: Tim Josling patch for single quoted items
16046 * tester.c: Tim Josling patch for tester options usage
16047 * tree.h: indent cleanup
16048
Daniel Veillard2673d3c1999-10-08 14:37:09 +000016049Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16050
16051 * HTMLparser.c parser.h : Fixed problems with HTML parsing
16052 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
16053
Daniel Veillard00fdf371999-10-08 09:40:39 +000016054Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16055
16056 * tree.c : Raph patch for initialization of CORBA fields
16057 * parser.c, xpath.c, ...: modification of doc comments
16058 * xpath.c : allow spaces in xpath expressions
16059
Daniel Veillardad219441999-09-27 08:17:49 +000016060Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16061
16062 * xmlmemory.h: turning off memory debug :-(
16063
Daniel Veillard7a66ee61999-09-26 11:31:02 +000016064Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16065
16066 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
16067 better SAX interfaces.
16068 * testSAX.c: uses the new SAX routine, avoid fetching any remote
16069 entity.
16070 * configure.in: 1.7.2
16071
16072Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard2f4dfc41999-09-24 14:03:48 +000016073
16074 * libxml.spec.in: fixed the URL
16075 * doc/xml.html: improved the documentation front-end
16076
Daniel Veillard7a66ee61999-09-26 11:31:02 +000016077Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard335849b1999-09-23 23:08:42 +000016078
16079 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
16080
Daniel Veillard7a66ee61999-09-26 11:31:02 +000016081Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillarddd6b3671999-09-23 22:19:22 +000016082
16083 * libxml.spec.in: fixed the alpha compile problem
16084 * parser.[ch]: changed errno to errNo in the parser context :-(
16085 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
16086 * doc/xml.html: changed CHAR to xmlChar
16087 * doc/html/*: recompiled the documentation
16088 * configure.in: 1.7.1
16089
Daniel Veillard7f7d1111999-09-22 09:46:25 +000016090Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16091
16092 * parser.h: modified the parser context struct to regain 1.4.0
16093 binary compatibility
16094 * parser.c, xml-error.h: added errno ot teh context and defined
16095 a set of errors values with update of errno
16096 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
16097 DTDs and entities
16098 * *.h, *.c: complete cleanup of the use of config.h and include
16099 protection depending on the current setup.
16100 * overalll debugging, maintenance and bug-fixing on all modules
16101 * updated the documentation
16102 * ready for 1.7.0
16103
Daniel Veillardc08a2c61999-09-08 21:35:25 +000016104Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16105
16106 * HTMLparser.c : cleanup
16107 * SAX.c valid.c valid.h: added ID/IDREF checking
16108 * tree.c tree.h: extended doc structure for refs
16109 * configure.in: 1.6.2
16110 * parser.c: patched bug in SAX user arg call
16111 * parserInternals.h: patched missing close in C++ wrapping
16112 * testXPath.c xpath.c xpath.h: prepared for extensibility,
16113 especially upcoming XPointer implementation.
16114 * doc/xml.html: augmented, typo
16115
CEST 1999 Timur Bakeyev72bd1001999-09-04 20:50:25 +000016116Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
16117
16118 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
16119 not all invocations of install understand -d.
16120
CEST 1999 Timur Bakeyev6db3cb01999-09-04 20:25:14 +000016121Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
16122
16123 * Makefile.am: prepend all the test* calls with $(top_builddir) -
16124 to make 'check' works, when builddir != srcdir.
16125
Daniel Veillardc8eab3a1999-09-04 18:27:23 +000016126Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16127
16128 * doc/xml.html : updated the documentation
16129
Daniel Veillard6454aec1999-09-02 22:04:43 +000016130Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16131
16132 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
16133 not deallocated memory blocks
16134 * *.c : replaces all calls to malloc() free() and realloc() to
16135 the wrapper functions/macros
16136 * tree.c : removed memory leaks dues to calling xmlFreeNode()
16137 instead of xmlFreeNodeList()
16138
Daniel Veillard1ff7ae31999-09-01 12:19:13 +000016139Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16140
16141 * HTMLparser.c: corrected a stupid bug leading to core dump at
16142 tree deallocation. Removed warnings indicated by
16143 Stephane.Conversy@lri.fr
16144 * entities.c: Fixes Yet Another Stupid Bug, entities were not
16145 looked for in the external subset
16146
16147Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc26087b1999-08-30 11:23:51 +000016148
16149 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
16150 on SGI by Stephane.Conversy@lri.fr
16151
Daniel Veillardb96e6431999-08-29 21:02:19 +000016152Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16153
16154 * all .h : changed the prototype declaration indent as in gtk
16155 * most .c : working on reducing the TODOs in the code
16156 * most .c : cleanup though -pedantic and Insure++
16157 * improvements on validation ID checkings.
16158 * tree.[ch] SAX.c: added support for namespace on attributes #2022
16159 * xml-config.in: closed #1810
16160
16161Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard991e63d1999-08-15 23:32:28 +000016162
16163 * tree.h, valid.c, valid.h: more work on validity, IDs
16164 * xpath.c: added/fixed comparidon and equlity, added a new isinf
16165 definition for AIX
16166
Daniel Veillardb556eb51999-08-15 17:19:50 +000016167Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16168
16169 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
16170 the distribution due to a cut'n paste error at last commit
16171
Daniel Veillardb05deb71999-08-10 19:04:08 +000016172Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16173
16174 * configure.in: upgraded to version 1.4.0
16175 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
16176 Big update, added a large part of the validation process,
16177 it should be usable, but some parts are missing
16178 * xpath.c: improved the implementation w.r.t. root.
16179 * Makefile.am: added more tests
16180 * test and result trees: added a lot of tests
16181 * libxml.spec.in: export libxml.so.0 and libxml.so.1
16182
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000016183Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16184
16185 * Added an HACKING file
16186
Daniel Veillarde2d034d1999-07-27 19:52:06 +000016187Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16188
16189 * xpath.[ch] : improvements and debug of the XPath implementation
16190 * parser.c, HTMLparser.c : modified the parsers to be progressive
16191 * tree.[ch] : extended the Buffer promitives
16192 * xmlIO.[ch] : added basic I/O routines providing progressive
16193 parsing and ready for I18N conversion plugins
16194 * SAXresult/* : the SAX callback sequence maybe slightly different
16195 now
16196 * test*.c : improved/updated the tests programs
16197 * doc/* : recompiled the docs.
16198
Daniel Veillard15b75af1999-07-26 16:42:37 +0000161991999-07-26 Michael Meeks <michael@edenproject.org>
16200
16201 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
16202
16203 * tree.c: Ditto.
16204
Daniel Veillard1566d3a1999-07-15 14:24:29 +000016205Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16206
16207 * configure.in: upgraded to version 1.4.0
16208 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
16209 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
16210 XML query language, see http://www.w3.org/TR/xpath for more details.
16211 * parser.c, parser.h: added CHAR* related string functions for XPath
16212 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
16213 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
16214 rebuild the docs.
16215 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
16216 and regression testing capabilities for XPath.
16217
Daniel Veillardd79d7871999-07-12 10:38:12 +000016218Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16219
16220 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
16221 closing bug #1646
16222
Daniel Veillardbe9e5951999-07-12 09:16:45 +000016223Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16224
16225 * Makefile.am, example/Makefile.am: closed bug #1683
16226
Daniel Veillard3166ab11999-07-11 16:14:19 +000016227Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16228
16229 * example/Makefile.am, configure.in: added the makefile for the
16230 gjobread example
16231
Tomasz Kłoczkoa75b6b31999-07-10 12:21:13 +000016232Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
16233
16234 * doc/Makefile.am:
16235 - fix which allow "make install DESTDIR=</install/prefix>".
16236
Daniel Veillard7cc3c041999-07-09 10:11:57 +000016237Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16238
16239 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
16240 which fixed a problem on the file reading-code.
16241
Daniel Veillard82150d81999-07-07 07:32:15 +000016242Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16243
16244 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
16245 output.
16246 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
16247
Daniel Veillard5233ffc1999-07-06 22:25:25 +000016248Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16249
16250 * parser.h : Oops removed the binary compatibility problem
16251 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
16252 * parser.c, HTMLparser.c: applied patches for reading from stdin
16253
Daniel Veillardbe70ff71999-07-05 16:50:46 +000016254Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16255
16256 * parser.c, entities.c, valid.c: cleanup bug #1591
16257 * configure.in: cleanup bug #1592
16258 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
16259 the same tree back-end. Hence gdome will be available for it.
16260 * doc/Makefile.am: close bug #617
16261
Daniel Veillard97fea181999-06-26 23:07:37 +000016262Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16263
16264 * parser.c: alloctate a per parser context SAX interface block
16265
Daniel Veillard14fff061999-06-22 21:49:07 +000016266Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16267
16268 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
16269 and xmlEncodeEntitiesReentrant with the correct one :-\
16270
16271Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16272
16273 * commit of my internal XML base changes, quite a lot of
16274 changes, cleanups, better entities support, framework for
16275 new I/O and charset detection and handling
16276 * Fixed the configure/Makefile stuff to generate shared libs
16277 with the proper version info, so we jumped on rev from
16278 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
16279 xmlEncodeEntities() result need to be freed now, and a string
16280 xmlParserVersion provide the current library version.
16281
Raph Levien05240da1999-06-15 21:27:11 +000016282Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
16283
16284 * parser.c: fixed a buffer overrun for when you have a very long
16285 attribute with no entities in it.
16286
Daniel Veillardbb2da581999-06-13 14:37:07 +000016287Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16288
16289 * added example directory
16290 * added example/gjobs.xml gjobread.c, still need a Makefile.in
16291
Daniel Veillard011b63c1999-06-02 17:44:04 +000016292Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16293
16294 * Release of libxml-1.1, nearly everything has been touched for
16295 this.
16296 * Added more regression tests
16297 * Updated the documentation
16298
Daniel Veillard27d88741999-05-29 11:51:49 +000016299Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16300
16301 * tree.[ch]: unified the XML_NO_CORBA defines.
16302 * parser.c encoding.[ch]: started plugging in char encoding detection
16303
Manish Vachharajani5e60f5a1999-05-29 03:04:30 +000016304Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
16305
16306 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
16307 Also freed allocated buffer.
16308
Daniel Veillard27d88741999-05-29 11:51:49 +000016309Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard5099ae81999-04-21 20:12:07 +000016310 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
16311 reentrancy problem at printing. One is left in entities.c, to
16312 remove ASAP
16313 * testSAX.c : added a test example showing the use of the SAX
16314 interface if one doesn't want to build the DOM tree.
16315 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
16316
Daniel Veillard517752b1999-04-05 12:20:10 +000016317Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16318
16319 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
16320 large revamping of the parser to use SAX callbacks
16321 http://www.megginson.com/SAX/ (or at least a C like interface
16322 a la Expat). It's now possible to set up your own callbacks
16323 and the parser will not build a DOM tree.
16324 * test/* result/*: updated the test suite, I finally removed
16325 the old Namespace draft support (PI based).
16326
Daniel Veillard87c83bd1999-04-02 16:04:43 +000016327Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16328
16329 * Makefile.am: added test result to EXTRA_DIST for make tests
16330
Daniel Veillard64068b31999-03-24 20:42:16 +000016331Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16332
16333 * parser.c, parserInternals.h: moved the chars macro definitions
16334 to parserInternals.h
16335 * parser.c, error.c: applied patches from "Knut Ã…kesson"
16336 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
16337
Daniel Veillard012ccc11999-03-23 10:11:11 +000016338Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16339
16340 * xml-config.in : applied patch to make --version work
16341
Raja R Harinatha86c23e1999-03-05 22:14:01 +0000163421999-03-05 Raja R Harinath <harinath@cs.umn.edu>
16343
16344 * Makefile.am (check-local): Alias for `tests' target. This will
16345 cause `make check' to do the right thing.
16346 (tests): Don't run tests in srcdir. Also, replaced calls to
16347 basename with a `sed' "equivalent".
16348
Daniel Veillardd109e371999-03-05 06:26:45 +000016349Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16350
16351 * Renamed error.h to xml-error.h, corrected Makefile.am to list
16352 it in the header and not the sources, updated the doc.
16353 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
16354 pointing this out.
16355
Daniel Veillardbc50b591999-03-01 12:28:53 +000016356Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16357
16358 * parser.c, parser.h, parserInternals.h: memory leak hunting,
16359 exported the inputStream routines.
16360 * doc/html/* : updated accordingly
16361
Daniel Veillardd692aa41999-02-28 21:54:31 +000016362Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16363
16364 * parser.c, parser.h, parserInternals.h: added a few extra
16365 internal calls to allocate and free parser contexts ...
16366 * doc/html/* : updated accordingly
16367
Daniel Veillard55a99271999-02-25 11:01:29 +000016368Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16369
16370 * configure.in, Makefile.am, doc/makefile.am : General changes for
16371 1.0.0 release and including the generated HTML documentation.
16372
Daniel Veillard35925471999-02-25 08:46:07 +000016373Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16374
16375 * makefile.am : added parserInternals.h, oops.
16376
Daniel Veillard1e346af1999-02-22 10:33:01 +000016377Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16378
16379 * parserInternals.h: added this header giving access to the parser
16380 internal functions.
16381 * doc/Makefile.am : added a rebuild target which rebuilds the full
16382 set of documentations
16383 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
16384 the internal subset.
16385 * *.c *.h: modifications needed to generate the documentation using
16386 gtk-doc, cleanup of functions blocks, reorganisation of struct
16387 declarations.
16388
Daniel Veillard1164e751999-02-16 16:29:17 +000016389Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16390
16391 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
16392 the tar and spec file to include the beginning of the doc.
16393
Nuno Ferreira03d04781999-02-13 00:07:17 +0000163941999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
16395
16396 * doc/.cvsignore: Added this file.
16397
Daniel Veillard6800ef31999-02-08 18:33:22 +000016398Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16399
16400 * tree.c: fixed xmlGetProp to return "" when the attribute
16401 exists, even if the node-list is NULL.
16402
Daniel Veillard726c7e31999-02-08 15:13:10 +000016403Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16404
16405 * tree.c: patched an error outputting empty attribute values.
16406 * Makefile.am and doc/makefile.am: have been updated during the
16407 week-end. Sorry for an empty CVS log, I got a shell problem.
16408
Daniel Veillard1899e851999-02-01 12:18:54 +000016409Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16410
16411 * tree.h: cleaned up using enums instead of defines
16412 * parser.c, valid.[ch]: more work on parsing/output of element
16413 declarations
16414
Daniel Veillard3b9def11999-01-31 22:15:06 +000016415Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16416
16417 * valid.[ch], tree.c, parser.c : more work toward full parsing
16418 of XML DTDs.
16419 * README: added informations about mailing-list and on-line
16420 documentation
16421
Raja R Harinath7eb5c4f1999-01-27 23:01:51 +0000164221999-01-27 Raja R Harinath <harinath@cs.umn.edu>
16423
16424 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
16425
Daniel Veillard39a1f9a1999-01-17 19:11:59 +000016426Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16427
16428 * parser.c, tree.[ch] : more work toward conformance testing,
16429 added a last element to accelerate parsing of very flat structures
16430 started working on internal subset Element content declaration.
16431 * valid.[ch] : first cut at adding code toward validation.
16432 * previous changes had also small impact on most files, especially
16433 the conformance testing using James Clark test suite.
16434
Daniel Veillard3c2c2ce1999-01-17 13:48:01 +000016435Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16436
16437 * test/* : updated the examples, most of them were not well
16438 formed (humm), and added rdf2.
16439 * result/* : resulting changes in the output.
16440
Daniel Veillard7c92c0a1998-12-06 18:08:28 +000016441Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16442
16443 * tree.c: changed the behaviour of xmlGetProp on NULL values.
16444
Daniel Veillard44b3a061998-12-05 17:27:22 +000016445Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16446
16447 * tree.c: patched a bug in the generation of empty attributes
16448
Daniel Veillardbe36afe1998-11-27 06:39:50 +000016449Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16450
16451 * entities.[ch], tree.[ch], tester.c: added copy interfaces
16452 for node/trees/documents/... Biggest problem is namespace
16453 support when copying subtrees.
16454
Daniel Veillard8cc0d1f1998-11-16 01:04:26 +000016455Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16456
16457 * parser.c, entities.c: improve entities and char ref encoding,
16458 and cleanups of error messages.
16459
Daniel Veillard242590e1998-11-13 18:04:35 +000016460Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16461
16462 * parser.c, entities.c: simple bug hunting done during rpm2html and
16463 rpmfind integration.
16464
Daniel Veillard42dc9b31998-11-09 01:17:21 +000016465Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16466
16467 * parser.[ch]: Added interfaces allowing to specify a SAX
16468 handler before parsing.
16469
Daniel Veillarde3bffb91998-11-08 14:40:56 +000016470Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16471
16472 * parser.c: redirrect all errors reporting through the SAX
16473 error function
16474
Daniel Veillardda4d3c41998-11-04 20:07:05 +000016475Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16476
16477 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
16478 * libtool, tlmain ...: update of the libtool files
16479
Miguel de Icaza442321c1998-11-04 18:13:38 +0000164801998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
16481
16482 * entities.c: Use g_snprintf insteda of snprintf.
16483
Daniel Veillard0ba4d531998-11-01 19:34:31 +000016484Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16485
16486 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
16487 added ent5 test for this purpose.
16488 * parser.c, parser.h: formatting, comments and UTF-8 planning.
16489
Daniel Veillard27271681998-10-30 06:39:40 +000016490Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16491
16492 * parser.c: fixed? a strange error due to compression on a GWP
16493 document.
16494
Daniel Veillard25940b71998-10-29 05:51:30 +000016495Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16496
16497 * tree.[ch]: bug fixing
16498 * entities.[ch]: defined a specific type for predefined entities
16499 * doc/xml.html: more documentation on the library, how to use it,
16500 overview of the interfaces.
16501
Daniel Veillard16253641998-10-28 22:58:05 +000016502Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16503
16504 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
16505
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016506Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16507
Daniel Veillard10c6a8f1998-10-28 01:00:12 +000016508 * tree.c: corrected a small bug
16509 * doc/xml.html: continuing writing documentation.
16510
16511Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16512
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016513 * debugXML.h debugXML.c: added debugging utilities.
16514 * tester.c: added --debug switch.
16515 * tree.c: patched an incorrect node->type assignment.
16516 * parser.c: formatting, ensure that node->doc != NULL in attributes
16517
Daniel Veillardccb09631998-10-27 06:21:04 +000016518Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16519
16520 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
16521 entity support and provide an internal representation close to
16522 DOM one (entity ref nodes, and attribute value as tree). I tried
16523 to preserve the interface but this will surely break some apps
16524 (I have to change rpm2html/rpmfind for example). I had to change
16525 two interfaces, and the generated tree is somewhat different.
16526 * doc/* : started documenting the XML library, the tree and
16527 DOM/Corba. This is a first step.
16528
Daniel Veillard11e00581998-10-24 18:27:49 +000016529Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16530
16531 * parser.c: Set up the fonctions comment block, boring but useful.
16532 * parser.h, SAX.c, parser.c: now attributes are processed through
16533 the SAX interface. The problem is that my SAX interface diverged
16534 quite a bit from the original one, well this is not an official
16535 spec, and translating it from Java to C is hairy anyway...
16536
Daniel Veillard97b58771998-10-20 06:14:16 +000016537Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16538
16539 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
16540 fonctions comment block, boring but useful.
16541
16542Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard891e4041998-10-19 00:43:02 +000016543
16544 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
16545 conversion routines. However they are not yet used to convert the
16546 inputs. The core will run with UTF-8.
16547
Daniel Veillard33942841998-10-18 19:12:41 +000016548Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16549
16550 * tree.c : make sure that the type id is properly set-up when
16551 a new object is allocated, needed for DOM.
16552
Daniel Veillard27fb0751998-10-17 06:47:46 +000016553Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16554
16555 * tree.h, tree.c: Ok, the main objects in the tree will be native
16556 corba objects, it costs 8 bytes per Node, Attribute and Document
16557 but it simplifies the Corba integration a lot (no extra interface
16558 objects to allocate/free).
16559
Daniel Veillard0bef1311998-10-14 02:36:47 +000016560Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16561
16562 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
16563 and changed NODEs contants for conformity with DOM Level 1
16564
Daniel Veillard27864701998-10-08 03:47:24 +000016565Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16566
16567 * added hooks to keep track of servants when creating objects
16568 xmlDoc and xmlNode (for Corba export).
16569
Daniel Veillarda6e1d121998-10-04 14:41:05 +000016570Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16571
16572 * added xml-config script.
16573
Daniel Veillard7066a791998-10-01 20:28:28 +000016574Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16575
16576 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
16577 to autoupdate libtool and automake conf files.
16578
Miguel de Icaza60681bd1998-09-30 19:28:59 +0000165791998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
16580
16581 * Makefile.am: Use '?' to separate the sed
16582 commands as ',' is used when people pass -Wl,something.
16583
16584
Daniel Veillard15a8df41998-09-24 19:15:06 +000016585Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16586
16587 * tree.c, tree.h: added a per-document compression interface.
16588
Daniel Veillard151b1b01998-09-23 00:49:46 +000016589Tue Sep 22 20:47:38 EDT 1998
16590
16591 * tree.c, tree.h: added saving with compression and added interfaces
16592 to control the compression level (xmlGetCompressMode,
16593 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
16594
Daniel Veillard70120ff1998-09-22 00:24:21 +000016595Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16596
16597 * parser.c: corrected a loop for files of size 0
16598
Raja R Harinathd2e3abd1998-08-20 21:52:38 +0000165991998-08-20 Raja R Harinath <harinath@cs.umn.edu>
16600
16601 * error.h: New file. Contains prototyes from `error.c'.
16602
Tom Tromeyc19653d1998-08-14 01:22:43 +000016603Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
16604
16605 * Makefile.am (xmlincdir): New macro.
16606 (xmlinc_HEADERS): Renamed from include_HEADERS.
16607
Daniel Veillard845664d1998-08-13 04:43:19 +000016608Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16609
16610 * applied small patch on numeric entities from
16611 Christopher Blizzard <blizzard@appliedtheory.com>
16612
Daniel Veillard260a68f1998-08-13 03:39:55 +000016613Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16614
16615 * New release 0.2, removed the old xml_* files so that it's
16616 coherent with the other CVS base (W3C), far better conformance
16617 to standard, new namespaces, decent entities support, beginning
16618 of a SAX-like interface. Nearly nothing left intact, even the
16619 test examples ...
16620
Christopher Blizzarda36749e1998-07-30 21:47:18 +0000166211998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
16622
16623 * .cvsignore: Add .deps dir
16624
Daniel Veillardf8015fa1998-07-26 21:31:38 +000016625Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16626
16627 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
16628
Daniel Veillardfe926001998-07-26 04:28:20 +000016629Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016630
Daniel Veillardfe926001998-07-26 04:28:20 +000016631 * configure.in: added test for CPP
16632 * AUTHORS, Changelog: the original ones didn't get commited but the
16633 glib ones instead, fixed.
16634 * Makefile.am: corrected an error in library naming
Daniel Veillard01791d51998-07-24 19:24:09 +000016635
Daniel Veillardfe926001998-07-26 04:28:20 +000016636Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016637
Daniel Veillardfe926001998-07-26 04:28:20 +000016638 * integrated code developped at W3C
16639 * changed the original Copyright
16640 * migrated to automake
16641 * prefixed the filenames by xml_ to avoid filename clashes
Daniel Veillard01791d51998-07-24 19:24:09 +000016642