blob: bca9cfa721d65ca7e4866396b7c8d670191fd458 [file] [log] [blame]
Daniel Veillarde5020412003-04-01 09:55:20 +00001Tue Apr 1 11:52:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
2
3 * SAX.c: fixed an uninitialized memory access pointed by valgrind
4 on C14Ntests
5
Daniel Veillard7fe1f3a2003-03-31 22:13:33 +00006Tue Apr 1 00:12:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
7
8 * relaxng.c: one more fixup of error message reporting
9
Daniel Veillard5f1946a2003-03-31 16:38:16 +000010Mon Mar 31 18:36:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
11
12 * relaxng.c: more work on bug #109225, and fixed an uninitialized
13 variable pointed out by valgrind
14
Daniel Veillarda507fbf2003-03-31 16:09:37 +000015Mon Mar 31 18:05:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
16
17 * relaxng.c: try to work on bug #109225 and provide better
18 error reports.
19 * result/relaxng/* : this change the output of a number of tests
20 * xinclude.c: fixing the parsed entity redefinition problem
21 raised on the list.
22 * test/schemas/date_0.xsd: updated the date test c.f. E2-12
23
Daniel Veillardb3721c22003-03-31 11:22:25 +000024Mon Mar 31 13:19:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
25
26 * xmlschemastypes.c: fixed date comparison to handle the tzo
27 The only failures left are disagreements on Notations and
28 '+1' not being allowed for ulong, uint, ushort and ubyte.
29
Daniel Veillard455cc072003-03-31 10:13:23 +000030Mon Mar 31 12:11:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
31
32 * xmlschemastypes.c: fixed gMonth parsing routine accordingly
33 to the XML Schemas errata
34 http://www.w3.org/2001/05/xmlschema-errata#e2-12
35
Daniel Veillarde637c4a2003-03-30 21:10:09 +000036Sun Mar 30 23:04:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
37
38 * relaxng.c xmlschemastypes.c: more work on XML Schemas datatypes
39 and facets support. Currently only schemas with binHex or
40 base64 don't compile. A few error left in the test suite:
41 found 1035 test instances: 919 success 23 failures
42 most are gdate or gdateyear failing check, and a few cases where
43 James clark tests results are strange.
44 * valid.c: allow to reuse the Notation checking routine without
45 having a validation context.
46 * SAX.c: removed a #if 0
47
Daniel Veillardb6c7f412003-03-29 16:41:55 +000048Sat Mar 29 17:35:05 CET 2003 Daniel Veillard <daniel@veillard.com>
49
50 * xinclude.c: forgot to apply one check from #106931 patch
51 * xmlschemastypes.c: more work on XML Schemas datatypes
52
Daniel Veillardc4c21552003-03-29 10:53:38 +000053Sat Mar 29 11:49:25 CET 2003 Daniel Veillard <daniel@veillard.com>
54
55 * relaxng.c include/libxml/relaxng.h xmlschemastypes.c: more work
56 on cleaning up XML Schemas datatypes based on James Clark tests
57 test/xsdtest/xsdtest.xml
58
Daniel Veillard80b19092003-03-28 13:29:53 +000059Fri Mar 28 14:24:08 CET 2003 Daniel Veillard <daniel@veillard.com>
60
61 * relaxng.c: implemented comparisons for Schemas values.
62 * xmlschemastypes.c include/libxml/xmlschemastypes.h: fixed
63 some bugs in duration handling, comparisons for durations
64 and decimals, removed all memory leaks pointed out by James
65 testsuite. Current status is now
66 found 238 test schemas: 197 success 41 failures
67 found 1035 test instances: 803 success 130 failures
68
Daniel Veillard91a13252003-03-27 23:44:43 +000069Fri Mar 28 00:41:55 CET 2003 Daniel Veillard <daniel@veillard.com>
70
71 * xmlschemas.c include/libxml/xmlschemas.h: fixed bugs and memory
72 leaks in the W3C XML Schemas code
73 * xmlschemastypes.c: implemented nonPositiveInteger
74 * test/schemas/length2_0.xsd result/schemas/length2_0_0.err:
75 fixed the test and result.
76
Daniel Veillard6560a422003-03-27 21:25:38 +000077Thu Mar 27 22:23:07 CET 2003 Daniel Veillard <daniel@veillard.com>
78
79 * HTMLparser.c tree.c: two patches from James Bursa on the HTML
80 parser and a typo
81 * xmlschemastypes.c: reindenting, fixing a memory access
82 problem with dates.
83
Daniel Veillard6c5b2d32003-03-27 14:55:52 +000084Thu Mar 27 15:53:35 CET 2003 Daniel Veillard <daniel@veillard.com>
85
86 * parser.c: fixing #109227 providing more context in case of
87 start/end tag mismatch
88 * python/tests/ctxterror.py python/tests/readererr.py: update the
89 tests accordingly
90
Daniel Veillardd9b72832003-03-27 14:24:00 +000091Thu Mar 27 15:22:41 CET 2003 Daniel Veillard <daniel@veillard.com>
92
93 * xinclude.c: should fix #109327 errors on memory accesses
94
Daniel Veillardc7e9b192003-03-27 14:08:24 +000095Thu Mar 27 15:06:13 CET 2003 Daniel Veillard <daniel@veillard.com>
96
97 * HTMLtree.c: Fixed reopening of #78662 <form action="...">
98 is an URI reference
99
Daniel Veillarde209b332003-03-26 21:40:13 +0000100Wed Mar 26 22:38:39 CET 2003 Daniel Veillard <daniel@veillard.com>
101
102 * xpath.c: fixed bug #109160 on non-ASCII IDs
103
Daniel Veillard642104e2003-03-26 16:32:05 +0000104Wed Mar 26 17:30:37 CET 2003 Daniel Veillard <daniel@veillard.com>
105
106 * parser.c: Norm suggested a nicer error message for xml:space values
107 errors
108
Daniel Veillarde4fa2932003-03-26 00:38:10 +0000109Wed Mar 26 01:34:19 CET 2003 Daniel Veillard <daniel@veillard.com>
110
111 * xpath.c include/libxml/xpath.h: first part of the fix to
112 performance bug #108905, adds xmlXPathOrderDocElems() providing
113 document order for nodes.
114 * python/libxml.c: Python may require TRIO as Albert Chin pointed out
115
Daniel Veillard09628212003-03-25 15:10:27 +0000116Tue Mar 25 16:07:00 CET 2003 Daniel Veillard <daniel@veillard.com>
117
118 * xmlschemastypes.c: removing a warning with Sun compiler
119 bug #109154
120
MST 2003 John Fleckda271742003-03-25 14:05:17 +0000121Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
122
123 * doc/xmllint.xml
124 * doc/xmllint.1
125 update xmllint man page with --relaxng option
126
Daniel Veillard2032d292003-03-25 11:09:40 +0000127Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
128
129 * python/setup.py.in : was missing "drv_libxml2.py"
130
Daniel Veillard9adc0462003-03-24 18:39:54 +0000131Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
132
133 * tree.c xpath.c: some changes related to the new way of
134 handling Result Value Tree, before 2.5.5
135
Daniel Veillardd8da01c2003-03-24 15:58:23 +0000136Mon Mar 24 16:36:23 CET 2003 Daniel Veillard <daniel@veillard.com>
137
138 * configure.in NEWS: preparing release 2.5.5
139 * doc/* : updated the documentation and regenerated it.
140
Daniel Veillardef0b4502003-03-24 13:57:34 +0000141Mon Mar 24 14:56:01 CET 2003 Daniel Veillard <daniel@veillard.com>
142
143 * xpath.c: fixed some problems related to #75813 about handling
144 of Result Value Trees
145
Daniel Veillard9231ff92003-03-23 22:00:51 +0000146Sun Mar 23 22:57:20 CET 2003 Daniel Veillard <daniel@veillard.com>
147
148 * uri.c: applied a set of patches from Lorenzo Viali correcting
149 URI parsing errors.
150
Daniel Veillard5f8d1a32003-03-23 21:02:00 +0000151Sun Mar 23 22:00:14 CET 2003 Daniel Veillard <daniel@veillard.com>
152
153 * parser.c: validity status was not passed back when validating in
154 entities, but raised by Oliver Fischer
155
Daniel Veillard04ee2f22003-03-23 20:31:46 +0000156Sun Mar 23 21:30:50 CET 2003 Daniel Veillard <daniel@veillard.com>
157
158 * HTMLtree.c: avoid escaping ',' in URIs
159
Daniel Veillardef8dd7b2003-03-23 12:02:56 +0000160Sun Mar 23 12:57:00 CET 2003 Daniel Veillard <daniel@veillard.com>
161
162 * parser.c: fixing bug #108976 get the ID/REFs to reference
163 the ID in the document content and not in the entity copy
164 * SAX.c include/libxml/parser.h: more checking of the ID/REF
165 stuff, better solution for #107208
166 * xmlregexp.c: removed a direct printf, dohhh
167 * xmlreader.c: fixed a bug on streaming validation of empty
168 elements in entities
169 * result/VC/ElementValid8 test/VCM/v20.xml result/valid/xhtml1.xhtml:
170 cleanup of the validation tests
171 * test/valid/id* test/valid/dtds/destfoo.ent result/valid/id*:
172 added more ID/IDREF tests to the suite
173
Daniel Veillard2cfd9df2003-03-22 22:39:16 +0000174Sat Mar 22 23:38:08 CET 2003 Daniel Veillard <daniel@veillard.com>
175
176 * xmlreader.c: fixed #107043 removing 2 warnings with Sun One
177 compiler.
178
Daniel Veillard20863822003-03-22 17:51:47 +0000179Sat Mar 22 18:50:45 CET 2003 Daniel Veillard <daniel@veillard.com>
180
181 * relaxng.c: valgrind'ed and cleaned up a couple of memory issues.
182
Daniel Veillard9ff2d472003-03-22 15:18:01 +0000183Sat Mar 22 16:15:50 CET 2003 Daniel Veillard <daniel@veillard.com>
184
185 * SAX.c: fix bug #107208 avoid false duplicates when ID/REFs are
186 defined in entities content
187
Daniel Veillard99737f52003-03-22 14:55:50 +0000188Sat Mar 22 15:53:27 CET 2003 Daniel Veillard <daniel@veillard.com>
189
190 * SAX.c: Fixed validation bug #108858 on namespace names using
191 entities and reported by Brent Hendricks
192 * xmllint.c: report xmlTextReaderHasValue() result in --stream
193 --debug output.
194
Daniel Veillard48ef4c92003-03-22 12:38:15 +0000195Sat Mar 22 13:32:39 CET 2003 Daniel Veillard <daniel@veillard.com>
196
197 * xmlreader.c: fixed bug #108801 reported by Malcolm Tredinnick
198 about the DocType node not being reported sometimes.
199 * python/tests/reader.py: added to test to the regression checks
200
Daniel Veillard120e8eb2003-03-22 01:00:34 +0000201Sat Mar 22 01:57:40 CET 2003 Daniel Veillard <daniel@veillard.com>
202
203 * xmlreader.c: fixed bug #108546 on long CDATA (or text nodes)
204 reported by Edd Dumbill
205
Daniel Veillard77a90a72003-03-22 00:04:05 +0000206Sat Mar 23 01:00:24 CET 2003 Daniel Veillard <daniel@veillard.com>
207
208 * HTMLparser.c parser.c parserInternals.c: patch from
209 johan@evenhuis.nl for #107937 fixing some line counting
210 problems, and some other cleanups.
211 * result/HTML/: this result in some line number changes
212
Daniel Veillard580ced82003-03-21 21:22:48 +0000213Fri Mar 21 22:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
214
215 * configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec
216 instead of libxml.spec
217 * relaxng.c: fixed some of the error reporting excessive
218 verbosity
219 * catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c
220 xmlschemastypes.c: removed some warnings from gcc
221 * doc/libxml2-api.xml: rebuilt
222
Daniel Veillarde063f482003-03-21 16:53:17 +0000223Fri Mar 21 17:25:23 CET 2003 Daniel Veillard <daniel@veillard.com>
224
225 * relaxng.c: another optimization, for choice this time
226 * result/relaxng/spec1* result/relaxng/tutor12_1*
227 result/relaxng/tutor3_7: cleanups.
228
Daniel Veillard0e3d3ce2003-03-21 12:43:18 +0000229Fri Mar 21 13:41:23 CET 2003 Daniel Veillard <daniel@veillard.com>
230
231 * relaxng.c: fixed xmlRelaxNGNodeMatchesList
232 * test/relaxng/testsuite.xml: augmented the test suite
233 * result/relaxng/spec1* result/relaxng/tutor12_1*: this fixes
234 some schemas validation tests in the presence of foreign
235 namespaces.
236
Daniel Veillardbbb78b52003-03-21 01:24:45 +0000237Fri Mar 21 02:23:34 CET 2003 Daniel Veillard <daniel@veillard.com>
238
239 * relaxng.c: added another interleave speedup.
240
Daniel Veillardef2e4ec2003-03-20 16:23:26 +0000241Thu Mar 20 17:22:00 CET 2003 Daniel Veillard <daniel@veillard.com>
242
243 * xmlschemastypes.c: added integer and fixed one of the
244 IDREFS regression tests pbm
245 * result/relaxng/docbook_0.err: updated
246
Daniel Veillard249d7bb2003-03-19 21:02:29 +0000247Wed Mar 19 21:58:47 CET 2003 Daniel Veillard <daniel@veillard.com>
248
249 * valid.c xmlschemastypes.c: attempt to cope with ID/IDREF(S)
250 declared both in the DTD and in the Schemas <grin/>
251 * relaxng.c: more debug, added a big optimization for <mixed>
252 * test/relaxng/testsuite.xml: augmented the testsuite
253 * test/relaxng/ result/relaxng: added the RelaxNG spec and a
254 DocBook example to the regression tests
255
Daniel Veillard798024a2003-03-19 10:36:09 +0000256Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com>
257
258 * check-xsddata-test-suite.py: cosmetic change for output
259 * relaxng.c: try to minimize calls to malloc/free for states.
260
Daniel Veillarda1a9d042003-03-18 16:53:17 +0000261Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com>
262
263 * tree.c: removed a warning
264 * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES
265 support
266 * check-relaxng-test-suite.py check-xsddata-test-suite.py:
267 cleanup/improvements of the regression tests batch
268 * test/relaxng/testsuite.xml: augmented libxml2 own testsuite
269
Daniel Veillard28c52ab2003-03-18 11:39:17 +0000270Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com>
271
272 * relaxng.c: fixed error msg cleanup deallocation
273 * xmlschemastypes.c: added a function to handle lists of
274 atomic types, added support for IDREFS
275
Daniel Veillardc3da18a2003-03-18 00:31:04 +0000276Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
277
278 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID
279 and IDREF, usable from RelaxNG now
280 * include/libxml/xmlschemastypes.h: need to add a new interface
281 because the validation modifies the infoset
282 * test/relaxng/testsuite.xml: extended the testsuite
283
Daniel Veillard952379b2003-03-17 15:37:12 +0000284Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
285
286 * relaxng.c: fixed the last core RelaxNG bug known #107083,
287 shemas datatype ID/IDREF support still missing though.
288 * xmlreader.c: fix a crashing bug with prefix raised by
289 Merijn Broeren
290 * test/relaxng/testsuite.xml: augmented the testsuite with
291 complex inheritance tests
292
Daniel Veillardfd573f12003-03-16 17:52:32 +0000293Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
294
295 * relaxng.c: switched back to the previous Relax-NG code base,
296 the derivation algorithm need severe constraining code to avoid
297 combinatorial explosion. Fixed the problem with Sebastian Rahtz
298 TEI based example and other bugs
299 * result/relaxng/*err: updated the results
300 * test/relaxng/testsuite.xml: started a new test suite
301
Daniel Veillard1564e6e2003-03-15 21:30:25 +0000302Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
303
304 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
305 that the original RelaxNG validation code was un-fixeable, it got
306 rewritten to use the derivation algorithm from James Clark and
307 redebugged it (nearly) from scratch:
308 found 373 test schemas: 372 success 1 failures
309 found 529 test instances: 529 success 0 failures
310
Daniel Veillard39eb88b2003-03-11 11:21:28 +0000311Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
312
313 * SAX.c parser.c: fix some recursion problems introduced in the
314 last release.
315 * relaxng.c: more debugging of the RNG validation engine, still
316 problems though.
317
Daniel Veillard5add8682003-03-10 13:13:58 +0000318Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
319
320 * Makefile.am: stop generating wrong result file with * in name
321 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
322 * result/relaxng/demo* test/relaxng/demo: added the tests from
323 Sebastian reproducing the problem.
324
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +0000325Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
326
Daniel Veillard5add8682003-03-10 13:13:58 +0000327 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
328 up Aleksey's change
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +0000329
Aleksey Sanin693c9bc2003-03-09 22:36:52 +0000330Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
331
332 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
333 variable to control the indentation for the xmllint "--format"
334 option
335
Igor Zlatkovic47ba1c72003-03-08 13:29:42 +0000336Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
337
338 * encoding.c: applied Gennady's patch against buffer overrun
339
Daniel Veillard42f12e92003-03-07 18:32:59 +0000340Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
341
342 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
343 Clark it appeared I had bug in URI parsing code ...
344 * relaxng.c include/libxml/relaxng.h: completely revamped error
345 reporting to not loose message from optional parts.
346 * xmllint.c: added timing for RNG validation steps
347 * result/relaxng/*: updated the result, all error messages changed
348
Daniel Veillardedfd5882003-03-07 14:20:40 +0000349Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
350
351 * xpath.c: fix bug #107804, the algorithm used for document order
352 computation was failing on attributes.
353
Daniel Veillard83391282003-03-06 21:37:30 +0000354Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
355
356 * valid.c: fix bug #107764 , possibility of buffer overflow
357 in xmlValidDebug()
358
Daniel Veillard6c73cb82003-03-05 16:45:40 +0000359Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
360
361 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
362 from Philipp Dunkel
363
Daniel Veillard5f704af2003-03-05 10:01:43 +0000364Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
365
366 * xmlschemastype.c: made powten array static it should not be exported
367 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
368 parser function.
369 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
370
Daniel Veillard7b72ee52003-02-27 23:24:53 +0000371Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
372
373 * tree.c: fixed a node dump crash on attributes
374 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
375 an URI test bug and get better output.
376
Daniel Veillard463a5472003-02-27 21:30:32 +0000377Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
378
379 * check-xsddata-test-suite.py: give more infos
380 * relaxng.c: fix a bug reported by Sebastian Rahtz and
381 REF->DEF in attribute values.
382
Daniel Veillardeb7189f2003-02-27 20:11:13 +0000383Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
384
385 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
386 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
387 regression tests from James Clark.
388
Daniel Veillard8bc6cf92003-02-27 17:42:22 +0000389Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
390
391 * relaxng.c xmlschemas.c xmlschemastypes.c
392 include/libxml/xmlschemastypes.h: added param support for relaxng
393 type checking, started to increment the pool of simple types
394 registered, still much work to be done on simple types and
395 facets checkings.
396
Daniel Veillard19ab45b2003-02-26 15:49:03 +0000397Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
398
399 * entities.c: fixes again one of the problem raised by
400 James Clark in #106788
401
Daniel Veillardc482e262003-02-26 14:48:48 +0000402Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
403
404 * relaxng.c: Fixed a couple of problem raised by James Clark
405 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
406 datatype level still not fixed though.
407
Daniel Veillard17bed982003-02-24 20:11:43 +0000408Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
409
410 * configure.in: preparing release 2.5.4
411 * doc/*: updated and rebuilt the docs
412 * relaxng.c: removed warnings
413 * result/relaxng/*: updated the results
414
Daniel Veillardf4be0182003-02-24 19:54:33 +0000415Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
416
417 * valid.c: fixes a DTD regexp generation problem.
418
Daniel Veillard02111c12003-02-24 19:14:52 +0000419Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
420
421 * parser.c: fixes bug #105998 about false detection of
422 attribute consumption loop.
423
Daniel Veillard2406abd2003-02-24 18:16:47 +0000424Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
425
426 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
427
Daniel Veillardfcc822e2003-02-24 17:52:08 +0000428Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
429
430 * SAX.c: fixed bug #105992
431
Daniel Veillard3ebc7d42003-02-24 17:17:58 +0000432Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
433
434 * tree.c: fixed xmlSetProp and al. when the node passed is not an
435 element.
436 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
437 found 373 test schemas: 369 success 4 failures
438 found 529 test instances: 525 success 4 failures
439 * check-relaxng-test-suite.py: added memory debug reporting
440
Daniel Veillardc64b8e92003-02-24 11:47:13 +0000441Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
442
443 * uri.c parser.c: some warning removal on Igor's patch
444 * tree.c: seems I messed up with #106788 fix
445 * python/libxml.c: fixed some base problems when Python provides
446 the resolver.
447 * relaxng.c: fixed the interleave algorithm
448 found 373 test schemas: 364 success 9 failures
449 found 529 test instances: 525 success 4 failures
450 the resulting failures are bug in the algorithm from 7.3 and
451 lack of support for params
452
Daniel Veillard0046c0f2003-02-23 13:52:30 +0000453Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
454
455 * parser.c: another fix for nodeinfo in entities problem
456 * tree.c entities.c: fixed bug #106788 from James Clark
457 some spaces need to be serialized as character references.
458
Igor Zlatkovic40ed73b2003-02-23 13:40:12 +0000459Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
460
461 * parser.c uri.c: fixed the bug I introduced in the path
462 handling, reported by Sebastian Bergmann
463
Daniel Veillard44e1dd02003-02-21 23:23:28 +0000464Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
465
466 * parser.c: fixing some nodeinfo in entities problem raised
467 by Glenn W. Bach
468 * relaxng.c: implemented the first section 7.3 check
469 * result/relaxng/*: updated the results
470
Daniel Veillardc5312d72003-02-21 17:14:10 +0000471Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
472
473 * relaxng.c: fixed some problems in the previous commit
474 and finished implementing 4.16 rules checking
475 found 373 test schemas: 353 success 20 failures
476 found 529 test instances: 519 success 6 failures
477 * result/relaxng/*: updated the results
478
Daniel Veillard4c5cf702003-02-21 15:40:34 +0000479Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
480
481 * relaxng.c: implemented checks from section 7.2
482
Daniel Veillard77648bb2003-02-20 15:03:22 +0000483Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
484
485 * relaxng.c: implemented the checks from section 7.1, fixed
486 some of the 4.20 and 4.21 problems.
487 found 373 test schemas: 338 success 35 failures
488 found 529 test instances: 519 success 6 failures
489 * result/relaxng/*: updated the results
490
Daniel Veillard1c745ad2003-02-20 00:11:02 +0000491Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
492
493 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
494 * result/relaxng/*: updated the results
495
Daniel Veillardce14fa52003-02-19 17:32:48 +0000496Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
497
498 * relaxng.c: more bugfixes
499 * result/relaxng/*: updated the results
500
Igor Zlatkovic7e1d1582003-02-19 14:51:44 +0000501Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
502
503 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
504 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
505 * SAX.c: ensured xmlDoc.URL is always canonic
506 * parser.c: obsoleted xmlNormalizeWindowsPath
507 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
508 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
509 * win32/libxml2.def.src: added few exports
510
511
Daniel Veillard2e9b1652003-02-19 13:29:45 +0000512Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
513
514 * Makefile.am configure.in: patched to have shared libraries
515 for Python regression tests and static binaries for gdb debug
516 in my development environment
517 * relaxng.c: more bugfixes
518 found 373 test schemas: 296 success 77 failures
519 found 529 test instances: 516 success 8 failures
520 * result/relaxng/*: updated the results
521
Daniel Veillard8fe98712003-02-19 00:19:14 +0000522Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
523
524 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
525
Daniel Veillardd4310742003-02-18 21:12:46 +0000526Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
527
528 * xmlschemastypes.c: float/double check bugfix
529 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
530 validation
531 * xmlreader.c: add a TODO for Jody
532 * relaxng.c: bugfix bugfix bugfix
533 found 373 test schemas: 300 success 73 failures
534 found 529 test instances: 507 success 10 failures
535 * result/relaxng/*: updated the results
536
Daniel Veillard2df2de22003-02-17 23:34:33 +0000537Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
538
539 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
540
Daniel Veillard416589a2003-02-17 17:25:42 +0000541Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
542
543 * relaxng.c check-relaxng-test-suite.py: more work on the
544 RelaxNG implementation conformance testing.
545 found 373 test schemas: 284 success 89 failures
546 found 529 test instances: 448 success 47 failures
547 * result/relaxng/*: updated the results
548
Daniel Veillard784b9352003-02-16 15:50:27 +0000549Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
550
551 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
552 a patch from Kjartan Maraas to fix some typos
553
Daniel Veillardfebcca42003-02-16 15:44:18 +0000554Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
555
556 * relaxng.c: more bug-hunting
557 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
558 intermediate rng tree
559 * python/generator.py: patch from Stephane Bidoul to fix the generator
560 on python < 2.2
561
Daniel Veillardd2298792003-02-14 16:54:11 +0000562Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
563
564 * check-relaxng-test-suite.py relaxng.c: more testing on the
565 Relax-NG front, cleaning up the regression tests failures
566 current state and I forgot support for "mixed":
567 found 373 test schemas: 280 success 93 failures
568 found 529 test instances: 401 success 68 failures
569 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
570 moved the Name, NCName and QName validation routine in tree.c
571 * uri.c: fixed handling of URI ending up with #, i.e. having
572 an empty fragment ID.
573 * result/relaxng/*: updated the results
574
Daniel Veillard9a237c92003-02-13 15:52:58 +0000575Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
576
577 * check-xinclude-test-suite.py: improved the script accordingly
578 to the XInclude regression tests updates
579 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
580 November 2002
581 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
582 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
583 augmented the Xpointer testsuite for the element() scheme
584
Daniel Veillardf4b4f982003-02-13 11:02:08 +0000585Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
586
587 * relaxng.c: added TODO for the DTD compatibility spec
588 * xinclude.c: more bug fixes driven by the testsuite
589
Daniel Veillardd581b7e2003-02-11 18:03:05 +0000590Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
591
592 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
593 regression tests for XInclude, improved the script, improving
594 XInclude error reporting mechanism
595
Daniel Veillard1d788d22003-02-10 16:21:58 +0000596Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
597
598 * NEWS doc/* configure.in: preparing release 2.5.3
599
Daniel Veillardfd7ce5f2003-02-10 16:12:39 +0000600Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
601
602 * tree.c: trying to fix #104934 about some XHTML1 serialization
603 issues.
604
Daniel Veillard809faa52003-02-10 15:43:53 +0000605Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
606
607 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
608 encoding conversion when the input buffer stops in the
609 middle of a multibyte char
610
Daniel Veillard1703c5f2003-02-10 14:28:44 +0000611Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
612
613 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
614 * check-relaxng-test-suite.py: python script to run regression
615 against OASIS RelaxNG testsuite
616 * relaxng.c: some cleanup tweaks
617 * HTMLparser.c globals.c: cleanups in comments
618 * doc/libxml2-api.xml: updated the API
619 * result/relaxng/*: errors moved files, so large diffs but
620 no changes at the semantic level.
621
Daniel Veillard6aa2f602003-02-10 00:01:56 +0000622Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
623
624 * tree.c: fixing #105678 problem when dumping a namespace node.
625
Daniel Veillard591b4be2003-02-09 23:33:36 +0000626Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
627
628 * xpath.c: fixed doc comment problems
629 * python/generator.py python/libxml_wrap.h python/types.c: adding
630 RelaxNG wrappers
631 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
632 test of those early Python RelaxNG bindings
633
634Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
Daniel Veillard231d7912003-02-09 14:22:17 +0000635
636 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
637 * relaxng.c: found the validation problem I had with interleave
638 when not covering all remaining siblings
639 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
640 testsuite and check the RNG schemas against the RNG schemas
641 given in appendix A
642
Igor Zlatkovic6dacee62003-02-08 17:52:57 +0000643Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
644
645 * win32/Makefile.msvc: updates for RelaxNG
646 * win32/Makefile.mingw: updates for RelaxNG
647 * win32/libxml2.def.src: added RelaxNG exports
648
Daniel Veillard97fd5672003-02-07 13:01:54 +0000649Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
650
651 * xinclude.c: applied another bug fix from Sean Chittenden
652
Daniel Veillardef4d3bc2003-02-07 12:38:22 +0000653Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
654
655 * configure.in xmllint.c: I f...ed up the default configuration
656 of schemas and --relaxng option display in xmllint, pointed by
657 Morus Walter.
658 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
659 detection module, fixes bug #105374.
660
Daniel Veillardc5a70f22003-02-06 23:41:59 +0000661Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
662
663 * xmlschemastypes.c: added the boolean base type.
664
Daniel Veillard96a4b252003-02-06 08:22:32 +0000665Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
666
667 * xmlschemastypes.c: started implementing some of the missing
668 default simple types
669 * result/relaxng/*: updated the results
670
Daniel Veillard72fef162003-02-05 14:31:19 +0000671Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
672
673 * NEWS doc/*: updated the docs, ready for 2.5.2 release
674
Daniel Veillard71531f32003-02-05 13:19:53 +0000675Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
676
677 * HTMLparser.c tree.c xmlIO.c: comments cleanups
678 * Makefile.am: use xmllint for doing the RelaxNG tests
679 * configure.in: preparing 2.5.2 made schemas support default to
680 on instead of off
681 * relaxng.c: removed the verbosity
682 * xmllint.c: added --relaxng option
683 * python/generator.py python/libxml_wrap.h: prepared the integration
684 of the new RelaxNG module and schemas
685 * result/relaxng/*: less verbose output
686
Daniel Veillardec498e12003-02-05 11:01:50 +0000687Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
688
689 * valid.c: do not run content model validation if the
690 content is not determinist
691
Daniel Veillardde590ca2003-02-05 10:45:26 +0000692Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
693
694 * SAX.c: added the redefinition of namespaced attribute
695 check that was missing as Fabrice Desré pointed out.
696
Daniel Veillard930dfb62003-02-05 10:17:38 +0000697Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
698
699 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
700 improvements from Nick Kew, allowing to do more checking
701 to HTML elements and attributes.
702
Daniel Veillard4287c572003-02-04 22:48:53 +0000703Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
704
705 * xinclude.c: fixing bug #105137 about entities declaration
706 needing to be copied to the including document.
707
Daniel Veillard652d8a92003-02-04 19:28:49 +0000708Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
709
710 * catalog.c: fixed bug #104817 with delegateURI
711 * xpath.c: fixing bugs #104123 and #104125
712
Daniel Veillard0e298ad2003-02-04 16:14:33 +0000713Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
714
715 * configure.in valid.c xmlreader.c python/libxml_wrap.h
716 python/types.c: fixing #104096 to compile without regexps
717
Daniel Veillard57e79b32003-02-04 15:33:12 +0000718Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
719
720 * valid.c: fixing bug #103969 forgot to add an epsilon transition
721 when building the automata for elem*
722
Daniel Veillard358a9892003-02-04 15:22:32 +0000723Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
724
725 * HTMLparser.c: applied patch from Arne de Bruijn fixing
726 bug #103827
727
Daniel Veillardeb137172003-02-04 15:18:06 +0000728Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
729
730 * HTMLparser.c: updating a comment, fixing #103776
731
Daniel Veillard8d589042003-02-04 15:07:21 +0000732Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
733
734 * parser.c: fixing bug 105049 for validity checking of content
735 within recursive entities.
736
Daniel Veillarde5b110b2003-02-04 14:43:39 +0000737Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
738
739 * HTMLparser.c: try to fix # 105049
740 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
741 * tree.c: updated a function comment
742
Daniel Veillard419a7682003-02-03 23:22:49 +0000743Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
744
745 * relaxng: more work on grammars and refs/defs
746 * test/relaxng/* result/relaxng/*: augmented/updated the
747 regression tests
748
Daniel Veillard144fae12003-02-03 13:17:57 +0000749Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
750
751 * relaxng: more work on name classes, except support
752 * test/relaxng/* result/relaxng/*: augmented/updated the
753 regression tests
754
Daniel Veillard1ed7f362003-02-03 10:57:45 +0000755Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
756
757 * relaxng: more work on name classes, the "validate all" schemas
758 seems to work now.
759 * test/relaxng/* result/relaxng/*: augmented/updated the
760 regression tests
761
Daniel Veillard3b2e4e12003-02-03 08:52:58 +0000762Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
763
764 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
765 * parser.c: put a guard against infinite document depth, basically
766 trying to avoid another kind of DoS attack.
767 * relaxng.c: some code w.r.t. nameClasses
768
Daniel Veillardfc1a4502003-02-02 16:02:55 +0000769Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
770
771 * test/relaxng/* result/relaxng/*: check all the namespace support
772 was actually correct based on tutorial section 10.
773
Daniel Veillarde2a5a082003-02-02 14:35:17 +0000774Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
775
776 * relaxng: include seems to work okay now
777 * test/relaxng/* result/relaxng/*: augmented/updated the
778 regression tests
779
Daniel Veillarda9d912d2003-02-01 17:43:10 +0000780Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
781
782 * relaxng.c: a bit of work done in the train back.
783 * test/relaxng/*: added one of the include tests
784
Daniel Veillard154877e2003-01-30 12:17:05 +0000785Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
786
787 * relaxng: more work done in the train
788 * test/relaxng/* result/relaxng/*: augmented/updated the
789 regression tests
790
Daniel Veillarde431a272003-01-29 23:02:33 +0000791Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
792
793 * relaxng.c: debugging of externalRef
794 * test/relaxng/* result/relaxng/*: augmented/updated the
795 regression tests
796
Daniel Veillardd41f4f42003-01-29 21:07:52 +0000797Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
798
799 * relaxng.c: more work on Relax-NG, implementing externalRef
800 * test/relaxng/* result/relaxng/*: augmented/updated the
801 regression tests
802 * Makefile.am: cleanup to Relaxtests target
803
Daniel Veillardb08c9812003-01-28 23:09:49 +0000804Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
805
806 * relaxng.c: more work on Relax-NG, implementing interleave
807 * test/relaxng/* result/relaxng/*: augmented/updated the
808 regression tests
809
Daniel Veillard76fc5ed2003-01-28 20:58:15 +0000810Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
811
812 * relaxng.c: more work on Relax-NG, implementing interleave
813 * test/relaxng/* result/relaxng/*: augmented/updated the
814 regression tests
815
MST 2003 John Fleckda81d192003-01-27 14:35:56 +0000816Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
817
818 * doc/tutorial/customfo.xsl
819 * doc/tutorial/customhtml.xsl
820 adding stylesheet customizations used to generate fo
821 for pdf and html
822
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000823Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
824
825 * relaxng.c: more work on Relax-NG
826 * test/relaxng/* result/relaxng/*: augmented/updated the
827 regression tests
828 * xmlschemastypes.c: added a number of base type definition but not
829 the associated checks, those are still TODOs
830
MST 2003 John Fleck731967e2003-01-27 00:39:50 +0000831Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
832
833 in docs/tutorial:
834 * apa.html
835 * apb.html
836 * apc.html
837 * apd.html
838 * ape.html
839 * apf.html
840 * apg.html
841 * ar01s02.html
842 * ar01s03.html
843 * ar01s04.html
844 * ar01s05.html
845 * ar01s06.html
846 * ar01s07.html
847 * ar01s08.html
848 * index.html
849 * xmltutorial.pdf
850 * xmltutorial.xml
851 add index to tutorial
852
MST 2003 John Fleck937362d2003-01-27 00:04:32 +0000853Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
854
855 * doc/xmlcatalog.1
856 * doc/xmlcatalog_man.html
857 * doc/xmlcatalog_man.xml
858 belatedly fixing bug #93622 (adds rewriteURI type to
859 "--add" option in xmlcatalog man page
860
Daniel Veillard3be27512003-01-26 19:49:04 +0000861Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
862
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000863 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
Daniel Veillard3be27512003-01-26 19:49:04 +0000864 Julio Merino, closing #104475
865
Daniel Veillardea3f3982003-01-26 19:45:18 +0000866Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
867
868 * relaxng.c: more work on Relax-NG
869 * test/relaxng/* result/relaxng/*: augmented/updated the
870 regression tests
871
Daniel Veillardedc91922003-01-26 00:52:04 +0000872Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
873
874 * relaxng.c: more work on Relax-NG
875 * test/relaxng/* result/relaxng/*: augmented/updated the
876 regression tests
877
Daniel Veillarddd1655c2003-01-25 18:01:32 +0000878Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
879
880 * README: updated the policy on private mail answers
881 * relaxng.c: more work on Relax-NG
882 * test/relaxng/* result/relaxng/*: augmented/updated the
883 regression tests
884
Daniel Veillard7424eb62003-01-24 14:14:52 +0000885Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
886
887 * error.c parser.c tree.c: applied a documentation patch from
888 Stefan Kost
889
Daniel Veillard276be4a2003-01-24 01:03:34 +0000890Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
891
892 * relaxng.c: more work on Relax-NG
893 * doc/*: regenerated the docs
894 * test/relaxng/* result/relaxng/*: updated and augmented the
895 Relax-NG regression tests and results
896
Daniel Veillard6eadf632003-01-23 18:29:16 +0000897Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
898
899 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
900 First commit of the new Relax-NG validation code, not generally
901 useful yet.
902 * test/relaxng/* result/relaxng/*: current state of the regression
903 tests
904
Daniel Veillard814a76d2003-01-23 18:24:20 +0000905Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
906
907 * tree.c: minimized the memory allocated for GetContent
908 and a bit of cleanup.
909
Daniel Veillardff12c492003-01-23 16:42:55 +0000910Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
911
912 * python/generator.py: seems there is no good reasons to
913 not generate bindings for XPointer
914
Daniel Veillard540a31a2003-01-21 11:21:07 +0000915Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
916
917 * xmlreader.c doc/apibuild.py: applied a new patch from
918 Stéphane Bidoul for cleanups
919 * doc/libxml2-api.xml: rebuilt the API description with
920 new entry points
921
Daniel Veillard417be3a2003-01-20 21:26:34 +0000922Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
923
924 * xmlreader.c python/drv_libxml2.py python/generator.py
925 python/libxml.c python/libxml.py python/libxml_wrap.h
926 python/types.c: patch from Stéphane Bidoul for better per
927 context error message APIs
928 * python/tests/ctxterror.py python/tests/readererr.py:
929 update of the tests
930
MST 2003 John Fleck97ddfc02003-01-20 00:09:57 +0000931Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
932
933 * doc/guidelines.html
934 grammar and spelling cleanup
935
Daniel Veillard26f70262003-01-16 22:45:08 +0000936Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
937
938 * xmlreader.c include/libxml/xmlreader.h python/generator.py
939 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
940 a patch from Stéphane Bidoul to allow per XMLtextReader error
941 and warning handling
942 * python/tests/Makefile.am python/tests/readererr.py: adding the
943 specific regression test
944
Daniel Veillard71f9d732003-01-14 16:07:16 +0000945Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
946
947 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
948 should raise a syntax error
949
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000950Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
951
952 * python/libxml.c: cleanup patch from Stéphane Bidoul
953
Daniel Veillard81601f92003-01-14 13:42:37 +0000954Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
955
956 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
957
Daniel Veillarde6227e02003-01-14 11:42:39 +0000958Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
959
960 * python/generator.py python/libxml.c python/libxml.py
961 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000962 from Stéphane Bidoul to provide per parser error handlers at the
Daniel Veillarde6227e02003-01-14 11:42:39 +0000963 Python level.
964 * python/tests/Makefile.am python/tests/ctxterror.py: added a
965 regression test for it.
966
Daniel Veillard4dbe77a2003-01-14 00:17:42 +0000967Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
968
969 * xmlreader.c: fixed the streaming property of the reader,
970 it was generating tree faster than consuming it. Pointed out
971 by Nate Myers
972 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
973
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000974Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
975
Igor Zlatkovicd31876c2003-01-12 21:43:13 +0000976 * win32/libxml2.def.src: added more xmlreader and other exports
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000977
Daniel Veillard8e7e1c02003-01-10 17:06:09 +0000978Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
979
980 * xpath.c: fix to the XPath implementation for parent and
981 ancestors axis when operating on a Result Value Tree.
982 Fixes bug #100271
983
Daniel Veillardcacbe5d2003-01-10 16:09:51 +0000984Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
985
986 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
987 to fix some URI/file escaping problems
988
Daniel Veillard3b87b6b2003-01-10 15:21:50 +0000989Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
990
991 * python/generator.py: fixed a bug raised by Raymond Wiker,
992 docSetRootElement() should not raise an exception if the
993 return is None
994
Daniel Veillard3e20a292003-01-10 13:14:40 +0000995Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
996
997 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
998 fixed bug #102181 by applying the suggested change and fixing
999 the generation/registration problem.
1000
Daniel Veillarde55e8e42003-01-10 12:50:02 +00001001Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1002
1003 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
1004 routines.
1005
Daniel Veillard8f872442003-01-09 23:19:02 +00001006Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
1007
1008 * parser.c: one more IsEmptyElement crazyness, that time in
1009 external parsed entities if substitution is asked.
1010 * python/tests/reader3.py: added a specific test.
1011
Daniel Veillarde329fc22003-01-09 21:36:42 +00001012Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
1013
1014 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
1015 support and improved error handler registration
1016
Daniel Veillard5ecaf7f2003-01-09 13:19:33 +00001017Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1018
1019 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
1020 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
1021 * README: fixed a link
1022
Daniel Veillarde2830f12003-01-08 17:47:49 +00001023Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
1024
1025 * configure.in doc/* NEWS: preparing 2.5.1 release
1026 * SAX.c parser.c: fixing XmlTextReader bug
1027
Daniel Veillard8bf70b92003-01-07 23:14:24 +00001028Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
1029
1030 * SAX.c: fuck, I introduced a memory leak on external parsed
1031 entities in 2.5.0 :-(
1032
Daniel Veillard56ada1d2003-01-07 11:17:25 +00001033Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
1034
1035 * xmllint.c: another fix needed as pointed by Christophe Merlet
1036 for --stream --debug if compiled without debug support.
1037
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +00001038Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
1039
1040 * doc/xmllint.xml
Daniel Veillard56ada1d2003-01-07 11:17:25 +00001041 * doc/xmllint.1:
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +00001042 update man page with --stream and --chkregister
1043
Daniel Veillard8326e732003-01-07 00:19:07 +00001044Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1045
1046 * globals.c: fixed --with-threads compile
1047 * xmllint.c: fixed --without-debug compile
1048 * include/libxml/globals.h: cleanup
1049 * include/libxml/schemasInternals.h: add a missing include
1050
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001051Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1052
1053 * configure.in NEWS: preparing 2.5.0 release
1054 * SAX.c: only warn in pedantic mode about namespace name
1055 brokeness
1056 * globals.c: fix a doc generation problem
1057 * uri.c: fix #101520
1058 * doc/*: updated and rebuilt the doc for the release, includuding
1059 stylesheet update
1060 * python/Makefile.am: fix a filename bug
1061
1062Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
1063
1064 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
1065 should not be called.
1066
1067Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
1068
1069 * libxml-2.0.pc.in: applied the patch to fix #101894
1070
1071Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
1072
1073 * tree.c : applied patch from Lukas Schroeder for register callbacks
1074 * valid.c: modified patch from Lukas Schroeder to test
1075 register callbacks with --chkregister
1076
1077Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
1078
1079 * xmlreader.c: seriously changed the way data are pushed to
1080 the underlying parser, go by block of 512 bytes instead of
1081 tryng to detect tag boundaries at that level. Changed the
1082 way empty element are detected and tagged.
1083 * python/tests/reader.py python/tests/reader2.py
1084 python/tests/reader3.py: small changes mostly due to context
1085 reporting being different and DTD node being reported. Some
1086 errors previously undetected are now caught and fixed.
1087 * doc/xmlreader.html: flagged last section as TODO
1088
1089Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
1090
1091 * python/libxml.py: integrated the Python 2.2 optimizations
1092 from Hannu Krosing, while maintaining compatibility with
1093 1.5 and 2.1
1094
1095Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
1096
1097 * xmllint.c: a bit of cleanup
1098 * xmlreader.c: small fix
1099 * doc/xmlreader.html: more work on the XmlTextReader tutorial
1100 * python/libxml.py: a few fixes pointed out by Hannu Krosing
1101
1102Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
1103
1104 * python/setup.py.in: patch from Stéphane Bidoul to include
1105 drv_libxml2.py in setup.py
1106
1107Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
1108
1109 * doc/xmlreader.html: starting documenting the new XmlTextReader
1110 interface.
1111
1112Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1113
1114 * xmllint.c: added the --stream flag to use the TextReader API
1115 * xmlreader.c: small performance tweak
1116
1117Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1118
1119 * xmlreader.c python/tests/reader2py: okay the DTD validation
1120 code on top of the XMLTextParser API should be solid now.
1121
1122Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
1123
1124 * xmlreader.c python/tests/reader2py: Fixing some more mess
1125 with validation and recursive entities while using the
1126 reader interface, it's getting a bit messy...
1127
1128Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1129
1130 * xmlreader.c python/tests/reader.py: another couple of problem
1131 related to IsEmptyElement reported by Stéphane Bidoul needed
1132 some fixes.
1133
1134Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1135
1136 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
1137 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
1138 based on the python XmlTextReader interface.
1139
1140Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
1141
1142 * tree.c: backing out one change in the last patch which broke the
1143 regression tests
1144
1145Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
1146
1147 * global.data globals.c tree.c include/libxml/globals.h: applied
1148 an old patch from Lukas Schroeder to track node creation and
1149 destruction. Probably missing a lot of references at the moment
1150 and not usable reliably.
1151
1152Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1153
1154 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
1155 from doc/news.html and a stylesheet
1156
1157Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
1158
1159 * xmlreader.c python/tests/reader.py: fixed another couple of
1160 xmlreader bugs reported by Stéphane Bidoul and added tests.
1161
1162Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1163
1164 * xmlreader.c python/tests/reader2.py: fixed another validity
1165 checking in external parsed entities raised by Stéphane Bidoul
1166 and added a specific regression test.
1167 * python/tests/reader3.py: cleanup
1168
1169Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1170
1171 * xmlreader.c python/tests/reader2.py: fixed a problem with
1172 validation within entities pointed by Stéphane Bidoul, augmented
1173 the tests to catch those.
1174
1175Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
1176
1177 * python/generator.py: modified the generator to allow keeping
1178 class references when creating new classes, needed to fix a bug
1179 pointed by Stéphane Bidoul where the input buffer of the
1180 xmlTextReader instance gets destroyed if the python wrapper for
1181 the input is not referenced anymore.
1182
1183Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
1184
1185 * xmlreader.c python/tests/reader.py: fixed another pair of problem
1186 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
1187
1188Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1189
1190 * xmlreader.c python/tests/reader.py: fixed another problem
1191 pointed by Stéphane Bidoul
1192
1193Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1194
1195 * xmlreader.c python/tests/reader.py: fixed a limit case problem
1196 with "<a/>"
1197
1198Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1199
1200 * SAX.c: warn on xmlns:prefix="foo"
1201 * xmlreader.c python/tests/reader.py: fixed a couple of problem
1202 for namespace attributes handling.
1203
1204Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1205
1206 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
1207 a really nasty problem raised by a DocBook XSLT transform
1208 provided by Sebastian Bergmann
1209
1210Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
1211
1212 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
1213 by Stéphane Bidoul and integrated it into the tests
1214
1215Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
1216
1217 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
1218 extended the XmlTextReader API a bit, addding accessors for
1219 the current doc and node, and an entity substitution mode for
1220 the parser.
1221 * python/libxml.py python/libxml2class.txt: related updates
1222 * python/tests/Makefile.am python/tests/reader.py
1223 python/tests/reader2.py python/tests/reader3.py: updated a bit
1224 the old tests and added a new one to test the entities handling
1225
1226Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
1227
1228 * python/generator.py python/libxml2class.txt
1229 python/tests/reader.py python/tests/reader2.py: changed the
1230 generator to provide casing for the XmlTextReader similar to
1231 C# so that examples and documentation are more directly transposable.
1232 Fixed the couple of tests in the suite.
1233
1234Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
1235
1236 * doc/guidelines.html: added a document on guildeline for
1237 publishing and deploying XML
1238
1239Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1240
1241 * valid.c xmlreader.c: final touch running DTD validation
1242 on the XmlTextReader
1243 * python/tests/Makefile.am python/tests/reader2.py: added a
1244 specific run based on the examples from test/valid/*.xml
1245
1246Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
1247
1248 * python/libxml.py: added a few predefined xmlTextReader parser
1249 configuration values.
1250
1251Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1252
1253 * python/libxml_wrap.h: trying to fix #102037
1254
1255Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1256
1257 * SAX.c: fixing bug #95296, when the predefined entities
1258 are redefined in the DTD the default one must be used
1259 instead anyway.
1260
1261Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
1262
1263 * doc/xmllint.xml
1264 * doc/xmllint.1
1265 Add discussion of XML_DEBUG_CATALOG to xmllint man
1266 page - bug #100907
1267
1268
1269Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1270
1271 * xmlreader.c: Fixed the empty node detection to avoid reporting
1272 an inexistant close tag.
1273
1274Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1275
1276 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
1277 for Python 2.1
1278
1279Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1280
1281 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
1282
1283Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1284
1285 * doc/libxml2-api.xml python/tests/reader.py: one really need
1286 to provide the base URI information when creating a reader parser
1287 from an input stream. Updated the API and the example using it.
1288
1289Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
1290
1291 * testReader.c xmlreader.c valid.c include/libxml/tree.h
1292 include/libxml/valid.h include/libxml/xmlreader.h: working on
1293 DTD validation on top of xml reader interfaces. Allows to
1294 validate arbitrary large instances. This required some extensions
1295 to the valid module interface and augmenting the size of xmlID
1296 and xmlRef structs a bit.
1297 * uri.c xmlregexp.c: simple cleanup.
1298
1299Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1300
1301 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
1302 work on the xml reader interfaces.
1303 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
1304 Web page for the Windows binaries.
1305
1306Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1307
1308 * xmlIO.c: applied a patch for VMS following the report by
1309 Nigel Hall
1310
1311Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
1312
1313 * parser.c: the parseStartTag bug fix wasn't complete.
1314
1315Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
1316
1317 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
1318 parseStartTag, fixing it.
1319 * test/att4 result/att4 result/noent/att4: adding the test
1320 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
1321 more methods to XmlTextReader.
1322
1323Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1324
1325 * win32/libxml2.def.src: added more xml reader exports
1326 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
1327 to the build
1328
1329Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
1330
1331 * doc/tutorial/xmltutorial.xml
1332 plus generated html and pdf
1333 Updating tutorial again based on further comments from Niraj
1334 Tolia on the last iteration
1335
1336Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
1337
1338 * doc/tutorial/xmltutorial.xml
1339 * doc/tutorial/includekeyword.c
1340 * doc/tutorial/includegetattribute.c
1341 plus generated html and pdf
1342 Adding fix from Niraj Tolia to tutorial to properly free memory.
1343
1344
1345Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1346
1347 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
1348 more methods of XmlTextReader.
1349 * python/libxml2class.txt python/tests/reader.py: this increased the
1350 methods in the bndings, augmented the test to check those new
1351 functions.
1352
1353Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1354
1355 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
1356 methods of XmlTextReader.
1357 * python/generator.py python/libxml_wrap.h python/types.c
1358 python/libxml2class.txt: added the reader to the Python bindings
1359 * python/tests/Makefile.am python/tests/reader.py: added a specific
1360 test for the Python bindings of the Reader APIs
1361 * parser.c: small cleanup.
1362
1363Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1364
1365 * xinclude.c: fallback was only copying the first child not the
1366 full child list of the fallback element, closes #89684 as reopened
1367 by Bernd Kuemmerlen
1368
1369Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1370
1371 * win32/libxml2.def.src: exported htmlNodeDumpOutput
1372
1373Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
1374
1375 * configure.in: preparing release of 2.4.30
1376 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
1377 gives enum values, fix functype return type, put back fields in
1378 structs
1379 * doc/*: updated the docs rebuilt
1380
1381Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1382
1383 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
1384 about htmlNodeDumpOutput location.
1385 * xpath.c: removed an undefined function signature
1386 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
1387 too many symbols in the API breaking the python bindings.
1388 Updated with the libxslt/libexslt changes.
1389
1390Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1391
1392 * configure.in: preparing release of 2.4.29
1393 * doc/*: rebuilt the docs and API
1394 * xmlreader.c: a few more fixes for the XmlTextReader API
1395
1396Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1397
1398 * include/win32config.h: applied mingw patch from Magnus Henoch
1399
1400Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
1401
1402 * catalog.c doc/libxml2-api.xml: a bit more cleanup
1403
1404Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1405
1406 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
1407 building Python script, does the C parsing directly, generates
1408 a better API description including structure fieds defs and
1409 enums. Still a couple of bugs, but good enough for the python
1410 wrappers now.
1411 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
1412 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
1413 include/libxml/schemasInternals.h include/libxml/tree.h: more
1414 cleanup based on the python analysis script reports.
1415 * libxml.spec.in: make sure the API XML description is part of the
1416 devel package.
1417
1418Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1419
1420 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
1421 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
1422 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
1423 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
1424 code cleanup, especially the function comments.
1425 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
1426
1427Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1428
1429 * Makefile.am xmlreader.c include/libxml/Makefile.am
1430 include/libxml/xmlreader.h: Adding a new set of APIs based on
1431 the C# TextXmlReader API but converted to C. Allow to parse
1432 in constant memory usage, far simpler to program and explain
1433 than the SAX like APIs, unfinished but working.
1434 * testReader.c: test program
1435
1436Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1437
1438 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
1439
1440Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1441
1442 * tree.c: Chip turner indicated that XHTML1 serialization
1443 rule for style actually break on both IE and Mozilla,
1444 try to avoid the rule if escaping ain't necessary
1445
1446Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
1447
1448 * nanhttp.c: handle HTTP URL escaping, problem reported by
1449 Glen Nakamura and Stefano Zacchiroli
1450
1451Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1452
1453 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
1454
1455Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1456
1457 * uri.c: Johann Richard pointed out some XPointer problems for
1458 URN based URI references in XInclude. Modified the URI parsing
1459 and saving routines to allow correct parsing and saving of
1460 XPointers, especially when attached to "opaque" scheme accordingly
1461 to RFC 2396
1462
1463Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
1464
1465 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
1466 of refactoring to the HTML saving code.
1467 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
1468 in the doc.
1469
1470Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
1471
1472 * tree.c include/libxml/tree.h: refactored the XML dump of a node
1473 to a buffer API to reuse the generic dump to an OutputIO layer,
1474 this reduces code, fixes xmlNodeDump() for XHTML, also made
1475 xmlNodeDump() now return the number of byte written.
1476
1477Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
1478
1479 * python/setup.py.in: another patch from Stéphane Bidoul for
1480 Python bindings on Windows
1481 * doc/parsedecl.py: small cleanup
1482
1483Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
1484
1485 * libxml.spec.in configure.in: add a line in %changelog for releases
1486
1487Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
1488
1489 * parser.c: patch from Marcus Clarke fixing a problem in entities
1490 parsing that was detected in KDe documentations environment.
1491
1492Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1493
1494 * python/libxml.c (libxml_prev): Return the previous as opposed to
1495 the next node (I guess this is the result of some cut & paste programming:)
1496
1497Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1498
1499 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
1500
1501Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1502
1503 * python/generator.py python/libxml.c python/setup.py.in: trying
1504 to fix the Python bindings build on Windows (Stéphane Bidoul)
1505
1506Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1507
1508 * win32/configure.js: added option for python bindings
1509 * win32/libxml2.def.src: added more exports
1510
1511Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1512
1513 * win32/Makefile.mingw: fixed unresolved symbols when linking with
1514 pthreads
1515 * win32/wince/*: applied updates to Windows CE port from Javier
1516
1517Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1518
1519 * configure.in: preparing 2.4.28
1520 * libxml.spec.in doc/Makefile.am: some cleanup
1521 * doc/*: updated the news and regenerated.
1522
1523Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1524
1525 * HTMLparser.c: final touch at closing #87235 </p> end tags
1526 need to be generated.
1527 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
1528 this change slightly the output of a few tests
1529 * doc/*: regenerated
1530
1531Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
1532
1533 * parserInternals.c: fixing bug #99190 when UTF8 document are
1534 parsed using the progressive parser and the end of the chunk
1535 is in the middle of an UTF8 multibyte character.
1536
1537Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1538
1539 * threads.c: fixed initialization problem in xmlNewGlobalState
1540 which was causing crash.
1541 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
1542 in xmlInitializeGlobalState.
1543 * parserInternals.c: cleaned up ctxt->sax initialisation.
1544
1545Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1546
1547 * tree.c include/libxml/tree.h: modified the existing APIs
1548 to handle XHTML1 serialization rules automatically, also add
1549 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
1550 libxslt serialization uses it when needed without changing
1551 the library API.
1552 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
1553 result/xhtml1: added a new test specifically for xhtml1 output
1554 and updated the result of one XHTML1 test
1555
1556Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
1557
1558 * xinclude.c parserInternals.c encoding.c: fixed #99082
1559 for xi:include encoding="..." support on text includes.
1560 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
1561 test/XInclude/ents/isolatin.txt : added a specific regression test
1562 * python/generator.py python/libxml2class.txt: fixed the generator
1563 the new set of comments generated for doc/libxml2-api.xml were
1564 breaking the python generation.
1565
1566Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1567
1568 * doc/Makefile.am: repair some problem if gtk-doc fail or such
1569 * configure.in: patch for Solaris on new autoconf closes #98880
1570 * doc/parsedecl.py: repair the frigging API building script,
1571 did I say that python xmllib sucks ?
1572 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
1573 and some comment are no more truncated.
1574
1575Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
1576
1577 * parser.c: Martin Stoilov pointed out a potential leak in
1578 xmlCreateMemoryParserCtxt
1579
1580Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
1581
1582 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
1583 included in HTML documents and using the push parser.
1584
1585Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1586
1587 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
1588 specified, look for the Python interpreter not just in the
1589 specified root but also in the specified location. Fixes #98825
1590
1591Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1592
1593 * python/libxml.c: fixing bug #98792 , node may have no doc
1594 and dereferencing without checking ain't good ...
1595
1596Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
1597
1598 * configure.in: preparing release 2.4.27
1599 * doc/* : updated and rebuilt the docs
1600 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
1601 and all the docs are actually packaged and in the final RPMs
1602 * parser.c parserInternals.c include/libxml/parser.h: restore
1603 xmllint --recover feature.
1604
1605Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1606
Daniel Veillard784b9352003-02-16 15:50:27 +00001607 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001608 processing of parsed entities, and XPath computation on sustitued
1609 entities.
1610 * testXPath.c: make sure entities are substitued.
1611
1612Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
1613
Daniel Veillard784b9352003-02-16 15:50:27 +00001614 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001615 processing of internal parsed entities, which had to be changed.
1616
1617Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1618
1619 * Makefile.am python/Makefile.am python/tests/Makefile.am:
1620 trying to fix bug #98517 about building outside the source tree
1621 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
1622
1623Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1624
1625 * include/win32config.h: cleanup
1626 * win32/Makefile.mingw: integrated mingw in JScript configure
1627 * win32/Makefile.msvc: modified to allow mingw coexistence
1628 * win32/configure.js: integrated mingw
1629 * win32/Readme.txt: cleanup
1630
1631Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1632
1633 * HTMLparser.c: strengthen the guard in the Pop macros,
1634 like in the XML parser, closes bug #97315
1635
1636Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1637
1638 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
1639 callback is never used.
1640
1641Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1642
1643 * parserInternals.c: fixed the initialization of the SAX structure
1644 which was breaking xsltproc
1645 * xpath.c: patch from Petr Pajas for CDATA nodes
1646 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
1647 * parser.c include/libxml/parser.h: patch from Peter Jones
1648 removing a leak in xmlSAXParseMemory() and adding the
1649 function xmlSAXParseMemoryWithData()
1650
1651Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
1652
1653 adding pdf of tutorial, changing web page to link to it
1654 * doc/tutorial/xmltutorial.pdf
1655 * doc/xml.html
1656 * doc/docs.html
1657
1658Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
1659
1660 * doc/tutorial/ar01s08.html
1661 adding file what I forgot for tutorial
1662
1663
1664Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
1665
1666 Adding encoding discussion to tutorial
1667 Added:
1668 * doc/tutorial/images/*.png: DocBook admonition image files
1669 * doc/tutorial/apf.html, apg.html: new generated html
1670 * doc/tutorial/includeconvert.c: conversion code entity file
1671 changed:
1672 * doc/tutorial/xmltutorial.xml: DocBook original
1673 * doc/tutorial/*.html: generated html
1674
1675Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1676
1677 * include/libxml/*.h: retired xmlwin32version.h
1678 * doc/Makefile.am: retired xmlwin32version.h
1679 * win32/configure.js: retired xmlwin32version.h
1680
1681Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1682
1683 * win32/libxml2.def.src: exported additional symbols
1684 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
1685 sisterhood
1686
1687Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
1688
1689 * globals.c: fixed a typo pointed out by Igor
1690 * xpath.c: try to speed up node compare using line numbers
1691 if available.
1692
1693Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1694
1695 * tree.c: make xmlFreeNode() handle attributes correctly.
1696
1697Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1698
1699 * catalog.c: completed the #96963 fix, as reported by Karl
1700 Eichwalder
1701
1702Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1703
1704 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
1705
1706Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1707
1708 * Makefile.am: switched the order of a couple of includes
1709 to fix bugs #97100
1710
1711Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1712
1713 * catalog.c: fixed bug #96963, reverted to the old behaviour of
1714 xmlLoadCatalogs that used to separate directories with a ':'.
1715
1716Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1717
1718 * threads.c: improvements to the Windows-side of thread handling
1719 * testThreads.c: conditionally excluded unistd.h
1720 * testThradsWin32.c: broke overlong lines
1721 * include/win32config.h: adapted thread-related macros to the new
1722 scheme and for pthreads on Windows
1723 * win32/Makefile.msvc: introduced a more flexible thread build,
1724 added testThreads[Win32].c to the build
1725 * win32/configure.js: introduced a more flexible thread config
1726
17272002-10-31 John Fleck <jfleck@inkstain.net>
1728
1729 * doc/xml.html (and, by implication, FAQ.html)
1730 added UTF-8 conversaion FAQ from Marcus Labib Iskander
1731
1732Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1733
1734 * configure.in: removed xmlwin32version.h
1735 * include/libxml/Makefile.am: removed xmlwin32version.h
1736
1737Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
1738
1739 * tree.c: applied patch from Brian Stafford to fix a bug
1740 in xmlReconciliateNs()
1741
1742Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1743
1744 * tree.c: applied patch from Christian Glahn to allow
1745 xmlNewChild() on document fragment nodes
1746
1747Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1748
1749 * parser.c: Christian Glahn found a problem with a recent
1750 patch to xmlParseBalancedChunkMemoryRecover()
1751 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
1752 problems
1753 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
1754 test/schemas/seq*: added the test cases from Charles
1755
1756Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1757
1758 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
1759 serious cleanup of the spec file and associated changes
1760 in the Makefiles.
1761 * valid.c: try to remove some warnings on x86_64
1762
1763Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1764
1765 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
1766 fix bug #96586
1767
1768Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1769
1770 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
1771 parsing, applied his patch
1772 * result/HTML/attrents.html result/HTML/attrents.html.err
1773 result/HTML/attrents.html.sax test/HTML/attrents.html:
1774 added the test and result case provided by Mikhail Sogrine
1775
1776Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1777
1778 * vms/build_libxml.com vms/config.vms vms/readme.vms
1779 include/libxml/parser.h include/libxml/parserInternals.h
1780 include/libxml/tree.h include/libxml/xmlIO.h
1781 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
1782 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
1783 Applied the VMS update patch from Craig A. Berry
1784 * doc/*.html: update
1785
1786Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1787
1788 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
1789
1790Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1791
1792 * debugXML.c: adding a grep command to --shell in xmllint
1793 for T.V. Raman
1794
1795Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1796
1797 * xmlcatalog.c: tried to fix some of the problem with --sgml
1798
1799Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
1800
1801 * parser.c: tried to fix bug #91500 where doc->children may
1802 be overriden by a call to xmlParseBalancedChunkMemory()
1803
1804Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1805
1806 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
1807 identifiers in SGML catalogs containing '&'
1808
1809Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1810
1811 * python/types.c: fixed bugs when passing result value tree
1812 to Python functions.
1813
1814Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1815
1816 * configure.in: preparing the release of 2.4.26
1817 * doc/*: updated and rebuilt the documentation
1818
1819Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1820
1821 * parser.c: fixed a XML Namespace compliance bug reported by
1822 Alexander Grimalovsky
1823
1824Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1825
1826 * HTMLtree.c: fixed serialization of script and style when
1827 they are not lowercase (i.e. added using the API to the tree).
1828
1829Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1830
1831 * valid.c: make xmlValidateDocument emit a warning msg if there
1832 is no DTD, pointed by Christian Glahn
1833
1834Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1835
1836 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
1837 content model when some of the blocks have min or max, and a couple
1838 of bugs found in the process.
1839 * result/schemas/list0* test/schemas/list0*: added some specific
1840 regression tests
1841
1842Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
1843
1844 * README: updated the contact informations
1845
1846Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1847
1848 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
1849 misses it, reported by Peter Bray.
1850
1851Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1852
1853 * tree.c: investigating xmlNodeGetContent() on namespace nodes
1854 and removed a few warnings
1855
1856Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
1857
1858 * parser.c: Christian Glahn found a small bug in the push parser.
1859 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
1860 public
1861
1862Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1863
1864 * xmlschemas.c include/libxml/xmlschemas.h: added
1865 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
1866 * testSchemas.c: added --memory to test the new interface
1867
1868Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1869
1870 * doc/index.py doc/search.php: integrated the XSLT indexing,
1871 a few fixed in the indexer, added a scope selection at the
1872 search level.
1873
1874Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1875
1876 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
1877 this was due to uninitialized parts of the validation context
1878
1879Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1880
1881 * debugXML.c: applied patch from Mark Vakoc except the API
1882 change, preserved it.
1883 * doc/*: updated the docs to point to the search engine for
1884 information lookup or before bug/help reports.
1885
1886Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1887
1888 * doc/index.py doc/search.php: added mailing-list archives
1889 indexing and lookup
1890
1891Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1892
1893 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
1894
1895Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
1896
1897 * doc/index.py: improved HTML indexing
1898 * doc/search.php: make the queries also lookup the HTML based indexes
1899
1900Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1901
1902 * doc/index.py: added HTML page indexing
1903
1904Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1905
1906 * xmlIO.c: extended Windows path normalisation to fix the base
1907 problem in libxslt.
1908 * catalog.c: fixed list handling in XML_CATALOG_FILES
1909
1910Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1911
1912 * valid.c: typo/bug found by Christian Glahn
1913
1914Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1915
1916 * xmlIO.c: applied Windows CE patch from Javier.
1917 * win32/wince: new directory, contains support for the PocketPC
1918 with Windows CE from Javier.
1919 * include/win32config.h: reorganised, removed duplicate
1920 definitions and applied WinCE patch from Javier.
1921 * include/wsockcompat.h: new file, now contains WinSock
1922 compatibility macros.
1923 * win32/Makefile.msvc: introduced double-run compilation.
1924
1925Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1926
1927 * configure.in include/libxml/xmlwin32version.h: preparing release
1928 of 2.4.25
1929 * doc/*: updated and regenerated teh docs and web pages.
1930
1931Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1932
1933 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
1934 error were not covering namespace declarations.
1935 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
1936 it was missing the attribute declaration for the namespace
1937 * result/VC/NS3: the fix now report breakages in that test
1938
1939Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1940
1941 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
1942
1943Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1944
1945 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
1946 and regenerated the docs and web site
1947
1948Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1949
1950 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
1951 ATTRIBUTE_UNUSED is always put after the attribute declaration,
1952 not before
1953
1954Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
1955
1956 * python/generator.py python/libxml2class.txt: fixed a stupid error
1957 breaking the python API
1958
1959Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1960
1961 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
1962 triostr.c triostr.h: applied a trio update patch from
1963 Bjorn Reese which should work with MinGW
1964
1965Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1966
1967 * tree.c: improving some documentation comments
1968 * xmlregexp.c: found and fixed a mem leak with python regression tests
1969 * doc/*: rebuilt the doc and the API XML file including the
1970 xmlregexp.h xmlautomata.h and xmlunicode.h headers
1971 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
1972 python/types.c: added access to the XML Schemas regexps from
1973 python
1974 * python/tests/Makefile.am python/tests/regexp.py: added a
1975 simple regexp bindings test
1976
1977Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
1978
1979 * doc/xml.html:
1980 fixing ftp links - thanks to Vitaly Ostanin
1981
1982Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1983
1984 * xmlregexp.c: fixed the data callback on transition functionality
1985 which was broken when using the compact form
1986 * result/schemas/*: updated the results, less verbose, all tests
1987 pass like before
1988 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
1989 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
1990 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
1991 annoying warnings
1992 * xpath.c: try to provide better error report when possible
1993
1994Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1995
1996 * Makefile.am: fixed a breakage raised by Jacob
1997
1998Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1999
2000 * include/win32config.h: added HAVE_ERRNO_H definition for parts
2001 which don't use sockets
2002
2003Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2004
2005 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
2006 * win32/configure.js: applied zlib patch from Daniel Gehriger
2007
2008Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2009
2010 * win32/configure.js: applied the patch from Mark Vakoc for
2011 regexp support
2012 * win32/libxml2.def.src: applied the patch from Mark Vakoc
2013 for regexp support
2014
2015Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2016
2017 * xmlschemastypes.c: as pointed by Igor Float and Double
2018 parsing ain't finished yet
2019
2020Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2021
2022 * Makefile.am configure.in: trying to fix #88412 by bypassing
2023 all the python subdir if python ain't detected
2024
2025Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2026
2027 * Makefile.am configure.in include/libxml/xmlversion.h.in:
2028 made configuring with regexps/automata/unicode the default
2029 but without schemas ATM
2030 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
2031 fixed the regexp based DTD validation performance and memory
2032 problem by switching to a compact form for determinist regexps
2033 and detecting the determinism property in the process. Seems
2034 as fast as the old DTD validation specific engine :-) despite
2035 the regexp built and compaction process.
2036
2037Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2038
2039 * valid.c: determinism is debugged, new DTD checking code now works
2040 but xmlFAComputesDeterminism takes far too much CPU and the whole
2041 set usues too much memory to be really usable as-is
2042
2043Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2044
2045 * tree.c: fixed another stupid bug in xmlGetNodePath()
2046 * xmllint.c: --version now report the options compiled in
2047
2048Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2049
2050 * HTMLparser.c: small cleanup
2051 * valid.c xmlregexp.c: switched DTD validation to use only regexp
2052 when configured with them. A bit of debugging around the determinism
2053 checks is still needed
2054
2055Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2056
2057 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
2058
2059Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2060
2061 * xmlIO.c: small portability glitch fixed.
2062
2063Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2064
2065 * xmlschemastypes.c: incomplete steps for real/double support
2066 * testAutomata.c include/libxml/xmlautomata.h
2067 include/libxml/xmlregexp.h: avoiding a compilation problem
2068 * valid.c include/libxml/valid.h: starting the work toward using
2069 the regexps for actual DTD validation
2070
2071Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2072
2073 * hash.c: cosmetic cleanup
2074 * valid.c include/libxml/tree.h include/libxml/valid.h: started
2075 integrating a DTD validation layer based on the regexps
2076
2077Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
2078
2079 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
2080 the determinism was tested before eliminating the epsilon
2081 transitions :-(
2082
2083Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
2084
2085 * python/generator.py python/libxml.c python/libxml.py
2086 python/libxml2-python-api.xml python/libxml2class.txt
2087 python/libxml_wrap.h python/types.c: updated the python
2088 bindings, added code for easier File I/O, and the ability to
2089 define a resolver from Python fixing bug #91635
2090 * python/tests/Makefile.am python/tests/inbuf.py
2091 python/tests/outbuf.py python/tests/pushSAXhtml.py
2092 python/tests/resolver.py python/tests/serialize.py: updated
2093 and augmented the set of Python tests.
2094
2095Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2096
2097 * win32/configure.js: added more readme info for the binary
2098 package.
2099
2100Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2101
2102 * xmlIO.c: fixed a stupid out of bound array error
2103
2104Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2105
2106 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
2107 messing around with support for Windows path, cleanups,
2108 trying to identify and fix the various code path to the
2109 filename access. Added xmlNormalizeWindowsPath()
2110
2111Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2112
2113 * error.c valid.c: working on better error reporting of validity
2114 errors, especially providing an accurate context.
2115 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
2116 error reports in those cases.
2117
2118Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2119
2120 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
2121 parser.c parserInternals.c xmlIO.c: get rid of all the
2122 perror() calls made in the library execution paths. This
2123 should fix both #92059 and #92385
2124
2125Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
2126
2127 * xmllint.c: memory leak reporting was broken after a change
2128 of the preprocessor symbol used to activate it.
2129
2130Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2131
2132 * tree.c: try to make the copy function work for node of
2133 type XML_DOCUMENT_FRAG_NODE, they are only created by the
2134 DOM layers though, not libxml2 itself.
2135
2136Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
2137
2138 * valid.c: try to provide file and line informations, not all
2139 messages are covered, but it's a (good) start
2140
2141Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
2142
2143 * xinclude.c: reimplemented a large part of the XInclude
2144 processor, trying to minimize resources used, James Henstridge
2145 provided a huge test case which was exhibiting severe memory
2146 consumption problems.
2147
2148Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
2149
2150 * python/Makefile.am: applied patch from Christophe Merlet to
2151 reestablish DESTDIR
2152
2153Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
2154
2155 * libxml.spec.in: fixes libary path for x86_64 AMD
2156
2157Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
2158
2159 * doc/tutorial/includekeyword.c
2160 * doc/tutorial/xmltutorial.xml:
2161 (plus resulting generated html files)
2162 fixing one spot I missed in the tutorial where I hadn't freed
2163 memory properly
2164
2165Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
2166
2167 * doc/tutorial/includeaddattribute.c
2168 * doc/tutorial/includeaddkeyword.c
2169 * doc/tutorial/includegetattribute.c
2170 * doc/tutorial/includekeyword.c
2171 * doc/tutorial/xmltutorial.xml
2172 * doc/tutorial/*.html:
2173 update tutorial to properly free memory (thanks to Christopher
2174 R. Harris for pointing out that this needs to be done)
2175 * doc/tutorial/images/callouts/*.png:
2176 added image files so the callouts are graphical, making it
2177 easier to read ( use "--param callout.graphics 1" to generate
2178 html with graphical callouts)
2179
2180Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
2181
2182 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
2183 nice logos generated by Marc Liyanage
2184 * doc/site.xsl *.html: changed the stylesheet to show the new
2185 logo and regenerated the pages
2186
2187Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2188
2189 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
2190
2191Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2192
2193 * xpath.c: possible mem leak patch from Jason Adams
2194
2195Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2196
2197 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
2198 in the XQuery namespace
2199 * configure.in: preparing 2.4.24
2200 * doc/*.html: updated the web pages
2201
2202Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2203
2204 * python/generator.py: closing bug #85258 by generating conditional
2205 compile check to avoid linking to routines not configured in.
2206
22072002-08-22 Havoc Pennington <hp@pobox.com>
2208
2209 * autogen.sh: update error message for missing automake
2210
2211Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
2212
2213 * python/Makefile.am: typo in target name resulted in libxml2.py
2214 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
2215
2216Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
2217
2218 * win32/win32/Makefile.mingw: updated with version from
2219 Elizabeth Barham at http://soggytrousers.net/repository/
2220
2221Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2222
2223 * win32/Makefile.msvc: added the prefix location to the include
2224 and lib search path.
2225
22262002-08-18 Havoc Pennington <hp@pobox.com>
2227
2228 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
2229 both automake 1.6 and 1.4 installed get the right automake. Means
2230 compilation from CVS will now require the latest automake 1.4
2231 release, or manually creating symlinks called "automake-1.4" and
2232 "aclocal-1.4"
2233
2234Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2235
2236 * configure.in python/Makefile.am: more AMD 64 induced changes from
2237 Frederic Crozat
2238
2239Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2240
2241 * xinclude.c: oops I was missing the xml:base fixup too
2242 * result/XInclude/*.xml: this adds xml:base attributes to most
2243 results of the tests
2244
2245Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2246
2247 * xinclude.c: quick but apparently working implementation of
2248 xi:fallback, should close bug #89684
2249 * Makefile.am test/XInclude/docs/fallback.xml
2250 result/XInclude/fallback.xml: added a basic test for fallback,
2251 and run with --nowarning to avoid a spurious warning
2252 * configure.in: applied patch from Frederic Crozat for python
2253 bindings on AMD 64bits machines.
2254
2255Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2256
2257 * parser.c: xmlSAXUserParseMemory() really ought to fail if
2258 the caller don't pass a SAX callback block.
2259
2260Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2261
2262 * tree.c: applied the same fix for the XML-1.0 namespace to
2263 xmlSearchNsByHref() as was done for xmlSearchNs()
2264
2265Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2266
2267 * libxml.3: small cleanup of the man page
2268 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
2269 when serializing HREF attributes generated by XSLT.
2270
2271Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2272
2273 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
2274 version of Marc Liyanage' patch for boolean attributes in HTML
2275 output
2276
2277Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
2278
2279 * python/tests/serialize.py: fixed the test results, indenting
2280 behaviour changed slightly
2281
2282Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2283
2284 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
2285 new c14n function to Windows def files
2286
2287Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
2288
2289 * c14n.c: fixed a memory leak in c14n code
2290
2291Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
2292
2293 * parser.c include/libxml/parser.h: adding a new API for Christian
2294 Glahn: xmlParseBalancedChunkMemoryRecover
2295 * valid.c: patch from Rick Jones for some grammar cleanup in
2296 validation messages
2297 * result/VC/* result/valid/*: this slightly change some of the
2298 regression tests outputs
2299
2300Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2301
2302 * tree.c: trying to fix a problem in namespaced attribute handling
2303 raised by Christian Glahn
2304
2305Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2306
2307 * encoding.c include/libxml/encoding.h: Opening the interface
2308 xmlNewCharEncodingHandler as requested in #89415
2309 * python/generator.py python/setup.py.in: applied cleanup
2310 patches from Marc-Andre Lemburg
2311 * tree.c: fixing bug #89332 on a specific case of loosing
2312 the XML-1.0 namespace on xml:xxx attributes
2313
2314Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
2315
2316 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
2317 corner case from new Merlin's test suite and added a callback
2318 that will be used to improve xmlsec performance
2319
2320
2321Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
2322
2323 * HTMLtree.c: trying to fix the <style> escaping problem in
2324 HTML serialization bug #89342
2325
2326Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2327
2328 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
2329 and rebuilt the web site.
2330
2331Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
2332
2333 * include/libxml/tree.h: added _private member to xmlNs struct
2334
2335Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2336
2337 * HTMLparser.c: fixing bug #84876 based on the xml working
2338 code.
2339
2340Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2341
2342 * python/Makefile.am: enhanced to fix bug 72012 (errors
2343 when using '-jX' make parameter)
2344
2345Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2346
2347 * xpath.c: small additional enhancement for booleans
2348 compared to nodesets
2349
2350Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2351
2352 * HTMLtree.c: changed the order of the encoding declaration
2353 attributes in the meta tags due to a bug in IE/Mac
2354
2355Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2356
2357 * xpath.c: enhanced handling of booleans (especially '='
2358 and '!=' for nodesets) - fixes bug 85256. Added new
2359 routine xmlXPathNotEqualValues for more proper handling
2360 of '!=' when nodesets are involved.
2361
2362Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2363
2364 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
2365 doc/xmlcatalog_man.xml to the source distribution
2366
2367Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2368
2369 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
2370 asked for this.
2371
2372Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
2373
2374 * configure.in: preparing 2.4.23
2375 * doc/*: rebuilt the docs
2376
2377Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
2378
2379 * parser.c: fixing bug #84169 by fixing the
2380 comment of xmlCreatePushParserCtxt to describe the
2381 encoding detection parameters better.
2382
2383Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2384
2385 * valid.c: fixing bug #79331 in one path the lookup for
2386 ID attributes on a namespaced node wasn't handled correctly :-\
2387
2388Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2389
2390 * HTMLparser.c: trying to fix 87235 about discarded white
2391 spaces in the HTML parser.
2392 * result/HTML/*: this changes the output of a number of HTML
2393 regression tests
2394
2395Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2396
2397 * xpath.c: applied patch from Richard Jinks for the namespace
2398 axis + fixed a memory error.
2399 * parser.c parserInternals.c: applied patches from Peter Jacobi
2400 removing ctxt->token for good.
2401 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
2402 popped out by the regression tests.
2403 * Makefile.am: patch for threads makefile from Gary Pennington
2404
2405Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2406
2407 * xpath.c: enhanced behaviour of position() after usage of
2408 expressions involving preceding-sibling (et al).
2409
2410Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2411
2412 * hash.c: applied a patch from Peter Jacobi to solve a problem
2413 when compiling with the Watcom C on Win32
2414 * result/schemas/*.err: the change of hashing algo generated
2415 permutations in the output
2416
2417Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2418
2419 * hash.c: applied patch from Sander Vesik improving the quality of
2420 the hash function.
2421
24222002-06-14 Aleksey Sanin <aleksey@aleksey.com>
2423
2424 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
2425 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
2426 xmllint.c xpath.c: replaced sprintf() with snprintf()
2427 to prevent possible buffer overflow (the bug was pointed
2428 out by Anju Premachandran)
2429
2430Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2431
2432 * parser.c: removed an uninitialized data error popped by valgrind
2433 on PE references
2434
2435Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
2436
2437 * doc/xml.html
2438 adding tutorial reference to the web page
2439
2440Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
2441
2442 * doc/tutorial/xmltutorial.xml
2443 * doc/tutorial/ar01s07.html
2444 * doc/tutorial/ape.html
2445 * doc/tutorial/includegetattribute.c
2446 adding section to tutorial about retrieving an attribute
2447 value
2448
2449Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2450
2451 * parser.c: applied a couple of patches from Peter Jacobi to start
2452 to get rid of ctxt->token, with a possible significant speed
2453 improvement to be gained once done. Better compliance with PE
2454 references constructs in DTDs too.
2455 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
2456 from Peter too
2457
2458Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2459
2460 * parser.c: Babak Vahedipour-Kunze reported that openTag in
2461 xmlParseElement was likely to have been deallocated at the
2462 time of the report, possibly leading to segfault. Just report
2463 the tag name now.
2464
2465Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2466
2467 * xpath.c: patch from Richard Jinks for XPath substring() function
2468 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
2469
24702002-06-06 Aleksey Sanin <aleksey@aleksey.com>
2471
2472 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
2473
2474Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
2475
2476 *doc/FAQ.html
2477 fixing typos in FAQ, thanks to Robert Funnell for the
2478 editing help
2479
2480Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2481
2482 * NEWS: got complaints from rpmlint that it was empty
2483
2484Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
2485
2486 * added doc/tutorial, including:
2487 apa.html
2488 apb.html
2489 apc.html
2490 apd.html
2491 ar01s02.html
2492 ar01s03.html
2493 ar01s04.html
2494 ar01s05.html
2495 ar01s06.html
2496 includeaddattribute.c
2497 includeaddkeyword.c
2498 includekeyword.c
2499 includestory.xml
2500 index.html
2501 xmltutorial.xml
2502 libxml tutorial, including generated html
2503
2504Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2505
2506 * result/c14n/exc-without-comments/merlin-c14n-two-*
2507 result/c14n/without-comments/merlin-c14n-two-*
2508 test/c14n/exc-without-comments/merlin-c14n-two-*
2509 test/c14n/without-comments/merlin-c14n-two-*
2510 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
2511 c14n/exc-c14n and slightly modified test script to handle
2512 these test cases
2513 * c14n.c: fixed bugs for complicated nodes set (namespace
2514 without node and others from merlin-c14n-two.tar.gz)
2515 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
2516 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
2517 for xmlsec performance patch
2518 * xpath.c: fixed self::node() for namespaces and attributes
2519
2520Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
2521
2522 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
2523 but with the format parameter
2524 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
2525
2526Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
2527
2528 * Makefile.am: updated c14n tests suite
2529 * c14n.c: performance improvement for previous c14n patch
2530
2531Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2532
2533 * parser.c: another peroformance patch from Peter Jacobi, that
2534 time on parsing attribute values.
2535
2536Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
2537
2538 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
2539 into LibXML2 test suite
2540
2541Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
2542
2543 * c14n.c: propagating xpath ancesstors node fix to c14n
2544 plus small performance improvement to reduce number of
2545 mallocs
2546 * xpath.c: fixed ancestors axis processing for namespace nodes
2547
2548Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2549
2550 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
2551 Peter Jacobi
2552
2553Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2554
2555 * configure.in: preparing 2.4.22
2556
2557Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2558
2559 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
2560 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
2561 a public entry point.
2562 * doc/*: rebuilt the API and docs
2563
2564Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2565
2566 * xpath.c: patch from Richard Jinks to fix a problem introduced
2567 in the previous patch and pointed by Norm
2568
2569Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2570
2571 * libxml.spec.in: fixing bug #81112
2572
2573Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2574
2575 * uri.c: fixing bug #82848
2576
2577Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2578
2579 * result/catalogs/mycatalog.full: Aleksey's commit changed the
2580 output of one catalog test
2581
2582Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2583
2584 * global.data globals.c tree.c include/libxml/globals.h
2585 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
2586 default value for global parameter xmlIndentTreeOutput to 1 and
2587 introduced new global parameter xmlTreeIndentString (the string
2588 used to do one-level indent) with default value " " (as it was
2589 in tree.c)
2590
2591Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2592
2593 * Makefile.am: Merijn Broeren pointed out a problem when compiling
2594 with trio and schemas.
2595
2596Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2597
2598 * xpath.c: patch from Richard Jinks to fix the problem raised in
2599 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
2600
2601Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2602
2603 * xmlschemas.c: a bit of work on import.
2604 * xmlschemastypes.c: Charles Bozeman provided a compare function
2605 for date/time types so min/max facet restrictions should work,
2606 indeterminate comparisons return an error instead of equal.
2607 * test/schemas/date_0* result/schemas/date_0_0: specific test
2608 from Charles Bozeman too
2609
2610Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2611
2612 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
2613 from Christian Cornelssen fixing the man pages and the Catalog
2614 building script.
2615 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
2616 next step is <xs:import> I now have a reasonable understanding
2617 of how it works.
2618
2619Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2620
2621 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
2622
2623Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2624
2625 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
2626
2627Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2628
2629 * xpath.c: fixing an XPath function evalutation bug pointed out
2630 by Alexey Efimov where the context was lost when evaluating
2631 the function arguments
2632
2633Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2634
2635 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
2636 function public for XMLSec performance optimizations
2637
2638Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2639
2640 * python/generator.py python/libxml2class.txt : fixed a problem
2641 with the HTML parser pointed by Gary Benson
2642 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
2643 example
2644
2645Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2646 * parser.c: fixed bug #81159 (memory growth in SAX)
2647
2648Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2649 * xpath.c: fixed bug #78858 (the real fix)
2650
2651Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2652 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
2653
2654Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2655
2656 * tree.c: modified xmlNodeSetBase to allow changing the
2657 base of a document.
2658
2659Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2660
2661 * xmlschemastypes.c: patch Charles Bozeman for validation of
2662 all the date, time, and duration types
2663 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
2664 * configure.in: fixed an error pointed by an user
2665 * xml2-config.in: fixed an error pointed by an user
2666
2667Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2668
2669 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
2670 win32/libxml2.def.src xmlIO.c: exported default
2671 'file:', 'http:' and 'ftp:' protocols input handlers
2672 and maked protocols comparisson case insensitive
2673
2674Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2675
2676 * configure.in: Neven Has detected a typo
2677
2678Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
2679
2680 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
2681 as one of the persons allowed to commit directly to the
2682 module.
2683
2684Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2685
2686 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
2687 * valid.c: raised a too low limit
2688 * doc/*: rebuilt the docs
2689
2690Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2691
2692 * test/XPath/expr/floats test/XPath/expr/functions
2693 result/XPath/expr/floats result/XPath/expr/functions
2694 xpath.c: another XPath conformance patch from Richard Jinks
2695
2696Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
2697
2698 * xmlschemas.c: fixed validation of attribute groups.
2699 * test/schemas result/schemas: added an example from the primer
2700
2701Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2702
2703 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
2704 * test/schemas result/schemas: updated the test list
2705
2706Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2707
2708 * TODO: updated a bit
2709 * parser.c: made a comment more specific
2710 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
2711 Schemas conformance.
2712 * test/schemas result/schemas: updated the test list
2713
2714Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2715
2716 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
2717 implementing xs:all with minOccurs = 0
2718 * tes/schemas/* result/schemas/*: added more tests covering
2719 xs:all
2720
2721Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
2722
2723 * xmlregexp.c: first implementation of the all particle, this
2724 may need to be revisited for case where not all transitions
2725 must be crossed.
2726
2727Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2728
2729 * tree.c: another entity processing update from Markus Henke
2730
2731Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
2732
2733 * trionan.c: fixed crash on OSF/1
2734
2735Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2736
2737 * xmlschemas.c: more Schemas work
2738 * test/schemas/* result/schemas/*: added more tests coming
2739 from the spec.
2740
2741Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2742
2743 * c14n.c: patch from Aleksey Sanin reflecting a change in the
2744 ExcC14N specification
2745
2746Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2747
2748 * tree.c: patch from Markus Henke, fix for recursive entities.
2749
2750Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2751
2752 * xpath.c: fix a problem with string() on a document node.
2753
2754Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2755
2756 * Makefile.am xmlschemas.c: more Schemas work
2757 * test/schemas/* result/schemas/*: added more tests coming
2758 from the spec.
2759
2760Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2761
2762 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
2763 * result/HTML/*: this changes a few things in the results
2764
2765Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2766
2767 * include/libxml/tree.h: eliminated 'declaration different than
2768 prototype' warning
2769 * include/win32config.h: "resolved" conflicts with errno.h
2770
2771Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2772
2773 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
2774 on the automata interfaces and debug of counted choices
2775 * test/schemas/* result/schemas/*: added a number of tests
2776
2777Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2778
2779 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
2780 a bit of work on Schemas
2781 * testSchemas.c: try to make it more useful
2782 * test/schemas/* result/schemas/* Makefile.am: changed the
2783 Schemas regression test procedure, started adding a few samples
2784
2785Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2786
2787 * include/libxml/encoding.h: Patch for the Borland C++ builder
2788 * include/libxml/tree.h: Patch for the Borland C++ builder
2789 * threads.c: Patch for the Borland C++ builder
2790 * win32/bcb5: New directory for the Borland C++ builder
2791 project files
2792
2793Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2794
2795 * win32/Makefile.msvc: Update for XML Schema support
2796 * win32/configure.js: Update for XML Schema support
2797 * win32/libxml2.def.src: Update for XML Schema support
2798
2799Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2800
2801 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
2802 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
2803 xmlunicode.c include/libxml/Makefile.am
2804 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
2805 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
2806 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
2807 include/libxml/xmlversion.h.in : merged the current state of
2808 XML Schemas implementation, it is not configured in by default,
2809 a specific --schemas configure option has been added.
2810 * test/automata test/regexp test/schemas Makefile.am
2811 result/automata result/regexp result/schemas:
2812 merged automata/regexp/schemas regression tests
2813
2814Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
2815
2816 * xpath.c: Gary found a compile time problem, fixes #78823
2817
2818Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2819
2820 * configure.in: release of 2.4.20
2821 * doc/*: updated and rebuilt the docs
2822
2823Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2824
2825 * python/Makefile.am: patch from Cristian Gafton to build on
2826 Red Hat 6.2, should also fix #75779
2827
2828Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2829
2830 * valid.c: first part of fixing #78729
2831
2832Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
2833
2834 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
2835 escaping of URI when saving HTML files.
2836 * result/HTML/*: this impacted some tests
2837
2838Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
2839
2840 * configure.in: trying to fix #77441
2841
2842Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2843
2844 * include/libxml/xmlIO.h: Hallski complained it could not be
2845 included by itself.
2846
2847Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2848
2849 * configure.in: applied an IEEE flag patch for OSF/1 #77825
2850
2851Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2852
2853 * win32/configure.js: patch from Nilo for the c14n option
2854 * win32/Makefile.msvc: fixed libxml2.def generation with threads
2855
2856Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2857
2858 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
2859 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
2860 LIBXML_THREAD_ENABLED
2861
2862Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2863
2864 * xpath.c: another patch from Richard Jinks for substring conformance
2865 * test/XPath/expr/floats test/XPath/expr/strings
2866 result/XPath/expr/floats result/XPath/expr/strings: update of the
2867 test suite to check those.
2868
2869Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2870
2871 * xpath.c: patch from Richard Jinks for .x float parsing.
2872
2873Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2874
2875 * parser.c: patch from Markus Henke when an encoding ain't recognized
2876
2877Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2878
2879 * libxml.m4: got a report that #include <string.h> was needed
2880
2881Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2882
2883 * xmllint.c: applied a fix from Anthony Jones for -o /--output
2884
2885Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
2886
2887 * doc/example.html: fixing typo
2888
2889Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2890
2891 * xpath.c: fixed a bug in the nodeset to boolean comparison code
2892 pointed out by Melvyn Sopacua.
2893
2894Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2895
2896 * libxml.m4: Frédéric Crozat gave a patch related to the change
2897 of Include paths breaking the libxml.m4
2898
2899Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
2900
2901 * xpath.c: Fix bug #76927 forgot to save some context
2902 when evaluating binary expressions
2903
2904Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
2905
2906 * configure.in: fixed configure for MPE/iX from Markus Henke
2907 * xmlmemory.c: fixed initialization problems
2908 * xpath.c: another set of patches from Richard Jinks this
2909 fixes "make XPathtests" on linux
2910
2911Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
2912
2913 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
2914 * test/XPath/expr/compare test/XPath/expr/equality
2915 test/XPath/expr/floats test/XPath/expr/functions
2916 test/XPath/expr/strings result/XPath/expr/compare
2917 result/XPath/expr/equality result/XPath/expr/floats
2918 result/XPath/expr/functions result/XPath/expr/strings: Updated
2919 tests though they show a divergence on Linux
2920
2921Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2922
2923 * xpath.c trionan.c: previous commit also included patches
2924 from Richard Jinks on some IEEE support corner case
2925
2926Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2927
2928 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
2929 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
2930 that $(datadir) should be used for docs
2931
2932Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2933
2934 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
2935 could leak filedescriptors
2936
2937Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2938
2939 * configure.in nanohttp.c: applied patch from Allan Clark for
2940 UnixWare/OpenServer
2941
2942Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2943
2944 * configure.in: preparing 2.4.19
2945 * doc/*: rebuilt the docs
2946
2947Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2948
2949 * nanohttp.c: fixing #76043, got fed up with non-portability
2950 of that piece of code.
2951
2952Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
2953
2954 * valid.c SAX.c: Never commit without running "make tests" :-(
2955 fix a couple of stupidities in the previous commit
2956 * result/*: a few changes in some attribute order result of previous
2957 commit.
2958
2959Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2960
2961 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
2962 the internal subset should not raise duplicate ID errors,
2963 also there was a small bug in conjunction to namespace
2964 declarations defaulted and xml:xxx attributes DTD definitions.
2965
2966Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2967
2968 * xpath.c: Richard Jinks also raised some rounding problems
2969 this tries to fix them
2970
2971Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2972
2973 * xpath.c: Richard Jinks spotted an incoherent memory allocation
2974 behaviour in xmlXPathCastToString()
2975
2976Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2977
2978 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
2979 raised by Morus Walter
2980
2981Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2982
2983 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
2984 from Igor
2985
2986Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2987
2988 * xpath.c: fixing #75619, related to a problem when trying
2989 to evaluate condition when the current node set resulting
2990 from that sub-step evaluation is empty. Also fixes 2 potential
2991 problem with previous-sibling and next-siblings axis.
2992
2993Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2994
2995 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
2996 HTML support is not configured in.
2997
2998Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2999
3000 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
3001 include/libxml/tree.h: dohh I really didn't intended to commit
3002 this test version :-(
3003
3004Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3005
3006 * testSAX.c: I wanted to see the real speed at the SAX interface
3007 after a little too many Ximianer started complaining about the
3008 parser speed.
3009 added a --quiet option:
3010 paphio:~/XML -> ls -l db100000.xml
3011 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
3012 paphio:~/XML -> time ./testSAX --quiet db100000.xml
3013 3200006 callbacks generated
3014 real 0m1.270s
3015 Which means 16MBytes/s and 3Mcallback/s
3016
3017Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3018
3019 * xpath.c: valgrind spotted another error that time when running
3020 on libxslt regression tests
3021
3022Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3023
3024 * Makefile.am: adding "make valgrind" running the full regression
3025 tests (except python ones) under Valgrind (using valgrind -q
3026 which was kindly added by the author).
3027 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
3028 passes cleanly now except an obcure floating point initialization
3029 raised in log10() in one XPath regression test ???
3030 * tree.c: edited some comments to close #75244
3031
3032Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
3033
3034 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
3035 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
3036 context of ScrollKeeper, made sure that if the number is
3037 an integer, the serialization follows the description at
3038 http://www.w3.org/TR/xpath#section-String-Functions
3039
3040Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3041
3042 * configure.in: preparing 2.4.18
3043 * doc/*: updated and rebuilt the web site
3044 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
3045 the Windows and Cygwin maintainers.
3046 * parser.c: humm, changed the way the SAX parser work when
3047 xmlSubstituteEntitiesDefault(1) is set, it will then
3048 do the entity registration and loading by itself in case the
3049 user provided SAX getEntity() returns NULL.
3050 * testSAX.c: added --noent to test the behaviour.
3051
3052Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3053
3054 * parser.c: Wilfried Teiken provided a hackish but working
3055 way to get context reported back on entities when parsing
3056 with SAX and without breaking the DOM build.
3057
3058Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3059
3060 * c14n.c: applied a new patch from Aleksey Sanin
3061 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
3062 to reference Aleksey implementation of XML digital Signatures
3063
3064Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3065
3066 * xpath.c: small fix to avoid potential problem due to
3067 ordering of freeing data
3068 * python/Makefile.am: people were complaining about
3069 the generated file in python dir not being built
3070
3071Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3072
3073 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
3074 python/generator.py python/libxml.c python/types.c: Cleanup
3075 of the python Makefiles based on Jacob and James feedback,
3076 fixed the spec file accordingly, fixed the number of warning
3077 that passing my pedantic CFLAGS was generating. Conclusion
3078 is that Python includes are real crap.
3079
3080Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
3081
3082 * configure,in: it was reported quite a few times that
3083 xml2-config --cflags should not output
3084 -I$includeprefix/libxml2/libxml because libxml2 header names
3085 clashes with existing names like list.h from C++ stl.
3086 Includes should be #include<libxml/xxx.h> so ...
3087
3088Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
3089
3090 * c14n.c: another patch from Aleksey Sanin
3091
3092Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3093
3094 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
3095 canonicalization algorithm
3096 * doc/xml.html doc/index.html: added the C14N references on the
3097 index page.
3098
30992002-03-13 jacob berkman <jacob@ximian.com>
3100
3101 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
3102 usage, redundant, and gcc specific
3103
3104Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3105
3106 * xpath.c: speedup some node selection operations, this can
3107 have a significant impact on DocBook Norm's stylesheets
3108 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
3109 make sure it's always the case
3110 * debugXML.c: distinguish CDATA and comments in ls operations
3111
3112Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3113
3114 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
3115 to generate better API descriptions etc...
3116
3117Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3118
3119 * c14n.c: Fixing #74186, made sure all boolean expressions
3120 get fully parenthesized, ran indent on the output
3121 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
3122 include/libxml/tree.h: also #74186 related, removed the
3123 --with-buffers option, and all the preprocessor conditional
3124 sections that were resulting from it.
3125
3126Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3127
3128 * valid.c: applied patch from Dodji Seketeli fixing an
3129 uninitailized variable in xmlValidGetValidElements()
3130
3131Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3132
3133 * c14n.c: fixed a few comments
3134 * doc/*.html doc/*/*.html: regenerated the docs and added
3135 the C14N API
3136 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
3137
3138Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
3139
3140 * check-xml-test-suite.py: fix to adapt varaiations in the
3141 bindings
3142 * configure.in python/setup.py python/setup.py.in: fixed to
3143 have the version of the python scripts automatically updated
3144
3145Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3146
3147 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
3148 in xmlCopyProp()
3149
3150Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
3151
3152 * configure.in: preparing 2.4.17 release
3153 * doc/*: updated and rebuilt the docs
3154 * xpath.c: fixed a comment
3155 * python/libxml.c: fixed a possible reentrancy problem
3156
3157Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
3158
3159 * tree.c python/tests/Makefile.am python/tests/attribs.py:
3160 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
3161 added a specific regression test
3162 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
3163 not raise exceptions when failing to find the attribute.
3164
3165Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3166
3167 * configure.in xmllint.c: owen pointed out a problem with the
3168 ftme fix, gettimeofday() was not detected by configure and
3169 the ftime header wasn't included, dohhh
3170
3171Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
3172
3173 * configure.in xmllint.c: trying to fix #71457 for timing
3174 precision when gettimeofday() is not availble but ftime() is
3175
3176Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3177
3178 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
3179 are now copied on install and part of the -devel RPM
3180
3181Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
3182
3183 * xpath.c: trying to avoid bug #72150 which was apparently
3184 caused by a gcc bug (or a processor problem) as detailed
3185 at http://veillard.com/gcc.bug
3186
3187Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3188
3189 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
3190 fixed xmlReconciliateNs(), added a Python test/example for
3191 inter-document cut'n paste
3192 * python/libxml.py: fixed node.doc on document nodes and added
3193 xpathEval() onto node objects
3194
3195Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3196
3197 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
3198 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
3199 fixup and integrated tests for the serialization stuff
3200
3201Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3202
3203 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
3204 moved the libxml man page to section 3
3205
3206Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3207
3208 * tree.c: fix bug #72490
3209 * python/libxml.c python/libxml.py: added methods serialize()
3210 and saveTo() to all node elements.
3211
3212Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3213
3214 * xmlIO.c: closed #73430, don't read from an input source
3215 which indicated an end-of-file or an error.
3216
3217Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3218
3219 * parser.c: make sure SAX endDocument is always called as
3220 this could result in a Python memory leak otherwise (it's
3221 used to decrement ref-counting)
3222 * python/generator.py python/libxml.c python/libxml.py
3223 python/libxml2-python-api.xml python/libxml2class.txt
3224 python/tests/error.py python/tests/xpath.py: implemented
3225 the suggestions made by Gary Benson and extended the tests
3226 to match it.
3227
3228Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3229
3230 * python/generator.py: applied patch fixing #73450
3231
3232Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3233
3234 * xpath.c: fixing #61290 "namespace nodes have no parent"
3235 long standing divergence from the XPath REC. NodeSets
3236 simply hold a copy of namespace nodes and those node ->next
3237 points to the parent (which may not be the node carrying the
3238 definition).
3239 * include/libxml/xpath.h: flagged but didn't added a possible
3240 speedup
3241 * DOCBparser.c HTMLparser.c: removed some warnings from push
3242 parser due to new state being added.
3243 * tree.c: new fix from Boris Erdmann
3244 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
3245 the XML Canonalization support from Aleksey Sanin
3246
3247Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3248
3249 * tree.c: patch from Boris Erdmann fixing some namespace odities
3250 with xmlCopyNode()
3251
3252Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3253
3254 * xmlIO.c: fix bug #72706 when loading a NULL entity
3255
3256Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3257
3258 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
3259 actually change in a future XML Namespace revision.
3260
3261Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3262
3263 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
3264 added the possibility of returning nodesets from XPath extension
3265 functions written in Python
3266
3267Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
3268
3269 * python/*: commiting some Python bindings work done while travelling
3270
3271Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3272
3273 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
3274 explicitely with memory debugging switched on
3275
3276Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
3277
3278 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3279 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3280 Added wrapper for the xmlURIPtr type, provided accessors, fixed
3281 the accessor generator for strings
3282 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
3283 regression test.
3284
3285Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3286
3287 * python/README python/generator.py python/libxml.c python/setup.py:
3288 added the 'usual' setup.py to allow building a libxml2-python
3289 module based on the same code. The initialization is however
3290 different the 2 .so files fo libxml2 and libxslt are identical and
3291 they entry point initialize both libraries. this is done to avoid
3292 some possible nasty problem since the Python don't merge the maps
3293 of all shared modules.
3294
3295Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3296
3297 * parser.c: fixed a push/encoding bug reported by Michael
3298 on librsvg
3299
3300Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3301
3302 * include/libxml/parserInternals.h: fixes a misplaced #endif
3303
3304Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3305
3306 * parser.c valid.c: found and fixed a couple of allocation bugs
3307
3308Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3309
3310 * doc/xml.html doc/python.html doc/*: added a Python and binding
3311 page describing the current state of the Python bindings and
3312 giving pointers to the other languages wrappers.
3313
3314Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3315
3316 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
3317 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
3318 rebuilt the API and web site
3319 * xpath.c: fixed #71978 portability bugs
3320
3321Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
3322
3323 * SAX.c: oops broke automatic defaulting of namespaces attributes.
3324
3325Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3326
3327 * include/libxml/parserInternals.h parser.c: had to change
3328 2 internal parsing API when processing document content
3329 to check the start and end of element content are defined
3330 in the same entity
3331 * valid.c include/libxml/valid.h: attribute normalization can
3332 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
3333 with the context to report it.
3334 * SAX.c: fixed the last known bugs, crazy validation constraints
3335 when a document is standalone seems correctly handled. There
3336 is a couple of open issues left which need consideration especially
3337 PE93 on external unparsed entities and standalone status.
3338 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
3339 The 2 tests left failing are actually in error. Cleanup done.
3340
3341Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3342
3343 * valid.c: implemented E59 spaces in CDATA does not match the
3344 nonterminal S
3345
3346Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3347
3348 * SAX.c parser.c valid.c: more validation test fixups
3349 * check-xml-test-suite.py: added duration info for the tests
3350
3351Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3352
3353 * parser.c valid.c: a couple of errors were reported but not
3354 saved back as such in the parsing context. Down to 1% failure rate
3355 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
3356
3357Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3358
3359 * xmlInternald.c: isExtender was missing a char
3360 * parser.c include/libxml/parser.h: % are acceptable in the
3361 internal subset if within a PUBLIC ID
3362
3363Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3364
3365 * SAX.c parserInternals.c valid.c: more work on the conformance
3366 suite. Took the step to finally block documents with encoding
3367 errors. It's a fatal error per the spec, people should have fixed
3368 their documents by now.
3369
3370Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
3371
3372 * check-xml-test-suite.py: fixed the test script after some discussion
3373 on the semantic of TYPE="error"
3374 * Makefile.am: added the script to the distrib
3375
3376Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3377
3378 * SAX.c entities.c: fixed a couple of conformances issues deep
3379 into the validation code (standalone and undeclared Notations)
3380
3381Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3382
3383 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
3384 stayed there for years !
3385
3386Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3387
3388 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
3389 missing
3390
3391Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3392
3393 * check-xml-test-suite.py: improved the behaviour a bit as
3394 well as the logs
3395 * parser.c valid.c SAX.c: fixed a few more bugs
3396 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
3397
3398Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3399
3400 * check-xml-test-suite.py: python script to run regression tests
3401 against the XML Test suite of W3C/OASis
3402 * SAX.c: fixed a validation bug
3403 * parser.c: fixed 3 errors pointed by the test suite
3404 * doc/buildDocBookCatalog: fixed a typo pointed by drake
3405 * python/Makefile.am: fixed a dependendy
3406
3407Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3408
3409 * xmlmemory.c: avoid a warning bug #71594
3410
3411Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3412
3413 * xmlmemory.c: Jesse Perry provided a patch to remove a few
3414 warning on alpha/Tru64
3415
3416Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3417
3418 * include/libxml/entities.h: fixing a comment
3419 * valid.c: fixing some troubles with validity check on namespaces
3420 * result/VC/NS3 test/VC/NS3: added a specific regression test
3421
3422Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3423
3424 * tree.c: Fixing #71342 serializing '\n' in attribute values
3425 * result/noent/att3 result/att3 test/att3: added a specific
3426 test.
3427
3428Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3429
3430 * python/libxml.c: couple of bug fixes
3431
3432Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3433
3434 * python/*.py: removed tabs and used spaces.
3435
3436Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3437
3438 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
3439 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
3440
3441Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3442
3443 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
3444 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
3445
3446Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3447
3448 * include/libxml/encoding.h include/libxml/entities.h
3449 include/libxml/globals.h include/libxml/parser.h
3450 include/libxml/threads.h include/libxml/tree.h
3451 include/libxml/xmlmemory.h: trying to fix the include mess
3452
3453Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3454
3455 * include/libxml/xmlmemory.h: reverted part of the previous
3456 attempt to provide #69655, this was breaking the build.
3457
3458Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
3459
3460 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
3461 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
3462 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
3463 include/libxml/parserInternals.h include/libxml/tree.h
3464 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
3465 Tentatively fixed #69655 , make compiling with -Wredundant-decls
3466 clean.
3467 * python/libxml.c: fixed a warning.
3468
3469Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3470
3471 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
3472 copying of node, merge back IDs in the target document.
3473 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
3474 test/XInclude/ents/ids.xml: test case
3475 * result/VC/ElementValid4: output changed due to a typo fix
3476
3477Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3478
3479 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +00003480 generate the dependencies right as Jacob found out. Add
3481 an extra dependency rule.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003482
3483Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3484
3485 * parserInternals.c valid.c: Justin Fletcher found some parts
3486 of the code needing cleanup
3487 * libxml.spec.in python/Makefile.am python/generator.py
3488 python/libxml.c python/libxml.py: Fixed the python Makefiles
3489 corrected a bug showing up on ia64, changed the name of the
3490 python internal module too
3491
3492Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
3493
3494 * Makefile.am: applied patch from Andris Pavenis for binary
3495 name suffixes
3496
3497Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
3498
3499 * xmllint.c win32/win32config.h: fixing #68748
3500
3501Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3502
3503 * valid.c: fixing #70166
3504
3505Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3506
3507 * valid.c: fixing #70077
3508
3509Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3510
3511 * Copyright Makefile.am README configure.in libxml.spec.in:
3512 Changed to the MIT Licence
3513 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
3514 doc/xmlio.html: updated the doc accordingly
3515 * include/libxml/xmlwin32version.h configure.in: preparing
3516 2.4.14 release
3517 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3518 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3519 fixed the const xmlChar * wrapper and generator, XPath extension
3520 functions now use the context as first argument
3521 * python/tests/tstxpath.py python/tests/xpath.py
3522 python/tests/xpathext.py: Updated the tests accordingly
3523 * tree.c: fixed bug #70067
3524
3525Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3526
3527 * Makefile.am: cleanup
3528 * debugXML.c: always use stdout if output is NULL
3529 * xmlIO.c: don't close filedescriptors passed to outputBuffers
3530 * python/Makefile.am python/generator.py python/libxml2class.txt
3531 python/libxml_wrap.h python/types.c: augmented the number of bindings
3532 handling FILE * and XPath contexts
3533 * python/tests/Makefile.am: avoid a stupid problem due to the
3534 use of TEST.
3535
3536Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3537
3538 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
3539
3540Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3541
3542 * python/TODO python/libxml.c: cleanup the extension function lookup
3543 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
3544
3545Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3546
3547 * configure.in python/Makefile.am: do not install outside
3548 of prefix
3549
3550Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3551
3552 * python/TODO python/libxml.c: started adding SAX interfaces
3553 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
3554 SAX test
3555
3556Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3557
3558 * tree.c: hardened the addChild function
3559 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3560 python/libxml2class.txt python/libxml_wrap.h python/TODO:
3561 added accessors needed for xmlNode, a bit more testing and
3562 extension of interfaces
3563 * python/tests/Makefile.am python/tests/build.py: added a test
3564 build from scratch/save/load/check
3565
3566Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3567
3568 * parserInternals.c: change a small bit in the way valididy
3569 error messages get initialized
3570 * python/TODO python/libxml.c python/libxml2-python-api.xml
3571 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3572 added some memory debugging to track leaks at the libxml2 level
3573 * python/tests/*.py: changed all tests to check for leaks,
3574 there is just one left in XPath extension registrations.
3575
3576Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
3577
3578 * python/TODO python/generator.py python/libxml2-python-api.xml
3579 python/libxml2class.txt: more accessor classes for the parser
3580 context, allow to switch on and check validity
3581 * python/tests/Makefile.am python/tests/error.py
3582 python/tests/invalid.xml python/tests/valid.xml
3583 python/tests/validate.py: attded more test and and added error.py
3584 which I forgot to commit in the last step
3585
3586Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3587
3588 * python/Makefile.am python/types.c: cleanup
3589 * python/libxml.c python/libxml.py python/libxml_wrap.h
3590 python/generator.py python/libxml2-python-api.xml
3591 python/libxml2class.txt: added class for parser context, added
3592 first cut for push mode support. Added a framework to generate
3593 accessors functions.
3594 * python/tests/Makefile.am python/tests/push.py: added a push
3595 test
3596
3597Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3598
3599 * python/Makefile.am python/TODO python/libxml.py: fixed a small
3600 bug a bit of cleanup.
3601
3602Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
3603
3604 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
3605 python/libxml2class.txt: adding error redirections and preformat
3606 to a python handler
3607 * python/tests/Makefile.am python/tests/*.py: cleanup made all
3608 tests self checking
3609
3610Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3611
3612 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
3613 a function
3614
3615Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3616
3617 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
3618 python/libxml.c python/libxml2-python-api.xml
3619 python/libxml2class.txt: Progressing through the TODOs, class
3620 description output, extra XML API, RPM now builds the wrappers
3621 for all python installed versions
3622
3623Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
3624
3625 * configure.in libxml.spec.in python/Makefile.am python/TODO
3626 python/generator.py python/libxml2class.txt: added more informations
3627 in the libxml2-python package including docs. Slightly changed
3628 the class hierarchy
3629 * python/tests/*: added basic regression tests infrastructure too
3630
3631Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3632
3633 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
3634 added libxml2-python as part of the packages installed
3635
3636Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3637
3638 * python/Makefile.am python/generator.py python/libxml.c
3639 python/libxml.py: more work, now able to extend the
3640 XPath interpreter with functions written in python.
3641
3642Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3643
3644 * python/Makefile.am: Jacob sent a patch to allow building from
3645 tarfile.
3646
3647Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3648
3649 * python/Makefile.am python/libxml.c configure.in Makefile.am:
3650 inserted the python wrappers build, I hope this won't be too
3651 unportable
3652
3653Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3654
3655 * xpath.c: minor optimization
3656 * python/generator.py python/libxml.c python/libxml.py
3657 python/libxml_wrap.h: more work on the python bindings,
3658 they now support XPath and there is no evident leak
3659
3660Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3661
3662 * python/generator.py python/libxml.c python/libxml.py:
3663 more work on the python bindings generator.
3664
3665Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3666
3667 * python/generator.py python/libxml.c python/libxml_wrap.h:
3668 more work on the python bindings.
3669
3670Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3671
3672 * python/generator.py python/libxml.c python/libxml.py
3673 python/libxml_wrap.h: commited early version of a python binding
3674 for private use only ATM
3675
3676Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3677
3678 * entities.c tree.c include/libxml/entities.h: applied patch
3679 from Anthony Jones to implement copy of DTD subtree too. Had
3680 just to keep 2 function private which really ought to become
3681 public ones.
3682
3683Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3684
3685 * xmllint.c: added pointers to the web pages in the usage()
3686
3687Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3688
3689 * tree.c: more fixes from Petr Kozelka for attribute handling
3690 in the tree API to align the semantic with DOM.
3691
3692Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3693
3694 * valid.c tree.c entities.c: another set of patches from
3695 Anthony Jones for copy operations cleanup and robustness
3696
3697Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3698
3699 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
3700 an alphabetic index based on comments content
3701 * doc/*: rebuilt the web site with the new references
3702
3703Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3704
3705 * parserInternals.h: Greg Sjaardema suggested to use an
3706 eponential buffer groth policy in xmlParserAddNodeInfo()
3707
3708Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3709
3710 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
3711 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
3712 doc/parsedecl.py doc/Makefile.am: updated the python extractor
3713 to generate cross-references, and added/updated the stylesheets
3714 to generate and link API indexes. The generic keyword index
3715 is not done yet.
3716 * doc/*.html: regenerated all the usual docs too
3717
3718Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3719
3720 * debugXML.c: added an xpath function to the shell for T. V. Raman
3721
3722Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3723
3724 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
3725 debug routines.
3726
3727Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3728
3729 * tree.c: apply an patch from Petr Kozelka for unlink and replace
3730 support of attribute nodes
3731
3732Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3733
3734 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
3735 hopefully near complete and fully documented of the API in XML
3736 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
3737 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
3738 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
3739 include/libxml/parserInternals.h include/libxml/valid.hi
3740 include/libxml/xmlIO.h include/libxml/xmlerror.hi
3741 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
3742 include/libxml/xpath.h include/libxml/xpathInternals.h:
3743 Cleaned up the doc comments a lot in the process, the interface
3744 coverage is now 100%
3745
3746Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3747
3748 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
3749 extracts comments from the gtk-doc DocBook output (a bit
3750 convoluted but seems to work).
3751
3752Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3753
3754 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
3755 added an XML description of the API, moved the script generating
3756 it here. Added a "make api" target
3757
3758Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3759
3760 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
3761
3762Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3763
3764 * xpath.c include/libxml/xpathInternals.h: the change made to
3765 xmlXPathFuncLookupFunc was incompatible roll it back
3766
3767Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3768
3769 * SAX.c: cleanup patch from Anthony Jones
3770 * doc/Makefile.am: fix the headers to avoid in make scan
3771 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
3772 includes, * vs Ptr and general cleanup
3773 * parsedecl.py: first version of a script to extract the
3774 module interfaces, the goal will be to provide .decl or XML
3775 specification of the interfaces to build wrappers.
3776
3777Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3778
3779 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
3780 now provides return codes in case of errors
3781
3782Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
3783
3784 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
3785 Upgraded to trio baseline 1.6
3786 * strio.h strio.c: Replaced by triostr.h and triostr.c
3787
3788Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
3789
3790 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
3791 of strdup usage in the code
3792
3793Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3794
3795 * parser.c error.c: Keith Isdale complained rightly that
3796 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
3797
3798Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3799
3800 * tree.c: fixed the funxtion to set the xml: attributes
3801 * debugXML.c: added "setbase" to test it.
3802
3803Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3804
3805 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
3806 to allow updating an attribute content
3807
3808Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3809
3810 * libxml.h: try to avoid problems when compiling on Windows
3811
3812Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
3813
3814 * hash.c: patch from Anthony Jones for hash.c allocation size
3815 * Makefile.am: trying to work around Yet Another Libtool Madness
3816 and build the 2.4.13 release finally ...
3817
3818Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3819
3820 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
3821 * doc/* : update of the documentation
3822
3823Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3824
3825 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
3826 at fixing #61290 :-(
3827
3828Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3829
3830 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
3831 Fixes bug #67229
3832
3833Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3834
3835 * tree.c: trying to avoid troubles when a subtree is copied
3836 and coalesced in part with the target tree. Should fix
3837 bug #67407
3838
3839Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3840
3841 * valid.c: fixed validation of attributes content of type
3842 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
3843 values, very old bug. Fixes #67671
3844
3845Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3846
3847 * parser.c include/libxml/parserInternals.h tree.c: integrated
3848 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
3849 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
3850
3851Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3852
3853 * threads.c: applied Serguei Narojnyi's patch to add native
3854 thread support on the Win32 platform
3855 * testThreadsWin32.c Makefile.am: added the test program also
3856 from Serguei, Win32 specific
3857 * include/win32config.h include/libxml/xmlwin32version.h.in:
3858 added patch from Igor for the Windows thread specific defines.
3859
3860Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3861
3862 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
3863
3864Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3865
3866 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
3867 output page into XMLinfo.html. Close bug #66951 and
3868 raised by Robert Collins too.
3869
3870Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
3871
3872 * encoding.c: Paul Keogh pointed out a possibility of segfault
3873 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
3874 Closes bug # 68238
3875
3876Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
3877
3878 * doc/*.html: updated the Gdome2 links
3879
3880Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3881
3882 * libxml.h: Applied following patches from Robert Collins
3883 and make sure IN_LIBXML is defined when compiling it
3884 -------
3885 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
3886 as well as Visual C.
3887 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3888 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3889 * strio.c (PLATFORM_UNIX): Define for Cygwin.
3890 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
3891 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
3892 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
3893 xmlSysIDExists xmlNoNetExists).
3894 * xmllint.c: Don't include winsock2.h for Cygwin.
3895
3896Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3897
3898 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
3899 when the version info is not present.
3900
3901Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3902
3903 * tree.c: Anthony Jones pointed out a problem in
3904 xmlStringGetNodeList() and provided a fix for it
3905
3906Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3907
3908 * parser.c: patch from Frank J Franklin to remove a bug in
3909 xmlCreatePushParserCtxt() when the initial buffer passed
3910 is large.
3911
3912Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3913
3914 * win32/*: big cleanup of the Windows/MSVC project files
3915 from Igor Zlatkovic
3916
3917Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3918
3919 * doc/Makefile.am: should fix #67674 and avoid troubles if
3920 xsltproc is not available or fails in the prefix provided
3921
3922Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
3923
3924 * xmlmemory.c: one more doc patch from Charlie Bozeman.
3925
3926Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3927
3928 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
3929 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
3930 Fixed a few other problems raised by Charlie Bozeman.
3931 * result/VC/ElementValid[5-7]: fixed the output
3932
3933Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3934
3935 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
3936 patches from Charlie Bozeman. Regenerated the HTML docs.
3937
3938Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
3939
3940 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
3941 for Windows from Igor
3942
3943Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3944
3945 * xmllint.c: applied Justin Fletcher patch for --output or -o
3946
3947Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
3948
3949 * win32/libxml2/libxml2.def.src: close #67019
3950
3951Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3952
3953 * xmllint.c: applied Justin Fletcher generic timing patch
3954 similar to the one already applied to xsltproc.
3955
3956Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3957
3958 * include/libxml/tree.h tree.c: applied documentation patches
3959 from Charlie Bozeman
3960
3961Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
3962
3963 *doc/xmllint.xml, xmllint.1 - document --dropdtd
3964
3965Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
3966
3967 * valid.c: fix the xmlStrdup() used in the previous patch.
3968 * valid.c: added --dropdtd
3969 * tree.c: fixed xmlUnlinkNode so it also removes the references
3970 from the document if the node is a DTD
3971
3972Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
3973
3974 * HTMLtree.c valid.c: cleanup some static declarations
3975
3976Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3977
3978 * xmllint.c: removed another strdup()
3979 * doc/FAQ: removed the HP/UX entry
3980
3981Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
3982
3983 * valid.c: fix bug #66816 when validating.
3984 * xmllint.c: don't use sys/time.h if configure did not found it
3985
3986Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
3987
3988 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
3989 xmlcatalog_man.xml
3990
3991Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3992
3993 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
3994 xmlInitMemory() was declared twice
3995
3996Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
3997
3998 * globals.c: do not reference strdup() !
3999 * configure.in libxml-2.0.pc.in: trying to fix the libs
4000 of the various config extraction modules
4001
4002Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
4003
4004 * configure.in : preparing 2.4.12
4005 * doc/* : updated and rebuilt the docs
4006
4007Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
4008
4009 * uri.c: closed bug #66159
4010 * testURI.c: added --escape option
4011 * configure.in: some cleanup for xml2-config --cflags
4012
4013Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
4014
4015 * globals.c testThreads.c: removed some misplaced includes
4016 of xmlversion.h
4017
4018Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
4019
4020 * threads.c: patch from Gary Pennington fixing a possible
4021 problem at initialization time.
4022
4023Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
4024
4025 * configure.in libxml.h parser.c testThreads.c macos/: integrated
4026 Eric Lavigne contribution to build libxml2 on MacOS using
4027 CodeWarrior.
4028
4029Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
4030
4031 * xmllint.c: applied Geert Kloosterman's patch to fix
4032 --repeat --timing output
4033
4034Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
4035
4036 * parser.c: Robin Berjon <robin@knowscape.com> found a case
4037 where non-wellformed XML declaractions were not detected.
4038
4039Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
4040
4041 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
4042
4043Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
4044
4045 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
4046 gets reset by xmlCleanupInputCallbacks() and this makes the
4047 function useless. Same for output.
4048
4049Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
4050
4051 * xmlIO.c: robert pointed out a loop error in callback cleanups
4052
4053Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
4054
4055 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
4056 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
4057 they are not really tied to debugging
4058
4059Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
4060
4061 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
4062 * xmllint.c: better --catalogs description
4063
4064Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
4065
4066 * tree.c: fixed a couple of problems in xmlSetProp()
4067
4068Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
4069
4070 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
4071 unappropriate stdout output.
4072
4073Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
4074
4075 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
4076 by Denis Beurive, closes #65111
4077
4078Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
4079
4080 * valid.c: in case of content model validity error, don't
4081 print it if validity warnings were not requested.
4082
4083Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
4084
4085 * nanoftp.c: applied a couple of patches from Brian D Ripley.
4086 * parserInternals.c: removed the last exit() call. Print an
4087 unmaskable error on stderr instead (library mismatch detection)
4088
4089Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
4090
4091 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
4092 shell instructions from Heiko Rupp
4093
4094Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
4095
4096 * catalog.c: use the URL notation file:// for default catalog paths
4097
4098Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
4099
4100 * include/libxml/tree.h: better comments for _private fields
4101 * tree.c: removed a problem when copying an entity reference.
4102
4103Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
4104
4105 * vms/*: updated instructions and diffs from John A Fotheringham
4106
4107Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
4108
4109 * include/libxml/xmlerror.h: avoid an include problem if
4110 #include <libxml/xmlerror.h> happens first in code
4111 seems to be the case in KDE libs
4112
4113Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
4114
4115 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
4116 from Igor for Windows
4117
4118Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
4119
4120 * Makefile.am: Gary Pennington pointed out a missing prefix
4121
4122Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
4123
4124 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
4125 * doc/*: upgraded and rebuilt the docs
4126
4127Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
4128
4129 * HTMLparser.c: fix comment in scripts element parsing.
4130 * result/HTML/doc3*: updated the results.
4131
4132Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
4133
4134 * uri.c: another URI bug fix #63336, using Joel Young patch.
4135
4136Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
4137
4138 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
4139 a cleaned up version of the Pwd shell string generation.
4140
4141Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4142
4143 * valid.c include/libxml/tree.h: trying to fix namespaces +
4144 validation problems for good, closing #63619 in the process
4145 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
4146 wrong in this respect, fixed it.
4147
4148Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
4149
4150 * xmllint.c: Morus Walter patch to allow --format and --encode
4151
4152Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
4153
4154 * debugXML.c: Stefan Kost provided an help command for the shell
4155
4156Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
4157
4158 * debugXML.c: Heiko Rupp pointed that the shell would crash
4159 on empty nodesets returns.
4160
4161Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
4162
4163 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
4164 migh need the history libraries
4165
4166Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
4167
4168 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
4169 handle the case of < in quoted attributes, Bastian Kleineidam
4170
4171Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
4172
4173 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
4174 fixing catalog breakages
4175 * Makefile.am catalog.c result/catalogs/catal
4176 result/catalogs/mycatalog.* test/catalogs/catal*:
4177 fixed more problems in catalog support, added more regression tests
4178 for both XML and SGML catalog handling
4179
4180Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
4181
4182 * debugXML.c: applied an improvement to xmlGetLineNo() from
4183 Keith Isdale
4184
4185Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
4186
4187 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
4188 Side effect of the progressive catalog loading
4189
4190Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
4191
4192 * Makefile.am: confexecdir and confexec_DATA were defined twice
4193 pointed out by Karl Eichwalder
4194
4195Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
4196
4197 * xmlcatalog.c: avoid unlink() and use remove() instead.
4198
4199Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
4200
4201 * libxml.spec.in: cleanup
4202 * include/libxml/xmlwin32version.h: updated with 2.4.8
4203
4204Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
4205
4206 * encoding.c global.data globals.c testThreads.c: fix bug #63752
4207 of compiling libxml with a non standard set of options
4208
4209Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
4210
4211 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
4212 document --sgml option, fixing gnome bugzilla #63382
4213
4214Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
4215
4216 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
4217 breakage of 2.4.7, added a couple of really needed APIs
4218 like xmlCatalogIsEmpty() and xmlNewCatalog()
4219 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
4220 for install-catalog
4221 * configure.in: preparing 2.4.8
4222
4223Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
4224
4225 * HTMLtree.c tree.c include/libxml/HTMLtree.h
4226 include/libxml/tree.h include/libxml/xmlIO.h: more include
4227 cleanups, export cleanly one html output + format function.
4228
4229Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
4230
4231 * parser.c: removed initGenericErrorDefaultFunc call from
4232 xmlInitParser() since it could destroy previous calls to
4233 xsltSetGenericErrorFunc() effects
4234
4235Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4236
4237 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
4238 keyword.
4239
4240Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
4241
4242 * Makefile.am: cleanup
4243 * threads.c: cleanup too
4244 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
4245 from xsltproc
4246 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +00004247 dependency loop.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004248
4249Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
4250
4251 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
4252 was not used anymore !
4253
4254Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4255
4256 * configure.in: preparing 2.4.7
4257 * Makefile.am doc/Makefile.am: switched to the latest xmllint
4258 manual page from John
4259 * doc/*: updated the doc and rebuilt the generated pages
4260
4261Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
4262
4263 * xmlIO.c: closing bug #62711, the library should never
4264 close stdin or stdout.
4265
4266Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
4267
4268 * uri.c: second pass at fixing #63336, using Joel Young
4269 final patch. looks okay.
4270
4271Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
4272
4273 * uri.c include/libxml/uri.h: trying to clear #63336
4274 allowing the escaping routine to parse unconformant
4275 URI-References.
4276
4277Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
4278
4279 * vms/readme.vms vms/build_libxml.com nanoftp.c
4280 include/libxml/xmlversion.h.in: a few VMS updates from
4281 John A Fotheringham
4282 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
4283 and xmlCleanupOutputCallbacks() for the Perl binding people.
4284
4285Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
4286
4287 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
4288 apply fixes to close #63271 and avoid segfaults when
4289 the error routine gets callbed before xmlInitParser()
4290 get called.
4291 * nanoftp.c error.c: Applied patches from Justin Fletcher
4292 correcting some xmlGenericError misuses.
4293
4294Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
4295
4296 *doc/xmllint.xml, doc/xmllint.1
4297 New and improved man page for xmllint - .xml is the original, .1
4298 is the generated man page
4299
4300Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
4301
4302 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
4303 the web site from the main HTML document.
4304
4305Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4306
4307 * parser.c: fixed an erroneous validation bug when PE refs
4308 occurs in external parsed entities referenced from the
4309 internals subset
4310 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
4311 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
4312 added the associated testcase, it's a nice one.
4313 * HTMLparser.c: generate the DTD node as HTML still ...
4314 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
4315
4316Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4317
4318 * HTMLparser.c: fixed a bug in htmlNewDoc()
4319
4320Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4321
4322 * test/threads/*: added entities testing to the Thread test
4323 * testThreads.c: make the test reasonable
4324 * DOCBparser.c: fix the DTD public and system ID
4325 * xmllint.c: added --sgml for SGML DocBook importing
4326 * Makefile.am: added Docbtests target
4327
4328Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4329
4330 * nanoftp.c: use only "anonymous@" string for anonymous passwds
4331 * testThreads.c: removed bogus include
4332
4333Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4334
4335 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
4336 fixed a very serious (looping) validation bug
4337
4338Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
4339
4340 * include/libxml/globals.h include/libxml/threads.h threads.c
4341 testThreads.c: far more testing, cleaning up bugs
4342 * *.c : make sure globals.h is always included.
4343
4344Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
4345
4346 * HTMLparser.c: try to get rid of parser loops for good.
4347
4348Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
4349
4350 * configure.in: fixed some bugs in CFLAGS passing.
4351 * test/threads Makefile.am testThreads.c: added a specific
4352 threaded test case (really nasty, guaranteed).
4353
4354Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
4355
4356 * catalog.c: serious cleanup on the management of the
4357 XML catalog tree, more tests done, especially with
4358 the catalog PI.
4359
4360Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
4361
4362 * catalog.c: avoid a problem in catalog cleanup on SMP if
4363 catalogs were not initialized.
4364
4365Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
4366
4367 * catalog.c xpath.c: trying to cleanup the not thread safe
4368 parts of the library.
4369
4370Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
4371
4372 * include/libxml/globals.h configure.in global.data: make
4373 the allocation be per-thread a configure option
4374 * encoding.c include/libxml/parser.h: fixed compilation
4375 errors
4376
4377Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4378
4379 * include/libxml/parser.h: Norm reported that a few lines
4380 added were breaking libxslt compile, removed them for now
4381
4382Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
4383
4384 * parser.c parserInternals.c threads.c: debugged and fixed
4385 initialization problems which were giving troubles on SMP
4386 boxes.
4387
4388Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4389
4390 * include/libxml/Makefile.am: missing globals.h
4391
4392Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4393
4394 * globals.c: added a couple of standard includes.
4395
4396Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4397
4398 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
4399 include/libxml/parserInternals.h include/libxml/tree.h
4400 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
4401 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
4402 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
4403 Applied the last patches from Gary, cleanup, activated threading
4404 all user accessible global variables are now handled in globals.[ch]
4405 Still a bit rought but make tests passes with either
4406 --with-threads defined at configure time or not.
4407 * Makefile.am example/Makefile.am: added globals.[ch] and threads
4408 linking options
4409
4410Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4411
4412 * Makefile.am include/libxml/Makefile.am
4413 include/libxml/globals.h globals.c include/libxml/threads.h
4414 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
4415 configure.in: started integrating the core of the thread support
4416 not activated yet but half integrated. The code should still
4417 compile and work anyway.
4418
4419Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4420
4421 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
4422 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
4423 integrating the non-controversial parts of Gary Pennington
4424 multithread patches
4425 * catalog.c: corrected a small bug introduced
4426
4427Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4428
4429 * catalog.c include/libxml/catalog.h: very serious cleanup,
4430 isolating unportable code and as much as possible the accesses
4431 to the global shared catalog. May need more testing !
4432
4433Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4434
4435 * include/libxml/debugXML.h debugXML.c tree.c: integrating
4436 Keith Isdale patches for the XSLT debugger interfaces. Some
4437 cleanup
4438
4439Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4440
4441 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
4442 * DOCBparser.c: generate line nubers in elements
4443
4444Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4445
4446 * configure.in: preparing 2.4.6 release
4447 * doc/xml.html doc/html/*: updated and rebuilt the docs
4448 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
4449
4450Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
4451
4452 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
4453 adding documentation for DV's supercatalog support
4454
4455Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4456
4457 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
4458 super catalog support adding one API and one flag --sgml to
4459 xmlcatalog
4460
4461Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
4462
4463 * doc/xmlcatalog_man.xml, xmlcatalog.1
4464 One more crack at
4465 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4466
4467
4468Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4469
4470 * xpath.c: implemented xmlXPathObjectCopy for external objects
4471 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
4472
4473Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
4474
4475 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4476 finishing up fix to
4477 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
4478 the xmlcatalog man page display more elegantly
4479
4480Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
4481
4482 * configure.in: closing bug #61832
4483 * HTMLparser.c: removed a warning
4484
4485Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4486
4487 * xpath.c: fixing #61673 part I, do not loose doc information
4488 when copying result value trees.
4489
4490Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4491
4492 * xpath.c: trying to harden the XPath interpreter
4493
4494Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
4495
4496 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
4497 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4498
4499Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4500
4501 * HTMLparser: repaired another loop problem
4502
4503Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4504
4505 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
4506 parsing.
4507 * xpath.c: fix bug #61291 the default XML namespace node is
4508 missing from the namespace axis.
4509 * tree.c: refuse to create namespaces nodes with prefix "xml"
4510
4511Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
4512
4513 * SAX.c: ouch a non-defined namespace could lead to a crash,
4514 fixed #61215
4515
4516Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4517
4518 * parserInternals.c: closed bug #61054
4519
4520Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4521
4522 * include/libxml/Makefile.am: closing #60708
4523
4524Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4525
4526 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
4527 adding xmlSAXParseFileWithData following Marco Stipek suggestion
4528
4529Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4530
4531 * valid.c: close bug #61550 when xml: wasn't considered a namespace
4532
4533Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4534
4535 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
4536 * DOCBparser.c HTMLparser.c parser.c: fixed typos
4537
4538Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
4539
4540 * catalog.c: Justin Fletcher provided cleaup code in case
4541 HAVE_STAT is not defined
4542 * include/win32config.h: Igor Zlatkovic suggested to have
4543 HAVE_STAT defined there
4544
4545Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4546
4547 * catalog.c - fixed typing error reported by M. Barros
4548
4549Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
4550
4551 * xmllint.c - fixing typo
4552
4553Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4554
4555 * HTMLparser.c: small enhancement to prevent loop on
4556 unrecognizable data
4557
4558Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4559
4560 * parserInternals.c: applying patch from bug #60757 this
4561 should close it
4562
4563Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4564
4565 * catalog.c xmlcatalog.c: removed a couple of warning
4566 * xpath.c: try to solve the linking problem on platforms
4567 needing trio to compile
4568
4569Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4570
4571 * Makefile.am libxml.spec.in: backing up non-documented changes
4572 commited without review or aproval by Jens Finke <jens@gnome.org>
4573 * HACKING: made 100% clear that no commit should be done directly
4574
4575Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4576
4577 * configure.in: Joe Orton provided a patch fixing a problem
4578 when iconv is specified to be in a non-standard directory
4579 but wasn't exported in xml2-config --cflags
4580
4581Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4582
4583 * configure.in: let's ship 2.4.5 before getting too much
4584 troubles with 2.4.4 errors.
4585
4586Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4587
4588 * encoding.c entities.c: do not output hexadecimal charrefs
4589 when serializing HTML since some version of Netscape can't
4590 grok it, generate decimal ones.
4591 * result/HTML/doc3.htm: output changed due to previous test
4592 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
4593
4594Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
4595
4596 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
4597 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
4598
4599Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4600 Released 2.4.4
4601
4602 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
4603 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
4604 updated the configuration scripts systems accordingly
4605
4606Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4607
4608 * configure.in: preparing for 2.4.4
4609 * doc/xml.html doc/html/*: updated and rebuilt the docs
4610
4611Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4612
4613 * win32/dsp/libxml2.def.src: tried to incorporate comments
4614 from bug #59220
4615
4616Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4617
4618 * parser.c result/noent/wml.xml: fixed bug #59981 related
4619 to handling of '&' in attributes when entities are substitued
4620
4621Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4622
4623 * libxml.h include/libxml/xmlversion.h.in
4624 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
4625 Tried to close bug #60131
4626
4627Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4628
4629 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
4630
4631Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
4632
4633 * SAX.c: fixing bug #59946 on xmlns=""
4634
4635Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4636
4637 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
4638 but allocates a new error code.
4639
4640Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4641
4642 * xmllint.c: John Fleck fixed typos in the options output
4643 * parser.c SAX.c: fix ignorable white space SAX selection
4644
4645Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4646
4647 * entities.c: Steve Underwood found the possibility of an
4648 ininite loop in case of error.
4649
4650Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4651
4652 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
4653
4654Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4655
4656 * parser.c: warn if version is not 1.0 but it's not
4657 strictly speaking an error after analyzing the spec
4658
4659Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
4660
4661 *doc/catalog.html - add link to the html version of the
4662 man page, other linguistic cleanups
4663
4664Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
4665
4666 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4667 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
4668 file, has not yet been included in the build.
4669
4670Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4671
4672 * catalog.c: removed a duplicate affectation Justin Fletcher
4673
4674Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
4675
4676 * tree.c: Armin Sander pointed a possible text coalescing
4677 problem, completed his patch.
4678
4679Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4680
4681 * trionan.c: Fixed const and volatile re-definition problem
4682
4683Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
4684
4685 * libxml.4 parser.c: doc updates from Heiko Rupp
4686 * parserInternals.c: 2 sanity checks from Heiko Rupp
4687
4688Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4689
4690 * tree.c: applied patch from Armin Sander to make some pointers
4691 const in xmlCopyNode()
4692 * include/libxml/tree.h: added fix to the header
4693
4694Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4695
4696 * xpath.c: hum, restrict the integer usage gcc bug workaround
4697 to only gcc compilers so that other architecture don't get
4698 penalized by this limitation.
4699 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
4700
4701Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4702
4703 * valid.c: fixed a Windows compiler warning (Chris Poblete)
4704 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
4705
4706Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4707
4708 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
4709 --convert option to xmlcatalog to convert SGML ones to
4710 the XML syntax.
4711 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
4712
4713 2.4.3 got released at that point
4714Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4715
4716 * catalog.c xmlIO.c: started some serious testing and fixed
4717 a few bug and optmization needs.
4718
4719Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4720
4721 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4722 preparing for a 2.4.3 release even if it may not be ready yet
4723 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
4724 all file parsing lookup to go through the entity resolver, add
4725 to add an API to bypass it (needed to load catalogs themselves),
4726 some cleanup on the catalog code too.
4727 * nanoftp.c: small cleanup
4728 * doc/catalog.html: small update
4729
4730Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4731
4732 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
4733 Jun Kuriyama
4734
4735Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4736
4737 * doc/catalog.html: finished the catalog documentation
4738
4739Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4740
4741 * doc/catalog.html doc/xml.html: added documentation about
4742 Catalog support, misses an API description
4743 * doc/html/*: reextracted the API pages
4744
4745Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4746
4747 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
4748 Added the part about section 7.2 on URI resolution,
4749 fixed a side effect in the HTML parser, look complete
4750 and ready to rock except the URI/SystemID part!
4751
4752Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4753
4754 * include/libxml/catalog.h include/libxml/parser.h
4755 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
4756 xmlIO.c: added support and APIs needed for the catalog PI
4757 * include/libxml/xmlIO.h: cleanup
4758
4759Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4760
4761 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
4762 include/libxml/catalog.h: starts to look okay, really
4763 plugged the new framework, cleaned a lot of stuff,
4764 added some APIs, except the PI's support missing this
4765 should be mostly complete
4766 * result/catalogs/* test/catalogs/*: added new test, enriched
4767 the existing one with URN ID tests
4768
4769Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4770
4771 * catalog.c: fixed nextCatalog
4772 * result/catalogs/docbook test/catalogs/*: started adding
4773 a small regression test
4774
4775Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
4776
4777 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
4778 more work on the XML catalog support.
4779 * parser.c include/libxml/parser.h: small cleanup seems using
4780 list as a public parameter name can give portability troubles
4781 * trionan.c trionan.h xpath.c include/libxml/trionan.h
4782 include/libxml/xpath.h include/libxml/Makefile.am: removed
4783 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
4784 wrappers
4785
4786Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4787
4788 * Makefile.am trio.c triodef.h trionan.c xpath.c
4789 include/libxml/Makefile.am include/libxml/trionan.h:
4790 Re-worked Not-A-Number and Infinity support.
4791 * xmlcatalog.c: added readline include files
4792
4793Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4794
4795 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
4796 testCatalog as xmlcatalog, making it an installed app
4797 adding a shell, and preparing it to be a /etc/xml/catalog
4798 management tool, though not ready yet
4799 * catalog.c include/libxml/catalog.h: adding support for
4800 XML Catalogs http://www.oasis-open.org/committees/entity/
4801 not finished, there is some interesting tradeoffs and a
4802 few open questions left.
4803
4804Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
4805
4806 * xmllint.c: fixed a line formatting problem
4807
4808Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4809
4810 * SAX.c: removed a couple of unused variable (Albert Chin)
4811
4812Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4813
4814 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
4815 trying to fix some troubles w.r.t. function returning
4816 const xxxPtr.
4817
4818Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4819
4820 * win32/dsp/libxml2.def.src: another set of symbols conditionally
4821 defined
4822
4823Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4824
4825 * xpointer.c: removed unused var
4826
4827Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4828
4829 * testXPath.c: another small cleanup closing bug #59110
4830
4831Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4832
4833 * win32/dsp/libxml2.def.src: small cleanup closing bug
4834 #59108
4835
4836Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4837
4838 * example/gjobread.c: add xmlCleanupParser() before leaving
4839
4840Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
4841
4842 * config.h.in configure.in include/libxml/xmlwin32version.h:
4843 released 2.4.2
4844
4845Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
4846
4847 * include/libxml/valid.h debugXML.c valid.c: deprecate
4848 the non-boundchecking Sprintf functions, add Snprintf
4849 this should close bug #57984
4850
4851Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
4852
4853 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
4854 URIs before doing the lookups (pointed by Mark Vakoc)
4855
4856Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4857
4858 * xpath.c: serious changes on Result Value Trees and NodeSets
4859 w.r.t. deallocation and collect operations. Probably not
4860 100% clean (merge of allocated trees smells like a problem).
4861 Seems sufficient to close #58943
4862
4863Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4864
4865 * xmllint.c: adding a --format option
4866
4867Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
4868
4869 * xpath.c: count() was broken on Result Value Tree
4870 * xmlIO.c: fixed file:/// accesses on _WIN32
4871
4872Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4873
4874 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
4875 macro was renamed, this should close bug #58683
4876
4877Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4878
4879 * SAX.c: small fix fixing bug #58539 reported by coolo, in
4880 entity substitution mode text at the end of the entity might
4881 be added due to text coalescing.
4882 * nanoftp.c parser.c: small cleanup
4883
4884Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4885
4886 * HACKING: added John Fleck right to commit in the doc subdir
4887
4888Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4889
4890 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
4891 allow to inherit attributes from the DTD directly in the
4892 tree, this is needed for XPath and can be a useful feature.
4893 Inherited namespaces are always provided at the tree level now
4894 * test/defattr* result/defattr* result/noent/defattr*: added a couple
4895 of tests for this feature (XSLT being the prime user).
4896
4897Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4898
4899 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
4900 testSAX.c xmlIO.c xmllint.c include/win32config.h
4901 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
4902 include/libxml/xmlwin32version.h.in win32/README.MSDev
4903 win32/dsp/*: applied Win32 Facelift No.2 patches from
4904 Igor Zlatkovic for Windows/MSC
4905
4906Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
4907
4908 * SAX.c: unparsedEntityDecl() the URI computation of the
4909 entity wasn't done breaking XSLT unparsed-entity-uri()
4910
4911Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
4912
4913 * xpath.c: fixed a bug when walking the descendants and
4914 the current node has no children
4915 * debugXML.c: show up when a text node is supposed to not be escaped
4916
4917Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4918
4919 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
4920 worked like the set:leading() function)
4921 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
4922
4923Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4924
4925 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
4926
4927Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4928
4929 * include/libxml/xmlIO.h: apply change to close #58141
4930 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
4931
4932Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4933
4934 * parser.c: when the internal subset uses a PE, then the
4935 included entity can use conditional sections.
4936
4937Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4938
4939 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
4940 when walking the namespace axis showing up in
4941 libxst/tests/general/bug-12
4942 * xmlmemory.c: added the possibility to trace a given block
4943 defined by its address
4944
4945Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4946
4947 * parser.c: don't override existing encoding specified before
4948 starting xmlParseDocument()
4949
4950Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4951
4952 * include/libxml/xmlwin32version.h: reinserted, needed for
4953 Windows users of CVS
4954
49552001-07-27 Darin Adler <darin@bentspoon.com>
4956
4957 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
4958 * testCatalog.c: Add include of <libxml/parser.h>.
4959
49602001-07-27 Darin Adler <darin@bentspoon.com>
4961
4962 * include/libxml/.cvsignore:
4963 * include/libxml/xmlwin32version.h:
4964 Remove this file from CVS because it's generated.
4965
4966Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4967
4968 * parser.c include/libxml/parser.h: applied const patches from
4969 Tom Moog #58002
4970
4971Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4972
4973 * xpath.c include/libxml/xpath{,Internals}.h: added a function
4974 lookup framework
4975
4976Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4977
4978 * tree.c: fixed xmlCopyNode() for documents
4979
4980Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4981
4982 * parser.c: fixed bugs #58073 reported by Greg Shtilman
4983
4984Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4985
4986 * parser.c: fixes bug #57652 reported by Morus Walter
4987
4988Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4989
4990 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
4991
4992Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4993
4994 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
4995 errors, lesson don't add new functions at 1am before a release
4996 * xpath.c: integrated fix from Bjorn to avoid divide by zero
4997 from XPath initialization when possible.
4998
4999Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5000
5001 * result/scripts/base*: removing history/readline changed
5002 this slightly
5003 * include/libxml/parser.h SAX.c parser.c parserInternals.c
5004 xmllint.c: make element content line number generation
5005 optionnal to avoid breaking old apps added interface to switch
5006
5007Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5008
5009 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +00005010 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00005011 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
5012 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
5013 John Kroll fixes to allow saving to HTTP via PUT (or
5014 POST of needed).
5015 * doc/html/*.html: regenerated the docs
5016
5017Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5018
5019 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
5020 xmlHashScanFull and xmlHashScannFull3 to get passed the
5021 three keys as arguments to the callback function
5022
5023Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5024
5025 * configure.in Makefile.am: removed libxml softlink for good
5026 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
5027 100% coverage by gtk-doc
5028
5029Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5030
5031 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
5032 fixed serious troubles due to size_t vs. int mismatch
5033
5034Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5035
5036 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
5037
5038Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5039
5040 * include/libxml/xpath{,Internals}.h xpath.c: added a more
5041 convenient extension API for value and context managing
5042 Now handles external objects through xmlXPathPopExternal,
5043 xmlXPathWrapExternal and xmlXPathReturnExternal.
5044 Added functions for sets operations (intersection, etc.)
5045
5046Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5047
5048 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
5049 xmlIO.c tree.c parserInternals.c entities.c encoding.c
5050 HTMLparser.c: cleanup of global variables, marking some
5051 const or private.
5052
5053Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5054
5055 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
5056 fixed xmlXPathNodeSetItem when passing index=0
5057
5058Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5059
5060 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
5061
5062Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5063
5064 * xmllint.c: fixed compilation under Cygwin #57503
5065 * TODO: update
5066
50672001-07-13 Peter Williams <peterw@ximian.com>
5068
5069 * config.h.in: add #undef HAVE_DLFCN_H
5070
5071 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
5072 builddir.
5073
5074Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5075
5076 * win32/libxml2/libxml2.def.src: added a couple of exported entries
5077 raised by #57348 and #57381
5078
5079Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5080
5081 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
5082 tree.c xpointer.c: store the line numbder in element->content,
5083 may break some software, need a configuration mechanism
5084
50852001-07-10 Darin Adler <darin@bentspoon.com>
5086
5087 * .cvsignore:
5088 * example/.cvsignore:
5089 * include/.cvsignore:
5090 * include/libxml/.cvsignore:
5091 Various things that are generated and should be ignored.
5092
5093Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5094
5095 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
5096 * doc/xml.html doc/html/*: updated the docs
5097
5098Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5099
5100 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
5101 validation occured on content with element child
5102
5103Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5104
5105 * tree.c: fixed XML Base computation which was broken
5106 * debugXML.c: added a base function to the shell
5107 * Makefile.am result/scripts/* test/scripts/*: added scripts
5108 based regression tests, and adding 2 XML Base tests
5109
5110Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5111
5112 * tree.c: set properties doc and call xmlSetListDoc for properties
5113 content when grafting them in a different tree.
5114 * aclocal.m4: remove from CVS
5115
5116Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5117
5118 * win32/libxml2/libxml2.def.src: added some missing entry point
5119 for XPath (Mark Vakoc)
5120
5121Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5122
5123 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
5124 layer should URI-Unescape before trying to open resources.
5125
5126Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5127
5128 * xpath.c: fix the name() bug for elements in the default
5129 namespace reported by Charlie Bozeman
5130
5131Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5132
5133 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
5134 led to an XPath fix, improvements of SAX initialization, and
5135 an added option --nocdata to testXPath
5136
5137Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5138
5139 * doc/libxml-doc.el: Felix Natter provided anew version working
5140 with XEmacs too
5141
5142Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5143
5144 * include/libxml/xpath.h: small cleanup
5145 * doc/xml.html: update
5146
5147Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5148
5149 * Makefile.am configure.in include/libxml/xmlwin32version.h:
5150 released 2.3.14
5151
5152Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5153
5154 * doc/html/*: rebuilt the docs for the release
5155 * doc/xml.html: added 2.3.14 release.
5156
5157Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5158
5159 * xpath.c: a bug reported by Stephan Kulow empty nodesets
5160 were not equal to empty strings
5161
5162Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5163
5164 * SAX.c: fixed a URI-Reference computation problem when validating
5165 * xmlIO.c: small cleanup
5166
5167Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5168
5169 * parser.c: improved the description of a couple of interfaces
5170 upon Larry Stamper suggestion
5171
5172Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5173
5174 * SAX.c entities.c parser.c: changed completely the way entities
5175 are handled when running the parser in entity substitution mode.
5176 This fixes a bug reported by Stephan Kulow and nearly divides
5177 by 3 the amount of memory required by libxslt to load and process
5178 DocBook TDG.
5179
5180Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5181
5182 * HTMLparser.c: fixing a too early root closing problem raised
5183 byt Prashanth Naidu
5184
5185Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5186
5187 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
5188 raised by Mark Vakoc.
5189
5190Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5191
5192 * example/Makefile.am: fixed the include path to add srcdir/include
5193 * Makefile.am configure.in: fix from Albert Chin for iconv detection
5194 and some cleanup
5195
5196Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5197
5198 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
5199 lot of optimization work, results in significant improvements
5200 when handling really complex XPath queries. Add a small optimizer
5201 for unions, improve [n] and [last()], avoid some costly ops.
5202
5203Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5204
5205 * include/libxml/parser.h parser.c: xmlStrstr args are both const
5206 * xpath.c: small cleanup
5207 * xmlGetNsList: reformated, fixed problems if used on Entities
5208
5209Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5210
5211 * doc/xml.html: added 1.8.14 and 2.3.13 releases
5212
5213Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5214
5215 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
5216 * Makefile.am example/Makefile.am: workaround automake generating
5217 erroneous deps
5218
5219Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5220
5221 * include/win32config.h: bug #56801 Yon Derek provided a patch
5222 to the windows config file.
5223
5224Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5225
5226 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
5227 libxml.h : Yon Derek provided a set of changes to compile from
5228 CVS on Windows/MSC
5229
5230Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5231
5232 * parser.c: fixed UTF8 BOM support in push mode
5233 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
5234 added a specific testcase
5235
5236Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5237
5238 * Makefile.am: added --push regression tests
5239 * parserInternals.c: the XML parser segfaulted in --push mode
5240
5241Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5242
5243 * configure.in: moved the symlinks detection within a CVS
5244 check, this is not portable and will be removed soon.
5245 * xpath.c: small cleanup/speedup
5246
5247Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5248
5249 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
5250 release of 2.3.12
5251 * parser.c: make an error message if unknow entities in all cases
5252
5253Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5254
5255 * uri.c: fixed 2 uri normalization bugs on '//' reduction
5256
5257Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5258
5259 * include/libxml/Makefile.am: Laszlo Peter pointed out that
5260 includes were installed in the wrong dir
5261
5262Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5263
5264 * doc/html.xml: warn against sending code to exhibit bugs.
5265
5266Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5267
5268 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
5269 Tru64 from Thomas Leitner
5270
5271Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5272
5273 * AUTHORS: added William and Bjorn
5274 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
5275 daniel@veillard.com hopefully I won't have to do this again
5276 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
5277 docs can be rebuilt cleanly now
5278 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
5279 from CVs it's generated, added include/libxml/xmlwin32version.h
5280 also generated but which should change far less frequently.
5281 * catalog.c nanoftp.c: made sure to include libxml.h not
5282 libxml/xmlversion.h directly
5283 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
5284 when compiling on WIN32 and MSC
5285
5286Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5287
5288 * include/Makefile.am include/libxml/Makefile.am configure.in:
5289 fixed make distcheck and rebuilding the rpms
5290
5291Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5292
5293 * configure.in: should finish the migration of exported includes
5294 into a real include/libxml in CVS, at least for CVS users.
5295 * removed the exported headers, added in include/libxml (as well
5296 as xmlversion.h.in).
5297
5298Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5299
5300 * configure.in: fixed the way to detect symlink
5301
5302Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5303
5304 * configure.in: updated, include/libxml is now a real CVS dir
5305
5306Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5307
5308 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
5309 version works with both libxml1 and libxml2 (it autodetects
5310 the prefix of the html-files) from Felix Natter.
5311 * doc/xml.html: updated doc accordingly
5312
5313Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5314
5315 * xpath.c: fixed the bug generating a template loop in libxslt
5316 when using docbook-xsl-1.4, * should filter out document nodes
5317 * HACKING: added William
5318 * TODO: updated
5319
5320Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5321
5322 * doc/FAQ.html: added a warning about gcc-3.0
5323 * doc/xml.html: added reference to gdome2 and removed a confusing
5324 sentence
5325
5326Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5327
5328 * xmlversion.h: okay this is a generated file, but Windows
5329 users need it and they can't generate it, and I want CVS
5330 Windows users ...
5331 * win32/libxml2/libxml2_so.dsp: Windows project file for
5332 the shared lib version of libxml2
5333 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
5334 resources needed for libxslt/xsltproc by Yon Derek
5335
5336Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5337
5338 * trio.c: MSVC fix (provided by Igor Zlatkovic)
5339
5340Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5341
5342 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
5343
5344Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5345
5346 * include/win32config.h: Yon Derek provided a first fix
5347 to be able to compile libxslt/xsltproc on Windows
5348
5349Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5350
5351 * xpath.c: attempt to work around what seemed a gcc optimizer
5352 bug when handling floats on i386 http://veillard.com/gcc.bug
5353 * tree.c entities.c encoding.c: doing some cleanups while
5354 chasing it
5355
5356Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5357
5358 * Makefile.am: cleanup when --without-debug is specified
5359 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
5360 w.r.t. --without-debug and other include points
5361 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
5362 Catalogs
5363 * configure.in entities.h tree.h HTMLparser.c: removed
5364 --without-corba, made the _private field mandatory
5365
5366Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5367
5368 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
5369 outputs a BOM in UTF8, an errata has been issued to avoid the
5370 problem, that was the most reasonable solution... Add support
5371 for a leading UTF8 BOM in entities.
5372
5373Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5374
5375 * valid.c: fixed a bug found when post validating an entity ref
5376 * xmllint.c: added --loaddtd and sligly changed --postvalid to
5377 activate it too
5378
5379Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5380
5381 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
5382 weakness in the node copy the XPointer and the XInclude
5383 implementations. Serious cleanup.
5384
5385Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5386
5387 * Makefile.am: Kjartan Maraas provided a small patch to
5388 add xml2-config.in to EXTRA_DIST
5389
5390Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5391
5392 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
5393 provided another failing case found in KDE, the way the
5394 ctxt->vctxt.nodeTab was allocated and freed changed over
5395 time but it wasn't completely cleaned up. This should fix it.
5396
5397Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5398
5399 * parser.c: Stephan Kulow also raised the fact that line number
5400 could get miscounted making debug harder, fixed the problem
5401 in xmlParseCharData()
5402
5403Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5404
5405 * valid.c: Stephan Kulow pointed out a problem when validating
5406 and using an empty entity, forgot a 'break' in a case.
5407
5408Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5409
5410 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
5411 * doc/xml.html: updated with 2.3.11
5412
5413Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5414
5415 * TODO: updated adding cleanup of generated doc
5416 * configure.in: prepared to release 2.3.11
5417 * xmllint.c: added --version for bug reporting
5418 * doc/html/*.html: rebuilt the doc
5419
5420Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5421
5422 * xpath.c: first part of the work on selecting namespace to
5423 fix bug #56115
5424
5425Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5426
5427 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
5428 when using -liconv
5429 * TODO: updated
5430
5431Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5432
5433 * HTMLtree.[ch]: more work on the HTML serialization routnes,
5434 cleanup, encoding support.
5435
5436Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5437
5438 * xpath.c: Thomas Broyer suggested a better patch for the / arg
5439
5440Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5441
5442 * xpath.c: bug detected by Ankh when / is used as a function arg
5443
5444Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5445
5446 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
5447 of element and use it to avoid outputting formatting spaces at
5448 the wrong place. Implemented the format parameter for HTML save.
5449 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
5450 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
5451 result/HTML/wired.html: of course this impact the result of a
5452 number of HTML tests
5453
5454Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5455
5456 * HTMLtree.[ch]: started augmenting the HTML save API with
5457 encoding and formatting parameters
5458
5459Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5460
5461 * HTMLtree.h: cleanup and started evaluating the work needed on
5462 revamping the HTML output code
5463
5464Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5465
5466 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
5467
5468Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5469
5470 * valid.c: fixed bug #56049, forgot one check in the
5471 validation routine
5472
5473Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5474
5475 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
5476
5477Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5478
5479 * libxml.h: fixed an error in last commit
5480 * doc/FAQ.html: added an entry for compilation from CVS
5481
5482Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5483
5484 * xmlversion.h.in libxml.h: Cygwin patches
5485 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
5486 * tree.h: cleanup
5487
5488Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5489
5490 * tree.c: patched xmlFreeNode() to avoid freeing() a static
5491 memory block in a strange case where libxml is linked twice
5492 in the binary.
5493
5494Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5495
5496 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
5497 state far too often, simple fix used to avoid it.
5498
5499Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5500
5501 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
5502 being processed, applied his patch
5503 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
5504
5505Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5506
5507 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
5508 provided fixes to compile on MSCC again
5509 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
5510 also provided an update for the project files.
5511
5512Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5513
5514 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
5515 bug #55810
5516
5517Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5518
5519 * tree.c: fixed xmlGetNsProp() to close bug #55683
5520 Note this requires libxslt to use it's own function instead.
5521
5522Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5523
5524 * HTMLtree.c: when in a pre element no formatting space should
5525 be added.
5526 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
5527
5528Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5529
5530 * configure.in: added tests for signal() and signal.h
5531
5532Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5533
5534 * xpath.c: robert pointed out xmlXPathNINF was not initialized
5535
5536Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5537
5538 * doc/libxml-doc.el: Felix Natter provided a new version for
5539 libxml2
5540
5541Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5542
5543 * HTMLtree.c: when in a pre element no formatting space should
5544 be added.
5545
5546Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5547
5548 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
5549
5550Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5551
5552 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
5553 hack
5554 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
5555 * uri.c: fixed a warning
5556
5557Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5558
5559 * HTMLtree.c: trying to close bug #55772 escaping in script
5560 elements
5561 * doc/xml.html: suggest to send mail to the list
5562
5563Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5564
5565 * error.c: attempt to fix the xmlGetVarStr breakage once and for
5566 good. Use a macro and based on the solution provided in
5567 vsnprintf manual page from GNU.
5568
5569Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5570
5571 * error.c: Workaround for non-preserving variadic list.
5572 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
5573
5574Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5575
5576 * doc/xml.html: added 2.3.10 release
5577
5578Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5579
5580 * configure.in: releasing 2.3.10
5581
5582Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5583
5584 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
5585
5586Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5587
5588 * encoding.c: Robert Collins provided a patch to add the
5589 "US-ASCII" encoding alias
5590
5591Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5592
5593 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
5594 string oriented functions and started cleaning the related areas
5595 in xpath.c which needed fixing in this respect
5596
5597Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5598
5599 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
5600 #55380
5601 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
5602
5603Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5604
5605 * TODO: updated
5606 * nanohttp.[ch] : started adding APIs to get the redirected URL
5607 when this occurs (needed for further base computation
5608 * tree.h: cleanup
5609 * encoding.c: cleanup
5610 * SAX.c: minor change around ctxt->loadsubset
5611
5612Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5613
5614 * Makefile.am include/Makefile.am: small change to have
5615 include/libxml rebuilt if working from CVS.
5616 * uri.c: applied another patch from Carl Douglas for URI escaping,
5617 this should close bug #51876
5618
5619Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5620
5621 * xinclude.c: fixed XInclude recursive behaviour bug #54678
5622 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
5623 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
5624 added specific regression test
5625 * parser.h: preparing for the XSLT mode where DTD inherited
5626 attributes are added to the tree.
5627
5628Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5629
5630 * xinclude.[ch]: Updated the namespace for the Last Call version
5631 * result/XInclude/include test/XInclude/include: updated the
5632 testsuite accordingly
5633
5634Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5635
5636 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
5637 related to bug #51876
5638
5639Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5640
5641 * tree.c: fixed a gross mistake in base computation, xml:base is
5642 not completely correct yet (need cascade).
5643 * xpath.[ch]: added the few things needed to find a function name
5644 and URI from the XPath context when it is called.
5645
5646Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5647
5648 * catalog.[ch]: fixes and add xmlLoadCatalogs()
5649 * DOCBparser.c: small cleanup
5650 * xmllint.c: added a --catalogs option to load catalogs from
5651 $SGML_CATALOG_FILES
5652 * tree.c: cleanup
5653 * configure.in: iconv library fixup, ICONV_LIBS
5654
5655Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5656
5657 * catalog.c: handling of CATALOG entries. detection of recursion,
5658 and a few bugfixes
5659 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
5660 against the default namespace
5661
5662Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5663
5664 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
5665
5666Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5667
5668 * parser.c: fixed propagation context info when parsing an
5669 external entity.
5670 * doc/html/*.html: regenerated a couple of docs
5671
5672Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5673
5674 * doc/xml.html: update with 2.3.9 informations
5675
5676Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5677
5678 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
5679 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
5680 * doc/html/* : rebuilt the docs
5681 * valid.c: small patch which may improve some case when
5682 validating.
5683
5684Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5685
5686 * HTMLparser.c: Closed bug #54891
5687 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
5688 to the suite
5689
5690Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5691
5692 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
5693 applied a documentation patch from LotR and filled in a few missing
5694 descriptions
5695
5696Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5697
5698 * xpath.c tree.c parser.c: speed optimizations at the parser level
5699 document tree freeing and xpath evaluation
5700
5701Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5702
5703 * parser.c parser.h parserInternals.h: fixed a couple of
5704 interfaces for handling memory buffer input to const char *
5705 upon suggestion of JamesH.
5706
5707Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5708
5709 * configure.in: LoTR sent a patch fixing the previous commit
5710
5711Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5712
5713 * configure.in: trying to deal again with the stoopid -R linking
5714 flag of Solaris
5715
5716Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5717
5718 * xpath.h: two nodeset access macros from Thomas Broyer
5719
5720Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5721
5722 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
5723 patch from Thomas Broyer
5724
5725Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5726
5727 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
5728 case
5729 * INSTALL: was empty added stuff from the FAQ
5730
5731Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5732
5733 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
5734 attributes handling and #54433 by adding xmlUnsetProp()
5735 and xmlUnsetNsProp()
5736
5737Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5738
5739 * HTMLparser.c: Patch from Jonas Borgström
5740 (htmlGetEndPriority): New function, returns
5741 the priority of a certain element.
5742 (htmlAutoCloseOnClose): Only close inline elements if they
5743 all have lower or equal priority.
5744 * result/HTML: this of course changed a number of tests results.
5745
5746Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5747
5748 * xmlIO.c catalog.c: plugged in the default catalog resolution
5749 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
5750 documentations
5751 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
5752
5753Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5754
5755 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
5756 integrating catalogs
5757 * catalog.[ch] testCatalog.c: adding a small catalo API
5758 (only SGML catalog support).
5759 * parser.c: restaured xmlKeepBlanksDefault(0) API
5760
5761Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5762
5763 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
5764
5765Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5766
5767 * parser.c: added xmlParseExternalEntityPrivate() to allow
5768 propagation of ctxt->_private when parsing external entities
5769
5770Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5771
5772 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
5773
5774Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5775
5776 * configure.in: fixed a small portability problem with AM_CONDITIONAL
5777
5778Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5779
5780 * valid.c: warn when indeterminist content model is detected
5781 * result/VC/ElementValid8: this adds a message
5782 * Makefile.am: add --novalid for VCM tests
5783 * parserInternals.c: added a call to Init memory
5784
5785Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5786
5787 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
5788 when both parameters are NULL.
5789
5790Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5791
5792 * valid.c: applied small patch from Gary Pennington, reindented
5793 some part of the code.
5794
5795Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5796
5797 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
5798 release, updated and regenerated the docs
5799
5800Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5801
5802 * xpath.c result/XPath/expr/floats : clarified and cleanup
5803 printing of abnormal floats in tests.
5804
5805Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5806
5807 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
5808 * results/HTML/ : a few changes in the output of the HTML tests as
5809 a result.
5810 * configure.in: tying to fix -liconv where needed
5811
5812Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5813
5814 * Makefile.am: fixed a stupid error
5815
5816Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5817
5818 * configure.in Makefile.am: make the inclusion of the trio
5819 modules in the library conditional
5820
5821Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5822
5823 * DOCBparser.c: patche from László Kovács, fixed entities refs
5824 in attributes handling
5825
5826Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5827
5828 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
5829 flushing
5830
5831Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5832
5833 * xpath.c: fix of an XSLT namespace bug reported on the list
5834 general/bug-8-
5835
5836Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5837
5838 * strio.h trio.c: Dan McNichol suggested a couple of small
5839 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
5840
5841Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5842
5843 * tree.c parser.c encoding.c: spent a bit more time looking
5844 at the parsing speed and DOM handling. Added a few more
5845 speedups.
5846
5847Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5848
5849 * parser.c: small but effective parsing speed improvement
5850
5851Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5852
5853 * configure.in: default on the DocBook parser inclusion (for Gnome)
5854 * DOCBparser.h: fixed a header reference
5855
5856Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5857
5858 * configure.in xpath.c: applied Bjorn patches for FPE on the
5859 alpha
5860
5861Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5862
5863 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
5864 xmlSaveFormatFileTo()
5865
5866Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5867
5868 * xpath.c: simple and efficient optimization, XPath functions
5869 aways bind to the same code, cache this
5870 * TODO: updated (by saying some is obsolete)
5871
5872Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5873
5874 * xpath.c: more cleanup work on XPath name parsing routines
5875
5876Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5877
5878 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
5879 xmlXPathParseName
5880 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
5881 * debugXML.c: avoid compilation problems if compiling without
5882 HTML support, Igor Zlatkovic
5883 * win32/libxml2/libxml2.def.src: being able to compile without
5884 XPath on Windows
5885
5886Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5887
5888 * libxml.m4: yet another patch from Toshio Kuratomi
5889
5890Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5891
5892 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
5893
5894Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5895
5896 * tree.[ch]: added xmlSaveFormatFile interface for saving
5897 and indenting a file.
5898
5899Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5900
5901 * xpath.c: fixed bug #53689 related to processing-instruction()
5902
5903Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5904
5905 * DOCBparser.c: patche from László Kovács
5906
5907Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5908
5909 * parser.c: applied fixes from Christian Glahn bug report #53391
5910
5911Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5912
5913 * error.c: Jean François Lecomte provided a complete description
5914 and a fix to bug #53537
5915
5916Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5917
5918 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
5919
5920Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5921
5922 * DOCBparser.c SAX.c: a bit more work on entities processing.
5923 Still Need to cleanup XML output and references in attributes
5924
5925Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5926
5927 * DOCBparser.c include/Makefile.am: two patches from László Kovács
5928
5929Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5930
5931 * tree.c: trying to fix #53574, not completely complete,
5932 I would like xmllint --copy --debug test/ent1 and
5933 xmllint --debug test/ent1 to show the same result.
5934 * xpath.c: fix a bug when trying to sort namespace nodes
5935
5936Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5937
5938 * HTMLtree.c: real fix for #53402
5939
5940Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5941
5942 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
5943 PIs when using xsl:output
5944 * valid.c: closing #53537 some case generate segfaults if there
5945 is validity errors
5946
5947Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5948
5949 * SAX.c testDocbook.c DOCBparser.c: more work on the support
5950 of external parsed entities, added --noent to testDocbook
5951 * valid.c: Garry Pennington found an uninitialized variable
5952 access in xmlValidateElementContent()
5953
5954Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5955
5956 * HTMLparser.c : HTML parsing still sucks ... trying to deal
5957 with madness
5958 * result/HTML/ : this modified the result of the regression tests
5959 a lot.
5960
5961Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5962
5963 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
5964 to doc where it wasn't checked against NULL reported by
5965 Jens Laas
5966
5967Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5968
5969 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
5970 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
5971
5972Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5973
5974 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
5975 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
5976 * SAX.[ch]: cleanup and updates for DocBook
5977 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
5978 ex SGML identifier changes
5979 * valid.c: removed a static unused function.
5980
5981Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5982
5983 * HTMLtree.c: applied change for Paul Sponagl on script saving
5984 * Makefile.am: the warning about entity title.xml are normal.
5985
5986Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5987
5988 * configure.in: release of 2.3.7
5989 * Makefile.am: fixing make distcheck
5990
5991Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5992
5993 * doc/html/* doc/xml.html: updated and regenerated the docs
5994
5995Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5996
5997 * xpath.c: fixed the XPointer problem introduced in 2.3.6
5998
5999Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6000
6001 * tree.c: fixed #53388 with the provided patch
6002
6003Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6004
6005 * valid.c: Bjorn detected an invalid memory access. Fixed
6006 vstateVPush()
6007
6008Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6009
6010 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
6011
6012Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
6013
6014 * libxml.h: new header used only for the compilation of libxml
6015 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
6016 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
6017 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
6018 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
6019 xmlmemory.c xpath.c xpointer.c: libxml.h integration
6020 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
6021 baseline (version 1.2 plus a single patch).
6022 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
6023 scientific notation for numbers. Tests added.
6024 * xpath.c: formatting of numbers changed to use sprintf
6025 (contribution from William Brack)
6026
6027Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6028
6029 * valid.c: cleanup, more useful debugging
6030 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
6031 * xmlIO.c: entity loading is printed as an error when validating
6032
6033Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6034
6035 * valid.c: fixed to validate within entities
6036 * test/VCM/v22.xml: added a specific testcase
6037
6038Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6039
6040 * valid.c: forgot an epsilon transition in for ()+
6041 * test/VCM/v21.xml : added a specific test case
6042
6043Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6044
6045 * valid.c: removed a state explosion exhibited by RSS
6046 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
6047 from bug #51872
6048
6049Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6050
6051 * valid.[ch] tree.h: worked *hard* to get non-determinist content
6052 validation without using an ugly NFA -> DFA algo in the source.
6053 Made a specific algorithm easier to maintain, using a single
6054 stack and without recursion.
6055 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
6056 * hash.c: made the growing routine static
6057 * tree.h parser.c: added the parent information to an
6058 xmlElementContent node.
6059
6060Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6061
6062 * SAX.c parser.c xpath.c: generating IDs when not validating
6063 from an external parsed entity was poisoning the ID has table
6064 with removed values. This was killing XSLT on the KDE help
6065 browser.
6066
6067Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6068
6069 * entities.h: andrew@ugh.net.au detected a double declaration
6070
6071Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6072
6073 * debugXML.c hash.c tree.h valid.c : some changes related to
6074 the validation suport to improve speed with DocBook
6075 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
6076 the way validation errors get reported
6077
6078Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6079
6080 * HTMLparser.c HTMLtree.c: applied part of the patches provided
6081 by P C Chow and William M. Brack for XSLT HTML output
6082
6083Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6084
6085 * xmlversion.h.in win32config.h win32/libxml2/*: applied
6086 Igor Zlatkovic patches for MSC compilation and added his
6087 updates
6088
6089Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6090
6091 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
6092 prefix lookup.
6093 * parserInternals.c: fixed the bug reported by Morus Walter
6094 due to an off by one typo in xmlStringCurrentChar()
6095
6096Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6097
6098 * HTMLparser.c result/HTML/*: revamped the way the HTML
6099 parser handles end of tags or end of input
6100
6101Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6102
6103 * tree.[ch] : added xmlDocCopyNode for gdome2 support
6104
6105Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6106
6107 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
6108 bug where the linktime verions of free() won't work ...
6109
6110Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6111
6112 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
6113
6114Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6115
6116 * doc/xml.html: added 2.3.6 release
6117
6118Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6119
6120 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
6121 * result/wml.xml: resulted in a small output change
6122
6123Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6124
6125 * tree.c: xmlNewDoc was missing the charset initialization
6126 * xmllint.c: added --auto to autogenerate a doc, allow to
6127 reproduce the problem fixed on xmlNewDoc
6128
6129Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6130
6131 * xpath.c: trying to get 52979 solved
6132 * tree.c result/ result/noent/: trying to get 52712 solved, this
6133 also made me clean up the fact that XML output in general should
6134 not add formating blanks by default, this changed the output of
6135 a few tests
6136
6137Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6138
6139 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
6140
6141Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6142
6143 * configure.in: finally released 2.3.6
6144
6145Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6146
6147 * xpath.c: checking for null pointer generated by new code
6148
6149Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6150
6151 * xpath.c: fixed a [] evaluation problem reported
6152 * test/XPath/tests/simpleaddr: extended test
6153 * result/XPath/simpleaddr: updated result
6154
6155Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6156
6157 * xmllint.c: Dan Timis reported a portability problem
6158 on Macs without mmap, fixed it.
6159
6160Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6161
6162 * testXPath.c : added a --tree option allowing to display the
6163 tree dump of the XPath expression
6164
6165Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6166
6167 * xpath.c: fixed a memleak when comparing nodesets
6168 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
6169 * tree.c: added a TODO
6170
6171Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6172
6173 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
6174 we need string functions
6175 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
6176 to be able to use them where needed. Applied some changes
6177 to reduce name linking pollution and compile in only what's
6178 needed.
6179 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
6180 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
6181 for the string manipulation functions
6182 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
6183 to the free() function of xmlmemory.c
6184 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
6185 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
6186 usage.
6187
6188
6189Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6190
6191 * error.c: applied the context output patch of the error
6192 handling submitted by Chuck Griffith
6193 * error/VC/*: this slightly change some error logs
6194
6195Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6196
6197 * parser.c: fixed line number reporting on error
6198
6199Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6200
6201 * parser.c: Sullivan and Darin found a parser bug,
6202 applied the patch.
6203
6204Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6205
6206 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
6207 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
6208 xmlversion.h.in xpointer.c: of course the way I defined
6209 UNUSED breaks on old gcc version. Try to be smart and
6210 also define it directly in xmlversion.h
6211 * configure.in: removed -ansi flag from the pedantic set
6212
6213Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6214 Huge cleanup, I switched to compile with
6215 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
6216 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
6217 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
6218 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
6219 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
6220 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
6221 encoding.h entities.c error.c list.[ch] nanoftp.c
6222 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
6223 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
6224 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
6225 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
6226 Cleanup, staticfied a number of non-exported functions,
6227 detected and cleaned up a dozen of problem found this way,
6228 avoided a lot of public function name/typedef/system names clashes
6229 * doc/xml.html: updated
6230 * configure.in: switched private flags to the really pedantic ones.
6231
6232Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6233
6234 * configure.in: 2.3.5
6235 * doc/html/*: rebuilt the docs
6236
6237Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6238
6239 * parser.c: fixed a reported bug in NOTATION parsing
6240 * uri.c: accepted but not fixed bug 51876, added TODO
6241 * Makefile.am: fixed bug 51876
6242
6243Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6244
6245 * config.h.in configure.in error.c: fix a compilation problem
6246 on platforms without vsnprintf (xml@thewrittenword.com)
6247
6248Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6249
6250 * parser.c: fixed a function name header typo
6251 * SAX.c: notations can also occur in external subset.
6252
6253Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6254
6255 * error.c: removed a C++ like comment
6256
6257Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6258
6259 * parser.c: fixing bug 52299 strange condition leading
6260 to a parser crash due to a buffer overflow
6261 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
6262 added the specific test case
6263
6264Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6265
6266 * xpath.[ch]: still a lot of cleanup based on XSLT, added
6267 xmlXPathConvert{String,Number,Boolean} to be able to make
6268 type casts without a context stack, fixed some implementation
6269 problems related to the absence of context at parse-time,
6270 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
6271 in the public API too
6272 * xpointer.c xpathInternals.h: we need to know at parse time
6273 whether we are compiling an XPointer
6274
6275Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6276
6277 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
6278 cleaned up the parser internals, refactored XPath code, added
6279 new compilation based APIs and cleanly separated public and
6280 private APIs.
6281
6282Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6283
6284 * xpath.h: the comp field must be added at the end to avoid
6285 killing binary compat.
6286
6287Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6288
6289 * Makefile.am: detect XPath memleaks in regreson tests
6290 * error.c: fixed and error w.r.t. error reporting still using
6291 stderr
6292 * hash.c: added new line at end of file
6293 * tree.h: minor cleanup
6294 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
6295 expression parsing from evaluation, resulted in a number of
6296 changes internally, and in XPointer. Likely to break stuff
6297 using xpathInternals.h but should remain binary compatible,
6298 new interfaces will be added.
6299
6300Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6301
6302 * configure.in: fixed a couple of problems reported by
6303 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
6304 without gcc on non linux platforms.
6305
6306Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6307
6308 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
6309 a fix for --with-html-dir= configure support. I hope it won't
6310 break rpm generation
6311
6312Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6313
6314 * xmlIO.c: one function comment cleanup.
6315
6316Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6317
6318 * SAX.c: external subset notations were improperly registered
6319 in the internal subset.
6320
6321Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6322
6323 * README.cvs-commits: added, pointing to HACKING
6324 * HACKING: updated
6325
6326Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6327
6328 * parser.c: and Matt Sergeant found one in the XML push
6329 parser (erroneous check I forgot to remove when I fixed the
6330 main parser).
6331
6332Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6333
6334 * xpath.c: ptittom found a small bug in UnaryExpr
6335
6336Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6337
6338 * configure.in: bumped to 2.3.4
6339 * error.c: fixed bug #51860
6340 * tree.c: fixed bug #51861
6341 * valid.c: cleanup, more debug, failed to fix one bug crap ...
6342 * tree.[ch] : added xmlDefaultBufferSize
6343 * nanoftp.c: typo in function name header block
6344 * doc/xml.html : updated, added link to XML::LibXSLT
6345 * doc/html/* : rebuilt the docs
6346
6347Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6348
6349 * parser.c SAX.c: the new content parsing code raised an
6350 ugly bug in the characters() SAX callback. Found it
6351 just because of strangeness in XSLT XML Rec ouptut :-(
6352
6353Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6354
6355 * Makefile.am: Martin Baulig suggested to add -lm
6356 * tree.c: found another bug in xmlNodeGetContent()
6357
6358Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6359
6360 * xpath.c: Bjorn found the error related to strictness of comparison.
6361
6362Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6363
6364 * parser.c: trying to fix the Dtd parsing problem reported
6365 by Gary, side effect of last week speed optimizations.
6366
6367Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6368
6369 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
6370 * parserInternals.c: removed unneeded test raised by Stric
6371
6372Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
6373
6374 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
6375 and fixed by William Brack). Added xmlXPathFormatNumber.
6376 Changed the sorting slightly.
6377 * configure.in Makefile.am example/Makefile.am: Added -lm.
6378 Please note that applications linking with libxml2, must
6379 also like with the math library from now on.
6380
6381Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6382
6383 * HTMLparser.c: fixed loop reported by Marc Sanfacon
6384
6385Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6386
6387 * parser.c: one must report spaces even if the Dtd element
6388 content proves that this is not part of the element content.
6389 * result/valid/*.xml: this changed the ouptu slightly
6390
6391Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6392
6393 * configure.in: bumped to 2.3.3
6394 * doc/xml.html: updated
6395
6396Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6397
6398 * tree.c: minor doc fix
6399 * xpath.c: deallocation issues when a result tree has been
6400 converted to a node-set
6401
6402Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6403
6404 * doc/xml.html: oops corrected dates s/2000/2001
6405
6406Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6407
6408 * valid.c: new patch from Gary Pennington
6409
6410Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6411
6412 * doc/xml.html: applied patch from Ankh
6413
6414Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6415
6416 * xinclude.c: fixed a problem building on Mac
6417
6418Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6419
6420 * parser.c: more work on increasing parsing ferformances
6421
6422Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6423
6424 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
6425 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
6426 avoiding memcpy in production builds MEM_CLEANUP macro use
6427 * parser.[ch] parserInternals.c: optimizations of the tightest
6428 internal loops inside the parser. Better checking of I/O
6429 flushing/loading conditions
6430 * xmllint.c : added --timing
6431
6432Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6433
6434 * configure.in: bumped to 2.3.2
6435 * doc/xml.html: updated for release
6436
6437Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6438
6439 * xpath.c: found a memleak and fixed a nasty bug
6440
6441Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6442
6443 * xmllint.[c1] : added return code errors for xmllint
6444 * xpath.c: specific debug dump function for result value trees
6445
6446Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6447
6448 * xpath.c: finally implemented xmlXPathCompareNodeSets
6449 * test/XPath/expr/floats results/XPath/expr/floats: added
6450 a test for float expressions
6451
6452Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6453
6454 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
6455 * parserInternals.[ch]: trying to speed up parsing
6456 * xpath.c : speeded up node set equality op
6457
6458Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6459
6460 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
6461 better handling of ID/IDREF and the list modules associated
6462 * configure.in: small CFLAGS cleanup
6463
6464Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6465
6466 * configure.in: fixed iconv detection on AIX (stric)
6467
6468Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6469
6470 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
6471
6472Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
6473
6474 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
6475 and optimized xmlXPathNodeSetSort
6476
6477Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6478
6479 * xpath.c: bug fix when context size is 0
6480 * parser.c: I like Norm's Dtd because they still manage to break
6481 the parser occasionally
6482
6483Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6484
6485 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
6486
6487Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6488
6489 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
6490 attributes within the XML-1.0 namespace
6491
6492Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6493
6494 * xpathInternals.h: exported a few axis functions
6495 * doc/xml.html: updated the doc
6496
6497Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6498
6499 * configure.in: applied patch from Daniel van Balen for OpenBSD
6500 and bumped version to 2.3.1
6501 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
6502 attempt to find autoclosing was simply broken, removed it,
6503 updated the examples, this is better
6504
6505Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6506
6507 * hash.[ch]: added Paolo Casarini patch to provide Delete from
6508 hash functionnalities.
6509 * doc/html/* : rebuild the doc
6510
6511Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6512
6513 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
6514 on predicate
6515 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
6516 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
6517 really want to have tags closed on output even if we accept
6518 unclosed ones on input
6519
6520Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6521
6522 * xpath.c: ouch don't free NULL, rare case fixed
6523 * tree.c: don't coalesce text nodes if they don't have the
6524 same behaviour wrt escaping on output
6525
6526Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6527
6528 * xpath.c: small fixup
6529 * SAX.c: don't warn on empty namespaces.
6530
6531Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6532
6533 * README: a bit of cleanup
6534 * configure.in: preparing for 2.3.0 release
6535
6536Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6537
6538 * hash.[ch]: added a first version of xmlHashSize()
6539 * valid.c: another bug fix from Gary Pennington
6540
6541Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6542
6543 * valid.c: couple of bug fixes pointed by Gary Pennington
6544 * HTMLtree.c: #if 0 cleanup
6545
6546Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6547
6548 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
6549 which removes a time consuming check of xmlXPathNodeSetAdd()
6550 and use it in places where we are sure to not break unicity
6551
6552Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6553
6554 * xpath.c: bug fixes found from XSLT
6555 * tree.c: preserve node->name special values when copying nodes.
6556 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
6557 external subset are fetched when available but without full
6558 validation. Added xmlLoadExtDtdDefaultValue, need a function.
6559 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
6560 output with encoding disabled.
6561
6562Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6563
6564 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
6565 xmlCheckFilename should not be called from xmlFileOpenW
6566 and xmlGzfileOpenW
6567
6568Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6569
6570 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
6571 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
6572 added the new tests for URI normalization
6573 * testURI.c: fixed stoopid bugs
6574 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
6575 the URI in the error messages are now properly normalized
6576
6577Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6578
6579 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
6580
6581Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6582
6583 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
6584
6585Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6586
6587 * xpath.c: fixed mod operator
6588
6589Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6590
6591 * parser.c: fixed xmlStrcat doc
6592 * tree.c: 2 fixes form Anders Carlson for copying nodes and
6593 trees.
6594
6595Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6596
6597 * xpath.c result/XPath/tests/chaptersbase
6598 result/XPath/tests/simplebase: fixed XPath node()
6599 * tree.c: small fix in xmlNewNs()
6600 * Makefile.am: removed extraneous xml2Conf.sh rule
6601
6602Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6603
6604 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
6605 Changed the library name, in order to get libxml-devel and
6606 libxml2-devel to coexist on a single system
6607 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
6608 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
6609
6610Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6611
6612 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
6613 libxml2-devel installable in // as libxml-devel.
6614
6615Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6616
6617 * doc/Makefile.am: fixed make rebuild in doc
6618 * doc/html/*.html: rebuilt the docs
6619
6620Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6621
6622 * tree.c: patch from Bjorn Reese on xmlBufferCCat
6623
6624Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6625
6626 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
6627 the HTML doc to go into the -devel RPM ...
6628 * aclocal.m4 config.h.in: some updates due to auto* magic
6629
6630Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6631
6632 * xpath.h: added a hook in the context structure allowing to
6633 link to extra support, needed for XSLT
6634
6635Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6636
6637 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
6638 xmlXPtrCmpPoints to use it.
6639 * propagated the following patch from Alejandro Forero
6640 * include/win32config.h xmlIO.c: applied further suggestions
6641 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
6642 * example/gjobread.c: fixed warnings, now that it builds
6643
6644Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
6645
6646 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
6647
6648 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
6649 filename points to a valid file (not a directory).
6650 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
6651 Added calls to xmlCheckFilenameDir.
6652
6653 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
6654 `path' (rather than `filename') as the parameter to gzopen and open.
6655
6656Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6657
6658 * Makefile.am: fixed a problem with EXTRA_DIST
6659
6660Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6661
6662 * Makefile.am example/Makefile.am: finally found the trick
6663 to build the example, i.e. add "." in SUBDIRS before example
6664 in the list <grin/>
6665
6666Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6667
6668 * doc/xml.html: updated with an XSLT section, removed pointer to
6669 W3C CVS base.
6670
6671Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6672
6673 * xpath.c: when copying a XSLT tree object teh tree need to be copied
6674 too, and deallocation need to occur the same way.
6675
6676Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6677
6678 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
6679 type correponding to an XSLT result tree fragment. Share most
6680 of the data format with node set, as well as operators.
6681 * HTMLtree.c: added a newline at the end of the doctype output
6682 whe this one is not present initially.
6683 * tree.c: make sure taht the parent and doc pointers are properly
6684 set when copying attributes (lists).
6685
6686Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6687
6688 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
6689
6690Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6691
6692 * xpath.c: seems I finally killed that ugly path evaluation
6693 context bug (tagged 9999 in case is is wrong)
6694
6695Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6696
6697 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
6698 for XSLT
6699
6700Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6701
6702 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
6703 for xmlGzfileOpen() bug
6704
6705Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6706
6707 * xpath.c: removed an error found by XSLT usage
6708 * tree.c parserInternals.h: use a predefined static string
6709 for text and comment nodes, avoid freeing them in xmlFreeNode,
6710 exported the string name in parserInternals.h and added
6711 another value to disable encoding at output (for XSLT),
6712 gain memory, time.
6713
6714Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6715
6716 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
6717 win32/libxml2/libxml2_so.dsp: new makefiles and update
6718 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
6719
6720Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6721
6722 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
6723 Gary Pennington
6724
6725Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6726
6727 * xpath.c: fixed the comaprision of values and nodelists,
6728 need to compare nodelist still ...
6729 * debugXML.c: avoided a possible core dump
6730 * HTMLparser.c: cleanup
6731 * nanohttp.c: contributed fix.
6732 * tree.c: fixes in properties handling added xmlSetNsProp
6733 needed by libxslt
6734 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
6735 comment
6736 * TODO: updated
6737
6738Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6739
6740 * parser.c parserInternals.c: applied Bjorn Reese optimization
6741 patch
6742
6743Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6744
6745 * Makefile.am: applied patch fro make check from Martin Vidner
6746
6747Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6748
6749 * configure.in: preparing 2.2.11
6750 * doc/html/*: rebuild the HTML files
6751 * doc/xml.html : updated
6752
6753Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6754
6755 * tree.c: fixed a stupid bug
6756 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
6757 patches related to validation of an XInclude processing result
6758 * TODO: updated
6759
6760Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6761
6762 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
6763 on large files
6764
6765Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6766
6767 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
6768
6769Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6770
6771 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
6772 reported by Jonas Borgström
6773 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
6774
6775Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6776
6777 * testXPath.c xpath.c: fixing the XPath union expressions problem
6778 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
6779
6780Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6781
6782 * xmllint.c: Made is so if the file name is "-" is will read form
6783 standard input. Sven Heinicke <sven@zen.org>
6784 * tree.c: fixed a problem when growing buffer
6785 * tree.h: fixed the comment of the node types following andersca
6786 comment
6787 * TODO: updated
6788
6789Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6790
6791 * HTMLparser.[ch]: added a way to avoid adding automatically
6792 omitted tags. htmlHandleOmittedElem() allows to change the
6793 default handling.
6794 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
6795 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
6796 of xmllint too when using --memory flag, added a memory test
6797 suite at the Makefile level.
6798 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
6799 with namespace use when encountering QNames in XPath evalation,
6800 added xmlns() scheme in XPointer.
6801 * nanoftp.c : incorporated a fix
6802 * parser.c xmlIO.c: fixed problems raised with encoding when using
6803 the memory I/O
6804 * parserInternals.c: closed bug 25934 reported by
6805 torsten.landschoff@innominate.de
6806 * TODO: updated
6807
6808Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6809
6810 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
6811 on a non-updated tree :-(, made a 2.2.10 release to correct the
6812 situation
6813
6814Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6815
6816 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
6817 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
6818 integrated a set of OpenVMS changes from Howard Taylor
6819 <Howard.Taylor@pacoast.com>
6820
6821Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6822
6823 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
6824 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
6825
6826Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6827
6828 * HTMLparser.c: some fixes on auto-open of html/head/body
6829 * encoding.c: fixed a compilation error on some gcc env
6830 * xpath.c xpointer.[ch] xpathInternals.h: improved the
6831 XPointer implementation
6832 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
6833 related XPointer tests and associated results
6834
6835Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6836
6837 * doc/xmldtd.html doc/xml.html: following a short step by step
6838 guidance on IRC to help maciej with DTDs I started a small
6839 page on the subject.
6840
6841Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6842
6843 * HTMLparser.c: fixed handling of broken charrefs
6844 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
6845 patches
6846
6847Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6848
6849 * doc/xml.html doc/html/* : rebuilt the docs after adding
6850 xinclude and updated page for 2.2.7 and 2.2.8
6851 * configure.in: releasing 2.2.8
6852
6853Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6854
6855 * parser.[ch] parserInternals.c: applied the conditional
6856 section processing fix from Jonathan P Springer
6857 <jonathan.springer2@gte.net>
6858 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
6859 project file, fixed iconv default non support
6860 * xpath.c: fixed the problem of evaluating relative expressions
6861 when a node context is provided.
6862
6863Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6864
6865 * nanoftp.c: fixed gcc 2.95 new warnings
6866 * SAX.c: fixed a stupid bug
6867 * tree.c: fixed a formatting problem when round-tripping
6868 from/to memory
6869 * xinclude.c: chased memleak, fixed a base problem
6870 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
6871 xmlXPtrBuildNodeList()
6872 * TODO: updated
6873 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
6874 adding a first small set of regression tests for XInclude
6875
6876Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6877
6878 * nanohttp.[ch]: applied Wayne Davison patches to access
6879 the WWW-Authorization header.
6880 * parser.c: Closed Bug#30847: Problems when switching encoding
6881 in short files by applying Simon Berg's patch.
6882 * valid.c: fixed a validation problem
6883 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
6884 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
6885 Wayne Davison
6886 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
6887 need to be extended to non full nodes selections.
6888 * xinclude.c: starts to work decently
6889
6890Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6891
6892 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
6893 debugXML.c xmlversion.h.in: Started adding XInclude support,
6894 this is a new xmllint option
6895 * tree.c xpath.c: applied TOM patches for XPath
6896 * xpointer.c: fixed a couple of errors.
6897 * uri.c: added an escaping function needed for xinclude
6898 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
6899 new warning from RH70 gcc's version
6900
6901Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6902
6903 * HTMLparser.c: fixed loop on invalid char in scripts
6904 * parser.c: update to description of xmlIOParseDTD()
6905 * libxml.m4 xmlversion.h.in: changes contributed by
6906 Michael Schmeing <m.schmeing@internet-factory.de>
6907 * configure.in: preparing for 2.2.7
6908 * Makefile.am: trying to avoid config.h and acconfig.h
6909 being included in the distrib
6910 * configure.in: released 2.2.7
6911
6912Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6913
6914 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
6915 like namespaces for good. Unified xmlNs and xmlNode somewhat.
6916
6917Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6918
6919 * parser.[ch]: added xmlIOParseDTD()
6920 * xpointer.c: added support for the 2 extra parameters of
6921 string-range, fixed a stoopid error when '0' was present
6922 in XPointer expressions
6923 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
6924 testsuite for the above
6925
6926Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6927
6928 * libxml.spec.in: improved package descriptions
6929
6930Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6931
6932 * xpath.c xpathInternals.h: applied a large cleaning patch
6933 from TOM <ptittom@free.fr>, it also add namespace support
6934 for function and variables registration.
6935
6936Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6937
6938 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
6939 * Makefile.mingw: Wayne Davison's update adding hash.c
6940
6941Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6942
6943 * xpath.c: fixed the root evaluation problems
6944 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
6945 ignorable spaces with <b> <bold> <em>
6946 * tree.c: fixed a loop in xmlSearchNsByHref()
6947
6948Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6949
6950 * xpath.c: applied another XPath patch from TOM
6951 * xpath.c include/makefile.am: applied another patch from
6952 china@thewrittenword.com (cleanup on IRIX).
6953
6954Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6955
6956 * xml-config.1: received a fixed version from Fredrik Hallenberg
6957 <hallon@lysator.liu.se>
6958
6959Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6960
6961 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
6962 cleanup patch for XPath
6963
6964Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6965
6966 * patched to redirrect all "out of context" error messages to
6967 a reconfigurable routine. The changes are:
6968 * xmlerror.h : added the export of an error context type (void *)
6969 an error handler type xmlGenericErrorFunc there is an interface
6970 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
6971 to reset the error handling routine and its argument
6972 (by default it's equivalent to respectively fprintf and stderr.
6973 * all the c files: all wild accesses to stderr or stdout within
6974 the library have been replaced to calls to the handler.
6975
6976Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6977
6978 * configure.in: release 2.2.6
6979 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
6980 exporting the inner functions of xpath for extension modules
6981 * doc/*: updated and rebuilt the doc
6982
6983Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6984
6985 * nanohttp.c : applied Wayne HTTP cleanup patch
6986 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
6987 and xmlNodeSetSpacePreserve()
6988
6989Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6990
6991 * xpath.c: closing bug #29260
6992
6993Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6994
6995 * hash.[ch] debugXML.c: expanded/enhanced the API, added
6996 multikey tuples, made hash structure opaque
6997 * valid.[ch]: moved elements, attributes, notations decalarations
6998 as well as ID and refs to hash tables.
6999 * entities.c: hash cleanup
7000 * xmlmemory.c: fixed a dump problem in debug mode
7001 * include/Makefile.am: problem passing in DESTDIR= values patch
7002 from Marc Christensen <marc@calderasystems.com>
7003 * nanohttp.c: removed debugging remains
7004 * HTMLparser.c: the bogus tag should be ignored (Wayne)
7005 * HTMLparser.c parser.c: fixing a number of problems with the
7006 macros in the *parser.c files (Wayne).
7007 * HTMLparser.c: close the previous option when opening a new one
7008 (Marc Sanfacon).
7009 * result/HTML/*: updated the HTML results accordingly
7010
7011Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7012
7013 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
7014 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
7015 XPath functions and XML entities table to them. More to come...
7016 * xmlIO.c: fixed libxml closing FILEs it didn't open.
7017
7018Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7019
7020 * tree.c: coalesce adjacent text nodes
7021 * valid.c: handling of blank nodes in DTd validation (raised
7022 by problems with a posteriori validation).
7023 * nanohttp.c: changing behaviour on HTTP write stuff.
7024 * HTMLtree.c: forced body and html to be explicitely closed.
7025 * xpath.h: exported more XPath functions.
7026
7027Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7028
7029 * Release of 2.2.5
7030 * xpointer.c: range() range-inside and other helper functions
7031 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
7032
7033Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7034
7035 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
7036 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
7037
7038Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7039
7040 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
7041 and XPointer modules
7042
7043Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7044
7045 * SAX.h: closed #25107
7046
7047Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7048
7049 * testSAX.c: fixed problem with cdata reporting
7050 * SAXresult/* : updated
7051
7052Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7053
7054 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
7055 Closed bug #27499, added to regression tests
7056 * TODO: updated
7057
7058Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7059
7060 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
7061 support for SCRIPT and STYLE with help from Bjorn Reese
7062 * test/HTML/* result/HTML/*: added simple testcase and updated
7063 the existing ones.
7064
7065Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7066
7067 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
7068 string-range for empty strings
7069 * test/XPath/docs/str test/XPath/xptr/chaptersrange
7070 test/XPath/xptr/strrange: augmented the XPointer testsuite
7071
7072Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7073
7074 * doc/xml.html doc/xmlmem.html: added a module describing memory
7075 interfaces and use, updated the main page.
7076
7077Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7078
7079 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
7080 nanoftp code work on Windows too now
7081
7082Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7083
7084 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
7085 * xpointer.c: implemented string-range() at least a good first version
7086 * test/XPath/docs/str test/XPath/xptr/strrange
7087 result/XPath/xptr/strrange: the string-range() tests
7088
7089Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7090
7091 * Makefile.am include/Makefile.am include/win32config.h
7092 win32/Makefile.mingw: fixed problems reported by Wayne Davison
7093 and make distcheck
7094
7095Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7096
7097 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
7098 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
7099 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
7100
7101Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7102
7103 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
7104 patch for socklen_t detection by
7105 Albert Chin-A-Young <china@thewrittenword.com>
7106
7107Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7108
7109 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
7110 and added a --dtdvalid option to xmllint used to test it
7111
7112Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7113
7114 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
7115 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
7116
7117Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7118
7119 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
7120 handlings (registration, lookup, cleanup)
7121
7122Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7123
7124 * configure.in Makefile.am include/makefile.am: adding XPointer
7125 and XPtrtests target
7126 * xpointer.[ch] : new files for XPointer support
7127 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
7128 more XPath tests
7129
7130Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7131
7132 * configure.in: fixed, very broken, make distcheck works again
7133
7134Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7135
7136 * More work toward 2.2.5, integrated a number of patches
7137 * configure.in Makefile.am win32config.h.in: trying to cleanup
7138 make distcheck .... huh ...
7139 * include/Makefile.am include/win32config.h: new directory
7140 for includes
7141 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
7142 updated teh makefiles and instructions for WIN32
7143 * xpath.c: small fixes
7144 * test/XPath/ results/XPath: updated the testcases and results
7145 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
7146 suggested patches
7147 * valid.c: fixed an ID bug
7148
7149Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7150
7151 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +00007152 the automake bug where wrong dependencies were generated.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007153 * xpath.[ch]: worked on XPointer
7154
7155Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7156
7157 * configure.in Makefile.am: 2.2.5, ship the include in an
7158 include/libxml subdirectory, use symlinks when using CVS
7159 * testSAX.c: fixed small bug
7160 * testXPath.c: changed the way testfiles are parsed
7161 * debugXML.c: same kind of cleanup when parsing an argument expression
7162 XPath/XPointers can have blanks embedded
7163 * xpath.[ch]: more cleanup, reorgs for XPointer work
7164 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
7165 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
7166
7167Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7168
7169 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
7170 in the XPath engine, rewrote large parts of it, now it's far
7171 cleaner and in sync with the REC not an old WD. Fixed a parsing
7172 problem in the interactive XML shell found when testing XPath.
7173
7174Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7175
7176 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
7177 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
7178 examples with the extra test
7179
7180Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7181
7182 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
7183 the global init function.
7184
7185Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7186
7187 * HTMLparser.c: Doohhh, attribute name parsing was still case
7188 sensitive ! Fixed this ...
7189 * result/HTML/* : updated the tests results accordingly
7190
7191Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7192
7193 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
7194 engine, should be far more stable, incorporated a new version of
7195 preceding/following axis, need testing
7196 * uri.c: fixed file:///c:/a/b/c problem
7197 * test/XPath/tests/idsimple: augmented the XPath tests
7198
7199Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7200
7201 * doc/* rebuilding docs for 2.2.4 release
7202
7203Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7204
7205 * configure.in: releasing 2.2.4
7206 * parser.[ch]: added xmlStrEqual()
7207 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
7208 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
7209 use xmlStrEqual instead
7210 * TODO: updated
7211 * added an XPath test
7212
7213Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7214
7215 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
7216 * entities.h: exported xmlInitializePredefinedEntities
7217 * parser.[ch] : added xmlInitParser()
7218 * parserInternals.h : had to export htmlInitAutoClose()
7219
7220Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7221
7222 * xpath.[ch] : fixed some serious XPath Predicate evaluation
7223 problems
7224 * Makefile.am : added XPath regression tests to normal tests
7225 * uri.c: fixed a problem with local paths, cleanup
7226 * parser.c: fixed a problem with large CData sections
7227
7228Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7229
7230 * configure.in xml-config.in: patch from "Ben Taylor"
7231 <sol7x86@hotmail.com> for solaris shared libs lookup
7232
72332000-09-30 Martin Baulig <baulig@suse.de>
7234
7235 * libxml-2.0.pc.in: Provide pkg-config script.
7236
7237 * configure.in: Create the libxml-2.0.pc script from the
7238 libxml-2.0.pc.in templates.
7239 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
7240 script in `$(libdir)/pkgconfig'.
7241
7242Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7243
7244 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
7245 when compiling with MSC
7246
7247Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7248
7249 * xpath.c: patch for normalize-string() substring-before(),
7250 substring-after() and translate() functions from Bjorn Reese
7251 <breese@mail1.stofanet.dk>
7252 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
7253 Fredrik Hallenberg <hallon@lysator.liu.se>
7254 * TODO: updated
7255
7256Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7257
7258 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
7259 problem of socklen_t being undefined on a number of platforms
7260 * debugXML.c: fixed a compilation problem when without snprintf
7261
7262Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7263
7264 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
7265 an URI bug and a fix for the control-character-induced infinite loop
7266 * nanohttp.c: preventive fix for compiling on WIN32
7267
7268Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7269
7270 * xmlint.c: closing bug #25000
7271
7272Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7273
7274 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
7275 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
7276 modified slightly Wayne Davison patch adding xmlStrcasecmp and
7277 related function, fixing xmlStrncmp(), and associated cleanup
7278 * result/HTML/entities.html.sax: updating result
7279
7280Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7281
7282 * uri.c: applied patch for URI escaping from Wayne Davison
7283 <wayned@blorf.net>
7284 * tree.c parserInternals.c HTMLparser.c: memset checks patches
7285 from Denis Barbier <barbier@imacs.polytechnique.fr>
7286 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
7287 patch from Wayne Davison
7288
7289Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7290
7291 * doc/xml.html : updated with new releases, adding "how to help"
7292
7293Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7294
7295 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
7296 removed a few warnings in pedantic mode ...
7297 * parserInternals.c parser.c: moved encoding switching function
7298 to parserInternals.c
7299 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
7300
7301Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7302
7303 * HTMLparser.c parser.c: set ctxt->errNo before calling the
7304 error or warning handlers
7305
7306Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7307
7308 * parserInternals.c parserInternals.h parser.c Makefile.am:
7309 created a new module parserInternals.c, moved most of the
7310 code shared by the various parsers there, as well as
7311 deprecated code from parser.c. More cleanup of parser.c
7312 * uri.c: fixed a problem when URI is NULL
7313 * valid.c: speedup when looking for an attribute declaration
7314
7315Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7316
7317 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
7318 the cleanup of the computation of URI references when seeking
7319 external entities. The URI reference string and the resulting
7320 URI are both stored now.
7321 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
7322 large s(n)printf checks and cleanup from Denis Barbier
7323 <barbier@imacs.polytechnique.fr>
7324 * xmlversion.h.in tree.h: couple of SGML declarations for a
7325 possible docbook module.
7326 * result/VC/ : a couple of test output changed due to the change
7327 of the entities URI
7328
7329Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7330
7331 * parser.h: added a _private field for linking user's data
7332
7333Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7334
7335 * parser.c parserInternals.h: demacroified most of the IS_XXX
7336 the gain in size is significant so ...
7337
7338Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7339
7340 * entities.c: cases where looking up entities with doc==NULL
7341 covered
7342
7343Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7344
7345 * uri.c: applied Wayne Davison patch
7346 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
7347
7348Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7349
7350 * uri.c testUri.c: applied Wayne Davison patches
7351 * test/URI/uri.data result/URI/uri.data: first set of tests/results
7352 * Makefile.in: added URItest and included thenin "make tests"
7353
7354Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7355
7356 * xmlversion.h.in: closed bug 22941
7357
7358Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7359
7360 * doc/xmlio.html: added doc and example for entity loader
7361 redefinition.
7362
7363Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7364
7365 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
7366 used by libxml
7367
7368Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7369
7370 * parser.c: Fixed bug on invalid ontent characters and when using
7371 push.
7372 * xmllint.c: fixed xmllint endling of errors in push mode
7373
7374Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7375
7376 * HTMLparser.c testHTML.c: applied two new patches from
7377 Wayne Davison <wayned@users.sourceforge.net>
7378 * result/HTML/*.sax: regenerated HTML SAX output
7379 * parser.c: more cleanup.
7380
7381Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7382
7383 * HTMLparser.[ch] testHTML.c: applied the second set of
7384 patches from Wayne Davison <wayned@users.sourceforge.net>,
7385 adding htmlEncodeEntities()
7386 * HTMLparser.c: fixed an ignorable white space detection bug
7387 occuring when parsing with SAX only
7388 * result/HTML/*.sax: updated since the output is now HTML
7389 encoded...
7390
7391Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7392
7393 * HTMLparser.[ch]: applied some of Wayne Davison
7394 <wayned@users.sourceforge.net> patches
7395
7396Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7397
7398 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
7399 undeclared namespace prefix was used, added a warning.
7400 Cleaned up support w.r.t. entities, spilling out a warning
7401 and being pedantic on lookups.
7402 * test/warning/ent9 : added testcase for previous example.
7403 * TODO: updated
7404 * parserInternals.h parser.c: changed the way names are parsed
7405 now allow infinite size and decrease penalty for normal use
7406 * parser.c: Started a big cleanup/check of the parser code,
7407 fixed some of the most tortuous entity code, spotted code
7408 unused anymore
7409 * test/*: added tests for very long names and related nasty
7410 things.
7411
7412Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7413
7414 * doc/encoding.html: added encoding aliases doc
7415 * doc/xml.html: updates
7416 * encoding.[ch]: added EncodingAliases functions
7417 * entities.[ch] valid.[ch] debugXML.c: removed two serious
7418 bottleneck affecting large DTDs like Docbook
7419 * parser.[ch] xmllint.c: added a pedantic option, will be
7420 useful
7421 * SAX.c: redefinition of entities is reported in pedantic mode
7422 * testHTML.c: uninitialized warning from gcc
7423 * uri.c: fixed a couple of bugs
7424 * TODO: added issue raised by Michael
7425
7426Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7427
7428 * doc/encoding.html: propagated Martin Duerst suggestions
7429
7430Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7431
7432 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
7433 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
7434 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
7435 by Wayne Davison
7436
7437Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7438
7439 * nanoftp.c nanohttp.c: small cleanup
7440 * TODO: updated
7441
7442Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7443
7444 * added an old VC testcase and updated title.xml entity
7445
7446Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7447
7448 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
7449 done on auto-opening of <p> tags and cleanup of SAX output
7450
7451Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7452
7453 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
7454
7455Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7456
7457 * doc/xml.html libxml.* structure.*: updated the doc a bit
7458
7459Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7460
7461 * testSAX.c testHTML.c result/HTML/: cleanup of the output
7462 of SAX tests
7463
7464Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7465
7466 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7467 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
7468
7469Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7470
7471 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
7472 * testHTML.c: fix core dump on Solaris 2.x systems
7473 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
7474 * result/HTML/*.sax: previous bug fix lead to new results
7475
7476Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7477
7478 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7479 * configure.in: added --with-readline=DIR to accept alternate
7480 path for readline include/library
7481 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
7482 for ANSI under HP-UX
7483 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
7484 includes @LIBS@
7485
7486Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7487
7488 * doc/* : rebuilt the docs
7489 * getting ready for 2.2.2 release
7490
7491Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7492
7493 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
7494 and xmlAddFeature()
7495 * tree.[ch]: added xmlAddChildList()
7496 * xmllint.c: MAP_FAILED macro test
7497 * parser.h: added xmlParseCtxtExternalEntity()
7498 * valid.c: applied bug fixes removed warning
7499 * tree.c: added CDATA block to elements content
7500 * testSAX.c: cleanup of output
7501 * testHTML.c: added SAX testing
7502 * encoding.c: better error recovery
7503 * SAX.c, parser.c: fixed one of the external entity processing
7504 of the OASis testsuite
7505 * Makefile.am: added HTML SAX regression tests
7506 * configure.in: bumped to 2.2.2
7507 * test/HTML/ result/HTML: added a few of HTML tests, and added the
7508 SAX results
7509
7510Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7511
7512 * configure.in: patch for HP compiler
7513
75142000-08-04 Sven Heinicke <sven@zen.org>
7515
7516 * xmllint.c: Was coredumping sometimes when the file given didn't
7517 exist.
7518
7519Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7520
7521 * parser.c xmlIO.[ch]: fixed the problem of encoding support
7522
7523 when using in memory parsing. Need some cleanup.
7524 * xmllint.c configure.in: added a --memory flag to test memory
7525 parsing
7526
7527Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7528
7529 * nanohttp.c: fixed socklen_t replacement to unsigned int
7530 * parser.c: fixed a space handdling missing at the end of
7531 production 28 DOCTYPE.
7532 * xmlmemory.c: fixed a stupid bug on the routine to override
7533 allocation functions
7534 * TODO: updated
7535
7536Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7537
7538 * doc/ regenerated the docs
7539
7540Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7541
7542 * doc/encoding.html doc/xml.html: added I18N doc
7543 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
7544 improvements, both parser and filters, added ASCII & HTML,
7545 fixed the ISO-Latin-1 one
7546 * xmllint.c testHTML.c: added/made visible --encode
7547 * debugXML.c : cleanup
7548 * most .c files: applied patches due to warning on Windows and
7549 when using Sun Pro cc compiler
7550 * xpath.c : cleanup memleaks
7551 * nanoftp.c : added a TESTING preprocessor flag for standalong
7552 compile so that people can report bugs more easilly
7553 * nanohttp.c : ditched socklen_t which was a portability mess
7554 and replaced it with unsigned int.
7555 * tree.[ch]: added xmlHasProp()
7556 * TODO: updated
7557 * test/ : added more test for entities, NS, encoding, HTML, wap
7558 * configure.in: preparing for 2.2.0 release
7559
7560Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7561
7562 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +00007563 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007564
7565Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7566
7567 * doc/xml.html: changed the xmlsoft.org structure, updated the
7568 examples w.r.t. root and childs
7569
7570Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7571
Daniel Veillard784b9352003-02-16 15:50:27 +00007572 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007573
7574Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7575
7576 * HTMLparser.c: Work on character encoding support for the HTML parser
7577 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
7578 * encoding.c: Fixed a potential memleak in the encoding stuff
7579
7580Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7581
7582 * doc/FAQ.html doc/Makefile.am : added a FAQ
7583
7584Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7585
7586 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
7587 of the HTML parser to force it to not bypass SAX
7588
7589Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7590
7591 * win32config.h.in: updated
7592 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
7593 lacks iconv support :-( need to release 2.1.1
7594 * configure.in: release 2.1.1
7595 * HTMLparser: fixed bug #14784
7596 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
7597 by Windows compiler
7598 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
7599 the SAX startDocument() callback.
7600 * TODO: updated
7601
7602Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7603
7604 * added xmlStopParser()
7605
7606Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7607
7608 * configure.in: 2.1.0 prerelease
7609 * Large resync between W3C and Gnome tree
7610 * nanoftp, nanohttp.c: fixed stalled connections probs
7611 * HTMLtree.c SAX.c : support for attribute without values in
7612 HTML for andersca
7613 * valid.c: Fixed most validation + namespace problems
7614 * HTMLparser.c: start document callback for andersca
7615 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
7616 * parser.h, SAX.c: serious speed improvement for large
7617 CDATA blocks
7618 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
7619 different encoding
7620 * example/Makefile.am example/gjobread.c tree.h: work on
7621 libxml1 libxml2 convergence.
7622 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
7623 and the LIBXML_TEST_VERSION macro
7624
7625Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7626
7627 * doc/xml.html: various patches and improvements typo fixed by
7628 Felix Natter
7629 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
7630 from Felix Natter <fnatter@gmx.net>
7631
7632Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7633
7634 * doc/upgrade.html: updated with instructions for support of both
7635 libxml-1.x and libxml-2.x
7636 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
7637 for 2.x support and also fixed includes
7638
7639
7640Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7641
7642 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
7643 the encoding support, added iconv support, so now libxml if
7644 compiled with iconv automatically support japanese encodings
7645 among others. Work based on initial patch from Yuan-Chen Cheng
7646 I may have broken binary compat in the encoding handler
7647 registration scheme, but that was so utterly broken I don't
7648 expect anybody to have used this feature until now.
7649 * parserInternals.h: fixup on the CHAR range macro
7650 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
7651 code.
7652 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
7653 * uri.c: added xmlParseURI() I can't believe I forgot to
7654 implement this one in 2.0 !!!
7655 * SAX.c: moved doc->encoding update in the endDocument() call.
7656 * TODO: updated.
7657
7658Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7659
7660 * tree.h: removed extraneous xmlRemoveProp definition
7661 * TODO: added item about --disable-corba configure switch
7662 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
7663 * nanoftp.c: fixed include problems giving troubles on AIX and
7664 slowlaris
7665 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
7666 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
7667 comment and headers changes to lower gtk-doc number of warnings
7668 * doc/html/*: rebuilt docs
7669
7670Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7671
7672 * HACKING: documented the tag for 1.x and instructions
7673
7674Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7675
7676 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
7677 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
7678 xmlCreateIOParserCtxt
7679 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
7680 significant overall improvement
7681 * xmllint.c: added I/O test to xmllint
7682 * testSAX.c: added a speed test
7683 * doc/* : updated/regenerated
7684
7685Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7686
7687 * xpath.c uri.h parserInternals.h: cosmetic changes from
7688 "Timur I. Bakeyev" <timur@bat.ru>, including making
7689 xmlCreateURI() public
7690
7691Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7692
7693 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
7694 and the code at the same time. Added a clean mechanism for
7695 overload or added input methods: xmlRegisterInputCallbacks()
7696 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
7697 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
7698 * TODO: updated
7699 * doc/* : updated/regenerated
7700 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
7701 source dir
7702
7703Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7704
7705 * testURI.c: yet another forgotten commit, I should get some sleep !
7706
7707Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7708
7709 * xmllint.c: forgot to commit this too ?
7710
7711Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7712
7713 * xmlversion.h.in : forgot to commit this previously
7714
7715Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7716
7717 * configure.in: preparing libxml-2.0.0 version looks Ok so far
7718 * README TODO: updated for release
7719 * uri.c uri.h: added authority parsing/saving
7720 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
7721 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
7722 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
7723 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
7724 Makefile.am : added compile-time customization of libxml
7725 --with-ftp --with-http --with-html --with-xpath --with-debug
7726 --with-mem-debug
7727 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
7728 #include <libxml/xxx.h> I hope it won't break too much stuff
7729 and will be manageable in the future...
7730 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
7731 and added xmllint to the installed programs
7732 * uri.h: added xmlFreeURI()
7733
7734Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7735
7736 * uri.c uri.h: finished the escaping handling, the base support
7737 and the URI path normalization. Looks good just lacks the
7738 authority content parsing code.
7739 * Makefile.am: added instructions to generate testURI
7740 * TODO: updated
7741 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
7742 added links and icons for W3C and Gnome
7743
7744Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7745
7746 * xmlmemory.[ch] : seems I forgot to actually update the files in
7747 the last commit :-)
7748 * doc/xml.html doc/html/* : updated and uploaded the docs
7749
7750Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7751
7752 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
7753 * TODO: updated
7754 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
7755 libxml default allocation function with another set (like gmalloc/
7756 gfree).
7757 * Makefile.am, uri.c, uri.h: added a set of functions to do
7758 exact (litteraly copied from the RFC 2396 productions) parsing
7759 and handling of URI. Will be needed for XLink, one XML WFC,
7760 XML Base and reused in the nano[ftp/http] modules. Still work
7761 to be done.
7762
7763Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7764
7765 * configure.in, libxml.spec.in : libxml2
7766 * doc/* : updated the doc page, rebuilt the docs
7767
7768Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7769
7770 * all: tagged LIB_XML_1_X
7771 * *.c *.h : updated from W3C CVS tree
7772 * configure.in : 2.0.0-beta
7773 * libxml.spec.in : libxml2 package nam
7774 * result/* : new version of the tests output
7775
7776Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7777
7778 * doc/xml.html, doc/update.html: updated docs, 1.8.7
7779
7780Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7781
7782 * doc/* : rebuilt the docs
7783 * parser.c: final patch on #6766
7784 * valid.c: small patch on validity checks.
7785
7786Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7787
7788 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
7789 added
7790 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
7791 compatibility w.r.t. XML spec and existing code.
7792
7793Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7794
7795 * parser.c: seems a better solution to <a> </a> exists,
7796 will try it for a while
7797
7798Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7799
7800 * parser.c: tried to remove the <a> </a> generating <a/>
7801 this is hard. Left a flag for that purpose. Fixed bug #6766
7802 * configure.in: prepared 1.8.7 not released, due to previous
7803 problem
7804
7805Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7806
7807 * doc/xml.html : applied second patch from Paul DuBois
7808
7809Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7810
7811 * doc/xml.html : applied patch from Paul DuBois
7812
7813Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7814
7815 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
7816
7817Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7818
7819 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
7820 compilation warnings on various platforms.
7821 * parser.c: Fixed #5281 validity error callbacks are now desactived
7822 by default if not validating.
7823
7824Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7825
7826 * nanoftp.c, win32config.h.in: patches to compile on WIN32
7827
7828Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7829
7830 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
7831 <gkatsi@cs.toronto.edu>
7832
7833Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7834
7835 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
7836 processing URLs
7837
7838Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7839
7840 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
7841 xmlNanoFTPUpdateURL for persistent control connections.
7842 * configure.in: 1.8.6
7843
7844Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7845
7846 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
7847 * tree.[ch] : added xmlSaveNoEmptyTags
7848
78492000-01-29 James Henstridge <james@daa.com.au>
7850
7851 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
7852
7853 * Makefile.am: added nanoftp.[ch] to the build.
7854
7855Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7856
7857 * nanoftp.[ch]: cleanup, comments, API
7858 * debugXML.c : fixed a bug in the cat command
7859 * doc/*: regenerated the docs
7860
7861Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7862
7863 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
7864 * debugXML.c : fixed a bug in the cat command
7865 * valid.c: fixing some small probs
7866 * libxml.spec.in: get rid of the SNAP suffix
7867 * doc/xml.html: updated the status
7868
7869Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7870
7871 * xml-config.in: xml-config --version to just return the
7872 version number
7873 * xpath.c: some cleanup w.r.t. axis when the current node is
7874 an attribute.
7875 * TODO: updated
7876
7877Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7878
7879 * configure.in: prepared for libxml-1.8.5
7880 * doc/* recompiled the documentation
7881
78822000-01-17 Jody Goldberg <jgoldberg@home.com>
7883
7884 * configure.in : WARNING autoconf subtlety alert :
7885 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
7886 when looking for zlib.h so that HAVE_ZLIB_H is defined.
7887 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
7888 get defined by AC_CHECK_HEADERS.
7889
7890Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7891
7892 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
7893 Rune.Djurhuus@fast.no
7894
7895Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7896
7897 * TODO: updated
7898 * tree.c, parser.c: made sure that only memory alloc problems
7899 and internal parser errors are allowed to write to stdout or
7900 stderr.
7901
7902Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7903
7904 * tree.c : restored xmlNewGlobalNs since this seems used by
7905 a lot of existing code :-(, fixed a bug in xmlNewNs
7906 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
7907 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
7908 to exit() from the library code.
7909 * xpath.c, parser.c: removed bugs or unused code detected by
7910 Windows compilers
7911 * parser.c: started adding interfaces for parsing well balanced
7912 XML fragments
7913 * configure.in: releasing 1.8.4
7914 * doc/* : rebuilt the docs
7915
7916Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7917
7918 * tree.[ch] : added xmlNewDocFragment() for DOM
7919 * testHTML.c: uninitialized variable.
7920
7921Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7922
7923 * doc/* : rebuild the docs
7924
7925Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7926
7927 * acconfig.h: readline and history patch
7928 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
7929 * tree.c: added check and handling when possibly removing an ID
7930 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
7931 and saving.
7932 * test/HTML/entities.html result/HTML/entities.html* : test for
7933 various entities reference cases
7934 * result/HTML/* : as a result output of some testcase have
7935 changed
7936 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
7937 by previous example. added xmlParseTryOrFinish().
7938 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
7939 entities.h debugXML.h HTMLparser.h: changed the way struct are
7940 declared to allow gtk-doc to expose those
7941 * parser.c: closed bug #4960
7942 * Makefile.am configure.in: Applied patch from
7943 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
7944 and math/socket libs detection
7945
7946Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7947
7948 * configure.in, Makefile.am: link tester against readline
7949 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
7950
7951Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7952
7953 * tree.[ch]: added xmlRemoveProp
7954 * win32config.h.in nanohttp.c: avoid including the Windows
7955 socket stuff in every C files
7956 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
7957 the XmL parser(s)
7958 * test/ns4 result/ns4 etc...: added test case for previous prob
7959 * tree.c: xmlNewNs wasn't checking for double definition
7960 * Makefile.in: fixed a problem with dist-hook duplicates
7961 * parser.[hc], xmlIO.c: fixed the loading of external entities
7962 APIs, now xmlLoadExternalEntity() is used everywhere and
7963 setting up an app specific front-end using the
7964 * SAX.c parser.c: some fixes, now the xhtml spec validates
7965 with the xhtml DTD.
7966 * error.c: fixed crashes in case of no input stream
7967 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
7968 to the validation tests and results
7969
7970Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7971
7972 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
7973 too htmlCreatePushParserCtxt() and htmlParseChunk()
7974 * parser.c: a bit of cleanup.
7975 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
7976 to XML) removed the last mem leak known
7977 * HTMLtree.c: output message cleanup
7978 * xmlmemory.c: display content info about memory blocks
7979 * result/HTML/wired.* : missing att value warning change
7980
7981Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7982
7983 * doc/* : rebuilt the documentation
7984
7985Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7986
7987 * parser.[ch] parserInternals.h: Push parser for XML,
7988 seems to work fine now
7989 * tester.c debugXML.[ch]: Added an XML shell debug facility and
7990 --push for push testing
7991 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
7992 * testSAX.c: added --push
7993 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
7994 subtree
7995 * xmlIO.[ch] : enriched API + fixes for push mode
7996 * entities.[ch]: added the entity content length to the struct.
7997 * xmlmemory.[ch]: new API to show the last entries for the shell
7998 * valid.c: added required attribute testing
7999 * SAX.c: the cdata callback now merge contiguous fragments
8000 * HTMLparser.c: cleanup of some macros
8001
8002Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8003
8004 * parser.c: fix for PIs name starting with xml
8005 * tree.c: fixed a potential problem with || and && ops
8006 * *.c, configure.in win32config.h.in : generate win32config.h for
8007 those on the Other Side !
8008
8009Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8010
8011 * parser.c: fixed a stupid = vs. == bug :-(
8012 * doc/gnome-xml.sgml: s/glade/xml/
8013
8014Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8015
8016 * configure.in, doc/xml.html : bug fix release 1.8.2
8017 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
8018 Hopefully the end of that silly C++ include problem
8019 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
8020 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
8021 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
8022 troubles with autoclosed elements when the stree shape doesn't
8023 follow the DtD specs. Added htmlIsAutoClosed() and
8024 htmlAutoCloseTag()
8025 * result/HTML/*.htm*: Updated the HTML examples regression tests output
8026 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
8027 * debugXML.c: fixed a bug on printing default namespaces.
8028 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
8029
8030Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8031
8032 * result/HTML/*.htm[l] : updated the HTML regression tests according
8033 to the new output
8034 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
8035 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
8036 problem due to intermix of extern "C" { ... } declarations for C++
8037 and recursive includes in the headers
8038
80391999-12-20 Chris Lahey <clahey@umich.edu>
8040
8041 * HTMLtree.c: Made it so that html nodes with a single child do
8042 not insert a carriage return before or after the child node.
8043
8044Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8045
8046 * configure.in, doc/xml.html : bug fix release 1.8.1
8047 * parser.c: fixed bug #4344
8048 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
8049 added the glue to avoid C++ problems
8050 * doc/* : regenerated the documentation
8051
8052Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8053
8054 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
8055 namespace recognition, and Dia as a resul :-(
8056 * encoding.c: closed bug #3950
8057
8058Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8059
8060 * valid.c: debugging a posteriori validation, except URI expansion
8061 stuff this should be fixed now
8062 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
8063 Carl Nygard <cnygard@bellatlantic.net>
8064 * tester.c: added --postvalid, cleaning of the code
8065 * tree.[ch]: added xmlDocGetRootElement()
8066
8067Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
8068
8069 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
8070 c++ losage.
8071
8072Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8073
8074 * configure.in, doc/xml.html : bumped to 1.8.0
8075 * xlink.[ch], Makefile.am : added framework for link detection
8076 * parser.h: added nbChars to parser context, needed for cleanup.
8077 * xmlmemory.c: removed a nasty bug when out of mem
8078 * valid.[ch]: adding namespace support for attribute decl
8079 * tester.c: added --debugent option
8080 * debugXML.[ch]: added xmlDebugDumpEntities()
8081 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
8082 buffers instead, this was really needed, validation was breaking
8083 in strange ways due to that. Added xmlParseStringPEReference()
8084 and other parsing from strings functions. Entities processing
8085 modified again, but PERef are still not handled correcly but
8086 unless you're Eve Maller you won't notice :-)
8087 * HTMLparser.c: large changes toward reliability, and switched to
8088 lowercase internal tags, XHTML is lowercase, so it will help
8089 that output is closer to next version.
8090 * doc/* : regenerated the documentation, it is now hosted at
8091 http://xmlsoft.org/ (same bits I just bought the domain :-)
8092
8093
8094Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8095
8096 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
8097 doc generation
8098 * parser.c: fixed bugs #3908 and #3937 and a memory leak
8099 in the SAX API
8100 * doc/*: rebuilt the doc making sure everything appears in the
8101 HTML files
8102
8103Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8104
8105 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
8106 added the patch from Carl Nygard <cnygard@bellatlantic.net>
8107 which allow impressive speed improvement on dataset with
8108 large text pieces, but at the cost of broken binary
8109 compatibility and slightly bigger memory usage.
8110 Configure with --with-buffers to activate them, they
8111 are protected with XML_USE_BUFFER_CONTENT define.
8112 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
8113 goal is 0 memory left allocated once parser is no more used
8114 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
8115 call xmlCleanupParser() and xmlMemoryDump()
8116
8117Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8118
8119 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
8120 * parser.[ch] encoding.[ch]: added memory cleanup routines
8121 * parser.c: closing bug #3788
8122 * doc/*: rebuilt the doc
8123
8124Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8125
8126 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
8127 xmlNewTextChild() and xmlSetCompressMode() behaviour.
8128 * tester.c: added --compress option
8129 * doc/*: rebuilt the documentation
8130
8131Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8132
8133 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
8134 if given /proc/kcore as input !
8135 * doc/xml.html doc/*: updated and rebuilt the documentation
8136
8137Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8138
8139 * parser.c: Fixed some wrongly space collapsing code due to
8140 a misreading of the spec.
8141 * result/*: fixed the output accordingly
8142
8143Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8144
8145 * encoding.c: bug fix and typos
8146 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
8147 * parser.c: added attribute normalization closing bug #3597
8148 * test/att* result/att* SAXresult/att*: testcase for attribute
8149 normalization
8150
8151Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8152
8153 * configure.in: closing bug #3163 by adding extra flags for the
8154 cc compiler on HP-UX
8155
8156Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8157
8158 * valid.[ch] : removed a typo and an enumerated type bug in the
8159 xmlAddElementDecl() function
8160 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
8161 call to xmlEncodeEntitiesReentrant() so that the functions
8162 New, Set and Get are at the same level.
8163 * parser.c HTMLparser.c: extra memory allocation bug for
8164 attributes detected by someone using libxml in embedded systems :-)
8165
8166Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8167
8168 * xmlmemory.h: turned off mem debug :-\
8169
8170Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8171
8172 * parser.c: closed bug #2784 a one line fix, but worth pushing
8173 a new release out
8174 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
8175 some structures, comments before and after the
8176 main element, and other nastyness
8177 * HTMLtree.c tree.c: accomodate the extended HTML supported
8178 * configure.in: pushing 1.7.4
8179 * test/ent8 and related outputs : added a new test for bug #2784
8180 * test/HTML/wired.html and related output: a nasty HTML example
8181 * Makefile.am: improved the test scripts
8182 * docs/* : reran the documentation extractor, updated xml.html
8183
8184Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8185
8186 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
8187 HTMLparser and debugged the HTML related code. HTML documents
8188 now have their own type
8189 * entities.c: do not dump &apos; for HTML output
8190 * xmlmemory.c: improvement, breakpoint mechanism
8191 * testHTML.c: added --sax --repeat ...
8192 * Makefile.am: improved the HTML tests
8193 * valid.[ch]: added xmlValidGetValidElements and
8194 xmlValidGetPotentialChildren
8195 * tester.c: added --insert to test the 2 new functions
8196 * test//* result//* SAXresult//* : regression test cleanup
8197 and extension.
8198 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
8199 gnome-xml-nanohttp.html
8200
8201Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8202
8203 * HTMLparser.c: fixed problems with some autoclose tags
8204 * tree.c: fixed XML output problems.
8205 * result/* SAXresult/*: update of the tests output
8206
8207Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8208
8209 * Makefile.am: Arturo patch for xmlConf.sh version info
8210 * parser.c: Tim Josling patch for single quoted items
8211 * tester.c: Tim Josling patch for tester options usage
8212 * tree.h: indent cleanup
8213
8214Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8215
8216 * HTMLparser.c parser.h : Fixed problems with HTML parsing
8217 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
8218
8219Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8220
8221 * tree.c : Raph patch for initialization of CORBA fields
8222 * parser.c, xpath.c, ...: modification of doc comments
8223 * xpath.c : allow spaces in xpath expressions
8224
8225Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8226
8227 * xmlmemory.h: turning off memory debug :-(
8228
8229Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8230
8231 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
8232 better SAX interfaces.
8233 * testSAX.c: uses the new SAX routine, avoid fetching any remote
8234 entity.
8235 * configure.in: 1.7.2
8236
8237Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8238
8239 * libxml.spec.in: fixed the URL
8240 * doc/xml.html: improved the documentation front-end
8241
8242Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8243
8244 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
8245
8246Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8247
8248 * libxml.spec.in: fixed the alpha compile problem
8249 * parser.[ch]: changed errno to errNo in the parser context :-(
8250 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
8251 * doc/xml.html: changed CHAR to xmlChar
8252 * doc/html/*: recompiled the documentation
8253 * configure.in: 1.7.1
8254
8255Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8256
8257 * parser.h: modified the parser context struct to regain 1.4.0
8258 binary compatibility
8259 * parser.c, xml-error.h: added errno ot teh context and defined
8260 a set of errors values with update of errno
8261 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
8262 DTDs and entities
8263 * *.h, *.c: complete cleanup of the use of config.h and include
8264 protection depending on the current setup.
8265 * overalll debugging, maintenance and bug-fixing on all modules
8266 * updated the documentation
8267 * ready for 1.7.0
8268
8269Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8270
8271 * HTMLparser.c : cleanup
8272 * SAX.c valid.c valid.h: added ID/IDREF checking
8273 * tree.c tree.h: extended doc structure for refs
8274 * configure.in: 1.6.2
8275 * parser.c: patched bug in SAX user arg call
8276 * parserInternals.h: patched missing close in C++ wrapping
8277 * testXPath.c xpath.c xpath.h: prepared for extensibility,
8278 especially upcoming XPointer implementation.
8279 * doc/xml.html: augmented, typo
8280
8281Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
8282
8283 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
8284 not all invocations of install understand -d.
8285
8286Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
8287
8288 * Makefile.am: prepend all the test* calls with $(top_builddir) -
8289 to make 'check' works, when builddir != srcdir.
8290
8291Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8292
8293 * doc/xml.html : updated the documentation
8294
8295Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8296
8297 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
8298 not deallocated memory blocks
8299 * *.c : replaces all calls to malloc() free() and realloc() to
8300 the wrapper functions/macros
8301 * tree.c : removed memory leaks dues to calling xmlFreeNode()
8302 instead of xmlFreeNodeList()
8303
8304Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8305
8306 * HTMLparser.c: corrected a stupid bug leading to core dump at
8307 tree deallocation. Removed warnings indicated by
8308 Stephane.Conversy@lri.fr
8309 * entities.c: Fixes Yet Another Stupid Bug, entities were not
8310 looked for in the external subset
8311
8312Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8313
8314 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
8315 on SGI by Stephane.Conversy@lri.fr
8316
8317Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8318
8319 * all .h : changed the prototype declaration indent as in gtk
8320 * most .c : working on reducing the TODOs in the code
8321 * most .c : cleanup though -pedantic and Insure++
8322 * improvements on validation ID checkings.
8323 * tree.[ch] SAX.c: added support for namespace on attributes #2022
8324 * xml-config.in: closed #1810
8325
8326Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8327
8328 * tree.h, valid.c, valid.h: more work on validity, IDs
8329 * xpath.c: added/fixed comparidon and equlity, added a new isinf
8330 definition for AIX
8331
8332Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8333
8334 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
8335 the distribution due to a cut'n paste error at last commit
8336
8337Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8338
8339 * configure.in: upgraded to version 1.4.0
8340 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
8341 Big update, added a large part of the validation process,
8342 it should be usable, but some parts are missing
8343 * xpath.c: improved the implementation w.r.t. root.
8344 * Makefile.am: added more tests
8345 * test and result trees: added a lot of tests
8346 * libxml.spec.in: export libxml.so.0 and libxml.so.1
8347
8348Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8349
8350 * Added an HACKING file
8351
8352Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8353
8354 * xpath.[ch] : improvements and debug of the XPath implementation
8355 * parser.c, HTMLparser.c : modified the parsers to be progressive
8356 * tree.[ch] : extended the Buffer promitives
8357 * xmlIO.[ch] : added basic I/O routines providing progressive
8358 parsing and ready for I18N conversion plugins
8359 * SAXresult/* : the SAX callback sequence maybe slightly different
8360 now
8361 * test*.c : improved/updated the tests programs
8362 * doc/* : recompiled the docs.
8363
83641999-07-26 Michael Meeks <michael@edenproject.org>
8365
8366 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
8367
8368 * tree.c: Ditto.
8369
8370Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8371
8372 * configure.in: upgraded to version 1.4.0
8373 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
8374 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
8375 XML query language, see http://www.w3.org/TR/xpath for more details.
8376 * parser.c, parser.h: added CHAR* related string functions for XPath
8377 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
8378 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
8379 rebuild the docs.
8380 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
8381 and regression testing capabilities for XPath.
8382
8383Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8384
8385 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
8386 closing bug #1646
8387
8388Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8389
8390 * Makefile.am, example/Makefile.am: closed bug #1683
8391
8392Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8393
8394 * example/Makefile.am, configure.in: added the makefile for the
8395 gjobread example
8396
8397Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
8398
8399 * doc/Makefile.am:
8400 - fix which allow "make install DESTDIR=</install/prefix>".
8401
8402Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8403
8404 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
8405 which fixed a problem on the file reading-code.
8406
8407Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8408
8409 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
8410 output.
8411 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
8412
8413Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8414
8415 * parser.h : Oops removed the binary compatibility problem
8416 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
8417 * parser.c, HTMLparser.c: applied patches for reading from stdin
8418
8419Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8420
8421 * parser.c, entities.c, valid.c: cleanup bug #1591
8422 * configure.in: cleanup bug #1592
8423 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
8424 the same tree back-end. Hence gdome will be available for it.
8425 * doc/Makefile.am: close bug #617
8426
8427Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8428
8429 * parser.c: alloctate a per parser context SAX interface block
8430
8431Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8432
8433 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
8434 and xmlEncodeEntitiesReentrant with the correct one :-\
8435
8436Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8437
8438 * commit of my internal XML base changes, quite a lot of
8439 changes, cleanups, better entities support, framework for
8440 new I/O and charset detection and handling
8441 * Fixed the configure/Makefile stuff to generate shared libs
8442 with the proper version info, so we jumped on rev from
8443 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
8444 xmlEncodeEntities() result need to be freed now, and a string
8445 xmlParserVersion provide the current library version.
8446
8447Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
8448
8449 * parser.c: fixed a buffer overrun for when you have a very long
8450 attribute with no entities in it.
8451
8452Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8453
8454 * added example directory
8455 * added example/gjobs.xml gjobread.c, still need a Makefile.in
8456
8457Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8458
8459 * Release of libxml-1.1, nearly everything has been touched for
8460 this.
8461 * Added more regression tests
8462 * Updated the documentation
8463
8464Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8465
8466 * tree.[ch]: unified the XML_NO_CORBA defines.
8467 * parser.c encoding.[ch]: started plugging in char encoding detection
8468
8469Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
8470
8471 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
8472 Also freed allocated buffer.
8473
8474Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8475 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
8476 reentrancy problem at printing. One is left in entities.c, to
8477 remove ASAP
8478 * testSAX.c : added a test example showing the use of the SAX
8479 interface if one doesn't want to build the DOM tree.
8480 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
8481
8482Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8483
8484 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
8485 large revamping of the parser to use SAX callbacks
8486 http://www.megginson.com/SAX/ (or at least a C like interface
8487 a la Expat). It's now possible to set up your own callbacks
8488 and the parser will not build a DOM tree.
8489 * test/* result/*: updated the test suite, I finally removed
8490 the old Namespace draft support (PI based).
8491
8492Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8493
8494 * Makefile.am: added test result to EXTRA_DIST for make tests
8495
8496Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8497
8498 * parser.c, parserInternals.h: moved the chars macro definitions
8499 to parserInternals.h
8500 * parser.c, error.c: applied patches from "Knut Ã…kesson"
8501 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
8502
8503Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8504
8505 * xml-config.in : applied patch to make --version work
8506
85071999-03-05 Raja R Harinath <harinath@cs.umn.edu>
8508
8509 * Makefile.am (check-local): Alias for `tests' target. This will
8510 cause `make check' to do the right thing.
8511 (tests): Don't run tests in srcdir. Also, replaced calls to
8512 basename with a `sed' "equivalent".
8513
8514Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8515
8516 * Renamed error.h to xml-error.h, corrected Makefile.am to list
8517 it in the header and not the sources, updated the doc.
8518 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
8519 pointing this out.
8520
8521Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8522
8523 * parser.c, parser.h, parserInternals.h: memory leak hunting,
8524 exported the inputStream routines.
8525 * doc/html/* : updated accordingly
8526
8527Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8528
8529 * parser.c, parser.h, parserInternals.h: added a few extra
8530 internal calls to allocate and free parser contexts ...
8531 * doc/html/* : updated accordingly
8532
8533Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8534
8535 * configure.in, Makefile.am, doc/makefile.am : General changes for
8536 1.0.0 release and including the generated HTML documentation.
8537
8538Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8539
8540 * makefile.am : added parserInternals.h, oops.
8541
8542Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8543
8544 * parserInternals.h: added this header giving access to the parser
8545 internal functions.
8546 * doc/Makefile.am : added a rebuild target which rebuilds the full
8547 set of documentations
8548 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
8549 the internal subset.
8550 * *.c *.h: modifications needed to generate the documentation using
8551 gtk-doc, cleanup of functions blocks, reorganisation of struct
8552 declarations.
8553
8554Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8555
8556 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
8557 the tar and spec file to include the beginning of the doc.
8558
85591999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
8560
8561 * doc/.cvsignore: Added this file.
8562
8563Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8564
8565 * tree.c: fixed xmlGetProp to return "" when the attribute
8566 exists, even if the node-list is NULL.
8567
8568Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8569
8570 * tree.c: patched an error outputting empty attribute values.
8571 * Makefile.am and doc/makefile.am: have been updated during the
8572 week-end. Sorry for an empty CVS log, I got a shell problem.
8573
8574Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8575
8576 * tree.h: cleaned up using enums instead of defines
8577 * parser.c, valid.[ch]: more work on parsing/output of element
8578 declarations
8579
8580Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8581
8582 * valid.[ch], tree.c, parser.c : more work toward full parsing
8583 of XML DTDs.
8584 * README: added informations about mailing-list and on-line
8585 documentation
8586
85871999-01-27 Raja R Harinath <harinath@cs.umn.edu>
8588
8589 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
8590
8591Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8592
8593 * parser.c, tree.[ch] : more work toward conformance testing,
8594 added a last element to accelerate parsing of very flat structures
8595 started working on internal subset Element content declaration.
8596 * valid.[ch] : first cut at adding code toward validation.
8597 * previous changes had also small impact on most files, especially
8598 the conformance testing using James Clark test suite.
8599
8600Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8601
8602 * test/* : updated the examples, most of them were not well
8603 formed (humm), and added rdf2.
8604 * result/* : resulting changes in the output.
8605
8606Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8607
8608 * tree.c: changed the behaviour of xmlGetProp on NULL values.
8609
8610Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8611
8612 * tree.c: patched a bug in the generation of empty attributes
8613
8614Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8615
8616 * entities.[ch], tree.[ch], tester.c: added copy interfaces
8617 for node/trees/documents/... Biggest problem is namespace
8618 support when copying subtrees.
8619
8620Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8621
8622 * parser.c, entities.c: improve entities and char ref encoding,
8623 and cleanups of error messages.
8624
8625Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8626
8627 * parser.c, entities.c: simple bug hunting done during rpm2html and
8628 rpmfind integration.
8629
8630Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8631
8632 * parser.[ch]: Added interfaces allowing to specify a SAX
8633 handler before parsing.
8634
8635Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8636
8637 * parser.c: redirrect all errors reporting through the SAX
8638 error function
8639
8640Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8641
8642 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
8643 * libtool, tlmain ...: update of the libtool files
8644
86451998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
8646
8647 * entities.c: Use g_snprintf insteda of snprintf.
8648
8649Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8650
8651 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
8652 added ent5 test for this purpose.
8653 * parser.c, parser.h: formatting, comments and UTF-8 planning.
8654
8655Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8656
8657 * parser.c: fixed? a strange error due to compression on a GWP
8658 document.
8659
8660Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8661
8662 * tree.[ch]: bug fixing
8663 * entities.[ch]: defined a specific type for predefined entities
8664 * doc/xml.html: more documentation on the library, how to use it,
8665 overview of the interfaces.
8666
8667Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8668
8669 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
8670
8671Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8672
8673 * tree.c: corrected a small bug
8674 * doc/xml.html: continuing writing documentation.
8675
8676Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8677
8678 * debugXML.h debugXML.c: added debugging utilities.
8679 * tester.c: added --debug switch.
8680 * tree.c: patched an incorrect node->type assignment.
8681 * parser.c: formatting, ensure that node->doc != NULL in attributes
8682
8683Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8684
8685 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
8686 entity support and provide an internal representation close to
8687 DOM one (entity ref nodes, and attribute value as tree). I tried
8688 to preserve the interface but this will surely break some apps
8689 (I have to change rpm2html/rpmfind for example). I had to change
8690 two interfaces, and the generated tree is somewhat different.
8691 * doc/* : started documenting the XML library, the tree and
8692 DOM/Corba. This is a first step.
8693
8694Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8695
8696 * parser.c: Set up the fonctions comment block, boring but useful.
8697 * parser.h, SAX.c, parser.c: now attributes are processed through
8698 the SAX interface. The problem is that my SAX interface diverged
8699 quite a bit from the original one, well this is not an official
8700 spec, and translating it from Java to C is hairy anyway...
8701
8702Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8703
8704 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
8705 fonctions comment block, boring but useful.
8706
8707Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8708
8709 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
8710 conversion routines. However they are not yet used to convert the
8711 inputs. The core will run with UTF-8.
8712
8713Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8714
8715 * tree.c : make sure that the type id is properly set-up when
8716 a new object is allocated, needed for DOM.
8717
8718Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8719
8720 * tree.h, tree.c: Ok, the main objects in the tree will be native
8721 corba objects, it costs 8 bytes per Node, Attribute and Document
8722 but it simplifies the Corba integration a lot (no extra interface
8723 objects to allocate/free).
8724
8725Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8726
8727 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
8728 and changed NODEs contants for conformity with DOM Level 1
8729
8730Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8731
8732 * added hooks to keep track of servants when creating objects
8733 xmlDoc and xmlNode (for Corba export).
8734
8735Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8736
8737 * added xml-config script.
8738
8739Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8740
8741 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
8742 to autoupdate libtool and automake conf files.
8743
87441998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
8745
8746 * Makefile.am: Use '?' to separate the sed
8747 commands as ',' is used when people pass -Wl,something.
8748
8749
8750Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8751
8752 * tree.c, tree.h: added a per-document compression interface.
8753
8754Tue Sep 22 20:47:38 EDT 1998
8755
8756 * tree.c, tree.h: added saving with compression and added interfaces
8757 to control the compression level (xmlGetCompressMode,
8758 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
8759
8760Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8761
8762 * parser.c: corrected a loop for files of size 0
8763
87641998-08-20 Raja R Harinath <harinath@cs.umn.edu>
8765
8766 * error.h: New file. Contains prototyes from `error.c'.
8767
8768Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
8769
8770 * Makefile.am (xmlincdir): New macro.
8771 (xmlinc_HEADERS): Renamed from include_HEADERS.
8772
8773Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8774
8775 * applied small patch on numeric entities from
8776 Christopher Blizzard <blizzard@appliedtheory.com>
8777
8778Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8779
8780 * New release 0.2, removed the old xml_* files so that it's
8781 coherent with the other CVS base (W3C), far better conformance
8782 to standard, new namespaces, decent entities support, beginning
8783 of a SAX-like interface. Nearly nothing left intact, even the
8784 test examples ...
8785
87861998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
8787
8788 * .cvsignore: Add .deps dir
8789
8790Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8791
8792 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
8793
8794Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8795
8796 * configure.in: added test for CPP
8797 * AUTHORS, Changelog: the original ones didn't get commited but the
8798 glib ones instead, fixed.
8799 * Makefile.am: corrected an error in library naming
8800
8801Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8802
8803 * integrated code developped at W3C
8804 * changed the original Copyright
8805 * migrated to automake
8806 * prefixed the filenames by xml_ to avoid filename clashes
8807
Daniel Veillarde0ed10c2003-01-06 11:06:26 +00008808Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
8809
8810 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
8811 should not be called.
8812
Daniel Veillard0aaaacd2003-01-06 10:59:57 +00008813Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8814
8815 * libxml-2.0.pc.in: applied the patch to fix #101894
8816
Daniel Veillard8a1b1852003-01-05 22:37:17 +00008817Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
8818
8819 * tree.c : applied patch from Lukas Schroeder for register callbacks
8820 * valid.c: modified patch from Lukas Schroeder to test
8821 register callbacks with --chkregister
8822
Daniel Veillard067bae52003-01-05 01:27:54 +00008823Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8824
8825 * xmlreader.c: seriously changed the way data are pushed to
8826 the underlying parser, go by block of 512 bytes instead of
8827 tryng to detect tag boundaries at that level. Changed the
8828 way empty element are detected and tagged.
8829 * python/tests/reader.py python/tests/reader2.py
8830 python/tests/reader3.py: small changes mostly due to context
8831 reporting being different and DTD node being reported. Some
8832 errors previously undetected are now caught and fixed.
8833 * doc/xmlreader.html: flagged last section as TODO
8834
Daniel Veillard51a447a2003-01-04 19:42:46 +00008835Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8836
8837 * python/libxml.py: integrated the Python 2.2 optimizations
8838 from Hannu Krosing, while maintaining compatibility with
8839 1.5 and 2.1
8840
Daniel Veillarde59494f2003-01-04 16:35:29 +00008841Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
8842
8843 * xmllint.c: a bit of cleanup
8844 * xmlreader.c: small fix
8845 * doc/xmlreader.html: more work on the XmlTextReader tutorial
8846 * python/libxml.py: a few fixes pointed out by Hannu Krosing
8847
Daniel Veillard623a9eb2003-01-04 12:47:20 +00008848Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8849
8850 * python/setup.py.in: patch from Stéphane Bidoul to include
8851 drv_libxml2.py in setup.py
8852
Daniel Veillard66b82892003-01-04 00:44:13 +00008853Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
8854
8855 * doc/xmlreader.html: starting documenting the new XmlTextReader
8856 interface.
8857
Daniel Veillard7704fb12003-01-03 16:19:51 +00008858Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8859
8860 * xmllint.c: added the --stream flag to use the TextReader API
8861 * xmlreader.c: small performance tweak
8862
Daniel Veillarda80ff6e2003-01-03 12:52:08 +00008863Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
8864
8865 * xmlreader.c python/tests/reader2py: okay the DTD validation
8866 code on top of the XMLTextParser API should be solid now.
8867
Daniel Veillard1fdfd112003-01-03 01:18:43 +00008868Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8869
8870 * xmlreader.c python/tests/reader2py: Fixing some more mess
8871 with validation and recursive entities while using the
8872 reader interface, it's getting a bit messy...
8873
Daniel Veillarddab8ea92003-01-02 14:16:45 +00008874Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8875
8876 * xmlreader.c python/tests/reader.py: another couple of problem
8877 related to IsEmptyElement reported by Stéphane Bidoul needed
8878 some fixes.
8879
Daniel Veillard4f860202003-01-02 13:00:02 +00008880Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8881
8882 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
8883 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
8884 based on the python XmlTextReader interface.
8885
Daniel Veillard3c265e42003-01-01 21:06:49 +00008886Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
8887
8888 * tree.c: backing out one change in the last patch which broke the
8889 regression tests
8890
Daniel Veillard5335dc52003-01-01 20:59:38 +00008891Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8892
8893 * global.data globals.c tree.c include/libxml/globals.h: applied
8894 an old patch from Lukas Schroeder to track node creation and
8895 destruction. Probably missing a lot of references at the moment
8896 and not usable reliably.
8897
Daniel Veillard8ba17412003-01-01 19:13:12 +00008898Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8899
8900 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
8901 from doc/news.html and a stylesheet
8902
Daniel Veillarde3c036e2003-01-01 15:11:05 +00008903Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
8904
8905 * xmlreader.c python/tests/reader.py: fixed another couple of
8906 xmlreader bugs reported by Stéphane Bidoul and added tests.
8907
Daniel Veillard9e395c22003-01-01 14:50:44 +00008908Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
8909
8910 * xmlreader.c python/tests/reader2.py: fixed another validity
8911 checking in external parsed entities raised by Stéphane Bidoul
8912 and added a specific regression test.
8913 * python/tests/reader3.py: cleanup
8914
Daniel Veillardd5896142002-12-31 14:45:26 +00008915Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
8916
8917 * xmlreader.c python/tests/reader2.py: fixed a problem with
8918 validation within entities pointed by Stéphane Bidoul, augmented
8919 the tests to catch those.
8920
Daniel Veillarddc85f282002-12-31 11:18:37 +00008921Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
8922
8923 * python/generator.py: modified the generator to allow keeping
8924 class references when creating new classes, needed to fix a bug
8925 pointed by Stéphane Bidoul where the input buffer of the
8926 xmlTextReader instance gets destroyed if the python wrapper for
8927 the input is not referenced anymore.
8928
Daniel Veillard4d8db8a2002-12-30 18:40:42 +00008929Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
8930
8931 * xmlreader.c python/tests/reader.py: fixed another pair of problem
8932 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
8933
Daniel Veillard571b8892002-12-30 12:37:59 +00008934Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
8935
8936 * xmlreader.c python/tests/reader.py: fixed another problem
8937 pointed by Stéphane Bidoul
8938
Daniel Veillardaaa105b2002-12-30 11:42:17 +00008939Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
8940
8941 * xmlreader.c python/tests/reader.py: fixed a limit case problem
8942 with "<a/>"
8943
Daniel Veillardecaba492002-12-30 10:55:29 +00008944Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8945
8946 * SAX.c: warn on xmlns:prefix="foo"
8947 * xmlreader.c python/tests/reader.py: fixed a couple of problem
8948 for namespace attributes handling.
8949
Daniel Veillard2d84a892002-12-30 00:01:08 +00008950Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8951
8952 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
8953 a really nasty problem raised by a DocBook XSLT transform
8954 provided by Sebastian Bergmann
8955
Daniel Veillard29b3e282002-12-29 11:14:41 +00008956Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
8957
8958 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
8959 by Stéphane Bidoul and integrated it into the tests
8960
Daniel Veillarde18fc182002-12-28 22:56:33 +00008961Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
8962
8963 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
8964 extended the XmlTextReader API a bit, addding accessors for
8965 the current doc and node, and an entity substitution mode for
8966 the parser.
8967 * python/libxml.py python/libxml2class.txt: related updates
8968 * python/tests/Makefile.am python/tests/reader.py
8969 python/tests/reader2.py python/tests/reader3.py: updated a bit
8970 the old tests and added a new one to test the entities handling
8971
Daniel Veillardaba976d2002-12-28 21:14:18 +00008972Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
8973
8974 * python/generator.py python/libxml2class.txt
8975 python/tests/reader.py python/tests/reader2.py: changed the
8976 generator to provide casing for the XmlTextReader similar to
8977 C# so that examples and documentation are more directly transposable.
8978 Fixed the couple of tests in the suite.
8979
Daniel Veillard83298842002-12-28 15:12:33 +00008980Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
8981
8982 * doc/guidelines.html: added a document on guildeline for
8983 publishing and deploying XML
8984
Daniel Veillard336fc7d2002-12-27 19:37:04 +00008985Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8986
8987 * valid.c xmlreader.c: final touch running DTD validation
8988 on the XmlTextReader
8989 * python/tests/Makefile.am python/tests/reader2.py: added a
8990 specific run based on the examples from test/valid/*.xml
8991
Daniel Veillardf25b4ca2002-12-27 15:18:35 +00008992Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
8993
8994 * python/libxml.py: added a few predefined xmlTextReader parser
8995 configuration values.
8996
Daniel Veillard0e9dafa2002-12-27 11:58:25 +00008997Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8998
8999 * python/libxml_wrap.h: trying to fix #102037
9000
Daniel Veillard8dbd4952002-12-27 11:34:48 +00009001Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
9002
9003 * SAX.c: fixing bug #95296, when the predefined entities
9004 are redefined in the DTD the default one must be used
9005 instead anyway.
9006
MST 2002 John Fleck6647aed2002-12-26 02:23:24 +00009007Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
9008
9009 * doc/xmllint.xml
9010 * doc/xmllint.1
9011 Add discussion of XML_DEBUG_CATALOG to xmllint man
9012 page - bug #100907
9013
9014
Daniel Veillarddf512f42002-12-23 15:56:21 +00009015Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9016
9017 * xmlreader.c: Fixed the empty node detection to avoid reporting
9018 an inexistant close tag.
9019
Daniel Veillard0d132cf2002-12-23 14:43:32 +00009020Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
9021
9022 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
9023 for Python 2.1
9024
Daniel Veillardfe8aab92002-12-22 10:25:41 +00009025Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
9026
9027 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
9028
Daniel Veillard4258b9c2002-12-20 10:29:40 +00009029Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
9030
9031 * doc/libxml2-api.xml python/tests/reader.py: one really need
9032 to provide the base URI information when creating a reader parser
9033 from an input stream. Updated the API and the example using it.
9034
Daniel Veillardea7751d2002-12-20 00:16:24 +00009035Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
9036
9037 * testReader.c xmlreader.c valid.c include/libxml/tree.h
9038 include/libxml/valid.h include/libxml/xmlreader.h: working on
9039 DTD validation on top of xml reader interfaces. Allows to
9040 validate arbitrary large instances. This required some extensions
9041 to the valid module interface and augmenting the size of xmlID
9042 and xmlRef structs a bit.
9043 * uri.c xmlregexp.c: simple cleanup.
9044
Daniel Veillardbeb70bd2002-12-18 14:53:54 +00009045Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9046
9047 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
9048 work on the xml reader interfaces.
9049 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
9050 Web page for the Windows binaries.
9051
Daniel Veillard4a6d39b2002-12-17 18:33:01 +00009052Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9053
9054 * xmlIO.c: applied a patch for VMS following the report by
9055 Nigel Hall
9056
Daniel Veillard3772de32002-12-17 10:31:45 +00009057Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
9058
9059 * parser.c: the parseStartTag bug fix wasn't complete.
9060
Daniel Veillard67df8092002-12-16 22:04:11 +00009061Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
9062
9063 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
9064 parseStartTag, fixing it.
9065 * test/att4 result/att4 result/noent/att4: adding the test
9066 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
9067 more methods to XmlTextReader.
9068
Igor Zlatkovicd453c632002-12-16 18:45:48 +00009069Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9070
9071 * win32/libxml2.def.src: added more xml reader exports
9072 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
9073 to the build
9074
MST 2002 John Fleck7c67a832002-12-16 13:38:06 +00009075Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
9076
9077 * doc/tutorial/xmltutorial.xml
9078 plus generated html and pdf
9079 Updating tutorial again based on further comments from Niraj
9080 Tolia on the last iteration
9081
MST 2002 John Fleck44aacb32002-12-16 04:34:57 +00009082Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
9083
9084 * doc/tutorial/xmltutorial.xml
9085 * doc/tutorial/includekeyword.c
9086 * doc/tutorial/includegetattribute.c
9087 plus generated html and pdf
9088 Adding fix from Niraj Tolia to tutorial to properly free memory.
9089
9090
Daniel Veillardda46d2d2002-12-15 23:36:49 +00009091Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
9092
9093 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
9094 more methods of XmlTextReader.
9095 * python/libxml2class.txt python/tests/reader.py: this increased the
9096 methods in the bndings, augmented the test to check those new
9097 functions.
9098
Daniel Veillard0eb38c72002-12-14 23:00:35 +00009099Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
9100
9101 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
9102 methods of XmlTextReader.
9103 * python/generator.py python/libxml_wrap.h python/types.c
9104 python/libxml2class.txt: added the reader to the Python bindings
9105 * python/tests/Makefile.am python/tests/reader.py: added a specific
9106 test for the Python bindings of the Reader APIs
9107 * parser.c: small cleanup.
9108
Daniel Veillard06503452002-12-13 10:42:08 +00009109Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9110
9111 * xinclude.c: fallback was only copying the first child not the
9112 full child list of the fallback element, closes #89684 as reopened
9113 by Bernd Kuemmerlen
9114
Igor Zlatkovic2d45f522002-12-12 12:33:43 +00009115Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9116
9117 * win32/libxml2.def.src: exported htmlNodeDumpOutput
9118
Daniel Veillard000eafb2002-12-12 10:04:22 +00009119Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
9120
Daniel Veillardc1eed322002-12-12 11:01:32 +00009121 * configure.in: preparing release of 2.4.30
Daniel Veillard000eafb2002-12-12 10:04:22 +00009122 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
Daniel Veillardc1eed322002-12-12 11:01:32 +00009123 gives enum values, fix functype return type, put back fields in
9124 structs
9125 * doc/*: updated the docs rebuilt
Daniel Veillard000eafb2002-12-12 10:04:22 +00009126
Daniel Veillard024b5702002-12-12 00:15:55 +00009127Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
9128
9129 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
9130 about htmlNodeDumpOutput location.
9131 * xpath.c: removed an undefined function signature
9132 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
9133 too many symbols in the API breaking the python bindings.
9134 Updated with the libxslt/libexslt changes.
9135
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00009136Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
9137
9138 * configure.in: preparing release of 2.4.29
9139 * doc/*: rebuilt the docs and API
9140 * xmlreader.c: a few more fixes for the XmlTextReader API
9141
Igor Zlatkovicf6273a02002-12-11 17:00:54 +00009142Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9143
9144 * include/win32config.h: applied mingw patch from Magnus Henoch
9145
Daniel Veillard5aad8322002-12-11 15:59:44 +00009146Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
9147
9148 * catalog.c doc/libxml2-api.xml: a bit more cleanup
9149
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009150Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
9151
9152 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
9153 building Python script, does the C parsing directly, generates
9154 a better API description including structure fieds defs and
9155 enums. Still a couple of bugs, but good enough for the python
9156 wrappers now.
9157 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
9158 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
9159 include/libxml/schemasInternals.h include/libxml/tree.h: more
9160 cleanup based on the python analysis script reports.
9161 * libxml.spec.in: make sure the API XML description is part of the
9162 devel package.
9163
Daniel Veillard01c13b52002-12-10 15:19:08 +00009164Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
9165
9166 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
9167 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
9168 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
9169 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
9170 code cleanup, especially the function comments.
9171 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
9172
Daniel Veillarde1ca5032002-12-09 14:13:43 +00009173Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
9174
9175 * Makefile.am xmlreader.c include/libxml/Makefile.am
9176 include/libxml/xmlreader.h: Adding a new set of APIs based on
9177 the C# TextXmlReader API but converted to C. Allow to parse
9178 in constant memory usage, far simpler to program and explain
9179 than the SAX like APIs, unfinished but working.
9180 * testReader.c: test program
9181
Igor Zlatkovic70a296c2002-12-08 17:34:54 +00009182Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9183
9184 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
9185
Daniel Veillard64b35282002-12-04 15:10:40 +00009186Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
9187
9188 * tree.c: Chip turner indicated that XHTML1 serialization
9189 rule for style actually break on both IE and Mozilla,
9190 try to avoid the rule if escaping ain't necessary
9191
Daniel Veillard8efff672002-12-04 11:44:48 +00009192Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
9193
9194 * nanhttp.c: handle HTTP URL escaping, problem reported by
9195 Glen Nakamura and Stefano Zacchiroli
9196
Daniel Veillard1c732d22002-11-30 11:22:59 +00009197Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
9198
9199 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
9200
Daniel Veillardfdd27d22002-11-28 11:55:38 +00009201Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9202
9203 * uri.c: Johann Richard pointed out some XPointer problems for
9204 URN based URI references in XInclude. Modified the URI parsing
9205 and saving routines to allow correct parsing and saving of
9206 XPointers, especially when attached to "opaque" scheme accordingly
9207 to RFC 2396
9208
Daniel Veillard8db67d22002-11-27 19:39:27 +00009209Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
9210
9211 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
9212 of refactoring to the HTML saving code.
9213 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
9214 in the doc.
9215
Daniel Veillardebc4ca92002-11-27 11:43:05 +00009216Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
9217
9218 * tree.c include/libxml/tree.h: refactored the XML dump of a node
9219 to a buffer API to reuse the generic dump to an OutputIO layer,
9220 this reduces code, fixes xmlNodeDump() for XHTML, also made
9221 xmlNodeDump() now return the number of byte written.
9222
Daniel Veillard9d5ea172002-11-27 08:02:06 +00009223Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
9224
9225 * python/setup.py.in: another patch from Stéphane Bidoul for
9226 Python bindings on Windows
9227 * doc/parsedecl.py: small cleanup
9228
Daniel Veillard9715c172002-11-25 16:33:40 +00009229Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
9230
9231 * libxml.spec.in configure.in: add a line in %changelog for releases
9232
Daniel Veillard9bc53102002-11-25 13:20:04 +00009233Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
9234
9235 * parser.c: patch from Marcus Clarke fixing a problem in entities
9236 parsing that was detected in KDe documentations environment.
9237
Daniel Veillardfaa35ff2002-11-24 13:53:43 +00009238Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
9239
9240 * python/libxml.c (libxml_prev): Return the previous as opposed to
9241 the next node (I guess this is the result of some cut & paste programming:)
9242
Daniel Veillard80d7b902002-11-23 16:23:08 +00009243Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9244
9245 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
9246
Daniel Veillarda1196ed2002-11-23 11:22:49 +00009247Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
9248
9249 * python/generator.py python/libxml.c python/setup.py.in: trying
9250 to fix the Python bindings build on Windows (Stéphane Bidoul)
9251
Igor Zlatkovic9ab71552002-11-22 21:41:43 +00009252Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9253
9254 * win32/configure.js: added option for python bindings
9255 * win32/libxml2.def.src: added more exports
9256
Igor Zlatkovicace7cd22002-11-22 18:07:00 +00009257Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9258
9259 * win32/Makefile.mingw: fixed unresolved symbols when linking with
9260 pthreads
9261 * win32/wince/*: applied updates to Windows CE port from Javier
9262
Daniel Veillardf9c4cad2002-11-22 15:57:07 +00009263Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9264
9265 * configure.in: preparing 2.4.28
9266 * libxml.spec.in doc/Makefile.am: some cleanup
9267 * doc/*: updated the news and regenerated.
9268
Daniel Veillardfee408f2002-11-22 13:18:30 +00009269Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
9270
9271 * HTMLparser.c: final touch at closing #87235 </p> end tags
9272 need to be generated.
9273 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
9274 this change slightly the output of a few tests
9275 * doc/*: regenerated
9276
Daniel Veillardd2ff0392002-11-22 12:28:38 +00009277Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
9278
9279 * parserInternals.c: fixing bug #99190 when UTF8 document are
9280 parsed using the progressive parser and the end of the chunk
9281 is in the middle of an UTF8 multibyte character.
9282
William M. Brack8b2c7f12002-11-22 05:07:29 +00009283Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9284
9285 * threads.c: fixed initialization problem in xmlNewGlobalState
9286 which was causing crash.
9287 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
9288 in xmlInitializeGlobalState.
9289 * parserInternals.c: cleaned up ctxt->sax initialisation.
9290
Daniel Veillardd5c2f922002-11-21 14:10:52 +00009291Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
9292
9293 * tree.c include/libxml/tree.h: modified the existing APIs
9294 to handle XHTML1 serialization rules automatically, also add
9295 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
9296 libxslt serialization uses it when needed without changing
9297 the library API.
9298 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
9299 result/xhtml1: added a new test specifically for xhtml1 output
9300 and updated the result of one XHTML1 test
9301
Daniel Veillardd076a202002-11-20 13:28:31 +00009302Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
9303
9304 * xinclude.c parserInternals.c encoding.c: fixed #99082
9305 for xi:include encoding="..." support on text includes.
9306 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
9307 test/XInclude/ents/isolatin.txt : added a specific regression test
9308 * python/generator.py python/libxml2class.txt: fixed the generator
9309 the new set of comments generated for doc/libxml2-api.xml were
9310 breaking the python generation.
9311
Daniel Veillard817e70b2002-11-19 22:28:48 +00009312Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
9313
9314 * doc/Makefile.am: repair some problem if gtk-doc fail or such
9315 * configure.in: patch for Solaris on new autoconf closes #98880
9316 * doc/parsedecl.py: repair the frigging API building script,
9317 did I say that python xmllib sucks ?
9318 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
9319 and some comment are no more truncated.
9320
Daniel Veillarda7e05b42002-11-19 08:11:14 +00009321Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
9322
9323 * parser.c: Martin Stoilov pointed out a potential leak in
9324 xmlCreateMemoryParserCtxt
9325
Daniel Veillardbc6e1a32002-11-18 15:07:25 +00009326Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
9327
9328 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
9329 included in HTML documents and using the push parser.
9330
Daniel Veillard4efd3be2002-11-18 09:11:13 +00009331Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
9332
9333 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
9334 specified, look for the Python interpreter not just in the
9335 specified root but also in the specified location. Fixes #98825
9336
Daniel Veillarda8c0adb2002-11-17 22:37:35 +00009337Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
9338
9339 * python/libxml.c: fixing bug #98792 , node may have no doc
9340 and dereferencing without checking ain't good ...
9341
Daniel Veillarddad3f682002-11-17 16:47:27 +00009342Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
9343
9344 * configure.in: preparing release 2.4.27
9345 * doc/* : updated and rebuilt the docs
9346 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
9347 and all the docs are actually packaged and in the final RPMs
9348 * parser.c parserInternals.c include/libxml/parser.h: restore
9349 xmllint --recover feature.
9350
Daniel Veillard68e9e742002-11-16 15:35:11 +00009351Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
9352
Daniel Veillard784b9352003-02-16 15:50:27 +00009353 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard68e9e742002-11-16 15:35:11 +00009354 processing of parsed entities, and XPath computation on sustitued
9355 entities.
9356 * testXPath.c: make sure entities are substitued.
9357
Daniel Veillard328f48c2002-11-15 15:24:34 +00009358Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
9359
Daniel Veillard784b9352003-02-16 15:50:27 +00009360 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard328f48c2002-11-15 15:24:34 +00009361 processing of internal parsed entities, which had to be changed.
9362
Daniel Veillard66651aa2002-11-15 11:21:43 +00009363Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9364
9365 * Makefile.am python/Makefile.am python/tests/Makefile.am:
9366 trying to fix bug #98517 about building outside the source tree
9367 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
9368
Igor Zlatkovic2772cea2002-11-14 17:45:20 +00009369Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9370
9371 * include/win32config.h: cleanup
9372 * win32/Makefile.mingw: integrated mingw in JScript configure
9373 * win32/Makefile.msvc: modified to allow mingw coexistence
9374 * win32/configure.js: integrated mingw
9375 * win32/Readme.txt: cleanup
9376
Daniel Veillard8dd86a52002-11-12 21:14:17 +00009377Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
9378
9379 * HTMLparser.c: strengthen the guard in the Pop macros,
9380 like in the XML parser, closes bug #97315
9381
Daniel Veillard0821b152002-11-12 20:57:47 +00009382Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
9383
9384 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
9385 callback is never used.
9386
Daniel Veillard8606bbb2002-11-12 12:36:52 +00009387Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
9388
9389 * parserInternals.c: fixed the initialization of the SAX structure
9390 which was breaking xsltproc
9391 * xpath.c: patch from Petr Pajas for CDATA nodes
9392 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
9393 * parser.c include/libxml/parser.h: patch from Peter Jones
9394 removing a leak in xmlSAXParseMemory() and adding the
9395 function xmlSAXParseMemoryWithData()
9396
MST 2002 John Fleckf854d992002-11-12 03:49:05 +00009397Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
9398
9399 adding pdf of tutorial, changing web page to link to it
9400 * doc/tutorial/xmltutorial.pdf
9401 * doc/xml.html
9402 * doc/docs.html
9403
MST 2002 John Fleck52717f32002-11-11 03:49:33 +00009404Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
9405
9406 * doc/tutorial/ar01s08.html
9407 adding file what I forgot for tutorial
9408
9409
MST 2002 John Fleckbd3b4fd2002-11-11 03:41:11 +00009410Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
9411
9412 Adding encoding discussion to tutorial
9413 Added:
9414 * doc/tutorial/images/*.png: DocBook admonition image files
9415 * doc/tutorial/apf.html, apg.html: new generated html
9416 * doc/tutorial/includeconvert.c: conversion code entity file
9417 changed:
9418 * doc/tutorial/xmltutorial.xml: DocBook original
9419 * doc/tutorial/*.html: generated html
9420
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009421Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9422
9423 * include/libxml/*.h: retired xmlwin32version.h
9424 * doc/Makefile.am: retired xmlwin32version.h
9425 * win32/configure.js: retired xmlwin32version.h
9426
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009427Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9428
9429 * win32/libxml2.def.src: exported additional symbols
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009430 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
9431 sisterhood
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009432
Daniel Veillard7216cfd2002-11-08 15:10:00 +00009433Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
9434
9435 * globals.c: fixed a typo pointed out by Igor
9436 * xpath.c: try to speed up node compare using line numbers
9437 if available.
9438
Daniel Veillarda70d62f2002-11-07 14:18:03 +00009439Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
9440
9441 * tree.c: make xmlFreeNode() handle attributes correctly.
9442
Igor Zlatkovicb8e99cc2002-11-06 22:52:29 +00009443Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9444
9445 * catalog.c: completed the #96963 fix, as reported by Karl
9446 Eichwalder
9447
Daniel Veillard56f21f22002-11-06 15:49:46 +00009448Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9449
9450 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
9451
Daniel Veillard91ad8792002-11-04 17:06:52 +00009452Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9453
9454 * Makefile.am: switched the order of a couple of includes
9455 to fix bugs #97100
9456
Igor Zlatkovic2bb82ee2002-10-31 16:15:43 +00009457Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9458
9459 * catalog.c: fixed bug #96963, reverted to the old behaviour of
9460 xmlLoadCatalogs that used to separate directories with a ':'.
9461
Igor Zlatkovic9fdd8f32002-10-31 16:01:23 +00009462Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9463
9464 * threads.c: improvements to the Windows-side of thread handling
9465 * testThreads.c: conditionally excluded unistd.h
9466 * testThradsWin32.c: broke overlong lines
9467 * include/win32config.h: adapted thread-related macros to the new
9468 scheme and for pthreads on Windows
9469 * win32/Makefile.msvc: introduced a more flexible thread build,
9470 added testThreads[Win32].c to the build
9471 * win32/configure.js: introduced a more flexible thread config
9472
John Fleck61f6fb62002-10-31 15:23:29 +000094732002-10-31 John Fleck <jfleck@inkstain.net>
9474
9475 * doc/xml.html (and, by implication, FAQ.html)
9476 added UTF-8 conversaion FAQ from Marcus Labib Iskander
9477
Igor Zlatkovicf95b56b2002-10-29 17:33:35 +00009478Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9479
9480 * configure.in: removed xmlwin32version.h
9481 * include/libxml/Makefile.am: removed xmlwin32version.h
9482
Daniel Veillardce66ce12002-10-28 19:01:59 +00009483Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
9484
9485 * tree.c: applied patch from Brian Stafford to fix a bug
9486 in xmlReconciliateNs()
9487
Daniel Veillard7e3f1402002-10-28 18:52:57 +00009488Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
9489
9490 * tree.c: applied patch from Christian Glahn to allow
9491 xmlNewChild() on document fragment nodes
9492
Daniel Veillardb39bc392002-10-26 19:29:51 +00009493Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9494
9495 * parser.c: Christian Glahn found a problem with a recent
9496 patch to xmlParseBalancedChunkMemoryRecover()
9497 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
9498 problems
9499 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
9500 test/schemas/seq*: added the test cases from Charles
9501
Daniel Veillard366a9152002-10-23 20:43:53 +00009502Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9503
9504 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
9505 serious cleanup of the spec file and associated changes
9506 in the Makefiles.
9507 * valid.c: try to remove some warnings on x86_64
9508
Daniel Veillardd033d022002-10-23 14:55:02 +00009509Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9510
9511 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
9512 fix bug #96586
9513
Daniel Veillardce02dbc2002-10-22 19:14:58 +00009514Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9515
9516 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
9517 parsing, applied his patch
9518 * result/HTML/attrents.html result/HTML/attrents.html.err
9519 result/HTML/attrents.html.sax test/HTML/attrents.html:
9520 added the test and result case provided by Mikhail Sogrine
9521
Daniel Veillarde645e8c2002-10-22 17:35:37 +00009522Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9523
9524 * vms/build_libxml.com vms/config.vms vms/readme.vms
9525 include/libxml/parser.h include/libxml/parserInternals.h
9526 include/libxml/tree.h include/libxml/xmlIO.h
9527 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
9528 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
9529 Applied the VMS update patch from Craig A. Berry
9530 * doc/*.html: update
9531
Daniel Veillardf000f072002-10-22 14:28:17 +00009532Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9533
9534 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
9535
Daniel Veillard1e208222002-10-22 14:25:25 +00009536Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9537
9538 * debugXML.c: adding a grep command to --shell in xmllint
9539 for T.V. Raman
9540
Daniel Veillard9cdcf362002-10-22 14:23:59 +00009541Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9542
9543 * xmlcatalog.c: tried to fix some of the problem with --sgml
9544
Daniel Veillard935494a2002-10-22 14:22:46 +00009545Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
9546
9547 * parser.c: tried to fix bug #91500 where doc->children may
9548 be overriden by a call to xmlParseBalancedChunkMemory()
9549
9550Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9551
9552 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
9553 identifiers in SGML catalogs containing '&'
9554
Daniel Veillardc0ac0692002-10-20 21:31:50 +00009555Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9556
9557 * python/types.c: fixed bugs when passing result value tree
9558 to Python functions.
9559
Daniel Veillard48267432002-10-18 11:21:38 +00009560Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9561
9562 * configure.in: preparing the release of 2.4.26
9563 * doc/*: updated and rebuilt the documentation
9564
Daniel Veillardbb284f42002-10-16 18:02:47 +00009565Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9566
9567 * parser.c: fixed a XML Namespace compliance bug reported by
9568 Alexander Grimalovsky
9569
Daniel Veillard44892f72002-10-16 15:23:26 +00009570Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9571
9572 * HTMLtree.c: fixed serialization of script and style when
9573 they are not lowercase (i.e. added using the API to the tree).
9574
Daniel Veillard2fd85422002-10-16 14:32:41 +00009575Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9576
9577 * valid.c: make xmlValidateDocument emit a warning msg if there
9578 is no DTD, pointed by Christian Glahn
9579
Daniel Veillard32370232002-10-16 14:08:14 +00009580Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9581
9582 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
9583 content model when some of the blocks have min or max, and a couple
9584 of bugs found in the process.
9585 * result/schemas/list0* test/schemas/list0*: added some specific
9586 regression tests
9587
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +00009588Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
9589
9590 * README: updated the contact informations
9591
Daniel Veillard63186732002-10-15 08:43:17 +00009592Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9593
9594 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
9595 misses it, reported by Peter Bray.
9596
Daniel Veillard96c3a3b2002-10-14 15:39:04 +00009597Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9598
9599 * tree.c: investigating xmlNodeGetContent() on namespace nodes
9600 and removed a few warnings
9601
Daniel Veillard819d5cb2002-10-14 11:15:18 +00009602Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
9603
9604 * parser.c: Christian Glahn found a small bug in the push parser.
9605 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
9606 public
9607
Daniel Veillard6045c902002-10-09 21:13:59 +00009608Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9609
9610 * xmlschemas.c include/libxml/xmlschemas.h: added
9611 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
9612 * testSchemas.c: added --memory to test the new interface
9613
Daniel Veillardf0070122002-10-09 14:24:17 +00009614Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9615
9616 * doc/index.py doc/search.php: integrated the XSLT indexing,
9617 a few fixed in the indexer, added a scope selection at the
9618 search level.
9619
Daniel Veillard01992e02002-10-09 10:20:30 +00009620Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9621
9622 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
9623 this was due to uninitialized parts of the validation context
9624
Daniel Veillard321be0c2002-10-08 21:26:42 +00009625Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9626
9627 * debugXML.c: applied patch from Mark Vakoc except the API
9628 change, preserved it.
9629 * doc/*: updated the docs to point to the search engine for
9630 information lookup or before bug/help reports.
9631
Daniel Veillard01e87d22002-10-08 16:55:06 +00009632Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9633
9634 * doc/index.py doc/search.php: added mailing-list archives
9635 indexing and lookup
9636
Daniel Veillard9dc1cf12002-10-08 08:26:11 +00009637Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9638
9639 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
9640
Daniel Veillard9b006132002-10-07 11:13:27 +00009641Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
9642
9643 * doc/index.py: improved HTML indexing
9644 * doc/search.php: make the queries also lookup the HTML based indexes
9645
Daniel Veillard141d04b2002-10-06 21:51:18 +00009646Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9647
9648 * doc/index.py: added HTML page indexing
9649
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009650Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9651
Igor Zlatkovicd7f3c332002-10-04 13:38:53 +00009652 * xmlIO.c: extended Windows path normalisation to fix the base
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009653 problem in libxslt.
9654 * catalog.c: fixed list handling in XML_CATALOG_FILES
9655
Daniel Veillardceb09b92002-10-04 11:46:37 +00009656Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9657
9658 * valid.c: typo/bug found by Christian Glahn
9659
Igor Zlatkovic9d66fa12002-09-29 17:54:36 +00009660Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9661
9662 * xmlIO.c: applied Windows CE patch from Javier.
9663 * win32/wince: new directory, contains support for the PocketPC
9664 with Windows CE from Javier.
9665 * include/win32config.h: reorganised, removed duplicate
9666 definitions and applied WinCE patch from Javier.
9667 * include/wsockcompat.h: new file, now contains WinSock
9668 compatibility macros.
9669 * win32/Makefile.msvc: introduced double-run compilation.
9670
Daniel Veillarde16b5742002-09-26 17:50:03 +00009671Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9672
9673 * configure.in include/libxml/xmlwin32version.h: preparing release
9674 of 2.4.25
9675 * doc/*: updated and regenerated teh docs and web pages.
9676
Daniel Veillard90d68fb2002-09-26 16:10:21 +00009677Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9678
9679 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
9680 error were not covering namespace declarations.
9681 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
9682 it was missing the attribute declaration for the namespace
9683 * result/VC/NS3: the fix now report breakages in that test
9684
Daniel Veillardabe01742002-09-26 12:40:03 +00009685Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9686
9687 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
9688
Daniel Veillard2ace1952002-09-26 12:28:02 +00009689Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9690
9691 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
9692 and regenerated the docs and web site
9693
Daniel Veillarddda8f1b2002-09-26 09:47:36 +00009694Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9695
9696 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
9697 ATTRIBUTE_UNUSED is always put after the attribute declaration,
9698 not before
9699
Daniel Veillardd4cb1e82002-09-26 09:34:23 +00009700Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9701
9702 * python/generator.py python/libxml2class.txt: fixed a stupid error
9703 breaking the python API
9704
Daniel Veillardb7c29c32002-09-25 22:44:43 +00009705Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9706
9707 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
9708 triostr.c triostr.h: applied a trio update patch from
9709 Bjorn Reese which should work with MinGW
9710
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009711Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9712
9713 * tree.c: improving some documentation comments
9714 * xmlregexp.c: found and fixed a mem leak with python regression tests
9715 * doc/*: rebuilt the doc and the API XML file including the
9716 xmlregexp.h xmlautomata.h and xmlunicode.h headers
9717 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
9718 python/types.c: added access to the XML Schemas regexps from
9719 python
9720 * python/tests/Makefile.am python/tests/regexp.py: added a
9721 simple regexp bindings test
9722
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009723Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
9724
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009725 * doc/xml.html:
9726 fixing ftp links - thanks to Vitaly Ostanin
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009727
Daniel Veillard118aed72002-09-24 14:13:13 +00009728Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9729
9730 * xmlregexp.c: fixed the data callback on transition functionality
9731 which was broken when using the compact form
9732 * result/schemas/*: updated the results, less verbose, all tests
9733 pass like before
9734 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
9735 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
9736 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
9737 annoying warnings
9738 * xpath.c: try to provide better error report when possible
9739
Daniel Veillard72336152002-09-21 13:08:14 +00009740Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9741
9742 * Makefile.am: fixed a breakage raised by Jacob
9743
Igor Zlatkovic3f1e94b2002-09-20 18:08:17 +00009744Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9745
9746 * include/win32config.h: added HAVE_ERRNO_H definition for parts
9747 which don't use sockets
9748
Igor Zlatkovic01280582002-09-20 16:40:34 +00009749Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9750
9751 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
9752 * win32/configure.js: applied zlib patch from Daniel Gehriger
9753
Igor Zlatkovic9a4efcb2002-09-20 13:41:55 +00009754Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9755
9756 * win32/configure.js: applied the patch from Mark Vakoc for
9757 regexp support
9758 * win32/libxml2.def.src: applied the patch from Mark Vakoc
9759 for regexp support
9760
Daniel Veillardb5c05732002-09-20 13:36:25 +00009761Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9762
9763 * xmlschemastypes.c: as pointed by Igor Float and Double
9764 parsing ain't finished yet
9765
Daniel Veillard40b11342002-09-20 12:01:39 +00009766Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
9767
9768 * Makefile.am configure.in: trying to fix #88412 by bypassing
9769 all the python subdir if python ain't detected
9770
Daniel Veillard23e73572002-09-19 19:56:43 +00009771Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9772
9773 * Makefile.am configure.in include/libxml/xmlversion.h.in:
9774 made configuring with regexps/automata/unicode the default
9775 but without schemas ATM
9776 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
9777 fixed the regexp based DTD validation performance and memory
9778 problem by switching to a compact form for determinist regexps
9779 and detecting the determinism property in the process. Seems
9780 as fast as the old DTD validation specific engine :-) despite
9781 the regexp built and compaction process.
9782
Daniel Veillard5acfd6b2002-09-18 16:29:02 +00009783Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9784
9785 * valid.c: determinism is debugged, new DTD checking code now works
9786 but xmlFAComputesDeterminism takes far too much CPU and the whole
9787 set usues too much memory to be really usable as-is
9788
Daniel Veillard0f04f8e2002-09-17 23:04:40 +00009789Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9790
9791 * tree.c: fixed another stupid bug in xmlGetNodePath()
9792 * xmllint.c: --version now report the options compiled in
9793
Daniel Veillarda646cfd2002-09-17 21:50:03 +00009794Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9795
9796 * HTMLparser.c: small cleanup
9797 * valid.c xmlregexp.c: switched DTD validation to use only regexp
9798 when configured with them. A bit of debugging around the determinism
9799 checks is still needed
9800
Daniel Veillard63b01c22002-09-17 19:25:28 +00009801Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9802
9803 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
9804
Daniel Veillard92727042002-09-17 17:59:20 +00009805Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9806
9807 * xmlIO.c: small portability glitch fixed.
9808
Daniel Veillard84d70a42002-09-16 10:51:38 +00009809Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9810
9811 * xmlschemastypes.c: incomplete steps for real/double support
9812 * testAutomata.c include/libxml/xmlautomata.h
9813 include/libxml/xmlregexp.h: avoiding a compilation problem
9814 * valid.c include/libxml/valid.h: starting the work toward using
9815 the regexps for actual DTD validation
9816
Daniel Veillardaeb258a2002-09-13 14:48:12 +00009817Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9818
9819 * hash.c: cosmetic cleanup
9820 * valid.c include/libxml/tree.h include/libxml/valid.h: started
9821 integrating a DTD validation layer based on the regexps
9822
Daniel Veillard4402ab42002-09-12 16:02:56 +00009823Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9824
9825 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
9826 the determinism was tested before eliminating the epsilon
9827 transitions :-(
9828
Daniel Veillardc6d4a932002-09-12 15:00:57 +00009829Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
9830
9831 * python/generator.py python/libxml.c python/libxml.py
9832 python/libxml2-python-api.xml python/libxml2class.txt
9833 python/libxml_wrap.h python/types.c: updated the python
9834 bindings, added code for easier File I/O, and the ability to
9835 define a resolver from Python fixing bug #91635
9836 * python/tests/Makefile.am python/tests/inbuf.py
9837 python/tests/outbuf.py python/tests/pushSAXhtml.py
9838 python/tests/resolver.py python/tests/serialize.py: updated
9839 and augmented the set of Python tests.
9840
Igor Zlatkovic353bf582002-09-10 19:07:14 +00009841Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9842
9843 * win32/configure.js: added more readme info for the binary
9844 package.
9845
Daniel Veillard607b35c2002-09-10 12:16:19 +00009846Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9847
9848 * xmlIO.c: fixed a stupid out of bound array error
9849
9850Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9851
9852 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
9853 messing around with support for Windows path, cleanups,
9854 trying to identify and fix the various code path to the
9855 filename access. Added xmlNormalizeWindowsPath()
9856
Daniel Veillard76575762002-09-05 14:21:15 +00009857Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9858
9859 * error.c valid.c: working on better error reporting of validity
9860 errors, especially providing an accurate context.
9861 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
9862 error reports in those cases.
9863
Daniel Veillard3487c8d2002-09-05 11:33:25 +00009864Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9865
9866 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
9867 parser.c parserInternals.c xmlIO.c: get rid of all the
9868 perror() calls made in the library execution paths. This
9869 should fix both #92059 and #92385
9870
Daniel Veillard19aa7022002-09-05 11:14:19 +00009871Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9872
9873 * xmllint.c: memory leak reporting was broken after a change
9874 of the preprocessor symbol used to activate it.
9875
Daniel Veillardec6725e2002-09-05 11:12:45 +00009876Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9877
9878 * tree.c: try to make the copy function work for node of
9879 type XML_DOCUMENT_FRAG_NODE, they are only created by the
9880 DOM layers though, not libxml2 itself.
9881
Daniel Veillardb9cd8b42002-09-05 10:58:49 +00009882Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9883
9884 * valid.c: try to provide file and line informations, not all
9885 messages are covered, but it's a (good) start
9886
Daniel Veillardbbc72c32002-09-05 10:52:10 +00009887Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
9888
9889 * xinclude.c: reimplemented a large part of the XInclude
9890 processor, trying to minimize resources used, James Henstridge
9891 provided a huge test case which was exhibiting severe memory
9892 consumption problems.
9893
Daniel Veillard2206dbf2002-09-05 08:09:37 +00009894Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
9895
9896 * python/Makefile.am: applied patch from Christophe Merlet to
9897 reestablish DESTDIR
9898
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009899Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
9900
9901 * libxml.spec.in: fixes libary path for x86_64 AMD
9902
John Fleckbe98b332002-09-04 03:16:23 +00009903Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
9904
9905 * doc/tutorial/includekeyword.c
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009906 * doc/tutorial/xmltutorial.xml:
John Fleckbe98b332002-09-04 03:16:23 +00009907 (plus resulting generated html files)
9908 fixing one spot I missed in the tutorial where I hadn't freed
9909 memory properly
9910
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009911Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
9912
9913 * doc/tutorial/includeaddattribute.c
9914 * doc/tutorial/includeaddkeyword.c
9915 * doc/tutorial/includegetattribute.c
9916 * doc/tutorial/includekeyword.c
9917 * doc/tutorial/xmltutorial.xml
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009918 * doc/tutorial/*.html:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009919 update tutorial to properly free memory (thanks to Christopher
9920 R. Harris for pointing out that this needs to be done)
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009921 * doc/tutorial/images/callouts/*.png:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009922 added image files so the callouts are graphical, making it
9923 easier to read ( use "--param callout.graphics 1" to generate
9924 html with graphical callouts)
9925
Daniel Veillarde1662542002-08-28 11:50:59 +00009926Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9927
9928 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
9929 nice logos generated by Marc Liyanage
9930 * doc/site.xsl *.html: changed the stylesheet to show the new
9931 logo and regenerated the pages
9932
Daniel Veillardb212bbb2002-08-25 14:39:16 +00009933Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9934
9935 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
9936
Daniel Veillard42766c02002-08-22 20:52:17 +00009937Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9938
9939 * xpath.c: possible mem leak patch from Jason Adams
9940
9941Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9942
9943 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
9944 in the XQuery namespace
9945 * configure.in: preparing 2.4.24
9946 * doc/*.html: updated the web pages
9947
9948Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9949
9950 * python/generator.py: closing bug #85258 by generating conditional
9951 compile check to avoid linking to routines not configured in.
9952
Havoc Pennington84ec40a2002-08-22 13:59:35 +000099532002-08-22 Havoc Pennington <hp@pobox.com>
9954
9955 * autogen.sh: update error message for missing automake
9956
Daniel Veillard08cccaa2002-08-22 09:47:29 +00009957Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
9958
9959 * python/Makefile.am: typo in target name resulted in libxml2.py
9960 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
9961
Daniel Veillard22669b22002-08-22 07:17:11 +00009962Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9963
9964 * win32/win32/Makefile.mingw: updated with version from
9965 Elizabeth Barham at http://soggytrousers.net/repository/
9966
Igor Zlatkovica40adbc2002-08-20 14:42:32 +00009967Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9968
9969 * win32/Makefile.msvc: added the prefix location to the include
9970 and lib search path.
9971
Havoc Pennington830e8972002-08-18 22:22:13 +000099722002-08-18 Havoc Pennington <hp@pobox.com>
9973
9974 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
9975 both automake 1.6 and 1.4 installed get the right automake. Means
9976 compilation from CVS will now require the latest automake 1.4
9977 release, or manually creating symlinks called "automake-1.4" and
9978 "aclocal-1.4"
9979
Daniel Veillardb6984ef2002-08-14 16:55:31 +00009980Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9981
9982 * configure.in python/Makefile.am: more AMD 64 induced changes from
9983 Frederic Crozat
9984
Daniel Veillardc4bad4a2002-08-14 14:45:25 +00009985Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9986
9987 * xinclude.c: oops I was missing the xml:base fixup too
9988 * result/XInclude/*.xml: this adds xml:base attributes to most
9989 results of the tests
9990
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +00009991Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9992
9993 * xinclude.c: quick but apparently working implementation of
9994 xi:fallback, should close bug #89684
9995 * Makefile.am test/XInclude/docs/fallback.xml
9996 result/XInclude/fallback.xml: added a basic test for fallback,
9997 and run with --nowarning to avoid a spurious warning
9998 * configure.in: applied patch from Frederic Crozat for python
9999 bindings on AMD 64bits machines.
10000
Daniel Veillard9e923512002-08-14 08:48:52 +000010001Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
10002
10003 * parser.c: xmlSAXUserParseMemory() really ought to fail if
10004 the caller don't pass a SAX callback block.
10005
Daniel Veillardc1a0da32002-08-14 08:32:18 +000010006Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10007
10008 * tree.c: applied the same fix for the XML-1.0 namespace to
10009 xmlSearchNsByHref() as was done for xmlSearchNs()
10010
Daniel Veillardad11b302002-08-12 14:53:41 +000010011Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10012
10013 * libxml.3: small cleanup of the man page
10014 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
10015 when serializing HREF attributes generated by XSLT.
10016
Daniel Veillardc084e472002-08-12 13:27:28 +000010017Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10018
10019 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
10020 version of Marc Liyanage' patch for boolean attributes in HTML
10021 output
10022
Daniel Veillard5f91b372002-08-12 12:13:01 +000010023Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
10024
10025 * python/tests/serialize.py: fixed the test results, indenting
10026 behaviour changed slightly
10027
Aleksey Sanin9e951762002-08-08 18:02:41 +000010028Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
10029
10030 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
10031 new c14n function to Windows def files
10032
Aleksey Saninea4272a2002-08-02 23:50:03 +000010033Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
10034
10035 * c14n.c: fixed a memory leak in c14n code
10036
Daniel Veillard58e44c92002-08-02 22:19:49 +000010037Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
10038
10039 * parser.c include/libxml/parser.h: adding a new API for Christian
10040 Glahn: xmlParseBalancedChunkMemoryRecover
10041 * valid.c: patch from Rick Jones for some grammar cleanup in
10042 validation messages
10043 * result/VC/* result/valid/*: this slightly change some of the
10044 regression tests outputs
10045
Daniel Veillard0bf29002002-08-01 12:54:11 +000010046Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
10047
10048 * tree.c: trying to fix a problem in namespaced attribute handling
10049 raised by Christian Glahn
10050
Daniel Veillard6f46f6c2002-08-01 12:22:24 +000010051Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10052
10053 * encoding.c include/libxml/encoding.h: Opening the interface
10054 xmlNewCharEncodingHandler as requested in #89415
10055 * python/generator.py python/setup.py.in: applied cleanup
10056 patches from Marc-Andre Lemburg
10057 * tree.c: fixing bug #89332 on a specific case of loosing
10058 the XML-1.0 namespace on xml:xxx attributes
10059
Aleksey Sanin2c135a12002-08-01 06:31:50 +000010060Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
10061
10062 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
10063 corner case from new Merlin's test suite and added a callback
10064 that will be used to improve xmlsec performance
10065
10066
Daniel Veillard0b22def2002-07-29 16:23:03 +000010067Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
10068
10069 * HTMLtree.c: trying to fix the <style> escaping problem in
10070 HTML serialization bug #89342
10071
Daniel Veillard0b28e882002-07-24 23:47:05 +000010072Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
10073
10074 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
10075 and rebuilt the web site.
10076
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +000010077Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard0b28e882002-07-24 23:47:05 +000010078
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +000010079 * include/libxml/tree.h: added _private member to xmlNs struct
10080
Daniel Veillard1d995272002-07-22 16:43:32 +000010081Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
10082
10083 * HTMLparser.c: fixing bug #84876 based on the xml working
10084 code.
10085
William M. Brack61eaba52002-07-21 11:14:18 +000010086Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10087
10088 * python/Makefile.am: enhanced to fix bug 72012 (errors
10089 when using '-jX' make parameter)
10090
William M. Brackef61d202002-07-19 08:32:00 +000010091Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10092
10093 * xpath.c: small additional enhancement for booleans
10094 compared to nodesets
10095
Daniel Veillard3a42f3f2002-07-17 17:57:34 +000010096Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10097
10098 * HTMLtree.c: changed the order of the encoding declaration
10099 attributes in the meta tags due to a bug in IE/Mac
10100
William M. Brack0c022ad2002-07-12 00:56:01 +000010101Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10102
10103 * xpath.c: enhanced handling of booleans (especially '='
10104 and '!=' for nodesets) - fixes bug 85256. Added new
10105 routine xmlXPathNotEqualValues for more proper handling
10106 of '!=' when nodesets are involved.
10107
Daniel Veillard06944e22002-07-11 19:55:18 +000010108Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10109
10110 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
10111 doc/xmlcatalog_man.xml to the source distribution
10112
Igor Zlatkovic6ac30172002-07-10 19:22:48 +000010113Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10114
10115 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
10116 asked for this.
10117
Daniel Veillard539638b2002-07-06 19:55:14 +000010118Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
10119
10120 * configure.in: preparing 2.4.23
10121 * doc/*: rebuilt the docs
10122
Daniel Veillard176d99f2002-07-06 19:22:28 +000010123Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
10124
10125 * parser.c: fixing bug #84169 by fixing the
10126 comment of xmlCreatePushParserCtxt to describe the
10127 encoding detection parameters better.
10128
Daniel Veillard37f961d2002-07-06 17:53:56 +000010129Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
10130
10131 * valid.c: fixing bug #79331 in one path the lookup for
10132 ID attributes on a namespaced node wasn't handled correctly :-\
10133
Daniel Veillard8c9872c2002-07-05 18:17:10 +000010134Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
10135
10136 * HTMLparser.c: trying to fix 87235 about discarded white
10137 spaces in the HTML parser.
10138 * result/HTML/*: this changes the output of a number of HTML
10139 regression tests
10140
Daniel Veillardfdc91562002-07-01 21:52:03 +000010141Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
10142
10143 * xpath.c: applied patch from Richard Jinks for the namespace
10144 axis + fixed a memory error.
10145 * parser.c parserInternals.c: applied patches from Peter Jacobi
10146 removing ctxt->token for good.
10147 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
10148 popped out by the regression tests.
10149 * Makefile.am: patch for threads makefile from Gary Pennington
10150
William M. Brack6000af52002-06-28 11:43:13 +000010151Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10152
Daniel Veillardfdc91562002-07-01 21:52:03 +000010153 * xpath.c: enhanced behaviour of position() after usage of
William M. Brack6000af52002-06-28 11:43:13 +000010154 expressions involving preceding-sibling (et al).
10155
Daniel Veillard153120c2002-06-18 07:58:35 +000010156Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
10157
10158 * hash.c: applied a patch from Peter Jacobi to solve a problem
10159 when compiling with the Watcom C on Win32
10160 * result/schemas/*.err: the change of hashing algo generated
10161 permutations in the output
10162
Daniel Veillard5f7f9912002-06-17 17:03:00 +000010163Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10164
10165 * hash.c: applied patch from Sander Vesik improving the quality of
10166 the hash function.
10167
Aleksey Sanina5808b92002-06-14 17:07:41 +0000101682002-06-14 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin49cc9752002-06-14 17:07:10 +000010169
10170 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
10171 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
10172 xmllint.c xpath.c: replaced sprintf() with snprintf()
10173 to prevent possible buffer overflow (the bug was pointed
10174 out by Anju Premachandran)
10175
Daniel Veillarde059b892002-06-13 15:32:10 +000010176Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10177
10178 * parser.c: removed an uninitialized data error popped by valgrind
10179 on PE references
10180
MDT 2002 John Fleckd7ca7f92002-06-13 03:41:03 +000010181Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
10182
10183 * doc/xml.html
10184 adding tutorial reference to the web page
10185
MDT 2002 John Fleck54520832002-06-13 03:30:26 +000010186Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
10187
10188 * doc/tutorial/xmltutorial.xml
10189 * doc/tutorial/ar01s07.html
10190 * doc/tutorial/ape.html
10191 * doc/tutorial/includegetattribute.c
10192 adding section to tutorial about retrieving an attribute
10193 value
10194
Daniel Veillardf5582f12002-06-11 10:08:16 +000010195Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10196
10197 * parser.c: applied a couple of patches from Peter Jacobi to start
10198 to get rid of ctxt->token, with a possible significant speed
10199 improvement to be gained once done. Better compliance with PE
10200 references constructs in DTDs too.
10201 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
10202 from Peter too
10203
Daniel Veillard38d80e22002-06-11 07:24:56 +000010204Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10205
10206 * parser.c: Babak Vahedipour-Kunze reported that openTag in
10207 xmlParseElement was likely to have been deallocated at the
10208 time of the report, possibly leading to segfault. Just report
10209 the tag name now.
10210
Daniel Veillard9e412302002-06-10 15:59:44 +000010211Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10212
10213 * xpath.c: patch from Richard Jinks for XPath substring() function
10214 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
10215
Aleksey Sanina5808b92002-06-14 17:07:41 +0000102162002-06-06 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin9c45ba82002-06-06 21:46:13 +000010217
10218 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
10219
MDT 2002 John Flecka63f3ff2002-06-06 02:14:01 +000010220Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
10221
10222 *doc/FAQ.html
10223 fixing typos in FAQ, thanks to Robert Funnell for the
10224 editing help
10225
Daniel Veillardd2fd1b62002-06-05 12:52:34 +000010226Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10227
10228 * NEWS: got complaints from rpmlint that it was empty
10229
MDT 2002 John Fleck598f6eb2002-06-04 15:10:36 +000010230Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
10231
10232 * added doc/tutorial, including:
10233 apa.html
10234 apb.html
10235 apc.html
10236 apd.html
10237 ar01s02.html
10238 ar01s03.html
10239 ar01s04.html
10240 ar01s05.html
10241 ar01s06.html
10242 includeaddattribute.c
10243 includeaddkeyword.c
10244 includekeyword.c
10245 includestory.xml
10246 index.html
10247 xmltutorial.xml
10248 libxml tutorial, including generated html
10249
Aleksey Saninf8cb6dd2002-06-04 04:27:06 +000010250Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
10251
10252 * result/c14n/exc-without-comments/merlin-c14n-two-*
10253 result/c14n/without-comments/merlin-c14n-two-*
10254 test/c14n/exc-without-comments/merlin-c14n-two-*
10255 test/c14n/without-comments/merlin-c14n-two-*
10256 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
10257 c14n/exc-c14n and slightly modified test script to handle
10258 these test cases
10259 * c14n.c: fixed bugs for complicated nodes set (namespace
10260 without node and others from merlin-c14n-two.tar.gz)
10261 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
10262 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
10263 for xmlsec performance patch
10264 * xpath.c: fixed self::node() for namespaces and attributes
10265
Daniel Veillardd2fd1b62002-06-05 12:52:34 +000010266Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
10267
10268 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
10269 but with the format parameter
10270 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
10271
Aleksey Saninc57f9c12002-05-31 19:14:57 +000010272Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
10273
10274 * Makefile.am: updated c14n tests suite
10275 * c14n.c: performance improvement for previous c14n patch
10276
Daniel Veillarde72c7562002-05-31 09:47:30 +000010277Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10278
10279 * parser.c: another peroformance patch from Peter Jacobi, that
10280 time on parsing attribute values.
10281
Aleksey Sanin508a1012002-05-31 06:32:32 +000010282Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
10283
10284 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
10285 into LibXML2 test suite
10286
Aleksey Sanindffd5c82002-05-31 04:24:13 +000010287Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
10288
10289 * c14n.c: propagating xpath ancesstors node fix to c14n
10290 plus small performance improvement to reduce number of
10291 mallocs
10292 * xpath.c: fixed ancestors axis processing for namespace nodes
10293
Daniel Veillard46de64e2002-05-29 08:21:33 +000010294Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
10295
10296 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
10297 Peter Jacobi
10298
Daniel Veillardd5e22ef2002-05-27 21:17:57 +000010299Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
10300
10301 * configure.in: preparing 2.4.22
10302
Daniel Veillard1b31e4a2002-05-27 14:44:50 +000010303Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10304
10305 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
10306 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
10307 a public entry point.
10308 * doc/*: rebuilt the API and docs
10309
Daniel Veillarded23b7d2002-05-27 12:16:02 +000010310Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
10311
10312 * xpath.c: patch from Richard Jinks to fix a problem introduced
10313 in the previous patch and pointed by Norm
10314
Daniel Veillardc6924812002-05-24 11:10:43 +000010315Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
10316
10317 * libxml.spec.in: fixing bug #81112
10318
Daniel Veillard234bc4e2002-05-24 11:03:05 +000010319Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10320
10321 * uri.c: fixing bug #82848
10322
Daniel Veillarda2878972002-05-24 07:54:39 +000010323Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10324
10325 * result/catalogs/mycatalog.full: Aleksey's commit changed the
10326 output of one catalog test
10327
Aleksey Sanin114e4752002-05-24 07:20:27 +000010328Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillarda2878972002-05-24 07:54:39 +000010329
Aleksey Sanin114e4752002-05-24 07:20:27 +000010330 * global.data globals.c tree.c include/libxml/globals.h
10331 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
10332 default value for global parameter xmlIndentTreeOutput to 1 and
10333 introduced new global parameter xmlTreeIndentString (the string
10334 used to do one-level indent) with default value " " (as it was
10335 in tree.c)
10336
Daniel Veillard49d5af82002-05-23 11:55:49 +000010337Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10338
10339 * Makefile.am: Merijn Broeren pointed out a problem when compiling
10340 with trio and schemas.
10341
Daniel Veillard7c13af42002-05-22 09:57:32 +000010342Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10343
10344 * xpath.c: patch from Richard Jinks to fix the problem raised in
10345 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
10346
Daniel Veillard5a872412002-05-22 06:40:27 +000010347Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
10348
10349 * xmlschemas.c: a bit of work on import.
10350 * xmlschemastypes.c: Charles Bozeman provided a compare function
10351 for date/time types so min/max facet restrictions should work,
10352 indeterminate comparisons return an error instead of equal.
10353 * test/schemas/date_0* result/schemas/date_0_0: specific test
10354 from Charles Bozeman too
10355
Daniel Veillard10b6da42002-05-18 07:55:20 +000010356Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10357
10358 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
10359 from Christian Cornelssen fixing the man pages and the Catalog
10360 building script.
10361 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
10362 next step is <xs:import> I now have a reasonable understanding
10363 of how it works.
10364
Daniel Veillarde5354492002-05-16 08:43:22 +000010365Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10366
10367 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
10368
Igor Zlatkovic1396e182002-05-14 22:22:40 +000010369Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10370
10371 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
10372
Daniel Veillard088bf112002-05-14 11:03:59 +000010373Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
10374
10375 * xpath.c: fixing an XPath function evalutation bug pointed out
10376 by Alexey Efimov where the context was lost when evaluating
10377 the function arguments
10378
Aleksey Sanin79376ba2002-05-14 06:41:32 +000010379Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard088bf112002-05-14 11:03:59 +000010380
Aleksey Sanin79376ba2002-05-14 06:41:32 +000010381 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
10382 function public for XMLSec performance optimizations
10383
Daniel Veillard3cd72402002-05-13 10:33:30 +000010384Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
10385
10386 * python/generator.py python/libxml2class.txt : fixed a problem
10387 with the HTML parser pointed by Gary Benson
10388 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
10389 example
10390
Aleksey Sanine48a3182002-05-09 18:20:01 +000010391Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10392 * parser.c: fixed bug #81159 (memory growth in SAX)
10393
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010394Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10395 * xpath.c: fixed bug #78858 (the real fix)
10396
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010397Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010398 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010399
Daniel Veillard4cbe4702002-05-05 06:57:27 +000010400Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10401
10402 * tree.c: modified xmlNodeSetBase to allow changing the
10403 base of a document.
10404
Daniel Veillard070803b2002-05-03 07:29:38 +000010405Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
10406
10407 * xmlschemastypes.c: patch Charles Bozeman for validation of
10408 all the date, time, and duration types
10409 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
10410 * configure.in: fixed an error pointed by an user
10411 * xml2-config.in: fixed an error pointed by an user
10412
Aleksey Sanin5aac8b82002-05-01 18:32:28 +000010413Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10414
10415 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
10416 win32/libxml2.def.src xmlIO.c: exported default
10417 'file:', 'http:' and 'ftp:' protocols input handlers
10418 and maked protocols comparisson case insensitive
10419
Daniel Veillard34de97f2002-04-30 14:29:22 +000010420Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10421
10422 * configure.in: Neven Has detected a typo
10423
Daniel Veillard28577c32002-04-30 06:48:41 +000010424Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
10425
10426 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
10427 as one of the persons allowed to commit directly to the
10428 module.
10429
Daniel Veillardfc57b412002-04-29 15:50:14 +000010430Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10431
10432 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
10433 * valid.c: raised a too low limit
10434 * doc/*: rebuilt the docs
10435
Daniel Veillardeca82812002-04-24 11:42:02 +000010436Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10437
10438 * test/XPath/expr/floats test/XPath/expr/functions
10439 result/XPath/expr/floats result/XPath/expr/functions
10440 xpath.c: another XPath conformance patch from Richard Jinks
10441
Daniel Veillard13e04c62002-04-23 17:51:29 +000010442Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
10443
10444 * xmlschemas.c: fixed validation of attribute groups.
10445 * test/schemas result/schemas: added an example from the primer
10446
Daniel Veillard88c58912002-04-23 07:12:20 +000010447Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10448
10449 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
10450 * test/schemas result/schemas: updated the test list
10451
Daniel Veillarde19fc232002-04-22 16:01:24 +000010452Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10453
10454 * TODO: updated a bit
10455 * parser.c: made a comment more specific
10456 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
10457 Schemas conformance.
10458 * test/schemas result/schemas: updated the test list
10459
Daniel Veillard441bc322002-04-20 17:38:48 +000010460Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
10461
10462 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
10463 implementing xs:all with minOccurs = 0
10464 * tes/schemas/* result/schemas/*: added more tests covering
10465 xs:all
10466
Daniel Veillard8a001f62002-04-20 07:24:11 +000010467Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
10468
10469 * xmlregexp.c: first implementation of the all particle, this
10470 may need to be revisited for case where not all transitions
10471 must be crossed.
10472
Daniel Veillard7646b182002-04-20 06:41:40 +000010473Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10474
10475 * tree.c: another entity processing update from Markus Henke
10476
Bjorn Reese54d02fb2002-04-19 15:16:01 +000010477Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
10478
10479 * trionan.c: fixed crash on OSF/1
10480
Daniel Veillardb4398962002-04-19 07:01:55 +000010481Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
10482
10483 * xmlschemas.c: more Schemas work
10484 * test/schemas/* result/schemas/*: added more tests coming
10485 from the spec.
10486
Daniel Veillard54761132002-04-18 21:00:44 +000010487Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10488
10489 * c14n.c: patch from Aleksey Sanin reflecting a change in the
10490 ExcC14N specification
10491
Daniel Veillardbf8dae82002-04-18 16:39:10 +000010492Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10493
10494 * tree.c: patch from Markus Henke, fix for recursive entities.
10495
Daniel Veillard23b1f372002-04-18 15:50:05 +000010496Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10497
10498 * xpath.c: fix a problem with string() on a document node.
10499
Daniel Veillarddecd64d2002-04-18 14:41:51 +000010500Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10501
10502 * Makefile.am xmlschemas.c: more Schemas work
10503 * test/schemas/* result/schemas/*: added more tests coming
10504 from the spec.
10505
Daniel Veillard6231e842002-04-18 11:54:04 +000010506Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10507
10508 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
10509 * result/HTML/*: this changes a few things in the results
10510
Igor Zlatkovic648b8e92002-04-17 18:35:57 +000010511Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10512
10513 * include/libxml/tree.h: eliminated 'declaration different than
10514 prototype' warning
10515 * include/win32config.h: "resolved" conflicts with errno.h
10516
Daniel Veillardb509f152002-04-17 16:28:10 +000010517Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10518
10519 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
10520 on the automata interfaces and debug of counted choices
10521 * test/schemas/* result/schemas/*: added a number of tests
10522
Daniel Veillard8651f532002-04-17 09:06:27 +000010523Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10524
10525 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10526 a bit of work on Schemas
10527 * testSchemas.c: try to make it more useful
10528 * test/schemas/* result/schemas/* Makefile.am: changed the
10529 Schemas regression test procedure, started adding a few samples
10530
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010531Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10532
10533 * include/libxml/encoding.h: Patch for the Borland C++ builder
10534 * include/libxml/tree.h: Patch for the Borland C++ builder
10535 * threads.c: Patch for the Borland C++ builder
Igor Zlatkovice1eff382002-04-16 19:00:21 +000010536 * win32/bcb5: New directory for the Borland C++ builder
10537 project files
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010538
Igor Zlatkovicea5148d2002-04-16 17:46:25 +000010539Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10540
10541 * win32/Makefile.msvc: Update for XML Schema support
10542 * win32/configure.js: Update for XML Schema support
10543 * win32/libxml2.def.src: Update for XML Schema support
10544
Daniel Veillard4255d502002-04-16 15:50:10 +000010545Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
10546
10547 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
10548 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
10549 xmlunicode.c include/libxml/Makefile.am
10550 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
10551 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
10552 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
10553 include/libxml/xmlversion.h.in : merged the current state of
10554 XML Schemas implementation, it is not configured in by default,
10555 a specific --schemas configure option has been added.
10556 * test/automata test/regexp test/schemas Makefile.am
10557 result/automata result/regexp result/schemas:
10558 merged automata/regexp/schemas regression tests
10559
Daniel Veillardbc6f7592002-04-16 07:49:59 +000010560Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
10561
10562 * xpath.c: Gary found a compile time problem, fixes #78823
10563
Daniel Veillarda7084cd2002-04-15 17:12:47 +000010564Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10565
10566 * configure.in: release of 2.4.20
10567 * doc/*: updated and rebuilt the docs
10568
Daniel Veillardf544f192002-04-15 12:56:56 +000010569Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10570
10571 * python/Makefile.am: patch from Cristian Gafton to build on
10572 Red Hat 6.2, should also fix #75779
10573
Daniel Veillard940492d2002-04-15 10:15:25 +000010574Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10575
10576 * valid.c: first part of fixing #78729
10577
Daniel Veillardeb475a32002-04-14 22:00:22 +000010578Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
10579
10580 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
10581 escaping of URI when saving HTML files.
10582 * result/HTML/*: this impacted some tests
10583
Daniel Veillard9b731d72002-04-14 12:56:08 +000010584Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
10585
10586 * configure.in: trying to fix #77441
10587
Daniel Veillarda8a89fe2002-04-12 21:03:34 +000010588Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10589
10590 * include/libxml/xmlIO.h: Hallski complained it could not be
10591 included by itself.
10592
Daniel Veillardcb5b4d62002-04-11 08:24:26 +000010593Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10594
10595 * configure.in: applied an IEEE flag patch for OSF/1 #77825
10596
Igor Zlatkovic9425ce22002-04-10 21:57:11 +000010597Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10598
10599 * win32/configure.js: patch from Nilo for the c14n option
10600 * win32/Makefile.msvc: fixed libxml2.def generation with threads
10601
Daniel Veillardda423da2002-04-10 19:25:38 +000010602Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10603
10604 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
10605 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
10606 LIBXML_THREAD_ENABLED
10607
Daniel Veillard0eafdef2002-04-10 16:14:34 +000010608Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10609
10610 * xpath.c: another patch from Richard Jinks for substring conformance
10611 * test/XPath/expr/floats test/XPath/expr/strings
10612 result/XPath/expr/floats result/XPath/expr/strings: update of the
10613 test suite to check those.
10614
Daniel Veillard01917aa2002-04-10 11:30:41 +000010615Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10616
10617 * xpath.c: patch from Richard Jinks for .x float parsing.
10618
Daniel Veillard46d6c442002-04-09 16:10:39 +000010619Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
10620
10621 * parser.c: patch from Markus Henke when an encoding ain't recognized
10622
Daniel Veillard88e0ad42002-04-09 13:48:02 +000010623Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10624
10625 * libxml.m4: got a report that #include <string.h> was needed
10626
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010627Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10628
10629 * xmllint.c: applied a fix from Anthony Jones for -o /--output
10630
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010631Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
10632
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010633 * doc/example.html: fixing typo
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010634
Daniel Veillardbd6e6312002-04-01 08:04:14 +000010635Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10636
10637 * xpath.c: fixed a bug in the nodeset to boolean comparison code
10638 pointed out by Melvyn Sopacua.
10639
Daniel Veillarde979e3b2002-03-29 22:43:00 +000010640Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10641
10642 * libxml.m4: Frédéric Crozat gave a patch related to the change
10643 of Include paths breaking the libxml.m4
10644
Daniel Veillard7089d6b2002-03-29 17:28:10 +000010645Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10646
10647 * xpath.c: Fix bug #76927 forgot to save some context
10648 when evaluating binary expressions
10649
Daniel Veillardd30be4a2002-03-28 18:25:31 +000010650Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
10651
10652 * configure.in: fixed configure for MPE/iX from Markus Henke
10653 * xmlmemory.c: fixed initialization problems
10654 * xpath.c: another set of patches from Richard Jinks this
10655 fixes "make XPathtests" on linux
10656
Daniel Veillard21458c82002-03-27 16:12:22 +000010657Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
10658
10659 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
10660 * test/XPath/expr/compare test/XPath/expr/equality
10661 test/XPath/expr/floats test/XPath/expr/functions
10662 test/XPath/expr/strings result/XPath/expr/compare
10663 result/XPath/expr/equality result/XPath/expr/floats
10664 result/XPath/expr/functions result/XPath/expr/strings: Updated
10665 tests though they show a divergence on Linux
10666
Daniel Veillard28dfed12002-03-27 09:08:17 +000010667Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10668
10669 * xpath.c trionan.c: previous commit also included patches
10670 from Richard Jinks on some IEEE support corner case
10671
Daniel Veillard5fc1f082002-03-27 09:05:40 +000010672Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10673
10674 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
10675 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
10676 that $(datadir) should be used for docs
10677
Daniel Veillarddb1dc392002-03-26 12:44:39 +000010678Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10679
10680 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
10681 could leak filedescriptors
10682
Daniel Veillarddd4b9122002-03-26 07:58:43 +000010683Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10684
10685 * configure.in nanohttp.c: applied patch from Allan Clark for
10686 UnixWare/OpenServer
10687
Daniel Veillard19274092002-03-25 16:48:03 +000010688Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10689
10690 * configure.in: preparing 2.4.19
10691 * doc/*: rebuilt the docs
10692
Daniel Veillard56b2db72002-03-25 16:35:28 +000010693Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10694
10695 * nanohttp.c: fixing #76043, got fed up with non-portability
10696 of that piece of code.
10697
Daniel Veillard6f4561a2002-03-25 12:10:14 +000010698Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
10699
10700 * valid.c SAX.c: Never commit without running "make tests" :-(
10701 fix a couple of stupidities in the previous commit
10702 * result/*: a few changes in some attribute order result of previous
10703 commit.
10704
Daniel Veillardd85f4f42002-03-25 10:48:46 +000010705Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10706
10707 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
10708 the internal subset should not raise duplicate ID errors,
10709 also there was a small bug in conjunction to namespace
10710 declarations defaulted and xml:xxx attributes DTD definitions.
10711
Daniel Veillard56cd18b2002-03-22 14:14:43 +000010712Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10713
10714 * xpath.c: Richard Jinks also raised some rounding problems
10715 this tries to fix them
10716
Daniel Veillard4e2df542002-03-22 12:23:14 +000010717Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10718
10719 * xpath.c: Richard Jinks spotted an incoherent memory allocation
10720 behaviour in xmlXPathCastToString()
10721
Daniel Veillarddb552912002-03-21 13:27:59 +000010722Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10723
10724 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
10725 raised by Morus Walter
10726
Daniel Veillard9e537932002-03-21 13:08:08 +000010727Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10728
10729 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
10730 from Igor
10731
Daniel Veillard6fbcf422002-03-21 12:32:59 +000010732Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10733
10734 * xpath.c: fixing #75619, related to a problem when trying
10735 to evaluate condition when the current node set resulting
10736 from that sub-step evaluation is empty. Also fixes 2 potential
10737 problem with previous-sibling and next-siblings axis.
10738
Daniel Veillard1840ef02002-03-21 08:05:23 +000010739Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10740
10741 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
10742 HTML support is not configured in.
10743
Daniel Veillard561b7f82002-03-20 21:55:57 +000010744Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10745
10746 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
10747 include/libxml/tree.h: dohh I really didn't intended to commit
10748 this test version :-(
10749
Daniel Veillarde50f3b52002-03-20 19:24:21 +000010750Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10751
10752 * testSAX.c: I wanted to see the real speed at the SAX interface
10753 after a little too many Ximianer started complaining about the
10754 parser speed.
10755 added a --quiet option:
10756 paphio:~/XML -> ls -l db100000.xml
10757 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
10758 paphio:~/XML -> time ./testSAX --quiet db100000.xml
10759 3200006 callbacks generated
10760 real 0m1.270s
10761 Which means 16MBytes/s and 3Mcallback/s
10762
Daniel Veillardc62a1472002-03-19 18:35:12 +000010763Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10764
10765 * xpath.c: valgrind spotted another error that time when running
10766 on libxslt regression tests
10767
Daniel Veillard4b3a84f2002-03-19 14:36:46 +000010768Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10769
10770 * Makefile.am: adding "make valgrind" running the full regression
10771 tests (except python ones) under Valgrind (using valgrind -q
10772 which was kindly added by the author).
10773 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
10774 passes cleanly now except an obcure floating point initialization
10775 raised in log10() in one XPath regression test ???
10776 * tree.c: edited some comments to close #75244
10777
Daniel Veillard28cac6b2002-03-19 11:25:30 +000010778Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
10779
10780 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
10781 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
10782 context of ScrollKeeper, made sure that if the number is
10783 an integer, the serialization follows the description at
10784 http://www.w3.org/TR/xpath#section-String-Functions
10785
Daniel Veillard5997aca2002-03-18 18:36:20 +000010786Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10787
Daniel Veillard34ce8be2002-03-18 19:37:11 +000010788 * configure.in: preparing 2.4.18
10789 * doc/*: updated and rebuilt the web site
10790 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
10791 the Windows and Cygwin maintainers.
Daniel Veillard5997aca2002-03-18 18:36:20 +000010792 * parser.c: humm, changed the way the SAX parser work when
10793 xmlSubstituteEntitiesDefault(1) is set, it will then
10794 do the entity registration and loading by itself in case the
10795 user provided SAX getEntity() returns NULL.
10796 * testSAX.c: added --noent to test the behaviour.
10797
Daniel Veillardb5a60ec2002-03-18 11:45:56 +000010798Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10799
10800 * parser.c: Wilfried Teiken provided a hackish but working
10801 way to get context reported back on entities when parsing
10802 with SAX and without breaking the DOM build.
10803
Daniel Veillard2d347fa2002-03-17 10:34:11 +000010804Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10805
10806 * c14n.c: applied a new patch from Aleksey Sanin
10807 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
10808 to reference Aleksey implementation of XML digital Signatures
10809
Daniel Veillard38bf6f02002-03-16 22:03:31 +000010810Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10811
10812 * xpath.c: small fix to avoid potential problem due to
10813 ordering of freeing data
10814 * python/Makefile.am: people were complaining about
10815 the generated file in python dir not being built
10816
Daniel Veillardd2379012002-03-15 22:24:56 +000010817Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10818
10819 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
10820 python/generator.py python/libxml.c python/types.c: Cleanup
10821 of the python Makefiles based on Jacob and James feedback,
10822 fixed the spec file accordingly, fixed the number of warning
10823 that passing my pedantic CFLAGS was generating. Conclusion
10824 is that Python includes are real crap.
10825
Daniel Veillarde7dd2b82002-03-15 18:44:02 +000010826Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
10827
10828 * configure,in: it was reported quite a few times that
10829 xml2-config --cflags should not output
10830 -I$includeprefix/libxml2/libxml because libxml2 header names
10831 clashes with existing names like list.h from C++ stl.
10832 Includes should be #include<libxml/xxx.h> so ...
10833
Daniel Veillard6f293b12002-03-15 09:42:33 +000010834Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
10835
10836 * c14n.c: another patch from Aleksey Sanin
10837
Daniel Veillard5c396542002-03-15 07:57:50 +000010838Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10839
10840 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
10841 canonicalization algorithm
10842 * doc/xml.html doc/index.html: added the C14N references on the
10843 index page.
10844
jacob berkman9be65862002-03-14 02:15:56 +0000108452002-03-13 jacob berkman <jacob@ximian.com>
10846
10847 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
10848 usage, redundant, and gcc specific
10849
Daniel Veillard75be0132002-03-13 10:03:35 +000010850Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10851
10852 * xpath.c: speedup some node selection operations, this can
10853 have a significant impact on DocBook Norm's stylesheets
10854 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
10855 make sure it's always the case
10856 * debugXML.c: distinguish CDATA and comments in ls operations
10857
Daniel Veillard61f26172002-03-12 18:46:39 +000010858Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10859
10860 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
10861 to generate better API descriptions etc...
10862
Daniel Veillard9ff88172002-03-11 09:15:32 +000010863Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10864
10865 * c14n.c: Fixing #74186, made sure all boolean expressions
10866 get fully parenthesized, ran indent on the output
10867 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
10868 include/libxml/tree.h: also #74186 related, removed the
10869 --with-buffers option, and all the preprocessor conditional
10870 sections that were resulting from it.
10871
Daniel Veillardbb4e46d2002-03-10 16:49:08 +000010872Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10873
10874 * valid.c: applied patch from Dodji Seketeli fixing an
10875 uninitailized variable in xmlValidGetValidElements()
10876
Daniel Veillarddb1bdba2002-03-09 14:13:11 +000010877Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10878
10879 * c14n.c: fixed a few comments
10880 * doc/*.html doc/*/*.html: regenerated the docs and added
10881 the C14N API
10882 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
10883
Daniel Veillardfa49d872002-03-09 10:20:00 +000010884Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10885
10886 * check-xml-test-suite.py: fix to adapt varaiations in the
10887 bindings
10888 * configure.in python/setup.py python/setup.py.in: fixed to
10889 have the version of the python scripts automatically updated
10890
Daniel Veillarda3db2e32002-03-08 15:46:57 +000010891Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10892
10893 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
10894 in xmlCopyProp()
10895
Daniel Veillardaf43f632002-03-08 15:05:20 +000010896Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
10897
10898 * configure.in: preparing 2.4.17 release
10899 * doc/*: updated and rebuilt the docs
10900 * xpath.c: fixed a comment
10901 * python/libxml.c: fixed a possible reentrancy problem
10902
Daniel Veillardef6c46f2002-03-07 22:21:56 +000010903Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10904
10905 * tree.c python/tests/Makefile.am python/tests/attribs.py:
10906 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
10907 added a specific regression test
10908 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
10909 not raise exceptions when failing to find the attribute.
10910
Daniel Veillard90bc3712002-03-07 15:12:58 +000010911Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10912
10913 * configure.in xmllint.c: owen pointed out a problem with the
10914 ftme fix, gettimeofday() was not detected by configure and
10915 the ftime header wasn't included, dohhh
10916
Daniel Veillard8c1ae602002-03-07 11:21:00 +000010917Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10918
10919 * configure.in xmllint.c: trying to fix #71457 for timing
10920 precision when gettimeofday() is not availble but ftime() is
10921
Daniel Veillardf5a457a2002-03-07 10:25:29 +000010922Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10923
10924 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
10925 are now copied on install and part of the -devel RPM
10926
Daniel Veillard7b416132002-03-07 08:36:03 +000010927Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10928
10929 * xpath.c: trying to avoid bug #72150 which was apparently
10930 caused by a gcc bug (or a processor problem) as detailed
10931 at http://veillard.com/gcc.bug
10932
Daniel Veillardf742d342002-03-07 00:05:35 +000010933Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10934
10935 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
10936 fixed xmlReconciliateNs(), added a Python test/example for
10937 inter-document cut'n paste
10938 * python/libxml.py: fixed node.doc on document nodes and added
10939 xpathEval() onto node objects
10940
Daniel Veillard4e0e2972002-03-06 21:39:42 +000010941Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10942
10943 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
10944 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
10945 fixup and integrated tests for the serialization stuff
10946
Daniel Veillarde915b2d2002-03-06 18:42:40 +000010947Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10948
10949 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
10950 moved the libxml man page to section 3
10951
Daniel Veillard1e774382002-03-06 17:35:40 +000010952Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10953
10954 * tree.c: fix bug #72490
10955 * python/libxml.c python/libxml.py: added methods serialize()
10956 and saveTo() to all node elements.
10957
Daniel Veillardddffd2a2002-03-05 20:28:20 +000010958Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10959
10960 * xmlIO.c: closed #73430, don't read from an input source
10961 which indicated an end-of-file or an error.
10962
Daniel Veillard8d24cc12002-03-05 15:41:29 +000010963Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10964
10965 * parser.c: make sure SAX endDocument is always called as
10966 this could result in a Python memory leak otherwise (it's
10967 used to decrement ref-counting)
10968 * python/generator.py python/libxml.c python/libxml.py
10969 python/libxml2-python-api.xml python/libxml2class.txt
10970 python/tests/error.py python/tests/xpath.py: implemented
10971 the suggestions made by Gary Benson and extended the tests
10972 to match it.
10973
Daniel Veillardba5e18a2002-03-05 09:36:43 +000010974Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10975
10976 * python/generator.py: applied patch fixing #73450
10977
Daniel Veillard044fc6b2002-03-04 17:09:44 +000010978Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10979
10980 * xpath.c: fixing #61290 "namespace nodes have no parent"
10981 long standing divergence from the XPath REC. NodeSets
10982 simply hold a copy of namespace nodes and those node ->next
10983 points to the parent (which may not be the node carrying the
10984 definition).
10985 * include/libxml/xpath.h: flagged but didn't added a possible
10986 speedup
10987 * DOCBparser.c HTMLparser.c: removed some warnings from push
10988 parser due to new state being added.
10989 * tree.c: new fix from Boris Erdmann
10990 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
10991 the XML Canonalization support from Aleksey Sanin
10992
Daniel Veillardd4f41aa2002-03-03 14:13:46 +000010993Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10994
10995 * tree.c: patch from Boris Erdmann fixing some namespace odities
10996 with xmlCopyNode()
10997
Daniel Veillardc6613042002-03-02 09:34:02 +000010998Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10999
11000 * xmlIO.c: fix bug #72706 when loading a NULL entity
11001
Daniel Veillardc0fef772002-03-01 16:16:31 +000011002Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11003
11004 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
11005 actually change in a future XML Namespace revision.
11006
Daniel Veillard79426f22002-03-01 16:14:17 +000011007Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11008
11009 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
11010 added the possibility of returning nodesets from XPath extension
11011 functions written in Python
11012
Daniel Veillarda94ec6f2002-03-01 13:00:53 +000011013Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
11014
11015 * python/*: commiting some Python bindings work done while travelling
11016
Daniel Veillard97300512002-03-01 09:13:41 +000011017Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11018
11019 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
11020 explicitely with memory debugging switched on
11021
Daniel Veillard6361da02002-02-23 10:10:33 +000011022Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
11023
11024 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11025 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11026 Added wrapper for the xmlURIPtr type, provided accessors, fixed
11027 the accessor generator for strings
11028 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
11029 regression test.
11030
Daniel Veillard0fea6f42002-02-22 22:51:13 +000011031Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11032
11033 * python/README python/generator.py python/libxml.c python/setup.py:
11034 added the 'usual' setup.py to allow building a libxml2-python
11035 module based on the same code. The initialization is however
11036 different the 2 .so files fo libxml2 and libxslt are identical and
11037 they entry point initialize both libraries. this is done to avoid
11038 some possible nasty problem since the Python don't merge the maps
11039 of all shared modules.
11040
Daniel Veillard158a4d22002-02-20 22:17:58 +000011041Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11042
11043 * parser.c: fixed a push/encoding bug reported by Michael
11044 on librsvg
11045
Daniel Veillard7839e162002-02-20 18:54:48 +000011046Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11047
11048 * include/libxml/parserInternals.h: fixes a misplaced #endif
11049
Daniel Veillardd54fa3e2002-02-20 16:48:52 +000011050Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11051
11052 * parser.c valid.c: found and fixed a couple of allocation bugs
11053
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000011054Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
11055
11056 * doc/xml.html doc/python.html doc/*: added a Python and binding
11057 page describing the current state of the Python bindings and
11058 giving pointers to the other languages wrappers.
11059
Daniel Veillard5f4b5992002-02-20 10:22:49 +000011060Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11061
11062 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
11063 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
11064 rebuilt the API and web site
11065 * xpath.c: fixed #71978 portability bugs
11066
Daniel Veillard8aff2472002-02-19 21:50:43 +000011067Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
11068
11069 * SAX.c: oops broke automatic defaulting of namespaces attributes.
11070
Daniel Veillard8dc16a62002-02-19 21:08:48 +000011071Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11072
11073 * include/libxml/parserInternals.h parser.c: had to change
11074 2 internal parsing API when processing document content
11075 to check the start and end of element content are defined
11076 in the same entity
11077 * valid.c include/libxml/valid.h: attribute normalization can
11078 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
11079 with the context to report it.
11080 * SAX.c: fixed the last known bugs, crazy validation constraints
11081 when a document is standalone seems correctly handled. There
11082 is a couple of open issues left which need consideration especially
11083 PE93 on external unparsed entities and standalone status.
11084 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
11085 The 2 tests left failing are actually in error. Cleanup done.
11086
Daniel Veillardd6dc4cb2002-02-19 14:18:08 +000011087Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11088
11089 * valid.c: implemented E59 spaces in CDATA does not match the
11090 nonterminal S
11091
Daniel Veillard878eab02002-02-19 13:46:09 +000011092Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11093
11094 * SAX.c parser.c valid.c: more validation test fixups
11095 * check-xml-test-suite.py: added duration info for the tests
11096
Daniel Veillardd01fd3e2002-02-18 22:27:47 +000011097Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11098
11099 * parser.c valid.c: a couple of errors were reported but not
11100 saved back as such in the parsing context. Down to 1% failure rate
11101 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
11102
Daniel Veillard4a7ae502002-02-18 19:18:17 +000011103Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11104
11105 * xmlInternald.c: isExtender was missing a char
11106 * parser.c include/libxml/parser.h: % are acceptable in the
11107 internal subset if within a PUBLIC ID
11108
Daniel Veillard8ab0f582002-02-18 18:31:38 +000011109Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
11110
11111 * SAX.c parserInternals.c valid.c: more work on the conformance
11112 suite. Took the step to finally block documents with encoding
11113 errors. It's a fatal error per the spec, people should have fixed
11114 their documents by now.
11115
Daniel Veillard55253e22002-02-18 14:32:39 +000011116Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
11117
11118 * check-xml-test-suite.py: fixed the test script after some discussion
11119 on the semantic of TYPE="error"
11120 * Makefile.am: added the script to the distrib
11121
Daniel Veillard28757702002-02-18 11:19:30 +000011122Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11123
11124 * SAX.c entities.c: fixed a couple of conformances issues deep
11125 into the validation code (standalone and undeclared Notations)
11126
Daniel Veillard82ac6b02002-02-17 23:18:55 +000011127Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11128
11129 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
11130 stayed there for years !
11131
Daniel Veillard7aea52d2002-02-17 23:07:47 +000011132Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11133
11134 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
11135 missing
11136
Daniel Veillardc7612992002-02-17 22:47:37 +000011137Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11138
11139 * check-xml-test-suite.py: improved the behaviour a bit as
11140 well as the logs
11141 * parser.c valid.c SAX.c: fixed a few more bugs
11142 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
11143
Daniel Veillardbb7ddb32002-02-17 21:26:33 +000011144Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11145
11146 * check-xml-test-suite.py: python script to run regression tests
11147 against the XML Test suite of W3C/OASis
11148 * SAX.c: fixed a validation bug
11149 * parser.c: fixed 3 errors pointed by the test suite
11150 * doc/buildDocBookCatalog: fixed a typo pointed by drake
11151 * python/Makefile.am: fixed a dependendy
11152
Daniel Veillard9f28f302002-02-15 20:48:08 +000011153Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11154
11155 * xmlmemory.c: avoid a warning bug #71594
11156
Daniel Veillard144024e2002-02-13 21:14:46 +000011157Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11158
11159 * xmlmemory.c: Jesse Perry provided a patch to remove a few
11160 warning on alpha/Tru64
11161
Daniel Veillarde4301c82002-02-13 13:32:35 +000011162Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11163
11164 * include/libxml/entities.h: fixing a comment
11165 * valid.c: fixing some troubles with validity check on namespaces
11166 * result/VC/NS3 test/VC/NS3: added a specific regression test
11167
Daniel Veillarda6d05382002-02-13 13:07:41 +000011168Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11169
11170 * tree.c: Fixing #71342 serializing '\n' in attribute values
11171 * result/noent/att3 result/att3 test/att3: added a specific
11172 test.
11173
Daniel Veillard797a5652002-02-12 13:46:21 +000011174Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
11175
11176 * python/libxml.c: couple of bug fixes
11177
Daniel Veillard01a6d412002-02-11 18:42:20 +000011178Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
11179
11180 * python/*.py: removed tabs and used spaces.
11181
Daniel Veillard397ff112002-02-11 18:27:20 +000011182Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11183
11184 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
11185 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
11186
Daniel Veillard03517542002-02-11 13:54:40 +000011187Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11188
11189 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
11190 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
11191
Daniel Veillard6c4ffaf2002-02-11 08:54:05 +000011192Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11193
11194 * include/libxml/encoding.h include/libxml/entities.h
11195 include/libxml/globals.h include/libxml/parser.h
11196 include/libxml/threads.h include/libxml/tree.h
11197 include/libxml/xmlmemory.h: trying to fix the include mess
11198
Daniel Veillard1a612ed2002-02-11 07:54:45 +000011199Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11200
11201 * include/libxml/xmlmemory.h: reverted part of the previous
11202 attempt to provide #69655, this was breaking the build.
11203
Daniel Veillard0ba59232002-02-10 13:20:39 +000011204Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
11205
11206 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
11207 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
11208 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
11209 include/libxml/parserInternals.h include/libxml/tree.h
11210 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
11211 Tentatively fixed #69655 , make compiling with -Wredundant-decls
11212 clean.
11213 * python/libxml.c: fixed a warning.
11214
Daniel Veillardc5f05ad2002-02-10 11:57:22 +000011215Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
11216
11217 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
11218 copying of node, merge back IDs in the target document.
11219 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
11220 test/XInclude/ents/ids.xml: test case
11221 * result/VC/ElementValid4: output changed due to a typo fix
11222
Daniel Veillard1c18e302002-02-09 22:16:40 +000011223Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11224
11225 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +000011226 generate the dependencies right as Jacob found out. Add
11227 an extra dependency rule.
Daniel Veillard1c18e302002-02-09 22:16:40 +000011228
Daniel Veillard5e5c2d02002-02-09 18:03:01 +000011229Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11230
11231 * parserInternals.c valid.c: Justin Fletcher found some parts
11232 of the code needing cleanup
11233 * libxml.spec.in python/Makefile.am python/generator.py
11234 python/libxml.c python/libxml.py: Fixed the python Makefiles
11235 corrected a bug showing up on ia64, changed the name of the
11236 python internal module too
11237
Daniel Veillard07be19b2002-02-08 14:20:35 +000011238Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
11239
11240 * Makefile.am: applied patch from Andris Pavenis for binary
11241 name suffixes
11242
Daniel Veillardf216d462002-02-08 13:44:24 +000011243Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
11244
11245 * xmllint.c win32/win32config.h: fixing #68748
11246
Daniel Veillardd455d792002-02-08 13:37:46 +000011247Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11248
11249 * valid.c: fixing #70166
11250
11251Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11252
11253 * valid.c: fixing #70077
11254
Daniel Veillardc575b992002-02-08 13:28:40 +000011255Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11256
11257 * Copyright Makefile.am README configure.in libxml.spec.in:
11258 Changed to the MIT Licence
11259 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
11260 doc/xmlio.html: updated the doc accordingly
11261 * include/libxml/xmlwin32version.h configure.in: preparing
11262 2.4.14 release
11263 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11264 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11265 fixed the const xmlChar * wrapper and generator, XPath extension
11266 functions now use the context as first argument
11267 * python/tests/tstxpath.py python/tests/xpath.py
11268 python/tests/xpathext.py: Updated the tests accordingly
11269 * tree.c: fixed bug #70067
11270
Daniel Veillard7db38712002-02-07 16:39:11 +000011271Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11272
11273 * Makefile.am: cleanup
11274 * debugXML.c: always use stdout if output is NULL
11275 * xmlIO.c: don't close filedescriptors passed to outputBuffers
11276 * python/Makefile.am python/generator.py python/libxml2class.txt
11277 python/libxml_wrap.h python/types.c: augmented the number of bindings
11278 handling FILE * and XPath contexts
11279 * python/tests/Makefile.am: avoid a stupid problem due to the
11280 use of TEST.
11281
Daniel Veillard15a143b2002-02-06 22:40:50 +000011282Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11283
11284 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
11285
Daniel Veillard70cab352002-02-06 16:06:58 +000011286Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11287
11288 * python/TODO python/libxml.c: cleanup the extension function lookup
11289 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
11290
Daniel Veillard7a96efc2002-02-05 16:34:33 +000011291Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11292
11293 * configure.in python/Makefile.am: do not install outside
11294 of prefix
11295
Daniel Veillard33caa0b2002-02-04 14:07:26 +000011296Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11297
11298 * python/TODO python/libxml.c: started adding SAX interfaces
11299 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
11300 SAX test
11301
Daniel Veillard36eea2d2002-02-04 00:17:01 +000011302Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11303
11304 * tree.c: hardened the addChild function
11305 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11306 python/libxml2class.txt python/libxml_wrap.h python/TODO:
11307 added accessors needed for xmlNode, a bit more testing and
11308 extension of interfaces
11309 * python/tests/Makefile.am python/tests/build.py: added a test
11310 build from scratch/save/load/check
11311
Daniel Veillard4e1b26c2002-02-03 20:13:06 +000011312Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11313
11314 * parserInternals.c: change a small bit in the way valididy
11315 error messages get initialized
11316 * python/TODO python/libxml.c python/libxml2-python-api.xml
11317 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11318 added some memory debugging to track leaks at the libxml2 level
11319 * python/tests/*.py: changed all tests to check for leaks,
11320 there is just one left in XPath extension registrations.
11321
Daniel Veillard26f1dcc2002-02-03 16:53:19 +000011322Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
11323
11324 * python/TODO python/generator.py python/libxml2-python-api.xml
11325 python/libxml2class.txt: more accessor classes for the parser
11326 context, allow to switch on and check validity
11327 * python/tests/Makefile.am python/tests/error.py
11328 python/tests/invalid.xml python/tests/valid.xml
11329 python/tests/validate.py: attded more test and and added error.py
11330 which I forgot to commit in the last step
11331
Daniel Veillard3ce52572002-02-03 15:08:05 +000011332Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11333
11334 * python/Makefile.am python/types.c: cleanup
11335 * python/libxml.c python/libxml.py python/libxml_wrap.h
11336 python/generator.py python/libxml2-python-api.xml
11337 python/libxml2class.txt: added class for parser context, added
11338 first cut for push mode support. Added a framework to generate
11339 accessors functions.
11340 * python/tests/Makefile.am python/tests/push.py: added a push
11341 test
11342
Daniel Veillardcfb05462002-02-02 23:18:22 +000011343Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11344
11345 * python/Makefile.am python/TODO python/libxml.py: fixed a small
11346 bug a bit of cleanup.
11347
Daniel Veillard5d819032002-02-02 21:49:17 +000011348Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
11349
11350 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
11351 python/libxml2class.txt: adding error redirections and preformat
11352 to a python handler
11353 * python/tests/Makefile.am python/tests/*.py: cleanup made all
11354 tests self checking
11355
Daniel Veillard7fd7a942002-02-02 12:19:46 +000011356Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11357
11358 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
11359 a function
11360
Daniel Veillard9589d452002-02-02 10:28:17 +000011361Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11362
11363 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
11364 python/libxml.c python/libxml2-python-api.xml
11365 python/libxml2class.txt: Progressing through the TODOs, class
11366 description output, extra XML API, RPM now builds the wrappers
11367 for all python installed versions
11368
Daniel Veillard253aa2c2002-02-02 09:17:16 +000011369Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
11370
11371 * configure.in libxml.spec.in python/Makefile.am python/TODO
11372 python/generator.py python/libxml2class.txt: added more informations
11373 in the libxml2-python package including docs. Slightly changed
11374 the class hierarchy
11375 * python/tests/*: added basic regression tests infrastructure too
11376
11377Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11378
11379 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
11380 added libxml2-python as part of the packages installed
11381
Daniel Veillarda7340c82002-02-01 17:56:45 +000011382Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11383
11384 * python/Makefile.am python/generator.py python/libxml.c
11385 python/libxml.py: more work, now able to extend the
11386 XPath interpreter with functions written in python.
11387
Daniel Veillardc3e39442002-02-01 09:29:41 +000011388Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11389
11390 * python/Makefile.am: Jacob sent a patch to allow building from
11391 tarfile.
11392
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +000011393Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11394
11395 * python/Makefile.am python/libxml.c configure.in Makefile.am:
11396 inserted the python wrappers build, I hope this won't be too
11397 unportable
11398
Daniel Veillard1971ee22002-01-31 20:29:19 +000011399Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11400
11401 * xpath.c: minor optimization
11402 * python/generator.py python/libxml.c python/libxml.py
11403 python/libxml_wrap.h: more work on the python bindings,
11404 they now support XPath and there is no evident leak
11405
Daniel Veillard36ed5292002-01-30 23:49:06 +000011406Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11407
11408 * python/generator.py python/libxml.c python/libxml.py:
11409 more work on the python bindings generator.
11410
Daniel Veillard96fe0952002-01-30 20:52:23 +000011411Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11412
11413 * python/generator.py python/libxml.c python/libxml_wrap.h:
11414 more work on the python bindings.
11415
Daniel Veillardd2897fd2002-01-30 16:37:32 +000011416Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11417
11418 * python/generator.py python/libxml.c python/libxml.py
11419 python/libxml_wrap.h: commited early version of a python binding
11420 for private use only ATM
11421
Daniel Veillard8ee9c8f2002-01-26 21:42:58 +000011422Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11423
11424 * entities.c tree.c include/libxml/entities.h: applied patch
11425 from Anthony Jones to implement copy of DTD subtree too. Had
11426 just to keep 2 function private which really ought to become
11427 public ones.
11428
Daniel Veillarda42f25f2002-01-25 14:15:40 +000011429Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11430
11431 * xmllint.c: added pointers to the web pages in the usage()
11432
Daniel Veillardbd227ae2002-01-24 16:05:41 +000011433Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11434
11435 * tree.c: more fixes from Petr Kozelka for attribute handling
11436 in the tree API to align the semantic with DOM.
11437
Daniel Veillard36065812002-01-24 15:02:46 +000011438Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11439
11440 * valid.c tree.c entities.c: another set of patches from
11441 Anthony Jones for copy operations cleanup and robustness
11442
Daniel Veillardf8592562002-01-23 17:58:17 +000011443Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11444
11445 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
11446 an alphabetic index based on comments content
11447 * doc/*: rebuilt the web site with the new references
11448
Daniel Veillardc8c7be42002-01-23 17:53:44 +000011449Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11450
11451 * parserInternals.h: Greg Sjaardema suggested to use an
11452 eponential buffer groth policy in xmlParserAddNodeInfo()
11453
Daniel Veillard3bf65be2002-01-23 12:36:34 +000011454Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11455
11456 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
11457 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
11458 doc/parsedecl.py doc/Makefile.am: updated the python extractor
11459 to generate cross-references, and added/updated the stylesheets
11460 to generate and link API indexes. The generic keyword index
11461 is not done yet.
11462 * doc/*.html: regenerated all the usual docs too
11463
Daniel Veillard2070c482002-01-22 22:12:19 +000011464Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11465
11466 * debugXML.c: added an xpath function to the shell for T. V. Raman
11467
11468Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
Daniel Veillard5e926fa2002-01-22 21:44:25 +000011469
11470 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
11471 debug routines.
11472
Daniel Veillardc169f8b2002-01-22 21:40:13 +000011473Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11474
11475 * tree.c: apply an patch from Petr Kozelka for unlink and replace
11476 support of attribute nodes
11477
Daniel Veillard9d06d302002-01-22 18:15:52 +000011478Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11479
11480 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
11481 hopefully near complete and fully documented of the API in XML
11482 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
11483 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
11484 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
11485 include/libxml/parserInternals.h include/libxml/valid.hi
11486 include/libxml/xmlIO.h include/libxml/xmlerror.hi
11487 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
11488 include/libxml/xpath.h include/libxml/xpathInternals.h:
11489 Cleaned up the doc comments a lot in the process, the interface
11490 coverage is now 100%
11491
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011492Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11493
11494 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
11495 extracts comments from the gtk-doc DocBook output (a bit
11496 convoluted but seems to work).
11497
Daniel Veillard61006472002-01-21 17:31:47 +000011498Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11499
11500 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
11501 added an XML description of the API, moved the script generating
11502 it here. Added a "make api" target
11503
Daniel Veillardd2f23002002-01-21 13:36:00 +000011504Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11505
11506 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
11507
Daniel Veillard99e55eb2002-01-21 08:56:29 +000011508Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11509
11510 * xpath.c include/libxml/xpathInternals.h: the change made to
11511 xmlXPathFuncLookupFunc was incompatible roll it back
11512
Daniel Veillard963d2ae2002-01-20 22:08:18 +000011513Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11514
11515 * SAX.c: cleanup patch from Anthony Jones
11516 * doc/Makefile.am: fix the headers to avoid in make scan
11517 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
11518 includes, * vs Ptr and general cleanup
11519 * parsedecl.py: first version of a script to extract the
11520 module interfaces, the goal will be to provide .decl or XML
11521 specification of the interfaces to build wrappers.
11522
Daniel Veillard0f5f1622002-01-20 12:42:06 +000011523Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11524
11525 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
11526 now provides return codes in case of errors
11527
Bjorn Reese026d29f2002-01-19 15:40:18 +000011528Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
11529
11530 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
11531 Upgraded to trio baseline 1.6
11532 * strio.h strio.c: Replaced by triostr.h and triostr.c
11533
Daniel Veillard572577e2002-01-18 16:23:55 +000011534Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11535
11536 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
11537 of strdup usage in the code
11538
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011539Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11540
11541 * parser.c error.c: Keith Isdale complained rightly that
11542 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
11543
Daniel Veillardcfa0d812002-01-17 08:46:58 +000011544Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11545
11546 * tree.c: fixed the funxtion to set the xml: attributes
11547 * debugXML.c: added "setbase" to test it.
11548
Daniel Veillard2c748c62002-01-16 15:37:50 +000011549Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11550
11551 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
11552 to allow updating an attribute content
11553
Daniel Veillard8de85c62002-01-15 17:10:15 +000011554Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11555
11556 * libxml.h: try to avoid problems when compiling on Windows
11557
Daniel Veillard314cfa02002-01-14 17:58:01 +000011558Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11559
11560 * hash.c: patch from Anthony Jones for hash.c allocation size
11561 * Makefile.am: trying to work around Yet Another Libtool Madness
11562 and build the 2.4.13 release finally ...
11563
Daniel Veillard744683d2002-01-14 17:30:20 +000011564Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11565
11566 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
11567 * doc/* : update of the documentation
11568
Daniel Veillarde6a55192002-01-14 17:11:53 +000011569Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11570
11571 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
11572 at fixing #61290 :-(
11573
Daniel Veillardfb25a512002-01-13 20:32:08 +000011574Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11575
11576 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
11577 Fixes bug #67229
11578
Daniel Veillardacb2bda2002-01-13 16:15:43 +000011579Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11580
11581 * tree.c: trying to avoid troubles when a subtree is copied
11582 and coalesced in part with the target tree. Should fix
11583 bug #67407
11584
Daniel Veillardd8224e02002-01-13 15:43:22 +000011585Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11586
11587 * valid.c: fixed validation of attributes content of type
11588 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
11589 values, very old bug. Fixes #67671
11590
Daniel Veillard8107a222002-01-13 14:10:10 +000011591Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11592
11593 * parser.c include/libxml/parserInternals.h tree.c: integrated
11594 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
11595 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
11596
Daniel Veillarddb0eb8d2002-01-13 13:35:00 +000011597Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11598
11599 * threads.c: applied Serguei Narojnyi's patch to add native
11600 thread support on the Win32 platform
11601 * testThreadsWin32.c Makefile.am: added the test program also
11602 from Serguei, Win32 specific
11603 * include/win32config.h include/libxml/xmlwin32version.h.in:
11604 added patch from Igor for the Windows thread specific defines.
11605
Daniel Veillard845cce42002-01-09 11:51:37 +000011606Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11607
11608 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
11609
Daniel Veillard7b602b42002-01-08 13:26:00 +000011610Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11611
11612 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
11613 output page into XMLinfo.html. Close bug #66951 and
11614 raised by Robert Collins too.
11615
Daniel Veillard73c6e532002-01-08 13:15:33 +000011616Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11617
11618 * encoding.c: Paul Keogh pointed out a possibility of segfault
11619 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
11620 Closes bug # 68238
11621
Daniel Veillard4a859202002-01-08 11:49:22 +000011622Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
11623
11624 * doc/*.html: updated the Gdome2 links
11625
Daniel Veillard3c5ed912002-01-08 10:36:16 +000011626Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11627
11628 * libxml.h: Applied following patches from Robert Collins
11629 and make sure IN_LIBXML is defined when compiling it
11630 -------
11631 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
11632 as well as Visual C.
11633 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11634 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11635 * strio.c (PLATFORM_UNIX): Define for Cygwin.
11636 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
11637 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
11638 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
11639 xmlSysIDExists xmlNoNetExists).
11640 * xmllint.c: Don't include winsock2.h for Cygwin.
11641
Daniel Veillard401c2112002-01-07 16:54:10 +000011642Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11643
11644 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
11645 when the version info is not present.
11646
Daniel Veillard6f42c132002-01-06 23:05:13 +000011647Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11648
11649 * tree.c: Anthony Jones pointed out a problem in
11650 xmlStringGetNodeList() and provided a fix for it
11651
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011652Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11653
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011654 * parser.c: patch from Frank J Franklin to remove a bug in
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011655 xmlCreatePushParserCtxt() when the initial buffer passed
11656 is large.
11657
Daniel Veillard0e47ee22002-01-05 18:25:52 +000011658Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11659
11660 * win32/*: big cleanup of the Windows/MSVC project files
11661 from Igor Zlatkovic
11662
Daniel Veillardcebb1362002-01-02 13:13:30 +000011663Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11664
11665 * doc/Makefile.am: should fix #67674 and avoid troubles if
11666 xsltproc is not available or fails in the prefix provided
11667
Daniel Veillard26908ab2002-01-01 16:50:03 +000011668Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
11669
11670 * xmlmemory.c: one more doc patch from Charlie Bozeman.
11671
Daniel Veillard5344c602001-12-31 16:37:34 +000011672Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11673
11674 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
11675 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
11676 Fixed a few other problems raised by Charlie Bozeman.
11677 * result/VC/ElementValid[5-7]: fixed the output
11678
Daniel Veillardcbaf3992001-12-31 16:16:02 +000011679Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11680
11681 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
11682 patches from Charlie Bozeman. Regenerated the HTML docs.
11683
Daniel Veillard7f9a6802001-12-20 14:01:47 +000011684Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
11685
11686 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
11687 for Windows from Igor
11688
Daniel Veillard1df3dfc2001-12-18 11:14:16 +000011689Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11690
11691 * xmllint.c: applied Justin Fletcher patch for --output or -o
11692
Daniel Veillardd3b29d22001-12-18 07:53:16 +000011693Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
11694
11695 * win32/libxml2/libxml2.def.src: close #67019
11696
Daniel Veillard01db67c2001-12-18 07:09:59 +000011697Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11698
11699 * xmllint.c: applied Justin Fletcher generic timing patch
11700 similar to the one already applied to xsltproc.
11701
Daniel Veillardd1640922001-12-17 15:30:10 +000011702Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11703
11704 * include/libxml/tree.h tree.c: applied documentation patches
11705 from Charlie Bozeman
11706
MST 2001 John Fleck2323ac22001-12-14 04:24:50 +000011707Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
11708
11709 *doc/xmllint.xml, xmllint.1 - document --dropdtd
11710
Daniel Veillard29e43992001-12-13 22:21:58 +000011711Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
11712
11713 * valid.c: fix the xmlStrdup() used in the previous patch.
11714 * valid.c: added --dropdtd
11715 * tree.c: fixed xmlUnlinkNode so it also removes the references
11716 from the document if the node is a DTD
11717
Daniel Veillard86fd5a72001-12-13 14:55:21 +000011718Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
11719
11720 * HTMLtree.c valid.c: cleanup some static declarations
11721
Daniel Veillard9ae4b7a2001-12-13 14:24:09 +000011722Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11723
11724 * xmllint.c: removed another strdup()
11725 * doc/FAQ: removed the HP/UX entry
11726
Daniel Veillarded472f32001-12-13 08:48:14 +000011727Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
11728
11729 * valid.c: fix bug #66816 when validating.
11730 * xmllint.c: don't use sys/time.h if configure did not found it
11731
MST 2001 John Fleck3fc555e2001-12-11 04:41:24 +000011732Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
11733
11734 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
11735 xmlcatalog_man.xml
11736
Daniel Veillard2d8a93b2001-12-10 21:07:19 +000011737Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11738
11739 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
11740 xmlInitMemory() was declared twice
11741
Daniel Veillardb82c1662001-12-09 14:00:54 +000011742Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
11743
11744 * globals.c: do not reference strdup() !
11745 * configure.in libxml-2.0.pc.in: trying to fix the libs
11746 of the various config extraction modules
11747
Daniel Veillardef90ba72001-12-07 14:24:22 +000011748Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11749
11750 * configure.in : preparing 2.4.12
11751 * doc/* : updated and rebuilt the docs
11752
Daniel Veillard220346d2001-12-07 11:33:54 +000011753Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11754
11755 * uri.c: closed bug #66159
11756 * testURI.c: added --escape option
11757 * configure.in: some cleanup for xml2-config --cflags
11758
Daniel Veillard2a906822001-12-06 14:34:08 +000011759Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
11760
11761 * globals.c testThreads.c: removed some misplaced includes
11762 of xmlversion.h
11763
Daniel Veillarde28313b2001-12-06 14:08:31 +000011764Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
11765
11766 * threads.c: patch from Gary Pennington fixing a possible
11767 problem at initialization time.
11768
Daniel Veillardd3b08822001-12-05 12:03:33 +000011769Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
11770
11771 * configure.in libxml.h parser.c testThreads.c macos/: integrated
Daniel Veillarde28313b2001-12-06 14:08:31 +000011772 Eric Lavigne contribution to build libxml2 on MacOS using
Daniel Veillardd3b08822001-12-05 12:03:33 +000011773 CodeWarrior.
11774
Daniel Veillarda7866932001-12-04 13:14:44 +000011775Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
11776
11777 * xmllint.c: applied Geert Kloosterman's patch to fix
11778 --repeat --timing output
11779
Daniel Veillard19840942001-11-29 16:11:38 +000011780Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11781
11782 * parser.c: Robin Berjon <robin@knowscape.com> found a case
11783 where non-wellformed XML declaractions were not detected.
11784
Daniel Veillarde85d9342001-11-28 14:43:12 +000011785Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11786
11787 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
11788
Daniel Veillard22f25a82001-11-28 09:12:23 +000011789Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11790
11791 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
11792 gets reset by xmlCleanupInputCallbacks() and this makes the
11793 function useless. Same for output.
11794
Daniel Veillard107ccaa2001-11-27 16:23:50 +000011795Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11796
11797 * xmlIO.c: robert pointed out a loop error in callback cleanups
11798
Daniel Veillard8faa7832001-11-26 15:58:08 +000011799Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11800
11801 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
11802 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
11803 they are not really tied to debugging
11804
Daniel Veillardbd9b0e82001-11-26 10:32:08 +000011805Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11806
11807 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
11808 * xmllint.c: better --catalogs description
11809
Daniel Veillard4855c8c2001-11-25 10:35:25 +000011810Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11811
11812 * tree.c: fixed a couple of problems in xmlSetProp()
11813
Daniel Veillardcd337f02001-11-22 18:20:37 +000011814Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
11815
11816 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
11817 unappropriate stdout output.
11818
Daniel Veillard566d4df2001-11-22 13:00:53 +000011819Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
11820
11821 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
11822 by Denis Beurive, closes #65111
11823
Daniel Veillardb4545fd2001-11-20 09:37:09 +000011824Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
11825
11826 * valid.c: in case of content model validity error, don't
11827 print it if validity warnings were not requested.
11828
Daniel Veillardc69e0b12001-11-20 08:35:07 +000011829Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11830
11831 * nanoftp.c: applied a couple of patches from Brian D Ripley.
11832 * parserInternals.c: removed the last exit() call. Print an
11833 unmaskable error on stderr instead (library mismatch detection)
11834
MST 2001 John Fleck42304042001-11-18 00:18:06 +000011835Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
11836
11837 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
11838 shell instructions from Heiko Rupp
11839
Daniel Veillardf7b094f2001-11-15 13:54:39 +000011840Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11841
11842 * catalog.c: use the URL notation file:// for default catalog paths
11843
Daniel Veillard0ec98632001-11-14 15:04:32 +000011844Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11845
11846 * include/libxml/tree.h: better comments for _private fields
11847 * tree.c: removed a problem when copying an entity reference.
11848
Daniel Veillardd33cfbf2001-11-13 15:24:36 +000011849Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11850
11851 * vms/*: updated instructions and diffs from John A Fotheringham
11852
Daniel Veillarda11001b2001-11-12 22:45:36 +000011853Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11854
11855 * include/libxml/xmlerror.h: avoid an include problem if
11856 #include <libxml/xmlerror.h> happens first in code
11857 seems to be the case in KDE libs
11858
Daniel Veillard8e3943c2001-11-12 21:35:44 +000011859Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11860
11861 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
11862 from Igor for Windows
11863
11864Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11865
11866 * Makefile.am: Gary Pennington pointed out a missing prefix
11867
Daniel Veillard43d3f612001-11-10 11:57:23 +000011868Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11869
11870 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
11871 * doc/*: upgraded and rebuilt the docs
11872
Daniel Veillardc1f78342001-11-10 11:43:05 +000011873Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11874
11875 * HTMLparser.c: fix comment in scripts element parsing.
11876 * result/HTML/doc3*: updated the results.
11877
11878Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11879
11880 * uri.c: another URI bug fix #63336, using Joel Young patch.
11881
Daniel Veillardc6e013a2001-11-10 10:08:57 +000011882Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
11883
11884 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
11885 a cleaned up version of the Pwd shell string generation.
11886
Daniel Veillardbe480fb2001-11-08 23:36:42 +000011887Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11888
11889 * valid.c include/libxml/tree.h: trying to fix namespaces +
11890 validation problems for good, closing #63619 in the process
11891 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
11892 wrong in this respect, fixed it.
11893
Daniel Veillardd536f702001-11-08 17:32:47 +000011894Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11895
11896 * xmllint.c: Morus Walter patch to allow --format and --encode
11897
Daniel Veillard5004f422001-11-08 13:53:05 +000011898Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11899
11900 * debugXML.c: Stefan Kost provided an help command for the shell
11901
Daniel Veillarda6825e82001-11-07 13:33:59 +000011902Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
11903
11904 * debugXML.c: Heiko Rupp pointed that the shell would crash
11905 on empty nodesets returns.
11906
Daniel Veillard03f848d2001-11-07 12:53:46 +000011907Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11908
11909 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
11910 migh need the history libraries
11911
Daniel Veillard957fdcf2001-11-06 22:50:19 +000011912Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
11913
11914 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
11915 handle the case of < in quoted attributes, Bastian Kleineidam
11916
Daniel Veillardc853b322001-11-06 15:24:37 +000011917Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11918
11919 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
11920 fixing catalog breakages
11921 * Makefile.am catalog.c result/catalogs/catal
11922 result/catalogs/mycatalog.* test/catalogs/catal*:
11923 fixed more problems in catalog support, added more regression tests
11924 for both XML and SGML catalog handling
11925
Daniel Veillard66870c72001-11-05 19:27:49 +000011926Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11927
11928 * debugXML.c: applied an improvement to xmlGetLineNo() from
11929 Keith Isdale
11930
Daniel Veillardffe09c92001-11-05 14:21:47 +000011931Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11932
11933 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
11934 Side effect of the progressive catalog loading
11935
Daniel Veillardad661b92001-11-05 11:43:15 +000011936Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
11937
11938 * Makefile.am: confexecdir and confexec_DATA were defined twice
11939 pointed out by Karl Eichwalder
11940
Daniel Veillard6eb17722001-11-04 22:19:27 +000011941Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11942
11943 * xmlcatalog.c: avoid unlink() and use remove() instead.
11944
Daniel Veillardea898282001-11-04 22:13:45 +000011945Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11946
11947 * libxml.spec.in: cleanup
11948 * include/libxml/xmlwin32version.h: updated with 2.4.8
11949
Daniel Veillarda4617b82001-11-04 20:19:12 +000011950Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11951
11952 * encoding.c global.data globals.c testThreads.c: fix bug #63752
11953 of compiling libxml with a non standard set of options
11954
John Fleck027edfb2001-11-04 20:13:58 +000011955Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
11956
11957 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
11958 document --sgml option, fixing gnome bugzilla #63382
11959
Daniel Veillardcd21dc72001-11-04 20:03:38 +000011960Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11961
11962 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
11963 breakage of 2.4.7, added a couple of really needed APIs
11964 like xmlCatalogIsEmpty() and xmlNewCatalog()
11965 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
11966 for install-catalog
11967 * configure.in: preparing 2.4.8
11968
CET 2001 Daniel Veillard5a37bde2001-11-01 14:31:22 +000011969Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
11970
11971 * HTMLtree.c tree.c include/libxml/HTMLtree.h
11972 include/libxml/tree.h include/libxml/xmlIO.h: more include
11973 cleanups, export cleanly one html output + format function.
11974
11975Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11976
11977 * parser.c: removed initGenericErrorDefaultFunc call from
11978 xmlInitParser() since it could destroy previous calls to
11979 xsltSetGenericErrorFunc() effects
11980
Daniel Veillardebd38c52001-11-01 08:38:12 +000011981Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11982
11983 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
11984 keyword.
11985
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011986Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11987
11988 * Makefile.am: cleanup
11989 * threads.c: cleanup too
11990 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
11991 from xsltproc
11992 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +000011993 dependency loop.
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011994
Daniel Veillard91c00402001-10-30 17:41:38 +000011995Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11996
11997 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
11998 was not used anymore !
11999
Daniel Veillard52dcab32001-10-30 12:51:17 +000012000Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
12001
12002 * configure.in: preparing 2.4.7
12003 * Makefile.am doc/Makefile.am: switched to the latest xmllint
12004 manual page from John
12005 * doc/*: updated the doc and rebuilt the generated pages
12006
Daniel Veillarda9e65e82001-10-30 10:32:36 +000012007Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
12008
12009 * xmlIO.c: closing bug #62711, the library should never
12010 close stdin or stdout.
12011
Daniel Veillard4def3bd2001-10-30 09:47:47 +000012012Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
12013
12014 * uri.c: second pass at fixing #63336, using Joel Young
12015 final patch. looks okay.
12016
Daniel Veillardbb6808e2001-10-29 23:59:27 +000012017Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
12018
12019 * uri.c include/libxml/uri.h: trying to clear #63336
12020 allowing the escaping routine to parse unconformant
12021 URI-References.
12022
Daniel Veillardacf7ff02001-10-29 20:21:47 +000012023Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
12024
12025 * vms/readme.vms vms/build_libxml.com nanoftp.c
12026 include/libxml/xmlversion.h.in: a few VMS updates from
12027 John A Fotheringham
12028 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
12029 and xmlCleanupOutputCallbacks() for the Perl binding people.
12030
Daniel Veillard635ef722001-10-29 11:48:19 +000012031Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
12032
12033 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
12034 apply fixes to close #63271 and avoid segfaults when
12035 the error routine gets callbed before xmlInitParser()
12036 get called.
12037 * nanoftp.c error.c: Applied patches from Justin Fletcher
12038 correcting some xmlGenericError misuses.
12039
MDT 2001 John Fleckfd32de62001-10-27 20:14:01 +000012040Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
12041
12042 *doc/xmllint.xml, doc/xmllint.1
12043 New and improved man page for xmllint - .xml is the original, .1
12044 is the generated man page
12045
Daniel Veillardc9484202001-10-24 12:35:52 +000012046Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
12047
12048 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
12049 the web site from the main HTML document.
12050
Daniel Veillard5151c062001-10-23 13:10:19 +000012051Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12052
12053 * parser.c: fixed an erroneous validation bug when PE refs
12054 occurs in external parsed entities referenced from the
12055 internals subset
12056 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
12057 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
12058 added the associated testcase, it's a nice one.
12059 * HTMLparser.c: generate the DTD node as HTML still ...
12060 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
12061
Daniel Veillardb6b0fd82001-10-22 12:31:11 +000012062Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
12063
12064 * HTMLparser.c: fixed a bug in htmlNewDoc()
12065
Daniel Veillard89cad532001-10-22 09:46:13 +000012066Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
12067
12068 * test/threads/*: added entities testing to the Thread test
12069 * testThreads.c: make the test reasonable
12070 * DOCBparser.c: fix the DTD public and system ID
12071 * xmllint.c: added --sgml for SGML DocBook importing
12072 * Makefile.am: added Docbtests target
12073
Daniel Veillard9ae1eba2001-10-19 09:48:35 +000012074Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12075
12076 * nanoftp.c: use only "anonymous@" string for anonymous passwds
12077 * testThreads.c: removed bogus include
12078
Daniel Veillardce2c2f02001-10-18 14:57:24 +000012079Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
12080
12081 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
12082 fixed a very serious (looping) validation bug
12083
Daniel Veillard3c01b1d2001-10-17 15:58:35 +000012084Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
12085
12086 * include/libxml/globals.h include/libxml/threads.h threads.c
12087 testThreads.c: far more testing, cleaning up bugs
12088 * *.c : make sure globals.h is always included.
12089
Daniel Veillard7cc95c02001-10-17 15:45:12 +000012090Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
12091
12092 * HTMLparser.c: try to get rid of parser loops for good.
12093
Daniel Veillardab7488e2001-10-17 11:30:37 +000012094Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
12095
12096 * configure.in: fixed some bugs in CFLAGS passing.
12097 * test/threads Makefile.am testThreads.c: added a specific
12098 threaded test case (really nasty, guaranteed).
12099
Daniel Veillard85c11fa2001-10-16 21:03:08 +000012100Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
12101
12102 * catalog.c: serious cleanup on the management of the
12103 XML catalog tree, more tests done, especially with
12104 the catalog PI.
12105
Daniel Veillard364789a2001-10-16 12:45:00 +000012106Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
12107
12108 * catalog.c: avoid a problem in catalog cleanup on SMP if
12109 catalogs were not initialized.
12110
Daniel Veillard81463942001-10-16 12:34:39 +000012111Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
12112
12113 * catalog.c xpath.c: trying to cleanup the not thread safe
12114 parts of the library.
12115
Daniel Veillard64a411c2001-10-15 12:32:07 +000012116Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
12117
12118 * include/libxml/globals.h configure.in global.data: make
12119 the allocation be per-thread a configure option
12120 * encoding.c include/libxml/parser.h: fixed compilation
12121 errors
12122
Daniel Veillard5ee57fc2001-10-15 10:46:16 +000012123Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12124
12125 * include/libxml/parser.h: Norm reported that a few lines
12126 added were breaking libxslt compile, removed them for now
12127
Daniel Veillard6f350292001-10-14 09:56:15 +000012128Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
12129
12130 * parser.c parserInternals.c threads.c: debugged and fixed
12131 initialization problems which were giving troubles on SMP
12132 boxes.
12133
Daniel Veillard6661ffa2001-10-13 14:18:17 +000012134Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12135
12136 * include/libxml/Makefile.am: missing globals.h
12137
Daniel Veillarde7090612001-10-13 12:18:28 +000012138Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000012139
Daniel Veillarde7090612001-10-13 12:18:28 +000012140 * globals.c: added a couple of standard includes.
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000012141
Daniel Veillardd0463562001-10-13 09:15:48 +000012142Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12143
12144 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
12145 include/libxml/parserInternals.h include/libxml/tree.h
12146 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
12147 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
12148 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
12149 Applied the last patches from Gary, cleanup, activated threading
12150 all user accessible global variables are now handled in globals.[ch]
12151 Still a bit rought but make tests passes with either
12152 --with-threads defined at configure time or not.
12153 * Makefile.am example/Makefile.am: added globals.[ch] and threads
12154 linking options
12155
Daniel Veillardb8478642001-10-12 17:29:10 +000012156Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
12157
12158 * Makefile.am include/libxml/Makefile.am
12159 include/libxml/globals.h globals.c include/libxml/threads.h
12160 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
12161 configure.in: started integrating the core of the thread support
12162 not activated yet but half integrated. The code should still
12163 compile and work anyway.
12164
Daniel Veillardb44025c2001-10-11 22:55:55 +000012165Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12166
12167 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
12168 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
12169 integrating the non-controversial parts of Gary Pennington
12170 multithread patches
12171 * catalog.c: corrected a small bug introduced
12172
Daniel Veillard75b96822001-10-11 18:59:45 +000012173Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
12174
12175 * catalog.c include/libxml/catalog.h: very serious cleanup,
12176 isolating unportable code and as much as possible the accesses
12177 to the global shared catalog. May need more testing !
12178
Daniel Veillard78d12092001-10-11 09:12:24 +000012179Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12180
12181 * include/libxml/debugXML.h debugXML.c tree.c: integrating
12182 Keith Isdale patches for the XSLT debugger interfaces. Some
12183 cleanup
12184
Daniel Veillardff0b7312001-10-11 06:46:09 +000012185Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
12186
12187 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
12188 * DOCBparser.c: generate line nubers in elements
12189
Daniel Veillard60087f32001-10-10 09:45:09 +000012190Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
12191
12192 * configure.in: preparing 2.4.6 release
12193 * doc/xml.html doc/html/*: updated and rebuilt the docs
12194 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
12195
MDT 2001 John Fleck60416fa2001-10-09 02:41:50 +000012196Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
12197
12198 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
12199 adding documentation for DV's supercatalog support
12200
Daniel Veillard82d75332001-10-08 15:01:59 +000012201Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
12202
12203 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
12204 super catalog support adding one API and one flag --sgml to
12205 xmlcatalog
12206
MDT 2001 John Fleck0e229932001-10-07 22:46:00 +000012207Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
12208
12209 * doc/xmlcatalog_man.xml, xmlcatalog.1
12210 One more crack at
12211 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
12212
12213
Thomas Broyer47334c02001-10-07 16:41:52 +000012214Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12215
12216 * xpath.c: implemented xmlXPathObjectCopy for external objects
12217 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
12218
MDT 2001 John Fleckac941e32001-10-06 22:30:16 +000012219Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
12220
12221 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
12222 finishing up fix to
12223 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
12224 the xmlcatalog man page display more elegantly
12225
Daniel Veillard3fbe8e32001-10-06 13:30:33 +000012226Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
12227
12228 * configure.in: closing bug #61832
12229 * HTMLparser.c: removed a warning
12230
Daniel Veillard6ab38382001-10-06 13:08:27 +000012231Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
12232
12233 * xpath.c: fixing #61673 part I, do not loose doc information
12234 when copying result value trees.
12235
Daniel Veillard556c6682001-10-06 09:59:51 +000012236Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12237
12238 * xpath.c: trying to harden the XPath interpreter
12239
MDT 2001 John Fleck9f82dc62001-10-06 02:40:10 +000012240Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
12241
12242 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
12243 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
12244
William M. Brack1633d182001-10-05 15:41:19 +000012245Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12246
12247 * HTMLparser: repaired another loop problem
12248
Daniel Veillard20ee8c02001-10-05 09:18:14 +000012249Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12250
12251 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
12252 parsing.
12253 * xpath.c: fix bug #61291 the default XML namespace node is
12254 missing from the namespace axis.
12255 * tree.c: refuse to create namespaces nodes with prefix "xml"
12256
Daniel Veillard651f9472001-10-04 14:51:06 +000012257Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
12258
12259 * SAX.c: ouch a non-defined namespace could lead to a crash,
12260 fixed #61215
12261
Daniel Veillard7dd05702001-10-04 14:25:12 +000012262Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
12263
12264 * parserInternals.c: closed bug #61054
12265
Daniel Veillard5e6d10a2001-10-03 13:21:13 +000012266Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12267
12268 * include/libxml/Makefile.am: closing #60708
12269
Daniel Veillarda293c322001-10-02 13:54:14 +000012270Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
12271
12272 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
12273 adding xmlSAXParseFileWithData following Marco Stipek suggestion
12274
Daniel Veillardf4309d72001-10-02 09:28:58 +000012275Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12276
12277 * valid.c: close bug #61550 when xml: wasn't considered a namespace
12278
Daniel Veillardf6ed8bc2001-10-02 09:22:47 +000012279Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12280
12281 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
12282 * DOCBparser.c HTMLparser.c parser.c: fixed typos
12283
Daniel Veillard16756b62001-10-01 07:36:25 +000012284Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
12285
12286 * catalog.c: Justin Fletcher provided cleaup code in case
12287 HAVE_STAT is not defined
12288 * include/win32config.h: Igor Zlatkovic suggested to have
12289 HAVE_STAT defined there
12290
William M. Brack5e1cac12001-09-28 16:19:18 +000012291Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12292
12293 * catalog.c - fixed typing error reported by M. Barros
12294
MDT 2001 John Fleckbbb9e432001-09-24 03:08:43 +000012295Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
12296
12297 * xmllint.c - fixing typo
12298
William M. Brackd28e48a2001-09-23 01:55:08 +000012299Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12300
12301 * HTMLparser.c: small enhancement to prevent loop on
12302 unrecognizable data
12303
Daniel Veillardb1d62872001-09-21 09:47:08 +000012304Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12305
12306 * parserInternals.c: applying patch from bug #60757 this
12307 should close it
12308
Daniel Veillardc0631a62001-09-20 13:56:06 +000012309Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12310
12311 * catalog.c xmlcatalog.c: removed a couple of warning
12312 * xpath.c: try to solve the linking problem on platforms
12313 needing trio to compile
12314
Daniel Veillard1a123612001-09-19 08:06:23 +000012315Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000012316
Daniel Veillard1a123612001-09-19 08:06:23 +000012317 * Makefile.am libxml.spec.in: backing up non-documented changes
12318 commited without review or aproval by Jens Finke <jens@gnome.org>
12319 * HACKING: made 100% clear that no commit should be done directly
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000012320
Daniel Veillardf5b44e42001-09-17 17:19:54 +000012321Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
12322
12323 * configure.in: Joe Orton provided a patch fixing a problem
12324 when iconv is specified to be in a non-standard directory
12325 but wasn't exported in xml2-config --cflags
12326
Daniel Veillard2fc2db72001-09-14 17:33:51 +000012327Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
12328
Daniel Veillardf5b44e42001-09-17 17:19:54 +000012329 * configure.in: let's ship 2.4.5 before getting too much
Daniel Veillard2fc2db72001-09-14 17:33:51 +000012330 troubles with 2.4.4 errors.
12331
Daniel Veillard16698282001-09-14 10:29:27 +000012332Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12333
12334 * encoding.c entities.c: do not output hexadecimal charrefs
12335 when serializing HTML since some version of Netscape can't
12336 grok it, generate decimal ones.
12337 * result/HTML/doc3.htm: output changed due to previous test
12338 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
12339
Daniel Veillard98fed372001-09-13 11:34:58 +000012340Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
12341
12342 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
12343 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
12344
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000012345Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
Daniel Veillard98fed372001-09-13 11:34:58 +000012346 Released 2.4.4
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000012347
12348 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
12349 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
12350 updated the configuration scripts systems accordingly
12351
Daniel Veillard04382ae2001-09-12 18:51:30 +000012352Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12353
12354 * configure.in: preparing for 2.4.4
12355 * doc/xml.html doc/html/*: updated and rebuilt the docs
12356
Daniel Veillardd63437e2001-09-12 15:00:27 +000012357Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
12358
12359 * win32/dsp/libxml2.def.src: tried to incorporate comments
12360 from bug #59220
12361
Daniel Veillard319a7422001-09-11 09:27:09 +000012362Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
12363
12364 * parser.c result/noent/wml.xml: fixed bug #59981 related
12365 to handling of '&' in attributes when entities are substitued
12366
Daniel Veillard7cf5e442001-09-10 20:16:32 +000012367Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12368
12369 * libxml.h include/libxml/xmlversion.h.in
12370 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
12371 Tried to close bug #60131
12372
Daniel Veillardbce62332001-09-10 18:46:55 +000012373Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12374
12375 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
12376
Daniel Veillard143b04f2001-09-10 18:14:14 +000012377Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
12378
12379 * SAX.c: fixing bug #59946 on xmlns=""
12380
Daniel Veillard7a51d6d2001-09-10 14:40:43 +000012381Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12382
12383 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
12384 but allocates a new error code.
12385
Daniel Veillard05c13a22001-09-09 08:38:09 +000012386Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
12387
12388 * xmllint.c: John Fleck fixed typos in the options output
12389 * parser.c SAX.c: fix ignorable white space SAX selection
12390
12391Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12392
12393 * entities.c: Steve Underwood found the possibility of an
12394 ininite loop in case of error.
12395
Daniel Veillard5eb9dea2001-09-07 09:38:02 +000012396Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12397
12398 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
12399
Daniel Veillarda050d232001-09-05 15:51:05 +000012400Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
12401
12402 * parser.c: warn if version is not 1.0 but it's not
12403 strictly speaking an error after analyzing the spec
12404
MDT 2001 John Fleck04685002001-09-03 16:11:47 +000012405Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
12406
12407 *doc/catalog.html - add link to the html version of the
12408 man page, other linguistic cleanups
12409
MDT 2001 John Fleck5bd39dc2001-09-03 15:14:19 +000012410Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
12411
12412 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
12413 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
12414 file, has not yet been included in the build.
12415
Daniel Veillard99784ff2001-09-01 16:20:28 +000012416Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12417
12418 * catalog.c: removed a duplicate affectation Justin Fletcher
12419
Daniel Veillard9e1c72d2001-08-31 20:03:19 +000012420Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
12421
12422 * tree.c: Armin Sander pointed a possible text coalescing
12423 problem, completed his patch.
12424
Bjorn Reese0b2ae432001-08-31 16:31:57 +000012425Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12426
12427 * trionan.c: Fixed const and volatile re-definition problem
12428
Daniel Veillard5d96fff2001-08-31 14:55:30 +000012429Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
12430
12431 * libxml.4 parser.c: doc updates from Heiko Rupp
12432 * parserInternals.c: 2 sanity checks from Heiko Rupp
12433
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012434Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
12435
12436 * tree.c: applied patch from Armin Sander to make some pointers
12437 const in xmlCopyNode()
Daniel Veillard2ebd7a72001-08-28 21:07:03 +000012438 * include/libxml/tree.h: added fix to the header
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012439
Daniel Veillardb06c6142001-08-27 14:26:30 +000012440Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12441
12442 * xpath.c: hum, restrict the integer usage gcc bug workaround
12443 to only gcc compilers so that other architecture don't get
12444 penalized by this limitation.
12445 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
12446
Daniel Veillard268fd1b2001-08-26 18:46:36 +000012447Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12448
12449 * valid.c: fixed a Windows compiler warning (Chris Poblete)
12450 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
12451
Daniel Veillard6c5f9d12001-08-25 13:33:14 +000012452Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
12453
12454 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
12455 --convert option to xmlcatalog to convert SGML ones to
12456 the XML syntax.
12457 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
12458
12459 2.4.3 got released at that point
Daniel Veillard6990bf32001-08-23 21:17:48 +000012460Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12461
12462 * catalog.c xmlIO.c: started some serious testing and fixed
12463 a few bug and optmization needs.
12464
Daniel Veillard9f7b84b2001-08-23 15:31:19 +000012465Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12466
12467 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12468 preparing for a 2.4.3 release even if it may not be ready yet
12469 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
12470 all file parsing lookup to go through the entity resolver, add
12471 to add an API to bypass it (needed to load catalogs themselves),
12472 some cleanup on the catalog code too.
12473 * nanoftp.c: small cleanup
12474 * doc/catalog.html: small update
12475
Daniel Veillardbc2ddbe2001-08-23 10:24:27 +000012476Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
12477
12478 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
12479 Jun Kuriyama
12480
Daniel Veillardffb120d2001-08-23 00:52:23 +000012481Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12482
12483 * doc/catalog.html: finished the catalog documentation
12484
Daniel Veillarde7ead2d2001-08-22 23:44:09 +000012485Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12486
12487 * doc/catalog.html doc/xml.html: added documentation about
12488 Catalog support, misses an API description
12489 * doc/html/*: reextracted the API pages
12490
Daniel Veillarddc2cee22001-08-22 16:30:37 +000012491Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12492
12493 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
12494 Added the part about section 7.2 on URI resolution,
12495 fixed a side effect in the HTML parser, look complete
12496 and ready to rock except the URI/SystemID part!
12497
Daniel Veillard5d90b6c2001-08-22 14:29:45 +000012498Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12499
12500 * include/libxml/catalog.h include/libxml/parser.h
12501 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
12502 xmlIO.c: added support and APIs needed for the catalog PI
12503 * include/libxml/xmlIO.h: cleanup
12504
Daniel Veillarde2940dd2001-08-22 00:06:49 +000012505Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12506
12507 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
12508 include/libxml/catalog.h: starts to look okay, really
12509 plugged the new framework, cleaned a lot of stuff,
12510 added some APIs, except the PI's support missing this
12511 should be mostly complete
12512 * result/catalogs/* test/catalogs/*: added new test, enriched
12513 the existing one with URN ID tests
12514
Daniel Veillard64339542001-08-21 12:57:59 +000012515Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12516
12517 * catalog.c: fixed nextCatalog
12518 * result/catalogs/docbook test/catalogs/*: started adding
12519 a small regression test
12520
Daniel Veillardcda96922001-08-21 10:56:31 +000012521Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
12522
12523 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
12524 more work on the XML catalog support.
12525 * parser.c include/libxml/parser.h: small cleanup seems using
12526 list as a public parameter name can give portability troubles
12527 * trionan.c trionan.h xpath.c include/libxml/trionan.h
12528 include/libxml/xpath.h include/libxml/Makefile.am: removed
12529 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
12530 wrappers
12531
Bjorn Reese45029602001-08-21 09:23:53 +000012532Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12533
12534 * Makefile.am trio.c triodef.h trionan.c xpath.c
12535 include/libxml/Makefile.am include/libxml/trionan.h:
12536 Re-worked Not-A-Number and Infinity support.
12537 * xmlcatalog.c: added readline include files
12538
Daniel Veillard344cee72001-08-20 00:08:40 +000012539Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12540
12541 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
12542 testCatalog as xmlcatalog, making it an installed app
12543 adding a shell, and preparing it to be a /etc/xml/catalog
12544 management tool, though not ready yet
12545 * catalog.c include/libxml/catalog.h: adding support for
12546 XML Catalogs http://www.oasis-open.org/committees/entity/
12547 not finished, there is some interesting tradeoffs and a
12548 few open questions left.
12549
Daniel Veillardb7664f42001-08-19 13:00:43 +000012550Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
12551
12552 * xmllint.c: fixed a line formatting problem
12553
Daniel Veillard5015b712001-08-17 09:37:52 +000012554Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12555
12556 * SAX.c: removed a couple of unused variable (Albert Chin)
12557
Daniel Veillardbb371292001-08-16 23:26:59 +000012558Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12559
12560 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
12561 trying to fix some troubles w.r.t. function returning
12562 const xxxPtr.
12563
Daniel Veillardb60c54e2001-08-16 19:34:27 +000012564Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12565
12566 * win32/dsp/libxml2.def.src: another set of symbols conditionally
12567 defined
12568
Daniel Veillardae6db172001-08-16 19:32:00 +000012569Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
12570
12571 * xpointer.c: removed unused var
12572
Daniel Veillard09190202001-08-16 16:27:41 +000012573Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12574
12575 * testXPath.c: another small cleanup closing bug #59110
12576
Daniel Veillard796f4b62001-08-16 16:00:13 +000012577Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12578
12579 * win32/dsp/libxml2.def.src: small cleanup closing bug
12580 #59108
12581
Daniel Veillard5aac4e42001-08-15 20:46:57 +000012582Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
12583
12584 * example/gjobread.c: add xmlCleanupParser() before leaving
12585
Daniel Veillard9a0b3d62001-08-15 12:58:03 +000012586Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
12587
12588 * config.h.in configure.in include/libxml/xmlwin32version.h:
12589 released 2.4.2
12590
Daniel Veillardd3d06722001-08-15 12:06:36 +000012591Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
12592
12593 * include/libxml/valid.h debugXML.c valid.c: deprecate
12594 the non-boundchecking Sprintf functions, add Snprintf
12595 this should close bug #57984
12596
Daniel Veillardecb6f5b2001-08-15 08:47:42 +000012597Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
12598
12599 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
12600 URIs before doing the lookups (pointed by Mark Vakoc)
12601
Daniel Veillard0ab5cab2001-08-14 16:43:10 +000012602Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
12603
12604 * xpath.c: serious changes on Result Value Trees and NodeSets
12605 w.r.t. deallocation and collect operations. Probably not
12606 100% clean (merge of allocated trees smells like a problem).
12607 Seems sufficient to close #58943
12608
Daniel Veillard90493a92001-08-14 14:12:47 +000012609Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12610
12611 * xmllint.c: adding a --format option
12612
Daniel Veillardfe703322001-08-14 12:18:09 +000012613Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
12614
12615 * xpath.c: count() was broken on Result Value Tree
12616 * xmlIO.c: fixed file:/// accesses on _WIN32
12617
Daniel Veillard70ac0e32001-08-13 11:24:16 +000012618Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12619
12620 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
12621 macro was renamed, this should close bug #58683
12622
Daniel Veillardf300b7e2001-08-13 10:43:15 +000012623Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12624
12625 * SAX.c: small fix fixing bug #58539 reported by coolo, in
12626 entity substitution mode text at the end of the entity might
12627 be added due to text coalescing.
12628 * nanoftp.c parser.c: small cleanup
12629
Daniel Veillard0c720972001-08-08 20:59:00 +000012630Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
12631
12632 * HACKING: added John Fleck right to commit in the doc subdir
12633
Daniel Veillard48da9102001-08-07 01:10:10 +000012634Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12635
12636 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
12637 allow to inherit attributes from the DTD directly in the
12638 tree, this is needed for XPath and can be a useful feature.
12639 Inherited namespaces are always provided at the tree level now
12640 * test/defattr* result/defattr* result/noent/defattr*: added a couple
12641 of tests for this feature (XSLT being the prime user).
12642
Daniel Veillard50f34372001-08-03 12:06:36 +000012643Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12644
12645 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
12646 testSAX.c xmlIO.c xmllint.c include/win32config.h
12647 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
12648 include/libxml/xmlwin32version.h.in win32/README.MSDev
12649 win32/dsp/*: applied Win32 Facelift No.2 patches from
12650 Igor Zlatkovic for Windows/MSC
12651
Daniel Veillard9f4eb912001-08-01 21:22:27 +000012652Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
12653
12654 * SAX.c: unparsedEntityDecl() the URI computation of the
12655 entity wasn't done breaking XSLT unparsed-entity-uri()
12656
Daniel Veillard567e1b42001-08-01 15:53:47 +000012657Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
12658
12659 * xpath.c: fixed a bug when walking the descendants and
12660 the current node has no children
12661 * debugXML.c: show up when a text node is supposed to not be escaped
12662
Thomas Broyerf186c822001-07-31 23:30:37 +000012663Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12664
12665 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
12666 worked like the set:leading() function)
12667 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
12668
Daniel Veillardba6db032001-07-31 16:25:45 +000012669Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12670
12671 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
12672
Daniel Veillard57905372001-07-31 15:52:17 +000012673Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12674
12675 * include/libxml/xmlIO.h: apply change to close #58141
12676 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
12677
Daniel Veillard5e3eecb2001-07-31 15:10:53 +000012678Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12679
12680 * parser.c: when the internal subset uses a PE, then the
12681 included entity can use conditional sections.
12682
Daniel Veillard7d7e3792001-07-30 13:42:13 +000012683Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12684
12685 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
12686 when walking the namespace axis showing up in
12687 libxst/tests/general/bug-12
12688 * xmlmemory.c: added the possibility to trace a given block
12689 defined by its address
12690
Daniel Veillard4aafa792001-07-28 17:21:12 +000012691Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12692
12693 * parser.c: don't override existing encoding specified before
12694 starting xmlParseDocument()
12695
Daniel Veillardfdb1f242001-07-27 23:32:44 +000012696Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12697
12698 * include/libxml/xmlwin32version.h: reinserted, needed for
12699 Windows users of CVS
12700
Darin Adlera77cac02001-07-27 17:41:51 +0000127012001-07-27 Darin Adler <darin@bentspoon.com>
12702
Darin Adler699613b2001-07-27 22:47:14 +000012703 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
12704 * testCatalog.c: Add include of <libxml/parser.h>.
12705
127062001-07-27 Darin Adler <darin@bentspoon.com>
12707
Darin Adlera77cac02001-07-27 17:41:51 +000012708 * include/libxml/.cvsignore:
12709 * include/libxml/xmlwin32version.h:
12710 Remove this file from CVS because it's generated.
12711
Daniel Veillard50822cb2001-07-26 20:05:51 +000012712Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12713
12714 * parser.c include/libxml/parser.h: applied const patches from
12715 Tom Moog #58002
12716
Thomas Broyerba4ad322001-07-26 16:55:21 +000012717Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12718
12719 * xpath.c include/libxml/xpath{,Internals}.h: added a function
12720 lookup framework
12721
Daniel Veillard1d0bfab2001-07-26 11:49:41 +000012722Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12723
12724 * tree.c: fixed xmlCopyNode() for documents
12725
Daniel Veillard6dd398f2001-07-25 22:41:03 +000012726Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12727
12728 * parser.c: fixed bugs #58073 reported by Greg Shtilman
12729
12730Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard2454ab92001-07-25 21:39:46 +000012731
12732 * parser.c: fixes bug #57652 reported by Morus Walter
12733
Daniel Veillarde3924972001-07-25 20:25:21 +000012734Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12735
12736 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
12737
Daniel Veillarda53c6882001-07-25 17:18:57 +000012738Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12739
12740 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
12741 errors, lesson don't add new functions at 1am before a release
12742 * xpath.c: integrated fix from Bjorn to avoid divide by zero
12743 from XPath initialization when possible.
12744
Daniel Veillardd9bad132001-07-23 19:39:43 +000012745Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12746
12747 * result/scripts/base*: removing history/readline changed
12748 this slightly
12749 * include/libxml/parser.h SAX.c parser.c parserInternals.c
12750 xmllint.c: make element content line number generation
12751 optionnal to avoid breaking old apps added interface to switch
12752
Daniel Veillardf012a642001-07-23 19:10:52 +000012753Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12754
12755 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +000012756 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillardf012a642001-07-23 19:10:52 +000012757 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
12758 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
12759 John Kroll fixes to allow saving to HTTP via PUT (or
12760 POST of needed).
12761 * doc/html/*.html: regenerated the docs
12762
Thomas Broyere8126242001-07-22 03:54:15 +000012763Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12764
12765 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
12766 xmlHashScanFull and xmlHashScannFull3 to get passed the
12767 three keys as arguments to the callback function
12768
Daniel Veillard5e2dace2001-07-18 19:30:27 +000012769Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12770
12771 * configure.in Makefile.am: removed libxml softlink for good
12772 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
12773 100% coverage by gtk-doc
12774
Daniel Veillard8599e702001-07-17 21:38:51 +000012775Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12776
12777 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
12778 fixed serious troubles due to size_t vs. int mismatch
12779
Daniel Veillard8fcc4942001-07-17 20:07:33 +000012780Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12781
12782 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
12783
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012784Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12785
12786 * include/libxml/xpath{,Internals}.h xpath.c: added a more
12787 convenient extension API for value and context managing
12788 Now handles external objects through xmlXPathPopExternal,
12789 xmlXPathWrapExternal and xmlXPathReturnExternal.
12790 Added functions for sets operations (intersection, etc.)
12791
Daniel Veillard22090732001-07-16 00:06:07 +000012792Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12793
12794 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
12795 xmlIO.c tree.c parserInternals.c entities.c encoding.c
12796 HTMLparser.c: cleanup of global variables, marking some
12797 const or private.
12798
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012799Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
Thomas Broyer496be682001-07-15 22:59:18 +000012800
12801 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
12802 fixed xmlXPathNodeSetItem when passing index=0
12803
Daniel Veillard05dec342001-07-14 21:57:39 +000012804Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12805
12806 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
12807
Daniel Veillard28ae6362001-07-14 16:44:32 +000012808Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12809
12810 * xmllint.c: fixed compilation under Cygwin #57503
12811 * TODO: update
12812
Peter Williamsed156f52001-07-13 18:35:13 +0000128132001-07-13 Peter Williams <peterw@ximian.com>
12814
12815 * config.h.in: add #undef HAVE_DLFCN_H
12816
12817 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
12818 builddir.
12819
Daniel Veillard73b36e32001-07-12 15:09:52 +000012820Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12821
12822 * win32/libxml2/libxml2.def.src: added a couple of exported entries
12823 raised by #57348 and #57381
12824
Daniel Veillard7db37732001-07-12 01:20:08 +000012825Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12826
12827 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
12828 tree.c xpointer.c: store the line numbder in element->content,
12829 may break some software, need a configuration mechanism
12830
Darin Adler96037892001-07-11 00:03:16 +0000128312001-07-10 Darin Adler <darin@bentspoon.com>
12832
12833 * .cvsignore:
12834 * example/.cvsignore:
12835 * include/.cvsignore:
12836 * include/libxml/.cvsignore:
12837 Various things that are generated and should be ignored.
12838
Daniel Veillard09ab7e12001-07-10 15:49:44 +000012839Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12840
12841 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
12842 * doc/xml.html doc/html/*: updated the docs
12843
Daniel Veillard04e2dae2001-07-09 20:07:25 +000012844Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12845
12846 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
12847 validation occured on content with element child
12848
Daniel Veillardb8c9be92001-07-09 16:01:19 +000012849Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12850
12851 * tree.c: fixed XML Base computation which was broken
12852 * debugXML.c: added a base function to the shell
12853 * Makefile.am result/scripts/* test/scripts/*: added scripts
12854 based regression tests, and adding 2 XML Base tests
12855
Daniel Veillard19e96c32001-07-09 10:32:59 +000012856Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12857
12858 * tree.c: set properties doc and call xmlSetListDoc for properties
12859 content when grafting them in a different tree.
12860 * aclocal.m4: remove from CVS
12861
Daniel Veillarde086f5c2001-07-08 21:10:40 +000012862Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12863
12864 * win32/libxml2/libxml2.def.src: added some missing entry point
12865 for XPath (Mark Vakoc)
12866
Daniel Veillard388236f2001-07-08 18:35:48 +000012867Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12868
12869 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
12870 layer should URI-Unescape before trying to open resources.
12871
Daniel Veillard04383752001-07-08 14:27:15 +000012872Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12873
12874 * xpath.c: fix the name() bug for elements in the default
12875 namespace reported by Charlie Bozeman
12876
Daniel Veillard7583a592001-07-08 13:15:55 +000012877Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12878
12879 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
12880 led to an XPath fix, improvements of SAX initialization, and
12881 an added option --nocdata to testXPath
12882
Daniel Veillard449d7392001-07-07 19:11:06 +000012883Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12884
12885 * doc/libxml-doc.el: Felix Natter provided anew version working
12886 with XEmacs too
12887
Daniel Veillard5168dbf2001-07-07 00:18:23 +000012888Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12889
12890 * include/libxml/xpath.h: small cleanup
12891 * doc/xml.html: update
12892
Daniel Veillardf524d6e2001-07-05 23:41:40 +000012893Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12894
12895 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12896 released 2.3.14
12897
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012898Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12899
12900 * doc/html/*: rebuilt the docs for the release
Daniel Veillard5b43fde2001-07-05 23:31:40 +000012901 * doc/xml.html: added 2.3.14 release.
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012902
Daniel Veillard73c9c042001-07-05 20:02:54 +000012903Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12904
12905 * xpath.c: a bug reported by Stephan Kulow empty nodesets
12906 were not equal to empty strings
12907
Daniel Veillard1fd36d22001-07-04 22:54:28 +000012908Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12909
12910 * SAX.c: fixed a URI-Reference computation problem when validating
12911 * xmlIO.c: small cleanup
12912
Daniel Veillard4d65a1c2001-07-04 22:06:23 +000012913Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12914
12915 * parser.c: improved the description of a couple of interfaces
12916 upon Larry Stamper suggestion
12917
Daniel Veillard62f313b2001-07-04 19:49:14 +000012918Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12919
12920 * SAX.c entities.c parser.c: changed completely the way entities
12921 are handled when running the parser in entity substitution mode.
12922 This fixes a bug reported by Stephan Kulow and nearly divides
12923 by 3 the amount of memory required by libxslt to load and process
12924 DocBook TDG.
12925
Daniel Veillardf420ac52001-07-04 16:04:09 +000012926Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12927
12928 * HTMLparser.c: fixing a too early root closing problem raised
12929 byt Prashanth Naidu
12930
Daniel Veillard8c357d52001-07-03 23:43:33 +000012931Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12932
12933 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
12934 raised by Mark Vakoc.
12935
Daniel Veillard6e90d192001-07-03 16:37:49 +000012936Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12937
12938 * example/Makefile.am: fixed the include path to add srcdir/include
12939 * Makefile.am configure.in: fix from Albert Chin for iconv detection
12940 and some cleanup
12941
Daniel Veillardf06307e2001-07-03 10:35:50 +000012942Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12943
12944 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
12945 lot of optimization work, results in significant improvements
12946 when handling really complex XPath queries. Add a small optimizer
12947 for unions, improve [n] and [last()], avoid some costly ops.
12948
Daniel Veillard77044732001-06-29 21:31:07 +000012949Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12950
12951 * include/libxml/parser.h parser.c: xmlStrstr args are both const
12952 * xpath.c: small cleanup
12953 * xmlGetNsList: reformated, fixed problems if used on Entities
12954
Daniel Veillard2adbb512001-06-28 16:20:36 +000012955Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12956
12957 * doc/xml.html: added 1.8.14 and 2.3.13 releases
12958
Daniel Veillardb37ecd02001-06-28 16:18:11 +000012959Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12960
12961 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
12962 * Makefile.am example/Makefile.am: workaround automake generating
12963 erroneous deps
12964
Daniel Veillard12f7d292001-06-28 13:12:11 +000012965Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12966
12967 * include/win32config.h: bug #56801 Yon Derek provided a patch
12968 to the windows config file.
12969
Daniel Veillard87ee9142001-06-28 12:54:16 +000012970Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12971
12972 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
12973 libxml.h : Yon Derek provided a set of changes to compile from
12974 CVS on Windows/MSC
12975
Daniel Veillard0e4cd172001-06-28 12:13:56 +000012976Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12977
12978 * parser.c: fixed UTF8 BOM support in push mode
12979 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
12980 added a specific testcase
12981
Daniel Veillard3e5bb8e2001-06-27 16:34:34 +000012982Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12983
12984 * Makefile.am: added --push regression tests
12985 * parserInternals.c: the XML parser segfaulted in --push mode
12986
Daniel Veillard9a89a8a2001-06-27 11:13:35 +000012987Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12988
12989 * configure.in: moved the symlinks detection within a CVS
12990 check, this is not portable and will be removed soon.
12991 * xpath.c: small cleanup/speedup
12992
Daniel Veillard11648102001-06-26 16:08:24 +000012993Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12994
12995 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
12996 release of 2.3.12
12997 * parser.c: make an error message if unknow entities in all cases
12998
Daniel Veillardfcbd74a2001-06-26 07:47:23 +000012999Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13000
13001 * uri.c: fixed 2 uri normalization bugs on '//' reduction
13002
Daniel Veillard23793842001-06-25 16:07:45 +000013003Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13004
13005 * include/libxml/Makefile.am: Laszlo Peter pointed out that
13006 includes were installed in the wrong dir
13007
Daniel Veillardf5498f32001-06-25 15:08:36 +000013008Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13009
13010 * doc/html.xml: warn against sending code to exhibit bugs.
13011
Daniel Veillard56f06462001-06-24 21:34:03 +000013012Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13013
13014 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
13015 Tru64 from Thomas Leitner
13016
Daniel Veillardc5d64342001-06-24 12:13:24 +000013017Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13018
13019 * AUTHORS: added William and Bjorn
13020 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
13021 daniel@veillard.com hopefully I won't have to do this again
13022 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
13023 docs can be rebuilt cleanly now
13024 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
13025 from CVs it's generated, added include/libxml/xmlwin32version.h
13026 also generated but which should change far less frequently.
13027 * catalog.c nanoftp.c: made sure to include libxml.h not
13028 libxml/xmlversion.h directly
13029 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
13030 when compiling on WIN32 and MSC
13031
Daniel Veillard07385fd2001-06-23 21:55:48 +000013032Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13033
13034 * include/Makefile.am include/libxml/Makefile.am configure.in:
13035 fixed make distcheck and rebuilding the rpms
13036
Daniel Veillardcd1d9442001-06-23 18:53:44 +000013037Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13038
13039 * configure.in: should finish the migration of exported includes
13040 into a real include/libxml in CVS, at least for CVS users.
13041 * removed the exported headers, added in include/libxml (as well
13042 as xmlversion.h.in).
13043
Daniel Veillard6dd8e052001-06-23 18:38:06 +000013044Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13045
13046 * configure.in: fixed the way to detect symlink
13047
Daniel Veillard66541772001-06-23 18:31:04 +000013048Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13049
13050 * configure.in: updated, include/libxml is now a real CVS dir
13051
Daniel Veillardca989762001-06-23 17:39:29 +000013052Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13053
13054 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
13055 version works with both libxml1 and libxml2 (it autodetects
13056 the prefix of the html-files) from Felix Natter.
13057 * doc/xml.html: updated doc accordingly
13058
Daniel Veillard8cf14d52001-06-23 16:32:46 +000013059Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13060
13061 * xpath.c: fixed the bug generating a template loop in libxslt
13062 when using docbook-xsl-1.4, * should filter out document nodes
13063 * HACKING: added William
13064 * TODO: updated
13065
Daniel Veillard7b06bcb2001-06-22 16:03:51 +000013066Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13067
13068 * doc/FAQ.html: added a warning about gcc-3.0
13069 * doc/xml.html: added reference to gdome2 and removed a confusing
13070 sentence
13071
Daniel Veillardf7f41852001-06-22 15:18:01 +000013072Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13073
13074 * xmlversion.h: okay this is a generated file, but Windows
13075 users need it and they can't generate it, and I want CVS
13076 Windows users ...
13077 * win32/libxml2/libxml2_so.dsp: Windows project file for
13078 the shared lib version of libxml2
13079 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
13080 resources needed for libxslt/xsltproc by Yon Derek
13081
Bjorn Reese3157b342001-06-22 14:41:45 +000013082Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13083
13084 * trio.c: MSVC fix (provided by Igor Zlatkovic)
13085
Daniel Veillard4151acb2001-06-22 10:48:57 +000013086Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13087
Daniel Veillardcc146db2001-06-22 11:10:52 +000013088 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
13089
13090Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13091
Daniel Veillard4151acb2001-06-22 10:48:57 +000013092 * include/win32config.h: Yon Derek provided a first fix
13093 to be able to compile libxslt/xsltproc on Windows
13094
Daniel Veillardd79bcd12001-06-21 22:07:42 +000013095Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13096
13097 * xpath.c: attempt to work around what seemed a gcc optimizer
13098 bug when handling floats on i386 http://veillard.com/gcc.bug
13099 * tree.c entities.c encoding.c: doing some cleanups while
13100 chasing it
13101
Daniel Veillard017b1082001-06-21 11:20:21 +000013102Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13103
13104 * Makefile.am: cleanup when --without-debug is specified
13105 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
13106 w.r.t. --without-debug and other include points
13107 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
13108 Catalogs
13109 * configure.in entities.h tree.h HTMLparser.c: removed
13110 --without-corba, made the _private field mandatory
13111
Daniel Veillard87a764e2001-06-20 17:41:10 +000013112Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13113
13114 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
13115 outputs a BOM in UTF8, an errata has been issued to avoid the
13116 problem, that was the most reasonable solution... Add support
13117 for a leading UTF8 BOM in entities.
13118
Daniel Veillard10ea86c2001-06-20 13:55:33 +000013119Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13120
13121 * valid.c: fixed a bug found when post validating an entity ref
13122 * xmllint.c: added --loaddtd and sligly changed --postvalid to
13123 activate it too
13124
Daniel Veillard39196eb2001-06-19 18:09:42 +000013125Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13126
13127 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
13128 weakness in the node copy the XPointer and the XInclude
13129 implementations. Serious cleanup.
13130
Daniel Veillard3739b982001-06-19 12:51:30 +000013131Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13132
13133 * Makefile.am: Kjartan Maraas provided a small patch to
13134 add xml2-config.in to EXTRA_DIST
13135
Daniel Veillarda9142e72001-06-19 11:07:54 +000013136Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13137
13138 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
13139 provided another failing case found in KDE, the way the
13140 ctxt->vctxt.nodeTab was allocated and freed changed over
13141 time but it wasn't completely cleaned up. This should fix it.
13142
Daniel Veillard3ed27bd2001-06-17 17:58:17 +000013143Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13144
13145 * parser.c: Stephan Kulow also raised the fact that line number
13146 could get miscounted making debug harder, fixed the problem
13147 in xmlParseCharData()
13148
Daniel Veillard64b98c02001-06-17 17:20:21 +000013149Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13150
13151 * valid.c: Stephan Kulow pointed out a problem when validating
13152 and using an empty entity, forgot a 'break' in a case.
13153
Daniel Veillarde3c81b52001-06-17 14:50:34 +000013154Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13155
13156 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
13157 * doc/xml.html: updated with 2.3.11
13158
Daniel Veillard4ec885a2001-06-17 10:31:07 +000013159Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13160
13161 * TODO: updated adding cleanup of generated doc
13162 * configure.in: prepared to release 2.3.11
13163 * xmllint.c: added --version for bug reporting
13164 * doc/html/*.html: rebuilt the doc
13165
Daniel Veillard8b8d2252001-06-16 21:24:56 +000013166Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13167
13168 * xpath.c: first part of the work on selecting namespace to
13169 fix bug #56115
13170
Daniel Veillard96ed5832001-06-15 22:22:04 +000013171Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13172
13173 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
13174 when using -liconv
13175 * TODO: updated
13176
Daniel Veillardc4f631d2001-06-14 11:11:59 +000013177Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13178
13179 * HTMLtree.[ch]: more work on the HTML serialization routnes,
13180 cleanup, encoding support.
13181
Daniel Veillard608ad072001-06-14 08:32:28 +000013182Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13183
13184 * xpath.c: Thomas Broyer suggested a better patch for the / arg
13185
Daniel Veillard239d0522001-06-13 23:02:48 +000013186Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13187
13188 * xpath.c: bug detected by Ankh when / is used as a function arg
13189
Daniel Veillard02bb1702001-06-13 21:11:59 +000013190Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13191
13192 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
13193 of element and use it to avoid outputting formatting spaces at
13194 the wrong place. Implemented the format parameter for HTML save.
13195 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
13196 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
13197 result/HTML/wired.html: of course this impact the result of a
13198 number of HTML tests
13199
Daniel Veillard95d845f2001-06-13 13:48:46 +000013200Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13201
13202 * HTMLtree.[ch]: started augmenting the HTML save API with
13203 encoding and formatting parameters
13204
Daniel Veillardeca60d02001-06-13 07:45:41 +000013205Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13206
13207 * HTMLtree.h: cleanup and started evaluating the work needed on
13208 revamping the HTML output code
13209
Daniel Veillard84666b32001-06-11 17:31:08 +000013210Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13211
13212 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
13213
Daniel Veillard8bdd2202001-06-11 12:47:59 +000013214Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13215
13216 * valid.c: fixed bug #56049, forgot one check in the
13217 validation routine
13218
Daniel Veillardca2366a2001-06-11 12:09:01 +000013219Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13220
13221 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
13222
Daniel Veillard6761eee2001-06-11 10:29:38 +000013223Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13224
13225 * libxml.h: fixed an error in last commit
13226 * doc/FAQ.html: added an entry for compilation from CVS
13227
Daniel Veillard9cc6dc62001-06-11 08:09:20 +000013228Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13229
13230 * xmlversion.h.in libxml.h: Cygwin patches
13231 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
13232 * tree.h: cleanup
13233
Daniel Veillardacd370f2001-06-09 17:17:51 +000013234Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13235
13236 * tree.c: patched xmlFreeNode() to avoid freeing() a static
13237 memory block in a strange case where libxml is linked twice
13238 in the binary.
13239
Daniel Veillard1d047672001-06-09 16:41:01 +000013240Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13241
13242 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
13243 state far too often, simple fix used to avoid it.
13244
Daniel Veillard4497e692001-06-09 14:19:02 +000013245Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13246
13247 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
13248 being processed, applied his patch
13249 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
13250
Daniel Veillardf3afa7d2001-06-09 13:52:58 +000013251Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13252
13253 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
13254 provided fixes to compile on MSCC again
13255 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
13256 also provided an update for the project files.
13257
Daniel Veillarda682b212001-06-07 19:59:42 +000013258Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13259
13260 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
13261 bug #55810
13262
Daniel Veillarde8fc08e2001-06-07 19:35:47 +000013263Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13264
13265 * tree.c: fixed xmlGetNsProp() to close bug #55683
13266 Note this requires libxslt to use it's own function instead.
13267
Daniel Veillardf0c53762001-06-07 16:07:07 +000013268Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13269
13270 * HTMLtree.c: when in a pre element no formatting space should
13271 be added.
13272 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
13273
Daniel Veillard068a9652001-06-07 15:30:26 +000013274Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13275
13276 * configure.in: added tests for signal() and signal.h
13277
Daniel Veillard541d6552001-06-07 14:20:01 +000013278Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13279
13280 * xpath.c: robert pointed out xmlXPathNINF was not initialized
13281
Daniel Veillard8a367d42001-06-07 14:01:34 +000013282Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13283
13284 * doc/libxml-doc.el: Felix Natter provided a new version for
13285 libxml2
13286
Daniel Veillard8a926292001-06-07 11:20:20 +000013287Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13288
13289 * HTMLtree.c: when in a pre element no formatting space should
13290 be added.
13291
Daniel Veillard14839d52001-06-06 16:11:56 +000013292Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13293
13294 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
13295
Daniel Veillarde95e2392001-06-06 10:46:28 +000013296Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13297
13298 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
13299 hack
13300 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
13301 * uri.c: fixed a warning
13302
Daniel Veillard6e93c4a2001-06-05 20:57:42 +000013303Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13304
13305 * HTMLtree.c: trying to close bug #55772 escaping in script
13306 elements
13307 * doc/xml.html: suggest to send mail to the list
13308
13309Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard1c43dbf2001-06-05 17:12:52 +000013310
13311 * error.c: attempt to fix the xmlGetVarStr breakage once and for
13312 good. Use a macro and based on the solution provided in
13313 vsnprintf manual page from GNU.
13314
Bjorn Reese99748722001-06-05 12:49:15 +000013315Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13316
13317 * error.c: Workaround for non-preserving variadic list.
13318 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
13319
Daniel Veillard2e4f1882001-06-01 10:11:57 +000013320Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13321
13322 * doc/xml.html: added 2.3.10 release
13323
Daniel Veillardb3a182e2001-06-01 09:28:09 +000013324Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13325
13326 * configure.in: releasing 2.3.10
13327
Daniel Veillard3c2758d2001-05-31 18:43:43 +000013328Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13329
13330 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
13331
Daniel Veillard20042422001-05-31 18:22:04 +000013332Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13333
13334 * encoding.c: Robert Collins provided a patch to add the
13335 "US-ASCII" encoding alias
13336
Daniel Veillard97ac1312001-05-30 19:14:17 +000013337Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13338
13339 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
13340 string oriented functions and started cleaning the related areas
13341 in xpath.c which needed fixing in this respect
13342
Daniel Veillard2d703722001-05-30 18:32:34 +000013343Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13344
13345 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
13346 #55380
13347 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
13348
Daniel Veillard9403a042001-05-28 11:00:53 +000013349Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13350
13351 * TODO: updated
13352 * nanohttp.[ch] : started adding APIs to get the redirected URL
13353 when this occurs (needed for further base computation
13354 * tree.h: cleanup
13355 * encoding.c: cleanup
13356 * SAX.c: minor change around ctxt->loadsubset
13357
Daniel Veillard6278fb52001-05-25 07:38:41 +000013358Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13359
13360 * Makefile.am include/Makefile.am: small change to have
13361 include/libxml rebuilt if working from CVS.
13362 * uri.c: applied another patch from Carl Douglas for URI escaping,
13363 this should close bug #51876
13364
Daniel Veillardd16df9f2001-05-23 13:44:21 +000013365Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13366
13367 * xinclude.c: fixed XInclude recursive behaviour bug #54678
13368 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
13369 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
13370 added specific regression test
13371 * parser.h: preparing for the XSLT mode where DTD inherited
13372 attributes are added to the tree.
13373
Daniel Veillardbbd22452001-05-23 12:02:27 +000013374Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13375
13376 * xinclude.[ch]: Updated the namespace for the Last Call version
13377 * result/XInclude/include test/XInclude/include: updated the
13378 testsuite accordingly
13379
Daniel Veillard8514c672001-05-23 10:29:12 +000013380Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13381
13382 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
13383 related to bug #51876
13384
Daniel Veillard42596ad2001-05-22 16:57:14 +000013385Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13386
13387 * tree.c: fixed a gross mistake in base computation, xml:base is
13388 not completely correct yet (need cascade).
13389 * xpath.[ch]: added the few things needed to find a function name
13390 and URI from the XPath context when it is called.
13391
Daniel Veillard81418e32001-05-22 15:08:55 +000013392Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13393
13394 * catalog.[ch]: fixes and add xmlLoadCatalogs()
13395 * DOCBparser.c: small cleanup
13396 * xmllint.c: added a --catalogs option to load catalogs from
13397 $SGML_CATALOG_FILES
13398 * tree.c: cleanup
13399 * configure.in: iconv library fixup, ICONV_LIBS
13400
Daniel Veillardaf86c7f2001-05-21 14:11:26 +000013401Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13402
13403 * catalog.c: handling of CATALOG entries. detection of recursion,
13404 and a few bugfixes
13405 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
13406 against the default namespace
13407
Daniel Veillard04b93292001-05-21 08:15:31 +000013408Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13409
13410 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
13411
Daniel Veillarda97a19b2001-05-20 13:19:52 +000013412Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13413
13414 * parser.c: fixed propagation context info when parsing an
13415 external entity.
13416 * doc/html/*.html: regenerated a couple of docs
13417
Daniel Veillard4623acd2001-05-19 15:13:15 +000013418Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13419
13420 * doc/xml.html: update with 2.3.9 informations
13421
Daniel Veillardbed7b052001-05-19 14:59:49 +000013422Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13423
13424 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
13425 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
13426 * doc/html/* : rebuilt the docs
13427 * valid.c: small patch which may improve some case when
13428 validating.
13429
Daniel Veillardf69bb4b2001-05-19 13:24:56 +000013430Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13431
13432 * HTMLparser.c: Closed bug #54891
13433 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
13434 to the suite
13435
13436Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13437
13438 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
13439 applied a documentation patch from LotR and filled in a few missing
13440 descriptions
13441
Daniel Veillard76d66f42001-05-16 21:05:17 +000013442Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13443
13444 * xpath.c tree.c parser.c: speed optimizations at the parser level
13445 document tree freeing and xpath evaluation
13446
Daniel Veillardfd7ddca2001-05-16 10:57:35 +000013447Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13448
13449 * parser.c parser.h parserInternals.h: fixed a couple of
13450 interfaces for handling memory buffer input to const char *
13451 upon suggestion of JamesH.
13452
Daniel Veillardc3739e72001-05-15 15:23:27 +000013453Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13454
13455 * configure.in: LoTR sent a patch fixing the previous commit
13456
Daniel Veillarda4f27e02001-05-15 12:41:29 +000013457Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13458
13459 * configure.in: trying to deal again with the stoopid -R linking
13460 flag of Solaris
13461
Daniel Veillard790142b2001-05-15 10:51:53 +000013462Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13463
13464 * xpath.h: two nodeset access macros from Thomas Broyer
13465
Daniel Veillardba0b8c92001-05-15 09:43:47 +000013466Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13467
13468 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
13469 patch from Thomas Broyer
13470
Daniel Veillarde62d36c2001-05-15 08:53:16 +000013471Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13472
13473 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
13474 case
13475 * INSTALL: was empty added stuff from the FAQ
13476
Daniel Veillard75bea542001-05-11 17:41:21 +000013477Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13478
13479 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
13480 attributes handling and #54433 by adding xmlUnsetProp()
13481 and xmlUnsetNsProp()
13482
Daniel Veillard0a2a1632001-05-11 14:18:03 +000013483Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13484
13485 * HTMLparser.c: Patch from Jonas Borgström
13486 (htmlGetEndPriority): New function, returns
13487 the priority of a certain element.
13488 (htmlAutoCloseOnClose): Only close inline elements if they
13489 all have lower or equal priority.
13490 * result/HTML: this of course changed a number of tests results.
13491
Daniel Veillard7d6fd212001-05-10 15:34:11 +000013492Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13493
13494 * xmlIO.c catalog.c: plugged in the default catalog resolution
13495 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
13496 documentations
13497 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
13498
Daniel Veillarda7374592001-05-10 14:17:55 +000013499Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13500
13501 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
13502 integrating catalogs
13503 * catalog.[ch] testCatalog.c: adding a small catalo API
13504 (only SGML catalog support).
13505 * parser.c: restaured xmlKeepBlanksDefault(0) API
13506
Daniel Veillardc17337c2001-05-09 10:51:31 +000013507Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13508
13509 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
13510
Daniel Veillard257d9102001-05-08 10:41:44 +000013511Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13512
13513 * parser.c: added xmlParseExternalEntityPrivate() to allow
13514 propagation of ctxt->_private when parsing external entities
13515
Daniel Veillard083c2662001-05-08 08:27:14 +000013516Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13517
13518 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
13519
Daniel Veillard01ef7382001-05-08 07:31:43 +000013520Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13521
13522 * configure.in: fixed a small portability problem with AM_CONDITIONAL
13523
Daniel Veillard4de4d3b2001-05-07 20:50:47 +000013524Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13525
13526 * valid.c: warn when indeterminist content model is detected
13527 * result/VC/ElementValid8: this adds a message
13528 * Makefile.am: add --novalid for VCM tests
13529 * parserInternals.c: added a call to Init memory
13530
Daniel Veillard64269352001-05-04 17:52:34 +000013531Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13532
13533 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
13534 when both parameters are NULL.
13535
Daniel Veillard37721922001-05-04 15:21:12 +000013536Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13537
13538 * valid.c: applied small patch from Gary Pennington, reindented
13539 some part of the code.
13540
Daniel Veillard3bbbe6f2001-05-03 11:15:37 +000013541Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13542
13543 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
13544 release, updated and regenerated the docs
13545
Daniel Veillard357c9602001-05-03 10:49:20 +000013546Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13547
13548 * xpath.c result/XPath/expr/floats : clarified and cleanup
13549 printing of abnormal floats in tests.
13550
Daniel Veillarda2bc3682001-05-03 08:27:20 +000013551Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13552
13553 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
13554 * results/HTML/ : a few changes in the output of the HTML tests as
13555 a result.
13556 * configure.in: tying to fix -liconv where needed
13557
Daniel Veillard2a0d2e62001-05-02 17:11:36 +000013558Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13559
13560 * Makefile.am: fixed a stupid error
13561
Daniel Veillard7150a032001-05-02 16:41:11 +000013562Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13563
13564 * configure.in Makefile.am: make the inclusion of the trio
13565 modules in the library conditional
13566
Daniel Veillardc057c5d2001-05-02 12:41:24 +000013567Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13568
13569 * DOCBparser.c: patche from László Kovács, fixed entities refs
13570 in attributes handling
13571
Daniel Veillardedddff92001-05-02 10:58:52 +000013572Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13573
13574 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
13575 flushing
13576
Daniel Veillardc8f620b2001-04-30 20:31:33 +000013577Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13578
13579 * xpath.c: fix of an XSLT namespace bug reported on the list
13580 general/bug-8-
13581
Daniel Veillard5792e162001-04-30 17:44:45 +000013582Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13583
13584 * strio.h trio.c: Dan McNichol suggested a couple of small
13585 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
13586
Daniel Veillard02141ea2001-04-30 11:46:40 +000013587Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13588
13589 * tree.c parser.c encoding.c: spent a bit more time looking
13590 at the parsing speed and DOM handling. Added a few more
13591 speedups.
13592
Daniel Veillard3ed155f2001-04-29 19:56:59 +000013593Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13594
13595 * parser.c: small but effective parsing speed improvement
13596
Daniel Veillardb59076b2001-04-29 17:04:07 +000013597Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13598
13599 * configure.in: default on the DocBook parser inclusion (for Gnome)
13600 * DOCBparser.h: fixed a header reference
13601
Daniel Veillardb45c43b2001-04-28 17:02:11 +000013602Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13603
13604 * configure.in xpath.c: applied Bjorn patches for FPE on the
13605 alpha
13606
Daniel Veillardeefd4492001-04-28 16:55:50 +000013607Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13608
13609 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
13610 xmlSaveFormatFileTo()
13611
Daniel Veillarde39a93d2001-04-28 14:35:02 +000013612Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13613
13614 * xpath.c: simple and efficient optimization, XPath functions
13615 aways bind to the same code, cache this
13616 * TODO: updated (by saying some is obsolete)
13617
Daniel Veillard2156a562001-04-28 12:24:34 +000013618Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13619
13620 * xpath.c: more cleanup work on XPath name parsing routines
13621
Daniel Veillard61d80a22001-04-27 17:13:01 +000013622Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13623
13624 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
13625 xmlXPathParseName
13626 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
13627 * debugXML.c: avoid compilation problems if compiling without
13628 HTML support, Igor Zlatkovic
13629 * win32/libxml2/libxml2.def.src: being able to compile without
13630 XPath on Windows
13631
Daniel Veillarddbb14a72001-04-26 20:54:01 +000013632Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13633
13634 * libxml.m4: yet another patch from Toshio Kuratomi
13635
Daniel Veillard2913e4c2001-04-26 19:29:02 +000013636Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13637
13638 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
13639
Daniel Veillard67fee942001-04-26 18:59:03 +000013640Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13641
13642 * tree.[ch]: added xmlSaveFormatFile interface for saving
13643 and indenting a file.
13644
Daniel Veillard82e49712001-04-26 14:38:03 +000013645Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13646
13647 * xpath.c: fixed bug #53689 related to processing-instruction()
13648
Daniel Veillard02f077a2001-04-26 10:59:11 +000013649Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13650
13651 * DOCBparser.c: patche from László Kovács
13652
Daniel Veillard30211a02001-04-26 09:33:18 +000013653Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13654
13655 * parser.c: applied fixes from Christian Glahn bug report #53391
13656
Daniel Veillard5a7c3452001-04-26 09:16:13 +000013657Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13658
13659 * error.c: Jean François Lecomte provided a complete description
13660 and a fix to bug #53537
13661
Daniel Veillard5c4ec4c2001-04-26 07:43:59 +000013662Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13663
13664 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
13665
Daniel Veillard1034da22001-04-25 19:06:28 +000013666Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13667
13668 * DOCBparser.c SAX.c: a bit more work on entities processing.
13669 Still Need to cleanup XML output and references in attributes
13670
Daniel Veillard4ec0b0f2001-04-25 15:53:40 +000013671Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13672
13673 * DOCBparser.c include/Makefile.am: two patches from László Kovács
13674
Daniel Veillardb33c2012001-04-25 12:59:04 +000013675Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13676
13677 * tree.c: trying to fix #53574, not completely complete,
13678 I would like xmllint --copy --debug test/ent1 and
13679 xmllint --debug test/ent1 to show the same result.
13680 * xpath.c: fix a bug when trying to sort namespace nodes
13681
Daniel Veillard5146f202001-04-25 10:29:44 +000013682Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13683
13684 * HTMLtree.c: real fix for #53402
13685
Daniel Veillard7533cc82001-04-24 15:52:00 +000013686Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13687
13688 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
13689 PIs when using xsl:output
13690 * valid.c: closing #53537 some case generate segfaults if there
13691 is validity errors
13692
Daniel Veillard61b33d52001-04-24 13:55:12 +000013693Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13694
13695 * SAX.c testDocbook.c DOCBparser.c: more work on the support
13696 of external parsed entities, added --noent to testDocbook
13697 * valid.c: Garry Pennington found an uninitialized variable
13698 access in xmlValidateElementContent()
13699
Daniel Veillard56098d42001-04-24 12:51:09 +000013700Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13701
13702 * HTMLparser.c : HTML parsing still sucks ... trying to deal
13703 with madness
13704 * result/HTML/ : this modified the result of the regression tests
13705 a lot.
13706
Daniel Veillard122376b2001-04-24 12:12:30 +000013707Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13708
13709 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
13710 to doc where it wasn't checked against NULL reported by
13711 Jens Laas
13712
Daniel Veillard43dadeb2001-04-24 11:23:35 +000013713Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13714
13715 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
13716 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
13717
Daniel Veillardeae522a2001-04-23 13:41:34 +000013718Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13719
13720 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
13721 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
13722 * SAX.[ch]: cleanup and updates for DocBook
13723 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
13724 ex SGML identifier changes
13725 * valid.c: removed a static unused function.
13726
Daniel Veillardde57c612001-04-23 09:13:36 +000013727Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13728
13729 * HTMLtree.c: applied change for Paul Sponagl on script saving
13730 * Makefile.am: the warning about entity title.xml are normal.
13731
Daniel Veillard393df012001-04-22 20:11:18 +000013732Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13733
13734 * configure.in: release of 2.3.7
13735 * Makefile.am: fixing make distcheck
13736
Daniel Veillarda41123c2001-04-22 19:31:20 +000013737Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13738
13739 * doc/html/* doc/xml.html: updated and regenerated the docs
13740
Daniel Veillardfd0c3eb2001-04-22 19:13:10 +000013741Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13742
13743 * xpath.c: fixed the XPointer problem introduced in 2.3.6
13744
Daniel Veillarde82a9922001-04-22 12:12:58 +000013745Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13746
13747 * tree.c: fixed #53388 with the provided patch
13748
Daniel Veillard06803992001-04-22 10:35:56 +000013749Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13750
13751 * valid.c: Bjorn detected an invalid memory access. Fixed
13752 vstateVPush()
13753
Daniel Veillard40af6492001-04-22 08:50:55 +000013754Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13755
13756 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
13757
Bjorn Reese70a9da52001-04-21 16:57:29 +000013758Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13759
13760 * libxml.h: new header used only for the compilation of libxml
13761 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
13762 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
13763 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
13764 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
13765 xmlmemory.c xpath.c xpointer.c: libxml.h integration
13766 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
13767 baseline (version 1.2 plus a single patch).
13768 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
13769 scientific notation for numbers. Tests added.
13770 * xpath.c: formatting of numbers changed to use sprintf
13771 (contribution from William Brack)
13772
Daniel Veillard34b1b3a2001-04-21 14:16:10 +000013773Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13774
13775 * valid.c: cleanup, more useful debugging
13776 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
13777 * xmlIO.c: entity loading is printed as an error when validating
13778
Daniel Veillard1c14b8d2001-04-21 10:28:59 +000013779Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13780
13781 * valid.c: fixed to validate within entities
13782 * test/VCM/v22.xml: added a specific testcase
13783
Daniel Veillardca1f1722001-04-20 15:47:35 +000013784Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13785
13786 * valid.c: forgot an epsilon transition in for ()+
13787 * test/VCM/v21.xml : added a specific test case
13788
Daniel Veillard85349052001-04-20 13:48:21 +000013789Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13790
13791 * valid.c: removed a state explosion exhibited by RSS
13792 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
13793 from bug #51872
13794
Daniel Veillarddab4cb32001-04-20 13:03:48 +000013795Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13796
13797 * valid.[ch] tree.h: worked *hard* to get non-determinist content
13798 validation without using an ugly NFA -> DFA algo in the source.
13799 Made a specific algorithm easier to maintain, using a single
13800 stack and without recursion.
13801 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
13802 * hash.c: made the growing routine static
13803 * tree.h parser.c: added the parent information to an
13804 xmlElementContent node.
13805
Daniel Veillarde470df72001-04-18 21:41:07 +000013806Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13807
13808 * SAX.c parser.c xpath.c: generating IDs when not validating
13809 from an external parsed entity was poisoning the ID has table
13810 with removed values. This was killing XSLT on the KDE help
13811 browser.
13812
Daniel Veillardceacdd92001-04-18 15:10:35 +000013813Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13814
13815 * entities.h: andrew@ugh.net.au detected a double declaration
13816
Daniel Veillarda10efa82001-04-18 13:09:01 +000013817Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13818
13819 * debugXML.c hash.c tree.h valid.c : some changes related to
13820 the validation suport to improve speed with DocBook
13821 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
13822 the way validation errors get reported
13823
Daniel Veillard1ed3f882001-04-18 09:45:35 +000013824Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13825
13826 * HTMLparser.c HTMLtree.c: applied part of the patches provided
13827 by P C Chow and William M. Brack for XSLT HTML output
13828
Daniel Veillard2d90de42001-04-16 17:46:18 +000013829Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13830
13831 * xmlversion.h.in win32config.h win32/libxml2/*: applied
13832 Igor Zlatkovic patches for MSC compilation and added his
13833 updates
13834
Daniel Veillarde043ee12001-04-16 14:08:07 +000013835Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13836
13837 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
13838 prefix lookup.
13839 * parserInternals.c: fixed the bug reported by Morus Walter
13840 due to an off by one typo in xmlStringCurrentChar()
13841
Daniel Veillarda3bfca52001-04-12 15:42:58 +000013842Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13843
13844 * HTMLparser.c result/HTML/*: revamped the way the HTML
13845 parser handles end of tags or end of input
13846
Daniel Veillard82daa812001-04-12 08:55:36 +000013847Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13848
13849 * tree.[ch] : added xmlDocCopyNode for gdome2 support
13850
Daniel Veillard67a21302001-04-11 14:39:16 +000013851Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13852
13853 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
13854 bug where the linktime verions of free() won't work ...
13855
Daniel Veillard27b55282001-04-11 12:22:25 +000013856Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13857
13858 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
13859
Daniel Veillardafc73112001-04-11 11:51:41 +000013860Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13861
13862 * doc/xml.html: added 2.3.6 release
13863
Daniel Veillardbdb9ba72001-04-11 11:28:06 +000013864Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13865
13866 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
13867 * result/wml.xml: resulted in a small output change
13868
Daniel Veillardd2f3ec72001-04-11 07:50:02 +000013869Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13870
13871 * tree.c: xmlNewDoc was missing the charset initialization
13872 * xmllint.c: added --auto to autogenerate a doc, allow to
13873 reproduce the problem fixed on xmlNewDoc
13874
Daniel Veillard1731d6a2001-04-10 16:38:06 +000013875Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13876
13877 * xpath.c: trying to get 52979 solved
13878 * tree.c result/ result/noent/: trying to get 52712 solved, this
13879 also made me clean up the fact that XML output in general should
13880 not add formating blanks by default, this changed the output of
13881 a few tests
13882
Daniel Veillard73639a72001-04-10 14:31:39 +000013883Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13884
13885 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
13886
Daniel Veillardfac26a12001-04-08 13:08:14 +000013887Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13888
13889 * configure.in: finally released 2.3.6
13890
Daniel Veillard911f49a2001-04-07 15:39:35 +000013891Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13892
13893 * xpath.c: checking for null pointer generated by new code
13894
Daniel Veillardd8df6c02001-04-05 16:54:14 +000013895Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13896
13897 * xpath.c: fixed a [] evaluation problem reported
13898 * test/XPath/tests/simpleaddr: extended test
13899 * result/XPath/simpleaddr: updated result
13900
Daniel Veillard3b2c2612001-04-04 00:09:00 +000013901Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13902
13903 * xmllint.c: Dan Timis reported a portability problem
13904 on Macs without mmap, fixed it.
13905
Daniel Veillardb38bd552001-04-03 18:22:00 +000013906Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13907
13908 * testXPath.c : added a --tree option allowing to display the
13909 tree dump of the XPath expression
13910
Daniel Veillard4dd93462001-04-02 15:16:19 +000013911Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13912
13913 * xpath.c: fixed a memleak when comparing nodesets
13914 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
13915 * tree.c: added a TODO
13916
Daniel Veillard92ad2102001-03-27 12:47:33 +000013917Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13918
13919 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
13920 we need string functions
13921 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
13922 to be able to use them where needed. Applied some changes
13923 to reduce name linking pollution and compile in only what's
13924 needed.
13925 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
13926 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
13927 for the string manipulation functions
13928 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
13929 to the free() function of xmlmemory.c
13930 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
13931 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
13932 usage.
13933
13934
Daniel Veillard2be30642001-03-27 00:32:28 +000013935Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13936
13937 * error.c: applied the context output patch of the error
13938 handling submitted by Chuck Griffith
13939 * error/VC/*: this slightly change some error logs
13940
Daniel Veillard50582112001-03-26 22:52:16 +000013941Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13942
13943 * parser.c: fixed line number reporting on error
13944
Daniel Veillard04be4f52001-03-26 21:23:53 +000013945Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13946
13947 * parser.c: Sullivan and Darin found a parser bug,
13948 applied the patch.
13949
Daniel Veillardc86a4fa2001-03-26 16:28:29 +000013950Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13951
13952 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
13953 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
13954 xmlversion.h.in xpointer.c: of course the way I defined
13955 UNUSED breaks on old gcc version. Try to be smart and
13956 also define it directly in xmlversion.h
13957 * configure.in: removed -ansi flag from the pedantic set
13958
13959Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard56a4cb82001-03-24 17:00:36 +000013960 Huge cleanup, I switched to compile with
13961 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
13962 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
13963 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
13964 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
13965 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
13966 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
13967 encoding.h entities.c error.c list.[ch] nanoftp.c
13968 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
13969 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
13970 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
13971 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
13972 Cleanup, staticfied a number of non-exported functions,
13973 detected and cleaned up a dozen of problem found this way,
13974 avoided a lot of public function name/typedef/system names clashes
13975 * doc/xml.html: updated
13976 * configure.in: switched private flags to the really pedantic ones.
13977
Daniel Veillardc7ad7ce2001-03-22 21:45:29 +000013978Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13979
13980 * configure.in: 2.3.5
13981 * doc/html/*: rebuilt the docs
13982
Daniel Veillard146c9122001-03-22 15:22:27 +000013983Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13984
13985 * parser.c: fixed a reported bug in NOTATION parsing
13986 * uri.c: accepted but not fixed bug 51876, added TODO
13987 * Makefile.am: fixed bug 51876
13988
Daniel Veillarda5f013b2001-03-22 12:44:45 +000013989Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13990
13991 * config.h.in configure.in error.c: fix a compilation problem
13992 on platforms without vsnprintf (xml@thewrittenword.com)
13993
Daniel Veillarde020c3a2001-03-21 18:06:15 +000013994Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13995
13996 * parser.c: fixed a function name header typo
13997 * SAX.c: notations can also occur in external subset.
13998
Daniel Veillard7d42b542001-03-20 13:22:46 +000013999Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14000
14001 * error.c: removed a C++ like comment
14002
Daniel Veillard0b6b55b2001-03-20 11:27:34 +000014003Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14004
14005 * parser.c: fixing bug 52299 strange condition leading
14006 to a parser crash due to a buffer overflow
14007 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
14008 added the specific test case
14009
Daniel Veillardfbf8a2d2001-03-19 15:58:54 +000014010Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14011
14012 * xpath.[ch]: still a lot of cleanup based on XSLT, added
14013 xmlXPathConvert{String,Number,Boolean} to be able to make
14014 type casts without a context stack, fixed some implementation
14015 problems related to the absence of context at parse-time,
14016 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
14017 in the public API too
14018 * xpointer.c xpathInternals.h: we need to know at parse time
14019 whether we are compiling an XPointer
14020
Daniel Veillardafcbe1c2001-03-19 10:57:13 +000014021Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14022
14023 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
14024 cleaned up the parser internals, refactored XPath code, added
14025 new compilation based APIs and cleanly separated public and
14026 private APIs.
14027
Daniel Veillardd007d6c2001-03-19 00:01:07 +000014028Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14029
14030 * xpath.h: the comp field must be added at the end to avoid
14031 killing binary compat.
14032
Daniel Veillard9e7160d2001-03-18 23:17:47 +000014033Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14034
14035 * Makefile.am: detect XPath memleaks in regreson tests
14036 * error.c: fixed and error w.r.t. error reporting still using
14037 stderr
14038 * hash.c: added new line at end of file
14039 * tree.h: minor cleanup
14040 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
14041 expression parsing from evaluation, resulted in a number of
14042 changes internally, and in XPointer. Likely to break stuff
14043 using xpathInternals.h but should remain binary compatible,
14044 new interfaces will be added.
14045
Daniel Veillardd574f782001-03-14 19:40:17 +000014046Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14047
14048 * configure.in: fixed a couple of problems reported by
14049 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
14050 without gcc on non linux platforms.
14051
Daniel Veillard0a6c3582001-03-14 19:15:37 +000014052Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14053
14054 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
14055 a fix for --with-html-dir= configure support. I hope it won't
14056 break rpm generation
14057
Daniel Veillarda022fe02001-03-14 16:30:00 +000014058Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14059
14060 * xmlIO.c: one function comment cleanup.
14061
Daniel Veillard25239c12001-03-14 13:56:48 +000014062Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14063
14064 * SAX.c: external subset notations were improperly registered
14065 in the internal subset.
14066
Daniel Veillard2c4754f2001-03-13 09:31:12 +000014067Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14068
14069 * README.cvs-commits: added, pointing to HACKING
14070 * HACKING: updated
14071
Daniel Veillard82ab81e2001-03-12 21:11:21 +000014072Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14073
14074 * parser.c: and Matt Sergeant found one in the XML push
14075 parser (erroneous check I forgot to remove when I fixed the
14076 main parser).
14077
Daniel Veillard68d7b672001-03-12 18:22:04 +000014078Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14079
14080 * xpath.c: ptittom found a small bug in UnaryExpr
14081
Daniel Veillarde356c282001-03-10 12:32:04 +000014082Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14083
14084 * configure.in: bumped to 2.3.4
14085 * error.c: fixed bug #51860
14086 * tree.c: fixed bug #51861
14087 * valid.c: cleanup, more debug, failed to fix one bug crap ...
14088 * tree.[ch] : added xmlDefaultBufferSize
14089 * nanoftp.c: typo in function name header block
14090 * doc/xml.html : updated, added link to XML::LibXSLT
14091 * doc/html/* : rebuilt the docs
14092
Daniel Veillard80f32572001-03-07 19:45:40 +000014093Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14094
14095 * parser.c SAX.c: the new content parsing code raised an
14096 ugly bug in the characters() SAX callback. Found it
14097 just because of strangeness in XSLT XML Rec ouptut :-(
14098
Daniel Veillard6c831202001-03-07 15:57:53 +000014099Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14100
14101 * Makefile.am: Martin Baulig suggested to add -lm
14102 * tree.c: found another bug in xmlNodeGetContent()
14103
Daniel Veillard4af6b6e2001-03-06 08:33:38 +000014104Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14105
14106 * xpath.c: Bjorn found the error related to strictness of comparison.
14107
Daniel Veillard29631a82001-03-05 09:49:20 +000014108Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14109
14110 * parser.c: trying to fix the Dtd parsing problem reported
14111 by Gary, side effect of last week speed optimizations.
14112
Daniel Veillard14be0a12001-03-03 18:50:55 +000014113Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14114
14115 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
14116 * parserInternals.c: removed unneeded test raised by Stric
14117
Bjorn Reesee1dc0112001-03-03 12:09:03 +000014118Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
14119
14120 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
14121 and fixed by William Brack). Added xmlXPathFormatNumber.
14122 Changed the sorting slightly.
14123 * configure.in Makefile.am example/Makefile.am: Added -lm.
14124 Please note that applications linking with libxml2, must
14125 also like with the math library from now on.
14126
Daniel Veillardf9533d12001-03-03 10:04:57 +000014127Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14128
14129 * HTMLparser.c: fixed loop reported by Marc Sanfacon
14130
Daniel Veillard2f362242001-03-02 17:36:21 +000014131Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14132
14133 * parser.c: one must report spaces even if the Dtd element
14134 content proves that this is not part of the element content.
14135 * result/valid/*.xml: this changed the ouptu slightly
14136
Daniel Veillardb402c072001-03-01 17:28:58 +000014137Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14138
14139 * configure.in: bumped to 2.3.3
14140 * doc/xml.html: updated
14141
Daniel Veillard77851712001-02-27 21:54:07 +000014142Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14143
14144 * tree.c: minor doc fix
14145 * xpath.c: deallocation issues when a result tree has been
14146 converted to a node-set
14147
Daniel Veillardec70e912001-02-26 20:10:45 +000014148Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14149
14150 * doc/xml.html: oops corrected dates s/2000/2001
14151
Daniel Veillard8730c562001-02-26 10:49:57 +000014152Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14153
14154 * valid.c: new patch from Gary Pennington
14155
Daniel Veillard91e9d582001-02-26 07:31:12 +000014156Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14157
14158 * doc/xml.html: applied patch from Ankh
14159
Daniel Veillardedac3c92001-02-26 01:36:19 +000014160Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14161
14162 * xinclude.c: fixed a problem building on Mac
14163
Daniel Veillard21a0f912001-02-25 19:54:14 +000014164Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14165
14166 * parser.c: more work on increasing parsing ferformances
14167
Daniel Veillard48b2f892001-02-25 16:11:03 +000014168Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14169
14170 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
14171 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
14172 avoiding memcpy in production builds MEM_CLEANUP macro use
14173 * parser.[ch] parserInternals.c: optimizations of the tightest
14174 internal loops inside the parser. Better checking of I/O
14175 flushing/loading conditions
14176 * xmllint.c : added --timing
14177
Daniel Veillard71681102001-02-24 17:48:53 +000014178Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14179
14180 * configure.in: bumped to 2.3.2
14181 * doc/xml.html: updated for release
14182
Daniel Veillardbbd51d52001-02-24 03:07:03 +000014183Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14184
14185 * xpath.c: found a memleak and fixed a nasty bug
14186
Daniel Veillardf7cd4812001-02-23 18:44:52 +000014187Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14188
14189 * xmllint.[c1] : added return code errors for xmllint
14190 * xpath.c: specific debug dump function for result value trees
14191
Daniel Veillard4b637072001-02-21 21:52:55 +000014192Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14193
14194 * xpath.c: finally implemented xmlXPathCompareNodeSets
14195 * test/XPath/expr/floats results/XPath/expr/floats: added
14196 a test for float expressions
14197
Daniel Veillardf714aa32001-02-21 03:07:44 +000014198Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14199
14200 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
14201 * parserInternals.[ch]: trying to speed up parsing
14202 * xpath.c : speeded up node set equality op
14203
Daniel Veillarde0c3a622001-02-19 18:05:20 +000014204Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14205
14206 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
14207 better handling of ID/IDREF and the list modules associated
14208 * configure.in: small CFLAGS cleanup
14209
Daniel Veillarda8abee62001-02-19 15:14:59 +000014210Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14211
14212 * configure.in: fixed iconv detection on AIX (stric)
14213
Daniel Veillardbca64ef2001-02-19 22:20:01 +000014214Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard88f8f6f2001-02-19 10:00:53 +000014215
14216 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
14217
Bjorn Reesefd9b09b2001-02-18 16:51:25 +000014218Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
14219
14220 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
14221 and optimized xmlXPathNodeSetSort
14222
Daniel Veillard142adbf2001-02-17 13:21:05 +000014223Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14224
14225 * xpath.c: bug fix when context size is 0
14226 * parser.c: I like Norm's Dtd because they still manage to break
14227 the parser occasionally
14228
Daniel Veillardf23e0092001-02-16 13:21:29 +000014229Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14230
14231 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
14232
Daniel Veillarde0e26512001-02-16 00:11:46 +000014233Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14234
14235 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
14236 attributes within the XML-1.0 namespace
14237
Daniel Veillard6e6a6cc2001-02-15 15:55:44 +000014238Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14239
14240 * xpathInternals.h: exported a few axis functions
14241 * doc/xml.html: updated the doc
14242
Daniel Veillard760f4422001-02-15 14:59:48 +000014243Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14244
14245 * configure.in: applied patch from Daniel van Balen for OpenBSD
14246 and bumped version to 2.3.1
14247 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
14248 attempt to find autoclosing was simply broken, removed it,
14249 updated the examples, this is better
14250
Daniel Veillardd194dd22001-02-14 10:37:43 +000014251Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14252
14253 * hash.[ch]: added Paolo Casarini patch to provide Delete from
14254 hash functionnalities.
14255 * doc/html/* : rebuild the doc
14256
Daniel Veillardf41fbbf2001-02-13 17:05:35 +000014257Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14258
14259 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
14260 on predicate
14261 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
14262 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
14263 really want to have tags closed on output even if we accept
14264 unclosed ones on input
14265
Daniel Veillard5dd2f0a2001-02-12 17:36:05 +000014266Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14267
14268 * xpath.c: ouch don't free NULL, rare case fixed
14269 * tree.c: don't coalesce text nodes if they don't have the
14270 same behaviour wrt escaping on output
14271
Daniel Veillardd12b69d2001-02-11 20:17:31 +000014272Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14273
14274 * xpath.c: small fixup
14275 * SAX.c: don't warn on empty namespaces.
14276
Daniel Veillard6a2e4062001-02-08 10:31:33 +000014277Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14278
14279 * README: a bit of cleanup
14280 * configure.in: preparing for 2.3.0 release
14281
Daniel Veillard1f83d392001-02-08 09:37:42 +000014282Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14283
14284 * hash.[ch]: added a first version of xmlHashSize()
14285 * valid.c: another bug fix from Gary Pennington
14286
Daniel Veillard5eef6222001-02-07 18:24:48 +000014287Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14288
14289 * valid.c: couple of bug fixes pointed by Gary Pennington
14290 * HTMLtree.c: #if 0 cleanup
14291
Daniel Veillard2c257ec2001-02-06 13:29:07 +000014292Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14293
14294 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
14295 which removes a time consuming check of xmlXPathNodeSetAdd()
14296 and use it in places where we are sure to not break unicity
14297
Daniel Veillard0f2a53c2001-02-05 17:57:33 +000014298Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14299
14300 * xpath.c: bug fixes found from XSLT
14301 * tree.c: preserve node->name special values when copying nodes.
14302 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
14303 external subset are fetched when available but without full
14304 validation. Added xmlLoadExtDtdDefaultValue, need a function.
14305 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
14306 output with encoding disabled.
14307
Daniel Veillard2c833b62001-02-03 08:52:06 +000014308Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14309
14310 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
14311 xmlCheckFilename should not be called from xmlFileOpenW
14312 and xmlGzfileOpenW
14313
Daniel Veillardb6e7fdb2001-02-02 17:07:32 +000014314Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14315
14316 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
14317 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
14318 added the new tests for URI normalization
14319 * testURI.c: fixed stoopid bugs
14320 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
14321 the URI in the error messages are now properly normalized
14322
Daniel Veillardea28ce62001-02-02 08:20:19 +000014323Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14324
14325 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
14326
Daniel Veillarde99a4762001-02-01 04:34:35 +000014327Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14328
14329 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
14330
Daniel Veillard2b325a02001-01-31 20:46:31 +000014331Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14332
14333 * xpath.c: fixed mod operator
14334
Daniel Veillardde55cf62001-01-31 15:53:13 +000014335Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14336
14337 * parser.c: fixed xmlStrcat doc
14338 * tree.c: 2 fixes form Anders Carlson for copying nodes and
14339 trees.
14340
Daniel Veillard2f913b72001-01-31 13:23:49 +000014341Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14342
14343 * xpath.c result/XPath/tests/chaptersbase
14344 result/XPath/tests/simplebase: fixed XPath node()
14345 * tree.c: small fix in xmlNewNs()
14346 * Makefile.am: removed extraneous xml2Conf.sh rule
14347
Daniel Veillardb42042b2001-01-28 07:40:36 +000014348Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14349
14350 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
14351 Changed the library name, in order to get libxml-devel and
14352 libxml2-devel to coexist on a single system
14353 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
14354 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
14355
Daniel Veillardee0a4662001-01-27 18:59:33 +000014356Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14357
14358 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
14359 libxml2-devel installable in // as libxml-devel.
14360
Daniel Veillard5eb05942001-01-27 17:50:22 +000014361Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14362
14363 * doc/Makefile.am: fixed make rebuild in doc
14364 * doc/html/*.html: rebuilt the docs
14365
Daniel Veillard65c295d2001-01-26 09:32:39 +000014366Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14367
14368 * tree.c: patch from Bjorn Reese on xmlBufferCCat
14369
Daniel Veillard8e199902001-01-25 18:54:39 +000014370Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14371
14372 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
14373 the HTML doc to go into the -devel RPM ...
14374 * aclocal.m4 config.h.in: some updates due to auto* magic
14375
Daniel Veillard93086662001-01-25 18:13:04 +000014376Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14377
14378 * xpath.h: added a hook in the context structure allowing to
14379 link to extra support, needed for XSLT
14380
Daniel Veillardf17e09b2001-01-25 13:55:35 +000014381Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14382
14383 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
14384 xmlXPtrCmpPoints to use it.
14385 * propagated the following patch from Alejandro Forero
14386 * include/win32config.h xmlIO.c: applied further suggestions
14387 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
14388 * example/gjobread.c: fixed warnings, now that it builds
14389
14390Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
14391
14392 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
14393
14394 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
14395 filename points to a valid file (not a directory).
14396 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
14397 Added calls to xmlCheckFilenameDir.
14398
14399 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
14400 `path' (rather than `filename') as the parameter to gzopen and open.
14401
Daniel Veillard48177c22001-01-23 15:27:41 +000014402Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14403
14404 * Makefile.am: fixed a problem with EXTRA_DIST
14405
Daniel Veillardb83ba402001-01-22 22:45:10 +000014406Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14407
14408 * Makefile.am example/Makefile.am: finally found the trick
14409 to build the example, i.e. add "." in SUBDIRS before example
14410 in the list <grin/>
14411
Daniel Veillard82687162001-01-22 15:32:01 +000014412Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14413
14414 * doc/xml.html: updated with an XSLT section, removed pointer to
14415 W3C CVS base.
14416
Daniel Veillard8a7642f2001-01-22 10:45:16 +000014417Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14418
14419 * xpath.c: when copying a XSLT tree object teh tree need to be copied
14420 too, and deallocation need to occur the same way.
14421
Daniel Veillarde4566462001-01-22 09:58:39 +000014422Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14423
14424 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
14425 type correponding to an XSLT result tree fragment. Share most
14426 of the data format with node set, as well as operators.
14427 * HTMLtree.c: added a newline at the end of the doctype output
14428 whe this one is not present initially.
14429 * tree.c: make sure taht the parent and doc pointers are properly
14430 set when copying attributes (lists).
14431
Daniel Veillard701c7362001-01-21 09:48:59 +000014432Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14433
14434 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
14435
Daniel Veillard5a2b6972001-01-20 21:15:50 +000014436Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14437
14438 * xpath.c: seems I finally killed that ugly path evaluation
14439 context bug (tagged 9999 in case is is wrong)
14440
Daniel Veillard8f4d9752001-01-19 05:32:34 +000014441Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14442
14443 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
14444 for XSLT
14445
Daniel Veillardd8aa7cb2001-01-18 15:21:36 +000014446Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14447
14448 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
14449 for xmlGzfileOpen() bug
14450
Daniel Veillardf6eea272001-01-18 12:17:12 +000014451Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14452
14453 * xpath.c: removed an error found by XSLT usage
14454 * tree.c parserInternals.h: use a predefined static string
14455 for text and comment nodes, avoid freeing them in xmlFreeNode,
14456 exported the string name in parserInternals.h and added
14457 another value to disable encoding at output (for XSLT),
14458 gain memory, time.
14459
Daniel Veillard8f2cc572001-01-17 08:19:35 +000014460Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14461
14462 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
14463 win32/libxml2/libxml2_so.dsp: new makefiles and update
14464 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
14465
Daniel Veillardf831bfb2001-01-16 17:26:04 +000014466Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14467
14468 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
14469 Gary Pennington
14470
Daniel Veillard389e6b72001-01-15 19:41:13 +000014471Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14472
14473 * xpath.c: fixed the comaprision of values and nodelists,
14474 need to compare nodelist still ...
14475 * debugXML.c: avoided a possible core dump
14476 * HTMLparser.c: cleanup
14477 * nanohttp.c: contributed fix.
14478 * tree.c: fixes in properties handling added xmlSetNsProp
14479 needed by libxslt
14480 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
14481 comment
14482 * TODO: updated
14483
Daniel Veillard167bd532001-01-06 21:09:34 +000014484Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14485
14486 * parser.c parserInternals.c: applied Bjorn Reese optimization
14487 patch
14488
14489Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14490
14491 * Makefile.am: applied patch fro make check from Martin Vidner
14492
Daniel Veillard503b8932001-01-05 06:36:31 +000014493Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14494
14495 * configure.in: preparing 2.2.11
14496 * doc/html/*: rebuild the HTML files
14497 * doc/xml.html : updated
14498
Daniel Veillardc2f4df22001-01-04 14:06:39 +000014499Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14500
14501 * tree.c: fixed a stupid bug
14502 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
14503 patches related to validation of an XInclude processing result
14504 * TODO: updated
14505
Daniel Veillarde2488192001-01-04 10:54:22 +000014506Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14507
14508 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
14509 on large files
14510
Daniel Veillardf060a412001-01-03 20:52:44 +000014511Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14512
14513 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
14514
Daniel Veillard45cff692001-01-03 18:02:04 +000014515Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14516
14517 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
14518 reported by Jonas Borgström
14519 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
14520
Daniel Veillard08108982001-01-03 15:24:58 +000014521Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14522
14523 * testXPath.c xpath.c: fixing the XPath union expressions problem
14524 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
14525
Daniel Veillard4a6845d2001-01-03 13:32:39 +000014526Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14527
14528 * xmllint.c: Made is so if the file name is "-" is will read form
14529 standard input. Sven Heinicke <sven@zen.org>
14530 * tree.c: fixed a problem when growing buffer
14531 * tree.h: fixed the comment of the node types following andersca
14532 comment
14533 * TODO: updated
14534
Daniel Veillarda6d8eb62000-12-27 10:46:47 +000014535Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14536
14537 * HTMLparser.[ch]: added a way to avoid adding automatically
14538 omitted tags. htmlHandleOmittedElem() allows to change the
14539 default handling.
14540 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
14541 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
14542 of xmllint too when using --memory flag, added a memory test
14543 suite at the Makefile level.
14544 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
14545 with namespace use when encountering QNames in XPath evalation,
14546 added xmlns() scheme in XPointer.
14547 * nanoftp.c : incorporated a fix
14548 * parser.c xmlIO.c: fixed problems raised with encoding when using
14549 the memory I/O
14550 * parserInternals.c: closed bug 25934 reported by
14551 torsten.landschoff@innominate.de
14552 * TODO: updated
14553
Daniel Veillarda1fe9102000-11-25 10:49:25 +000014554Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14555
14556 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
14557 on a non-updated tree :-(, made a 2.2.10 release to correct the
14558 situation
14559
Daniel Veillardce6e98d2000-11-25 09:54:49 +000014560Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14561
14562 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
14563 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
14564 integrated a set of OpenVMS changes from Howard Taylor
14565 <Howard.Taylor@pacoast.com>
14566
Daniel Veillard58770e72000-11-25 00:48:47 +000014567Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14568
14569 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
14570 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
14571
Daniel Veillardf62ceff2000-11-24 23:36:01 +000014572Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14573
14574 * HTMLparser.c: some fixes on auto-open of html/head/body
14575 * encoding.c: fixed a compilation error on some gcc env
14576 * xpath.c xpointer.[ch] xpathInternals.h: improved the
14577 XPointer implementation
14578 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
14579 related XPointer tests and associated results
14580
Daniel Veillard300f7d62000-11-24 13:04:04 +000014581Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14582
14583 * doc/xmldtd.html doc/xml.html: following a short step by step
14584 guidance on IRC to help maciej with DTDs I started a small
14585 page on the subject.
14586
Daniel Veillard748e45d2000-11-17 16:36:08 +000014587Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14588
14589 * HTMLparser.c: fixed handling of broken charrefs
14590 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
14591 patches
14592
Daniel Veillard28929b22000-11-13 18:22:49 +000014593Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14594
14595 * doc/xml.html doc/html/* : rebuilt the docs after adding
14596 xinclude and updated page for 2.2.7 and 2.2.8
14597 * configure.in: releasing 2.2.8
14598
Daniel Veillard41e06512000-11-13 11:47:47 +000014599Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14600
14601 * parser.[ch] parserInternals.c: applied the conditional
14602 section processing fix from Jonathan P Springer
14603 <jonathan.springer2@gte.net>
14604 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
14605 project file, fixed iconv default non support
14606 * xpath.c: fixed the problem of evaluating relative expressions
14607 when a node context is provided.
14608
Daniel Veillardbf432752000-11-12 15:56:56 +000014609Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14610
14611 * nanoftp.c: fixed gcc 2.95 new warnings
14612 * SAX.c: fixed a stupid bug
14613 * tree.c: fixed a formatting problem when round-tripping
14614 from/to memory
14615 * xinclude.c: chased memleak, fixed a base problem
14616 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
14617 xmlXPtrBuildNodeList()
14618 * TODO: updated
14619 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
14620 adding a first small set of regression tests for XInclude
14621
Daniel Veillardc2def842000-11-07 14:21:01 +000014622Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14623
14624 * nanohttp.[ch]: applied Wayne Davison patches to access
14625 the WWW-Authorization header.
14626 * parser.c: Closed Bug#30847: Problems when switching encoding
14627 in short files by applying Simon Berg's patch.
14628 * valid.c: fixed a validation problem
14629 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
14630 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
14631 Wayne Davison
14632 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
14633 need to be extended to non full nodes selections.
14634 * xinclude.c: starts to work decently
14635
Daniel Veillard9e8bfae2000-11-06 16:43:11 +000014636Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14637
14638 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
14639 debugXML.c xmlversion.h.in: Started adding XInclude support,
14640 this is a new xmllint option
14641 * tree.c xpath.c: applied TOM patches for XPath
14642 * xpointer.c: fixed a couple of errors.
14643 * uri.c: added an escaping function needed for xinclude
14644 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
14645 new warning from RH70 gcc's version
14646
Daniel Veillarda4964b72000-10-31 18:23:44 +000014647Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14648
14649 * HTMLparser.c: fixed loop on invalid char in scripts
14650 * parser.c: update to description of xmlIOParseDTD()
14651 * libxml.m4 xmlversion.h.in: changes contributed by
14652 Michael Schmeing <m.schmeing@internet-factory.de>
14653 * configure.in: preparing for 2.2.7
14654 * Makefile.am: trying to avoid config.h and acconfig.h
14655 being included in the distrib
14656 * configure.in: released 2.2.7
14657
14658Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14659
14660 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
14661 like namespaces for good. Unified xmlNs and xmlNode somewhat.
14662
Daniel Veillard01411222000-10-30 15:33:22 +000014663Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14664
14665 * parser.[ch]: added xmlIOParseDTD()
14666 * xpointer.c: added support for the 2 extra parameters of
14667 string-range, fixed a stoopid error when '0' was present
14668 in XPointer expressions
14669 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
14670 testsuite for the above
14671
Daniel Veillard6db58192000-10-30 09:27:53 +000014672Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14673
14674 * libxml.spec.in: improved package descriptions
14675
Daniel Veillarda5db68a2000-10-29 18:06:06 +000014676Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14677
14678 * xpath.c xpathInternals.h: applied a large cleaning patch
14679 from TOM <ptittom@free.fr>, it also add namespace support
14680 for function and variables registration.
14681
Daniel Veillardbd20df72000-10-29 17:53:40 +000014682Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14683
14684 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
14685 * Makefile.mingw: Wayne Davison's update adding hash.c
14686
Daniel Veillardc4f4f0b2000-10-29 17:46:30 +000014687Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14688
14689 * xpath.c: fixed the root evaluation problems
14690 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
14691 ignorable spaces with <b> <bold> <em>
14692 * tree.c: fixed a loop in xmlSearchNsByHref()
14693
Daniel Veillard767662d2000-10-27 17:04:52 +000014694Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14695
14696 * xpath.c: applied another XPath patch from TOM
14697 * xpath.c include/makefile.am: applied another patch from
14698 china@thewrittenword.com (cleanup on IRIX).
14699
Daniel Veillard211cc0a2000-10-27 11:49:33 +000014700Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14701
14702 * xml-config.1: received a fixed version from Fredrik Hallenberg
14703 <hallon@lysator.liu.se>
14704
Daniel Veillardf6bf9212000-10-26 14:07:44 +000014705Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14706
14707 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
14708 cleanup patch for XPath
14709
Daniel Veillardd6d7f7b2000-10-25 19:56:55 +000014710Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14711
14712 * patched to redirrect all "out of context" error messages to
14713 a reconfigurable routine. The changes are:
14714 * xmlerror.h : added the export of an error context type (void *)
14715 an error handler type xmlGenericErrorFunc there is an interface
14716 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
14717 to reset the error handling routine and its argument
14718 (by default it's equivalent to respectively fprintf and stderr.
14719 * all the c files: all wild accesses to stderr or stdout within
14720 the library have been replaced to calls to the handler.
14721
Daniel Veillard29a11cc2000-10-25 13:32:39 +000014722Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14723
14724 * configure.in: release 2.2.6
14725 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
14726 exporting the inner functions of xpath for extension modules
14727 * doc/*: updated and rebuilt the doc
14728
Daniel Veillardbe9ec4b2000-10-25 11:01:53 +000014729Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14730
14731 * nanohttp.c : applied Wayne HTTP cleanup patch
14732 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
14733 and xmlNodeSetSpacePreserve()
14734
Daniel Veillarddf7ef2a2000-10-25 10:11:55 +000014735Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14736
14737 * xpath.c: closing bug #29260
14738
Daniel Veillard126f2792000-10-24 17:10:12 +000014739Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14740
14741 * hash.[ch] debugXML.c: expanded/enhanced the API, added
14742 multikey tuples, made hash structure opaque
14743 * valid.[ch]: moved elements, attributes, notations decalarations
14744 as well as ID and refs to hash tables.
14745 * entities.c: hash cleanup
14746 * xmlmemory.c: fixed a dump problem in debug mode
14747 * include/Makefile.am: problem passing in DESTDIR= values patch
14748 from Marc Christensen <marc@calderasystems.com>
14749 * nanohttp.c: removed debugging remains
14750 * HTMLparser.c: the bogus tag should be ignored (Wayne)
14751 * HTMLparser.c parser.c: fixing a number of problems with the
14752 macros in the *parser.c files (Wayne).
14753 * HTMLparser.c: close the previous option when opening a new one
14754 (Marc Sanfacon).
14755 * result/HTML/*: updated the HTML results accordingly
14756
Daniel Veillard52afe802000-10-22 16:56:02 +000014757Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14758
14759 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
14760 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
14761 XPath functions and XML entities table to them. More to come...
14762 * xmlIO.c: fixed libxml closing FILEs it didn't open.
14763
Daniel Veillard683cb022000-10-22 12:04:13 +000014764Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14765
14766 * tree.c: coalesce adjacent text nodes
14767 * valid.c: handling of blank nodes in DTd validation (raised
14768 by problems with a posteriori validation).
14769 * nanohttp.c: changing behaviour on HTTP write stuff.
14770 * HTMLtree.c: forced body and html to be explicitely closed.
14771 * xpath.h: exported more XPath functions.
14772
Daniel Veillard1baf4122000-10-15 20:38:39 +000014773Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14774
14775 * Release of 2.2.5
14776 * xpointer.c: range() range-inside and other helper functions
14777 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
14778
Daniel Veillard47e12f22000-10-15 14:24:25 +000014779Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14780
14781 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
14782 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
14783
Daniel Veillardb732a0e2000-10-15 11:27:01 +000014784Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14785
14786 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
14787 and XPointer modules
14788
Daniel Veillard134c9f32000-10-15 10:27:08 +000014789Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14790
14791 * SAX.h: closed #25107
14792
Daniel Veillard39915622000-10-15 10:06:55 +000014793Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14794
14795 * testSAX.c: fixed problem with cdata reporting
14796 * SAXresult/* : updated
14797
Daniel Veillard1e851392000-10-15 10:02:56 +000014798Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14799
14800 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
14801 Closed bug #27499, added to regression tests
14802 * TODO: updated
14803
Daniel Veillard7eda8452000-10-14 23:38:43 +000014804Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14805
14806 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
14807 support for SCRIPT and STYLE with help from Bjorn Reese
14808 * test/HTML/* result/HTML/*: added simple testcase and updated
14809 the existing ones.
14810
Daniel Veillardff9c3302000-10-13 16:38:25 +000014811Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14812
14813 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
14814 string-range for empty strings
14815 * test/XPath/docs/str test/XPath/xptr/chaptersrange
14816 test/XPath/xptr/strrange: augmented the XPointer testsuite
14817
Daniel Veillard189446d2000-10-13 10:23:06 +000014818Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14819
14820 * doc/xml.html doc/xmlmem.html: added a module describing memory
14821 interfaces and use, updated the main page.
14822
Daniel Veillard2f971a22000-10-12 23:26:32 +000014823Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14824
14825 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
14826 nanoftp code work on Windows too now
14827
14828Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc2df4cd2000-10-12 23:15:24 +000014829
14830 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
14831 * xpointer.c: implemented string-range() at least a good first version
14832 * test/XPath/docs/str test/XPath/xptr/strrange
14833 result/XPath/xptr/strrange: the string-range() tests
14834
Daniel Veillardd3c68c42000-10-12 08:06:28 +000014835Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14836
14837 * Makefile.am include/Makefile.am include/win32config.h
14838 win32/Makefile.mingw: fixed problems reported by Wayne Davison
14839 and make distcheck
14840
Daniel Veillard19d61112000-10-11 23:50:35 +000014841Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14842
14843 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
14844 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
14845 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
14846
Daniel Veillardb0426ca2000-10-11 23:39:43 +000014847Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14848
14849 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
14850 patch for socklen_t detection by
14851 Albert Chin-A-Young <china@thewrittenword.com>
14852
Daniel Veillardcd429612000-10-11 15:57:05 +000014853Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14854
14855 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
14856 and added a --dtdvalid option to xmllint used to test it
14857
Daniel Veillard47c02452000-10-11 13:04:36 +000014858Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14859
14860 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
14861 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
14862
Daniel Veillard2d38f042000-10-11 10:54:10 +000014863Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14864
14865 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
14866 handlings (registration, lookup, cleanup)
14867
Daniel Veillardc8df0aa2000-10-10 23:50:30 +000014868Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14869
14870 * configure.in Makefile.am include/makefile.am: adding XPointer
14871 and XPtrtests target
14872 * xpointer.[ch] : new files for XPointer support
14873 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
14874 more XPath tests
14875
Daniel Veillard57fda592000-10-10 23:24:14 +000014876Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14877
14878 * configure.in: fixed, very broken, make distcheck works again
14879
Daniel Veillarde8282ed2000-10-10 23:01:31 +000014880Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14881
14882 * More work toward 2.2.5, integrated a number of patches
14883 * configure.in Makefile.am win32config.h.in: trying to cleanup
14884 make distcheck .... huh ...
14885 * include/Makefile.am include/win32config.h: new directory
14886 for includes
14887 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
14888 updated teh makefiles and instructions for WIN32
14889 * xpath.c: small fixes
14890 * test/XPath/ results/XPath: updated the testcases and results
14891 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
14892 suggested patches
14893 * valid.c: fixed an ID bug
14894
Daniel Veillardb71379b2000-10-09 12:30:39 +000014895Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14896
14897 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +000014898 the automake bug where wrong dependencies were generated.
Daniel Veillardb71379b2000-10-09 12:30:39 +000014899 * xpath.[ch]: worked on XPointer
14900
Daniel Veillard7e99c632000-10-06 12:59:53 +000014901Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14902
14903 * configure.in Makefile.am: 2.2.5, ship the include in an
14904 include/libxml subdirectory, use symlinks when using CVS
14905 * testSAX.c: fixed small bug
14906 * testXPath.c: changed the way testfiles are parsed
14907 * debugXML.c: same kind of cleanup when parsing an argument expression
14908 XPath/XPointers can have blanks embedded
14909 * xpath.[ch]: more cleanup, reorgs for XPointer work
14910 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
14911 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
14912
Daniel Veillard55b91f22000-10-05 16:30:11 +000014913Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14914
14915 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
14916 in the XPath engine, rewrote large parts of it, now it's far
14917 cleaner and in sync with the REC not an old WD. Fixed a parsing
14918 problem in the interactive XML shell found when testing XPath.
14919
Daniel Veillardac260302000-10-04 13:33:43 +000014920Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14921
14922 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
14923 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
14924 examples with the extra test
14925
Daniel Veillard7cfce322000-10-04 12:40:27 +000014926Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14927
14928 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
14929 the global init function.
14930
Daniel Veillard970112a2000-10-03 09:33:21 +000014931Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14932
14933 * HTMLparser.c: Doohhh, attribute name parsing was still case
14934 sensitive ! Fixed this ...
14935 * result/HTML/* : updated the tests results accordingly
14936
Daniel Veillard740abf52000-10-02 23:04:54 +000014937Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14938
14939 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
14940 engine, should be far more stable, incorporated a new version of
14941 preceding/following axis, need testing
14942 * uri.c: fixed file:///c:/a/b/c problem
14943 * test/XPath/tests/idsimple: augmented the XPath tests
14944
Daniel Veillard3bff2b02000-10-01 20:33:47 +000014945Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14946
14947 * doc/* rebuilding docs for 2.2.4 release
14948
Daniel Veillard8b5dd832000-10-01 20:28:44 +000014949Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14950
14951 * configure.in: releasing 2.2.4
14952 * parser.[ch]: added xmlStrEqual()
14953 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
14954 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
14955 use xmlStrEqual instead
14956 * TODO: updated
14957 * added an XPath test
14958
Daniel Veillardbc765302000-10-01 18:23:35 +000014959Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14960
14961 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
14962 * entities.h: exported xmlInitializePredefinedEntities
14963 * parser.[ch] : added xmlInitParser()
14964 * parserInternals.h : had to export htmlInitAutoClose()
14965
Daniel Veillardf09e7e32000-10-01 15:53:30 +000014966Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14967
14968 * xpath.[ch] : fixed some serious XPath Predicate evaluation
14969 problems
14970 * Makefile.am : added XPath regression tests to normal tests
14971 * uri.c: fixed a problem with local paths, cleanup
14972 * parser.c: fixed a problem with large CData sections
14973
Daniel Veillardd2ade932000-09-30 14:39:55 +000014974Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14975
14976 * configure.in xml-config.in: patch from "Ben Taylor"
14977 <sol7x86@hotmail.com> for solaris shared libs lookup
14978
Martin Bauligdd7d1f62000-09-29 23:17:57 +0000149792000-09-30 Martin Baulig <baulig@suse.de>
14980
14981 * libxml-2.0.pc.in: Provide pkg-config script.
14982
14983 * configure.in: Create the libxml-2.0.pc script from the
14984 libxml-2.0.pc.in templates.
14985 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
Martin Baulig1b478d12000-09-30 02:27:55 +000014986 script in `$(libdir)/pkgconfig'.
Martin Bauligdd7d1f62000-09-29 23:17:57 +000014987
Daniel Veillard4b0755c2000-09-25 14:26:28 +000014988Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14989
14990 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
14991 when compiling with MSC
14992
Daniel Veillard46057e12000-09-24 18:49:59 +000014993Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14994
14995 * xpath.c: patch for normalize-string() substring-before(),
14996 substring-after() and translate() functions from Bjorn Reese
14997 <breese@mail1.stofanet.dk>
14998 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
14999 Fredrik Hallenberg <hallon@lysator.liu.se>
15000 * TODO: updated
15001
Daniel Veillard281f8ff2000-09-24 08:12:14 +000015002Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15003
15004 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
15005 problem of socklen_t being undefined on a number of platforms
15006 * debugXML.c: fixed a compilation problem when without snprintf
15007
Daniel Veillard8ddb5a72000-09-23 10:28:52 +000015008Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15009
15010 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
15011 an URI bug and a fix for the control-character-induced infinite loop
15012 * nanohttp.c: preventive fix for compiling on WIN32
15013
Daniel Veillard64c20ed2000-09-22 16:07:02 +000015014Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15015
15016 * xmlint.c: closing bug #25000
15017
Daniel Veillardb656ebe2000-09-22 13:51:48 +000015018Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15019
15020 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
15021 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
15022 modified slightly Wayne Davison patch adding xmlStrcasecmp and
15023 related function, fixing xmlStrncmp(), and associated cleanup
15024 * result/HTML/entities.html.sax: updating result
15025
Daniel Veillard4fb87ee2000-09-19 12:25:59 +000015026Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15027
15028 * uri.c: applied patch for URI escaping from Wayne Davison
15029 <wayned@blorf.net>
15030 * tree.c parserInternals.c HTMLparser.c: memset checks patches
15031 from Denis Barbier <barbier@imacs.polytechnique.fr>
15032 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
15033 patch from Wayne Davison
15034
Daniel Veillardd5f97f82000-09-17 16:38:14 +000015035Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15036
15037 * doc/xml.html : updated with new releases, adding "how to help"
15038
Daniel Veillard04698d92000-09-17 16:00:22 +000015039Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15040
15041 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
15042 removed a few warnings in pedantic mode ...
15043 * parserInternals.c parser.c: moved encoding switching function
15044 to parserInternals.c
15045 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
15046
Daniel Veillarda2c6da92000-09-16 18:15:00 +000015047Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15048
15049 * HTMLparser.c parser.c: set ctxt->errNo before calling the
15050 error or warning handlers
15051
Daniel Veillardb1059e22000-09-16 14:02:43 +000015052Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15053
15054 * parserInternals.c parserInternals.h parser.c Makefile.am:
15055 created a new module parserInternals.c, moved most of the
15056 code shared by the various parsers there, as well as
15057 deprecated code from parser.c. More cleanup of parser.c
15058 * uri.c: fixed a problem when URI is NULL
15059 * valid.c: speedup when looking for an attribute declaration
15060
Daniel Veillard39c7d712000-09-10 16:14:55 +000015061Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15062
15063 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
15064 the cleanup of the computation of URI references when seeking
15065 external entities. The URI reference string and the resulting
15066 URI are both stored now.
15067 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
15068 large s(n)printf checks and cleanup from Denis Barbier
15069 <barbier@imacs.polytechnique.fr>
15070 * xmlversion.h.in tree.h: couple of SGML declarations for a
15071 possible docbook module.
15072 * result/VC/ : a couple of test output changed due to the change
15073 of the entities URI
15074
Daniel Veillardb513f5a2000-09-10 14:01:12 +000015075Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15076
15077 * parser.h: added a _private field for linking user's data
15078
Daniel Veillarddd477ce2000-09-10 13:23:08 +000015079Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15080
15081 * parser.c parserInternals.h: demacroified most of the IS_XXX
15082 the gain in size is significant so ...
15083
Daniel Veillard4b5b80c2000-09-08 18:54:41 +000015084Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15085
15086 * entities.c: cases where looking up entities with doc==NULL
15087 covered
15088
Daniel Veillard90e11312000-09-05 10:42:32 +000015089Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15090
Daniel Veillard1de50802000-09-07 08:54:32 +000015091 * uri.c: applied Wayne Davison patch
Daniel Veillard90e11312000-09-05 10:42:32 +000015092 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
15093
Daniel Veillard98a79162000-09-04 11:15:39 +000015094Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15095
Daniel Veillard1de50802000-09-07 08:54:32 +000015096 * uri.c testUri.c: applied Wayne Davison patches
Daniel Veillard98a79162000-09-04 11:15:39 +000015097 * test/URI/uri.data result/URI/uri.data: first set of tests/results
15098 * Makefile.in: added URItest and included thenin "make tests"
15099
15100Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard960aa532000-09-03 17:20:17 +000015101
15102 * xmlversion.h.in: closed bug 22941
15103
Daniel Veillard2bb89092000-08-31 14:57:50 +000015104Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15105
15106 * doc/xmlio.html: added doc and example for entity loader
15107 redefinition.
15108
Daniel Veillard96984452000-08-31 13:50:12 +000015109Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15110
15111 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
15112 used by libxml
15113
Daniel Veillarde715dd22000-08-29 18:29:38 +000015114Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15115
15116 * parser.c: Fixed bug on invalid ontent characters and when using
15117 push.
15118 * xmllint.c: fixed xmllint endling of errors in push mode
15119
Daniel Veillard4948eb42000-08-29 09:41:15 +000015120Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15121
15122 * HTMLparser.c testHTML.c: applied two new patches from
Daniel Veillardbbe11b02000-09-23 07:07:40 +000015123 Wayne Davison <wayned@users.sourceforge.net>
Daniel Veillard4948eb42000-08-29 09:41:15 +000015124 * result/HTML/*.sax: regenerated HTML SAX output
15125 * parser.c: more cleanup.
15126
Daniel Veillarde010c172000-08-28 10:04:51 +000015127Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15128
15129 * HTMLparser.[ch] testHTML.c: applied the second set of
Daniel Veillardbbe11b02000-09-23 07:07:40 +000015130 patches from Wayne Davison <wayned@users.sourceforge.net>,
15131 adding htmlEncodeEntities()
Daniel Veillarde010c172000-08-28 10:04:51 +000015132 * HTMLparser.c: fixed an ignorable white space detection bug
15133 occuring when parsing with SAX only
15134 * result/HTML/*.sax: updated since the output is now HTML
15135 encoded...
15136
Daniel Veillard47f3f312000-08-27 22:40:15 +000015137Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15138
Daniel Veillardbbe11b02000-09-23 07:07:40 +000015139 * HTMLparser.[ch]: applied some of Wayne Davison
15140 <wayned@users.sourceforge.net> patches
Daniel Veillard47f3f312000-08-27 22:40:15 +000015141
Daniel Veillarde0854c32000-08-27 21:12:29 +000015142Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15143
15144 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
15145 undeclared namespace prefix was used, added a warning.
15146 Cleaned up support w.r.t. entities, spilling out a warning
15147 and being pedantic on lookups.
15148 * test/warning/ent9 : added testcase for previous example.
15149 * TODO: updated
15150 * parserInternals.h parser.c: changed the way names are parsed
15151 now allow infinite size and decrease penalty for normal use
15152 * parser.c: Started a big cleanup/check of the parser code,
15153 fixed some of the most tortuous entity code, spotted code
15154 unused anymore
15155 * test/*: added tests for very long names and related nasty
15156 things.
15157
Daniel Veillardf0cc7cc2000-08-26 21:40:43 +000015158Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15159
15160 * doc/encoding.html: added encoding aliases doc
15161 * doc/xml.html: updates
15162 * encoding.[ch]: added EncodingAliases functions
15163 * entities.[ch] valid.[ch] debugXML.c: removed two serious
15164 bottleneck affecting large DTDs like Docbook
15165 * parser.[ch] xmllint.c: added a pedantic option, will be
15166 useful
15167 * SAX.c: redefinition of entities is reported in pedantic mode
15168 * testHTML.c: uninitialized warning from gcc
15169 * uri.c: fixed a couple of bugs
15170 * TODO: added issue raised by Michael
15171
Daniel Veillard0d6b1702000-08-22 23:52:16 +000015172Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15173
15174 * doc/encoding.html: propagated Martin Duerst suggestions
15175
Daniel Veillard52402ce2000-08-22 23:36:12 +000015176Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15177
15178 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
15179 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
15180 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
15181 by Wayne Davison
15182
Daniel Veillard2f2bf412000-08-20 15:11:02 +000015183Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15184
15185 * nanoftp.c nanohttp.c: small cleanup
15186 * TODO: updated
15187
Daniel Veillard244ece92000-08-19 20:58:02 +000015188Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15189
15190 * added an old VC testcase and updated title.xml entity
15191
Daniel Veillardb8f25c92000-08-19 19:52:36 +000015192Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15193
15194 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
15195 done on auto-opening of <p> tags and cleanup of SAX output
15196
Daniel Veillard979e55e2000-08-19 16:48:54 +000015197Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15198
15199 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
15200
Daniel Veillard4540be42000-08-19 16:40:28 +000015201Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15202
15203 * doc/xml.html libxml.* structure.*: updated the doc a bit
15204
Daniel Veillard808a3f12000-08-17 13:50:51 +000015205Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15206
15207 * testSAX.c testHTML.c result/HTML/: cleanup of the output
15208 of SAX tests
15209
Daniel Veillard29579362000-08-14 17:57:48 +000015210Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15211
15212 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
15213 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
15214
Daniel Veillard1255ab72000-08-14 15:13:33 +000015215Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15216
15217 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
15218 * testHTML.c: fix core dump on Solaris 2.x systems
15219 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
15220 * result/HTML/*.sax: previous bug fix lead to new results
15221
Daniel Veillard03109292000-08-14 14:58:22 +000015222Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15223
15224 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
15225 * configure.in: added --with-readline=DIR to accept alternate
15226 path for readline include/library
15227 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
15228 for ANSI under HP-UX
15229 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
15230 includes @LIBS@
15231
Daniel Veillard7c29ce22000-08-12 21:20:53 +000015232Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15233
15234 * doc/* : rebuilt the docs
15235 * getting ready for 2.2.2 release
15236
Daniel Veillard87b95392000-08-12 21:12:04 +000015237Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15238
15239 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
15240 and xmlAddFeature()
15241 * tree.[ch]: added xmlAddChildList()
15242 * xmllint.c: MAP_FAILED macro test
15243 * parser.h: added xmlParseCtxtExternalEntity()
15244 * valid.c: applied bug fixes removed warning
15245 * tree.c: added CDATA block to elements content
15246 * testSAX.c: cleanup of output
15247 * testHTML.c: added SAX testing
15248 * encoding.c: better error recovery
15249 * SAX.c, parser.c: fixed one of the external entity processing
15250 of the OASis testsuite
15251 * Makefile.am: added HTML SAX regression tests
15252 * configure.in: bumped to 2.2.2
15253 * test/HTML/ result/HTML: added a few of HTML tests, and added the
15254 SAX results
15255
Daniel Veillard88a172f2000-08-04 18:23:10 +000015256Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15257
15258 * configure.in: patch for HP compiler
15259
152602000-08-04 Sven Heinicke <sven@zen.org>
15261
15262 * xmllint.c: Was coredumping sometimes when the file given didn't
15263 exist.
15264
Daniel Veillard46e370e2000-07-21 20:32:03 +000015265Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15266
15267 * parser.c xmlIO.[ch]: fixed the problem of encoding support
Daniel Veillard2f2bf412000-08-20 15:11:02 +000015268
Daniel Veillard46e370e2000-07-21 20:32:03 +000015269 when using in memory parsing. Need some cleanup.
15270 * xmllint.c configure.in: added a --memory flag to test memory
15271 parsing
15272
Daniel Veillard36650692000-07-21 15:16:39 +000015273Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15274
15275 * nanohttp.c: fixed socklen_t replacement to unsigned int
15276 * parser.c: fixed a space handdling missing at the end of
15277 production 28 DOCTYPE.
15278 * xmlmemory.c: fixed a stupid bug on the routine to override
15279 allocation functions
15280 * TODO: updated
15281
Daniel Veillarde46e20d2000-07-14 15:02:46 +000015282Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15283
15284 * doc/ regenerated the docs
15285
Daniel Veillard32bc74e2000-07-14 14:49:25 +000015286Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15287
15288 * doc/encoding.html doc/xml.html: added I18N doc
15289 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
15290 improvements, both parser and filters, added ASCII & HTML,
15291 fixed the ISO-Latin-1 one
15292 * xmllint.c testHTML.c: added/made visible --encode
15293 * debugXML.c : cleanup
15294 * most .c files: applied patches due to warning on Windows and
15295 when using Sun Pro cc compiler
15296 * xpath.c : cleanup memleaks
15297 * nanoftp.c : added a TESTING preprocessor flag for standalong
15298 compile so that people can report bugs more easilly
15299 * nanohttp.c : ditched socklen_t which was a portability mess
15300 and replaced it with unsigned int.
15301 * tree.[ch]: added xmlHasProp()
15302 * TODO: updated
15303 * test/ : added more test for entities, NS, encoding, HTML, wap
15304 * configure.in: preparing for 2.2.0 release
15305
Daniel Veillard49703262000-07-10 10:27:46 +000015306Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15307
15308 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +000015309 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard49703262000-07-10 10:27:46 +000015310
Daniel Veillard306be992000-07-03 12:38:45 +000015311Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15312
15313 * doc/xml.html: changed the xmlsoft.org structure, updated the
15314 examples w.r.t. root and childs
15315
Daniel Veillard7d853352000-07-02 18:53:09 +000015316Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15317
Daniel Veillard784b9352003-02-16 15:50:27 +000015318 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7d853352000-07-02 18:53:09 +000015319
Daniel Veillard365e13b2000-07-02 07:56:37 +000015320Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15321
15322 * HTMLparser.c: Work on character encoding support for the HTML parser
15323 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
15324 * encoding.c: Fixed a potential memleak in the encoding stuff
15325
Daniel Veillardaf743792000-07-01 11:49:28 +000015326Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15327
15328 * doc/FAQ.html doc/Makefile.am : added a FAQ
15329
15330Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardd83eb822000-06-30 18:39:56 +000015331
15332 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
15333 of the HTML parser to force it to not bypass SAX
15334
Daniel Veillard3f6f7f62000-06-30 17:58:25 +000015335Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15336
15337 * win32config.h.in: updated
15338 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
15339 lacks iconv support :-( need to release 2.1.1
15340 * configure.in: release 2.1.1
15341 * HTMLparser: fixed bug #14784
15342 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
15343 by Windows compiler
15344 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
15345 the SAX startDocument() callback.
15346 * TODO: updated
15347
15348Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15349
15350 * added xmlStopParser()
15351
Daniel Veillardbe803962000-06-28 23:40:59 +000015352Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15353
15354 * configure.in: 2.1.0 prerelease
15355 * Large resync between W3C and Gnome tree
15356 * nanoftp, nanohttp.c: fixed stalled connections probs
15357 * HTMLtree.c SAX.c : support for attribute without values in
15358 HTML for andersca
15359 * valid.c: Fixed most validation + namespace problems
15360 * HTMLparser.c: start document callback for andersca
15361 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
15362 * parser.h, SAX.c: serious speed improvement for large
15363 CDATA blocks
15364 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
15365 different encoding
15366 * example/Makefile.am example/gjobread.c tree.h: work on
15367 libxml1 libxml2 convergence.
15368 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
15369 and the LIBXML_TEST_VERSION macro
15370
Daniel Veillardc310d562000-06-23 18:32:15 +000015371Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15372
15373 * doc/xml.html: various patches and improvements typo fixed by
15374 Felix Natter
15375 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
15376 from Felix Natter <fnatter@gmx.net>
15377
Daniel Veillardf3029822000-05-06 08:11:19 +000015378Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15379
15380 * doc/upgrade.html: updated with instructions for support of both
15381 libxml-1.x and libxml-2.x
15382 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
15383 for 2.x support and also fixed includes
15384
15385
Daniel Veillard496a1cf2000-05-03 14:20:55 +000015386Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15387
15388 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
15389 the encoding support, added iconv support, so now libxml if
15390 compiled with iconv automatically support japanese encodings
15391 among others. Work based on initial patch from Yuan-Chen Cheng
15392 I may have broken binary compat in the encoding handler
15393 registration scheme, but that was so utterly broken I don't
15394 expect anybody to have used this feature until now.
15395 * parserInternals.h: fixup on the CHAR range macro
15396 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
15397 code.
15398 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
15399 * uri.c: added xmlParseURI() I can't believe I forgot to
15400 implement this one in 2.0 !!!
15401 * SAX.c: moved doc->encoding update in the endDocument() call.
15402 * TODO: updated.
15403
Daniel Veillard06047432000-04-24 11:33:38 +000015404Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15405
15406 * tree.h: removed extraneous xmlRemoveProp definition
15407 * TODO: added item about --disable-corba configure switch
15408 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
15409 * nanoftp.c: fixed include problems giving troubles on AIX and
15410 slowlaris
15411 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
15412 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
15413 comment and headers changes to lower gtk-doc number of warnings
15414 * doc/html/*: rebuilt docs
15415
Daniel Veillarde0aed302000-04-16 08:52:20 +000015416Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15417
15418 * HACKING: documented the tag for 1.x and instructions
15419
Daniel Veillard5e873c42000-04-12 13:27:38 +000015420Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15421
15422 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
15423 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
15424 xmlCreateIOParserCtxt
15425 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
15426 significant overall improvement
15427 * xmllint.c: added I/O test to xmllint
15428 * testSAX.c: added a speed test
15429 * doc/* : updated/regenerated
15430
Daniel Veillardfc708e22000-04-08 13:17:27 +000015431Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15432
15433 * xpath.c uri.h parserInternals.h: cosmetic changes from
15434 "Timur I. Bakeyev" <timur@bat.ru>, including making
15435 xmlCreateURI() public
15436
Daniel Veillard5d211f42000-04-07 17:00:24 +000015437Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15438
15439 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
15440 and the code at the same time. Added a clean mechanism for
15441 overload or added input methods: xmlRegisterInputCallbacks()
15442 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
15443 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
15444 * TODO: updated
15445 * doc/* : updated/regenerated
15446 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
15447 source dir
15448
Daniel Veillarde77a9182000-04-05 19:12:29 +000015449Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15450
15451 * testURI.c: yet another forgotten commit, I should get some sleep !
15452
Daniel Veillardce8b83b2000-04-05 18:38:42 +000015453Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15454
15455 * xmllint.c: forgot to commit this too ?
15456
Daniel Veillardb9df4042000-04-05 14:23:16 +000015457Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15458
15459 * xmlversion.h.in : forgot to commit this previously
15460
Daniel Veillard361d8452000-04-03 19:48:13 +000015461Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15462
15463 * configure.in: preparing libxml-2.0.0 version looks Ok so far
15464 * README TODO: updated for release
15465 * uri.c uri.h: added authority parsing/saving
15466 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
15467 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
15468 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
15469 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
15470 Makefile.am : added compile-time customization of libxml
15471 --with-ftp --with-http --with-html --with-xpath --with-debug
15472 --with-mem-debug
15473 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
15474 #include <libxml/xxx.h> I hope it won't break too much stuff
15475 and will be manageable in the future...
15476 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
15477 and added xmllint to the installed programs
15478 * uri.h: added xmlFreeURI()
15479
Daniel Veillardec303412000-03-24 13:41:54 +000015480Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15481
15482 * uri.c uri.h: finished the escaping handling, the base support
15483 and the URI path normalization. Looks good just lacks the
15484 authority content parsing code.
15485 * Makefile.am: added instructions to generate testURI
15486 * TODO: updated
15487 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
15488 added links and icons for W3C and Gnome
15489
Daniel Veillard8f621982000-03-20 13:07:15 +000015490Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15491
15492 * xmlmemory.[ch] : seems I forgot to actually update the files in
15493 the last commit :-)
15494 * doc/xml.html doc/html/* : updated and uploaded the docs
15495
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015496Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15497
15498 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
15499 * TODO: updated
15500 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
Daniel Veillard8f621982000-03-20 13:07:15 +000015501 libxml default allocation function with another set (like gmalloc/
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015502 gfree).
15503 * Makefile.am, uri.c, uri.h: added a set of functions to do
15504 exact (litteraly copied from the RFC 2396 productions) parsing
15505 and handling of URI. Will be needed for XLink, one XML WFC,
15506 XML Base and reused in the nano[ftp/http] modules. Still work
15507 to be done.
15508
Daniel Veillardedfb29b2000-03-14 19:59:05 +000015509Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15510
15511 * configure.in, libxml.spec.in : libxml2
15512 * doc/* : updated the doc page, rebuilt the docs
15513
Daniel Veillardcf461992000-03-14 18:30:20 +000015514Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15515
15516 * all: tagged LIB_XML_1_X
15517 * *.c *.h : updated from W3C CVS tree
15518 * configure.in : 2.0.0-beta
15519 * libxml.spec.in : libxml2 package nam
15520 * result/* : new version of the tests output
15521
Daniel Veillardf13e1ed2000-03-06 07:41:49 +000015522Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15523
15524 * doc/xml.html, doc/update.html: updated docs, 1.8.7
15525
Daniel Veillardb566ce12000-03-04 11:39:42 +000015526Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15527
15528 * doc/* : rebuilt the docs
15529 * parser.c: final patch on #6766
15530 * valid.c: small patch on validity checks.
15531
Daniel Veillardfb76c402000-03-04 11:39:42 +000015532Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15533
15534 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
15535 added
15536 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
15537 compatibility w.r.t. XML spec and existing code.
15538
Daniel Veillard90fb02c2000-03-02 03:46:43 +000015539Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15540
15541 * parser.c: seems a better solution to <a> </a> exists,
15542 will try it for a while
15543
Daniel Veillard83a30e72000-03-02 03:33:32 +000015544Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15545
15546 * parser.c: tried to remove the <a> </a> generating <a/>
15547 this is hard. Left a flag for that purpose. Fixed bug #6766
15548 * configure.in: prepared 1.8.7 not released, due to previous
15549 problem
15550
Daniel Veillard88f00ae2000-03-02 00:15:55 +000015551Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15552
15553 * doc/xml.html : applied second patch from Paul DuBois
15554
Daniel Veillard402e8c82000-02-29 22:57:47 +000015555Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15556
15557 * doc/xml.html : applied patch from Paul DuBois
15558
Daniel Veillardd0f7f742000-02-02 17:42:48 +000015559Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15560
15561 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
15562
Daniel Veillard5feb8492000-02-02 17:15:36 +000015563Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15564
15565 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
15566 compilation warnings on various platforms.
15567 * parser.c: Fixed #5281 validity error callbacks are now desactived
15568 by default if not validating.
15569
Daniel Veillardf341f932000-02-02 14:52:08 +000015570Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15571
15572 * nanoftp.c, win32config.h.in: patches to compile on WIN32
15573
Daniel Veillard13c757e2000-02-01 23:59:15 +000015574Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15575
15576 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
15577 <gkatsi@cs.toronto.edu>
15578
Daniel Veillard726e8792000-01-30 20:04:29 +000015579Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15580
15581 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
15582 processing URLs
15583
Daniel Veillarde41f2b72000-01-30 20:00:07 +000015584Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15585
15586 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
15587 xmlNanoFTPUpdateURL for persistent control connections.
15588 * configure.in: 1.8.6
15589
15590Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15591
15592 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
15593 * tree.[ch] : added xmlSaveNoEmptyTags
15594
James Henstridgef3be9312000-01-28 13:59:21 +0000155952000-01-29 James Henstridge <james@daa.com.au>
15596
15597 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
15598
15599 * Makefile.am: added nanoftp.[ch] to the build.
15600
Daniel Veillardaeea04f2000-01-25 19:27:27 +000015601Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15602
15603 * nanoftp.[ch]: cleanup, comments, API
15604 * debugXML.c : fixed a bug in the cat command
15605 * doc/*: regenerated the docs
15606
Daniel Veillardda07c342000-01-25 18:31:22 +000015607Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15608
15609 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
15610 * debugXML.c : fixed a bug in the cat command
15611 * valid.c: fixing some small probs
15612 * libxml.spec.in: get rid of the SNAP suffix
15613 * doc/xml.html: updated the status
15614
Daniel Veillarde3d88ef2000-01-24 13:55:06 +000015615Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15616
15617 * xml-config.in: xml-config --version to just return the
15618 version number
15619 * xpath.c: some cleanup w.r.t. axis when the current node is
15620 an attribute.
15621 * TODO: updated
15622
Daniel Veillard461a66c2000-01-18 18:01:01 +000015623Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15624
15625 * configure.in: prepared for libxml-1.8.5
15626 * doc/* recompiled the documentation
15627
156282000-01-17 Jody Goldberg <jgoldberg@home.com>
15629
15630 * configure.in : WARNING autoconf subtlety alert :
15631 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
15632 when looking for zlib.h so that HAVE_ZLIB_H is defined.
15633 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
15634 get defined by AC_CHECK_HEADERS.
15635
Daniel Veillardf967b902000-01-17 16:06:10 +000015636Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15637
15638 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
15639 Rune.Djurhuus@fast.no
15640
Daniel Veillardad8f99d2000-01-15 14:20:03 +000015641Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15642
15643 * TODO: updated
15644 * tree.c, parser.c: made sure that only memory alloc problems
15645 and internal parser errors are allowed to write to stdout or
15646 stderr.
15647
Daniel Veillard0142b842000-01-14 14:45:24 +000015648Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15649
15650 * tree.c : restored xmlNewGlobalNs since this seems used by
15651 a lot of existing code :-(, fixed a bug in xmlNewNs
15652 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
15653 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
15654 to exit() from the library code.
15655 * xpath.c, parser.c: removed bugs or unused code detected by
15656 Windows compilers
15657 * parser.c: started adding interfaces for parsing well balanced
15658 XML fragments
15659 * configure.in: releasing 1.8.4
15660 * doc/* : rebuilt the docs
15661
Daniel Veillard2eac5032000-01-09 21:08:56 +000015662Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15663
15664 * tree.[ch] : added xmlNewDocFragment() for DOM
15665 * testHTML.c: uninitialized variable.
15666
Daniel Veillardf3a73582000-01-05 14:58:39 +000015667Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15668
15669 * doc/* : rebuild the docs
15670
Daniel Veillard71b656e2000-01-05 14:46:17 +000015671Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15672
15673 * acconfig.h: readline and history patch
15674 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
15675 * tree.c: added check and handling when possibly removing an ID
15676 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
15677 and saving.
15678 * test/HTML/entities.html result/HTML/entities.html* : test for
15679 various entities reference cases
15680 * result/HTML/* : as a result output of some testcase have
15681 changed
15682 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
15683 by previous example. added xmlParseTryOrFinish().
15684 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
15685 entities.h debugXML.h HTMLparser.h: changed the way struct are
15686 declared to allow gtk-doc to expose those
15687 * parser.c: closed bug #4960
15688 * Makefile.am configure.in: Applied patch from
15689 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
15690 and math/socket libs detection
15691
Daniel Veillard437b87b2000-01-03 17:30:46 +000015692Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15693
15694 * configure.in, Makefile.am: link tester against readline
15695 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
15696
Daniel Veillard686d6b62000-01-03 11:08:02 +000015697Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15698
15699 * tree.[ch]: added xmlRemoveProp
15700 * win32config.h.in nanohttp.c: avoid including the Windows
15701 socket stuff in every C files
15702 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
15703 the XmL parser(s)
15704 * test/ns4 result/ns4 etc...: added test case for previous prob
15705 * tree.c: xmlNewNs wasn't checking for double definition
15706 * Makefile.in: fixed a problem with dist-hook duplicates
15707 * parser.[hc], xmlIO.c: fixed the loading of external entities
15708 APIs, now xmlLoadExternalEntity() is used everywhere and
15709 setting up an app specific front-end using the
15710 * SAX.c parser.c: some fixes, now the xhtml spec validates
15711 with the xhtml DTD.
15712 * error.c: fixed crashes in case of no input stream
15713 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
15714 to the validation tests and results
15715
Daniel Veillard5e5c6231999-12-29 12:49:06 +000015716Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15717
15718 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
15719 too htmlCreatePushParserCtxt() and htmlParseChunk()
15720 * parser.c: a bit of cleanup.
15721 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
15722 to XML) removed the last mem leak known
15723 * HTMLtree.c: output message cleanup
15724 * xmlmemory.c: display content info about memory blocks
15725 * result/HTML/wired.* : missing att value warning change
15726
Daniel Veillardbe849cf1999-12-28 16:43:59 +000015727Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15728
15729 * doc/* : rebuilt the documentation
15730
Daniel Veillarddbfd6411999-12-28 16:35:14 +000015731Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15732
15733 * parser.[ch] parserInternals.h: Push parser for XML,
15734 seems to work fine now
15735 * tester.c debugXML.[ch]: Added an XML shell debug facility and
15736 --push for push testing
15737 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
15738 * testSAX.c: added --push
15739 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
15740 subtree
15741 * xmlIO.[ch] : enriched API + fixes for push mode
15742 * entities.[ch]: added the entity content length to the struct.
15743 * xmlmemory.[ch]: new API to show the last entries for the shell
15744 * valid.c: added required attribute testing
15745 * SAX.c: the cdata callback now merge contiguous fragments
15746 * HTMLparser.c: cleanup of some macros
15747
Daniel Veillard3c558c31999-12-22 11:30:41 +000015748Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15749
15750 * parser.c: fix for PIs name starting with xml
15751 * tree.c: fixed a potential problem with || and && ops
Daniel Veillardfef854d1999-12-22 11:31:10 +000015752 * *.c, configure.in win32config.h.in : generate win32config.h for
15753 those on the Other Side !
Daniel Veillard3c558c31999-12-22 11:30:41 +000015754
Daniel Veillard0caf07a1999-12-21 16:25:49 +000015755Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15756
15757 * parser.c: fixed a stupid = vs. == bug :-(
15758 * doc/gnome-xml.sgml: s/glade/xml/
15759
Daniel Veillard5cb5ab81999-12-21 15:35:29 +000015760Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15761
15762 * configure.in, doc/xml.html : bug fix release 1.8.2
15763 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
15764 Hopefully the end of that silly C++ include problem
15765 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
15766 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
15767 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
15768 troubles with autoclosed elements when the stree shape doesn't
15769 follow the DtD specs. Added htmlIsAutoClosed() and
15770 htmlAutoCloseTag()
15771 * result/HTML/*.htm*: Updated the HTML examples regression tests output
15772 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
15773 * debugXML.c: fixed a bug on printing default namespaces.
15774 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
15775
Daniel Veillardb24054a1999-12-18 15:32:46 +000015776Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15777
15778 * result/HTML/*.htm[l] : updated the HTML regression tests according
15779 to the new output
15780 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
15781 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
15782 problem due to intermix of extern "C" { ... } declarations for C++
15783 and recursive includes in the headers
15784
Chris Lahey323c48c1999-12-18 15:32:45 +0000157851999-12-20 Chris Lahey <clahey@umich.edu>
15786
15787 * HTMLtree.c: Made it so that html nodes with a single child do
15788 not insert a carriage return before or after the child node.
15789
Daniel Veillardb24054a1999-12-18 15:32:46 +000015790Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard262f9cb1999-12-18 15:32:45 +000015791
15792 * configure.in, doc/xml.html : bug fix release 1.8.1
15793 * parser.c: fixed bug #4344
15794 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
15795 added the glue to avoid C++ problems
15796 * doc/* : regenerated the documentation
15797
Daniel Veillard6d3bf1f1999-12-16 17:52:19 +000015798Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15799
15800 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
15801 namespace recognition, and Dia as a resul :-(
15802 * encoding.c: closed bug #3950
15803
Daniel Veillard944b5ff1999-12-15 19:08:24 +000015804Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15805
15806 * valid.c: debugging a posteriori validation, except URI expansion
15807 stuff this should be fixed now
15808 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
15809 Carl Nygard <cnygard@bellatlantic.net>
15810 * tester.c: added --postvalid, cleaning of the code
15811 * tree.[ch]: added xmlDocGetRootElement()
15812
Ramiro Estrugobfce3771999-12-15 04:32:07 +000015813Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
15814
15815 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
15816 c++ losage.
15817
Daniel Veillard10a2c651999-12-12 13:03:50 +000015818Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15819
15820 * configure.in, doc/xml.html : bumped to 1.8.0
15821 * xlink.[ch], Makefile.am : added framework for link detection
15822 * parser.h: added nbChars to parser context, needed for cleanup.
15823 * xmlmemory.c: removed a nasty bug when out of mem
15824 * valid.[ch]: adding namespace support for attribute decl
15825 * tester.c: added --debugent option
15826 * debugXML.[ch]: added xmlDebugDumpEntities()
15827 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
15828 buffers instead, this was really needed, validation was breaking
15829 in strange ways due to that. Added xmlParseStringPEReference()
15830 and other parsing from strings functions. Entities processing
15831 modified again, but PERef are still not handled correcly but
15832 unless you're Eve Maller you won't notice :-)
15833 * HTMLparser.c: large changes toward reliability, and switched to
15834 lowercase internal tags, XHTML is lowercase, so it will help
15835 that output is closer to next version.
15836 * doc/* : regenerated the documentation, it is now hosted at
15837 http://xmlsoft.org/ (same bits I just bought the domain :-)
15838
15839
Daniel Veillard294cbca1999-12-03 13:19:09 +000015840Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15841
15842 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
15843 doc generation
15844 * parser.c: fixed bugs #3908 and #3937 and a memory leak
15845 in the SAX API
15846 * doc/*: rebuilt the doc making sure everything appears in the
15847 HTML files
15848
Daniel Veillardf5c2c871999-12-01 09:51:45 +000015849Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15850
15851 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
15852 added the patch from Carl Nygard <cnygard@bellatlantic.net>
15853 which allow impressive speed improvement on dataset with
15854 large text pieces, but at the cost of broken binary
15855 compatibility and slightly bigger memory usage.
15856 Configure with --with-buffers to activate them, they
15857 are protected with XML_USE_BUFFER_CONTENT define.
15858 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
15859 goal is 0 memory left allocated once parser is no more used
15860 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
15861 call xmlCleanupParser() and xmlMemoryDump()
15862
Daniel Veillarda819dac1999-11-24 18:04:22 +000015863Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15864
15865 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
15866 * parser.[ch] encoding.[ch]: added memory cleanup routines
15867 * parser.c: closing bug #3788
15868 * doc/*: rebuilt the doc
15869
Daniel Veillard11a48ec1999-11-23 10:40:46 +000015870Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15871
15872 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
15873 xmlNewTextChild() and xmlSetCompressMode() behaviour.
15874 * tester.c: added --compress option
15875 * doc/*: rebuilt the documentation
15876
Daniel Veillard4c3a2031999-11-19 17:46:26 +000015877Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15878
15879 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
15880 if given /proc/kcore as input !
15881 * doc/xml.html doc/*: updated and rebuilt the documentation
15882
15883Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard07136651999-11-18 14:02:05 +000015884
15885 * parser.c: Fixed some wrongly space collapsing code due to
15886 a misreading of the spec.
15887 * result/*: fixed the output accordingly
15888
15889Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard7f858501999-11-17 17:32:38 +000015890
15891 * encoding.c: bug fix and typos
15892 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
15893 * parser.c: added attribute normalization closing bug #3597
15894 * test/att* result/att* SAXresult/att*: testcase for attribute
15895 normalization
15896
Daniel Veillardd7e200c1999-11-15 17:53:11 +000015897Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15898
15899 * configure.in: closing bug #3163 by adding extra flags for the
15900 cc compiler on HP-UX
15901
Daniel Veillard51e3b151999-11-12 17:02:31 +000015902Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15903
15904 * valid.[ch] : removed a typo and an enumerated type bug in the
15905 xmlAddElementDecl() function
15906 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
15907 call to xmlEncodeEntitiesReentrant() so that the functions
15908 New, Set and Get are at the same level.
15909 * parser.c HTMLparser.c: extra memory allocation bug for
15910 attributes detected by someone using libxml in embedded systems :-)
15911
Daniel Veillard962195f1999-10-28 15:51:53 +000015912Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15913
15914 * xmlmemory.h: turned off mem debug :-\
15915
Daniel Veillard35008381999-10-25 13:15:52 +000015916Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15917
15918 * parser.c: closed bug #2784 a one line fix, but worth pushing
15919 a new release out
15920 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
15921 some structures, comments before and after the
15922 main element, and other nastyness
15923 * HTMLtree.c tree.c: accomodate the extended HTML supported
15924 * configure.in: pushing 1.7.4
15925 * test/ent8 and related outputs : added a new test for bug #2784
15926 * test/HTML/wired.html and related output: a nasty HTML example
15927 * Makefile.am: improved the test scripts
15928 * docs/* : reran the documentation extractor, updated xml.html
15929
Daniel Veillard7c1206f1999-10-14 09:10:25 +000015930Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15931
15932 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
15933 HTMLparser and debugged the HTML related code. HTML documents
15934 now have their own type
15935 * entities.c: do not dump &apos; for HTML output
15936 * xmlmemory.c: improvement, breakpoint mechanism
15937 * testHTML.c: added --sax --repeat ...
15938 * Makefile.am: improved the HTML tests
15939 * valid.[ch]: added xmlValidGetValidElements and
15940 xmlValidGetPotentialChildren
15941 * tester.c: added --insert to test the 2 new functions
15942 * test//* result//* SAXresult//* : regression test cleanup
15943 and extension.
15944 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
15945 gnome-xml-nanohttp.html
15946
Daniel Veillard7d2c2761999-10-11 15:09:51 +000015947Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15948
15949 * HTMLparser.c: fixed problems with some autoclose tags
15950 * tree.c: fixed XML output problems.
15951 * result/* SAXresult/*: update of the tests output
15952
Daniel Veillard6077d031999-10-09 09:11:45 +000015953Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15954
15955 * Makefile.am: Arturo patch for xmlConf.sh version info
15956 * parser.c: Tim Josling patch for single quoted items
15957 * tester.c: Tim Josling patch for tester options usage
15958 * tree.h: indent cleanup
15959
Daniel Veillard2673d3c1999-10-08 14:37:09 +000015960Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15961
15962 * HTMLparser.c parser.h : Fixed problems with HTML parsing
15963 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
15964
Daniel Veillard00fdf371999-10-08 09:40:39 +000015965Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15966
15967 * tree.c : Raph patch for initialization of CORBA fields
15968 * parser.c, xpath.c, ...: modification of doc comments
15969 * xpath.c : allow spaces in xpath expressions
15970
Daniel Veillardad219441999-09-27 08:17:49 +000015971Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15972
15973 * xmlmemory.h: turning off memory debug :-(
15974
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015975Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15976
15977 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
15978 better SAX interfaces.
15979 * testSAX.c: uses the new SAX routine, avoid fetching any remote
15980 entity.
15981 * configure.in: 1.7.2
15982
15983Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard2f4dfc41999-09-24 14:03:48 +000015984
15985 * libxml.spec.in: fixed the URL
15986 * doc/xml.html: improved the documentation front-end
15987
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015988Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard335849b1999-09-23 23:08:42 +000015989
15990 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
15991
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015992Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillarddd6b3671999-09-23 22:19:22 +000015993
15994 * libxml.spec.in: fixed the alpha compile problem
15995 * parser.[ch]: changed errno to errNo in the parser context :-(
15996 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
15997 * doc/xml.html: changed CHAR to xmlChar
15998 * doc/html/*: recompiled the documentation
15999 * configure.in: 1.7.1
16000
Daniel Veillard7f7d1111999-09-22 09:46:25 +000016001Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16002
16003 * parser.h: modified the parser context struct to regain 1.4.0
16004 binary compatibility
16005 * parser.c, xml-error.h: added errno ot teh context and defined
16006 a set of errors values with update of errno
16007 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
16008 DTDs and entities
16009 * *.h, *.c: complete cleanup of the use of config.h and include
16010 protection depending on the current setup.
16011 * overalll debugging, maintenance and bug-fixing on all modules
16012 * updated the documentation
16013 * ready for 1.7.0
16014
Daniel Veillardc08a2c61999-09-08 21:35:25 +000016015Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16016
16017 * HTMLparser.c : cleanup
16018 * SAX.c valid.c valid.h: added ID/IDREF checking
16019 * tree.c tree.h: extended doc structure for refs
16020 * configure.in: 1.6.2
16021 * parser.c: patched bug in SAX user arg call
16022 * parserInternals.h: patched missing close in C++ wrapping
16023 * testXPath.c xpath.c xpath.h: prepared for extensibility,
16024 especially upcoming XPointer implementation.
16025 * doc/xml.html: augmented, typo
16026
CEST 1999 Timur Bakeyev72bd1001999-09-04 20:50:25 +000016027Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
16028
16029 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
16030 not all invocations of install understand -d.
16031
CEST 1999 Timur Bakeyev6db3cb01999-09-04 20:25:14 +000016032Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
16033
16034 * Makefile.am: prepend all the test* calls with $(top_builddir) -
16035 to make 'check' works, when builddir != srcdir.
16036
Daniel Veillardc8eab3a1999-09-04 18:27:23 +000016037Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16038
16039 * doc/xml.html : updated the documentation
16040
Daniel Veillard6454aec1999-09-02 22:04:43 +000016041Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16042
16043 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
16044 not deallocated memory blocks
16045 * *.c : replaces all calls to malloc() free() and realloc() to
16046 the wrapper functions/macros
16047 * tree.c : removed memory leaks dues to calling xmlFreeNode()
16048 instead of xmlFreeNodeList()
16049
Daniel Veillard1ff7ae31999-09-01 12:19:13 +000016050Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16051
16052 * HTMLparser.c: corrected a stupid bug leading to core dump at
16053 tree deallocation. Removed warnings indicated by
16054 Stephane.Conversy@lri.fr
16055 * entities.c: Fixes Yet Another Stupid Bug, entities were not
16056 looked for in the external subset
16057
16058Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc26087b1999-08-30 11:23:51 +000016059
16060 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
16061 on SGI by Stephane.Conversy@lri.fr
16062
Daniel Veillardb96e6431999-08-29 21:02:19 +000016063Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16064
16065 * all .h : changed the prototype declaration indent as in gtk
16066 * most .c : working on reducing the TODOs in the code
16067 * most .c : cleanup though -pedantic and Insure++
16068 * improvements on validation ID checkings.
16069 * tree.[ch] SAX.c: added support for namespace on attributes #2022
16070 * xml-config.in: closed #1810
16071
16072Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard991e63d1999-08-15 23:32:28 +000016073
16074 * tree.h, valid.c, valid.h: more work on validity, IDs
16075 * xpath.c: added/fixed comparidon and equlity, added a new isinf
16076 definition for AIX
16077
Daniel Veillardb556eb51999-08-15 17:19:50 +000016078Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16079
16080 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
16081 the distribution due to a cut'n paste error at last commit
16082
Daniel Veillardb05deb71999-08-10 19:04:08 +000016083Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16084
16085 * configure.in: upgraded to version 1.4.0
16086 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
16087 Big update, added a large part of the validation process,
16088 it should be usable, but some parts are missing
16089 * xpath.c: improved the implementation w.r.t. root.
16090 * Makefile.am: added more tests
16091 * test and result trees: added a lot of tests
16092 * libxml.spec.in: export libxml.so.0 and libxml.so.1
16093
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000016094Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16095
16096 * Added an HACKING file
16097
Daniel Veillarde2d034d1999-07-27 19:52:06 +000016098Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16099
16100 * xpath.[ch] : improvements and debug of the XPath implementation
16101 * parser.c, HTMLparser.c : modified the parsers to be progressive
16102 * tree.[ch] : extended the Buffer promitives
16103 * xmlIO.[ch] : added basic I/O routines providing progressive
16104 parsing and ready for I18N conversion plugins
16105 * SAXresult/* : the SAX callback sequence maybe slightly different
16106 now
16107 * test*.c : improved/updated the tests programs
16108 * doc/* : recompiled the docs.
16109
Daniel Veillard15b75af1999-07-26 16:42:37 +0000161101999-07-26 Michael Meeks <michael@edenproject.org>
16111
16112 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
16113
16114 * tree.c: Ditto.
16115
Daniel Veillard1566d3a1999-07-15 14:24:29 +000016116Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16117
16118 * configure.in: upgraded to version 1.4.0
16119 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
16120 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
16121 XML query language, see http://www.w3.org/TR/xpath for more details.
16122 * parser.c, parser.h: added CHAR* related string functions for XPath
16123 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
16124 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
16125 rebuild the docs.
16126 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
16127 and regression testing capabilities for XPath.
16128
Daniel Veillardd79d7871999-07-12 10:38:12 +000016129Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16130
16131 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
16132 closing bug #1646
16133
Daniel Veillardbe9e5951999-07-12 09:16:45 +000016134Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16135
16136 * Makefile.am, example/Makefile.am: closed bug #1683
16137
Daniel Veillard3166ab11999-07-11 16:14:19 +000016138Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16139
16140 * example/Makefile.am, configure.in: added the makefile for the
16141 gjobread example
16142
Tomasz Kłoczkoa75b6b31999-07-10 12:21:13 +000016143Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
16144
16145 * doc/Makefile.am:
16146 - fix which allow "make install DESTDIR=</install/prefix>".
16147
Daniel Veillard7cc3c041999-07-09 10:11:57 +000016148Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16149
16150 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
16151 which fixed a problem on the file reading-code.
16152
Daniel Veillard82150d81999-07-07 07:32:15 +000016153Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16154
16155 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
16156 output.
16157 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
16158
Daniel Veillard5233ffc1999-07-06 22:25:25 +000016159Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16160
16161 * parser.h : Oops removed the binary compatibility problem
16162 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
16163 * parser.c, HTMLparser.c: applied patches for reading from stdin
16164
Daniel Veillardbe70ff71999-07-05 16:50:46 +000016165Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16166
16167 * parser.c, entities.c, valid.c: cleanup bug #1591
16168 * configure.in: cleanup bug #1592
16169 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
16170 the same tree back-end. Hence gdome will be available for it.
16171 * doc/Makefile.am: close bug #617
16172
Daniel Veillard97fea181999-06-26 23:07:37 +000016173Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16174
16175 * parser.c: alloctate a per parser context SAX interface block
16176
Daniel Veillard14fff061999-06-22 21:49:07 +000016177Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16178
16179 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
16180 and xmlEncodeEntitiesReentrant with the correct one :-\
16181
16182Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16183
16184 * commit of my internal XML base changes, quite a lot of
16185 changes, cleanups, better entities support, framework for
16186 new I/O and charset detection and handling
16187 * Fixed the configure/Makefile stuff to generate shared libs
16188 with the proper version info, so we jumped on rev from
16189 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
16190 xmlEncodeEntities() result need to be freed now, and a string
16191 xmlParserVersion provide the current library version.
16192
Raph Levien05240da1999-06-15 21:27:11 +000016193Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
16194
16195 * parser.c: fixed a buffer overrun for when you have a very long
16196 attribute with no entities in it.
16197
Daniel Veillardbb2da581999-06-13 14:37:07 +000016198Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16199
16200 * added example directory
16201 * added example/gjobs.xml gjobread.c, still need a Makefile.in
16202
Daniel Veillard011b63c1999-06-02 17:44:04 +000016203Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16204
16205 * Release of libxml-1.1, nearly everything has been touched for
16206 this.
16207 * Added more regression tests
16208 * Updated the documentation
16209
Daniel Veillard27d88741999-05-29 11:51:49 +000016210Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16211
16212 * tree.[ch]: unified the XML_NO_CORBA defines.
16213 * parser.c encoding.[ch]: started plugging in char encoding detection
16214
Manish Vachharajani5e60f5a1999-05-29 03:04:30 +000016215Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
16216
16217 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
16218 Also freed allocated buffer.
16219
Daniel Veillard27d88741999-05-29 11:51:49 +000016220Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard5099ae81999-04-21 20:12:07 +000016221 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
16222 reentrancy problem at printing. One is left in entities.c, to
16223 remove ASAP
16224 * testSAX.c : added a test example showing the use of the SAX
16225 interface if one doesn't want to build the DOM tree.
16226 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
16227
Daniel Veillard517752b1999-04-05 12:20:10 +000016228Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16229
16230 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
16231 large revamping of the parser to use SAX callbacks
16232 http://www.megginson.com/SAX/ (or at least a C like interface
16233 a la Expat). It's now possible to set up your own callbacks
16234 and the parser will not build a DOM tree.
16235 * test/* result/*: updated the test suite, I finally removed
16236 the old Namespace draft support (PI based).
16237
Daniel Veillard87c83bd1999-04-02 16:04:43 +000016238Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16239
16240 * Makefile.am: added test result to EXTRA_DIST for make tests
16241
Daniel Veillard64068b31999-03-24 20:42:16 +000016242Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16243
16244 * parser.c, parserInternals.h: moved the chars macro definitions
16245 to parserInternals.h
16246 * parser.c, error.c: applied patches from "Knut Ã…kesson"
16247 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
16248
Daniel Veillard012ccc11999-03-23 10:11:11 +000016249Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16250
16251 * xml-config.in : applied patch to make --version work
16252
Raja R Harinatha86c23e1999-03-05 22:14:01 +0000162531999-03-05 Raja R Harinath <harinath@cs.umn.edu>
16254
16255 * Makefile.am (check-local): Alias for `tests' target. This will
16256 cause `make check' to do the right thing.
16257 (tests): Don't run tests in srcdir. Also, replaced calls to
16258 basename with a `sed' "equivalent".
16259
Daniel Veillardd109e371999-03-05 06:26:45 +000016260Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16261
16262 * Renamed error.h to xml-error.h, corrected Makefile.am to list
16263 it in the header and not the sources, updated the doc.
16264 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
16265 pointing this out.
16266
Daniel Veillardbc50b591999-03-01 12:28:53 +000016267Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16268
16269 * parser.c, parser.h, parserInternals.h: memory leak hunting,
16270 exported the inputStream routines.
16271 * doc/html/* : updated accordingly
16272
Daniel Veillardd692aa41999-02-28 21:54:31 +000016273Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16274
16275 * parser.c, parser.h, parserInternals.h: added a few extra
16276 internal calls to allocate and free parser contexts ...
16277 * doc/html/* : updated accordingly
16278
Daniel Veillard55a99271999-02-25 11:01:29 +000016279Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16280
16281 * configure.in, Makefile.am, doc/makefile.am : General changes for
16282 1.0.0 release and including the generated HTML documentation.
16283
Daniel Veillard35925471999-02-25 08:46:07 +000016284Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16285
16286 * makefile.am : added parserInternals.h, oops.
16287
Daniel Veillard1e346af1999-02-22 10:33:01 +000016288Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16289
16290 * parserInternals.h: added this header giving access to the parser
16291 internal functions.
16292 * doc/Makefile.am : added a rebuild target which rebuilds the full
16293 set of documentations
16294 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
16295 the internal subset.
16296 * *.c *.h: modifications needed to generate the documentation using
16297 gtk-doc, cleanup of functions blocks, reorganisation of struct
16298 declarations.
16299
Daniel Veillard1164e751999-02-16 16:29:17 +000016300Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16301
16302 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
16303 the tar and spec file to include the beginning of the doc.
16304
Nuno Ferreira03d04781999-02-13 00:07:17 +0000163051999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
16306
16307 * doc/.cvsignore: Added this file.
16308
Daniel Veillard6800ef31999-02-08 18:33:22 +000016309Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16310
16311 * tree.c: fixed xmlGetProp to return "" when the attribute
16312 exists, even if the node-list is NULL.
16313
Daniel Veillard726c7e31999-02-08 15:13:10 +000016314Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16315
16316 * tree.c: patched an error outputting empty attribute values.
16317 * Makefile.am and doc/makefile.am: have been updated during the
16318 week-end. Sorry for an empty CVS log, I got a shell problem.
16319
Daniel Veillard1899e851999-02-01 12:18:54 +000016320Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16321
16322 * tree.h: cleaned up using enums instead of defines
16323 * parser.c, valid.[ch]: more work on parsing/output of element
16324 declarations
16325
Daniel Veillard3b9def11999-01-31 22:15:06 +000016326Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16327
16328 * valid.[ch], tree.c, parser.c : more work toward full parsing
16329 of XML DTDs.
16330 * README: added informations about mailing-list and on-line
16331 documentation
16332
Raja R Harinath7eb5c4f1999-01-27 23:01:51 +0000163331999-01-27 Raja R Harinath <harinath@cs.umn.edu>
16334
16335 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
16336
Daniel Veillard39a1f9a1999-01-17 19:11:59 +000016337Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16338
16339 * parser.c, tree.[ch] : more work toward conformance testing,
16340 added a last element to accelerate parsing of very flat structures
16341 started working on internal subset Element content declaration.
16342 * valid.[ch] : first cut at adding code toward validation.
16343 * previous changes had also small impact on most files, especially
16344 the conformance testing using James Clark test suite.
16345
Daniel Veillard3c2c2ce1999-01-17 13:48:01 +000016346Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16347
16348 * test/* : updated the examples, most of them were not well
16349 formed (humm), and added rdf2.
16350 * result/* : resulting changes in the output.
16351
Daniel Veillard7c92c0a1998-12-06 18:08:28 +000016352Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16353
16354 * tree.c: changed the behaviour of xmlGetProp on NULL values.
16355
Daniel Veillard44b3a061998-12-05 17:27:22 +000016356Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16357
16358 * tree.c: patched a bug in the generation of empty attributes
16359
Daniel Veillardbe36afe1998-11-27 06:39:50 +000016360Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16361
16362 * entities.[ch], tree.[ch], tester.c: added copy interfaces
16363 for node/trees/documents/... Biggest problem is namespace
16364 support when copying subtrees.
16365
Daniel Veillard8cc0d1f1998-11-16 01:04:26 +000016366Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16367
16368 * parser.c, entities.c: improve entities and char ref encoding,
16369 and cleanups of error messages.
16370
Daniel Veillard242590e1998-11-13 18:04:35 +000016371Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16372
16373 * parser.c, entities.c: simple bug hunting done during rpm2html and
16374 rpmfind integration.
16375
Daniel Veillard42dc9b31998-11-09 01:17:21 +000016376Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16377
16378 * parser.[ch]: Added interfaces allowing to specify a SAX
16379 handler before parsing.
16380
Daniel Veillarde3bffb91998-11-08 14:40:56 +000016381Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16382
16383 * parser.c: redirrect all errors reporting through the SAX
16384 error function
16385
Daniel Veillardda4d3c41998-11-04 20:07:05 +000016386Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16387
16388 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
16389 * libtool, tlmain ...: update of the libtool files
16390
Miguel de Icaza442321c1998-11-04 18:13:38 +0000163911998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
16392
16393 * entities.c: Use g_snprintf insteda of snprintf.
16394
Daniel Veillard0ba4d531998-11-01 19:34:31 +000016395Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16396
16397 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
16398 added ent5 test for this purpose.
16399 * parser.c, parser.h: formatting, comments and UTF-8 planning.
16400
Daniel Veillard27271681998-10-30 06:39:40 +000016401Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16402
16403 * parser.c: fixed? a strange error due to compression on a GWP
16404 document.
16405
Daniel Veillard25940b71998-10-29 05:51:30 +000016406Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16407
16408 * tree.[ch]: bug fixing
16409 * entities.[ch]: defined a specific type for predefined entities
16410 * doc/xml.html: more documentation on the library, how to use it,
16411 overview of the interfaces.
16412
Daniel Veillard16253641998-10-28 22:58:05 +000016413Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16414
16415 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
16416
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016417Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16418
Daniel Veillard10c6a8f1998-10-28 01:00:12 +000016419 * tree.c: corrected a small bug
16420 * doc/xml.html: continuing writing documentation.
16421
16422Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16423
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016424 * debugXML.h debugXML.c: added debugging utilities.
16425 * tester.c: added --debug switch.
16426 * tree.c: patched an incorrect node->type assignment.
16427 * parser.c: formatting, ensure that node->doc != NULL in attributes
16428
Daniel Veillardccb09631998-10-27 06:21:04 +000016429Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16430
16431 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
16432 entity support and provide an internal representation close to
16433 DOM one (entity ref nodes, and attribute value as tree). I tried
16434 to preserve the interface but this will surely break some apps
16435 (I have to change rpm2html/rpmfind for example). I had to change
16436 two interfaces, and the generated tree is somewhat different.
16437 * doc/* : started documenting the XML library, the tree and
16438 DOM/Corba. This is a first step.
16439
Daniel Veillard11e00581998-10-24 18:27:49 +000016440Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16441
16442 * parser.c: Set up the fonctions comment block, boring but useful.
16443 * parser.h, SAX.c, parser.c: now attributes are processed through
16444 the SAX interface. The problem is that my SAX interface diverged
16445 quite a bit from the original one, well this is not an official
16446 spec, and translating it from Java to C is hairy anyway...
16447
Daniel Veillard97b58771998-10-20 06:14:16 +000016448Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16449
16450 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
16451 fonctions comment block, boring but useful.
16452
16453Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard891e4041998-10-19 00:43:02 +000016454
16455 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
16456 conversion routines. However they are not yet used to convert the
16457 inputs. The core will run with UTF-8.
16458
Daniel Veillard33942841998-10-18 19:12:41 +000016459Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16460
16461 * tree.c : make sure that the type id is properly set-up when
16462 a new object is allocated, needed for DOM.
16463
Daniel Veillard27fb0751998-10-17 06:47:46 +000016464Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16465
16466 * tree.h, tree.c: Ok, the main objects in the tree will be native
16467 corba objects, it costs 8 bytes per Node, Attribute and Document
16468 but it simplifies the Corba integration a lot (no extra interface
16469 objects to allocate/free).
16470
Daniel Veillard0bef1311998-10-14 02:36:47 +000016471Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16472
16473 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
16474 and changed NODEs contants for conformity with DOM Level 1
16475
Daniel Veillard27864701998-10-08 03:47:24 +000016476Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16477
16478 * added hooks to keep track of servants when creating objects
16479 xmlDoc and xmlNode (for Corba export).
16480
Daniel Veillarda6e1d121998-10-04 14:41:05 +000016481Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16482
16483 * added xml-config script.
16484
Daniel Veillard7066a791998-10-01 20:28:28 +000016485Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16486
16487 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
16488 to autoupdate libtool and automake conf files.
16489
Miguel de Icaza60681bd1998-09-30 19:28:59 +0000164901998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
16491
16492 * Makefile.am: Use '?' to separate the sed
16493 commands as ',' is used when people pass -Wl,something.
16494
16495
Daniel Veillard15a8df41998-09-24 19:15:06 +000016496Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16497
16498 * tree.c, tree.h: added a per-document compression interface.
16499
Daniel Veillard151b1b01998-09-23 00:49:46 +000016500Tue Sep 22 20:47:38 EDT 1998
16501
16502 * tree.c, tree.h: added saving with compression and added interfaces
16503 to control the compression level (xmlGetCompressMode,
16504 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
16505
Daniel Veillard70120ff1998-09-22 00:24:21 +000016506Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16507
16508 * parser.c: corrected a loop for files of size 0
16509
Raja R Harinathd2e3abd1998-08-20 21:52:38 +0000165101998-08-20 Raja R Harinath <harinath@cs.umn.edu>
16511
16512 * error.h: New file. Contains prototyes from `error.c'.
16513
Tom Tromeyc19653d1998-08-14 01:22:43 +000016514Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
16515
16516 * Makefile.am (xmlincdir): New macro.
16517 (xmlinc_HEADERS): Renamed from include_HEADERS.
16518
Daniel Veillard845664d1998-08-13 04:43:19 +000016519Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16520
16521 * applied small patch on numeric entities from
16522 Christopher Blizzard <blizzard@appliedtheory.com>
16523
Daniel Veillard260a68f1998-08-13 03:39:55 +000016524Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16525
16526 * New release 0.2, removed the old xml_* files so that it's
16527 coherent with the other CVS base (W3C), far better conformance
16528 to standard, new namespaces, decent entities support, beginning
16529 of a SAX-like interface. Nearly nothing left intact, even the
16530 test examples ...
16531
Christopher Blizzarda36749e1998-07-30 21:47:18 +0000165321998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
16533
16534 * .cvsignore: Add .deps dir
16535
Daniel Veillardf8015fa1998-07-26 21:31:38 +000016536Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16537
16538 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
16539
Daniel Veillardfe926001998-07-26 04:28:20 +000016540Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016541
Daniel Veillardfe926001998-07-26 04:28:20 +000016542 * configure.in: added test for CPP
16543 * AUTHORS, Changelog: the original ones didn't get commited but the
16544 glib ones instead, fixed.
16545 * Makefile.am: corrected an error in library naming
Daniel Veillard01791d51998-07-24 19:24:09 +000016546
Daniel Veillardfe926001998-07-26 04:28:20 +000016547Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016548
Daniel Veillardfe926001998-07-26 04:28:20 +000016549 * integrated code developped at W3C
16550 * changed the original Copyright
16551 * migrated to automake
16552 * prefixed the filenames by xml_ to avoid filename clashes
Daniel Veillard01791d51998-07-24 19:24:09 +000016553