blob: bf2de35223955000ac19bf5fa70d9f877a2b75b8 [file] [log] [blame]
Daniel Veillard5f1946a2003-03-31 16:38:16 +00001Mon Mar 31 18:36:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
2
3 * relaxng.c: more work on bug #109225, and fixed an uninitialized
4 variable pointed out by valgrind
5
Daniel Veillarda507fbf2003-03-31 16:09:37 +00006Mon Mar 31 18:05:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
7
8 * relaxng.c: try to work on bug #109225 and provide better
9 error reports.
10 * result/relaxng/* : this change the output of a number of tests
11 * xinclude.c: fixing the parsed entity redefinition problem
12 raised on the list.
13 * test/schemas/date_0.xsd: updated the date test c.f. E2-12
14
Daniel Veillardb3721c22003-03-31 11:22:25 +000015Mon Mar 31 13:19:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
16
17 * xmlschemastypes.c: fixed date comparison to handle the tzo
18 The only failures left are disagreements on Notations and
19 '+1' not being allowed for ulong, uint, ushort and ubyte.
20
Daniel Veillard455cc072003-03-31 10:13:23 +000021Mon Mar 31 12:11:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
22
23 * xmlschemastypes.c: fixed gMonth parsing routine accordingly
24 to the XML Schemas errata
25 http://www.w3.org/2001/05/xmlschema-errata#e2-12
26
Daniel Veillarde637c4a2003-03-30 21:10:09 +000027Sun Mar 30 23:04:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
28
29 * relaxng.c xmlschemastypes.c: more work on XML Schemas datatypes
30 and facets support. Currently only schemas with binHex or
31 base64 don't compile. A few error left in the test suite:
32 found 1035 test instances: 919 success 23 failures
33 most are gdate or gdateyear failing check, and a few cases where
34 James clark tests results are strange.
35 * valid.c: allow to reuse the Notation checking routine without
36 having a validation context.
37 * SAX.c: removed a #if 0
38
Daniel Veillardb6c7f412003-03-29 16:41:55 +000039Sat Mar 29 17:35:05 CET 2003 Daniel Veillard <daniel@veillard.com>
40
41 * xinclude.c: forgot to apply one check from #106931 patch
42 * xmlschemastypes.c: more work on XML Schemas datatypes
43
Daniel Veillardc4c21552003-03-29 10:53:38 +000044Sat Mar 29 11:49:25 CET 2003 Daniel Veillard <daniel@veillard.com>
45
46 * relaxng.c include/libxml/relaxng.h xmlschemastypes.c: more work
47 on cleaning up XML Schemas datatypes based on James Clark tests
48 test/xsdtest/xsdtest.xml
49
Daniel Veillard80b19092003-03-28 13:29:53 +000050Fri Mar 28 14:24:08 CET 2003 Daniel Veillard <daniel@veillard.com>
51
52 * relaxng.c: implemented comparisons for Schemas values.
53 * xmlschemastypes.c include/libxml/xmlschemastypes.h: fixed
54 some bugs in duration handling, comparisons for durations
55 and decimals, removed all memory leaks pointed out by James
56 testsuite. Current status is now
57 found 238 test schemas: 197 success 41 failures
58 found 1035 test instances: 803 success 130 failures
59
Daniel Veillard91a13252003-03-27 23:44:43 +000060Fri Mar 28 00:41:55 CET 2003 Daniel Veillard <daniel@veillard.com>
61
62 * xmlschemas.c include/libxml/xmlschemas.h: fixed bugs and memory
63 leaks in the W3C XML Schemas code
64 * xmlschemastypes.c: implemented nonPositiveInteger
65 * test/schemas/length2_0.xsd result/schemas/length2_0_0.err:
66 fixed the test and result.
67
Daniel Veillard6560a422003-03-27 21:25:38 +000068Thu Mar 27 22:23:07 CET 2003 Daniel Veillard <daniel@veillard.com>
69
70 * HTMLparser.c tree.c: two patches from James Bursa on the HTML
71 parser and a typo
72 * xmlschemastypes.c: reindenting, fixing a memory access
73 problem with dates.
74
Daniel Veillard6c5b2d32003-03-27 14:55:52 +000075Thu Mar 27 15:53:35 CET 2003 Daniel Veillard <daniel@veillard.com>
76
77 * parser.c: fixing #109227 providing more context in case of
78 start/end tag mismatch
79 * python/tests/ctxterror.py python/tests/readererr.py: update the
80 tests accordingly
81
Daniel Veillardd9b72832003-03-27 14:24:00 +000082Thu Mar 27 15:22:41 CET 2003 Daniel Veillard <daniel@veillard.com>
83
84 * xinclude.c: should fix #109327 errors on memory accesses
85
Daniel Veillardc7e9b192003-03-27 14:08:24 +000086Thu Mar 27 15:06:13 CET 2003 Daniel Veillard <daniel@veillard.com>
87
88 * HTMLtree.c: Fixed reopening of #78662 <form action="...">
89 is an URI reference
90
Daniel Veillarde209b332003-03-26 21:40:13 +000091Wed Mar 26 22:38:39 CET 2003 Daniel Veillard <daniel@veillard.com>
92
93 * xpath.c: fixed bug #109160 on non-ASCII IDs
94
Daniel Veillard642104e2003-03-26 16:32:05 +000095Wed Mar 26 17:30:37 CET 2003 Daniel Veillard <daniel@veillard.com>
96
97 * parser.c: Norm suggested a nicer error message for xml:space values
98 errors
99
Daniel Veillarde4fa2932003-03-26 00:38:10 +0000100Wed Mar 26 01:34:19 CET 2003 Daniel Veillard <daniel@veillard.com>
101
102 * xpath.c include/libxml/xpath.h: first part of the fix to
103 performance bug #108905, adds xmlXPathOrderDocElems() providing
104 document order for nodes.
105 * python/libxml.c: Python may require TRIO as Albert Chin pointed out
106
Daniel Veillard09628212003-03-25 15:10:27 +0000107Tue Mar 25 16:07:00 CET 2003 Daniel Veillard <daniel@veillard.com>
108
109 * xmlschemastypes.c: removing a warning with Sun compiler
110 bug #109154
111
MST 2003 John Fleckda271742003-03-25 14:05:17 +0000112Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
113
114 * doc/xmllint.xml
115 * doc/xmllint.1
116 update xmllint man page with --relaxng option
117
Daniel Veillard2032d292003-03-25 11:09:40 +0000118Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
119
120 * python/setup.py.in : was missing "drv_libxml2.py"
121
Daniel Veillard9adc0462003-03-24 18:39:54 +0000122Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
123
124 * tree.c xpath.c: some changes related to the new way of
125 handling Result Value Tree, before 2.5.5
126
Daniel Veillardd8da01c2003-03-24 15:58:23 +0000127Mon Mar 24 16:36:23 CET 2003 Daniel Veillard <daniel@veillard.com>
128
129 * configure.in NEWS: preparing release 2.5.5
130 * doc/* : updated the documentation and regenerated it.
131
Daniel Veillardef0b4502003-03-24 13:57:34 +0000132Mon Mar 24 14:56:01 CET 2003 Daniel Veillard <daniel@veillard.com>
133
134 * xpath.c: fixed some problems related to #75813 about handling
135 of Result Value Trees
136
Daniel Veillard9231ff92003-03-23 22:00:51 +0000137Sun Mar 23 22:57:20 CET 2003 Daniel Veillard <daniel@veillard.com>
138
139 * uri.c: applied a set of patches from Lorenzo Viali correcting
140 URI parsing errors.
141
Daniel Veillard5f8d1a32003-03-23 21:02:00 +0000142Sun Mar 23 22:00:14 CET 2003 Daniel Veillard <daniel@veillard.com>
143
144 * parser.c: validity status was not passed back when validating in
145 entities, but raised by Oliver Fischer
146
Daniel Veillard04ee2f22003-03-23 20:31:46 +0000147Sun Mar 23 21:30:50 CET 2003 Daniel Veillard <daniel@veillard.com>
148
149 * HTMLtree.c: avoid escaping ',' in URIs
150
Daniel Veillardef8dd7b2003-03-23 12:02:56 +0000151Sun Mar 23 12:57:00 CET 2003 Daniel Veillard <daniel@veillard.com>
152
153 * parser.c: fixing bug #108976 get the ID/REFs to reference
154 the ID in the document content and not in the entity copy
155 * SAX.c include/libxml/parser.h: more checking of the ID/REF
156 stuff, better solution for #107208
157 * xmlregexp.c: removed a direct printf, dohhh
158 * xmlreader.c: fixed a bug on streaming validation of empty
159 elements in entities
160 * result/VC/ElementValid8 test/VCM/v20.xml result/valid/xhtml1.xhtml:
161 cleanup of the validation tests
162 * test/valid/id* test/valid/dtds/destfoo.ent result/valid/id*:
163 added more ID/IDREF tests to the suite
164
Daniel Veillard2cfd9df2003-03-22 22:39:16 +0000165Sat Mar 22 23:38:08 CET 2003 Daniel Veillard <daniel@veillard.com>
166
167 * xmlreader.c: fixed #107043 removing 2 warnings with Sun One
168 compiler.
169
Daniel Veillard20863822003-03-22 17:51:47 +0000170Sat Mar 22 18:50:45 CET 2003 Daniel Veillard <daniel@veillard.com>
171
172 * relaxng.c: valgrind'ed and cleaned up a couple of memory issues.
173
Daniel Veillard9ff2d472003-03-22 15:18:01 +0000174Sat Mar 22 16:15:50 CET 2003 Daniel Veillard <daniel@veillard.com>
175
176 * SAX.c: fix bug #107208 avoid false duplicates when ID/REFs are
177 defined in entities content
178
Daniel Veillard99737f52003-03-22 14:55:50 +0000179Sat Mar 22 15:53:27 CET 2003 Daniel Veillard <daniel@veillard.com>
180
181 * SAX.c: Fixed validation bug #108858 on namespace names using
182 entities and reported by Brent Hendricks
183 * xmllint.c: report xmlTextReaderHasValue() result in --stream
184 --debug output.
185
Daniel Veillard48ef4c92003-03-22 12:38:15 +0000186Sat Mar 22 13:32:39 CET 2003 Daniel Veillard <daniel@veillard.com>
187
188 * xmlreader.c: fixed bug #108801 reported by Malcolm Tredinnick
189 about the DocType node not being reported sometimes.
190 * python/tests/reader.py: added to test to the regression checks
191
Daniel Veillard120e8eb2003-03-22 01:00:34 +0000192Sat Mar 22 01:57:40 CET 2003 Daniel Veillard <daniel@veillard.com>
193
194 * xmlreader.c: fixed bug #108546 on long CDATA (or text nodes)
195 reported by Edd Dumbill
196
Daniel Veillard77a90a72003-03-22 00:04:05 +0000197Sat Mar 23 01:00:24 CET 2003 Daniel Veillard <daniel@veillard.com>
198
199 * HTMLparser.c parser.c parserInternals.c: patch from
200 johan@evenhuis.nl for #107937 fixing some line counting
201 problems, and some other cleanups.
202 * result/HTML/: this result in some line number changes
203
Daniel Veillard580ced82003-03-21 21:22:48 +0000204Fri Mar 21 22:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
205
206 * configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec
207 instead of libxml.spec
208 * relaxng.c: fixed some of the error reporting excessive
209 verbosity
210 * catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c
211 xmlschemastypes.c: removed some warnings from gcc
212 * doc/libxml2-api.xml: rebuilt
213
Daniel Veillarde063f482003-03-21 16:53:17 +0000214Fri Mar 21 17:25:23 CET 2003 Daniel Veillard <daniel@veillard.com>
215
216 * relaxng.c: another optimization, for choice this time
217 * result/relaxng/spec1* result/relaxng/tutor12_1*
218 result/relaxng/tutor3_7: cleanups.
219
Daniel Veillard0e3d3ce2003-03-21 12:43:18 +0000220Fri Mar 21 13:41:23 CET 2003 Daniel Veillard <daniel@veillard.com>
221
222 * relaxng.c: fixed xmlRelaxNGNodeMatchesList
223 * test/relaxng/testsuite.xml: augmented the test suite
224 * result/relaxng/spec1* result/relaxng/tutor12_1*: this fixes
225 some schemas validation tests in the presence of foreign
226 namespaces.
227
Daniel Veillardbbb78b52003-03-21 01:24:45 +0000228Fri Mar 21 02:23:34 CET 2003 Daniel Veillard <daniel@veillard.com>
229
230 * relaxng.c: added another interleave speedup.
231
Daniel Veillardef2e4ec2003-03-20 16:23:26 +0000232Thu Mar 20 17:22:00 CET 2003 Daniel Veillard <daniel@veillard.com>
233
234 * xmlschemastypes.c: added integer and fixed one of the
235 IDREFS regression tests pbm
236 * result/relaxng/docbook_0.err: updated
237
Daniel Veillard249d7bb2003-03-19 21:02:29 +0000238Wed Mar 19 21:58:47 CET 2003 Daniel Veillard <daniel@veillard.com>
239
240 * valid.c xmlschemastypes.c: attempt to cope with ID/IDREF(S)
241 declared both in the DTD and in the Schemas <grin/>
242 * relaxng.c: more debug, added a big optimization for <mixed>
243 * test/relaxng/testsuite.xml: augmented the testsuite
244 * test/relaxng/ result/relaxng: added the RelaxNG spec and a
245 DocBook example to the regression tests
246
Daniel Veillard798024a2003-03-19 10:36:09 +0000247Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com>
248
249 * check-xsddata-test-suite.py: cosmetic change for output
250 * relaxng.c: try to minimize calls to malloc/free for states.
251
Daniel Veillarda1a9d042003-03-18 16:53:17 +0000252Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com>
253
254 * tree.c: removed a warning
255 * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES
256 support
257 * check-relaxng-test-suite.py check-xsddata-test-suite.py:
258 cleanup/improvements of the regression tests batch
259 * test/relaxng/testsuite.xml: augmented libxml2 own testsuite
260
Daniel Veillard28c52ab2003-03-18 11:39:17 +0000261Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com>
262
263 * relaxng.c: fixed error msg cleanup deallocation
264 * xmlschemastypes.c: added a function to handle lists of
265 atomic types, added support for IDREFS
266
Daniel Veillardc3da18a2003-03-18 00:31:04 +0000267Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
268
269 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID
270 and IDREF, usable from RelaxNG now
271 * include/libxml/xmlschemastypes.h: need to add a new interface
272 because the validation modifies the infoset
273 * test/relaxng/testsuite.xml: extended the testsuite
274
Daniel Veillard952379b2003-03-17 15:37:12 +0000275Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
276
277 * relaxng.c: fixed the last core RelaxNG bug known #107083,
278 shemas datatype ID/IDREF support still missing though.
279 * xmlreader.c: fix a crashing bug with prefix raised by
280 Merijn Broeren
281 * test/relaxng/testsuite.xml: augmented the testsuite with
282 complex inheritance tests
283
Daniel Veillardfd573f12003-03-16 17:52:32 +0000284Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
285
286 * relaxng.c: switched back to the previous Relax-NG code base,
287 the derivation algorithm need severe constraining code to avoid
288 combinatorial explosion. Fixed the problem with Sebastian Rahtz
289 TEI based example and other bugs
290 * result/relaxng/*err: updated the results
291 * test/relaxng/testsuite.xml: started a new test suite
292
Daniel Veillard1564e6e2003-03-15 21:30:25 +0000293Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
294
295 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
296 that the original RelaxNG validation code was un-fixeable, it got
297 rewritten to use the derivation algorithm from James Clark and
298 redebugged it (nearly) from scratch:
299 found 373 test schemas: 372 success 1 failures
300 found 529 test instances: 529 success 0 failures
301
Daniel Veillard39eb88b2003-03-11 11:21:28 +0000302Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
303
304 * SAX.c parser.c: fix some recursion problems introduced in the
305 last release.
306 * relaxng.c: more debugging of the RNG validation engine, still
307 problems though.
308
Daniel Veillard5add8682003-03-10 13:13:58 +0000309Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
310
311 * Makefile.am: stop generating wrong result file with * in name
312 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
313 * result/relaxng/demo* test/relaxng/demo: added the tests from
314 Sebastian reproducing the problem.
315
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +0000316Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
317
Daniel Veillard5add8682003-03-10 13:13:58 +0000318 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
319 up Aleksey's change
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +0000320
Aleksey Sanin693c9bc2003-03-09 22:36:52 +0000321Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
322
323 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
324 variable to control the indentation for the xmllint "--format"
325 option
326
Igor Zlatkovic47ba1c72003-03-08 13:29:42 +0000327Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
328
329 * encoding.c: applied Gennady's patch against buffer overrun
330
Daniel Veillard42f12e92003-03-07 18:32:59 +0000331Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
332
333 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
334 Clark it appeared I had bug in URI parsing code ...
335 * relaxng.c include/libxml/relaxng.h: completely revamped error
336 reporting to not loose message from optional parts.
337 * xmllint.c: added timing for RNG validation steps
338 * result/relaxng/*: updated the result, all error messages changed
339
Daniel Veillardedfd5882003-03-07 14:20:40 +0000340Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
341
342 * xpath.c: fix bug #107804, the algorithm used for document order
343 computation was failing on attributes.
344
Daniel Veillard83391282003-03-06 21:37:30 +0000345Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
346
347 * valid.c: fix bug #107764 , possibility of buffer overflow
348 in xmlValidDebug()
349
Daniel Veillard6c73cb82003-03-05 16:45:40 +0000350Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
351
352 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
353 from Philipp Dunkel
354
Daniel Veillard5f704af2003-03-05 10:01:43 +0000355Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
356
357 * xmlschemastype.c: made powten array static it should not be exported
358 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
359 parser function.
360 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
361
Daniel Veillard7b72ee52003-02-27 23:24:53 +0000362Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
363
364 * tree.c: fixed a node dump crash on attributes
365 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
366 an URI test bug and get better output.
367
Daniel Veillard463a5472003-02-27 21:30:32 +0000368Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
369
370 * check-xsddata-test-suite.py: give more infos
371 * relaxng.c: fix a bug reported by Sebastian Rahtz and
372 REF->DEF in attribute values.
373
Daniel Veillardeb7189f2003-02-27 20:11:13 +0000374Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
375
376 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
377 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
378 regression tests from James Clark.
379
Daniel Veillard8bc6cf92003-02-27 17:42:22 +0000380Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
381
382 * relaxng.c xmlschemas.c xmlschemastypes.c
383 include/libxml/xmlschemastypes.h: added param support for relaxng
384 type checking, started to increment the pool of simple types
385 registered, still much work to be done on simple types and
386 facets checkings.
387
Daniel Veillard19ab45b2003-02-26 15:49:03 +0000388Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
389
390 * entities.c: fixes again one of the problem raised by
391 James Clark in #106788
392
Daniel Veillardc482e262003-02-26 14:48:48 +0000393Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
394
395 * relaxng.c: Fixed a couple of problem raised by James Clark
396 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
397 datatype level still not fixed though.
398
Daniel Veillard17bed982003-02-24 20:11:43 +0000399Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
400
401 * configure.in: preparing release 2.5.4
402 * doc/*: updated and rebuilt the docs
403 * relaxng.c: removed warnings
404 * result/relaxng/*: updated the results
405
Daniel Veillardf4be0182003-02-24 19:54:33 +0000406Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
407
408 * valid.c: fixes a DTD regexp generation problem.
409
Daniel Veillard02111c12003-02-24 19:14:52 +0000410Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
411
412 * parser.c: fixes bug #105998 about false detection of
413 attribute consumption loop.
414
Daniel Veillard2406abd2003-02-24 18:16:47 +0000415Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
416
417 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
418
Daniel Veillardfcc822e2003-02-24 17:52:08 +0000419Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
420
421 * SAX.c: fixed bug #105992
422
Daniel Veillard3ebc7d42003-02-24 17:17:58 +0000423Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
424
425 * tree.c: fixed xmlSetProp and al. when the node passed is not an
426 element.
427 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
428 found 373 test schemas: 369 success 4 failures
429 found 529 test instances: 525 success 4 failures
430 * check-relaxng-test-suite.py: added memory debug reporting
431
Daniel Veillardc64b8e92003-02-24 11:47:13 +0000432Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
433
434 * uri.c parser.c: some warning removal on Igor's patch
435 * tree.c: seems I messed up with #106788 fix
436 * python/libxml.c: fixed some base problems when Python provides
437 the resolver.
438 * relaxng.c: fixed the interleave algorithm
439 found 373 test schemas: 364 success 9 failures
440 found 529 test instances: 525 success 4 failures
441 the resulting failures are bug in the algorithm from 7.3 and
442 lack of support for params
443
Daniel Veillard0046c0f2003-02-23 13:52:30 +0000444Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
445
446 * parser.c: another fix for nodeinfo in entities problem
447 * tree.c entities.c: fixed bug #106788 from James Clark
448 some spaces need to be serialized as character references.
449
Igor Zlatkovic40ed73b2003-02-23 13:40:12 +0000450Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
451
452 * parser.c uri.c: fixed the bug I introduced in the path
453 handling, reported by Sebastian Bergmann
454
Daniel Veillard44e1dd02003-02-21 23:23:28 +0000455Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
456
457 * parser.c: fixing some nodeinfo in entities problem raised
458 by Glenn W. Bach
459 * relaxng.c: implemented the first section 7.3 check
460 * result/relaxng/*: updated the results
461
Daniel Veillardc5312d72003-02-21 17:14:10 +0000462Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
463
464 * relaxng.c: fixed some problems in the previous commit
465 and finished implementing 4.16 rules checking
466 found 373 test schemas: 353 success 20 failures
467 found 529 test instances: 519 success 6 failures
468 * result/relaxng/*: updated the results
469
Daniel Veillard4c5cf702003-02-21 15:40:34 +0000470Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
471
472 * relaxng.c: implemented checks from section 7.2
473
Daniel Veillard77648bb2003-02-20 15:03:22 +0000474Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
475
476 * relaxng.c: implemented the checks from section 7.1, fixed
477 some of the 4.20 and 4.21 problems.
478 found 373 test schemas: 338 success 35 failures
479 found 529 test instances: 519 success 6 failures
480 * result/relaxng/*: updated the results
481
Daniel Veillard1c745ad2003-02-20 00:11:02 +0000482Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
483
484 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
485 * result/relaxng/*: updated the results
486
Daniel Veillardce14fa52003-02-19 17:32:48 +0000487Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
488
489 * relaxng.c: more bugfixes
490 * result/relaxng/*: updated the results
491
Igor Zlatkovic7e1d1582003-02-19 14:51:44 +0000492Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
493
494 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
495 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
496 * SAX.c: ensured xmlDoc.URL is always canonic
497 * parser.c: obsoleted xmlNormalizeWindowsPath
498 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
499 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
500 * win32/libxml2.def.src: added few exports
501
502
Daniel Veillard2e9b1652003-02-19 13:29:45 +0000503Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
504
505 * Makefile.am configure.in: patched to have shared libraries
506 for Python regression tests and static binaries for gdb debug
507 in my development environment
508 * relaxng.c: more bugfixes
509 found 373 test schemas: 296 success 77 failures
510 found 529 test instances: 516 success 8 failures
511 * result/relaxng/*: updated the results
512
Daniel Veillard8fe98712003-02-19 00:19:14 +0000513Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
514
515 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
516
Daniel Veillardd4310742003-02-18 21:12:46 +0000517Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
518
519 * xmlschemastypes.c: float/double check bugfix
520 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
521 validation
522 * xmlreader.c: add a TODO for Jody
523 * relaxng.c: bugfix bugfix bugfix
524 found 373 test schemas: 300 success 73 failures
525 found 529 test instances: 507 success 10 failures
526 * result/relaxng/*: updated the results
527
Daniel Veillard2df2de22003-02-17 23:34:33 +0000528Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
529
530 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
531
Daniel Veillard416589a2003-02-17 17:25:42 +0000532Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
533
534 * relaxng.c check-relaxng-test-suite.py: more work on the
535 RelaxNG implementation conformance testing.
536 found 373 test schemas: 284 success 89 failures
537 found 529 test instances: 448 success 47 failures
538 * result/relaxng/*: updated the results
539
Daniel Veillard784b9352003-02-16 15:50:27 +0000540Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
541
542 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
543 a patch from Kjartan Maraas to fix some typos
544
Daniel Veillardfebcca42003-02-16 15:44:18 +0000545Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
546
547 * relaxng.c: more bug-hunting
548 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
549 intermediate rng tree
550 * python/generator.py: patch from Stephane Bidoul to fix the generator
551 on python < 2.2
552
Daniel Veillardd2298792003-02-14 16:54:11 +0000553Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
554
555 * check-relaxng-test-suite.py relaxng.c: more testing on the
556 Relax-NG front, cleaning up the regression tests failures
557 current state and I forgot support for "mixed":
558 found 373 test schemas: 280 success 93 failures
559 found 529 test instances: 401 success 68 failures
560 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
561 moved the Name, NCName and QName validation routine in tree.c
562 * uri.c: fixed handling of URI ending up with #, i.e. having
563 an empty fragment ID.
564 * result/relaxng/*: updated the results
565
Daniel Veillard9a237c92003-02-13 15:52:58 +0000566Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
567
568 * check-xinclude-test-suite.py: improved the script accordingly
569 to the XInclude regression tests updates
570 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
571 November 2002
572 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
573 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
574 augmented the Xpointer testsuite for the element() scheme
575
Daniel Veillardf4b4f982003-02-13 11:02:08 +0000576Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
577
578 * relaxng.c: added TODO for the DTD compatibility spec
579 * xinclude.c: more bug fixes driven by the testsuite
580
Daniel Veillardd581b7e2003-02-11 18:03:05 +0000581Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
582
583 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
584 regression tests for XInclude, improved the script, improving
585 XInclude error reporting mechanism
586
Daniel Veillard1d788d22003-02-10 16:21:58 +0000587Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
588
589 * NEWS doc/* configure.in: preparing release 2.5.3
590
Daniel Veillardfd7ce5f2003-02-10 16:12:39 +0000591Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
592
593 * tree.c: trying to fix #104934 about some XHTML1 serialization
594 issues.
595
Daniel Veillard809faa52003-02-10 15:43:53 +0000596Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
597
598 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
599 encoding conversion when the input buffer stops in the
600 middle of a multibyte char
601
Daniel Veillard1703c5f2003-02-10 14:28:44 +0000602Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
603
604 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
605 * check-relaxng-test-suite.py: python script to run regression
606 against OASIS RelaxNG testsuite
607 * relaxng.c: some cleanup tweaks
608 * HTMLparser.c globals.c: cleanups in comments
609 * doc/libxml2-api.xml: updated the API
610 * result/relaxng/*: errors moved files, so large diffs but
611 no changes at the semantic level.
612
Daniel Veillard6aa2f602003-02-10 00:01:56 +0000613Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
614
615 * tree.c: fixing #105678 problem when dumping a namespace node.
616
Daniel Veillard591b4be2003-02-09 23:33:36 +0000617Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
618
619 * xpath.c: fixed doc comment problems
620 * python/generator.py python/libxml_wrap.h python/types.c: adding
621 RelaxNG wrappers
622 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
623 test of those early Python RelaxNG bindings
624
625Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
Daniel Veillard231d7912003-02-09 14:22:17 +0000626
627 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
628 * relaxng.c: found the validation problem I had with interleave
629 when not covering all remaining siblings
630 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
631 testsuite and check the RNG schemas against the RNG schemas
632 given in appendix A
633
Igor Zlatkovic6dacee62003-02-08 17:52:57 +0000634Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
635
636 * win32/Makefile.msvc: updates for RelaxNG
637 * win32/Makefile.mingw: updates for RelaxNG
638 * win32/libxml2.def.src: added RelaxNG exports
639
Daniel Veillard97fd5672003-02-07 13:01:54 +0000640Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
641
642 * xinclude.c: applied another bug fix from Sean Chittenden
643
Daniel Veillardef4d3bc2003-02-07 12:38:22 +0000644Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
645
646 * configure.in xmllint.c: I f...ed up the default configuration
647 of schemas and --relaxng option display in xmllint, pointed by
648 Morus Walter.
649 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
650 detection module, fixes bug #105374.
651
Daniel Veillardc5a70f22003-02-06 23:41:59 +0000652Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
653
654 * xmlschemastypes.c: added the boolean base type.
655
Daniel Veillard96a4b252003-02-06 08:22:32 +0000656Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
657
658 * xmlschemastypes.c: started implementing some of the missing
659 default simple types
660 * result/relaxng/*: updated the results
661
Daniel Veillard72fef162003-02-05 14:31:19 +0000662Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
663
664 * NEWS doc/*: updated the docs, ready for 2.5.2 release
665
Daniel Veillard71531f32003-02-05 13:19:53 +0000666Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
667
668 * HTMLparser.c tree.c xmlIO.c: comments cleanups
669 * Makefile.am: use xmllint for doing the RelaxNG tests
670 * configure.in: preparing 2.5.2 made schemas support default to
671 on instead of off
672 * relaxng.c: removed the verbosity
673 * xmllint.c: added --relaxng option
674 * python/generator.py python/libxml_wrap.h: prepared the integration
675 of the new RelaxNG module and schemas
676 * result/relaxng/*: less verbose output
677
Daniel Veillardec498e12003-02-05 11:01:50 +0000678Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
679
680 * valid.c: do not run content model validation if the
681 content is not determinist
682
Daniel Veillardde590ca2003-02-05 10:45:26 +0000683Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
684
685 * SAX.c: added the redefinition of namespaced attribute
686 check that was missing as Fabrice Desré pointed out.
687
Daniel Veillard930dfb62003-02-05 10:17:38 +0000688Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
689
690 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
691 improvements from Nick Kew, allowing to do more checking
692 to HTML elements and attributes.
693
Daniel Veillard4287c572003-02-04 22:48:53 +0000694Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
695
696 * xinclude.c: fixing bug #105137 about entities declaration
697 needing to be copied to the including document.
698
Daniel Veillard652d8a92003-02-04 19:28:49 +0000699Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
700
701 * catalog.c: fixed bug #104817 with delegateURI
702 * xpath.c: fixing bugs #104123 and #104125
703
Daniel Veillard0e298ad2003-02-04 16:14:33 +0000704Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
705
706 * configure.in valid.c xmlreader.c python/libxml_wrap.h
707 python/types.c: fixing #104096 to compile without regexps
708
Daniel Veillard57e79b32003-02-04 15:33:12 +0000709Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
710
711 * valid.c: fixing bug #103969 forgot to add an epsilon transition
712 when building the automata for elem*
713
Daniel Veillard358a9892003-02-04 15:22:32 +0000714Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
715
716 * HTMLparser.c: applied patch from Arne de Bruijn fixing
717 bug #103827
718
Daniel Veillardeb137172003-02-04 15:18:06 +0000719Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
720
721 * HTMLparser.c: updating a comment, fixing #103776
722
Daniel Veillard8d589042003-02-04 15:07:21 +0000723Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
724
725 * parser.c: fixing bug 105049 for validity checking of content
726 within recursive entities.
727
Daniel Veillarde5b110b2003-02-04 14:43:39 +0000728Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
729
730 * HTMLparser.c: try to fix # 105049
731 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
732 * tree.c: updated a function comment
733
Daniel Veillard419a7682003-02-03 23:22:49 +0000734Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
735
736 * relaxng: more work on grammars and refs/defs
737 * test/relaxng/* result/relaxng/*: augmented/updated the
738 regression tests
739
Daniel Veillard144fae12003-02-03 13:17:57 +0000740Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
741
742 * relaxng: more work on name classes, except support
743 * test/relaxng/* result/relaxng/*: augmented/updated the
744 regression tests
745
Daniel Veillard1ed7f362003-02-03 10:57:45 +0000746Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
747
748 * relaxng: more work on name classes, the "validate all" schemas
749 seems to work now.
750 * test/relaxng/* result/relaxng/*: augmented/updated the
751 regression tests
752
Daniel Veillard3b2e4e12003-02-03 08:52:58 +0000753Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
754
755 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
756 * parser.c: put a guard against infinite document depth, basically
757 trying to avoid another kind of DoS attack.
758 * relaxng.c: some code w.r.t. nameClasses
759
Daniel Veillardfc1a4502003-02-02 16:02:55 +0000760Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
761
762 * test/relaxng/* result/relaxng/*: check all the namespace support
763 was actually correct based on tutorial section 10.
764
Daniel Veillarde2a5a082003-02-02 14:35:17 +0000765Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
766
767 * relaxng: include seems to work okay now
768 * test/relaxng/* result/relaxng/*: augmented/updated the
769 regression tests
770
Daniel Veillarda9d912d2003-02-01 17:43:10 +0000771Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
772
773 * relaxng.c: a bit of work done in the train back.
774 * test/relaxng/*: added one of the include tests
775
Daniel Veillard154877e2003-01-30 12:17:05 +0000776Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
777
778 * relaxng: more work done in the train
779 * test/relaxng/* result/relaxng/*: augmented/updated the
780 regression tests
781
Daniel Veillarde431a272003-01-29 23:02:33 +0000782Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
783
784 * relaxng.c: debugging of externalRef
785 * test/relaxng/* result/relaxng/*: augmented/updated the
786 regression tests
787
Daniel Veillardd41f4f42003-01-29 21:07:52 +0000788Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
789
790 * relaxng.c: more work on Relax-NG, implementing externalRef
791 * test/relaxng/* result/relaxng/*: augmented/updated the
792 regression tests
793 * Makefile.am: cleanup to Relaxtests target
794
Daniel Veillardb08c9812003-01-28 23:09:49 +0000795Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
796
797 * relaxng.c: more work on Relax-NG, implementing interleave
798 * test/relaxng/* result/relaxng/*: augmented/updated the
799 regression tests
800
Daniel Veillard76fc5ed2003-01-28 20:58:15 +0000801Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
802
803 * relaxng.c: more work on Relax-NG, implementing interleave
804 * test/relaxng/* result/relaxng/*: augmented/updated the
805 regression tests
806
MST 2003 John Fleckda81d192003-01-27 14:35:56 +0000807Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
808
809 * doc/tutorial/customfo.xsl
810 * doc/tutorial/customhtml.xsl
811 adding stylesheet customizations used to generate fo
812 for pdf and html
813
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000814Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
815
816 * relaxng.c: more work on Relax-NG
817 * test/relaxng/* result/relaxng/*: augmented/updated the
818 regression tests
819 * xmlschemastypes.c: added a number of base type definition but not
820 the associated checks, those are still TODOs
821
MST 2003 John Fleck731967e2003-01-27 00:39:50 +0000822Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
823
824 in docs/tutorial:
825 * apa.html
826 * apb.html
827 * apc.html
828 * apd.html
829 * ape.html
830 * apf.html
831 * apg.html
832 * ar01s02.html
833 * ar01s03.html
834 * ar01s04.html
835 * ar01s05.html
836 * ar01s06.html
837 * ar01s07.html
838 * ar01s08.html
839 * index.html
840 * xmltutorial.pdf
841 * xmltutorial.xml
842 add index to tutorial
843
MST 2003 John Fleck937362d2003-01-27 00:04:32 +0000844Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
845
846 * doc/xmlcatalog.1
847 * doc/xmlcatalog_man.html
848 * doc/xmlcatalog_man.xml
849 belatedly fixing bug #93622 (adds rewriteURI type to
850 "--add" option in xmlcatalog man page
851
Daniel Veillard3be27512003-01-26 19:49:04 +0000852Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
853
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000854 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
Daniel Veillard3be27512003-01-26 19:49:04 +0000855 Julio Merino, closing #104475
856
Daniel Veillardea3f3982003-01-26 19:45:18 +0000857Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
858
859 * relaxng.c: more work on Relax-NG
860 * test/relaxng/* result/relaxng/*: augmented/updated the
861 regression tests
862
Daniel Veillardedc91922003-01-26 00:52:04 +0000863Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
864
865 * relaxng.c: more work on Relax-NG
866 * test/relaxng/* result/relaxng/*: augmented/updated the
867 regression tests
868
Daniel Veillarddd1655c2003-01-25 18:01:32 +0000869Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
870
871 * README: updated the policy on private mail answers
872 * relaxng.c: more work on Relax-NG
873 * test/relaxng/* result/relaxng/*: augmented/updated the
874 regression tests
875
Daniel Veillard7424eb62003-01-24 14:14:52 +0000876Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
877
878 * error.c parser.c tree.c: applied a documentation patch from
879 Stefan Kost
880
Daniel Veillard276be4a2003-01-24 01:03:34 +0000881Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
882
883 * relaxng.c: more work on Relax-NG
884 * doc/*: regenerated the docs
885 * test/relaxng/* result/relaxng/*: updated and augmented the
886 Relax-NG regression tests and results
887
Daniel Veillard6eadf632003-01-23 18:29:16 +0000888Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
889
890 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
891 First commit of the new Relax-NG validation code, not generally
892 useful yet.
893 * test/relaxng/* result/relaxng/*: current state of the regression
894 tests
895
Daniel Veillard814a76d2003-01-23 18:24:20 +0000896Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
897
898 * tree.c: minimized the memory allocated for GetContent
899 and a bit of cleanup.
900
Daniel Veillardff12c492003-01-23 16:42:55 +0000901Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
902
903 * python/generator.py: seems there is no good reasons to
904 not generate bindings for XPointer
905
Daniel Veillard540a31a2003-01-21 11:21:07 +0000906Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
907
908 * xmlreader.c doc/apibuild.py: applied a new patch from
909 Stéphane Bidoul for cleanups
910 * doc/libxml2-api.xml: rebuilt the API description with
911 new entry points
912
Daniel Veillard417be3a2003-01-20 21:26:34 +0000913Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
914
915 * xmlreader.c python/drv_libxml2.py python/generator.py
916 python/libxml.c python/libxml.py python/libxml_wrap.h
917 python/types.c: patch from Stéphane Bidoul for better per
918 context error message APIs
919 * python/tests/ctxterror.py python/tests/readererr.py:
920 update of the tests
921
MST 2003 John Fleck97ddfc02003-01-20 00:09:57 +0000922Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
923
924 * doc/guidelines.html
925 grammar and spelling cleanup
926
Daniel Veillard26f70262003-01-16 22:45:08 +0000927Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
928
929 * xmlreader.c include/libxml/xmlreader.h python/generator.py
930 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
931 a patch from Stéphane Bidoul to allow per XMLtextReader error
932 and warning handling
933 * python/tests/Makefile.am python/tests/readererr.py: adding the
934 specific regression test
935
Daniel Veillard71f9d732003-01-14 16:07:16 +0000936Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
937
938 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
939 should raise a syntax error
940
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000941Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
942
943 * python/libxml.c: cleanup patch from Stéphane Bidoul
944
Daniel Veillard81601f92003-01-14 13:42:37 +0000945Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
946
947 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
948
Daniel Veillarde6227e02003-01-14 11:42:39 +0000949Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
950
951 * python/generator.py python/libxml.c python/libxml.py
952 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000953 from Stéphane Bidoul to provide per parser error handlers at the
Daniel Veillarde6227e02003-01-14 11:42:39 +0000954 Python level.
955 * python/tests/Makefile.am python/tests/ctxterror.py: added a
956 regression test for it.
957
Daniel Veillard4dbe77a2003-01-14 00:17:42 +0000958Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
959
960 * xmlreader.c: fixed the streaming property of the reader,
961 it was generating tree faster than consuming it. Pointed out
962 by Nate Myers
963 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
964
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000965Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
966
Igor Zlatkovicd31876c2003-01-12 21:43:13 +0000967 * win32/libxml2.def.src: added more xmlreader and other exports
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000968
Daniel Veillard8e7e1c02003-01-10 17:06:09 +0000969Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
970
971 * xpath.c: fix to the XPath implementation for parent and
972 ancestors axis when operating on a Result Value Tree.
973 Fixes bug #100271
974
Daniel Veillardcacbe5d2003-01-10 16:09:51 +0000975Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
976
977 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
978 to fix some URI/file escaping problems
979
Daniel Veillard3b87b6b2003-01-10 15:21:50 +0000980Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
981
982 * python/generator.py: fixed a bug raised by Raymond Wiker,
983 docSetRootElement() should not raise an exception if the
984 return is None
985
Daniel Veillard3e20a292003-01-10 13:14:40 +0000986Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
987
988 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
989 fixed bug #102181 by applying the suggested change and fixing
990 the generation/registration problem.
991
Daniel Veillarde55e8e42003-01-10 12:50:02 +0000992Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
993
994 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
995 routines.
996
Daniel Veillard8f872442003-01-09 23:19:02 +0000997Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
998
999 * parser.c: one more IsEmptyElement crazyness, that time in
1000 external parsed entities if substitution is asked.
1001 * python/tests/reader3.py: added a specific test.
1002
Daniel Veillarde329fc22003-01-09 21:36:42 +00001003Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
1004
1005 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
1006 support and improved error handler registration
1007
Daniel Veillard5ecaf7f2003-01-09 13:19:33 +00001008Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1009
1010 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
1011 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
1012 * README: fixed a link
1013
Daniel Veillarde2830f12003-01-08 17:47:49 +00001014Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
1015
1016 * configure.in doc/* NEWS: preparing 2.5.1 release
1017 * SAX.c parser.c: fixing XmlTextReader bug
1018
Daniel Veillard8bf70b92003-01-07 23:14:24 +00001019Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
1020
1021 * SAX.c: fuck, I introduced a memory leak on external parsed
1022 entities in 2.5.0 :-(
1023
Daniel Veillard56ada1d2003-01-07 11:17:25 +00001024Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
1025
1026 * xmllint.c: another fix needed as pointed by Christophe Merlet
1027 for --stream --debug if compiled without debug support.
1028
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +00001029Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
1030
1031 * doc/xmllint.xml
Daniel Veillard56ada1d2003-01-07 11:17:25 +00001032 * doc/xmllint.1:
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +00001033 update man page with --stream and --chkregister
1034
Daniel Veillard8326e732003-01-07 00:19:07 +00001035Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1036
1037 * globals.c: fixed --with-threads compile
1038 * xmllint.c: fixed --without-debug compile
1039 * include/libxml/globals.h: cleanup
1040 * include/libxml/schemasInternals.h: add a missing include
1041
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001042Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1043
1044 * configure.in NEWS: preparing 2.5.0 release
1045 * SAX.c: only warn in pedantic mode about namespace name
1046 brokeness
1047 * globals.c: fix a doc generation problem
1048 * uri.c: fix #101520
1049 * doc/*: updated and rebuilt the doc for the release, includuding
1050 stylesheet update
1051 * python/Makefile.am: fix a filename bug
1052
1053Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
1054
1055 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
1056 should not be called.
1057
1058Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
1059
1060 * libxml-2.0.pc.in: applied the patch to fix #101894
1061
1062Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
1063
1064 * tree.c : applied patch from Lukas Schroeder for register callbacks
1065 * valid.c: modified patch from Lukas Schroeder to test
1066 register callbacks with --chkregister
1067
1068Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
1069
1070 * xmlreader.c: seriously changed the way data are pushed to
1071 the underlying parser, go by block of 512 bytes instead of
1072 tryng to detect tag boundaries at that level. Changed the
1073 way empty element are detected and tagged.
1074 * python/tests/reader.py python/tests/reader2.py
1075 python/tests/reader3.py: small changes mostly due to context
1076 reporting being different and DTD node being reported. Some
1077 errors previously undetected are now caught and fixed.
1078 * doc/xmlreader.html: flagged last section as TODO
1079
1080Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
1081
1082 * python/libxml.py: integrated the Python 2.2 optimizations
1083 from Hannu Krosing, while maintaining compatibility with
1084 1.5 and 2.1
1085
1086Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
1087
1088 * xmllint.c: a bit of cleanup
1089 * xmlreader.c: small fix
1090 * doc/xmlreader.html: more work on the XmlTextReader tutorial
1091 * python/libxml.py: a few fixes pointed out by Hannu Krosing
1092
1093Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
1094
1095 * python/setup.py.in: patch from Stéphane Bidoul to include
1096 drv_libxml2.py in setup.py
1097
1098Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
1099
1100 * doc/xmlreader.html: starting documenting the new XmlTextReader
1101 interface.
1102
1103Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1104
1105 * xmllint.c: added the --stream flag to use the TextReader API
1106 * xmlreader.c: small performance tweak
1107
1108Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1109
1110 * xmlreader.c python/tests/reader2py: okay the DTD validation
1111 code on top of the XMLTextParser API should be solid now.
1112
1113Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
1114
1115 * xmlreader.c python/tests/reader2py: Fixing some more mess
1116 with validation and recursive entities while using the
1117 reader interface, it's getting a bit messy...
1118
1119Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1120
1121 * xmlreader.c python/tests/reader.py: another couple of problem
1122 related to IsEmptyElement reported by Stéphane Bidoul needed
1123 some fixes.
1124
1125Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1126
1127 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
1128 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
1129 based on the python XmlTextReader interface.
1130
1131Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
1132
1133 * tree.c: backing out one change in the last patch which broke the
1134 regression tests
1135
1136Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
1137
1138 * global.data globals.c tree.c include/libxml/globals.h: applied
1139 an old patch from Lukas Schroeder to track node creation and
1140 destruction. Probably missing a lot of references at the moment
1141 and not usable reliably.
1142
1143Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1144
1145 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
1146 from doc/news.html and a stylesheet
1147
1148Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
1149
1150 * xmlreader.c python/tests/reader.py: fixed another couple of
1151 xmlreader bugs reported by Stéphane Bidoul and added tests.
1152
1153Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1154
1155 * xmlreader.c python/tests/reader2.py: fixed another validity
1156 checking in external parsed entities raised by Stéphane Bidoul
1157 and added a specific regression test.
1158 * python/tests/reader3.py: cleanup
1159
1160Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1161
1162 * xmlreader.c python/tests/reader2.py: fixed a problem with
1163 validation within entities pointed by Stéphane Bidoul, augmented
1164 the tests to catch those.
1165
1166Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
1167
1168 * python/generator.py: modified the generator to allow keeping
1169 class references when creating new classes, needed to fix a bug
1170 pointed by Stéphane Bidoul where the input buffer of the
1171 xmlTextReader instance gets destroyed if the python wrapper for
1172 the input is not referenced anymore.
1173
1174Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
1175
1176 * xmlreader.c python/tests/reader.py: fixed another pair of problem
1177 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
1178
1179Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1180
1181 * xmlreader.c python/tests/reader.py: fixed another problem
1182 pointed by Stéphane Bidoul
1183
1184Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1185
1186 * xmlreader.c python/tests/reader.py: fixed a limit case problem
1187 with "<a/>"
1188
1189Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1190
1191 * SAX.c: warn on xmlns:prefix="foo"
1192 * xmlreader.c python/tests/reader.py: fixed a couple of problem
1193 for namespace attributes handling.
1194
1195Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1196
1197 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
1198 a really nasty problem raised by a DocBook XSLT transform
1199 provided by Sebastian Bergmann
1200
1201Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
1202
1203 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
1204 by Stéphane Bidoul and integrated it into the tests
1205
1206Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
1207
1208 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
1209 extended the XmlTextReader API a bit, addding accessors for
1210 the current doc and node, and an entity substitution mode for
1211 the parser.
1212 * python/libxml.py python/libxml2class.txt: related updates
1213 * python/tests/Makefile.am python/tests/reader.py
1214 python/tests/reader2.py python/tests/reader3.py: updated a bit
1215 the old tests and added a new one to test the entities handling
1216
1217Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
1218
1219 * python/generator.py python/libxml2class.txt
1220 python/tests/reader.py python/tests/reader2.py: changed the
1221 generator to provide casing for the XmlTextReader similar to
1222 C# so that examples and documentation are more directly transposable.
1223 Fixed the couple of tests in the suite.
1224
1225Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
1226
1227 * doc/guidelines.html: added a document on guildeline for
1228 publishing and deploying XML
1229
1230Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1231
1232 * valid.c xmlreader.c: final touch running DTD validation
1233 on the XmlTextReader
1234 * python/tests/Makefile.am python/tests/reader2.py: added a
1235 specific run based on the examples from test/valid/*.xml
1236
1237Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
1238
1239 * python/libxml.py: added a few predefined xmlTextReader parser
1240 configuration values.
1241
1242Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1243
1244 * python/libxml_wrap.h: trying to fix #102037
1245
1246Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1247
1248 * SAX.c: fixing bug #95296, when the predefined entities
1249 are redefined in the DTD the default one must be used
1250 instead anyway.
1251
1252Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
1253
1254 * doc/xmllint.xml
1255 * doc/xmllint.1
1256 Add discussion of XML_DEBUG_CATALOG to xmllint man
1257 page - bug #100907
1258
1259
1260Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1261
1262 * xmlreader.c: Fixed the empty node detection to avoid reporting
1263 an inexistant close tag.
1264
1265Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1266
1267 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
1268 for Python 2.1
1269
1270Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1271
1272 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
1273
1274Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1275
1276 * doc/libxml2-api.xml python/tests/reader.py: one really need
1277 to provide the base URI information when creating a reader parser
1278 from an input stream. Updated the API and the example using it.
1279
1280Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
1281
1282 * testReader.c xmlreader.c valid.c include/libxml/tree.h
1283 include/libxml/valid.h include/libxml/xmlreader.h: working on
1284 DTD validation on top of xml reader interfaces. Allows to
1285 validate arbitrary large instances. This required some extensions
1286 to the valid module interface and augmenting the size of xmlID
1287 and xmlRef structs a bit.
1288 * uri.c xmlregexp.c: simple cleanup.
1289
1290Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1291
1292 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
1293 work on the xml reader interfaces.
1294 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
1295 Web page for the Windows binaries.
1296
1297Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1298
1299 * xmlIO.c: applied a patch for VMS following the report by
1300 Nigel Hall
1301
1302Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
1303
1304 * parser.c: the parseStartTag bug fix wasn't complete.
1305
1306Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
1307
1308 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
1309 parseStartTag, fixing it.
1310 * test/att4 result/att4 result/noent/att4: adding the test
1311 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
1312 more methods to XmlTextReader.
1313
1314Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1315
1316 * win32/libxml2.def.src: added more xml reader exports
1317 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
1318 to the build
1319
1320Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
1321
1322 * doc/tutorial/xmltutorial.xml
1323 plus generated html and pdf
1324 Updating tutorial again based on further comments from Niraj
1325 Tolia on the last iteration
1326
1327Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
1328
1329 * doc/tutorial/xmltutorial.xml
1330 * doc/tutorial/includekeyword.c
1331 * doc/tutorial/includegetattribute.c
1332 plus generated html and pdf
1333 Adding fix from Niraj Tolia to tutorial to properly free memory.
1334
1335
1336Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1337
1338 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
1339 more methods of XmlTextReader.
1340 * python/libxml2class.txt python/tests/reader.py: this increased the
1341 methods in the bndings, augmented the test to check those new
1342 functions.
1343
1344Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1345
1346 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
1347 methods of XmlTextReader.
1348 * python/generator.py python/libxml_wrap.h python/types.c
1349 python/libxml2class.txt: added the reader to the Python bindings
1350 * python/tests/Makefile.am python/tests/reader.py: added a specific
1351 test for the Python bindings of the Reader APIs
1352 * parser.c: small cleanup.
1353
1354Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1355
1356 * xinclude.c: fallback was only copying the first child not the
1357 full child list of the fallback element, closes #89684 as reopened
1358 by Bernd Kuemmerlen
1359
1360Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1361
1362 * win32/libxml2.def.src: exported htmlNodeDumpOutput
1363
1364Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
1365
1366 * configure.in: preparing release of 2.4.30
1367 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
1368 gives enum values, fix functype return type, put back fields in
1369 structs
1370 * doc/*: updated the docs rebuilt
1371
1372Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1373
1374 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
1375 about htmlNodeDumpOutput location.
1376 * xpath.c: removed an undefined function signature
1377 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
1378 too many symbols in the API breaking the python bindings.
1379 Updated with the libxslt/libexslt changes.
1380
1381Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1382
1383 * configure.in: preparing release of 2.4.29
1384 * doc/*: rebuilt the docs and API
1385 * xmlreader.c: a few more fixes for the XmlTextReader API
1386
1387Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1388
1389 * include/win32config.h: applied mingw patch from Magnus Henoch
1390
1391Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
1392
1393 * catalog.c doc/libxml2-api.xml: a bit more cleanup
1394
1395Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1396
1397 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
1398 building Python script, does the C parsing directly, generates
1399 a better API description including structure fieds defs and
1400 enums. Still a couple of bugs, but good enough for the python
1401 wrappers now.
1402 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
1403 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
1404 include/libxml/schemasInternals.h include/libxml/tree.h: more
1405 cleanup based on the python analysis script reports.
1406 * libxml.spec.in: make sure the API XML description is part of the
1407 devel package.
1408
1409Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1410
1411 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
1412 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
1413 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
1414 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
1415 code cleanup, especially the function comments.
1416 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
1417
1418Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1419
1420 * Makefile.am xmlreader.c include/libxml/Makefile.am
1421 include/libxml/xmlreader.h: Adding a new set of APIs based on
1422 the C# TextXmlReader API but converted to C. Allow to parse
1423 in constant memory usage, far simpler to program and explain
1424 than the SAX like APIs, unfinished but working.
1425 * testReader.c: test program
1426
1427Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1428
1429 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
1430
1431Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1432
1433 * tree.c: Chip turner indicated that XHTML1 serialization
1434 rule for style actually break on both IE and Mozilla,
1435 try to avoid the rule if escaping ain't necessary
1436
1437Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
1438
1439 * nanhttp.c: handle HTTP URL escaping, problem reported by
1440 Glen Nakamura and Stefano Zacchiroli
1441
1442Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1443
1444 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
1445
1446Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1447
1448 * uri.c: Johann Richard pointed out some XPointer problems for
1449 URN based URI references in XInclude. Modified the URI parsing
1450 and saving routines to allow correct parsing and saving of
1451 XPointers, especially when attached to "opaque" scheme accordingly
1452 to RFC 2396
1453
1454Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
1455
1456 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
1457 of refactoring to the HTML saving code.
1458 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
1459 in the doc.
1460
1461Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
1462
1463 * tree.c include/libxml/tree.h: refactored the XML dump of a node
1464 to a buffer API to reuse the generic dump to an OutputIO layer,
1465 this reduces code, fixes xmlNodeDump() for XHTML, also made
1466 xmlNodeDump() now return the number of byte written.
1467
1468Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
1469
1470 * python/setup.py.in: another patch from Stéphane Bidoul for
1471 Python bindings on Windows
1472 * doc/parsedecl.py: small cleanup
1473
1474Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
1475
1476 * libxml.spec.in configure.in: add a line in %changelog for releases
1477
1478Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
1479
1480 * parser.c: patch from Marcus Clarke fixing a problem in entities
1481 parsing that was detected in KDe documentations environment.
1482
1483Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1484
1485 * python/libxml.c (libxml_prev): Return the previous as opposed to
1486 the next node (I guess this is the result of some cut & paste programming:)
1487
1488Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1489
1490 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
1491
1492Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1493
1494 * python/generator.py python/libxml.c python/setup.py.in: trying
1495 to fix the Python bindings build on Windows (Stéphane Bidoul)
1496
1497Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1498
1499 * win32/configure.js: added option for python bindings
1500 * win32/libxml2.def.src: added more exports
1501
1502Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1503
1504 * win32/Makefile.mingw: fixed unresolved symbols when linking with
1505 pthreads
1506 * win32/wince/*: applied updates to Windows CE port from Javier
1507
1508Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1509
1510 * configure.in: preparing 2.4.28
1511 * libxml.spec.in doc/Makefile.am: some cleanup
1512 * doc/*: updated the news and regenerated.
1513
1514Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1515
1516 * HTMLparser.c: final touch at closing #87235 </p> end tags
1517 need to be generated.
1518 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
1519 this change slightly the output of a few tests
1520 * doc/*: regenerated
1521
1522Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
1523
1524 * parserInternals.c: fixing bug #99190 when UTF8 document are
1525 parsed using the progressive parser and the end of the chunk
1526 is in the middle of an UTF8 multibyte character.
1527
1528Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1529
1530 * threads.c: fixed initialization problem in xmlNewGlobalState
1531 which was causing crash.
1532 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
1533 in xmlInitializeGlobalState.
1534 * parserInternals.c: cleaned up ctxt->sax initialisation.
1535
1536Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1537
1538 * tree.c include/libxml/tree.h: modified the existing APIs
1539 to handle XHTML1 serialization rules automatically, also add
1540 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
1541 libxslt serialization uses it when needed without changing
1542 the library API.
1543 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
1544 result/xhtml1: added a new test specifically for xhtml1 output
1545 and updated the result of one XHTML1 test
1546
1547Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
1548
1549 * xinclude.c parserInternals.c encoding.c: fixed #99082
1550 for xi:include encoding="..." support on text includes.
1551 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
1552 test/XInclude/ents/isolatin.txt : added a specific regression test
1553 * python/generator.py python/libxml2class.txt: fixed the generator
1554 the new set of comments generated for doc/libxml2-api.xml were
1555 breaking the python generation.
1556
1557Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1558
1559 * doc/Makefile.am: repair some problem if gtk-doc fail or such
1560 * configure.in: patch for Solaris on new autoconf closes #98880
1561 * doc/parsedecl.py: repair the frigging API building script,
1562 did I say that python xmllib sucks ?
1563 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
1564 and some comment are no more truncated.
1565
1566Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
1567
1568 * parser.c: Martin Stoilov pointed out a potential leak in
1569 xmlCreateMemoryParserCtxt
1570
1571Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
1572
1573 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
1574 included in HTML documents and using the push parser.
1575
1576Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1577
1578 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
1579 specified, look for the Python interpreter not just in the
1580 specified root but also in the specified location. Fixes #98825
1581
1582Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1583
1584 * python/libxml.c: fixing bug #98792 , node may have no doc
1585 and dereferencing without checking ain't good ...
1586
1587Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
1588
1589 * configure.in: preparing release 2.4.27
1590 * doc/* : updated and rebuilt the docs
1591 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
1592 and all the docs are actually packaged and in the final RPMs
1593 * parser.c parserInternals.c include/libxml/parser.h: restore
1594 xmllint --recover feature.
1595
1596Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1597
Daniel Veillard784b9352003-02-16 15:50:27 +00001598 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001599 processing of parsed entities, and XPath computation on sustitued
1600 entities.
1601 * testXPath.c: make sure entities are substitued.
1602
1603Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
1604
Daniel Veillard784b9352003-02-16 15:50:27 +00001605 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001606 processing of internal parsed entities, which had to be changed.
1607
1608Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1609
1610 * Makefile.am python/Makefile.am python/tests/Makefile.am:
1611 trying to fix bug #98517 about building outside the source tree
1612 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
1613
1614Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1615
1616 * include/win32config.h: cleanup
1617 * win32/Makefile.mingw: integrated mingw in JScript configure
1618 * win32/Makefile.msvc: modified to allow mingw coexistence
1619 * win32/configure.js: integrated mingw
1620 * win32/Readme.txt: cleanup
1621
1622Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1623
1624 * HTMLparser.c: strengthen the guard in the Pop macros,
1625 like in the XML parser, closes bug #97315
1626
1627Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1628
1629 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
1630 callback is never used.
1631
1632Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1633
1634 * parserInternals.c: fixed the initialization of the SAX structure
1635 which was breaking xsltproc
1636 * xpath.c: patch from Petr Pajas for CDATA nodes
1637 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
1638 * parser.c include/libxml/parser.h: patch from Peter Jones
1639 removing a leak in xmlSAXParseMemory() and adding the
1640 function xmlSAXParseMemoryWithData()
1641
1642Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
1643
1644 adding pdf of tutorial, changing web page to link to it
1645 * doc/tutorial/xmltutorial.pdf
1646 * doc/xml.html
1647 * doc/docs.html
1648
1649Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
1650
1651 * doc/tutorial/ar01s08.html
1652 adding file what I forgot for tutorial
1653
1654
1655Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
1656
1657 Adding encoding discussion to tutorial
1658 Added:
1659 * doc/tutorial/images/*.png: DocBook admonition image files
1660 * doc/tutorial/apf.html, apg.html: new generated html
1661 * doc/tutorial/includeconvert.c: conversion code entity file
1662 changed:
1663 * doc/tutorial/xmltutorial.xml: DocBook original
1664 * doc/tutorial/*.html: generated html
1665
1666Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1667
1668 * include/libxml/*.h: retired xmlwin32version.h
1669 * doc/Makefile.am: retired xmlwin32version.h
1670 * win32/configure.js: retired xmlwin32version.h
1671
1672Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1673
1674 * win32/libxml2.def.src: exported additional symbols
1675 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
1676 sisterhood
1677
1678Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
1679
1680 * globals.c: fixed a typo pointed out by Igor
1681 * xpath.c: try to speed up node compare using line numbers
1682 if available.
1683
1684Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1685
1686 * tree.c: make xmlFreeNode() handle attributes correctly.
1687
1688Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1689
1690 * catalog.c: completed the #96963 fix, as reported by Karl
1691 Eichwalder
1692
1693Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1694
1695 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
1696
1697Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1698
1699 * Makefile.am: switched the order of a couple of includes
1700 to fix bugs #97100
1701
1702Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1703
1704 * catalog.c: fixed bug #96963, reverted to the old behaviour of
1705 xmlLoadCatalogs that used to separate directories with a ':'.
1706
1707Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1708
1709 * threads.c: improvements to the Windows-side of thread handling
1710 * testThreads.c: conditionally excluded unistd.h
1711 * testThradsWin32.c: broke overlong lines
1712 * include/win32config.h: adapted thread-related macros to the new
1713 scheme and for pthreads on Windows
1714 * win32/Makefile.msvc: introduced a more flexible thread build,
1715 added testThreads[Win32].c to the build
1716 * win32/configure.js: introduced a more flexible thread config
1717
17182002-10-31 John Fleck <jfleck@inkstain.net>
1719
1720 * doc/xml.html (and, by implication, FAQ.html)
1721 added UTF-8 conversaion FAQ from Marcus Labib Iskander
1722
1723Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1724
1725 * configure.in: removed xmlwin32version.h
1726 * include/libxml/Makefile.am: removed xmlwin32version.h
1727
1728Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
1729
1730 * tree.c: applied patch from Brian Stafford to fix a bug
1731 in xmlReconciliateNs()
1732
1733Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1734
1735 * tree.c: applied patch from Christian Glahn to allow
1736 xmlNewChild() on document fragment nodes
1737
1738Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1739
1740 * parser.c: Christian Glahn found a problem with a recent
1741 patch to xmlParseBalancedChunkMemoryRecover()
1742 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
1743 problems
1744 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
1745 test/schemas/seq*: added the test cases from Charles
1746
1747Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1748
1749 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
1750 serious cleanup of the spec file and associated changes
1751 in the Makefiles.
1752 * valid.c: try to remove some warnings on x86_64
1753
1754Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1755
1756 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
1757 fix bug #96586
1758
1759Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1760
1761 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
1762 parsing, applied his patch
1763 * result/HTML/attrents.html result/HTML/attrents.html.err
1764 result/HTML/attrents.html.sax test/HTML/attrents.html:
1765 added the test and result case provided by Mikhail Sogrine
1766
1767Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1768
1769 * vms/build_libxml.com vms/config.vms vms/readme.vms
1770 include/libxml/parser.h include/libxml/parserInternals.h
1771 include/libxml/tree.h include/libxml/xmlIO.h
1772 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
1773 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
1774 Applied the VMS update patch from Craig A. Berry
1775 * doc/*.html: update
1776
1777Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1778
1779 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
1780
1781Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1782
1783 * debugXML.c: adding a grep command to --shell in xmllint
1784 for T.V. Raman
1785
1786Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1787
1788 * xmlcatalog.c: tried to fix some of the problem with --sgml
1789
1790Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
1791
1792 * parser.c: tried to fix bug #91500 where doc->children may
1793 be overriden by a call to xmlParseBalancedChunkMemory()
1794
1795Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1796
1797 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
1798 identifiers in SGML catalogs containing '&'
1799
1800Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1801
1802 * python/types.c: fixed bugs when passing result value tree
1803 to Python functions.
1804
1805Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1806
1807 * configure.in: preparing the release of 2.4.26
1808 * doc/*: updated and rebuilt the documentation
1809
1810Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1811
1812 * parser.c: fixed a XML Namespace compliance bug reported by
1813 Alexander Grimalovsky
1814
1815Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1816
1817 * HTMLtree.c: fixed serialization of script and style when
1818 they are not lowercase (i.e. added using the API to the tree).
1819
1820Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1821
1822 * valid.c: make xmlValidateDocument emit a warning msg if there
1823 is no DTD, pointed by Christian Glahn
1824
1825Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1826
1827 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
1828 content model when some of the blocks have min or max, and a couple
1829 of bugs found in the process.
1830 * result/schemas/list0* test/schemas/list0*: added some specific
1831 regression tests
1832
1833Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
1834
1835 * README: updated the contact informations
1836
1837Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1838
1839 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
1840 misses it, reported by Peter Bray.
1841
1842Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1843
1844 * tree.c: investigating xmlNodeGetContent() on namespace nodes
1845 and removed a few warnings
1846
1847Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
1848
1849 * parser.c: Christian Glahn found a small bug in the push parser.
1850 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
1851 public
1852
1853Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1854
1855 * xmlschemas.c include/libxml/xmlschemas.h: added
1856 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
1857 * testSchemas.c: added --memory to test the new interface
1858
1859Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1860
1861 * doc/index.py doc/search.php: integrated the XSLT indexing,
1862 a few fixed in the indexer, added a scope selection at the
1863 search level.
1864
1865Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1866
1867 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
1868 this was due to uninitialized parts of the validation context
1869
1870Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1871
1872 * debugXML.c: applied patch from Mark Vakoc except the API
1873 change, preserved it.
1874 * doc/*: updated the docs to point to the search engine for
1875 information lookup or before bug/help reports.
1876
1877Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1878
1879 * doc/index.py doc/search.php: added mailing-list archives
1880 indexing and lookup
1881
1882Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1883
1884 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
1885
1886Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
1887
1888 * doc/index.py: improved HTML indexing
1889 * doc/search.php: make the queries also lookup the HTML based indexes
1890
1891Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1892
1893 * doc/index.py: added HTML page indexing
1894
1895Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1896
1897 * xmlIO.c: extended Windows path normalisation to fix the base
1898 problem in libxslt.
1899 * catalog.c: fixed list handling in XML_CATALOG_FILES
1900
1901Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1902
1903 * valid.c: typo/bug found by Christian Glahn
1904
1905Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1906
1907 * xmlIO.c: applied Windows CE patch from Javier.
1908 * win32/wince: new directory, contains support for the PocketPC
1909 with Windows CE from Javier.
1910 * include/win32config.h: reorganised, removed duplicate
1911 definitions and applied WinCE patch from Javier.
1912 * include/wsockcompat.h: new file, now contains WinSock
1913 compatibility macros.
1914 * win32/Makefile.msvc: introduced double-run compilation.
1915
1916Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1917
1918 * configure.in include/libxml/xmlwin32version.h: preparing release
1919 of 2.4.25
1920 * doc/*: updated and regenerated teh docs and web pages.
1921
1922Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1923
1924 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
1925 error were not covering namespace declarations.
1926 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
1927 it was missing the attribute declaration for the namespace
1928 * result/VC/NS3: the fix now report breakages in that test
1929
1930Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1931
1932 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
1933
1934Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1935
1936 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
1937 and regenerated the docs and web site
1938
1939Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1940
1941 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
1942 ATTRIBUTE_UNUSED is always put after the attribute declaration,
1943 not before
1944
1945Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
1946
1947 * python/generator.py python/libxml2class.txt: fixed a stupid error
1948 breaking the python API
1949
1950Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1951
1952 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
1953 triostr.c triostr.h: applied a trio update patch from
1954 Bjorn Reese which should work with MinGW
1955
1956Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1957
1958 * tree.c: improving some documentation comments
1959 * xmlregexp.c: found and fixed a mem leak with python regression tests
1960 * doc/*: rebuilt the doc and the API XML file including the
1961 xmlregexp.h xmlautomata.h and xmlunicode.h headers
1962 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
1963 python/types.c: added access to the XML Schemas regexps from
1964 python
1965 * python/tests/Makefile.am python/tests/regexp.py: added a
1966 simple regexp bindings test
1967
1968Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
1969
1970 * doc/xml.html:
1971 fixing ftp links - thanks to Vitaly Ostanin
1972
1973Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1974
1975 * xmlregexp.c: fixed the data callback on transition functionality
1976 which was broken when using the compact form
1977 * result/schemas/*: updated the results, less verbose, all tests
1978 pass like before
1979 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
1980 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
1981 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
1982 annoying warnings
1983 * xpath.c: try to provide better error report when possible
1984
1985Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1986
1987 * Makefile.am: fixed a breakage raised by Jacob
1988
1989Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1990
1991 * include/win32config.h: added HAVE_ERRNO_H definition for parts
1992 which don't use sockets
1993
1994Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1995
1996 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
1997 * win32/configure.js: applied zlib patch from Daniel Gehriger
1998
1999Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2000
2001 * win32/configure.js: applied the patch from Mark Vakoc for
2002 regexp support
2003 * win32/libxml2.def.src: applied the patch from Mark Vakoc
2004 for regexp support
2005
2006Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2007
2008 * xmlschemastypes.c: as pointed by Igor Float and Double
2009 parsing ain't finished yet
2010
2011Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2012
2013 * Makefile.am configure.in: trying to fix #88412 by bypassing
2014 all the python subdir if python ain't detected
2015
2016Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2017
2018 * Makefile.am configure.in include/libxml/xmlversion.h.in:
2019 made configuring with regexps/automata/unicode the default
2020 but without schemas ATM
2021 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
2022 fixed the regexp based DTD validation performance and memory
2023 problem by switching to a compact form for determinist regexps
2024 and detecting the determinism property in the process. Seems
2025 as fast as the old DTD validation specific engine :-) despite
2026 the regexp built and compaction process.
2027
2028Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2029
2030 * valid.c: determinism is debugged, new DTD checking code now works
2031 but xmlFAComputesDeterminism takes far too much CPU and the whole
2032 set usues too much memory to be really usable as-is
2033
2034Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2035
2036 * tree.c: fixed another stupid bug in xmlGetNodePath()
2037 * xmllint.c: --version now report the options compiled in
2038
2039Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2040
2041 * HTMLparser.c: small cleanup
2042 * valid.c xmlregexp.c: switched DTD validation to use only regexp
2043 when configured with them. A bit of debugging around the determinism
2044 checks is still needed
2045
2046Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2047
2048 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
2049
2050Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2051
2052 * xmlIO.c: small portability glitch fixed.
2053
2054Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2055
2056 * xmlschemastypes.c: incomplete steps for real/double support
2057 * testAutomata.c include/libxml/xmlautomata.h
2058 include/libxml/xmlregexp.h: avoiding a compilation problem
2059 * valid.c include/libxml/valid.h: starting the work toward using
2060 the regexps for actual DTD validation
2061
2062Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2063
2064 * hash.c: cosmetic cleanup
2065 * valid.c include/libxml/tree.h include/libxml/valid.h: started
2066 integrating a DTD validation layer based on the regexps
2067
2068Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
2069
2070 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
2071 the determinism was tested before eliminating the epsilon
2072 transitions :-(
2073
2074Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
2075
2076 * python/generator.py python/libxml.c python/libxml.py
2077 python/libxml2-python-api.xml python/libxml2class.txt
2078 python/libxml_wrap.h python/types.c: updated the python
2079 bindings, added code for easier File I/O, and the ability to
2080 define a resolver from Python fixing bug #91635
2081 * python/tests/Makefile.am python/tests/inbuf.py
2082 python/tests/outbuf.py python/tests/pushSAXhtml.py
2083 python/tests/resolver.py python/tests/serialize.py: updated
2084 and augmented the set of Python tests.
2085
2086Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2087
2088 * win32/configure.js: added more readme info for the binary
2089 package.
2090
2091Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2092
2093 * xmlIO.c: fixed a stupid out of bound array error
2094
2095Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2096
2097 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
2098 messing around with support for Windows path, cleanups,
2099 trying to identify and fix the various code path to the
2100 filename access. Added xmlNormalizeWindowsPath()
2101
2102Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2103
2104 * error.c valid.c: working on better error reporting of validity
2105 errors, especially providing an accurate context.
2106 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
2107 error reports in those cases.
2108
2109Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2110
2111 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
2112 parser.c parserInternals.c xmlIO.c: get rid of all the
2113 perror() calls made in the library execution paths. This
2114 should fix both #92059 and #92385
2115
2116Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
2117
2118 * xmllint.c: memory leak reporting was broken after a change
2119 of the preprocessor symbol used to activate it.
2120
2121Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2122
2123 * tree.c: try to make the copy function work for node of
2124 type XML_DOCUMENT_FRAG_NODE, they are only created by the
2125 DOM layers though, not libxml2 itself.
2126
2127Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
2128
2129 * valid.c: try to provide file and line informations, not all
2130 messages are covered, but it's a (good) start
2131
2132Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
2133
2134 * xinclude.c: reimplemented a large part of the XInclude
2135 processor, trying to minimize resources used, James Henstridge
2136 provided a huge test case which was exhibiting severe memory
2137 consumption problems.
2138
2139Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
2140
2141 * python/Makefile.am: applied patch from Christophe Merlet to
2142 reestablish DESTDIR
2143
2144Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
2145
2146 * libxml.spec.in: fixes libary path for x86_64 AMD
2147
2148Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
2149
2150 * doc/tutorial/includekeyword.c
2151 * doc/tutorial/xmltutorial.xml:
2152 (plus resulting generated html files)
2153 fixing one spot I missed in the tutorial where I hadn't freed
2154 memory properly
2155
2156Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
2157
2158 * doc/tutorial/includeaddattribute.c
2159 * doc/tutorial/includeaddkeyword.c
2160 * doc/tutorial/includegetattribute.c
2161 * doc/tutorial/includekeyword.c
2162 * doc/tutorial/xmltutorial.xml
2163 * doc/tutorial/*.html:
2164 update tutorial to properly free memory (thanks to Christopher
2165 R. Harris for pointing out that this needs to be done)
2166 * doc/tutorial/images/callouts/*.png:
2167 added image files so the callouts are graphical, making it
2168 easier to read ( use "--param callout.graphics 1" to generate
2169 html with graphical callouts)
2170
2171Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
2172
2173 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
2174 nice logos generated by Marc Liyanage
2175 * doc/site.xsl *.html: changed the stylesheet to show the new
2176 logo and regenerated the pages
2177
2178Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2179
2180 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
2181
2182Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2183
2184 * xpath.c: possible mem leak patch from Jason Adams
2185
2186Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2187
2188 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
2189 in the XQuery namespace
2190 * configure.in: preparing 2.4.24
2191 * doc/*.html: updated the web pages
2192
2193Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2194
2195 * python/generator.py: closing bug #85258 by generating conditional
2196 compile check to avoid linking to routines not configured in.
2197
21982002-08-22 Havoc Pennington <hp@pobox.com>
2199
2200 * autogen.sh: update error message for missing automake
2201
2202Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
2203
2204 * python/Makefile.am: typo in target name resulted in libxml2.py
2205 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
2206
2207Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
2208
2209 * win32/win32/Makefile.mingw: updated with version from
2210 Elizabeth Barham at http://soggytrousers.net/repository/
2211
2212Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2213
2214 * win32/Makefile.msvc: added the prefix location to the include
2215 and lib search path.
2216
22172002-08-18 Havoc Pennington <hp@pobox.com>
2218
2219 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
2220 both automake 1.6 and 1.4 installed get the right automake. Means
2221 compilation from CVS will now require the latest automake 1.4
2222 release, or manually creating symlinks called "automake-1.4" and
2223 "aclocal-1.4"
2224
2225Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2226
2227 * configure.in python/Makefile.am: more AMD 64 induced changes from
2228 Frederic Crozat
2229
2230Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2231
2232 * xinclude.c: oops I was missing the xml:base fixup too
2233 * result/XInclude/*.xml: this adds xml:base attributes to most
2234 results of the tests
2235
2236Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2237
2238 * xinclude.c: quick but apparently working implementation of
2239 xi:fallback, should close bug #89684
2240 * Makefile.am test/XInclude/docs/fallback.xml
2241 result/XInclude/fallback.xml: added a basic test for fallback,
2242 and run with --nowarning to avoid a spurious warning
2243 * configure.in: applied patch from Frederic Crozat for python
2244 bindings on AMD 64bits machines.
2245
2246Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2247
2248 * parser.c: xmlSAXUserParseMemory() really ought to fail if
2249 the caller don't pass a SAX callback block.
2250
2251Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2252
2253 * tree.c: applied the same fix for the XML-1.0 namespace to
2254 xmlSearchNsByHref() as was done for xmlSearchNs()
2255
2256Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2257
2258 * libxml.3: small cleanup of the man page
2259 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
2260 when serializing HREF attributes generated by XSLT.
2261
2262Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2263
2264 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
2265 version of Marc Liyanage' patch for boolean attributes in HTML
2266 output
2267
2268Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
2269
2270 * python/tests/serialize.py: fixed the test results, indenting
2271 behaviour changed slightly
2272
2273Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2274
2275 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
2276 new c14n function to Windows def files
2277
2278Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
2279
2280 * c14n.c: fixed a memory leak in c14n code
2281
2282Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
2283
2284 * parser.c include/libxml/parser.h: adding a new API for Christian
2285 Glahn: xmlParseBalancedChunkMemoryRecover
2286 * valid.c: patch from Rick Jones for some grammar cleanup in
2287 validation messages
2288 * result/VC/* result/valid/*: this slightly change some of the
2289 regression tests outputs
2290
2291Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2292
2293 * tree.c: trying to fix a problem in namespaced attribute handling
2294 raised by Christian Glahn
2295
2296Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2297
2298 * encoding.c include/libxml/encoding.h: Opening the interface
2299 xmlNewCharEncodingHandler as requested in #89415
2300 * python/generator.py python/setup.py.in: applied cleanup
2301 patches from Marc-Andre Lemburg
2302 * tree.c: fixing bug #89332 on a specific case of loosing
2303 the XML-1.0 namespace on xml:xxx attributes
2304
2305Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
2306
2307 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
2308 corner case from new Merlin's test suite and added a callback
2309 that will be used to improve xmlsec performance
2310
2311
2312Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
2313
2314 * HTMLtree.c: trying to fix the <style> escaping problem in
2315 HTML serialization bug #89342
2316
2317Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2318
2319 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
2320 and rebuilt the web site.
2321
2322Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
2323
2324 * include/libxml/tree.h: added _private member to xmlNs struct
2325
2326Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2327
2328 * HTMLparser.c: fixing bug #84876 based on the xml working
2329 code.
2330
2331Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2332
2333 * python/Makefile.am: enhanced to fix bug 72012 (errors
2334 when using '-jX' make parameter)
2335
2336Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2337
2338 * xpath.c: small additional enhancement for booleans
2339 compared to nodesets
2340
2341Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2342
2343 * HTMLtree.c: changed the order of the encoding declaration
2344 attributes in the meta tags due to a bug in IE/Mac
2345
2346Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2347
2348 * xpath.c: enhanced handling of booleans (especially '='
2349 and '!=' for nodesets) - fixes bug 85256. Added new
2350 routine xmlXPathNotEqualValues for more proper handling
2351 of '!=' when nodesets are involved.
2352
2353Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2354
2355 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
2356 doc/xmlcatalog_man.xml to the source distribution
2357
2358Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2359
2360 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
2361 asked for this.
2362
2363Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
2364
2365 * configure.in: preparing 2.4.23
2366 * doc/*: rebuilt the docs
2367
2368Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
2369
2370 * parser.c: fixing bug #84169 by fixing the
2371 comment of xmlCreatePushParserCtxt to describe the
2372 encoding detection parameters better.
2373
2374Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2375
2376 * valid.c: fixing bug #79331 in one path the lookup for
2377 ID attributes on a namespaced node wasn't handled correctly :-\
2378
2379Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2380
2381 * HTMLparser.c: trying to fix 87235 about discarded white
2382 spaces in the HTML parser.
2383 * result/HTML/*: this changes the output of a number of HTML
2384 regression tests
2385
2386Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2387
2388 * xpath.c: applied patch from Richard Jinks for the namespace
2389 axis + fixed a memory error.
2390 * parser.c parserInternals.c: applied patches from Peter Jacobi
2391 removing ctxt->token for good.
2392 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
2393 popped out by the regression tests.
2394 * Makefile.am: patch for threads makefile from Gary Pennington
2395
2396Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2397
2398 * xpath.c: enhanced behaviour of position() after usage of
2399 expressions involving preceding-sibling (et al).
2400
2401Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2402
2403 * hash.c: applied a patch from Peter Jacobi to solve a problem
2404 when compiling with the Watcom C on Win32
2405 * result/schemas/*.err: the change of hashing algo generated
2406 permutations in the output
2407
2408Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2409
2410 * hash.c: applied patch from Sander Vesik improving the quality of
2411 the hash function.
2412
24132002-06-14 Aleksey Sanin <aleksey@aleksey.com>
2414
2415 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
2416 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
2417 xmllint.c xpath.c: replaced sprintf() with snprintf()
2418 to prevent possible buffer overflow (the bug was pointed
2419 out by Anju Premachandran)
2420
2421Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2422
2423 * parser.c: removed an uninitialized data error popped by valgrind
2424 on PE references
2425
2426Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
2427
2428 * doc/xml.html
2429 adding tutorial reference to the web page
2430
2431Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
2432
2433 * doc/tutorial/xmltutorial.xml
2434 * doc/tutorial/ar01s07.html
2435 * doc/tutorial/ape.html
2436 * doc/tutorial/includegetattribute.c
2437 adding section to tutorial about retrieving an attribute
2438 value
2439
2440Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2441
2442 * parser.c: applied a couple of patches from Peter Jacobi to start
2443 to get rid of ctxt->token, with a possible significant speed
2444 improvement to be gained once done. Better compliance with PE
2445 references constructs in DTDs too.
2446 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
2447 from Peter too
2448
2449Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2450
2451 * parser.c: Babak Vahedipour-Kunze reported that openTag in
2452 xmlParseElement was likely to have been deallocated at the
2453 time of the report, possibly leading to segfault. Just report
2454 the tag name now.
2455
2456Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2457
2458 * xpath.c: patch from Richard Jinks for XPath substring() function
2459 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
2460
24612002-06-06 Aleksey Sanin <aleksey@aleksey.com>
2462
2463 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
2464
2465Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
2466
2467 *doc/FAQ.html
2468 fixing typos in FAQ, thanks to Robert Funnell for the
2469 editing help
2470
2471Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2472
2473 * NEWS: got complaints from rpmlint that it was empty
2474
2475Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
2476
2477 * added doc/tutorial, including:
2478 apa.html
2479 apb.html
2480 apc.html
2481 apd.html
2482 ar01s02.html
2483 ar01s03.html
2484 ar01s04.html
2485 ar01s05.html
2486 ar01s06.html
2487 includeaddattribute.c
2488 includeaddkeyword.c
2489 includekeyword.c
2490 includestory.xml
2491 index.html
2492 xmltutorial.xml
2493 libxml tutorial, including generated html
2494
2495Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2496
2497 * result/c14n/exc-without-comments/merlin-c14n-two-*
2498 result/c14n/without-comments/merlin-c14n-two-*
2499 test/c14n/exc-without-comments/merlin-c14n-two-*
2500 test/c14n/without-comments/merlin-c14n-two-*
2501 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
2502 c14n/exc-c14n and slightly modified test script to handle
2503 these test cases
2504 * c14n.c: fixed bugs for complicated nodes set (namespace
2505 without node and others from merlin-c14n-two.tar.gz)
2506 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
2507 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
2508 for xmlsec performance patch
2509 * xpath.c: fixed self::node() for namespaces and attributes
2510
2511Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
2512
2513 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
2514 but with the format parameter
2515 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
2516
2517Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
2518
2519 * Makefile.am: updated c14n tests suite
2520 * c14n.c: performance improvement for previous c14n patch
2521
2522Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2523
2524 * parser.c: another peroformance patch from Peter Jacobi, that
2525 time on parsing attribute values.
2526
2527Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
2528
2529 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
2530 into LibXML2 test suite
2531
2532Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
2533
2534 * c14n.c: propagating xpath ancesstors node fix to c14n
2535 plus small performance improvement to reduce number of
2536 mallocs
2537 * xpath.c: fixed ancestors axis processing for namespace nodes
2538
2539Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2540
2541 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
2542 Peter Jacobi
2543
2544Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2545
2546 * configure.in: preparing 2.4.22
2547
2548Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2549
2550 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
2551 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
2552 a public entry point.
2553 * doc/*: rebuilt the API and docs
2554
2555Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2556
2557 * xpath.c: patch from Richard Jinks to fix a problem introduced
2558 in the previous patch and pointed by Norm
2559
2560Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2561
2562 * libxml.spec.in: fixing bug #81112
2563
2564Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2565
2566 * uri.c: fixing bug #82848
2567
2568Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2569
2570 * result/catalogs/mycatalog.full: Aleksey's commit changed the
2571 output of one catalog test
2572
2573Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2574
2575 * global.data globals.c tree.c include/libxml/globals.h
2576 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
2577 default value for global parameter xmlIndentTreeOutput to 1 and
2578 introduced new global parameter xmlTreeIndentString (the string
2579 used to do one-level indent) with default value " " (as it was
2580 in tree.c)
2581
2582Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2583
2584 * Makefile.am: Merijn Broeren pointed out a problem when compiling
2585 with trio and schemas.
2586
2587Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2588
2589 * xpath.c: patch from Richard Jinks to fix the problem raised in
2590 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
2591
2592Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2593
2594 * xmlschemas.c: a bit of work on import.
2595 * xmlschemastypes.c: Charles Bozeman provided a compare function
2596 for date/time types so min/max facet restrictions should work,
2597 indeterminate comparisons return an error instead of equal.
2598 * test/schemas/date_0* result/schemas/date_0_0: specific test
2599 from Charles Bozeman too
2600
2601Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2602
2603 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
2604 from Christian Cornelssen fixing the man pages and the Catalog
2605 building script.
2606 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
2607 next step is <xs:import> I now have a reasonable understanding
2608 of how it works.
2609
2610Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2611
2612 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
2613
2614Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2615
2616 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
2617
2618Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2619
2620 * xpath.c: fixing an XPath function evalutation bug pointed out
2621 by Alexey Efimov where the context was lost when evaluating
2622 the function arguments
2623
2624Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2625
2626 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
2627 function public for XMLSec performance optimizations
2628
2629Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2630
2631 * python/generator.py python/libxml2class.txt : fixed a problem
2632 with the HTML parser pointed by Gary Benson
2633 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
2634 example
2635
2636Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2637 * parser.c: fixed bug #81159 (memory growth in SAX)
2638
2639Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2640 * xpath.c: fixed bug #78858 (the real fix)
2641
2642Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2643 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
2644
2645Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2646
2647 * tree.c: modified xmlNodeSetBase to allow changing the
2648 base of a document.
2649
2650Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2651
2652 * xmlschemastypes.c: patch Charles Bozeman for validation of
2653 all the date, time, and duration types
2654 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
2655 * configure.in: fixed an error pointed by an user
2656 * xml2-config.in: fixed an error pointed by an user
2657
2658Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2659
2660 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
2661 win32/libxml2.def.src xmlIO.c: exported default
2662 'file:', 'http:' and 'ftp:' protocols input handlers
2663 and maked protocols comparisson case insensitive
2664
2665Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2666
2667 * configure.in: Neven Has detected a typo
2668
2669Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
2670
2671 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
2672 as one of the persons allowed to commit directly to the
2673 module.
2674
2675Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2676
2677 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
2678 * valid.c: raised a too low limit
2679 * doc/*: rebuilt the docs
2680
2681Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2682
2683 * test/XPath/expr/floats test/XPath/expr/functions
2684 result/XPath/expr/floats result/XPath/expr/functions
2685 xpath.c: another XPath conformance patch from Richard Jinks
2686
2687Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
2688
2689 * xmlschemas.c: fixed validation of attribute groups.
2690 * test/schemas result/schemas: added an example from the primer
2691
2692Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2693
2694 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
2695 * test/schemas result/schemas: updated the test list
2696
2697Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2698
2699 * TODO: updated a bit
2700 * parser.c: made a comment more specific
2701 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
2702 Schemas conformance.
2703 * test/schemas result/schemas: updated the test list
2704
2705Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2706
2707 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
2708 implementing xs:all with minOccurs = 0
2709 * tes/schemas/* result/schemas/*: added more tests covering
2710 xs:all
2711
2712Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
2713
2714 * xmlregexp.c: first implementation of the all particle, this
2715 may need to be revisited for case where not all transitions
2716 must be crossed.
2717
2718Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2719
2720 * tree.c: another entity processing update from Markus Henke
2721
2722Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
2723
2724 * trionan.c: fixed crash on OSF/1
2725
2726Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2727
2728 * xmlschemas.c: more Schemas work
2729 * test/schemas/* result/schemas/*: added more tests coming
2730 from the spec.
2731
2732Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2733
2734 * c14n.c: patch from Aleksey Sanin reflecting a change in the
2735 ExcC14N specification
2736
2737Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2738
2739 * tree.c: patch from Markus Henke, fix for recursive entities.
2740
2741Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2742
2743 * xpath.c: fix a problem with string() on a document node.
2744
2745Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2746
2747 * Makefile.am xmlschemas.c: more Schemas work
2748 * test/schemas/* result/schemas/*: added more tests coming
2749 from the spec.
2750
2751Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2752
2753 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
2754 * result/HTML/*: this changes a few things in the results
2755
2756Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2757
2758 * include/libxml/tree.h: eliminated 'declaration different than
2759 prototype' warning
2760 * include/win32config.h: "resolved" conflicts with errno.h
2761
2762Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2763
2764 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
2765 on the automata interfaces and debug of counted choices
2766 * test/schemas/* result/schemas/*: added a number of tests
2767
2768Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2769
2770 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
2771 a bit of work on Schemas
2772 * testSchemas.c: try to make it more useful
2773 * test/schemas/* result/schemas/* Makefile.am: changed the
2774 Schemas regression test procedure, started adding a few samples
2775
2776Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2777
2778 * include/libxml/encoding.h: Patch for the Borland C++ builder
2779 * include/libxml/tree.h: Patch for the Borland C++ builder
2780 * threads.c: Patch for the Borland C++ builder
2781 * win32/bcb5: New directory for the Borland C++ builder
2782 project files
2783
2784Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2785
2786 * win32/Makefile.msvc: Update for XML Schema support
2787 * win32/configure.js: Update for XML Schema support
2788 * win32/libxml2.def.src: Update for XML Schema support
2789
2790Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2791
2792 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
2793 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
2794 xmlunicode.c include/libxml/Makefile.am
2795 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
2796 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
2797 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
2798 include/libxml/xmlversion.h.in : merged the current state of
2799 XML Schemas implementation, it is not configured in by default,
2800 a specific --schemas configure option has been added.
2801 * test/automata test/regexp test/schemas Makefile.am
2802 result/automata result/regexp result/schemas:
2803 merged automata/regexp/schemas regression tests
2804
2805Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
2806
2807 * xpath.c: Gary found a compile time problem, fixes #78823
2808
2809Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2810
2811 * configure.in: release of 2.4.20
2812 * doc/*: updated and rebuilt the docs
2813
2814Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2815
2816 * python/Makefile.am: patch from Cristian Gafton to build on
2817 Red Hat 6.2, should also fix #75779
2818
2819Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2820
2821 * valid.c: first part of fixing #78729
2822
2823Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
2824
2825 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
2826 escaping of URI when saving HTML files.
2827 * result/HTML/*: this impacted some tests
2828
2829Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
2830
2831 * configure.in: trying to fix #77441
2832
2833Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2834
2835 * include/libxml/xmlIO.h: Hallski complained it could not be
2836 included by itself.
2837
2838Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2839
2840 * configure.in: applied an IEEE flag patch for OSF/1 #77825
2841
2842Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2843
2844 * win32/configure.js: patch from Nilo for the c14n option
2845 * win32/Makefile.msvc: fixed libxml2.def generation with threads
2846
2847Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2848
2849 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
2850 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
2851 LIBXML_THREAD_ENABLED
2852
2853Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2854
2855 * xpath.c: another patch from Richard Jinks for substring conformance
2856 * test/XPath/expr/floats test/XPath/expr/strings
2857 result/XPath/expr/floats result/XPath/expr/strings: update of the
2858 test suite to check those.
2859
2860Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2861
2862 * xpath.c: patch from Richard Jinks for .x float parsing.
2863
2864Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2865
2866 * parser.c: patch from Markus Henke when an encoding ain't recognized
2867
2868Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2869
2870 * libxml.m4: got a report that #include <string.h> was needed
2871
2872Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2873
2874 * xmllint.c: applied a fix from Anthony Jones for -o /--output
2875
2876Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
2877
2878 * doc/example.html: fixing typo
2879
2880Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2881
2882 * xpath.c: fixed a bug in the nodeset to boolean comparison code
2883 pointed out by Melvyn Sopacua.
2884
2885Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2886
2887 * libxml.m4: Frédéric Crozat gave a patch related to the change
2888 of Include paths breaking the libxml.m4
2889
2890Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
2891
2892 * xpath.c: Fix bug #76927 forgot to save some context
2893 when evaluating binary expressions
2894
2895Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
2896
2897 * configure.in: fixed configure for MPE/iX from Markus Henke
2898 * xmlmemory.c: fixed initialization problems
2899 * xpath.c: another set of patches from Richard Jinks this
2900 fixes "make XPathtests" on linux
2901
2902Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
2903
2904 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
2905 * test/XPath/expr/compare test/XPath/expr/equality
2906 test/XPath/expr/floats test/XPath/expr/functions
2907 test/XPath/expr/strings result/XPath/expr/compare
2908 result/XPath/expr/equality result/XPath/expr/floats
2909 result/XPath/expr/functions result/XPath/expr/strings: Updated
2910 tests though they show a divergence on Linux
2911
2912Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2913
2914 * xpath.c trionan.c: previous commit also included patches
2915 from Richard Jinks on some IEEE support corner case
2916
2917Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2918
2919 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
2920 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
2921 that $(datadir) should be used for docs
2922
2923Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2924
2925 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
2926 could leak filedescriptors
2927
2928Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2929
2930 * configure.in nanohttp.c: applied patch from Allan Clark for
2931 UnixWare/OpenServer
2932
2933Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2934
2935 * configure.in: preparing 2.4.19
2936 * doc/*: rebuilt the docs
2937
2938Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2939
2940 * nanohttp.c: fixing #76043, got fed up with non-portability
2941 of that piece of code.
2942
2943Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
2944
2945 * valid.c SAX.c: Never commit without running "make tests" :-(
2946 fix a couple of stupidities in the previous commit
2947 * result/*: a few changes in some attribute order result of previous
2948 commit.
2949
2950Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2951
2952 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
2953 the internal subset should not raise duplicate ID errors,
2954 also there was a small bug in conjunction to namespace
2955 declarations defaulted and xml:xxx attributes DTD definitions.
2956
2957Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2958
2959 * xpath.c: Richard Jinks also raised some rounding problems
2960 this tries to fix them
2961
2962Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2963
2964 * xpath.c: Richard Jinks spotted an incoherent memory allocation
2965 behaviour in xmlXPathCastToString()
2966
2967Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2968
2969 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
2970 raised by Morus Walter
2971
2972Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2973
2974 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
2975 from Igor
2976
2977Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2978
2979 * xpath.c: fixing #75619, related to a problem when trying
2980 to evaluate condition when the current node set resulting
2981 from that sub-step evaluation is empty. Also fixes 2 potential
2982 problem with previous-sibling and next-siblings axis.
2983
2984Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2985
2986 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
2987 HTML support is not configured in.
2988
2989Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2990
2991 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
2992 include/libxml/tree.h: dohh I really didn't intended to commit
2993 this test version :-(
2994
2995Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2996
2997 * testSAX.c: I wanted to see the real speed at the SAX interface
2998 after a little too many Ximianer started complaining about the
2999 parser speed.
3000 added a --quiet option:
3001 paphio:~/XML -> ls -l db100000.xml
3002 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
3003 paphio:~/XML -> time ./testSAX --quiet db100000.xml
3004 3200006 callbacks generated
3005 real 0m1.270s
3006 Which means 16MBytes/s and 3Mcallback/s
3007
3008Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3009
3010 * xpath.c: valgrind spotted another error that time when running
3011 on libxslt regression tests
3012
3013Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3014
3015 * Makefile.am: adding "make valgrind" running the full regression
3016 tests (except python ones) under Valgrind (using valgrind -q
3017 which was kindly added by the author).
3018 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
3019 passes cleanly now except an obcure floating point initialization
3020 raised in log10() in one XPath regression test ???
3021 * tree.c: edited some comments to close #75244
3022
3023Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
3024
3025 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
3026 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
3027 context of ScrollKeeper, made sure that if the number is
3028 an integer, the serialization follows the description at
3029 http://www.w3.org/TR/xpath#section-String-Functions
3030
3031Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3032
3033 * configure.in: preparing 2.4.18
3034 * doc/*: updated and rebuilt the web site
3035 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
3036 the Windows and Cygwin maintainers.
3037 * parser.c: humm, changed the way the SAX parser work when
3038 xmlSubstituteEntitiesDefault(1) is set, it will then
3039 do the entity registration and loading by itself in case the
3040 user provided SAX getEntity() returns NULL.
3041 * testSAX.c: added --noent to test the behaviour.
3042
3043Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3044
3045 * parser.c: Wilfried Teiken provided a hackish but working
3046 way to get context reported back on entities when parsing
3047 with SAX and without breaking the DOM build.
3048
3049Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3050
3051 * c14n.c: applied a new patch from Aleksey Sanin
3052 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
3053 to reference Aleksey implementation of XML digital Signatures
3054
3055Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3056
3057 * xpath.c: small fix to avoid potential problem due to
3058 ordering of freeing data
3059 * python/Makefile.am: people were complaining about
3060 the generated file in python dir not being built
3061
3062Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3063
3064 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
3065 python/generator.py python/libxml.c python/types.c: Cleanup
3066 of the python Makefiles based on Jacob and James feedback,
3067 fixed the spec file accordingly, fixed the number of warning
3068 that passing my pedantic CFLAGS was generating. Conclusion
3069 is that Python includes are real crap.
3070
3071Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
3072
3073 * configure,in: it was reported quite a few times that
3074 xml2-config --cflags should not output
3075 -I$includeprefix/libxml2/libxml because libxml2 header names
3076 clashes with existing names like list.h from C++ stl.
3077 Includes should be #include<libxml/xxx.h> so ...
3078
3079Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
3080
3081 * c14n.c: another patch from Aleksey Sanin
3082
3083Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3084
3085 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
3086 canonicalization algorithm
3087 * doc/xml.html doc/index.html: added the C14N references on the
3088 index page.
3089
30902002-03-13 jacob berkman <jacob@ximian.com>
3091
3092 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
3093 usage, redundant, and gcc specific
3094
3095Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3096
3097 * xpath.c: speedup some node selection operations, this can
3098 have a significant impact on DocBook Norm's stylesheets
3099 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
3100 make sure it's always the case
3101 * debugXML.c: distinguish CDATA and comments in ls operations
3102
3103Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3104
3105 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
3106 to generate better API descriptions etc...
3107
3108Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3109
3110 * c14n.c: Fixing #74186, made sure all boolean expressions
3111 get fully parenthesized, ran indent on the output
3112 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
3113 include/libxml/tree.h: also #74186 related, removed the
3114 --with-buffers option, and all the preprocessor conditional
3115 sections that were resulting from it.
3116
3117Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3118
3119 * valid.c: applied patch from Dodji Seketeli fixing an
3120 uninitailized variable in xmlValidGetValidElements()
3121
3122Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3123
3124 * c14n.c: fixed a few comments
3125 * doc/*.html doc/*/*.html: regenerated the docs and added
3126 the C14N API
3127 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
3128
3129Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
3130
3131 * check-xml-test-suite.py: fix to adapt varaiations in the
3132 bindings
3133 * configure.in python/setup.py python/setup.py.in: fixed to
3134 have the version of the python scripts automatically updated
3135
3136Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3137
3138 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
3139 in xmlCopyProp()
3140
3141Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
3142
3143 * configure.in: preparing 2.4.17 release
3144 * doc/*: updated and rebuilt the docs
3145 * xpath.c: fixed a comment
3146 * python/libxml.c: fixed a possible reentrancy problem
3147
3148Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
3149
3150 * tree.c python/tests/Makefile.am python/tests/attribs.py:
3151 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
3152 added a specific regression test
3153 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
3154 not raise exceptions when failing to find the attribute.
3155
3156Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3157
3158 * configure.in xmllint.c: owen pointed out a problem with the
3159 ftme fix, gettimeofday() was not detected by configure and
3160 the ftime header wasn't included, dohhh
3161
3162Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
3163
3164 * configure.in xmllint.c: trying to fix #71457 for timing
3165 precision when gettimeofday() is not availble but ftime() is
3166
3167Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3168
3169 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
3170 are now copied on install and part of the -devel RPM
3171
3172Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
3173
3174 * xpath.c: trying to avoid bug #72150 which was apparently
3175 caused by a gcc bug (or a processor problem) as detailed
3176 at http://veillard.com/gcc.bug
3177
3178Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3179
3180 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
3181 fixed xmlReconciliateNs(), added a Python test/example for
3182 inter-document cut'n paste
3183 * python/libxml.py: fixed node.doc on document nodes and added
3184 xpathEval() onto node objects
3185
3186Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3187
3188 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
3189 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
3190 fixup and integrated tests for the serialization stuff
3191
3192Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3193
3194 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
3195 moved the libxml man page to section 3
3196
3197Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3198
3199 * tree.c: fix bug #72490
3200 * python/libxml.c python/libxml.py: added methods serialize()
3201 and saveTo() to all node elements.
3202
3203Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3204
3205 * xmlIO.c: closed #73430, don't read from an input source
3206 which indicated an end-of-file or an error.
3207
3208Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3209
3210 * parser.c: make sure SAX endDocument is always called as
3211 this could result in a Python memory leak otherwise (it's
3212 used to decrement ref-counting)
3213 * python/generator.py python/libxml.c python/libxml.py
3214 python/libxml2-python-api.xml python/libxml2class.txt
3215 python/tests/error.py python/tests/xpath.py: implemented
3216 the suggestions made by Gary Benson and extended the tests
3217 to match it.
3218
3219Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3220
3221 * python/generator.py: applied patch fixing #73450
3222
3223Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3224
3225 * xpath.c: fixing #61290 "namespace nodes have no parent"
3226 long standing divergence from the XPath REC. NodeSets
3227 simply hold a copy of namespace nodes and those node ->next
3228 points to the parent (which may not be the node carrying the
3229 definition).
3230 * include/libxml/xpath.h: flagged but didn't added a possible
3231 speedup
3232 * DOCBparser.c HTMLparser.c: removed some warnings from push
3233 parser due to new state being added.
3234 * tree.c: new fix from Boris Erdmann
3235 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
3236 the XML Canonalization support from Aleksey Sanin
3237
3238Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3239
3240 * tree.c: patch from Boris Erdmann fixing some namespace odities
3241 with xmlCopyNode()
3242
3243Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3244
3245 * xmlIO.c: fix bug #72706 when loading a NULL entity
3246
3247Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3248
3249 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
3250 actually change in a future XML Namespace revision.
3251
3252Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3253
3254 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
3255 added the possibility of returning nodesets from XPath extension
3256 functions written in Python
3257
3258Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
3259
3260 * python/*: commiting some Python bindings work done while travelling
3261
3262Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3263
3264 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
3265 explicitely with memory debugging switched on
3266
3267Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
3268
3269 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3270 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3271 Added wrapper for the xmlURIPtr type, provided accessors, fixed
3272 the accessor generator for strings
3273 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
3274 regression test.
3275
3276Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3277
3278 * python/README python/generator.py python/libxml.c python/setup.py:
3279 added the 'usual' setup.py to allow building a libxml2-python
3280 module based on the same code. The initialization is however
3281 different the 2 .so files fo libxml2 and libxslt are identical and
3282 they entry point initialize both libraries. this is done to avoid
3283 some possible nasty problem since the Python don't merge the maps
3284 of all shared modules.
3285
3286Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3287
3288 * parser.c: fixed a push/encoding bug reported by Michael
3289 on librsvg
3290
3291Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3292
3293 * include/libxml/parserInternals.h: fixes a misplaced #endif
3294
3295Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3296
3297 * parser.c valid.c: found and fixed a couple of allocation bugs
3298
3299Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3300
3301 * doc/xml.html doc/python.html doc/*: added a Python and binding
3302 page describing the current state of the Python bindings and
3303 giving pointers to the other languages wrappers.
3304
3305Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3306
3307 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
3308 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
3309 rebuilt the API and web site
3310 * xpath.c: fixed #71978 portability bugs
3311
3312Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
3313
3314 * SAX.c: oops broke automatic defaulting of namespaces attributes.
3315
3316Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3317
3318 * include/libxml/parserInternals.h parser.c: had to change
3319 2 internal parsing API when processing document content
3320 to check the start and end of element content are defined
3321 in the same entity
3322 * valid.c include/libxml/valid.h: attribute normalization can
3323 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
3324 with the context to report it.
3325 * SAX.c: fixed the last known bugs, crazy validation constraints
3326 when a document is standalone seems correctly handled. There
3327 is a couple of open issues left which need consideration especially
3328 PE93 on external unparsed entities and standalone status.
3329 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
3330 The 2 tests left failing are actually in error. Cleanup done.
3331
3332Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3333
3334 * valid.c: implemented E59 spaces in CDATA does not match the
3335 nonterminal S
3336
3337Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3338
3339 * SAX.c parser.c valid.c: more validation test fixups
3340 * check-xml-test-suite.py: added duration info for the tests
3341
3342Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3343
3344 * parser.c valid.c: a couple of errors were reported but not
3345 saved back as such in the parsing context. Down to 1% failure rate
3346 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
3347
3348Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3349
3350 * xmlInternald.c: isExtender was missing a char
3351 * parser.c include/libxml/parser.h: % are acceptable in the
3352 internal subset if within a PUBLIC ID
3353
3354Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3355
3356 * SAX.c parserInternals.c valid.c: more work on the conformance
3357 suite. Took the step to finally block documents with encoding
3358 errors. It's a fatal error per the spec, people should have fixed
3359 their documents by now.
3360
3361Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
3362
3363 * check-xml-test-suite.py: fixed the test script after some discussion
3364 on the semantic of TYPE="error"
3365 * Makefile.am: added the script to the distrib
3366
3367Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3368
3369 * SAX.c entities.c: fixed a couple of conformances issues deep
3370 into the validation code (standalone and undeclared Notations)
3371
3372Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3373
3374 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
3375 stayed there for years !
3376
3377Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3378
3379 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
3380 missing
3381
3382Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3383
3384 * check-xml-test-suite.py: improved the behaviour a bit as
3385 well as the logs
3386 * parser.c valid.c SAX.c: fixed a few more bugs
3387 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
3388
3389Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3390
3391 * check-xml-test-suite.py: python script to run regression tests
3392 against the XML Test suite of W3C/OASis
3393 * SAX.c: fixed a validation bug
3394 * parser.c: fixed 3 errors pointed by the test suite
3395 * doc/buildDocBookCatalog: fixed a typo pointed by drake
3396 * python/Makefile.am: fixed a dependendy
3397
3398Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3399
3400 * xmlmemory.c: avoid a warning bug #71594
3401
3402Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3403
3404 * xmlmemory.c: Jesse Perry provided a patch to remove a few
3405 warning on alpha/Tru64
3406
3407Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3408
3409 * include/libxml/entities.h: fixing a comment
3410 * valid.c: fixing some troubles with validity check on namespaces
3411 * result/VC/NS3 test/VC/NS3: added a specific regression test
3412
3413Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3414
3415 * tree.c: Fixing #71342 serializing '\n' in attribute values
3416 * result/noent/att3 result/att3 test/att3: added a specific
3417 test.
3418
3419Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3420
3421 * python/libxml.c: couple of bug fixes
3422
3423Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3424
3425 * python/*.py: removed tabs and used spaces.
3426
3427Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3428
3429 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
3430 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
3431
3432Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3433
3434 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
3435 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
3436
3437Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3438
3439 * include/libxml/encoding.h include/libxml/entities.h
3440 include/libxml/globals.h include/libxml/parser.h
3441 include/libxml/threads.h include/libxml/tree.h
3442 include/libxml/xmlmemory.h: trying to fix the include mess
3443
3444Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3445
3446 * include/libxml/xmlmemory.h: reverted part of the previous
3447 attempt to provide #69655, this was breaking the build.
3448
3449Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
3450
3451 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
3452 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
3453 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
3454 include/libxml/parserInternals.h include/libxml/tree.h
3455 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
3456 Tentatively fixed #69655 , make compiling with -Wredundant-decls
3457 clean.
3458 * python/libxml.c: fixed a warning.
3459
3460Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3461
3462 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
3463 copying of node, merge back IDs in the target document.
3464 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
3465 test/XInclude/ents/ids.xml: test case
3466 * result/VC/ElementValid4: output changed due to a typo fix
3467
3468Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3469
3470 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +00003471 generate the dependencies right as Jacob found out. Add
3472 an extra dependency rule.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003473
3474Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3475
3476 * parserInternals.c valid.c: Justin Fletcher found some parts
3477 of the code needing cleanup
3478 * libxml.spec.in python/Makefile.am python/generator.py
3479 python/libxml.c python/libxml.py: Fixed the python Makefiles
3480 corrected a bug showing up on ia64, changed the name of the
3481 python internal module too
3482
3483Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
3484
3485 * Makefile.am: applied patch from Andris Pavenis for binary
3486 name suffixes
3487
3488Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
3489
3490 * xmllint.c win32/win32config.h: fixing #68748
3491
3492Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3493
3494 * valid.c: fixing #70166
3495
3496Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3497
3498 * valid.c: fixing #70077
3499
3500Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3501
3502 * Copyright Makefile.am README configure.in libxml.spec.in:
3503 Changed to the MIT Licence
3504 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
3505 doc/xmlio.html: updated the doc accordingly
3506 * include/libxml/xmlwin32version.h configure.in: preparing
3507 2.4.14 release
3508 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3509 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3510 fixed the const xmlChar * wrapper and generator, XPath extension
3511 functions now use the context as first argument
3512 * python/tests/tstxpath.py python/tests/xpath.py
3513 python/tests/xpathext.py: Updated the tests accordingly
3514 * tree.c: fixed bug #70067
3515
3516Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3517
3518 * Makefile.am: cleanup
3519 * debugXML.c: always use stdout if output is NULL
3520 * xmlIO.c: don't close filedescriptors passed to outputBuffers
3521 * python/Makefile.am python/generator.py python/libxml2class.txt
3522 python/libxml_wrap.h python/types.c: augmented the number of bindings
3523 handling FILE * and XPath contexts
3524 * python/tests/Makefile.am: avoid a stupid problem due to the
3525 use of TEST.
3526
3527Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3528
3529 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
3530
3531Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3532
3533 * python/TODO python/libxml.c: cleanup the extension function lookup
3534 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
3535
3536Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3537
3538 * configure.in python/Makefile.am: do not install outside
3539 of prefix
3540
3541Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3542
3543 * python/TODO python/libxml.c: started adding SAX interfaces
3544 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
3545 SAX test
3546
3547Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3548
3549 * tree.c: hardened the addChild function
3550 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3551 python/libxml2class.txt python/libxml_wrap.h python/TODO:
3552 added accessors needed for xmlNode, a bit more testing and
3553 extension of interfaces
3554 * python/tests/Makefile.am python/tests/build.py: added a test
3555 build from scratch/save/load/check
3556
3557Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3558
3559 * parserInternals.c: change a small bit in the way valididy
3560 error messages get initialized
3561 * python/TODO python/libxml.c python/libxml2-python-api.xml
3562 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3563 added some memory debugging to track leaks at the libxml2 level
3564 * python/tests/*.py: changed all tests to check for leaks,
3565 there is just one left in XPath extension registrations.
3566
3567Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
3568
3569 * python/TODO python/generator.py python/libxml2-python-api.xml
3570 python/libxml2class.txt: more accessor classes for the parser
3571 context, allow to switch on and check validity
3572 * python/tests/Makefile.am python/tests/error.py
3573 python/tests/invalid.xml python/tests/valid.xml
3574 python/tests/validate.py: attded more test and and added error.py
3575 which I forgot to commit in the last step
3576
3577Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3578
3579 * python/Makefile.am python/types.c: cleanup
3580 * python/libxml.c python/libxml.py python/libxml_wrap.h
3581 python/generator.py python/libxml2-python-api.xml
3582 python/libxml2class.txt: added class for parser context, added
3583 first cut for push mode support. Added a framework to generate
3584 accessors functions.
3585 * python/tests/Makefile.am python/tests/push.py: added a push
3586 test
3587
3588Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3589
3590 * python/Makefile.am python/TODO python/libxml.py: fixed a small
3591 bug a bit of cleanup.
3592
3593Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
3594
3595 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
3596 python/libxml2class.txt: adding error redirections and preformat
3597 to a python handler
3598 * python/tests/Makefile.am python/tests/*.py: cleanup made all
3599 tests self checking
3600
3601Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3602
3603 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
3604 a function
3605
3606Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3607
3608 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
3609 python/libxml.c python/libxml2-python-api.xml
3610 python/libxml2class.txt: Progressing through the TODOs, class
3611 description output, extra XML API, RPM now builds the wrappers
3612 for all python installed versions
3613
3614Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
3615
3616 * configure.in libxml.spec.in python/Makefile.am python/TODO
3617 python/generator.py python/libxml2class.txt: added more informations
3618 in the libxml2-python package including docs. Slightly changed
3619 the class hierarchy
3620 * python/tests/*: added basic regression tests infrastructure too
3621
3622Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3623
3624 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
3625 added libxml2-python as part of the packages installed
3626
3627Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3628
3629 * python/Makefile.am python/generator.py python/libxml.c
3630 python/libxml.py: more work, now able to extend the
3631 XPath interpreter with functions written in python.
3632
3633Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3634
3635 * python/Makefile.am: Jacob sent a patch to allow building from
3636 tarfile.
3637
3638Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3639
3640 * python/Makefile.am python/libxml.c configure.in Makefile.am:
3641 inserted the python wrappers build, I hope this won't be too
3642 unportable
3643
3644Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3645
3646 * xpath.c: minor optimization
3647 * python/generator.py python/libxml.c python/libxml.py
3648 python/libxml_wrap.h: more work on the python bindings,
3649 they now support XPath and there is no evident leak
3650
3651Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3652
3653 * python/generator.py python/libxml.c python/libxml.py:
3654 more work on the python bindings generator.
3655
3656Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3657
3658 * python/generator.py python/libxml.c python/libxml_wrap.h:
3659 more work on the python bindings.
3660
3661Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3662
3663 * python/generator.py python/libxml.c python/libxml.py
3664 python/libxml_wrap.h: commited early version of a python binding
3665 for private use only ATM
3666
3667Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3668
3669 * entities.c tree.c include/libxml/entities.h: applied patch
3670 from Anthony Jones to implement copy of DTD subtree too. Had
3671 just to keep 2 function private which really ought to become
3672 public ones.
3673
3674Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3675
3676 * xmllint.c: added pointers to the web pages in the usage()
3677
3678Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3679
3680 * tree.c: more fixes from Petr Kozelka for attribute handling
3681 in the tree API to align the semantic with DOM.
3682
3683Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3684
3685 * valid.c tree.c entities.c: another set of patches from
3686 Anthony Jones for copy operations cleanup and robustness
3687
3688Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3689
3690 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
3691 an alphabetic index based on comments content
3692 * doc/*: rebuilt the web site with the new references
3693
3694Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3695
3696 * parserInternals.h: Greg Sjaardema suggested to use an
3697 eponential buffer groth policy in xmlParserAddNodeInfo()
3698
3699Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3700
3701 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
3702 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
3703 doc/parsedecl.py doc/Makefile.am: updated the python extractor
3704 to generate cross-references, and added/updated the stylesheets
3705 to generate and link API indexes. The generic keyword index
3706 is not done yet.
3707 * doc/*.html: regenerated all the usual docs too
3708
3709Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3710
3711 * debugXML.c: added an xpath function to the shell for T. V. Raman
3712
3713Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3714
3715 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
3716 debug routines.
3717
3718Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3719
3720 * tree.c: apply an patch from Petr Kozelka for unlink and replace
3721 support of attribute nodes
3722
3723Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3724
3725 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
3726 hopefully near complete and fully documented of the API in XML
3727 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
3728 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
3729 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
3730 include/libxml/parserInternals.h include/libxml/valid.hi
3731 include/libxml/xmlIO.h include/libxml/xmlerror.hi
3732 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
3733 include/libxml/xpath.h include/libxml/xpathInternals.h:
3734 Cleaned up the doc comments a lot in the process, the interface
3735 coverage is now 100%
3736
3737Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3738
3739 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
3740 extracts comments from the gtk-doc DocBook output (a bit
3741 convoluted but seems to work).
3742
3743Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3744
3745 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
3746 added an XML description of the API, moved the script generating
3747 it here. Added a "make api" target
3748
3749Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3750
3751 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
3752
3753Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3754
3755 * xpath.c include/libxml/xpathInternals.h: the change made to
3756 xmlXPathFuncLookupFunc was incompatible roll it back
3757
3758Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3759
3760 * SAX.c: cleanup patch from Anthony Jones
3761 * doc/Makefile.am: fix the headers to avoid in make scan
3762 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
3763 includes, * vs Ptr and general cleanup
3764 * parsedecl.py: first version of a script to extract the
3765 module interfaces, the goal will be to provide .decl or XML
3766 specification of the interfaces to build wrappers.
3767
3768Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3769
3770 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
3771 now provides return codes in case of errors
3772
3773Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
3774
3775 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
3776 Upgraded to trio baseline 1.6
3777 * strio.h strio.c: Replaced by triostr.h and triostr.c
3778
3779Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
3780
3781 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
3782 of strdup usage in the code
3783
3784Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3785
3786 * parser.c error.c: Keith Isdale complained rightly that
3787 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
3788
3789Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3790
3791 * tree.c: fixed the funxtion to set the xml: attributes
3792 * debugXML.c: added "setbase" to test it.
3793
3794Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3795
3796 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
3797 to allow updating an attribute content
3798
3799Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3800
3801 * libxml.h: try to avoid problems when compiling on Windows
3802
3803Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
3804
3805 * hash.c: patch from Anthony Jones for hash.c allocation size
3806 * Makefile.am: trying to work around Yet Another Libtool Madness
3807 and build the 2.4.13 release finally ...
3808
3809Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3810
3811 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
3812 * doc/* : update of the documentation
3813
3814Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3815
3816 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
3817 at fixing #61290 :-(
3818
3819Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3820
3821 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
3822 Fixes bug #67229
3823
3824Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3825
3826 * tree.c: trying to avoid troubles when a subtree is copied
3827 and coalesced in part with the target tree. Should fix
3828 bug #67407
3829
3830Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3831
3832 * valid.c: fixed validation of attributes content of type
3833 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
3834 values, very old bug. Fixes #67671
3835
3836Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3837
3838 * parser.c include/libxml/parserInternals.h tree.c: integrated
3839 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
3840 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
3841
3842Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3843
3844 * threads.c: applied Serguei Narojnyi's patch to add native
3845 thread support on the Win32 platform
3846 * testThreadsWin32.c Makefile.am: added the test program also
3847 from Serguei, Win32 specific
3848 * include/win32config.h include/libxml/xmlwin32version.h.in:
3849 added patch from Igor for the Windows thread specific defines.
3850
3851Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3852
3853 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
3854
3855Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3856
3857 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
3858 output page into XMLinfo.html. Close bug #66951 and
3859 raised by Robert Collins too.
3860
3861Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
3862
3863 * encoding.c: Paul Keogh pointed out a possibility of segfault
3864 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
3865 Closes bug # 68238
3866
3867Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
3868
3869 * doc/*.html: updated the Gdome2 links
3870
3871Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3872
3873 * libxml.h: Applied following patches from Robert Collins
3874 and make sure IN_LIBXML is defined when compiling it
3875 -------
3876 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
3877 as well as Visual C.
3878 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3879 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3880 * strio.c (PLATFORM_UNIX): Define for Cygwin.
3881 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
3882 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
3883 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
3884 xmlSysIDExists xmlNoNetExists).
3885 * xmllint.c: Don't include winsock2.h for Cygwin.
3886
3887Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3888
3889 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
3890 when the version info is not present.
3891
3892Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3893
3894 * tree.c: Anthony Jones pointed out a problem in
3895 xmlStringGetNodeList() and provided a fix for it
3896
3897Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3898
3899 * parser.c: patch from Frank J Franklin to remove a bug in
3900 xmlCreatePushParserCtxt() when the initial buffer passed
3901 is large.
3902
3903Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3904
3905 * win32/*: big cleanup of the Windows/MSVC project files
3906 from Igor Zlatkovic
3907
3908Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3909
3910 * doc/Makefile.am: should fix #67674 and avoid troubles if
3911 xsltproc is not available or fails in the prefix provided
3912
3913Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
3914
3915 * xmlmemory.c: one more doc patch from Charlie Bozeman.
3916
3917Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3918
3919 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
3920 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
3921 Fixed a few other problems raised by Charlie Bozeman.
3922 * result/VC/ElementValid[5-7]: fixed the output
3923
3924Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3925
3926 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
3927 patches from Charlie Bozeman. Regenerated the HTML docs.
3928
3929Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
3930
3931 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
3932 for Windows from Igor
3933
3934Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3935
3936 * xmllint.c: applied Justin Fletcher patch for --output or -o
3937
3938Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
3939
3940 * win32/libxml2/libxml2.def.src: close #67019
3941
3942Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3943
3944 * xmllint.c: applied Justin Fletcher generic timing patch
3945 similar to the one already applied to xsltproc.
3946
3947Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3948
3949 * include/libxml/tree.h tree.c: applied documentation patches
3950 from Charlie Bozeman
3951
3952Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
3953
3954 *doc/xmllint.xml, xmllint.1 - document --dropdtd
3955
3956Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
3957
3958 * valid.c: fix the xmlStrdup() used in the previous patch.
3959 * valid.c: added --dropdtd
3960 * tree.c: fixed xmlUnlinkNode so it also removes the references
3961 from the document if the node is a DTD
3962
3963Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
3964
3965 * HTMLtree.c valid.c: cleanup some static declarations
3966
3967Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3968
3969 * xmllint.c: removed another strdup()
3970 * doc/FAQ: removed the HP/UX entry
3971
3972Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
3973
3974 * valid.c: fix bug #66816 when validating.
3975 * xmllint.c: don't use sys/time.h if configure did not found it
3976
3977Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
3978
3979 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
3980 xmlcatalog_man.xml
3981
3982Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3983
3984 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
3985 xmlInitMemory() was declared twice
3986
3987Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
3988
3989 * globals.c: do not reference strdup() !
3990 * configure.in libxml-2.0.pc.in: trying to fix the libs
3991 of the various config extraction modules
3992
3993Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3994
3995 * configure.in : preparing 2.4.12
3996 * doc/* : updated and rebuilt the docs
3997
3998Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3999
4000 * uri.c: closed bug #66159
4001 * testURI.c: added --escape option
4002 * configure.in: some cleanup for xml2-config --cflags
4003
4004Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
4005
4006 * globals.c testThreads.c: removed some misplaced includes
4007 of xmlversion.h
4008
4009Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
4010
4011 * threads.c: patch from Gary Pennington fixing a possible
4012 problem at initialization time.
4013
4014Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
4015
4016 * configure.in libxml.h parser.c testThreads.c macos/: integrated
4017 Eric Lavigne contribution to build libxml2 on MacOS using
4018 CodeWarrior.
4019
4020Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
4021
4022 * xmllint.c: applied Geert Kloosterman's patch to fix
4023 --repeat --timing output
4024
4025Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
4026
4027 * parser.c: Robin Berjon <robin@knowscape.com> found a case
4028 where non-wellformed XML declaractions were not detected.
4029
4030Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
4031
4032 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
4033
4034Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
4035
4036 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
4037 gets reset by xmlCleanupInputCallbacks() and this makes the
4038 function useless. Same for output.
4039
4040Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
4041
4042 * xmlIO.c: robert pointed out a loop error in callback cleanups
4043
4044Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
4045
4046 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
4047 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
4048 they are not really tied to debugging
4049
4050Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
4051
4052 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
4053 * xmllint.c: better --catalogs description
4054
4055Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
4056
4057 * tree.c: fixed a couple of problems in xmlSetProp()
4058
4059Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
4060
4061 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
4062 unappropriate stdout output.
4063
4064Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
4065
4066 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
4067 by Denis Beurive, closes #65111
4068
4069Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
4070
4071 * valid.c: in case of content model validity error, don't
4072 print it if validity warnings were not requested.
4073
4074Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
4075
4076 * nanoftp.c: applied a couple of patches from Brian D Ripley.
4077 * parserInternals.c: removed the last exit() call. Print an
4078 unmaskable error on stderr instead (library mismatch detection)
4079
4080Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
4081
4082 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
4083 shell instructions from Heiko Rupp
4084
4085Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
4086
4087 * catalog.c: use the URL notation file:// for default catalog paths
4088
4089Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
4090
4091 * include/libxml/tree.h: better comments for _private fields
4092 * tree.c: removed a problem when copying an entity reference.
4093
4094Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
4095
4096 * vms/*: updated instructions and diffs from John A Fotheringham
4097
4098Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
4099
4100 * include/libxml/xmlerror.h: avoid an include problem if
4101 #include <libxml/xmlerror.h> happens first in code
4102 seems to be the case in KDE libs
4103
4104Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
4105
4106 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
4107 from Igor for Windows
4108
4109Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
4110
4111 * Makefile.am: Gary Pennington pointed out a missing prefix
4112
4113Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
4114
4115 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
4116 * doc/*: upgraded and rebuilt the docs
4117
4118Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
4119
4120 * HTMLparser.c: fix comment in scripts element parsing.
4121 * result/HTML/doc3*: updated the results.
4122
4123Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
4124
4125 * uri.c: another URI bug fix #63336, using Joel Young patch.
4126
4127Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
4128
4129 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
4130 a cleaned up version of the Pwd shell string generation.
4131
4132Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4133
4134 * valid.c include/libxml/tree.h: trying to fix namespaces +
4135 validation problems for good, closing #63619 in the process
4136 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
4137 wrong in this respect, fixed it.
4138
4139Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
4140
4141 * xmllint.c: Morus Walter patch to allow --format and --encode
4142
4143Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
4144
4145 * debugXML.c: Stefan Kost provided an help command for the shell
4146
4147Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
4148
4149 * debugXML.c: Heiko Rupp pointed that the shell would crash
4150 on empty nodesets returns.
4151
4152Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
4153
4154 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
4155 migh need the history libraries
4156
4157Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
4158
4159 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
4160 handle the case of < in quoted attributes, Bastian Kleineidam
4161
4162Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
4163
4164 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
4165 fixing catalog breakages
4166 * Makefile.am catalog.c result/catalogs/catal
4167 result/catalogs/mycatalog.* test/catalogs/catal*:
4168 fixed more problems in catalog support, added more regression tests
4169 for both XML and SGML catalog handling
4170
4171Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
4172
4173 * debugXML.c: applied an improvement to xmlGetLineNo() from
4174 Keith Isdale
4175
4176Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
4177
4178 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
4179 Side effect of the progressive catalog loading
4180
4181Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
4182
4183 * Makefile.am: confexecdir and confexec_DATA were defined twice
4184 pointed out by Karl Eichwalder
4185
4186Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
4187
4188 * xmlcatalog.c: avoid unlink() and use remove() instead.
4189
4190Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
4191
4192 * libxml.spec.in: cleanup
4193 * include/libxml/xmlwin32version.h: updated with 2.4.8
4194
4195Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
4196
4197 * encoding.c global.data globals.c testThreads.c: fix bug #63752
4198 of compiling libxml with a non standard set of options
4199
4200Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
4201
4202 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
4203 document --sgml option, fixing gnome bugzilla #63382
4204
4205Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
4206
4207 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
4208 breakage of 2.4.7, added a couple of really needed APIs
4209 like xmlCatalogIsEmpty() and xmlNewCatalog()
4210 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
4211 for install-catalog
4212 * configure.in: preparing 2.4.8
4213
4214Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
4215
4216 * HTMLtree.c tree.c include/libxml/HTMLtree.h
4217 include/libxml/tree.h include/libxml/xmlIO.h: more include
4218 cleanups, export cleanly one html output + format function.
4219
4220Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
4221
4222 * parser.c: removed initGenericErrorDefaultFunc call from
4223 xmlInitParser() since it could destroy previous calls to
4224 xsltSetGenericErrorFunc() effects
4225
4226Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4227
4228 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
4229 keyword.
4230
4231Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
4232
4233 * Makefile.am: cleanup
4234 * threads.c: cleanup too
4235 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
4236 from xsltproc
4237 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +00004238 dependency loop.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004239
4240Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
4241
4242 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
4243 was not used anymore !
4244
4245Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4246
4247 * configure.in: preparing 2.4.7
4248 * Makefile.am doc/Makefile.am: switched to the latest xmllint
4249 manual page from John
4250 * doc/*: updated the doc and rebuilt the generated pages
4251
4252Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
4253
4254 * xmlIO.c: closing bug #62711, the library should never
4255 close stdin or stdout.
4256
4257Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
4258
4259 * uri.c: second pass at fixing #63336, using Joel Young
4260 final patch. looks okay.
4261
4262Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
4263
4264 * uri.c include/libxml/uri.h: trying to clear #63336
4265 allowing the escaping routine to parse unconformant
4266 URI-References.
4267
4268Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
4269
4270 * vms/readme.vms vms/build_libxml.com nanoftp.c
4271 include/libxml/xmlversion.h.in: a few VMS updates from
4272 John A Fotheringham
4273 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
4274 and xmlCleanupOutputCallbacks() for the Perl binding people.
4275
4276Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
4277
4278 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
4279 apply fixes to close #63271 and avoid segfaults when
4280 the error routine gets callbed before xmlInitParser()
4281 get called.
4282 * nanoftp.c error.c: Applied patches from Justin Fletcher
4283 correcting some xmlGenericError misuses.
4284
4285Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
4286
4287 *doc/xmllint.xml, doc/xmllint.1
4288 New and improved man page for xmllint - .xml is the original, .1
4289 is the generated man page
4290
4291Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
4292
4293 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
4294 the web site from the main HTML document.
4295
4296Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4297
4298 * parser.c: fixed an erroneous validation bug when PE refs
4299 occurs in external parsed entities referenced from the
4300 internals subset
4301 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
4302 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
4303 added the associated testcase, it's a nice one.
4304 * HTMLparser.c: generate the DTD node as HTML still ...
4305 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
4306
4307Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4308
4309 * HTMLparser.c: fixed a bug in htmlNewDoc()
4310
4311Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4312
4313 * test/threads/*: added entities testing to the Thread test
4314 * testThreads.c: make the test reasonable
4315 * DOCBparser.c: fix the DTD public and system ID
4316 * xmllint.c: added --sgml for SGML DocBook importing
4317 * Makefile.am: added Docbtests target
4318
4319Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4320
4321 * nanoftp.c: use only "anonymous@" string for anonymous passwds
4322 * testThreads.c: removed bogus include
4323
4324Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4325
4326 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
4327 fixed a very serious (looping) validation bug
4328
4329Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
4330
4331 * include/libxml/globals.h include/libxml/threads.h threads.c
4332 testThreads.c: far more testing, cleaning up bugs
4333 * *.c : make sure globals.h is always included.
4334
4335Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
4336
4337 * HTMLparser.c: try to get rid of parser loops for good.
4338
4339Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
4340
4341 * configure.in: fixed some bugs in CFLAGS passing.
4342 * test/threads Makefile.am testThreads.c: added a specific
4343 threaded test case (really nasty, guaranteed).
4344
4345Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
4346
4347 * catalog.c: serious cleanup on the management of the
4348 XML catalog tree, more tests done, especially with
4349 the catalog PI.
4350
4351Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
4352
4353 * catalog.c: avoid a problem in catalog cleanup on SMP if
4354 catalogs were not initialized.
4355
4356Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
4357
4358 * catalog.c xpath.c: trying to cleanup the not thread safe
4359 parts of the library.
4360
4361Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
4362
4363 * include/libxml/globals.h configure.in global.data: make
4364 the allocation be per-thread a configure option
4365 * encoding.c include/libxml/parser.h: fixed compilation
4366 errors
4367
4368Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4369
4370 * include/libxml/parser.h: Norm reported that a few lines
4371 added were breaking libxslt compile, removed them for now
4372
4373Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
4374
4375 * parser.c parserInternals.c threads.c: debugged and fixed
4376 initialization problems which were giving troubles on SMP
4377 boxes.
4378
4379Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4380
4381 * include/libxml/Makefile.am: missing globals.h
4382
4383Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4384
4385 * globals.c: added a couple of standard includes.
4386
4387Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4388
4389 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
4390 include/libxml/parserInternals.h include/libxml/tree.h
4391 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
4392 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
4393 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
4394 Applied the last patches from Gary, cleanup, activated threading
4395 all user accessible global variables are now handled in globals.[ch]
4396 Still a bit rought but make tests passes with either
4397 --with-threads defined at configure time or not.
4398 * Makefile.am example/Makefile.am: added globals.[ch] and threads
4399 linking options
4400
4401Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4402
4403 * Makefile.am include/libxml/Makefile.am
4404 include/libxml/globals.h globals.c include/libxml/threads.h
4405 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
4406 configure.in: started integrating the core of the thread support
4407 not activated yet but half integrated. The code should still
4408 compile and work anyway.
4409
4410Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4411
4412 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
4413 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
4414 integrating the non-controversial parts of Gary Pennington
4415 multithread patches
4416 * catalog.c: corrected a small bug introduced
4417
4418Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4419
4420 * catalog.c include/libxml/catalog.h: very serious cleanup,
4421 isolating unportable code and as much as possible the accesses
4422 to the global shared catalog. May need more testing !
4423
4424Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4425
4426 * include/libxml/debugXML.h debugXML.c tree.c: integrating
4427 Keith Isdale patches for the XSLT debugger interfaces. Some
4428 cleanup
4429
4430Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4431
4432 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
4433 * DOCBparser.c: generate line nubers in elements
4434
4435Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4436
4437 * configure.in: preparing 2.4.6 release
4438 * doc/xml.html doc/html/*: updated and rebuilt the docs
4439 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
4440
4441Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
4442
4443 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
4444 adding documentation for DV's supercatalog support
4445
4446Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4447
4448 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
4449 super catalog support adding one API and one flag --sgml to
4450 xmlcatalog
4451
4452Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
4453
4454 * doc/xmlcatalog_man.xml, xmlcatalog.1
4455 One more crack at
4456 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4457
4458
4459Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4460
4461 * xpath.c: implemented xmlXPathObjectCopy for external objects
4462 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
4463
4464Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
4465
4466 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4467 finishing up fix to
4468 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
4469 the xmlcatalog man page display more elegantly
4470
4471Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
4472
4473 * configure.in: closing bug #61832
4474 * HTMLparser.c: removed a warning
4475
4476Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4477
4478 * xpath.c: fixing #61673 part I, do not loose doc information
4479 when copying result value trees.
4480
4481Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4482
4483 * xpath.c: trying to harden the XPath interpreter
4484
4485Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
4486
4487 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
4488 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4489
4490Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4491
4492 * HTMLparser: repaired another loop problem
4493
4494Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4495
4496 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
4497 parsing.
4498 * xpath.c: fix bug #61291 the default XML namespace node is
4499 missing from the namespace axis.
4500 * tree.c: refuse to create namespaces nodes with prefix "xml"
4501
4502Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
4503
4504 * SAX.c: ouch a non-defined namespace could lead to a crash,
4505 fixed #61215
4506
4507Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4508
4509 * parserInternals.c: closed bug #61054
4510
4511Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4512
4513 * include/libxml/Makefile.am: closing #60708
4514
4515Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4516
4517 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
4518 adding xmlSAXParseFileWithData following Marco Stipek suggestion
4519
4520Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4521
4522 * valid.c: close bug #61550 when xml: wasn't considered a namespace
4523
4524Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4525
4526 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
4527 * DOCBparser.c HTMLparser.c parser.c: fixed typos
4528
4529Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
4530
4531 * catalog.c: Justin Fletcher provided cleaup code in case
4532 HAVE_STAT is not defined
4533 * include/win32config.h: Igor Zlatkovic suggested to have
4534 HAVE_STAT defined there
4535
4536Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4537
4538 * catalog.c - fixed typing error reported by M. Barros
4539
4540Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
4541
4542 * xmllint.c - fixing typo
4543
4544Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4545
4546 * HTMLparser.c: small enhancement to prevent loop on
4547 unrecognizable data
4548
4549Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4550
4551 * parserInternals.c: applying patch from bug #60757 this
4552 should close it
4553
4554Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4555
4556 * catalog.c xmlcatalog.c: removed a couple of warning
4557 * xpath.c: try to solve the linking problem on platforms
4558 needing trio to compile
4559
4560Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4561
4562 * Makefile.am libxml.spec.in: backing up non-documented changes
4563 commited without review or aproval by Jens Finke <jens@gnome.org>
4564 * HACKING: made 100% clear that no commit should be done directly
4565
4566Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4567
4568 * configure.in: Joe Orton provided a patch fixing a problem
4569 when iconv is specified to be in a non-standard directory
4570 but wasn't exported in xml2-config --cflags
4571
4572Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4573
4574 * configure.in: let's ship 2.4.5 before getting too much
4575 troubles with 2.4.4 errors.
4576
4577Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4578
4579 * encoding.c entities.c: do not output hexadecimal charrefs
4580 when serializing HTML since some version of Netscape can't
4581 grok it, generate decimal ones.
4582 * result/HTML/doc3.htm: output changed due to previous test
4583 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
4584
4585Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
4586
4587 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
4588 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
4589
4590Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4591 Released 2.4.4
4592
4593 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
4594 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
4595 updated the configuration scripts systems accordingly
4596
4597Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4598
4599 * configure.in: preparing for 2.4.4
4600 * doc/xml.html doc/html/*: updated and rebuilt the docs
4601
4602Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4603
4604 * win32/dsp/libxml2.def.src: tried to incorporate comments
4605 from bug #59220
4606
4607Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4608
4609 * parser.c result/noent/wml.xml: fixed bug #59981 related
4610 to handling of '&' in attributes when entities are substitued
4611
4612Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4613
4614 * libxml.h include/libxml/xmlversion.h.in
4615 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
4616 Tried to close bug #60131
4617
4618Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4619
4620 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
4621
4622Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
4623
4624 * SAX.c: fixing bug #59946 on xmlns=""
4625
4626Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4627
4628 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
4629 but allocates a new error code.
4630
4631Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4632
4633 * xmllint.c: John Fleck fixed typos in the options output
4634 * parser.c SAX.c: fix ignorable white space SAX selection
4635
4636Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4637
4638 * entities.c: Steve Underwood found the possibility of an
4639 ininite loop in case of error.
4640
4641Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4642
4643 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
4644
4645Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4646
4647 * parser.c: warn if version is not 1.0 but it's not
4648 strictly speaking an error after analyzing the spec
4649
4650Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
4651
4652 *doc/catalog.html - add link to the html version of the
4653 man page, other linguistic cleanups
4654
4655Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
4656
4657 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4658 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
4659 file, has not yet been included in the build.
4660
4661Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4662
4663 * catalog.c: removed a duplicate affectation Justin Fletcher
4664
4665Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
4666
4667 * tree.c: Armin Sander pointed a possible text coalescing
4668 problem, completed his patch.
4669
4670Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4671
4672 * trionan.c: Fixed const and volatile re-definition problem
4673
4674Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
4675
4676 * libxml.4 parser.c: doc updates from Heiko Rupp
4677 * parserInternals.c: 2 sanity checks from Heiko Rupp
4678
4679Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4680
4681 * tree.c: applied patch from Armin Sander to make some pointers
4682 const in xmlCopyNode()
4683 * include/libxml/tree.h: added fix to the header
4684
4685Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4686
4687 * xpath.c: hum, restrict the integer usage gcc bug workaround
4688 to only gcc compilers so that other architecture don't get
4689 penalized by this limitation.
4690 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
4691
4692Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4693
4694 * valid.c: fixed a Windows compiler warning (Chris Poblete)
4695 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
4696
4697Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4698
4699 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
4700 --convert option to xmlcatalog to convert SGML ones to
4701 the XML syntax.
4702 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
4703
4704 2.4.3 got released at that point
4705Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4706
4707 * catalog.c xmlIO.c: started some serious testing and fixed
4708 a few bug and optmization needs.
4709
4710Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4711
4712 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4713 preparing for a 2.4.3 release even if it may not be ready yet
4714 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
4715 all file parsing lookup to go through the entity resolver, add
4716 to add an API to bypass it (needed to load catalogs themselves),
4717 some cleanup on the catalog code too.
4718 * nanoftp.c: small cleanup
4719 * doc/catalog.html: small update
4720
4721Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4722
4723 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
4724 Jun Kuriyama
4725
4726Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4727
4728 * doc/catalog.html: finished the catalog documentation
4729
4730Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4731
4732 * doc/catalog.html doc/xml.html: added documentation about
4733 Catalog support, misses an API description
4734 * doc/html/*: reextracted the API pages
4735
4736Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4737
4738 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
4739 Added the part about section 7.2 on URI resolution,
4740 fixed a side effect in the HTML parser, look complete
4741 and ready to rock except the URI/SystemID part!
4742
4743Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4744
4745 * include/libxml/catalog.h include/libxml/parser.h
4746 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
4747 xmlIO.c: added support and APIs needed for the catalog PI
4748 * include/libxml/xmlIO.h: cleanup
4749
4750Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4751
4752 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
4753 include/libxml/catalog.h: starts to look okay, really
4754 plugged the new framework, cleaned a lot of stuff,
4755 added some APIs, except the PI's support missing this
4756 should be mostly complete
4757 * result/catalogs/* test/catalogs/*: added new test, enriched
4758 the existing one with URN ID tests
4759
4760Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4761
4762 * catalog.c: fixed nextCatalog
4763 * result/catalogs/docbook test/catalogs/*: started adding
4764 a small regression test
4765
4766Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
4767
4768 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
4769 more work on the XML catalog support.
4770 * parser.c include/libxml/parser.h: small cleanup seems using
4771 list as a public parameter name can give portability troubles
4772 * trionan.c trionan.h xpath.c include/libxml/trionan.h
4773 include/libxml/xpath.h include/libxml/Makefile.am: removed
4774 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
4775 wrappers
4776
4777Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4778
4779 * Makefile.am trio.c triodef.h trionan.c xpath.c
4780 include/libxml/Makefile.am include/libxml/trionan.h:
4781 Re-worked Not-A-Number and Infinity support.
4782 * xmlcatalog.c: added readline include files
4783
4784Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4785
4786 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
4787 testCatalog as xmlcatalog, making it an installed app
4788 adding a shell, and preparing it to be a /etc/xml/catalog
4789 management tool, though not ready yet
4790 * catalog.c include/libxml/catalog.h: adding support for
4791 XML Catalogs http://www.oasis-open.org/committees/entity/
4792 not finished, there is some interesting tradeoffs and a
4793 few open questions left.
4794
4795Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
4796
4797 * xmllint.c: fixed a line formatting problem
4798
4799Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4800
4801 * SAX.c: removed a couple of unused variable (Albert Chin)
4802
4803Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4804
4805 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
4806 trying to fix some troubles w.r.t. function returning
4807 const xxxPtr.
4808
4809Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4810
4811 * win32/dsp/libxml2.def.src: another set of symbols conditionally
4812 defined
4813
4814Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4815
4816 * xpointer.c: removed unused var
4817
4818Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4819
4820 * testXPath.c: another small cleanup closing bug #59110
4821
4822Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4823
4824 * win32/dsp/libxml2.def.src: small cleanup closing bug
4825 #59108
4826
4827Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4828
4829 * example/gjobread.c: add xmlCleanupParser() before leaving
4830
4831Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
4832
4833 * config.h.in configure.in include/libxml/xmlwin32version.h:
4834 released 2.4.2
4835
4836Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
4837
4838 * include/libxml/valid.h debugXML.c valid.c: deprecate
4839 the non-boundchecking Sprintf functions, add Snprintf
4840 this should close bug #57984
4841
4842Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
4843
4844 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
4845 URIs before doing the lookups (pointed by Mark Vakoc)
4846
4847Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4848
4849 * xpath.c: serious changes on Result Value Trees and NodeSets
4850 w.r.t. deallocation and collect operations. Probably not
4851 100% clean (merge of allocated trees smells like a problem).
4852 Seems sufficient to close #58943
4853
4854Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4855
4856 * xmllint.c: adding a --format option
4857
4858Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
4859
4860 * xpath.c: count() was broken on Result Value Tree
4861 * xmlIO.c: fixed file:/// accesses on _WIN32
4862
4863Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4864
4865 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
4866 macro was renamed, this should close bug #58683
4867
4868Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4869
4870 * SAX.c: small fix fixing bug #58539 reported by coolo, in
4871 entity substitution mode text at the end of the entity might
4872 be added due to text coalescing.
4873 * nanoftp.c parser.c: small cleanup
4874
4875Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4876
4877 * HACKING: added John Fleck right to commit in the doc subdir
4878
4879Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4880
4881 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
4882 allow to inherit attributes from the DTD directly in the
4883 tree, this is needed for XPath and can be a useful feature.
4884 Inherited namespaces are always provided at the tree level now
4885 * test/defattr* result/defattr* result/noent/defattr*: added a couple
4886 of tests for this feature (XSLT being the prime user).
4887
4888Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4889
4890 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
4891 testSAX.c xmlIO.c xmllint.c include/win32config.h
4892 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
4893 include/libxml/xmlwin32version.h.in win32/README.MSDev
4894 win32/dsp/*: applied Win32 Facelift No.2 patches from
4895 Igor Zlatkovic for Windows/MSC
4896
4897Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
4898
4899 * SAX.c: unparsedEntityDecl() the URI computation of the
4900 entity wasn't done breaking XSLT unparsed-entity-uri()
4901
4902Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
4903
4904 * xpath.c: fixed a bug when walking the descendants and
4905 the current node has no children
4906 * debugXML.c: show up when a text node is supposed to not be escaped
4907
4908Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4909
4910 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
4911 worked like the set:leading() function)
4912 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
4913
4914Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4915
4916 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
4917
4918Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4919
4920 * include/libxml/xmlIO.h: apply change to close #58141
4921 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
4922
4923Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4924
4925 * parser.c: when the internal subset uses a PE, then the
4926 included entity can use conditional sections.
4927
4928Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4929
4930 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
4931 when walking the namespace axis showing up in
4932 libxst/tests/general/bug-12
4933 * xmlmemory.c: added the possibility to trace a given block
4934 defined by its address
4935
4936Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4937
4938 * parser.c: don't override existing encoding specified before
4939 starting xmlParseDocument()
4940
4941Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4942
4943 * include/libxml/xmlwin32version.h: reinserted, needed for
4944 Windows users of CVS
4945
49462001-07-27 Darin Adler <darin@bentspoon.com>
4947
4948 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
4949 * testCatalog.c: Add include of <libxml/parser.h>.
4950
49512001-07-27 Darin Adler <darin@bentspoon.com>
4952
4953 * include/libxml/.cvsignore:
4954 * include/libxml/xmlwin32version.h:
4955 Remove this file from CVS because it's generated.
4956
4957Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4958
4959 * parser.c include/libxml/parser.h: applied const patches from
4960 Tom Moog #58002
4961
4962Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4963
4964 * xpath.c include/libxml/xpath{,Internals}.h: added a function
4965 lookup framework
4966
4967Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4968
4969 * tree.c: fixed xmlCopyNode() for documents
4970
4971Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4972
4973 * parser.c: fixed bugs #58073 reported by Greg Shtilman
4974
4975Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4976
4977 * parser.c: fixes bug #57652 reported by Morus Walter
4978
4979Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4980
4981 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
4982
4983Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4984
4985 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
4986 errors, lesson don't add new functions at 1am before a release
4987 * xpath.c: integrated fix from Bjorn to avoid divide by zero
4988 from XPath initialization when possible.
4989
4990Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4991
4992 * result/scripts/base*: removing history/readline changed
4993 this slightly
4994 * include/libxml/parser.h SAX.c parser.c parserInternals.c
4995 xmllint.c: make element content line number generation
4996 optionnal to avoid breaking old apps added interface to switch
4997
4998Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4999
5000 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +00005001 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00005002 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
5003 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
5004 John Kroll fixes to allow saving to HTTP via PUT (or
5005 POST of needed).
5006 * doc/html/*.html: regenerated the docs
5007
5008Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5009
5010 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
5011 xmlHashScanFull and xmlHashScannFull3 to get passed the
5012 three keys as arguments to the callback function
5013
5014Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5015
5016 * configure.in Makefile.am: removed libxml softlink for good
5017 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
5018 100% coverage by gtk-doc
5019
5020Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5021
5022 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
5023 fixed serious troubles due to size_t vs. int mismatch
5024
5025Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5026
5027 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
5028
5029Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5030
5031 * include/libxml/xpath{,Internals}.h xpath.c: added a more
5032 convenient extension API for value and context managing
5033 Now handles external objects through xmlXPathPopExternal,
5034 xmlXPathWrapExternal and xmlXPathReturnExternal.
5035 Added functions for sets operations (intersection, etc.)
5036
5037Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5038
5039 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
5040 xmlIO.c tree.c parserInternals.c entities.c encoding.c
5041 HTMLparser.c: cleanup of global variables, marking some
5042 const or private.
5043
5044Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5045
5046 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
5047 fixed xmlXPathNodeSetItem when passing index=0
5048
5049Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5050
5051 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
5052
5053Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5054
5055 * xmllint.c: fixed compilation under Cygwin #57503
5056 * TODO: update
5057
50582001-07-13 Peter Williams <peterw@ximian.com>
5059
5060 * config.h.in: add #undef HAVE_DLFCN_H
5061
5062 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
5063 builddir.
5064
5065Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5066
5067 * win32/libxml2/libxml2.def.src: added a couple of exported entries
5068 raised by #57348 and #57381
5069
5070Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5071
5072 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
5073 tree.c xpointer.c: store the line numbder in element->content,
5074 may break some software, need a configuration mechanism
5075
50762001-07-10 Darin Adler <darin@bentspoon.com>
5077
5078 * .cvsignore:
5079 * example/.cvsignore:
5080 * include/.cvsignore:
5081 * include/libxml/.cvsignore:
5082 Various things that are generated and should be ignored.
5083
5084Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5085
5086 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
5087 * doc/xml.html doc/html/*: updated the docs
5088
5089Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5090
5091 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
5092 validation occured on content with element child
5093
5094Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5095
5096 * tree.c: fixed XML Base computation which was broken
5097 * debugXML.c: added a base function to the shell
5098 * Makefile.am result/scripts/* test/scripts/*: added scripts
5099 based regression tests, and adding 2 XML Base tests
5100
5101Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5102
5103 * tree.c: set properties doc and call xmlSetListDoc for properties
5104 content when grafting them in a different tree.
5105 * aclocal.m4: remove from CVS
5106
5107Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5108
5109 * win32/libxml2/libxml2.def.src: added some missing entry point
5110 for XPath (Mark Vakoc)
5111
5112Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5113
5114 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
5115 layer should URI-Unescape before trying to open resources.
5116
5117Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5118
5119 * xpath.c: fix the name() bug for elements in the default
5120 namespace reported by Charlie Bozeman
5121
5122Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5123
5124 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
5125 led to an XPath fix, improvements of SAX initialization, and
5126 an added option --nocdata to testXPath
5127
5128Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5129
5130 * doc/libxml-doc.el: Felix Natter provided anew version working
5131 with XEmacs too
5132
5133Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5134
5135 * include/libxml/xpath.h: small cleanup
5136 * doc/xml.html: update
5137
5138Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5139
5140 * Makefile.am configure.in include/libxml/xmlwin32version.h:
5141 released 2.3.14
5142
5143Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5144
5145 * doc/html/*: rebuilt the docs for the release
5146 * doc/xml.html: added 2.3.14 release.
5147
5148Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5149
5150 * xpath.c: a bug reported by Stephan Kulow empty nodesets
5151 were not equal to empty strings
5152
5153Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5154
5155 * SAX.c: fixed a URI-Reference computation problem when validating
5156 * xmlIO.c: small cleanup
5157
5158Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5159
5160 * parser.c: improved the description of a couple of interfaces
5161 upon Larry Stamper suggestion
5162
5163Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5164
5165 * SAX.c entities.c parser.c: changed completely the way entities
5166 are handled when running the parser in entity substitution mode.
5167 This fixes a bug reported by Stephan Kulow and nearly divides
5168 by 3 the amount of memory required by libxslt to load and process
5169 DocBook TDG.
5170
5171Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5172
5173 * HTMLparser.c: fixing a too early root closing problem raised
5174 byt Prashanth Naidu
5175
5176Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5177
5178 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
5179 raised by Mark Vakoc.
5180
5181Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5182
5183 * example/Makefile.am: fixed the include path to add srcdir/include
5184 * Makefile.am configure.in: fix from Albert Chin for iconv detection
5185 and some cleanup
5186
5187Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5188
5189 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
5190 lot of optimization work, results in significant improvements
5191 when handling really complex XPath queries. Add a small optimizer
5192 for unions, improve [n] and [last()], avoid some costly ops.
5193
5194Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5195
5196 * include/libxml/parser.h parser.c: xmlStrstr args are both const
5197 * xpath.c: small cleanup
5198 * xmlGetNsList: reformated, fixed problems if used on Entities
5199
5200Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5201
5202 * doc/xml.html: added 1.8.14 and 2.3.13 releases
5203
5204Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5205
5206 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
5207 * Makefile.am example/Makefile.am: workaround automake generating
5208 erroneous deps
5209
5210Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5211
5212 * include/win32config.h: bug #56801 Yon Derek provided a patch
5213 to the windows config file.
5214
5215Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5216
5217 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
5218 libxml.h : Yon Derek provided a set of changes to compile from
5219 CVS on Windows/MSC
5220
5221Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5222
5223 * parser.c: fixed UTF8 BOM support in push mode
5224 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
5225 added a specific testcase
5226
5227Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5228
5229 * Makefile.am: added --push regression tests
5230 * parserInternals.c: the XML parser segfaulted in --push mode
5231
5232Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5233
5234 * configure.in: moved the symlinks detection within a CVS
5235 check, this is not portable and will be removed soon.
5236 * xpath.c: small cleanup/speedup
5237
5238Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5239
5240 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
5241 release of 2.3.12
5242 * parser.c: make an error message if unknow entities in all cases
5243
5244Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5245
5246 * uri.c: fixed 2 uri normalization bugs on '//' reduction
5247
5248Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5249
5250 * include/libxml/Makefile.am: Laszlo Peter pointed out that
5251 includes were installed in the wrong dir
5252
5253Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5254
5255 * doc/html.xml: warn against sending code to exhibit bugs.
5256
5257Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5258
5259 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
5260 Tru64 from Thomas Leitner
5261
5262Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5263
5264 * AUTHORS: added William and Bjorn
5265 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
5266 daniel@veillard.com hopefully I won't have to do this again
5267 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
5268 docs can be rebuilt cleanly now
5269 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
5270 from CVs it's generated, added include/libxml/xmlwin32version.h
5271 also generated but which should change far less frequently.
5272 * catalog.c nanoftp.c: made sure to include libxml.h not
5273 libxml/xmlversion.h directly
5274 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
5275 when compiling on WIN32 and MSC
5276
5277Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5278
5279 * include/Makefile.am include/libxml/Makefile.am configure.in:
5280 fixed make distcheck and rebuilding the rpms
5281
5282Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5283
5284 * configure.in: should finish the migration of exported includes
5285 into a real include/libxml in CVS, at least for CVS users.
5286 * removed the exported headers, added in include/libxml (as well
5287 as xmlversion.h.in).
5288
5289Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5290
5291 * configure.in: fixed the way to detect symlink
5292
5293Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5294
5295 * configure.in: updated, include/libxml is now a real CVS dir
5296
5297Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5298
5299 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
5300 version works with both libxml1 and libxml2 (it autodetects
5301 the prefix of the html-files) from Felix Natter.
5302 * doc/xml.html: updated doc accordingly
5303
5304Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5305
5306 * xpath.c: fixed the bug generating a template loop in libxslt
5307 when using docbook-xsl-1.4, * should filter out document nodes
5308 * HACKING: added William
5309 * TODO: updated
5310
5311Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5312
5313 * doc/FAQ.html: added a warning about gcc-3.0
5314 * doc/xml.html: added reference to gdome2 and removed a confusing
5315 sentence
5316
5317Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5318
5319 * xmlversion.h: okay this is a generated file, but Windows
5320 users need it and they can't generate it, and I want CVS
5321 Windows users ...
5322 * win32/libxml2/libxml2_so.dsp: Windows project file for
5323 the shared lib version of libxml2
5324 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
5325 resources needed for libxslt/xsltproc by Yon Derek
5326
5327Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5328
5329 * trio.c: MSVC fix (provided by Igor Zlatkovic)
5330
5331Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5332
5333 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
5334
5335Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5336
5337 * include/win32config.h: Yon Derek provided a first fix
5338 to be able to compile libxslt/xsltproc on Windows
5339
5340Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5341
5342 * xpath.c: attempt to work around what seemed a gcc optimizer
5343 bug when handling floats on i386 http://veillard.com/gcc.bug
5344 * tree.c entities.c encoding.c: doing some cleanups while
5345 chasing it
5346
5347Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5348
5349 * Makefile.am: cleanup when --without-debug is specified
5350 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
5351 w.r.t. --without-debug and other include points
5352 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
5353 Catalogs
5354 * configure.in entities.h tree.h HTMLparser.c: removed
5355 --without-corba, made the _private field mandatory
5356
5357Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5358
5359 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
5360 outputs a BOM in UTF8, an errata has been issued to avoid the
5361 problem, that was the most reasonable solution... Add support
5362 for a leading UTF8 BOM in entities.
5363
5364Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5365
5366 * valid.c: fixed a bug found when post validating an entity ref
5367 * xmllint.c: added --loaddtd and sligly changed --postvalid to
5368 activate it too
5369
5370Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5371
5372 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
5373 weakness in the node copy the XPointer and the XInclude
5374 implementations. Serious cleanup.
5375
5376Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5377
5378 * Makefile.am: Kjartan Maraas provided a small patch to
5379 add xml2-config.in to EXTRA_DIST
5380
5381Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5382
5383 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
5384 provided another failing case found in KDE, the way the
5385 ctxt->vctxt.nodeTab was allocated and freed changed over
5386 time but it wasn't completely cleaned up. This should fix it.
5387
5388Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5389
5390 * parser.c: Stephan Kulow also raised the fact that line number
5391 could get miscounted making debug harder, fixed the problem
5392 in xmlParseCharData()
5393
5394Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5395
5396 * valid.c: Stephan Kulow pointed out a problem when validating
5397 and using an empty entity, forgot a 'break' in a case.
5398
5399Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5400
5401 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
5402 * doc/xml.html: updated with 2.3.11
5403
5404Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5405
5406 * TODO: updated adding cleanup of generated doc
5407 * configure.in: prepared to release 2.3.11
5408 * xmllint.c: added --version for bug reporting
5409 * doc/html/*.html: rebuilt the doc
5410
5411Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5412
5413 * xpath.c: first part of the work on selecting namespace to
5414 fix bug #56115
5415
5416Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5417
5418 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
5419 when using -liconv
5420 * TODO: updated
5421
5422Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5423
5424 * HTMLtree.[ch]: more work on the HTML serialization routnes,
5425 cleanup, encoding support.
5426
5427Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5428
5429 * xpath.c: Thomas Broyer suggested a better patch for the / arg
5430
5431Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5432
5433 * xpath.c: bug detected by Ankh when / is used as a function arg
5434
5435Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5436
5437 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
5438 of element and use it to avoid outputting formatting spaces at
5439 the wrong place. Implemented the format parameter for HTML save.
5440 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
5441 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
5442 result/HTML/wired.html: of course this impact the result of a
5443 number of HTML tests
5444
5445Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5446
5447 * HTMLtree.[ch]: started augmenting the HTML save API with
5448 encoding and formatting parameters
5449
5450Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5451
5452 * HTMLtree.h: cleanup and started evaluating the work needed on
5453 revamping the HTML output code
5454
5455Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5456
5457 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
5458
5459Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5460
5461 * valid.c: fixed bug #56049, forgot one check in the
5462 validation routine
5463
5464Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5465
5466 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
5467
5468Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5469
5470 * libxml.h: fixed an error in last commit
5471 * doc/FAQ.html: added an entry for compilation from CVS
5472
5473Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5474
5475 * xmlversion.h.in libxml.h: Cygwin patches
5476 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
5477 * tree.h: cleanup
5478
5479Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5480
5481 * tree.c: patched xmlFreeNode() to avoid freeing() a static
5482 memory block in a strange case where libxml is linked twice
5483 in the binary.
5484
5485Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5486
5487 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
5488 state far too often, simple fix used to avoid it.
5489
5490Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5491
5492 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
5493 being processed, applied his patch
5494 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
5495
5496Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5497
5498 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
5499 provided fixes to compile on MSCC again
5500 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
5501 also provided an update for the project files.
5502
5503Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5504
5505 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
5506 bug #55810
5507
5508Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5509
5510 * tree.c: fixed xmlGetNsProp() to close bug #55683
5511 Note this requires libxslt to use it's own function instead.
5512
5513Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5514
5515 * HTMLtree.c: when in a pre element no formatting space should
5516 be added.
5517 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
5518
5519Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5520
5521 * configure.in: added tests for signal() and signal.h
5522
5523Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5524
5525 * xpath.c: robert pointed out xmlXPathNINF was not initialized
5526
5527Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5528
5529 * doc/libxml-doc.el: Felix Natter provided a new version for
5530 libxml2
5531
5532Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5533
5534 * HTMLtree.c: when in a pre element no formatting space should
5535 be added.
5536
5537Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5538
5539 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
5540
5541Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5542
5543 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
5544 hack
5545 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
5546 * uri.c: fixed a warning
5547
5548Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5549
5550 * HTMLtree.c: trying to close bug #55772 escaping in script
5551 elements
5552 * doc/xml.html: suggest to send mail to the list
5553
5554Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5555
5556 * error.c: attempt to fix the xmlGetVarStr breakage once and for
5557 good. Use a macro and based on the solution provided in
5558 vsnprintf manual page from GNU.
5559
5560Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5561
5562 * error.c: Workaround for non-preserving variadic list.
5563 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
5564
5565Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5566
5567 * doc/xml.html: added 2.3.10 release
5568
5569Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5570
5571 * configure.in: releasing 2.3.10
5572
5573Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5574
5575 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
5576
5577Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5578
5579 * encoding.c: Robert Collins provided a patch to add the
5580 "US-ASCII" encoding alias
5581
5582Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5583
5584 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
5585 string oriented functions and started cleaning the related areas
5586 in xpath.c which needed fixing in this respect
5587
5588Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5589
5590 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
5591 #55380
5592 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
5593
5594Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5595
5596 * TODO: updated
5597 * nanohttp.[ch] : started adding APIs to get the redirected URL
5598 when this occurs (needed for further base computation
5599 * tree.h: cleanup
5600 * encoding.c: cleanup
5601 * SAX.c: minor change around ctxt->loadsubset
5602
5603Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5604
5605 * Makefile.am include/Makefile.am: small change to have
5606 include/libxml rebuilt if working from CVS.
5607 * uri.c: applied another patch from Carl Douglas for URI escaping,
5608 this should close bug #51876
5609
5610Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5611
5612 * xinclude.c: fixed XInclude recursive behaviour bug #54678
5613 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
5614 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
5615 added specific regression test
5616 * parser.h: preparing for the XSLT mode where DTD inherited
5617 attributes are added to the tree.
5618
5619Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5620
5621 * xinclude.[ch]: Updated the namespace for the Last Call version
5622 * result/XInclude/include test/XInclude/include: updated the
5623 testsuite accordingly
5624
5625Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5626
5627 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
5628 related to bug #51876
5629
5630Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5631
5632 * tree.c: fixed a gross mistake in base computation, xml:base is
5633 not completely correct yet (need cascade).
5634 * xpath.[ch]: added the few things needed to find a function name
5635 and URI from the XPath context when it is called.
5636
5637Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5638
5639 * catalog.[ch]: fixes and add xmlLoadCatalogs()
5640 * DOCBparser.c: small cleanup
5641 * xmllint.c: added a --catalogs option to load catalogs from
5642 $SGML_CATALOG_FILES
5643 * tree.c: cleanup
5644 * configure.in: iconv library fixup, ICONV_LIBS
5645
5646Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5647
5648 * catalog.c: handling of CATALOG entries. detection of recursion,
5649 and a few bugfixes
5650 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
5651 against the default namespace
5652
5653Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5654
5655 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
5656
5657Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5658
5659 * parser.c: fixed propagation context info when parsing an
5660 external entity.
5661 * doc/html/*.html: regenerated a couple of docs
5662
5663Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5664
5665 * doc/xml.html: update with 2.3.9 informations
5666
5667Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5668
5669 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
5670 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
5671 * doc/html/* : rebuilt the docs
5672 * valid.c: small patch which may improve some case when
5673 validating.
5674
5675Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5676
5677 * HTMLparser.c: Closed bug #54891
5678 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
5679 to the suite
5680
5681Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5682
5683 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
5684 applied a documentation patch from LotR and filled in a few missing
5685 descriptions
5686
5687Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5688
5689 * xpath.c tree.c parser.c: speed optimizations at the parser level
5690 document tree freeing and xpath evaluation
5691
5692Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5693
5694 * parser.c parser.h parserInternals.h: fixed a couple of
5695 interfaces for handling memory buffer input to const char *
5696 upon suggestion of JamesH.
5697
5698Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5699
5700 * configure.in: LoTR sent a patch fixing the previous commit
5701
5702Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5703
5704 * configure.in: trying to deal again with the stoopid -R linking
5705 flag of Solaris
5706
5707Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5708
5709 * xpath.h: two nodeset access macros from Thomas Broyer
5710
5711Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5712
5713 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
5714 patch from Thomas Broyer
5715
5716Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5717
5718 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
5719 case
5720 * INSTALL: was empty added stuff from the FAQ
5721
5722Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5723
5724 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
5725 attributes handling and #54433 by adding xmlUnsetProp()
5726 and xmlUnsetNsProp()
5727
5728Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5729
5730 * HTMLparser.c: Patch from Jonas Borgström
5731 (htmlGetEndPriority): New function, returns
5732 the priority of a certain element.
5733 (htmlAutoCloseOnClose): Only close inline elements if they
5734 all have lower or equal priority.
5735 * result/HTML: this of course changed a number of tests results.
5736
5737Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5738
5739 * xmlIO.c catalog.c: plugged in the default catalog resolution
5740 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
5741 documentations
5742 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
5743
5744Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5745
5746 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
5747 integrating catalogs
5748 * catalog.[ch] testCatalog.c: adding a small catalo API
5749 (only SGML catalog support).
5750 * parser.c: restaured xmlKeepBlanksDefault(0) API
5751
5752Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5753
5754 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
5755
5756Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5757
5758 * parser.c: added xmlParseExternalEntityPrivate() to allow
5759 propagation of ctxt->_private when parsing external entities
5760
5761Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5762
5763 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
5764
5765Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5766
5767 * configure.in: fixed a small portability problem with AM_CONDITIONAL
5768
5769Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5770
5771 * valid.c: warn when indeterminist content model is detected
5772 * result/VC/ElementValid8: this adds a message
5773 * Makefile.am: add --novalid for VCM tests
5774 * parserInternals.c: added a call to Init memory
5775
5776Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5777
5778 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
5779 when both parameters are NULL.
5780
5781Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5782
5783 * valid.c: applied small patch from Gary Pennington, reindented
5784 some part of the code.
5785
5786Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5787
5788 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
5789 release, updated and regenerated the docs
5790
5791Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5792
5793 * xpath.c result/XPath/expr/floats : clarified and cleanup
5794 printing of abnormal floats in tests.
5795
5796Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5797
5798 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
5799 * results/HTML/ : a few changes in the output of the HTML tests as
5800 a result.
5801 * configure.in: tying to fix -liconv where needed
5802
5803Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5804
5805 * Makefile.am: fixed a stupid error
5806
5807Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5808
5809 * configure.in Makefile.am: make the inclusion of the trio
5810 modules in the library conditional
5811
5812Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5813
5814 * DOCBparser.c: patche from László Kovács, fixed entities refs
5815 in attributes handling
5816
5817Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5818
5819 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
5820 flushing
5821
5822Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5823
5824 * xpath.c: fix of an XSLT namespace bug reported on the list
5825 general/bug-8-
5826
5827Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5828
5829 * strio.h trio.c: Dan McNichol suggested a couple of small
5830 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
5831
5832Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5833
5834 * tree.c parser.c encoding.c: spent a bit more time looking
5835 at the parsing speed and DOM handling. Added a few more
5836 speedups.
5837
5838Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5839
5840 * parser.c: small but effective parsing speed improvement
5841
5842Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5843
5844 * configure.in: default on the DocBook parser inclusion (for Gnome)
5845 * DOCBparser.h: fixed a header reference
5846
5847Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5848
5849 * configure.in xpath.c: applied Bjorn patches for FPE on the
5850 alpha
5851
5852Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5853
5854 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
5855 xmlSaveFormatFileTo()
5856
5857Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5858
5859 * xpath.c: simple and efficient optimization, XPath functions
5860 aways bind to the same code, cache this
5861 * TODO: updated (by saying some is obsolete)
5862
5863Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5864
5865 * xpath.c: more cleanup work on XPath name parsing routines
5866
5867Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5868
5869 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
5870 xmlXPathParseName
5871 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
5872 * debugXML.c: avoid compilation problems if compiling without
5873 HTML support, Igor Zlatkovic
5874 * win32/libxml2/libxml2.def.src: being able to compile without
5875 XPath on Windows
5876
5877Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5878
5879 * libxml.m4: yet another patch from Toshio Kuratomi
5880
5881Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5882
5883 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
5884
5885Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5886
5887 * tree.[ch]: added xmlSaveFormatFile interface for saving
5888 and indenting a file.
5889
5890Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5891
5892 * xpath.c: fixed bug #53689 related to processing-instruction()
5893
5894Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5895
5896 * DOCBparser.c: patche from László Kovács
5897
5898Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5899
5900 * parser.c: applied fixes from Christian Glahn bug report #53391
5901
5902Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5903
5904 * error.c: Jean François Lecomte provided a complete description
5905 and a fix to bug #53537
5906
5907Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5908
5909 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
5910
5911Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5912
5913 * DOCBparser.c SAX.c: a bit more work on entities processing.
5914 Still Need to cleanup XML output and references in attributes
5915
5916Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5917
5918 * DOCBparser.c include/Makefile.am: two patches from László Kovács
5919
5920Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5921
5922 * tree.c: trying to fix #53574, not completely complete,
5923 I would like xmllint --copy --debug test/ent1 and
5924 xmllint --debug test/ent1 to show the same result.
5925 * xpath.c: fix a bug when trying to sort namespace nodes
5926
5927Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5928
5929 * HTMLtree.c: real fix for #53402
5930
5931Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5932
5933 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
5934 PIs when using xsl:output
5935 * valid.c: closing #53537 some case generate segfaults if there
5936 is validity errors
5937
5938Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5939
5940 * SAX.c testDocbook.c DOCBparser.c: more work on the support
5941 of external parsed entities, added --noent to testDocbook
5942 * valid.c: Garry Pennington found an uninitialized variable
5943 access in xmlValidateElementContent()
5944
5945Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5946
5947 * HTMLparser.c : HTML parsing still sucks ... trying to deal
5948 with madness
5949 * result/HTML/ : this modified the result of the regression tests
5950 a lot.
5951
5952Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5953
5954 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
5955 to doc where it wasn't checked against NULL reported by
5956 Jens Laas
5957
5958Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5959
5960 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
5961 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
5962
5963Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5964
5965 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
5966 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
5967 * SAX.[ch]: cleanup and updates for DocBook
5968 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
5969 ex SGML identifier changes
5970 * valid.c: removed a static unused function.
5971
5972Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5973
5974 * HTMLtree.c: applied change for Paul Sponagl on script saving
5975 * Makefile.am: the warning about entity title.xml are normal.
5976
5977Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5978
5979 * configure.in: release of 2.3.7
5980 * Makefile.am: fixing make distcheck
5981
5982Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5983
5984 * doc/html/* doc/xml.html: updated and regenerated the docs
5985
5986Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5987
5988 * xpath.c: fixed the XPointer problem introduced in 2.3.6
5989
5990Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5991
5992 * tree.c: fixed #53388 with the provided patch
5993
5994Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5995
5996 * valid.c: Bjorn detected an invalid memory access. Fixed
5997 vstateVPush()
5998
5999Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6000
6001 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
6002
6003Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
6004
6005 * libxml.h: new header used only for the compilation of libxml
6006 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
6007 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
6008 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
6009 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
6010 xmlmemory.c xpath.c xpointer.c: libxml.h integration
6011 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
6012 baseline (version 1.2 plus a single patch).
6013 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
6014 scientific notation for numbers. Tests added.
6015 * xpath.c: formatting of numbers changed to use sprintf
6016 (contribution from William Brack)
6017
6018Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6019
6020 * valid.c: cleanup, more useful debugging
6021 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
6022 * xmlIO.c: entity loading is printed as an error when validating
6023
6024Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6025
6026 * valid.c: fixed to validate within entities
6027 * test/VCM/v22.xml: added a specific testcase
6028
6029Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6030
6031 * valid.c: forgot an epsilon transition in for ()+
6032 * test/VCM/v21.xml : added a specific test case
6033
6034Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6035
6036 * valid.c: removed a state explosion exhibited by RSS
6037 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
6038 from bug #51872
6039
6040Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6041
6042 * valid.[ch] tree.h: worked *hard* to get non-determinist content
6043 validation without using an ugly NFA -> DFA algo in the source.
6044 Made a specific algorithm easier to maintain, using a single
6045 stack and without recursion.
6046 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
6047 * hash.c: made the growing routine static
6048 * tree.h parser.c: added the parent information to an
6049 xmlElementContent node.
6050
6051Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6052
6053 * SAX.c parser.c xpath.c: generating IDs when not validating
6054 from an external parsed entity was poisoning the ID has table
6055 with removed values. This was killing XSLT on the KDE help
6056 browser.
6057
6058Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6059
6060 * entities.h: andrew@ugh.net.au detected a double declaration
6061
6062Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6063
6064 * debugXML.c hash.c tree.h valid.c : some changes related to
6065 the validation suport to improve speed with DocBook
6066 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
6067 the way validation errors get reported
6068
6069Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6070
6071 * HTMLparser.c HTMLtree.c: applied part of the patches provided
6072 by P C Chow and William M. Brack for XSLT HTML output
6073
6074Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6075
6076 * xmlversion.h.in win32config.h win32/libxml2/*: applied
6077 Igor Zlatkovic patches for MSC compilation and added his
6078 updates
6079
6080Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6081
6082 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
6083 prefix lookup.
6084 * parserInternals.c: fixed the bug reported by Morus Walter
6085 due to an off by one typo in xmlStringCurrentChar()
6086
6087Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6088
6089 * HTMLparser.c result/HTML/*: revamped the way the HTML
6090 parser handles end of tags or end of input
6091
6092Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6093
6094 * tree.[ch] : added xmlDocCopyNode for gdome2 support
6095
6096Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6097
6098 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
6099 bug where the linktime verions of free() won't work ...
6100
6101Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6102
6103 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
6104
6105Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6106
6107 * doc/xml.html: added 2.3.6 release
6108
6109Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6110
6111 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
6112 * result/wml.xml: resulted in a small output change
6113
6114Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6115
6116 * tree.c: xmlNewDoc was missing the charset initialization
6117 * xmllint.c: added --auto to autogenerate a doc, allow to
6118 reproduce the problem fixed on xmlNewDoc
6119
6120Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6121
6122 * xpath.c: trying to get 52979 solved
6123 * tree.c result/ result/noent/: trying to get 52712 solved, this
6124 also made me clean up the fact that XML output in general should
6125 not add formating blanks by default, this changed the output of
6126 a few tests
6127
6128Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6129
6130 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
6131
6132Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6133
6134 * configure.in: finally released 2.3.6
6135
6136Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6137
6138 * xpath.c: checking for null pointer generated by new code
6139
6140Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6141
6142 * xpath.c: fixed a [] evaluation problem reported
6143 * test/XPath/tests/simpleaddr: extended test
6144 * result/XPath/simpleaddr: updated result
6145
6146Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6147
6148 * xmllint.c: Dan Timis reported a portability problem
6149 on Macs without mmap, fixed it.
6150
6151Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6152
6153 * testXPath.c : added a --tree option allowing to display the
6154 tree dump of the XPath expression
6155
6156Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6157
6158 * xpath.c: fixed a memleak when comparing nodesets
6159 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
6160 * tree.c: added a TODO
6161
6162Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6163
6164 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
6165 we need string functions
6166 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
6167 to be able to use them where needed. Applied some changes
6168 to reduce name linking pollution and compile in only what's
6169 needed.
6170 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
6171 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
6172 for the string manipulation functions
6173 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
6174 to the free() function of xmlmemory.c
6175 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
6176 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
6177 usage.
6178
6179
6180Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6181
6182 * error.c: applied the context output patch of the error
6183 handling submitted by Chuck Griffith
6184 * error/VC/*: this slightly change some error logs
6185
6186Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6187
6188 * parser.c: fixed line number reporting on error
6189
6190Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6191
6192 * parser.c: Sullivan and Darin found a parser bug,
6193 applied the patch.
6194
6195Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6196
6197 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
6198 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
6199 xmlversion.h.in xpointer.c: of course the way I defined
6200 UNUSED breaks on old gcc version. Try to be smart and
6201 also define it directly in xmlversion.h
6202 * configure.in: removed -ansi flag from the pedantic set
6203
6204Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6205 Huge cleanup, I switched to compile with
6206 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
6207 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
6208 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
6209 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
6210 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
6211 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
6212 encoding.h entities.c error.c list.[ch] nanoftp.c
6213 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
6214 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
6215 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
6216 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
6217 Cleanup, staticfied a number of non-exported functions,
6218 detected and cleaned up a dozen of problem found this way,
6219 avoided a lot of public function name/typedef/system names clashes
6220 * doc/xml.html: updated
6221 * configure.in: switched private flags to the really pedantic ones.
6222
6223Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6224
6225 * configure.in: 2.3.5
6226 * doc/html/*: rebuilt the docs
6227
6228Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6229
6230 * parser.c: fixed a reported bug in NOTATION parsing
6231 * uri.c: accepted but not fixed bug 51876, added TODO
6232 * Makefile.am: fixed bug 51876
6233
6234Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6235
6236 * config.h.in configure.in error.c: fix a compilation problem
6237 on platforms without vsnprintf (xml@thewrittenword.com)
6238
6239Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6240
6241 * parser.c: fixed a function name header typo
6242 * SAX.c: notations can also occur in external subset.
6243
6244Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6245
6246 * error.c: removed a C++ like comment
6247
6248Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6249
6250 * parser.c: fixing bug 52299 strange condition leading
6251 to a parser crash due to a buffer overflow
6252 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
6253 added the specific test case
6254
6255Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6256
6257 * xpath.[ch]: still a lot of cleanup based on XSLT, added
6258 xmlXPathConvert{String,Number,Boolean} to be able to make
6259 type casts without a context stack, fixed some implementation
6260 problems related to the absence of context at parse-time,
6261 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
6262 in the public API too
6263 * xpointer.c xpathInternals.h: we need to know at parse time
6264 whether we are compiling an XPointer
6265
6266Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6267
6268 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
6269 cleaned up the parser internals, refactored XPath code, added
6270 new compilation based APIs and cleanly separated public and
6271 private APIs.
6272
6273Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6274
6275 * xpath.h: the comp field must be added at the end to avoid
6276 killing binary compat.
6277
6278Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6279
6280 * Makefile.am: detect XPath memleaks in regreson tests
6281 * error.c: fixed and error w.r.t. error reporting still using
6282 stderr
6283 * hash.c: added new line at end of file
6284 * tree.h: minor cleanup
6285 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
6286 expression parsing from evaluation, resulted in a number of
6287 changes internally, and in XPointer. Likely to break stuff
6288 using xpathInternals.h but should remain binary compatible,
6289 new interfaces will be added.
6290
6291Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6292
6293 * configure.in: fixed a couple of problems reported by
6294 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
6295 without gcc on non linux platforms.
6296
6297Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6298
6299 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
6300 a fix for --with-html-dir= configure support. I hope it won't
6301 break rpm generation
6302
6303Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6304
6305 * xmlIO.c: one function comment cleanup.
6306
6307Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6308
6309 * SAX.c: external subset notations were improperly registered
6310 in the internal subset.
6311
6312Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6313
6314 * README.cvs-commits: added, pointing to HACKING
6315 * HACKING: updated
6316
6317Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6318
6319 * parser.c: and Matt Sergeant found one in the XML push
6320 parser (erroneous check I forgot to remove when I fixed the
6321 main parser).
6322
6323Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6324
6325 * xpath.c: ptittom found a small bug in UnaryExpr
6326
6327Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6328
6329 * configure.in: bumped to 2.3.4
6330 * error.c: fixed bug #51860
6331 * tree.c: fixed bug #51861
6332 * valid.c: cleanup, more debug, failed to fix one bug crap ...
6333 * tree.[ch] : added xmlDefaultBufferSize
6334 * nanoftp.c: typo in function name header block
6335 * doc/xml.html : updated, added link to XML::LibXSLT
6336 * doc/html/* : rebuilt the docs
6337
6338Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6339
6340 * parser.c SAX.c: the new content parsing code raised an
6341 ugly bug in the characters() SAX callback. Found it
6342 just because of strangeness in XSLT XML Rec ouptut :-(
6343
6344Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6345
6346 * Makefile.am: Martin Baulig suggested to add -lm
6347 * tree.c: found another bug in xmlNodeGetContent()
6348
6349Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6350
6351 * xpath.c: Bjorn found the error related to strictness of comparison.
6352
6353Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6354
6355 * parser.c: trying to fix the Dtd parsing problem reported
6356 by Gary, side effect of last week speed optimizations.
6357
6358Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6359
6360 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
6361 * parserInternals.c: removed unneeded test raised by Stric
6362
6363Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
6364
6365 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
6366 and fixed by William Brack). Added xmlXPathFormatNumber.
6367 Changed the sorting slightly.
6368 * configure.in Makefile.am example/Makefile.am: Added -lm.
6369 Please note that applications linking with libxml2, must
6370 also like with the math library from now on.
6371
6372Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6373
6374 * HTMLparser.c: fixed loop reported by Marc Sanfacon
6375
6376Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6377
6378 * parser.c: one must report spaces even if the Dtd element
6379 content proves that this is not part of the element content.
6380 * result/valid/*.xml: this changed the ouptu slightly
6381
6382Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6383
6384 * configure.in: bumped to 2.3.3
6385 * doc/xml.html: updated
6386
6387Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6388
6389 * tree.c: minor doc fix
6390 * xpath.c: deallocation issues when a result tree has been
6391 converted to a node-set
6392
6393Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6394
6395 * doc/xml.html: oops corrected dates s/2000/2001
6396
6397Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6398
6399 * valid.c: new patch from Gary Pennington
6400
6401Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6402
6403 * doc/xml.html: applied patch from Ankh
6404
6405Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6406
6407 * xinclude.c: fixed a problem building on Mac
6408
6409Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6410
6411 * parser.c: more work on increasing parsing ferformances
6412
6413Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6414
6415 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
6416 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
6417 avoiding memcpy in production builds MEM_CLEANUP macro use
6418 * parser.[ch] parserInternals.c: optimizations of the tightest
6419 internal loops inside the parser. Better checking of I/O
6420 flushing/loading conditions
6421 * xmllint.c : added --timing
6422
6423Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6424
6425 * configure.in: bumped to 2.3.2
6426 * doc/xml.html: updated for release
6427
6428Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6429
6430 * xpath.c: found a memleak and fixed a nasty bug
6431
6432Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6433
6434 * xmllint.[c1] : added return code errors for xmllint
6435 * xpath.c: specific debug dump function for result value trees
6436
6437Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6438
6439 * xpath.c: finally implemented xmlXPathCompareNodeSets
6440 * test/XPath/expr/floats results/XPath/expr/floats: added
6441 a test for float expressions
6442
6443Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6444
6445 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
6446 * parserInternals.[ch]: trying to speed up parsing
6447 * xpath.c : speeded up node set equality op
6448
6449Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6450
6451 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
6452 better handling of ID/IDREF and the list modules associated
6453 * configure.in: small CFLAGS cleanup
6454
6455Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6456
6457 * configure.in: fixed iconv detection on AIX (stric)
6458
6459Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6460
6461 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
6462
6463Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
6464
6465 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
6466 and optimized xmlXPathNodeSetSort
6467
6468Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6469
6470 * xpath.c: bug fix when context size is 0
6471 * parser.c: I like Norm's Dtd because they still manage to break
6472 the parser occasionally
6473
6474Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6475
6476 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
6477
6478Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6479
6480 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
6481 attributes within the XML-1.0 namespace
6482
6483Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6484
6485 * xpathInternals.h: exported a few axis functions
6486 * doc/xml.html: updated the doc
6487
6488Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6489
6490 * configure.in: applied patch from Daniel van Balen for OpenBSD
6491 and bumped version to 2.3.1
6492 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
6493 attempt to find autoclosing was simply broken, removed it,
6494 updated the examples, this is better
6495
6496Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6497
6498 * hash.[ch]: added Paolo Casarini patch to provide Delete from
6499 hash functionnalities.
6500 * doc/html/* : rebuild the doc
6501
6502Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6503
6504 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
6505 on predicate
6506 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
6507 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
6508 really want to have tags closed on output even if we accept
6509 unclosed ones on input
6510
6511Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6512
6513 * xpath.c: ouch don't free NULL, rare case fixed
6514 * tree.c: don't coalesce text nodes if they don't have the
6515 same behaviour wrt escaping on output
6516
6517Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6518
6519 * xpath.c: small fixup
6520 * SAX.c: don't warn on empty namespaces.
6521
6522Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6523
6524 * README: a bit of cleanup
6525 * configure.in: preparing for 2.3.0 release
6526
6527Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6528
6529 * hash.[ch]: added a first version of xmlHashSize()
6530 * valid.c: another bug fix from Gary Pennington
6531
6532Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6533
6534 * valid.c: couple of bug fixes pointed by Gary Pennington
6535 * HTMLtree.c: #if 0 cleanup
6536
6537Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6538
6539 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
6540 which removes a time consuming check of xmlXPathNodeSetAdd()
6541 and use it in places where we are sure to not break unicity
6542
6543Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6544
6545 * xpath.c: bug fixes found from XSLT
6546 * tree.c: preserve node->name special values when copying nodes.
6547 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
6548 external subset are fetched when available but without full
6549 validation. Added xmlLoadExtDtdDefaultValue, need a function.
6550 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
6551 output with encoding disabled.
6552
6553Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6554
6555 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
6556 xmlCheckFilename should not be called from xmlFileOpenW
6557 and xmlGzfileOpenW
6558
6559Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6560
6561 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
6562 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
6563 added the new tests for URI normalization
6564 * testURI.c: fixed stoopid bugs
6565 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
6566 the URI in the error messages are now properly normalized
6567
6568Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6569
6570 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
6571
6572Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6573
6574 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
6575
6576Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6577
6578 * xpath.c: fixed mod operator
6579
6580Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6581
6582 * parser.c: fixed xmlStrcat doc
6583 * tree.c: 2 fixes form Anders Carlson for copying nodes and
6584 trees.
6585
6586Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6587
6588 * xpath.c result/XPath/tests/chaptersbase
6589 result/XPath/tests/simplebase: fixed XPath node()
6590 * tree.c: small fix in xmlNewNs()
6591 * Makefile.am: removed extraneous xml2Conf.sh rule
6592
6593Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6594
6595 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
6596 Changed the library name, in order to get libxml-devel and
6597 libxml2-devel to coexist on a single system
6598 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
6599 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
6600
6601Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6602
6603 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
6604 libxml2-devel installable in // as libxml-devel.
6605
6606Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6607
6608 * doc/Makefile.am: fixed make rebuild in doc
6609 * doc/html/*.html: rebuilt the docs
6610
6611Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6612
6613 * tree.c: patch from Bjorn Reese on xmlBufferCCat
6614
6615Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6616
6617 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
6618 the HTML doc to go into the -devel RPM ...
6619 * aclocal.m4 config.h.in: some updates due to auto* magic
6620
6621Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6622
6623 * xpath.h: added a hook in the context structure allowing to
6624 link to extra support, needed for XSLT
6625
6626Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6627
6628 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
6629 xmlXPtrCmpPoints to use it.
6630 * propagated the following patch from Alejandro Forero
6631 * include/win32config.h xmlIO.c: applied further suggestions
6632 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
6633 * example/gjobread.c: fixed warnings, now that it builds
6634
6635Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
6636
6637 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
6638
6639 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
6640 filename points to a valid file (not a directory).
6641 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
6642 Added calls to xmlCheckFilenameDir.
6643
6644 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
6645 `path' (rather than `filename') as the parameter to gzopen and open.
6646
6647Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6648
6649 * Makefile.am: fixed a problem with EXTRA_DIST
6650
6651Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6652
6653 * Makefile.am example/Makefile.am: finally found the trick
6654 to build the example, i.e. add "." in SUBDIRS before example
6655 in the list <grin/>
6656
6657Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6658
6659 * doc/xml.html: updated with an XSLT section, removed pointer to
6660 W3C CVS base.
6661
6662Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6663
6664 * xpath.c: when copying a XSLT tree object teh tree need to be copied
6665 too, and deallocation need to occur the same way.
6666
6667Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6668
6669 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
6670 type correponding to an XSLT result tree fragment. Share most
6671 of the data format with node set, as well as operators.
6672 * HTMLtree.c: added a newline at the end of the doctype output
6673 whe this one is not present initially.
6674 * tree.c: make sure taht the parent and doc pointers are properly
6675 set when copying attributes (lists).
6676
6677Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6678
6679 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
6680
6681Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6682
6683 * xpath.c: seems I finally killed that ugly path evaluation
6684 context bug (tagged 9999 in case is is wrong)
6685
6686Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6687
6688 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
6689 for XSLT
6690
6691Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6692
6693 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
6694 for xmlGzfileOpen() bug
6695
6696Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6697
6698 * xpath.c: removed an error found by XSLT usage
6699 * tree.c parserInternals.h: use a predefined static string
6700 for text and comment nodes, avoid freeing them in xmlFreeNode,
6701 exported the string name in parserInternals.h and added
6702 another value to disable encoding at output (for XSLT),
6703 gain memory, time.
6704
6705Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6706
6707 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
6708 win32/libxml2/libxml2_so.dsp: new makefiles and update
6709 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
6710
6711Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6712
6713 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
6714 Gary Pennington
6715
6716Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6717
6718 * xpath.c: fixed the comaprision of values and nodelists,
6719 need to compare nodelist still ...
6720 * debugXML.c: avoided a possible core dump
6721 * HTMLparser.c: cleanup
6722 * nanohttp.c: contributed fix.
6723 * tree.c: fixes in properties handling added xmlSetNsProp
6724 needed by libxslt
6725 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
6726 comment
6727 * TODO: updated
6728
6729Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6730
6731 * parser.c parserInternals.c: applied Bjorn Reese optimization
6732 patch
6733
6734Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6735
6736 * Makefile.am: applied patch fro make check from Martin Vidner
6737
6738Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6739
6740 * configure.in: preparing 2.2.11
6741 * doc/html/*: rebuild the HTML files
6742 * doc/xml.html : updated
6743
6744Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6745
6746 * tree.c: fixed a stupid bug
6747 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
6748 patches related to validation of an XInclude processing result
6749 * TODO: updated
6750
6751Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6752
6753 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
6754 on large files
6755
6756Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6757
6758 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
6759
6760Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6761
6762 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
6763 reported by Jonas Borgström
6764 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
6765
6766Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6767
6768 * testXPath.c xpath.c: fixing the XPath union expressions problem
6769 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
6770
6771Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6772
6773 * xmllint.c: Made is so if the file name is "-" is will read form
6774 standard input. Sven Heinicke <sven@zen.org>
6775 * tree.c: fixed a problem when growing buffer
6776 * tree.h: fixed the comment of the node types following andersca
6777 comment
6778 * TODO: updated
6779
6780Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6781
6782 * HTMLparser.[ch]: added a way to avoid adding automatically
6783 omitted tags. htmlHandleOmittedElem() allows to change the
6784 default handling.
6785 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
6786 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
6787 of xmllint too when using --memory flag, added a memory test
6788 suite at the Makefile level.
6789 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
6790 with namespace use when encountering QNames in XPath evalation,
6791 added xmlns() scheme in XPointer.
6792 * nanoftp.c : incorporated a fix
6793 * parser.c xmlIO.c: fixed problems raised with encoding when using
6794 the memory I/O
6795 * parserInternals.c: closed bug 25934 reported by
6796 torsten.landschoff@innominate.de
6797 * TODO: updated
6798
6799Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6800
6801 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
6802 on a non-updated tree :-(, made a 2.2.10 release to correct the
6803 situation
6804
6805Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6806
6807 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
6808 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
6809 integrated a set of OpenVMS changes from Howard Taylor
6810 <Howard.Taylor@pacoast.com>
6811
6812Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6813
6814 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
6815 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
6816
6817Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6818
6819 * HTMLparser.c: some fixes on auto-open of html/head/body
6820 * encoding.c: fixed a compilation error on some gcc env
6821 * xpath.c xpointer.[ch] xpathInternals.h: improved the
6822 XPointer implementation
6823 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
6824 related XPointer tests and associated results
6825
6826Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6827
6828 * doc/xmldtd.html doc/xml.html: following a short step by step
6829 guidance on IRC to help maciej with DTDs I started a small
6830 page on the subject.
6831
6832Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6833
6834 * HTMLparser.c: fixed handling of broken charrefs
6835 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
6836 patches
6837
6838Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6839
6840 * doc/xml.html doc/html/* : rebuilt the docs after adding
6841 xinclude and updated page for 2.2.7 and 2.2.8
6842 * configure.in: releasing 2.2.8
6843
6844Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6845
6846 * parser.[ch] parserInternals.c: applied the conditional
6847 section processing fix from Jonathan P Springer
6848 <jonathan.springer2@gte.net>
6849 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
6850 project file, fixed iconv default non support
6851 * xpath.c: fixed the problem of evaluating relative expressions
6852 when a node context is provided.
6853
6854Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6855
6856 * nanoftp.c: fixed gcc 2.95 new warnings
6857 * SAX.c: fixed a stupid bug
6858 * tree.c: fixed a formatting problem when round-tripping
6859 from/to memory
6860 * xinclude.c: chased memleak, fixed a base problem
6861 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
6862 xmlXPtrBuildNodeList()
6863 * TODO: updated
6864 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
6865 adding a first small set of regression tests for XInclude
6866
6867Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6868
6869 * nanohttp.[ch]: applied Wayne Davison patches to access
6870 the WWW-Authorization header.
6871 * parser.c: Closed Bug#30847: Problems when switching encoding
6872 in short files by applying Simon Berg's patch.
6873 * valid.c: fixed a validation problem
6874 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
6875 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
6876 Wayne Davison
6877 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
6878 need to be extended to non full nodes selections.
6879 * xinclude.c: starts to work decently
6880
6881Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6882
6883 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
6884 debugXML.c xmlversion.h.in: Started adding XInclude support,
6885 this is a new xmllint option
6886 * tree.c xpath.c: applied TOM patches for XPath
6887 * xpointer.c: fixed a couple of errors.
6888 * uri.c: added an escaping function needed for xinclude
6889 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
6890 new warning from RH70 gcc's version
6891
6892Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6893
6894 * HTMLparser.c: fixed loop on invalid char in scripts
6895 * parser.c: update to description of xmlIOParseDTD()
6896 * libxml.m4 xmlversion.h.in: changes contributed by
6897 Michael Schmeing <m.schmeing@internet-factory.de>
6898 * configure.in: preparing for 2.2.7
6899 * Makefile.am: trying to avoid config.h and acconfig.h
6900 being included in the distrib
6901 * configure.in: released 2.2.7
6902
6903Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6904
6905 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
6906 like namespaces for good. Unified xmlNs and xmlNode somewhat.
6907
6908Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6909
6910 * parser.[ch]: added xmlIOParseDTD()
6911 * xpointer.c: added support for the 2 extra parameters of
6912 string-range, fixed a stoopid error when '0' was present
6913 in XPointer expressions
6914 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
6915 testsuite for the above
6916
6917Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6918
6919 * libxml.spec.in: improved package descriptions
6920
6921Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6922
6923 * xpath.c xpathInternals.h: applied a large cleaning patch
6924 from TOM <ptittom@free.fr>, it also add namespace support
6925 for function and variables registration.
6926
6927Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6928
6929 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
6930 * Makefile.mingw: Wayne Davison's update adding hash.c
6931
6932Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6933
6934 * xpath.c: fixed the root evaluation problems
6935 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
6936 ignorable spaces with <b> <bold> <em>
6937 * tree.c: fixed a loop in xmlSearchNsByHref()
6938
6939Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6940
6941 * xpath.c: applied another XPath patch from TOM
6942 * xpath.c include/makefile.am: applied another patch from
6943 china@thewrittenword.com (cleanup on IRIX).
6944
6945Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6946
6947 * xml-config.1: received a fixed version from Fredrik Hallenberg
6948 <hallon@lysator.liu.se>
6949
6950Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6951
6952 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
6953 cleanup patch for XPath
6954
6955Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6956
6957 * patched to redirrect all "out of context" error messages to
6958 a reconfigurable routine. The changes are:
6959 * xmlerror.h : added the export of an error context type (void *)
6960 an error handler type xmlGenericErrorFunc there is an interface
6961 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
6962 to reset the error handling routine and its argument
6963 (by default it's equivalent to respectively fprintf and stderr.
6964 * all the c files: all wild accesses to stderr or stdout within
6965 the library have been replaced to calls to the handler.
6966
6967Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6968
6969 * configure.in: release 2.2.6
6970 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
6971 exporting the inner functions of xpath for extension modules
6972 * doc/*: updated and rebuilt the doc
6973
6974Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6975
6976 * nanohttp.c : applied Wayne HTTP cleanup patch
6977 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
6978 and xmlNodeSetSpacePreserve()
6979
6980Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6981
6982 * xpath.c: closing bug #29260
6983
6984Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6985
6986 * hash.[ch] debugXML.c: expanded/enhanced the API, added
6987 multikey tuples, made hash structure opaque
6988 * valid.[ch]: moved elements, attributes, notations decalarations
6989 as well as ID and refs to hash tables.
6990 * entities.c: hash cleanup
6991 * xmlmemory.c: fixed a dump problem in debug mode
6992 * include/Makefile.am: problem passing in DESTDIR= values patch
6993 from Marc Christensen <marc@calderasystems.com>
6994 * nanohttp.c: removed debugging remains
6995 * HTMLparser.c: the bogus tag should be ignored (Wayne)
6996 * HTMLparser.c parser.c: fixing a number of problems with the
6997 macros in the *parser.c files (Wayne).
6998 * HTMLparser.c: close the previous option when opening a new one
6999 (Marc Sanfacon).
7000 * result/HTML/*: updated the HTML results accordingly
7001
7002Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7003
7004 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
7005 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
7006 XPath functions and XML entities table to them. More to come...
7007 * xmlIO.c: fixed libxml closing FILEs it didn't open.
7008
7009Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7010
7011 * tree.c: coalesce adjacent text nodes
7012 * valid.c: handling of blank nodes in DTd validation (raised
7013 by problems with a posteriori validation).
7014 * nanohttp.c: changing behaviour on HTTP write stuff.
7015 * HTMLtree.c: forced body and html to be explicitely closed.
7016 * xpath.h: exported more XPath functions.
7017
7018Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7019
7020 * Release of 2.2.5
7021 * xpointer.c: range() range-inside and other helper functions
7022 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
7023
7024Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7025
7026 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
7027 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
7028
7029Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7030
7031 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
7032 and XPointer modules
7033
7034Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7035
7036 * SAX.h: closed #25107
7037
7038Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7039
7040 * testSAX.c: fixed problem with cdata reporting
7041 * SAXresult/* : updated
7042
7043Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7044
7045 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
7046 Closed bug #27499, added to regression tests
7047 * TODO: updated
7048
7049Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7050
7051 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
7052 support for SCRIPT and STYLE with help from Bjorn Reese
7053 * test/HTML/* result/HTML/*: added simple testcase and updated
7054 the existing ones.
7055
7056Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7057
7058 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
7059 string-range for empty strings
7060 * test/XPath/docs/str test/XPath/xptr/chaptersrange
7061 test/XPath/xptr/strrange: augmented the XPointer testsuite
7062
7063Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7064
7065 * doc/xml.html doc/xmlmem.html: added a module describing memory
7066 interfaces and use, updated the main page.
7067
7068Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7069
7070 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
7071 nanoftp code work on Windows too now
7072
7073Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7074
7075 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
7076 * xpointer.c: implemented string-range() at least a good first version
7077 * test/XPath/docs/str test/XPath/xptr/strrange
7078 result/XPath/xptr/strrange: the string-range() tests
7079
7080Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7081
7082 * Makefile.am include/Makefile.am include/win32config.h
7083 win32/Makefile.mingw: fixed problems reported by Wayne Davison
7084 and make distcheck
7085
7086Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7087
7088 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
7089 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
7090 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
7091
7092Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7093
7094 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
7095 patch for socklen_t detection by
7096 Albert Chin-A-Young <china@thewrittenword.com>
7097
7098Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7099
7100 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
7101 and added a --dtdvalid option to xmllint used to test it
7102
7103Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7104
7105 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
7106 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
7107
7108Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7109
7110 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
7111 handlings (registration, lookup, cleanup)
7112
7113Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7114
7115 * configure.in Makefile.am include/makefile.am: adding XPointer
7116 and XPtrtests target
7117 * xpointer.[ch] : new files for XPointer support
7118 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
7119 more XPath tests
7120
7121Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7122
7123 * configure.in: fixed, very broken, make distcheck works again
7124
7125Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7126
7127 * More work toward 2.2.5, integrated a number of patches
7128 * configure.in Makefile.am win32config.h.in: trying to cleanup
7129 make distcheck .... huh ...
7130 * include/Makefile.am include/win32config.h: new directory
7131 for includes
7132 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
7133 updated teh makefiles and instructions for WIN32
7134 * xpath.c: small fixes
7135 * test/XPath/ results/XPath: updated the testcases and results
7136 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
7137 suggested patches
7138 * valid.c: fixed an ID bug
7139
7140Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7141
7142 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +00007143 the automake bug where wrong dependencies were generated.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007144 * xpath.[ch]: worked on XPointer
7145
7146Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7147
7148 * configure.in Makefile.am: 2.2.5, ship the include in an
7149 include/libxml subdirectory, use symlinks when using CVS
7150 * testSAX.c: fixed small bug
7151 * testXPath.c: changed the way testfiles are parsed
7152 * debugXML.c: same kind of cleanup when parsing an argument expression
7153 XPath/XPointers can have blanks embedded
7154 * xpath.[ch]: more cleanup, reorgs for XPointer work
7155 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
7156 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
7157
7158Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7159
7160 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
7161 in the XPath engine, rewrote large parts of it, now it's far
7162 cleaner and in sync with the REC not an old WD. Fixed a parsing
7163 problem in the interactive XML shell found when testing XPath.
7164
7165Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7166
7167 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
7168 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
7169 examples with the extra test
7170
7171Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7172
7173 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
7174 the global init function.
7175
7176Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7177
7178 * HTMLparser.c: Doohhh, attribute name parsing was still case
7179 sensitive ! Fixed this ...
7180 * result/HTML/* : updated the tests results accordingly
7181
7182Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7183
7184 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
7185 engine, should be far more stable, incorporated a new version of
7186 preceding/following axis, need testing
7187 * uri.c: fixed file:///c:/a/b/c problem
7188 * test/XPath/tests/idsimple: augmented the XPath tests
7189
7190Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7191
7192 * doc/* rebuilding docs for 2.2.4 release
7193
7194Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7195
7196 * configure.in: releasing 2.2.4
7197 * parser.[ch]: added xmlStrEqual()
7198 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
7199 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
7200 use xmlStrEqual instead
7201 * TODO: updated
7202 * added an XPath test
7203
7204Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7205
7206 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
7207 * entities.h: exported xmlInitializePredefinedEntities
7208 * parser.[ch] : added xmlInitParser()
7209 * parserInternals.h : had to export htmlInitAutoClose()
7210
7211Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7212
7213 * xpath.[ch] : fixed some serious XPath Predicate evaluation
7214 problems
7215 * Makefile.am : added XPath regression tests to normal tests
7216 * uri.c: fixed a problem with local paths, cleanup
7217 * parser.c: fixed a problem with large CData sections
7218
7219Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7220
7221 * configure.in xml-config.in: patch from "Ben Taylor"
7222 <sol7x86@hotmail.com> for solaris shared libs lookup
7223
72242000-09-30 Martin Baulig <baulig@suse.de>
7225
7226 * libxml-2.0.pc.in: Provide pkg-config script.
7227
7228 * configure.in: Create the libxml-2.0.pc script from the
7229 libxml-2.0.pc.in templates.
7230 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
7231 script in `$(libdir)/pkgconfig'.
7232
7233Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7234
7235 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
7236 when compiling with MSC
7237
7238Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7239
7240 * xpath.c: patch for normalize-string() substring-before(),
7241 substring-after() and translate() functions from Bjorn Reese
7242 <breese@mail1.stofanet.dk>
7243 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
7244 Fredrik Hallenberg <hallon@lysator.liu.se>
7245 * TODO: updated
7246
7247Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7248
7249 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
7250 problem of socklen_t being undefined on a number of platforms
7251 * debugXML.c: fixed a compilation problem when without snprintf
7252
7253Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7254
7255 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
7256 an URI bug and a fix for the control-character-induced infinite loop
7257 * nanohttp.c: preventive fix for compiling on WIN32
7258
7259Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7260
7261 * xmlint.c: closing bug #25000
7262
7263Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7264
7265 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
7266 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
7267 modified slightly Wayne Davison patch adding xmlStrcasecmp and
7268 related function, fixing xmlStrncmp(), and associated cleanup
7269 * result/HTML/entities.html.sax: updating result
7270
7271Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7272
7273 * uri.c: applied patch for URI escaping from Wayne Davison
7274 <wayned@blorf.net>
7275 * tree.c parserInternals.c HTMLparser.c: memset checks patches
7276 from Denis Barbier <barbier@imacs.polytechnique.fr>
7277 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
7278 patch from Wayne Davison
7279
7280Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7281
7282 * doc/xml.html : updated with new releases, adding "how to help"
7283
7284Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7285
7286 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
7287 removed a few warnings in pedantic mode ...
7288 * parserInternals.c parser.c: moved encoding switching function
7289 to parserInternals.c
7290 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
7291
7292Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7293
7294 * HTMLparser.c parser.c: set ctxt->errNo before calling the
7295 error or warning handlers
7296
7297Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7298
7299 * parserInternals.c parserInternals.h parser.c Makefile.am:
7300 created a new module parserInternals.c, moved most of the
7301 code shared by the various parsers there, as well as
7302 deprecated code from parser.c. More cleanup of parser.c
7303 * uri.c: fixed a problem when URI is NULL
7304 * valid.c: speedup when looking for an attribute declaration
7305
7306Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7307
7308 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
7309 the cleanup of the computation of URI references when seeking
7310 external entities. The URI reference string and the resulting
7311 URI are both stored now.
7312 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
7313 large s(n)printf checks and cleanup from Denis Barbier
7314 <barbier@imacs.polytechnique.fr>
7315 * xmlversion.h.in tree.h: couple of SGML declarations for a
7316 possible docbook module.
7317 * result/VC/ : a couple of test output changed due to the change
7318 of the entities URI
7319
7320Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7321
7322 * parser.h: added a _private field for linking user's data
7323
7324Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7325
7326 * parser.c parserInternals.h: demacroified most of the IS_XXX
7327 the gain in size is significant so ...
7328
7329Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7330
7331 * entities.c: cases where looking up entities with doc==NULL
7332 covered
7333
7334Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7335
7336 * uri.c: applied Wayne Davison patch
7337 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
7338
7339Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7340
7341 * uri.c testUri.c: applied Wayne Davison patches
7342 * test/URI/uri.data result/URI/uri.data: first set of tests/results
7343 * Makefile.in: added URItest and included thenin "make tests"
7344
7345Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7346
7347 * xmlversion.h.in: closed bug 22941
7348
7349Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7350
7351 * doc/xmlio.html: added doc and example for entity loader
7352 redefinition.
7353
7354Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7355
7356 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
7357 used by libxml
7358
7359Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7360
7361 * parser.c: Fixed bug on invalid ontent characters and when using
7362 push.
7363 * xmllint.c: fixed xmllint endling of errors in push mode
7364
7365Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7366
7367 * HTMLparser.c testHTML.c: applied two new patches from
7368 Wayne Davison <wayned@users.sourceforge.net>
7369 * result/HTML/*.sax: regenerated HTML SAX output
7370 * parser.c: more cleanup.
7371
7372Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7373
7374 * HTMLparser.[ch] testHTML.c: applied the second set of
7375 patches from Wayne Davison <wayned@users.sourceforge.net>,
7376 adding htmlEncodeEntities()
7377 * HTMLparser.c: fixed an ignorable white space detection bug
7378 occuring when parsing with SAX only
7379 * result/HTML/*.sax: updated since the output is now HTML
7380 encoded...
7381
7382Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7383
7384 * HTMLparser.[ch]: applied some of Wayne Davison
7385 <wayned@users.sourceforge.net> patches
7386
7387Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7388
7389 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
7390 undeclared namespace prefix was used, added a warning.
7391 Cleaned up support w.r.t. entities, spilling out a warning
7392 and being pedantic on lookups.
7393 * test/warning/ent9 : added testcase for previous example.
7394 * TODO: updated
7395 * parserInternals.h parser.c: changed the way names are parsed
7396 now allow infinite size and decrease penalty for normal use
7397 * parser.c: Started a big cleanup/check of the parser code,
7398 fixed some of the most tortuous entity code, spotted code
7399 unused anymore
7400 * test/*: added tests for very long names and related nasty
7401 things.
7402
7403Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7404
7405 * doc/encoding.html: added encoding aliases doc
7406 * doc/xml.html: updates
7407 * encoding.[ch]: added EncodingAliases functions
7408 * entities.[ch] valid.[ch] debugXML.c: removed two serious
7409 bottleneck affecting large DTDs like Docbook
7410 * parser.[ch] xmllint.c: added a pedantic option, will be
7411 useful
7412 * SAX.c: redefinition of entities is reported in pedantic mode
7413 * testHTML.c: uninitialized warning from gcc
7414 * uri.c: fixed a couple of bugs
7415 * TODO: added issue raised by Michael
7416
7417Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7418
7419 * doc/encoding.html: propagated Martin Duerst suggestions
7420
7421Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7422
7423 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
7424 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
7425 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
7426 by Wayne Davison
7427
7428Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7429
7430 * nanoftp.c nanohttp.c: small cleanup
7431 * TODO: updated
7432
7433Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7434
7435 * added an old VC testcase and updated title.xml entity
7436
7437Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7438
7439 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
7440 done on auto-opening of <p> tags and cleanup of SAX output
7441
7442Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7443
7444 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
7445
7446Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7447
7448 * doc/xml.html libxml.* structure.*: updated the doc a bit
7449
7450Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7451
7452 * testSAX.c testHTML.c result/HTML/: cleanup of the output
7453 of SAX tests
7454
7455Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7456
7457 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7458 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
7459
7460Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7461
7462 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
7463 * testHTML.c: fix core dump on Solaris 2.x systems
7464 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
7465 * result/HTML/*.sax: previous bug fix lead to new results
7466
7467Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7468
7469 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7470 * configure.in: added --with-readline=DIR to accept alternate
7471 path for readline include/library
7472 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
7473 for ANSI under HP-UX
7474 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
7475 includes @LIBS@
7476
7477Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7478
7479 * doc/* : rebuilt the docs
7480 * getting ready for 2.2.2 release
7481
7482Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7483
7484 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
7485 and xmlAddFeature()
7486 * tree.[ch]: added xmlAddChildList()
7487 * xmllint.c: MAP_FAILED macro test
7488 * parser.h: added xmlParseCtxtExternalEntity()
7489 * valid.c: applied bug fixes removed warning
7490 * tree.c: added CDATA block to elements content
7491 * testSAX.c: cleanup of output
7492 * testHTML.c: added SAX testing
7493 * encoding.c: better error recovery
7494 * SAX.c, parser.c: fixed one of the external entity processing
7495 of the OASis testsuite
7496 * Makefile.am: added HTML SAX regression tests
7497 * configure.in: bumped to 2.2.2
7498 * test/HTML/ result/HTML: added a few of HTML tests, and added the
7499 SAX results
7500
7501Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7502
7503 * configure.in: patch for HP compiler
7504
75052000-08-04 Sven Heinicke <sven@zen.org>
7506
7507 * xmllint.c: Was coredumping sometimes when the file given didn't
7508 exist.
7509
7510Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7511
7512 * parser.c xmlIO.[ch]: fixed the problem of encoding support
7513
7514 when using in memory parsing. Need some cleanup.
7515 * xmllint.c configure.in: added a --memory flag to test memory
7516 parsing
7517
7518Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7519
7520 * nanohttp.c: fixed socklen_t replacement to unsigned int
7521 * parser.c: fixed a space handdling missing at the end of
7522 production 28 DOCTYPE.
7523 * xmlmemory.c: fixed a stupid bug on the routine to override
7524 allocation functions
7525 * TODO: updated
7526
7527Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7528
7529 * doc/ regenerated the docs
7530
7531Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7532
7533 * doc/encoding.html doc/xml.html: added I18N doc
7534 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
7535 improvements, both parser and filters, added ASCII & HTML,
7536 fixed the ISO-Latin-1 one
7537 * xmllint.c testHTML.c: added/made visible --encode
7538 * debugXML.c : cleanup
7539 * most .c files: applied patches due to warning on Windows and
7540 when using Sun Pro cc compiler
7541 * xpath.c : cleanup memleaks
7542 * nanoftp.c : added a TESTING preprocessor flag for standalong
7543 compile so that people can report bugs more easilly
7544 * nanohttp.c : ditched socklen_t which was a portability mess
7545 and replaced it with unsigned int.
7546 * tree.[ch]: added xmlHasProp()
7547 * TODO: updated
7548 * test/ : added more test for entities, NS, encoding, HTML, wap
7549 * configure.in: preparing for 2.2.0 release
7550
7551Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7552
7553 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +00007554 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007555
7556Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7557
7558 * doc/xml.html: changed the xmlsoft.org structure, updated the
7559 examples w.r.t. root and childs
7560
7561Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7562
Daniel Veillard784b9352003-02-16 15:50:27 +00007563 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007564
7565Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7566
7567 * HTMLparser.c: Work on character encoding support for the HTML parser
7568 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
7569 * encoding.c: Fixed a potential memleak in the encoding stuff
7570
7571Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7572
7573 * doc/FAQ.html doc/Makefile.am : added a FAQ
7574
7575Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7576
7577 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
7578 of the HTML parser to force it to not bypass SAX
7579
7580Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7581
7582 * win32config.h.in: updated
7583 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
7584 lacks iconv support :-( need to release 2.1.1
7585 * configure.in: release 2.1.1
7586 * HTMLparser: fixed bug #14784
7587 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
7588 by Windows compiler
7589 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
7590 the SAX startDocument() callback.
7591 * TODO: updated
7592
7593Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7594
7595 * added xmlStopParser()
7596
7597Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7598
7599 * configure.in: 2.1.0 prerelease
7600 * Large resync between W3C and Gnome tree
7601 * nanoftp, nanohttp.c: fixed stalled connections probs
7602 * HTMLtree.c SAX.c : support for attribute without values in
7603 HTML for andersca
7604 * valid.c: Fixed most validation + namespace problems
7605 * HTMLparser.c: start document callback for andersca
7606 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
7607 * parser.h, SAX.c: serious speed improvement for large
7608 CDATA blocks
7609 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
7610 different encoding
7611 * example/Makefile.am example/gjobread.c tree.h: work on
7612 libxml1 libxml2 convergence.
7613 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
7614 and the LIBXML_TEST_VERSION macro
7615
7616Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7617
7618 * doc/xml.html: various patches and improvements typo fixed by
7619 Felix Natter
7620 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
7621 from Felix Natter <fnatter@gmx.net>
7622
7623Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7624
7625 * doc/upgrade.html: updated with instructions for support of both
7626 libxml-1.x and libxml-2.x
7627 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
7628 for 2.x support and also fixed includes
7629
7630
7631Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7632
7633 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
7634 the encoding support, added iconv support, so now libxml if
7635 compiled with iconv automatically support japanese encodings
7636 among others. Work based on initial patch from Yuan-Chen Cheng
7637 I may have broken binary compat in the encoding handler
7638 registration scheme, but that was so utterly broken I don't
7639 expect anybody to have used this feature until now.
7640 * parserInternals.h: fixup on the CHAR range macro
7641 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
7642 code.
7643 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
7644 * uri.c: added xmlParseURI() I can't believe I forgot to
7645 implement this one in 2.0 !!!
7646 * SAX.c: moved doc->encoding update in the endDocument() call.
7647 * TODO: updated.
7648
7649Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7650
7651 * tree.h: removed extraneous xmlRemoveProp definition
7652 * TODO: added item about --disable-corba configure switch
7653 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
7654 * nanoftp.c: fixed include problems giving troubles on AIX and
7655 slowlaris
7656 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
7657 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
7658 comment and headers changes to lower gtk-doc number of warnings
7659 * doc/html/*: rebuilt docs
7660
7661Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7662
7663 * HACKING: documented the tag for 1.x and instructions
7664
7665Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7666
7667 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
7668 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
7669 xmlCreateIOParserCtxt
7670 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
7671 significant overall improvement
7672 * xmllint.c: added I/O test to xmllint
7673 * testSAX.c: added a speed test
7674 * doc/* : updated/regenerated
7675
7676Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7677
7678 * xpath.c uri.h parserInternals.h: cosmetic changes from
7679 "Timur I. Bakeyev" <timur@bat.ru>, including making
7680 xmlCreateURI() public
7681
7682Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7683
7684 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
7685 and the code at the same time. Added a clean mechanism for
7686 overload or added input methods: xmlRegisterInputCallbacks()
7687 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
7688 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
7689 * TODO: updated
7690 * doc/* : updated/regenerated
7691 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
7692 source dir
7693
7694Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7695
7696 * testURI.c: yet another forgotten commit, I should get some sleep !
7697
7698Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7699
7700 * xmllint.c: forgot to commit this too ?
7701
7702Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7703
7704 * xmlversion.h.in : forgot to commit this previously
7705
7706Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7707
7708 * configure.in: preparing libxml-2.0.0 version looks Ok so far
7709 * README TODO: updated for release
7710 * uri.c uri.h: added authority parsing/saving
7711 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
7712 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
7713 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
7714 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
7715 Makefile.am : added compile-time customization of libxml
7716 --with-ftp --with-http --with-html --with-xpath --with-debug
7717 --with-mem-debug
7718 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
7719 #include <libxml/xxx.h> I hope it won't break too much stuff
7720 and will be manageable in the future...
7721 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
7722 and added xmllint to the installed programs
7723 * uri.h: added xmlFreeURI()
7724
7725Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7726
7727 * uri.c uri.h: finished the escaping handling, the base support
7728 and the URI path normalization. Looks good just lacks the
7729 authority content parsing code.
7730 * Makefile.am: added instructions to generate testURI
7731 * TODO: updated
7732 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
7733 added links and icons for W3C and Gnome
7734
7735Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7736
7737 * xmlmemory.[ch] : seems I forgot to actually update the files in
7738 the last commit :-)
7739 * doc/xml.html doc/html/* : updated and uploaded the docs
7740
7741Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7742
7743 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
7744 * TODO: updated
7745 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
7746 libxml default allocation function with another set (like gmalloc/
7747 gfree).
7748 * Makefile.am, uri.c, uri.h: added a set of functions to do
7749 exact (litteraly copied from the RFC 2396 productions) parsing
7750 and handling of URI. Will be needed for XLink, one XML WFC,
7751 XML Base and reused in the nano[ftp/http] modules. Still work
7752 to be done.
7753
7754Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7755
7756 * configure.in, libxml.spec.in : libxml2
7757 * doc/* : updated the doc page, rebuilt the docs
7758
7759Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7760
7761 * all: tagged LIB_XML_1_X
7762 * *.c *.h : updated from W3C CVS tree
7763 * configure.in : 2.0.0-beta
7764 * libxml.spec.in : libxml2 package nam
7765 * result/* : new version of the tests output
7766
7767Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7768
7769 * doc/xml.html, doc/update.html: updated docs, 1.8.7
7770
7771Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7772
7773 * doc/* : rebuilt the docs
7774 * parser.c: final patch on #6766
7775 * valid.c: small patch on validity checks.
7776
7777Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7778
7779 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
7780 added
7781 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
7782 compatibility w.r.t. XML spec and existing code.
7783
7784Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7785
7786 * parser.c: seems a better solution to <a> </a> exists,
7787 will try it for a while
7788
7789Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7790
7791 * parser.c: tried to remove the <a> </a> generating <a/>
7792 this is hard. Left a flag for that purpose. Fixed bug #6766
7793 * configure.in: prepared 1.8.7 not released, due to previous
7794 problem
7795
7796Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7797
7798 * doc/xml.html : applied second patch from Paul DuBois
7799
7800Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7801
7802 * doc/xml.html : applied patch from Paul DuBois
7803
7804Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7805
7806 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
7807
7808Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7809
7810 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
7811 compilation warnings on various platforms.
7812 * parser.c: Fixed #5281 validity error callbacks are now desactived
7813 by default if not validating.
7814
7815Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7816
7817 * nanoftp.c, win32config.h.in: patches to compile on WIN32
7818
7819Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7820
7821 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
7822 <gkatsi@cs.toronto.edu>
7823
7824Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7825
7826 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
7827 processing URLs
7828
7829Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7830
7831 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
7832 xmlNanoFTPUpdateURL for persistent control connections.
7833 * configure.in: 1.8.6
7834
7835Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7836
7837 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
7838 * tree.[ch] : added xmlSaveNoEmptyTags
7839
78402000-01-29 James Henstridge <james@daa.com.au>
7841
7842 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
7843
7844 * Makefile.am: added nanoftp.[ch] to the build.
7845
7846Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7847
7848 * nanoftp.[ch]: cleanup, comments, API
7849 * debugXML.c : fixed a bug in the cat command
7850 * doc/*: regenerated the docs
7851
7852Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7853
7854 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
7855 * debugXML.c : fixed a bug in the cat command
7856 * valid.c: fixing some small probs
7857 * libxml.spec.in: get rid of the SNAP suffix
7858 * doc/xml.html: updated the status
7859
7860Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7861
7862 * xml-config.in: xml-config --version to just return the
7863 version number
7864 * xpath.c: some cleanup w.r.t. axis when the current node is
7865 an attribute.
7866 * TODO: updated
7867
7868Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7869
7870 * configure.in: prepared for libxml-1.8.5
7871 * doc/* recompiled the documentation
7872
78732000-01-17 Jody Goldberg <jgoldberg@home.com>
7874
7875 * configure.in : WARNING autoconf subtlety alert :
7876 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
7877 when looking for zlib.h so that HAVE_ZLIB_H is defined.
7878 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
7879 get defined by AC_CHECK_HEADERS.
7880
7881Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7882
7883 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
7884 Rune.Djurhuus@fast.no
7885
7886Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7887
7888 * TODO: updated
7889 * tree.c, parser.c: made sure that only memory alloc problems
7890 and internal parser errors are allowed to write to stdout or
7891 stderr.
7892
7893Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7894
7895 * tree.c : restored xmlNewGlobalNs since this seems used by
7896 a lot of existing code :-(, fixed a bug in xmlNewNs
7897 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
7898 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
7899 to exit() from the library code.
7900 * xpath.c, parser.c: removed bugs or unused code detected by
7901 Windows compilers
7902 * parser.c: started adding interfaces for parsing well balanced
7903 XML fragments
7904 * configure.in: releasing 1.8.4
7905 * doc/* : rebuilt the docs
7906
7907Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7908
7909 * tree.[ch] : added xmlNewDocFragment() for DOM
7910 * testHTML.c: uninitialized variable.
7911
7912Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7913
7914 * doc/* : rebuild the docs
7915
7916Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7917
7918 * acconfig.h: readline and history patch
7919 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
7920 * tree.c: added check and handling when possibly removing an ID
7921 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
7922 and saving.
7923 * test/HTML/entities.html result/HTML/entities.html* : test for
7924 various entities reference cases
7925 * result/HTML/* : as a result output of some testcase have
7926 changed
7927 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
7928 by previous example. added xmlParseTryOrFinish().
7929 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
7930 entities.h debugXML.h HTMLparser.h: changed the way struct are
7931 declared to allow gtk-doc to expose those
7932 * parser.c: closed bug #4960
7933 * Makefile.am configure.in: Applied patch from
7934 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
7935 and math/socket libs detection
7936
7937Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7938
7939 * configure.in, Makefile.am: link tester against readline
7940 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
7941
7942Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7943
7944 * tree.[ch]: added xmlRemoveProp
7945 * win32config.h.in nanohttp.c: avoid including the Windows
7946 socket stuff in every C files
7947 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
7948 the XmL parser(s)
7949 * test/ns4 result/ns4 etc...: added test case for previous prob
7950 * tree.c: xmlNewNs wasn't checking for double definition
7951 * Makefile.in: fixed a problem with dist-hook duplicates
7952 * parser.[hc], xmlIO.c: fixed the loading of external entities
7953 APIs, now xmlLoadExternalEntity() is used everywhere and
7954 setting up an app specific front-end using the
7955 * SAX.c parser.c: some fixes, now the xhtml spec validates
7956 with the xhtml DTD.
7957 * error.c: fixed crashes in case of no input stream
7958 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
7959 to the validation tests and results
7960
7961Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7962
7963 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
7964 too htmlCreatePushParserCtxt() and htmlParseChunk()
7965 * parser.c: a bit of cleanup.
7966 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
7967 to XML) removed the last mem leak known
7968 * HTMLtree.c: output message cleanup
7969 * xmlmemory.c: display content info about memory blocks
7970 * result/HTML/wired.* : missing att value warning change
7971
7972Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7973
7974 * doc/* : rebuilt the documentation
7975
7976Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7977
7978 * parser.[ch] parserInternals.h: Push parser for XML,
7979 seems to work fine now
7980 * tester.c debugXML.[ch]: Added an XML shell debug facility and
7981 --push for push testing
7982 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
7983 * testSAX.c: added --push
7984 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
7985 subtree
7986 * xmlIO.[ch] : enriched API + fixes for push mode
7987 * entities.[ch]: added the entity content length to the struct.
7988 * xmlmemory.[ch]: new API to show the last entries for the shell
7989 * valid.c: added required attribute testing
7990 * SAX.c: the cdata callback now merge contiguous fragments
7991 * HTMLparser.c: cleanup of some macros
7992
7993Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7994
7995 * parser.c: fix for PIs name starting with xml
7996 * tree.c: fixed a potential problem with || and && ops
7997 * *.c, configure.in win32config.h.in : generate win32config.h for
7998 those on the Other Side !
7999
8000Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8001
8002 * parser.c: fixed a stupid = vs. == bug :-(
8003 * doc/gnome-xml.sgml: s/glade/xml/
8004
8005Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8006
8007 * configure.in, doc/xml.html : bug fix release 1.8.2
8008 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
8009 Hopefully the end of that silly C++ include problem
8010 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
8011 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
8012 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
8013 troubles with autoclosed elements when the stree shape doesn't
8014 follow the DtD specs. Added htmlIsAutoClosed() and
8015 htmlAutoCloseTag()
8016 * result/HTML/*.htm*: Updated the HTML examples regression tests output
8017 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
8018 * debugXML.c: fixed a bug on printing default namespaces.
8019 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
8020
8021Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8022
8023 * result/HTML/*.htm[l] : updated the HTML regression tests according
8024 to the new output
8025 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
8026 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
8027 problem due to intermix of extern "C" { ... } declarations for C++
8028 and recursive includes in the headers
8029
80301999-12-20 Chris Lahey <clahey@umich.edu>
8031
8032 * HTMLtree.c: Made it so that html nodes with a single child do
8033 not insert a carriage return before or after the child node.
8034
8035Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8036
8037 * configure.in, doc/xml.html : bug fix release 1.8.1
8038 * parser.c: fixed bug #4344
8039 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
8040 added the glue to avoid C++ problems
8041 * doc/* : regenerated the documentation
8042
8043Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8044
8045 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
8046 namespace recognition, and Dia as a resul :-(
8047 * encoding.c: closed bug #3950
8048
8049Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8050
8051 * valid.c: debugging a posteriori validation, except URI expansion
8052 stuff this should be fixed now
8053 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
8054 Carl Nygard <cnygard@bellatlantic.net>
8055 * tester.c: added --postvalid, cleaning of the code
8056 * tree.[ch]: added xmlDocGetRootElement()
8057
8058Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
8059
8060 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
8061 c++ losage.
8062
8063Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8064
8065 * configure.in, doc/xml.html : bumped to 1.8.0
8066 * xlink.[ch], Makefile.am : added framework for link detection
8067 * parser.h: added nbChars to parser context, needed for cleanup.
8068 * xmlmemory.c: removed a nasty bug when out of mem
8069 * valid.[ch]: adding namespace support for attribute decl
8070 * tester.c: added --debugent option
8071 * debugXML.[ch]: added xmlDebugDumpEntities()
8072 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
8073 buffers instead, this was really needed, validation was breaking
8074 in strange ways due to that. Added xmlParseStringPEReference()
8075 and other parsing from strings functions. Entities processing
8076 modified again, but PERef are still not handled correcly but
8077 unless you're Eve Maller you won't notice :-)
8078 * HTMLparser.c: large changes toward reliability, and switched to
8079 lowercase internal tags, XHTML is lowercase, so it will help
8080 that output is closer to next version.
8081 * doc/* : regenerated the documentation, it is now hosted at
8082 http://xmlsoft.org/ (same bits I just bought the domain :-)
8083
8084
8085Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8086
8087 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
8088 doc generation
8089 * parser.c: fixed bugs #3908 and #3937 and a memory leak
8090 in the SAX API
8091 * doc/*: rebuilt the doc making sure everything appears in the
8092 HTML files
8093
8094Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8095
8096 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
8097 added the patch from Carl Nygard <cnygard@bellatlantic.net>
8098 which allow impressive speed improvement on dataset with
8099 large text pieces, but at the cost of broken binary
8100 compatibility and slightly bigger memory usage.
8101 Configure with --with-buffers to activate them, they
8102 are protected with XML_USE_BUFFER_CONTENT define.
8103 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
8104 goal is 0 memory left allocated once parser is no more used
8105 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
8106 call xmlCleanupParser() and xmlMemoryDump()
8107
8108Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8109
8110 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
8111 * parser.[ch] encoding.[ch]: added memory cleanup routines
8112 * parser.c: closing bug #3788
8113 * doc/*: rebuilt the doc
8114
8115Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8116
8117 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
8118 xmlNewTextChild() and xmlSetCompressMode() behaviour.
8119 * tester.c: added --compress option
8120 * doc/*: rebuilt the documentation
8121
8122Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8123
8124 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
8125 if given /proc/kcore as input !
8126 * doc/xml.html doc/*: updated and rebuilt the documentation
8127
8128Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8129
8130 * parser.c: Fixed some wrongly space collapsing code due to
8131 a misreading of the spec.
8132 * result/*: fixed the output accordingly
8133
8134Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8135
8136 * encoding.c: bug fix and typos
8137 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
8138 * parser.c: added attribute normalization closing bug #3597
8139 * test/att* result/att* SAXresult/att*: testcase for attribute
8140 normalization
8141
8142Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8143
8144 * configure.in: closing bug #3163 by adding extra flags for the
8145 cc compiler on HP-UX
8146
8147Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8148
8149 * valid.[ch] : removed a typo and an enumerated type bug in the
8150 xmlAddElementDecl() function
8151 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
8152 call to xmlEncodeEntitiesReentrant() so that the functions
8153 New, Set and Get are at the same level.
8154 * parser.c HTMLparser.c: extra memory allocation bug for
8155 attributes detected by someone using libxml in embedded systems :-)
8156
8157Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8158
8159 * xmlmemory.h: turned off mem debug :-\
8160
8161Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8162
8163 * parser.c: closed bug #2784 a one line fix, but worth pushing
8164 a new release out
8165 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
8166 some structures, comments before and after the
8167 main element, and other nastyness
8168 * HTMLtree.c tree.c: accomodate the extended HTML supported
8169 * configure.in: pushing 1.7.4
8170 * test/ent8 and related outputs : added a new test for bug #2784
8171 * test/HTML/wired.html and related output: a nasty HTML example
8172 * Makefile.am: improved the test scripts
8173 * docs/* : reran the documentation extractor, updated xml.html
8174
8175Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8176
8177 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
8178 HTMLparser and debugged the HTML related code. HTML documents
8179 now have their own type
8180 * entities.c: do not dump &apos; for HTML output
8181 * xmlmemory.c: improvement, breakpoint mechanism
8182 * testHTML.c: added --sax --repeat ...
8183 * Makefile.am: improved the HTML tests
8184 * valid.[ch]: added xmlValidGetValidElements and
8185 xmlValidGetPotentialChildren
8186 * tester.c: added --insert to test the 2 new functions
8187 * test//* result//* SAXresult//* : regression test cleanup
8188 and extension.
8189 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
8190 gnome-xml-nanohttp.html
8191
8192Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8193
8194 * HTMLparser.c: fixed problems with some autoclose tags
8195 * tree.c: fixed XML output problems.
8196 * result/* SAXresult/*: update of the tests output
8197
8198Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8199
8200 * Makefile.am: Arturo patch for xmlConf.sh version info
8201 * parser.c: Tim Josling patch for single quoted items
8202 * tester.c: Tim Josling patch for tester options usage
8203 * tree.h: indent cleanup
8204
8205Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8206
8207 * HTMLparser.c parser.h : Fixed problems with HTML parsing
8208 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
8209
8210Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8211
8212 * tree.c : Raph patch for initialization of CORBA fields
8213 * parser.c, xpath.c, ...: modification of doc comments
8214 * xpath.c : allow spaces in xpath expressions
8215
8216Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8217
8218 * xmlmemory.h: turning off memory debug :-(
8219
8220Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8221
8222 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
8223 better SAX interfaces.
8224 * testSAX.c: uses the new SAX routine, avoid fetching any remote
8225 entity.
8226 * configure.in: 1.7.2
8227
8228Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8229
8230 * libxml.spec.in: fixed the URL
8231 * doc/xml.html: improved the documentation front-end
8232
8233Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8234
8235 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
8236
8237Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8238
8239 * libxml.spec.in: fixed the alpha compile problem
8240 * parser.[ch]: changed errno to errNo in the parser context :-(
8241 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
8242 * doc/xml.html: changed CHAR to xmlChar
8243 * doc/html/*: recompiled the documentation
8244 * configure.in: 1.7.1
8245
8246Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8247
8248 * parser.h: modified the parser context struct to regain 1.4.0
8249 binary compatibility
8250 * parser.c, xml-error.h: added errno ot teh context and defined
8251 a set of errors values with update of errno
8252 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
8253 DTDs and entities
8254 * *.h, *.c: complete cleanup of the use of config.h and include
8255 protection depending on the current setup.
8256 * overalll debugging, maintenance and bug-fixing on all modules
8257 * updated the documentation
8258 * ready for 1.7.0
8259
8260Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8261
8262 * HTMLparser.c : cleanup
8263 * SAX.c valid.c valid.h: added ID/IDREF checking
8264 * tree.c tree.h: extended doc structure for refs
8265 * configure.in: 1.6.2
8266 * parser.c: patched bug in SAX user arg call
8267 * parserInternals.h: patched missing close in C++ wrapping
8268 * testXPath.c xpath.c xpath.h: prepared for extensibility,
8269 especially upcoming XPointer implementation.
8270 * doc/xml.html: augmented, typo
8271
8272Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
8273
8274 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
8275 not all invocations of install understand -d.
8276
8277Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
8278
8279 * Makefile.am: prepend all the test* calls with $(top_builddir) -
8280 to make 'check' works, when builddir != srcdir.
8281
8282Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8283
8284 * doc/xml.html : updated the documentation
8285
8286Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8287
8288 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
8289 not deallocated memory blocks
8290 * *.c : replaces all calls to malloc() free() and realloc() to
8291 the wrapper functions/macros
8292 * tree.c : removed memory leaks dues to calling xmlFreeNode()
8293 instead of xmlFreeNodeList()
8294
8295Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8296
8297 * HTMLparser.c: corrected a stupid bug leading to core dump at
8298 tree deallocation. Removed warnings indicated by
8299 Stephane.Conversy@lri.fr
8300 * entities.c: Fixes Yet Another Stupid Bug, entities were not
8301 looked for in the external subset
8302
8303Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8304
8305 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
8306 on SGI by Stephane.Conversy@lri.fr
8307
8308Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8309
8310 * all .h : changed the prototype declaration indent as in gtk
8311 * most .c : working on reducing the TODOs in the code
8312 * most .c : cleanup though -pedantic and Insure++
8313 * improvements on validation ID checkings.
8314 * tree.[ch] SAX.c: added support for namespace on attributes #2022
8315 * xml-config.in: closed #1810
8316
8317Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8318
8319 * tree.h, valid.c, valid.h: more work on validity, IDs
8320 * xpath.c: added/fixed comparidon and equlity, added a new isinf
8321 definition for AIX
8322
8323Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8324
8325 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
8326 the distribution due to a cut'n paste error at last commit
8327
8328Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8329
8330 * configure.in: upgraded to version 1.4.0
8331 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
8332 Big update, added a large part of the validation process,
8333 it should be usable, but some parts are missing
8334 * xpath.c: improved the implementation w.r.t. root.
8335 * Makefile.am: added more tests
8336 * test and result trees: added a lot of tests
8337 * libxml.spec.in: export libxml.so.0 and libxml.so.1
8338
8339Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8340
8341 * Added an HACKING file
8342
8343Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8344
8345 * xpath.[ch] : improvements and debug of the XPath implementation
8346 * parser.c, HTMLparser.c : modified the parsers to be progressive
8347 * tree.[ch] : extended the Buffer promitives
8348 * xmlIO.[ch] : added basic I/O routines providing progressive
8349 parsing and ready for I18N conversion plugins
8350 * SAXresult/* : the SAX callback sequence maybe slightly different
8351 now
8352 * test*.c : improved/updated the tests programs
8353 * doc/* : recompiled the docs.
8354
83551999-07-26 Michael Meeks <michael@edenproject.org>
8356
8357 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
8358
8359 * tree.c: Ditto.
8360
8361Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8362
8363 * configure.in: upgraded to version 1.4.0
8364 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
8365 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
8366 XML query language, see http://www.w3.org/TR/xpath for more details.
8367 * parser.c, parser.h: added CHAR* related string functions for XPath
8368 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
8369 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
8370 rebuild the docs.
8371 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
8372 and regression testing capabilities for XPath.
8373
8374Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8375
8376 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
8377 closing bug #1646
8378
8379Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8380
8381 * Makefile.am, example/Makefile.am: closed bug #1683
8382
8383Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8384
8385 * example/Makefile.am, configure.in: added the makefile for the
8386 gjobread example
8387
8388Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
8389
8390 * doc/Makefile.am:
8391 - fix which allow "make install DESTDIR=</install/prefix>".
8392
8393Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8394
8395 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
8396 which fixed a problem on the file reading-code.
8397
8398Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8399
8400 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
8401 output.
8402 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
8403
8404Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8405
8406 * parser.h : Oops removed the binary compatibility problem
8407 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
8408 * parser.c, HTMLparser.c: applied patches for reading from stdin
8409
8410Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8411
8412 * parser.c, entities.c, valid.c: cleanup bug #1591
8413 * configure.in: cleanup bug #1592
8414 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
8415 the same tree back-end. Hence gdome will be available for it.
8416 * doc/Makefile.am: close bug #617
8417
8418Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8419
8420 * parser.c: alloctate a per parser context SAX interface block
8421
8422Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8423
8424 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
8425 and xmlEncodeEntitiesReentrant with the correct one :-\
8426
8427Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8428
8429 * commit of my internal XML base changes, quite a lot of
8430 changes, cleanups, better entities support, framework for
8431 new I/O and charset detection and handling
8432 * Fixed the configure/Makefile stuff to generate shared libs
8433 with the proper version info, so we jumped on rev from
8434 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
8435 xmlEncodeEntities() result need to be freed now, and a string
8436 xmlParserVersion provide the current library version.
8437
8438Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
8439
8440 * parser.c: fixed a buffer overrun for when you have a very long
8441 attribute with no entities in it.
8442
8443Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8444
8445 * added example directory
8446 * added example/gjobs.xml gjobread.c, still need a Makefile.in
8447
8448Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8449
8450 * Release of libxml-1.1, nearly everything has been touched for
8451 this.
8452 * Added more regression tests
8453 * Updated the documentation
8454
8455Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8456
8457 * tree.[ch]: unified the XML_NO_CORBA defines.
8458 * parser.c encoding.[ch]: started plugging in char encoding detection
8459
8460Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
8461
8462 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
8463 Also freed allocated buffer.
8464
8465Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8466 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
8467 reentrancy problem at printing. One is left in entities.c, to
8468 remove ASAP
8469 * testSAX.c : added a test example showing the use of the SAX
8470 interface if one doesn't want to build the DOM tree.
8471 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
8472
8473Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8474
8475 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
8476 large revamping of the parser to use SAX callbacks
8477 http://www.megginson.com/SAX/ (or at least a C like interface
8478 a la Expat). It's now possible to set up your own callbacks
8479 and the parser will not build a DOM tree.
8480 * test/* result/*: updated the test suite, I finally removed
8481 the old Namespace draft support (PI based).
8482
8483Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8484
8485 * Makefile.am: added test result to EXTRA_DIST for make tests
8486
8487Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8488
8489 * parser.c, parserInternals.h: moved the chars macro definitions
8490 to parserInternals.h
8491 * parser.c, error.c: applied patches from "Knut Ã…kesson"
8492 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
8493
8494Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8495
8496 * xml-config.in : applied patch to make --version work
8497
84981999-03-05 Raja R Harinath <harinath@cs.umn.edu>
8499
8500 * Makefile.am (check-local): Alias for `tests' target. This will
8501 cause `make check' to do the right thing.
8502 (tests): Don't run tests in srcdir. Also, replaced calls to
8503 basename with a `sed' "equivalent".
8504
8505Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8506
8507 * Renamed error.h to xml-error.h, corrected Makefile.am to list
8508 it in the header and not the sources, updated the doc.
8509 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
8510 pointing this out.
8511
8512Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8513
8514 * parser.c, parser.h, parserInternals.h: memory leak hunting,
8515 exported the inputStream routines.
8516 * doc/html/* : updated accordingly
8517
8518Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8519
8520 * parser.c, parser.h, parserInternals.h: added a few extra
8521 internal calls to allocate and free parser contexts ...
8522 * doc/html/* : updated accordingly
8523
8524Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8525
8526 * configure.in, Makefile.am, doc/makefile.am : General changes for
8527 1.0.0 release and including the generated HTML documentation.
8528
8529Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8530
8531 * makefile.am : added parserInternals.h, oops.
8532
8533Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8534
8535 * parserInternals.h: added this header giving access to the parser
8536 internal functions.
8537 * doc/Makefile.am : added a rebuild target which rebuilds the full
8538 set of documentations
8539 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
8540 the internal subset.
8541 * *.c *.h: modifications needed to generate the documentation using
8542 gtk-doc, cleanup of functions blocks, reorganisation of struct
8543 declarations.
8544
8545Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8546
8547 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
8548 the tar and spec file to include the beginning of the doc.
8549
85501999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
8551
8552 * doc/.cvsignore: Added this file.
8553
8554Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8555
8556 * tree.c: fixed xmlGetProp to return "" when the attribute
8557 exists, even if the node-list is NULL.
8558
8559Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8560
8561 * tree.c: patched an error outputting empty attribute values.
8562 * Makefile.am and doc/makefile.am: have been updated during the
8563 week-end. Sorry for an empty CVS log, I got a shell problem.
8564
8565Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8566
8567 * tree.h: cleaned up using enums instead of defines
8568 * parser.c, valid.[ch]: more work on parsing/output of element
8569 declarations
8570
8571Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8572
8573 * valid.[ch], tree.c, parser.c : more work toward full parsing
8574 of XML DTDs.
8575 * README: added informations about mailing-list and on-line
8576 documentation
8577
85781999-01-27 Raja R Harinath <harinath@cs.umn.edu>
8579
8580 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
8581
8582Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8583
8584 * parser.c, tree.[ch] : more work toward conformance testing,
8585 added a last element to accelerate parsing of very flat structures
8586 started working on internal subset Element content declaration.
8587 * valid.[ch] : first cut at adding code toward validation.
8588 * previous changes had also small impact on most files, especially
8589 the conformance testing using James Clark test suite.
8590
8591Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8592
8593 * test/* : updated the examples, most of them were not well
8594 formed (humm), and added rdf2.
8595 * result/* : resulting changes in the output.
8596
8597Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8598
8599 * tree.c: changed the behaviour of xmlGetProp on NULL values.
8600
8601Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8602
8603 * tree.c: patched a bug in the generation of empty attributes
8604
8605Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8606
8607 * entities.[ch], tree.[ch], tester.c: added copy interfaces
8608 for node/trees/documents/... Biggest problem is namespace
8609 support when copying subtrees.
8610
8611Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8612
8613 * parser.c, entities.c: improve entities and char ref encoding,
8614 and cleanups of error messages.
8615
8616Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8617
8618 * parser.c, entities.c: simple bug hunting done during rpm2html and
8619 rpmfind integration.
8620
8621Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8622
8623 * parser.[ch]: Added interfaces allowing to specify a SAX
8624 handler before parsing.
8625
8626Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8627
8628 * parser.c: redirrect all errors reporting through the SAX
8629 error function
8630
8631Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8632
8633 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
8634 * libtool, tlmain ...: update of the libtool files
8635
86361998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
8637
8638 * entities.c: Use g_snprintf insteda of snprintf.
8639
8640Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8641
8642 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
8643 added ent5 test for this purpose.
8644 * parser.c, parser.h: formatting, comments and UTF-8 planning.
8645
8646Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8647
8648 * parser.c: fixed? a strange error due to compression on a GWP
8649 document.
8650
8651Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8652
8653 * tree.[ch]: bug fixing
8654 * entities.[ch]: defined a specific type for predefined entities
8655 * doc/xml.html: more documentation on the library, how to use it,
8656 overview of the interfaces.
8657
8658Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8659
8660 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
8661
8662Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8663
8664 * tree.c: corrected a small bug
8665 * doc/xml.html: continuing writing documentation.
8666
8667Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8668
8669 * debugXML.h debugXML.c: added debugging utilities.
8670 * tester.c: added --debug switch.
8671 * tree.c: patched an incorrect node->type assignment.
8672 * parser.c: formatting, ensure that node->doc != NULL in attributes
8673
8674Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8675
8676 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
8677 entity support and provide an internal representation close to
8678 DOM one (entity ref nodes, and attribute value as tree). I tried
8679 to preserve the interface but this will surely break some apps
8680 (I have to change rpm2html/rpmfind for example). I had to change
8681 two interfaces, and the generated tree is somewhat different.
8682 * doc/* : started documenting the XML library, the tree and
8683 DOM/Corba. This is a first step.
8684
8685Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8686
8687 * parser.c: Set up the fonctions comment block, boring but useful.
8688 * parser.h, SAX.c, parser.c: now attributes are processed through
8689 the SAX interface. The problem is that my SAX interface diverged
8690 quite a bit from the original one, well this is not an official
8691 spec, and translating it from Java to C is hairy anyway...
8692
8693Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8694
8695 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
8696 fonctions comment block, boring but useful.
8697
8698Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8699
8700 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
8701 conversion routines. However they are not yet used to convert the
8702 inputs. The core will run with UTF-8.
8703
8704Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8705
8706 * tree.c : make sure that the type id is properly set-up when
8707 a new object is allocated, needed for DOM.
8708
8709Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8710
8711 * tree.h, tree.c: Ok, the main objects in the tree will be native
8712 corba objects, it costs 8 bytes per Node, Attribute and Document
8713 but it simplifies the Corba integration a lot (no extra interface
8714 objects to allocate/free).
8715
8716Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8717
8718 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
8719 and changed NODEs contants for conformity with DOM Level 1
8720
8721Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8722
8723 * added hooks to keep track of servants when creating objects
8724 xmlDoc and xmlNode (for Corba export).
8725
8726Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8727
8728 * added xml-config script.
8729
8730Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8731
8732 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
8733 to autoupdate libtool and automake conf files.
8734
87351998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
8736
8737 * Makefile.am: Use '?' to separate the sed
8738 commands as ',' is used when people pass -Wl,something.
8739
8740
8741Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8742
8743 * tree.c, tree.h: added a per-document compression interface.
8744
8745Tue Sep 22 20:47:38 EDT 1998
8746
8747 * tree.c, tree.h: added saving with compression and added interfaces
8748 to control the compression level (xmlGetCompressMode,
8749 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
8750
8751Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8752
8753 * parser.c: corrected a loop for files of size 0
8754
87551998-08-20 Raja R Harinath <harinath@cs.umn.edu>
8756
8757 * error.h: New file. Contains prototyes from `error.c'.
8758
8759Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
8760
8761 * Makefile.am (xmlincdir): New macro.
8762 (xmlinc_HEADERS): Renamed from include_HEADERS.
8763
8764Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8765
8766 * applied small patch on numeric entities from
8767 Christopher Blizzard <blizzard@appliedtheory.com>
8768
8769Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8770
8771 * New release 0.2, removed the old xml_* files so that it's
8772 coherent with the other CVS base (W3C), far better conformance
8773 to standard, new namespaces, decent entities support, beginning
8774 of a SAX-like interface. Nearly nothing left intact, even the
8775 test examples ...
8776
87771998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
8778
8779 * .cvsignore: Add .deps dir
8780
8781Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8782
8783 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
8784
8785Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8786
8787 * configure.in: added test for CPP
8788 * AUTHORS, Changelog: the original ones didn't get commited but the
8789 glib ones instead, fixed.
8790 * Makefile.am: corrected an error in library naming
8791
8792Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8793
8794 * integrated code developped at W3C
8795 * changed the original Copyright
8796 * migrated to automake
8797 * prefixed the filenames by xml_ to avoid filename clashes
8798
Daniel Veillarde0ed10c2003-01-06 11:06:26 +00008799Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
8800
8801 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
8802 should not be called.
8803
Daniel Veillard0aaaacd2003-01-06 10:59:57 +00008804Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8805
8806 * libxml-2.0.pc.in: applied the patch to fix #101894
8807
Daniel Veillard8a1b1852003-01-05 22:37:17 +00008808Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
8809
8810 * tree.c : applied patch from Lukas Schroeder for register callbacks
8811 * valid.c: modified patch from Lukas Schroeder to test
8812 register callbacks with --chkregister
8813
Daniel Veillard067bae52003-01-05 01:27:54 +00008814Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8815
8816 * xmlreader.c: seriously changed the way data are pushed to
8817 the underlying parser, go by block of 512 bytes instead of
8818 tryng to detect tag boundaries at that level. Changed the
8819 way empty element are detected and tagged.
8820 * python/tests/reader.py python/tests/reader2.py
8821 python/tests/reader3.py: small changes mostly due to context
8822 reporting being different and DTD node being reported. Some
8823 errors previously undetected are now caught and fixed.
8824 * doc/xmlreader.html: flagged last section as TODO
8825
Daniel Veillard51a447a2003-01-04 19:42:46 +00008826Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8827
8828 * python/libxml.py: integrated the Python 2.2 optimizations
8829 from Hannu Krosing, while maintaining compatibility with
8830 1.5 and 2.1
8831
Daniel Veillarde59494f2003-01-04 16:35:29 +00008832Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
8833
8834 * xmllint.c: a bit of cleanup
8835 * xmlreader.c: small fix
8836 * doc/xmlreader.html: more work on the XmlTextReader tutorial
8837 * python/libxml.py: a few fixes pointed out by Hannu Krosing
8838
Daniel Veillard623a9eb2003-01-04 12:47:20 +00008839Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8840
8841 * python/setup.py.in: patch from Stéphane Bidoul to include
8842 drv_libxml2.py in setup.py
8843
Daniel Veillard66b82892003-01-04 00:44:13 +00008844Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
8845
8846 * doc/xmlreader.html: starting documenting the new XmlTextReader
8847 interface.
8848
Daniel Veillard7704fb12003-01-03 16:19:51 +00008849Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8850
8851 * xmllint.c: added the --stream flag to use the TextReader API
8852 * xmlreader.c: small performance tweak
8853
Daniel Veillarda80ff6e2003-01-03 12:52:08 +00008854Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
8855
8856 * xmlreader.c python/tests/reader2py: okay the DTD validation
8857 code on top of the XMLTextParser API should be solid now.
8858
Daniel Veillard1fdfd112003-01-03 01:18:43 +00008859Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8860
8861 * xmlreader.c python/tests/reader2py: Fixing some more mess
8862 with validation and recursive entities while using the
8863 reader interface, it's getting a bit messy...
8864
Daniel Veillarddab8ea92003-01-02 14:16:45 +00008865Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8866
8867 * xmlreader.c python/tests/reader.py: another couple of problem
8868 related to IsEmptyElement reported by Stéphane Bidoul needed
8869 some fixes.
8870
Daniel Veillard4f860202003-01-02 13:00:02 +00008871Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8872
8873 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
8874 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
8875 based on the python XmlTextReader interface.
8876
Daniel Veillard3c265e42003-01-01 21:06:49 +00008877Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
8878
8879 * tree.c: backing out one change in the last patch which broke the
8880 regression tests
8881
Daniel Veillard5335dc52003-01-01 20:59:38 +00008882Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8883
8884 * global.data globals.c tree.c include/libxml/globals.h: applied
8885 an old patch from Lukas Schroeder to track node creation and
8886 destruction. Probably missing a lot of references at the moment
8887 and not usable reliably.
8888
Daniel Veillard8ba17412003-01-01 19:13:12 +00008889Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8890
8891 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
8892 from doc/news.html and a stylesheet
8893
Daniel Veillarde3c036e2003-01-01 15:11:05 +00008894Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
8895
8896 * xmlreader.c python/tests/reader.py: fixed another couple of
8897 xmlreader bugs reported by Stéphane Bidoul and added tests.
8898
Daniel Veillard9e395c22003-01-01 14:50:44 +00008899Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
8900
8901 * xmlreader.c python/tests/reader2.py: fixed another validity
8902 checking in external parsed entities raised by Stéphane Bidoul
8903 and added a specific regression test.
8904 * python/tests/reader3.py: cleanup
8905
Daniel Veillardd5896142002-12-31 14:45:26 +00008906Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
8907
8908 * xmlreader.c python/tests/reader2.py: fixed a problem with
8909 validation within entities pointed by Stéphane Bidoul, augmented
8910 the tests to catch those.
8911
Daniel Veillarddc85f282002-12-31 11:18:37 +00008912Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
8913
8914 * python/generator.py: modified the generator to allow keeping
8915 class references when creating new classes, needed to fix a bug
8916 pointed by Stéphane Bidoul where the input buffer of the
8917 xmlTextReader instance gets destroyed if the python wrapper for
8918 the input is not referenced anymore.
8919
Daniel Veillard4d8db8a2002-12-30 18:40:42 +00008920Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
8921
8922 * xmlreader.c python/tests/reader.py: fixed another pair of problem
8923 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
8924
Daniel Veillard571b8892002-12-30 12:37:59 +00008925Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
8926
8927 * xmlreader.c python/tests/reader.py: fixed another problem
8928 pointed by Stéphane Bidoul
8929
Daniel Veillardaaa105b2002-12-30 11:42:17 +00008930Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
8931
8932 * xmlreader.c python/tests/reader.py: fixed a limit case problem
8933 with "<a/>"
8934
Daniel Veillardecaba492002-12-30 10:55:29 +00008935Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8936
8937 * SAX.c: warn on xmlns:prefix="foo"
8938 * xmlreader.c python/tests/reader.py: fixed a couple of problem
8939 for namespace attributes handling.
8940
Daniel Veillard2d84a892002-12-30 00:01:08 +00008941Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8942
8943 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
8944 a really nasty problem raised by a DocBook XSLT transform
8945 provided by Sebastian Bergmann
8946
Daniel Veillard29b3e282002-12-29 11:14:41 +00008947Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
8948
8949 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
8950 by Stéphane Bidoul and integrated it into the tests
8951
Daniel Veillarde18fc182002-12-28 22:56:33 +00008952Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
8953
8954 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
8955 extended the XmlTextReader API a bit, addding accessors for
8956 the current doc and node, and an entity substitution mode for
8957 the parser.
8958 * python/libxml.py python/libxml2class.txt: related updates
8959 * python/tests/Makefile.am python/tests/reader.py
8960 python/tests/reader2.py python/tests/reader3.py: updated a bit
8961 the old tests and added a new one to test the entities handling
8962
Daniel Veillardaba976d2002-12-28 21:14:18 +00008963Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
8964
8965 * python/generator.py python/libxml2class.txt
8966 python/tests/reader.py python/tests/reader2.py: changed the
8967 generator to provide casing for the XmlTextReader similar to
8968 C# so that examples and documentation are more directly transposable.
8969 Fixed the couple of tests in the suite.
8970
Daniel Veillard83298842002-12-28 15:12:33 +00008971Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
8972
8973 * doc/guidelines.html: added a document on guildeline for
8974 publishing and deploying XML
8975
Daniel Veillard336fc7d2002-12-27 19:37:04 +00008976Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8977
8978 * valid.c xmlreader.c: final touch running DTD validation
8979 on the XmlTextReader
8980 * python/tests/Makefile.am python/tests/reader2.py: added a
8981 specific run based on the examples from test/valid/*.xml
8982
Daniel Veillardf25b4ca2002-12-27 15:18:35 +00008983Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
8984
8985 * python/libxml.py: added a few predefined xmlTextReader parser
8986 configuration values.
8987
Daniel Veillard0e9dafa2002-12-27 11:58:25 +00008988Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8989
8990 * python/libxml_wrap.h: trying to fix #102037
8991
Daniel Veillard8dbd4952002-12-27 11:34:48 +00008992Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
8993
8994 * SAX.c: fixing bug #95296, when the predefined entities
8995 are redefined in the DTD the default one must be used
8996 instead anyway.
8997
MST 2002 John Fleck6647aed2002-12-26 02:23:24 +00008998Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
8999
9000 * doc/xmllint.xml
9001 * doc/xmllint.1
9002 Add discussion of XML_DEBUG_CATALOG to xmllint man
9003 page - bug #100907
9004
9005
Daniel Veillarddf512f42002-12-23 15:56:21 +00009006Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9007
9008 * xmlreader.c: Fixed the empty node detection to avoid reporting
9009 an inexistant close tag.
9010
Daniel Veillard0d132cf2002-12-23 14:43:32 +00009011Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
9012
9013 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
9014 for Python 2.1
9015
Daniel Veillardfe8aab92002-12-22 10:25:41 +00009016Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
9017
9018 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
9019
Daniel Veillard4258b9c2002-12-20 10:29:40 +00009020Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
9021
9022 * doc/libxml2-api.xml python/tests/reader.py: one really need
9023 to provide the base URI information when creating a reader parser
9024 from an input stream. Updated the API and the example using it.
9025
Daniel Veillardea7751d2002-12-20 00:16:24 +00009026Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
9027
9028 * testReader.c xmlreader.c valid.c include/libxml/tree.h
9029 include/libxml/valid.h include/libxml/xmlreader.h: working on
9030 DTD validation on top of xml reader interfaces. Allows to
9031 validate arbitrary large instances. This required some extensions
9032 to the valid module interface and augmenting the size of xmlID
9033 and xmlRef structs a bit.
9034 * uri.c xmlregexp.c: simple cleanup.
9035
Daniel Veillardbeb70bd2002-12-18 14:53:54 +00009036Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9037
9038 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
9039 work on the xml reader interfaces.
9040 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
9041 Web page for the Windows binaries.
9042
Daniel Veillard4a6d39b2002-12-17 18:33:01 +00009043Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9044
9045 * xmlIO.c: applied a patch for VMS following the report by
9046 Nigel Hall
9047
Daniel Veillard3772de32002-12-17 10:31:45 +00009048Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
9049
9050 * parser.c: the parseStartTag bug fix wasn't complete.
9051
Daniel Veillard67df8092002-12-16 22:04:11 +00009052Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
9053
9054 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
9055 parseStartTag, fixing it.
9056 * test/att4 result/att4 result/noent/att4: adding the test
9057 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
9058 more methods to XmlTextReader.
9059
Igor Zlatkovicd453c632002-12-16 18:45:48 +00009060Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9061
9062 * win32/libxml2.def.src: added more xml reader exports
9063 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
9064 to the build
9065
MST 2002 John Fleck7c67a832002-12-16 13:38:06 +00009066Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
9067
9068 * doc/tutorial/xmltutorial.xml
9069 plus generated html and pdf
9070 Updating tutorial again based on further comments from Niraj
9071 Tolia on the last iteration
9072
MST 2002 John Fleck44aacb32002-12-16 04:34:57 +00009073Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
9074
9075 * doc/tutorial/xmltutorial.xml
9076 * doc/tutorial/includekeyword.c
9077 * doc/tutorial/includegetattribute.c
9078 plus generated html and pdf
9079 Adding fix from Niraj Tolia to tutorial to properly free memory.
9080
9081
Daniel Veillardda46d2d2002-12-15 23:36:49 +00009082Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
9083
9084 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
9085 more methods of XmlTextReader.
9086 * python/libxml2class.txt python/tests/reader.py: this increased the
9087 methods in the bndings, augmented the test to check those new
9088 functions.
9089
Daniel Veillard0eb38c72002-12-14 23:00:35 +00009090Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
9091
9092 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
9093 methods of XmlTextReader.
9094 * python/generator.py python/libxml_wrap.h python/types.c
9095 python/libxml2class.txt: added the reader to the Python bindings
9096 * python/tests/Makefile.am python/tests/reader.py: added a specific
9097 test for the Python bindings of the Reader APIs
9098 * parser.c: small cleanup.
9099
Daniel Veillard06503452002-12-13 10:42:08 +00009100Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9101
9102 * xinclude.c: fallback was only copying the first child not the
9103 full child list of the fallback element, closes #89684 as reopened
9104 by Bernd Kuemmerlen
9105
Igor Zlatkovic2d45f522002-12-12 12:33:43 +00009106Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9107
9108 * win32/libxml2.def.src: exported htmlNodeDumpOutput
9109
Daniel Veillard000eafb2002-12-12 10:04:22 +00009110Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
9111
Daniel Veillardc1eed322002-12-12 11:01:32 +00009112 * configure.in: preparing release of 2.4.30
Daniel Veillard000eafb2002-12-12 10:04:22 +00009113 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
Daniel Veillardc1eed322002-12-12 11:01:32 +00009114 gives enum values, fix functype return type, put back fields in
9115 structs
9116 * doc/*: updated the docs rebuilt
Daniel Veillard000eafb2002-12-12 10:04:22 +00009117
Daniel Veillard024b5702002-12-12 00:15:55 +00009118Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
9119
9120 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
9121 about htmlNodeDumpOutput location.
9122 * xpath.c: removed an undefined function signature
9123 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
9124 too many symbols in the API breaking the python bindings.
9125 Updated with the libxslt/libexslt changes.
9126
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00009127Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
9128
9129 * configure.in: preparing release of 2.4.29
9130 * doc/*: rebuilt the docs and API
9131 * xmlreader.c: a few more fixes for the XmlTextReader API
9132
Igor Zlatkovicf6273a02002-12-11 17:00:54 +00009133Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9134
9135 * include/win32config.h: applied mingw patch from Magnus Henoch
9136
Daniel Veillard5aad8322002-12-11 15:59:44 +00009137Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
9138
9139 * catalog.c doc/libxml2-api.xml: a bit more cleanup
9140
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009141Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
9142
9143 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
9144 building Python script, does the C parsing directly, generates
9145 a better API description including structure fieds defs and
9146 enums. Still a couple of bugs, but good enough for the python
9147 wrappers now.
9148 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
9149 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
9150 include/libxml/schemasInternals.h include/libxml/tree.h: more
9151 cleanup based on the python analysis script reports.
9152 * libxml.spec.in: make sure the API XML description is part of the
9153 devel package.
9154
Daniel Veillard01c13b52002-12-10 15:19:08 +00009155Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
9156
9157 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
9158 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
9159 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
9160 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
9161 code cleanup, especially the function comments.
9162 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
9163
Daniel Veillarde1ca5032002-12-09 14:13:43 +00009164Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
9165
9166 * Makefile.am xmlreader.c include/libxml/Makefile.am
9167 include/libxml/xmlreader.h: Adding a new set of APIs based on
9168 the C# TextXmlReader API but converted to C. Allow to parse
9169 in constant memory usage, far simpler to program and explain
9170 than the SAX like APIs, unfinished but working.
9171 * testReader.c: test program
9172
Igor Zlatkovic70a296c2002-12-08 17:34:54 +00009173Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9174
9175 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
9176
Daniel Veillard64b35282002-12-04 15:10:40 +00009177Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
9178
9179 * tree.c: Chip turner indicated that XHTML1 serialization
9180 rule for style actually break on both IE and Mozilla,
9181 try to avoid the rule if escaping ain't necessary
9182
Daniel Veillard8efff672002-12-04 11:44:48 +00009183Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
9184
9185 * nanhttp.c: handle HTTP URL escaping, problem reported by
9186 Glen Nakamura and Stefano Zacchiroli
9187
Daniel Veillard1c732d22002-11-30 11:22:59 +00009188Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
9189
9190 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
9191
Daniel Veillardfdd27d22002-11-28 11:55:38 +00009192Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9193
9194 * uri.c: Johann Richard pointed out some XPointer problems for
9195 URN based URI references in XInclude. Modified the URI parsing
9196 and saving routines to allow correct parsing and saving of
9197 XPointers, especially when attached to "opaque" scheme accordingly
9198 to RFC 2396
9199
Daniel Veillard8db67d22002-11-27 19:39:27 +00009200Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
9201
9202 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
9203 of refactoring to the HTML saving code.
9204 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
9205 in the doc.
9206
Daniel Veillardebc4ca92002-11-27 11:43:05 +00009207Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
9208
9209 * tree.c include/libxml/tree.h: refactored the XML dump of a node
9210 to a buffer API to reuse the generic dump to an OutputIO layer,
9211 this reduces code, fixes xmlNodeDump() for XHTML, also made
9212 xmlNodeDump() now return the number of byte written.
9213
Daniel Veillard9d5ea172002-11-27 08:02:06 +00009214Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
9215
9216 * python/setup.py.in: another patch from Stéphane Bidoul for
9217 Python bindings on Windows
9218 * doc/parsedecl.py: small cleanup
9219
Daniel Veillard9715c172002-11-25 16:33:40 +00009220Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
9221
9222 * libxml.spec.in configure.in: add a line in %changelog for releases
9223
Daniel Veillard9bc53102002-11-25 13:20:04 +00009224Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
9225
9226 * parser.c: patch from Marcus Clarke fixing a problem in entities
9227 parsing that was detected in KDe documentations environment.
9228
Daniel Veillardfaa35ff2002-11-24 13:53:43 +00009229Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
9230
9231 * python/libxml.c (libxml_prev): Return the previous as opposed to
9232 the next node (I guess this is the result of some cut & paste programming:)
9233
Daniel Veillard80d7b902002-11-23 16:23:08 +00009234Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9235
9236 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
9237
Daniel Veillarda1196ed2002-11-23 11:22:49 +00009238Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
9239
9240 * python/generator.py python/libxml.c python/setup.py.in: trying
9241 to fix the Python bindings build on Windows (Stéphane Bidoul)
9242
Igor Zlatkovic9ab71552002-11-22 21:41:43 +00009243Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9244
9245 * win32/configure.js: added option for python bindings
9246 * win32/libxml2.def.src: added more exports
9247
Igor Zlatkovicace7cd22002-11-22 18:07:00 +00009248Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9249
9250 * win32/Makefile.mingw: fixed unresolved symbols when linking with
9251 pthreads
9252 * win32/wince/*: applied updates to Windows CE port from Javier
9253
Daniel Veillardf9c4cad2002-11-22 15:57:07 +00009254Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9255
9256 * configure.in: preparing 2.4.28
9257 * libxml.spec.in doc/Makefile.am: some cleanup
9258 * doc/*: updated the news and regenerated.
9259
Daniel Veillardfee408f2002-11-22 13:18:30 +00009260Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
9261
9262 * HTMLparser.c: final touch at closing #87235 </p> end tags
9263 need to be generated.
9264 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
9265 this change slightly the output of a few tests
9266 * doc/*: regenerated
9267
Daniel Veillardd2ff0392002-11-22 12:28:38 +00009268Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
9269
9270 * parserInternals.c: fixing bug #99190 when UTF8 document are
9271 parsed using the progressive parser and the end of the chunk
9272 is in the middle of an UTF8 multibyte character.
9273
William M. Brack8b2c7f12002-11-22 05:07:29 +00009274Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9275
9276 * threads.c: fixed initialization problem in xmlNewGlobalState
9277 which was causing crash.
9278 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
9279 in xmlInitializeGlobalState.
9280 * parserInternals.c: cleaned up ctxt->sax initialisation.
9281
Daniel Veillardd5c2f922002-11-21 14:10:52 +00009282Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
9283
9284 * tree.c include/libxml/tree.h: modified the existing APIs
9285 to handle XHTML1 serialization rules automatically, also add
9286 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
9287 libxslt serialization uses it when needed without changing
9288 the library API.
9289 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
9290 result/xhtml1: added a new test specifically for xhtml1 output
9291 and updated the result of one XHTML1 test
9292
Daniel Veillardd076a202002-11-20 13:28:31 +00009293Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
9294
9295 * xinclude.c parserInternals.c encoding.c: fixed #99082
9296 for xi:include encoding="..." support on text includes.
9297 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
9298 test/XInclude/ents/isolatin.txt : added a specific regression test
9299 * python/generator.py python/libxml2class.txt: fixed the generator
9300 the new set of comments generated for doc/libxml2-api.xml were
9301 breaking the python generation.
9302
Daniel Veillard817e70b2002-11-19 22:28:48 +00009303Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
9304
9305 * doc/Makefile.am: repair some problem if gtk-doc fail or such
9306 * configure.in: patch for Solaris on new autoconf closes #98880
9307 * doc/parsedecl.py: repair the frigging API building script,
9308 did I say that python xmllib sucks ?
9309 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
9310 and some comment are no more truncated.
9311
Daniel Veillarda7e05b42002-11-19 08:11:14 +00009312Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
9313
9314 * parser.c: Martin Stoilov pointed out a potential leak in
9315 xmlCreateMemoryParserCtxt
9316
Daniel Veillardbc6e1a32002-11-18 15:07:25 +00009317Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
9318
9319 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
9320 included in HTML documents and using the push parser.
9321
Daniel Veillard4efd3be2002-11-18 09:11:13 +00009322Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
9323
9324 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
9325 specified, look for the Python interpreter not just in the
9326 specified root but also in the specified location. Fixes #98825
9327
Daniel Veillarda8c0adb2002-11-17 22:37:35 +00009328Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
9329
9330 * python/libxml.c: fixing bug #98792 , node may have no doc
9331 and dereferencing without checking ain't good ...
9332
Daniel Veillarddad3f682002-11-17 16:47:27 +00009333Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
9334
9335 * configure.in: preparing release 2.4.27
9336 * doc/* : updated and rebuilt the docs
9337 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
9338 and all the docs are actually packaged and in the final RPMs
9339 * parser.c parserInternals.c include/libxml/parser.h: restore
9340 xmllint --recover feature.
9341
Daniel Veillard68e9e742002-11-16 15:35:11 +00009342Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
9343
Daniel Veillard784b9352003-02-16 15:50:27 +00009344 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard68e9e742002-11-16 15:35:11 +00009345 processing of parsed entities, and XPath computation on sustitued
9346 entities.
9347 * testXPath.c: make sure entities are substitued.
9348
Daniel Veillard328f48c2002-11-15 15:24:34 +00009349Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
9350
Daniel Veillard784b9352003-02-16 15:50:27 +00009351 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard328f48c2002-11-15 15:24:34 +00009352 processing of internal parsed entities, which had to be changed.
9353
Daniel Veillard66651aa2002-11-15 11:21:43 +00009354Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9355
9356 * Makefile.am python/Makefile.am python/tests/Makefile.am:
9357 trying to fix bug #98517 about building outside the source tree
9358 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
9359
Igor Zlatkovic2772cea2002-11-14 17:45:20 +00009360Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9361
9362 * include/win32config.h: cleanup
9363 * win32/Makefile.mingw: integrated mingw in JScript configure
9364 * win32/Makefile.msvc: modified to allow mingw coexistence
9365 * win32/configure.js: integrated mingw
9366 * win32/Readme.txt: cleanup
9367
Daniel Veillard8dd86a52002-11-12 21:14:17 +00009368Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
9369
9370 * HTMLparser.c: strengthen the guard in the Pop macros,
9371 like in the XML parser, closes bug #97315
9372
Daniel Veillard0821b152002-11-12 20:57:47 +00009373Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
9374
9375 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
9376 callback is never used.
9377
Daniel Veillard8606bbb2002-11-12 12:36:52 +00009378Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
9379
9380 * parserInternals.c: fixed the initialization of the SAX structure
9381 which was breaking xsltproc
9382 * xpath.c: patch from Petr Pajas for CDATA nodes
9383 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
9384 * parser.c include/libxml/parser.h: patch from Peter Jones
9385 removing a leak in xmlSAXParseMemory() and adding the
9386 function xmlSAXParseMemoryWithData()
9387
MST 2002 John Fleckf854d992002-11-12 03:49:05 +00009388Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
9389
9390 adding pdf of tutorial, changing web page to link to it
9391 * doc/tutorial/xmltutorial.pdf
9392 * doc/xml.html
9393 * doc/docs.html
9394
MST 2002 John Fleck52717f32002-11-11 03:49:33 +00009395Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
9396
9397 * doc/tutorial/ar01s08.html
9398 adding file what I forgot for tutorial
9399
9400
MST 2002 John Fleckbd3b4fd2002-11-11 03:41:11 +00009401Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
9402
9403 Adding encoding discussion to tutorial
9404 Added:
9405 * doc/tutorial/images/*.png: DocBook admonition image files
9406 * doc/tutorial/apf.html, apg.html: new generated html
9407 * doc/tutorial/includeconvert.c: conversion code entity file
9408 changed:
9409 * doc/tutorial/xmltutorial.xml: DocBook original
9410 * doc/tutorial/*.html: generated html
9411
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009412Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9413
9414 * include/libxml/*.h: retired xmlwin32version.h
9415 * doc/Makefile.am: retired xmlwin32version.h
9416 * win32/configure.js: retired xmlwin32version.h
9417
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009418Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9419
9420 * win32/libxml2.def.src: exported additional symbols
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009421 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
9422 sisterhood
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009423
Daniel Veillard7216cfd2002-11-08 15:10:00 +00009424Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
9425
9426 * globals.c: fixed a typo pointed out by Igor
9427 * xpath.c: try to speed up node compare using line numbers
9428 if available.
9429
Daniel Veillarda70d62f2002-11-07 14:18:03 +00009430Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
9431
9432 * tree.c: make xmlFreeNode() handle attributes correctly.
9433
Igor Zlatkovicb8e99cc2002-11-06 22:52:29 +00009434Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9435
9436 * catalog.c: completed the #96963 fix, as reported by Karl
9437 Eichwalder
9438
Daniel Veillard56f21f22002-11-06 15:49:46 +00009439Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9440
9441 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
9442
Daniel Veillard91ad8792002-11-04 17:06:52 +00009443Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9444
9445 * Makefile.am: switched the order of a couple of includes
9446 to fix bugs #97100
9447
Igor Zlatkovic2bb82ee2002-10-31 16:15:43 +00009448Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9449
9450 * catalog.c: fixed bug #96963, reverted to the old behaviour of
9451 xmlLoadCatalogs that used to separate directories with a ':'.
9452
Igor Zlatkovic9fdd8f32002-10-31 16:01:23 +00009453Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9454
9455 * threads.c: improvements to the Windows-side of thread handling
9456 * testThreads.c: conditionally excluded unistd.h
9457 * testThradsWin32.c: broke overlong lines
9458 * include/win32config.h: adapted thread-related macros to the new
9459 scheme and for pthreads on Windows
9460 * win32/Makefile.msvc: introduced a more flexible thread build,
9461 added testThreads[Win32].c to the build
9462 * win32/configure.js: introduced a more flexible thread config
9463
John Fleck61f6fb62002-10-31 15:23:29 +000094642002-10-31 John Fleck <jfleck@inkstain.net>
9465
9466 * doc/xml.html (and, by implication, FAQ.html)
9467 added UTF-8 conversaion FAQ from Marcus Labib Iskander
9468
Igor Zlatkovicf95b56b2002-10-29 17:33:35 +00009469Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9470
9471 * configure.in: removed xmlwin32version.h
9472 * include/libxml/Makefile.am: removed xmlwin32version.h
9473
Daniel Veillardce66ce12002-10-28 19:01:59 +00009474Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
9475
9476 * tree.c: applied patch from Brian Stafford to fix a bug
9477 in xmlReconciliateNs()
9478
Daniel Veillard7e3f1402002-10-28 18:52:57 +00009479Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
9480
9481 * tree.c: applied patch from Christian Glahn to allow
9482 xmlNewChild() on document fragment nodes
9483
Daniel Veillardb39bc392002-10-26 19:29:51 +00009484Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9485
9486 * parser.c: Christian Glahn found a problem with a recent
9487 patch to xmlParseBalancedChunkMemoryRecover()
9488 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
9489 problems
9490 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
9491 test/schemas/seq*: added the test cases from Charles
9492
Daniel Veillard366a9152002-10-23 20:43:53 +00009493Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9494
9495 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
9496 serious cleanup of the spec file and associated changes
9497 in the Makefiles.
9498 * valid.c: try to remove some warnings on x86_64
9499
Daniel Veillardd033d022002-10-23 14:55:02 +00009500Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9501
9502 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
9503 fix bug #96586
9504
Daniel Veillardce02dbc2002-10-22 19:14:58 +00009505Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9506
9507 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
9508 parsing, applied his patch
9509 * result/HTML/attrents.html result/HTML/attrents.html.err
9510 result/HTML/attrents.html.sax test/HTML/attrents.html:
9511 added the test and result case provided by Mikhail Sogrine
9512
Daniel Veillarde645e8c2002-10-22 17:35:37 +00009513Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9514
9515 * vms/build_libxml.com vms/config.vms vms/readme.vms
9516 include/libxml/parser.h include/libxml/parserInternals.h
9517 include/libxml/tree.h include/libxml/xmlIO.h
9518 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
9519 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
9520 Applied the VMS update patch from Craig A. Berry
9521 * doc/*.html: update
9522
Daniel Veillardf000f072002-10-22 14:28:17 +00009523Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9524
9525 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
9526
Daniel Veillard1e208222002-10-22 14:25:25 +00009527Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9528
9529 * debugXML.c: adding a grep command to --shell in xmllint
9530 for T.V. Raman
9531
Daniel Veillard9cdcf362002-10-22 14:23:59 +00009532Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9533
9534 * xmlcatalog.c: tried to fix some of the problem with --sgml
9535
Daniel Veillard935494a2002-10-22 14:22:46 +00009536Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
9537
9538 * parser.c: tried to fix bug #91500 where doc->children may
9539 be overriden by a call to xmlParseBalancedChunkMemory()
9540
9541Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9542
9543 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
9544 identifiers in SGML catalogs containing '&'
9545
Daniel Veillardc0ac0692002-10-20 21:31:50 +00009546Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9547
9548 * python/types.c: fixed bugs when passing result value tree
9549 to Python functions.
9550
Daniel Veillard48267432002-10-18 11:21:38 +00009551Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9552
9553 * configure.in: preparing the release of 2.4.26
9554 * doc/*: updated and rebuilt the documentation
9555
Daniel Veillardbb284f42002-10-16 18:02:47 +00009556Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9557
9558 * parser.c: fixed a XML Namespace compliance bug reported by
9559 Alexander Grimalovsky
9560
Daniel Veillard44892f72002-10-16 15:23:26 +00009561Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9562
9563 * HTMLtree.c: fixed serialization of script and style when
9564 they are not lowercase (i.e. added using the API to the tree).
9565
Daniel Veillard2fd85422002-10-16 14:32:41 +00009566Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9567
9568 * valid.c: make xmlValidateDocument emit a warning msg if there
9569 is no DTD, pointed by Christian Glahn
9570
Daniel Veillard32370232002-10-16 14:08:14 +00009571Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9572
9573 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
9574 content model when some of the blocks have min or max, and a couple
9575 of bugs found in the process.
9576 * result/schemas/list0* test/schemas/list0*: added some specific
9577 regression tests
9578
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +00009579Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
9580
9581 * README: updated the contact informations
9582
Daniel Veillard63186732002-10-15 08:43:17 +00009583Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9584
9585 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
9586 misses it, reported by Peter Bray.
9587
Daniel Veillard96c3a3b2002-10-14 15:39:04 +00009588Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9589
9590 * tree.c: investigating xmlNodeGetContent() on namespace nodes
9591 and removed a few warnings
9592
Daniel Veillard819d5cb2002-10-14 11:15:18 +00009593Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
9594
9595 * parser.c: Christian Glahn found a small bug in the push parser.
9596 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
9597 public
9598
Daniel Veillard6045c902002-10-09 21:13:59 +00009599Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9600
9601 * xmlschemas.c include/libxml/xmlschemas.h: added
9602 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
9603 * testSchemas.c: added --memory to test the new interface
9604
Daniel Veillardf0070122002-10-09 14:24:17 +00009605Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9606
9607 * doc/index.py doc/search.php: integrated the XSLT indexing,
9608 a few fixed in the indexer, added a scope selection at the
9609 search level.
9610
Daniel Veillard01992e02002-10-09 10:20:30 +00009611Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9612
9613 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
9614 this was due to uninitialized parts of the validation context
9615
Daniel Veillard321be0c2002-10-08 21:26:42 +00009616Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9617
9618 * debugXML.c: applied patch from Mark Vakoc except the API
9619 change, preserved it.
9620 * doc/*: updated the docs to point to the search engine for
9621 information lookup or before bug/help reports.
9622
Daniel Veillard01e87d22002-10-08 16:55:06 +00009623Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9624
9625 * doc/index.py doc/search.php: added mailing-list archives
9626 indexing and lookup
9627
Daniel Veillard9dc1cf12002-10-08 08:26:11 +00009628Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9629
9630 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
9631
Daniel Veillard9b006132002-10-07 11:13:27 +00009632Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
9633
9634 * doc/index.py: improved HTML indexing
9635 * doc/search.php: make the queries also lookup the HTML based indexes
9636
Daniel Veillard141d04b2002-10-06 21:51:18 +00009637Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9638
9639 * doc/index.py: added HTML page indexing
9640
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009641Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9642
Igor Zlatkovicd7f3c332002-10-04 13:38:53 +00009643 * xmlIO.c: extended Windows path normalisation to fix the base
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009644 problem in libxslt.
9645 * catalog.c: fixed list handling in XML_CATALOG_FILES
9646
Daniel Veillardceb09b92002-10-04 11:46:37 +00009647Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9648
9649 * valid.c: typo/bug found by Christian Glahn
9650
Igor Zlatkovic9d66fa12002-09-29 17:54:36 +00009651Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9652
9653 * xmlIO.c: applied Windows CE patch from Javier.
9654 * win32/wince: new directory, contains support for the PocketPC
9655 with Windows CE from Javier.
9656 * include/win32config.h: reorganised, removed duplicate
9657 definitions and applied WinCE patch from Javier.
9658 * include/wsockcompat.h: new file, now contains WinSock
9659 compatibility macros.
9660 * win32/Makefile.msvc: introduced double-run compilation.
9661
Daniel Veillarde16b5742002-09-26 17:50:03 +00009662Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9663
9664 * configure.in include/libxml/xmlwin32version.h: preparing release
9665 of 2.4.25
9666 * doc/*: updated and regenerated teh docs and web pages.
9667
Daniel Veillard90d68fb2002-09-26 16:10:21 +00009668Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9669
9670 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
9671 error were not covering namespace declarations.
9672 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
9673 it was missing the attribute declaration for the namespace
9674 * result/VC/NS3: the fix now report breakages in that test
9675
Daniel Veillardabe01742002-09-26 12:40:03 +00009676Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9677
9678 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
9679
Daniel Veillard2ace1952002-09-26 12:28:02 +00009680Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9681
9682 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
9683 and regenerated the docs and web site
9684
Daniel Veillarddda8f1b2002-09-26 09:47:36 +00009685Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9686
9687 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
9688 ATTRIBUTE_UNUSED is always put after the attribute declaration,
9689 not before
9690
Daniel Veillardd4cb1e82002-09-26 09:34:23 +00009691Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9692
9693 * python/generator.py python/libxml2class.txt: fixed a stupid error
9694 breaking the python API
9695
Daniel Veillardb7c29c32002-09-25 22:44:43 +00009696Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9697
9698 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
9699 triostr.c triostr.h: applied a trio update patch from
9700 Bjorn Reese which should work with MinGW
9701
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009702Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9703
9704 * tree.c: improving some documentation comments
9705 * xmlregexp.c: found and fixed a mem leak with python regression tests
9706 * doc/*: rebuilt the doc and the API XML file including the
9707 xmlregexp.h xmlautomata.h and xmlunicode.h headers
9708 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
9709 python/types.c: added access to the XML Schemas regexps from
9710 python
9711 * python/tests/Makefile.am python/tests/regexp.py: added a
9712 simple regexp bindings test
9713
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009714Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
9715
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009716 * doc/xml.html:
9717 fixing ftp links - thanks to Vitaly Ostanin
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009718
Daniel Veillard118aed72002-09-24 14:13:13 +00009719Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9720
9721 * xmlregexp.c: fixed the data callback on transition functionality
9722 which was broken when using the compact form
9723 * result/schemas/*: updated the results, less verbose, all tests
9724 pass like before
9725 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
9726 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
9727 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
9728 annoying warnings
9729 * xpath.c: try to provide better error report when possible
9730
Daniel Veillard72336152002-09-21 13:08:14 +00009731Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9732
9733 * Makefile.am: fixed a breakage raised by Jacob
9734
Igor Zlatkovic3f1e94b2002-09-20 18:08:17 +00009735Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9736
9737 * include/win32config.h: added HAVE_ERRNO_H definition for parts
9738 which don't use sockets
9739
Igor Zlatkovic01280582002-09-20 16:40:34 +00009740Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9741
9742 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
9743 * win32/configure.js: applied zlib patch from Daniel Gehriger
9744
Igor Zlatkovic9a4efcb2002-09-20 13:41:55 +00009745Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9746
9747 * win32/configure.js: applied the patch from Mark Vakoc for
9748 regexp support
9749 * win32/libxml2.def.src: applied the patch from Mark Vakoc
9750 for regexp support
9751
Daniel Veillardb5c05732002-09-20 13:36:25 +00009752Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9753
9754 * xmlschemastypes.c: as pointed by Igor Float and Double
9755 parsing ain't finished yet
9756
Daniel Veillard40b11342002-09-20 12:01:39 +00009757Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
9758
9759 * Makefile.am configure.in: trying to fix #88412 by bypassing
9760 all the python subdir if python ain't detected
9761
Daniel Veillard23e73572002-09-19 19:56:43 +00009762Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9763
9764 * Makefile.am configure.in include/libxml/xmlversion.h.in:
9765 made configuring with regexps/automata/unicode the default
9766 but without schemas ATM
9767 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
9768 fixed the regexp based DTD validation performance and memory
9769 problem by switching to a compact form for determinist regexps
9770 and detecting the determinism property in the process. Seems
9771 as fast as the old DTD validation specific engine :-) despite
9772 the regexp built and compaction process.
9773
Daniel Veillard5acfd6b2002-09-18 16:29:02 +00009774Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9775
9776 * valid.c: determinism is debugged, new DTD checking code now works
9777 but xmlFAComputesDeterminism takes far too much CPU and the whole
9778 set usues too much memory to be really usable as-is
9779
Daniel Veillard0f04f8e2002-09-17 23:04:40 +00009780Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9781
9782 * tree.c: fixed another stupid bug in xmlGetNodePath()
9783 * xmllint.c: --version now report the options compiled in
9784
Daniel Veillarda646cfd2002-09-17 21:50:03 +00009785Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9786
9787 * HTMLparser.c: small cleanup
9788 * valid.c xmlregexp.c: switched DTD validation to use only regexp
9789 when configured with them. A bit of debugging around the determinism
9790 checks is still needed
9791
Daniel Veillard63b01c22002-09-17 19:25:28 +00009792Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9793
9794 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
9795
Daniel Veillard92727042002-09-17 17:59:20 +00009796Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9797
9798 * xmlIO.c: small portability glitch fixed.
9799
Daniel Veillard84d70a42002-09-16 10:51:38 +00009800Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9801
9802 * xmlschemastypes.c: incomplete steps for real/double support
9803 * testAutomata.c include/libxml/xmlautomata.h
9804 include/libxml/xmlregexp.h: avoiding a compilation problem
9805 * valid.c include/libxml/valid.h: starting the work toward using
9806 the regexps for actual DTD validation
9807
Daniel Veillardaeb258a2002-09-13 14:48:12 +00009808Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9809
9810 * hash.c: cosmetic cleanup
9811 * valid.c include/libxml/tree.h include/libxml/valid.h: started
9812 integrating a DTD validation layer based on the regexps
9813
Daniel Veillard4402ab42002-09-12 16:02:56 +00009814Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9815
9816 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
9817 the determinism was tested before eliminating the epsilon
9818 transitions :-(
9819
Daniel Veillardc6d4a932002-09-12 15:00:57 +00009820Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
9821
9822 * python/generator.py python/libxml.c python/libxml.py
9823 python/libxml2-python-api.xml python/libxml2class.txt
9824 python/libxml_wrap.h python/types.c: updated the python
9825 bindings, added code for easier File I/O, and the ability to
9826 define a resolver from Python fixing bug #91635
9827 * python/tests/Makefile.am python/tests/inbuf.py
9828 python/tests/outbuf.py python/tests/pushSAXhtml.py
9829 python/tests/resolver.py python/tests/serialize.py: updated
9830 and augmented the set of Python tests.
9831
Igor Zlatkovic353bf582002-09-10 19:07:14 +00009832Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9833
9834 * win32/configure.js: added more readme info for the binary
9835 package.
9836
Daniel Veillard607b35c2002-09-10 12:16:19 +00009837Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9838
9839 * xmlIO.c: fixed a stupid out of bound array error
9840
9841Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9842
9843 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
9844 messing around with support for Windows path, cleanups,
9845 trying to identify and fix the various code path to the
9846 filename access. Added xmlNormalizeWindowsPath()
9847
Daniel Veillard76575762002-09-05 14:21:15 +00009848Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9849
9850 * error.c valid.c: working on better error reporting of validity
9851 errors, especially providing an accurate context.
9852 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
9853 error reports in those cases.
9854
Daniel Veillard3487c8d2002-09-05 11:33:25 +00009855Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9856
9857 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
9858 parser.c parserInternals.c xmlIO.c: get rid of all the
9859 perror() calls made in the library execution paths. This
9860 should fix both #92059 and #92385
9861
Daniel Veillard19aa7022002-09-05 11:14:19 +00009862Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9863
9864 * xmllint.c: memory leak reporting was broken after a change
9865 of the preprocessor symbol used to activate it.
9866
Daniel Veillardec6725e2002-09-05 11:12:45 +00009867Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9868
9869 * tree.c: try to make the copy function work for node of
9870 type XML_DOCUMENT_FRAG_NODE, they are only created by the
9871 DOM layers though, not libxml2 itself.
9872
Daniel Veillardb9cd8b42002-09-05 10:58:49 +00009873Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9874
9875 * valid.c: try to provide file and line informations, not all
9876 messages are covered, but it's a (good) start
9877
Daniel Veillardbbc72c32002-09-05 10:52:10 +00009878Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
9879
9880 * xinclude.c: reimplemented a large part of the XInclude
9881 processor, trying to minimize resources used, James Henstridge
9882 provided a huge test case which was exhibiting severe memory
9883 consumption problems.
9884
Daniel Veillard2206dbf2002-09-05 08:09:37 +00009885Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
9886
9887 * python/Makefile.am: applied patch from Christophe Merlet to
9888 reestablish DESTDIR
9889
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009890Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
9891
9892 * libxml.spec.in: fixes libary path for x86_64 AMD
9893
John Fleckbe98b332002-09-04 03:16:23 +00009894Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
9895
9896 * doc/tutorial/includekeyword.c
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009897 * doc/tutorial/xmltutorial.xml:
John Fleckbe98b332002-09-04 03:16:23 +00009898 (plus resulting generated html files)
9899 fixing one spot I missed in the tutorial where I hadn't freed
9900 memory properly
9901
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009902Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
9903
9904 * doc/tutorial/includeaddattribute.c
9905 * doc/tutorial/includeaddkeyword.c
9906 * doc/tutorial/includegetattribute.c
9907 * doc/tutorial/includekeyword.c
9908 * doc/tutorial/xmltutorial.xml
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009909 * doc/tutorial/*.html:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009910 update tutorial to properly free memory (thanks to Christopher
9911 R. Harris for pointing out that this needs to be done)
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009912 * doc/tutorial/images/callouts/*.png:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009913 added image files so the callouts are graphical, making it
9914 easier to read ( use "--param callout.graphics 1" to generate
9915 html with graphical callouts)
9916
Daniel Veillarde1662542002-08-28 11:50:59 +00009917Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9918
9919 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
9920 nice logos generated by Marc Liyanage
9921 * doc/site.xsl *.html: changed the stylesheet to show the new
9922 logo and regenerated the pages
9923
Daniel Veillardb212bbb2002-08-25 14:39:16 +00009924Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9925
9926 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
9927
Daniel Veillard42766c02002-08-22 20:52:17 +00009928Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9929
9930 * xpath.c: possible mem leak patch from Jason Adams
9931
9932Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9933
9934 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
9935 in the XQuery namespace
9936 * configure.in: preparing 2.4.24
9937 * doc/*.html: updated the web pages
9938
9939Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9940
9941 * python/generator.py: closing bug #85258 by generating conditional
9942 compile check to avoid linking to routines not configured in.
9943
Havoc Pennington84ec40a2002-08-22 13:59:35 +000099442002-08-22 Havoc Pennington <hp@pobox.com>
9945
9946 * autogen.sh: update error message for missing automake
9947
Daniel Veillard08cccaa2002-08-22 09:47:29 +00009948Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
9949
9950 * python/Makefile.am: typo in target name resulted in libxml2.py
9951 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
9952
Daniel Veillard22669b22002-08-22 07:17:11 +00009953Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9954
9955 * win32/win32/Makefile.mingw: updated with version from
9956 Elizabeth Barham at http://soggytrousers.net/repository/
9957
Igor Zlatkovica40adbc2002-08-20 14:42:32 +00009958Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9959
9960 * win32/Makefile.msvc: added the prefix location to the include
9961 and lib search path.
9962
Havoc Pennington830e8972002-08-18 22:22:13 +000099632002-08-18 Havoc Pennington <hp@pobox.com>
9964
9965 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
9966 both automake 1.6 and 1.4 installed get the right automake. Means
9967 compilation from CVS will now require the latest automake 1.4
9968 release, or manually creating symlinks called "automake-1.4" and
9969 "aclocal-1.4"
9970
Daniel Veillardb6984ef2002-08-14 16:55:31 +00009971Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9972
9973 * configure.in python/Makefile.am: more AMD 64 induced changes from
9974 Frederic Crozat
9975
Daniel Veillardc4bad4a2002-08-14 14:45:25 +00009976Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9977
9978 * xinclude.c: oops I was missing the xml:base fixup too
9979 * result/XInclude/*.xml: this adds xml:base attributes to most
9980 results of the tests
9981
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +00009982Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9983
9984 * xinclude.c: quick but apparently working implementation of
9985 xi:fallback, should close bug #89684
9986 * Makefile.am test/XInclude/docs/fallback.xml
9987 result/XInclude/fallback.xml: added a basic test for fallback,
9988 and run with --nowarning to avoid a spurious warning
9989 * configure.in: applied patch from Frederic Crozat for python
9990 bindings on AMD 64bits machines.
9991
Daniel Veillard9e923512002-08-14 08:48:52 +00009992Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9993
9994 * parser.c: xmlSAXUserParseMemory() really ought to fail if
9995 the caller don't pass a SAX callback block.
9996
Daniel Veillardc1a0da32002-08-14 08:32:18 +00009997Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9998
9999 * tree.c: applied the same fix for the XML-1.0 namespace to
10000 xmlSearchNsByHref() as was done for xmlSearchNs()
10001
Daniel Veillardad11b302002-08-12 14:53:41 +000010002Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10003
10004 * libxml.3: small cleanup of the man page
10005 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
10006 when serializing HREF attributes generated by XSLT.
10007
Daniel Veillardc084e472002-08-12 13:27:28 +000010008Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10009
10010 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
10011 version of Marc Liyanage' patch for boolean attributes in HTML
10012 output
10013
Daniel Veillard5f91b372002-08-12 12:13:01 +000010014Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
10015
10016 * python/tests/serialize.py: fixed the test results, indenting
10017 behaviour changed slightly
10018
Aleksey Sanin9e951762002-08-08 18:02:41 +000010019Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
10020
10021 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
10022 new c14n function to Windows def files
10023
Aleksey Saninea4272a2002-08-02 23:50:03 +000010024Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
10025
10026 * c14n.c: fixed a memory leak in c14n code
10027
Daniel Veillard58e44c92002-08-02 22:19:49 +000010028Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
10029
10030 * parser.c include/libxml/parser.h: adding a new API for Christian
10031 Glahn: xmlParseBalancedChunkMemoryRecover
10032 * valid.c: patch from Rick Jones for some grammar cleanup in
10033 validation messages
10034 * result/VC/* result/valid/*: this slightly change some of the
10035 regression tests outputs
10036
Daniel Veillard0bf29002002-08-01 12:54:11 +000010037Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
10038
10039 * tree.c: trying to fix a problem in namespaced attribute handling
10040 raised by Christian Glahn
10041
Daniel Veillard6f46f6c2002-08-01 12:22:24 +000010042Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10043
10044 * encoding.c include/libxml/encoding.h: Opening the interface
10045 xmlNewCharEncodingHandler as requested in #89415
10046 * python/generator.py python/setup.py.in: applied cleanup
10047 patches from Marc-Andre Lemburg
10048 * tree.c: fixing bug #89332 on a specific case of loosing
10049 the XML-1.0 namespace on xml:xxx attributes
10050
Aleksey Sanin2c135a12002-08-01 06:31:50 +000010051Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
10052
10053 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
10054 corner case from new Merlin's test suite and added a callback
10055 that will be used to improve xmlsec performance
10056
10057
Daniel Veillard0b22def2002-07-29 16:23:03 +000010058Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
10059
10060 * HTMLtree.c: trying to fix the <style> escaping problem in
10061 HTML serialization bug #89342
10062
Daniel Veillard0b28e882002-07-24 23:47:05 +000010063Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
10064
10065 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
10066 and rebuilt the web site.
10067
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +000010068Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard0b28e882002-07-24 23:47:05 +000010069
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +000010070 * include/libxml/tree.h: added _private member to xmlNs struct
10071
Daniel Veillard1d995272002-07-22 16:43:32 +000010072Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
10073
10074 * HTMLparser.c: fixing bug #84876 based on the xml working
10075 code.
10076
William M. Brack61eaba52002-07-21 11:14:18 +000010077Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10078
10079 * python/Makefile.am: enhanced to fix bug 72012 (errors
10080 when using '-jX' make parameter)
10081
William M. Brackef61d202002-07-19 08:32:00 +000010082Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10083
10084 * xpath.c: small additional enhancement for booleans
10085 compared to nodesets
10086
Daniel Veillard3a42f3f2002-07-17 17:57:34 +000010087Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10088
10089 * HTMLtree.c: changed the order of the encoding declaration
10090 attributes in the meta tags due to a bug in IE/Mac
10091
William M. Brack0c022ad2002-07-12 00:56:01 +000010092Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10093
10094 * xpath.c: enhanced handling of booleans (especially '='
10095 and '!=' for nodesets) - fixes bug 85256. Added new
10096 routine xmlXPathNotEqualValues for more proper handling
10097 of '!=' when nodesets are involved.
10098
Daniel Veillard06944e22002-07-11 19:55:18 +000010099Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10100
10101 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
10102 doc/xmlcatalog_man.xml to the source distribution
10103
Igor Zlatkovic6ac30172002-07-10 19:22:48 +000010104Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10105
10106 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
10107 asked for this.
10108
Daniel Veillard539638b2002-07-06 19:55:14 +000010109Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
10110
10111 * configure.in: preparing 2.4.23
10112 * doc/*: rebuilt the docs
10113
Daniel Veillard176d99f2002-07-06 19:22:28 +000010114Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
10115
10116 * parser.c: fixing bug #84169 by fixing the
10117 comment of xmlCreatePushParserCtxt to describe the
10118 encoding detection parameters better.
10119
Daniel Veillard37f961d2002-07-06 17:53:56 +000010120Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
10121
10122 * valid.c: fixing bug #79331 in one path the lookup for
10123 ID attributes on a namespaced node wasn't handled correctly :-\
10124
Daniel Veillard8c9872c2002-07-05 18:17:10 +000010125Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
10126
10127 * HTMLparser.c: trying to fix 87235 about discarded white
10128 spaces in the HTML parser.
10129 * result/HTML/*: this changes the output of a number of HTML
10130 regression tests
10131
Daniel Veillardfdc91562002-07-01 21:52:03 +000010132Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
10133
10134 * xpath.c: applied patch from Richard Jinks for the namespace
10135 axis + fixed a memory error.
10136 * parser.c parserInternals.c: applied patches from Peter Jacobi
10137 removing ctxt->token for good.
10138 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
10139 popped out by the regression tests.
10140 * Makefile.am: patch for threads makefile from Gary Pennington
10141
William M. Brack6000af52002-06-28 11:43:13 +000010142Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10143
Daniel Veillardfdc91562002-07-01 21:52:03 +000010144 * xpath.c: enhanced behaviour of position() after usage of
William M. Brack6000af52002-06-28 11:43:13 +000010145 expressions involving preceding-sibling (et al).
10146
Daniel Veillard153120c2002-06-18 07:58:35 +000010147Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
10148
10149 * hash.c: applied a patch from Peter Jacobi to solve a problem
10150 when compiling with the Watcom C on Win32
10151 * result/schemas/*.err: the change of hashing algo generated
10152 permutations in the output
10153
Daniel Veillard5f7f9912002-06-17 17:03:00 +000010154Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10155
10156 * hash.c: applied patch from Sander Vesik improving the quality of
10157 the hash function.
10158
Aleksey Sanina5808b92002-06-14 17:07:41 +0000101592002-06-14 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin49cc9752002-06-14 17:07:10 +000010160
10161 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
10162 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
10163 xmllint.c xpath.c: replaced sprintf() with snprintf()
10164 to prevent possible buffer overflow (the bug was pointed
10165 out by Anju Premachandran)
10166
Daniel Veillarde059b892002-06-13 15:32:10 +000010167Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10168
10169 * parser.c: removed an uninitialized data error popped by valgrind
10170 on PE references
10171
MDT 2002 John Fleckd7ca7f92002-06-13 03:41:03 +000010172Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
10173
10174 * doc/xml.html
10175 adding tutorial reference to the web page
10176
MDT 2002 John Fleck54520832002-06-13 03:30:26 +000010177Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
10178
10179 * doc/tutorial/xmltutorial.xml
10180 * doc/tutorial/ar01s07.html
10181 * doc/tutorial/ape.html
10182 * doc/tutorial/includegetattribute.c
10183 adding section to tutorial about retrieving an attribute
10184 value
10185
Daniel Veillardf5582f12002-06-11 10:08:16 +000010186Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10187
10188 * parser.c: applied a couple of patches from Peter Jacobi to start
10189 to get rid of ctxt->token, with a possible significant speed
10190 improvement to be gained once done. Better compliance with PE
10191 references constructs in DTDs too.
10192 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
10193 from Peter too
10194
Daniel Veillard38d80e22002-06-11 07:24:56 +000010195Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10196
10197 * parser.c: Babak Vahedipour-Kunze reported that openTag in
10198 xmlParseElement was likely to have been deallocated at the
10199 time of the report, possibly leading to segfault. Just report
10200 the tag name now.
10201
Daniel Veillard9e412302002-06-10 15:59:44 +000010202Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10203
10204 * xpath.c: patch from Richard Jinks for XPath substring() function
10205 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
10206
Aleksey Sanina5808b92002-06-14 17:07:41 +0000102072002-06-06 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin9c45ba82002-06-06 21:46:13 +000010208
10209 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
10210
MDT 2002 John Flecka63f3ff2002-06-06 02:14:01 +000010211Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
10212
10213 *doc/FAQ.html
10214 fixing typos in FAQ, thanks to Robert Funnell for the
10215 editing help
10216
Daniel Veillardd2fd1b62002-06-05 12:52:34 +000010217Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10218
10219 * NEWS: got complaints from rpmlint that it was empty
10220
MDT 2002 John Fleck598f6eb2002-06-04 15:10:36 +000010221Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
10222
10223 * added doc/tutorial, including:
10224 apa.html
10225 apb.html
10226 apc.html
10227 apd.html
10228 ar01s02.html
10229 ar01s03.html
10230 ar01s04.html
10231 ar01s05.html
10232 ar01s06.html
10233 includeaddattribute.c
10234 includeaddkeyword.c
10235 includekeyword.c
10236 includestory.xml
10237 index.html
10238 xmltutorial.xml
10239 libxml tutorial, including generated html
10240
Aleksey Saninf8cb6dd2002-06-04 04:27:06 +000010241Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
10242
10243 * result/c14n/exc-without-comments/merlin-c14n-two-*
10244 result/c14n/without-comments/merlin-c14n-two-*
10245 test/c14n/exc-without-comments/merlin-c14n-two-*
10246 test/c14n/without-comments/merlin-c14n-two-*
10247 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
10248 c14n/exc-c14n and slightly modified test script to handle
10249 these test cases
10250 * c14n.c: fixed bugs for complicated nodes set (namespace
10251 without node and others from merlin-c14n-two.tar.gz)
10252 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
10253 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
10254 for xmlsec performance patch
10255 * xpath.c: fixed self::node() for namespaces and attributes
10256
Daniel Veillardd2fd1b62002-06-05 12:52:34 +000010257Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
10258
10259 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
10260 but with the format parameter
10261 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
10262
Aleksey Saninc57f9c12002-05-31 19:14:57 +000010263Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
10264
10265 * Makefile.am: updated c14n tests suite
10266 * c14n.c: performance improvement for previous c14n patch
10267
Daniel Veillarde72c7562002-05-31 09:47:30 +000010268Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10269
10270 * parser.c: another peroformance patch from Peter Jacobi, that
10271 time on parsing attribute values.
10272
Aleksey Sanin508a1012002-05-31 06:32:32 +000010273Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
10274
10275 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
10276 into LibXML2 test suite
10277
Aleksey Sanindffd5c82002-05-31 04:24:13 +000010278Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
10279
10280 * c14n.c: propagating xpath ancesstors node fix to c14n
10281 plus small performance improvement to reduce number of
10282 mallocs
10283 * xpath.c: fixed ancestors axis processing for namespace nodes
10284
Daniel Veillard46de64e2002-05-29 08:21:33 +000010285Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
10286
10287 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
10288 Peter Jacobi
10289
Daniel Veillardd5e22ef2002-05-27 21:17:57 +000010290Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
10291
10292 * configure.in: preparing 2.4.22
10293
Daniel Veillard1b31e4a2002-05-27 14:44:50 +000010294Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10295
10296 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
10297 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
10298 a public entry point.
10299 * doc/*: rebuilt the API and docs
10300
Daniel Veillarded23b7d2002-05-27 12:16:02 +000010301Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
10302
10303 * xpath.c: patch from Richard Jinks to fix a problem introduced
10304 in the previous patch and pointed by Norm
10305
Daniel Veillardc6924812002-05-24 11:10:43 +000010306Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
10307
10308 * libxml.spec.in: fixing bug #81112
10309
Daniel Veillard234bc4e2002-05-24 11:03:05 +000010310Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10311
10312 * uri.c: fixing bug #82848
10313
Daniel Veillarda2878972002-05-24 07:54:39 +000010314Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10315
10316 * result/catalogs/mycatalog.full: Aleksey's commit changed the
10317 output of one catalog test
10318
Aleksey Sanin114e4752002-05-24 07:20:27 +000010319Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillarda2878972002-05-24 07:54:39 +000010320
Aleksey Sanin114e4752002-05-24 07:20:27 +000010321 * global.data globals.c tree.c include/libxml/globals.h
10322 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
10323 default value for global parameter xmlIndentTreeOutput to 1 and
10324 introduced new global parameter xmlTreeIndentString (the string
10325 used to do one-level indent) with default value " " (as it was
10326 in tree.c)
10327
Daniel Veillard49d5af82002-05-23 11:55:49 +000010328Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10329
10330 * Makefile.am: Merijn Broeren pointed out a problem when compiling
10331 with trio and schemas.
10332
Daniel Veillard7c13af42002-05-22 09:57:32 +000010333Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10334
10335 * xpath.c: patch from Richard Jinks to fix the problem raised in
10336 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
10337
Daniel Veillard5a872412002-05-22 06:40:27 +000010338Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
10339
10340 * xmlschemas.c: a bit of work on import.
10341 * xmlschemastypes.c: Charles Bozeman provided a compare function
10342 for date/time types so min/max facet restrictions should work,
10343 indeterminate comparisons return an error instead of equal.
10344 * test/schemas/date_0* result/schemas/date_0_0: specific test
10345 from Charles Bozeman too
10346
Daniel Veillard10b6da42002-05-18 07:55:20 +000010347Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10348
10349 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
10350 from Christian Cornelssen fixing the man pages and the Catalog
10351 building script.
10352 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
10353 next step is <xs:import> I now have a reasonable understanding
10354 of how it works.
10355
Daniel Veillarde5354492002-05-16 08:43:22 +000010356Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10357
10358 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
10359
Igor Zlatkovic1396e182002-05-14 22:22:40 +000010360Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10361
10362 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
10363
Daniel Veillard088bf112002-05-14 11:03:59 +000010364Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
10365
10366 * xpath.c: fixing an XPath function evalutation bug pointed out
10367 by Alexey Efimov where the context was lost when evaluating
10368 the function arguments
10369
Aleksey Sanin79376ba2002-05-14 06:41:32 +000010370Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard088bf112002-05-14 11:03:59 +000010371
Aleksey Sanin79376ba2002-05-14 06:41:32 +000010372 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
10373 function public for XMLSec performance optimizations
10374
Daniel Veillard3cd72402002-05-13 10:33:30 +000010375Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
10376
10377 * python/generator.py python/libxml2class.txt : fixed a problem
10378 with the HTML parser pointed by Gary Benson
10379 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
10380 example
10381
Aleksey Sanine48a3182002-05-09 18:20:01 +000010382Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10383 * parser.c: fixed bug #81159 (memory growth in SAX)
10384
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010385Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10386 * xpath.c: fixed bug #78858 (the real fix)
10387
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010388Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010389 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010390
Daniel Veillard4cbe4702002-05-05 06:57:27 +000010391Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10392
10393 * tree.c: modified xmlNodeSetBase to allow changing the
10394 base of a document.
10395
Daniel Veillard070803b2002-05-03 07:29:38 +000010396Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
10397
10398 * xmlschemastypes.c: patch Charles Bozeman for validation of
10399 all the date, time, and duration types
10400 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
10401 * configure.in: fixed an error pointed by an user
10402 * xml2-config.in: fixed an error pointed by an user
10403
Aleksey Sanin5aac8b82002-05-01 18:32:28 +000010404Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10405
10406 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
10407 win32/libxml2.def.src xmlIO.c: exported default
10408 'file:', 'http:' and 'ftp:' protocols input handlers
10409 and maked protocols comparisson case insensitive
10410
Daniel Veillard34de97f2002-04-30 14:29:22 +000010411Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10412
10413 * configure.in: Neven Has detected a typo
10414
Daniel Veillard28577c32002-04-30 06:48:41 +000010415Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
10416
10417 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
10418 as one of the persons allowed to commit directly to the
10419 module.
10420
Daniel Veillardfc57b412002-04-29 15:50:14 +000010421Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10422
10423 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
10424 * valid.c: raised a too low limit
10425 * doc/*: rebuilt the docs
10426
Daniel Veillardeca82812002-04-24 11:42:02 +000010427Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10428
10429 * test/XPath/expr/floats test/XPath/expr/functions
10430 result/XPath/expr/floats result/XPath/expr/functions
10431 xpath.c: another XPath conformance patch from Richard Jinks
10432
Daniel Veillard13e04c62002-04-23 17:51:29 +000010433Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
10434
10435 * xmlschemas.c: fixed validation of attribute groups.
10436 * test/schemas result/schemas: added an example from the primer
10437
Daniel Veillard88c58912002-04-23 07:12:20 +000010438Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10439
10440 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
10441 * test/schemas result/schemas: updated the test list
10442
Daniel Veillarde19fc232002-04-22 16:01:24 +000010443Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10444
10445 * TODO: updated a bit
10446 * parser.c: made a comment more specific
10447 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
10448 Schemas conformance.
10449 * test/schemas result/schemas: updated the test list
10450
Daniel Veillard441bc322002-04-20 17:38:48 +000010451Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
10452
10453 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
10454 implementing xs:all with minOccurs = 0
10455 * tes/schemas/* result/schemas/*: added more tests covering
10456 xs:all
10457
Daniel Veillard8a001f62002-04-20 07:24:11 +000010458Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
10459
10460 * xmlregexp.c: first implementation of the all particle, this
10461 may need to be revisited for case where not all transitions
10462 must be crossed.
10463
Daniel Veillard7646b182002-04-20 06:41:40 +000010464Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10465
10466 * tree.c: another entity processing update from Markus Henke
10467
Bjorn Reese54d02fb2002-04-19 15:16:01 +000010468Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
10469
10470 * trionan.c: fixed crash on OSF/1
10471
Daniel Veillardb4398962002-04-19 07:01:55 +000010472Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
10473
10474 * xmlschemas.c: more Schemas work
10475 * test/schemas/* result/schemas/*: added more tests coming
10476 from the spec.
10477
Daniel Veillard54761132002-04-18 21:00:44 +000010478Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10479
10480 * c14n.c: patch from Aleksey Sanin reflecting a change in the
10481 ExcC14N specification
10482
Daniel Veillardbf8dae82002-04-18 16:39:10 +000010483Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10484
10485 * tree.c: patch from Markus Henke, fix for recursive entities.
10486
Daniel Veillard23b1f372002-04-18 15:50:05 +000010487Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10488
10489 * xpath.c: fix a problem with string() on a document node.
10490
Daniel Veillarddecd64d2002-04-18 14:41:51 +000010491Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10492
10493 * Makefile.am xmlschemas.c: more Schemas work
10494 * test/schemas/* result/schemas/*: added more tests coming
10495 from the spec.
10496
Daniel Veillard6231e842002-04-18 11:54:04 +000010497Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10498
10499 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
10500 * result/HTML/*: this changes a few things in the results
10501
Igor Zlatkovic648b8e92002-04-17 18:35:57 +000010502Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10503
10504 * include/libxml/tree.h: eliminated 'declaration different than
10505 prototype' warning
10506 * include/win32config.h: "resolved" conflicts with errno.h
10507
Daniel Veillardb509f152002-04-17 16:28:10 +000010508Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10509
10510 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
10511 on the automata interfaces and debug of counted choices
10512 * test/schemas/* result/schemas/*: added a number of tests
10513
Daniel Veillard8651f532002-04-17 09:06:27 +000010514Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10515
10516 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10517 a bit of work on Schemas
10518 * testSchemas.c: try to make it more useful
10519 * test/schemas/* result/schemas/* Makefile.am: changed the
10520 Schemas regression test procedure, started adding a few samples
10521
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010522Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10523
10524 * include/libxml/encoding.h: Patch for the Borland C++ builder
10525 * include/libxml/tree.h: Patch for the Borland C++ builder
10526 * threads.c: Patch for the Borland C++ builder
Igor Zlatkovice1eff382002-04-16 19:00:21 +000010527 * win32/bcb5: New directory for the Borland C++ builder
10528 project files
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010529
Igor Zlatkovicea5148d2002-04-16 17:46:25 +000010530Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10531
10532 * win32/Makefile.msvc: Update for XML Schema support
10533 * win32/configure.js: Update for XML Schema support
10534 * win32/libxml2.def.src: Update for XML Schema support
10535
Daniel Veillard4255d502002-04-16 15:50:10 +000010536Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
10537
10538 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
10539 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
10540 xmlunicode.c include/libxml/Makefile.am
10541 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
10542 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
10543 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
10544 include/libxml/xmlversion.h.in : merged the current state of
10545 XML Schemas implementation, it is not configured in by default,
10546 a specific --schemas configure option has been added.
10547 * test/automata test/regexp test/schemas Makefile.am
10548 result/automata result/regexp result/schemas:
10549 merged automata/regexp/schemas regression tests
10550
Daniel Veillardbc6f7592002-04-16 07:49:59 +000010551Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
10552
10553 * xpath.c: Gary found a compile time problem, fixes #78823
10554
Daniel Veillarda7084cd2002-04-15 17:12:47 +000010555Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10556
10557 * configure.in: release of 2.4.20
10558 * doc/*: updated and rebuilt the docs
10559
Daniel Veillardf544f192002-04-15 12:56:56 +000010560Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10561
10562 * python/Makefile.am: patch from Cristian Gafton to build on
10563 Red Hat 6.2, should also fix #75779
10564
Daniel Veillard940492d2002-04-15 10:15:25 +000010565Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10566
10567 * valid.c: first part of fixing #78729
10568
Daniel Veillardeb475a32002-04-14 22:00:22 +000010569Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
10570
10571 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
10572 escaping of URI when saving HTML files.
10573 * result/HTML/*: this impacted some tests
10574
Daniel Veillard9b731d72002-04-14 12:56:08 +000010575Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
10576
10577 * configure.in: trying to fix #77441
10578
Daniel Veillarda8a89fe2002-04-12 21:03:34 +000010579Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10580
10581 * include/libxml/xmlIO.h: Hallski complained it could not be
10582 included by itself.
10583
Daniel Veillardcb5b4d62002-04-11 08:24:26 +000010584Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10585
10586 * configure.in: applied an IEEE flag patch for OSF/1 #77825
10587
Igor Zlatkovic9425ce22002-04-10 21:57:11 +000010588Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10589
10590 * win32/configure.js: patch from Nilo for the c14n option
10591 * win32/Makefile.msvc: fixed libxml2.def generation with threads
10592
Daniel Veillardda423da2002-04-10 19:25:38 +000010593Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10594
10595 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
10596 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
10597 LIBXML_THREAD_ENABLED
10598
Daniel Veillard0eafdef2002-04-10 16:14:34 +000010599Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10600
10601 * xpath.c: another patch from Richard Jinks for substring conformance
10602 * test/XPath/expr/floats test/XPath/expr/strings
10603 result/XPath/expr/floats result/XPath/expr/strings: update of the
10604 test suite to check those.
10605
Daniel Veillard01917aa2002-04-10 11:30:41 +000010606Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10607
10608 * xpath.c: patch from Richard Jinks for .x float parsing.
10609
Daniel Veillard46d6c442002-04-09 16:10:39 +000010610Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
10611
10612 * parser.c: patch from Markus Henke when an encoding ain't recognized
10613
Daniel Veillard88e0ad42002-04-09 13:48:02 +000010614Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10615
10616 * libxml.m4: got a report that #include <string.h> was needed
10617
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010618Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10619
10620 * xmllint.c: applied a fix from Anthony Jones for -o /--output
10621
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010622Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
10623
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010624 * doc/example.html: fixing typo
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010625
Daniel Veillardbd6e6312002-04-01 08:04:14 +000010626Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10627
10628 * xpath.c: fixed a bug in the nodeset to boolean comparison code
10629 pointed out by Melvyn Sopacua.
10630
Daniel Veillarde979e3b2002-03-29 22:43:00 +000010631Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10632
10633 * libxml.m4: Frédéric Crozat gave a patch related to the change
10634 of Include paths breaking the libxml.m4
10635
Daniel Veillard7089d6b2002-03-29 17:28:10 +000010636Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10637
10638 * xpath.c: Fix bug #76927 forgot to save some context
10639 when evaluating binary expressions
10640
Daniel Veillardd30be4a2002-03-28 18:25:31 +000010641Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
10642
10643 * configure.in: fixed configure for MPE/iX from Markus Henke
10644 * xmlmemory.c: fixed initialization problems
10645 * xpath.c: another set of patches from Richard Jinks this
10646 fixes "make XPathtests" on linux
10647
Daniel Veillard21458c82002-03-27 16:12:22 +000010648Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
10649
10650 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
10651 * test/XPath/expr/compare test/XPath/expr/equality
10652 test/XPath/expr/floats test/XPath/expr/functions
10653 test/XPath/expr/strings result/XPath/expr/compare
10654 result/XPath/expr/equality result/XPath/expr/floats
10655 result/XPath/expr/functions result/XPath/expr/strings: Updated
10656 tests though they show a divergence on Linux
10657
Daniel Veillard28dfed12002-03-27 09:08:17 +000010658Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10659
10660 * xpath.c trionan.c: previous commit also included patches
10661 from Richard Jinks on some IEEE support corner case
10662
Daniel Veillard5fc1f082002-03-27 09:05:40 +000010663Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10664
10665 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
10666 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
10667 that $(datadir) should be used for docs
10668
Daniel Veillarddb1dc392002-03-26 12:44:39 +000010669Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10670
10671 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
10672 could leak filedescriptors
10673
Daniel Veillarddd4b9122002-03-26 07:58:43 +000010674Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10675
10676 * configure.in nanohttp.c: applied patch from Allan Clark for
10677 UnixWare/OpenServer
10678
Daniel Veillard19274092002-03-25 16:48:03 +000010679Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10680
10681 * configure.in: preparing 2.4.19
10682 * doc/*: rebuilt the docs
10683
Daniel Veillard56b2db72002-03-25 16:35:28 +000010684Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10685
10686 * nanohttp.c: fixing #76043, got fed up with non-portability
10687 of that piece of code.
10688
Daniel Veillard6f4561a2002-03-25 12:10:14 +000010689Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
10690
10691 * valid.c SAX.c: Never commit without running "make tests" :-(
10692 fix a couple of stupidities in the previous commit
10693 * result/*: a few changes in some attribute order result of previous
10694 commit.
10695
Daniel Veillardd85f4f42002-03-25 10:48:46 +000010696Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10697
10698 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
10699 the internal subset should not raise duplicate ID errors,
10700 also there was a small bug in conjunction to namespace
10701 declarations defaulted and xml:xxx attributes DTD definitions.
10702
Daniel Veillard56cd18b2002-03-22 14:14:43 +000010703Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10704
10705 * xpath.c: Richard Jinks also raised some rounding problems
10706 this tries to fix them
10707
Daniel Veillard4e2df542002-03-22 12:23:14 +000010708Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10709
10710 * xpath.c: Richard Jinks spotted an incoherent memory allocation
10711 behaviour in xmlXPathCastToString()
10712
Daniel Veillarddb552912002-03-21 13:27:59 +000010713Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10714
10715 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
10716 raised by Morus Walter
10717
Daniel Veillard9e537932002-03-21 13:08:08 +000010718Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10719
10720 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
10721 from Igor
10722
Daniel Veillard6fbcf422002-03-21 12:32:59 +000010723Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10724
10725 * xpath.c: fixing #75619, related to a problem when trying
10726 to evaluate condition when the current node set resulting
10727 from that sub-step evaluation is empty. Also fixes 2 potential
10728 problem with previous-sibling and next-siblings axis.
10729
Daniel Veillard1840ef02002-03-21 08:05:23 +000010730Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10731
10732 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
10733 HTML support is not configured in.
10734
Daniel Veillard561b7f82002-03-20 21:55:57 +000010735Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10736
10737 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
10738 include/libxml/tree.h: dohh I really didn't intended to commit
10739 this test version :-(
10740
Daniel Veillarde50f3b52002-03-20 19:24:21 +000010741Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10742
10743 * testSAX.c: I wanted to see the real speed at the SAX interface
10744 after a little too many Ximianer started complaining about the
10745 parser speed.
10746 added a --quiet option:
10747 paphio:~/XML -> ls -l db100000.xml
10748 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
10749 paphio:~/XML -> time ./testSAX --quiet db100000.xml
10750 3200006 callbacks generated
10751 real 0m1.270s
10752 Which means 16MBytes/s and 3Mcallback/s
10753
Daniel Veillardc62a1472002-03-19 18:35:12 +000010754Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10755
10756 * xpath.c: valgrind spotted another error that time when running
10757 on libxslt regression tests
10758
Daniel Veillard4b3a84f2002-03-19 14:36:46 +000010759Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10760
10761 * Makefile.am: adding "make valgrind" running the full regression
10762 tests (except python ones) under Valgrind (using valgrind -q
10763 which was kindly added by the author).
10764 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
10765 passes cleanly now except an obcure floating point initialization
10766 raised in log10() in one XPath regression test ???
10767 * tree.c: edited some comments to close #75244
10768
Daniel Veillard28cac6b2002-03-19 11:25:30 +000010769Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
10770
10771 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
10772 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
10773 context of ScrollKeeper, made sure that if the number is
10774 an integer, the serialization follows the description at
10775 http://www.w3.org/TR/xpath#section-String-Functions
10776
Daniel Veillard5997aca2002-03-18 18:36:20 +000010777Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10778
Daniel Veillard34ce8be2002-03-18 19:37:11 +000010779 * configure.in: preparing 2.4.18
10780 * doc/*: updated and rebuilt the web site
10781 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
10782 the Windows and Cygwin maintainers.
Daniel Veillard5997aca2002-03-18 18:36:20 +000010783 * parser.c: humm, changed the way the SAX parser work when
10784 xmlSubstituteEntitiesDefault(1) is set, it will then
10785 do the entity registration and loading by itself in case the
10786 user provided SAX getEntity() returns NULL.
10787 * testSAX.c: added --noent to test the behaviour.
10788
Daniel Veillardb5a60ec2002-03-18 11:45:56 +000010789Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10790
10791 * parser.c: Wilfried Teiken provided a hackish but working
10792 way to get context reported back on entities when parsing
10793 with SAX and without breaking the DOM build.
10794
Daniel Veillard2d347fa2002-03-17 10:34:11 +000010795Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10796
10797 * c14n.c: applied a new patch from Aleksey Sanin
10798 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
10799 to reference Aleksey implementation of XML digital Signatures
10800
Daniel Veillard38bf6f02002-03-16 22:03:31 +000010801Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10802
10803 * xpath.c: small fix to avoid potential problem due to
10804 ordering of freeing data
10805 * python/Makefile.am: people were complaining about
10806 the generated file in python dir not being built
10807
Daniel Veillardd2379012002-03-15 22:24:56 +000010808Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10809
10810 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
10811 python/generator.py python/libxml.c python/types.c: Cleanup
10812 of the python Makefiles based on Jacob and James feedback,
10813 fixed the spec file accordingly, fixed the number of warning
10814 that passing my pedantic CFLAGS was generating. Conclusion
10815 is that Python includes are real crap.
10816
Daniel Veillarde7dd2b82002-03-15 18:44:02 +000010817Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
10818
10819 * configure,in: it was reported quite a few times that
10820 xml2-config --cflags should not output
10821 -I$includeprefix/libxml2/libxml because libxml2 header names
10822 clashes with existing names like list.h from C++ stl.
10823 Includes should be #include<libxml/xxx.h> so ...
10824
Daniel Veillard6f293b12002-03-15 09:42:33 +000010825Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
10826
10827 * c14n.c: another patch from Aleksey Sanin
10828
Daniel Veillard5c396542002-03-15 07:57:50 +000010829Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10830
10831 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
10832 canonicalization algorithm
10833 * doc/xml.html doc/index.html: added the C14N references on the
10834 index page.
10835
jacob berkman9be65862002-03-14 02:15:56 +0000108362002-03-13 jacob berkman <jacob@ximian.com>
10837
10838 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
10839 usage, redundant, and gcc specific
10840
Daniel Veillard75be0132002-03-13 10:03:35 +000010841Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10842
10843 * xpath.c: speedup some node selection operations, this can
10844 have a significant impact on DocBook Norm's stylesheets
10845 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
10846 make sure it's always the case
10847 * debugXML.c: distinguish CDATA and comments in ls operations
10848
Daniel Veillard61f26172002-03-12 18:46:39 +000010849Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10850
10851 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
10852 to generate better API descriptions etc...
10853
Daniel Veillard9ff88172002-03-11 09:15:32 +000010854Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10855
10856 * c14n.c: Fixing #74186, made sure all boolean expressions
10857 get fully parenthesized, ran indent on the output
10858 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
10859 include/libxml/tree.h: also #74186 related, removed the
10860 --with-buffers option, and all the preprocessor conditional
10861 sections that were resulting from it.
10862
Daniel Veillardbb4e46d2002-03-10 16:49:08 +000010863Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10864
10865 * valid.c: applied patch from Dodji Seketeli fixing an
10866 uninitailized variable in xmlValidGetValidElements()
10867
Daniel Veillarddb1bdba2002-03-09 14:13:11 +000010868Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10869
10870 * c14n.c: fixed a few comments
10871 * doc/*.html doc/*/*.html: regenerated the docs and added
10872 the C14N API
10873 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
10874
Daniel Veillardfa49d872002-03-09 10:20:00 +000010875Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10876
10877 * check-xml-test-suite.py: fix to adapt varaiations in the
10878 bindings
10879 * configure.in python/setup.py python/setup.py.in: fixed to
10880 have the version of the python scripts automatically updated
10881
Daniel Veillarda3db2e32002-03-08 15:46:57 +000010882Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10883
10884 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
10885 in xmlCopyProp()
10886
Daniel Veillardaf43f632002-03-08 15:05:20 +000010887Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
10888
10889 * configure.in: preparing 2.4.17 release
10890 * doc/*: updated and rebuilt the docs
10891 * xpath.c: fixed a comment
10892 * python/libxml.c: fixed a possible reentrancy problem
10893
Daniel Veillardef6c46f2002-03-07 22:21:56 +000010894Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10895
10896 * tree.c python/tests/Makefile.am python/tests/attribs.py:
10897 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
10898 added a specific regression test
10899 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
10900 not raise exceptions when failing to find the attribute.
10901
Daniel Veillard90bc3712002-03-07 15:12:58 +000010902Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10903
10904 * configure.in xmllint.c: owen pointed out a problem with the
10905 ftme fix, gettimeofday() was not detected by configure and
10906 the ftime header wasn't included, dohhh
10907
Daniel Veillard8c1ae602002-03-07 11:21:00 +000010908Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10909
10910 * configure.in xmllint.c: trying to fix #71457 for timing
10911 precision when gettimeofday() is not availble but ftime() is
10912
Daniel Veillardf5a457a2002-03-07 10:25:29 +000010913Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10914
10915 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
10916 are now copied on install and part of the -devel RPM
10917
Daniel Veillard7b416132002-03-07 08:36:03 +000010918Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10919
10920 * xpath.c: trying to avoid bug #72150 which was apparently
10921 caused by a gcc bug (or a processor problem) as detailed
10922 at http://veillard.com/gcc.bug
10923
Daniel Veillardf742d342002-03-07 00:05:35 +000010924Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10925
10926 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
10927 fixed xmlReconciliateNs(), added a Python test/example for
10928 inter-document cut'n paste
10929 * python/libxml.py: fixed node.doc on document nodes and added
10930 xpathEval() onto node objects
10931
Daniel Veillard4e0e2972002-03-06 21:39:42 +000010932Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10933
10934 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
10935 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
10936 fixup and integrated tests for the serialization stuff
10937
Daniel Veillarde915b2d2002-03-06 18:42:40 +000010938Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10939
10940 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
10941 moved the libxml man page to section 3
10942
Daniel Veillard1e774382002-03-06 17:35:40 +000010943Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10944
10945 * tree.c: fix bug #72490
10946 * python/libxml.c python/libxml.py: added methods serialize()
10947 and saveTo() to all node elements.
10948
Daniel Veillardddffd2a2002-03-05 20:28:20 +000010949Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10950
10951 * xmlIO.c: closed #73430, don't read from an input source
10952 which indicated an end-of-file or an error.
10953
Daniel Veillard8d24cc12002-03-05 15:41:29 +000010954Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10955
10956 * parser.c: make sure SAX endDocument is always called as
10957 this could result in a Python memory leak otherwise (it's
10958 used to decrement ref-counting)
10959 * python/generator.py python/libxml.c python/libxml.py
10960 python/libxml2-python-api.xml python/libxml2class.txt
10961 python/tests/error.py python/tests/xpath.py: implemented
10962 the suggestions made by Gary Benson and extended the tests
10963 to match it.
10964
Daniel Veillardba5e18a2002-03-05 09:36:43 +000010965Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10966
10967 * python/generator.py: applied patch fixing #73450
10968
Daniel Veillard044fc6b2002-03-04 17:09:44 +000010969Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10970
10971 * xpath.c: fixing #61290 "namespace nodes have no parent"
10972 long standing divergence from the XPath REC. NodeSets
10973 simply hold a copy of namespace nodes and those node ->next
10974 points to the parent (which may not be the node carrying the
10975 definition).
10976 * include/libxml/xpath.h: flagged but didn't added a possible
10977 speedup
10978 * DOCBparser.c HTMLparser.c: removed some warnings from push
10979 parser due to new state being added.
10980 * tree.c: new fix from Boris Erdmann
10981 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
10982 the XML Canonalization support from Aleksey Sanin
10983
Daniel Veillardd4f41aa2002-03-03 14:13:46 +000010984Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10985
10986 * tree.c: patch from Boris Erdmann fixing some namespace odities
10987 with xmlCopyNode()
10988
Daniel Veillardc6613042002-03-02 09:34:02 +000010989Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10990
10991 * xmlIO.c: fix bug #72706 when loading a NULL entity
10992
Daniel Veillardc0fef772002-03-01 16:16:31 +000010993Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10994
10995 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
10996 actually change in a future XML Namespace revision.
10997
Daniel Veillard79426f22002-03-01 16:14:17 +000010998Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10999
11000 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
11001 added the possibility of returning nodesets from XPath extension
11002 functions written in Python
11003
Daniel Veillarda94ec6f2002-03-01 13:00:53 +000011004Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
11005
11006 * python/*: commiting some Python bindings work done while travelling
11007
Daniel Veillard97300512002-03-01 09:13:41 +000011008Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11009
11010 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
11011 explicitely with memory debugging switched on
11012
Daniel Veillard6361da02002-02-23 10:10:33 +000011013Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
11014
11015 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11016 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11017 Added wrapper for the xmlURIPtr type, provided accessors, fixed
11018 the accessor generator for strings
11019 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
11020 regression test.
11021
Daniel Veillard0fea6f42002-02-22 22:51:13 +000011022Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11023
11024 * python/README python/generator.py python/libxml.c python/setup.py:
11025 added the 'usual' setup.py to allow building a libxml2-python
11026 module based on the same code. The initialization is however
11027 different the 2 .so files fo libxml2 and libxslt are identical and
11028 they entry point initialize both libraries. this is done to avoid
11029 some possible nasty problem since the Python don't merge the maps
11030 of all shared modules.
11031
Daniel Veillard158a4d22002-02-20 22:17:58 +000011032Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11033
11034 * parser.c: fixed a push/encoding bug reported by Michael
11035 on librsvg
11036
Daniel Veillard7839e162002-02-20 18:54:48 +000011037Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11038
11039 * include/libxml/parserInternals.h: fixes a misplaced #endif
11040
Daniel Veillardd54fa3e2002-02-20 16:48:52 +000011041Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11042
11043 * parser.c valid.c: found and fixed a couple of allocation bugs
11044
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000011045Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
11046
11047 * doc/xml.html doc/python.html doc/*: added a Python and binding
11048 page describing the current state of the Python bindings and
11049 giving pointers to the other languages wrappers.
11050
Daniel Veillard5f4b5992002-02-20 10:22:49 +000011051Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11052
11053 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
11054 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
11055 rebuilt the API and web site
11056 * xpath.c: fixed #71978 portability bugs
11057
Daniel Veillard8aff2472002-02-19 21:50:43 +000011058Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
11059
11060 * SAX.c: oops broke automatic defaulting of namespaces attributes.
11061
Daniel Veillard8dc16a62002-02-19 21:08:48 +000011062Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11063
11064 * include/libxml/parserInternals.h parser.c: had to change
11065 2 internal parsing API when processing document content
11066 to check the start and end of element content are defined
11067 in the same entity
11068 * valid.c include/libxml/valid.h: attribute normalization can
11069 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
11070 with the context to report it.
11071 * SAX.c: fixed the last known bugs, crazy validation constraints
11072 when a document is standalone seems correctly handled. There
11073 is a couple of open issues left which need consideration especially
11074 PE93 on external unparsed entities and standalone status.
11075 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
11076 The 2 tests left failing are actually in error. Cleanup done.
11077
Daniel Veillardd6dc4cb2002-02-19 14:18:08 +000011078Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11079
11080 * valid.c: implemented E59 spaces in CDATA does not match the
11081 nonterminal S
11082
Daniel Veillard878eab02002-02-19 13:46:09 +000011083Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11084
11085 * SAX.c parser.c valid.c: more validation test fixups
11086 * check-xml-test-suite.py: added duration info for the tests
11087
Daniel Veillardd01fd3e2002-02-18 22:27:47 +000011088Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11089
11090 * parser.c valid.c: a couple of errors were reported but not
11091 saved back as such in the parsing context. Down to 1% failure rate
11092 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
11093
Daniel Veillard4a7ae502002-02-18 19:18:17 +000011094Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11095
11096 * xmlInternald.c: isExtender was missing a char
11097 * parser.c include/libxml/parser.h: % are acceptable in the
11098 internal subset if within a PUBLIC ID
11099
Daniel Veillard8ab0f582002-02-18 18:31:38 +000011100Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
11101
11102 * SAX.c parserInternals.c valid.c: more work on the conformance
11103 suite. Took the step to finally block documents with encoding
11104 errors. It's a fatal error per the spec, people should have fixed
11105 their documents by now.
11106
Daniel Veillard55253e22002-02-18 14:32:39 +000011107Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
11108
11109 * check-xml-test-suite.py: fixed the test script after some discussion
11110 on the semantic of TYPE="error"
11111 * Makefile.am: added the script to the distrib
11112
Daniel Veillard28757702002-02-18 11:19:30 +000011113Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11114
11115 * SAX.c entities.c: fixed a couple of conformances issues deep
11116 into the validation code (standalone and undeclared Notations)
11117
Daniel Veillard82ac6b02002-02-17 23:18:55 +000011118Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11119
11120 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
11121 stayed there for years !
11122
Daniel Veillard7aea52d2002-02-17 23:07:47 +000011123Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11124
11125 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
11126 missing
11127
Daniel Veillardc7612992002-02-17 22:47:37 +000011128Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11129
11130 * check-xml-test-suite.py: improved the behaviour a bit as
11131 well as the logs
11132 * parser.c valid.c SAX.c: fixed a few more bugs
11133 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
11134
Daniel Veillardbb7ddb32002-02-17 21:26:33 +000011135Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11136
11137 * check-xml-test-suite.py: python script to run regression tests
11138 against the XML Test suite of W3C/OASis
11139 * SAX.c: fixed a validation bug
11140 * parser.c: fixed 3 errors pointed by the test suite
11141 * doc/buildDocBookCatalog: fixed a typo pointed by drake
11142 * python/Makefile.am: fixed a dependendy
11143
Daniel Veillard9f28f302002-02-15 20:48:08 +000011144Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11145
11146 * xmlmemory.c: avoid a warning bug #71594
11147
Daniel Veillard144024e2002-02-13 21:14:46 +000011148Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11149
11150 * xmlmemory.c: Jesse Perry provided a patch to remove a few
11151 warning on alpha/Tru64
11152
Daniel Veillarde4301c82002-02-13 13:32:35 +000011153Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11154
11155 * include/libxml/entities.h: fixing a comment
11156 * valid.c: fixing some troubles with validity check on namespaces
11157 * result/VC/NS3 test/VC/NS3: added a specific regression test
11158
Daniel Veillarda6d05382002-02-13 13:07:41 +000011159Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11160
11161 * tree.c: Fixing #71342 serializing '\n' in attribute values
11162 * result/noent/att3 result/att3 test/att3: added a specific
11163 test.
11164
Daniel Veillard797a5652002-02-12 13:46:21 +000011165Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
11166
11167 * python/libxml.c: couple of bug fixes
11168
Daniel Veillard01a6d412002-02-11 18:42:20 +000011169Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
11170
11171 * python/*.py: removed tabs and used spaces.
11172
Daniel Veillard397ff112002-02-11 18:27:20 +000011173Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11174
11175 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
11176 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
11177
Daniel Veillard03517542002-02-11 13:54:40 +000011178Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11179
11180 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
11181 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
11182
Daniel Veillard6c4ffaf2002-02-11 08:54:05 +000011183Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11184
11185 * include/libxml/encoding.h include/libxml/entities.h
11186 include/libxml/globals.h include/libxml/parser.h
11187 include/libxml/threads.h include/libxml/tree.h
11188 include/libxml/xmlmemory.h: trying to fix the include mess
11189
Daniel Veillard1a612ed2002-02-11 07:54:45 +000011190Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11191
11192 * include/libxml/xmlmemory.h: reverted part of the previous
11193 attempt to provide #69655, this was breaking the build.
11194
Daniel Veillard0ba59232002-02-10 13:20:39 +000011195Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
11196
11197 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
11198 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
11199 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
11200 include/libxml/parserInternals.h include/libxml/tree.h
11201 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
11202 Tentatively fixed #69655 , make compiling with -Wredundant-decls
11203 clean.
11204 * python/libxml.c: fixed a warning.
11205
Daniel Veillardc5f05ad2002-02-10 11:57:22 +000011206Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
11207
11208 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
11209 copying of node, merge back IDs in the target document.
11210 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
11211 test/XInclude/ents/ids.xml: test case
11212 * result/VC/ElementValid4: output changed due to a typo fix
11213
Daniel Veillard1c18e302002-02-09 22:16:40 +000011214Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11215
11216 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +000011217 generate the dependencies right as Jacob found out. Add
11218 an extra dependency rule.
Daniel Veillard1c18e302002-02-09 22:16:40 +000011219
Daniel Veillard5e5c2d02002-02-09 18:03:01 +000011220Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11221
11222 * parserInternals.c valid.c: Justin Fletcher found some parts
11223 of the code needing cleanup
11224 * libxml.spec.in python/Makefile.am python/generator.py
11225 python/libxml.c python/libxml.py: Fixed the python Makefiles
11226 corrected a bug showing up on ia64, changed the name of the
11227 python internal module too
11228
Daniel Veillard07be19b2002-02-08 14:20:35 +000011229Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
11230
11231 * Makefile.am: applied patch from Andris Pavenis for binary
11232 name suffixes
11233
Daniel Veillardf216d462002-02-08 13:44:24 +000011234Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
11235
11236 * xmllint.c win32/win32config.h: fixing #68748
11237
Daniel Veillardd455d792002-02-08 13:37:46 +000011238Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11239
11240 * valid.c: fixing #70166
11241
11242Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11243
11244 * valid.c: fixing #70077
11245
Daniel Veillardc575b992002-02-08 13:28:40 +000011246Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11247
11248 * Copyright Makefile.am README configure.in libxml.spec.in:
11249 Changed to the MIT Licence
11250 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
11251 doc/xmlio.html: updated the doc accordingly
11252 * include/libxml/xmlwin32version.h configure.in: preparing
11253 2.4.14 release
11254 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11255 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11256 fixed the const xmlChar * wrapper and generator, XPath extension
11257 functions now use the context as first argument
11258 * python/tests/tstxpath.py python/tests/xpath.py
11259 python/tests/xpathext.py: Updated the tests accordingly
11260 * tree.c: fixed bug #70067
11261
Daniel Veillard7db38712002-02-07 16:39:11 +000011262Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11263
11264 * Makefile.am: cleanup
11265 * debugXML.c: always use stdout if output is NULL
11266 * xmlIO.c: don't close filedescriptors passed to outputBuffers
11267 * python/Makefile.am python/generator.py python/libxml2class.txt
11268 python/libxml_wrap.h python/types.c: augmented the number of bindings
11269 handling FILE * and XPath contexts
11270 * python/tests/Makefile.am: avoid a stupid problem due to the
11271 use of TEST.
11272
Daniel Veillard15a143b2002-02-06 22:40:50 +000011273Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11274
11275 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
11276
Daniel Veillard70cab352002-02-06 16:06:58 +000011277Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11278
11279 * python/TODO python/libxml.c: cleanup the extension function lookup
11280 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
11281
Daniel Veillard7a96efc2002-02-05 16:34:33 +000011282Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11283
11284 * configure.in python/Makefile.am: do not install outside
11285 of prefix
11286
Daniel Veillard33caa0b2002-02-04 14:07:26 +000011287Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11288
11289 * python/TODO python/libxml.c: started adding SAX interfaces
11290 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
11291 SAX test
11292
Daniel Veillard36eea2d2002-02-04 00:17:01 +000011293Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11294
11295 * tree.c: hardened the addChild function
11296 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11297 python/libxml2class.txt python/libxml_wrap.h python/TODO:
11298 added accessors needed for xmlNode, a bit more testing and
11299 extension of interfaces
11300 * python/tests/Makefile.am python/tests/build.py: added a test
11301 build from scratch/save/load/check
11302
Daniel Veillard4e1b26c2002-02-03 20:13:06 +000011303Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11304
11305 * parserInternals.c: change a small bit in the way valididy
11306 error messages get initialized
11307 * python/TODO python/libxml.c python/libxml2-python-api.xml
11308 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11309 added some memory debugging to track leaks at the libxml2 level
11310 * python/tests/*.py: changed all tests to check for leaks,
11311 there is just one left in XPath extension registrations.
11312
Daniel Veillard26f1dcc2002-02-03 16:53:19 +000011313Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
11314
11315 * python/TODO python/generator.py python/libxml2-python-api.xml
11316 python/libxml2class.txt: more accessor classes for the parser
11317 context, allow to switch on and check validity
11318 * python/tests/Makefile.am python/tests/error.py
11319 python/tests/invalid.xml python/tests/valid.xml
11320 python/tests/validate.py: attded more test and and added error.py
11321 which I forgot to commit in the last step
11322
Daniel Veillard3ce52572002-02-03 15:08:05 +000011323Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11324
11325 * python/Makefile.am python/types.c: cleanup
11326 * python/libxml.c python/libxml.py python/libxml_wrap.h
11327 python/generator.py python/libxml2-python-api.xml
11328 python/libxml2class.txt: added class for parser context, added
11329 first cut for push mode support. Added a framework to generate
11330 accessors functions.
11331 * python/tests/Makefile.am python/tests/push.py: added a push
11332 test
11333
Daniel Veillardcfb05462002-02-02 23:18:22 +000011334Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11335
11336 * python/Makefile.am python/TODO python/libxml.py: fixed a small
11337 bug a bit of cleanup.
11338
Daniel Veillard5d819032002-02-02 21:49:17 +000011339Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
11340
11341 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
11342 python/libxml2class.txt: adding error redirections and preformat
11343 to a python handler
11344 * python/tests/Makefile.am python/tests/*.py: cleanup made all
11345 tests self checking
11346
Daniel Veillard7fd7a942002-02-02 12:19:46 +000011347Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11348
11349 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
11350 a function
11351
Daniel Veillard9589d452002-02-02 10:28:17 +000011352Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11353
11354 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
11355 python/libxml.c python/libxml2-python-api.xml
11356 python/libxml2class.txt: Progressing through the TODOs, class
11357 description output, extra XML API, RPM now builds the wrappers
11358 for all python installed versions
11359
Daniel Veillard253aa2c2002-02-02 09:17:16 +000011360Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
11361
11362 * configure.in libxml.spec.in python/Makefile.am python/TODO
11363 python/generator.py python/libxml2class.txt: added more informations
11364 in the libxml2-python package including docs. Slightly changed
11365 the class hierarchy
11366 * python/tests/*: added basic regression tests infrastructure too
11367
11368Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11369
11370 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
11371 added libxml2-python as part of the packages installed
11372
Daniel Veillarda7340c82002-02-01 17:56:45 +000011373Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11374
11375 * python/Makefile.am python/generator.py python/libxml.c
11376 python/libxml.py: more work, now able to extend the
11377 XPath interpreter with functions written in python.
11378
Daniel Veillardc3e39442002-02-01 09:29:41 +000011379Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11380
11381 * python/Makefile.am: Jacob sent a patch to allow building from
11382 tarfile.
11383
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +000011384Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11385
11386 * python/Makefile.am python/libxml.c configure.in Makefile.am:
11387 inserted the python wrappers build, I hope this won't be too
11388 unportable
11389
Daniel Veillard1971ee22002-01-31 20:29:19 +000011390Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11391
11392 * xpath.c: minor optimization
11393 * python/generator.py python/libxml.c python/libxml.py
11394 python/libxml_wrap.h: more work on the python bindings,
11395 they now support XPath and there is no evident leak
11396
Daniel Veillard36ed5292002-01-30 23:49:06 +000011397Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11398
11399 * python/generator.py python/libxml.c python/libxml.py:
11400 more work on the python bindings generator.
11401
Daniel Veillard96fe0952002-01-30 20:52:23 +000011402Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11403
11404 * python/generator.py python/libxml.c python/libxml_wrap.h:
11405 more work on the python bindings.
11406
Daniel Veillardd2897fd2002-01-30 16:37:32 +000011407Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11408
11409 * python/generator.py python/libxml.c python/libxml.py
11410 python/libxml_wrap.h: commited early version of a python binding
11411 for private use only ATM
11412
Daniel Veillard8ee9c8f2002-01-26 21:42:58 +000011413Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11414
11415 * entities.c tree.c include/libxml/entities.h: applied patch
11416 from Anthony Jones to implement copy of DTD subtree too. Had
11417 just to keep 2 function private which really ought to become
11418 public ones.
11419
Daniel Veillarda42f25f2002-01-25 14:15:40 +000011420Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11421
11422 * xmllint.c: added pointers to the web pages in the usage()
11423
Daniel Veillardbd227ae2002-01-24 16:05:41 +000011424Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11425
11426 * tree.c: more fixes from Petr Kozelka for attribute handling
11427 in the tree API to align the semantic with DOM.
11428
Daniel Veillard36065812002-01-24 15:02:46 +000011429Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11430
11431 * valid.c tree.c entities.c: another set of patches from
11432 Anthony Jones for copy operations cleanup and robustness
11433
Daniel Veillardf8592562002-01-23 17:58:17 +000011434Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11435
11436 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
11437 an alphabetic index based on comments content
11438 * doc/*: rebuilt the web site with the new references
11439
Daniel Veillardc8c7be42002-01-23 17:53:44 +000011440Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11441
11442 * parserInternals.h: Greg Sjaardema suggested to use an
11443 eponential buffer groth policy in xmlParserAddNodeInfo()
11444
Daniel Veillard3bf65be2002-01-23 12:36:34 +000011445Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11446
11447 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
11448 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
11449 doc/parsedecl.py doc/Makefile.am: updated the python extractor
11450 to generate cross-references, and added/updated the stylesheets
11451 to generate and link API indexes. The generic keyword index
11452 is not done yet.
11453 * doc/*.html: regenerated all the usual docs too
11454
Daniel Veillard2070c482002-01-22 22:12:19 +000011455Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11456
11457 * debugXML.c: added an xpath function to the shell for T. V. Raman
11458
11459Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
Daniel Veillard5e926fa2002-01-22 21:44:25 +000011460
11461 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
11462 debug routines.
11463
Daniel Veillardc169f8b2002-01-22 21:40:13 +000011464Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11465
11466 * tree.c: apply an patch from Petr Kozelka for unlink and replace
11467 support of attribute nodes
11468
Daniel Veillard9d06d302002-01-22 18:15:52 +000011469Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11470
11471 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
11472 hopefully near complete and fully documented of the API in XML
11473 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
11474 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
11475 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
11476 include/libxml/parserInternals.h include/libxml/valid.hi
11477 include/libxml/xmlIO.h include/libxml/xmlerror.hi
11478 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
11479 include/libxml/xpath.h include/libxml/xpathInternals.h:
11480 Cleaned up the doc comments a lot in the process, the interface
11481 coverage is now 100%
11482
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011483Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11484
11485 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
11486 extracts comments from the gtk-doc DocBook output (a bit
11487 convoluted but seems to work).
11488
Daniel Veillard61006472002-01-21 17:31:47 +000011489Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11490
11491 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
11492 added an XML description of the API, moved the script generating
11493 it here. Added a "make api" target
11494
Daniel Veillardd2f23002002-01-21 13:36:00 +000011495Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11496
11497 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
11498
Daniel Veillard99e55eb2002-01-21 08:56:29 +000011499Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11500
11501 * xpath.c include/libxml/xpathInternals.h: the change made to
11502 xmlXPathFuncLookupFunc was incompatible roll it back
11503
Daniel Veillard963d2ae2002-01-20 22:08:18 +000011504Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11505
11506 * SAX.c: cleanup patch from Anthony Jones
11507 * doc/Makefile.am: fix the headers to avoid in make scan
11508 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
11509 includes, * vs Ptr and general cleanup
11510 * parsedecl.py: first version of a script to extract the
11511 module interfaces, the goal will be to provide .decl or XML
11512 specification of the interfaces to build wrappers.
11513
Daniel Veillard0f5f1622002-01-20 12:42:06 +000011514Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11515
11516 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
11517 now provides return codes in case of errors
11518
Bjorn Reese026d29f2002-01-19 15:40:18 +000011519Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
11520
11521 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
11522 Upgraded to trio baseline 1.6
11523 * strio.h strio.c: Replaced by triostr.h and triostr.c
11524
Daniel Veillard572577e2002-01-18 16:23:55 +000011525Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11526
11527 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
11528 of strdup usage in the code
11529
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011530Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11531
11532 * parser.c error.c: Keith Isdale complained rightly that
11533 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
11534
Daniel Veillardcfa0d812002-01-17 08:46:58 +000011535Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11536
11537 * tree.c: fixed the funxtion to set the xml: attributes
11538 * debugXML.c: added "setbase" to test it.
11539
Daniel Veillard2c748c62002-01-16 15:37:50 +000011540Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11541
11542 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
11543 to allow updating an attribute content
11544
Daniel Veillard8de85c62002-01-15 17:10:15 +000011545Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11546
11547 * libxml.h: try to avoid problems when compiling on Windows
11548
Daniel Veillard314cfa02002-01-14 17:58:01 +000011549Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11550
11551 * hash.c: patch from Anthony Jones for hash.c allocation size
11552 * Makefile.am: trying to work around Yet Another Libtool Madness
11553 and build the 2.4.13 release finally ...
11554
Daniel Veillard744683d2002-01-14 17:30:20 +000011555Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11556
11557 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
11558 * doc/* : update of the documentation
11559
Daniel Veillarde6a55192002-01-14 17:11:53 +000011560Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11561
11562 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
11563 at fixing #61290 :-(
11564
Daniel Veillardfb25a512002-01-13 20:32:08 +000011565Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11566
11567 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
11568 Fixes bug #67229
11569
Daniel Veillardacb2bda2002-01-13 16:15:43 +000011570Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11571
11572 * tree.c: trying to avoid troubles when a subtree is copied
11573 and coalesced in part with the target tree. Should fix
11574 bug #67407
11575
Daniel Veillardd8224e02002-01-13 15:43:22 +000011576Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11577
11578 * valid.c: fixed validation of attributes content of type
11579 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
11580 values, very old bug. Fixes #67671
11581
Daniel Veillard8107a222002-01-13 14:10:10 +000011582Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11583
11584 * parser.c include/libxml/parserInternals.h tree.c: integrated
11585 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
11586 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
11587
Daniel Veillarddb0eb8d2002-01-13 13:35:00 +000011588Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11589
11590 * threads.c: applied Serguei Narojnyi's patch to add native
11591 thread support on the Win32 platform
11592 * testThreadsWin32.c Makefile.am: added the test program also
11593 from Serguei, Win32 specific
11594 * include/win32config.h include/libxml/xmlwin32version.h.in:
11595 added patch from Igor for the Windows thread specific defines.
11596
Daniel Veillard845cce42002-01-09 11:51:37 +000011597Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11598
11599 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
11600
Daniel Veillard7b602b42002-01-08 13:26:00 +000011601Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11602
11603 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
11604 output page into XMLinfo.html. Close bug #66951 and
11605 raised by Robert Collins too.
11606
Daniel Veillard73c6e532002-01-08 13:15:33 +000011607Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11608
11609 * encoding.c: Paul Keogh pointed out a possibility of segfault
11610 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
11611 Closes bug # 68238
11612
Daniel Veillard4a859202002-01-08 11:49:22 +000011613Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
11614
11615 * doc/*.html: updated the Gdome2 links
11616
Daniel Veillard3c5ed912002-01-08 10:36:16 +000011617Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11618
11619 * libxml.h: Applied following patches from Robert Collins
11620 and make sure IN_LIBXML is defined when compiling it
11621 -------
11622 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
11623 as well as Visual C.
11624 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11625 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11626 * strio.c (PLATFORM_UNIX): Define for Cygwin.
11627 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
11628 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
11629 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
11630 xmlSysIDExists xmlNoNetExists).
11631 * xmllint.c: Don't include winsock2.h for Cygwin.
11632
Daniel Veillard401c2112002-01-07 16:54:10 +000011633Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11634
11635 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
11636 when the version info is not present.
11637
Daniel Veillard6f42c132002-01-06 23:05:13 +000011638Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11639
11640 * tree.c: Anthony Jones pointed out a problem in
11641 xmlStringGetNodeList() and provided a fix for it
11642
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011643Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11644
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011645 * parser.c: patch from Frank J Franklin to remove a bug in
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011646 xmlCreatePushParserCtxt() when the initial buffer passed
11647 is large.
11648
Daniel Veillard0e47ee22002-01-05 18:25:52 +000011649Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11650
11651 * win32/*: big cleanup of the Windows/MSVC project files
11652 from Igor Zlatkovic
11653
Daniel Veillardcebb1362002-01-02 13:13:30 +000011654Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11655
11656 * doc/Makefile.am: should fix #67674 and avoid troubles if
11657 xsltproc is not available or fails in the prefix provided
11658
Daniel Veillard26908ab2002-01-01 16:50:03 +000011659Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
11660
11661 * xmlmemory.c: one more doc patch from Charlie Bozeman.
11662
Daniel Veillard5344c602001-12-31 16:37:34 +000011663Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11664
11665 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
11666 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
11667 Fixed a few other problems raised by Charlie Bozeman.
11668 * result/VC/ElementValid[5-7]: fixed the output
11669
Daniel Veillardcbaf3992001-12-31 16:16:02 +000011670Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11671
11672 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
11673 patches from Charlie Bozeman. Regenerated the HTML docs.
11674
Daniel Veillard7f9a6802001-12-20 14:01:47 +000011675Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
11676
11677 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
11678 for Windows from Igor
11679
Daniel Veillard1df3dfc2001-12-18 11:14:16 +000011680Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11681
11682 * xmllint.c: applied Justin Fletcher patch for --output or -o
11683
Daniel Veillardd3b29d22001-12-18 07:53:16 +000011684Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
11685
11686 * win32/libxml2/libxml2.def.src: close #67019
11687
Daniel Veillard01db67c2001-12-18 07:09:59 +000011688Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11689
11690 * xmllint.c: applied Justin Fletcher generic timing patch
11691 similar to the one already applied to xsltproc.
11692
Daniel Veillardd1640922001-12-17 15:30:10 +000011693Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11694
11695 * include/libxml/tree.h tree.c: applied documentation patches
11696 from Charlie Bozeman
11697
MST 2001 John Fleck2323ac22001-12-14 04:24:50 +000011698Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
11699
11700 *doc/xmllint.xml, xmllint.1 - document --dropdtd
11701
Daniel Veillard29e43992001-12-13 22:21:58 +000011702Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
11703
11704 * valid.c: fix the xmlStrdup() used in the previous patch.
11705 * valid.c: added --dropdtd
11706 * tree.c: fixed xmlUnlinkNode so it also removes the references
11707 from the document if the node is a DTD
11708
Daniel Veillard86fd5a72001-12-13 14:55:21 +000011709Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
11710
11711 * HTMLtree.c valid.c: cleanup some static declarations
11712
Daniel Veillard9ae4b7a2001-12-13 14:24:09 +000011713Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11714
11715 * xmllint.c: removed another strdup()
11716 * doc/FAQ: removed the HP/UX entry
11717
Daniel Veillarded472f32001-12-13 08:48:14 +000011718Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
11719
11720 * valid.c: fix bug #66816 when validating.
11721 * xmllint.c: don't use sys/time.h if configure did not found it
11722
MST 2001 John Fleck3fc555e2001-12-11 04:41:24 +000011723Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
11724
11725 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
11726 xmlcatalog_man.xml
11727
Daniel Veillard2d8a93b2001-12-10 21:07:19 +000011728Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11729
11730 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
11731 xmlInitMemory() was declared twice
11732
Daniel Veillardb82c1662001-12-09 14:00:54 +000011733Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
11734
11735 * globals.c: do not reference strdup() !
11736 * configure.in libxml-2.0.pc.in: trying to fix the libs
11737 of the various config extraction modules
11738
Daniel Veillardef90ba72001-12-07 14:24:22 +000011739Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11740
11741 * configure.in : preparing 2.4.12
11742 * doc/* : updated and rebuilt the docs
11743
Daniel Veillard220346d2001-12-07 11:33:54 +000011744Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11745
11746 * uri.c: closed bug #66159
11747 * testURI.c: added --escape option
11748 * configure.in: some cleanup for xml2-config --cflags
11749
Daniel Veillard2a906822001-12-06 14:34:08 +000011750Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
11751
11752 * globals.c testThreads.c: removed some misplaced includes
11753 of xmlversion.h
11754
Daniel Veillarde28313b2001-12-06 14:08:31 +000011755Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
11756
11757 * threads.c: patch from Gary Pennington fixing a possible
11758 problem at initialization time.
11759
Daniel Veillardd3b08822001-12-05 12:03:33 +000011760Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
11761
11762 * configure.in libxml.h parser.c testThreads.c macos/: integrated
Daniel Veillarde28313b2001-12-06 14:08:31 +000011763 Eric Lavigne contribution to build libxml2 on MacOS using
Daniel Veillardd3b08822001-12-05 12:03:33 +000011764 CodeWarrior.
11765
Daniel Veillarda7866932001-12-04 13:14:44 +000011766Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
11767
11768 * xmllint.c: applied Geert Kloosterman's patch to fix
11769 --repeat --timing output
11770
Daniel Veillard19840942001-11-29 16:11:38 +000011771Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11772
11773 * parser.c: Robin Berjon <robin@knowscape.com> found a case
11774 where non-wellformed XML declaractions were not detected.
11775
Daniel Veillarde85d9342001-11-28 14:43:12 +000011776Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11777
11778 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
11779
Daniel Veillard22f25a82001-11-28 09:12:23 +000011780Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11781
11782 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
11783 gets reset by xmlCleanupInputCallbacks() and this makes the
11784 function useless. Same for output.
11785
Daniel Veillard107ccaa2001-11-27 16:23:50 +000011786Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11787
11788 * xmlIO.c: robert pointed out a loop error in callback cleanups
11789
Daniel Veillard8faa7832001-11-26 15:58:08 +000011790Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11791
11792 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
11793 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
11794 they are not really tied to debugging
11795
Daniel Veillardbd9b0e82001-11-26 10:32:08 +000011796Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11797
11798 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
11799 * xmllint.c: better --catalogs description
11800
Daniel Veillard4855c8c2001-11-25 10:35:25 +000011801Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11802
11803 * tree.c: fixed a couple of problems in xmlSetProp()
11804
Daniel Veillardcd337f02001-11-22 18:20:37 +000011805Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
11806
11807 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
11808 unappropriate stdout output.
11809
Daniel Veillard566d4df2001-11-22 13:00:53 +000011810Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
11811
11812 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
11813 by Denis Beurive, closes #65111
11814
Daniel Veillardb4545fd2001-11-20 09:37:09 +000011815Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
11816
11817 * valid.c: in case of content model validity error, don't
11818 print it if validity warnings were not requested.
11819
Daniel Veillardc69e0b12001-11-20 08:35:07 +000011820Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11821
11822 * nanoftp.c: applied a couple of patches from Brian D Ripley.
11823 * parserInternals.c: removed the last exit() call. Print an
11824 unmaskable error on stderr instead (library mismatch detection)
11825
MST 2001 John Fleck42304042001-11-18 00:18:06 +000011826Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
11827
11828 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
11829 shell instructions from Heiko Rupp
11830
Daniel Veillardf7b094f2001-11-15 13:54:39 +000011831Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11832
11833 * catalog.c: use the URL notation file:// for default catalog paths
11834
Daniel Veillard0ec98632001-11-14 15:04:32 +000011835Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11836
11837 * include/libxml/tree.h: better comments for _private fields
11838 * tree.c: removed a problem when copying an entity reference.
11839
Daniel Veillardd33cfbf2001-11-13 15:24:36 +000011840Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11841
11842 * vms/*: updated instructions and diffs from John A Fotheringham
11843
Daniel Veillarda11001b2001-11-12 22:45:36 +000011844Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11845
11846 * include/libxml/xmlerror.h: avoid an include problem if
11847 #include <libxml/xmlerror.h> happens first in code
11848 seems to be the case in KDE libs
11849
Daniel Veillard8e3943c2001-11-12 21:35:44 +000011850Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11851
11852 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
11853 from Igor for Windows
11854
11855Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11856
11857 * Makefile.am: Gary Pennington pointed out a missing prefix
11858
Daniel Veillard43d3f612001-11-10 11:57:23 +000011859Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11860
11861 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
11862 * doc/*: upgraded and rebuilt the docs
11863
Daniel Veillardc1f78342001-11-10 11:43:05 +000011864Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11865
11866 * HTMLparser.c: fix comment in scripts element parsing.
11867 * result/HTML/doc3*: updated the results.
11868
11869Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11870
11871 * uri.c: another URI bug fix #63336, using Joel Young patch.
11872
Daniel Veillardc6e013a2001-11-10 10:08:57 +000011873Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
11874
11875 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
11876 a cleaned up version of the Pwd shell string generation.
11877
Daniel Veillardbe480fb2001-11-08 23:36:42 +000011878Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11879
11880 * valid.c include/libxml/tree.h: trying to fix namespaces +
11881 validation problems for good, closing #63619 in the process
11882 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
11883 wrong in this respect, fixed it.
11884
Daniel Veillardd536f702001-11-08 17:32:47 +000011885Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11886
11887 * xmllint.c: Morus Walter patch to allow --format and --encode
11888
Daniel Veillard5004f422001-11-08 13:53:05 +000011889Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11890
11891 * debugXML.c: Stefan Kost provided an help command for the shell
11892
Daniel Veillarda6825e82001-11-07 13:33:59 +000011893Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
11894
11895 * debugXML.c: Heiko Rupp pointed that the shell would crash
11896 on empty nodesets returns.
11897
Daniel Veillard03f848d2001-11-07 12:53:46 +000011898Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11899
11900 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
11901 migh need the history libraries
11902
Daniel Veillard957fdcf2001-11-06 22:50:19 +000011903Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
11904
11905 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
11906 handle the case of < in quoted attributes, Bastian Kleineidam
11907
Daniel Veillardc853b322001-11-06 15:24:37 +000011908Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11909
11910 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
11911 fixing catalog breakages
11912 * Makefile.am catalog.c result/catalogs/catal
11913 result/catalogs/mycatalog.* test/catalogs/catal*:
11914 fixed more problems in catalog support, added more regression tests
11915 for both XML and SGML catalog handling
11916
Daniel Veillard66870c72001-11-05 19:27:49 +000011917Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11918
11919 * debugXML.c: applied an improvement to xmlGetLineNo() from
11920 Keith Isdale
11921
Daniel Veillardffe09c92001-11-05 14:21:47 +000011922Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11923
11924 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
11925 Side effect of the progressive catalog loading
11926
Daniel Veillardad661b92001-11-05 11:43:15 +000011927Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
11928
11929 * Makefile.am: confexecdir and confexec_DATA were defined twice
11930 pointed out by Karl Eichwalder
11931
Daniel Veillard6eb17722001-11-04 22:19:27 +000011932Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11933
11934 * xmlcatalog.c: avoid unlink() and use remove() instead.
11935
Daniel Veillardea898282001-11-04 22:13:45 +000011936Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11937
11938 * libxml.spec.in: cleanup
11939 * include/libxml/xmlwin32version.h: updated with 2.4.8
11940
Daniel Veillarda4617b82001-11-04 20:19:12 +000011941Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11942
11943 * encoding.c global.data globals.c testThreads.c: fix bug #63752
11944 of compiling libxml with a non standard set of options
11945
John Fleck027edfb2001-11-04 20:13:58 +000011946Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
11947
11948 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
11949 document --sgml option, fixing gnome bugzilla #63382
11950
Daniel Veillardcd21dc72001-11-04 20:03:38 +000011951Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11952
11953 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
11954 breakage of 2.4.7, added a couple of really needed APIs
11955 like xmlCatalogIsEmpty() and xmlNewCatalog()
11956 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
11957 for install-catalog
11958 * configure.in: preparing 2.4.8
11959
CET 2001 Daniel Veillard5a37bde2001-11-01 14:31:22 +000011960Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
11961
11962 * HTMLtree.c tree.c include/libxml/HTMLtree.h
11963 include/libxml/tree.h include/libxml/xmlIO.h: more include
11964 cleanups, export cleanly one html output + format function.
11965
11966Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11967
11968 * parser.c: removed initGenericErrorDefaultFunc call from
11969 xmlInitParser() since it could destroy previous calls to
11970 xsltSetGenericErrorFunc() effects
11971
Daniel Veillardebd38c52001-11-01 08:38:12 +000011972Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11973
11974 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
11975 keyword.
11976
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011977Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11978
11979 * Makefile.am: cleanup
11980 * threads.c: cleanup too
11981 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
11982 from xsltproc
11983 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +000011984 dependency loop.
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011985
Daniel Veillard91c00402001-10-30 17:41:38 +000011986Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11987
11988 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
11989 was not used anymore !
11990
Daniel Veillard52dcab32001-10-30 12:51:17 +000011991Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11992
11993 * configure.in: preparing 2.4.7
11994 * Makefile.am doc/Makefile.am: switched to the latest xmllint
11995 manual page from John
11996 * doc/*: updated the doc and rebuilt the generated pages
11997
Daniel Veillarda9e65e82001-10-30 10:32:36 +000011998Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
11999
12000 * xmlIO.c: closing bug #62711, the library should never
12001 close stdin or stdout.
12002
Daniel Veillard4def3bd2001-10-30 09:47:47 +000012003Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
12004
12005 * uri.c: second pass at fixing #63336, using Joel Young
12006 final patch. looks okay.
12007
Daniel Veillardbb6808e2001-10-29 23:59:27 +000012008Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
12009
12010 * uri.c include/libxml/uri.h: trying to clear #63336
12011 allowing the escaping routine to parse unconformant
12012 URI-References.
12013
Daniel Veillardacf7ff02001-10-29 20:21:47 +000012014Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
12015
12016 * vms/readme.vms vms/build_libxml.com nanoftp.c
12017 include/libxml/xmlversion.h.in: a few VMS updates from
12018 John A Fotheringham
12019 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
12020 and xmlCleanupOutputCallbacks() for the Perl binding people.
12021
Daniel Veillard635ef722001-10-29 11:48:19 +000012022Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
12023
12024 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
12025 apply fixes to close #63271 and avoid segfaults when
12026 the error routine gets callbed before xmlInitParser()
12027 get called.
12028 * nanoftp.c error.c: Applied patches from Justin Fletcher
12029 correcting some xmlGenericError misuses.
12030
MDT 2001 John Fleckfd32de62001-10-27 20:14:01 +000012031Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
12032
12033 *doc/xmllint.xml, doc/xmllint.1
12034 New and improved man page for xmllint - .xml is the original, .1
12035 is the generated man page
12036
Daniel Veillardc9484202001-10-24 12:35:52 +000012037Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
12038
12039 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
12040 the web site from the main HTML document.
12041
Daniel Veillard5151c062001-10-23 13:10:19 +000012042Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12043
12044 * parser.c: fixed an erroneous validation bug when PE refs
12045 occurs in external parsed entities referenced from the
12046 internals subset
12047 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
12048 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
12049 added the associated testcase, it's a nice one.
12050 * HTMLparser.c: generate the DTD node as HTML still ...
12051 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
12052
Daniel Veillardb6b0fd82001-10-22 12:31:11 +000012053Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
12054
12055 * HTMLparser.c: fixed a bug in htmlNewDoc()
12056
Daniel Veillard89cad532001-10-22 09:46:13 +000012057Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
12058
12059 * test/threads/*: added entities testing to the Thread test
12060 * testThreads.c: make the test reasonable
12061 * DOCBparser.c: fix the DTD public and system ID
12062 * xmllint.c: added --sgml for SGML DocBook importing
12063 * Makefile.am: added Docbtests target
12064
Daniel Veillard9ae1eba2001-10-19 09:48:35 +000012065Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12066
12067 * nanoftp.c: use only "anonymous@" string for anonymous passwds
12068 * testThreads.c: removed bogus include
12069
Daniel Veillardce2c2f02001-10-18 14:57:24 +000012070Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
12071
12072 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
12073 fixed a very serious (looping) validation bug
12074
Daniel Veillard3c01b1d2001-10-17 15:58:35 +000012075Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
12076
12077 * include/libxml/globals.h include/libxml/threads.h threads.c
12078 testThreads.c: far more testing, cleaning up bugs
12079 * *.c : make sure globals.h is always included.
12080
Daniel Veillard7cc95c02001-10-17 15:45:12 +000012081Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
12082
12083 * HTMLparser.c: try to get rid of parser loops for good.
12084
Daniel Veillardab7488e2001-10-17 11:30:37 +000012085Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
12086
12087 * configure.in: fixed some bugs in CFLAGS passing.
12088 * test/threads Makefile.am testThreads.c: added a specific
12089 threaded test case (really nasty, guaranteed).
12090
Daniel Veillard85c11fa2001-10-16 21:03:08 +000012091Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
12092
12093 * catalog.c: serious cleanup on the management of the
12094 XML catalog tree, more tests done, especially with
12095 the catalog PI.
12096
Daniel Veillard364789a2001-10-16 12:45:00 +000012097Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
12098
12099 * catalog.c: avoid a problem in catalog cleanup on SMP if
12100 catalogs were not initialized.
12101
Daniel Veillard81463942001-10-16 12:34:39 +000012102Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
12103
12104 * catalog.c xpath.c: trying to cleanup the not thread safe
12105 parts of the library.
12106
Daniel Veillard64a411c2001-10-15 12:32:07 +000012107Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
12108
12109 * include/libxml/globals.h configure.in global.data: make
12110 the allocation be per-thread a configure option
12111 * encoding.c include/libxml/parser.h: fixed compilation
12112 errors
12113
Daniel Veillard5ee57fc2001-10-15 10:46:16 +000012114Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12115
12116 * include/libxml/parser.h: Norm reported that a few lines
12117 added were breaking libxslt compile, removed them for now
12118
Daniel Veillard6f350292001-10-14 09:56:15 +000012119Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
12120
12121 * parser.c parserInternals.c threads.c: debugged and fixed
12122 initialization problems which were giving troubles on SMP
12123 boxes.
12124
Daniel Veillard6661ffa2001-10-13 14:18:17 +000012125Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12126
12127 * include/libxml/Makefile.am: missing globals.h
12128
Daniel Veillarde7090612001-10-13 12:18:28 +000012129Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000012130
Daniel Veillarde7090612001-10-13 12:18:28 +000012131 * globals.c: added a couple of standard includes.
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000012132
Daniel Veillardd0463562001-10-13 09:15:48 +000012133Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12134
12135 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
12136 include/libxml/parserInternals.h include/libxml/tree.h
12137 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
12138 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
12139 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
12140 Applied the last patches from Gary, cleanup, activated threading
12141 all user accessible global variables are now handled in globals.[ch]
12142 Still a bit rought but make tests passes with either
12143 --with-threads defined at configure time or not.
12144 * Makefile.am example/Makefile.am: added globals.[ch] and threads
12145 linking options
12146
Daniel Veillardb8478642001-10-12 17:29:10 +000012147Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
12148
12149 * Makefile.am include/libxml/Makefile.am
12150 include/libxml/globals.h globals.c include/libxml/threads.h
12151 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
12152 configure.in: started integrating the core of the thread support
12153 not activated yet but half integrated. The code should still
12154 compile and work anyway.
12155
Daniel Veillardb44025c2001-10-11 22:55:55 +000012156Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12157
12158 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
12159 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
12160 integrating the non-controversial parts of Gary Pennington
12161 multithread patches
12162 * catalog.c: corrected a small bug introduced
12163
Daniel Veillard75b96822001-10-11 18:59:45 +000012164Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
12165
12166 * catalog.c include/libxml/catalog.h: very serious cleanup,
12167 isolating unportable code and as much as possible the accesses
12168 to the global shared catalog. May need more testing !
12169
Daniel Veillard78d12092001-10-11 09:12:24 +000012170Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12171
12172 * include/libxml/debugXML.h debugXML.c tree.c: integrating
12173 Keith Isdale patches for the XSLT debugger interfaces. Some
12174 cleanup
12175
Daniel Veillardff0b7312001-10-11 06:46:09 +000012176Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
12177
12178 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
12179 * DOCBparser.c: generate line nubers in elements
12180
Daniel Veillard60087f32001-10-10 09:45:09 +000012181Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
12182
12183 * configure.in: preparing 2.4.6 release
12184 * doc/xml.html doc/html/*: updated and rebuilt the docs
12185 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
12186
MDT 2001 John Fleck60416fa2001-10-09 02:41:50 +000012187Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
12188
12189 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
12190 adding documentation for DV's supercatalog support
12191
Daniel Veillard82d75332001-10-08 15:01:59 +000012192Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
12193
12194 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
12195 super catalog support adding one API and one flag --sgml to
12196 xmlcatalog
12197
MDT 2001 John Fleck0e229932001-10-07 22:46:00 +000012198Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
12199
12200 * doc/xmlcatalog_man.xml, xmlcatalog.1
12201 One more crack at
12202 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
12203
12204
Thomas Broyer47334c02001-10-07 16:41:52 +000012205Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12206
12207 * xpath.c: implemented xmlXPathObjectCopy for external objects
12208 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
12209
MDT 2001 John Fleckac941e32001-10-06 22:30:16 +000012210Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
12211
12212 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
12213 finishing up fix to
12214 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
12215 the xmlcatalog man page display more elegantly
12216
Daniel Veillard3fbe8e32001-10-06 13:30:33 +000012217Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
12218
12219 * configure.in: closing bug #61832
12220 * HTMLparser.c: removed a warning
12221
Daniel Veillard6ab38382001-10-06 13:08:27 +000012222Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
12223
12224 * xpath.c: fixing #61673 part I, do not loose doc information
12225 when copying result value trees.
12226
Daniel Veillard556c6682001-10-06 09:59:51 +000012227Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12228
12229 * xpath.c: trying to harden the XPath interpreter
12230
MDT 2001 John Fleck9f82dc62001-10-06 02:40:10 +000012231Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
12232
12233 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
12234 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
12235
William M. Brack1633d182001-10-05 15:41:19 +000012236Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12237
12238 * HTMLparser: repaired another loop problem
12239
Daniel Veillard20ee8c02001-10-05 09:18:14 +000012240Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12241
12242 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
12243 parsing.
12244 * xpath.c: fix bug #61291 the default XML namespace node is
12245 missing from the namespace axis.
12246 * tree.c: refuse to create namespaces nodes with prefix "xml"
12247
Daniel Veillard651f9472001-10-04 14:51:06 +000012248Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
12249
12250 * SAX.c: ouch a non-defined namespace could lead to a crash,
12251 fixed #61215
12252
Daniel Veillard7dd05702001-10-04 14:25:12 +000012253Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
12254
12255 * parserInternals.c: closed bug #61054
12256
Daniel Veillard5e6d10a2001-10-03 13:21:13 +000012257Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12258
12259 * include/libxml/Makefile.am: closing #60708
12260
Daniel Veillarda293c322001-10-02 13:54:14 +000012261Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
12262
12263 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
12264 adding xmlSAXParseFileWithData following Marco Stipek suggestion
12265
Daniel Veillardf4309d72001-10-02 09:28:58 +000012266Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12267
12268 * valid.c: close bug #61550 when xml: wasn't considered a namespace
12269
Daniel Veillardf6ed8bc2001-10-02 09:22:47 +000012270Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12271
12272 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
12273 * DOCBparser.c HTMLparser.c parser.c: fixed typos
12274
Daniel Veillard16756b62001-10-01 07:36:25 +000012275Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
12276
12277 * catalog.c: Justin Fletcher provided cleaup code in case
12278 HAVE_STAT is not defined
12279 * include/win32config.h: Igor Zlatkovic suggested to have
12280 HAVE_STAT defined there
12281
William M. Brack5e1cac12001-09-28 16:19:18 +000012282Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12283
12284 * catalog.c - fixed typing error reported by M. Barros
12285
MDT 2001 John Fleckbbb9e432001-09-24 03:08:43 +000012286Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
12287
12288 * xmllint.c - fixing typo
12289
William M. Brackd28e48a2001-09-23 01:55:08 +000012290Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12291
12292 * HTMLparser.c: small enhancement to prevent loop on
12293 unrecognizable data
12294
Daniel Veillardb1d62872001-09-21 09:47:08 +000012295Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12296
12297 * parserInternals.c: applying patch from bug #60757 this
12298 should close it
12299
Daniel Veillardc0631a62001-09-20 13:56:06 +000012300Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12301
12302 * catalog.c xmlcatalog.c: removed a couple of warning
12303 * xpath.c: try to solve the linking problem on platforms
12304 needing trio to compile
12305
Daniel Veillard1a123612001-09-19 08:06:23 +000012306Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000012307
Daniel Veillard1a123612001-09-19 08:06:23 +000012308 * Makefile.am libxml.spec.in: backing up non-documented changes
12309 commited without review or aproval by Jens Finke <jens@gnome.org>
12310 * HACKING: made 100% clear that no commit should be done directly
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000012311
Daniel Veillardf5b44e42001-09-17 17:19:54 +000012312Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
12313
12314 * configure.in: Joe Orton provided a patch fixing a problem
12315 when iconv is specified to be in a non-standard directory
12316 but wasn't exported in xml2-config --cflags
12317
Daniel Veillard2fc2db72001-09-14 17:33:51 +000012318Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
12319
Daniel Veillardf5b44e42001-09-17 17:19:54 +000012320 * configure.in: let's ship 2.4.5 before getting too much
Daniel Veillard2fc2db72001-09-14 17:33:51 +000012321 troubles with 2.4.4 errors.
12322
Daniel Veillard16698282001-09-14 10:29:27 +000012323Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12324
12325 * encoding.c entities.c: do not output hexadecimal charrefs
12326 when serializing HTML since some version of Netscape can't
12327 grok it, generate decimal ones.
12328 * result/HTML/doc3.htm: output changed due to previous test
12329 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
12330
Daniel Veillard98fed372001-09-13 11:34:58 +000012331Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
12332
12333 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
12334 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
12335
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000012336Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
Daniel Veillard98fed372001-09-13 11:34:58 +000012337 Released 2.4.4
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000012338
12339 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
12340 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
12341 updated the configuration scripts systems accordingly
12342
Daniel Veillard04382ae2001-09-12 18:51:30 +000012343Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12344
12345 * configure.in: preparing for 2.4.4
12346 * doc/xml.html doc/html/*: updated and rebuilt the docs
12347
Daniel Veillardd63437e2001-09-12 15:00:27 +000012348Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
12349
12350 * win32/dsp/libxml2.def.src: tried to incorporate comments
12351 from bug #59220
12352
Daniel Veillard319a7422001-09-11 09:27:09 +000012353Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
12354
12355 * parser.c result/noent/wml.xml: fixed bug #59981 related
12356 to handling of '&' in attributes when entities are substitued
12357
Daniel Veillard7cf5e442001-09-10 20:16:32 +000012358Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12359
12360 * libxml.h include/libxml/xmlversion.h.in
12361 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
12362 Tried to close bug #60131
12363
Daniel Veillardbce62332001-09-10 18:46:55 +000012364Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12365
12366 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
12367
Daniel Veillard143b04f2001-09-10 18:14:14 +000012368Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
12369
12370 * SAX.c: fixing bug #59946 on xmlns=""
12371
Daniel Veillard7a51d6d2001-09-10 14:40:43 +000012372Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12373
12374 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
12375 but allocates a new error code.
12376
Daniel Veillard05c13a22001-09-09 08:38:09 +000012377Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
12378
12379 * xmllint.c: John Fleck fixed typos in the options output
12380 * parser.c SAX.c: fix ignorable white space SAX selection
12381
12382Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12383
12384 * entities.c: Steve Underwood found the possibility of an
12385 ininite loop in case of error.
12386
Daniel Veillard5eb9dea2001-09-07 09:38:02 +000012387Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12388
12389 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
12390
Daniel Veillarda050d232001-09-05 15:51:05 +000012391Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
12392
12393 * parser.c: warn if version is not 1.0 but it's not
12394 strictly speaking an error after analyzing the spec
12395
MDT 2001 John Fleck04685002001-09-03 16:11:47 +000012396Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
12397
12398 *doc/catalog.html - add link to the html version of the
12399 man page, other linguistic cleanups
12400
MDT 2001 John Fleck5bd39dc2001-09-03 15:14:19 +000012401Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
12402
12403 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
12404 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
12405 file, has not yet been included in the build.
12406
Daniel Veillard99784ff2001-09-01 16:20:28 +000012407Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12408
12409 * catalog.c: removed a duplicate affectation Justin Fletcher
12410
Daniel Veillard9e1c72d2001-08-31 20:03:19 +000012411Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
12412
12413 * tree.c: Armin Sander pointed a possible text coalescing
12414 problem, completed his patch.
12415
Bjorn Reese0b2ae432001-08-31 16:31:57 +000012416Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12417
12418 * trionan.c: Fixed const and volatile re-definition problem
12419
Daniel Veillard5d96fff2001-08-31 14:55:30 +000012420Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
12421
12422 * libxml.4 parser.c: doc updates from Heiko Rupp
12423 * parserInternals.c: 2 sanity checks from Heiko Rupp
12424
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012425Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
12426
12427 * tree.c: applied patch from Armin Sander to make some pointers
12428 const in xmlCopyNode()
Daniel Veillard2ebd7a72001-08-28 21:07:03 +000012429 * include/libxml/tree.h: added fix to the header
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012430
Daniel Veillardb06c6142001-08-27 14:26:30 +000012431Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12432
12433 * xpath.c: hum, restrict the integer usage gcc bug workaround
12434 to only gcc compilers so that other architecture don't get
12435 penalized by this limitation.
12436 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
12437
Daniel Veillard268fd1b2001-08-26 18:46:36 +000012438Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12439
12440 * valid.c: fixed a Windows compiler warning (Chris Poblete)
12441 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
12442
Daniel Veillard6c5f9d12001-08-25 13:33:14 +000012443Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
12444
12445 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
12446 --convert option to xmlcatalog to convert SGML ones to
12447 the XML syntax.
12448 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
12449
12450 2.4.3 got released at that point
Daniel Veillard6990bf32001-08-23 21:17:48 +000012451Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12452
12453 * catalog.c xmlIO.c: started some serious testing and fixed
12454 a few bug and optmization needs.
12455
Daniel Veillard9f7b84b2001-08-23 15:31:19 +000012456Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12457
12458 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12459 preparing for a 2.4.3 release even if it may not be ready yet
12460 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
12461 all file parsing lookup to go through the entity resolver, add
12462 to add an API to bypass it (needed to load catalogs themselves),
12463 some cleanup on the catalog code too.
12464 * nanoftp.c: small cleanup
12465 * doc/catalog.html: small update
12466
Daniel Veillardbc2ddbe2001-08-23 10:24:27 +000012467Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
12468
12469 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
12470 Jun Kuriyama
12471
Daniel Veillardffb120d2001-08-23 00:52:23 +000012472Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12473
12474 * doc/catalog.html: finished the catalog documentation
12475
Daniel Veillarde7ead2d2001-08-22 23:44:09 +000012476Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12477
12478 * doc/catalog.html doc/xml.html: added documentation about
12479 Catalog support, misses an API description
12480 * doc/html/*: reextracted the API pages
12481
Daniel Veillarddc2cee22001-08-22 16:30:37 +000012482Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12483
12484 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
12485 Added the part about section 7.2 on URI resolution,
12486 fixed a side effect in the HTML parser, look complete
12487 and ready to rock except the URI/SystemID part!
12488
Daniel Veillard5d90b6c2001-08-22 14:29:45 +000012489Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12490
12491 * include/libxml/catalog.h include/libxml/parser.h
12492 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
12493 xmlIO.c: added support and APIs needed for the catalog PI
12494 * include/libxml/xmlIO.h: cleanup
12495
Daniel Veillarde2940dd2001-08-22 00:06:49 +000012496Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12497
12498 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
12499 include/libxml/catalog.h: starts to look okay, really
12500 plugged the new framework, cleaned a lot of stuff,
12501 added some APIs, except the PI's support missing this
12502 should be mostly complete
12503 * result/catalogs/* test/catalogs/*: added new test, enriched
12504 the existing one with URN ID tests
12505
Daniel Veillard64339542001-08-21 12:57:59 +000012506Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12507
12508 * catalog.c: fixed nextCatalog
12509 * result/catalogs/docbook test/catalogs/*: started adding
12510 a small regression test
12511
Daniel Veillardcda96922001-08-21 10:56:31 +000012512Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
12513
12514 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
12515 more work on the XML catalog support.
12516 * parser.c include/libxml/parser.h: small cleanup seems using
12517 list as a public parameter name can give portability troubles
12518 * trionan.c trionan.h xpath.c include/libxml/trionan.h
12519 include/libxml/xpath.h include/libxml/Makefile.am: removed
12520 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
12521 wrappers
12522
Bjorn Reese45029602001-08-21 09:23:53 +000012523Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12524
12525 * Makefile.am trio.c triodef.h trionan.c xpath.c
12526 include/libxml/Makefile.am include/libxml/trionan.h:
12527 Re-worked Not-A-Number and Infinity support.
12528 * xmlcatalog.c: added readline include files
12529
Daniel Veillard344cee72001-08-20 00:08:40 +000012530Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12531
12532 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
12533 testCatalog as xmlcatalog, making it an installed app
12534 adding a shell, and preparing it to be a /etc/xml/catalog
12535 management tool, though not ready yet
12536 * catalog.c include/libxml/catalog.h: adding support for
12537 XML Catalogs http://www.oasis-open.org/committees/entity/
12538 not finished, there is some interesting tradeoffs and a
12539 few open questions left.
12540
Daniel Veillardb7664f42001-08-19 13:00:43 +000012541Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
12542
12543 * xmllint.c: fixed a line formatting problem
12544
Daniel Veillard5015b712001-08-17 09:37:52 +000012545Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12546
12547 * SAX.c: removed a couple of unused variable (Albert Chin)
12548
Daniel Veillardbb371292001-08-16 23:26:59 +000012549Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12550
12551 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
12552 trying to fix some troubles w.r.t. function returning
12553 const xxxPtr.
12554
Daniel Veillardb60c54e2001-08-16 19:34:27 +000012555Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12556
12557 * win32/dsp/libxml2.def.src: another set of symbols conditionally
12558 defined
12559
Daniel Veillardae6db172001-08-16 19:32:00 +000012560Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
12561
12562 * xpointer.c: removed unused var
12563
Daniel Veillard09190202001-08-16 16:27:41 +000012564Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12565
12566 * testXPath.c: another small cleanup closing bug #59110
12567
Daniel Veillard796f4b62001-08-16 16:00:13 +000012568Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12569
12570 * win32/dsp/libxml2.def.src: small cleanup closing bug
12571 #59108
12572
Daniel Veillard5aac4e42001-08-15 20:46:57 +000012573Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
12574
12575 * example/gjobread.c: add xmlCleanupParser() before leaving
12576
Daniel Veillard9a0b3d62001-08-15 12:58:03 +000012577Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
12578
12579 * config.h.in configure.in include/libxml/xmlwin32version.h:
12580 released 2.4.2
12581
Daniel Veillardd3d06722001-08-15 12:06:36 +000012582Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
12583
12584 * include/libxml/valid.h debugXML.c valid.c: deprecate
12585 the non-boundchecking Sprintf functions, add Snprintf
12586 this should close bug #57984
12587
Daniel Veillardecb6f5b2001-08-15 08:47:42 +000012588Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
12589
12590 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
12591 URIs before doing the lookups (pointed by Mark Vakoc)
12592
Daniel Veillard0ab5cab2001-08-14 16:43:10 +000012593Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
12594
12595 * xpath.c: serious changes on Result Value Trees and NodeSets
12596 w.r.t. deallocation and collect operations. Probably not
12597 100% clean (merge of allocated trees smells like a problem).
12598 Seems sufficient to close #58943
12599
Daniel Veillard90493a92001-08-14 14:12:47 +000012600Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12601
12602 * xmllint.c: adding a --format option
12603
Daniel Veillardfe703322001-08-14 12:18:09 +000012604Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
12605
12606 * xpath.c: count() was broken on Result Value Tree
12607 * xmlIO.c: fixed file:/// accesses on _WIN32
12608
Daniel Veillard70ac0e32001-08-13 11:24:16 +000012609Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12610
12611 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
12612 macro was renamed, this should close bug #58683
12613
Daniel Veillardf300b7e2001-08-13 10:43:15 +000012614Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12615
12616 * SAX.c: small fix fixing bug #58539 reported by coolo, in
12617 entity substitution mode text at the end of the entity might
12618 be added due to text coalescing.
12619 * nanoftp.c parser.c: small cleanup
12620
Daniel Veillard0c720972001-08-08 20:59:00 +000012621Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
12622
12623 * HACKING: added John Fleck right to commit in the doc subdir
12624
Daniel Veillard48da9102001-08-07 01:10:10 +000012625Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12626
12627 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
12628 allow to inherit attributes from the DTD directly in the
12629 tree, this is needed for XPath and can be a useful feature.
12630 Inherited namespaces are always provided at the tree level now
12631 * test/defattr* result/defattr* result/noent/defattr*: added a couple
12632 of tests for this feature (XSLT being the prime user).
12633
Daniel Veillard50f34372001-08-03 12:06:36 +000012634Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12635
12636 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
12637 testSAX.c xmlIO.c xmllint.c include/win32config.h
12638 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
12639 include/libxml/xmlwin32version.h.in win32/README.MSDev
12640 win32/dsp/*: applied Win32 Facelift No.2 patches from
12641 Igor Zlatkovic for Windows/MSC
12642
Daniel Veillard9f4eb912001-08-01 21:22:27 +000012643Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
12644
12645 * SAX.c: unparsedEntityDecl() the URI computation of the
12646 entity wasn't done breaking XSLT unparsed-entity-uri()
12647
Daniel Veillard567e1b42001-08-01 15:53:47 +000012648Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
12649
12650 * xpath.c: fixed a bug when walking the descendants and
12651 the current node has no children
12652 * debugXML.c: show up when a text node is supposed to not be escaped
12653
Thomas Broyerf186c822001-07-31 23:30:37 +000012654Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12655
12656 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
12657 worked like the set:leading() function)
12658 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
12659
Daniel Veillardba6db032001-07-31 16:25:45 +000012660Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12661
12662 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
12663
Daniel Veillard57905372001-07-31 15:52:17 +000012664Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12665
12666 * include/libxml/xmlIO.h: apply change to close #58141
12667 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
12668
Daniel Veillard5e3eecb2001-07-31 15:10:53 +000012669Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12670
12671 * parser.c: when the internal subset uses a PE, then the
12672 included entity can use conditional sections.
12673
Daniel Veillard7d7e3792001-07-30 13:42:13 +000012674Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12675
12676 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
12677 when walking the namespace axis showing up in
12678 libxst/tests/general/bug-12
12679 * xmlmemory.c: added the possibility to trace a given block
12680 defined by its address
12681
Daniel Veillard4aafa792001-07-28 17:21:12 +000012682Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12683
12684 * parser.c: don't override existing encoding specified before
12685 starting xmlParseDocument()
12686
Daniel Veillardfdb1f242001-07-27 23:32:44 +000012687Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12688
12689 * include/libxml/xmlwin32version.h: reinserted, needed for
12690 Windows users of CVS
12691
Darin Adlera77cac02001-07-27 17:41:51 +0000126922001-07-27 Darin Adler <darin@bentspoon.com>
12693
Darin Adler699613b2001-07-27 22:47:14 +000012694 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
12695 * testCatalog.c: Add include of <libxml/parser.h>.
12696
126972001-07-27 Darin Adler <darin@bentspoon.com>
12698
Darin Adlera77cac02001-07-27 17:41:51 +000012699 * include/libxml/.cvsignore:
12700 * include/libxml/xmlwin32version.h:
12701 Remove this file from CVS because it's generated.
12702
Daniel Veillard50822cb2001-07-26 20:05:51 +000012703Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12704
12705 * parser.c include/libxml/parser.h: applied const patches from
12706 Tom Moog #58002
12707
Thomas Broyerba4ad322001-07-26 16:55:21 +000012708Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12709
12710 * xpath.c include/libxml/xpath{,Internals}.h: added a function
12711 lookup framework
12712
Daniel Veillard1d0bfab2001-07-26 11:49:41 +000012713Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12714
12715 * tree.c: fixed xmlCopyNode() for documents
12716
Daniel Veillard6dd398f2001-07-25 22:41:03 +000012717Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12718
12719 * parser.c: fixed bugs #58073 reported by Greg Shtilman
12720
12721Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard2454ab92001-07-25 21:39:46 +000012722
12723 * parser.c: fixes bug #57652 reported by Morus Walter
12724
Daniel Veillarde3924972001-07-25 20:25:21 +000012725Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12726
12727 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
12728
Daniel Veillarda53c6882001-07-25 17:18:57 +000012729Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12730
12731 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
12732 errors, lesson don't add new functions at 1am before a release
12733 * xpath.c: integrated fix from Bjorn to avoid divide by zero
12734 from XPath initialization when possible.
12735
Daniel Veillardd9bad132001-07-23 19:39:43 +000012736Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12737
12738 * result/scripts/base*: removing history/readline changed
12739 this slightly
12740 * include/libxml/parser.h SAX.c parser.c parserInternals.c
12741 xmllint.c: make element content line number generation
12742 optionnal to avoid breaking old apps added interface to switch
12743
Daniel Veillardf012a642001-07-23 19:10:52 +000012744Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12745
12746 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +000012747 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillardf012a642001-07-23 19:10:52 +000012748 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
12749 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
12750 John Kroll fixes to allow saving to HTTP via PUT (or
12751 POST of needed).
12752 * doc/html/*.html: regenerated the docs
12753
Thomas Broyere8126242001-07-22 03:54:15 +000012754Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12755
12756 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
12757 xmlHashScanFull and xmlHashScannFull3 to get passed the
12758 three keys as arguments to the callback function
12759
Daniel Veillard5e2dace2001-07-18 19:30:27 +000012760Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12761
12762 * configure.in Makefile.am: removed libxml softlink for good
12763 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
12764 100% coverage by gtk-doc
12765
Daniel Veillard8599e702001-07-17 21:38:51 +000012766Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12767
12768 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
12769 fixed serious troubles due to size_t vs. int mismatch
12770
Daniel Veillard8fcc4942001-07-17 20:07:33 +000012771Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12772
12773 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
12774
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012775Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12776
12777 * include/libxml/xpath{,Internals}.h xpath.c: added a more
12778 convenient extension API for value and context managing
12779 Now handles external objects through xmlXPathPopExternal,
12780 xmlXPathWrapExternal and xmlXPathReturnExternal.
12781 Added functions for sets operations (intersection, etc.)
12782
Daniel Veillard22090732001-07-16 00:06:07 +000012783Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12784
12785 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
12786 xmlIO.c tree.c parserInternals.c entities.c encoding.c
12787 HTMLparser.c: cleanup of global variables, marking some
12788 const or private.
12789
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012790Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
Thomas Broyer496be682001-07-15 22:59:18 +000012791
12792 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
12793 fixed xmlXPathNodeSetItem when passing index=0
12794
Daniel Veillard05dec342001-07-14 21:57:39 +000012795Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12796
12797 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
12798
Daniel Veillard28ae6362001-07-14 16:44:32 +000012799Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12800
12801 * xmllint.c: fixed compilation under Cygwin #57503
12802 * TODO: update
12803
Peter Williamsed156f52001-07-13 18:35:13 +0000128042001-07-13 Peter Williams <peterw@ximian.com>
12805
12806 * config.h.in: add #undef HAVE_DLFCN_H
12807
12808 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
12809 builddir.
12810
Daniel Veillard73b36e32001-07-12 15:09:52 +000012811Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12812
12813 * win32/libxml2/libxml2.def.src: added a couple of exported entries
12814 raised by #57348 and #57381
12815
Daniel Veillard7db37732001-07-12 01:20:08 +000012816Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12817
12818 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
12819 tree.c xpointer.c: store the line numbder in element->content,
12820 may break some software, need a configuration mechanism
12821
Darin Adler96037892001-07-11 00:03:16 +0000128222001-07-10 Darin Adler <darin@bentspoon.com>
12823
12824 * .cvsignore:
12825 * example/.cvsignore:
12826 * include/.cvsignore:
12827 * include/libxml/.cvsignore:
12828 Various things that are generated and should be ignored.
12829
Daniel Veillard09ab7e12001-07-10 15:49:44 +000012830Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12831
12832 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
12833 * doc/xml.html doc/html/*: updated the docs
12834
Daniel Veillard04e2dae2001-07-09 20:07:25 +000012835Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12836
12837 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
12838 validation occured on content with element child
12839
Daniel Veillardb8c9be92001-07-09 16:01:19 +000012840Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12841
12842 * tree.c: fixed XML Base computation which was broken
12843 * debugXML.c: added a base function to the shell
12844 * Makefile.am result/scripts/* test/scripts/*: added scripts
12845 based regression tests, and adding 2 XML Base tests
12846
Daniel Veillard19e96c32001-07-09 10:32:59 +000012847Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12848
12849 * tree.c: set properties doc and call xmlSetListDoc for properties
12850 content when grafting them in a different tree.
12851 * aclocal.m4: remove from CVS
12852
Daniel Veillarde086f5c2001-07-08 21:10:40 +000012853Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12854
12855 * win32/libxml2/libxml2.def.src: added some missing entry point
12856 for XPath (Mark Vakoc)
12857
Daniel Veillard388236f2001-07-08 18:35:48 +000012858Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12859
12860 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
12861 layer should URI-Unescape before trying to open resources.
12862
Daniel Veillard04383752001-07-08 14:27:15 +000012863Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12864
12865 * xpath.c: fix the name() bug for elements in the default
12866 namespace reported by Charlie Bozeman
12867
Daniel Veillard7583a592001-07-08 13:15:55 +000012868Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12869
12870 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
12871 led to an XPath fix, improvements of SAX initialization, and
12872 an added option --nocdata to testXPath
12873
Daniel Veillard449d7392001-07-07 19:11:06 +000012874Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12875
12876 * doc/libxml-doc.el: Felix Natter provided anew version working
12877 with XEmacs too
12878
Daniel Veillard5168dbf2001-07-07 00:18:23 +000012879Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12880
12881 * include/libxml/xpath.h: small cleanup
12882 * doc/xml.html: update
12883
Daniel Veillardf524d6e2001-07-05 23:41:40 +000012884Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12885
12886 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12887 released 2.3.14
12888
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012889Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12890
12891 * doc/html/*: rebuilt the docs for the release
Daniel Veillard5b43fde2001-07-05 23:31:40 +000012892 * doc/xml.html: added 2.3.14 release.
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012893
Daniel Veillard73c9c042001-07-05 20:02:54 +000012894Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12895
12896 * xpath.c: a bug reported by Stephan Kulow empty nodesets
12897 were not equal to empty strings
12898
Daniel Veillard1fd36d22001-07-04 22:54:28 +000012899Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12900
12901 * SAX.c: fixed a URI-Reference computation problem when validating
12902 * xmlIO.c: small cleanup
12903
Daniel Veillard4d65a1c2001-07-04 22:06:23 +000012904Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12905
12906 * parser.c: improved the description of a couple of interfaces
12907 upon Larry Stamper suggestion
12908
Daniel Veillard62f313b2001-07-04 19:49:14 +000012909Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12910
12911 * SAX.c entities.c parser.c: changed completely the way entities
12912 are handled when running the parser in entity substitution mode.
12913 This fixes a bug reported by Stephan Kulow and nearly divides
12914 by 3 the amount of memory required by libxslt to load and process
12915 DocBook TDG.
12916
Daniel Veillardf420ac52001-07-04 16:04:09 +000012917Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12918
12919 * HTMLparser.c: fixing a too early root closing problem raised
12920 byt Prashanth Naidu
12921
Daniel Veillard8c357d52001-07-03 23:43:33 +000012922Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12923
12924 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
12925 raised by Mark Vakoc.
12926
Daniel Veillard6e90d192001-07-03 16:37:49 +000012927Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12928
12929 * example/Makefile.am: fixed the include path to add srcdir/include
12930 * Makefile.am configure.in: fix from Albert Chin for iconv detection
12931 and some cleanup
12932
Daniel Veillardf06307e2001-07-03 10:35:50 +000012933Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12934
12935 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
12936 lot of optimization work, results in significant improvements
12937 when handling really complex XPath queries. Add a small optimizer
12938 for unions, improve [n] and [last()], avoid some costly ops.
12939
Daniel Veillard77044732001-06-29 21:31:07 +000012940Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12941
12942 * include/libxml/parser.h parser.c: xmlStrstr args are both const
12943 * xpath.c: small cleanup
12944 * xmlGetNsList: reformated, fixed problems if used on Entities
12945
Daniel Veillard2adbb512001-06-28 16:20:36 +000012946Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12947
12948 * doc/xml.html: added 1.8.14 and 2.3.13 releases
12949
Daniel Veillardb37ecd02001-06-28 16:18:11 +000012950Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12951
12952 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
12953 * Makefile.am example/Makefile.am: workaround automake generating
12954 erroneous deps
12955
Daniel Veillard12f7d292001-06-28 13:12:11 +000012956Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12957
12958 * include/win32config.h: bug #56801 Yon Derek provided a patch
12959 to the windows config file.
12960
Daniel Veillard87ee9142001-06-28 12:54:16 +000012961Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12962
12963 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
12964 libxml.h : Yon Derek provided a set of changes to compile from
12965 CVS on Windows/MSC
12966
Daniel Veillard0e4cd172001-06-28 12:13:56 +000012967Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12968
12969 * parser.c: fixed UTF8 BOM support in push mode
12970 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
12971 added a specific testcase
12972
Daniel Veillard3e5bb8e2001-06-27 16:34:34 +000012973Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12974
12975 * Makefile.am: added --push regression tests
12976 * parserInternals.c: the XML parser segfaulted in --push mode
12977
Daniel Veillard9a89a8a2001-06-27 11:13:35 +000012978Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12979
12980 * configure.in: moved the symlinks detection within a CVS
12981 check, this is not portable and will be removed soon.
12982 * xpath.c: small cleanup/speedup
12983
Daniel Veillard11648102001-06-26 16:08:24 +000012984Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12985
12986 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
12987 release of 2.3.12
12988 * parser.c: make an error message if unknow entities in all cases
12989
Daniel Veillardfcbd74a2001-06-26 07:47:23 +000012990Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12991
12992 * uri.c: fixed 2 uri normalization bugs on '//' reduction
12993
Daniel Veillard23793842001-06-25 16:07:45 +000012994Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12995
12996 * include/libxml/Makefile.am: Laszlo Peter pointed out that
12997 includes were installed in the wrong dir
12998
Daniel Veillardf5498f32001-06-25 15:08:36 +000012999Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13000
13001 * doc/html.xml: warn against sending code to exhibit bugs.
13002
Daniel Veillard56f06462001-06-24 21:34:03 +000013003Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13004
13005 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
13006 Tru64 from Thomas Leitner
13007
Daniel Veillardc5d64342001-06-24 12:13:24 +000013008Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13009
13010 * AUTHORS: added William and Bjorn
13011 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
13012 daniel@veillard.com hopefully I won't have to do this again
13013 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
13014 docs can be rebuilt cleanly now
13015 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
13016 from CVs it's generated, added include/libxml/xmlwin32version.h
13017 also generated but which should change far less frequently.
13018 * catalog.c nanoftp.c: made sure to include libxml.h not
13019 libxml/xmlversion.h directly
13020 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
13021 when compiling on WIN32 and MSC
13022
Daniel Veillard07385fd2001-06-23 21:55:48 +000013023Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13024
13025 * include/Makefile.am include/libxml/Makefile.am configure.in:
13026 fixed make distcheck and rebuilding the rpms
13027
Daniel Veillardcd1d9442001-06-23 18:53:44 +000013028Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13029
13030 * configure.in: should finish the migration of exported includes
13031 into a real include/libxml in CVS, at least for CVS users.
13032 * removed the exported headers, added in include/libxml (as well
13033 as xmlversion.h.in).
13034
Daniel Veillard6dd8e052001-06-23 18:38:06 +000013035Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13036
13037 * configure.in: fixed the way to detect symlink
13038
Daniel Veillard66541772001-06-23 18:31:04 +000013039Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13040
13041 * configure.in: updated, include/libxml is now a real CVS dir
13042
Daniel Veillardca989762001-06-23 17:39:29 +000013043Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13044
13045 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
13046 version works with both libxml1 and libxml2 (it autodetects
13047 the prefix of the html-files) from Felix Natter.
13048 * doc/xml.html: updated doc accordingly
13049
Daniel Veillard8cf14d52001-06-23 16:32:46 +000013050Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13051
13052 * xpath.c: fixed the bug generating a template loop in libxslt
13053 when using docbook-xsl-1.4, * should filter out document nodes
13054 * HACKING: added William
13055 * TODO: updated
13056
Daniel Veillard7b06bcb2001-06-22 16:03:51 +000013057Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13058
13059 * doc/FAQ.html: added a warning about gcc-3.0
13060 * doc/xml.html: added reference to gdome2 and removed a confusing
13061 sentence
13062
Daniel Veillardf7f41852001-06-22 15:18:01 +000013063Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13064
13065 * xmlversion.h: okay this is a generated file, but Windows
13066 users need it and they can't generate it, and I want CVS
13067 Windows users ...
13068 * win32/libxml2/libxml2_so.dsp: Windows project file for
13069 the shared lib version of libxml2
13070 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
13071 resources needed for libxslt/xsltproc by Yon Derek
13072
Bjorn Reese3157b342001-06-22 14:41:45 +000013073Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13074
13075 * trio.c: MSVC fix (provided by Igor Zlatkovic)
13076
Daniel Veillard4151acb2001-06-22 10:48:57 +000013077Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13078
Daniel Veillardcc146db2001-06-22 11:10:52 +000013079 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
13080
13081Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13082
Daniel Veillard4151acb2001-06-22 10:48:57 +000013083 * include/win32config.h: Yon Derek provided a first fix
13084 to be able to compile libxslt/xsltproc on Windows
13085
Daniel Veillardd79bcd12001-06-21 22:07:42 +000013086Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13087
13088 * xpath.c: attempt to work around what seemed a gcc optimizer
13089 bug when handling floats on i386 http://veillard.com/gcc.bug
13090 * tree.c entities.c encoding.c: doing some cleanups while
13091 chasing it
13092
Daniel Veillard017b1082001-06-21 11:20:21 +000013093Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13094
13095 * Makefile.am: cleanup when --without-debug is specified
13096 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
13097 w.r.t. --without-debug and other include points
13098 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
13099 Catalogs
13100 * configure.in entities.h tree.h HTMLparser.c: removed
13101 --without-corba, made the _private field mandatory
13102
Daniel Veillard87a764e2001-06-20 17:41:10 +000013103Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13104
13105 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
13106 outputs a BOM in UTF8, an errata has been issued to avoid the
13107 problem, that was the most reasonable solution... Add support
13108 for a leading UTF8 BOM in entities.
13109
Daniel Veillard10ea86c2001-06-20 13:55:33 +000013110Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13111
13112 * valid.c: fixed a bug found when post validating an entity ref
13113 * xmllint.c: added --loaddtd and sligly changed --postvalid to
13114 activate it too
13115
Daniel Veillard39196eb2001-06-19 18:09:42 +000013116Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13117
13118 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
13119 weakness in the node copy the XPointer and the XInclude
13120 implementations. Serious cleanup.
13121
Daniel Veillard3739b982001-06-19 12:51:30 +000013122Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13123
13124 * Makefile.am: Kjartan Maraas provided a small patch to
13125 add xml2-config.in to EXTRA_DIST
13126
Daniel Veillarda9142e72001-06-19 11:07:54 +000013127Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13128
13129 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
13130 provided another failing case found in KDE, the way the
13131 ctxt->vctxt.nodeTab was allocated and freed changed over
13132 time but it wasn't completely cleaned up. This should fix it.
13133
Daniel Veillard3ed27bd2001-06-17 17:58:17 +000013134Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13135
13136 * parser.c: Stephan Kulow also raised the fact that line number
13137 could get miscounted making debug harder, fixed the problem
13138 in xmlParseCharData()
13139
Daniel Veillard64b98c02001-06-17 17:20:21 +000013140Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13141
13142 * valid.c: Stephan Kulow pointed out a problem when validating
13143 and using an empty entity, forgot a 'break' in a case.
13144
Daniel Veillarde3c81b52001-06-17 14:50:34 +000013145Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13146
13147 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
13148 * doc/xml.html: updated with 2.3.11
13149
Daniel Veillard4ec885a2001-06-17 10:31:07 +000013150Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13151
13152 * TODO: updated adding cleanup of generated doc
13153 * configure.in: prepared to release 2.3.11
13154 * xmllint.c: added --version for bug reporting
13155 * doc/html/*.html: rebuilt the doc
13156
Daniel Veillard8b8d2252001-06-16 21:24:56 +000013157Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13158
13159 * xpath.c: first part of the work on selecting namespace to
13160 fix bug #56115
13161
Daniel Veillard96ed5832001-06-15 22:22:04 +000013162Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13163
13164 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
13165 when using -liconv
13166 * TODO: updated
13167
Daniel Veillardc4f631d2001-06-14 11:11:59 +000013168Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13169
13170 * HTMLtree.[ch]: more work on the HTML serialization routnes,
13171 cleanup, encoding support.
13172
Daniel Veillard608ad072001-06-14 08:32:28 +000013173Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13174
13175 * xpath.c: Thomas Broyer suggested a better patch for the / arg
13176
Daniel Veillard239d0522001-06-13 23:02:48 +000013177Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13178
13179 * xpath.c: bug detected by Ankh when / is used as a function arg
13180
Daniel Veillard02bb1702001-06-13 21:11:59 +000013181Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13182
13183 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
13184 of element and use it to avoid outputting formatting spaces at
13185 the wrong place. Implemented the format parameter for HTML save.
13186 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
13187 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
13188 result/HTML/wired.html: of course this impact the result of a
13189 number of HTML tests
13190
Daniel Veillard95d845f2001-06-13 13:48:46 +000013191Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13192
13193 * HTMLtree.[ch]: started augmenting the HTML save API with
13194 encoding and formatting parameters
13195
Daniel Veillardeca60d02001-06-13 07:45:41 +000013196Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13197
13198 * HTMLtree.h: cleanup and started evaluating the work needed on
13199 revamping the HTML output code
13200
Daniel Veillard84666b32001-06-11 17:31:08 +000013201Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13202
13203 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
13204
Daniel Veillard8bdd2202001-06-11 12:47:59 +000013205Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13206
13207 * valid.c: fixed bug #56049, forgot one check in the
13208 validation routine
13209
Daniel Veillardca2366a2001-06-11 12:09:01 +000013210Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13211
13212 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
13213
Daniel Veillard6761eee2001-06-11 10:29:38 +000013214Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13215
13216 * libxml.h: fixed an error in last commit
13217 * doc/FAQ.html: added an entry for compilation from CVS
13218
Daniel Veillard9cc6dc62001-06-11 08:09:20 +000013219Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13220
13221 * xmlversion.h.in libxml.h: Cygwin patches
13222 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
13223 * tree.h: cleanup
13224
Daniel Veillardacd370f2001-06-09 17:17:51 +000013225Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13226
13227 * tree.c: patched xmlFreeNode() to avoid freeing() a static
13228 memory block in a strange case where libxml is linked twice
13229 in the binary.
13230
Daniel Veillard1d047672001-06-09 16:41:01 +000013231Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13232
13233 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
13234 state far too often, simple fix used to avoid it.
13235
Daniel Veillard4497e692001-06-09 14:19:02 +000013236Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13237
13238 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
13239 being processed, applied his patch
13240 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
13241
Daniel Veillardf3afa7d2001-06-09 13:52:58 +000013242Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13243
13244 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
13245 provided fixes to compile on MSCC again
13246 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
13247 also provided an update for the project files.
13248
Daniel Veillarda682b212001-06-07 19:59:42 +000013249Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13250
13251 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
13252 bug #55810
13253
Daniel Veillarde8fc08e2001-06-07 19:35:47 +000013254Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13255
13256 * tree.c: fixed xmlGetNsProp() to close bug #55683
13257 Note this requires libxslt to use it's own function instead.
13258
Daniel Veillardf0c53762001-06-07 16:07:07 +000013259Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13260
13261 * HTMLtree.c: when in a pre element no formatting space should
13262 be added.
13263 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
13264
Daniel Veillard068a9652001-06-07 15:30:26 +000013265Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13266
13267 * configure.in: added tests for signal() and signal.h
13268
Daniel Veillard541d6552001-06-07 14:20:01 +000013269Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13270
13271 * xpath.c: robert pointed out xmlXPathNINF was not initialized
13272
Daniel Veillard8a367d42001-06-07 14:01:34 +000013273Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13274
13275 * doc/libxml-doc.el: Felix Natter provided a new version for
13276 libxml2
13277
Daniel Veillard8a926292001-06-07 11:20:20 +000013278Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13279
13280 * HTMLtree.c: when in a pre element no formatting space should
13281 be added.
13282
Daniel Veillard14839d52001-06-06 16:11:56 +000013283Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13284
13285 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
13286
Daniel Veillarde95e2392001-06-06 10:46:28 +000013287Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13288
13289 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
13290 hack
13291 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
13292 * uri.c: fixed a warning
13293
Daniel Veillard6e93c4a2001-06-05 20:57:42 +000013294Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13295
13296 * HTMLtree.c: trying to close bug #55772 escaping in script
13297 elements
13298 * doc/xml.html: suggest to send mail to the list
13299
13300Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard1c43dbf2001-06-05 17:12:52 +000013301
13302 * error.c: attempt to fix the xmlGetVarStr breakage once and for
13303 good. Use a macro and based on the solution provided in
13304 vsnprintf manual page from GNU.
13305
Bjorn Reese99748722001-06-05 12:49:15 +000013306Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13307
13308 * error.c: Workaround for non-preserving variadic list.
13309 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
13310
Daniel Veillard2e4f1882001-06-01 10:11:57 +000013311Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13312
13313 * doc/xml.html: added 2.3.10 release
13314
Daniel Veillardb3a182e2001-06-01 09:28:09 +000013315Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13316
13317 * configure.in: releasing 2.3.10
13318
Daniel Veillard3c2758d2001-05-31 18:43:43 +000013319Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13320
13321 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
13322
Daniel Veillard20042422001-05-31 18:22:04 +000013323Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13324
13325 * encoding.c: Robert Collins provided a patch to add the
13326 "US-ASCII" encoding alias
13327
Daniel Veillard97ac1312001-05-30 19:14:17 +000013328Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13329
13330 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
13331 string oriented functions and started cleaning the related areas
13332 in xpath.c which needed fixing in this respect
13333
Daniel Veillard2d703722001-05-30 18:32:34 +000013334Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13335
13336 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
13337 #55380
13338 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
13339
Daniel Veillard9403a042001-05-28 11:00:53 +000013340Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13341
13342 * TODO: updated
13343 * nanohttp.[ch] : started adding APIs to get the redirected URL
13344 when this occurs (needed for further base computation
13345 * tree.h: cleanup
13346 * encoding.c: cleanup
13347 * SAX.c: minor change around ctxt->loadsubset
13348
Daniel Veillard6278fb52001-05-25 07:38:41 +000013349Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13350
13351 * Makefile.am include/Makefile.am: small change to have
13352 include/libxml rebuilt if working from CVS.
13353 * uri.c: applied another patch from Carl Douglas for URI escaping,
13354 this should close bug #51876
13355
Daniel Veillardd16df9f2001-05-23 13:44:21 +000013356Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13357
13358 * xinclude.c: fixed XInclude recursive behaviour bug #54678
13359 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
13360 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
13361 added specific regression test
13362 * parser.h: preparing for the XSLT mode where DTD inherited
13363 attributes are added to the tree.
13364
Daniel Veillardbbd22452001-05-23 12:02:27 +000013365Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13366
13367 * xinclude.[ch]: Updated the namespace for the Last Call version
13368 * result/XInclude/include test/XInclude/include: updated the
13369 testsuite accordingly
13370
Daniel Veillard8514c672001-05-23 10:29:12 +000013371Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13372
13373 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
13374 related to bug #51876
13375
Daniel Veillard42596ad2001-05-22 16:57:14 +000013376Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13377
13378 * tree.c: fixed a gross mistake in base computation, xml:base is
13379 not completely correct yet (need cascade).
13380 * xpath.[ch]: added the few things needed to find a function name
13381 and URI from the XPath context when it is called.
13382
Daniel Veillard81418e32001-05-22 15:08:55 +000013383Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13384
13385 * catalog.[ch]: fixes and add xmlLoadCatalogs()
13386 * DOCBparser.c: small cleanup
13387 * xmllint.c: added a --catalogs option to load catalogs from
13388 $SGML_CATALOG_FILES
13389 * tree.c: cleanup
13390 * configure.in: iconv library fixup, ICONV_LIBS
13391
Daniel Veillardaf86c7f2001-05-21 14:11:26 +000013392Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13393
13394 * catalog.c: handling of CATALOG entries. detection of recursion,
13395 and a few bugfixes
13396 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
13397 against the default namespace
13398
Daniel Veillard04b93292001-05-21 08:15:31 +000013399Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13400
13401 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
13402
Daniel Veillarda97a19b2001-05-20 13:19:52 +000013403Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13404
13405 * parser.c: fixed propagation context info when parsing an
13406 external entity.
13407 * doc/html/*.html: regenerated a couple of docs
13408
Daniel Veillard4623acd2001-05-19 15:13:15 +000013409Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13410
13411 * doc/xml.html: update with 2.3.9 informations
13412
Daniel Veillardbed7b052001-05-19 14:59:49 +000013413Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13414
13415 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
13416 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
13417 * doc/html/* : rebuilt the docs
13418 * valid.c: small patch which may improve some case when
13419 validating.
13420
Daniel Veillardf69bb4b2001-05-19 13:24:56 +000013421Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13422
13423 * HTMLparser.c: Closed bug #54891
13424 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
13425 to the suite
13426
13427Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13428
13429 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
13430 applied a documentation patch from LotR and filled in a few missing
13431 descriptions
13432
Daniel Veillard76d66f42001-05-16 21:05:17 +000013433Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13434
13435 * xpath.c tree.c parser.c: speed optimizations at the parser level
13436 document tree freeing and xpath evaluation
13437
Daniel Veillardfd7ddca2001-05-16 10:57:35 +000013438Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13439
13440 * parser.c parser.h parserInternals.h: fixed a couple of
13441 interfaces for handling memory buffer input to const char *
13442 upon suggestion of JamesH.
13443
Daniel Veillardc3739e72001-05-15 15:23:27 +000013444Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13445
13446 * configure.in: LoTR sent a patch fixing the previous commit
13447
Daniel Veillarda4f27e02001-05-15 12:41:29 +000013448Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13449
13450 * configure.in: trying to deal again with the stoopid -R linking
13451 flag of Solaris
13452
Daniel Veillard790142b2001-05-15 10:51:53 +000013453Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13454
13455 * xpath.h: two nodeset access macros from Thomas Broyer
13456
Daniel Veillardba0b8c92001-05-15 09:43:47 +000013457Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13458
13459 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
13460 patch from Thomas Broyer
13461
Daniel Veillarde62d36c2001-05-15 08:53:16 +000013462Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13463
13464 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
13465 case
13466 * INSTALL: was empty added stuff from the FAQ
13467
Daniel Veillard75bea542001-05-11 17:41:21 +000013468Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13469
13470 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
13471 attributes handling and #54433 by adding xmlUnsetProp()
13472 and xmlUnsetNsProp()
13473
Daniel Veillard0a2a1632001-05-11 14:18:03 +000013474Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13475
13476 * HTMLparser.c: Patch from Jonas Borgström
13477 (htmlGetEndPriority): New function, returns
13478 the priority of a certain element.
13479 (htmlAutoCloseOnClose): Only close inline elements if they
13480 all have lower or equal priority.
13481 * result/HTML: this of course changed a number of tests results.
13482
Daniel Veillard7d6fd212001-05-10 15:34:11 +000013483Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13484
13485 * xmlIO.c catalog.c: plugged in the default catalog resolution
13486 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
13487 documentations
13488 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
13489
Daniel Veillarda7374592001-05-10 14:17:55 +000013490Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13491
13492 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
13493 integrating catalogs
13494 * catalog.[ch] testCatalog.c: adding a small catalo API
13495 (only SGML catalog support).
13496 * parser.c: restaured xmlKeepBlanksDefault(0) API
13497
Daniel Veillardc17337c2001-05-09 10:51:31 +000013498Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13499
13500 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
13501
Daniel Veillard257d9102001-05-08 10:41:44 +000013502Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13503
13504 * parser.c: added xmlParseExternalEntityPrivate() to allow
13505 propagation of ctxt->_private when parsing external entities
13506
Daniel Veillard083c2662001-05-08 08:27:14 +000013507Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13508
13509 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
13510
Daniel Veillard01ef7382001-05-08 07:31:43 +000013511Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13512
13513 * configure.in: fixed a small portability problem with AM_CONDITIONAL
13514
Daniel Veillard4de4d3b2001-05-07 20:50:47 +000013515Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13516
13517 * valid.c: warn when indeterminist content model is detected
13518 * result/VC/ElementValid8: this adds a message
13519 * Makefile.am: add --novalid for VCM tests
13520 * parserInternals.c: added a call to Init memory
13521
Daniel Veillard64269352001-05-04 17:52:34 +000013522Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13523
13524 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
13525 when both parameters are NULL.
13526
Daniel Veillard37721922001-05-04 15:21:12 +000013527Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13528
13529 * valid.c: applied small patch from Gary Pennington, reindented
13530 some part of the code.
13531
Daniel Veillard3bbbe6f2001-05-03 11:15:37 +000013532Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13533
13534 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
13535 release, updated and regenerated the docs
13536
Daniel Veillard357c9602001-05-03 10:49:20 +000013537Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13538
13539 * xpath.c result/XPath/expr/floats : clarified and cleanup
13540 printing of abnormal floats in tests.
13541
Daniel Veillarda2bc3682001-05-03 08:27:20 +000013542Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13543
13544 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
13545 * results/HTML/ : a few changes in the output of the HTML tests as
13546 a result.
13547 * configure.in: tying to fix -liconv where needed
13548
Daniel Veillard2a0d2e62001-05-02 17:11:36 +000013549Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13550
13551 * Makefile.am: fixed a stupid error
13552
Daniel Veillard7150a032001-05-02 16:41:11 +000013553Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13554
13555 * configure.in Makefile.am: make the inclusion of the trio
13556 modules in the library conditional
13557
Daniel Veillardc057c5d2001-05-02 12:41:24 +000013558Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13559
13560 * DOCBparser.c: patche from László Kovács, fixed entities refs
13561 in attributes handling
13562
Daniel Veillardedddff92001-05-02 10:58:52 +000013563Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13564
13565 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
13566 flushing
13567
Daniel Veillardc8f620b2001-04-30 20:31:33 +000013568Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13569
13570 * xpath.c: fix of an XSLT namespace bug reported on the list
13571 general/bug-8-
13572
Daniel Veillard5792e162001-04-30 17:44:45 +000013573Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13574
13575 * strio.h trio.c: Dan McNichol suggested a couple of small
13576 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
13577
Daniel Veillard02141ea2001-04-30 11:46:40 +000013578Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13579
13580 * tree.c parser.c encoding.c: spent a bit more time looking
13581 at the parsing speed and DOM handling. Added a few more
13582 speedups.
13583
Daniel Veillard3ed155f2001-04-29 19:56:59 +000013584Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13585
13586 * parser.c: small but effective parsing speed improvement
13587
Daniel Veillardb59076b2001-04-29 17:04:07 +000013588Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13589
13590 * configure.in: default on the DocBook parser inclusion (for Gnome)
13591 * DOCBparser.h: fixed a header reference
13592
Daniel Veillardb45c43b2001-04-28 17:02:11 +000013593Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13594
13595 * configure.in xpath.c: applied Bjorn patches for FPE on the
13596 alpha
13597
Daniel Veillardeefd4492001-04-28 16:55:50 +000013598Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13599
13600 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
13601 xmlSaveFormatFileTo()
13602
Daniel Veillarde39a93d2001-04-28 14:35:02 +000013603Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13604
13605 * xpath.c: simple and efficient optimization, XPath functions
13606 aways bind to the same code, cache this
13607 * TODO: updated (by saying some is obsolete)
13608
Daniel Veillard2156a562001-04-28 12:24:34 +000013609Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13610
13611 * xpath.c: more cleanup work on XPath name parsing routines
13612
Daniel Veillard61d80a22001-04-27 17:13:01 +000013613Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13614
13615 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
13616 xmlXPathParseName
13617 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
13618 * debugXML.c: avoid compilation problems if compiling without
13619 HTML support, Igor Zlatkovic
13620 * win32/libxml2/libxml2.def.src: being able to compile without
13621 XPath on Windows
13622
Daniel Veillarddbb14a72001-04-26 20:54:01 +000013623Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13624
13625 * libxml.m4: yet another patch from Toshio Kuratomi
13626
Daniel Veillard2913e4c2001-04-26 19:29:02 +000013627Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13628
13629 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
13630
Daniel Veillard67fee942001-04-26 18:59:03 +000013631Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13632
13633 * tree.[ch]: added xmlSaveFormatFile interface for saving
13634 and indenting a file.
13635
Daniel Veillard82e49712001-04-26 14:38:03 +000013636Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13637
13638 * xpath.c: fixed bug #53689 related to processing-instruction()
13639
Daniel Veillard02f077a2001-04-26 10:59:11 +000013640Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13641
13642 * DOCBparser.c: patche from László Kovács
13643
Daniel Veillard30211a02001-04-26 09:33:18 +000013644Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13645
13646 * parser.c: applied fixes from Christian Glahn bug report #53391
13647
Daniel Veillard5a7c3452001-04-26 09:16:13 +000013648Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13649
13650 * error.c: Jean François Lecomte provided a complete description
13651 and a fix to bug #53537
13652
Daniel Veillard5c4ec4c2001-04-26 07:43:59 +000013653Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13654
13655 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
13656
Daniel Veillard1034da22001-04-25 19:06:28 +000013657Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13658
13659 * DOCBparser.c SAX.c: a bit more work on entities processing.
13660 Still Need to cleanup XML output and references in attributes
13661
Daniel Veillard4ec0b0f2001-04-25 15:53:40 +000013662Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13663
13664 * DOCBparser.c include/Makefile.am: two patches from László Kovács
13665
Daniel Veillardb33c2012001-04-25 12:59:04 +000013666Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13667
13668 * tree.c: trying to fix #53574, not completely complete,
13669 I would like xmllint --copy --debug test/ent1 and
13670 xmllint --debug test/ent1 to show the same result.
13671 * xpath.c: fix a bug when trying to sort namespace nodes
13672
Daniel Veillard5146f202001-04-25 10:29:44 +000013673Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13674
13675 * HTMLtree.c: real fix for #53402
13676
Daniel Veillard7533cc82001-04-24 15:52:00 +000013677Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13678
13679 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
13680 PIs when using xsl:output
13681 * valid.c: closing #53537 some case generate segfaults if there
13682 is validity errors
13683
Daniel Veillard61b33d52001-04-24 13:55:12 +000013684Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13685
13686 * SAX.c testDocbook.c DOCBparser.c: more work on the support
13687 of external parsed entities, added --noent to testDocbook
13688 * valid.c: Garry Pennington found an uninitialized variable
13689 access in xmlValidateElementContent()
13690
Daniel Veillard56098d42001-04-24 12:51:09 +000013691Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13692
13693 * HTMLparser.c : HTML parsing still sucks ... trying to deal
13694 with madness
13695 * result/HTML/ : this modified the result of the regression tests
13696 a lot.
13697
Daniel Veillard122376b2001-04-24 12:12:30 +000013698Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13699
13700 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
13701 to doc where it wasn't checked against NULL reported by
13702 Jens Laas
13703
Daniel Veillard43dadeb2001-04-24 11:23:35 +000013704Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13705
13706 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
13707 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
13708
Daniel Veillardeae522a2001-04-23 13:41:34 +000013709Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13710
13711 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
13712 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
13713 * SAX.[ch]: cleanup and updates for DocBook
13714 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
13715 ex SGML identifier changes
13716 * valid.c: removed a static unused function.
13717
Daniel Veillardde57c612001-04-23 09:13:36 +000013718Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13719
13720 * HTMLtree.c: applied change for Paul Sponagl on script saving
13721 * Makefile.am: the warning about entity title.xml are normal.
13722
Daniel Veillard393df012001-04-22 20:11:18 +000013723Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13724
13725 * configure.in: release of 2.3.7
13726 * Makefile.am: fixing make distcheck
13727
Daniel Veillarda41123c2001-04-22 19:31:20 +000013728Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13729
13730 * doc/html/* doc/xml.html: updated and regenerated the docs
13731
Daniel Veillardfd0c3eb2001-04-22 19:13:10 +000013732Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13733
13734 * xpath.c: fixed the XPointer problem introduced in 2.3.6
13735
Daniel Veillarde82a9922001-04-22 12:12:58 +000013736Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13737
13738 * tree.c: fixed #53388 with the provided patch
13739
Daniel Veillard06803992001-04-22 10:35:56 +000013740Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13741
13742 * valid.c: Bjorn detected an invalid memory access. Fixed
13743 vstateVPush()
13744
Daniel Veillard40af6492001-04-22 08:50:55 +000013745Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13746
13747 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
13748
Bjorn Reese70a9da52001-04-21 16:57:29 +000013749Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13750
13751 * libxml.h: new header used only for the compilation of libxml
13752 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
13753 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
13754 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
13755 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
13756 xmlmemory.c xpath.c xpointer.c: libxml.h integration
13757 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
13758 baseline (version 1.2 plus a single patch).
13759 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
13760 scientific notation for numbers. Tests added.
13761 * xpath.c: formatting of numbers changed to use sprintf
13762 (contribution from William Brack)
13763
Daniel Veillard34b1b3a2001-04-21 14:16:10 +000013764Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13765
13766 * valid.c: cleanup, more useful debugging
13767 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
13768 * xmlIO.c: entity loading is printed as an error when validating
13769
Daniel Veillard1c14b8d2001-04-21 10:28:59 +000013770Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13771
13772 * valid.c: fixed to validate within entities
13773 * test/VCM/v22.xml: added a specific testcase
13774
Daniel Veillardca1f1722001-04-20 15:47:35 +000013775Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13776
13777 * valid.c: forgot an epsilon transition in for ()+
13778 * test/VCM/v21.xml : added a specific test case
13779
Daniel Veillard85349052001-04-20 13:48:21 +000013780Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13781
13782 * valid.c: removed a state explosion exhibited by RSS
13783 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
13784 from bug #51872
13785
Daniel Veillarddab4cb32001-04-20 13:03:48 +000013786Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13787
13788 * valid.[ch] tree.h: worked *hard* to get non-determinist content
13789 validation without using an ugly NFA -> DFA algo in the source.
13790 Made a specific algorithm easier to maintain, using a single
13791 stack and without recursion.
13792 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
13793 * hash.c: made the growing routine static
13794 * tree.h parser.c: added the parent information to an
13795 xmlElementContent node.
13796
Daniel Veillarde470df72001-04-18 21:41:07 +000013797Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13798
13799 * SAX.c parser.c xpath.c: generating IDs when not validating
13800 from an external parsed entity was poisoning the ID has table
13801 with removed values. This was killing XSLT on the KDE help
13802 browser.
13803
Daniel Veillardceacdd92001-04-18 15:10:35 +000013804Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13805
13806 * entities.h: andrew@ugh.net.au detected a double declaration
13807
Daniel Veillarda10efa82001-04-18 13:09:01 +000013808Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13809
13810 * debugXML.c hash.c tree.h valid.c : some changes related to
13811 the validation suport to improve speed with DocBook
13812 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
13813 the way validation errors get reported
13814
Daniel Veillard1ed3f882001-04-18 09:45:35 +000013815Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13816
13817 * HTMLparser.c HTMLtree.c: applied part of the patches provided
13818 by P C Chow and William M. Brack for XSLT HTML output
13819
Daniel Veillard2d90de42001-04-16 17:46:18 +000013820Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13821
13822 * xmlversion.h.in win32config.h win32/libxml2/*: applied
13823 Igor Zlatkovic patches for MSC compilation and added his
13824 updates
13825
Daniel Veillarde043ee12001-04-16 14:08:07 +000013826Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13827
13828 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
13829 prefix lookup.
13830 * parserInternals.c: fixed the bug reported by Morus Walter
13831 due to an off by one typo in xmlStringCurrentChar()
13832
Daniel Veillarda3bfca52001-04-12 15:42:58 +000013833Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13834
13835 * HTMLparser.c result/HTML/*: revamped the way the HTML
13836 parser handles end of tags or end of input
13837
Daniel Veillard82daa812001-04-12 08:55:36 +000013838Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13839
13840 * tree.[ch] : added xmlDocCopyNode for gdome2 support
13841
Daniel Veillard67a21302001-04-11 14:39:16 +000013842Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13843
13844 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
13845 bug where the linktime verions of free() won't work ...
13846
Daniel Veillard27b55282001-04-11 12:22:25 +000013847Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13848
13849 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
13850
Daniel Veillardafc73112001-04-11 11:51:41 +000013851Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13852
13853 * doc/xml.html: added 2.3.6 release
13854
Daniel Veillardbdb9ba72001-04-11 11:28:06 +000013855Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13856
13857 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
13858 * result/wml.xml: resulted in a small output change
13859
Daniel Veillardd2f3ec72001-04-11 07:50:02 +000013860Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13861
13862 * tree.c: xmlNewDoc was missing the charset initialization
13863 * xmllint.c: added --auto to autogenerate a doc, allow to
13864 reproduce the problem fixed on xmlNewDoc
13865
Daniel Veillard1731d6a2001-04-10 16:38:06 +000013866Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13867
13868 * xpath.c: trying to get 52979 solved
13869 * tree.c result/ result/noent/: trying to get 52712 solved, this
13870 also made me clean up the fact that XML output in general should
13871 not add formating blanks by default, this changed the output of
13872 a few tests
13873
Daniel Veillard73639a72001-04-10 14:31:39 +000013874Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13875
13876 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
13877
Daniel Veillardfac26a12001-04-08 13:08:14 +000013878Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13879
13880 * configure.in: finally released 2.3.6
13881
Daniel Veillard911f49a2001-04-07 15:39:35 +000013882Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13883
13884 * xpath.c: checking for null pointer generated by new code
13885
Daniel Veillardd8df6c02001-04-05 16:54:14 +000013886Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13887
13888 * xpath.c: fixed a [] evaluation problem reported
13889 * test/XPath/tests/simpleaddr: extended test
13890 * result/XPath/simpleaddr: updated result
13891
Daniel Veillard3b2c2612001-04-04 00:09:00 +000013892Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13893
13894 * xmllint.c: Dan Timis reported a portability problem
13895 on Macs without mmap, fixed it.
13896
Daniel Veillardb38bd552001-04-03 18:22:00 +000013897Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13898
13899 * testXPath.c : added a --tree option allowing to display the
13900 tree dump of the XPath expression
13901
Daniel Veillard4dd93462001-04-02 15:16:19 +000013902Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13903
13904 * xpath.c: fixed a memleak when comparing nodesets
13905 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
13906 * tree.c: added a TODO
13907
Daniel Veillard92ad2102001-03-27 12:47:33 +000013908Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13909
13910 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
13911 we need string functions
13912 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
13913 to be able to use them where needed. Applied some changes
13914 to reduce name linking pollution and compile in only what's
13915 needed.
13916 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
13917 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
13918 for the string manipulation functions
13919 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
13920 to the free() function of xmlmemory.c
13921 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
13922 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
13923 usage.
13924
13925
Daniel Veillard2be30642001-03-27 00:32:28 +000013926Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13927
13928 * error.c: applied the context output patch of the error
13929 handling submitted by Chuck Griffith
13930 * error/VC/*: this slightly change some error logs
13931
Daniel Veillard50582112001-03-26 22:52:16 +000013932Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13933
13934 * parser.c: fixed line number reporting on error
13935
Daniel Veillard04be4f52001-03-26 21:23:53 +000013936Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13937
13938 * parser.c: Sullivan and Darin found a parser bug,
13939 applied the patch.
13940
Daniel Veillardc86a4fa2001-03-26 16:28:29 +000013941Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13942
13943 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
13944 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
13945 xmlversion.h.in xpointer.c: of course the way I defined
13946 UNUSED breaks on old gcc version. Try to be smart and
13947 also define it directly in xmlversion.h
13948 * configure.in: removed -ansi flag from the pedantic set
13949
13950Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard56a4cb82001-03-24 17:00:36 +000013951 Huge cleanup, I switched to compile with
13952 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
13953 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
13954 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
13955 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
13956 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
13957 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
13958 encoding.h entities.c error.c list.[ch] nanoftp.c
13959 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
13960 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
13961 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
13962 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
13963 Cleanup, staticfied a number of non-exported functions,
13964 detected and cleaned up a dozen of problem found this way,
13965 avoided a lot of public function name/typedef/system names clashes
13966 * doc/xml.html: updated
13967 * configure.in: switched private flags to the really pedantic ones.
13968
Daniel Veillardc7ad7ce2001-03-22 21:45:29 +000013969Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13970
13971 * configure.in: 2.3.5
13972 * doc/html/*: rebuilt the docs
13973
Daniel Veillard146c9122001-03-22 15:22:27 +000013974Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13975
13976 * parser.c: fixed a reported bug in NOTATION parsing
13977 * uri.c: accepted but not fixed bug 51876, added TODO
13978 * Makefile.am: fixed bug 51876
13979
Daniel Veillarda5f013b2001-03-22 12:44:45 +000013980Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13981
13982 * config.h.in configure.in error.c: fix a compilation problem
13983 on platforms without vsnprintf (xml@thewrittenword.com)
13984
Daniel Veillarde020c3a2001-03-21 18:06:15 +000013985Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13986
13987 * parser.c: fixed a function name header typo
13988 * SAX.c: notations can also occur in external subset.
13989
Daniel Veillard7d42b542001-03-20 13:22:46 +000013990Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13991
13992 * error.c: removed a C++ like comment
13993
Daniel Veillard0b6b55b2001-03-20 11:27:34 +000013994Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13995
13996 * parser.c: fixing bug 52299 strange condition leading
13997 to a parser crash due to a buffer overflow
13998 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
13999 added the specific test case
14000
Daniel Veillardfbf8a2d2001-03-19 15:58:54 +000014001Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14002
14003 * xpath.[ch]: still a lot of cleanup based on XSLT, added
14004 xmlXPathConvert{String,Number,Boolean} to be able to make
14005 type casts without a context stack, fixed some implementation
14006 problems related to the absence of context at parse-time,
14007 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
14008 in the public API too
14009 * xpointer.c xpathInternals.h: we need to know at parse time
14010 whether we are compiling an XPointer
14011
Daniel Veillardafcbe1c2001-03-19 10:57:13 +000014012Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14013
14014 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
14015 cleaned up the parser internals, refactored XPath code, added
14016 new compilation based APIs and cleanly separated public and
14017 private APIs.
14018
Daniel Veillardd007d6c2001-03-19 00:01:07 +000014019Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14020
14021 * xpath.h: the comp field must be added at the end to avoid
14022 killing binary compat.
14023
Daniel Veillard9e7160d2001-03-18 23:17:47 +000014024Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14025
14026 * Makefile.am: detect XPath memleaks in regreson tests
14027 * error.c: fixed and error w.r.t. error reporting still using
14028 stderr
14029 * hash.c: added new line at end of file
14030 * tree.h: minor cleanup
14031 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
14032 expression parsing from evaluation, resulted in a number of
14033 changes internally, and in XPointer. Likely to break stuff
14034 using xpathInternals.h but should remain binary compatible,
14035 new interfaces will be added.
14036
Daniel Veillardd574f782001-03-14 19:40:17 +000014037Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14038
14039 * configure.in: fixed a couple of problems reported by
14040 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
14041 without gcc on non linux platforms.
14042
Daniel Veillard0a6c3582001-03-14 19:15:37 +000014043Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14044
14045 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
14046 a fix for --with-html-dir= configure support. I hope it won't
14047 break rpm generation
14048
Daniel Veillarda022fe02001-03-14 16:30:00 +000014049Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14050
14051 * xmlIO.c: one function comment cleanup.
14052
Daniel Veillard25239c12001-03-14 13:56:48 +000014053Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14054
14055 * SAX.c: external subset notations were improperly registered
14056 in the internal subset.
14057
Daniel Veillard2c4754f2001-03-13 09:31:12 +000014058Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14059
14060 * README.cvs-commits: added, pointing to HACKING
14061 * HACKING: updated
14062
Daniel Veillard82ab81e2001-03-12 21:11:21 +000014063Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14064
14065 * parser.c: and Matt Sergeant found one in the XML push
14066 parser (erroneous check I forgot to remove when I fixed the
14067 main parser).
14068
Daniel Veillard68d7b672001-03-12 18:22:04 +000014069Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14070
14071 * xpath.c: ptittom found a small bug in UnaryExpr
14072
Daniel Veillarde356c282001-03-10 12:32:04 +000014073Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14074
14075 * configure.in: bumped to 2.3.4
14076 * error.c: fixed bug #51860
14077 * tree.c: fixed bug #51861
14078 * valid.c: cleanup, more debug, failed to fix one bug crap ...
14079 * tree.[ch] : added xmlDefaultBufferSize
14080 * nanoftp.c: typo in function name header block
14081 * doc/xml.html : updated, added link to XML::LibXSLT
14082 * doc/html/* : rebuilt the docs
14083
Daniel Veillard80f32572001-03-07 19:45:40 +000014084Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14085
14086 * parser.c SAX.c: the new content parsing code raised an
14087 ugly bug in the characters() SAX callback. Found it
14088 just because of strangeness in XSLT XML Rec ouptut :-(
14089
Daniel Veillard6c831202001-03-07 15:57:53 +000014090Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14091
14092 * Makefile.am: Martin Baulig suggested to add -lm
14093 * tree.c: found another bug in xmlNodeGetContent()
14094
Daniel Veillard4af6b6e2001-03-06 08:33:38 +000014095Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14096
14097 * xpath.c: Bjorn found the error related to strictness of comparison.
14098
Daniel Veillard29631a82001-03-05 09:49:20 +000014099Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14100
14101 * parser.c: trying to fix the Dtd parsing problem reported
14102 by Gary, side effect of last week speed optimizations.
14103
Daniel Veillard14be0a12001-03-03 18:50:55 +000014104Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14105
14106 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
14107 * parserInternals.c: removed unneeded test raised by Stric
14108
Bjorn Reesee1dc0112001-03-03 12:09:03 +000014109Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
14110
14111 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
14112 and fixed by William Brack). Added xmlXPathFormatNumber.
14113 Changed the sorting slightly.
14114 * configure.in Makefile.am example/Makefile.am: Added -lm.
14115 Please note that applications linking with libxml2, must
14116 also like with the math library from now on.
14117
Daniel Veillardf9533d12001-03-03 10:04:57 +000014118Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14119
14120 * HTMLparser.c: fixed loop reported by Marc Sanfacon
14121
Daniel Veillard2f362242001-03-02 17:36:21 +000014122Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14123
14124 * parser.c: one must report spaces even if the Dtd element
14125 content proves that this is not part of the element content.
14126 * result/valid/*.xml: this changed the ouptu slightly
14127
Daniel Veillardb402c072001-03-01 17:28:58 +000014128Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14129
14130 * configure.in: bumped to 2.3.3
14131 * doc/xml.html: updated
14132
Daniel Veillard77851712001-02-27 21:54:07 +000014133Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14134
14135 * tree.c: minor doc fix
14136 * xpath.c: deallocation issues when a result tree has been
14137 converted to a node-set
14138
Daniel Veillardec70e912001-02-26 20:10:45 +000014139Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14140
14141 * doc/xml.html: oops corrected dates s/2000/2001
14142
Daniel Veillard8730c562001-02-26 10:49:57 +000014143Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14144
14145 * valid.c: new patch from Gary Pennington
14146
Daniel Veillard91e9d582001-02-26 07:31:12 +000014147Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14148
14149 * doc/xml.html: applied patch from Ankh
14150
Daniel Veillardedac3c92001-02-26 01:36:19 +000014151Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14152
14153 * xinclude.c: fixed a problem building on Mac
14154
Daniel Veillard21a0f912001-02-25 19:54:14 +000014155Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14156
14157 * parser.c: more work on increasing parsing ferformances
14158
Daniel Veillard48b2f892001-02-25 16:11:03 +000014159Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14160
14161 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
14162 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
14163 avoiding memcpy in production builds MEM_CLEANUP macro use
14164 * parser.[ch] parserInternals.c: optimizations of the tightest
14165 internal loops inside the parser. Better checking of I/O
14166 flushing/loading conditions
14167 * xmllint.c : added --timing
14168
Daniel Veillard71681102001-02-24 17:48:53 +000014169Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14170
14171 * configure.in: bumped to 2.3.2
14172 * doc/xml.html: updated for release
14173
Daniel Veillardbbd51d52001-02-24 03:07:03 +000014174Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14175
14176 * xpath.c: found a memleak and fixed a nasty bug
14177
Daniel Veillardf7cd4812001-02-23 18:44:52 +000014178Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14179
14180 * xmllint.[c1] : added return code errors for xmllint
14181 * xpath.c: specific debug dump function for result value trees
14182
Daniel Veillard4b637072001-02-21 21:52:55 +000014183Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14184
14185 * xpath.c: finally implemented xmlXPathCompareNodeSets
14186 * test/XPath/expr/floats results/XPath/expr/floats: added
14187 a test for float expressions
14188
Daniel Veillardf714aa32001-02-21 03:07:44 +000014189Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14190
14191 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
14192 * parserInternals.[ch]: trying to speed up parsing
14193 * xpath.c : speeded up node set equality op
14194
Daniel Veillarde0c3a622001-02-19 18:05:20 +000014195Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14196
14197 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
14198 better handling of ID/IDREF and the list modules associated
14199 * configure.in: small CFLAGS cleanup
14200
Daniel Veillarda8abee62001-02-19 15:14:59 +000014201Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14202
14203 * configure.in: fixed iconv detection on AIX (stric)
14204
Daniel Veillardbca64ef2001-02-19 22:20:01 +000014205Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard88f8f6f2001-02-19 10:00:53 +000014206
14207 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
14208
Bjorn Reesefd9b09b2001-02-18 16:51:25 +000014209Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
14210
14211 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
14212 and optimized xmlXPathNodeSetSort
14213
Daniel Veillard142adbf2001-02-17 13:21:05 +000014214Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14215
14216 * xpath.c: bug fix when context size is 0
14217 * parser.c: I like Norm's Dtd because they still manage to break
14218 the parser occasionally
14219
Daniel Veillardf23e0092001-02-16 13:21:29 +000014220Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14221
14222 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
14223
Daniel Veillarde0e26512001-02-16 00:11:46 +000014224Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14225
14226 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
14227 attributes within the XML-1.0 namespace
14228
Daniel Veillard6e6a6cc2001-02-15 15:55:44 +000014229Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14230
14231 * xpathInternals.h: exported a few axis functions
14232 * doc/xml.html: updated the doc
14233
Daniel Veillard760f4422001-02-15 14:59:48 +000014234Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14235
14236 * configure.in: applied patch from Daniel van Balen for OpenBSD
14237 and bumped version to 2.3.1
14238 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
14239 attempt to find autoclosing was simply broken, removed it,
14240 updated the examples, this is better
14241
Daniel Veillardd194dd22001-02-14 10:37:43 +000014242Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14243
14244 * hash.[ch]: added Paolo Casarini patch to provide Delete from
14245 hash functionnalities.
14246 * doc/html/* : rebuild the doc
14247
Daniel Veillardf41fbbf2001-02-13 17:05:35 +000014248Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14249
14250 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
14251 on predicate
14252 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
14253 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
14254 really want to have tags closed on output even if we accept
14255 unclosed ones on input
14256
Daniel Veillard5dd2f0a2001-02-12 17:36:05 +000014257Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14258
14259 * xpath.c: ouch don't free NULL, rare case fixed
14260 * tree.c: don't coalesce text nodes if they don't have the
14261 same behaviour wrt escaping on output
14262
Daniel Veillardd12b69d2001-02-11 20:17:31 +000014263Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14264
14265 * xpath.c: small fixup
14266 * SAX.c: don't warn on empty namespaces.
14267
Daniel Veillard6a2e4062001-02-08 10:31:33 +000014268Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14269
14270 * README: a bit of cleanup
14271 * configure.in: preparing for 2.3.0 release
14272
Daniel Veillard1f83d392001-02-08 09:37:42 +000014273Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14274
14275 * hash.[ch]: added a first version of xmlHashSize()
14276 * valid.c: another bug fix from Gary Pennington
14277
Daniel Veillard5eef6222001-02-07 18:24:48 +000014278Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14279
14280 * valid.c: couple of bug fixes pointed by Gary Pennington
14281 * HTMLtree.c: #if 0 cleanup
14282
Daniel Veillard2c257ec2001-02-06 13:29:07 +000014283Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14284
14285 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
14286 which removes a time consuming check of xmlXPathNodeSetAdd()
14287 and use it in places where we are sure to not break unicity
14288
Daniel Veillard0f2a53c2001-02-05 17:57:33 +000014289Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14290
14291 * xpath.c: bug fixes found from XSLT
14292 * tree.c: preserve node->name special values when copying nodes.
14293 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
14294 external subset are fetched when available but without full
14295 validation. Added xmlLoadExtDtdDefaultValue, need a function.
14296 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
14297 output with encoding disabled.
14298
Daniel Veillard2c833b62001-02-03 08:52:06 +000014299Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14300
14301 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
14302 xmlCheckFilename should not be called from xmlFileOpenW
14303 and xmlGzfileOpenW
14304
Daniel Veillardb6e7fdb2001-02-02 17:07:32 +000014305Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14306
14307 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
14308 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
14309 added the new tests for URI normalization
14310 * testURI.c: fixed stoopid bugs
14311 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
14312 the URI in the error messages are now properly normalized
14313
Daniel Veillardea28ce62001-02-02 08:20:19 +000014314Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14315
14316 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
14317
Daniel Veillarde99a4762001-02-01 04:34:35 +000014318Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14319
14320 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
14321
Daniel Veillard2b325a02001-01-31 20:46:31 +000014322Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14323
14324 * xpath.c: fixed mod operator
14325
Daniel Veillardde55cf62001-01-31 15:53:13 +000014326Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14327
14328 * parser.c: fixed xmlStrcat doc
14329 * tree.c: 2 fixes form Anders Carlson for copying nodes and
14330 trees.
14331
Daniel Veillard2f913b72001-01-31 13:23:49 +000014332Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14333
14334 * xpath.c result/XPath/tests/chaptersbase
14335 result/XPath/tests/simplebase: fixed XPath node()
14336 * tree.c: small fix in xmlNewNs()
14337 * Makefile.am: removed extraneous xml2Conf.sh rule
14338
Daniel Veillardb42042b2001-01-28 07:40:36 +000014339Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14340
14341 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
14342 Changed the library name, in order to get libxml-devel and
14343 libxml2-devel to coexist on a single system
14344 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
14345 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
14346
Daniel Veillardee0a4662001-01-27 18:59:33 +000014347Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14348
14349 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
14350 libxml2-devel installable in // as libxml-devel.
14351
Daniel Veillard5eb05942001-01-27 17:50:22 +000014352Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14353
14354 * doc/Makefile.am: fixed make rebuild in doc
14355 * doc/html/*.html: rebuilt the docs
14356
Daniel Veillard65c295d2001-01-26 09:32:39 +000014357Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14358
14359 * tree.c: patch from Bjorn Reese on xmlBufferCCat
14360
Daniel Veillard8e199902001-01-25 18:54:39 +000014361Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14362
14363 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
14364 the HTML doc to go into the -devel RPM ...
14365 * aclocal.m4 config.h.in: some updates due to auto* magic
14366
Daniel Veillard93086662001-01-25 18:13:04 +000014367Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14368
14369 * xpath.h: added a hook in the context structure allowing to
14370 link to extra support, needed for XSLT
14371
Daniel Veillardf17e09b2001-01-25 13:55:35 +000014372Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14373
14374 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
14375 xmlXPtrCmpPoints to use it.
14376 * propagated the following patch from Alejandro Forero
14377 * include/win32config.h xmlIO.c: applied further suggestions
14378 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
14379 * example/gjobread.c: fixed warnings, now that it builds
14380
14381Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
14382
14383 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
14384
14385 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
14386 filename points to a valid file (not a directory).
14387 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
14388 Added calls to xmlCheckFilenameDir.
14389
14390 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
14391 `path' (rather than `filename') as the parameter to gzopen and open.
14392
Daniel Veillard48177c22001-01-23 15:27:41 +000014393Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14394
14395 * Makefile.am: fixed a problem with EXTRA_DIST
14396
Daniel Veillardb83ba402001-01-22 22:45:10 +000014397Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14398
14399 * Makefile.am example/Makefile.am: finally found the trick
14400 to build the example, i.e. add "." in SUBDIRS before example
14401 in the list <grin/>
14402
Daniel Veillard82687162001-01-22 15:32:01 +000014403Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14404
14405 * doc/xml.html: updated with an XSLT section, removed pointer to
14406 W3C CVS base.
14407
Daniel Veillard8a7642f2001-01-22 10:45:16 +000014408Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14409
14410 * xpath.c: when copying a XSLT tree object teh tree need to be copied
14411 too, and deallocation need to occur the same way.
14412
Daniel Veillarde4566462001-01-22 09:58:39 +000014413Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14414
14415 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
14416 type correponding to an XSLT result tree fragment. Share most
14417 of the data format with node set, as well as operators.
14418 * HTMLtree.c: added a newline at the end of the doctype output
14419 whe this one is not present initially.
14420 * tree.c: make sure taht the parent and doc pointers are properly
14421 set when copying attributes (lists).
14422
Daniel Veillard701c7362001-01-21 09:48:59 +000014423Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14424
14425 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
14426
Daniel Veillard5a2b6972001-01-20 21:15:50 +000014427Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14428
14429 * xpath.c: seems I finally killed that ugly path evaluation
14430 context bug (tagged 9999 in case is is wrong)
14431
Daniel Veillard8f4d9752001-01-19 05:32:34 +000014432Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14433
14434 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
14435 for XSLT
14436
Daniel Veillardd8aa7cb2001-01-18 15:21:36 +000014437Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14438
14439 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
14440 for xmlGzfileOpen() bug
14441
Daniel Veillardf6eea272001-01-18 12:17:12 +000014442Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14443
14444 * xpath.c: removed an error found by XSLT usage
14445 * tree.c parserInternals.h: use a predefined static string
14446 for text and comment nodes, avoid freeing them in xmlFreeNode,
14447 exported the string name in parserInternals.h and added
14448 another value to disable encoding at output (for XSLT),
14449 gain memory, time.
14450
Daniel Veillard8f2cc572001-01-17 08:19:35 +000014451Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14452
14453 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
14454 win32/libxml2/libxml2_so.dsp: new makefiles and update
14455 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
14456
Daniel Veillardf831bfb2001-01-16 17:26:04 +000014457Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14458
14459 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
14460 Gary Pennington
14461
Daniel Veillard389e6b72001-01-15 19:41:13 +000014462Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14463
14464 * xpath.c: fixed the comaprision of values and nodelists,
14465 need to compare nodelist still ...
14466 * debugXML.c: avoided a possible core dump
14467 * HTMLparser.c: cleanup
14468 * nanohttp.c: contributed fix.
14469 * tree.c: fixes in properties handling added xmlSetNsProp
14470 needed by libxslt
14471 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
14472 comment
14473 * TODO: updated
14474
Daniel Veillard167bd532001-01-06 21:09:34 +000014475Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14476
14477 * parser.c parserInternals.c: applied Bjorn Reese optimization
14478 patch
14479
14480Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14481
14482 * Makefile.am: applied patch fro make check from Martin Vidner
14483
Daniel Veillard503b8932001-01-05 06:36:31 +000014484Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14485
14486 * configure.in: preparing 2.2.11
14487 * doc/html/*: rebuild the HTML files
14488 * doc/xml.html : updated
14489
Daniel Veillardc2f4df22001-01-04 14:06:39 +000014490Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14491
14492 * tree.c: fixed a stupid bug
14493 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
14494 patches related to validation of an XInclude processing result
14495 * TODO: updated
14496
Daniel Veillarde2488192001-01-04 10:54:22 +000014497Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14498
14499 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
14500 on large files
14501
Daniel Veillardf060a412001-01-03 20:52:44 +000014502Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14503
14504 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
14505
Daniel Veillard45cff692001-01-03 18:02:04 +000014506Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14507
14508 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
14509 reported by Jonas Borgström
14510 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
14511
Daniel Veillard08108982001-01-03 15:24:58 +000014512Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14513
14514 * testXPath.c xpath.c: fixing the XPath union expressions problem
14515 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
14516
Daniel Veillard4a6845d2001-01-03 13:32:39 +000014517Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14518
14519 * xmllint.c: Made is so if the file name is "-" is will read form
14520 standard input. Sven Heinicke <sven@zen.org>
14521 * tree.c: fixed a problem when growing buffer
14522 * tree.h: fixed the comment of the node types following andersca
14523 comment
14524 * TODO: updated
14525
Daniel Veillarda6d8eb62000-12-27 10:46:47 +000014526Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14527
14528 * HTMLparser.[ch]: added a way to avoid adding automatically
14529 omitted tags. htmlHandleOmittedElem() allows to change the
14530 default handling.
14531 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
14532 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
14533 of xmllint too when using --memory flag, added a memory test
14534 suite at the Makefile level.
14535 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
14536 with namespace use when encountering QNames in XPath evalation,
14537 added xmlns() scheme in XPointer.
14538 * nanoftp.c : incorporated a fix
14539 * parser.c xmlIO.c: fixed problems raised with encoding when using
14540 the memory I/O
14541 * parserInternals.c: closed bug 25934 reported by
14542 torsten.landschoff@innominate.de
14543 * TODO: updated
14544
Daniel Veillarda1fe9102000-11-25 10:49:25 +000014545Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14546
14547 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
14548 on a non-updated tree :-(, made a 2.2.10 release to correct the
14549 situation
14550
Daniel Veillardce6e98d2000-11-25 09:54:49 +000014551Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14552
14553 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
14554 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
14555 integrated a set of OpenVMS changes from Howard Taylor
14556 <Howard.Taylor@pacoast.com>
14557
Daniel Veillard58770e72000-11-25 00:48:47 +000014558Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14559
14560 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
14561 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
14562
Daniel Veillardf62ceff2000-11-24 23:36:01 +000014563Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14564
14565 * HTMLparser.c: some fixes on auto-open of html/head/body
14566 * encoding.c: fixed a compilation error on some gcc env
14567 * xpath.c xpointer.[ch] xpathInternals.h: improved the
14568 XPointer implementation
14569 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
14570 related XPointer tests and associated results
14571
Daniel Veillard300f7d62000-11-24 13:04:04 +000014572Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14573
14574 * doc/xmldtd.html doc/xml.html: following a short step by step
14575 guidance on IRC to help maciej with DTDs I started a small
14576 page on the subject.
14577
Daniel Veillard748e45d2000-11-17 16:36:08 +000014578Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14579
14580 * HTMLparser.c: fixed handling of broken charrefs
14581 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
14582 patches
14583
Daniel Veillard28929b22000-11-13 18:22:49 +000014584Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14585
14586 * doc/xml.html doc/html/* : rebuilt the docs after adding
14587 xinclude and updated page for 2.2.7 and 2.2.8
14588 * configure.in: releasing 2.2.8
14589
Daniel Veillard41e06512000-11-13 11:47:47 +000014590Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14591
14592 * parser.[ch] parserInternals.c: applied the conditional
14593 section processing fix from Jonathan P Springer
14594 <jonathan.springer2@gte.net>
14595 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
14596 project file, fixed iconv default non support
14597 * xpath.c: fixed the problem of evaluating relative expressions
14598 when a node context is provided.
14599
Daniel Veillardbf432752000-11-12 15:56:56 +000014600Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14601
14602 * nanoftp.c: fixed gcc 2.95 new warnings
14603 * SAX.c: fixed a stupid bug
14604 * tree.c: fixed a formatting problem when round-tripping
14605 from/to memory
14606 * xinclude.c: chased memleak, fixed a base problem
14607 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
14608 xmlXPtrBuildNodeList()
14609 * TODO: updated
14610 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
14611 adding a first small set of regression tests for XInclude
14612
Daniel Veillardc2def842000-11-07 14:21:01 +000014613Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14614
14615 * nanohttp.[ch]: applied Wayne Davison patches to access
14616 the WWW-Authorization header.
14617 * parser.c: Closed Bug#30847: Problems when switching encoding
14618 in short files by applying Simon Berg's patch.
14619 * valid.c: fixed a validation problem
14620 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
14621 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
14622 Wayne Davison
14623 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
14624 need to be extended to non full nodes selections.
14625 * xinclude.c: starts to work decently
14626
Daniel Veillard9e8bfae2000-11-06 16:43:11 +000014627Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14628
14629 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
14630 debugXML.c xmlversion.h.in: Started adding XInclude support,
14631 this is a new xmllint option
14632 * tree.c xpath.c: applied TOM patches for XPath
14633 * xpointer.c: fixed a couple of errors.
14634 * uri.c: added an escaping function needed for xinclude
14635 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
14636 new warning from RH70 gcc's version
14637
Daniel Veillarda4964b72000-10-31 18:23:44 +000014638Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14639
14640 * HTMLparser.c: fixed loop on invalid char in scripts
14641 * parser.c: update to description of xmlIOParseDTD()
14642 * libxml.m4 xmlversion.h.in: changes contributed by
14643 Michael Schmeing <m.schmeing@internet-factory.de>
14644 * configure.in: preparing for 2.2.7
14645 * Makefile.am: trying to avoid config.h and acconfig.h
14646 being included in the distrib
14647 * configure.in: released 2.2.7
14648
14649Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14650
14651 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
14652 like namespaces for good. Unified xmlNs and xmlNode somewhat.
14653
Daniel Veillard01411222000-10-30 15:33:22 +000014654Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14655
14656 * parser.[ch]: added xmlIOParseDTD()
14657 * xpointer.c: added support for the 2 extra parameters of
14658 string-range, fixed a stoopid error when '0' was present
14659 in XPointer expressions
14660 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
14661 testsuite for the above
14662
Daniel Veillard6db58192000-10-30 09:27:53 +000014663Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14664
14665 * libxml.spec.in: improved package descriptions
14666
Daniel Veillarda5db68a2000-10-29 18:06:06 +000014667Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14668
14669 * xpath.c xpathInternals.h: applied a large cleaning patch
14670 from TOM <ptittom@free.fr>, it also add namespace support
14671 for function and variables registration.
14672
Daniel Veillardbd20df72000-10-29 17:53:40 +000014673Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14674
14675 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
14676 * Makefile.mingw: Wayne Davison's update adding hash.c
14677
Daniel Veillardc4f4f0b2000-10-29 17:46:30 +000014678Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14679
14680 * xpath.c: fixed the root evaluation problems
14681 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
14682 ignorable spaces with <b> <bold> <em>
14683 * tree.c: fixed a loop in xmlSearchNsByHref()
14684
Daniel Veillard767662d2000-10-27 17:04:52 +000014685Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14686
14687 * xpath.c: applied another XPath patch from TOM
14688 * xpath.c include/makefile.am: applied another patch from
14689 china@thewrittenword.com (cleanup on IRIX).
14690
Daniel Veillard211cc0a2000-10-27 11:49:33 +000014691Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14692
14693 * xml-config.1: received a fixed version from Fredrik Hallenberg
14694 <hallon@lysator.liu.se>
14695
Daniel Veillardf6bf9212000-10-26 14:07:44 +000014696Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14697
14698 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
14699 cleanup patch for XPath
14700
Daniel Veillardd6d7f7b2000-10-25 19:56:55 +000014701Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14702
14703 * patched to redirrect all "out of context" error messages to
14704 a reconfigurable routine. The changes are:
14705 * xmlerror.h : added the export of an error context type (void *)
14706 an error handler type xmlGenericErrorFunc there is an interface
14707 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
14708 to reset the error handling routine and its argument
14709 (by default it's equivalent to respectively fprintf and stderr.
14710 * all the c files: all wild accesses to stderr or stdout within
14711 the library have been replaced to calls to the handler.
14712
Daniel Veillard29a11cc2000-10-25 13:32:39 +000014713Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14714
14715 * configure.in: release 2.2.6
14716 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
14717 exporting the inner functions of xpath for extension modules
14718 * doc/*: updated and rebuilt the doc
14719
Daniel Veillardbe9ec4b2000-10-25 11:01:53 +000014720Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14721
14722 * nanohttp.c : applied Wayne HTTP cleanup patch
14723 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
14724 and xmlNodeSetSpacePreserve()
14725
Daniel Veillarddf7ef2a2000-10-25 10:11:55 +000014726Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14727
14728 * xpath.c: closing bug #29260
14729
Daniel Veillard126f2792000-10-24 17:10:12 +000014730Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14731
14732 * hash.[ch] debugXML.c: expanded/enhanced the API, added
14733 multikey tuples, made hash structure opaque
14734 * valid.[ch]: moved elements, attributes, notations decalarations
14735 as well as ID and refs to hash tables.
14736 * entities.c: hash cleanup
14737 * xmlmemory.c: fixed a dump problem in debug mode
14738 * include/Makefile.am: problem passing in DESTDIR= values patch
14739 from Marc Christensen <marc@calderasystems.com>
14740 * nanohttp.c: removed debugging remains
14741 * HTMLparser.c: the bogus tag should be ignored (Wayne)
14742 * HTMLparser.c parser.c: fixing a number of problems with the
14743 macros in the *parser.c files (Wayne).
14744 * HTMLparser.c: close the previous option when opening a new one
14745 (Marc Sanfacon).
14746 * result/HTML/*: updated the HTML results accordingly
14747
Daniel Veillard52afe802000-10-22 16:56:02 +000014748Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14749
14750 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
14751 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
14752 XPath functions and XML entities table to them. More to come...
14753 * xmlIO.c: fixed libxml closing FILEs it didn't open.
14754
Daniel Veillard683cb022000-10-22 12:04:13 +000014755Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14756
14757 * tree.c: coalesce adjacent text nodes
14758 * valid.c: handling of blank nodes in DTd validation (raised
14759 by problems with a posteriori validation).
14760 * nanohttp.c: changing behaviour on HTTP write stuff.
14761 * HTMLtree.c: forced body and html to be explicitely closed.
14762 * xpath.h: exported more XPath functions.
14763
Daniel Veillard1baf4122000-10-15 20:38:39 +000014764Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14765
14766 * Release of 2.2.5
14767 * xpointer.c: range() range-inside and other helper functions
14768 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
14769
Daniel Veillard47e12f22000-10-15 14:24:25 +000014770Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14771
14772 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
14773 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
14774
Daniel Veillardb732a0e2000-10-15 11:27:01 +000014775Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14776
14777 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
14778 and XPointer modules
14779
Daniel Veillard134c9f32000-10-15 10:27:08 +000014780Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14781
14782 * SAX.h: closed #25107
14783
Daniel Veillard39915622000-10-15 10:06:55 +000014784Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14785
14786 * testSAX.c: fixed problem with cdata reporting
14787 * SAXresult/* : updated
14788
Daniel Veillard1e851392000-10-15 10:02:56 +000014789Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14790
14791 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
14792 Closed bug #27499, added to regression tests
14793 * TODO: updated
14794
Daniel Veillard7eda8452000-10-14 23:38:43 +000014795Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14796
14797 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
14798 support for SCRIPT and STYLE with help from Bjorn Reese
14799 * test/HTML/* result/HTML/*: added simple testcase and updated
14800 the existing ones.
14801
Daniel Veillardff9c3302000-10-13 16:38:25 +000014802Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14803
14804 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
14805 string-range for empty strings
14806 * test/XPath/docs/str test/XPath/xptr/chaptersrange
14807 test/XPath/xptr/strrange: augmented the XPointer testsuite
14808
Daniel Veillard189446d2000-10-13 10:23:06 +000014809Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14810
14811 * doc/xml.html doc/xmlmem.html: added a module describing memory
14812 interfaces and use, updated the main page.
14813
Daniel Veillard2f971a22000-10-12 23:26:32 +000014814Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14815
14816 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
14817 nanoftp code work on Windows too now
14818
14819Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc2df4cd2000-10-12 23:15:24 +000014820
14821 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
14822 * xpointer.c: implemented string-range() at least a good first version
14823 * test/XPath/docs/str test/XPath/xptr/strrange
14824 result/XPath/xptr/strrange: the string-range() tests
14825
Daniel Veillardd3c68c42000-10-12 08:06:28 +000014826Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14827
14828 * Makefile.am include/Makefile.am include/win32config.h
14829 win32/Makefile.mingw: fixed problems reported by Wayne Davison
14830 and make distcheck
14831
Daniel Veillard19d61112000-10-11 23:50:35 +000014832Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14833
14834 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
14835 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
14836 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
14837
Daniel Veillardb0426ca2000-10-11 23:39:43 +000014838Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14839
14840 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
14841 patch for socklen_t detection by
14842 Albert Chin-A-Young <china@thewrittenword.com>
14843
Daniel Veillardcd429612000-10-11 15:57:05 +000014844Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14845
14846 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
14847 and added a --dtdvalid option to xmllint used to test it
14848
Daniel Veillard47c02452000-10-11 13:04:36 +000014849Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14850
14851 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
14852 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
14853
Daniel Veillard2d38f042000-10-11 10:54:10 +000014854Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14855
14856 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
14857 handlings (registration, lookup, cleanup)
14858
Daniel Veillardc8df0aa2000-10-10 23:50:30 +000014859Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14860
14861 * configure.in Makefile.am include/makefile.am: adding XPointer
14862 and XPtrtests target
14863 * xpointer.[ch] : new files for XPointer support
14864 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
14865 more XPath tests
14866
Daniel Veillard57fda592000-10-10 23:24:14 +000014867Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14868
14869 * configure.in: fixed, very broken, make distcheck works again
14870
Daniel Veillarde8282ed2000-10-10 23:01:31 +000014871Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14872
14873 * More work toward 2.2.5, integrated a number of patches
14874 * configure.in Makefile.am win32config.h.in: trying to cleanup
14875 make distcheck .... huh ...
14876 * include/Makefile.am include/win32config.h: new directory
14877 for includes
14878 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
14879 updated teh makefiles and instructions for WIN32
14880 * xpath.c: small fixes
14881 * test/XPath/ results/XPath: updated the testcases and results
14882 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
14883 suggested patches
14884 * valid.c: fixed an ID bug
14885
Daniel Veillardb71379b2000-10-09 12:30:39 +000014886Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14887
14888 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +000014889 the automake bug where wrong dependencies were generated.
Daniel Veillardb71379b2000-10-09 12:30:39 +000014890 * xpath.[ch]: worked on XPointer
14891
Daniel Veillard7e99c632000-10-06 12:59:53 +000014892Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14893
14894 * configure.in Makefile.am: 2.2.5, ship the include in an
14895 include/libxml subdirectory, use symlinks when using CVS
14896 * testSAX.c: fixed small bug
14897 * testXPath.c: changed the way testfiles are parsed
14898 * debugXML.c: same kind of cleanup when parsing an argument expression
14899 XPath/XPointers can have blanks embedded
14900 * xpath.[ch]: more cleanup, reorgs for XPointer work
14901 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
14902 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
14903
Daniel Veillard55b91f22000-10-05 16:30:11 +000014904Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14905
14906 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
14907 in the XPath engine, rewrote large parts of it, now it's far
14908 cleaner and in sync with the REC not an old WD. Fixed a parsing
14909 problem in the interactive XML shell found when testing XPath.
14910
Daniel Veillardac260302000-10-04 13:33:43 +000014911Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14912
14913 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
14914 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
14915 examples with the extra test
14916
Daniel Veillard7cfce322000-10-04 12:40:27 +000014917Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14918
14919 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
14920 the global init function.
14921
Daniel Veillard970112a2000-10-03 09:33:21 +000014922Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14923
14924 * HTMLparser.c: Doohhh, attribute name parsing was still case
14925 sensitive ! Fixed this ...
14926 * result/HTML/* : updated the tests results accordingly
14927
Daniel Veillard740abf52000-10-02 23:04:54 +000014928Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14929
14930 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
14931 engine, should be far more stable, incorporated a new version of
14932 preceding/following axis, need testing
14933 * uri.c: fixed file:///c:/a/b/c problem
14934 * test/XPath/tests/idsimple: augmented the XPath tests
14935
Daniel Veillard3bff2b02000-10-01 20:33:47 +000014936Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14937
14938 * doc/* rebuilding docs for 2.2.4 release
14939
Daniel Veillard8b5dd832000-10-01 20:28:44 +000014940Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14941
14942 * configure.in: releasing 2.2.4
14943 * parser.[ch]: added xmlStrEqual()
14944 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
14945 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
14946 use xmlStrEqual instead
14947 * TODO: updated
14948 * added an XPath test
14949
Daniel Veillardbc765302000-10-01 18:23:35 +000014950Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14951
14952 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
14953 * entities.h: exported xmlInitializePredefinedEntities
14954 * parser.[ch] : added xmlInitParser()
14955 * parserInternals.h : had to export htmlInitAutoClose()
14956
Daniel Veillardf09e7e32000-10-01 15:53:30 +000014957Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14958
14959 * xpath.[ch] : fixed some serious XPath Predicate evaluation
14960 problems
14961 * Makefile.am : added XPath regression tests to normal tests
14962 * uri.c: fixed a problem with local paths, cleanup
14963 * parser.c: fixed a problem with large CData sections
14964
Daniel Veillardd2ade932000-09-30 14:39:55 +000014965Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14966
14967 * configure.in xml-config.in: patch from "Ben Taylor"
14968 <sol7x86@hotmail.com> for solaris shared libs lookup
14969
Martin Bauligdd7d1f62000-09-29 23:17:57 +0000149702000-09-30 Martin Baulig <baulig@suse.de>
14971
14972 * libxml-2.0.pc.in: Provide pkg-config script.
14973
14974 * configure.in: Create the libxml-2.0.pc script from the
14975 libxml-2.0.pc.in templates.
14976 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
Martin Baulig1b478d12000-09-30 02:27:55 +000014977 script in `$(libdir)/pkgconfig'.
Martin Bauligdd7d1f62000-09-29 23:17:57 +000014978
Daniel Veillard4b0755c2000-09-25 14:26:28 +000014979Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14980
14981 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
14982 when compiling with MSC
14983
Daniel Veillard46057e12000-09-24 18:49:59 +000014984Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14985
14986 * xpath.c: patch for normalize-string() substring-before(),
14987 substring-after() and translate() functions from Bjorn Reese
14988 <breese@mail1.stofanet.dk>
14989 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
14990 Fredrik Hallenberg <hallon@lysator.liu.se>
14991 * TODO: updated
14992
Daniel Veillard281f8ff2000-09-24 08:12:14 +000014993Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14994
14995 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
14996 problem of socklen_t being undefined on a number of platforms
14997 * debugXML.c: fixed a compilation problem when without snprintf
14998
Daniel Veillard8ddb5a72000-09-23 10:28:52 +000014999Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15000
15001 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
15002 an URI bug and a fix for the control-character-induced infinite loop
15003 * nanohttp.c: preventive fix for compiling on WIN32
15004
Daniel Veillard64c20ed2000-09-22 16:07:02 +000015005Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15006
15007 * xmlint.c: closing bug #25000
15008
Daniel Veillardb656ebe2000-09-22 13:51:48 +000015009Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15010
15011 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
15012 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
15013 modified slightly Wayne Davison patch adding xmlStrcasecmp and
15014 related function, fixing xmlStrncmp(), and associated cleanup
15015 * result/HTML/entities.html.sax: updating result
15016
Daniel Veillard4fb87ee2000-09-19 12:25:59 +000015017Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15018
15019 * uri.c: applied patch for URI escaping from Wayne Davison
15020 <wayned@blorf.net>
15021 * tree.c parserInternals.c HTMLparser.c: memset checks patches
15022 from Denis Barbier <barbier@imacs.polytechnique.fr>
15023 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
15024 patch from Wayne Davison
15025
Daniel Veillardd5f97f82000-09-17 16:38:14 +000015026Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15027
15028 * doc/xml.html : updated with new releases, adding "how to help"
15029
Daniel Veillard04698d92000-09-17 16:00:22 +000015030Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15031
15032 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
15033 removed a few warnings in pedantic mode ...
15034 * parserInternals.c parser.c: moved encoding switching function
15035 to parserInternals.c
15036 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
15037
Daniel Veillarda2c6da92000-09-16 18:15:00 +000015038Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15039
15040 * HTMLparser.c parser.c: set ctxt->errNo before calling the
15041 error or warning handlers
15042
Daniel Veillardb1059e22000-09-16 14:02:43 +000015043Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15044
15045 * parserInternals.c parserInternals.h parser.c Makefile.am:
15046 created a new module parserInternals.c, moved most of the
15047 code shared by the various parsers there, as well as
15048 deprecated code from parser.c. More cleanup of parser.c
15049 * uri.c: fixed a problem when URI is NULL
15050 * valid.c: speedup when looking for an attribute declaration
15051
Daniel Veillard39c7d712000-09-10 16:14:55 +000015052Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15053
15054 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
15055 the cleanup of the computation of URI references when seeking
15056 external entities. The URI reference string and the resulting
15057 URI are both stored now.
15058 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
15059 large s(n)printf checks and cleanup from Denis Barbier
15060 <barbier@imacs.polytechnique.fr>
15061 * xmlversion.h.in tree.h: couple of SGML declarations for a
15062 possible docbook module.
15063 * result/VC/ : a couple of test output changed due to the change
15064 of the entities URI
15065
Daniel Veillardb513f5a2000-09-10 14:01:12 +000015066Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15067
15068 * parser.h: added a _private field for linking user's data
15069
Daniel Veillarddd477ce2000-09-10 13:23:08 +000015070Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15071
15072 * parser.c parserInternals.h: demacroified most of the IS_XXX
15073 the gain in size is significant so ...
15074
Daniel Veillard4b5b80c2000-09-08 18:54:41 +000015075Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15076
15077 * entities.c: cases where looking up entities with doc==NULL
15078 covered
15079
Daniel Veillard90e11312000-09-05 10:42:32 +000015080Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15081
Daniel Veillard1de50802000-09-07 08:54:32 +000015082 * uri.c: applied Wayne Davison patch
Daniel Veillard90e11312000-09-05 10:42:32 +000015083 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
15084
Daniel Veillard98a79162000-09-04 11:15:39 +000015085Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15086
Daniel Veillard1de50802000-09-07 08:54:32 +000015087 * uri.c testUri.c: applied Wayne Davison patches
Daniel Veillard98a79162000-09-04 11:15:39 +000015088 * test/URI/uri.data result/URI/uri.data: first set of tests/results
15089 * Makefile.in: added URItest and included thenin "make tests"
15090
15091Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard960aa532000-09-03 17:20:17 +000015092
15093 * xmlversion.h.in: closed bug 22941
15094
Daniel Veillard2bb89092000-08-31 14:57:50 +000015095Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15096
15097 * doc/xmlio.html: added doc and example for entity loader
15098 redefinition.
15099
Daniel Veillard96984452000-08-31 13:50:12 +000015100Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15101
15102 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
15103 used by libxml
15104
Daniel Veillarde715dd22000-08-29 18:29:38 +000015105Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15106
15107 * parser.c: Fixed bug on invalid ontent characters and when using
15108 push.
15109 * xmllint.c: fixed xmllint endling of errors in push mode
15110
Daniel Veillard4948eb42000-08-29 09:41:15 +000015111Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15112
15113 * HTMLparser.c testHTML.c: applied two new patches from
Daniel Veillardbbe11b02000-09-23 07:07:40 +000015114 Wayne Davison <wayned@users.sourceforge.net>
Daniel Veillard4948eb42000-08-29 09:41:15 +000015115 * result/HTML/*.sax: regenerated HTML SAX output
15116 * parser.c: more cleanup.
15117
Daniel Veillarde010c172000-08-28 10:04:51 +000015118Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15119
15120 * HTMLparser.[ch] testHTML.c: applied the second set of
Daniel Veillardbbe11b02000-09-23 07:07:40 +000015121 patches from Wayne Davison <wayned@users.sourceforge.net>,
15122 adding htmlEncodeEntities()
Daniel Veillarde010c172000-08-28 10:04:51 +000015123 * HTMLparser.c: fixed an ignorable white space detection bug
15124 occuring when parsing with SAX only
15125 * result/HTML/*.sax: updated since the output is now HTML
15126 encoded...
15127
Daniel Veillard47f3f312000-08-27 22:40:15 +000015128Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15129
Daniel Veillardbbe11b02000-09-23 07:07:40 +000015130 * HTMLparser.[ch]: applied some of Wayne Davison
15131 <wayned@users.sourceforge.net> patches
Daniel Veillard47f3f312000-08-27 22:40:15 +000015132
Daniel Veillarde0854c32000-08-27 21:12:29 +000015133Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15134
15135 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
15136 undeclared namespace prefix was used, added a warning.
15137 Cleaned up support w.r.t. entities, spilling out a warning
15138 and being pedantic on lookups.
15139 * test/warning/ent9 : added testcase for previous example.
15140 * TODO: updated
15141 * parserInternals.h parser.c: changed the way names are parsed
15142 now allow infinite size and decrease penalty for normal use
15143 * parser.c: Started a big cleanup/check of the parser code,
15144 fixed some of the most tortuous entity code, spotted code
15145 unused anymore
15146 * test/*: added tests for very long names and related nasty
15147 things.
15148
Daniel Veillardf0cc7cc2000-08-26 21:40:43 +000015149Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15150
15151 * doc/encoding.html: added encoding aliases doc
15152 * doc/xml.html: updates
15153 * encoding.[ch]: added EncodingAliases functions
15154 * entities.[ch] valid.[ch] debugXML.c: removed two serious
15155 bottleneck affecting large DTDs like Docbook
15156 * parser.[ch] xmllint.c: added a pedantic option, will be
15157 useful
15158 * SAX.c: redefinition of entities is reported in pedantic mode
15159 * testHTML.c: uninitialized warning from gcc
15160 * uri.c: fixed a couple of bugs
15161 * TODO: added issue raised by Michael
15162
Daniel Veillard0d6b1702000-08-22 23:52:16 +000015163Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15164
15165 * doc/encoding.html: propagated Martin Duerst suggestions
15166
Daniel Veillard52402ce2000-08-22 23:36:12 +000015167Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15168
15169 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
15170 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
15171 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
15172 by Wayne Davison
15173
Daniel Veillard2f2bf412000-08-20 15:11:02 +000015174Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15175
15176 * nanoftp.c nanohttp.c: small cleanup
15177 * TODO: updated
15178
Daniel Veillard244ece92000-08-19 20:58:02 +000015179Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15180
15181 * added an old VC testcase and updated title.xml entity
15182
Daniel Veillardb8f25c92000-08-19 19:52:36 +000015183Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15184
15185 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
15186 done on auto-opening of <p> tags and cleanup of SAX output
15187
Daniel Veillard979e55e2000-08-19 16:48:54 +000015188Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15189
15190 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
15191
Daniel Veillard4540be42000-08-19 16:40:28 +000015192Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15193
15194 * doc/xml.html libxml.* structure.*: updated the doc a bit
15195
Daniel Veillard808a3f12000-08-17 13:50:51 +000015196Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15197
15198 * testSAX.c testHTML.c result/HTML/: cleanup of the output
15199 of SAX tests
15200
Daniel Veillard29579362000-08-14 17:57:48 +000015201Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15202
15203 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
15204 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
15205
Daniel Veillard1255ab72000-08-14 15:13:33 +000015206Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15207
15208 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
15209 * testHTML.c: fix core dump on Solaris 2.x systems
15210 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
15211 * result/HTML/*.sax: previous bug fix lead to new results
15212
Daniel Veillard03109292000-08-14 14:58:22 +000015213Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15214
15215 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
15216 * configure.in: added --with-readline=DIR to accept alternate
15217 path for readline include/library
15218 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
15219 for ANSI under HP-UX
15220 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
15221 includes @LIBS@
15222
Daniel Veillard7c29ce22000-08-12 21:20:53 +000015223Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15224
15225 * doc/* : rebuilt the docs
15226 * getting ready for 2.2.2 release
15227
Daniel Veillard87b95392000-08-12 21:12:04 +000015228Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15229
15230 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
15231 and xmlAddFeature()
15232 * tree.[ch]: added xmlAddChildList()
15233 * xmllint.c: MAP_FAILED macro test
15234 * parser.h: added xmlParseCtxtExternalEntity()
15235 * valid.c: applied bug fixes removed warning
15236 * tree.c: added CDATA block to elements content
15237 * testSAX.c: cleanup of output
15238 * testHTML.c: added SAX testing
15239 * encoding.c: better error recovery
15240 * SAX.c, parser.c: fixed one of the external entity processing
15241 of the OASis testsuite
15242 * Makefile.am: added HTML SAX regression tests
15243 * configure.in: bumped to 2.2.2
15244 * test/HTML/ result/HTML: added a few of HTML tests, and added the
15245 SAX results
15246
Daniel Veillard88a172f2000-08-04 18:23:10 +000015247Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15248
15249 * configure.in: patch for HP compiler
15250
152512000-08-04 Sven Heinicke <sven@zen.org>
15252
15253 * xmllint.c: Was coredumping sometimes when the file given didn't
15254 exist.
15255
Daniel Veillard46e370e2000-07-21 20:32:03 +000015256Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15257
15258 * parser.c xmlIO.[ch]: fixed the problem of encoding support
Daniel Veillard2f2bf412000-08-20 15:11:02 +000015259
Daniel Veillard46e370e2000-07-21 20:32:03 +000015260 when using in memory parsing. Need some cleanup.
15261 * xmllint.c configure.in: added a --memory flag to test memory
15262 parsing
15263
Daniel Veillard36650692000-07-21 15:16:39 +000015264Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15265
15266 * nanohttp.c: fixed socklen_t replacement to unsigned int
15267 * parser.c: fixed a space handdling missing at the end of
15268 production 28 DOCTYPE.
15269 * xmlmemory.c: fixed a stupid bug on the routine to override
15270 allocation functions
15271 * TODO: updated
15272
Daniel Veillarde46e20d2000-07-14 15:02:46 +000015273Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15274
15275 * doc/ regenerated the docs
15276
Daniel Veillard32bc74e2000-07-14 14:49:25 +000015277Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15278
15279 * doc/encoding.html doc/xml.html: added I18N doc
15280 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
15281 improvements, both parser and filters, added ASCII & HTML,
15282 fixed the ISO-Latin-1 one
15283 * xmllint.c testHTML.c: added/made visible --encode
15284 * debugXML.c : cleanup
15285 * most .c files: applied patches due to warning on Windows and
15286 when using Sun Pro cc compiler
15287 * xpath.c : cleanup memleaks
15288 * nanoftp.c : added a TESTING preprocessor flag for standalong
15289 compile so that people can report bugs more easilly
15290 * nanohttp.c : ditched socklen_t which was a portability mess
15291 and replaced it with unsigned int.
15292 * tree.[ch]: added xmlHasProp()
15293 * TODO: updated
15294 * test/ : added more test for entities, NS, encoding, HTML, wap
15295 * configure.in: preparing for 2.2.0 release
15296
Daniel Veillard49703262000-07-10 10:27:46 +000015297Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15298
15299 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +000015300 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard49703262000-07-10 10:27:46 +000015301
Daniel Veillard306be992000-07-03 12:38:45 +000015302Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15303
15304 * doc/xml.html: changed the xmlsoft.org structure, updated the
15305 examples w.r.t. root and childs
15306
Daniel Veillard7d853352000-07-02 18:53:09 +000015307Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15308
Daniel Veillard784b9352003-02-16 15:50:27 +000015309 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7d853352000-07-02 18:53:09 +000015310
Daniel Veillard365e13b2000-07-02 07:56:37 +000015311Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15312
15313 * HTMLparser.c: Work on character encoding support for the HTML parser
15314 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
15315 * encoding.c: Fixed a potential memleak in the encoding stuff
15316
Daniel Veillardaf743792000-07-01 11:49:28 +000015317Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15318
15319 * doc/FAQ.html doc/Makefile.am : added a FAQ
15320
15321Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardd83eb822000-06-30 18:39:56 +000015322
15323 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
15324 of the HTML parser to force it to not bypass SAX
15325
Daniel Veillard3f6f7f62000-06-30 17:58:25 +000015326Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15327
15328 * win32config.h.in: updated
15329 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
15330 lacks iconv support :-( need to release 2.1.1
15331 * configure.in: release 2.1.1
15332 * HTMLparser: fixed bug #14784
15333 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
15334 by Windows compiler
15335 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
15336 the SAX startDocument() callback.
15337 * TODO: updated
15338
15339Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15340
15341 * added xmlStopParser()
15342
Daniel Veillardbe803962000-06-28 23:40:59 +000015343Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15344
15345 * configure.in: 2.1.0 prerelease
15346 * Large resync between W3C and Gnome tree
15347 * nanoftp, nanohttp.c: fixed stalled connections probs
15348 * HTMLtree.c SAX.c : support for attribute without values in
15349 HTML for andersca
15350 * valid.c: Fixed most validation + namespace problems
15351 * HTMLparser.c: start document callback for andersca
15352 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
15353 * parser.h, SAX.c: serious speed improvement for large
15354 CDATA blocks
15355 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
15356 different encoding
15357 * example/Makefile.am example/gjobread.c tree.h: work on
15358 libxml1 libxml2 convergence.
15359 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
15360 and the LIBXML_TEST_VERSION macro
15361
Daniel Veillardc310d562000-06-23 18:32:15 +000015362Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15363
15364 * doc/xml.html: various patches and improvements typo fixed by
15365 Felix Natter
15366 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
15367 from Felix Natter <fnatter@gmx.net>
15368
Daniel Veillardf3029822000-05-06 08:11:19 +000015369Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15370
15371 * doc/upgrade.html: updated with instructions for support of both
15372 libxml-1.x and libxml-2.x
15373 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
15374 for 2.x support and also fixed includes
15375
15376
Daniel Veillard496a1cf2000-05-03 14:20:55 +000015377Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15378
15379 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
15380 the encoding support, added iconv support, so now libxml if
15381 compiled with iconv automatically support japanese encodings
15382 among others. Work based on initial patch from Yuan-Chen Cheng
15383 I may have broken binary compat in the encoding handler
15384 registration scheme, but that was so utterly broken I don't
15385 expect anybody to have used this feature until now.
15386 * parserInternals.h: fixup on the CHAR range macro
15387 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
15388 code.
15389 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
15390 * uri.c: added xmlParseURI() I can't believe I forgot to
15391 implement this one in 2.0 !!!
15392 * SAX.c: moved doc->encoding update in the endDocument() call.
15393 * TODO: updated.
15394
Daniel Veillard06047432000-04-24 11:33:38 +000015395Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15396
15397 * tree.h: removed extraneous xmlRemoveProp definition
15398 * TODO: added item about --disable-corba configure switch
15399 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
15400 * nanoftp.c: fixed include problems giving troubles on AIX and
15401 slowlaris
15402 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
15403 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
15404 comment and headers changes to lower gtk-doc number of warnings
15405 * doc/html/*: rebuilt docs
15406
Daniel Veillarde0aed302000-04-16 08:52:20 +000015407Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15408
15409 * HACKING: documented the tag for 1.x and instructions
15410
Daniel Veillard5e873c42000-04-12 13:27:38 +000015411Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15412
15413 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
15414 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
15415 xmlCreateIOParserCtxt
15416 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
15417 significant overall improvement
15418 * xmllint.c: added I/O test to xmllint
15419 * testSAX.c: added a speed test
15420 * doc/* : updated/regenerated
15421
Daniel Veillardfc708e22000-04-08 13:17:27 +000015422Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15423
15424 * xpath.c uri.h parserInternals.h: cosmetic changes from
15425 "Timur I. Bakeyev" <timur@bat.ru>, including making
15426 xmlCreateURI() public
15427
Daniel Veillard5d211f42000-04-07 17:00:24 +000015428Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15429
15430 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
15431 and the code at the same time. Added a clean mechanism for
15432 overload or added input methods: xmlRegisterInputCallbacks()
15433 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
15434 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
15435 * TODO: updated
15436 * doc/* : updated/regenerated
15437 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
15438 source dir
15439
Daniel Veillarde77a9182000-04-05 19:12:29 +000015440Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15441
15442 * testURI.c: yet another forgotten commit, I should get some sleep !
15443
Daniel Veillardce8b83b2000-04-05 18:38:42 +000015444Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15445
15446 * xmllint.c: forgot to commit this too ?
15447
Daniel Veillardb9df4042000-04-05 14:23:16 +000015448Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15449
15450 * xmlversion.h.in : forgot to commit this previously
15451
Daniel Veillard361d8452000-04-03 19:48:13 +000015452Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15453
15454 * configure.in: preparing libxml-2.0.0 version looks Ok so far
15455 * README TODO: updated for release
15456 * uri.c uri.h: added authority parsing/saving
15457 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
15458 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
15459 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
15460 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
15461 Makefile.am : added compile-time customization of libxml
15462 --with-ftp --with-http --with-html --with-xpath --with-debug
15463 --with-mem-debug
15464 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
15465 #include <libxml/xxx.h> I hope it won't break too much stuff
15466 and will be manageable in the future...
15467 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
15468 and added xmllint to the installed programs
15469 * uri.h: added xmlFreeURI()
15470
Daniel Veillardec303412000-03-24 13:41:54 +000015471Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15472
15473 * uri.c uri.h: finished the escaping handling, the base support
15474 and the URI path normalization. Looks good just lacks the
15475 authority content parsing code.
15476 * Makefile.am: added instructions to generate testURI
15477 * TODO: updated
15478 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
15479 added links and icons for W3C and Gnome
15480
Daniel Veillard8f621982000-03-20 13:07:15 +000015481Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15482
15483 * xmlmemory.[ch] : seems I forgot to actually update the files in
15484 the last commit :-)
15485 * doc/xml.html doc/html/* : updated and uploaded the docs
15486
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015487Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15488
15489 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
15490 * TODO: updated
15491 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
Daniel Veillard8f621982000-03-20 13:07:15 +000015492 libxml default allocation function with another set (like gmalloc/
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015493 gfree).
15494 * Makefile.am, uri.c, uri.h: added a set of functions to do
15495 exact (litteraly copied from the RFC 2396 productions) parsing
15496 and handling of URI. Will be needed for XLink, one XML WFC,
15497 XML Base and reused in the nano[ftp/http] modules. Still work
15498 to be done.
15499
Daniel Veillardedfb29b2000-03-14 19:59:05 +000015500Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15501
15502 * configure.in, libxml.spec.in : libxml2
15503 * doc/* : updated the doc page, rebuilt the docs
15504
Daniel Veillardcf461992000-03-14 18:30:20 +000015505Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15506
15507 * all: tagged LIB_XML_1_X
15508 * *.c *.h : updated from W3C CVS tree
15509 * configure.in : 2.0.0-beta
15510 * libxml.spec.in : libxml2 package nam
15511 * result/* : new version of the tests output
15512
Daniel Veillardf13e1ed2000-03-06 07:41:49 +000015513Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15514
15515 * doc/xml.html, doc/update.html: updated docs, 1.8.7
15516
Daniel Veillardb566ce12000-03-04 11:39:42 +000015517Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15518
15519 * doc/* : rebuilt the docs
15520 * parser.c: final patch on #6766
15521 * valid.c: small patch on validity checks.
15522
Daniel Veillardfb76c402000-03-04 11:39:42 +000015523Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15524
15525 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
15526 added
15527 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
15528 compatibility w.r.t. XML spec and existing code.
15529
Daniel Veillard90fb02c2000-03-02 03:46:43 +000015530Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15531
15532 * parser.c: seems a better solution to <a> </a> exists,
15533 will try it for a while
15534
Daniel Veillard83a30e72000-03-02 03:33:32 +000015535Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15536
15537 * parser.c: tried to remove the <a> </a> generating <a/>
15538 this is hard. Left a flag for that purpose. Fixed bug #6766
15539 * configure.in: prepared 1.8.7 not released, due to previous
15540 problem
15541
Daniel Veillard88f00ae2000-03-02 00:15:55 +000015542Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15543
15544 * doc/xml.html : applied second patch from Paul DuBois
15545
Daniel Veillard402e8c82000-02-29 22:57:47 +000015546Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15547
15548 * doc/xml.html : applied patch from Paul DuBois
15549
Daniel Veillardd0f7f742000-02-02 17:42:48 +000015550Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15551
15552 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
15553
Daniel Veillard5feb8492000-02-02 17:15:36 +000015554Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15555
15556 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
15557 compilation warnings on various platforms.
15558 * parser.c: Fixed #5281 validity error callbacks are now desactived
15559 by default if not validating.
15560
Daniel Veillardf341f932000-02-02 14:52:08 +000015561Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15562
15563 * nanoftp.c, win32config.h.in: patches to compile on WIN32
15564
Daniel Veillard13c757e2000-02-01 23:59:15 +000015565Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15566
15567 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
15568 <gkatsi@cs.toronto.edu>
15569
Daniel Veillard726e8792000-01-30 20:04:29 +000015570Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15571
15572 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
15573 processing URLs
15574
Daniel Veillarde41f2b72000-01-30 20:00:07 +000015575Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15576
15577 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
15578 xmlNanoFTPUpdateURL for persistent control connections.
15579 * configure.in: 1.8.6
15580
15581Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15582
15583 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
15584 * tree.[ch] : added xmlSaveNoEmptyTags
15585
James Henstridgef3be9312000-01-28 13:59:21 +0000155862000-01-29 James Henstridge <james@daa.com.au>
15587
15588 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
15589
15590 * Makefile.am: added nanoftp.[ch] to the build.
15591
Daniel Veillardaeea04f2000-01-25 19:27:27 +000015592Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15593
15594 * nanoftp.[ch]: cleanup, comments, API
15595 * debugXML.c : fixed a bug in the cat command
15596 * doc/*: regenerated the docs
15597
Daniel Veillardda07c342000-01-25 18:31:22 +000015598Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15599
15600 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
15601 * debugXML.c : fixed a bug in the cat command
15602 * valid.c: fixing some small probs
15603 * libxml.spec.in: get rid of the SNAP suffix
15604 * doc/xml.html: updated the status
15605
Daniel Veillarde3d88ef2000-01-24 13:55:06 +000015606Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15607
15608 * xml-config.in: xml-config --version to just return the
15609 version number
15610 * xpath.c: some cleanup w.r.t. axis when the current node is
15611 an attribute.
15612 * TODO: updated
15613
Daniel Veillard461a66c2000-01-18 18:01:01 +000015614Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15615
15616 * configure.in: prepared for libxml-1.8.5
15617 * doc/* recompiled the documentation
15618
156192000-01-17 Jody Goldberg <jgoldberg@home.com>
15620
15621 * configure.in : WARNING autoconf subtlety alert :
15622 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
15623 when looking for zlib.h so that HAVE_ZLIB_H is defined.
15624 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
15625 get defined by AC_CHECK_HEADERS.
15626
Daniel Veillardf967b902000-01-17 16:06:10 +000015627Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15628
15629 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
15630 Rune.Djurhuus@fast.no
15631
Daniel Veillardad8f99d2000-01-15 14:20:03 +000015632Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15633
15634 * TODO: updated
15635 * tree.c, parser.c: made sure that only memory alloc problems
15636 and internal parser errors are allowed to write to stdout or
15637 stderr.
15638
Daniel Veillard0142b842000-01-14 14:45:24 +000015639Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15640
15641 * tree.c : restored xmlNewGlobalNs since this seems used by
15642 a lot of existing code :-(, fixed a bug in xmlNewNs
15643 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
15644 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
15645 to exit() from the library code.
15646 * xpath.c, parser.c: removed bugs or unused code detected by
15647 Windows compilers
15648 * parser.c: started adding interfaces for parsing well balanced
15649 XML fragments
15650 * configure.in: releasing 1.8.4
15651 * doc/* : rebuilt the docs
15652
Daniel Veillard2eac5032000-01-09 21:08:56 +000015653Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15654
15655 * tree.[ch] : added xmlNewDocFragment() for DOM
15656 * testHTML.c: uninitialized variable.
15657
Daniel Veillardf3a73582000-01-05 14:58:39 +000015658Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15659
15660 * doc/* : rebuild the docs
15661
Daniel Veillard71b656e2000-01-05 14:46:17 +000015662Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15663
15664 * acconfig.h: readline and history patch
15665 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
15666 * tree.c: added check and handling when possibly removing an ID
15667 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
15668 and saving.
15669 * test/HTML/entities.html result/HTML/entities.html* : test for
15670 various entities reference cases
15671 * result/HTML/* : as a result output of some testcase have
15672 changed
15673 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
15674 by previous example. added xmlParseTryOrFinish().
15675 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
15676 entities.h debugXML.h HTMLparser.h: changed the way struct are
15677 declared to allow gtk-doc to expose those
15678 * parser.c: closed bug #4960
15679 * Makefile.am configure.in: Applied patch from
15680 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
15681 and math/socket libs detection
15682
Daniel Veillard437b87b2000-01-03 17:30:46 +000015683Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15684
15685 * configure.in, Makefile.am: link tester against readline
15686 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
15687
Daniel Veillard686d6b62000-01-03 11:08:02 +000015688Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15689
15690 * tree.[ch]: added xmlRemoveProp
15691 * win32config.h.in nanohttp.c: avoid including the Windows
15692 socket stuff in every C files
15693 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
15694 the XmL parser(s)
15695 * test/ns4 result/ns4 etc...: added test case for previous prob
15696 * tree.c: xmlNewNs wasn't checking for double definition
15697 * Makefile.in: fixed a problem with dist-hook duplicates
15698 * parser.[hc], xmlIO.c: fixed the loading of external entities
15699 APIs, now xmlLoadExternalEntity() is used everywhere and
15700 setting up an app specific front-end using the
15701 * SAX.c parser.c: some fixes, now the xhtml spec validates
15702 with the xhtml DTD.
15703 * error.c: fixed crashes in case of no input stream
15704 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
15705 to the validation tests and results
15706
Daniel Veillard5e5c6231999-12-29 12:49:06 +000015707Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15708
15709 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
15710 too htmlCreatePushParserCtxt() and htmlParseChunk()
15711 * parser.c: a bit of cleanup.
15712 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
15713 to XML) removed the last mem leak known
15714 * HTMLtree.c: output message cleanup
15715 * xmlmemory.c: display content info about memory blocks
15716 * result/HTML/wired.* : missing att value warning change
15717
Daniel Veillardbe849cf1999-12-28 16:43:59 +000015718Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15719
15720 * doc/* : rebuilt the documentation
15721
Daniel Veillarddbfd6411999-12-28 16:35:14 +000015722Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15723
15724 * parser.[ch] parserInternals.h: Push parser for XML,
15725 seems to work fine now
15726 * tester.c debugXML.[ch]: Added an XML shell debug facility and
15727 --push for push testing
15728 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
15729 * testSAX.c: added --push
15730 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
15731 subtree
15732 * xmlIO.[ch] : enriched API + fixes for push mode
15733 * entities.[ch]: added the entity content length to the struct.
15734 * xmlmemory.[ch]: new API to show the last entries for the shell
15735 * valid.c: added required attribute testing
15736 * SAX.c: the cdata callback now merge contiguous fragments
15737 * HTMLparser.c: cleanup of some macros
15738
Daniel Veillard3c558c31999-12-22 11:30:41 +000015739Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15740
15741 * parser.c: fix for PIs name starting with xml
15742 * tree.c: fixed a potential problem with || and && ops
Daniel Veillardfef854d1999-12-22 11:31:10 +000015743 * *.c, configure.in win32config.h.in : generate win32config.h for
15744 those on the Other Side !
Daniel Veillard3c558c31999-12-22 11:30:41 +000015745
Daniel Veillard0caf07a1999-12-21 16:25:49 +000015746Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15747
15748 * parser.c: fixed a stupid = vs. == bug :-(
15749 * doc/gnome-xml.sgml: s/glade/xml/
15750
Daniel Veillard5cb5ab81999-12-21 15:35:29 +000015751Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15752
15753 * configure.in, doc/xml.html : bug fix release 1.8.2
15754 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
15755 Hopefully the end of that silly C++ include problem
15756 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
15757 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
15758 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
15759 troubles with autoclosed elements when the stree shape doesn't
15760 follow the DtD specs. Added htmlIsAutoClosed() and
15761 htmlAutoCloseTag()
15762 * result/HTML/*.htm*: Updated the HTML examples regression tests output
15763 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
15764 * debugXML.c: fixed a bug on printing default namespaces.
15765 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
15766
Daniel Veillardb24054a1999-12-18 15:32:46 +000015767Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15768
15769 * result/HTML/*.htm[l] : updated the HTML regression tests according
15770 to the new output
15771 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
15772 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
15773 problem due to intermix of extern "C" { ... } declarations for C++
15774 and recursive includes in the headers
15775
Chris Lahey323c48c1999-12-18 15:32:45 +0000157761999-12-20 Chris Lahey <clahey@umich.edu>
15777
15778 * HTMLtree.c: Made it so that html nodes with a single child do
15779 not insert a carriage return before or after the child node.
15780
Daniel Veillardb24054a1999-12-18 15:32:46 +000015781Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard262f9cb1999-12-18 15:32:45 +000015782
15783 * configure.in, doc/xml.html : bug fix release 1.8.1
15784 * parser.c: fixed bug #4344
15785 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
15786 added the glue to avoid C++ problems
15787 * doc/* : regenerated the documentation
15788
Daniel Veillard6d3bf1f1999-12-16 17:52:19 +000015789Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15790
15791 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
15792 namespace recognition, and Dia as a resul :-(
15793 * encoding.c: closed bug #3950
15794
Daniel Veillard944b5ff1999-12-15 19:08:24 +000015795Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15796
15797 * valid.c: debugging a posteriori validation, except URI expansion
15798 stuff this should be fixed now
15799 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
15800 Carl Nygard <cnygard@bellatlantic.net>
15801 * tester.c: added --postvalid, cleaning of the code
15802 * tree.[ch]: added xmlDocGetRootElement()
15803
Ramiro Estrugobfce3771999-12-15 04:32:07 +000015804Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
15805
15806 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
15807 c++ losage.
15808
Daniel Veillard10a2c651999-12-12 13:03:50 +000015809Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15810
15811 * configure.in, doc/xml.html : bumped to 1.8.0
15812 * xlink.[ch], Makefile.am : added framework for link detection
15813 * parser.h: added nbChars to parser context, needed for cleanup.
15814 * xmlmemory.c: removed a nasty bug when out of mem
15815 * valid.[ch]: adding namespace support for attribute decl
15816 * tester.c: added --debugent option
15817 * debugXML.[ch]: added xmlDebugDumpEntities()
15818 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
15819 buffers instead, this was really needed, validation was breaking
15820 in strange ways due to that. Added xmlParseStringPEReference()
15821 and other parsing from strings functions. Entities processing
15822 modified again, but PERef are still not handled correcly but
15823 unless you're Eve Maller you won't notice :-)
15824 * HTMLparser.c: large changes toward reliability, and switched to
15825 lowercase internal tags, XHTML is lowercase, so it will help
15826 that output is closer to next version.
15827 * doc/* : regenerated the documentation, it is now hosted at
15828 http://xmlsoft.org/ (same bits I just bought the domain :-)
15829
15830
Daniel Veillard294cbca1999-12-03 13:19:09 +000015831Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15832
15833 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
15834 doc generation
15835 * parser.c: fixed bugs #3908 and #3937 and a memory leak
15836 in the SAX API
15837 * doc/*: rebuilt the doc making sure everything appears in the
15838 HTML files
15839
Daniel Veillardf5c2c871999-12-01 09:51:45 +000015840Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15841
15842 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
15843 added the patch from Carl Nygard <cnygard@bellatlantic.net>
15844 which allow impressive speed improvement on dataset with
15845 large text pieces, but at the cost of broken binary
15846 compatibility and slightly bigger memory usage.
15847 Configure with --with-buffers to activate them, they
15848 are protected with XML_USE_BUFFER_CONTENT define.
15849 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
15850 goal is 0 memory left allocated once parser is no more used
15851 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
15852 call xmlCleanupParser() and xmlMemoryDump()
15853
Daniel Veillarda819dac1999-11-24 18:04:22 +000015854Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15855
15856 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
15857 * parser.[ch] encoding.[ch]: added memory cleanup routines
15858 * parser.c: closing bug #3788
15859 * doc/*: rebuilt the doc
15860
Daniel Veillard11a48ec1999-11-23 10:40:46 +000015861Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15862
15863 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
15864 xmlNewTextChild() and xmlSetCompressMode() behaviour.
15865 * tester.c: added --compress option
15866 * doc/*: rebuilt the documentation
15867
Daniel Veillard4c3a2031999-11-19 17:46:26 +000015868Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15869
15870 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
15871 if given /proc/kcore as input !
15872 * doc/xml.html doc/*: updated and rebuilt the documentation
15873
15874Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard07136651999-11-18 14:02:05 +000015875
15876 * parser.c: Fixed some wrongly space collapsing code due to
15877 a misreading of the spec.
15878 * result/*: fixed the output accordingly
15879
15880Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard7f858501999-11-17 17:32:38 +000015881
15882 * encoding.c: bug fix and typos
15883 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
15884 * parser.c: added attribute normalization closing bug #3597
15885 * test/att* result/att* SAXresult/att*: testcase for attribute
15886 normalization
15887
Daniel Veillardd7e200c1999-11-15 17:53:11 +000015888Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15889
15890 * configure.in: closing bug #3163 by adding extra flags for the
15891 cc compiler on HP-UX
15892
Daniel Veillard51e3b151999-11-12 17:02:31 +000015893Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15894
15895 * valid.[ch] : removed a typo and an enumerated type bug in the
15896 xmlAddElementDecl() function
15897 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
15898 call to xmlEncodeEntitiesReentrant() so that the functions
15899 New, Set and Get are at the same level.
15900 * parser.c HTMLparser.c: extra memory allocation bug for
15901 attributes detected by someone using libxml in embedded systems :-)
15902
Daniel Veillard962195f1999-10-28 15:51:53 +000015903Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15904
15905 * xmlmemory.h: turned off mem debug :-\
15906
Daniel Veillard35008381999-10-25 13:15:52 +000015907Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15908
15909 * parser.c: closed bug #2784 a one line fix, but worth pushing
15910 a new release out
15911 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
15912 some structures, comments before and after the
15913 main element, and other nastyness
15914 * HTMLtree.c tree.c: accomodate the extended HTML supported
15915 * configure.in: pushing 1.7.4
15916 * test/ent8 and related outputs : added a new test for bug #2784
15917 * test/HTML/wired.html and related output: a nasty HTML example
15918 * Makefile.am: improved the test scripts
15919 * docs/* : reran the documentation extractor, updated xml.html
15920
Daniel Veillard7c1206f1999-10-14 09:10:25 +000015921Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15922
15923 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
15924 HTMLparser and debugged the HTML related code. HTML documents
15925 now have their own type
15926 * entities.c: do not dump &apos; for HTML output
15927 * xmlmemory.c: improvement, breakpoint mechanism
15928 * testHTML.c: added --sax --repeat ...
15929 * Makefile.am: improved the HTML tests
15930 * valid.[ch]: added xmlValidGetValidElements and
15931 xmlValidGetPotentialChildren
15932 * tester.c: added --insert to test the 2 new functions
15933 * test//* result//* SAXresult//* : regression test cleanup
15934 and extension.
15935 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
15936 gnome-xml-nanohttp.html
15937
Daniel Veillard7d2c2761999-10-11 15:09:51 +000015938Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15939
15940 * HTMLparser.c: fixed problems with some autoclose tags
15941 * tree.c: fixed XML output problems.
15942 * result/* SAXresult/*: update of the tests output
15943
Daniel Veillard6077d031999-10-09 09:11:45 +000015944Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15945
15946 * Makefile.am: Arturo patch for xmlConf.sh version info
15947 * parser.c: Tim Josling patch for single quoted items
15948 * tester.c: Tim Josling patch for tester options usage
15949 * tree.h: indent cleanup
15950
Daniel Veillard2673d3c1999-10-08 14:37:09 +000015951Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15952
15953 * HTMLparser.c parser.h : Fixed problems with HTML parsing
15954 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
15955
Daniel Veillard00fdf371999-10-08 09:40:39 +000015956Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15957
15958 * tree.c : Raph patch for initialization of CORBA fields
15959 * parser.c, xpath.c, ...: modification of doc comments
15960 * xpath.c : allow spaces in xpath expressions
15961
Daniel Veillardad219441999-09-27 08:17:49 +000015962Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15963
15964 * xmlmemory.h: turning off memory debug :-(
15965
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015966Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15967
15968 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
15969 better SAX interfaces.
15970 * testSAX.c: uses the new SAX routine, avoid fetching any remote
15971 entity.
15972 * configure.in: 1.7.2
15973
15974Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard2f4dfc41999-09-24 14:03:48 +000015975
15976 * libxml.spec.in: fixed the URL
15977 * doc/xml.html: improved the documentation front-end
15978
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015979Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard335849b1999-09-23 23:08:42 +000015980
15981 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
15982
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015983Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillarddd6b3671999-09-23 22:19:22 +000015984
15985 * libxml.spec.in: fixed the alpha compile problem
15986 * parser.[ch]: changed errno to errNo in the parser context :-(
15987 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
15988 * doc/xml.html: changed CHAR to xmlChar
15989 * doc/html/*: recompiled the documentation
15990 * configure.in: 1.7.1
15991
Daniel Veillard7f7d1111999-09-22 09:46:25 +000015992Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15993
15994 * parser.h: modified the parser context struct to regain 1.4.0
15995 binary compatibility
15996 * parser.c, xml-error.h: added errno ot teh context and defined
15997 a set of errors values with update of errno
15998 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
15999 DTDs and entities
16000 * *.h, *.c: complete cleanup of the use of config.h and include
16001 protection depending on the current setup.
16002 * overalll debugging, maintenance and bug-fixing on all modules
16003 * updated the documentation
16004 * ready for 1.7.0
16005
Daniel Veillardc08a2c61999-09-08 21:35:25 +000016006Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16007
16008 * HTMLparser.c : cleanup
16009 * SAX.c valid.c valid.h: added ID/IDREF checking
16010 * tree.c tree.h: extended doc structure for refs
16011 * configure.in: 1.6.2
16012 * parser.c: patched bug in SAX user arg call
16013 * parserInternals.h: patched missing close in C++ wrapping
16014 * testXPath.c xpath.c xpath.h: prepared for extensibility,
16015 especially upcoming XPointer implementation.
16016 * doc/xml.html: augmented, typo
16017
CEST 1999 Timur Bakeyev72bd1001999-09-04 20:50:25 +000016018Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
16019
16020 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
16021 not all invocations of install understand -d.
16022
CEST 1999 Timur Bakeyev6db3cb01999-09-04 20:25:14 +000016023Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
16024
16025 * Makefile.am: prepend all the test* calls with $(top_builddir) -
16026 to make 'check' works, when builddir != srcdir.
16027
Daniel Veillardc8eab3a1999-09-04 18:27:23 +000016028Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16029
16030 * doc/xml.html : updated the documentation
16031
Daniel Veillard6454aec1999-09-02 22:04:43 +000016032Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16033
16034 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
16035 not deallocated memory blocks
16036 * *.c : replaces all calls to malloc() free() and realloc() to
16037 the wrapper functions/macros
16038 * tree.c : removed memory leaks dues to calling xmlFreeNode()
16039 instead of xmlFreeNodeList()
16040
Daniel Veillard1ff7ae31999-09-01 12:19:13 +000016041Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16042
16043 * HTMLparser.c: corrected a stupid bug leading to core dump at
16044 tree deallocation. Removed warnings indicated by
16045 Stephane.Conversy@lri.fr
16046 * entities.c: Fixes Yet Another Stupid Bug, entities were not
16047 looked for in the external subset
16048
16049Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc26087b1999-08-30 11:23:51 +000016050
16051 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
16052 on SGI by Stephane.Conversy@lri.fr
16053
Daniel Veillardb96e6431999-08-29 21:02:19 +000016054Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16055
16056 * all .h : changed the prototype declaration indent as in gtk
16057 * most .c : working on reducing the TODOs in the code
16058 * most .c : cleanup though -pedantic and Insure++
16059 * improvements on validation ID checkings.
16060 * tree.[ch] SAX.c: added support for namespace on attributes #2022
16061 * xml-config.in: closed #1810
16062
16063Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard991e63d1999-08-15 23:32:28 +000016064
16065 * tree.h, valid.c, valid.h: more work on validity, IDs
16066 * xpath.c: added/fixed comparidon and equlity, added a new isinf
16067 definition for AIX
16068
Daniel Veillardb556eb51999-08-15 17:19:50 +000016069Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16070
16071 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
16072 the distribution due to a cut'n paste error at last commit
16073
Daniel Veillardb05deb71999-08-10 19:04:08 +000016074Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16075
16076 * configure.in: upgraded to version 1.4.0
16077 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
16078 Big update, added a large part of the validation process,
16079 it should be usable, but some parts are missing
16080 * xpath.c: improved the implementation w.r.t. root.
16081 * Makefile.am: added more tests
16082 * test and result trees: added a lot of tests
16083 * libxml.spec.in: export libxml.so.0 and libxml.so.1
16084
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000016085Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16086
16087 * Added an HACKING file
16088
Daniel Veillarde2d034d1999-07-27 19:52:06 +000016089Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16090
16091 * xpath.[ch] : improvements and debug of the XPath implementation
16092 * parser.c, HTMLparser.c : modified the parsers to be progressive
16093 * tree.[ch] : extended the Buffer promitives
16094 * xmlIO.[ch] : added basic I/O routines providing progressive
16095 parsing and ready for I18N conversion plugins
16096 * SAXresult/* : the SAX callback sequence maybe slightly different
16097 now
16098 * test*.c : improved/updated the tests programs
16099 * doc/* : recompiled the docs.
16100
Daniel Veillard15b75af1999-07-26 16:42:37 +0000161011999-07-26 Michael Meeks <michael@edenproject.org>
16102
16103 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
16104
16105 * tree.c: Ditto.
16106
Daniel Veillard1566d3a1999-07-15 14:24:29 +000016107Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16108
16109 * configure.in: upgraded to version 1.4.0
16110 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
16111 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
16112 XML query language, see http://www.w3.org/TR/xpath for more details.
16113 * parser.c, parser.h: added CHAR* related string functions for XPath
16114 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
16115 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
16116 rebuild the docs.
16117 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
16118 and regression testing capabilities for XPath.
16119
Daniel Veillardd79d7871999-07-12 10:38:12 +000016120Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16121
16122 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
16123 closing bug #1646
16124
Daniel Veillardbe9e5951999-07-12 09:16:45 +000016125Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16126
16127 * Makefile.am, example/Makefile.am: closed bug #1683
16128
Daniel Veillard3166ab11999-07-11 16:14:19 +000016129Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16130
16131 * example/Makefile.am, configure.in: added the makefile for the
16132 gjobread example
16133
Tomasz Kłoczkoa75b6b31999-07-10 12:21:13 +000016134Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
16135
16136 * doc/Makefile.am:
16137 - fix which allow "make install DESTDIR=</install/prefix>".
16138
Daniel Veillard7cc3c041999-07-09 10:11:57 +000016139Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16140
16141 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
16142 which fixed a problem on the file reading-code.
16143
Daniel Veillard82150d81999-07-07 07:32:15 +000016144Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16145
16146 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
16147 output.
16148 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
16149
Daniel Veillard5233ffc1999-07-06 22:25:25 +000016150Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16151
16152 * parser.h : Oops removed the binary compatibility problem
16153 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
16154 * parser.c, HTMLparser.c: applied patches for reading from stdin
16155
Daniel Veillardbe70ff71999-07-05 16:50:46 +000016156Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16157
16158 * parser.c, entities.c, valid.c: cleanup bug #1591
16159 * configure.in: cleanup bug #1592
16160 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
16161 the same tree back-end. Hence gdome will be available for it.
16162 * doc/Makefile.am: close bug #617
16163
Daniel Veillard97fea181999-06-26 23:07:37 +000016164Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16165
16166 * parser.c: alloctate a per parser context SAX interface block
16167
Daniel Veillard14fff061999-06-22 21:49:07 +000016168Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16169
16170 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
16171 and xmlEncodeEntitiesReentrant with the correct one :-\
16172
16173Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16174
16175 * commit of my internal XML base changes, quite a lot of
16176 changes, cleanups, better entities support, framework for
16177 new I/O and charset detection and handling
16178 * Fixed the configure/Makefile stuff to generate shared libs
16179 with the proper version info, so we jumped on rev from
16180 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
16181 xmlEncodeEntities() result need to be freed now, and a string
16182 xmlParserVersion provide the current library version.
16183
Raph Levien05240da1999-06-15 21:27:11 +000016184Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
16185
16186 * parser.c: fixed a buffer overrun for when you have a very long
16187 attribute with no entities in it.
16188
Daniel Veillardbb2da581999-06-13 14:37:07 +000016189Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16190
16191 * added example directory
16192 * added example/gjobs.xml gjobread.c, still need a Makefile.in
16193
Daniel Veillard011b63c1999-06-02 17:44:04 +000016194Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16195
16196 * Release of libxml-1.1, nearly everything has been touched for
16197 this.
16198 * Added more regression tests
16199 * Updated the documentation
16200
Daniel Veillard27d88741999-05-29 11:51:49 +000016201Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16202
16203 * tree.[ch]: unified the XML_NO_CORBA defines.
16204 * parser.c encoding.[ch]: started plugging in char encoding detection
16205
Manish Vachharajani5e60f5a1999-05-29 03:04:30 +000016206Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
16207
16208 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
16209 Also freed allocated buffer.
16210
Daniel Veillard27d88741999-05-29 11:51:49 +000016211Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard5099ae81999-04-21 20:12:07 +000016212 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
16213 reentrancy problem at printing. One is left in entities.c, to
16214 remove ASAP
16215 * testSAX.c : added a test example showing the use of the SAX
16216 interface if one doesn't want to build the DOM tree.
16217 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
16218
Daniel Veillard517752b1999-04-05 12:20:10 +000016219Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16220
16221 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
16222 large revamping of the parser to use SAX callbacks
16223 http://www.megginson.com/SAX/ (or at least a C like interface
16224 a la Expat). It's now possible to set up your own callbacks
16225 and the parser will not build a DOM tree.
16226 * test/* result/*: updated the test suite, I finally removed
16227 the old Namespace draft support (PI based).
16228
Daniel Veillard87c83bd1999-04-02 16:04:43 +000016229Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16230
16231 * Makefile.am: added test result to EXTRA_DIST for make tests
16232
Daniel Veillard64068b31999-03-24 20:42:16 +000016233Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16234
16235 * parser.c, parserInternals.h: moved the chars macro definitions
16236 to parserInternals.h
16237 * parser.c, error.c: applied patches from "Knut Ã…kesson"
16238 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
16239
Daniel Veillard012ccc11999-03-23 10:11:11 +000016240Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16241
16242 * xml-config.in : applied patch to make --version work
16243
Raja R Harinatha86c23e1999-03-05 22:14:01 +0000162441999-03-05 Raja R Harinath <harinath@cs.umn.edu>
16245
16246 * Makefile.am (check-local): Alias for `tests' target. This will
16247 cause `make check' to do the right thing.
16248 (tests): Don't run tests in srcdir. Also, replaced calls to
16249 basename with a `sed' "equivalent".
16250
Daniel Veillardd109e371999-03-05 06:26:45 +000016251Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16252
16253 * Renamed error.h to xml-error.h, corrected Makefile.am to list
16254 it in the header and not the sources, updated the doc.
16255 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
16256 pointing this out.
16257
Daniel Veillardbc50b591999-03-01 12:28:53 +000016258Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16259
16260 * parser.c, parser.h, parserInternals.h: memory leak hunting,
16261 exported the inputStream routines.
16262 * doc/html/* : updated accordingly
16263
Daniel Veillardd692aa41999-02-28 21:54:31 +000016264Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16265
16266 * parser.c, parser.h, parserInternals.h: added a few extra
16267 internal calls to allocate and free parser contexts ...
16268 * doc/html/* : updated accordingly
16269
Daniel Veillard55a99271999-02-25 11:01:29 +000016270Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16271
16272 * configure.in, Makefile.am, doc/makefile.am : General changes for
16273 1.0.0 release and including the generated HTML documentation.
16274
Daniel Veillard35925471999-02-25 08:46:07 +000016275Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16276
16277 * makefile.am : added parserInternals.h, oops.
16278
Daniel Veillard1e346af1999-02-22 10:33:01 +000016279Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16280
16281 * parserInternals.h: added this header giving access to the parser
16282 internal functions.
16283 * doc/Makefile.am : added a rebuild target which rebuilds the full
16284 set of documentations
16285 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
16286 the internal subset.
16287 * *.c *.h: modifications needed to generate the documentation using
16288 gtk-doc, cleanup of functions blocks, reorganisation of struct
16289 declarations.
16290
Daniel Veillard1164e751999-02-16 16:29:17 +000016291Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16292
16293 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
16294 the tar and spec file to include the beginning of the doc.
16295
Nuno Ferreira03d04781999-02-13 00:07:17 +0000162961999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
16297
16298 * doc/.cvsignore: Added this file.
16299
Daniel Veillard6800ef31999-02-08 18:33:22 +000016300Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16301
16302 * tree.c: fixed xmlGetProp to return "" when the attribute
16303 exists, even if the node-list is NULL.
16304
Daniel Veillard726c7e31999-02-08 15:13:10 +000016305Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16306
16307 * tree.c: patched an error outputting empty attribute values.
16308 * Makefile.am and doc/makefile.am: have been updated during the
16309 week-end. Sorry for an empty CVS log, I got a shell problem.
16310
Daniel Veillard1899e851999-02-01 12:18:54 +000016311Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16312
16313 * tree.h: cleaned up using enums instead of defines
16314 * parser.c, valid.[ch]: more work on parsing/output of element
16315 declarations
16316
Daniel Veillard3b9def11999-01-31 22:15:06 +000016317Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16318
16319 * valid.[ch], tree.c, parser.c : more work toward full parsing
16320 of XML DTDs.
16321 * README: added informations about mailing-list and on-line
16322 documentation
16323
Raja R Harinath7eb5c4f1999-01-27 23:01:51 +0000163241999-01-27 Raja R Harinath <harinath@cs.umn.edu>
16325
16326 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
16327
Daniel Veillard39a1f9a1999-01-17 19:11:59 +000016328Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16329
16330 * parser.c, tree.[ch] : more work toward conformance testing,
16331 added a last element to accelerate parsing of very flat structures
16332 started working on internal subset Element content declaration.
16333 * valid.[ch] : first cut at adding code toward validation.
16334 * previous changes had also small impact on most files, especially
16335 the conformance testing using James Clark test suite.
16336
Daniel Veillard3c2c2ce1999-01-17 13:48:01 +000016337Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16338
16339 * test/* : updated the examples, most of them were not well
16340 formed (humm), and added rdf2.
16341 * result/* : resulting changes in the output.
16342
Daniel Veillard7c92c0a1998-12-06 18:08:28 +000016343Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16344
16345 * tree.c: changed the behaviour of xmlGetProp on NULL values.
16346
Daniel Veillard44b3a061998-12-05 17:27:22 +000016347Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16348
16349 * tree.c: patched a bug in the generation of empty attributes
16350
Daniel Veillardbe36afe1998-11-27 06:39:50 +000016351Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16352
16353 * entities.[ch], tree.[ch], tester.c: added copy interfaces
16354 for node/trees/documents/... Biggest problem is namespace
16355 support when copying subtrees.
16356
Daniel Veillard8cc0d1f1998-11-16 01:04:26 +000016357Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16358
16359 * parser.c, entities.c: improve entities and char ref encoding,
16360 and cleanups of error messages.
16361
Daniel Veillard242590e1998-11-13 18:04:35 +000016362Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16363
16364 * parser.c, entities.c: simple bug hunting done during rpm2html and
16365 rpmfind integration.
16366
Daniel Veillard42dc9b31998-11-09 01:17:21 +000016367Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16368
16369 * parser.[ch]: Added interfaces allowing to specify a SAX
16370 handler before parsing.
16371
Daniel Veillarde3bffb91998-11-08 14:40:56 +000016372Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16373
16374 * parser.c: redirrect all errors reporting through the SAX
16375 error function
16376
Daniel Veillardda4d3c41998-11-04 20:07:05 +000016377Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16378
16379 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
16380 * libtool, tlmain ...: update of the libtool files
16381
Miguel de Icaza442321c1998-11-04 18:13:38 +0000163821998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
16383
16384 * entities.c: Use g_snprintf insteda of snprintf.
16385
Daniel Veillard0ba4d531998-11-01 19:34:31 +000016386Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16387
16388 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
16389 added ent5 test for this purpose.
16390 * parser.c, parser.h: formatting, comments and UTF-8 planning.
16391
Daniel Veillard27271681998-10-30 06:39:40 +000016392Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16393
16394 * parser.c: fixed? a strange error due to compression on a GWP
16395 document.
16396
Daniel Veillard25940b71998-10-29 05:51:30 +000016397Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16398
16399 * tree.[ch]: bug fixing
16400 * entities.[ch]: defined a specific type for predefined entities
16401 * doc/xml.html: more documentation on the library, how to use it,
16402 overview of the interfaces.
16403
Daniel Veillard16253641998-10-28 22:58:05 +000016404Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16405
16406 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
16407
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016408Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16409
Daniel Veillard10c6a8f1998-10-28 01:00:12 +000016410 * tree.c: corrected a small bug
16411 * doc/xml.html: continuing writing documentation.
16412
16413Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16414
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016415 * debugXML.h debugXML.c: added debugging utilities.
16416 * tester.c: added --debug switch.
16417 * tree.c: patched an incorrect node->type assignment.
16418 * parser.c: formatting, ensure that node->doc != NULL in attributes
16419
Daniel Veillardccb09631998-10-27 06:21:04 +000016420Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16421
16422 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
16423 entity support and provide an internal representation close to
16424 DOM one (entity ref nodes, and attribute value as tree). I tried
16425 to preserve the interface but this will surely break some apps
16426 (I have to change rpm2html/rpmfind for example). I had to change
16427 two interfaces, and the generated tree is somewhat different.
16428 * doc/* : started documenting the XML library, the tree and
16429 DOM/Corba. This is a first step.
16430
Daniel Veillard11e00581998-10-24 18:27:49 +000016431Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16432
16433 * parser.c: Set up the fonctions comment block, boring but useful.
16434 * parser.h, SAX.c, parser.c: now attributes are processed through
16435 the SAX interface. The problem is that my SAX interface diverged
16436 quite a bit from the original one, well this is not an official
16437 spec, and translating it from Java to C is hairy anyway...
16438
Daniel Veillard97b58771998-10-20 06:14:16 +000016439Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16440
16441 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
16442 fonctions comment block, boring but useful.
16443
16444Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard891e4041998-10-19 00:43:02 +000016445
16446 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
16447 conversion routines. However they are not yet used to convert the
16448 inputs. The core will run with UTF-8.
16449
Daniel Veillard33942841998-10-18 19:12:41 +000016450Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16451
16452 * tree.c : make sure that the type id is properly set-up when
16453 a new object is allocated, needed for DOM.
16454
Daniel Veillard27fb0751998-10-17 06:47:46 +000016455Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16456
16457 * tree.h, tree.c: Ok, the main objects in the tree will be native
16458 corba objects, it costs 8 bytes per Node, Attribute and Document
16459 but it simplifies the Corba integration a lot (no extra interface
16460 objects to allocate/free).
16461
Daniel Veillard0bef1311998-10-14 02:36:47 +000016462Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16463
16464 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
16465 and changed NODEs contants for conformity with DOM Level 1
16466
Daniel Veillard27864701998-10-08 03:47:24 +000016467Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16468
16469 * added hooks to keep track of servants when creating objects
16470 xmlDoc and xmlNode (for Corba export).
16471
Daniel Veillarda6e1d121998-10-04 14:41:05 +000016472Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16473
16474 * added xml-config script.
16475
Daniel Veillard7066a791998-10-01 20:28:28 +000016476Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16477
16478 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
16479 to autoupdate libtool and automake conf files.
16480
Miguel de Icaza60681bd1998-09-30 19:28:59 +0000164811998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
16482
16483 * Makefile.am: Use '?' to separate the sed
16484 commands as ',' is used when people pass -Wl,something.
16485
16486
Daniel Veillard15a8df41998-09-24 19:15:06 +000016487Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16488
16489 * tree.c, tree.h: added a per-document compression interface.
16490
Daniel Veillard151b1b01998-09-23 00:49:46 +000016491Tue Sep 22 20:47:38 EDT 1998
16492
16493 * tree.c, tree.h: added saving with compression and added interfaces
16494 to control the compression level (xmlGetCompressMode,
16495 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
16496
Daniel Veillard70120ff1998-09-22 00:24:21 +000016497Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16498
16499 * parser.c: corrected a loop for files of size 0
16500
Raja R Harinathd2e3abd1998-08-20 21:52:38 +0000165011998-08-20 Raja R Harinath <harinath@cs.umn.edu>
16502
16503 * error.h: New file. Contains prototyes from `error.c'.
16504
Tom Tromeyc19653d1998-08-14 01:22:43 +000016505Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
16506
16507 * Makefile.am (xmlincdir): New macro.
16508 (xmlinc_HEADERS): Renamed from include_HEADERS.
16509
Daniel Veillard845664d1998-08-13 04:43:19 +000016510Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16511
16512 * applied small patch on numeric entities from
16513 Christopher Blizzard <blizzard@appliedtheory.com>
16514
Daniel Veillard260a68f1998-08-13 03:39:55 +000016515Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16516
16517 * New release 0.2, removed the old xml_* files so that it's
16518 coherent with the other CVS base (W3C), far better conformance
16519 to standard, new namespaces, decent entities support, beginning
16520 of a SAX-like interface. Nearly nothing left intact, even the
16521 test examples ...
16522
Christopher Blizzarda36749e1998-07-30 21:47:18 +0000165231998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
16524
16525 * .cvsignore: Add .deps dir
16526
Daniel Veillardf8015fa1998-07-26 21:31:38 +000016527Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16528
16529 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
16530
Daniel Veillardfe926001998-07-26 04:28:20 +000016531Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016532
Daniel Veillardfe926001998-07-26 04:28:20 +000016533 * configure.in: added test for CPP
16534 * AUTHORS, Changelog: the original ones didn't get commited but the
16535 glib ones instead, fixed.
16536 * Makefile.am: corrected an error in library naming
Daniel Veillard01791d51998-07-24 19:24:09 +000016537
Daniel Veillardfe926001998-07-26 04:28:20 +000016538Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016539
Daniel Veillardfe926001998-07-26 04:28:20 +000016540 * integrated code developped at W3C
16541 * changed the original Copyright
16542 * migrated to automake
16543 * prefixed the filenames by xml_ to avoid filename clashes
Daniel Veillard01791d51998-07-24 19:24:09 +000016544