blob: ecabe5a934d11edba4749a5edcc2fcf78bdf5c03 [file] [log] [blame]
Daniel Veillardadba5f12003-04-04 16:09:01 +00001Fri Apr 4 18:08:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
2
3 * parser.c: fixed a possible problem with xmlRecoverMemory()
4
Daniel Veillarda48ed3d2003-04-03 15:28:28 +00005Thu Apr 3 17:24:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
6
7 * trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c
8 triostr.h: Bjorn sent an update for the TRIO portability layer.
9
Igor Zlatkovicd6c86502003-04-01 20:00:42 +000010Tue Apr 1 21:57:26 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
11
12 * win32/libxml2.def.src: exported new functions
13
Daniel Veillardc2d4a932003-04-01 11:13:05 +000014Tue Apr 1 13:09:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
15
16 * configure.in NEWS: preparing release 2.5.6
17 * doc/*: updated and rebuilt the docs
18
Daniel Veillarde5020412003-04-01 09:55:20 +000019Tue Apr 1 11:52:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
20
21 * SAX.c: fixed an uninitialized memory access pointed by valgrind
22 on C14Ntests
23
Daniel Veillard7fe1f3a2003-03-31 22:13:33 +000024Tue Apr 1 00:12:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
25
26 * relaxng.c: one more fixup of error message reporting
27
Daniel Veillard5f1946a2003-03-31 16:38:16 +000028Mon Mar 31 18:36:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
29
30 * relaxng.c: more work on bug #109225, and fixed an uninitialized
31 variable pointed out by valgrind
32
Daniel Veillarda507fbf2003-03-31 16:09:37 +000033Mon Mar 31 18:05:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
34
35 * relaxng.c: try to work on bug #109225 and provide better
36 error reports.
37 * result/relaxng/* : this change the output of a number of tests
38 * xinclude.c: fixing the parsed entity redefinition problem
39 raised on the list.
40 * test/schemas/date_0.xsd: updated the date test c.f. E2-12
41
Daniel Veillardb3721c22003-03-31 11:22:25 +000042Mon Mar 31 13:19:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
43
44 * xmlschemastypes.c: fixed date comparison to handle the tzo
45 The only failures left are disagreements on Notations and
46 '+1' not being allowed for ulong, uint, ushort and ubyte.
47
Daniel Veillard455cc072003-03-31 10:13:23 +000048Mon Mar 31 12:11:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
49
50 * xmlschemastypes.c: fixed gMonth parsing routine accordingly
51 to the XML Schemas errata
52 http://www.w3.org/2001/05/xmlschema-errata#e2-12
53
Daniel Veillarde637c4a2003-03-30 21:10:09 +000054Sun Mar 30 23:04:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
55
56 * relaxng.c xmlschemastypes.c: more work on XML Schemas datatypes
57 and facets support. Currently only schemas with binHex or
58 base64 don't compile. A few error left in the test suite:
59 found 1035 test instances: 919 success 23 failures
60 most are gdate or gdateyear failing check, and a few cases where
61 James clark tests results are strange.
62 * valid.c: allow to reuse the Notation checking routine without
63 having a validation context.
64 * SAX.c: removed a #if 0
65
Daniel Veillardb6c7f412003-03-29 16:41:55 +000066Sat Mar 29 17:35:05 CET 2003 Daniel Veillard <daniel@veillard.com>
67
68 * xinclude.c: forgot to apply one check from #106931 patch
69 * xmlschemastypes.c: more work on XML Schemas datatypes
70
Daniel Veillardc4c21552003-03-29 10:53:38 +000071Sat Mar 29 11:49:25 CET 2003 Daniel Veillard <daniel@veillard.com>
72
73 * relaxng.c include/libxml/relaxng.h xmlschemastypes.c: more work
74 on cleaning up XML Schemas datatypes based on James Clark tests
75 test/xsdtest/xsdtest.xml
76
Daniel Veillard80b19092003-03-28 13:29:53 +000077Fri Mar 28 14:24:08 CET 2003 Daniel Veillard <daniel@veillard.com>
78
79 * relaxng.c: implemented comparisons for Schemas values.
80 * xmlschemastypes.c include/libxml/xmlschemastypes.h: fixed
81 some bugs in duration handling, comparisons for durations
82 and decimals, removed all memory leaks pointed out by James
83 testsuite. Current status is now
84 found 238 test schemas: 197 success 41 failures
85 found 1035 test instances: 803 success 130 failures
86
Daniel Veillard91a13252003-03-27 23:44:43 +000087Fri Mar 28 00:41:55 CET 2003 Daniel Veillard <daniel@veillard.com>
88
89 * xmlschemas.c include/libxml/xmlschemas.h: fixed bugs and memory
90 leaks in the W3C XML Schemas code
91 * xmlschemastypes.c: implemented nonPositiveInteger
92 * test/schemas/length2_0.xsd result/schemas/length2_0_0.err:
93 fixed the test and result.
94
Daniel Veillard6560a422003-03-27 21:25:38 +000095Thu Mar 27 22:23:07 CET 2003 Daniel Veillard <daniel@veillard.com>
96
97 * HTMLparser.c tree.c: two patches from James Bursa on the HTML
98 parser and a typo
99 * xmlschemastypes.c: reindenting, fixing a memory access
100 problem with dates.
101
Daniel Veillard6c5b2d32003-03-27 14:55:52 +0000102Thu Mar 27 15:53:35 CET 2003 Daniel Veillard <daniel@veillard.com>
103
104 * parser.c: fixing #109227 providing more context in case of
105 start/end tag mismatch
106 * python/tests/ctxterror.py python/tests/readererr.py: update the
107 tests accordingly
108
Daniel Veillardd9b72832003-03-27 14:24:00 +0000109Thu Mar 27 15:22:41 CET 2003 Daniel Veillard <daniel@veillard.com>
110
111 * xinclude.c: should fix #109327 errors on memory accesses
112
Daniel Veillardc7e9b192003-03-27 14:08:24 +0000113Thu Mar 27 15:06:13 CET 2003 Daniel Veillard <daniel@veillard.com>
114
115 * HTMLtree.c: Fixed reopening of #78662 <form action="...">
116 is an URI reference
117
Daniel Veillarde209b332003-03-26 21:40:13 +0000118Wed Mar 26 22:38:39 CET 2003 Daniel Veillard <daniel@veillard.com>
119
120 * xpath.c: fixed bug #109160 on non-ASCII IDs
121
Daniel Veillard642104e2003-03-26 16:32:05 +0000122Wed Mar 26 17:30:37 CET 2003 Daniel Veillard <daniel@veillard.com>
123
124 * parser.c: Norm suggested a nicer error message for xml:space values
125 errors
126
Daniel Veillarde4fa2932003-03-26 00:38:10 +0000127Wed Mar 26 01:34:19 CET 2003 Daniel Veillard <daniel@veillard.com>
128
129 * xpath.c include/libxml/xpath.h: first part of the fix to
130 performance bug #108905, adds xmlXPathOrderDocElems() providing
131 document order for nodes.
132 * python/libxml.c: Python may require TRIO as Albert Chin pointed out
133
Daniel Veillard09628212003-03-25 15:10:27 +0000134Tue Mar 25 16:07:00 CET 2003 Daniel Veillard <daniel@veillard.com>
135
136 * xmlschemastypes.c: removing a warning with Sun compiler
137 bug #109154
138
MST 2003 John Fleckda271742003-03-25 14:05:17 +0000139Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
140
141 * doc/xmllint.xml
142 * doc/xmllint.1
143 update xmllint man page with --relaxng option
144
Daniel Veillard2032d292003-03-25 11:09:40 +0000145Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
146
147 * python/setup.py.in : was missing "drv_libxml2.py"
148
Daniel Veillard9adc0462003-03-24 18:39:54 +0000149Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
150
151 * tree.c xpath.c: some changes related to the new way of
152 handling Result Value Tree, before 2.5.5
153
Daniel Veillardd8da01c2003-03-24 15:58:23 +0000154Mon Mar 24 16:36:23 CET 2003 Daniel Veillard <daniel@veillard.com>
155
156 * configure.in NEWS: preparing release 2.5.5
157 * doc/* : updated the documentation and regenerated it.
158
Daniel Veillardef0b4502003-03-24 13:57:34 +0000159Mon Mar 24 14:56:01 CET 2003 Daniel Veillard <daniel@veillard.com>
160
161 * xpath.c: fixed some problems related to #75813 about handling
162 of Result Value Trees
163
Daniel Veillard9231ff92003-03-23 22:00:51 +0000164Sun Mar 23 22:57:20 CET 2003 Daniel Veillard <daniel@veillard.com>
165
166 * uri.c: applied a set of patches from Lorenzo Viali correcting
167 URI parsing errors.
168
Daniel Veillard5f8d1a32003-03-23 21:02:00 +0000169Sun Mar 23 22:00:14 CET 2003 Daniel Veillard <daniel@veillard.com>
170
171 * parser.c: validity status was not passed back when validating in
172 entities, but raised by Oliver Fischer
173
Daniel Veillard04ee2f22003-03-23 20:31:46 +0000174Sun Mar 23 21:30:50 CET 2003 Daniel Veillard <daniel@veillard.com>
175
176 * HTMLtree.c: avoid escaping ',' in URIs
177
Daniel Veillardef8dd7b2003-03-23 12:02:56 +0000178Sun Mar 23 12:57:00 CET 2003 Daniel Veillard <daniel@veillard.com>
179
180 * parser.c: fixing bug #108976 get the ID/REFs to reference
181 the ID in the document content and not in the entity copy
182 * SAX.c include/libxml/parser.h: more checking of the ID/REF
183 stuff, better solution for #107208
184 * xmlregexp.c: removed a direct printf, dohhh
185 * xmlreader.c: fixed a bug on streaming validation of empty
186 elements in entities
187 * result/VC/ElementValid8 test/VCM/v20.xml result/valid/xhtml1.xhtml:
188 cleanup of the validation tests
189 * test/valid/id* test/valid/dtds/destfoo.ent result/valid/id*:
190 added more ID/IDREF tests to the suite
191
Daniel Veillard2cfd9df2003-03-22 22:39:16 +0000192Sat Mar 22 23:38:08 CET 2003 Daniel Veillard <daniel@veillard.com>
193
194 * xmlreader.c: fixed #107043 removing 2 warnings with Sun One
195 compiler.
196
Daniel Veillard20863822003-03-22 17:51:47 +0000197Sat Mar 22 18:50:45 CET 2003 Daniel Veillard <daniel@veillard.com>
198
199 * relaxng.c: valgrind'ed and cleaned up a couple of memory issues.
200
Daniel Veillard9ff2d472003-03-22 15:18:01 +0000201Sat Mar 22 16:15:50 CET 2003 Daniel Veillard <daniel@veillard.com>
202
203 * SAX.c: fix bug #107208 avoid false duplicates when ID/REFs are
204 defined in entities content
205
Daniel Veillard99737f52003-03-22 14:55:50 +0000206Sat Mar 22 15:53:27 CET 2003 Daniel Veillard <daniel@veillard.com>
207
208 * SAX.c: Fixed validation bug #108858 on namespace names using
209 entities and reported by Brent Hendricks
210 * xmllint.c: report xmlTextReaderHasValue() result in --stream
211 --debug output.
212
Daniel Veillard48ef4c92003-03-22 12:38:15 +0000213Sat Mar 22 13:32:39 CET 2003 Daniel Veillard <daniel@veillard.com>
214
215 * xmlreader.c: fixed bug #108801 reported by Malcolm Tredinnick
216 about the DocType node not being reported sometimes.
217 * python/tests/reader.py: added to test to the regression checks
218
Daniel Veillard120e8eb2003-03-22 01:00:34 +0000219Sat Mar 22 01:57:40 CET 2003 Daniel Veillard <daniel@veillard.com>
220
221 * xmlreader.c: fixed bug #108546 on long CDATA (or text nodes)
222 reported by Edd Dumbill
223
Daniel Veillard77a90a72003-03-22 00:04:05 +0000224Sat Mar 23 01:00:24 CET 2003 Daniel Veillard <daniel@veillard.com>
225
226 * HTMLparser.c parser.c parserInternals.c: patch from
227 johan@evenhuis.nl for #107937 fixing some line counting
228 problems, and some other cleanups.
229 * result/HTML/: this result in some line number changes
230
Daniel Veillard580ced82003-03-21 21:22:48 +0000231Fri Mar 21 22:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
232
233 * configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec
234 instead of libxml.spec
235 * relaxng.c: fixed some of the error reporting excessive
236 verbosity
237 * catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c
238 xmlschemastypes.c: removed some warnings from gcc
239 * doc/libxml2-api.xml: rebuilt
240
Daniel Veillarde063f482003-03-21 16:53:17 +0000241Fri Mar 21 17:25:23 CET 2003 Daniel Veillard <daniel@veillard.com>
242
243 * relaxng.c: another optimization, for choice this time
244 * result/relaxng/spec1* result/relaxng/tutor12_1*
245 result/relaxng/tutor3_7: cleanups.
246
Daniel Veillard0e3d3ce2003-03-21 12:43:18 +0000247Fri Mar 21 13:41:23 CET 2003 Daniel Veillard <daniel@veillard.com>
248
249 * relaxng.c: fixed xmlRelaxNGNodeMatchesList
250 * test/relaxng/testsuite.xml: augmented the test suite
251 * result/relaxng/spec1* result/relaxng/tutor12_1*: this fixes
252 some schemas validation tests in the presence of foreign
253 namespaces.
254
Daniel Veillardbbb78b52003-03-21 01:24:45 +0000255Fri Mar 21 02:23:34 CET 2003 Daniel Veillard <daniel@veillard.com>
256
257 * relaxng.c: added another interleave speedup.
258
Daniel Veillardef2e4ec2003-03-20 16:23:26 +0000259Thu Mar 20 17:22:00 CET 2003 Daniel Veillard <daniel@veillard.com>
260
261 * xmlschemastypes.c: added integer and fixed one of the
262 IDREFS regression tests pbm
263 * result/relaxng/docbook_0.err: updated
264
Daniel Veillard249d7bb2003-03-19 21:02:29 +0000265Wed Mar 19 21:58:47 CET 2003 Daniel Veillard <daniel@veillard.com>
266
267 * valid.c xmlschemastypes.c: attempt to cope with ID/IDREF(S)
268 declared both in the DTD and in the Schemas <grin/>
269 * relaxng.c: more debug, added a big optimization for <mixed>
270 * test/relaxng/testsuite.xml: augmented the testsuite
271 * test/relaxng/ result/relaxng: added the RelaxNG spec and a
272 DocBook example to the regression tests
273
Daniel Veillard798024a2003-03-19 10:36:09 +0000274Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com>
275
276 * check-xsddata-test-suite.py: cosmetic change for output
277 * relaxng.c: try to minimize calls to malloc/free for states.
278
Daniel Veillarda1a9d042003-03-18 16:53:17 +0000279Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com>
280
281 * tree.c: removed a warning
282 * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES
283 support
284 * check-relaxng-test-suite.py check-xsddata-test-suite.py:
285 cleanup/improvements of the regression tests batch
286 * test/relaxng/testsuite.xml: augmented libxml2 own testsuite
287
Daniel Veillard28c52ab2003-03-18 11:39:17 +0000288Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com>
289
290 * relaxng.c: fixed error msg cleanup deallocation
291 * xmlschemastypes.c: added a function to handle lists of
292 atomic types, added support for IDREFS
293
Daniel Veillardc3da18a2003-03-18 00:31:04 +0000294Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
295
296 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID
297 and IDREF, usable from RelaxNG now
298 * include/libxml/xmlschemastypes.h: need to add a new interface
299 because the validation modifies the infoset
300 * test/relaxng/testsuite.xml: extended the testsuite
301
Daniel Veillard952379b2003-03-17 15:37:12 +0000302Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
303
304 * relaxng.c: fixed the last core RelaxNG bug known #107083,
305 shemas datatype ID/IDREF support still missing though.
306 * xmlreader.c: fix a crashing bug with prefix raised by
307 Merijn Broeren
308 * test/relaxng/testsuite.xml: augmented the testsuite with
309 complex inheritance tests
310
Daniel Veillardfd573f12003-03-16 17:52:32 +0000311Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
312
313 * relaxng.c: switched back to the previous Relax-NG code base,
314 the derivation algorithm need severe constraining code to avoid
315 combinatorial explosion. Fixed the problem with Sebastian Rahtz
316 TEI based example and other bugs
317 * result/relaxng/*err: updated the results
318 * test/relaxng/testsuite.xml: started a new test suite
319
Daniel Veillard1564e6e2003-03-15 21:30:25 +0000320Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
321
322 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
323 that the original RelaxNG validation code was un-fixeable, it got
324 rewritten to use the derivation algorithm from James Clark and
325 redebugged it (nearly) from scratch:
326 found 373 test schemas: 372 success 1 failures
327 found 529 test instances: 529 success 0 failures
328
Daniel Veillard39eb88b2003-03-11 11:21:28 +0000329Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
330
331 * SAX.c parser.c: fix some recursion problems introduced in the
332 last release.
333 * relaxng.c: more debugging of the RNG validation engine, still
334 problems though.
335
Daniel Veillard5add8682003-03-10 13:13:58 +0000336Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
337
338 * Makefile.am: stop generating wrong result file with * in name
339 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
340 * result/relaxng/demo* test/relaxng/demo: added the tests from
341 Sebastian reproducing the problem.
342
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +0000343Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
344
Daniel Veillard5add8682003-03-10 13:13:58 +0000345 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
346 up Aleksey's change
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +0000347
Aleksey Sanin693c9bc2003-03-09 22:36:52 +0000348Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
349
350 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
351 variable to control the indentation for the xmllint "--format"
352 option
353
Igor Zlatkovic47ba1c72003-03-08 13:29:42 +0000354Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
355
356 * encoding.c: applied Gennady's patch against buffer overrun
357
Daniel Veillard42f12e92003-03-07 18:32:59 +0000358Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
359
360 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
361 Clark it appeared I had bug in URI parsing code ...
362 * relaxng.c include/libxml/relaxng.h: completely revamped error
363 reporting to not loose message from optional parts.
364 * xmllint.c: added timing for RNG validation steps
365 * result/relaxng/*: updated the result, all error messages changed
366
Daniel Veillardedfd5882003-03-07 14:20:40 +0000367Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
368
369 * xpath.c: fix bug #107804, the algorithm used for document order
370 computation was failing on attributes.
371
Daniel Veillard83391282003-03-06 21:37:30 +0000372Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
373
374 * valid.c: fix bug #107764 , possibility of buffer overflow
375 in xmlValidDebug()
376
Daniel Veillard6c73cb82003-03-05 16:45:40 +0000377Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
378
379 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
380 from Philipp Dunkel
381
Daniel Veillard5f704af2003-03-05 10:01:43 +0000382Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
383
384 * xmlschemastype.c: made powten array static it should not be exported
385 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
386 parser function.
387 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
388
Daniel Veillard7b72ee52003-02-27 23:24:53 +0000389Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
390
391 * tree.c: fixed a node dump crash on attributes
392 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
393 an URI test bug and get better output.
394
Daniel Veillard463a5472003-02-27 21:30:32 +0000395Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
396
397 * check-xsddata-test-suite.py: give more infos
398 * relaxng.c: fix a bug reported by Sebastian Rahtz and
399 REF->DEF in attribute values.
400
Daniel Veillardeb7189f2003-02-27 20:11:13 +0000401Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
402
403 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
404 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
405 regression tests from James Clark.
406
Daniel Veillard8bc6cf92003-02-27 17:42:22 +0000407Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
408
409 * relaxng.c xmlschemas.c xmlschemastypes.c
410 include/libxml/xmlschemastypes.h: added param support for relaxng
411 type checking, started to increment the pool of simple types
412 registered, still much work to be done on simple types and
413 facets checkings.
414
Daniel Veillard19ab45b2003-02-26 15:49:03 +0000415Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
416
417 * entities.c: fixes again one of the problem raised by
418 James Clark in #106788
419
Daniel Veillardc482e262003-02-26 14:48:48 +0000420Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
421
422 * relaxng.c: Fixed a couple of problem raised by James Clark
423 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
424 datatype level still not fixed though.
425
Daniel Veillard17bed982003-02-24 20:11:43 +0000426Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
427
428 * configure.in: preparing release 2.5.4
429 * doc/*: updated and rebuilt the docs
430 * relaxng.c: removed warnings
431 * result/relaxng/*: updated the results
432
Daniel Veillardf4be0182003-02-24 19:54:33 +0000433Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
434
435 * valid.c: fixes a DTD regexp generation problem.
436
Daniel Veillard02111c12003-02-24 19:14:52 +0000437Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
438
439 * parser.c: fixes bug #105998 about false detection of
440 attribute consumption loop.
441
Daniel Veillard2406abd2003-02-24 18:16:47 +0000442Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
443
444 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
445
Daniel Veillardfcc822e2003-02-24 17:52:08 +0000446Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
447
448 * SAX.c: fixed bug #105992
449
Daniel Veillard3ebc7d42003-02-24 17:17:58 +0000450Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
451
452 * tree.c: fixed xmlSetProp and al. when the node passed is not an
453 element.
454 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
455 found 373 test schemas: 369 success 4 failures
456 found 529 test instances: 525 success 4 failures
457 * check-relaxng-test-suite.py: added memory debug reporting
458
Daniel Veillardc64b8e92003-02-24 11:47:13 +0000459Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
460
461 * uri.c parser.c: some warning removal on Igor's patch
462 * tree.c: seems I messed up with #106788 fix
463 * python/libxml.c: fixed some base problems when Python provides
464 the resolver.
465 * relaxng.c: fixed the interleave algorithm
466 found 373 test schemas: 364 success 9 failures
467 found 529 test instances: 525 success 4 failures
468 the resulting failures are bug in the algorithm from 7.3 and
469 lack of support for params
470
Daniel Veillard0046c0f2003-02-23 13:52:30 +0000471Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
472
473 * parser.c: another fix for nodeinfo in entities problem
474 * tree.c entities.c: fixed bug #106788 from James Clark
475 some spaces need to be serialized as character references.
476
Igor Zlatkovic40ed73b2003-02-23 13:40:12 +0000477Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
478
479 * parser.c uri.c: fixed the bug I introduced in the path
480 handling, reported by Sebastian Bergmann
481
Daniel Veillard44e1dd02003-02-21 23:23:28 +0000482Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
483
484 * parser.c: fixing some nodeinfo in entities problem raised
485 by Glenn W. Bach
486 * relaxng.c: implemented the first section 7.3 check
487 * result/relaxng/*: updated the results
488
Daniel Veillardc5312d72003-02-21 17:14:10 +0000489Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
490
491 * relaxng.c: fixed some problems in the previous commit
492 and finished implementing 4.16 rules checking
493 found 373 test schemas: 353 success 20 failures
494 found 529 test instances: 519 success 6 failures
495 * result/relaxng/*: updated the results
496
Daniel Veillard4c5cf702003-02-21 15:40:34 +0000497Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
498
499 * relaxng.c: implemented checks from section 7.2
500
Daniel Veillard77648bb2003-02-20 15:03:22 +0000501Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
502
503 * relaxng.c: implemented the checks from section 7.1, fixed
504 some of the 4.20 and 4.21 problems.
505 found 373 test schemas: 338 success 35 failures
506 found 529 test instances: 519 success 6 failures
507 * result/relaxng/*: updated the results
508
Daniel Veillard1c745ad2003-02-20 00:11:02 +0000509Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
510
511 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
512 * result/relaxng/*: updated the results
513
Daniel Veillardce14fa52003-02-19 17:32:48 +0000514Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
515
516 * relaxng.c: more bugfixes
517 * result/relaxng/*: updated the results
518
Igor Zlatkovic7e1d1582003-02-19 14:51:44 +0000519Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
520
521 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
522 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
523 * SAX.c: ensured xmlDoc.URL is always canonic
524 * parser.c: obsoleted xmlNormalizeWindowsPath
525 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
526 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
527 * win32/libxml2.def.src: added few exports
528
529
Daniel Veillard2e9b1652003-02-19 13:29:45 +0000530Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
531
532 * Makefile.am configure.in: patched to have shared libraries
533 for Python regression tests and static binaries for gdb debug
534 in my development environment
535 * relaxng.c: more bugfixes
536 found 373 test schemas: 296 success 77 failures
537 found 529 test instances: 516 success 8 failures
538 * result/relaxng/*: updated the results
539
Daniel Veillard8fe98712003-02-19 00:19:14 +0000540Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
541
542 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
543
Daniel Veillardd4310742003-02-18 21:12:46 +0000544Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
545
546 * xmlschemastypes.c: float/double check bugfix
547 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
548 validation
549 * xmlreader.c: add a TODO for Jody
550 * relaxng.c: bugfix bugfix bugfix
551 found 373 test schemas: 300 success 73 failures
552 found 529 test instances: 507 success 10 failures
553 * result/relaxng/*: updated the results
554
Daniel Veillard2df2de22003-02-17 23:34:33 +0000555Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
556
557 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
558
Daniel Veillard416589a2003-02-17 17:25:42 +0000559Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
560
561 * relaxng.c check-relaxng-test-suite.py: more work on the
562 RelaxNG implementation conformance testing.
563 found 373 test schemas: 284 success 89 failures
564 found 529 test instances: 448 success 47 failures
565 * result/relaxng/*: updated the results
566
Daniel Veillard784b9352003-02-16 15:50:27 +0000567Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
568
569 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
570 a patch from Kjartan Maraas to fix some typos
571
Daniel Veillardfebcca42003-02-16 15:44:18 +0000572Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
573
574 * relaxng.c: more bug-hunting
575 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
576 intermediate rng tree
577 * python/generator.py: patch from Stephane Bidoul to fix the generator
578 on python < 2.2
579
Daniel Veillardd2298792003-02-14 16:54:11 +0000580Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
581
582 * check-relaxng-test-suite.py relaxng.c: more testing on the
583 Relax-NG front, cleaning up the regression tests failures
584 current state and I forgot support for "mixed":
585 found 373 test schemas: 280 success 93 failures
586 found 529 test instances: 401 success 68 failures
587 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
588 moved the Name, NCName and QName validation routine in tree.c
589 * uri.c: fixed handling of URI ending up with #, i.e. having
590 an empty fragment ID.
591 * result/relaxng/*: updated the results
592
Daniel Veillard9a237c92003-02-13 15:52:58 +0000593Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
594
595 * check-xinclude-test-suite.py: improved the script accordingly
596 to the XInclude regression tests updates
597 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
598 November 2002
599 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
600 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
601 augmented the Xpointer testsuite for the element() scheme
602
Daniel Veillardf4b4f982003-02-13 11:02:08 +0000603Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
604
605 * relaxng.c: added TODO for the DTD compatibility spec
606 * xinclude.c: more bug fixes driven by the testsuite
607
Daniel Veillardd581b7e2003-02-11 18:03:05 +0000608Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
609
610 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
611 regression tests for XInclude, improved the script, improving
612 XInclude error reporting mechanism
613
Daniel Veillard1d788d22003-02-10 16:21:58 +0000614Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
615
616 * NEWS doc/* configure.in: preparing release 2.5.3
617
Daniel Veillardfd7ce5f2003-02-10 16:12:39 +0000618Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
619
620 * tree.c: trying to fix #104934 about some XHTML1 serialization
621 issues.
622
Daniel Veillard809faa52003-02-10 15:43:53 +0000623Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
624
625 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
626 encoding conversion when the input buffer stops in the
627 middle of a multibyte char
628
Daniel Veillard1703c5f2003-02-10 14:28:44 +0000629Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
630
631 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
632 * check-relaxng-test-suite.py: python script to run regression
633 against OASIS RelaxNG testsuite
634 * relaxng.c: some cleanup tweaks
635 * HTMLparser.c globals.c: cleanups in comments
636 * doc/libxml2-api.xml: updated the API
637 * result/relaxng/*: errors moved files, so large diffs but
638 no changes at the semantic level.
639
Daniel Veillard6aa2f602003-02-10 00:01:56 +0000640Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
641
642 * tree.c: fixing #105678 problem when dumping a namespace node.
643
Daniel Veillard591b4be2003-02-09 23:33:36 +0000644Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
645
646 * xpath.c: fixed doc comment problems
647 * python/generator.py python/libxml_wrap.h python/types.c: adding
648 RelaxNG wrappers
649 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
650 test of those early Python RelaxNG bindings
651
652Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
Daniel Veillard231d7912003-02-09 14:22:17 +0000653
654 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
655 * relaxng.c: found the validation problem I had with interleave
656 when not covering all remaining siblings
657 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
658 testsuite and check the RNG schemas against the RNG schemas
659 given in appendix A
660
Igor Zlatkovic6dacee62003-02-08 17:52:57 +0000661Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
662
663 * win32/Makefile.msvc: updates for RelaxNG
664 * win32/Makefile.mingw: updates for RelaxNG
665 * win32/libxml2.def.src: added RelaxNG exports
666
Daniel Veillard97fd5672003-02-07 13:01:54 +0000667Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
668
669 * xinclude.c: applied another bug fix from Sean Chittenden
670
Daniel Veillardef4d3bc2003-02-07 12:38:22 +0000671Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
672
673 * configure.in xmllint.c: I f...ed up the default configuration
674 of schemas and --relaxng option display in xmllint, pointed by
675 Morus Walter.
676 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
677 detection module, fixes bug #105374.
678
Daniel Veillardc5a70f22003-02-06 23:41:59 +0000679Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
680
681 * xmlschemastypes.c: added the boolean base type.
682
Daniel Veillard96a4b252003-02-06 08:22:32 +0000683Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
684
685 * xmlschemastypes.c: started implementing some of the missing
686 default simple types
687 * result/relaxng/*: updated the results
688
Daniel Veillard72fef162003-02-05 14:31:19 +0000689Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
690
691 * NEWS doc/*: updated the docs, ready for 2.5.2 release
692
Daniel Veillard71531f32003-02-05 13:19:53 +0000693Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
694
695 * HTMLparser.c tree.c xmlIO.c: comments cleanups
696 * Makefile.am: use xmllint for doing the RelaxNG tests
697 * configure.in: preparing 2.5.2 made schemas support default to
698 on instead of off
699 * relaxng.c: removed the verbosity
700 * xmllint.c: added --relaxng option
701 * python/generator.py python/libxml_wrap.h: prepared the integration
702 of the new RelaxNG module and schemas
703 * result/relaxng/*: less verbose output
704
Daniel Veillardec498e12003-02-05 11:01:50 +0000705Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
706
707 * valid.c: do not run content model validation if the
708 content is not determinist
709
Daniel Veillardde590ca2003-02-05 10:45:26 +0000710Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
711
712 * SAX.c: added the redefinition of namespaced attribute
713 check that was missing as Fabrice Desré pointed out.
714
Daniel Veillard930dfb62003-02-05 10:17:38 +0000715Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
716
717 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
718 improvements from Nick Kew, allowing to do more checking
719 to HTML elements and attributes.
720
Daniel Veillard4287c572003-02-04 22:48:53 +0000721Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
722
723 * xinclude.c: fixing bug #105137 about entities declaration
724 needing to be copied to the including document.
725
Daniel Veillard652d8a92003-02-04 19:28:49 +0000726Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
727
728 * catalog.c: fixed bug #104817 with delegateURI
729 * xpath.c: fixing bugs #104123 and #104125
730
Daniel Veillard0e298ad2003-02-04 16:14:33 +0000731Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
732
733 * configure.in valid.c xmlreader.c python/libxml_wrap.h
734 python/types.c: fixing #104096 to compile without regexps
735
Daniel Veillard57e79b32003-02-04 15:33:12 +0000736Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
737
738 * valid.c: fixing bug #103969 forgot to add an epsilon transition
739 when building the automata for elem*
740
Daniel Veillard358a9892003-02-04 15:22:32 +0000741Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
742
743 * HTMLparser.c: applied patch from Arne de Bruijn fixing
744 bug #103827
745
Daniel Veillardeb137172003-02-04 15:18:06 +0000746Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
747
748 * HTMLparser.c: updating a comment, fixing #103776
749
Daniel Veillard8d589042003-02-04 15:07:21 +0000750Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
751
752 * parser.c: fixing bug 105049 for validity checking of content
753 within recursive entities.
754
Daniel Veillarde5b110b2003-02-04 14:43:39 +0000755Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
756
757 * HTMLparser.c: try to fix # 105049
758 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
759 * tree.c: updated a function comment
760
Daniel Veillard419a7682003-02-03 23:22:49 +0000761Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
762
763 * relaxng: more work on grammars and refs/defs
764 * test/relaxng/* result/relaxng/*: augmented/updated the
765 regression tests
766
Daniel Veillard144fae12003-02-03 13:17:57 +0000767Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
768
769 * relaxng: more work on name classes, except support
770 * test/relaxng/* result/relaxng/*: augmented/updated the
771 regression tests
772
Daniel Veillard1ed7f362003-02-03 10:57:45 +0000773Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
774
775 * relaxng: more work on name classes, the "validate all" schemas
776 seems to work now.
777 * test/relaxng/* result/relaxng/*: augmented/updated the
778 regression tests
779
Daniel Veillard3b2e4e12003-02-03 08:52:58 +0000780Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
781
782 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
783 * parser.c: put a guard against infinite document depth, basically
784 trying to avoid another kind of DoS attack.
785 * relaxng.c: some code w.r.t. nameClasses
786
Daniel Veillardfc1a4502003-02-02 16:02:55 +0000787Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
788
789 * test/relaxng/* result/relaxng/*: check all the namespace support
790 was actually correct based on tutorial section 10.
791
Daniel Veillarde2a5a082003-02-02 14:35:17 +0000792Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
793
794 * relaxng: include seems to work okay now
795 * test/relaxng/* result/relaxng/*: augmented/updated the
796 regression tests
797
Daniel Veillarda9d912d2003-02-01 17:43:10 +0000798Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
799
800 * relaxng.c: a bit of work done in the train back.
801 * test/relaxng/*: added one of the include tests
802
Daniel Veillard154877e2003-01-30 12:17:05 +0000803Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
804
805 * relaxng: more work done in the train
806 * test/relaxng/* result/relaxng/*: augmented/updated the
807 regression tests
808
Daniel Veillarde431a272003-01-29 23:02:33 +0000809Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
810
811 * relaxng.c: debugging of externalRef
812 * test/relaxng/* result/relaxng/*: augmented/updated the
813 regression tests
814
Daniel Veillardd41f4f42003-01-29 21:07:52 +0000815Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
816
817 * relaxng.c: more work on Relax-NG, implementing externalRef
818 * test/relaxng/* result/relaxng/*: augmented/updated the
819 regression tests
820 * Makefile.am: cleanup to Relaxtests target
821
Daniel Veillardb08c9812003-01-28 23:09:49 +0000822Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
823
824 * relaxng.c: more work on Relax-NG, implementing interleave
825 * test/relaxng/* result/relaxng/*: augmented/updated the
826 regression tests
827
Daniel Veillard76fc5ed2003-01-28 20:58:15 +0000828Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
829
830 * relaxng.c: more work on Relax-NG, implementing interleave
831 * test/relaxng/* result/relaxng/*: augmented/updated the
832 regression tests
833
MST 2003 John Fleckda81d192003-01-27 14:35:56 +0000834Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
835
836 * doc/tutorial/customfo.xsl
837 * doc/tutorial/customhtml.xsl
838 adding stylesheet customizations used to generate fo
839 for pdf and html
840
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000841Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
842
843 * relaxng.c: more work on Relax-NG
844 * test/relaxng/* result/relaxng/*: augmented/updated the
845 regression tests
846 * xmlschemastypes.c: added a number of base type definition but not
847 the associated checks, those are still TODOs
848
MST 2003 John Fleck731967e2003-01-27 00:39:50 +0000849Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
850
851 in docs/tutorial:
852 * apa.html
853 * apb.html
854 * apc.html
855 * apd.html
856 * ape.html
857 * apf.html
858 * apg.html
859 * ar01s02.html
860 * ar01s03.html
861 * ar01s04.html
862 * ar01s05.html
863 * ar01s06.html
864 * ar01s07.html
865 * ar01s08.html
866 * index.html
867 * xmltutorial.pdf
868 * xmltutorial.xml
869 add index to tutorial
870
MST 2003 John Fleck937362d2003-01-27 00:04:32 +0000871Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
872
873 * doc/xmlcatalog.1
874 * doc/xmlcatalog_man.html
875 * doc/xmlcatalog_man.xml
876 belatedly fixing bug #93622 (adds rewriteURI type to
877 "--add" option in xmlcatalog man page
878
Daniel Veillard3be27512003-01-26 19:49:04 +0000879Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
880
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000881 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
Daniel Veillard3be27512003-01-26 19:49:04 +0000882 Julio Merino, closing #104475
883
Daniel Veillardea3f3982003-01-26 19:45:18 +0000884Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
885
886 * relaxng.c: more work on Relax-NG
887 * test/relaxng/* result/relaxng/*: augmented/updated the
888 regression tests
889
Daniel Veillardedc91922003-01-26 00:52:04 +0000890Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
891
892 * relaxng.c: more work on Relax-NG
893 * test/relaxng/* result/relaxng/*: augmented/updated the
894 regression tests
895
Daniel Veillarddd1655c2003-01-25 18:01:32 +0000896Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
897
898 * README: updated the policy on private mail answers
899 * relaxng.c: more work on Relax-NG
900 * test/relaxng/* result/relaxng/*: augmented/updated the
901 regression tests
902
Daniel Veillard7424eb62003-01-24 14:14:52 +0000903Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
904
905 * error.c parser.c tree.c: applied a documentation patch from
906 Stefan Kost
907
Daniel Veillard276be4a2003-01-24 01:03:34 +0000908Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
909
910 * relaxng.c: more work on Relax-NG
911 * doc/*: regenerated the docs
912 * test/relaxng/* result/relaxng/*: updated and augmented the
913 Relax-NG regression tests and results
914
Daniel Veillard6eadf632003-01-23 18:29:16 +0000915Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
916
917 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
918 First commit of the new Relax-NG validation code, not generally
919 useful yet.
920 * test/relaxng/* result/relaxng/*: current state of the regression
921 tests
922
Daniel Veillard814a76d2003-01-23 18:24:20 +0000923Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
924
925 * tree.c: minimized the memory allocated for GetContent
926 and a bit of cleanup.
927
Daniel Veillardff12c492003-01-23 16:42:55 +0000928Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
929
930 * python/generator.py: seems there is no good reasons to
931 not generate bindings for XPointer
932
Daniel Veillard540a31a2003-01-21 11:21:07 +0000933Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
934
935 * xmlreader.c doc/apibuild.py: applied a new patch from
936 Stéphane Bidoul for cleanups
937 * doc/libxml2-api.xml: rebuilt the API description with
938 new entry points
939
Daniel Veillard417be3a2003-01-20 21:26:34 +0000940Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
941
942 * xmlreader.c python/drv_libxml2.py python/generator.py
943 python/libxml.c python/libxml.py python/libxml_wrap.h
944 python/types.c: patch from Stéphane Bidoul for better per
945 context error message APIs
946 * python/tests/ctxterror.py python/tests/readererr.py:
947 update of the tests
948
MST 2003 John Fleck97ddfc02003-01-20 00:09:57 +0000949Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
950
951 * doc/guidelines.html
952 grammar and spelling cleanup
953
Daniel Veillard26f70262003-01-16 22:45:08 +0000954Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
955
956 * xmlreader.c include/libxml/xmlreader.h python/generator.py
957 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
958 a patch from Stéphane Bidoul to allow per XMLtextReader error
959 and warning handling
960 * python/tests/Makefile.am python/tests/readererr.py: adding the
961 specific regression test
962
Daniel Veillard71f9d732003-01-14 16:07:16 +0000963Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
964
965 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
966 should raise a syntax error
967
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000968Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
969
970 * python/libxml.c: cleanup patch from Stéphane Bidoul
971
Daniel Veillard81601f92003-01-14 13:42:37 +0000972Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
973
974 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
975
Daniel Veillarde6227e02003-01-14 11:42:39 +0000976Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
977
978 * python/generator.py python/libxml.c python/libxml.py
979 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000980 from Stéphane Bidoul to provide per parser error handlers at the
Daniel Veillarde6227e02003-01-14 11:42:39 +0000981 Python level.
982 * python/tests/Makefile.am python/tests/ctxterror.py: added a
983 regression test for it.
984
Daniel Veillard4dbe77a2003-01-14 00:17:42 +0000985Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
986
987 * xmlreader.c: fixed the streaming property of the reader,
988 it was generating tree faster than consuming it. Pointed out
989 by Nate Myers
990 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
991
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000992Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
993
Igor Zlatkovicd31876c2003-01-12 21:43:13 +0000994 * win32/libxml2.def.src: added more xmlreader and other exports
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000995
Daniel Veillard8e7e1c02003-01-10 17:06:09 +0000996Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
997
998 * xpath.c: fix to the XPath implementation for parent and
999 ancestors axis when operating on a Result Value Tree.
1000 Fixes bug #100271
1001
Daniel Veillardcacbe5d2003-01-10 16:09:51 +00001002Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
1003
1004 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
1005 to fix some URI/file escaping problems
1006
Daniel Veillard3b87b6b2003-01-10 15:21:50 +00001007Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
1008
1009 * python/generator.py: fixed a bug raised by Raymond Wiker,
1010 docSetRootElement() should not raise an exception if the
1011 return is None
1012
Daniel Veillard3e20a292003-01-10 13:14:40 +00001013Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
1014
1015 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
1016 fixed bug #102181 by applying the suggested change and fixing
1017 the generation/registration problem.
1018
Daniel Veillarde55e8e42003-01-10 12:50:02 +00001019Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1020
1021 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
1022 routines.
1023
Daniel Veillard8f872442003-01-09 23:19:02 +00001024Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
1025
1026 * parser.c: one more IsEmptyElement crazyness, that time in
1027 external parsed entities if substitution is asked.
1028 * python/tests/reader3.py: added a specific test.
1029
Daniel Veillarde329fc22003-01-09 21:36:42 +00001030Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
1031
1032 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
1033 support and improved error handler registration
1034
Daniel Veillard5ecaf7f2003-01-09 13:19:33 +00001035Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1036
1037 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
1038 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
1039 * README: fixed a link
1040
Daniel Veillarde2830f12003-01-08 17:47:49 +00001041Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
1042
1043 * configure.in doc/* NEWS: preparing 2.5.1 release
1044 * SAX.c parser.c: fixing XmlTextReader bug
1045
Daniel Veillard8bf70b92003-01-07 23:14:24 +00001046Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
1047
1048 * SAX.c: fuck, I introduced a memory leak on external parsed
1049 entities in 2.5.0 :-(
1050
Daniel Veillard56ada1d2003-01-07 11:17:25 +00001051Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
1052
1053 * xmllint.c: another fix needed as pointed by Christophe Merlet
1054 for --stream --debug if compiled without debug support.
1055
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +00001056Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
1057
1058 * doc/xmllint.xml
Daniel Veillard56ada1d2003-01-07 11:17:25 +00001059 * doc/xmllint.1:
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +00001060 update man page with --stream and --chkregister
1061
Daniel Veillard8326e732003-01-07 00:19:07 +00001062Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1063
1064 * globals.c: fixed --with-threads compile
1065 * xmllint.c: fixed --without-debug compile
1066 * include/libxml/globals.h: cleanup
1067 * include/libxml/schemasInternals.h: add a missing include
1068
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001069Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1070
1071 * configure.in NEWS: preparing 2.5.0 release
1072 * SAX.c: only warn in pedantic mode about namespace name
1073 brokeness
1074 * globals.c: fix a doc generation problem
1075 * uri.c: fix #101520
1076 * doc/*: updated and rebuilt the doc for the release, includuding
1077 stylesheet update
1078 * python/Makefile.am: fix a filename bug
1079
1080Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
1081
1082 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
1083 should not be called.
1084
1085Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
1086
1087 * libxml-2.0.pc.in: applied the patch to fix #101894
1088
1089Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
1090
1091 * tree.c : applied patch from Lukas Schroeder for register callbacks
1092 * valid.c: modified patch from Lukas Schroeder to test
1093 register callbacks with --chkregister
1094
1095Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
1096
1097 * xmlreader.c: seriously changed the way data are pushed to
1098 the underlying parser, go by block of 512 bytes instead of
1099 tryng to detect tag boundaries at that level. Changed the
1100 way empty element are detected and tagged.
1101 * python/tests/reader.py python/tests/reader2.py
1102 python/tests/reader3.py: small changes mostly due to context
1103 reporting being different and DTD node being reported. Some
1104 errors previously undetected are now caught and fixed.
1105 * doc/xmlreader.html: flagged last section as TODO
1106
1107Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
1108
1109 * python/libxml.py: integrated the Python 2.2 optimizations
1110 from Hannu Krosing, while maintaining compatibility with
1111 1.5 and 2.1
1112
1113Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
1114
1115 * xmllint.c: a bit of cleanup
1116 * xmlreader.c: small fix
1117 * doc/xmlreader.html: more work on the XmlTextReader tutorial
1118 * python/libxml.py: a few fixes pointed out by Hannu Krosing
1119
1120Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
1121
1122 * python/setup.py.in: patch from Stéphane Bidoul to include
1123 drv_libxml2.py in setup.py
1124
1125Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
1126
1127 * doc/xmlreader.html: starting documenting the new XmlTextReader
1128 interface.
1129
1130Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1131
1132 * xmllint.c: added the --stream flag to use the TextReader API
1133 * xmlreader.c: small performance tweak
1134
1135Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1136
1137 * xmlreader.c python/tests/reader2py: okay the DTD validation
1138 code on top of the XMLTextParser API should be solid now.
1139
1140Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
1141
1142 * xmlreader.c python/tests/reader2py: Fixing some more mess
1143 with validation and recursive entities while using the
1144 reader interface, it's getting a bit messy...
1145
1146Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1147
1148 * xmlreader.c python/tests/reader.py: another couple of problem
1149 related to IsEmptyElement reported by Stéphane Bidoul needed
1150 some fixes.
1151
1152Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1153
1154 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
1155 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
1156 based on the python XmlTextReader interface.
1157
1158Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
1159
1160 * tree.c: backing out one change in the last patch which broke the
1161 regression tests
1162
1163Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
1164
1165 * global.data globals.c tree.c include/libxml/globals.h: applied
1166 an old patch from Lukas Schroeder to track node creation and
1167 destruction. Probably missing a lot of references at the moment
1168 and not usable reliably.
1169
1170Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1171
1172 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
1173 from doc/news.html and a stylesheet
1174
1175Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
1176
1177 * xmlreader.c python/tests/reader.py: fixed another couple of
1178 xmlreader bugs reported by Stéphane Bidoul and added tests.
1179
1180Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1181
1182 * xmlreader.c python/tests/reader2.py: fixed another validity
1183 checking in external parsed entities raised by Stéphane Bidoul
1184 and added a specific regression test.
1185 * python/tests/reader3.py: cleanup
1186
1187Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1188
1189 * xmlreader.c python/tests/reader2.py: fixed a problem with
1190 validation within entities pointed by Stéphane Bidoul, augmented
1191 the tests to catch those.
1192
1193Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
1194
1195 * python/generator.py: modified the generator to allow keeping
1196 class references when creating new classes, needed to fix a bug
1197 pointed by Stéphane Bidoul where the input buffer of the
1198 xmlTextReader instance gets destroyed if the python wrapper for
1199 the input is not referenced anymore.
1200
1201Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
1202
1203 * xmlreader.c python/tests/reader.py: fixed another pair of problem
1204 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
1205
1206Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1207
1208 * xmlreader.c python/tests/reader.py: fixed another problem
1209 pointed by Stéphane Bidoul
1210
1211Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1212
1213 * xmlreader.c python/tests/reader.py: fixed a limit case problem
1214 with "<a/>"
1215
1216Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1217
1218 * SAX.c: warn on xmlns:prefix="foo"
1219 * xmlreader.c python/tests/reader.py: fixed a couple of problem
1220 for namespace attributes handling.
1221
1222Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1223
1224 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
1225 a really nasty problem raised by a DocBook XSLT transform
1226 provided by Sebastian Bergmann
1227
1228Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
1229
1230 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
1231 by Stéphane Bidoul and integrated it into the tests
1232
1233Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
1234
1235 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
1236 extended the XmlTextReader API a bit, addding accessors for
1237 the current doc and node, and an entity substitution mode for
1238 the parser.
1239 * python/libxml.py python/libxml2class.txt: related updates
1240 * python/tests/Makefile.am python/tests/reader.py
1241 python/tests/reader2.py python/tests/reader3.py: updated a bit
1242 the old tests and added a new one to test the entities handling
1243
1244Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
1245
1246 * python/generator.py python/libxml2class.txt
1247 python/tests/reader.py python/tests/reader2.py: changed the
1248 generator to provide casing for the XmlTextReader similar to
1249 C# so that examples and documentation are more directly transposable.
1250 Fixed the couple of tests in the suite.
1251
1252Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
1253
1254 * doc/guidelines.html: added a document on guildeline for
1255 publishing and deploying XML
1256
1257Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1258
1259 * valid.c xmlreader.c: final touch running DTD validation
1260 on the XmlTextReader
1261 * python/tests/Makefile.am python/tests/reader2.py: added a
1262 specific run based on the examples from test/valid/*.xml
1263
1264Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
1265
1266 * python/libxml.py: added a few predefined xmlTextReader parser
1267 configuration values.
1268
1269Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1270
1271 * python/libxml_wrap.h: trying to fix #102037
1272
1273Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1274
1275 * SAX.c: fixing bug #95296, when the predefined entities
1276 are redefined in the DTD the default one must be used
1277 instead anyway.
1278
1279Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
1280
1281 * doc/xmllint.xml
1282 * doc/xmllint.1
1283 Add discussion of XML_DEBUG_CATALOG to xmllint man
1284 page - bug #100907
1285
1286
1287Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1288
1289 * xmlreader.c: Fixed the empty node detection to avoid reporting
1290 an inexistant close tag.
1291
1292Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1293
1294 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
1295 for Python 2.1
1296
1297Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1298
1299 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
1300
1301Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1302
1303 * doc/libxml2-api.xml python/tests/reader.py: one really need
1304 to provide the base URI information when creating a reader parser
1305 from an input stream. Updated the API and the example using it.
1306
1307Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
1308
1309 * testReader.c xmlreader.c valid.c include/libxml/tree.h
1310 include/libxml/valid.h include/libxml/xmlreader.h: working on
1311 DTD validation on top of xml reader interfaces. Allows to
1312 validate arbitrary large instances. This required some extensions
1313 to the valid module interface and augmenting the size of xmlID
1314 and xmlRef structs a bit.
1315 * uri.c xmlregexp.c: simple cleanup.
1316
1317Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1318
1319 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
1320 work on the xml reader interfaces.
1321 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
1322 Web page for the Windows binaries.
1323
1324Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1325
1326 * xmlIO.c: applied a patch for VMS following the report by
1327 Nigel Hall
1328
1329Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
1330
1331 * parser.c: the parseStartTag bug fix wasn't complete.
1332
1333Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
1334
1335 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
1336 parseStartTag, fixing it.
1337 * test/att4 result/att4 result/noent/att4: adding the test
1338 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
1339 more methods to XmlTextReader.
1340
1341Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1342
1343 * win32/libxml2.def.src: added more xml reader exports
1344 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
1345 to the build
1346
1347Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
1348
1349 * doc/tutorial/xmltutorial.xml
1350 plus generated html and pdf
1351 Updating tutorial again based on further comments from Niraj
1352 Tolia on the last iteration
1353
1354Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
1355
1356 * doc/tutorial/xmltutorial.xml
1357 * doc/tutorial/includekeyword.c
1358 * doc/tutorial/includegetattribute.c
1359 plus generated html and pdf
1360 Adding fix from Niraj Tolia to tutorial to properly free memory.
1361
1362
1363Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1364
1365 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
1366 more methods of XmlTextReader.
1367 * python/libxml2class.txt python/tests/reader.py: this increased the
1368 methods in the bndings, augmented the test to check those new
1369 functions.
1370
1371Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1372
1373 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
1374 methods of XmlTextReader.
1375 * python/generator.py python/libxml_wrap.h python/types.c
1376 python/libxml2class.txt: added the reader to the Python bindings
1377 * python/tests/Makefile.am python/tests/reader.py: added a specific
1378 test for the Python bindings of the Reader APIs
1379 * parser.c: small cleanup.
1380
1381Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1382
1383 * xinclude.c: fallback was only copying the first child not the
1384 full child list of the fallback element, closes #89684 as reopened
1385 by Bernd Kuemmerlen
1386
1387Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1388
1389 * win32/libxml2.def.src: exported htmlNodeDumpOutput
1390
1391Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
1392
1393 * configure.in: preparing release of 2.4.30
1394 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
1395 gives enum values, fix functype return type, put back fields in
1396 structs
1397 * doc/*: updated the docs rebuilt
1398
1399Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1400
1401 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
1402 about htmlNodeDumpOutput location.
1403 * xpath.c: removed an undefined function signature
1404 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
1405 too many symbols in the API breaking the python bindings.
1406 Updated with the libxslt/libexslt changes.
1407
1408Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1409
1410 * configure.in: preparing release of 2.4.29
1411 * doc/*: rebuilt the docs and API
1412 * xmlreader.c: a few more fixes for the XmlTextReader API
1413
1414Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1415
1416 * include/win32config.h: applied mingw patch from Magnus Henoch
1417
1418Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
1419
1420 * catalog.c doc/libxml2-api.xml: a bit more cleanup
1421
1422Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1423
1424 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
1425 building Python script, does the C parsing directly, generates
1426 a better API description including structure fieds defs and
1427 enums. Still a couple of bugs, but good enough for the python
1428 wrappers now.
1429 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
1430 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
1431 include/libxml/schemasInternals.h include/libxml/tree.h: more
1432 cleanup based on the python analysis script reports.
1433 * libxml.spec.in: make sure the API XML description is part of the
1434 devel package.
1435
1436Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1437
1438 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
1439 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
1440 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
1441 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
1442 code cleanup, especially the function comments.
1443 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
1444
1445Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1446
1447 * Makefile.am xmlreader.c include/libxml/Makefile.am
1448 include/libxml/xmlreader.h: Adding a new set of APIs based on
1449 the C# TextXmlReader API but converted to C. Allow to parse
1450 in constant memory usage, far simpler to program and explain
1451 than the SAX like APIs, unfinished but working.
1452 * testReader.c: test program
1453
1454Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1455
1456 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
1457
1458Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1459
1460 * tree.c: Chip turner indicated that XHTML1 serialization
1461 rule for style actually break on both IE and Mozilla,
1462 try to avoid the rule if escaping ain't necessary
1463
1464Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
1465
1466 * nanhttp.c: handle HTTP URL escaping, problem reported by
1467 Glen Nakamura and Stefano Zacchiroli
1468
1469Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1470
1471 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
1472
1473Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1474
1475 * uri.c: Johann Richard pointed out some XPointer problems for
1476 URN based URI references in XInclude. Modified the URI parsing
1477 and saving routines to allow correct parsing and saving of
1478 XPointers, especially when attached to "opaque" scheme accordingly
1479 to RFC 2396
1480
1481Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
1482
1483 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
1484 of refactoring to the HTML saving code.
1485 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
1486 in the doc.
1487
1488Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
1489
1490 * tree.c include/libxml/tree.h: refactored the XML dump of a node
1491 to a buffer API to reuse the generic dump to an OutputIO layer,
1492 this reduces code, fixes xmlNodeDump() for XHTML, also made
1493 xmlNodeDump() now return the number of byte written.
1494
1495Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
1496
1497 * python/setup.py.in: another patch from Stéphane Bidoul for
1498 Python bindings on Windows
1499 * doc/parsedecl.py: small cleanup
1500
1501Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
1502
1503 * libxml.spec.in configure.in: add a line in %changelog for releases
1504
1505Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
1506
1507 * parser.c: patch from Marcus Clarke fixing a problem in entities
1508 parsing that was detected in KDe documentations environment.
1509
1510Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1511
1512 * python/libxml.c (libxml_prev): Return the previous as opposed to
1513 the next node (I guess this is the result of some cut & paste programming:)
1514
1515Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1516
1517 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
1518
1519Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1520
1521 * python/generator.py python/libxml.c python/setup.py.in: trying
1522 to fix the Python bindings build on Windows (Stéphane Bidoul)
1523
1524Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1525
1526 * win32/configure.js: added option for python bindings
1527 * win32/libxml2.def.src: added more exports
1528
1529Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1530
1531 * win32/Makefile.mingw: fixed unresolved symbols when linking with
1532 pthreads
1533 * win32/wince/*: applied updates to Windows CE port from Javier
1534
1535Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1536
1537 * configure.in: preparing 2.4.28
1538 * libxml.spec.in doc/Makefile.am: some cleanup
1539 * doc/*: updated the news and regenerated.
1540
1541Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1542
1543 * HTMLparser.c: final touch at closing #87235 </p> end tags
1544 need to be generated.
1545 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
1546 this change slightly the output of a few tests
1547 * doc/*: regenerated
1548
1549Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
1550
1551 * parserInternals.c: fixing bug #99190 when UTF8 document are
1552 parsed using the progressive parser and the end of the chunk
1553 is in the middle of an UTF8 multibyte character.
1554
1555Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1556
1557 * threads.c: fixed initialization problem in xmlNewGlobalState
1558 which was causing crash.
1559 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
1560 in xmlInitializeGlobalState.
1561 * parserInternals.c: cleaned up ctxt->sax initialisation.
1562
1563Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1564
1565 * tree.c include/libxml/tree.h: modified the existing APIs
1566 to handle XHTML1 serialization rules automatically, also add
1567 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
1568 libxslt serialization uses it when needed without changing
1569 the library API.
1570 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
1571 result/xhtml1: added a new test specifically for xhtml1 output
1572 and updated the result of one XHTML1 test
1573
1574Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
1575
1576 * xinclude.c parserInternals.c encoding.c: fixed #99082
1577 for xi:include encoding="..." support on text includes.
1578 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
1579 test/XInclude/ents/isolatin.txt : added a specific regression test
1580 * python/generator.py python/libxml2class.txt: fixed the generator
1581 the new set of comments generated for doc/libxml2-api.xml were
1582 breaking the python generation.
1583
1584Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1585
1586 * doc/Makefile.am: repair some problem if gtk-doc fail or such
1587 * configure.in: patch for Solaris on new autoconf closes #98880
1588 * doc/parsedecl.py: repair the frigging API building script,
1589 did I say that python xmllib sucks ?
1590 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
1591 and some comment are no more truncated.
1592
1593Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
1594
1595 * parser.c: Martin Stoilov pointed out a potential leak in
1596 xmlCreateMemoryParserCtxt
1597
1598Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
1599
1600 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
1601 included in HTML documents and using the push parser.
1602
1603Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1604
1605 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
1606 specified, look for the Python interpreter not just in the
1607 specified root but also in the specified location. Fixes #98825
1608
1609Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1610
1611 * python/libxml.c: fixing bug #98792 , node may have no doc
1612 and dereferencing without checking ain't good ...
1613
1614Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
1615
1616 * configure.in: preparing release 2.4.27
1617 * doc/* : updated and rebuilt the docs
1618 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
1619 and all the docs are actually packaged and in the final RPMs
1620 * parser.c parserInternals.c include/libxml/parser.h: restore
1621 xmllint --recover feature.
1622
1623Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1624
Daniel Veillard784b9352003-02-16 15:50:27 +00001625 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001626 processing of parsed entities, and XPath computation on sustitued
1627 entities.
1628 * testXPath.c: make sure entities are substitued.
1629
1630Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
1631
Daniel Veillard784b9352003-02-16 15:50:27 +00001632 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001633 processing of internal parsed entities, which had to be changed.
1634
1635Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1636
1637 * Makefile.am python/Makefile.am python/tests/Makefile.am:
1638 trying to fix bug #98517 about building outside the source tree
1639 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
1640
1641Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1642
1643 * include/win32config.h: cleanup
1644 * win32/Makefile.mingw: integrated mingw in JScript configure
1645 * win32/Makefile.msvc: modified to allow mingw coexistence
1646 * win32/configure.js: integrated mingw
1647 * win32/Readme.txt: cleanup
1648
1649Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1650
1651 * HTMLparser.c: strengthen the guard in the Pop macros,
1652 like in the XML parser, closes bug #97315
1653
1654Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1655
1656 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
1657 callback is never used.
1658
1659Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1660
1661 * parserInternals.c: fixed the initialization of the SAX structure
1662 which was breaking xsltproc
1663 * xpath.c: patch from Petr Pajas for CDATA nodes
1664 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
1665 * parser.c include/libxml/parser.h: patch from Peter Jones
1666 removing a leak in xmlSAXParseMemory() and adding the
1667 function xmlSAXParseMemoryWithData()
1668
1669Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
1670
1671 adding pdf of tutorial, changing web page to link to it
1672 * doc/tutorial/xmltutorial.pdf
1673 * doc/xml.html
1674 * doc/docs.html
1675
1676Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
1677
1678 * doc/tutorial/ar01s08.html
1679 adding file what I forgot for tutorial
1680
1681
1682Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
1683
1684 Adding encoding discussion to tutorial
1685 Added:
1686 * doc/tutorial/images/*.png: DocBook admonition image files
1687 * doc/tutorial/apf.html, apg.html: new generated html
1688 * doc/tutorial/includeconvert.c: conversion code entity file
1689 changed:
1690 * doc/tutorial/xmltutorial.xml: DocBook original
1691 * doc/tutorial/*.html: generated html
1692
1693Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1694
1695 * include/libxml/*.h: retired xmlwin32version.h
1696 * doc/Makefile.am: retired xmlwin32version.h
1697 * win32/configure.js: retired xmlwin32version.h
1698
1699Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1700
1701 * win32/libxml2.def.src: exported additional symbols
1702 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
1703 sisterhood
1704
1705Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
1706
1707 * globals.c: fixed a typo pointed out by Igor
1708 * xpath.c: try to speed up node compare using line numbers
1709 if available.
1710
1711Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1712
1713 * tree.c: make xmlFreeNode() handle attributes correctly.
1714
1715Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1716
1717 * catalog.c: completed the #96963 fix, as reported by Karl
1718 Eichwalder
1719
1720Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1721
1722 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
1723
1724Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1725
1726 * Makefile.am: switched the order of a couple of includes
1727 to fix bugs #97100
1728
1729Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1730
1731 * catalog.c: fixed bug #96963, reverted to the old behaviour of
1732 xmlLoadCatalogs that used to separate directories with a ':'.
1733
1734Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1735
1736 * threads.c: improvements to the Windows-side of thread handling
1737 * testThreads.c: conditionally excluded unistd.h
1738 * testThradsWin32.c: broke overlong lines
1739 * include/win32config.h: adapted thread-related macros to the new
1740 scheme and for pthreads on Windows
1741 * win32/Makefile.msvc: introduced a more flexible thread build,
1742 added testThreads[Win32].c to the build
1743 * win32/configure.js: introduced a more flexible thread config
1744
17452002-10-31 John Fleck <jfleck@inkstain.net>
1746
1747 * doc/xml.html (and, by implication, FAQ.html)
1748 added UTF-8 conversaion FAQ from Marcus Labib Iskander
1749
1750Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1751
1752 * configure.in: removed xmlwin32version.h
1753 * include/libxml/Makefile.am: removed xmlwin32version.h
1754
1755Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
1756
1757 * tree.c: applied patch from Brian Stafford to fix a bug
1758 in xmlReconciliateNs()
1759
1760Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1761
1762 * tree.c: applied patch from Christian Glahn to allow
1763 xmlNewChild() on document fragment nodes
1764
1765Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1766
1767 * parser.c: Christian Glahn found a problem with a recent
1768 patch to xmlParseBalancedChunkMemoryRecover()
1769 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
1770 problems
1771 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
1772 test/schemas/seq*: added the test cases from Charles
1773
1774Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1775
1776 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
1777 serious cleanup of the spec file and associated changes
1778 in the Makefiles.
1779 * valid.c: try to remove some warnings on x86_64
1780
1781Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1782
1783 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
1784 fix bug #96586
1785
1786Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1787
1788 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
1789 parsing, applied his patch
1790 * result/HTML/attrents.html result/HTML/attrents.html.err
1791 result/HTML/attrents.html.sax test/HTML/attrents.html:
1792 added the test and result case provided by Mikhail Sogrine
1793
1794Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1795
1796 * vms/build_libxml.com vms/config.vms vms/readme.vms
1797 include/libxml/parser.h include/libxml/parserInternals.h
1798 include/libxml/tree.h include/libxml/xmlIO.h
1799 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
1800 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
1801 Applied the VMS update patch from Craig A. Berry
1802 * doc/*.html: update
1803
1804Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1805
1806 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
1807
1808Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1809
1810 * debugXML.c: adding a grep command to --shell in xmllint
1811 for T.V. Raman
1812
1813Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1814
1815 * xmlcatalog.c: tried to fix some of the problem with --sgml
1816
1817Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
1818
1819 * parser.c: tried to fix bug #91500 where doc->children may
1820 be overriden by a call to xmlParseBalancedChunkMemory()
1821
1822Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1823
1824 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
1825 identifiers in SGML catalogs containing '&'
1826
1827Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1828
1829 * python/types.c: fixed bugs when passing result value tree
1830 to Python functions.
1831
1832Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1833
1834 * configure.in: preparing the release of 2.4.26
1835 * doc/*: updated and rebuilt the documentation
1836
1837Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1838
1839 * parser.c: fixed a XML Namespace compliance bug reported by
1840 Alexander Grimalovsky
1841
1842Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1843
1844 * HTMLtree.c: fixed serialization of script and style when
1845 they are not lowercase (i.e. added using the API to the tree).
1846
1847Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1848
1849 * valid.c: make xmlValidateDocument emit a warning msg if there
1850 is no DTD, pointed by Christian Glahn
1851
1852Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1853
1854 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
1855 content model when some of the blocks have min or max, and a couple
1856 of bugs found in the process.
1857 * result/schemas/list0* test/schemas/list0*: added some specific
1858 regression tests
1859
1860Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
1861
1862 * README: updated the contact informations
1863
1864Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1865
1866 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
1867 misses it, reported by Peter Bray.
1868
1869Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1870
1871 * tree.c: investigating xmlNodeGetContent() on namespace nodes
1872 and removed a few warnings
1873
1874Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
1875
1876 * parser.c: Christian Glahn found a small bug in the push parser.
1877 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
1878 public
1879
1880Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1881
1882 * xmlschemas.c include/libxml/xmlschemas.h: added
1883 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
1884 * testSchemas.c: added --memory to test the new interface
1885
1886Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1887
1888 * doc/index.py doc/search.php: integrated the XSLT indexing,
1889 a few fixed in the indexer, added a scope selection at the
1890 search level.
1891
1892Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1893
1894 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
1895 this was due to uninitialized parts of the validation context
1896
1897Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1898
1899 * debugXML.c: applied patch from Mark Vakoc except the API
1900 change, preserved it.
1901 * doc/*: updated the docs to point to the search engine for
1902 information lookup or before bug/help reports.
1903
1904Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1905
1906 * doc/index.py doc/search.php: added mailing-list archives
1907 indexing and lookup
1908
1909Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1910
1911 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
1912
1913Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
1914
1915 * doc/index.py: improved HTML indexing
1916 * doc/search.php: make the queries also lookup the HTML based indexes
1917
1918Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1919
1920 * doc/index.py: added HTML page indexing
1921
1922Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1923
1924 * xmlIO.c: extended Windows path normalisation to fix the base
1925 problem in libxslt.
1926 * catalog.c: fixed list handling in XML_CATALOG_FILES
1927
1928Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1929
1930 * valid.c: typo/bug found by Christian Glahn
1931
1932Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1933
1934 * xmlIO.c: applied Windows CE patch from Javier.
1935 * win32/wince: new directory, contains support for the PocketPC
1936 with Windows CE from Javier.
1937 * include/win32config.h: reorganised, removed duplicate
1938 definitions and applied WinCE patch from Javier.
1939 * include/wsockcompat.h: new file, now contains WinSock
1940 compatibility macros.
1941 * win32/Makefile.msvc: introduced double-run compilation.
1942
1943Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1944
1945 * configure.in include/libxml/xmlwin32version.h: preparing release
1946 of 2.4.25
1947 * doc/*: updated and regenerated teh docs and web pages.
1948
1949Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1950
1951 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
1952 error were not covering namespace declarations.
1953 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
1954 it was missing the attribute declaration for the namespace
1955 * result/VC/NS3: the fix now report breakages in that test
1956
1957Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1958
1959 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
1960
1961Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1962
1963 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
1964 and regenerated the docs and web site
1965
1966Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1967
1968 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
1969 ATTRIBUTE_UNUSED is always put after the attribute declaration,
1970 not before
1971
1972Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
1973
1974 * python/generator.py python/libxml2class.txt: fixed a stupid error
1975 breaking the python API
1976
1977Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1978
1979 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
1980 triostr.c triostr.h: applied a trio update patch from
1981 Bjorn Reese which should work with MinGW
1982
1983Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1984
1985 * tree.c: improving some documentation comments
1986 * xmlregexp.c: found and fixed a mem leak with python regression tests
1987 * doc/*: rebuilt the doc and the API XML file including the
1988 xmlregexp.h xmlautomata.h and xmlunicode.h headers
1989 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
1990 python/types.c: added access to the XML Schemas regexps from
1991 python
1992 * python/tests/Makefile.am python/tests/regexp.py: added a
1993 simple regexp bindings test
1994
1995Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
1996
1997 * doc/xml.html:
1998 fixing ftp links - thanks to Vitaly Ostanin
1999
2000Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
2001
2002 * xmlregexp.c: fixed the data callback on transition functionality
2003 which was broken when using the compact form
2004 * result/schemas/*: updated the results, less verbose, all tests
2005 pass like before
2006 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
2007 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
2008 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
2009 annoying warnings
2010 * xpath.c: try to provide better error report when possible
2011
2012Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2013
2014 * Makefile.am: fixed a breakage raised by Jacob
2015
2016Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2017
2018 * include/win32config.h: added HAVE_ERRNO_H definition for parts
2019 which don't use sockets
2020
2021Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2022
2023 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
2024 * win32/configure.js: applied zlib patch from Daniel Gehriger
2025
2026Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2027
2028 * win32/configure.js: applied the patch from Mark Vakoc for
2029 regexp support
2030 * win32/libxml2.def.src: applied the patch from Mark Vakoc
2031 for regexp support
2032
2033Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2034
2035 * xmlschemastypes.c: as pointed by Igor Float and Double
2036 parsing ain't finished yet
2037
2038Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2039
2040 * Makefile.am configure.in: trying to fix #88412 by bypassing
2041 all the python subdir if python ain't detected
2042
2043Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2044
2045 * Makefile.am configure.in include/libxml/xmlversion.h.in:
2046 made configuring with regexps/automata/unicode the default
2047 but without schemas ATM
2048 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
2049 fixed the regexp based DTD validation performance and memory
2050 problem by switching to a compact form for determinist regexps
2051 and detecting the determinism property in the process. Seems
2052 as fast as the old DTD validation specific engine :-) despite
2053 the regexp built and compaction process.
2054
2055Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2056
2057 * valid.c: determinism is debugged, new DTD checking code now works
2058 but xmlFAComputesDeterminism takes far too much CPU and the whole
2059 set usues too much memory to be really usable as-is
2060
2061Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2062
2063 * tree.c: fixed another stupid bug in xmlGetNodePath()
2064 * xmllint.c: --version now report the options compiled in
2065
2066Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2067
2068 * HTMLparser.c: small cleanup
2069 * valid.c xmlregexp.c: switched DTD validation to use only regexp
2070 when configured with them. A bit of debugging around the determinism
2071 checks is still needed
2072
2073Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2074
2075 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
2076
2077Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2078
2079 * xmlIO.c: small portability glitch fixed.
2080
2081Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2082
2083 * xmlschemastypes.c: incomplete steps for real/double support
2084 * testAutomata.c include/libxml/xmlautomata.h
2085 include/libxml/xmlregexp.h: avoiding a compilation problem
2086 * valid.c include/libxml/valid.h: starting the work toward using
2087 the regexps for actual DTD validation
2088
2089Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2090
2091 * hash.c: cosmetic cleanup
2092 * valid.c include/libxml/tree.h include/libxml/valid.h: started
2093 integrating a DTD validation layer based on the regexps
2094
2095Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
2096
2097 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
2098 the determinism was tested before eliminating the epsilon
2099 transitions :-(
2100
2101Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
2102
2103 * python/generator.py python/libxml.c python/libxml.py
2104 python/libxml2-python-api.xml python/libxml2class.txt
2105 python/libxml_wrap.h python/types.c: updated the python
2106 bindings, added code for easier File I/O, and the ability to
2107 define a resolver from Python fixing bug #91635
2108 * python/tests/Makefile.am python/tests/inbuf.py
2109 python/tests/outbuf.py python/tests/pushSAXhtml.py
2110 python/tests/resolver.py python/tests/serialize.py: updated
2111 and augmented the set of Python tests.
2112
2113Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2114
2115 * win32/configure.js: added more readme info for the binary
2116 package.
2117
2118Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2119
2120 * xmlIO.c: fixed a stupid out of bound array error
2121
2122Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2123
2124 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
2125 messing around with support for Windows path, cleanups,
2126 trying to identify and fix the various code path to the
2127 filename access. Added xmlNormalizeWindowsPath()
2128
2129Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2130
2131 * error.c valid.c: working on better error reporting of validity
2132 errors, especially providing an accurate context.
2133 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
2134 error reports in those cases.
2135
2136Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2137
2138 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
2139 parser.c parserInternals.c xmlIO.c: get rid of all the
2140 perror() calls made in the library execution paths. This
2141 should fix both #92059 and #92385
2142
2143Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
2144
2145 * xmllint.c: memory leak reporting was broken after a change
2146 of the preprocessor symbol used to activate it.
2147
2148Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2149
2150 * tree.c: try to make the copy function work for node of
2151 type XML_DOCUMENT_FRAG_NODE, they are only created by the
2152 DOM layers though, not libxml2 itself.
2153
2154Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
2155
2156 * valid.c: try to provide file and line informations, not all
2157 messages are covered, but it's a (good) start
2158
2159Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
2160
2161 * xinclude.c: reimplemented a large part of the XInclude
2162 processor, trying to minimize resources used, James Henstridge
2163 provided a huge test case which was exhibiting severe memory
2164 consumption problems.
2165
2166Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
2167
2168 * python/Makefile.am: applied patch from Christophe Merlet to
2169 reestablish DESTDIR
2170
2171Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
2172
2173 * libxml.spec.in: fixes libary path for x86_64 AMD
2174
2175Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
2176
2177 * doc/tutorial/includekeyword.c
2178 * doc/tutorial/xmltutorial.xml:
2179 (plus resulting generated html files)
2180 fixing one spot I missed in the tutorial where I hadn't freed
2181 memory properly
2182
2183Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
2184
2185 * doc/tutorial/includeaddattribute.c
2186 * doc/tutorial/includeaddkeyword.c
2187 * doc/tutorial/includegetattribute.c
2188 * doc/tutorial/includekeyword.c
2189 * doc/tutorial/xmltutorial.xml
2190 * doc/tutorial/*.html:
2191 update tutorial to properly free memory (thanks to Christopher
2192 R. Harris for pointing out that this needs to be done)
2193 * doc/tutorial/images/callouts/*.png:
2194 added image files so the callouts are graphical, making it
2195 easier to read ( use "--param callout.graphics 1" to generate
2196 html with graphical callouts)
2197
2198Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
2199
2200 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
2201 nice logos generated by Marc Liyanage
2202 * doc/site.xsl *.html: changed the stylesheet to show the new
2203 logo and regenerated the pages
2204
2205Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2206
2207 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
2208
2209Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2210
2211 * xpath.c: possible mem leak patch from Jason Adams
2212
2213Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2214
2215 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
2216 in the XQuery namespace
2217 * configure.in: preparing 2.4.24
2218 * doc/*.html: updated the web pages
2219
2220Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2221
2222 * python/generator.py: closing bug #85258 by generating conditional
2223 compile check to avoid linking to routines not configured in.
2224
22252002-08-22 Havoc Pennington <hp@pobox.com>
2226
2227 * autogen.sh: update error message for missing automake
2228
2229Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
2230
2231 * python/Makefile.am: typo in target name resulted in libxml2.py
2232 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
2233
2234Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
2235
2236 * win32/win32/Makefile.mingw: updated with version from
2237 Elizabeth Barham at http://soggytrousers.net/repository/
2238
2239Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2240
2241 * win32/Makefile.msvc: added the prefix location to the include
2242 and lib search path.
2243
22442002-08-18 Havoc Pennington <hp@pobox.com>
2245
2246 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
2247 both automake 1.6 and 1.4 installed get the right automake. Means
2248 compilation from CVS will now require the latest automake 1.4
2249 release, or manually creating symlinks called "automake-1.4" and
2250 "aclocal-1.4"
2251
2252Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2253
2254 * configure.in python/Makefile.am: more AMD 64 induced changes from
2255 Frederic Crozat
2256
2257Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2258
2259 * xinclude.c: oops I was missing the xml:base fixup too
2260 * result/XInclude/*.xml: this adds xml:base attributes to most
2261 results of the tests
2262
2263Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2264
2265 * xinclude.c: quick but apparently working implementation of
2266 xi:fallback, should close bug #89684
2267 * Makefile.am test/XInclude/docs/fallback.xml
2268 result/XInclude/fallback.xml: added a basic test for fallback,
2269 and run with --nowarning to avoid a spurious warning
2270 * configure.in: applied patch from Frederic Crozat for python
2271 bindings on AMD 64bits machines.
2272
2273Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2274
2275 * parser.c: xmlSAXUserParseMemory() really ought to fail if
2276 the caller don't pass a SAX callback block.
2277
2278Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2279
2280 * tree.c: applied the same fix for the XML-1.0 namespace to
2281 xmlSearchNsByHref() as was done for xmlSearchNs()
2282
2283Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2284
2285 * libxml.3: small cleanup of the man page
2286 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
2287 when serializing HREF attributes generated by XSLT.
2288
2289Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2290
2291 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
2292 version of Marc Liyanage' patch for boolean attributes in HTML
2293 output
2294
2295Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
2296
2297 * python/tests/serialize.py: fixed the test results, indenting
2298 behaviour changed slightly
2299
2300Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2301
2302 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
2303 new c14n function to Windows def files
2304
2305Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
2306
2307 * c14n.c: fixed a memory leak in c14n code
2308
2309Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
2310
2311 * parser.c include/libxml/parser.h: adding a new API for Christian
2312 Glahn: xmlParseBalancedChunkMemoryRecover
2313 * valid.c: patch from Rick Jones for some grammar cleanup in
2314 validation messages
2315 * result/VC/* result/valid/*: this slightly change some of the
2316 regression tests outputs
2317
2318Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2319
2320 * tree.c: trying to fix a problem in namespaced attribute handling
2321 raised by Christian Glahn
2322
2323Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2324
2325 * encoding.c include/libxml/encoding.h: Opening the interface
2326 xmlNewCharEncodingHandler as requested in #89415
2327 * python/generator.py python/setup.py.in: applied cleanup
2328 patches from Marc-Andre Lemburg
2329 * tree.c: fixing bug #89332 on a specific case of loosing
2330 the XML-1.0 namespace on xml:xxx attributes
2331
2332Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
2333
2334 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
2335 corner case from new Merlin's test suite and added a callback
2336 that will be used to improve xmlsec performance
2337
2338
2339Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
2340
2341 * HTMLtree.c: trying to fix the <style> escaping problem in
2342 HTML serialization bug #89342
2343
2344Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2345
2346 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
2347 and rebuilt the web site.
2348
2349Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
2350
2351 * include/libxml/tree.h: added _private member to xmlNs struct
2352
2353Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2354
2355 * HTMLparser.c: fixing bug #84876 based on the xml working
2356 code.
2357
2358Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2359
2360 * python/Makefile.am: enhanced to fix bug 72012 (errors
2361 when using '-jX' make parameter)
2362
2363Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2364
2365 * xpath.c: small additional enhancement for booleans
2366 compared to nodesets
2367
2368Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2369
2370 * HTMLtree.c: changed the order of the encoding declaration
2371 attributes in the meta tags due to a bug in IE/Mac
2372
2373Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2374
2375 * xpath.c: enhanced handling of booleans (especially '='
2376 and '!=' for nodesets) - fixes bug 85256. Added new
2377 routine xmlXPathNotEqualValues for more proper handling
2378 of '!=' when nodesets are involved.
2379
2380Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2381
2382 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
2383 doc/xmlcatalog_man.xml to the source distribution
2384
2385Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2386
2387 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
2388 asked for this.
2389
2390Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
2391
2392 * configure.in: preparing 2.4.23
2393 * doc/*: rebuilt the docs
2394
2395Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
2396
2397 * parser.c: fixing bug #84169 by fixing the
2398 comment of xmlCreatePushParserCtxt to describe the
2399 encoding detection parameters better.
2400
2401Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2402
2403 * valid.c: fixing bug #79331 in one path the lookup for
2404 ID attributes on a namespaced node wasn't handled correctly :-\
2405
2406Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2407
2408 * HTMLparser.c: trying to fix 87235 about discarded white
2409 spaces in the HTML parser.
2410 * result/HTML/*: this changes the output of a number of HTML
2411 regression tests
2412
2413Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2414
2415 * xpath.c: applied patch from Richard Jinks for the namespace
2416 axis + fixed a memory error.
2417 * parser.c parserInternals.c: applied patches from Peter Jacobi
2418 removing ctxt->token for good.
2419 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
2420 popped out by the regression tests.
2421 * Makefile.am: patch for threads makefile from Gary Pennington
2422
2423Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2424
2425 * xpath.c: enhanced behaviour of position() after usage of
2426 expressions involving preceding-sibling (et al).
2427
2428Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2429
2430 * hash.c: applied a patch from Peter Jacobi to solve a problem
2431 when compiling with the Watcom C on Win32
2432 * result/schemas/*.err: the change of hashing algo generated
2433 permutations in the output
2434
2435Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2436
2437 * hash.c: applied patch from Sander Vesik improving the quality of
2438 the hash function.
2439
24402002-06-14 Aleksey Sanin <aleksey@aleksey.com>
2441
2442 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
2443 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
2444 xmllint.c xpath.c: replaced sprintf() with snprintf()
2445 to prevent possible buffer overflow (the bug was pointed
2446 out by Anju Premachandran)
2447
2448Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2449
2450 * parser.c: removed an uninitialized data error popped by valgrind
2451 on PE references
2452
2453Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
2454
2455 * doc/xml.html
2456 adding tutorial reference to the web page
2457
2458Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
2459
2460 * doc/tutorial/xmltutorial.xml
2461 * doc/tutorial/ar01s07.html
2462 * doc/tutorial/ape.html
2463 * doc/tutorial/includegetattribute.c
2464 adding section to tutorial about retrieving an attribute
2465 value
2466
2467Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2468
2469 * parser.c: applied a couple of patches from Peter Jacobi to start
2470 to get rid of ctxt->token, with a possible significant speed
2471 improvement to be gained once done. Better compliance with PE
2472 references constructs in DTDs too.
2473 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
2474 from Peter too
2475
2476Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2477
2478 * parser.c: Babak Vahedipour-Kunze reported that openTag in
2479 xmlParseElement was likely to have been deallocated at the
2480 time of the report, possibly leading to segfault. Just report
2481 the tag name now.
2482
2483Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2484
2485 * xpath.c: patch from Richard Jinks for XPath substring() function
2486 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
2487
24882002-06-06 Aleksey Sanin <aleksey@aleksey.com>
2489
2490 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
2491
2492Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
2493
2494 *doc/FAQ.html
2495 fixing typos in FAQ, thanks to Robert Funnell for the
2496 editing help
2497
2498Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2499
2500 * NEWS: got complaints from rpmlint that it was empty
2501
2502Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
2503
2504 * added doc/tutorial, including:
2505 apa.html
2506 apb.html
2507 apc.html
2508 apd.html
2509 ar01s02.html
2510 ar01s03.html
2511 ar01s04.html
2512 ar01s05.html
2513 ar01s06.html
2514 includeaddattribute.c
2515 includeaddkeyword.c
2516 includekeyword.c
2517 includestory.xml
2518 index.html
2519 xmltutorial.xml
2520 libxml tutorial, including generated html
2521
2522Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2523
2524 * result/c14n/exc-without-comments/merlin-c14n-two-*
2525 result/c14n/without-comments/merlin-c14n-two-*
2526 test/c14n/exc-without-comments/merlin-c14n-two-*
2527 test/c14n/without-comments/merlin-c14n-two-*
2528 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
2529 c14n/exc-c14n and slightly modified test script to handle
2530 these test cases
2531 * c14n.c: fixed bugs for complicated nodes set (namespace
2532 without node and others from merlin-c14n-two.tar.gz)
2533 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
2534 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
2535 for xmlsec performance patch
2536 * xpath.c: fixed self::node() for namespaces and attributes
2537
2538Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
2539
2540 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
2541 but with the format parameter
2542 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
2543
2544Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
2545
2546 * Makefile.am: updated c14n tests suite
2547 * c14n.c: performance improvement for previous c14n patch
2548
2549Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2550
2551 * parser.c: another peroformance patch from Peter Jacobi, that
2552 time on parsing attribute values.
2553
2554Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
2555
2556 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
2557 into LibXML2 test suite
2558
2559Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
2560
2561 * c14n.c: propagating xpath ancesstors node fix to c14n
2562 plus small performance improvement to reduce number of
2563 mallocs
2564 * xpath.c: fixed ancestors axis processing for namespace nodes
2565
2566Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2567
2568 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
2569 Peter Jacobi
2570
2571Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2572
2573 * configure.in: preparing 2.4.22
2574
2575Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2576
2577 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
2578 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
2579 a public entry point.
2580 * doc/*: rebuilt the API and docs
2581
2582Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2583
2584 * xpath.c: patch from Richard Jinks to fix a problem introduced
2585 in the previous patch and pointed by Norm
2586
2587Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2588
2589 * libxml.spec.in: fixing bug #81112
2590
2591Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2592
2593 * uri.c: fixing bug #82848
2594
2595Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2596
2597 * result/catalogs/mycatalog.full: Aleksey's commit changed the
2598 output of one catalog test
2599
2600Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2601
2602 * global.data globals.c tree.c include/libxml/globals.h
2603 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
2604 default value for global parameter xmlIndentTreeOutput to 1 and
2605 introduced new global parameter xmlTreeIndentString (the string
2606 used to do one-level indent) with default value " " (as it was
2607 in tree.c)
2608
2609Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2610
2611 * Makefile.am: Merijn Broeren pointed out a problem when compiling
2612 with trio and schemas.
2613
2614Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2615
2616 * xpath.c: patch from Richard Jinks to fix the problem raised in
2617 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
2618
2619Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2620
2621 * xmlschemas.c: a bit of work on import.
2622 * xmlschemastypes.c: Charles Bozeman provided a compare function
2623 for date/time types so min/max facet restrictions should work,
2624 indeterminate comparisons return an error instead of equal.
2625 * test/schemas/date_0* result/schemas/date_0_0: specific test
2626 from Charles Bozeman too
2627
2628Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2629
2630 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
2631 from Christian Cornelssen fixing the man pages and the Catalog
2632 building script.
2633 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
2634 next step is <xs:import> I now have a reasonable understanding
2635 of how it works.
2636
2637Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2638
2639 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
2640
2641Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2642
2643 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
2644
2645Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2646
2647 * xpath.c: fixing an XPath function evalutation bug pointed out
2648 by Alexey Efimov where the context was lost when evaluating
2649 the function arguments
2650
2651Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2652
2653 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
2654 function public for XMLSec performance optimizations
2655
2656Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2657
2658 * python/generator.py python/libxml2class.txt : fixed a problem
2659 with the HTML parser pointed by Gary Benson
2660 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
2661 example
2662
2663Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2664 * parser.c: fixed bug #81159 (memory growth in SAX)
2665
2666Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2667 * xpath.c: fixed bug #78858 (the real fix)
2668
2669Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2670 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
2671
2672Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2673
2674 * tree.c: modified xmlNodeSetBase to allow changing the
2675 base of a document.
2676
2677Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2678
2679 * xmlschemastypes.c: patch Charles Bozeman for validation of
2680 all the date, time, and duration types
2681 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
2682 * configure.in: fixed an error pointed by an user
2683 * xml2-config.in: fixed an error pointed by an user
2684
2685Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2686
2687 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
2688 win32/libxml2.def.src xmlIO.c: exported default
2689 'file:', 'http:' and 'ftp:' protocols input handlers
2690 and maked protocols comparisson case insensitive
2691
2692Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2693
2694 * configure.in: Neven Has detected a typo
2695
2696Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
2697
2698 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
2699 as one of the persons allowed to commit directly to the
2700 module.
2701
2702Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2703
2704 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
2705 * valid.c: raised a too low limit
2706 * doc/*: rebuilt the docs
2707
2708Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2709
2710 * test/XPath/expr/floats test/XPath/expr/functions
2711 result/XPath/expr/floats result/XPath/expr/functions
2712 xpath.c: another XPath conformance patch from Richard Jinks
2713
2714Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
2715
2716 * xmlschemas.c: fixed validation of attribute groups.
2717 * test/schemas result/schemas: added an example from the primer
2718
2719Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2720
2721 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
2722 * test/schemas result/schemas: updated the test list
2723
2724Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2725
2726 * TODO: updated a bit
2727 * parser.c: made a comment more specific
2728 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
2729 Schemas conformance.
2730 * test/schemas result/schemas: updated the test list
2731
2732Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2733
2734 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
2735 implementing xs:all with minOccurs = 0
2736 * tes/schemas/* result/schemas/*: added more tests covering
2737 xs:all
2738
2739Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
2740
2741 * xmlregexp.c: first implementation of the all particle, this
2742 may need to be revisited for case where not all transitions
2743 must be crossed.
2744
2745Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2746
2747 * tree.c: another entity processing update from Markus Henke
2748
2749Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
2750
2751 * trionan.c: fixed crash on OSF/1
2752
2753Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2754
2755 * xmlschemas.c: more Schemas work
2756 * test/schemas/* result/schemas/*: added more tests coming
2757 from the spec.
2758
2759Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2760
2761 * c14n.c: patch from Aleksey Sanin reflecting a change in the
2762 ExcC14N specification
2763
2764Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2765
2766 * tree.c: patch from Markus Henke, fix for recursive entities.
2767
2768Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2769
2770 * xpath.c: fix a problem with string() on a document node.
2771
2772Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2773
2774 * Makefile.am xmlschemas.c: more Schemas work
2775 * test/schemas/* result/schemas/*: added more tests coming
2776 from the spec.
2777
2778Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2779
2780 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
2781 * result/HTML/*: this changes a few things in the results
2782
2783Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2784
2785 * include/libxml/tree.h: eliminated 'declaration different than
2786 prototype' warning
2787 * include/win32config.h: "resolved" conflicts with errno.h
2788
2789Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2790
2791 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
2792 on the automata interfaces and debug of counted choices
2793 * test/schemas/* result/schemas/*: added a number of tests
2794
2795Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2796
2797 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
2798 a bit of work on Schemas
2799 * testSchemas.c: try to make it more useful
2800 * test/schemas/* result/schemas/* Makefile.am: changed the
2801 Schemas regression test procedure, started adding a few samples
2802
2803Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2804
2805 * include/libxml/encoding.h: Patch for the Borland C++ builder
2806 * include/libxml/tree.h: Patch for the Borland C++ builder
2807 * threads.c: Patch for the Borland C++ builder
2808 * win32/bcb5: New directory for the Borland C++ builder
2809 project files
2810
2811Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2812
2813 * win32/Makefile.msvc: Update for XML Schema support
2814 * win32/configure.js: Update for XML Schema support
2815 * win32/libxml2.def.src: Update for XML Schema support
2816
2817Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2818
2819 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
2820 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
2821 xmlunicode.c include/libxml/Makefile.am
2822 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
2823 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
2824 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
2825 include/libxml/xmlversion.h.in : merged the current state of
2826 XML Schemas implementation, it is not configured in by default,
2827 a specific --schemas configure option has been added.
2828 * test/automata test/regexp test/schemas Makefile.am
2829 result/automata result/regexp result/schemas:
2830 merged automata/regexp/schemas regression tests
2831
2832Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
2833
2834 * xpath.c: Gary found a compile time problem, fixes #78823
2835
2836Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2837
2838 * configure.in: release of 2.4.20
2839 * doc/*: updated and rebuilt the docs
2840
2841Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2842
2843 * python/Makefile.am: patch from Cristian Gafton to build on
2844 Red Hat 6.2, should also fix #75779
2845
2846Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2847
2848 * valid.c: first part of fixing #78729
2849
2850Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
2851
2852 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
2853 escaping of URI when saving HTML files.
2854 * result/HTML/*: this impacted some tests
2855
2856Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
2857
2858 * configure.in: trying to fix #77441
2859
2860Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2861
2862 * include/libxml/xmlIO.h: Hallski complained it could not be
2863 included by itself.
2864
2865Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2866
2867 * configure.in: applied an IEEE flag patch for OSF/1 #77825
2868
2869Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2870
2871 * win32/configure.js: patch from Nilo for the c14n option
2872 * win32/Makefile.msvc: fixed libxml2.def generation with threads
2873
2874Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2875
2876 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
2877 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
2878 LIBXML_THREAD_ENABLED
2879
2880Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2881
2882 * xpath.c: another patch from Richard Jinks for substring conformance
2883 * test/XPath/expr/floats test/XPath/expr/strings
2884 result/XPath/expr/floats result/XPath/expr/strings: update of the
2885 test suite to check those.
2886
2887Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2888
2889 * xpath.c: patch from Richard Jinks for .x float parsing.
2890
2891Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2892
2893 * parser.c: patch from Markus Henke when an encoding ain't recognized
2894
2895Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2896
2897 * libxml.m4: got a report that #include <string.h> was needed
2898
2899Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2900
2901 * xmllint.c: applied a fix from Anthony Jones for -o /--output
2902
2903Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
2904
2905 * doc/example.html: fixing typo
2906
2907Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2908
2909 * xpath.c: fixed a bug in the nodeset to boolean comparison code
2910 pointed out by Melvyn Sopacua.
2911
2912Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2913
2914 * libxml.m4: Frédéric Crozat gave a patch related to the change
2915 of Include paths breaking the libxml.m4
2916
2917Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
2918
2919 * xpath.c: Fix bug #76927 forgot to save some context
2920 when evaluating binary expressions
2921
2922Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
2923
2924 * configure.in: fixed configure for MPE/iX from Markus Henke
2925 * xmlmemory.c: fixed initialization problems
2926 * xpath.c: another set of patches from Richard Jinks this
2927 fixes "make XPathtests" on linux
2928
2929Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
2930
2931 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
2932 * test/XPath/expr/compare test/XPath/expr/equality
2933 test/XPath/expr/floats test/XPath/expr/functions
2934 test/XPath/expr/strings result/XPath/expr/compare
2935 result/XPath/expr/equality result/XPath/expr/floats
2936 result/XPath/expr/functions result/XPath/expr/strings: Updated
2937 tests though they show a divergence on Linux
2938
2939Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2940
2941 * xpath.c trionan.c: previous commit also included patches
2942 from Richard Jinks on some IEEE support corner case
2943
2944Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2945
2946 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
2947 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
2948 that $(datadir) should be used for docs
2949
2950Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2951
2952 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
2953 could leak filedescriptors
2954
2955Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2956
2957 * configure.in nanohttp.c: applied patch from Allan Clark for
2958 UnixWare/OpenServer
2959
2960Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2961
2962 * configure.in: preparing 2.4.19
2963 * doc/*: rebuilt the docs
2964
2965Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2966
2967 * nanohttp.c: fixing #76043, got fed up with non-portability
2968 of that piece of code.
2969
2970Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
2971
2972 * valid.c SAX.c: Never commit without running "make tests" :-(
2973 fix a couple of stupidities in the previous commit
2974 * result/*: a few changes in some attribute order result of previous
2975 commit.
2976
2977Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2978
2979 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
2980 the internal subset should not raise duplicate ID errors,
2981 also there was a small bug in conjunction to namespace
2982 declarations defaulted and xml:xxx attributes DTD definitions.
2983
2984Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2985
2986 * xpath.c: Richard Jinks also raised some rounding problems
2987 this tries to fix them
2988
2989Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2990
2991 * xpath.c: Richard Jinks spotted an incoherent memory allocation
2992 behaviour in xmlXPathCastToString()
2993
2994Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2995
2996 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
2997 raised by Morus Walter
2998
2999Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3000
3001 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
3002 from Igor
3003
3004Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3005
3006 * xpath.c: fixing #75619, related to a problem when trying
3007 to evaluate condition when the current node set resulting
3008 from that sub-step evaluation is empty. Also fixes 2 potential
3009 problem with previous-sibling and next-siblings axis.
3010
3011Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3012
3013 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
3014 HTML support is not configured in.
3015
3016Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3017
3018 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
3019 include/libxml/tree.h: dohh I really didn't intended to commit
3020 this test version :-(
3021
3022Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3023
3024 * testSAX.c: I wanted to see the real speed at the SAX interface
3025 after a little too many Ximianer started complaining about the
3026 parser speed.
3027 added a --quiet option:
3028 paphio:~/XML -> ls -l db100000.xml
3029 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
3030 paphio:~/XML -> time ./testSAX --quiet db100000.xml
3031 3200006 callbacks generated
3032 real 0m1.270s
3033 Which means 16MBytes/s and 3Mcallback/s
3034
3035Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3036
3037 * xpath.c: valgrind spotted another error that time when running
3038 on libxslt regression tests
3039
3040Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3041
3042 * Makefile.am: adding "make valgrind" running the full regression
3043 tests (except python ones) under Valgrind (using valgrind -q
3044 which was kindly added by the author).
3045 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
3046 passes cleanly now except an obcure floating point initialization
3047 raised in log10() in one XPath regression test ???
3048 * tree.c: edited some comments to close #75244
3049
3050Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
3051
3052 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
3053 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
3054 context of ScrollKeeper, made sure that if the number is
3055 an integer, the serialization follows the description at
3056 http://www.w3.org/TR/xpath#section-String-Functions
3057
3058Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3059
3060 * configure.in: preparing 2.4.18
3061 * doc/*: updated and rebuilt the web site
3062 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
3063 the Windows and Cygwin maintainers.
3064 * parser.c: humm, changed the way the SAX parser work when
3065 xmlSubstituteEntitiesDefault(1) is set, it will then
3066 do the entity registration and loading by itself in case the
3067 user provided SAX getEntity() returns NULL.
3068 * testSAX.c: added --noent to test the behaviour.
3069
3070Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3071
3072 * parser.c: Wilfried Teiken provided a hackish but working
3073 way to get context reported back on entities when parsing
3074 with SAX and without breaking the DOM build.
3075
3076Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3077
3078 * c14n.c: applied a new patch from Aleksey Sanin
3079 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
3080 to reference Aleksey implementation of XML digital Signatures
3081
3082Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3083
3084 * xpath.c: small fix to avoid potential problem due to
3085 ordering of freeing data
3086 * python/Makefile.am: people were complaining about
3087 the generated file in python dir not being built
3088
3089Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3090
3091 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
3092 python/generator.py python/libxml.c python/types.c: Cleanup
3093 of the python Makefiles based on Jacob and James feedback,
3094 fixed the spec file accordingly, fixed the number of warning
3095 that passing my pedantic CFLAGS was generating. Conclusion
3096 is that Python includes are real crap.
3097
3098Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
3099
3100 * configure,in: it was reported quite a few times that
3101 xml2-config --cflags should not output
3102 -I$includeprefix/libxml2/libxml because libxml2 header names
3103 clashes with existing names like list.h from C++ stl.
3104 Includes should be #include<libxml/xxx.h> so ...
3105
3106Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
3107
3108 * c14n.c: another patch from Aleksey Sanin
3109
3110Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3111
3112 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
3113 canonicalization algorithm
3114 * doc/xml.html doc/index.html: added the C14N references on the
3115 index page.
3116
31172002-03-13 jacob berkman <jacob@ximian.com>
3118
3119 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
3120 usage, redundant, and gcc specific
3121
3122Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3123
3124 * xpath.c: speedup some node selection operations, this can
3125 have a significant impact on DocBook Norm's stylesheets
3126 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
3127 make sure it's always the case
3128 * debugXML.c: distinguish CDATA and comments in ls operations
3129
3130Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3131
3132 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
3133 to generate better API descriptions etc...
3134
3135Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3136
3137 * c14n.c: Fixing #74186, made sure all boolean expressions
3138 get fully parenthesized, ran indent on the output
3139 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
3140 include/libxml/tree.h: also #74186 related, removed the
3141 --with-buffers option, and all the preprocessor conditional
3142 sections that were resulting from it.
3143
3144Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3145
3146 * valid.c: applied patch from Dodji Seketeli fixing an
3147 uninitailized variable in xmlValidGetValidElements()
3148
3149Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3150
3151 * c14n.c: fixed a few comments
3152 * doc/*.html doc/*/*.html: regenerated the docs and added
3153 the C14N API
3154 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
3155
3156Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
3157
3158 * check-xml-test-suite.py: fix to adapt varaiations in the
3159 bindings
3160 * configure.in python/setup.py python/setup.py.in: fixed to
3161 have the version of the python scripts automatically updated
3162
3163Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3164
3165 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
3166 in xmlCopyProp()
3167
3168Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
3169
3170 * configure.in: preparing 2.4.17 release
3171 * doc/*: updated and rebuilt the docs
3172 * xpath.c: fixed a comment
3173 * python/libxml.c: fixed a possible reentrancy problem
3174
3175Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
3176
3177 * tree.c python/tests/Makefile.am python/tests/attribs.py:
3178 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
3179 added a specific regression test
3180 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
3181 not raise exceptions when failing to find the attribute.
3182
3183Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3184
3185 * configure.in xmllint.c: owen pointed out a problem with the
3186 ftme fix, gettimeofday() was not detected by configure and
3187 the ftime header wasn't included, dohhh
3188
3189Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
3190
3191 * configure.in xmllint.c: trying to fix #71457 for timing
3192 precision when gettimeofday() is not availble but ftime() is
3193
3194Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3195
3196 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
3197 are now copied on install and part of the -devel RPM
3198
3199Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
3200
3201 * xpath.c: trying to avoid bug #72150 which was apparently
3202 caused by a gcc bug (or a processor problem) as detailed
3203 at http://veillard.com/gcc.bug
3204
3205Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3206
3207 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
3208 fixed xmlReconciliateNs(), added a Python test/example for
3209 inter-document cut'n paste
3210 * python/libxml.py: fixed node.doc on document nodes and added
3211 xpathEval() onto node objects
3212
3213Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3214
3215 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
3216 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
3217 fixup and integrated tests for the serialization stuff
3218
3219Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3220
3221 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
3222 moved the libxml man page to section 3
3223
3224Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3225
3226 * tree.c: fix bug #72490
3227 * python/libxml.c python/libxml.py: added methods serialize()
3228 and saveTo() to all node elements.
3229
3230Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3231
3232 * xmlIO.c: closed #73430, don't read from an input source
3233 which indicated an end-of-file or an error.
3234
3235Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3236
3237 * parser.c: make sure SAX endDocument is always called as
3238 this could result in a Python memory leak otherwise (it's
3239 used to decrement ref-counting)
3240 * python/generator.py python/libxml.c python/libxml.py
3241 python/libxml2-python-api.xml python/libxml2class.txt
3242 python/tests/error.py python/tests/xpath.py: implemented
3243 the suggestions made by Gary Benson and extended the tests
3244 to match it.
3245
3246Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3247
3248 * python/generator.py: applied patch fixing #73450
3249
3250Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3251
3252 * xpath.c: fixing #61290 "namespace nodes have no parent"
3253 long standing divergence from the XPath REC. NodeSets
3254 simply hold a copy of namespace nodes and those node ->next
3255 points to the parent (which may not be the node carrying the
3256 definition).
3257 * include/libxml/xpath.h: flagged but didn't added a possible
3258 speedup
3259 * DOCBparser.c HTMLparser.c: removed some warnings from push
3260 parser due to new state being added.
3261 * tree.c: new fix from Boris Erdmann
3262 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
3263 the XML Canonalization support from Aleksey Sanin
3264
3265Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3266
3267 * tree.c: patch from Boris Erdmann fixing some namespace odities
3268 with xmlCopyNode()
3269
3270Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3271
3272 * xmlIO.c: fix bug #72706 when loading a NULL entity
3273
3274Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3275
3276 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
3277 actually change in a future XML Namespace revision.
3278
3279Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3280
3281 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
3282 added the possibility of returning nodesets from XPath extension
3283 functions written in Python
3284
3285Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
3286
3287 * python/*: commiting some Python bindings work done while travelling
3288
3289Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3290
3291 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
3292 explicitely with memory debugging switched on
3293
3294Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
3295
3296 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3297 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3298 Added wrapper for the xmlURIPtr type, provided accessors, fixed
3299 the accessor generator for strings
3300 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
3301 regression test.
3302
3303Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3304
3305 * python/README python/generator.py python/libxml.c python/setup.py:
3306 added the 'usual' setup.py to allow building a libxml2-python
3307 module based on the same code. The initialization is however
3308 different the 2 .so files fo libxml2 and libxslt are identical and
3309 they entry point initialize both libraries. this is done to avoid
3310 some possible nasty problem since the Python don't merge the maps
3311 of all shared modules.
3312
3313Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3314
3315 * parser.c: fixed a push/encoding bug reported by Michael
3316 on librsvg
3317
3318Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3319
3320 * include/libxml/parserInternals.h: fixes a misplaced #endif
3321
3322Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3323
3324 * parser.c valid.c: found and fixed a couple of allocation bugs
3325
3326Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3327
3328 * doc/xml.html doc/python.html doc/*: added a Python and binding
3329 page describing the current state of the Python bindings and
3330 giving pointers to the other languages wrappers.
3331
3332Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3333
3334 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
3335 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
3336 rebuilt the API and web site
3337 * xpath.c: fixed #71978 portability bugs
3338
3339Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
3340
3341 * SAX.c: oops broke automatic defaulting of namespaces attributes.
3342
3343Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3344
3345 * include/libxml/parserInternals.h parser.c: had to change
3346 2 internal parsing API when processing document content
3347 to check the start and end of element content are defined
3348 in the same entity
3349 * valid.c include/libxml/valid.h: attribute normalization can
3350 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
3351 with the context to report it.
3352 * SAX.c: fixed the last known bugs, crazy validation constraints
3353 when a document is standalone seems correctly handled. There
3354 is a couple of open issues left which need consideration especially
3355 PE93 on external unparsed entities and standalone status.
3356 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
3357 The 2 tests left failing are actually in error. Cleanup done.
3358
3359Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3360
3361 * valid.c: implemented E59 spaces in CDATA does not match the
3362 nonterminal S
3363
3364Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3365
3366 * SAX.c parser.c valid.c: more validation test fixups
3367 * check-xml-test-suite.py: added duration info for the tests
3368
3369Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3370
3371 * parser.c valid.c: a couple of errors were reported but not
3372 saved back as such in the parsing context. Down to 1% failure rate
3373 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
3374
3375Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3376
3377 * xmlInternald.c: isExtender was missing a char
3378 * parser.c include/libxml/parser.h: % are acceptable in the
3379 internal subset if within a PUBLIC ID
3380
3381Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3382
3383 * SAX.c parserInternals.c valid.c: more work on the conformance
3384 suite. Took the step to finally block documents with encoding
3385 errors. It's a fatal error per the spec, people should have fixed
3386 their documents by now.
3387
3388Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
3389
3390 * check-xml-test-suite.py: fixed the test script after some discussion
3391 on the semantic of TYPE="error"
3392 * Makefile.am: added the script to the distrib
3393
3394Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3395
3396 * SAX.c entities.c: fixed a couple of conformances issues deep
3397 into the validation code (standalone and undeclared Notations)
3398
3399Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3400
3401 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
3402 stayed there for years !
3403
3404Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3405
3406 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
3407 missing
3408
3409Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3410
3411 * check-xml-test-suite.py: improved the behaviour a bit as
3412 well as the logs
3413 * parser.c valid.c SAX.c: fixed a few more bugs
3414 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
3415
3416Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3417
3418 * check-xml-test-suite.py: python script to run regression tests
3419 against the XML Test suite of W3C/OASis
3420 * SAX.c: fixed a validation bug
3421 * parser.c: fixed 3 errors pointed by the test suite
3422 * doc/buildDocBookCatalog: fixed a typo pointed by drake
3423 * python/Makefile.am: fixed a dependendy
3424
3425Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3426
3427 * xmlmemory.c: avoid a warning bug #71594
3428
3429Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3430
3431 * xmlmemory.c: Jesse Perry provided a patch to remove a few
3432 warning on alpha/Tru64
3433
3434Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3435
3436 * include/libxml/entities.h: fixing a comment
3437 * valid.c: fixing some troubles with validity check on namespaces
3438 * result/VC/NS3 test/VC/NS3: added a specific regression test
3439
3440Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3441
3442 * tree.c: Fixing #71342 serializing '\n' in attribute values
3443 * result/noent/att3 result/att3 test/att3: added a specific
3444 test.
3445
3446Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3447
3448 * python/libxml.c: couple of bug fixes
3449
3450Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3451
3452 * python/*.py: removed tabs and used spaces.
3453
3454Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3455
3456 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
3457 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
3458
3459Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3460
3461 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
3462 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
3463
3464Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3465
3466 * include/libxml/encoding.h include/libxml/entities.h
3467 include/libxml/globals.h include/libxml/parser.h
3468 include/libxml/threads.h include/libxml/tree.h
3469 include/libxml/xmlmemory.h: trying to fix the include mess
3470
3471Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3472
3473 * include/libxml/xmlmemory.h: reverted part of the previous
3474 attempt to provide #69655, this was breaking the build.
3475
3476Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
3477
3478 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
3479 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
3480 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
3481 include/libxml/parserInternals.h include/libxml/tree.h
3482 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
3483 Tentatively fixed #69655 , make compiling with -Wredundant-decls
3484 clean.
3485 * python/libxml.c: fixed a warning.
3486
3487Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3488
3489 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
3490 copying of node, merge back IDs in the target document.
3491 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
3492 test/XInclude/ents/ids.xml: test case
3493 * result/VC/ElementValid4: output changed due to a typo fix
3494
3495Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3496
3497 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +00003498 generate the dependencies right as Jacob found out. Add
3499 an extra dependency rule.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003500
3501Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3502
3503 * parserInternals.c valid.c: Justin Fletcher found some parts
3504 of the code needing cleanup
3505 * libxml.spec.in python/Makefile.am python/generator.py
3506 python/libxml.c python/libxml.py: Fixed the python Makefiles
3507 corrected a bug showing up on ia64, changed the name of the
3508 python internal module too
3509
3510Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
3511
3512 * Makefile.am: applied patch from Andris Pavenis for binary
3513 name suffixes
3514
3515Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
3516
3517 * xmllint.c win32/win32config.h: fixing #68748
3518
3519Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3520
3521 * valid.c: fixing #70166
3522
3523Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3524
3525 * valid.c: fixing #70077
3526
3527Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3528
3529 * Copyright Makefile.am README configure.in libxml.spec.in:
3530 Changed to the MIT Licence
3531 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
3532 doc/xmlio.html: updated the doc accordingly
3533 * include/libxml/xmlwin32version.h configure.in: preparing
3534 2.4.14 release
3535 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3536 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3537 fixed the const xmlChar * wrapper and generator, XPath extension
3538 functions now use the context as first argument
3539 * python/tests/tstxpath.py python/tests/xpath.py
3540 python/tests/xpathext.py: Updated the tests accordingly
3541 * tree.c: fixed bug #70067
3542
3543Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3544
3545 * Makefile.am: cleanup
3546 * debugXML.c: always use stdout if output is NULL
3547 * xmlIO.c: don't close filedescriptors passed to outputBuffers
3548 * python/Makefile.am python/generator.py python/libxml2class.txt
3549 python/libxml_wrap.h python/types.c: augmented the number of bindings
3550 handling FILE * and XPath contexts
3551 * python/tests/Makefile.am: avoid a stupid problem due to the
3552 use of TEST.
3553
3554Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3555
3556 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
3557
3558Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3559
3560 * python/TODO python/libxml.c: cleanup the extension function lookup
3561 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
3562
3563Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3564
3565 * configure.in python/Makefile.am: do not install outside
3566 of prefix
3567
3568Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3569
3570 * python/TODO python/libxml.c: started adding SAX interfaces
3571 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
3572 SAX test
3573
3574Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3575
3576 * tree.c: hardened the addChild function
3577 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3578 python/libxml2class.txt python/libxml_wrap.h python/TODO:
3579 added accessors needed for xmlNode, a bit more testing and
3580 extension of interfaces
3581 * python/tests/Makefile.am python/tests/build.py: added a test
3582 build from scratch/save/load/check
3583
3584Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3585
3586 * parserInternals.c: change a small bit in the way valididy
3587 error messages get initialized
3588 * python/TODO python/libxml.c python/libxml2-python-api.xml
3589 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3590 added some memory debugging to track leaks at the libxml2 level
3591 * python/tests/*.py: changed all tests to check for leaks,
3592 there is just one left in XPath extension registrations.
3593
3594Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
3595
3596 * python/TODO python/generator.py python/libxml2-python-api.xml
3597 python/libxml2class.txt: more accessor classes for the parser
3598 context, allow to switch on and check validity
3599 * python/tests/Makefile.am python/tests/error.py
3600 python/tests/invalid.xml python/tests/valid.xml
3601 python/tests/validate.py: attded more test and and added error.py
3602 which I forgot to commit in the last step
3603
3604Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3605
3606 * python/Makefile.am python/types.c: cleanup
3607 * python/libxml.c python/libxml.py python/libxml_wrap.h
3608 python/generator.py python/libxml2-python-api.xml
3609 python/libxml2class.txt: added class for parser context, added
3610 first cut for push mode support. Added a framework to generate
3611 accessors functions.
3612 * python/tests/Makefile.am python/tests/push.py: added a push
3613 test
3614
3615Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3616
3617 * python/Makefile.am python/TODO python/libxml.py: fixed a small
3618 bug a bit of cleanup.
3619
3620Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
3621
3622 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
3623 python/libxml2class.txt: adding error redirections and preformat
3624 to a python handler
3625 * python/tests/Makefile.am python/tests/*.py: cleanup made all
3626 tests self checking
3627
3628Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3629
3630 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
3631 a function
3632
3633Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3634
3635 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
3636 python/libxml.c python/libxml2-python-api.xml
3637 python/libxml2class.txt: Progressing through the TODOs, class
3638 description output, extra XML API, RPM now builds the wrappers
3639 for all python installed versions
3640
3641Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
3642
3643 * configure.in libxml.spec.in python/Makefile.am python/TODO
3644 python/generator.py python/libxml2class.txt: added more informations
3645 in the libxml2-python package including docs. Slightly changed
3646 the class hierarchy
3647 * python/tests/*: added basic regression tests infrastructure too
3648
3649Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3650
3651 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
3652 added libxml2-python as part of the packages installed
3653
3654Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3655
3656 * python/Makefile.am python/generator.py python/libxml.c
3657 python/libxml.py: more work, now able to extend the
3658 XPath interpreter with functions written in python.
3659
3660Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3661
3662 * python/Makefile.am: Jacob sent a patch to allow building from
3663 tarfile.
3664
3665Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3666
3667 * python/Makefile.am python/libxml.c configure.in Makefile.am:
3668 inserted the python wrappers build, I hope this won't be too
3669 unportable
3670
3671Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3672
3673 * xpath.c: minor optimization
3674 * python/generator.py python/libxml.c python/libxml.py
3675 python/libxml_wrap.h: more work on the python bindings,
3676 they now support XPath and there is no evident leak
3677
3678Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3679
3680 * python/generator.py python/libxml.c python/libxml.py:
3681 more work on the python bindings generator.
3682
3683Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3684
3685 * python/generator.py python/libxml.c python/libxml_wrap.h:
3686 more work on the python bindings.
3687
3688Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3689
3690 * python/generator.py python/libxml.c python/libxml.py
3691 python/libxml_wrap.h: commited early version of a python binding
3692 for private use only ATM
3693
3694Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3695
3696 * entities.c tree.c include/libxml/entities.h: applied patch
3697 from Anthony Jones to implement copy of DTD subtree too. Had
3698 just to keep 2 function private which really ought to become
3699 public ones.
3700
3701Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3702
3703 * xmllint.c: added pointers to the web pages in the usage()
3704
3705Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3706
3707 * tree.c: more fixes from Petr Kozelka for attribute handling
3708 in the tree API to align the semantic with DOM.
3709
3710Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3711
3712 * valid.c tree.c entities.c: another set of patches from
3713 Anthony Jones for copy operations cleanup and robustness
3714
3715Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3716
3717 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
3718 an alphabetic index based on comments content
3719 * doc/*: rebuilt the web site with the new references
3720
3721Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3722
3723 * parserInternals.h: Greg Sjaardema suggested to use an
3724 eponential buffer groth policy in xmlParserAddNodeInfo()
3725
3726Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3727
3728 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
3729 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
3730 doc/parsedecl.py doc/Makefile.am: updated the python extractor
3731 to generate cross-references, and added/updated the stylesheets
3732 to generate and link API indexes. The generic keyword index
3733 is not done yet.
3734 * doc/*.html: regenerated all the usual docs too
3735
3736Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3737
3738 * debugXML.c: added an xpath function to the shell for T. V. Raman
3739
3740Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3741
3742 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
3743 debug routines.
3744
3745Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3746
3747 * tree.c: apply an patch from Petr Kozelka for unlink and replace
3748 support of attribute nodes
3749
3750Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3751
3752 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
3753 hopefully near complete and fully documented of the API in XML
3754 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
3755 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
3756 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
3757 include/libxml/parserInternals.h include/libxml/valid.hi
3758 include/libxml/xmlIO.h include/libxml/xmlerror.hi
3759 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
3760 include/libxml/xpath.h include/libxml/xpathInternals.h:
3761 Cleaned up the doc comments a lot in the process, the interface
3762 coverage is now 100%
3763
3764Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3765
3766 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
3767 extracts comments from the gtk-doc DocBook output (a bit
3768 convoluted but seems to work).
3769
3770Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3771
3772 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
3773 added an XML description of the API, moved the script generating
3774 it here. Added a "make api" target
3775
3776Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3777
3778 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
3779
3780Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3781
3782 * xpath.c include/libxml/xpathInternals.h: the change made to
3783 xmlXPathFuncLookupFunc was incompatible roll it back
3784
3785Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3786
3787 * SAX.c: cleanup patch from Anthony Jones
3788 * doc/Makefile.am: fix the headers to avoid in make scan
3789 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
3790 includes, * vs Ptr and general cleanup
3791 * parsedecl.py: first version of a script to extract the
3792 module interfaces, the goal will be to provide .decl or XML
3793 specification of the interfaces to build wrappers.
3794
3795Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3796
3797 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
3798 now provides return codes in case of errors
3799
3800Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
3801
3802 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
3803 Upgraded to trio baseline 1.6
3804 * strio.h strio.c: Replaced by triostr.h and triostr.c
3805
3806Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
3807
3808 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
3809 of strdup usage in the code
3810
3811Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3812
3813 * parser.c error.c: Keith Isdale complained rightly that
3814 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
3815
3816Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3817
3818 * tree.c: fixed the funxtion to set the xml: attributes
3819 * debugXML.c: added "setbase" to test it.
3820
3821Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3822
3823 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
3824 to allow updating an attribute content
3825
3826Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3827
3828 * libxml.h: try to avoid problems when compiling on Windows
3829
3830Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
3831
3832 * hash.c: patch from Anthony Jones for hash.c allocation size
3833 * Makefile.am: trying to work around Yet Another Libtool Madness
3834 and build the 2.4.13 release finally ...
3835
3836Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3837
3838 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
3839 * doc/* : update of the documentation
3840
3841Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3842
3843 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
3844 at fixing #61290 :-(
3845
3846Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3847
3848 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
3849 Fixes bug #67229
3850
3851Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3852
3853 * tree.c: trying to avoid troubles when a subtree is copied
3854 and coalesced in part with the target tree. Should fix
3855 bug #67407
3856
3857Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3858
3859 * valid.c: fixed validation of attributes content of type
3860 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
3861 values, very old bug. Fixes #67671
3862
3863Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3864
3865 * parser.c include/libxml/parserInternals.h tree.c: integrated
3866 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
3867 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
3868
3869Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3870
3871 * threads.c: applied Serguei Narojnyi's patch to add native
3872 thread support on the Win32 platform
3873 * testThreadsWin32.c Makefile.am: added the test program also
3874 from Serguei, Win32 specific
3875 * include/win32config.h include/libxml/xmlwin32version.h.in:
3876 added patch from Igor for the Windows thread specific defines.
3877
3878Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3879
3880 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
3881
3882Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3883
3884 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
3885 output page into XMLinfo.html. Close bug #66951 and
3886 raised by Robert Collins too.
3887
3888Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
3889
3890 * encoding.c: Paul Keogh pointed out a possibility of segfault
3891 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
3892 Closes bug # 68238
3893
3894Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
3895
3896 * doc/*.html: updated the Gdome2 links
3897
3898Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3899
3900 * libxml.h: Applied following patches from Robert Collins
3901 and make sure IN_LIBXML is defined when compiling it
3902 -------
3903 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
3904 as well as Visual C.
3905 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3906 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3907 * strio.c (PLATFORM_UNIX): Define for Cygwin.
3908 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
3909 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
3910 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
3911 xmlSysIDExists xmlNoNetExists).
3912 * xmllint.c: Don't include winsock2.h for Cygwin.
3913
3914Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3915
3916 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
3917 when the version info is not present.
3918
3919Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3920
3921 * tree.c: Anthony Jones pointed out a problem in
3922 xmlStringGetNodeList() and provided a fix for it
3923
3924Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3925
3926 * parser.c: patch from Frank J Franklin to remove a bug in
3927 xmlCreatePushParserCtxt() when the initial buffer passed
3928 is large.
3929
3930Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3931
3932 * win32/*: big cleanup of the Windows/MSVC project files
3933 from Igor Zlatkovic
3934
3935Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3936
3937 * doc/Makefile.am: should fix #67674 and avoid troubles if
3938 xsltproc is not available or fails in the prefix provided
3939
3940Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
3941
3942 * xmlmemory.c: one more doc patch from Charlie Bozeman.
3943
3944Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3945
3946 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
3947 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
3948 Fixed a few other problems raised by Charlie Bozeman.
3949 * result/VC/ElementValid[5-7]: fixed the output
3950
3951Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3952
3953 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
3954 patches from Charlie Bozeman. Regenerated the HTML docs.
3955
3956Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
3957
3958 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
3959 for Windows from Igor
3960
3961Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3962
3963 * xmllint.c: applied Justin Fletcher patch for --output or -o
3964
3965Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
3966
3967 * win32/libxml2/libxml2.def.src: close #67019
3968
3969Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3970
3971 * xmllint.c: applied Justin Fletcher generic timing patch
3972 similar to the one already applied to xsltproc.
3973
3974Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3975
3976 * include/libxml/tree.h tree.c: applied documentation patches
3977 from Charlie Bozeman
3978
3979Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
3980
3981 *doc/xmllint.xml, xmllint.1 - document --dropdtd
3982
3983Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
3984
3985 * valid.c: fix the xmlStrdup() used in the previous patch.
3986 * valid.c: added --dropdtd
3987 * tree.c: fixed xmlUnlinkNode so it also removes the references
3988 from the document if the node is a DTD
3989
3990Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
3991
3992 * HTMLtree.c valid.c: cleanup some static declarations
3993
3994Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3995
3996 * xmllint.c: removed another strdup()
3997 * doc/FAQ: removed the HP/UX entry
3998
3999Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
4000
4001 * valid.c: fix bug #66816 when validating.
4002 * xmllint.c: don't use sys/time.h if configure did not found it
4003
4004Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
4005
4006 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
4007 xmlcatalog_man.xml
4008
4009Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
4010
4011 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
4012 xmlInitMemory() was declared twice
4013
4014Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
4015
4016 * globals.c: do not reference strdup() !
4017 * configure.in libxml-2.0.pc.in: trying to fix the libs
4018 of the various config extraction modules
4019
4020Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
4021
4022 * configure.in : preparing 2.4.12
4023 * doc/* : updated and rebuilt the docs
4024
4025Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
4026
4027 * uri.c: closed bug #66159
4028 * testURI.c: added --escape option
4029 * configure.in: some cleanup for xml2-config --cflags
4030
4031Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
4032
4033 * globals.c testThreads.c: removed some misplaced includes
4034 of xmlversion.h
4035
4036Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
4037
4038 * threads.c: patch from Gary Pennington fixing a possible
4039 problem at initialization time.
4040
4041Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
4042
4043 * configure.in libxml.h parser.c testThreads.c macos/: integrated
4044 Eric Lavigne contribution to build libxml2 on MacOS using
4045 CodeWarrior.
4046
4047Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
4048
4049 * xmllint.c: applied Geert Kloosterman's patch to fix
4050 --repeat --timing output
4051
4052Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
4053
4054 * parser.c: Robin Berjon <robin@knowscape.com> found a case
4055 where non-wellformed XML declaractions were not detected.
4056
4057Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
4058
4059 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
4060
4061Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
4062
4063 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
4064 gets reset by xmlCleanupInputCallbacks() and this makes the
4065 function useless. Same for output.
4066
4067Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
4068
4069 * xmlIO.c: robert pointed out a loop error in callback cleanups
4070
4071Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
4072
4073 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
4074 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
4075 they are not really tied to debugging
4076
4077Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
4078
4079 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
4080 * xmllint.c: better --catalogs description
4081
4082Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
4083
4084 * tree.c: fixed a couple of problems in xmlSetProp()
4085
4086Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
4087
4088 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
4089 unappropriate stdout output.
4090
4091Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
4092
4093 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
4094 by Denis Beurive, closes #65111
4095
4096Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
4097
4098 * valid.c: in case of content model validity error, don't
4099 print it if validity warnings were not requested.
4100
4101Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
4102
4103 * nanoftp.c: applied a couple of patches from Brian D Ripley.
4104 * parserInternals.c: removed the last exit() call. Print an
4105 unmaskable error on stderr instead (library mismatch detection)
4106
4107Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
4108
4109 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
4110 shell instructions from Heiko Rupp
4111
4112Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
4113
4114 * catalog.c: use the URL notation file:// for default catalog paths
4115
4116Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
4117
4118 * include/libxml/tree.h: better comments for _private fields
4119 * tree.c: removed a problem when copying an entity reference.
4120
4121Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
4122
4123 * vms/*: updated instructions and diffs from John A Fotheringham
4124
4125Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
4126
4127 * include/libxml/xmlerror.h: avoid an include problem if
4128 #include <libxml/xmlerror.h> happens first in code
4129 seems to be the case in KDE libs
4130
4131Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
4132
4133 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
4134 from Igor for Windows
4135
4136Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
4137
4138 * Makefile.am: Gary Pennington pointed out a missing prefix
4139
4140Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
4141
4142 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
4143 * doc/*: upgraded and rebuilt the docs
4144
4145Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
4146
4147 * HTMLparser.c: fix comment in scripts element parsing.
4148 * result/HTML/doc3*: updated the results.
4149
4150Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
4151
4152 * uri.c: another URI bug fix #63336, using Joel Young patch.
4153
4154Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
4155
4156 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
4157 a cleaned up version of the Pwd shell string generation.
4158
4159Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4160
4161 * valid.c include/libxml/tree.h: trying to fix namespaces +
4162 validation problems for good, closing #63619 in the process
4163 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
4164 wrong in this respect, fixed it.
4165
4166Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
4167
4168 * xmllint.c: Morus Walter patch to allow --format and --encode
4169
4170Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
4171
4172 * debugXML.c: Stefan Kost provided an help command for the shell
4173
4174Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
4175
4176 * debugXML.c: Heiko Rupp pointed that the shell would crash
4177 on empty nodesets returns.
4178
4179Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
4180
4181 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
4182 migh need the history libraries
4183
4184Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
4185
4186 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
4187 handle the case of < in quoted attributes, Bastian Kleineidam
4188
4189Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
4190
4191 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
4192 fixing catalog breakages
4193 * Makefile.am catalog.c result/catalogs/catal
4194 result/catalogs/mycatalog.* test/catalogs/catal*:
4195 fixed more problems in catalog support, added more regression tests
4196 for both XML and SGML catalog handling
4197
4198Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
4199
4200 * debugXML.c: applied an improvement to xmlGetLineNo() from
4201 Keith Isdale
4202
4203Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
4204
4205 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
4206 Side effect of the progressive catalog loading
4207
4208Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
4209
4210 * Makefile.am: confexecdir and confexec_DATA were defined twice
4211 pointed out by Karl Eichwalder
4212
4213Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
4214
4215 * xmlcatalog.c: avoid unlink() and use remove() instead.
4216
4217Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
4218
4219 * libxml.spec.in: cleanup
4220 * include/libxml/xmlwin32version.h: updated with 2.4.8
4221
4222Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
4223
4224 * encoding.c global.data globals.c testThreads.c: fix bug #63752
4225 of compiling libxml with a non standard set of options
4226
4227Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
4228
4229 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
4230 document --sgml option, fixing gnome bugzilla #63382
4231
4232Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
4233
4234 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
4235 breakage of 2.4.7, added a couple of really needed APIs
4236 like xmlCatalogIsEmpty() and xmlNewCatalog()
4237 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
4238 for install-catalog
4239 * configure.in: preparing 2.4.8
4240
4241Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
4242
4243 * HTMLtree.c tree.c include/libxml/HTMLtree.h
4244 include/libxml/tree.h include/libxml/xmlIO.h: more include
4245 cleanups, export cleanly one html output + format function.
4246
4247Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
4248
4249 * parser.c: removed initGenericErrorDefaultFunc call from
4250 xmlInitParser() since it could destroy previous calls to
4251 xsltSetGenericErrorFunc() effects
4252
4253Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4254
4255 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
4256 keyword.
4257
4258Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
4259
4260 * Makefile.am: cleanup
4261 * threads.c: cleanup too
4262 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
4263 from xsltproc
4264 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +00004265 dependency loop.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004266
4267Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
4268
4269 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
4270 was not used anymore !
4271
4272Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4273
4274 * configure.in: preparing 2.4.7
4275 * Makefile.am doc/Makefile.am: switched to the latest xmllint
4276 manual page from John
4277 * doc/*: updated the doc and rebuilt the generated pages
4278
4279Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
4280
4281 * xmlIO.c: closing bug #62711, the library should never
4282 close stdin or stdout.
4283
4284Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
4285
4286 * uri.c: second pass at fixing #63336, using Joel Young
4287 final patch. looks okay.
4288
4289Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
4290
4291 * uri.c include/libxml/uri.h: trying to clear #63336
4292 allowing the escaping routine to parse unconformant
4293 URI-References.
4294
4295Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
4296
4297 * vms/readme.vms vms/build_libxml.com nanoftp.c
4298 include/libxml/xmlversion.h.in: a few VMS updates from
4299 John A Fotheringham
4300 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
4301 and xmlCleanupOutputCallbacks() for the Perl binding people.
4302
4303Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
4304
4305 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
4306 apply fixes to close #63271 and avoid segfaults when
4307 the error routine gets callbed before xmlInitParser()
4308 get called.
4309 * nanoftp.c error.c: Applied patches from Justin Fletcher
4310 correcting some xmlGenericError misuses.
4311
4312Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
4313
4314 *doc/xmllint.xml, doc/xmllint.1
4315 New and improved man page for xmllint - .xml is the original, .1
4316 is the generated man page
4317
4318Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
4319
4320 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
4321 the web site from the main HTML document.
4322
4323Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4324
4325 * parser.c: fixed an erroneous validation bug when PE refs
4326 occurs in external parsed entities referenced from the
4327 internals subset
4328 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
4329 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
4330 added the associated testcase, it's a nice one.
4331 * HTMLparser.c: generate the DTD node as HTML still ...
4332 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
4333
4334Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4335
4336 * HTMLparser.c: fixed a bug in htmlNewDoc()
4337
4338Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4339
4340 * test/threads/*: added entities testing to the Thread test
4341 * testThreads.c: make the test reasonable
4342 * DOCBparser.c: fix the DTD public and system ID
4343 * xmllint.c: added --sgml for SGML DocBook importing
4344 * Makefile.am: added Docbtests target
4345
4346Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4347
4348 * nanoftp.c: use only "anonymous@" string for anonymous passwds
4349 * testThreads.c: removed bogus include
4350
4351Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4352
4353 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
4354 fixed a very serious (looping) validation bug
4355
4356Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
4357
4358 * include/libxml/globals.h include/libxml/threads.h threads.c
4359 testThreads.c: far more testing, cleaning up bugs
4360 * *.c : make sure globals.h is always included.
4361
4362Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
4363
4364 * HTMLparser.c: try to get rid of parser loops for good.
4365
4366Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
4367
4368 * configure.in: fixed some bugs in CFLAGS passing.
4369 * test/threads Makefile.am testThreads.c: added a specific
4370 threaded test case (really nasty, guaranteed).
4371
4372Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
4373
4374 * catalog.c: serious cleanup on the management of the
4375 XML catalog tree, more tests done, especially with
4376 the catalog PI.
4377
4378Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
4379
4380 * catalog.c: avoid a problem in catalog cleanup on SMP if
4381 catalogs were not initialized.
4382
4383Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
4384
4385 * catalog.c xpath.c: trying to cleanup the not thread safe
4386 parts of the library.
4387
4388Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
4389
4390 * include/libxml/globals.h configure.in global.data: make
4391 the allocation be per-thread a configure option
4392 * encoding.c include/libxml/parser.h: fixed compilation
4393 errors
4394
4395Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4396
4397 * include/libxml/parser.h: Norm reported that a few lines
4398 added were breaking libxslt compile, removed them for now
4399
4400Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
4401
4402 * parser.c parserInternals.c threads.c: debugged and fixed
4403 initialization problems which were giving troubles on SMP
4404 boxes.
4405
4406Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4407
4408 * include/libxml/Makefile.am: missing globals.h
4409
4410Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4411
4412 * globals.c: added a couple of standard includes.
4413
4414Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4415
4416 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
4417 include/libxml/parserInternals.h include/libxml/tree.h
4418 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
4419 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
4420 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
4421 Applied the last patches from Gary, cleanup, activated threading
4422 all user accessible global variables are now handled in globals.[ch]
4423 Still a bit rought but make tests passes with either
4424 --with-threads defined at configure time or not.
4425 * Makefile.am example/Makefile.am: added globals.[ch] and threads
4426 linking options
4427
4428Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4429
4430 * Makefile.am include/libxml/Makefile.am
4431 include/libxml/globals.h globals.c include/libxml/threads.h
4432 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
4433 configure.in: started integrating the core of the thread support
4434 not activated yet but half integrated. The code should still
4435 compile and work anyway.
4436
4437Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4438
4439 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
4440 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
4441 integrating the non-controversial parts of Gary Pennington
4442 multithread patches
4443 * catalog.c: corrected a small bug introduced
4444
4445Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4446
4447 * catalog.c include/libxml/catalog.h: very serious cleanup,
4448 isolating unportable code and as much as possible the accesses
4449 to the global shared catalog. May need more testing !
4450
4451Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4452
4453 * include/libxml/debugXML.h debugXML.c tree.c: integrating
4454 Keith Isdale patches for the XSLT debugger interfaces. Some
4455 cleanup
4456
4457Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4458
4459 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
4460 * DOCBparser.c: generate line nubers in elements
4461
4462Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4463
4464 * configure.in: preparing 2.4.6 release
4465 * doc/xml.html doc/html/*: updated and rebuilt the docs
4466 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
4467
4468Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
4469
4470 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
4471 adding documentation for DV's supercatalog support
4472
4473Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4474
4475 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
4476 super catalog support adding one API and one flag --sgml to
4477 xmlcatalog
4478
4479Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
4480
4481 * doc/xmlcatalog_man.xml, xmlcatalog.1
4482 One more crack at
4483 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4484
4485
4486Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4487
4488 * xpath.c: implemented xmlXPathObjectCopy for external objects
4489 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
4490
4491Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
4492
4493 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4494 finishing up fix to
4495 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
4496 the xmlcatalog man page display more elegantly
4497
4498Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
4499
4500 * configure.in: closing bug #61832
4501 * HTMLparser.c: removed a warning
4502
4503Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4504
4505 * xpath.c: fixing #61673 part I, do not loose doc information
4506 when copying result value trees.
4507
4508Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4509
4510 * xpath.c: trying to harden the XPath interpreter
4511
4512Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
4513
4514 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
4515 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4516
4517Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4518
4519 * HTMLparser: repaired another loop problem
4520
4521Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4522
4523 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
4524 parsing.
4525 * xpath.c: fix bug #61291 the default XML namespace node is
4526 missing from the namespace axis.
4527 * tree.c: refuse to create namespaces nodes with prefix "xml"
4528
4529Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
4530
4531 * SAX.c: ouch a non-defined namespace could lead to a crash,
4532 fixed #61215
4533
4534Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4535
4536 * parserInternals.c: closed bug #61054
4537
4538Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4539
4540 * include/libxml/Makefile.am: closing #60708
4541
4542Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4543
4544 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
4545 adding xmlSAXParseFileWithData following Marco Stipek suggestion
4546
4547Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4548
4549 * valid.c: close bug #61550 when xml: wasn't considered a namespace
4550
4551Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4552
4553 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
4554 * DOCBparser.c HTMLparser.c parser.c: fixed typos
4555
4556Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
4557
4558 * catalog.c: Justin Fletcher provided cleaup code in case
4559 HAVE_STAT is not defined
4560 * include/win32config.h: Igor Zlatkovic suggested to have
4561 HAVE_STAT defined there
4562
4563Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4564
4565 * catalog.c - fixed typing error reported by M. Barros
4566
4567Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
4568
4569 * xmllint.c - fixing typo
4570
4571Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4572
4573 * HTMLparser.c: small enhancement to prevent loop on
4574 unrecognizable data
4575
4576Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4577
4578 * parserInternals.c: applying patch from bug #60757 this
4579 should close it
4580
4581Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4582
4583 * catalog.c xmlcatalog.c: removed a couple of warning
4584 * xpath.c: try to solve the linking problem on platforms
4585 needing trio to compile
4586
4587Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4588
4589 * Makefile.am libxml.spec.in: backing up non-documented changes
4590 commited without review or aproval by Jens Finke <jens@gnome.org>
4591 * HACKING: made 100% clear that no commit should be done directly
4592
4593Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4594
4595 * configure.in: Joe Orton provided a patch fixing a problem
4596 when iconv is specified to be in a non-standard directory
4597 but wasn't exported in xml2-config --cflags
4598
4599Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4600
4601 * configure.in: let's ship 2.4.5 before getting too much
4602 troubles with 2.4.4 errors.
4603
4604Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4605
4606 * encoding.c entities.c: do not output hexadecimal charrefs
4607 when serializing HTML since some version of Netscape can't
4608 grok it, generate decimal ones.
4609 * result/HTML/doc3.htm: output changed due to previous test
4610 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
4611
4612Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
4613
4614 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
4615 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
4616
4617Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4618 Released 2.4.4
4619
4620 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
4621 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
4622 updated the configuration scripts systems accordingly
4623
4624Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4625
4626 * configure.in: preparing for 2.4.4
4627 * doc/xml.html doc/html/*: updated and rebuilt the docs
4628
4629Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4630
4631 * win32/dsp/libxml2.def.src: tried to incorporate comments
4632 from bug #59220
4633
4634Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4635
4636 * parser.c result/noent/wml.xml: fixed bug #59981 related
4637 to handling of '&' in attributes when entities are substitued
4638
4639Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4640
4641 * libxml.h include/libxml/xmlversion.h.in
4642 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
4643 Tried to close bug #60131
4644
4645Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4646
4647 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
4648
4649Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
4650
4651 * SAX.c: fixing bug #59946 on xmlns=""
4652
4653Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4654
4655 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
4656 but allocates a new error code.
4657
4658Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4659
4660 * xmllint.c: John Fleck fixed typos in the options output
4661 * parser.c SAX.c: fix ignorable white space SAX selection
4662
4663Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4664
4665 * entities.c: Steve Underwood found the possibility of an
4666 ininite loop in case of error.
4667
4668Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4669
4670 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
4671
4672Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4673
4674 * parser.c: warn if version is not 1.0 but it's not
4675 strictly speaking an error after analyzing the spec
4676
4677Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
4678
4679 *doc/catalog.html - add link to the html version of the
4680 man page, other linguistic cleanups
4681
4682Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
4683
4684 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4685 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
4686 file, has not yet been included in the build.
4687
4688Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4689
4690 * catalog.c: removed a duplicate affectation Justin Fletcher
4691
4692Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
4693
4694 * tree.c: Armin Sander pointed a possible text coalescing
4695 problem, completed his patch.
4696
4697Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4698
4699 * trionan.c: Fixed const and volatile re-definition problem
4700
4701Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
4702
4703 * libxml.4 parser.c: doc updates from Heiko Rupp
4704 * parserInternals.c: 2 sanity checks from Heiko Rupp
4705
4706Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4707
4708 * tree.c: applied patch from Armin Sander to make some pointers
4709 const in xmlCopyNode()
4710 * include/libxml/tree.h: added fix to the header
4711
4712Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4713
4714 * xpath.c: hum, restrict the integer usage gcc bug workaround
4715 to only gcc compilers so that other architecture don't get
4716 penalized by this limitation.
4717 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
4718
4719Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4720
4721 * valid.c: fixed a Windows compiler warning (Chris Poblete)
4722 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
4723
4724Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4725
4726 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
4727 --convert option to xmlcatalog to convert SGML ones to
4728 the XML syntax.
4729 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
4730
4731 2.4.3 got released at that point
4732Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4733
4734 * catalog.c xmlIO.c: started some serious testing and fixed
4735 a few bug and optmization needs.
4736
4737Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4738
4739 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4740 preparing for a 2.4.3 release even if it may not be ready yet
4741 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
4742 all file parsing lookup to go through the entity resolver, add
4743 to add an API to bypass it (needed to load catalogs themselves),
4744 some cleanup on the catalog code too.
4745 * nanoftp.c: small cleanup
4746 * doc/catalog.html: small update
4747
4748Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4749
4750 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
4751 Jun Kuriyama
4752
4753Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4754
4755 * doc/catalog.html: finished the catalog documentation
4756
4757Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4758
4759 * doc/catalog.html doc/xml.html: added documentation about
4760 Catalog support, misses an API description
4761 * doc/html/*: reextracted the API pages
4762
4763Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4764
4765 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
4766 Added the part about section 7.2 on URI resolution,
4767 fixed a side effect in the HTML parser, look complete
4768 and ready to rock except the URI/SystemID part!
4769
4770Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4771
4772 * include/libxml/catalog.h include/libxml/parser.h
4773 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
4774 xmlIO.c: added support and APIs needed for the catalog PI
4775 * include/libxml/xmlIO.h: cleanup
4776
4777Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4778
4779 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
4780 include/libxml/catalog.h: starts to look okay, really
4781 plugged the new framework, cleaned a lot of stuff,
4782 added some APIs, except the PI's support missing this
4783 should be mostly complete
4784 * result/catalogs/* test/catalogs/*: added new test, enriched
4785 the existing one with URN ID tests
4786
4787Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4788
4789 * catalog.c: fixed nextCatalog
4790 * result/catalogs/docbook test/catalogs/*: started adding
4791 a small regression test
4792
4793Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
4794
4795 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
4796 more work on the XML catalog support.
4797 * parser.c include/libxml/parser.h: small cleanup seems using
4798 list as a public parameter name can give portability troubles
4799 * trionan.c trionan.h xpath.c include/libxml/trionan.h
4800 include/libxml/xpath.h include/libxml/Makefile.am: removed
4801 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
4802 wrappers
4803
4804Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4805
4806 * Makefile.am trio.c triodef.h trionan.c xpath.c
4807 include/libxml/Makefile.am include/libxml/trionan.h:
4808 Re-worked Not-A-Number and Infinity support.
4809 * xmlcatalog.c: added readline include files
4810
4811Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4812
4813 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
4814 testCatalog as xmlcatalog, making it an installed app
4815 adding a shell, and preparing it to be a /etc/xml/catalog
4816 management tool, though not ready yet
4817 * catalog.c include/libxml/catalog.h: adding support for
4818 XML Catalogs http://www.oasis-open.org/committees/entity/
4819 not finished, there is some interesting tradeoffs and a
4820 few open questions left.
4821
4822Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
4823
4824 * xmllint.c: fixed a line formatting problem
4825
4826Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4827
4828 * SAX.c: removed a couple of unused variable (Albert Chin)
4829
4830Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4831
4832 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
4833 trying to fix some troubles w.r.t. function returning
4834 const xxxPtr.
4835
4836Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4837
4838 * win32/dsp/libxml2.def.src: another set of symbols conditionally
4839 defined
4840
4841Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4842
4843 * xpointer.c: removed unused var
4844
4845Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4846
4847 * testXPath.c: another small cleanup closing bug #59110
4848
4849Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4850
4851 * win32/dsp/libxml2.def.src: small cleanup closing bug
4852 #59108
4853
4854Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4855
4856 * example/gjobread.c: add xmlCleanupParser() before leaving
4857
4858Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
4859
4860 * config.h.in configure.in include/libxml/xmlwin32version.h:
4861 released 2.4.2
4862
4863Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
4864
4865 * include/libxml/valid.h debugXML.c valid.c: deprecate
4866 the non-boundchecking Sprintf functions, add Snprintf
4867 this should close bug #57984
4868
4869Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
4870
4871 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
4872 URIs before doing the lookups (pointed by Mark Vakoc)
4873
4874Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4875
4876 * xpath.c: serious changes on Result Value Trees and NodeSets
4877 w.r.t. deallocation and collect operations. Probably not
4878 100% clean (merge of allocated trees smells like a problem).
4879 Seems sufficient to close #58943
4880
4881Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4882
4883 * xmllint.c: adding a --format option
4884
4885Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
4886
4887 * xpath.c: count() was broken on Result Value Tree
4888 * xmlIO.c: fixed file:/// accesses on _WIN32
4889
4890Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4891
4892 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
4893 macro was renamed, this should close bug #58683
4894
4895Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4896
4897 * SAX.c: small fix fixing bug #58539 reported by coolo, in
4898 entity substitution mode text at the end of the entity might
4899 be added due to text coalescing.
4900 * nanoftp.c parser.c: small cleanup
4901
4902Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4903
4904 * HACKING: added John Fleck right to commit in the doc subdir
4905
4906Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4907
4908 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
4909 allow to inherit attributes from the DTD directly in the
4910 tree, this is needed for XPath and can be a useful feature.
4911 Inherited namespaces are always provided at the tree level now
4912 * test/defattr* result/defattr* result/noent/defattr*: added a couple
4913 of tests for this feature (XSLT being the prime user).
4914
4915Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4916
4917 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
4918 testSAX.c xmlIO.c xmllint.c include/win32config.h
4919 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
4920 include/libxml/xmlwin32version.h.in win32/README.MSDev
4921 win32/dsp/*: applied Win32 Facelift No.2 patches from
4922 Igor Zlatkovic for Windows/MSC
4923
4924Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
4925
4926 * SAX.c: unparsedEntityDecl() the URI computation of the
4927 entity wasn't done breaking XSLT unparsed-entity-uri()
4928
4929Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
4930
4931 * xpath.c: fixed a bug when walking the descendants and
4932 the current node has no children
4933 * debugXML.c: show up when a text node is supposed to not be escaped
4934
4935Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4936
4937 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
4938 worked like the set:leading() function)
4939 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
4940
4941Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4942
4943 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
4944
4945Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4946
4947 * include/libxml/xmlIO.h: apply change to close #58141
4948 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
4949
4950Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4951
4952 * parser.c: when the internal subset uses a PE, then the
4953 included entity can use conditional sections.
4954
4955Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4956
4957 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
4958 when walking the namespace axis showing up in
4959 libxst/tests/general/bug-12
4960 * xmlmemory.c: added the possibility to trace a given block
4961 defined by its address
4962
4963Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4964
4965 * parser.c: don't override existing encoding specified before
4966 starting xmlParseDocument()
4967
4968Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4969
4970 * include/libxml/xmlwin32version.h: reinserted, needed for
4971 Windows users of CVS
4972
49732001-07-27 Darin Adler <darin@bentspoon.com>
4974
4975 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
4976 * testCatalog.c: Add include of <libxml/parser.h>.
4977
49782001-07-27 Darin Adler <darin@bentspoon.com>
4979
4980 * include/libxml/.cvsignore:
4981 * include/libxml/xmlwin32version.h:
4982 Remove this file from CVS because it's generated.
4983
4984Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4985
4986 * parser.c include/libxml/parser.h: applied const patches from
4987 Tom Moog #58002
4988
4989Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4990
4991 * xpath.c include/libxml/xpath{,Internals}.h: added a function
4992 lookup framework
4993
4994Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4995
4996 * tree.c: fixed xmlCopyNode() for documents
4997
4998Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4999
5000 * parser.c: fixed bugs #58073 reported by Greg Shtilman
5001
5002Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5003
5004 * parser.c: fixes bug #57652 reported by Morus Walter
5005
5006Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5007
5008 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
5009
5010Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5011
5012 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
5013 errors, lesson don't add new functions at 1am before a release
5014 * xpath.c: integrated fix from Bjorn to avoid divide by zero
5015 from XPath initialization when possible.
5016
5017Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5018
5019 * result/scripts/base*: removing history/readline changed
5020 this slightly
5021 * include/libxml/parser.h SAX.c parser.c parserInternals.c
5022 xmllint.c: make element content line number generation
5023 optionnal to avoid breaking old apps added interface to switch
5024
5025Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5026
5027 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +00005028 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00005029 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
5030 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
5031 John Kroll fixes to allow saving to HTTP via PUT (or
5032 POST of needed).
5033 * doc/html/*.html: regenerated the docs
5034
5035Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5036
5037 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
5038 xmlHashScanFull and xmlHashScannFull3 to get passed the
5039 three keys as arguments to the callback function
5040
5041Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5042
5043 * configure.in Makefile.am: removed libxml softlink for good
5044 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
5045 100% coverage by gtk-doc
5046
5047Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5048
5049 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
5050 fixed serious troubles due to size_t vs. int mismatch
5051
5052Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5053
5054 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
5055
5056Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5057
5058 * include/libxml/xpath{,Internals}.h xpath.c: added a more
5059 convenient extension API for value and context managing
5060 Now handles external objects through xmlXPathPopExternal,
5061 xmlXPathWrapExternal and xmlXPathReturnExternal.
5062 Added functions for sets operations (intersection, etc.)
5063
5064Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5065
5066 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
5067 xmlIO.c tree.c parserInternals.c entities.c encoding.c
5068 HTMLparser.c: cleanup of global variables, marking some
5069 const or private.
5070
5071Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5072
5073 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
5074 fixed xmlXPathNodeSetItem when passing index=0
5075
5076Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5077
5078 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
5079
5080Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5081
5082 * xmllint.c: fixed compilation under Cygwin #57503
5083 * TODO: update
5084
50852001-07-13 Peter Williams <peterw@ximian.com>
5086
5087 * config.h.in: add #undef HAVE_DLFCN_H
5088
5089 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
5090 builddir.
5091
5092Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5093
5094 * win32/libxml2/libxml2.def.src: added a couple of exported entries
5095 raised by #57348 and #57381
5096
5097Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5098
5099 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
5100 tree.c xpointer.c: store the line numbder in element->content,
5101 may break some software, need a configuration mechanism
5102
51032001-07-10 Darin Adler <darin@bentspoon.com>
5104
5105 * .cvsignore:
5106 * example/.cvsignore:
5107 * include/.cvsignore:
5108 * include/libxml/.cvsignore:
5109 Various things that are generated and should be ignored.
5110
5111Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5112
5113 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
5114 * doc/xml.html doc/html/*: updated the docs
5115
5116Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5117
5118 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
5119 validation occured on content with element child
5120
5121Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5122
5123 * tree.c: fixed XML Base computation which was broken
5124 * debugXML.c: added a base function to the shell
5125 * Makefile.am result/scripts/* test/scripts/*: added scripts
5126 based regression tests, and adding 2 XML Base tests
5127
5128Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5129
5130 * tree.c: set properties doc and call xmlSetListDoc for properties
5131 content when grafting them in a different tree.
5132 * aclocal.m4: remove from CVS
5133
5134Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5135
5136 * win32/libxml2/libxml2.def.src: added some missing entry point
5137 for XPath (Mark Vakoc)
5138
5139Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5140
5141 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
5142 layer should URI-Unescape before trying to open resources.
5143
5144Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5145
5146 * xpath.c: fix the name() bug for elements in the default
5147 namespace reported by Charlie Bozeman
5148
5149Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5150
5151 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
5152 led to an XPath fix, improvements of SAX initialization, and
5153 an added option --nocdata to testXPath
5154
5155Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5156
5157 * doc/libxml-doc.el: Felix Natter provided anew version working
5158 with XEmacs too
5159
5160Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5161
5162 * include/libxml/xpath.h: small cleanup
5163 * doc/xml.html: update
5164
5165Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5166
5167 * Makefile.am configure.in include/libxml/xmlwin32version.h:
5168 released 2.3.14
5169
5170Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5171
5172 * doc/html/*: rebuilt the docs for the release
5173 * doc/xml.html: added 2.3.14 release.
5174
5175Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5176
5177 * xpath.c: a bug reported by Stephan Kulow empty nodesets
5178 were not equal to empty strings
5179
5180Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5181
5182 * SAX.c: fixed a URI-Reference computation problem when validating
5183 * xmlIO.c: small cleanup
5184
5185Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5186
5187 * parser.c: improved the description of a couple of interfaces
5188 upon Larry Stamper suggestion
5189
5190Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5191
5192 * SAX.c entities.c parser.c: changed completely the way entities
5193 are handled when running the parser in entity substitution mode.
5194 This fixes a bug reported by Stephan Kulow and nearly divides
5195 by 3 the amount of memory required by libxslt to load and process
5196 DocBook TDG.
5197
5198Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5199
5200 * HTMLparser.c: fixing a too early root closing problem raised
5201 byt Prashanth Naidu
5202
5203Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5204
5205 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
5206 raised by Mark Vakoc.
5207
5208Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5209
5210 * example/Makefile.am: fixed the include path to add srcdir/include
5211 * Makefile.am configure.in: fix from Albert Chin for iconv detection
5212 and some cleanup
5213
5214Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5215
5216 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
5217 lot of optimization work, results in significant improvements
5218 when handling really complex XPath queries. Add a small optimizer
5219 for unions, improve [n] and [last()], avoid some costly ops.
5220
5221Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5222
5223 * include/libxml/parser.h parser.c: xmlStrstr args are both const
5224 * xpath.c: small cleanup
5225 * xmlGetNsList: reformated, fixed problems if used on Entities
5226
5227Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5228
5229 * doc/xml.html: added 1.8.14 and 2.3.13 releases
5230
5231Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5232
5233 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
5234 * Makefile.am example/Makefile.am: workaround automake generating
5235 erroneous deps
5236
5237Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5238
5239 * include/win32config.h: bug #56801 Yon Derek provided a patch
5240 to the windows config file.
5241
5242Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5243
5244 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
5245 libxml.h : Yon Derek provided a set of changes to compile from
5246 CVS on Windows/MSC
5247
5248Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5249
5250 * parser.c: fixed UTF8 BOM support in push mode
5251 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
5252 added a specific testcase
5253
5254Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5255
5256 * Makefile.am: added --push regression tests
5257 * parserInternals.c: the XML parser segfaulted in --push mode
5258
5259Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5260
5261 * configure.in: moved the symlinks detection within a CVS
5262 check, this is not portable and will be removed soon.
5263 * xpath.c: small cleanup/speedup
5264
5265Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5266
5267 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
5268 release of 2.3.12
5269 * parser.c: make an error message if unknow entities in all cases
5270
5271Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5272
5273 * uri.c: fixed 2 uri normalization bugs on '//' reduction
5274
5275Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5276
5277 * include/libxml/Makefile.am: Laszlo Peter pointed out that
5278 includes were installed in the wrong dir
5279
5280Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5281
5282 * doc/html.xml: warn against sending code to exhibit bugs.
5283
5284Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5285
5286 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
5287 Tru64 from Thomas Leitner
5288
5289Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5290
5291 * AUTHORS: added William and Bjorn
5292 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
5293 daniel@veillard.com hopefully I won't have to do this again
5294 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
5295 docs can be rebuilt cleanly now
5296 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
5297 from CVs it's generated, added include/libxml/xmlwin32version.h
5298 also generated but which should change far less frequently.
5299 * catalog.c nanoftp.c: made sure to include libxml.h not
5300 libxml/xmlversion.h directly
5301 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
5302 when compiling on WIN32 and MSC
5303
5304Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5305
5306 * include/Makefile.am include/libxml/Makefile.am configure.in:
5307 fixed make distcheck and rebuilding the rpms
5308
5309Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5310
5311 * configure.in: should finish the migration of exported includes
5312 into a real include/libxml in CVS, at least for CVS users.
5313 * removed the exported headers, added in include/libxml (as well
5314 as xmlversion.h.in).
5315
5316Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5317
5318 * configure.in: fixed the way to detect symlink
5319
5320Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5321
5322 * configure.in: updated, include/libxml is now a real CVS dir
5323
5324Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5325
5326 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
5327 version works with both libxml1 and libxml2 (it autodetects
5328 the prefix of the html-files) from Felix Natter.
5329 * doc/xml.html: updated doc accordingly
5330
5331Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5332
5333 * xpath.c: fixed the bug generating a template loop in libxslt
5334 when using docbook-xsl-1.4, * should filter out document nodes
5335 * HACKING: added William
5336 * TODO: updated
5337
5338Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5339
5340 * doc/FAQ.html: added a warning about gcc-3.0
5341 * doc/xml.html: added reference to gdome2 and removed a confusing
5342 sentence
5343
5344Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5345
5346 * xmlversion.h: okay this is a generated file, but Windows
5347 users need it and they can't generate it, and I want CVS
5348 Windows users ...
5349 * win32/libxml2/libxml2_so.dsp: Windows project file for
5350 the shared lib version of libxml2
5351 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
5352 resources needed for libxslt/xsltproc by Yon Derek
5353
5354Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5355
5356 * trio.c: MSVC fix (provided by Igor Zlatkovic)
5357
5358Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5359
5360 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
5361
5362Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5363
5364 * include/win32config.h: Yon Derek provided a first fix
5365 to be able to compile libxslt/xsltproc on Windows
5366
5367Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5368
5369 * xpath.c: attempt to work around what seemed a gcc optimizer
5370 bug when handling floats on i386 http://veillard.com/gcc.bug
5371 * tree.c entities.c encoding.c: doing some cleanups while
5372 chasing it
5373
5374Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5375
5376 * Makefile.am: cleanup when --without-debug is specified
5377 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
5378 w.r.t. --without-debug and other include points
5379 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
5380 Catalogs
5381 * configure.in entities.h tree.h HTMLparser.c: removed
5382 --without-corba, made the _private field mandatory
5383
5384Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5385
5386 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
5387 outputs a BOM in UTF8, an errata has been issued to avoid the
5388 problem, that was the most reasonable solution... Add support
5389 for a leading UTF8 BOM in entities.
5390
5391Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5392
5393 * valid.c: fixed a bug found when post validating an entity ref
5394 * xmllint.c: added --loaddtd and sligly changed --postvalid to
5395 activate it too
5396
5397Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5398
5399 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
5400 weakness in the node copy the XPointer and the XInclude
5401 implementations. Serious cleanup.
5402
5403Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5404
5405 * Makefile.am: Kjartan Maraas provided a small patch to
5406 add xml2-config.in to EXTRA_DIST
5407
5408Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5409
5410 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
5411 provided another failing case found in KDE, the way the
5412 ctxt->vctxt.nodeTab was allocated and freed changed over
5413 time but it wasn't completely cleaned up. This should fix it.
5414
5415Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5416
5417 * parser.c: Stephan Kulow also raised the fact that line number
5418 could get miscounted making debug harder, fixed the problem
5419 in xmlParseCharData()
5420
5421Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5422
5423 * valid.c: Stephan Kulow pointed out a problem when validating
5424 and using an empty entity, forgot a 'break' in a case.
5425
5426Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5427
5428 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
5429 * doc/xml.html: updated with 2.3.11
5430
5431Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5432
5433 * TODO: updated adding cleanup of generated doc
5434 * configure.in: prepared to release 2.3.11
5435 * xmllint.c: added --version for bug reporting
5436 * doc/html/*.html: rebuilt the doc
5437
5438Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5439
5440 * xpath.c: first part of the work on selecting namespace to
5441 fix bug #56115
5442
5443Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5444
5445 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
5446 when using -liconv
5447 * TODO: updated
5448
5449Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5450
5451 * HTMLtree.[ch]: more work on the HTML serialization routnes,
5452 cleanup, encoding support.
5453
5454Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5455
5456 * xpath.c: Thomas Broyer suggested a better patch for the / arg
5457
5458Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5459
5460 * xpath.c: bug detected by Ankh when / is used as a function arg
5461
5462Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5463
5464 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
5465 of element and use it to avoid outputting formatting spaces at
5466 the wrong place. Implemented the format parameter for HTML save.
5467 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
5468 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
5469 result/HTML/wired.html: of course this impact the result of a
5470 number of HTML tests
5471
5472Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5473
5474 * HTMLtree.[ch]: started augmenting the HTML save API with
5475 encoding and formatting parameters
5476
5477Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5478
5479 * HTMLtree.h: cleanup and started evaluating the work needed on
5480 revamping the HTML output code
5481
5482Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5483
5484 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
5485
5486Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5487
5488 * valid.c: fixed bug #56049, forgot one check in the
5489 validation routine
5490
5491Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5492
5493 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
5494
5495Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5496
5497 * libxml.h: fixed an error in last commit
5498 * doc/FAQ.html: added an entry for compilation from CVS
5499
5500Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5501
5502 * xmlversion.h.in libxml.h: Cygwin patches
5503 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
5504 * tree.h: cleanup
5505
5506Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5507
5508 * tree.c: patched xmlFreeNode() to avoid freeing() a static
5509 memory block in a strange case where libxml is linked twice
5510 in the binary.
5511
5512Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5513
5514 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
5515 state far too often, simple fix used to avoid it.
5516
5517Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5518
5519 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
5520 being processed, applied his patch
5521 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
5522
5523Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5524
5525 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
5526 provided fixes to compile on MSCC again
5527 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
5528 also provided an update for the project files.
5529
5530Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5531
5532 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
5533 bug #55810
5534
5535Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5536
5537 * tree.c: fixed xmlGetNsProp() to close bug #55683
5538 Note this requires libxslt to use it's own function instead.
5539
5540Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5541
5542 * HTMLtree.c: when in a pre element no formatting space should
5543 be added.
5544 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
5545
5546Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5547
5548 * configure.in: added tests for signal() and signal.h
5549
5550Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5551
5552 * xpath.c: robert pointed out xmlXPathNINF was not initialized
5553
5554Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5555
5556 * doc/libxml-doc.el: Felix Natter provided a new version for
5557 libxml2
5558
5559Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5560
5561 * HTMLtree.c: when in a pre element no formatting space should
5562 be added.
5563
5564Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5565
5566 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
5567
5568Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5569
5570 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
5571 hack
5572 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
5573 * uri.c: fixed a warning
5574
5575Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5576
5577 * HTMLtree.c: trying to close bug #55772 escaping in script
5578 elements
5579 * doc/xml.html: suggest to send mail to the list
5580
5581Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5582
5583 * error.c: attempt to fix the xmlGetVarStr breakage once and for
5584 good. Use a macro and based on the solution provided in
5585 vsnprintf manual page from GNU.
5586
5587Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5588
5589 * error.c: Workaround for non-preserving variadic list.
5590 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
5591
5592Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5593
5594 * doc/xml.html: added 2.3.10 release
5595
5596Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5597
5598 * configure.in: releasing 2.3.10
5599
5600Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5601
5602 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
5603
5604Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5605
5606 * encoding.c: Robert Collins provided a patch to add the
5607 "US-ASCII" encoding alias
5608
5609Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5610
5611 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
5612 string oriented functions and started cleaning the related areas
5613 in xpath.c which needed fixing in this respect
5614
5615Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5616
5617 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
5618 #55380
5619 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
5620
5621Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5622
5623 * TODO: updated
5624 * nanohttp.[ch] : started adding APIs to get the redirected URL
5625 when this occurs (needed for further base computation
5626 * tree.h: cleanup
5627 * encoding.c: cleanup
5628 * SAX.c: minor change around ctxt->loadsubset
5629
5630Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5631
5632 * Makefile.am include/Makefile.am: small change to have
5633 include/libxml rebuilt if working from CVS.
5634 * uri.c: applied another patch from Carl Douglas for URI escaping,
5635 this should close bug #51876
5636
5637Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5638
5639 * xinclude.c: fixed XInclude recursive behaviour bug #54678
5640 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
5641 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
5642 added specific regression test
5643 * parser.h: preparing for the XSLT mode where DTD inherited
5644 attributes are added to the tree.
5645
5646Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5647
5648 * xinclude.[ch]: Updated the namespace for the Last Call version
5649 * result/XInclude/include test/XInclude/include: updated the
5650 testsuite accordingly
5651
5652Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5653
5654 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
5655 related to bug #51876
5656
5657Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5658
5659 * tree.c: fixed a gross mistake in base computation, xml:base is
5660 not completely correct yet (need cascade).
5661 * xpath.[ch]: added the few things needed to find a function name
5662 and URI from the XPath context when it is called.
5663
5664Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5665
5666 * catalog.[ch]: fixes and add xmlLoadCatalogs()
5667 * DOCBparser.c: small cleanup
5668 * xmllint.c: added a --catalogs option to load catalogs from
5669 $SGML_CATALOG_FILES
5670 * tree.c: cleanup
5671 * configure.in: iconv library fixup, ICONV_LIBS
5672
5673Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5674
5675 * catalog.c: handling of CATALOG entries. detection of recursion,
5676 and a few bugfixes
5677 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
5678 against the default namespace
5679
5680Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5681
5682 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
5683
5684Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5685
5686 * parser.c: fixed propagation context info when parsing an
5687 external entity.
5688 * doc/html/*.html: regenerated a couple of docs
5689
5690Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5691
5692 * doc/xml.html: update with 2.3.9 informations
5693
5694Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5695
5696 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
5697 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
5698 * doc/html/* : rebuilt the docs
5699 * valid.c: small patch which may improve some case when
5700 validating.
5701
5702Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5703
5704 * HTMLparser.c: Closed bug #54891
5705 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
5706 to the suite
5707
5708Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5709
5710 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
5711 applied a documentation patch from LotR and filled in a few missing
5712 descriptions
5713
5714Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5715
5716 * xpath.c tree.c parser.c: speed optimizations at the parser level
5717 document tree freeing and xpath evaluation
5718
5719Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5720
5721 * parser.c parser.h parserInternals.h: fixed a couple of
5722 interfaces for handling memory buffer input to const char *
5723 upon suggestion of JamesH.
5724
5725Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5726
5727 * configure.in: LoTR sent a patch fixing the previous commit
5728
5729Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5730
5731 * configure.in: trying to deal again with the stoopid -R linking
5732 flag of Solaris
5733
5734Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5735
5736 * xpath.h: two nodeset access macros from Thomas Broyer
5737
5738Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5739
5740 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
5741 patch from Thomas Broyer
5742
5743Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5744
5745 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
5746 case
5747 * INSTALL: was empty added stuff from the FAQ
5748
5749Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5750
5751 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
5752 attributes handling and #54433 by adding xmlUnsetProp()
5753 and xmlUnsetNsProp()
5754
5755Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5756
5757 * HTMLparser.c: Patch from Jonas Borgström
5758 (htmlGetEndPriority): New function, returns
5759 the priority of a certain element.
5760 (htmlAutoCloseOnClose): Only close inline elements if they
5761 all have lower or equal priority.
5762 * result/HTML: this of course changed a number of tests results.
5763
5764Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5765
5766 * xmlIO.c catalog.c: plugged in the default catalog resolution
5767 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
5768 documentations
5769 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
5770
5771Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5772
5773 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
5774 integrating catalogs
5775 * catalog.[ch] testCatalog.c: adding a small catalo API
5776 (only SGML catalog support).
5777 * parser.c: restaured xmlKeepBlanksDefault(0) API
5778
5779Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5780
5781 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
5782
5783Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5784
5785 * parser.c: added xmlParseExternalEntityPrivate() to allow
5786 propagation of ctxt->_private when parsing external entities
5787
5788Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5789
5790 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
5791
5792Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5793
5794 * configure.in: fixed a small portability problem with AM_CONDITIONAL
5795
5796Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5797
5798 * valid.c: warn when indeterminist content model is detected
5799 * result/VC/ElementValid8: this adds a message
5800 * Makefile.am: add --novalid for VCM tests
5801 * parserInternals.c: added a call to Init memory
5802
5803Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5804
5805 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
5806 when both parameters are NULL.
5807
5808Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5809
5810 * valid.c: applied small patch from Gary Pennington, reindented
5811 some part of the code.
5812
5813Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5814
5815 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
5816 release, updated and regenerated the docs
5817
5818Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5819
5820 * xpath.c result/XPath/expr/floats : clarified and cleanup
5821 printing of abnormal floats in tests.
5822
5823Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5824
5825 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
5826 * results/HTML/ : a few changes in the output of the HTML tests as
5827 a result.
5828 * configure.in: tying to fix -liconv where needed
5829
5830Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5831
5832 * Makefile.am: fixed a stupid error
5833
5834Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5835
5836 * configure.in Makefile.am: make the inclusion of the trio
5837 modules in the library conditional
5838
5839Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5840
5841 * DOCBparser.c: patche from László Kovács, fixed entities refs
5842 in attributes handling
5843
5844Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5845
5846 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
5847 flushing
5848
5849Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5850
5851 * xpath.c: fix of an XSLT namespace bug reported on the list
5852 general/bug-8-
5853
5854Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5855
5856 * strio.h trio.c: Dan McNichol suggested a couple of small
5857 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
5858
5859Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5860
5861 * tree.c parser.c encoding.c: spent a bit more time looking
5862 at the parsing speed and DOM handling. Added a few more
5863 speedups.
5864
5865Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5866
5867 * parser.c: small but effective parsing speed improvement
5868
5869Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5870
5871 * configure.in: default on the DocBook parser inclusion (for Gnome)
5872 * DOCBparser.h: fixed a header reference
5873
5874Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5875
5876 * configure.in xpath.c: applied Bjorn patches for FPE on the
5877 alpha
5878
5879Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5880
5881 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
5882 xmlSaveFormatFileTo()
5883
5884Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5885
5886 * xpath.c: simple and efficient optimization, XPath functions
5887 aways bind to the same code, cache this
5888 * TODO: updated (by saying some is obsolete)
5889
5890Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5891
5892 * xpath.c: more cleanup work on XPath name parsing routines
5893
5894Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5895
5896 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
5897 xmlXPathParseName
5898 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
5899 * debugXML.c: avoid compilation problems if compiling without
5900 HTML support, Igor Zlatkovic
5901 * win32/libxml2/libxml2.def.src: being able to compile without
5902 XPath on Windows
5903
5904Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5905
5906 * libxml.m4: yet another patch from Toshio Kuratomi
5907
5908Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5909
5910 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
5911
5912Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5913
5914 * tree.[ch]: added xmlSaveFormatFile interface for saving
5915 and indenting a file.
5916
5917Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5918
5919 * xpath.c: fixed bug #53689 related to processing-instruction()
5920
5921Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5922
5923 * DOCBparser.c: patche from László Kovács
5924
5925Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5926
5927 * parser.c: applied fixes from Christian Glahn bug report #53391
5928
5929Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5930
5931 * error.c: Jean François Lecomte provided a complete description
5932 and a fix to bug #53537
5933
5934Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5935
5936 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
5937
5938Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5939
5940 * DOCBparser.c SAX.c: a bit more work on entities processing.
5941 Still Need to cleanup XML output and references in attributes
5942
5943Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5944
5945 * DOCBparser.c include/Makefile.am: two patches from László Kovács
5946
5947Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5948
5949 * tree.c: trying to fix #53574, not completely complete,
5950 I would like xmllint --copy --debug test/ent1 and
5951 xmllint --debug test/ent1 to show the same result.
5952 * xpath.c: fix a bug when trying to sort namespace nodes
5953
5954Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5955
5956 * HTMLtree.c: real fix for #53402
5957
5958Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5959
5960 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
5961 PIs when using xsl:output
5962 * valid.c: closing #53537 some case generate segfaults if there
5963 is validity errors
5964
5965Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5966
5967 * SAX.c testDocbook.c DOCBparser.c: more work on the support
5968 of external parsed entities, added --noent to testDocbook
5969 * valid.c: Garry Pennington found an uninitialized variable
5970 access in xmlValidateElementContent()
5971
5972Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5973
5974 * HTMLparser.c : HTML parsing still sucks ... trying to deal
5975 with madness
5976 * result/HTML/ : this modified the result of the regression tests
5977 a lot.
5978
5979Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5980
5981 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
5982 to doc where it wasn't checked against NULL reported by
5983 Jens Laas
5984
5985Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5986
5987 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
5988 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
5989
5990Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5991
5992 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
5993 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
5994 * SAX.[ch]: cleanup and updates for DocBook
5995 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
5996 ex SGML identifier changes
5997 * valid.c: removed a static unused function.
5998
5999Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6000
6001 * HTMLtree.c: applied change for Paul Sponagl on script saving
6002 * Makefile.am: the warning about entity title.xml are normal.
6003
6004Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6005
6006 * configure.in: release of 2.3.7
6007 * Makefile.am: fixing make distcheck
6008
6009Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6010
6011 * doc/html/* doc/xml.html: updated and regenerated the docs
6012
6013Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6014
6015 * xpath.c: fixed the XPointer problem introduced in 2.3.6
6016
6017Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6018
6019 * tree.c: fixed #53388 with the provided patch
6020
6021Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6022
6023 * valid.c: Bjorn detected an invalid memory access. Fixed
6024 vstateVPush()
6025
6026Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6027
6028 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
6029
6030Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
6031
6032 * libxml.h: new header used only for the compilation of libxml
6033 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
6034 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
6035 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
6036 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
6037 xmlmemory.c xpath.c xpointer.c: libxml.h integration
6038 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
6039 baseline (version 1.2 plus a single patch).
6040 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
6041 scientific notation for numbers. Tests added.
6042 * xpath.c: formatting of numbers changed to use sprintf
6043 (contribution from William Brack)
6044
6045Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6046
6047 * valid.c: cleanup, more useful debugging
6048 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
6049 * xmlIO.c: entity loading is printed as an error when validating
6050
6051Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6052
6053 * valid.c: fixed to validate within entities
6054 * test/VCM/v22.xml: added a specific testcase
6055
6056Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6057
6058 * valid.c: forgot an epsilon transition in for ()+
6059 * test/VCM/v21.xml : added a specific test case
6060
6061Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6062
6063 * valid.c: removed a state explosion exhibited by RSS
6064 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
6065 from bug #51872
6066
6067Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6068
6069 * valid.[ch] tree.h: worked *hard* to get non-determinist content
6070 validation without using an ugly NFA -> DFA algo in the source.
6071 Made a specific algorithm easier to maintain, using a single
6072 stack and without recursion.
6073 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
6074 * hash.c: made the growing routine static
6075 * tree.h parser.c: added the parent information to an
6076 xmlElementContent node.
6077
6078Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6079
6080 * SAX.c parser.c xpath.c: generating IDs when not validating
6081 from an external parsed entity was poisoning the ID has table
6082 with removed values. This was killing XSLT on the KDE help
6083 browser.
6084
6085Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6086
6087 * entities.h: andrew@ugh.net.au detected a double declaration
6088
6089Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6090
6091 * debugXML.c hash.c tree.h valid.c : some changes related to
6092 the validation suport to improve speed with DocBook
6093 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
6094 the way validation errors get reported
6095
6096Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6097
6098 * HTMLparser.c HTMLtree.c: applied part of the patches provided
6099 by P C Chow and William M. Brack for XSLT HTML output
6100
6101Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6102
6103 * xmlversion.h.in win32config.h win32/libxml2/*: applied
6104 Igor Zlatkovic patches for MSC compilation and added his
6105 updates
6106
6107Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6108
6109 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
6110 prefix lookup.
6111 * parserInternals.c: fixed the bug reported by Morus Walter
6112 due to an off by one typo in xmlStringCurrentChar()
6113
6114Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6115
6116 * HTMLparser.c result/HTML/*: revamped the way the HTML
6117 parser handles end of tags or end of input
6118
6119Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6120
6121 * tree.[ch] : added xmlDocCopyNode for gdome2 support
6122
6123Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6124
6125 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
6126 bug where the linktime verions of free() won't work ...
6127
6128Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6129
6130 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
6131
6132Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6133
6134 * doc/xml.html: added 2.3.6 release
6135
6136Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6137
6138 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
6139 * result/wml.xml: resulted in a small output change
6140
6141Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6142
6143 * tree.c: xmlNewDoc was missing the charset initialization
6144 * xmllint.c: added --auto to autogenerate a doc, allow to
6145 reproduce the problem fixed on xmlNewDoc
6146
6147Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6148
6149 * xpath.c: trying to get 52979 solved
6150 * tree.c result/ result/noent/: trying to get 52712 solved, this
6151 also made me clean up the fact that XML output in general should
6152 not add formating blanks by default, this changed the output of
6153 a few tests
6154
6155Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6156
6157 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
6158
6159Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6160
6161 * configure.in: finally released 2.3.6
6162
6163Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6164
6165 * xpath.c: checking for null pointer generated by new code
6166
6167Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6168
6169 * xpath.c: fixed a [] evaluation problem reported
6170 * test/XPath/tests/simpleaddr: extended test
6171 * result/XPath/simpleaddr: updated result
6172
6173Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6174
6175 * xmllint.c: Dan Timis reported a portability problem
6176 on Macs without mmap, fixed it.
6177
6178Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6179
6180 * testXPath.c : added a --tree option allowing to display the
6181 tree dump of the XPath expression
6182
6183Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6184
6185 * xpath.c: fixed a memleak when comparing nodesets
6186 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
6187 * tree.c: added a TODO
6188
6189Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6190
6191 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
6192 we need string functions
6193 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
6194 to be able to use them where needed. Applied some changes
6195 to reduce name linking pollution and compile in only what's
6196 needed.
6197 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
6198 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
6199 for the string manipulation functions
6200 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
6201 to the free() function of xmlmemory.c
6202 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
6203 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
6204 usage.
6205
6206
6207Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6208
6209 * error.c: applied the context output patch of the error
6210 handling submitted by Chuck Griffith
6211 * error/VC/*: this slightly change some error logs
6212
6213Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6214
6215 * parser.c: fixed line number reporting on error
6216
6217Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6218
6219 * parser.c: Sullivan and Darin found a parser bug,
6220 applied the patch.
6221
6222Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6223
6224 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
6225 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
6226 xmlversion.h.in xpointer.c: of course the way I defined
6227 UNUSED breaks on old gcc version. Try to be smart and
6228 also define it directly in xmlversion.h
6229 * configure.in: removed -ansi flag from the pedantic set
6230
6231Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6232 Huge cleanup, I switched to compile with
6233 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
6234 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
6235 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
6236 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
6237 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
6238 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
6239 encoding.h entities.c error.c list.[ch] nanoftp.c
6240 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
6241 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
6242 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
6243 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
6244 Cleanup, staticfied a number of non-exported functions,
6245 detected and cleaned up a dozen of problem found this way,
6246 avoided a lot of public function name/typedef/system names clashes
6247 * doc/xml.html: updated
6248 * configure.in: switched private flags to the really pedantic ones.
6249
6250Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6251
6252 * configure.in: 2.3.5
6253 * doc/html/*: rebuilt the docs
6254
6255Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6256
6257 * parser.c: fixed a reported bug in NOTATION parsing
6258 * uri.c: accepted but not fixed bug 51876, added TODO
6259 * Makefile.am: fixed bug 51876
6260
6261Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6262
6263 * config.h.in configure.in error.c: fix a compilation problem
6264 on platforms without vsnprintf (xml@thewrittenword.com)
6265
6266Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6267
6268 * parser.c: fixed a function name header typo
6269 * SAX.c: notations can also occur in external subset.
6270
6271Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6272
6273 * error.c: removed a C++ like comment
6274
6275Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6276
6277 * parser.c: fixing bug 52299 strange condition leading
6278 to a parser crash due to a buffer overflow
6279 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
6280 added the specific test case
6281
6282Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6283
6284 * xpath.[ch]: still a lot of cleanup based on XSLT, added
6285 xmlXPathConvert{String,Number,Boolean} to be able to make
6286 type casts without a context stack, fixed some implementation
6287 problems related to the absence of context at parse-time,
6288 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
6289 in the public API too
6290 * xpointer.c xpathInternals.h: we need to know at parse time
6291 whether we are compiling an XPointer
6292
6293Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6294
6295 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
6296 cleaned up the parser internals, refactored XPath code, added
6297 new compilation based APIs and cleanly separated public and
6298 private APIs.
6299
6300Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6301
6302 * xpath.h: the comp field must be added at the end to avoid
6303 killing binary compat.
6304
6305Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6306
6307 * Makefile.am: detect XPath memleaks in regreson tests
6308 * error.c: fixed and error w.r.t. error reporting still using
6309 stderr
6310 * hash.c: added new line at end of file
6311 * tree.h: minor cleanup
6312 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
6313 expression parsing from evaluation, resulted in a number of
6314 changes internally, and in XPointer. Likely to break stuff
6315 using xpathInternals.h but should remain binary compatible,
6316 new interfaces will be added.
6317
6318Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6319
6320 * configure.in: fixed a couple of problems reported by
6321 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
6322 without gcc on non linux platforms.
6323
6324Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6325
6326 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
6327 a fix for --with-html-dir= configure support. I hope it won't
6328 break rpm generation
6329
6330Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6331
6332 * xmlIO.c: one function comment cleanup.
6333
6334Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6335
6336 * SAX.c: external subset notations were improperly registered
6337 in the internal subset.
6338
6339Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6340
6341 * README.cvs-commits: added, pointing to HACKING
6342 * HACKING: updated
6343
6344Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6345
6346 * parser.c: and Matt Sergeant found one in the XML push
6347 parser (erroneous check I forgot to remove when I fixed the
6348 main parser).
6349
6350Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6351
6352 * xpath.c: ptittom found a small bug in UnaryExpr
6353
6354Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6355
6356 * configure.in: bumped to 2.3.4
6357 * error.c: fixed bug #51860
6358 * tree.c: fixed bug #51861
6359 * valid.c: cleanup, more debug, failed to fix one bug crap ...
6360 * tree.[ch] : added xmlDefaultBufferSize
6361 * nanoftp.c: typo in function name header block
6362 * doc/xml.html : updated, added link to XML::LibXSLT
6363 * doc/html/* : rebuilt the docs
6364
6365Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6366
6367 * parser.c SAX.c: the new content parsing code raised an
6368 ugly bug in the characters() SAX callback. Found it
6369 just because of strangeness in XSLT XML Rec ouptut :-(
6370
6371Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6372
6373 * Makefile.am: Martin Baulig suggested to add -lm
6374 * tree.c: found another bug in xmlNodeGetContent()
6375
6376Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6377
6378 * xpath.c: Bjorn found the error related to strictness of comparison.
6379
6380Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6381
6382 * parser.c: trying to fix the Dtd parsing problem reported
6383 by Gary, side effect of last week speed optimizations.
6384
6385Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6386
6387 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
6388 * parserInternals.c: removed unneeded test raised by Stric
6389
6390Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
6391
6392 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
6393 and fixed by William Brack). Added xmlXPathFormatNumber.
6394 Changed the sorting slightly.
6395 * configure.in Makefile.am example/Makefile.am: Added -lm.
6396 Please note that applications linking with libxml2, must
6397 also like with the math library from now on.
6398
6399Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6400
6401 * HTMLparser.c: fixed loop reported by Marc Sanfacon
6402
6403Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6404
6405 * parser.c: one must report spaces even if the Dtd element
6406 content proves that this is not part of the element content.
6407 * result/valid/*.xml: this changed the ouptu slightly
6408
6409Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6410
6411 * configure.in: bumped to 2.3.3
6412 * doc/xml.html: updated
6413
6414Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6415
6416 * tree.c: minor doc fix
6417 * xpath.c: deallocation issues when a result tree has been
6418 converted to a node-set
6419
6420Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6421
6422 * doc/xml.html: oops corrected dates s/2000/2001
6423
6424Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6425
6426 * valid.c: new patch from Gary Pennington
6427
6428Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6429
6430 * doc/xml.html: applied patch from Ankh
6431
6432Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6433
6434 * xinclude.c: fixed a problem building on Mac
6435
6436Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6437
6438 * parser.c: more work on increasing parsing ferformances
6439
6440Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6441
6442 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
6443 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
6444 avoiding memcpy in production builds MEM_CLEANUP macro use
6445 * parser.[ch] parserInternals.c: optimizations of the tightest
6446 internal loops inside the parser. Better checking of I/O
6447 flushing/loading conditions
6448 * xmllint.c : added --timing
6449
6450Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6451
6452 * configure.in: bumped to 2.3.2
6453 * doc/xml.html: updated for release
6454
6455Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6456
6457 * xpath.c: found a memleak and fixed a nasty bug
6458
6459Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6460
6461 * xmllint.[c1] : added return code errors for xmllint
6462 * xpath.c: specific debug dump function for result value trees
6463
6464Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6465
6466 * xpath.c: finally implemented xmlXPathCompareNodeSets
6467 * test/XPath/expr/floats results/XPath/expr/floats: added
6468 a test for float expressions
6469
6470Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6471
6472 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
6473 * parserInternals.[ch]: trying to speed up parsing
6474 * xpath.c : speeded up node set equality op
6475
6476Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6477
6478 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
6479 better handling of ID/IDREF and the list modules associated
6480 * configure.in: small CFLAGS cleanup
6481
6482Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6483
6484 * configure.in: fixed iconv detection on AIX (stric)
6485
6486Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6487
6488 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
6489
6490Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
6491
6492 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
6493 and optimized xmlXPathNodeSetSort
6494
6495Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6496
6497 * xpath.c: bug fix when context size is 0
6498 * parser.c: I like Norm's Dtd because they still manage to break
6499 the parser occasionally
6500
6501Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6502
6503 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
6504
6505Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6506
6507 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
6508 attributes within the XML-1.0 namespace
6509
6510Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6511
6512 * xpathInternals.h: exported a few axis functions
6513 * doc/xml.html: updated the doc
6514
6515Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6516
6517 * configure.in: applied patch from Daniel van Balen for OpenBSD
6518 and bumped version to 2.3.1
6519 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
6520 attempt to find autoclosing was simply broken, removed it,
6521 updated the examples, this is better
6522
6523Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6524
6525 * hash.[ch]: added Paolo Casarini patch to provide Delete from
6526 hash functionnalities.
6527 * doc/html/* : rebuild the doc
6528
6529Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6530
6531 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
6532 on predicate
6533 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
6534 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
6535 really want to have tags closed on output even if we accept
6536 unclosed ones on input
6537
6538Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6539
6540 * xpath.c: ouch don't free NULL, rare case fixed
6541 * tree.c: don't coalesce text nodes if they don't have the
6542 same behaviour wrt escaping on output
6543
6544Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6545
6546 * xpath.c: small fixup
6547 * SAX.c: don't warn on empty namespaces.
6548
6549Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6550
6551 * README: a bit of cleanup
6552 * configure.in: preparing for 2.3.0 release
6553
6554Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6555
6556 * hash.[ch]: added a first version of xmlHashSize()
6557 * valid.c: another bug fix from Gary Pennington
6558
6559Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6560
6561 * valid.c: couple of bug fixes pointed by Gary Pennington
6562 * HTMLtree.c: #if 0 cleanup
6563
6564Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6565
6566 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
6567 which removes a time consuming check of xmlXPathNodeSetAdd()
6568 and use it in places where we are sure to not break unicity
6569
6570Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6571
6572 * xpath.c: bug fixes found from XSLT
6573 * tree.c: preserve node->name special values when copying nodes.
6574 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
6575 external subset are fetched when available but without full
6576 validation. Added xmlLoadExtDtdDefaultValue, need a function.
6577 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
6578 output with encoding disabled.
6579
6580Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6581
6582 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
6583 xmlCheckFilename should not be called from xmlFileOpenW
6584 and xmlGzfileOpenW
6585
6586Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6587
6588 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
6589 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
6590 added the new tests for URI normalization
6591 * testURI.c: fixed stoopid bugs
6592 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
6593 the URI in the error messages are now properly normalized
6594
6595Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6596
6597 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
6598
6599Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6600
6601 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
6602
6603Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6604
6605 * xpath.c: fixed mod operator
6606
6607Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6608
6609 * parser.c: fixed xmlStrcat doc
6610 * tree.c: 2 fixes form Anders Carlson for copying nodes and
6611 trees.
6612
6613Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6614
6615 * xpath.c result/XPath/tests/chaptersbase
6616 result/XPath/tests/simplebase: fixed XPath node()
6617 * tree.c: small fix in xmlNewNs()
6618 * Makefile.am: removed extraneous xml2Conf.sh rule
6619
6620Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6621
6622 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
6623 Changed the library name, in order to get libxml-devel and
6624 libxml2-devel to coexist on a single system
6625 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
6626 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
6627
6628Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6629
6630 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
6631 libxml2-devel installable in // as libxml-devel.
6632
6633Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6634
6635 * doc/Makefile.am: fixed make rebuild in doc
6636 * doc/html/*.html: rebuilt the docs
6637
6638Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6639
6640 * tree.c: patch from Bjorn Reese on xmlBufferCCat
6641
6642Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6643
6644 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
6645 the HTML doc to go into the -devel RPM ...
6646 * aclocal.m4 config.h.in: some updates due to auto* magic
6647
6648Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6649
6650 * xpath.h: added a hook in the context structure allowing to
6651 link to extra support, needed for XSLT
6652
6653Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6654
6655 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
6656 xmlXPtrCmpPoints to use it.
6657 * propagated the following patch from Alejandro Forero
6658 * include/win32config.h xmlIO.c: applied further suggestions
6659 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
6660 * example/gjobread.c: fixed warnings, now that it builds
6661
6662Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
6663
6664 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
6665
6666 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
6667 filename points to a valid file (not a directory).
6668 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
6669 Added calls to xmlCheckFilenameDir.
6670
6671 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
6672 `path' (rather than `filename') as the parameter to gzopen and open.
6673
6674Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6675
6676 * Makefile.am: fixed a problem with EXTRA_DIST
6677
6678Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6679
6680 * Makefile.am example/Makefile.am: finally found the trick
6681 to build the example, i.e. add "." in SUBDIRS before example
6682 in the list <grin/>
6683
6684Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6685
6686 * doc/xml.html: updated with an XSLT section, removed pointer to
6687 W3C CVS base.
6688
6689Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6690
6691 * xpath.c: when copying a XSLT tree object teh tree need to be copied
6692 too, and deallocation need to occur the same way.
6693
6694Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6695
6696 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
6697 type correponding to an XSLT result tree fragment. Share most
6698 of the data format with node set, as well as operators.
6699 * HTMLtree.c: added a newline at the end of the doctype output
6700 whe this one is not present initially.
6701 * tree.c: make sure taht the parent and doc pointers are properly
6702 set when copying attributes (lists).
6703
6704Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6705
6706 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
6707
6708Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6709
6710 * xpath.c: seems I finally killed that ugly path evaluation
6711 context bug (tagged 9999 in case is is wrong)
6712
6713Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6714
6715 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
6716 for XSLT
6717
6718Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6719
6720 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
6721 for xmlGzfileOpen() bug
6722
6723Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6724
6725 * xpath.c: removed an error found by XSLT usage
6726 * tree.c parserInternals.h: use a predefined static string
6727 for text and comment nodes, avoid freeing them in xmlFreeNode,
6728 exported the string name in parserInternals.h and added
6729 another value to disable encoding at output (for XSLT),
6730 gain memory, time.
6731
6732Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6733
6734 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
6735 win32/libxml2/libxml2_so.dsp: new makefiles and update
6736 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
6737
6738Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6739
6740 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
6741 Gary Pennington
6742
6743Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6744
6745 * xpath.c: fixed the comaprision of values and nodelists,
6746 need to compare nodelist still ...
6747 * debugXML.c: avoided a possible core dump
6748 * HTMLparser.c: cleanup
6749 * nanohttp.c: contributed fix.
6750 * tree.c: fixes in properties handling added xmlSetNsProp
6751 needed by libxslt
6752 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
6753 comment
6754 * TODO: updated
6755
6756Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6757
6758 * parser.c parserInternals.c: applied Bjorn Reese optimization
6759 patch
6760
6761Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6762
6763 * Makefile.am: applied patch fro make check from Martin Vidner
6764
6765Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6766
6767 * configure.in: preparing 2.2.11
6768 * doc/html/*: rebuild the HTML files
6769 * doc/xml.html : updated
6770
6771Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6772
6773 * tree.c: fixed a stupid bug
6774 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
6775 patches related to validation of an XInclude processing result
6776 * TODO: updated
6777
6778Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6779
6780 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
6781 on large files
6782
6783Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6784
6785 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
6786
6787Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6788
6789 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
6790 reported by Jonas Borgström
6791 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
6792
6793Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6794
6795 * testXPath.c xpath.c: fixing the XPath union expressions problem
6796 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
6797
6798Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6799
6800 * xmllint.c: Made is so if the file name is "-" is will read form
6801 standard input. Sven Heinicke <sven@zen.org>
6802 * tree.c: fixed a problem when growing buffer
6803 * tree.h: fixed the comment of the node types following andersca
6804 comment
6805 * TODO: updated
6806
6807Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6808
6809 * HTMLparser.[ch]: added a way to avoid adding automatically
6810 omitted tags. htmlHandleOmittedElem() allows to change the
6811 default handling.
6812 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
6813 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
6814 of xmllint too when using --memory flag, added a memory test
6815 suite at the Makefile level.
6816 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
6817 with namespace use when encountering QNames in XPath evalation,
6818 added xmlns() scheme in XPointer.
6819 * nanoftp.c : incorporated a fix
6820 * parser.c xmlIO.c: fixed problems raised with encoding when using
6821 the memory I/O
6822 * parserInternals.c: closed bug 25934 reported by
6823 torsten.landschoff@innominate.de
6824 * TODO: updated
6825
6826Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6827
6828 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
6829 on a non-updated tree :-(, made a 2.2.10 release to correct the
6830 situation
6831
6832Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6833
6834 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
6835 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
6836 integrated a set of OpenVMS changes from Howard Taylor
6837 <Howard.Taylor@pacoast.com>
6838
6839Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6840
6841 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
6842 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
6843
6844Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6845
6846 * HTMLparser.c: some fixes on auto-open of html/head/body
6847 * encoding.c: fixed a compilation error on some gcc env
6848 * xpath.c xpointer.[ch] xpathInternals.h: improved the
6849 XPointer implementation
6850 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
6851 related XPointer tests and associated results
6852
6853Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6854
6855 * doc/xmldtd.html doc/xml.html: following a short step by step
6856 guidance on IRC to help maciej with DTDs I started a small
6857 page on the subject.
6858
6859Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6860
6861 * HTMLparser.c: fixed handling of broken charrefs
6862 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
6863 patches
6864
6865Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6866
6867 * doc/xml.html doc/html/* : rebuilt the docs after adding
6868 xinclude and updated page for 2.2.7 and 2.2.8
6869 * configure.in: releasing 2.2.8
6870
6871Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6872
6873 * parser.[ch] parserInternals.c: applied the conditional
6874 section processing fix from Jonathan P Springer
6875 <jonathan.springer2@gte.net>
6876 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
6877 project file, fixed iconv default non support
6878 * xpath.c: fixed the problem of evaluating relative expressions
6879 when a node context is provided.
6880
6881Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6882
6883 * nanoftp.c: fixed gcc 2.95 new warnings
6884 * SAX.c: fixed a stupid bug
6885 * tree.c: fixed a formatting problem when round-tripping
6886 from/to memory
6887 * xinclude.c: chased memleak, fixed a base problem
6888 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
6889 xmlXPtrBuildNodeList()
6890 * TODO: updated
6891 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
6892 adding a first small set of regression tests for XInclude
6893
6894Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6895
6896 * nanohttp.[ch]: applied Wayne Davison patches to access
6897 the WWW-Authorization header.
6898 * parser.c: Closed Bug#30847: Problems when switching encoding
6899 in short files by applying Simon Berg's patch.
6900 * valid.c: fixed a validation problem
6901 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
6902 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
6903 Wayne Davison
6904 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
6905 need to be extended to non full nodes selections.
6906 * xinclude.c: starts to work decently
6907
6908Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6909
6910 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
6911 debugXML.c xmlversion.h.in: Started adding XInclude support,
6912 this is a new xmllint option
6913 * tree.c xpath.c: applied TOM patches for XPath
6914 * xpointer.c: fixed a couple of errors.
6915 * uri.c: added an escaping function needed for xinclude
6916 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
6917 new warning from RH70 gcc's version
6918
6919Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6920
6921 * HTMLparser.c: fixed loop on invalid char in scripts
6922 * parser.c: update to description of xmlIOParseDTD()
6923 * libxml.m4 xmlversion.h.in: changes contributed by
6924 Michael Schmeing <m.schmeing@internet-factory.de>
6925 * configure.in: preparing for 2.2.7
6926 * Makefile.am: trying to avoid config.h and acconfig.h
6927 being included in the distrib
6928 * configure.in: released 2.2.7
6929
6930Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6931
6932 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
6933 like namespaces for good. Unified xmlNs and xmlNode somewhat.
6934
6935Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6936
6937 * parser.[ch]: added xmlIOParseDTD()
6938 * xpointer.c: added support for the 2 extra parameters of
6939 string-range, fixed a stoopid error when '0' was present
6940 in XPointer expressions
6941 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
6942 testsuite for the above
6943
6944Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6945
6946 * libxml.spec.in: improved package descriptions
6947
6948Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6949
6950 * xpath.c xpathInternals.h: applied a large cleaning patch
6951 from TOM <ptittom@free.fr>, it also add namespace support
6952 for function and variables registration.
6953
6954Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6955
6956 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
6957 * Makefile.mingw: Wayne Davison's update adding hash.c
6958
6959Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6960
6961 * xpath.c: fixed the root evaluation problems
6962 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
6963 ignorable spaces with <b> <bold> <em>
6964 * tree.c: fixed a loop in xmlSearchNsByHref()
6965
6966Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6967
6968 * xpath.c: applied another XPath patch from TOM
6969 * xpath.c include/makefile.am: applied another patch from
6970 china@thewrittenword.com (cleanup on IRIX).
6971
6972Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6973
6974 * xml-config.1: received a fixed version from Fredrik Hallenberg
6975 <hallon@lysator.liu.se>
6976
6977Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6978
6979 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
6980 cleanup patch for XPath
6981
6982Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6983
6984 * patched to redirrect all "out of context" error messages to
6985 a reconfigurable routine. The changes are:
6986 * xmlerror.h : added the export of an error context type (void *)
6987 an error handler type xmlGenericErrorFunc there is an interface
6988 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
6989 to reset the error handling routine and its argument
6990 (by default it's equivalent to respectively fprintf and stderr.
6991 * all the c files: all wild accesses to stderr or stdout within
6992 the library have been replaced to calls to the handler.
6993
6994Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6995
6996 * configure.in: release 2.2.6
6997 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
6998 exporting the inner functions of xpath for extension modules
6999 * doc/*: updated and rebuilt the doc
7000
7001Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7002
7003 * nanohttp.c : applied Wayne HTTP cleanup patch
7004 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
7005 and xmlNodeSetSpacePreserve()
7006
7007Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7008
7009 * xpath.c: closing bug #29260
7010
7011Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7012
7013 * hash.[ch] debugXML.c: expanded/enhanced the API, added
7014 multikey tuples, made hash structure opaque
7015 * valid.[ch]: moved elements, attributes, notations decalarations
7016 as well as ID and refs to hash tables.
7017 * entities.c: hash cleanup
7018 * xmlmemory.c: fixed a dump problem in debug mode
7019 * include/Makefile.am: problem passing in DESTDIR= values patch
7020 from Marc Christensen <marc@calderasystems.com>
7021 * nanohttp.c: removed debugging remains
7022 * HTMLparser.c: the bogus tag should be ignored (Wayne)
7023 * HTMLparser.c parser.c: fixing a number of problems with the
7024 macros in the *parser.c files (Wayne).
7025 * HTMLparser.c: close the previous option when opening a new one
7026 (Marc Sanfacon).
7027 * result/HTML/*: updated the HTML results accordingly
7028
7029Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7030
7031 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
7032 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
7033 XPath functions and XML entities table to them. More to come...
7034 * xmlIO.c: fixed libxml closing FILEs it didn't open.
7035
7036Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7037
7038 * tree.c: coalesce adjacent text nodes
7039 * valid.c: handling of blank nodes in DTd validation (raised
7040 by problems with a posteriori validation).
7041 * nanohttp.c: changing behaviour on HTTP write stuff.
7042 * HTMLtree.c: forced body and html to be explicitely closed.
7043 * xpath.h: exported more XPath functions.
7044
7045Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7046
7047 * Release of 2.2.5
7048 * xpointer.c: range() range-inside and other helper functions
7049 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
7050
7051Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7052
7053 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
7054 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
7055
7056Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7057
7058 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
7059 and XPointer modules
7060
7061Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7062
7063 * SAX.h: closed #25107
7064
7065Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7066
7067 * testSAX.c: fixed problem with cdata reporting
7068 * SAXresult/* : updated
7069
7070Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7071
7072 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
7073 Closed bug #27499, added to regression tests
7074 * TODO: updated
7075
7076Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7077
7078 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
7079 support for SCRIPT and STYLE with help from Bjorn Reese
7080 * test/HTML/* result/HTML/*: added simple testcase and updated
7081 the existing ones.
7082
7083Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7084
7085 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
7086 string-range for empty strings
7087 * test/XPath/docs/str test/XPath/xptr/chaptersrange
7088 test/XPath/xptr/strrange: augmented the XPointer testsuite
7089
7090Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7091
7092 * doc/xml.html doc/xmlmem.html: added a module describing memory
7093 interfaces and use, updated the main page.
7094
7095Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7096
7097 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
7098 nanoftp code work on Windows too now
7099
7100Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7101
7102 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
7103 * xpointer.c: implemented string-range() at least a good first version
7104 * test/XPath/docs/str test/XPath/xptr/strrange
7105 result/XPath/xptr/strrange: the string-range() tests
7106
7107Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7108
7109 * Makefile.am include/Makefile.am include/win32config.h
7110 win32/Makefile.mingw: fixed problems reported by Wayne Davison
7111 and make distcheck
7112
7113Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7114
7115 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
7116 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
7117 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
7118
7119Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7120
7121 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
7122 patch for socklen_t detection by
7123 Albert Chin-A-Young <china@thewrittenword.com>
7124
7125Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7126
7127 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
7128 and added a --dtdvalid option to xmllint used to test it
7129
7130Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7131
7132 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
7133 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
7134
7135Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7136
7137 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
7138 handlings (registration, lookup, cleanup)
7139
7140Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7141
7142 * configure.in Makefile.am include/makefile.am: adding XPointer
7143 and XPtrtests target
7144 * xpointer.[ch] : new files for XPointer support
7145 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
7146 more XPath tests
7147
7148Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7149
7150 * configure.in: fixed, very broken, make distcheck works again
7151
7152Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7153
7154 * More work toward 2.2.5, integrated a number of patches
7155 * configure.in Makefile.am win32config.h.in: trying to cleanup
7156 make distcheck .... huh ...
7157 * include/Makefile.am include/win32config.h: new directory
7158 for includes
7159 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
7160 updated teh makefiles and instructions for WIN32
7161 * xpath.c: small fixes
7162 * test/XPath/ results/XPath: updated the testcases and results
7163 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
7164 suggested patches
7165 * valid.c: fixed an ID bug
7166
7167Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7168
7169 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +00007170 the automake bug where wrong dependencies were generated.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007171 * xpath.[ch]: worked on XPointer
7172
7173Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7174
7175 * configure.in Makefile.am: 2.2.5, ship the include in an
7176 include/libxml subdirectory, use symlinks when using CVS
7177 * testSAX.c: fixed small bug
7178 * testXPath.c: changed the way testfiles are parsed
7179 * debugXML.c: same kind of cleanup when parsing an argument expression
7180 XPath/XPointers can have blanks embedded
7181 * xpath.[ch]: more cleanup, reorgs for XPointer work
7182 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
7183 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
7184
7185Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7186
7187 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
7188 in the XPath engine, rewrote large parts of it, now it's far
7189 cleaner and in sync with the REC not an old WD. Fixed a parsing
7190 problem in the interactive XML shell found when testing XPath.
7191
7192Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7193
7194 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
7195 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
7196 examples with the extra test
7197
7198Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7199
7200 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
7201 the global init function.
7202
7203Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7204
7205 * HTMLparser.c: Doohhh, attribute name parsing was still case
7206 sensitive ! Fixed this ...
7207 * result/HTML/* : updated the tests results accordingly
7208
7209Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7210
7211 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
7212 engine, should be far more stable, incorporated a new version of
7213 preceding/following axis, need testing
7214 * uri.c: fixed file:///c:/a/b/c problem
7215 * test/XPath/tests/idsimple: augmented the XPath tests
7216
7217Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7218
7219 * doc/* rebuilding docs for 2.2.4 release
7220
7221Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7222
7223 * configure.in: releasing 2.2.4
7224 * parser.[ch]: added xmlStrEqual()
7225 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
7226 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
7227 use xmlStrEqual instead
7228 * TODO: updated
7229 * added an XPath test
7230
7231Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7232
7233 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
7234 * entities.h: exported xmlInitializePredefinedEntities
7235 * parser.[ch] : added xmlInitParser()
7236 * parserInternals.h : had to export htmlInitAutoClose()
7237
7238Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7239
7240 * xpath.[ch] : fixed some serious XPath Predicate evaluation
7241 problems
7242 * Makefile.am : added XPath regression tests to normal tests
7243 * uri.c: fixed a problem with local paths, cleanup
7244 * parser.c: fixed a problem with large CData sections
7245
7246Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7247
7248 * configure.in xml-config.in: patch from "Ben Taylor"
7249 <sol7x86@hotmail.com> for solaris shared libs lookup
7250
72512000-09-30 Martin Baulig <baulig@suse.de>
7252
7253 * libxml-2.0.pc.in: Provide pkg-config script.
7254
7255 * configure.in: Create the libxml-2.0.pc script from the
7256 libxml-2.0.pc.in templates.
7257 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
7258 script in `$(libdir)/pkgconfig'.
7259
7260Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7261
7262 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
7263 when compiling with MSC
7264
7265Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7266
7267 * xpath.c: patch for normalize-string() substring-before(),
7268 substring-after() and translate() functions from Bjorn Reese
7269 <breese@mail1.stofanet.dk>
7270 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
7271 Fredrik Hallenberg <hallon@lysator.liu.se>
7272 * TODO: updated
7273
7274Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7275
7276 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
7277 problem of socklen_t being undefined on a number of platforms
7278 * debugXML.c: fixed a compilation problem when without snprintf
7279
7280Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7281
7282 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
7283 an URI bug and a fix for the control-character-induced infinite loop
7284 * nanohttp.c: preventive fix for compiling on WIN32
7285
7286Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7287
7288 * xmlint.c: closing bug #25000
7289
7290Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7291
7292 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
7293 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
7294 modified slightly Wayne Davison patch adding xmlStrcasecmp and
7295 related function, fixing xmlStrncmp(), and associated cleanup
7296 * result/HTML/entities.html.sax: updating result
7297
7298Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7299
7300 * uri.c: applied patch for URI escaping from Wayne Davison
7301 <wayned@blorf.net>
7302 * tree.c parserInternals.c HTMLparser.c: memset checks patches
7303 from Denis Barbier <barbier@imacs.polytechnique.fr>
7304 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
7305 patch from Wayne Davison
7306
7307Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7308
7309 * doc/xml.html : updated with new releases, adding "how to help"
7310
7311Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7312
7313 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
7314 removed a few warnings in pedantic mode ...
7315 * parserInternals.c parser.c: moved encoding switching function
7316 to parserInternals.c
7317 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
7318
7319Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7320
7321 * HTMLparser.c parser.c: set ctxt->errNo before calling the
7322 error or warning handlers
7323
7324Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7325
7326 * parserInternals.c parserInternals.h parser.c Makefile.am:
7327 created a new module parserInternals.c, moved most of the
7328 code shared by the various parsers there, as well as
7329 deprecated code from parser.c. More cleanup of parser.c
7330 * uri.c: fixed a problem when URI is NULL
7331 * valid.c: speedup when looking for an attribute declaration
7332
7333Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7334
7335 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
7336 the cleanup of the computation of URI references when seeking
7337 external entities. The URI reference string and the resulting
7338 URI are both stored now.
7339 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
7340 large s(n)printf checks and cleanup from Denis Barbier
7341 <barbier@imacs.polytechnique.fr>
7342 * xmlversion.h.in tree.h: couple of SGML declarations for a
7343 possible docbook module.
7344 * result/VC/ : a couple of test output changed due to the change
7345 of the entities URI
7346
7347Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7348
7349 * parser.h: added a _private field for linking user's data
7350
7351Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7352
7353 * parser.c parserInternals.h: demacroified most of the IS_XXX
7354 the gain in size is significant so ...
7355
7356Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7357
7358 * entities.c: cases where looking up entities with doc==NULL
7359 covered
7360
7361Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7362
7363 * uri.c: applied Wayne Davison patch
7364 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
7365
7366Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7367
7368 * uri.c testUri.c: applied Wayne Davison patches
7369 * test/URI/uri.data result/URI/uri.data: first set of tests/results
7370 * Makefile.in: added URItest and included thenin "make tests"
7371
7372Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7373
7374 * xmlversion.h.in: closed bug 22941
7375
7376Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7377
7378 * doc/xmlio.html: added doc and example for entity loader
7379 redefinition.
7380
7381Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7382
7383 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
7384 used by libxml
7385
7386Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7387
7388 * parser.c: Fixed bug on invalid ontent characters and when using
7389 push.
7390 * xmllint.c: fixed xmllint endling of errors in push mode
7391
7392Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7393
7394 * HTMLparser.c testHTML.c: applied two new patches from
7395 Wayne Davison <wayned@users.sourceforge.net>
7396 * result/HTML/*.sax: regenerated HTML SAX output
7397 * parser.c: more cleanup.
7398
7399Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7400
7401 * HTMLparser.[ch] testHTML.c: applied the second set of
7402 patches from Wayne Davison <wayned@users.sourceforge.net>,
7403 adding htmlEncodeEntities()
7404 * HTMLparser.c: fixed an ignorable white space detection bug
7405 occuring when parsing with SAX only
7406 * result/HTML/*.sax: updated since the output is now HTML
7407 encoded...
7408
7409Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7410
7411 * HTMLparser.[ch]: applied some of Wayne Davison
7412 <wayned@users.sourceforge.net> patches
7413
7414Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7415
7416 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
7417 undeclared namespace prefix was used, added a warning.
7418 Cleaned up support w.r.t. entities, spilling out a warning
7419 and being pedantic on lookups.
7420 * test/warning/ent9 : added testcase for previous example.
7421 * TODO: updated
7422 * parserInternals.h parser.c: changed the way names are parsed
7423 now allow infinite size and decrease penalty for normal use
7424 * parser.c: Started a big cleanup/check of the parser code,
7425 fixed some of the most tortuous entity code, spotted code
7426 unused anymore
7427 * test/*: added tests for very long names and related nasty
7428 things.
7429
7430Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7431
7432 * doc/encoding.html: added encoding aliases doc
7433 * doc/xml.html: updates
7434 * encoding.[ch]: added EncodingAliases functions
7435 * entities.[ch] valid.[ch] debugXML.c: removed two serious
7436 bottleneck affecting large DTDs like Docbook
7437 * parser.[ch] xmllint.c: added a pedantic option, will be
7438 useful
7439 * SAX.c: redefinition of entities is reported in pedantic mode
7440 * testHTML.c: uninitialized warning from gcc
7441 * uri.c: fixed a couple of bugs
7442 * TODO: added issue raised by Michael
7443
7444Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7445
7446 * doc/encoding.html: propagated Martin Duerst suggestions
7447
7448Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7449
7450 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
7451 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
7452 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
7453 by Wayne Davison
7454
7455Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7456
7457 * nanoftp.c nanohttp.c: small cleanup
7458 * TODO: updated
7459
7460Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7461
7462 * added an old VC testcase and updated title.xml entity
7463
7464Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7465
7466 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
7467 done on auto-opening of <p> tags and cleanup of SAX output
7468
7469Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7470
7471 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
7472
7473Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7474
7475 * doc/xml.html libxml.* structure.*: updated the doc a bit
7476
7477Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7478
7479 * testSAX.c testHTML.c result/HTML/: cleanup of the output
7480 of SAX tests
7481
7482Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7483
7484 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7485 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
7486
7487Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7488
7489 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
7490 * testHTML.c: fix core dump on Solaris 2.x systems
7491 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
7492 * result/HTML/*.sax: previous bug fix lead to new results
7493
7494Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7495
7496 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7497 * configure.in: added --with-readline=DIR to accept alternate
7498 path for readline include/library
7499 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
7500 for ANSI under HP-UX
7501 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
7502 includes @LIBS@
7503
7504Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7505
7506 * doc/* : rebuilt the docs
7507 * getting ready for 2.2.2 release
7508
7509Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7510
7511 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
7512 and xmlAddFeature()
7513 * tree.[ch]: added xmlAddChildList()
7514 * xmllint.c: MAP_FAILED macro test
7515 * parser.h: added xmlParseCtxtExternalEntity()
7516 * valid.c: applied bug fixes removed warning
7517 * tree.c: added CDATA block to elements content
7518 * testSAX.c: cleanup of output
7519 * testHTML.c: added SAX testing
7520 * encoding.c: better error recovery
7521 * SAX.c, parser.c: fixed one of the external entity processing
7522 of the OASis testsuite
7523 * Makefile.am: added HTML SAX regression tests
7524 * configure.in: bumped to 2.2.2
7525 * test/HTML/ result/HTML: added a few of HTML tests, and added the
7526 SAX results
7527
7528Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7529
7530 * configure.in: patch for HP compiler
7531
75322000-08-04 Sven Heinicke <sven@zen.org>
7533
7534 * xmllint.c: Was coredumping sometimes when the file given didn't
7535 exist.
7536
7537Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7538
7539 * parser.c xmlIO.[ch]: fixed the problem of encoding support
7540
7541 when using in memory parsing. Need some cleanup.
7542 * xmllint.c configure.in: added a --memory flag to test memory
7543 parsing
7544
7545Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7546
7547 * nanohttp.c: fixed socklen_t replacement to unsigned int
7548 * parser.c: fixed a space handdling missing at the end of
7549 production 28 DOCTYPE.
7550 * xmlmemory.c: fixed a stupid bug on the routine to override
7551 allocation functions
7552 * TODO: updated
7553
7554Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7555
7556 * doc/ regenerated the docs
7557
7558Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7559
7560 * doc/encoding.html doc/xml.html: added I18N doc
7561 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
7562 improvements, both parser and filters, added ASCII & HTML,
7563 fixed the ISO-Latin-1 one
7564 * xmllint.c testHTML.c: added/made visible --encode
7565 * debugXML.c : cleanup
7566 * most .c files: applied patches due to warning on Windows and
7567 when using Sun Pro cc compiler
7568 * xpath.c : cleanup memleaks
7569 * nanoftp.c : added a TESTING preprocessor flag for standalong
7570 compile so that people can report bugs more easilly
7571 * nanohttp.c : ditched socklen_t which was a portability mess
7572 and replaced it with unsigned int.
7573 * tree.[ch]: added xmlHasProp()
7574 * TODO: updated
7575 * test/ : added more test for entities, NS, encoding, HTML, wap
7576 * configure.in: preparing for 2.2.0 release
7577
7578Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7579
7580 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +00007581 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007582
7583Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7584
7585 * doc/xml.html: changed the xmlsoft.org structure, updated the
7586 examples w.r.t. root and childs
7587
7588Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7589
Daniel Veillard784b9352003-02-16 15:50:27 +00007590 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007591
7592Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7593
7594 * HTMLparser.c: Work on character encoding support for the HTML parser
7595 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
7596 * encoding.c: Fixed a potential memleak in the encoding stuff
7597
7598Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7599
7600 * doc/FAQ.html doc/Makefile.am : added a FAQ
7601
7602Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7603
7604 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
7605 of the HTML parser to force it to not bypass SAX
7606
7607Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7608
7609 * win32config.h.in: updated
7610 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
7611 lacks iconv support :-( need to release 2.1.1
7612 * configure.in: release 2.1.1
7613 * HTMLparser: fixed bug #14784
7614 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
7615 by Windows compiler
7616 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
7617 the SAX startDocument() callback.
7618 * TODO: updated
7619
7620Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7621
7622 * added xmlStopParser()
7623
7624Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7625
7626 * configure.in: 2.1.0 prerelease
7627 * Large resync between W3C and Gnome tree
7628 * nanoftp, nanohttp.c: fixed stalled connections probs
7629 * HTMLtree.c SAX.c : support for attribute without values in
7630 HTML for andersca
7631 * valid.c: Fixed most validation + namespace problems
7632 * HTMLparser.c: start document callback for andersca
7633 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
7634 * parser.h, SAX.c: serious speed improvement for large
7635 CDATA blocks
7636 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
7637 different encoding
7638 * example/Makefile.am example/gjobread.c tree.h: work on
7639 libxml1 libxml2 convergence.
7640 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
7641 and the LIBXML_TEST_VERSION macro
7642
7643Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7644
7645 * doc/xml.html: various patches and improvements typo fixed by
7646 Felix Natter
7647 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
7648 from Felix Natter <fnatter@gmx.net>
7649
7650Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7651
7652 * doc/upgrade.html: updated with instructions for support of both
7653 libxml-1.x and libxml-2.x
7654 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
7655 for 2.x support and also fixed includes
7656
7657
7658Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7659
7660 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
7661 the encoding support, added iconv support, so now libxml if
7662 compiled with iconv automatically support japanese encodings
7663 among others. Work based on initial patch from Yuan-Chen Cheng
7664 I may have broken binary compat in the encoding handler
7665 registration scheme, but that was so utterly broken I don't
7666 expect anybody to have used this feature until now.
7667 * parserInternals.h: fixup on the CHAR range macro
7668 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
7669 code.
7670 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
7671 * uri.c: added xmlParseURI() I can't believe I forgot to
7672 implement this one in 2.0 !!!
7673 * SAX.c: moved doc->encoding update in the endDocument() call.
7674 * TODO: updated.
7675
7676Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7677
7678 * tree.h: removed extraneous xmlRemoveProp definition
7679 * TODO: added item about --disable-corba configure switch
7680 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
7681 * nanoftp.c: fixed include problems giving troubles on AIX and
7682 slowlaris
7683 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
7684 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
7685 comment and headers changes to lower gtk-doc number of warnings
7686 * doc/html/*: rebuilt docs
7687
7688Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7689
7690 * HACKING: documented the tag for 1.x and instructions
7691
7692Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7693
7694 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
7695 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
7696 xmlCreateIOParserCtxt
7697 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
7698 significant overall improvement
7699 * xmllint.c: added I/O test to xmllint
7700 * testSAX.c: added a speed test
7701 * doc/* : updated/regenerated
7702
7703Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7704
7705 * xpath.c uri.h parserInternals.h: cosmetic changes from
7706 "Timur I. Bakeyev" <timur@bat.ru>, including making
7707 xmlCreateURI() public
7708
7709Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7710
7711 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
7712 and the code at the same time. Added a clean mechanism for
7713 overload or added input methods: xmlRegisterInputCallbacks()
7714 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
7715 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
7716 * TODO: updated
7717 * doc/* : updated/regenerated
7718 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
7719 source dir
7720
7721Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7722
7723 * testURI.c: yet another forgotten commit, I should get some sleep !
7724
7725Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7726
7727 * xmllint.c: forgot to commit this too ?
7728
7729Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7730
7731 * xmlversion.h.in : forgot to commit this previously
7732
7733Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7734
7735 * configure.in: preparing libxml-2.0.0 version looks Ok so far
7736 * README TODO: updated for release
7737 * uri.c uri.h: added authority parsing/saving
7738 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
7739 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
7740 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
7741 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
7742 Makefile.am : added compile-time customization of libxml
7743 --with-ftp --with-http --with-html --with-xpath --with-debug
7744 --with-mem-debug
7745 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
7746 #include <libxml/xxx.h> I hope it won't break too much stuff
7747 and will be manageable in the future...
7748 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
7749 and added xmllint to the installed programs
7750 * uri.h: added xmlFreeURI()
7751
7752Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7753
7754 * uri.c uri.h: finished the escaping handling, the base support
7755 and the URI path normalization. Looks good just lacks the
7756 authority content parsing code.
7757 * Makefile.am: added instructions to generate testURI
7758 * TODO: updated
7759 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
7760 added links and icons for W3C and Gnome
7761
7762Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7763
7764 * xmlmemory.[ch] : seems I forgot to actually update the files in
7765 the last commit :-)
7766 * doc/xml.html doc/html/* : updated and uploaded the docs
7767
7768Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7769
7770 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
7771 * TODO: updated
7772 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
7773 libxml default allocation function with another set (like gmalloc/
7774 gfree).
7775 * Makefile.am, uri.c, uri.h: added a set of functions to do
7776 exact (litteraly copied from the RFC 2396 productions) parsing
7777 and handling of URI. Will be needed for XLink, one XML WFC,
7778 XML Base and reused in the nano[ftp/http] modules. Still work
7779 to be done.
7780
7781Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7782
7783 * configure.in, libxml.spec.in : libxml2
7784 * doc/* : updated the doc page, rebuilt the docs
7785
7786Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7787
7788 * all: tagged LIB_XML_1_X
7789 * *.c *.h : updated from W3C CVS tree
7790 * configure.in : 2.0.0-beta
7791 * libxml.spec.in : libxml2 package nam
7792 * result/* : new version of the tests output
7793
7794Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7795
7796 * doc/xml.html, doc/update.html: updated docs, 1.8.7
7797
7798Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7799
7800 * doc/* : rebuilt the docs
7801 * parser.c: final patch on #6766
7802 * valid.c: small patch on validity checks.
7803
7804Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7805
7806 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
7807 added
7808 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
7809 compatibility w.r.t. XML spec and existing code.
7810
7811Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7812
7813 * parser.c: seems a better solution to <a> </a> exists,
7814 will try it for a while
7815
7816Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7817
7818 * parser.c: tried to remove the <a> </a> generating <a/>
7819 this is hard. Left a flag for that purpose. Fixed bug #6766
7820 * configure.in: prepared 1.8.7 not released, due to previous
7821 problem
7822
7823Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7824
7825 * doc/xml.html : applied second patch from Paul DuBois
7826
7827Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7828
7829 * doc/xml.html : applied patch from Paul DuBois
7830
7831Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7832
7833 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
7834
7835Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7836
7837 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
7838 compilation warnings on various platforms.
7839 * parser.c: Fixed #5281 validity error callbacks are now desactived
7840 by default if not validating.
7841
7842Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7843
7844 * nanoftp.c, win32config.h.in: patches to compile on WIN32
7845
7846Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7847
7848 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
7849 <gkatsi@cs.toronto.edu>
7850
7851Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7852
7853 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
7854 processing URLs
7855
7856Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7857
7858 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
7859 xmlNanoFTPUpdateURL for persistent control connections.
7860 * configure.in: 1.8.6
7861
7862Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7863
7864 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
7865 * tree.[ch] : added xmlSaveNoEmptyTags
7866
78672000-01-29 James Henstridge <james@daa.com.au>
7868
7869 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
7870
7871 * Makefile.am: added nanoftp.[ch] to the build.
7872
7873Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7874
7875 * nanoftp.[ch]: cleanup, comments, API
7876 * debugXML.c : fixed a bug in the cat command
7877 * doc/*: regenerated the docs
7878
7879Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7880
7881 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
7882 * debugXML.c : fixed a bug in the cat command
7883 * valid.c: fixing some small probs
7884 * libxml.spec.in: get rid of the SNAP suffix
7885 * doc/xml.html: updated the status
7886
7887Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7888
7889 * xml-config.in: xml-config --version to just return the
7890 version number
7891 * xpath.c: some cleanup w.r.t. axis when the current node is
7892 an attribute.
7893 * TODO: updated
7894
7895Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7896
7897 * configure.in: prepared for libxml-1.8.5
7898 * doc/* recompiled the documentation
7899
79002000-01-17 Jody Goldberg <jgoldberg@home.com>
7901
7902 * configure.in : WARNING autoconf subtlety alert :
7903 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
7904 when looking for zlib.h so that HAVE_ZLIB_H is defined.
7905 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
7906 get defined by AC_CHECK_HEADERS.
7907
7908Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7909
7910 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
7911 Rune.Djurhuus@fast.no
7912
7913Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7914
7915 * TODO: updated
7916 * tree.c, parser.c: made sure that only memory alloc problems
7917 and internal parser errors are allowed to write to stdout or
7918 stderr.
7919
7920Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7921
7922 * tree.c : restored xmlNewGlobalNs since this seems used by
7923 a lot of existing code :-(, fixed a bug in xmlNewNs
7924 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
7925 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
7926 to exit() from the library code.
7927 * xpath.c, parser.c: removed bugs or unused code detected by
7928 Windows compilers
7929 * parser.c: started adding interfaces for parsing well balanced
7930 XML fragments
7931 * configure.in: releasing 1.8.4
7932 * doc/* : rebuilt the docs
7933
7934Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7935
7936 * tree.[ch] : added xmlNewDocFragment() for DOM
7937 * testHTML.c: uninitialized variable.
7938
7939Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7940
7941 * doc/* : rebuild the docs
7942
7943Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7944
7945 * acconfig.h: readline and history patch
7946 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
7947 * tree.c: added check and handling when possibly removing an ID
7948 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
7949 and saving.
7950 * test/HTML/entities.html result/HTML/entities.html* : test for
7951 various entities reference cases
7952 * result/HTML/* : as a result output of some testcase have
7953 changed
7954 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
7955 by previous example. added xmlParseTryOrFinish().
7956 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
7957 entities.h debugXML.h HTMLparser.h: changed the way struct are
7958 declared to allow gtk-doc to expose those
7959 * parser.c: closed bug #4960
7960 * Makefile.am configure.in: Applied patch from
7961 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
7962 and math/socket libs detection
7963
7964Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7965
7966 * configure.in, Makefile.am: link tester against readline
7967 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
7968
7969Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7970
7971 * tree.[ch]: added xmlRemoveProp
7972 * win32config.h.in nanohttp.c: avoid including the Windows
7973 socket stuff in every C files
7974 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
7975 the XmL parser(s)
7976 * test/ns4 result/ns4 etc...: added test case for previous prob
7977 * tree.c: xmlNewNs wasn't checking for double definition
7978 * Makefile.in: fixed a problem with dist-hook duplicates
7979 * parser.[hc], xmlIO.c: fixed the loading of external entities
7980 APIs, now xmlLoadExternalEntity() is used everywhere and
7981 setting up an app specific front-end using the
7982 * SAX.c parser.c: some fixes, now the xhtml spec validates
7983 with the xhtml DTD.
7984 * error.c: fixed crashes in case of no input stream
7985 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
7986 to the validation tests and results
7987
7988Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7989
7990 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
7991 too htmlCreatePushParserCtxt() and htmlParseChunk()
7992 * parser.c: a bit of cleanup.
7993 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
7994 to XML) removed the last mem leak known
7995 * HTMLtree.c: output message cleanup
7996 * xmlmemory.c: display content info about memory blocks
7997 * result/HTML/wired.* : missing att value warning change
7998
7999Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8000
8001 * doc/* : rebuilt the documentation
8002
8003Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8004
8005 * parser.[ch] parserInternals.h: Push parser for XML,
8006 seems to work fine now
8007 * tester.c debugXML.[ch]: Added an XML shell debug facility and
8008 --push for push testing
8009 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
8010 * testSAX.c: added --push
8011 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
8012 subtree
8013 * xmlIO.[ch] : enriched API + fixes for push mode
8014 * entities.[ch]: added the entity content length to the struct.
8015 * xmlmemory.[ch]: new API to show the last entries for the shell
8016 * valid.c: added required attribute testing
8017 * SAX.c: the cdata callback now merge contiguous fragments
8018 * HTMLparser.c: cleanup of some macros
8019
8020Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8021
8022 * parser.c: fix for PIs name starting with xml
8023 * tree.c: fixed a potential problem with || and && ops
8024 * *.c, configure.in win32config.h.in : generate win32config.h for
8025 those on the Other Side !
8026
8027Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8028
8029 * parser.c: fixed a stupid = vs. == bug :-(
8030 * doc/gnome-xml.sgml: s/glade/xml/
8031
8032Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8033
8034 * configure.in, doc/xml.html : bug fix release 1.8.2
8035 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
8036 Hopefully the end of that silly C++ include problem
8037 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
8038 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
8039 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
8040 troubles with autoclosed elements when the stree shape doesn't
8041 follow the DtD specs. Added htmlIsAutoClosed() and
8042 htmlAutoCloseTag()
8043 * result/HTML/*.htm*: Updated the HTML examples regression tests output
8044 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
8045 * debugXML.c: fixed a bug on printing default namespaces.
8046 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
8047
8048Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8049
8050 * result/HTML/*.htm[l] : updated the HTML regression tests according
8051 to the new output
8052 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
8053 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
8054 problem due to intermix of extern "C" { ... } declarations for C++
8055 and recursive includes in the headers
8056
80571999-12-20 Chris Lahey <clahey@umich.edu>
8058
8059 * HTMLtree.c: Made it so that html nodes with a single child do
8060 not insert a carriage return before or after the child node.
8061
8062Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8063
8064 * configure.in, doc/xml.html : bug fix release 1.8.1
8065 * parser.c: fixed bug #4344
8066 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
8067 added the glue to avoid C++ problems
8068 * doc/* : regenerated the documentation
8069
8070Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8071
8072 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
8073 namespace recognition, and Dia as a resul :-(
8074 * encoding.c: closed bug #3950
8075
8076Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8077
8078 * valid.c: debugging a posteriori validation, except URI expansion
8079 stuff this should be fixed now
8080 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
8081 Carl Nygard <cnygard@bellatlantic.net>
8082 * tester.c: added --postvalid, cleaning of the code
8083 * tree.[ch]: added xmlDocGetRootElement()
8084
8085Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
8086
8087 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
8088 c++ losage.
8089
8090Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8091
8092 * configure.in, doc/xml.html : bumped to 1.8.0
8093 * xlink.[ch], Makefile.am : added framework for link detection
8094 * parser.h: added nbChars to parser context, needed for cleanup.
8095 * xmlmemory.c: removed a nasty bug when out of mem
8096 * valid.[ch]: adding namespace support for attribute decl
8097 * tester.c: added --debugent option
8098 * debugXML.[ch]: added xmlDebugDumpEntities()
8099 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
8100 buffers instead, this was really needed, validation was breaking
8101 in strange ways due to that. Added xmlParseStringPEReference()
8102 and other parsing from strings functions. Entities processing
8103 modified again, but PERef are still not handled correcly but
8104 unless you're Eve Maller you won't notice :-)
8105 * HTMLparser.c: large changes toward reliability, and switched to
8106 lowercase internal tags, XHTML is lowercase, so it will help
8107 that output is closer to next version.
8108 * doc/* : regenerated the documentation, it is now hosted at
8109 http://xmlsoft.org/ (same bits I just bought the domain :-)
8110
8111
8112Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8113
8114 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
8115 doc generation
8116 * parser.c: fixed bugs #3908 and #3937 and a memory leak
8117 in the SAX API
8118 * doc/*: rebuilt the doc making sure everything appears in the
8119 HTML files
8120
8121Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8122
8123 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
8124 added the patch from Carl Nygard <cnygard@bellatlantic.net>
8125 which allow impressive speed improvement on dataset with
8126 large text pieces, but at the cost of broken binary
8127 compatibility and slightly bigger memory usage.
8128 Configure with --with-buffers to activate them, they
8129 are protected with XML_USE_BUFFER_CONTENT define.
8130 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
8131 goal is 0 memory left allocated once parser is no more used
8132 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
8133 call xmlCleanupParser() and xmlMemoryDump()
8134
8135Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8136
8137 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
8138 * parser.[ch] encoding.[ch]: added memory cleanup routines
8139 * parser.c: closing bug #3788
8140 * doc/*: rebuilt the doc
8141
8142Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8143
8144 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
8145 xmlNewTextChild() and xmlSetCompressMode() behaviour.
8146 * tester.c: added --compress option
8147 * doc/*: rebuilt the documentation
8148
8149Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8150
8151 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
8152 if given /proc/kcore as input !
8153 * doc/xml.html doc/*: updated and rebuilt the documentation
8154
8155Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8156
8157 * parser.c: Fixed some wrongly space collapsing code due to
8158 a misreading of the spec.
8159 * result/*: fixed the output accordingly
8160
8161Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8162
8163 * encoding.c: bug fix and typos
8164 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
8165 * parser.c: added attribute normalization closing bug #3597
8166 * test/att* result/att* SAXresult/att*: testcase for attribute
8167 normalization
8168
8169Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8170
8171 * configure.in: closing bug #3163 by adding extra flags for the
8172 cc compiler on HP-UX
8173
8174Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8175
8176 * valid.[ch] : removed a typo and an enumerated type bug in the
8177 xmlAddElementDecl() function
8178 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
8179 call to xmlEncodeEntitiesReentrant() so that the functions
8180 New, Set and Get are at the same level.
8181 * parser.c HTMLparser.c: extra memory allocation bug for
8182 attributes detected by someone using libxml in embedded systems :-)
8183
8184Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8185
8186 * xmlmemory.h: turned off mem debug :-\
8187
8188Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8189
8190 * parser.c: closed bug #2784 a one line fix, but worth pushing
8191 a new release out
8192 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
8193 some structures, comments before and after the
8194 main element, and other nastyness
8195 * HTMLtree.c tree.c: accomodate the extended HTML supported
8196 * configure.in: pushing 1.7.4
8197 * test/ent8 and related outputs : added a new test for bug #2784
8198 * test/HTML/wired.html and related output: a nasty HTML example
8199 * Makefile.am: improved the test scripts
8200 * docs/* : reran the documentation extractor, updated xml.html
8201
8202Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8203
8204 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
8205 HTMLparser and debugged the HTML related code. HTML documents
8206 now have their own type
8207 * entities.c: do not dump &apos; for HTML output
8208 * xmlmemory.c: improvement, breakpoint mechanism
8209 * testHTML.c: added --sax --repeat ...
8210 * Makefile.am: improved the HTML tests
8211 * valid.[ch]: added xmlValidGetValidElements and
8212 xmlValidGetPotentialChildren
8213 * tester.c: added --insert to test the 2 new functions
8214 * test//* result//* SAXresult//* : regression test cleanup
8215 and extension.
8216 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
8217 gnome-xml-nanohttp.html
8218
8219Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8220
8221 * HTMLparser.c: fixed problems with some autoclose tags
8222 * tree.c: fixed XML output problems.
8223 * result/* SAXresult/*: update of the tests output
8224
8225Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8226
8227 * Makefile.am: Arturo patch for xmlConf.sh version info
8228 * parser.c: Tim Josling patch for single quoted items
8229 * tester.c: Tim Josling patch for tester options usage
8230 * tree.h: indent cleanup
8231
8232Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8233
8234 * HTMLparser.c parser.h : Fixed problems with HTML parsing
8235 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
8236
8237Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8238
8239 * tree.c : Raph patch for initialization of CORBA fields
8240 * parser.c, xpath.c, ...: modification of doc comments
8241 * xpath.c : allow spaces in xpath expressions
8242
8243Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8244
8245 * xmlmemory.h: turning off memory debug :-(
8246
8247Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8248
8249 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
8250 better SAX interfaces.
8251 * testSAX.c: uses the new SAX routine, avoid fetching any remote
8252 entity.
8253 * configure.in: 1.7.2
8254
8255Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8256
8257 * libxml.spec.in: fixed the URL
8258 * doc/xml.html: improved the documentation front-end
8259
8260Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8261
8262 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
8263
8264Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8265
8266 * libxml.spec.in: fixed the alpha compile problem
8267 * parser.[ch]: changed errno to errNo in the parser context :-(
8268 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
8269 * doc/xml.html: changed CHAR to xmlChar
8270 * doc/html/*: recompiled the documentation
8271 * configure.in: 1.7.1
8272
8273Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8274
8275 * parser.h: modified the parser context struct to regain 1.4.0
8276 binary compatibility
8277 * parser.c, xml-error.h: added errno ot teh context and defined
8278 a set of errors values with update of errno
8279 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
8280 DTDs and entities
8281 * *.h, *.c: complete cleanup of the use of config.h and include
8282 protection depending on the current setup.
8283 * overalll debugging, maintenance and bug-fixing on all modules
8284 * updated the documentation
8285 * ready for 1.7.0
8286
8287Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8288
8289 * HTMLparser.c : cleanup
8290 * SAX.c valid.c valid.h: added ID/IDREF checking
8291 * tree.c tree.h: extended doc structure for refs
8292 * configure.in: 1.6.2
8293 * parser.c: patched bug in SAX user arg call
8294 * parserInternals.h: patched missing close in C++ wrapping
8295 * testXPath.c xpath.c xpath.h: prepared for extensibility,
8296 especially upcoming XPointer implementation.
8297 * doc/xml.html: augmented, typo
8298
8299Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
8300
8301 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
8302 not all invocations of install understand -d.
8303
8304Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
8305
8306 * Makefile.am: prepend all the test* calls with $(top_builddir) -
8307 to make 'check' works, when builddir != srcdir.
8308
8309Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8310
8311 * doc/xml.html : updated the documentation
8312
8313Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8314
8315 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
8316 not deallocated memory blocks
8317 * *.c : replaces all calls to malloc() free() and realloc() to
8318 the wrapper functions/macros
8319 * tree.c : removed memory leaks dues to calling xmlFreeNode()
8320 instead of xmlFreeNodeList()
8321
8322Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8323
8324 * HTMLparser.c: corrected a stupid bug leading to core dump at
8325 tree deallocation. Removed warnings indicated by
8326 Stephane.Conversy@lri.fr
8327 * entities.c: Fixes Yet Another Stupid Bug, entities were not
8328 looked for in the external subset
8329
8330Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8331
8332 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
8333 on SGI by Stephane.Conversy@lri.fr
8334
8335Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8336
8337 * all .h : changed the prototype declaration indent as in gtk
8338 * most .c : working on reducing the TODOs in the code
8339 * most .c : cleanup though -pedantic and Insure++
8340 * improvements on validation ID checkings.
8341 * tree.[ch] SAX.c: added support for namespace on attributes #2022
8342 * xml-config.in: closed #1810
8343
8344Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8345
8346 * tree.h, valid.c, valid.h: more work on validity, IDs
8347 * xpath.c: added/fixed comparidon and equlity, added a new isinf
8348 definition for AIX
8349
8350Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8351
8352 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
8353 the distribution due to a cut'n paste error at last commit
8354
8355Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8356
8357 * configure.in: upgraded to version 1.4.0
8358 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
8359 Big update, added a large part of the validation process,
8360 it should be usable, but some parts are missing
8361 * xpath.c: improved the implementation w.r.t. root.
8362 * Makefile.am: added more tests
8363 * test and result trees: added a lot of tests
8364 * libxml.spec.in: export libxml.so.0 and libxml.so.1
8365
8366Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8367
8368 * Added an HACKING file
8369
8370Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8371
8372 * xpath.[ch] : improvements and debug of the XPath implementation
8373 * parser.c, HTMLparser.c : modified the parsers to be progressive
8374 * tree.[ch] : extended the Buffer promitives
8375 * xmlIO.[ch] : added basic I/O routines providing progressive
8376 parsing and ready for I18N conversion plugins
8377 * SAXresult/* : the SAX callback sequence maybe slightly different
8378 now
8379 * test*.c : improved/updated the tests programs
8380 * doc/* : recompiled the docs.
8381
83821999-07-26 Michael Meeks <michael@edenproject.org>
8383
8384 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
8385
8386 * tree.c: Ditto.
8387
8388Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8389
8390 * configure.in: upgraded to version 1.4.0
8391 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
8392 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
8393 XML query language, see http://www.w3.org/TR/xpath for more details.
8394 * parser.c, parser.h: added CHAR* related string functions for XPath
8395 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
8396 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
8397 rebuild the docs.
8398 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
8399 and regression testing capabilities for XPath.
8400
8401Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8402
8403 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
8404 closing bug #1646
8405
8406Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8407
8408 * Makefile.am, example/Makefile.am: closed bug #1683
8409
8410Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8411
8412 * example/Makefile.am, configure.in: added the makefile for the
8413 gjobread example
8414
8415Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
8416
8417 * doc/Makefile.am:
8418 - fix which allow "make install DESTDIR=</install/prefix>".
8419
8420Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8421
8422 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
8423 which fixed a problem on the file reading-code.
8424
8425Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8426
8427 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
8428 output.
8429 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
8430
8431Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8432
8433 * parser.h : Oops removed the binary compatibility problem
8434 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
8435 * parser.c, HTMLparser.c: applied patches for reading from stdin
8436
8437Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8438
8439 * parser.c, entities.c, valid.c: cleanup bug #1591
8440 * configure.in: cleanup bug #1592
8441 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
8442 the same tree back-end. Hence gdome will be available for it.
8443 * doc/Makefile.am: close bug #617
8444
8445Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8446
8447 * parser.c: alloctate a per parser context SAX interface block
8448
8449Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8450
8451 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
8452 and xmlEncodeEntitiesReentrant with the correct one :-\
8453
8454Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8455
8456 * commit of my internal XML base changes, quite a lot of
8457 changes, cleanups, better entities support, framework for
8458 new I/O and charset detection and handling
8459 * Fixed the configure/Makefile stuff to generate shared libs
8460 with the proper version info, so we jumped on rev from
8461 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
8462 xmlEncodeEntities() result need to be freed now, and a string
8463 xmlParserVersion provide the current library version.
8464
8465Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
8466
8467 * parser.c: fixed a buffer overrun for when you have a very long
8468 attribute with no entities in it.
8469
8470Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8471
8472 * added example directory
8473 * added example/gjobs.xml gjobread.c, still need a Makefile.in
8474
8475Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8476
8477 * Release of libxml-1.1, nearly everything has been touched for
8478 this.
8479 * Added more regression tests
8480 * Updated the documentation
8481
8482Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8483
8484 * tree.[ch]: unified the XML_NO_CORBA defines.
8485 * parser.c encoding.[ch]: started plugging in char encoding detection
8486
8487Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
8488
8489 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
8490 Also freed allocated buffer.
8491
8492Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8493 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
8494 reentrancy problem at printing. One is left in entities.c, to
8495 remove ASAP
8496 * testSAX.c : added a test example showing the use of the SAX
8497 interface if one doesn't want to build the DOM tree.
8498 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
8499
8500Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8501
8502 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
8503 large revamping of the parser to use SAX callbacks
8504 http://www.megginson.com/SAX/ (or at least a C like interface
8505 a la Expat). It's now possible to set up your own callbacks
8506 and the parser will not build a DOM tree.
8507 * test/* result/*: updated the test suite, I finally removed
8508 the old Namespace draft support (PI based).
8509
8510Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8511
8512 * Makefile.am: added test result to EXTRA_DIST for make tests
8513
8514Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8515
8516 * parser.c, parserInternals.h: moved the chars macro definitions
8517 to parserInternals.h
8518 * parser.c, error.c: applied patches from "Knut Ã…kesson"
8519 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
8520
8521Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8522
8523 * xml-config.in : applied patch to make --version work
8524
85251999-03-05 Raja R Harinath <harinath@cs.umn.edu>
8526
8527 * Makefile.am (check-local): Alias for `tests' target. This will
8528 cause `make check' to do the right thing.
8529 (tests): Don't run tests in srcdir. Also, replaced calls to
8530 basename with a `sed' "equivalent".
8531
8532Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8533
8534 * Renamed error.h to xml-error.h, corrected Makefile.am to list
8535 it in the header and not the sources, updated the doc.
8536 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
8537 pointing this out.
8538
8539Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8540
8541 * parser.c, parser.h, parserInternals.h: memory leak hunting,
8542 exported the inputStream routines.
8543 * doc/html/* : updated accordingly
8544
8545Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8546
8547 * parser.c, parser.h, parserInternals.h: added a few extra
8548 internal calls to allocate and free parser contexts ...
8549 * doc/html/* : updated accordingly
8550
8551Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8552
8553 * configure.in, Makefile.am, doc/makefile.am : General changes for
8554 1.0.0 release and including the generated HTML documentation.
8555
8556Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8557
8558 * makefile.am : added parserInternals.h, oops.
8559
8560Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8561
8562 * parserInternals.h: added this header giving access to the parser
8563 internal functions.
8564 * doc/Makefile.am : added a rebuild target which rebuilds the full
8565 set of documentations
8566 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
8567 the internal subset.
8568 * *.c *.h: modifications needed to generate the documentation using
8569 gtk-doc, cleanup of functions blocks, reorganisation of struct
8570 declarations.
8571
8572Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8573
8574 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
8575 the tar and spec file to include the beginning of the doc.
8576
85771999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
8578
8579 * doc/.cvsignore: Added this file.
8580
8581Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8582
8583 * tree.c: fixed xmlGetProp to return "" when the attribute
8584 exists, even if the node-list is NULL.
8585
8586Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8587
8588 * tree.c: patched an error outputting empty attribute values.
8589 * Makefile.am and doc/makefile.am: have been updated during the
8590 week-end. Sorry for an empty CVS log, I got a shell problem.
8591
8592Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8593
8594 * tree.h: cleaned up using enums instead of defines
8595 * parser.c, valid.[ch]: more work on parsing/output of element
8596 declarations
8597
8598Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8599
8600 * valid.[ch], tree.c, parser.c : more work toward full parsing
8601 of XML DTDs.
8602 * README: added informations about mailing-list and on-line
8603 documentation
8604
86051999-01-27 Raja R Harinath <harinath@cs.umn.edu>
8606
8607 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
8608
8609Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8610
8611 * parser.c, tree.[ch] : more work toward conformance testing,
8612 added a last element to accelerate parsing of very flat structures
8613 started working on internal subset Element content declaration.
8614 * valid.[ch] : first cut at adding code toward validation.
8615 * previous changes had also small impact on most files, especially
8616 the conformance testing using James Clark test suite.
8617
8618Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8619
8620 * test/* : updated the examples, most of them were not well
8621 formed (humm), and added rdf2.
8622 * result/* : resulting changes in the output.
8623
8624Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8625
8626 * tree.c: changed the behaviour of xmlGetProp on NULL values.
8627
8628Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8629
8630 * tree.c: patched a bug in the generation of empty attributes
8631
8632Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8633
8634 * entities.[ch], tree.[ch], tester.c: added copy interfaces
8635 for node/trees/documents/... Biggest problem is namespace
8636 support when copying subtrees.
8637
8638Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8639
8640 * parser.c, entities.c: improve entities and char ref encoding,
8641 and cleanups of error messages.
8642
8643Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8644
8645 * parser.c, entities.c: simple bug hunting done during rpm2html and
8646 rpmfind integration.
8647
8648Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8649
8650 * parser.[ch]: Added interfaces allowing to specify a SAX
8651 handler before parsing.
8652
8653Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8654
8655 * parser.c: redirrect all errors reporting through the SAX
8656 error function
8657
8658Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8659
8660 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
8661 * libtool, tlmain ...: update of the libtool files
8662
86631998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
8664
8665 * entities.c: Use g_snprintf insteda of snprintf.
8666
8667Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8668
8669 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
8670 added ent5 test for this purpose.
8671 * parser.c, parser.h: formatting, comments and UTF-8 planning.
8672
8673Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8674
8675 * parser.c: fixed? a strange error due to compression on a GWP
8676 document.
8677
8678Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8679
8680 * tree.[ch]: bug fixing
8681 * entities.[ch]: defined a specific type for predefined entities
8682 * doc/xml.html: more documentation on the library, how to use it,
8683 overview of the interfaces.
8684
8685Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8686
8687 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
8688
8689Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8690
8691 * tree.c: corrected a small bug
8692 * doc/xml.html: continuing writing documentation.
8693
8694Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8695
8696 * debugXML.h debugXML.c: added debugging utilities.
8697 * tester.c: added --debug switch.
8698 * tree.c: patched an incorrect node->type assignment.
8699 * parser.c: formatting, ensure that node->doc != NULL in attributes
8700
8701Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8702
8703 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
8704 entity support and provide an internal representation close to
8705 DOM one (entity ref nodes, and attribute value as tree). I tried
8706 to preserve the interface but this will surely break some apps
8707 (I have to change rpm2html/rpmfind for example). I had to change
8708 two interfaces, and the generated tree is somewhat different.
8709 * doc/* : started documenting the XML library, the tree and
8710 DOM/Corba. This is a first step.
8711
8712Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8713
8714 * parser.c: Set up the fonctions comment block, boring but useful.
8715 * parser.h, SAX.c, parser.c: now attributes are processed through
8716 the SAX interface. The problem is that my SAX interface diverged
8717 quite a bit from the original one, well this is not an official
8718 spec, and translating it from Java to C is hairy anyway...
8719
8720Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8721
8722 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
8723 fonctions comment block, boring but useful.
8724
8725Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8726
8727 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
8728 conversion routines. However they are not yet used to convert the
8729 inputs. The core will run with UTF-8.
8730
8731Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8732
8733 * tree.c : make sure that the type id is properly set-up when
8734 a new object is allocated, needed for DOM.
8735
8736Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8737
8738 * tree.h, tree.c: Ok, the main objects in the tree will be native
8739 corba objects, it costs 8 bytes per Node, Attribute and Document
8740 but it simplifies the Corba integration a lot (no extra interface
8741 objects to allocate/free).
8742
8743Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8744
8745 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
8746 and changed NODEs contants for conformity with DOM Level 1
8747
8748Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8749
8750 * added hooks to keep track of servants when creating objects
8751 xmlDoc and xmlNode (for Corba export).
8752
8753Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8754
8755 * added xml-config script.
8756
8757Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8758
8759 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
8760 to autoupdate libtool and automake conf files.
8761
87621998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
8763
8764 * Makefile.am: Use '?' to separate the sed
8765 commands as ',' is used when people pass -Wl,something.
8766
8767
8768Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8769
8770 * tree.c, tree.h: added a per-document compression interface.
8771
8772Tue Sep 22 20:47:38 EDT 1998
8773
8774 * tree.c, tree.h: added saving with compression and added interfaces
8775 to control the compression level (xmlGetCompressMode,
8776 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
8777
8778Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8779
8780 * parser.c: corrected a loop for files of size 0
8781
87821998-08-20 Raja R Harinath <harinath@cs.umn.edu>
8783
8784 * error.h: New file. Contains prototyes from `error.c'.
8785
8786Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
8787
8788 * Makefile.am (xmlincdir): New macro.
8789 (xmlinc_HEADERS): Renamed from include_HEADERS.
8790
8791Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8792
8793 * applied small patch on numeric entities from
8794 Christopher Blizzard <blizzard@appliedtheory.com>
8795
8796Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8797
8798 * New release 0.2, removed the old xml_* files so that it's
8799 coherent with the other CVS base (W3C), far better conformance
8800 to standard, new namespaces, decent entities support, beginning
8801 of a SAX-like interface. Nearly nothing left intact, even the
8802 test examples ...
8803
88041998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
8805
8806 * .cvsignore: Add .deps dir
8807
8808Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8809
8810 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
8811
8812Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8813
8814 * configure.in: added test for CPP
8815 * AUTHORS, Changelog: the original ones didn't get commited but the
8816 glib ones instead, fixed.
8817 * Makefile.am: corrected an error in library naming
8818
8819Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8820
8821 * integrated code developped at W3C
8822 * changed the original Copyright
8823 * migrated to automake
8824 * prefixed the filenames by xml_ to avoid filename clashes
8825
Daniel Veillarde0ed10c2003-01-06 11:06:26 +00008826Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
8827
8828 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
8829 should not be called.
8830
Daniel Veillard0aaaacd2003-01-06 10:59:57 +00008831Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8832
8833 * libxml-2.0.pc.in: applied the patch to fix #101894
8834
Daniel Veillard8a1b1852003-01-05 22:37:17 +00008835Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
8836
8837 * tree.c : applied patch from Lukas Schroeder for register callbacks
8838 * valid.c: modified patch from Lukas Schroeder to test
8839 register callbacks with --chkregister
8840
Daniel Veillard067bae52003-01-05 01:27:54 +00008841Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8842
8843 * xmlreader.c: seriously changed the way data are pushed to
8844 the underlying parser, go by block of 512 bytes instead of
8845 tryng to detect tag boundaries at that level. Changed the
8846 way empty element are detected and tagged.
8847 * python/tests/reader.py python/tests/reader2.py
8848 python/tests/reader3.py: small changes mostly due to context
8849 reporting being different and DTD node being reported. Some
8850 errors previously undetected are now caught and fixed.
8851 * doc/xmlreader.html: flagged last section as TODO
8852
Daniel Veillard51a447a2003-01-04 19:42:46 +00008853Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8854
8855 * python/libxml.py: integrated the Python 2.2 optimizations
8856 from Hannu Krosing, while maintaining compatibility with
8857 1.5 and 2.1
8858
Daniel Veillarde59494f2003-01-04 16:35:29 +00008859Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
8860
8861 * xmllint.c: a bit of cleanup
8862 * xmlreader.c: small fix
8863 * doc/xmlreader.html: more work on the XmlTextReader tutorial
8864 * python/libxml.py: a few fixes pointed out by Hannu Krosing
8865
Daniel Veillard623a9eb2003-01-04 12:47:20 +00008866Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8867
8868 * python/setup.py.in: patch from Stéphane Bidoul to include
8869 drv_libxml2.py in setup.py
8870
Daniel Veillard66b82892003-01-04 00:44:13 +00008871Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
8872
8873 * doc/xmlreader.html: starting documenting the new XmlTextReader
8874 interface.
8875
Daniel Veillard7704fb12003-01-03 16:19:51 +00008876Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8877
8878 * xmllint.c: added the --stream flag to use the TextReader API
8879 * xmlreader.c: small performance tweak
8880
Daniel Veillarda80ff6e2003-01-03 12:52:08 +00008881Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
8882
8883 * xmlreader.c python/tests/reader2py: okay the DTD validation
8884 code on top of the XMLTextParser API should be solid now.
8885
Daniel Veillard1fdfd112003-01-03 01:18:43 +00008886Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8887
8888 * xmlreader.c python/tests/reader2py: Fixing some more mess
8889 with validation and recursive entities while using the
8890 reader interface, it's getting a bit messy...
8891
Daniel Veillarddab8ea92003-01-02 14:16:45 +00008892Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8893
8894 * xmlreader.c python/tests/reader.py: another couple of problem
8895 related to IsEmptyElement reported by Stéphane Bidoul needed
8896 some fixes.
8897
Daniel Veillard4f860202003-01-02 13:00:02 +00008898Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8899
8900 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
8901 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
8902 based on the python XmlTextReader interface.
8903
Daniel Veillard3c265e42003-01-01 21:06:49 +00008904Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
8905
8906 * tree.c: backing out one change in the last patch which broke the
8907 regression tests
8908
Daniel Veillard5335dc52003-01-01 20:59:38 +00008909Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8910
8911 * global.data globals.c tree.c include/libxml/globals.h: applied
8912 an old patch from Lukas Schroeder to track node creation and
8913 destruction. Probably missing a lot of references at the moment
8914 and not usable reliably.
8915
Daniel Veillard8ba17412003-01-01 19:13:12 +00008916Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8917
8918 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
8919 from doc/news.html and a stylesheet
8920
Daniel Veillarde3c036e2003-01-01 15:11:05 +00008921Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
8922
8923 * xmlreader.c python/tests/reader.py: fixed another couple of
8924 xmlreader bugs reported by Stéphane Bidoul and added tests.
8925
Daniel Veillard9e395c22003-01-01 14:50:44 +00008926Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
8927
8928 * xmlreader.c python/tests/reader2.py: fixed another validity
8929 checking in external parsed entities raised by Stéphane Bidoul
8930 and added a specific regression test.
8931 * python/tests/reader3.py: cleanup
8932
Daniel Veillardd5896142002-12-31 14:45:26 +00008933Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
8934
8935 * xmlreader.c python/tests/reader2.py: fixed a problem with
8936 validation within entities pointed by Stéphane Bidoul, augmented
8937 the tests to catch those.
8938
Daniel Veillarddc85f282002-12-31 11:18:37 +00008939Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
8940
8941 * python/generator.py: modified the generator to allow keeping
8942 class references when creating new classes, needed to fix a bug
8943 pointed by Stéphane Bidoul where the input buffer of the
8944 xmlTextReader instance gets destroyed if the python wrapper for
8945 the input is not referenced anymore.
8946
Daniel Veillard4d8db8a2002-12-30 18:40:42 +00008947Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
8948
8949 * xmlreader.c python/tests/reader.py: fixed another pair of problem
8950 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
8951
Daniel Veillard571b8892002-12-30 12:37:59 +00008952Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
8953
8954 * xmlreader.c python/tests/reader.py: fixed another problem
8955 pointed by Stéphane Bidoul
8956
Daniel Veillardaaa105b2002-12-30 11:42:17 +00008957Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
8958
8959 * xmlreader.c python/tests/reader.py: fixed a limit case problem
8960 with "<a/>"
8961
Daniel Veillardecaba492002-12-30 10:55:29 +00008962Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8963
8964 * SAX.c: warn on xmlns:prefix="foo"
8965 * xmlreader.c python/tests/reader.py: fixed a couple of problem
8966 for namespace attributes handling.
8967
Daniel Veillard2d84a892002-12-30 00:01:08 +00008968Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8969
8970 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
8971 a really nasty problem raised by a DocBook XSLT transform
8972 provided by Sebastian Bergmann
8973
Daniel Veillard29b3e282002-12-29 11:14:41 +00008974Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
8975
8976 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
8977 by Stéphane Bidoul and integrated it into the tests
8978
Daniel Veillarde18fc182002-12-28 22:56:33 +00008979Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
8980
8981 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
8982 extended the XmlTextReader API a bit, addding accessors for
8983 the current doc and node, and an entity substitution mode for
8984 the parser.
8985 * python/libxml.py python/libxml2class.txt: related updates
8986 * python/tests/Makefile.am python/tests/reader.py
8987 python/tests/reader2.py python/tests/reader3.py: updated a bit
8988 the old tests and added a new one to test the entities handling
8989
Daniel Veillardaba976d2002-12-28 21:14:18 +00008990Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
8991
8992 * python/generator.py python/libxml2class.txt
8993 python/tests/reader.py python/tests/reader2.py: changed the
8994 generator to provide casing for the XmlTextReader similar to
8995 C# so that examples and documentation are more directly transposable.
8996 Fixed the couple of tests in the suite.
8997
Daniel Veillard83298842002-12-28 15:12:33 +00008998Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
8999
9000 * doc/guidelines.html: added a document on guildeline for
9001 publishing and deploying XML
9002
Daniel Veillard336fc7d2002-12-27 19:37:04 +00009003Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
9004
9005 * valid.c xmlreader.c: final touch running DTD validation
9006 on the XmlTextReader
9007 * python/tests/Makefile.am python/tests/reader2.py: added a
9008 specific run based on the examples from test/valid/*.xml
9009
Daniel Veillardf25b4ca2002-12-27 15:18:35 +00009010Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
9011
9012 * python/libxml.py: added a few predefined xmlTextReader parser
9013 configuration values.
9014
Daniel Veillard0e9dafa2002-12-27 11:58:25 +00009015Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9016
9017 * python/libxml_wrap.h: trying to fix #102037
9018
Daniel Veillard8dbd4952002-12-27 11:34:48 +00009019Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
9020
9021 * SAX.c: fixing bug #95296, when the predefined entities
9022 are redefined in the DTD the default one must be used
9023 instead anyway.
9024
MST 2002 John Fleck6647aed2002-12-26 02:23:24 +00009025Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
9026
9027 * doc/xmllint.xml
9028 * doc/xmllint.1
9029 Add discussion of XML_DEBUG_CATALOG to xmllint man
9030 page - bug #100907
9031
9032
Daniel Veillarddf512f42002-12-23 15:56:21 +00009033Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9034
9035 * xmlreader.c: Fixed the empty node detection to avoid reporting
9036 an inexistant close tag.
9037
Daniel Veillard0d132cf2002-12-23 14:43:32 +00009038Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
9039
9040 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
9041 for Python 2.1
9042
Daniel Veillardfe8aab92002-12-22 10:25:41 +00009043Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
9044
9045 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
9046
Daniel Veillard4258b9c2002-12-20 10:29:40 +00009047Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
9048
9049 * doc/libxml2-api.xml python/tests/reader.py: one really need
9050 to provide the base URI information when creating a reader parser
9051 from an input stream. Updated the API and the example using it.
9052
Daniel Veillardea7751d2002-12-20 00:16:24 +00009053Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
9054
9055 * testReader.c xmlreader.c valid.c include/libxml/tree.h
9056 include/libxml/valid.h include/libxml/xmlreader.h: working on
9057 DTD validation on top of xml reader interfaces. Allows to
9058 validate arbitrary large instances. This required some extensions
9059 to the valid module interface and augmenting the size of xmlID
9060 and xmlRef structs a bit.
9061 * uri.c xmlregexp.c: simple cleanup.
9062
Daniel Veillardbeb70bd2002-12-18 14:53:54 +00009063Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9064
9065 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
9066 work on the xml reader interfaces.
9067 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
9068 Web page for the Windows binaries.
9069
Daniel Veillard4a6d39b2002-12-17 18:33:01 +00009070Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9071
9072 * xmlIO.c: applied a patch for VMS following the report by
9073 Nigel Hall
9074
Daniel Veillard3772de32002-12-17 10:31:45 +00009075Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
9076
9077 * parser.c: the parseStartTag bug fix wasn't complete.
9078
Daniel Veillard67df8092002-12-16 22:04:11 +00009079Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
9080
9081 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
9082 parseStartTag, fixing it.
9083 * test/att4 result/att4 result/noent/att4: adding the test
9084 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
9085 more methods to XmlTextReader.
9086
Igor Zlatkovicd453c632002-12-16 18:45:48 +00009087Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9088
9089 * win32/libxml2.def.src: added more xml reader exports
9090 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
9091 to the build
9092
MST 2002 John Fleck7c67a832002-12-16 13:38:06 +00009093Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
9094
9095 * doc/tutorial/xmltutorial.xml
9096 plus generated html and pdf
9097 Updating tutorial again based on further comments from Niraj
9098 Tolia on the last iteration
9099
MST 2002 John Fleck44aacb32002-12-16 04:34:57 +00009100Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
9101
9102 * doc/tutorial/xmltutorial.xml
9103 * doc/tutorial/includekeyword.c
9104 * doc/tutorial/includegetattribute.c
9105 plus generated html and pdf
9106 Adding fix from Niraj Tolia to tutorial to properly free memory.
9107
9108
Daniel Veillardda46d2d2002-12-15 23:36:49 +00009109Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
9110
9111 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
9112 more methods of XmlTextReader.
9113 * python/libxml2class.txt python/tests/reader.py: this increased the
9114 methods in the bndings, augmented the test to check those new
9115 functions.
9116
Daniel Veillard0eb38c72002-12-14 23:00:35 +00009117Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
9118
9119 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
9120 methods of XmlTextReader.
9121 * python/generator.py python/libxml_wrap.h python/types.c
9122 python/libxml2class.txt: added the reader to the Python bindings
9123 * python/tests/Makefile.am python/tests/reader.py: added a specific
9124 test for the Python bindings of the Reader APIs
9125 * parser.c: small cleanup.
9126
Daniel Veillard06503452002-12-13 10:42:08 +00009127Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9128
9129 * xinclude.c: fallback was only copying the first child not the
9130 full child list of the fallback element, closes #89684 as reopened
9131 by Bernd Kuemmerlen
9132
Igor Zlatkovic2d45f522002-12-12 12:33:43 +00009133Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9134
9135 * win32/libxml2.def.src: exported htmlNodeDumpOutput
9136
Daniel Veillard000eafb2002-12-12 10:04:22 +00009137Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
9138
Daniel Veillardc1eed322002-12-12 11:01:32 +00009139 * configure.in: preparing release of 2.4.30
Daniel Veillard000eafb2002-12-12 10:04:22 +00009140 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
Daniel Veillardc1eed322002-12-12 11:01:32 +00009141 gives enum values, fix functype return type, put back fields in
9142 structs
9143 * doc/*: updated the docs rebuilt
Daniel Veillard000eafb2002-12-12 10:04:22 +00009144
Daniel Veillard024b5702002-12-12 00:15:55 +00009145Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
9146
9147 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
9148 about htmlNodeDumpOutput location.
9149 * xpath.c: removed an undefined function signature
9150 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
9151 too many symbols in the API breaking the python bindings.
9152 Updated with the libxslt/libexslt changes.
9153
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00009154Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
9155
9156 * configure.in: preparing release of 2.4.29
9157 * doc/*: rebuilt the docs and API
9158 * xmlreader.c: a few more fixes for the XmlTextReader API
9159
Igor Zlatkovicf6273a02002-12-11 17:00:54 +00009160Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9161
9162 * include/win32config.h: applied mingw patch from Magnus Henoch
9163
Daniel Veillard5aad8322002-12-11 15:59:44 +00009164Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
9165
9166 * catalog.c doc/libxml2-api.xml: a bit more cleanup
9167
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009168Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
9169
9170 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
9171 building Python script, does the C parsing directly, generates
9172 a better API description including structure fieds defs and
9173 enums. Still a couple of bugs, but good enough for the python
9174 wrappers now.
9175 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
9176 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
9177 include/libxml/schemasInternals.h include/libxml/tree.h: more
9178 cleanup based on the python analysis script reports.
9179 * libxml.spec.in: make sure the API XML description is part of the
9180 devel package.
9181
Daniel Veillard01c13b52002-12-10 15:19:08 +00009182Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
9183
9184 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
9185 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
9186 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
9187 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
9188 code cleanup, especially the function comments.
9189 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
9190
Daniel Veillarde1ca5032002-12-09 14:13:43 +00009191Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
9192
9193 * Makefile.am xmlreader.c include/libxml/Makefile.am
9194 include/libxml/xmlreader.h: Adding a new set of APIs based on
9195 the C# TextXmlReader API but converted to C. Allow to parse
9196 in constant memory usage, far simpler to program and explain
9197 than the SAX like APIs, unfinished but working.
9198 * testReader.c: test program
9199
Igor Zlatkovic70a296c2002-12-08 17:34:54 +00009200Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9201
9202 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
9203
Daniel Veillard64b35282002-12-04 15:10:40 +00009204Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
9205
9206 * tree.c: Chip turner indicated that XHTML1 serialization
9207 rule for style actually break on both IE and Mozilla,
9208 try to avoid the rule if escaping ain't necessary
9209
Daniel Veillard8efff672002-12-04 11:44:48 +00009210Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
9211
9212 * nanhttp.c: handle HTTP URL escaping, problem reported by
9213 Glen Nakamura and Stefano Zacchiroli
9214
Daniel Veillard1c732d22002-11-30 11:22:59 +00009215Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
9216
9217 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
9218
Daniel Veillardfdd27d22002-11-28 11:55:38 +00009219Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9220
9221 * uri.c: Johann Richard pointed out some XPointer problems for
9222 URN based URI references in XInclude. Modified the URI parsing
9223 and saving routines to allow correct parsing and saving of
9224 XPointers, especially when attached to "opaque" scheme accordingly
9225 to RFC 2396
9226
Daniel Veillard8db67d22002-11-27 19:39:27 +00009227Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
9228
9229 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
9230 of refactoring to the HTML saving code.
9231 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
9232 in the doc.
9233
Daniel Veillardebc4ca92002-11-27 11:43:05 +00009234Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
9235
9236 * tree.c include/libxml/tree.h: refactored the XML dump of a node
9237 to a buffer API to reuse the generic dump to an OutputIO layer,
9238 this reduces code, fixes xmlNodeDump() for XHTML, also made
9239 xmlNodeDump() now return the number of byte written.
9240
Daniel Veillard9d5ea172002-11-27 08:02:06 +00009241Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
9242
9243 * python/setup.py.in: another patch from Stéphane Bidoul for
9244 Python bindings on Windows
9245 * doc/parsedecl.py: small cleanup
9246
Daniel Veillard9715c172002-11-25 16:33:40 +00009247Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
9248
9249 * libxml.spec.in configure.in: add a line in %changelog for releases
9250
Daniel Veillard9bc53102002-11-25 13:20:04 +00009251Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
9252
9253 * parser.c: patch from Marcus Clarke fixing a problem in entities
9254 parsing that was detected in KDe documentations environment.
9255
Daniel Veillardfaa35ff2002-11-24 13:53:43 +00009256Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
9257
9258 * python/libxml.c (libxml_prev): Return the previous as opposed to
9259 the next node (I guess this is the result of some cut & paste programming:)
9260
Daniel Veillard80d7b902002-11-23 16:23:08 +00009261Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9262
9263 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
9264
Daniel Veillarda1196ed2002-11-23 11:22:49 +00009265Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
9266
9267 * python/generator.py python/libxml.c python/setup.py.in: trying
9268 to fix the Python bindings build on Windows (Stéphane Bidoul)
9269
Igor Zlatkovic9ab71552002-11-22 21:41:43 +00009270Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9271
9272 * win32/configure.js: added option for python bindings
9273 * win32/libxml2.def.src: added more exports
9274
Igor Zlatkovicace7cd22002-11-22 18:07:00 +00009275Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9276
9277 * win32/Makefile.mingw: fixed unresolved symbols when linking with
9278 pthreads
9279 * win32/wince/*: applied updates to Windows CE port from Javier
9280
Daniel Veillardf9c4cad2002-11-22 15:57:07 +00009281Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9282
9283 * configure.in: preparing 2.4.28
9284 * libxml.spec.in doc/Makefile.am: some cleanup
9285 * doc/*: updated the news and regenerated.
9286
Daniel Veillardfee408f2002-11-22 13:18:30 +00009287Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
9288
9289 * HTMLparser.c: final touch at closing #87235 </p> end tags
9290 need to be generated.
9291 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
9292 this change slightly the output of a few tests
9293 * doc/*: regenerated
9294
Daniel Veillardd2ff0392002-11-22 12:28:38 +00009295Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
9296
9297 * parserInternals.c: fixing bug #99190 when UTF8 document are
9298 parsed using the progressive parser and the end of the chunk
9299 is in the middle of an UTF8 multibyte character.
9300
William M. Brack8b2c7f12002-11-22 05:07:29 +00009301Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9302
9303 * threads.c: fixed initialization problem in xmlNewGlobalState
9304 which was causing crash.
9305 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
9306 in xmlInitializeGlobalState.
9307 * parserInternals.c: cleaned up ctxt->sax initialisation.
9308
Daniel Veillardd5c2f922002-11-21 14:10:52 +00009309Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
9310
9311 * tree.c include/libxml/tree.h: modified the existing APIs
9312 to handle XHTML1 serialization rules automatically, also add
9313 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
9314 libxslt serialization uses it when needed without changing
9315 the library API.
9316 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
9317 result/xhtml1: added a new test specifically for xhtml1 output
9318 and updated the result of one XHTML1 test
9319
Daniel Veillardd076a202002-11-20 13:28:31 +00009320Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
9321
9322 * xinclude.c parserInternals.c encoding.c: fixed #99082
9323 for xi:include encoding="..." support on text includes.
9324 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
9325 test/XInclude/ents/isolatin.txt : added a specific regression test
9326 * python/generator.py python/libxml2class.txt: fixed the generator
9327 the new set of comments generated for doc/libxml2-api.xml were
9328 breaking the python generation.
9329
Daniel Veillard817e70b2002-11-19 22:28:48 +00009330Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
9331
9332 * doc/Makefile.am: repair some problem if gtk-doc fail or such
9333 * configure.in: patch for Solaris on new autoconf closes #98880
9334 * doc/parsedecl.py: repair the frigging API building script,
9335 did I say that python xmllib sucks ?
9336 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
9337 and some comment are no more truncated.
9338
Daniel Veillarda7e05b42002-11-19 08:11:14 +00009339Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
9340
9341 * parser.c: Martin Stoilov pointed out a potential leak in
9342 xmlCreateMemoryParserCtxt
9343
Daniel Veillardbc6e1a32002-11-18 15:07:25 +00009344Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
9345
9346 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
9347 included in HTML documents and using the push parser.
9348
Daniel Veillard4efd3be2002-11-18 09:11:13 +00009349Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
9350
9351 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
9352 specified, look for the Python interpreter not just in the
9353 specified root but also in the specified location. Fixes #98825
9354
Daniel Veillarda8c0adb2002-11-17 22:37:35 +00009355Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
9356
9357 * python/libxml.c: fixing bug #98792 , node may have no doc
9358 and dereferencing without checking ain't good ...
9359
Daniel Veillarddad3f682002-11-17 16:47:27 +00009360Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
9361
9362 * configure.in: preparing release 2.4.27
9363 * doc/* : updated and rebuilt the docs
9364 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
9365 and all the docs are actually packaged and in the final RPMs
9366 * parser.c parserInternals.c include/libxml/parser.h: restore
9367 xmllint --recover feature.
9368
Daniel Veillard68e9e742002-11-16 15:35:11 +00009369Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
9370
Daniel Veillard784b9352003-02-16 15:50:27 +00009371 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard68e9e742002-11-16 15:35:11 +00009372 processing of parsed entities, and XPath computation on sustitued
9373 entities.
9374 * testXPath.c: make sure entities are substitued.
9375
Daniel Veillard328f48c2002-11-15 15:24:34 +00009376Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
9377
Daniel Veillard784b9352003-02-16 15:50:27 +00009378 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard328f48c2002-11-15 15:24:34 +00009379 processing of internal parsed entities, which had to be changed.
9380
Daniel Veillard66651aa2002-11-15 11:21:43 +00009381Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9382
9383 * Makefile.am python/Makefile.am python/tests/Makefile.am:
9384 trying to fix bug #98517 about building outside the source tree
9385 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
9386
Igor Zlatkovic2772cea2002-11-14 17:45:20 +00009387Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9388
9389 * include/win32config.h: cleanup
9390 * win32/Makefile.mingw: integrated mingw in JScript configure
9391 * win32/Makefile.msvc: modified to allow mingw coexistence
9392 * win32/configure.js: integrated mingw
9393 * win32/Readme.txt: cleanup
9394
Daniel Veillard8dd86a52002-11-12 21:14:17 +00009395Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
9396
9397 * HTMLparser.c: strengthen the guard in the Pop macros,
9398 like in the XML parser, closes bug #97315
9399
Daniel Veillard0821b152002-11-12 20:57:47 +00009400Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
9401
9402 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
9403 callback is never used.
9404
Daniel Veillard8606bbb2002-11-12 12:36:52 +00009405Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
9406
9407 * parserInternals.c: fixed the initialization of the SAX structure
9408 which was breaking xsltproc
9409 * xpath.c: patch from Petr Pajas for CDATA nodes
9410 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
9411 * parser.c include/libxml/parser.h: patch from Peter Jones
9412 removing a leak in xmlSAXParseMemory() and adding the
9413 function xmlSAXParseMemoryWithData()
9414
MST 2002 John Fleckf854d992002-11-12 03:49:05 +00009415Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
9416
9417 adding pdf of tutorial, changing web page to link to it
9418 * doc/tutorial/xmltutorial.pdf
9419 * doc/xml.html
9420 * doc/docs.html
9421
MST 2002 John Fleck52717f32002-11-11 03:49:33 +00009422Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
9423
9424 * doc/tutorial/ar01s08.html
9425 adding file what I forgot for tutorial
9426
9427
MST 2002 John Fleckbd3b4fd2002-11-11 03:41:11 +00009428Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
9429
9430 Adding encoding discussion to tutorial
9431 Added:
9432 * doc/tutorial/images/*.png: DocBook admonition image files
9433 * doc/tutorial/apf.html, apg.html: new generated html
9434 * doc/tutorial/includeconvert.c: conversion code entity file
9435 changed:
9436 * doc/tutorial/xmltutorial.xml: DocBook original
9437 * doc/tutorial/*.html: generated html
9438
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009439Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9440
9441 * include/libxml/*.h: retired xmlwin32version.h
9442 * doc/Makefile.am: retired xmlwin32version.h
9443 * win32/configure.js: retired xmlwin32version.h
9444
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009445Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9446
9447 * win32/libxml2.def.src: exported additional symbols
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009448 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
9449 sisterhood
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009450
Daniel Veillard7216cfd2002-11-08 15:10:00 +00009451Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
9452
9453 * globals.c: fixed a typo pointed out by Igor
9454 * xpath.c: try to speed up node compare using line numbers
9455 if available.
9456
Daniel Veillarda70d62f2002-11-07 14:18:03 +00009457Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
9458
9459 * tree.c: make xmlFreeNode() handle attributes correctly.
9460
Igor Zlatkovicb8e99cc2002-11-06 22:52:29 +00009461Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9462
9463 * catalog.c: completed the #96963 fix, as reported by Karl
9464 Eichwalder
9465
Daniel Veillard56f21f22002-11-06 15:49:46 +00009466Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9467
9468 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
9469
Daniel Veillard91ad8792002-11-04 17:06:52 +00009470Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9471
9472 * Makefile.am: switched the order of a couple of includes
9473 to fix bugs #97100
9474
Igor Zlatkovic2bb82ee2002-10-31 16:15:43 +00009475Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9476
9477 * catalog.c: fixed bug #96963, reverted to the old behaviour of
9478 xmlLoadCatalogs that used to separate directories with a ':'.
9479
Igor Zlatkovic9fdd8f32002-10-31 16:01:23 +00009480Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9481
9482 * threads.c: improvements to the Windows-side of thread handling
9483 * testThreads.c: conditionally excluded unistd.h
9484 * testThradsWin32.c: broke overlong lines
9485 * include/win32config.h: adapted thread-related macros to the new
9486 scheme and for pthreads on Windows
9487 * win32/Makefile.msvc: introduced a more flexible thread build,
9488 added testThreads[Win32].c to the build
9489 * win32/configure.js: introduced a more flexible thread config
9490
John Fleck61f6fb62002-10-31 15:23:29 +000094912002-10-31 John Fleck <jfleck@inkstain.net>
9492
9493 * doc/xml.html (and, by implication, FAQ.html)
9494 added UTF-8 conversaion FAQ from Marcus Labib Iskander
9495
Igor Zlatkovicf95b56b2002-10-29 17:33:35 +00009496Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9497
9498 * configure.in: removed xmlwin32version.h
9499 * include/libxml/Makefile.am: removed xmlwin32version.h
9500
Daniel Veillardce66ce12002-10-28 19:01:59 +00009501Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
9502
9503 * tree.c: applied patch from Brian Stafford to fix a bug
9504 in xmlReconciliateNs()
9505
Daniel Veillard7e3f1402002-10-28 18:52:57 +00009506Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
9507
9508 * tree.c: applied patch from Christian Glahn to allow
9509 xmlNewChild() on document fragment nodes
9510
Daniel Veillardb39bc392002-10-26 19:29:51 +00009511Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9512
9513 * parser.c: Christian Glahn found a problem with a recent
9514 patch to xmlParseBalancedChunkMemoryRecover()
9515 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
9516 problems
9517 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
9518 test/schemas/seq*: added the test cases from Charles
9519
Daniel Veillard366a9152002-10-23 20:43:53 +00009520Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9521
9522 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
9523 serious cleanup of the spec file and associated changes
9524 in the Makefiles.
9525 * valid.c: try to remove some warnings on x86_64
9526
Daniel Veillardd033d022002-10-23 14:55:02 +00009527Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9528
9529 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
9530 fix bug #96586
9531
Daniel Veillardce02dbc2002-10-22 19:14:58 +00009532Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9533
9534 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
9535 parsing, applied his patch
9536 * result/HTML/attrents.html result/HTML/attrents.html.err
9537 result/HTML/attrents.html.sax test/HTML/attrents.html:
9538 added the test and result case provided by Mikhail Sogrine
9539
Daniel Veillarde645e8c2002-10-22 17:35:37 +00009540Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9541
9542 * vms/build_libxml.com vms/config.vms vms/readme.vms
9543 include/libxml/parser.h include/libxml/parserInternals.h
9544 include/libxml/tree.h include/libxml/xmlIO.h
9545 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
9546 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
9547 Applied the VMS update patch from Craig A. Berry
9548 * doc/*.html: update
9549
Daniel Veillardf000f072002-10-22 14:28:17 +00009550Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9551
9552 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
9553
Daniel Veillard1e208222002-10-22 14:25:25 +00009554Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9555
9556 * debugXML.c: adding a grep command to --shell in xmllint
9557 for T.V. Raman
9558
Daniel Veillard9cdcf362002-10-22 14:23:59 +00009559Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9560
9561 * xmlcatalog.c: tried to fix some of the problem with --sgml
9562
Daniel Veillard935494a2002-10-22 14:22:46 +00009563Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
9564
9565 * parser.c: tried to fix bug #91500 where doc->children may
9566 be overriden by a call to xmlParseBalancedChunkMemory()
9567
9568Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9569
9570 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
9571 identifiers in SGML catalogs containing '&'
9572
Daniel Veillardc0ac0692002-10-20 21:31:50 +00009573Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9574
9575 * python/types.c: fixed bugs when passing result value tree
9576 to Python functions.
9577
Daniel Veillard48267432002-10-18 11:21:38 +00009578Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9579
9580 * configure.in: preparing the release of 2.4.26
9581 * doc/*: updated and rebuilt the documentation
9582
Daniel Veillardbb284f42002-10-16 18:02:47 +00009583Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9584
9585 * parser.c: fixed a XML Namespace compliance bug reported by
9586 Alexander Grimalovsky
9587
Daniel Veillard44892f72002-10-16 15:23:26 +00009588Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9589
9590 * HTMLtree.c: fixed serialization of script and style when
9591 they are not lowercase (i.e. added using the API to the tree).
9592
Daniel Veillard2fd85422002-10-16 14:32:41 +00009593Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9594
9595 * valid.c: make xmlValidateDocument emit a warning msg if there
9596 is no DTD, pointed by Christian Glahn
9597
Daniel Veillard32370232002-10-16 14:08:14 +00009598Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9599
9600 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
9601 content model when some of the blocks have min or max, and a couple
9602 of bugs found in the process.
9603 * result/schemas/list0* test/schemas/list0*: added some specific
9604 regression tests
9605
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +00009606Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
9607
9608 * README: updated the contact informations
9609
Daniel Veillard63186732002-10-15 08:43:17 +00009610Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9611
9612 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
9613 misses it, reported by Peter Bray.
9614
Daniel Veillard96c3a3b2002-10-14 15:39:04 +00009615Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9616
9617 * tree.c: investigating xmlNodeGetContent() on namespace nodes
9618 and removed a few warnings
9619
Daniel Veillard819d5cb2002-10-14 11:15:18 +00009620Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
9621
9622 * parser.c: Christian Glahn found a small bug in the push parser.
9623 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
9624 public
9625
Daniel Veillard6045c902002-10-09 21:13:59 +00009626Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9627
9628 * xmlschemas.c include/libxml/xmlschemas.h: added
9629 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
9630 * testSchemas.c: added --memory to test the new interface
9631
Daniel Veillardf0070122002-10-09 14:24:17 +00009632Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9633
9634 * doc/index.py doc/search.php: integrated the XSLT indexing,
9635 a few fixed in the indexer, added a scope selection at the
9636 search level.
9637
Daniel Veillard01992e02002-10-09 10:20:30 +00009638Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9639
9640 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
9641 this was due to uninitialized parts of the validation context
9642
Daniel Veillard321be0c2002-10-08 21:26:42 +00009643Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9644
9645 * debugXML.c: applied patch from Mark Vakoc except the API
9646 change, preserved it.
9647 * doc/*: updated the docs to point to the search engine for
9648 information lookup or before bug/help reports.
9649
Daniel Veillard01e87d22002-10-08 16:55:06 +00009650Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9651
9652 * doc/index.py doc/search.php: added mailing-list archives
9653 indexing and lookup
9654
Daniel Veillard9dc1cf12002-10-08 08:26:11 +00009655Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9656
9657 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
9658
Daniel Veillard9b006132002-10-07 11:13:27 +00009659Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
9660
9661 * doc/index.py: improved HTML indexing
9662 * doc/search.php: make the queries also lookup the HTML based indexes
9663
Daniel Veillard141d04b2002-10-06 21:51:18 +00009664Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9665
9666 * doc/index.py: added HTML page indexing
9667
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009668Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9669
Igor Zlatkovicd7f3c332002-10-04 13:38:53 +00009670 * xmlIO.c: extended Windows path normalisation to fix the base
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009671 problem in libxslt.
9672 * catalog.c: fixed list handling in XML_CATALOG_FILES
9673
Daniel Veillardceb09b92002-10-04 11:46:37 +00009674Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9675
9676 * valid.c: typo/bug found by Christian Glahn
9677
Igor Zlatkovic9d66fa12002-09-29 17:54:36 +00009678Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9679
9680 * xmlIO.c: applied Windows CE patch from Javier.
9681 * win32/wince: new directory, contains support for the PocketPC
9682 with Windows CE from Javier.
9683 * include/win32config.h: reorganised, removed duplicate
9684 definitions and applied WinCE patch from Javier.
9685 * include/wsockcompat.h: new file, now contains WinSock
9686 compatibility macros.
9687 * win32/Makefile.msvc: introduced double-run compilation.
9688
Daniel Veillarde16b5742002-09-26 17:50:03 +00009689Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9690
9691 * configure.in include/libxml/xmlwin32version.h: preparing release
9692 of 2.4.25
9693 * doc/*: updated and regenerated teh docs and web pages.
9694
Daniel Veillard90d68fb2002-09-26 16:10:21 +00009695Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9696
9697 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
9698 error were not covering namespace declarations.
9699 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
9700 it was missing the attribute declaration for the namespace
9701 * result/VC/NS3: the fix now report breakages in that test
9702
Daniel Veillardabe01742002-09-26 12:40:03 +00009703Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9704
9705 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
9706
Daniel Veillard2ace1952002-09-26 12:28:02 +00009707Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9708
9709 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
9710 and regenerated the docs and web site
9711
Daniel Veillarddda8f1b2002-09-26 09:47:36 +00009712Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9713
9714 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
9715 ATTRIBUTE_UNUSED is always put after the attribute declaration,
9716 not before
9717
Daniel Veillardd4cb1e82002-09-26 09:34:23 +00009718Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9719
9720 * python/generator.py python/libxml2class.txt: fixed a stupid error
9721 breaking the python API
9722
Daniel Veillardb7c29c32002-09-25 22:44:43 +00009723Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9724
9725 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
9726 triostr.c triostr.h: applied a trio update patch from
9727 Bjorn Reese which should work with MinGW
9728
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009729Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9730
9731 * tree.c: improving some documentation comments
9732 * xmlregexp.c: found and fixed a mem leak with python regression tests
9733 * doc/*: rebuilt the doc and the API XML file including the
9734 xmlregexp.h xmlautomata.h and xmlunicode.h headers
9735 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
9736 python/types.c: added access to the XML Schemas regexps from
9737 python
9738 * python/tests/Makefile.am python/tests/regexp.py: added a
9739 simple regexp bindings test
9740
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009741Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
9742
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009743 * doc/xml.html:
9744 fixing ftp links - thanks to Vitaly Ostanin
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009745
Daniel Veillard118aed72002-09-24 14:13:13 +00009746Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9747
9748 * xmlregexp.c: fixed the data callback on transition functionality
9749 which was broken when using the compact form
9750 * result/schemas/*: updated the results, less verbose, all tests
9751 pass like before
9752 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
9753 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
9754 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
9755 annoying warnings
9756 * xpath.c: try to provide better error report when possible
9757
Daniel Veillard72336152002-09-21 13:08:14 +00009758Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9759
9760 * Makefile.am: fixed a breakage raised by Jacob
9761
Igor Zlatkovic3f1e94b2002-09-20 18:08:17 +00009762Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9763
9764 * include/win32config.h: added HAVE_ERRNO_H definition for parts
9765 which don't use sockets
9766
Igor Zlatkovic01280582002-09-20 16:40:34 +00009767Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9768
9769 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
9770 * win32/configure.js: applied zlib patch from Daniel Gehriger
9771
Igor Zlatkovic9a4efcb2002-09-20 13:41:55 +00009772Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9773
9774 * win32/configure.js: applied the patch from Mark Vakoc for
9775 regexp support
9776 * win32/libxml2.def.src: applied the patch from Mark Vakoc
9777 for regexp support
9778
Daniel Veillardb5c05732002-09-20 13:36:25 +00009779Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9780
9781 * xmlschemastypes.c: as pointed by Igor Float and Double
9782 parsing ain't finished yet
9783
Daniel Veillard40b11342002-09-20 12:01:39 +00009784Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
9785
9786 * Makefile.am configure.in: trying to fix #88412 by bypassing
9787 all the python subdir if python ain't detected
9788
Daniel Veillard23e73572002-09-19 19:56:43 +00009789Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9790
9791 * Makefile.am configure.in include/libxml/xmlversion.h.in:
9792 made configuring with regexps/automata/unicode the default
9793 but without schemas ATM
9794 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
9795 fixed the regexp based DTD validation performance and memory
9796 problem by switching to a compact form for determinist regexps
9797 and detecting the determinism property in the process. Seems
9798 as fast as the old DTD validation specific engine :-) despite
9799 the regexp built and compaction process.
9800
Daniel Veillard5acfd6b2002-09-18 16:29:02 +00009801Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9802
9803 * valid.c: determinism is debugged, new DTD checking code now works
9804 but xmlFAComputesDeterminism takes far too much CPU and the whole
9805 set usues too much memory to be really usable as-is
9806
Daniel Veillard0f04f8e2002-09-17 23:04:40 +00009807Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9808
9809 * tree.c: fixed another stupid bug in xmlGetNodePath()
9810 * xmllint.c: --version now report the options compiled in
9811
Daniel Veillarda646cfd2002-09-17 21:50:03 +00009812Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9813
9814 * HTMLparser.c: small cleanup
9815 * valid.c xmlregexp.c: switched DTD validation to use only regexp
9816 when configured with them. A bit of debugging around the determinism
9817 checks is still needed
9818
Daniel Veillard63b01c22002-09-17 19:25:28 +00009819Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9820
9821 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
9822
Daniel Veillard92727042002-09-17 17:59:20 +00009823Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9824
9825 * xmlIO.c: small portability glitch fixed.
9826
Daniel Veillard84d70a42002-09-16 10:51:38 +00009827Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9828
9829 * xmlschemastypes.c: incomplete steps for real/double support
9830 * testAutomata.c include/libxml/xmlautomata.h
9831 include/libxml/xmlregexp.h: avoiding a compilation problem
9832 * valid.c include/libxml/valid.h: starting the work toward using
9833 the regexps for actual DTD validation
9834
Daniel Veillardaeb258a2002-09-13 14:48:12 +00009835Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9836
9837 * hash.c: cosmetic cleanup
9838 * valid.c include/libxml/tree.h include/libxml/valid.h: started
9839 integrating a DTD validation layer based on the regexps
9840
Daniel Veillard4402ab42002-09-12 16:02:56 +00009841Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9842
9843 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
9844 the determinism was tested before eliminating the epsilon
9845 transitions :-(
9846
Daniel Veillardc6d4a932002-09-12 15:00:57 +00009847Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
9848
9849 * python/generator.py python/libxml.c python/libxml.py
9850 python/libxml2-python-api.xml python/libxml2class.txt
9851 python/libxml_wrap.h python/types.c: updated the python
9852 bindings, added code for easier File I/O, and the ability to
9853 define a resolver from Python fixing bug #91635
9854 * python/tests/Makefile.am python/tests/inbuf.py
9855 python/tests/outbuf.py python/tests/pushSAXhtml.py
9856 python/tests/resolver.py python/tests/serialize.py: updated
9857 and augmented the set of Python tests.
9858
Igor Zlatkovic353bf582002-09-10 19:07:14 +00009859Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9860
9861 * win32/configure.js: added more readme info for the binary
9862 package.
9863
Daniel Veillard607b35c2002-09-10 12:16:19 +00009864Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9865
9866 * xmlIO.c: fixed a stupid out of bound array error
9867
9868Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9869
9870 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
9871 messing around with support for Windows path, cleanups,
9872 trying to identify and fix the various code path to the
9873 filename access. Added xmlNormalizeWindowsPath()
9874
Daniel Veillard76575762002-09-05 14:21:15 +00009875Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9876
9877 * error.c valid.c: working on better error reporting of validity
9878 errors, especially providing an accurate context.
9879 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
9880 error reports in those cases.
9881
Daniel Veillard3487c8d2002-09-05 11:33:25 +00009882Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9883
9884 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
9885 parser.c parserInternals.c xmlIO.c: get rid of all the
9886 perror() calls made in the library execution paths. This
9887 should fix both #92059 and #92385
9888
Daniel Veillard19aa7022002-09-05 11:14:19 +00009889Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9890
9891 * xmllint.c: memory leak reporting was broken after a change
9892 of the preprocessor symbol used to activate it.
9893
Daniel Veillardec6725e2002-09-05 11:12:45 +00009894Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9895
9896 * tree.c: try to make the copy function work for node of
9897 type XML_DOCUMENT_FRAG_NODE, they are only created by the
9898 DOM layers though, not libxml2 itself.
9899
Daniel Veillardb9cd8b42002-09-05 10:58:49 +00009900Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9901
9902 * valid.c: try to provide file and line informations, not all
9903 messages are covered, but it's a (good) start
9904
Daniel Veillardbbc72c32002-09-05 10:52:10 +00009905Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
9906
9907 * xinclude.c: reimplemented a large part of the XInclude
9908 processor, trying to minimize resources used, James Henstridge
9909 provided a huge test case which was exhibiting severe memory
9910 consumption problems.
9911
Daniel Veillard2206dbf2002-09-05 08:09:37 +00009912Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
9913
9914 * python/Makefile.am: applied patch from Christophe Merlet to
9915 reestablish DESTDIR
9916
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009917Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
9918
9919 * libxml.spec.in: fixes libary path for x86_64 AMD
9920
John Fleckbe98b332002-09-04 03:16:23 +00009921Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
9922
9923 * doc/tutorial/includekeyword.c
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009924 * doc/tutorial/xmltutorial.xml:
John Fleckbe98b332002-09-04 03:16:23 +00009925 (plus resulting generated html files)
9926 fixing one spot I missed in the tutorial where I hadn't freed
9927 memory properly
9928
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009929Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
9930
9931 * doc/tutorial/includeaddattribute.c
9932 * doc/tutorial/includeaddkeyword.c
9933 * doc/tutorial/includegetattribute.c
9934 * doc/tutorial/includekeyword.c
9935 * doc/tutorial/xmltutorial.xml
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009936 * doc/tutorial/*.html:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009937 update tutorial to properly free memory (thanks to Christopher
9938 R. Harris for pointing out that this needs to be done)
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009939 * doc/tutorial/images/callouts/*.png:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009940 added image files so the callouts are graphical, making it
9941 easier to read ( use "--param callout.graphics 1" to generate
9942 html with graphical callouts)
9943
Daniel Veillarde1662542002-08-28 11:50:59 +00009944Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9945
9946 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
9947 nice logos generated by Marc Liyanage
9948 * doc/site.xsl *.html: changed the stylesheet to show the new
9949 logo and regenerated the pages
9950
Daniel Veillardb212bbb2002-08-25 14:39:16 +00009951Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9952
9953 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
9954
Daniel Veillard42766c02002-08-22 20:52:17 +00009955Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9956
9957 * xpath.c: possible mem leak patch from Jason Adams
9958
9959Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9960
9961 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
9962 in the XQuery namespace
9963 * configure.in: preparing 2.4.24
9964 * doc/*.html: updated the web pages
9965
9966Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9967
9968 * python/generator.py: closing bug #85258 by generating conditional
9969 compile check to avoid linking to routines not configured in.
9970
Havoc Pennington84ec40a2002-08-22 13:59:35 +000099712002-08-22 Havoc Pennington <hp@pobox.com>
9972
9973 * autogen.sh: update error message for missing automake
9974
Daniel Veillard08cccaa2002-08-22 09:47:29 +00009975Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
9976
9977 * python/Makefile.am: typo in target name resulted in libxml2.py
9978 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
9979
Daniel Veillard22669b22002-08-22 07:17:11 +00009980Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9981
9982 * win32/win32/Makefile.mingw: updated with version from
9983 Elizabeth Barham at http://soggytrousers.net/repository/
9984
Igor Zlatkovica40adbc2002-08-20 14:42:32 +00009985Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9986
9987 * win32/Makefile.msvc: added the prefix location to the include
9988 and lib search path.
9989
Havoc Pennington830e8972002-08-18 22:22:13 +000099902002-08-18 Havoc Pennington <hp@pobox.com>
9991
9992 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
9993 both automake 1.6 and 1.4 installed get the right automake. Means
9994 compilation from CVS will now require the latest automake 1.4
9995 release, or manually creating symlinks called "automake-1.4" and
9996 "aclocal-1.4"
9997
Daniel Veillardb6984ef2002-08-14 16:55:31 +00009998Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9999
10000 * configure.in python/Makefile.am: more AMD 64 induced changes from
10001 Frederic Crozat
10002
Daniel Veillardc4bad4a2002-08-14 14:45:25 +000010003Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10004
10005 * xinclude.c: oops I was missing the xml:base fixup too
10006 * result/XInclude/*.xml: this adds xml:base attributes to most
10007 results of the tests
10008
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +000010009Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10010
10011 * xinclude.c: quick but apparently working implementation of
10012 xi:fallback, should close bug #89684
10013 * Makefile.am test/XInclude/docs/fallback.xml
10014 result/XInclude/fallback.xml: added a basic test for fallback,
10015 and run with --nowarning to avoid a spurious warning
10016 * configure.in: applied patch from Frederic Crozat for python
10017 bindings on AMD 64bits machines.
10018
Daniel Veillard9e923512002-08-14 08:48:52 +000010019Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
10020
10021 * parser.c: xmlSAXUserParseMemory() really ought to fail if
10022 the caller don't pass a SAX callback block.
10023
Daniel Veillardc1a0da32002-08-14 08:32:18 +000010024Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10025
10026 * tree.c: applied the same fix for the XML-1.0 namespace to
10027 xmlSearchNsByHref() as was done for xmlSearchNs()
10028
Daniel Veillardad11b302002-08-12 14:53:41 +000010029Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10030
10031 * libxml.3: small cleanup of the man page
10032 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
10033 when serializing HREF attributes generated by XSLT.
10034
Daniel Veillardc084e472002-08-12 13:27:28 +000010035Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10036
10037 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
10038 version of Marc Liyanage' patch for boolean attributes in HTML
10039 output
10040
Daniel Veillard5f91b372002-08-12 12:13:01 +000010041Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
10042
10043 * python/tests/serialize.py: fixed the test results, indenting
10044 behaviour changed slightly
10045
Aleksey Sanin9e951762002-08-08 18:02:41 +000010046Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
10047
10048 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
10049 new c14n function to Windows def files
10050
Aleksey Saninea4272a2002-08-02 23:50:03 +000010051Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
10052
10053 * c14n.c: fixed a memory leak in c14n code
10054
Daniel Veillard58e44c92002-08-02 22:19:49 +000010055Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
10056
10057 * parser.c include/libxml/parser.h: adding a new API for Christian
10058 Glahn: xmlParseBalancedChunkMemoryRecover
10059 * valid.c: patch from Rick Jones for some grammar cleanup in
10060 validation messages
10061 * result/VC/* result/valid/*: this slightly change some of the
10062 regression tests outputs
10063
Daniel Veillard0bf29002002-08-01 12:54:11 +000010064Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
10065
10066 * tree.c: trying to fix a problem in namespaced attribute handling
10067 raised by Christian Glahn
10068
Daniel Veillard6f46f6c2002-08-01 12:22:24 +000010069Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10070
10071 * encoding.c include/libxml/encoding.h: Opening the interface
10072 xmlNewCharEncodingHandler as requested in #89415
10073 * python/generator.py python/setup.py.in: applied cleanup
10074 patches from Marc-Andre Lemburg
10075 * tree.c: fixing bug #89332 on a specific case of loosing
10076 the XML-1.0 namespace on xml:xxx attributes
10077
Aleksey Sanin2c135a12002-08-01 06:31:50 +000010078Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
10079
10080 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
10081 corner case from new Merlin's test suite and added a callback
10082 that will be used to improve xmlsec performance
10083
10084
Daniel Veillard0b22def2002-07-29 16:23:03 +000010085Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
10086
10087 * HTMLtree.c: trying to fix the <style> escaping problem in
10088 HTML serialization bug #89342
10089
Daniel Veillard0b28e882002-07-24 23:47:05 +000010090Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
10091
10092 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
10093 and rebuilt the web site.
10094
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +000010095Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard0b28e882002-07-24 23:47:05 +000010096
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +000010097 * include/libxml/tree.h: added _private member to xmlNs struct
10098
Daniel Veillard1d995272002-07-22 16:43:32 +000010099Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
10100
10101 * HTMLparser.c: fixing bug #84876 based on the xml working
10102 code.
10103
William M. Brack61eaba52002-07-21 11:14:18 +000010104Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10105
10106 * python/Makefile.am: enhanced to fix bug 72012 (errors
10107 when using '-jX' make parameter)
10108
William M. Brackef61d202002-07-19 08:32:00 +000010109Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10110
10111 * xpath.c: small additional enhancement for booleans
10112 compared to nodesets
10113
Daniel Veillard3a42f3f2002-07-17 17:57:34 +000010114Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10115
10116 * HTMLtree.c: changed the order of the encoding declaration
10117 attributes in the meta tags due to a bug in IE/Mac
10118
William M. Brack0c022ad2002-07-12 00:56:01 +000010119Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10120
10121 * xpath.c: enhanced handling of booleans (especially '='
10122 and '!=' for nodesets) - fixes bug 85256. Added new
10123 routine xmlXPathNotEqualValues for more proper handling
10124 of '!=' when nodesets are involved.
10125
Daniel Veillard06944e22002-07-11 19:55:18 +000010126Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10127
10128 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
10129 doc/xmlcatalog_man.xml to the source distribution
10130
Igor Zlatkovic6ac30172002-07-10 19:22:48 +000010131Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10132
10133 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
10134 asked for this.
10135
Daniel Veillard539638b2002-07-06 19:55:14 +000010136Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
10137
10138 * configure.in: preparing 2.4.23
10139 * doc/*: rebuilt the docs
10140
Daniel Veillard176d99f2002-07-06 19:22:28 +000010141Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
10142
10143 * parser.c: fixing bug #84169 by fixing the
10144 comment of xmlCreatePushParserCtxt to describe the
10145 encoding detection parameters better.
10146
Daniel Veillard37f961d2002-07-06 17:53:56 +000010147Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
10148
10149 * valid.c: fixing bug #79331 in one path the lookup for
10150 ID attributes on a namespaced node wasn't handled correctly :-\
10151
Daniel Veillard8c9872c2002-07-05 18:17:10 +000010152Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
10153
10154 * HTMLparser.c: trying to fix 87235 about discarded white
10155 spaces in the HTML parser.
10156 * result/HTML/*: this changes the output of a number of HTML
10157 regression tests
10158
Daniel Veillardfdc91562002-07-01 21:52:03 +000010159Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
10160
10161 * xpath.c: applied patch from Richard Jinks for the namespace
10162 axis + fixed a memory error.
10163 * parser.c parserInternals.c: applied patches from Peter Jacobi
10164 removing ctxt->token for good.
10165 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
10166 popped out by the regression tests.
10167 * Makefile.am: patch for threads makefile from Gary Pennington
10168
William M. Brack6000af52002-06-28 11:43:13 +000010169Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10170
Daniel Veillardfdc91562002-07-01 21:52:03 +000010171 * xpath.c: enhanced behaviour of position() after usage of
William M. Brack6000af52002-06-28 11:43:13 +000010172 expressions involving preceding-sibling (et al).
10173
Daniel Veillard153120c2002-06-18 07:58:35 +000010174Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
10175
10176 * hash.c: applied a patch from Peter Jacobi to solve a problem
10177 when compiling with the Watcom C on Win32
10178 * result/schemas/*.err: the change of hashing algo generated
10179 permutations in the output
10180
Daniel Veillard5f7f9912002-06-17 17:03:00 +000010181Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10182
10183 * hash.c: applied patch from Sander Vesik improving the quality of
10184 the hash function.
10185
Aleksey Sanina5808b92002-06-14 17:07:41 +0000101862002-06-14 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin49cc9752002-06-14 17:07:10 +000010187
10188 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
10189 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
10190 xmllint.c xpath.c: replaced sprintf() with snprintf()
10191 to prevent possible buffer overflow (the bug was pointed
10192 out by Anju Premachandran)
10193
Daniel Veillarde059b892002-06-13 15:32:10 +000010194Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10195
10196 * parser.c: removed an uninitialized data error popped by valgrind
10197 on PE references
10198
MDT 2002 John Fleckd7ca7f92002-06-13 03:41:03 +000010199Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
10200
10201 * doc/xml.html
10202 adding tutorial reference to the web page
10203
MDT 2002 John Fleck54520832002-06-13 03:30:26 +000010204Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
10205
10206 * doc/tutorial/xmltutorial.xml
10207 * doc/tutorial/ar01s07.html
10208 * doc/tutorial/ape.html
10209 * doc/tutorial/includegetattribute.c
10210 adding section to tutorial about retrieving an attribute
10211 value
10212
Daniel Veillardf5582f12002-06-11 10:08:16 +000010213Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10214
10215 * parser.c: applied a couple of patches from Peter Jacobi to start
10216 to get rid of ctxt->token, with a possible significant speed
10217 improvement to be gained once done. Better compliance with PE
10218 references constructs in DTDs too.
10219 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
10220 from Peter too
10221
Daniel Veillard38d80e22002-06-11 07:24:56 +000010222Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10223
10224 * parser.c: Babak Vahedipour-Kunze reported that openTag in
10225 xmlParseElement was likely to have been deallocated at the
10226 time of the report, possibly leading to segfault. Just report
10227 the tag name now.
10228
Daniel Veillard9e412302002-06-10 15:59:44 +000010229Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10230
10231 * xpath.c: patch from Richard Jinks for XPath substring() function
10232 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
10233
Aleksey Sanina5808b92002-06-14 17:07:41 +0000102342002-06-06 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin9c45ba82002-06-06 21:46:13 +000010235
10236 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
10237
MDT 2002 John Flecka63f3ff2002-06-06 02:14:01 +000010238Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
10239
10240 *doc/FAQ.html
10241 fixing typos in FAQ, thanks to Robert Funnell for the
10242 editing help
10243
Daniel Veillardd2fd1b62002-06-05 12:52:34 +000010244Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10245
10246 * NEWS: got complaints from rpmlint that it was empty
10247
MDT 2002 John Fleck598f6eb2002-06-04 15:10:36 +000010248Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
10249
10250 * added doc/tutorial, including:
10251 apa.html
10252 apb.html
10253 apc.html
10254 apd.html
10255 ar01s02.html
10256 ar01s03.html
10257 ar01s04.html
10258 ar01s05.html
10259 ar01s06.html
10260 includeaddattribute.c
10261 includeaddkeyword.c
10262 includekeyword.c
10263 includestory.xml
10264 index.html
10265 xmltutorial.xml
10266 libxml tutorial, including generated html
10267
Aleksey Saninf8cb6dd2002-06-04 04:27:06 +000010268Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
10269
10270 * result/c14n/exc-without-comments/merlin-c14n-two-*
10271 result/c14n/without-comments/merlin-c14n-two-*
10272 test/c14n/exc-without-comments/merlin-c14n-two-*
10273 test/c14n/without-comments/merlin-c14n-two-*
10274 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
10275 c14n/exc-c14n and slightly modified test script to handle
10276 these test cases
10277 * c14n.c: fixed bugs for complicated nodes set (namespace
10278 without node and others from merlin-c14n-two.tar.gz)
10279 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
10280 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
10281 for xmlsec performance patch
10282 * xpath.c: fixed self::node() for namespaces and attributes
10283
Daniel Veillardd2fd1b62002-06-05 12:52:34 +000010284Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
10285
10286 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
10287 but with the format parameter
10288 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
10289
Aleksey Saninc57f9c12002-05-31 19:14:57 +000010290Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
10291
10292 * Makefile.am: updated c14n tests suite
10293 * c14n.c: performance improvement for previous c14n patch
10294
Daniel Veillarde72c7562002-05-31 09:47:30 +000010295Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10296
10297 * parser.c: another peroformance patch from Peter Jacobi, that
10298 time on parsing attribute values.
10299
Aleksey Sanin508a1012002-05-31 06:32:32 +000010300Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
10301
10302 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
10303 into LibXML2 test suite
10304
Aleksey Sanindffd5c82002-05-31 04:24:13 +000010305Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
10306
10307 * c14n.c: propagating xpath ancesstors node fix to c14n
10308 plus small performance improvement to reduce number of
10309 mallocs
10310 * xpath.c: fixed ancestors axis processing for namespace nodes
10311
Daniel Veillard46de64e2002-05-29 08:21:33 +000010312Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
10313
10314 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
10315 Peter Jacobi
10316
Daniel Veillardd5e22ef2002-05-27 21:17:57 +000010317Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
10318
10319 * configure.in: preparing 2.4.22
10320
Daniel Veillard1b31e4a2002-05-27 14:44:50 +000010321Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10322
10323 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
10324 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
10325 a public entry point.
10326 * doc/*: rebuilt the API and docs
10327
Daniel Veillarded23b7d2002-05-27 12:16:02 +000010328Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
10329
10330 * xpath.c: patch from Richard Jinks to fix a problem introduced
10331 in the previous patch and pointed by Norm
10332
Daniel Veillardc6924812002-05-24 11:10:43 +000010333Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
10334
10335 * libxml.spec.in: fixing bug #81112
10336
Daniel Veillard234bc4e2002-05-24 11:03:05 +000010337Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10338
10339 * uri.c: fixing bug #82848
10340
Daniel Veillarda2878972002-05-24 07:54:39 +000010341Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10342
10343 * result/catalogs/mycatalog.full: Aleksey's commit changed the
10344 output of one catalog test
10345
Aleksey Sanin114e4752002-05-24 07:20:27 +000010346Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillarda2878972002-05-24 07:54:39 +000010347
Aleksey Sanin114e4752002-05-24 07:20:27 +000010348 * global.data globals.c tree.c include/libxml/globals.h
10349 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
10350 default value for global parameter xmlIndentTreeOutput to 1 and
10351 introduced new global parameter xmlTreeIndentString (the string
10352 used to do one-level indent) with default value " " (as it was
10353 in tree.c)
10354
Daniel Veillard49d5af82002-05-23 11:55:49 +000010355Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10356
10357 * Makefile.am: Merijn Broeren pointed out a problem when compiling
10358 with trio and schemas.
10359
Daniel Veillard7c13af42002-05-22 09:57:32 +000010360Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10361
10362 * xpath.c: patch from Richard Jinks to fix the problem raised in
10363 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
10364
Daniel Veillard5a872412002-05-22 06:40:27 +000010365Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
10366
10367 * xmlschemas.c: a bit of work on import.
10368 * xmlschemastypes.c: Charles Bozeman provided a compare function
10369 for date/time types so min/max facet restrictions should work,
10370 indeterminate comparisons return an error instead of equal.
10371 * test/schemas/date_0* result/schemas/date_0_0: specific test
10372 from Charles Bozeman too
10373
Daniel Veillard10b6da42002-05-18 07:55:20 +000010374Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10375
10376 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
10377 from Christian Cornelssen fixing the man pages and the Catalog
10378 building script.
10379 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
10380 next step is <xs:import> I now have a reasonable understanding
10381 of how it works.
10382
Daniel Veillarde5354492002-05-16 08:43:22 +000010383Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10384
10385 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
10386
Igor Zlatkovic1396e182002-05-14 22:22:40 +000010387Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10388
10389 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
10390
Daniel Veillard088bf112002-05-14 11:03:59 +000010391Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
10392
10393 * xpath.c: fixing an XPath function evalutation bug pointed out
10394 by Alexey Efimov where the context was lost when evaluating
10395 the function arguments
10396
Aleksey Sanin79376ba2002-05-14 06:41:32 +000010397Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard088bf112002-05-14 11:03:59 +000010398
Aleksey Sanin79376ba2002-05-14 06:41:32 +000010399 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
10400 function public for XMLSec performance optimizations
10401
Daniel Veillard3cd72402002-05-13 10:33:30 +000010402Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
10403
10404 * python/generator.py python/libxml2class.txt : fixed a problem
10405 with the HTML parser pointed by Gary Benson
10406 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
10407 example
10408
Aleksey Sanine48a3182002-05-09 18:20:01 +000010409Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10410 * parser.c: fixed bug #81159 (memory growth in SAX)
10411
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010412Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10413 * xpath.c: fixed bug #78858 (the real fix)
10414
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010415Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010416 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010417
Daniel Veillard4cbe4702002-05-05 06:57:27 +000010418Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10419
10420 * tree.c: modified xmlNodeSetBase to allow changing the
10421 base of a document.
10422
Daniel Veillard070803b2002-05-03 07:29:38 +000010423Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
10424
10425 * xmlschemastypes.c: patch Charles Bozeman for validation of
10426 all the date, time, and duration types
10427 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
10428 * configure.in: fixed an error pointed by an user
10429 * xml2-config.in: fixed an error pointed by an user
10430
Aleksey Sanin5aac8b82002-05-01 18:32:28 +000010431Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10432
10433 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
10434 win32/libxml2.def.src xmlIO.c: exported default
10435 'file:', 'http:' and 'ftp:' protocols input handlers
10436 and maked protocols comparisson case insensitive
10437
Daniel Veillard34de97f2002-04-30 14:29:22 +000010438Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10439
10440 * configure.in: Neven Has detected a typo
10441
Daniel Veillard28577c32002-04-30 06:48:41 +000010442Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
10443
10444 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
10445 as one of the persons allowed to commit directly to the
10446 module.
10447
Daniel Veillardfc57b412002-04-29 15:50:14 +000010448Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10449
10450 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
10451 * valid.c: raised a too low limit
10452 * doc/*: rebuilt the docs
10453
Daniel Veillardeca82812002-04-24 11:42:02 +000010454Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10455
10456 * test/XPath/expr/floats test/XPath/expr/functions
10457 result/XPath/expr/floats result/XPath/expr/functions
10458 xpath.c: another XPath conformance patch from Richard Jinks
10459
Daniel Veillard13e04c62002-04-23 17:51:29 +000010460Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
10461
10462 * xmlschemas.c: fixed validation of attribute groups.
10463 * test/schemas result/schemas: added an example from the primer
10464
Daniel Veillard88c58912002-04-23 07:12:20 +000010465Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10466
10467 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
10468 * test/schemas result/schemas: updated the test list
10469
Daniel Veillarde19fc232002-04-22 16:01:24 +000010470Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10471
10472 * TODO: updated a bit
10473 * parser.c: made a comment more specific
10474 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
10475 Schemas conformance.
10476 * test/schemas result/schemas: updated the test list
10477
Daniel Veillard441bc322002-04-20 17:38:48 +000010478Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
10479
10480 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
10481 implementing xs:all with minOccurs = 0
10482 * tes/schemas/* result/schemas/*: added more tests covering
10483 xs:all
10484
Daniel Veillard8a001f62002-04-20 07:24:11 +000010485Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
10486
10487 * xmlregexp.c: first implementation of the all particle, this
10488 may need to be revisited for case where not all transitions
10489 must be crossed.
10490
Daniel Veillard7646b182002-04-20 06:41:40 +000010491Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10492
10493 * tree.c: another entity processing update from Markus Henke
10494
Bjorn Reese54d02fb2002-04-19 15:16:01 +000010495Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
10496
10497 * trionan.c: fixed crash on OSF/1
10498
Daniel Veillardb4398962002-04-19 07:01:55 +000010499Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
10500
10501 * xmlschemas.c: more Schemas work
10502 * test/schemas/* result/schemas/*: added more tests coming
10503 from the spec.
10504
Daniel Veillard54761132002-04-18 21:00:44 +000010505Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10506
10507 * c14n.c: patch from Aleksey Sanin reflecting a change in the
10508 ExcC14N specification
10509
Daniel Veillardbf8dae82002-04-18 16:39:10 +000010510Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10511
10512 * tree.c: patch from Markus Henke, fix for recursive entities.
10513
Daniel Veillard23b1f372002-04-18 15:50:05 +000010514Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10515
10516 * xpath.c: fix a problem with string() on a document node.
10517
Daniel Veillarddecd64d2002-04-18 14:41:51 +000010518Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10519
10520 * Makefile.am xmlschemas.c: more Schemas work
10521 * test/schemas/* result/schemas/*: added more tests coming
10522 from the spec.
10523
Daniel Veillard6231e842002-04-18 11:54:04 +000010524Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10525
10526 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
10527 * result/HTML/*: this changes a few things in the results
10528
Igor Zlatkovic648b8e92002-04-17 18:35:57 +000010529Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10530
10531 * include/libxml/tree.h: eliminated 'declaration different than
10532 prototype' warning
10533 * include/win32config.h: "resolved" conflicts with errno.h
10534
Daniel Veillardb509f152002-04-17 16:28:10 +000010535Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10536
10537 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
10538 on the automata interfaces and debug of counted choices
10539 * test/schemas/* result/schemas/*: added a number of tests
10540
Daniel Veillard8651f532002-04-17 09:06:27 +000010541Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10542
10543 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10544 a bit of work on Schemas
10545 * testSchemas.c: try to make it more useful
10546 * test/schemas/* result/schemas/* Makefile.am: changed the
10547 Schemas regression test procedure, started adding a few samples
10548
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010549Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10550
10551 * include/libxml/encoding.h: Patch for the Borland C++ builder
10552 * include/libxml/tree.h: Patch for the Borland C++ builder
10553 * threads.c: Patch for the Borland C++ builder
Igor Zlatkovice1eff382002-04-16 19:00:21 +000010554 * win32/bcb5: New directory for the Borland C++ builder
10555 project files
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010556
Igor Zlatkovicea5148d2002-04-16 17:46:25 +000010557Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10558
10559 * win32/Makefile.msvc: Update for XML Schema support
10560 * win32/configure.js: Update for XML Schema support
10561 * win32/libxml2.def.src: Update for XML Schema support
10562
Daniel Veillard4255d502002-04-16 15:50:10 +000010563Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
10564
10565 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
10566 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
10567 xmlunicode.c include/libxml/Makefile.am
10568 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
10569 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
10570 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
10571 include/libxml/xmlversion.h.in : merged the current state of
10572 XML Schemas implementation, it is not configured in by default,
10573 a specific --schemas configure option has been added.
10574 * test/automata test/regexp test/schemas Makefile.am
10575 result/automata result/regexp result/schemas:
10576 merged automata/regexp/schemas regression tests
10577
Daniel Veillardbc6f7592002-04-16 07:49:59 +000010578Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
10579
10580 * xpath.c: Gary found a compile time problem, fixes #78823
10581
Daniel Veillarda7084cd2002-04-15 17:12:47 +000010582Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10583
10584 * configure.in: release of 2.4.20
10585 * doc/*: updated and rebuilt the docs
10586
Daniel Veillardf544f192002-04-15 12:56:56 +000010587Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10588
10589 * python/Makefile.am: patch from Cristian Gafton to build on
10590 Red Hat 6.2, should also fix #75779
10591
Daniel Veillard940492d2002-04-15 10:15:25 +000010592Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10593
10594 * valid.c: first part of fixing #78729
10595
Daniel Veillardeb475a32002-04-14 22:00:22 +000010596Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
10597
10598 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
10599 escaping of URI when saving HTML files.
10600 * result/HTML/*: this impacted some tests
10601
Daniel Veillard9b731d72002-04-14 12:56:08 +000010602Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
10603
10604 * configure.in: trying to fix #77441
10605
Daniel Veillarda8a89fe2002-04-12 21:03:34 +000010606Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10607
10608 * include/libxml/xmlIO.h: Hallski complained it could not be
10609 included by itself.
10610
Daniel Veillardcb5b4d62002-04-11 08:24:26 +000010611Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10612
10613 * configure.in: applied an IEEE flag patch for OSF/1 #77825
10614
Igor Zlatkovic9425ce22002-04-10 21:57:11 +000010615Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10616
10617 * win32/configure.js: patch from Nilo for the c14n option
10618 * win32/Makefile.msvc: fixed libxml2.def generation with threads
10619
Daniel Veillardda423da2002-04-10 19:25:38 +000010620Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10621
10622 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
10623 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
10624 LIBXML_THREAD_ENABLED
10625
Daniel Veillard0eafdef2002-04-10 16:14:34 +000010626Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10627
10628 * xpath.c: another patch from Richard Jinks for substring conformance
10629 * test/XPath/expr/floats test/XPath/expr/strings
10630 result/XPath/expr/floats result/XPath/expr/strings: update of the
10631 test suite to check those.
10632
Daniel Veillard01917aa2002-04-10 11:30:41 +000010633Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10634
10635 * xpath.c: patch from Richard Jinks for .x float parsing.
10636
Daniel Veillard46d6c442002-04-09 16:10:39 +000010637Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
10638
10639 * parser.c: patch from Markus Henke when an encoding ain't recognized
10640
Daniel Veillard88e0ad42002-04-09 13:48:02 +000010641Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10642
10643 * libxml.m4: got a report that #include <string.h> was needed
10644
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010645Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10646
10647 * xmllint.c: applied a fix from Anthony Jones for -o /--output
10648
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010649Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
10650
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010651 * doc/example.html: fixing typo
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010652
Daniel Veillardbd6e6312002-04-01 08:04:14 +000010653Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10654
10655 * xpath.c: fixed a bug in the nodeset to boolean comparison code
10656 pointed out by Melvyn Sopacua.
10657
Daniel Veillarde979e3b2002-03-29 22:43:00 +000010658Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10659
10660 * libxml.m4: Frédéric Crozat gave a patch related to the change
10661 of Include paths breaking the libxml.m4
10662
Daniel Veillard7089d6b2002-03-29 17:28:10 +000010663Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10664
10665 * xpath.c: Fix bug #76927 forgot to save some context
10666 when evaluating binary expressions
10667
Daniel Veillardd30be4a2002-03-28 18:25:31 +000010668Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
10669
10670 * configure.in: fixed configure for MPE/iX from Markus Henke
10671 * xmlmemory.c: fixed initialization problems
10672 * xpath.c: another set of patches from Richard Jinks this
10673 fixes "make XPathtests" on linux
10674
Daniel Veillard21458c82002-03-27 16:12:22 +000010675Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
10676
10677 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
10678 * test/XPath/expr/compare test/XPath/expr/equality
10679 test/XPath/expr/floats test/XPath/expr/functions
10680 test/XPath/expr/strings result/XPath/expr/compare
10681 result/XPath/expr/equality result/XPath/expr/floats
10682 result/XPath/expr/functions result/XPath/expr/strings: Updated
10683 tests though they show a divergence on Linux
10684
Daniel Veillard28dfed12002-03-27 09:08:17 +000010685Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10686
10687 * xpath.c trionan.c: previous commit also included patches
10688 from Richard Jinks on some IEEE support corner case
10689
Daniel Veillard5fc1f082002-03-27 09:05:40 +000010690Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10691
10692 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
10693 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
10694 that $(datadir) should be used for docs
10695
Daniel Veillarddb1dc392002-03-26 12:44:39 +000010696Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10697
10698 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
10699 could leak filedescriptors
10700
Daniel Veillarddd4b9122002-03-26 07:58:43 +000010701Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10702
10703 * configure.in nanohttp.c: applied patch from Allan Clark for
10704 UnixWare/OpenServer
10705
Daniel Veillard19274092002-03-25 16:48:03 +000010706Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10707
10708 * configure.in: preparing 2.4.19
10709 * doc/*: rebuilt the docs
10710
Daniel Veillard56b2db72002-03-25 16:35:28 +000010711Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10712
10713 * nanohttp.c: fixing #76043, got fed up with non-portability
10714 of that piece of code.
10715
Daniel Veillard6f4561a2002-03-25 12:10:14 +000010716Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
10717
10718 * valid.c SAX.c: Never commit without running "make tests" :-(
10719 fix a couple of stupidities in the previous commit
10720 * result/*: a few changes in some attribute order result of previous
10721 commit.
10722
Daniel Veillardd85f4f42002-03-25 10:48:46 +000010723Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10724
10725 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
10726 the internal subset should not raise duplicate ID errors,
10727 also there was a small bug in conjunction to namespace
10728 declarations defaulted and xml:xxx attributes DTD definitions.
10729
Daniel Veillard56cd18b2002-03-22 14:14:43 +000010730Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10731
10732 * xpath.c: Richard Jinks also raised some rounding problems
10733 this tries to fix them
10734
Daniel Veillard4e2df542002-03-22 12:23:14 +000010735Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10736
10737 * xpath.c: Richard Jinks spotted an incoherent memory allocation
10738 behaviour in xmlXPathCastToString()
10739
Daniel Veillarddb552912002-03-21 13:27:59 +000010740Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10741
10742 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
10743 raised by Morus Walter
10744
Daniel Veillard9e537932002-03-21 13:08:08 +000010745Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10746
10747 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
10748 from Igor
10749
Daniel Veillard6fbcf422002-03-21 12:32:59 +000010750Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10751
10752 * xpath.c: fixing #75619, related to a problem when trying
10753 to evaluate condition when the current node set resulting
10754 from that sub-step evaluation is empty. Also fixes 2 potential
10755 problem with previous-sibling and next-siblings axis.
10756
Daniel Veillard1840ef02002-03-21 08:05:23 +000010757Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10758
10759 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
10760 HTML support is not configured in.
10761
Daniel Veillard561b7f82002-03-20 21:55:57 +000010762Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10763
10764 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
10765 include/libxml/tree.h: dohh I really didn't intended to commit
10766 this test version :-(
10767
Daniel Veillarde50f3b52002-03-20 19:24:21 +000010768Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10769
10770 * testSAX.c: I wanted to see the real speed at the SAX interface
10771 after a little too many Ximianer started complaining about the
10772 parser speed.
10773 added a --quiet option:
10774 paphio:~/XML -> ls -l db100000.xml
10775 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
10776 paphio:~/XML -> time ./testSAX --quiet db100000.xml
10777 3200006 callbacks generated
10778 real 0m1.270s
10779 Which means 16MBytes/s and 3Mcallback/s
10780
Daniel Veillardc62a1472002-03-19 18:35:12 +000010781Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10782
10783 * xpath.c: valgrind spotted another error that time when running
10784 on libxslt regression tests
10785
Daniel Veillard4b3a84f2002-03-19 14:36:46 +000010786Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10787
10788 * Makefile.am: adding "make valgrind" running the full regression
10789 tests (except python ones) under Valgrind (using valgrind -q
10790 which was kindly added by the author).
10791 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
10792 passes cleanly now except an obcure floating point initialization
10793 raised in log10() in one XPath regression test ???
10794 * tree.c: edited some comments to close #75244
10795
Daniel Veillard28cac6b2002-03-19 11:25:30 +000010796Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
10797
10798 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
10799 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
10800 context of ScrollKeeper, made sure that if the number is
10801 an integer, the serialization follows the description at
10802 http://www.w3.org/TR/xpath#section-String-Functions
10803
Daniel Veillard5997aca2002-03-18 18:36:20 +000010804Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10805
Daniel Veillard34ce8be2002-03-18 19:37:11 +000010806 * configure.in: preparing 2.4.18
10807 * doc/*: updated and rebuilt the web site
10808 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
10809 the Windows and Cygwin maintainers.
Daniel Veillard5997aca2002-03-18 18:36:20 +000010810 * parser.c: humm, changed the way the SAX parser work when
10811 xmlSubstituteEntitiesDefault(1) is set, it will then
10812 do the entity registration and loading by itself in case the
10813 user provided SAX getEntity() returns NULL.
10814 * testSAX.c: added --noent to test the behaviour.
10815
Daniel Veillardb5a60ec2002-03-18 11:45:56 +000010816Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10817
10818 * parser.c: Wilfried Teiken provided a hackish but working
10819 way to get context reported back on entities when parsing
10820 with SAX and without breaking the DOM build.
10821
Daniel Veillard2d347fa2002-03-17 10:34:11 +000010822Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10823
10824 * c14n.c: applied a new patch from Aleksey Sanin
10825 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
10826 to reference Aleksey implementation of XML digital Signatures
10827
Daniel Veillard38bf6f02002-03-16 22:03:31 +000010828Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10829
10830 * xpath.c: small fix to avoid potential problem due to
10831 ordering of freeing data
10832 * python/Makefile.am: people were complaining about
10833 the generated file in python dir not being built
10834
Daniel Veillardd2379012002-03-15 22:24:56 +000010835Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10836
10837 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
10838 python/generator.py python/libxml.c python/types.c: Cleanup
10839 of the python Makefiles based on Jacob and James feedback,
10840 fixed the spec file accordingly, fixed the number of warning
10841 that passing my pedantic CFLAGS was generating. Conclusion
10842 is that Python includes are real crap.
10843
Daniel Veillarde7dd2b82002-03-15 18:44:02 +000010844Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
10845
10846 * configure,in: it was reported quite a few times that
10847 xml2-config --cflags should not output
10848 -I$includeprefix/libxml2/libxml because libxml2 header names
10849 clashes with existing names like list.h from C++ stl.
10850 Includes should be #include<libxml/xxx.h> so ...
10851
Daniel Veillard6f293b12002-03-15 09:42:33 +000010852Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
10853
10854 * c14n.c: another patch from Aleksey Sanin
10855
Daniel Veillard5c396542002-03-15 07:57:50 +000010856Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10857
10858 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
10859 canonicalization algorithm
10860 * doc/xml.html doc/index.html: added the C14N references on the
10861 index page.
10862
jacob berkman9be65862002-03-14 02:15:56 +0000108632002-03-13 jacob berkman <jacob@ximian.com>
10864
10865 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
10866 usage, redundant, and gcc specific
10867
Daniel Veillard75be0132002-03-13 10:03:35 +000010868Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10869
10870 * xpath.c: speedup some node selection operations, this can
10871 have a significant impact on DocBook Norm's stylesheets
10872 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
10873 make sure it's always the case
10874 * debugXML.c: distinguish CDATA and comments in ls operations
10875
Daniel Veillard61f26172002-03-12 18:46:39 +000010876Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10877
10878 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
10879 to generate better API descriptions etc...
10880
Daniel Veillard9ff88172002-03-11 09:15:32 +000010881Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10882
10883 * c14n.c: Fixing #74186, made sure all boolean expressions
10884 get fully parenthesized, ran indent on the output
10885 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
10886 include/libxml/tree.h: also #74186 related, removed the
10887 --with-buffers option, and all the preprocessor conditional
10888 sections that were resulting from it.
10889
Daniel Veillardbb4e46d2002-03-10 16:49:08 +000010890Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10891
10892 * valid.c: applied patch from Dodji Seketeli fixing an
10893 uninitailized variable in xmlValidGetValidElements()
10894
Daniel Veillarddb1bdba2002-03-09 14:13:11 +000010895Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10896
10897 * c14n.c: fixed a few comments
10898 * doc/*.html doc/*/*.html: regenerated the docs and added
10899 the C14N API
10900 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
10901
Daniel Veillardfa49d872002-03-09 10:20:00 +000010902Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10903
10904 * check-xml-test-suite.py: fix to adapt varaiations in the
10905 bindings
10906 * configure.in python/setup.py python/setup.py.in: fixed to
10907 have the version of the python scripts automatically updated
10908
Daniel Veillarda3db2e32002-03-08 15:46:57 +000010909Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10910
10911 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
10912 in xmlCopyProp()
10913
Daniel Veillardaf43f632002-03-08 15:05:20 +000010914Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
10915
10916 * configure.in: preparing 2.4.17 release
10917 * doc/*: updated and rebuilt the docs
10918 * xpath.c: fixed a comment
10919 * python/libxml.c: fixed a possible reentrancy problem
10920
Daniel Veillardef6c46f2002-03-07 22:21:56 +000010921Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10922
10923 * tree.c python/tests/Makefile.am python/tests/attribs.py:
10924 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
10925 added a specific regression test
10926 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
10927 not raise exceptions when failing to find the attribute.
10928
Daniel Veillard90bc3712002-03-07 15:12:58 +000010929Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10930
10931 * configure.in xmllint.c: owen pointed out a problem with the
10932 ftme fix, gettimeofday() was not detected by configure and
10933 the ftime header wasn't included, dohhh
10934
Daniel Veillard8c1ae602002-03-07 11:21:00 +000010935Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10936
10937 * configure.in xmllint.c: trying to fix #71457 for timing
10938 precision when gettimeofday() is not availble but ftime() is
10939
Daniel Veillardf5a457a2002-03-07 10:25:29 +000010940Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10941
10942 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
10943 are now copied on install and part of the -devel RPM
10944
Daniel Veillard7b416132002-03-07 08:36:03 +000010945Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10946
10947 * xpath.c: trying to avoid bug #72150 which was apparently
10948 caused by a gcc bug (or a processor problem) as detailed
10949 at http://veillard.com/gcc.bug
10950
Daniel Veillardf742d342002-03-07 00:05:35 +000010951Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10952
10953 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
10954 fixed xmlReconciliateNs(), added a Python test/example for
10955 inter-document cut'n paste
10956 * python/libxml.py: fixed node.doc on document nodes and added
10957 xpathEval() onto node objects
10958
Daniel Veillard4e0e2972002-03-06 21:39:42 +000010959Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10960
10961 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
10962 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
10963 fixup and integrated tests for the serialization stuff
10964
Daniel Veillarde915b2d2002-03-06 18:42:40 +000010965Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10966
10967 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
10968 moved the libxml man page to section 3
10969
Daniel Veillard1e774382002-03-06 17:35:40 +000010970Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10971
10972 * tree.c: fix bug #72490
10973 * python/libxml.c python/libxml.py: added methods serialize()
10974 and saveTo() to all node elements.
10975
Daniel Veillardddffd2a2002-03-05 20:28:20 +000010976Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10977
10978 * xmlIO.c: closed #73430, don't read from an input source
10979 which indicated an end-of-file or an error.
10980
Daniel Veillard8d24cc12002-03-05 15:41:29 +000010981Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10982
10983 * parser.c: make sure SAX endDocument is always called as
10984 this could result in a Python memory leak otherwise (it's
10985 used to decrement ref-counting)
10986 * python/generator.py python/libxml.c python/libxml.py
10987 python/libxml2-python-api.xml python/libxml2class.txt
10988 python/tests/error.py python/tests/xpath.py: implemented
10989 the suggestions made by Gary Benson and extended the tests
10990 to match it.
10991
Daniel Veillardba5e18a2002-03-05 09:36:43 +000010992Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10993
10994 * python/generator.py: applied patch fixing #73450
10995
Daniel Veillard044fc6b2002-03-04 17:09:44 +000010996Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10997
10998 * xpath.c: fixing #61290 "namespace nodes have no parent"
10999 long standing divergence from the XPath REC. NodeSets
11000 simply hold a copy of namespace nodes and those node ->next
11001 points to the parent (which may not be the node carrying the
11002 definition).
11003 * include/libxml/xpath.h: flagged but didn't added a possible
11004 speedup
11005 * DOCBparser.c HTMLparser.c: removed some warnings from push
11006 parser due to new state being added.
11007 * tree.c: new fix from Boris Erdmann
11008 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
11009 the XML Canonalization support from Aleksey Sanin
11010
Daniel Veillardd4f41aa2002-03-03 14:13:46 +000011011Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11012
11013 * tree.c: patch from Boris Erdmann fixing some namespace odities
11014 with xmlCopyNode()
11015
Daniel Veillardc6613042002-03-02 09:34:02 +000011016Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11017
11018 * xmlIO.c: fix bug #72706 when loading a NULL entity
11019
Daniel Veillardc0fef772002-03-01 16:16:31 +000011020Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11021
11022 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
11023 actually change in a future XML Namespace revision.
11024
Daniel Veillard79426f22002-03-01 16:14:17 +000011025Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11026
11027 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
11028 added the possibility of returning nodesets from XPath extension
11029 functions written in Python
11030
Daniel Veillarda94ec6f2002-03-01 13:00:53 +000011031Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
11032
11033 * python/*: commiting some Python bindings work done while travelling
11034
Daniel Veillard97300512002-03-01 09:13:41 +000011035Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11036
11037 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
11038 explicitely with memory debugging switched on
11039
Daniel Veillard6361da02002-02-23 10:10:33 +000011040Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
11041
11042 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11043 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11044 Added wrapper for the xmlURIPtr type, provided accessors, fixed
11045 the accessor generator for strings
11046 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
11047 regression test.
11048
Daniel Veillard0fea6f42002-02-22 22:51:13 +000011049Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11050
11051 * python/README python/generator.py python/libxml.c python/setup.py:
11052 added the 'usual' setup.py to allow building a libxml2-python
11053 module based on the same code. The initialization is however
11054 different the 2 .so files fo libxml2 and libxslt are identical and
11055 they entry point initialize both libraries. this is done to avoid
11056 some possible nasty problem since the Python don't merge the maps
11057 of all shared modules.
11058
Daniel Veillard158a4d22002-02-20 22:17:58 +000011059Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11060
11061 * parser.c: fixed a push/encoding bug reported by Michael
11062 on librsvg
11063
Daniel Veillard7839e162002-02-20 18:54:48 +000011064Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11065
11066 * include/libxml/parserInternals.h: fixes a misplaced #endif
11067
Daniel Veillardd54fa3e2002-02-20 16:48:52 +000011068Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11069
11070 * parser.c valid.c: found and fixed a couple of allocation bugs
11071
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000011072Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
11073
11074 * doc/xml.html doc/python.html doc/*: added a Python and binding
11075 page describing the current state of the Python bindings and
11076 giving pointers to the other languages wrappers.
11077
Daniel Veillard5f4b5992002-02-20 10:22:49 +000011078Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11079
11080 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
11081 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
11082 rebuilt the API and web site
11083 * xpath.c: fixed #71978 portability bugs
11084
Daniel Veillard8aff2472002-02-19 21:50:43 +000011085Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
11086
11087 * SAX.c: oops broke automatic defaulting of namespaces attributes.
11088
Daniel Veillard8dc16a62002-02-19 21:08:48 +000011089Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11090
11091 * include/libxml/parserInternals.h parser.c: had to change
11092 2 internal parsing API when processing document content
11093 to check the start and end of element content are defined
11094 in the same entity
11095 * valid.c include/libxml/valid.h: attribute normalization can
11096 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
11097 with the context to report it.
11098 * SAX.c: fixed the last known bugs, crazy validation constraints
11099 when a document is standalone seems correctly handled. There
11100 is a couple of open issues left which need consideration especially
11101 PE93 on external unparsed entities and standalone status.
11102 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
11103 The 2 tests left failing are actually in error. Cleanup done.
11104
Daniel Veillardd6dc4cb2002-02-19 14:18:08 +000011105Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11106
11107 * valid.c: implemented E59 spaces in CDATA does not match the
11108 nonterminal S
11109
Daniel Veillard878eab02002-02-19 13:46:09 +000011110Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11111
11112 * SAX.c parser.c valid.c: more validation test fixups
11113 * check-xml-test-suite.py: added duration info for the tests
11114
Daniel Veillardd01fd3e2002-02-18 22:27:47 +000011115Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11116
11117 * parser.c valid.c: a couple of errors were reported but not
11118 saved back as such in the parsing context. Down to 1% failure rate
11119 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
11120
Daniel Veillard4a7ae502002-02-18 19:18:17 +000011121Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11122
11123 * xmlInternald.c: isExtender was missing a char
11124 * parser.c include/libxml/parser.h: % are acceptable in the
11125 internal subset if within a PUBLIC ID
11126
Daniel Veillard8ab0f582002-02-18 18:31:38 +000011127Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
11128
11129 * SAX.c parserInternals.c valid.c: more work on the conformance
11130 suite. Took the step to finally block documents with encoding
11131 errors. It's a fatal error per the spec, people should have fixed
11132 their documents by now.
11133
Daniel Veillard55253e22002-02-18 14:32:39 +000011134Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
11135
11136 * check-xml-test-suite.py: fixed the test script after some discussion
11137 on the semantic of TYPE="error"
11138 * Makefile.am: added the script to the distrib
11139
Daniel Veillard28757702002-02-18 11:19:30 +000011140Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11141
11142 * SAX.c entities.c: fixed a couple of conformances issues deep
11143 into the validation code (standalone and undeclared Notations)
11144
Daniel Veillard82ac6b02002-02-17 23:18:55 +000011145Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11146
11147 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
11148 stayed there for years !
11149
Daniel Veillard7aea52d2002-02-17 23:07:47 +000011150Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11151
11152 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
11153 missing
11154
Daniel Veillardc7612992002-02-17 22:47:37 +000011155Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11156
11157 * check-xml-test-suite.py: improved the behaviour a bit as
11158 well as the logs
11159 * parser.c valid.c SAX.c: fixed a few more bugs
11160 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
11161
Daniel Veillardbb7ddb32002-02-17 21:26:33 +000011162Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11163
11164 * check-xml-test-suite.py: python script to run regression tests
11165 against the XML Test suite of W3C/OASis
11166 * SAX.c: fixed a validation bug
11167 * parser.c: fixed 3 errors pointed by the test suite
11168 * doc/buildDocBookCatalog: fixed a typo pointed by drake
11169 * python/Makefile.am: fixed a dependendy
11170
Daniel Veillard9f28f302002-02-15 20:48:08 +000011171Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11172
11173 * xmlmemory.c: avoid a warning bug #71594
11174
Daniel Veillard144024e2002-02-13 21:14:46 +000011175Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11176
11177 * xmlmemory.c: Jesse Perry provided a patch to remove a few
11178 warning on alpha/Tru64
11179
Daniel Veillarde4301c82002-02-13 13:32:35 +000011180Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11181
11182 * include/libxml/entities.h: fixing a comment
11183 * valid.c: fixing some troubles with validity check on namespaces
11184 * result/VC/NS3 test/VC/NS3: added a specific regression test
11185
Daniel Veillarda6d05382002-02-13 13:07:41 +000011186Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11187
11188 * tree.c: Fixing #71342 serializing '\n' in attribute values
11189 * result/noent/att3 result/att3 test/att3: added a specific
11190 test.
11191
Daniel Veillard797a5652002-02-12 13:46:21 +000011192Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
11193
11194 * python/libxml.c: couple of bug fixes
11195
Daniel Veillard01a6d412002-02-11 18:42:20 +000011196Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
11197
11198 * python/*.py: removed tabs and used spaces.
11199
Daniel Veillard397ff112002-02-11 18:27:20 +000011200Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11201
11202 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
11203 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
11204
Daniel Veillard03517542002-02-11 13:54:40 +000011205Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11206
11207 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
11208 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
11209
Daniel Veillard6c4ffaf2002-02-11 08:54:05 +000011210Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11211
11212 * include/libxml/encoding.h include/libxml/entities.h
11213 include/libxml/globals.h include/libxml/parser.h
11214 include/libxml/threads.h include/libxml/tree.h
11215 include/libxml/xmlmemory.h: trying to fix the include mess
11216
Daniel Veillard1a612ed2002-02-11 07:54:45 +000011217Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11218
11219 * include/libxml/xmlmemory.h: reverted part of the previous
11220 attempt to provide #69655, this was breaking the build.
11221
Daniel Veillard0ba59232002-02-10 13:20:39 +000011222Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
11223
11224 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
11225 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
11226 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
11227 include/libxml/parserInternals.h include/libxml/tree.h
11228 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
11229 Tentatively fixed #69655 , make compiling with -Wredundant-decls
11230 clean.
11231 * python/libxml.c: fixed a warning.
11232
Daniel Veillardc5f05ad2002-02-10 11:57:22 +000011233Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
11234
11235 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
11236 copying of node, merge back IDs in the target document.
11237 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
11238 test/XInclude/ents/ids.xml: test case
11239 * result/VC/ElementValid4: output changed due to a typo fix
11240
Daniel Veillard1c18e302002-02-09 22:16:40 +000011241Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11242
11243 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +000011244 generate the dependencies right as Jacob found out. Add
11245 an extra dependency rule.
Daniel Veillard1c18e302002-02-09 22:16:40 +000011246
Daniel Veillard5e5c2d02002-02-09 18:03:01 +000011247Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11248
11249 * parserInternals.c valid.c: Justin Fletcher found some parts
11250 of the code needing cleanup
11251 * libxml.spec.in python/Makefile.am python/generator.py
11252 python/libxml.c python/libxml.py: Fixed the python Makefiles
11253 corrected a bug showing up on ia64, changed the name of the
11254 python internal module too
11255
Daniel Veillard07be19b2002-02-08 14:20:35 +000011256Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
11257
11258 * Makefile.am: applied patch from Andris Pavenis for binary
11259 name suffixes
11260
Daniel Veillardf216d462002-02-08 13:44:24 +000011261Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
11262
11263 * xmllint.c win32/win32config.h: fixing #68748
11264
Daniel Veillardd455d792002-02-08 13:37:46 +000011265Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11266
11267 * valid.c: fixing #70166
11268
11269Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11270
11271 * valid.c: fixing #70077
11272
Daniel Veillardc575b992002-02-08 13:28:40 +000011273Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11274
11275 * Copyright Makefile.am README configure.in libxml.spec.in:
11276 Changed to the MIT Licence
11277 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
11278 doc/xmlio.html: updated the doc accordingly
11279 * include/libxml/xmlwin32version.h configure.in: preparing
11280 2.4.14 release
11281 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11282 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11283 fixed the const xmlChar * wrapper and generator, XPath extension
11284 functions now use the context as first argument
11285 * python/tests/tstxpath.py python/tests/xpath.py
11286 python/tests/xpathext.py: Updated the tests accordingly
11287 * tree.c: fixed bug #70067
11288
Daniel Veillard7db38712002-02-07 16:39:11 +000011289Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11290
11291 * Makefile.am: cleanup
11292 * debugXML.c: always use stdout if output is NULL
11293 * xmlIO.c: don't close filedescriptors passed to outputBuffers
11294 * python/Makefile.am python/generator.py python/libxml2class.txt
11295 python/libxml_wrap.h python/types.c: augmented the number of bindings
11296 handling FILE * and XPath contexts
11297 * python/tests/Makefile.am: avoid a stupid problem due to the
11298 use of TEST.
11299
Daniel Veillard15a143b2002-02-06 22:40:50 +000011300Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11301
11302 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
11303
Daniel Veillard70cab352002-02-06 16:06:58 +000011304Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11305
11306 * python/TODO python/libxml.c: cleanup the extension function lookup
11307 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
11308
Daniel Veillard7a96efc2002-02-05 16:34:33 +000011309Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11310
11311 * configure.in python/Makefile.am: do not install outside
11312 of prefix
11313
Daniel Veillard33caa0b2002-02-04 14:07:26 +000011314Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11315
11316 * python/TODO python/libxml.c: started adding SAX interfaces
11317 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
11318 SAX test
11319
Daniel Veillard36eea2d2002-02-04 00:17:01 +000011320Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11321
11322 * tree.c: hardened the addChild function
11323 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11324 python/libxml2class.txt python/libxml_wrap.h python/TODO:
11325 added accessors needed for xmlNode, a bit more testing and
11326 extension of interfaces
11327 * python/tests/Makefile.am python/tests/build.py: added a test
11328 build from scratch/save/load/check
11329
Daniel Veillard4e1b26c2002-02-03 20:13:06 +000011330Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11331
11332 * parserInternals.c: change a small bit in the way valididy
11333 error messages get initialized
11334 * python/TODO python/libxml.c python/libxml2-python-api.xml
11335 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11336 added some memory debugging to track leaks at the libxml2 level
11337 * python/tests/*.py: changed all tests to check for leaks,
11338 there is just one left in XPath extension registrations.
11339
Daniel Veillard26f1dcc2002-02-03 16:53:19 +000011340Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
11341
11342 * python/TODO python/generator.py python/libxml2-python-api.xml
11343 python/libxml2class.txt: more accessor classes for the parser
11344 context, allow to switch on and check validity
11345 * python/tests/Makefile.am python/tests/error.py
11346 python/tests/invalid.xml python/tests/valid.xml
11347 python/tests/validate.py: attded more test and and added error.py
11348 which I forgot to commit in the last step
11349
Daniel Veillard3ce52572002-02-03 15:08:05 +000011350Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11351
11352 * python/Makefile.am python/types.c: cleanup
11353 * python/libxml.c python/libxml.py python/libxml_wrap.h
11354 python/generator.py python/libxml2-python-api.xml
11355 python/libxml2class.txt: added class for parser context, added
11356 first cut for push mode support. Added a framework to generate
11357 accessors functions.
11358 * python/tests/Makefile.am python/tests/push.py: added a push
11359 test
11360
Daniel Veillardcfb05462002-02-02 23:18:22 +000011361Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11362
11363 * python/Makefile.am python/TODO python/libxml.py: fixed a small
11364 bug a bit of cleanup.
11365
Daniel Veillard5d819032002-02-02 21:49:17 +000011366Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
11367
11368 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
11369 python/libxml2class.txt: adding error redirections and preformat
11370 to a python handler
11371 * python/tests/Makefile.am python/tests/*.py: cleanup made all
11372 tests self checking
11373
Daniel Veillard7fd7a942002-02-02 12:19:46 +000011374Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11375
11376 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
11377 a function
11378
Daniel Veillard9589d452002-02-02 10:28:17 +000011379Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11380
11381 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
11382 python/libxml.c python/libxml2-python-api.xml
11383 python/libxml2class.txt: Progressing through the TODOs, class
11384 description output, extra XML API, RPM now builds the wrappers
11385 for all python installed versions
11386
Daniel Veillard253aa2c2002-02-02 09:17:16 +000011387Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
11388
11389 * configure.in libxml.spec.in python/Makefile.am python/TODO
11390 python/generator.py python/libxml2class.txt: added more informations
11391 in the libxml2-python package including docs. Slightly changed
11392 the class hierarchy
11393 * python/tests/*: added basic regression tests infrastructure too
11394
11395Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11396
11397 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
11398 added libxml2-python as part of the packages installed
11399
Daniel Veillarda7340c82002-02-01 17:56:45 +000011400Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11401
11402 * python/Makefile.am python/generator.py python/libxml.c
11403 python/libxml.py: more work, now able to extend the
11404 XPath interpreter with functions written in python.
11405
Daniel Veillardc3e39442002-02-01 09:29:41 +000011406Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11407
11408 * python/Makefile.am: Jacob sent a patch to allow building from
11409 tarfile.
11410
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +000011411Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11412
11413 * python/Makefile.am python/libxml.c configure.in Makefile.am:
11414 inserted the python wrappers build, I hope this won't be too
11415 unportable
11416
Daniel Veillard1971ee22002-01-31 20:29:19 +000011417Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11418
11419 * xpath.c: minor optimization
11420 * python/generator.py python/libxml.c python/libxml.py
11421 python/libxml_wrap.h: more work on the python bindings,
11422 they now support XPath and there is no evident leak
11423
Daniel Veillard36ed5292002-01-30 23:49:06 +000011424Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11425
11426 * python/generator.py python/libxml.c python/libxml.py:
11427 more work on the python bindings generator.
11428
Daniel Veillard96fe0952002-01-30 20:52:23 +000011429Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11430
11431 * python/generator.py python/libxml.c python/libxml_wrap.h:
11432 more work on the python bindings.
11433
Daniel Veillardd2897fd2002-01-30 16:37:32 +000011434Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11435
11436 * python/generator.py python/libxml.c python/libxml.py
11437 python/libxml_wrap.h: commited early version of a python binding
11438 for private use only ATM
11439
Daniel Veillard8ee9c8f2002-01-26 21:42:58 +000011440Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11441
11442 * entities.c tree.c include/libxml/entities.h: applied patch
11443 from Anthony Jones to implement copy of DTD subtree too. Had
11444 just to keep 2 function private which really ought to become
11445 public ones.
11446
Daniel Veillarda42f25f2002-01-25 14:15:40 +000011447Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11448
11449 * xmllint.c: added pointers to the web pages in the usage()
11450
Daniel Veillardbd227ae2002-01-24 16:05:41 +000011451Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11452
11453 * tree.c: more fixes from Petr Kozelka for attribute handling
11454 in the tree API to align the semantic with DOM.
11455
Daniel Veillard36065812002-01-24 15:02:46 +000011456Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11457
11458 * valid.c tree.c entities.c: another set of patches from
11459 Anthony Jones for copy operations cleanup and robustness
11460
Daniel Veillardf8592562002-01-23 17:58:17 +000011461Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11462
11463 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
11464 an alphabetic index based on comments content
11465 * doc/*: rebuilt the web site with the new references
11466
Daniel Veillardc8c7be42002-01-23 17:53:44 +000011467Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11468
11469 * parserInternals.h: Greg Sjaardema suggested to use an
11470 eponential buffer groth policy in xmlParserAddNodeInfo()
11471
Daniel Veillard3bf65be2002-01-23 12:36:34 +000011472Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11473
11474 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
11475 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
11476 doc/parsedecl.py doc/Makefile.am: updated the python extractor
11477 to generate cross-references, and added/updated the stylesheets
11478 to generate and link API indexes. The generic keyword index
11479 is not done yet.
11480 * doc/*.html: regenerated all the usual docs too
11481
Daniel Veillard2070c482002-01-22 22:12:19 +000011482Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11483
11484 * debugXML.c: added an xpath function to the shell for T. V. Raman
11485
11486Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
Daniel Veillard5e926fa2002-01-22 21:44:25 +000011487
11488 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
11489 debug routines.
11490
Daniel Veillardc169f8b2002-01-22 21:40:13 +000011491Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11492
11493 * tree.c: apply an patch from Petr Kozelka for unlink and replace
11494 support of attribute nodes
11495
Daniel Veillard9d06d302002-01-22 18:15:52 +000011496Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11497
11498 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
11499 hopefully near complete and fully documented of the API in XML
11500 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
11501 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
11502 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
11503 include/libxml/parserInternals.h include/libxml/valid.hi
11504 include/libxml/xmlIO.h include/libxml/xmlerror.hi
11505 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
11506 include/libxml/xpath.h include/libxml/xpathInternals.h:
11507 Cleaned up the doc comments a lot in the process, the interface
11508 coverage is now 100%
11509
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011510Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11511
11512 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
11513 extracts comments from the gtk-doc DocBook output (a bit
11514 convoluted but seems to work).
11515
Daniel Veillard61006472002-01-21 17:31:47 +000011516Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11517
11518 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
11519 added an XML description of the API, moved the script generating
11520 it here. Added a "make api" target
11521
Daniel Veillardd2f23002002-01-21 13:36:00 +000011522Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11523
11524 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
11525
Daniel Veillard99e55eb2002-01-21 08:56:29 +000011526Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11527
11528 * xpath.c include/libxml/xpathInternals.h: the change made to
11529 xmlXPathFuncLookupFunc was incompatible roll it back
11530
Daniel Veillard963d2ae2002-01-20 22:08:18 +000011531Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11532
11533 * SAX.c: cleanup patch from Anthony Jones
11534 * doc/Makefile.am: fix the headers to avoid in make scan
11535 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
11536 includes, * vs Ptr and general cleanup
11537 * parsedecl.py: first version of a script to extract the
11538 module interfaces, the goal will be to provide .decl or XML
11539 specification of the interfaces to build wrappers.
11540
Daniel Veillard0f5f1622002-01-20 12:42:06 +000011541Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11542
11543 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
11544 now provides return codes in case of errors
11545
Bjorn Reese026d29f2002-01-19 15:40:18 +000011546Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
11547
11548 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
11549 Upgraded to trio baseline 1.6
11550 * strio.h strio.c: Replaced by triostr.h and triostr.c
11551
Daniel Veillard572577e2002-01-18 16:23:55 +000011552Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11553
11554 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
11555 of strdup usage in the code
11556
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011557Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11558
11559 * parser.c error.c: Keith Isdale complained rightly that
11560 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
11561
Daniel Veillardcfa0d812002-01-17 08:46:58 +000011562Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11563
11564 * tree.c: fixed the funxtion to set the xml: attributes
11565 * debugXML.c: added "setbase" to test it.
11566
Daniel Veillard2c748c62002-01-16 15:37:50 +000011567Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11568
11569 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
11570 to allow updating an attribute content
11571
Daniel Veillard8de85c62002-01-15 17:10:15 +000011572Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11573
11574 * libxml.h: try to avoid problems when compiling on Windows
11575
Daniel Veillard314cfa02002-01-14 17:58:01 +000011576Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11577
11578 * hash.c: patch from Anthony Jones for hash.c allocation size
11579 * Makefile.am: trying to work around Yet Another Libtool Madness
11580 and build the 2.4.13 release finally ...
11581
Daniel Veillard744683d2002-01-14 17:30:20 +000011582Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11583
11584 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
11585 * doc/* : update of the documentation
11586
Daniel Veillarde6a55192002-01-14 17:11:53 +000011587Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11588
11589 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
11590 at fixing #61290 :-(
11591
Daniel Veillardfb25a512002-01-13 20:32:08 +000011592Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11593
11594 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
11595 Fixes bug #67229
11596
Daniel Veillardacb2bda2002-01-13 16:15:43 +000011597Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11598
11599 * tree.c: trying to avoid troubles when a subtree is copied
11600 and coalesced in part with the target tree. Should fix
11601 bug #67407
11602
Daniel Veillardd8224e02002-01-13 15:43:22 +000011603Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11604
11605 * valid.c: fixed validation of attributes content of type
11606 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
11607 values, very old bug. Fixes #67671
11608
Daniel Veillard8107a222002-01-13 14:10:10 +000011609Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11610
11611 * parser.c include/libxml/parserInternals.h tree.c: integrated
11612 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
11613 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
11614
Daniel Veillarddb0eb8d2002-01-13 13:35:00 +000011615Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11616
11617 * threads.c: applied Serguei Narojnyi's patch to add native
11618 thread support on the Win32 platform
11619 * testThreadsWin32.c Makefile.am: added the test program also
11620 from Serguei, Win32 specific
11621 * include/win32config.h include/libxml/xmlwin32version.h.in:
11622 added patch from Igor for the Windows thread specific defines.
11623
Daniel Veillard845cce42002-01-09 11:51:37 +000011624Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11625
11626 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
11627
Daniel Veillard7b602b42002-01-08 13:26:00 +000011628Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11629
11630 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
11631 output page into XMLinfo.html. Close bug #66951 and
11632 raised by Robert Collins too.
11633
Daniel Veillard73c6e532002-01-08 13:15:33 +000011634Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11635
11636 * encoding.c: Paul Keogh pointed out a possibility of segfault
11637 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
11638 Closes bug # 68238
11639
Daniel Veillard4a859202002-01-08 11:49:22 +000011640Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
11641
11642 * doc/*.html: updated the Gdome2 links
11643
Daniel Veillard3c5ed912002-01-08 10:36:16 +000011644Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11645
11646 * libxml.h: Applied following patches from Robert Collins
11647 and make sure IN_LIBXML is defined when compiling it
11648 -------
11649 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
11650 as well as Visual C.
11651 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11652 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11653 * strio.c (PLATFORM_UNIX): Define for Cygwin.
11654 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
11655 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
11656 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
11657 xmlSysIDExists xmlNoNetExists).
11658 * xmllint.c: Don't include winsock2.h for Cygwin.
11659
Daniel Veillard401c2112002-01-07 16:54:10 +000011660Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11661
11662 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
11663 when the version info is not present.
11664
Daniel Veillard6f42c132002-01-06 23:05:13 +000011665Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11666
11667 * tree.c: Anthony Jones pointed out a problem in
11668 xmlStringGetNodeList() and provided a fix for it
11669
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011670Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11671
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011672 * parser.c: patch from Frank J Franklin to remove a bug in
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011673 xmlCreatePushParserCtxt() when the initial buffer passed
11674 is large.
11675
Daniel Veillard0e47ee22002-01-05 18:25:52 +000011676Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11677
11678 * win32/*: big cleanup of the Windows/MSVC project files
11679 from Igor Zlatkovic
11680
Daniel Veillardcebb1362002-01-02 13:13:30 +000011681Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11682
11683 * doc/Makefile.am: should fix #67674 and avoid troubles if
11684 xsltproc is not available or fails in the prefix provided
11685
Daniel Veillard26908ab2002-01-01 16:50:03 +000011686Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
11687
11688 * xmlmemory.c: one more doc patch from Charlie Bozeman.
11689
Daniel Veillard5344c602001-12-31 16:37:34 +000011690Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11691
11692 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
11693 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
11694 Fixed a few other problems raised by Charlie Bozeman.
11695 * result/VC/ElementValid[5-7]: fixed the output
11696
Daniel Veillardcbaf3992001-12-31 16:16:02 +000011697Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11698
11699 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
11700 patches from Charlie Bozeman. Regenerated the HTML docs.
11701
Daniel Veillard7f9a6802001-12-20 14:01:47 +000011702Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
11703
11704 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
11705 for Windows from Igor
11706
Daniel Veillard1df3dfc2001-12-18 11:14:16 +000011707Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11708
11709 * xmllint.c: applied Justin Fletcher patch for --output or -o
11710
Daniel Veillardd3b29d22001-12-18 07:53:16 +000011711Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
11712
11713 * win32/libxml2/libxml2.def.src: close #67019
11714
Daniel Veillard01db67c2001-12-18 07:09:59 +000011715Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11716
11717 * xmllint.c: applied Justin Fletcher generic timing patch
11718 similar to the one already applied to xsltproc.
11719
Daniel Veillardd1640922001-12-17 15:30:10 +000011720Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11721
11722 * include/libxml/tree.h tree.c: applied documentation patches
11723 from Charlie Bozeman
11724
MST 2001 John Fleck2323ac22001-12-14 04:24:50 +000011725Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
11726
11727 *doc/xmllint.xml, xmllint.1 - document --dropdtd
11728
Daniel Veillard29e43992001-12-13 22:21:58 +000011729Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
11730
11731 * valid.c: fix the xmlStrdup() used in the previous patch.
11732 * valid.c: added --dropdtd
11733 * tree.c: fixed xmlUnlinkNode so it also removes the references
11734 from the document if the node is a DTD
11735
Daniel Veillard86fd5a72001-12-13 14:55:21 +000011736Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
11737
11738 * HTMLtree.c valid.c: cleanup some static declarations
11739
Daniel Veillard9ae4b7a2001-12-13 14:24:09 +000011740Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11741
11742 * xmllint.c: removed another strdup()
11743 * doc/FAQ: removed the HP/UX entry
11744
Daniel Veillarded472f32001-12-13 08:48:14 +000011745Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
11746
11747 * valid.c: fix bug #66816 when validating.
11748 * xmllint.c: don't use sys/time.h if configure did not found it
11749
MST 2001 John Fleck3fc555e2001-12-11 04:41:24 +000011750Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
11751
11752 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
11753 xmlcatalog_man.xml
11754
Daniel Veillard2d8a93b2001-12-10 21:07:19 +000011755Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11756
11757 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
11758 xmlInitMemory() was declared twice
11759
Daniel Veillardb82c1662001-12-09 14:00:54 +000011760Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
11761
11762 * globals.c: do not reference strdup() !
11763 * configure.in libxml-2.0.pc.in: trying to fix the libs
11764 of the various config extraction modules
11765
Daniel Veillardef90ba72001-12-07 14:24:22 +000011766Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11767
11768 * configure.in : preparing 2.4.12
11769 * doc/* : updated and rebuilt the docs
11770
Daniel Veillard220346d2001-12-07 11:33:54 +000011771Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11772
11773 * uri.c: closed bug #66159
11774 * testURI.c: added --escape option
11775 * configure.in: some cleanup for xml2-config --cflags
11776
Daniel Veillard2a906822001-12-06 14:34:08 +000011777Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
11778
11779 * globals.c testThreads.c: removed some misplaced includes
11780 of xmlversion.h
11781
Daniel Veillarde28313b2001-12-06 14:08:31 +000011782Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
11783
11784 * threads.c: patch from Gary Pennington fixing a possible
11785 problem at initialization time.
11786
Daniel Veillardd3b08822001-12-05 12:03:33 +000011787Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
11788
11789 * configure.in libxml.h parser.c testThreads.c macos/: integrated
Daniel Veillarde28313b2001-12-06 14:08:31 +000011790 Eric Lavigne contribution to build libxml2 on MacOS using
Daniel Veillardd3b08822001-12-05 12:03:33 +000011791 CodeWarrior.
11792
Daniel Veillarda7866932001-12-04 13:14:44 +000011793Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
11794
11795 * xmllint.c: applied Geert Kloosterman's patch to fix
11796 --repeat --timing output
11797
Daniel Veillard19840942001-11-29 16:11:38 +000011798Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11799
11800 * parser.c: Robin Berjon <robin@knowscape.com> found a case
11801 where non-wellformed XML declaractions were not detected.
11802
Daniel Veillarde85d9342001-11-28 14:43:12 +000011803Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11804
11805 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
11806
Daniel Veillard22f25a82001-11-28 09:12:23 +000011807Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11808
11809 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
11810 gets reset by xmlCleanupInputCallbacks() and this makes the
11811 function useless. Same for output.
11812
Daniel Veillard107ccaa2001-11-27 16:23:50 +000011813Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11814
11815 * xmlIO.c: robert pointed out a loop error in callback cleanups
11816
Daniel Veillard8faa7832001-11-26 15:58:08 +000011817Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11818
11819 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
11820 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
11821 they are not really tied to debugging
11822
Daniel Veillardbd9b0e82001-11-26 10:32:08 +000011823Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11824
11825 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
11826 * xmllint.c: better --catalogs description
11827
Daniel Veillard4855c8c2001-11-25 10:35:25 +000011828Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11829
11830 * tree.c: fixed a couple of problems in xmlSetProp()
11831
Daniel Veillardcd337f02001-11-22 18:20:37 +000011832Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
11833
11834 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
11835 unappropriate stdout output.
11836
Daniel Veillard566d4df2001-11-22 13:00:53 +000011837Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
11838
11839 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
11840 by Denis Beurive, closes #65111
11841
Daniel Veillardb4545fd2001-11-20 09:37:09 +000011842Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
11843
11844 * valid.c: in case of content model validity error, don't
11845 print it if validity warnings were not requested.
11846
Daniel Veillardc69e0b12001-11-20 08:35:07 +000011847Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11848
11849 * nanoftp.c: applied a couple of patches from Brian D Ripley.
11850 * parserInternals.c: removed the last exit() call. Print an
11851 unmaskable error on stderr instead (library mismatch detection)
11852
MST 2001 John Fleck42304042001-11-18 00:18:06 +000011853Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
11854
11855 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
11856 shell instructions from Heiko Rupp
11857
Daniel Veillardf7b094f2001-11-15 13:54:39 +000011858Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11859
11860 * catalog.c: use the URL notation file:// for default catalog paths
11861
Daniel Veillard0ec98632001-11-14 15:04:32 +000011862Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11863
11864 * include/libxml/tree.h: better comments for _private fields
11865 * tree.c: removed a problem when copying an entity reference.
11866
Daniel Veillardd33cfbf2001-11-13 15:24:36 +000011867Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11868
11869 * vms/*: updated instructions and diffs from John A Fotheringham
11870
Daniel Veillarda11001b2001-11-12 22:45:36 +000011871Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11872
11873 * include/libxml/xmlerror.h: avoid an include problem if
11874 #include <libxml/xmlerror.h> happens first in code
11875 seems to be the case in KDE libs
11876
Daniel Veillard8e3943c2001-11-12 21:35:44 +000011877Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11878
11879 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
11880 from Igor for Windows
11881
11882Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11883
11884 * Makefile.am: Gary Pennington pointed out a missing prefix
11885
Daniel Veillard43d3f612001-11-10 11:57:23 +000011886Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11887
11888 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
11889 * doc/*: upgraded and rebuilt the docs
11890
Daniel Veillardc1f78342001-11-10 11:43:05 +000011891Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11892
11893 * HTMLparser.c: fix comment in scripts element parsing.
11894 * result/HTML/doc3*: updated the results.
11895
11896Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11897
11898 * uri.c: another URI bug fix #63336, using Joel Young patch.
11899
Daniel Veillardc6e013a2001-11-10 10:08:57 +000011900Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
11901
11902 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
11903 a cleaned up version of the Pwd shell string generation.
11904
Daniel Veillardbe480fb2001-11-08 23:36:42 +000011905Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11906
11907 * valid.c include/libxml/tree.h: trying to fix namespaces +
11908 validation problems for good, closing #63619 in the process
11909 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
11910 wrong in this respect, fixed it.
11911
Daniel Veillardd536f702001-11-08 17:32:47 +000011912Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11913
11914 * xmllint.c: Morus Walter patch to allow --format and --encode
11915
Daniel Veillard5004f422001-11-08 13:53:05 +000011916Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11917
11918 * debugXML.c: Stefan Kost provided an help command for the shell
11919
Daniel Veillarda6825e82001-11-07 13:33:59 +000011920Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
11921
11922 * debugXML.c: Heiko Rupp pointed that the shell would crash
11923 on empty nodesets returns.
11924
Daniel Veillard03f848d2001-11-07 12:53:46 +000011925Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11926
11927 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
11928 migh need the history libraries
11929
Daniel Veillard957fdcf2001-11-06 22:50:19 +000011930Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
11931
11932 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
11933 handle the case of < in quoted attributes, Bastian Kleineidam
11934
Daniel Veillardc853b322001-11-06 15:24:37 +000011935Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11936
11937 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
11938 fixing catalog breakages
11939 * Makefile.am catalog.c result/catalogs/catal
11940 result/catalogs/mycatalog.* test/catalogs/catal*:
11941 fixed more problems in catalog support, added more regression tests
11942 for both XML and SGML catalog handling
11943
Daniel Veillard66870c72001-11-05 19:27:49 +000011944Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11945
11946 * debugXML.c: applied an improvement to xmlGetLineNo() from
11947 Keith Isdale
11948
Daniel Veillardffe09c92001-11-05 14:21:47 +000011949Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11950
11951 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
11952 Side effect of the progressive catalog loading
11953
Daniel Veillardad661b92001-11-05 11:43:15 +000011954Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
11955
11956 * Makefile.am: confexecdir and confexec_DATA were defined twice
11957 pointed out by Karl Eichwalder
11958
Daniel Veillard6eb17722001-11-04 22:19:27 +000011959Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11960
11961 * xmlcatalog.c: avoid unlink() and use remove() instead.
11962
Daniel Veillardea898282001-11-04 22:13:45 +000011963Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11964
11965 * libxml.spec.in: cleanup
11966 * include/libxml/xmlwin32version.h: updated with 2.4.8
11967
Daniel Veillarda4617b82001-11-04 20:19:12 +000011968Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11969
11970 * encoding.c global.data globals.c testThreads.c: fix bug #63752
11971 of compiling libxml with a non standard set of options
11972
John Fleck027edfb2001-11-04 20:13:58 +000011973Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
11974
11975 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
11976 document --sgml option, fixing gnome bugzilla #63382
11977
Daniel Veillardcd21dc72001-11-04 20:03:38 +000011978Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11979
11980 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
11981 breakage of 2.4.7, added a couple of really needed APIs
11982 like xmlCatalogIsEmpty() and xmlNewCatalog()
11983 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
11984 for install-catalog
11985 * configure.in: preparing 2.4.8
11986
CET 2001 Daniel Veillard5a37bde2001-11-01 14:31:22 +000011987Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
11988
11989 * HTMLtree.c tree.c include/libxml/HTMLtree.h
11990 include/libxml/tree.h include/libxml/xmlIO.h: more include
11991 cleanups, export cleanly one html output + format function.
11992
11993Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11994
11995 * parser.c: removed initGenericErrorDefaultFunc call from
11996 xmlInitParser() since it could destroy previous calls to
11997 xsltSetGenericErrorFunc() effects
11998
Daniel Veillardebd38c52001-11-01 08:38:12 +000011999Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
12000
12001 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
12002 keyword.
12003
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000012004Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
12005
12006 * Makefile.am: cleanup
12007 * threads.c: cleanup too
12008 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
12009 from xsltproc
12010 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +000012011 dependency loop.
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000012012
Daniel Veillard91c00402001-10-30 17:41:38 +000012013Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
12014
12015 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
12016 was not used anymore !
12017
Daniel Veillard52dcab32001-10-30 12:51:17 +000012018Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
12019
12020 * configure.in: preparing 2.4.7
12021 * Makefile.am doc/Makefile.am: switched to the latest xmllint
12022 manual page from John
12023 * doc/*: updated the doc and rebuilt the generated pages
12024
Daniel Veillarda9e65e82001-10-30 10:32:36 +000012025Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
12026
12027 * xmlIO.c: closing bug #62711, the library should never
12028 close stdin or stdout.
12029
Daniel Veillard4def3bd2001-10-30 09:47:47 +000012030Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
12031
12032 * uri.c: second pass at fixing #63336, using Joel Young
12033 final patch. looks okay.
12034
Daniel Veillardbb6808e2001-10-29 23:59:27 +000012035Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
12036
12037 * uri.c include/libxml/uri.h: trying to clear #63336
12038 allowing the escaping routine to parse unconformant
12039 URI-References.
12040
Daniel Veillardacf7ff02001-10-29 20:21:47 +000012041Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
12042
12043 * vms/readme.vms vms/build_libxml.com nanoftp.c
12044 include/libxml/xmlversion.h.in: a few VMS updates from
12045 John A Fotheringham
12046 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
12047 and xmlCleanupOutputCallbacks() for the Perl binding people.
12048
Daniel Veillard635ef722001-10-29 11:48:19 +000012049Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
12050
12051 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
12052 apply fixes to close #63271 and avoid segfaults when
12053 the error routine gets callbed before xmlInitParser()
12054 get called.
12055 * nanoftp.c error.c: Applied patches from Justin Fletcher
12056 correcting some xmlGenericError misuses.
12057
MDT 2001 John Fleckfd32de62001-10-27 20:14:01 +000012058Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
12059
12060 *doc/xmllint.xml, doc/xmllint.1
12061 New and improved man page for xmllint - .xml is the original, .1
12062 is the generated man page
12063
Daniel Veillardc9484202001-10-24 12:35:52 +000012064Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
12065
12066 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
12067 the web site from the main HTML document.
12068
Daniel Veillard5151c062001-10-23 13:10:19 +000012069Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12070
12071 * parser.c: fixed an erroneous validation bug when PE refs
12072 occurs in external parsed entities referenced from the
12073 internals subset
12074 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
12075 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
12076 added the associated testcase, it's a nice one.
12077 * HTMLparser.c: generate the DTD node as HTML still ...
12078 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
12079
Daniel Veillardb6b0fd82001-10-22 12:31:11 +000012080Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
12081
12082 * HTMLparser.c: fixed a bug in htmlNewDoc()
12083
Daniel Veillard89cad532001-10-22 09:46:13 +000012084Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
12085
12086 * test/threads/*: added entities testing to the Thread test
12087 * testThreads.c: make the test reasonable
12088 * DOCBparser.c: fix the DTD public and system ID
12089 * xmllint.c: added --sgml for SGML DocBook importing
12090 * Makefile.am: added Docbtests target
12091
Daniel Veillard9ae1eba2001-10-19 09:48:35 +000012092Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12093
12094 * nanoftp.c: use only "anonymous@" string for anonymous passwds
12095 * testThreads.c: removed bogus include
12096
Daniel Veillardce2c2f02001-10-18 14:57:24 +000012097Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
12098
12099 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
12100 fixed a very serious (looping) validation bug
12101
Daniel Veillard3c01b1d2001-10-17 15:58:35 +000012102Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
12103
12104 * include/libxml/globals.h include/libxml/threads.h threads.c
12105 testThreads.c: far more testing, cleaning up bugs
12106 * *.c : make sure globals.h is always included.
12107
Daniel Veillard7cc95c02001-10-17 15:45:12 +000012108Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
12109
12110 * HTMLparser.c: try to get rid of parser loops for good.
12111
Daniel Veillardab7488e2001-10-17 11:30:37 +000012112Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
12113
12114 * configure.in: fixed some bugs in CFLAGS passing.
12115 * test/threads Makefile.am testThreads.c: added a specific
12116 threaded test case (really nasty, guaranteed).
12117
Daniel Veillard85c11fa2001-10-16 21:03:08 +000012118Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
12119
12120 * catalog.c: serious cleanup on the management of the
12121 XML catalog tree, more tests done, especially with
12122 the catalog PI.
12123
Daniel Veillard364789a2001-10-16 12:45:00 +000012124Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
12125
12126 * catalog.c: avoid a problem in catalog cleanup on SMP if
12127 catalogs were not initialized.
12128
Daniel Veillard81463942001-10-16 12:34:39 +000012129Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
12130
12131 * catalog.c xpath.c: trying to cleanup the not thread safe
12132 parts of the library.
12133
Daniel Veillard64a411c2001-10-15 12:32:07 +000012134Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
12135
12136 * include/libxml/globals.h configure.in global.data: make
12137 the allocation be per-thread a configure option
12138 * encoding.c include/libxml/parser.h: fixed compilation
12139 errors
12140
Daniel Veillard5ee57fc2001-10-15 10:46:16 +000012141Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12142
12143 * include/libxml/parser.h: Norm reported that a few lines
12144 added were breaking libxslt compile, removed them for now
12145
Daniel Veillard6f350292001-10-14 09:56:15 +000012146Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
12147
12148 * parser.c parserInternals.c threads.c: debugged and fixed
12149 initialization problems which were giving troubles on SMP
12150 boxes.
12151
Daniel Veillard6661ffa2001-10-13 14:18:17 +000012152Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12153
12154 * include/libxml/Makefile.am: missing globals.h
12155
Daniel Veillarde7090612001-10-13 12:18:28 +000012156Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000012157
Daniel Veillarde7090612001-10-13 12:18:28 +000012158 * globals.c: added a couple of standard includes.
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000012159
Daniel Veillardd0463562001-10-13 09:15:48 +000012160Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12161
12162 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
12163 include/libxml/parserInternals.h include/libxml/tree.h
12164 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
12165 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
12166 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
12167 Applied the last patches from Gary, cleanup, activated threading
12168 all user accessible global variables are now handled in globals.[ch]
12169 Still a bit rought but make tests passes with either
12170 --with-threads defined at configure time or not.
12171 * Makefile.am example/Makefile.am: added globals.[ch] and threads
12172 linking options
12173
Daniel Veillardb8478642001-10-12 17:29:10 +000012174Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
12175
12176 * Makefile.am include/libxml/Makefile.am
12177 include/libxml/globals.h globals.c include/libxml/threads.h
12178 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
12179 configure.in: started integrating the core of the thread support
12180 not activated yet but half integrated. The code should still
12181 compile and work anyway.
12182
Daniel Veillardb44025c2001-10-11 22:55:55 +000012183Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12184
12185 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
12186 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
12187 integrating the non-controversial parts of Gary Pennington
12188 multithread patches
12189 * catalog.c: corrected a small bug introduced
12190
Daniel Veillard75b96822001-10-11 18:59:45 +000012191Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
12192
12193 * catalog.c include/libxml/catalog.h: very serious cleanup,
12194 isolating unportable code and as much as possible the accesses
12195 to the global shared catalog. May need more testing !
12196
Daniel Veillard78d12092001-10-11 09:12:24 +000012197Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12198
12199 * include/libxml/debugXML.h debugXML.c tree.c: integrating
12200 Keith Isdale patches for the XSLT debugger interfaces. Some
12201 cleanup
12202
Daniel Veillardff0b7312001-10-11 06:46:09 +000012203Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
12204
12205 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
12206 * DOCBparser.c: generate line nubers in elements
12207
Daniel Veillard60087f32001-10-10 09:45:09 +000012208Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
12209
12210 * configure.in: preparing 2.4.6 release
12211 * doc/xml.html doc/html/*: updated and rebuilt the docs
12212 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
12213
MDT 2001 John Fleck60416fa2001-10-09 02:41:50 +000012214Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
12215
12216 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
12217 adding documentation for DV's supercatalog support
12218
Daniel Veillard82d75332001-10-08 15:01:59 +000012219Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
12220
12221 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
12222 super catalog support adding one API and one flag --sgml to
12223 xmlcatalog
12224
MDT 2001 John Fleck0e229932001-10-07 22:46:00 +000012225Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
12226
12227 * doc/xmlcatalog_man.xml, xmlcatalog.1
12228 One more crack at
12229 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
12230
12231
Thomas Broyer47334c02001-10-07 16:41:52 +000012232Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12233
12234 * xpath.c: implemented xmlXPathObjectCopy for external objects
12235 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
12236
MDT 2001 John Fleckac941e32001-10-06 22:30:16 +000012237Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
12238
12239 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
12240 finishing up fix to
12241 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
12242 the xmlcatalog man page display more elegantly
12243
Daniel Veillard3fbe8e32001-10-06 13:30:33 +000012244Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
12245
12246 * configure.in: closing bug #61832
12247 * HTMLparser.c: removed a warning
12248
Daniel Veillard6ab38382001-10-06 13:08:27 +000012249Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
12250
12251 * xpath.c: fixing #61673 part I, do not loose doc information
12252 when copying result value trees.
12253
Daniel Veillard556c6682001-10-06 09:59:51 +000012254Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12255
12256 * xpath.c: trying to harden the XPath interpreter
12257
MDT 2001 John Fleck9f82dc62001-10-06 02:40:10 +000012258Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
12259
12260 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
12261 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
12262
William M. Brack1633d182001-10-05 15:41:19 +000012263Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12264
12265 * HTMLparser: repaired another loop problem
12266
Daniel Veillard20ee8c02001-10-05 09:18:14 +000012267Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12268
12269 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
12270 parsing.
12271 * xpath.c: fix bug #61291 the default XML namespace node is
12272 missing from the namespace axis.
12273 * tree.c: refuse to create namespaces nodes with prefix "xml"
12274
Daniel Veillard651f9472001-10-04 14:51:06 +000012275Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
12276
12277 * SAX.c: ouch a non-defined namespace could lead to a crash,
12278 fixed #61215
12279
Daniel Veillard7dd05702001-10-04 14:25:12 +000012280Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
12281
12282 * parserInternals.c: closed bug #61054
12283
Daniel Veillard5e6d10a2001-10-03 13:21:13 +000012284Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12285
12286 * include/libxml/Makefile.am: closing #60708
12287
Daniel Veillarda293c322001-10-02 13:54:14 +000012288Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
12289
12290 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
12291 adding xmlSAXParseFileWithData following Marco Stipek suggestion
12292
Daniel Veillardf4309d72001-10-02 09:28:58 +000012293Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12294
12295 * valid.c: close bug #61550 when xml: wasn't considered a namespace
12296
Daniel Veillardf6ed8bc2001-10-02 09:22:47 +000012297Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12298
12299 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
12300 * DOCBparser.c HTMLparser.c parser.c: fixed typos
12301
Daniel Veillard16756b62001-10-01 07:36:25 +000012302Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
12303
12304 * catalog.c: Justin Fletcher provided cleaup code in case
12305 HAVE_STAT is not defined
12306 * include/win32config.h: Igor Zlatkovic suggested to have
12307 HAVE_STAT defined there
12308
William M. Brack5e1cac12001-09-28 16:19:18 +000012309Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12310
12311 * catalog.c - fixed typing error reported by M. Barros
12312
MDT 2001 John Fleckbbb9e432001-09-24 03:08:43 +000012313Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
12314
12315 * xmllint.c - fixing typo
12316
William M. Brackd28e48a2001-09-23 01:55:08 +000012317Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12318
12319 * HTMLparser.c: small enhancement to prevent loop on
12320 unrecognizable data
12321
Daniel Veillardb1d62872001-09-21 09:47:08 +000012322Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12323
12324 * parserInternals.c: applying patch from bug #60757 this
12325 should close it
12326
Daniel Veillardc0631a62001-09-20 13:56:06 +000012327Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12328
12329 * catalog.c xmlcatalog.c: removed a couple of warning
12330 * xpath.c: try to solve the linking problem on platforms
12331 needing trio to compile
12332
Daniel Veillard1a123612001-09-19 08:06:23 +000012333Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000012334
Daniel Veillard1a123612001-09-19 08:06:23 +000012335 * Makefile.am libxml.spec.in: backing up non-documented changes
12336 commited without review or aproval by Jens Finke <jens@gnome.org>
12337 * HACKING: made 100% clear that no commit should be done directly
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000012338
Daniel Veillardf5b44e42001-09-17 17:19:54 +000012339Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
12340
12341 * configure.in: Joe Orton provided a patch fixing a problem
12342 when iconv is specified to be in a non-standard directory
12343 but wasn't exported in xml2-config --cflags
12344
Daniel Veillard2fc2db72001-09-14 17:33:51 +000012345Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
12346
Daniel Veillardf5b44e42001-09-17 17:19:54 +000012347 * configure.in: let's ship 2.4.5 before getting too much
Daniel Veillard2fc2db72001-09-14 17:33:51 +000012348 troubles with 2.4.4 errors.
12349
Daniel Veillard16698282001-09-14 10:29:27 +000012350Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12351
12352 * encoding.c entities.c: do not output hexadecimal charrefs
12353 when serializing HTML since some version of Netscape can't
12354 grok it, generate decimal ones.
12355 * result/HTML/doc3.htm: output changed due to previous test
12356 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
12357
Daniel Veillard98fed372001-09-13 11:34:58 +000012358Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
12359
12360 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
12361 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
12362
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000012363Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
Daniel Veillard98fed372001-09-13 11:34:58 +000012364 Released 2.4.4
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000012365
12366 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
12367 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
12368 updated the configuration scripts systems accordingly
12369
Daniel Veillard04382ae2001-09-12 18:51:30 +000012370Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12371
12372 * configure.in: preparing for 2.4.4
12373 * doc/xml.html doc/html/*: updated and rebuilt the docs
12374
Daniel Veillardd63437e2001-09-12 15:00:27 +000012375Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
12376
12377 * win32/dsp/libxml2.def.src: tried to incorporate comments
12378 from bug #59220
12379
Daniel Veillard319a7422001-09-11 09:27:09 +000012380Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
12381
12382 * parser.c result/noent/wml.xml: fixed bug #59981 related
12383 to handling of '&' in attributes when entities are substitued
12384
Daniel Veillard7cf5e442001-09-10 20:16:32 +000012385Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12386
12387 * libxml.h include/libxml/xmlversion.h.in
12388 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
12389 Tried to close bug #60131
12390
Daniel Veillardbce62332001-09-10 18:46:55 +000012391Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12392
12393 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
12394
Daniel Veillard143b04f2001-09-10 18:14:14 +000012395Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
12396
12397 * SAX.c: fixing bug #59946 on xmlns=""
12398
Daniel Veillard7a51d6d2001-09-10 14:40:43 +000012399Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12400
12401 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
12402 but allocates a new error code.
12403
Daniel Veillard05c13a22001-09-09 08:38:09 +000012404Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
12405
12406 * xmllint.c: John Fleck fixed typos in the options output
12407 * parser.c SAX.c: fix ignorable white space SAX selection
12408
12409Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12410
12411 * entities.c: Steve Underwood found the possibility of an
12412 ininite loop in case of error.
12413
Daniel Veillard5eb9dea2001-09-07 09:38:02 +000012414Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12415
12416 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
12417
Daniel Veillarda050d232001-09-05 15:51:05 +000012418Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
12419
12420 * parser.c: warn if version is not 1.0 but it's not
12421 strictly speaking an error after analyzing the spec
12422
MDT 2001 John Fleck04685002001-09-03 16:11:47 +000012423Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
12424
12425 *doc/catalog.html - add link to the html version of the
12426 man page, other linguistic cleanups
12427
MDT 2001 John Fleck5bd39dc2001-09-03 15:14:19 +000012428Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
12429
12430 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
12431 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
12432 file, has not yet been included in the build.
12433
Daniel Veillard99784ff2001-09-01 16:20:28 +000012434Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12435
12436 * catalog.c: removed a duplicate affectation Justin Fletcher
12437
Daniel Veillard9e1c72d2001-08-31 20:03:19 +000012438Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
12439
12440 * tree.c: Armin Sander pointed a possible text coalescing
12441 problem, completed his patch.
12442
Bjorn Reese0b2ae432001-08-31 16:31:57 +000012443Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12444
12445 * trionan.c: Fixed const and volatile re-definition problem
12446
Daniel Veillard5d96fff2001-08-31 14:55:30 +000012447Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
12448
12449 * libxml.4 parser.c: doc updates from Heiko Rupp
12450 * parserInternals.c: 2 sanity checks from Heiko Rupp
12451
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012452Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
12453
12454 * tree.c: applied patch from Armin Sander to make some pointers
12455 const in xmlCopyNode()
Daniel Veillard2ebd7a72001-08-28 21:07:03 +000012456 * include/libxml/tree.h: added fix to the header
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012457
Daniel Veillardb06c6142001-08-27 14:26:30 +000012458Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12459
12460 * xpath.c: hum, restrict the integer usage gcc bug workaround
12461 to only gcc compilers so that other architecture don't get
12462 penalized by this limitation.
12463 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
12464
Daniel Veillard268fd1b2001-08-26 18:46:36 +000012465Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12466
12467 * valid.c: fixed a Windows compiler warning (Chris Poblete)
12468 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
12469
Daniel Veillard6c5f9d12001-08-25 13:33:14 +000012470Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
12471
12472 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
12473 --convert option to xmlcatalog to convert SGML ones to
12474 the XML syntax.
12475 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
12476
12477 2.4.3 got released at that point
Daniel Veillard6990bf32001-08-23 21:17:48 +000012478Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12479
12480 * catalog.c xmlIO.c: started some serious testing and fixed
12481 a few bug and optmization needs.
12482
Daniel Veillard9f7b84b2001-08-23 15:31:19 +000012483Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12484
12485 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12486 preparing for a 2.4.3 release even if it may not be ready yet
12487 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
12488 all file parsing lookup to go through the entity resolver, add
12489 to add an API to bypass it (needed to load catalogs themselves),
12490 some cleanup on the catalog code too.
12491 * nanoftp.c: small cleanup
12492 * doc/catalog.html: small update
12493
Daniel Veillardbc2ddbe2001-08-23 10:24:27 +000012494Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
12495
12496 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
12497 Jun Kuriyama
12498
Daniel Veillardffb120d2001-08-23 00:52:23 +000012499Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12500
12501 * doc/catalog.html: finished the catalog documentation
12502
Daniel Veillarde7ead2d2001-08-22 23:44:09 +000012503Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12504
12505 * doc/catalog.html doc/xml.html: added documentation about
12506 Catalog support, misses an API description
12507 * doc/html/*: reextracted the API pages
12508
Daniel Veillarddc2cee22001-08-22 16:30:37 +000012509Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12510
12511 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
12512 Added the part about section 7.2 on URI resolution,
12513 fixed a side effect in the HTML parser, look complete
12514 and ready to rock except the URI/SystemID part!
12515
Daniel Veillard5d90b6c2001-08-22 14:29:45 +000012516Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12517
12518 * include/libxml/catalog.h include/libxml/parser.h
12519 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
12520 xmlIO.c: added support and APIs needed for the catalog PI
12521 * include/libxml/xmlIO.h: cleanup
12522
Daniel Veillarde2940dd2001-08-22 00:06:49 +000012523Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12524
12525 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
12526 include/libxml/catalog.h: starts to look okay, really
12527 plugged the new framework, cleaned a lot of stuff,
12528 added some APIs, except the PI's support missing this
12529 should be mostly complete
12530 * result/catalogs/* test/catalogs/*: added new test, enriched
12531 the existing one with URN ID tests
12532
Daniel Veillard64339542001-08-21 12:57:59 +000012533Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12534
12535 * catalog.c: fixed nextCatalog
12536 * result/catalogs/docbook test/catalogs/*: started adding
12537 a small regression test
12538
Daniel Veillardcda96922001-08-21 10:56:31 +000012539Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
12540
12541 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
12542 more work on the XML catalog support.
12543 * parser.c include/libxml/parser.h: small cleanup seems using
12544 list as a public parameter name can give portability troubles
12545 * trionan.c trionan.h xpath.c include/libxml/trionan.h
12546 include/libxml/xpath.h include/libxml/Makefile.am: removed
12547 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
12548 wrappers
12549
Bjorn Reese45029602001-08-21 09:23:53 +000012550Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12551
12552 * Makefile.am trio.c triodef.h trionan.c xpath.c
12553 include/libxml/Makefile.am include/libxml/trionan.h:
12554 Re-worked Not-A-Number and Infinity support.
12555 * xmlcatalog.c: added readline include files
12556
Daniel Veillard344cee72001-08-20 00:08:40 +000012557Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12558
12559 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
12560 testCatalog as xmlcatalog, making it an installed app
12561 adding a shell, and preparing it to be a /etc/xml/catalog
12562 management tool, though not ready yet
12563 * catalog.c include/libxml/catalog.h: adding support for
12564 XML Catalogs http://www.oasis-open.org/committees/entity/
12565 not finished, there is some interesting tradeoffs and a
12566 few open questions left.
12567
Daniel Veillardb7664f42001-08-19 13:00:43 +000012568Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
12569
12570 * xmllint.c: fixed a line formatting problem
12571
Daniel Veillard5015b712001-08-17 09:37:52 +000012572Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12573
12574 * SAX.c: removed a couple of unused variable (Albert Chin)
12575
Daniel Veillardbb371292001-08-16 23:26:59 +000012576Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12577
12578 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
12579 trying to fix some troubles w.r.t. function returning
12580 const xxxPtr.
12581
Daniel Veillardb60c54e2001-08-16 19:34:27 +000012582Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12583
12584 * win32/dsp/libxml2.def.src: another set of symbols conditionally
12585 defined
12586
Daniel Veillardae6db172001-08-16 19:32:00 +000012587Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
12588
12589 * xpointer.c: removed unused var
12590
Daniel Veillard09190202001-08-16 16:27:41 +000012591Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12592
12593 * testXPath.c: another small cleanup closing bug #59110
12594
Daniel Veillard796f4b62001-08-16 16:00:13 +000012595Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12596
12597 * win32/dsp/libxml2.def.src: small cleanup closing bug
12598 #59108
12599
Daniel Veillard5aac4e42001-08-15 20:46:57 +000012600Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
12601
12602 * example/gjobread.c: add xmlCleanupParser() before leaving
12603
Daniel Veillard9a0b3d62001-08-15 12:58:03 +000012604Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
12605
12606 * config.h.in configure.in include/libxml/xmlwin32version.h:
12607 released 2.4.2
12608
Daniel Veillardd3d06722001-08-15 12:06:36 +000012609Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
12610
12611 * include/libxml/valid.h debugXML.c valid.c: deprecate
12612 the non-boundchecking Sprintf functions, add Snprintf
12613 this should close bug #57984
12614
Daniel Veillardecb6f5b2001-08-15 08:47:42 +000012615Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
12616
12617 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
12618 URIs before doing the lookups (pointed by Mark Vakoc)
12619
Daniel Veillard0ab5cab2001-08-14 16:43:10 +000012620Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
12621
12622 * xpath.c: serious changes on Result Value Trees and NodeSets
12623 w.r.t. deallocation and collect operations. Probably not
12624 100% clean (merge of allocated trees smells like a problem).
12625 Seems sufficient to close #58943
12626
Daniel Veillard90493a92001-08-14 14:12:47 +000012627Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12628
12629 * xmllint.c: adding a --format option
12630
Daniel Veillardfe703322001-08-14 12:18:09 +000012631Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
12632
12633 * xpath.c: count() was broken on Result Value Tree
12634 * xmlIO.c: fixed file:/// accesses on _WIN32
12635
Daniel Veillard70ac0e32001-08-13 11:24:16 +000012636Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12637
12638 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
12639 macro was renamed, this should close bug #58683
12640
Daniel Veillardf300b7e2001-08-13 10:43:15 +000012641Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12642
12643 * SAX.c: small fix fixing bug #58539 reported by coolo, in
12644 entity substitution mode text at the end of the entity might
12645 be added due to text coalescing.
12646 * nanoftp.c parser.c: small cleanup
12647
Daniel Veillard0c720972001-08-08 20:59:00 +000012648Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
12649
12650 * HACKING: added John Fleck right to commit in the doc subdir
12651
Daniel Veillard48da9102001-08-07 01:10:10 +000012652Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12653
12654 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
12655 allow to inherit attributes from the DTD directly in the
12656 tree, this is needed for XPath and can be a useful feature.
12657 Inherited namespaces are always provided at the tree level now
12658 * test/defattr* result/defattr* result/noent/defattr*: added a couple
12659 of tests for this feature (XSLT being the prime user).
12660
Daniel Veillard50f34372001-08-03 12:06:36 +000012661Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12662
12663 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
12664 testSAX.c xmlIO.c xmllint.c include/win32config.h
12665 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
12666 include/libxml/xmlwin32version.h.in win32/README.MSDev
12667 win32/dsp/*: applied Win32 Facelift No.2 patches from
12668 Igor Zlatkovic for Windows/MSC
12669
Daniel Veillard9f4eb912001-08-01 21:22:27 +000012670Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
12671
12672 * SAX.c: unparsedEntityDecl() the URI computation of the
12673 entity wasn't done breaking XSLT unparsed-entity-uri()
12674
Daniel Veillard567e1b42001-08-01 15:53:47 +000012675Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
12676
12677 * xpath.c: fixed a bug when walking the descendants and
12678 the current node has no children
12679 * debugXML.c: show up when a text node is supposed to not be escaped
12680
Thomas Broyerf186c822001-07-31 23:30:37 +000012681Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12682
12683 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
12684 worked like the set:leading() function)
12685 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
12686
Daniel Veillardba6db032001-07-31 16:25:45 +000012687Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12688
12689 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
12690
Daniel Veillard57905372001-07-31 15:52:17 +000012691Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12692
12693 * include/libxml/xmlIO.h: apply change to close #58141
12694 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
12695
Daniel Veillard5e3eecb2001-07-31 15:10:53 +000012696Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12697
12698 * parser.c: when the internal subset uses a PE, then the
12699 included entity can use conditional sections.
12700
Daniel Veillard7d7e3792001-07-30 13:42:13 +000012701Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12702
12703 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
12704 when walking the namespace axis showing up in
12705 libxst/tests/general/bug-12
12706 * xmlmemory.c: added the possibility to trace a given block
12707 defined by its address
12708
Daniel Veillard4aafa792001-07-28 17:21:12 +000012709Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12710
12711 * parser.c: don't override existing encoding specified before
12712 starting xmlParseDocument()
12713
Daniel Veillardfdb1f242001-07-27 23:32:44 +000012714Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12715
12716 * include/libxml/xmlwin32version.h: reinserted, needed for
12717 Windows users of CVS
12718
Darin Adlera77cac02001-07-27 17:41:51 +0000127192001-07-27 Darin Adler <darin@bentspoon.com>
12720
Darin Adler699613b2001-07-27 22:47:14 +000012721 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
12722 * testCatalog.c: Add include of <libxml/parser.h>.
12723
127242001-07-27 Darin Adler <darin@bentspoon.com>
12725
Darin Adlera77cac02001-07-27 17:41:51 +000012726 * include/libxml/.cvsignore:
12727 * include/libxml/xmlwin32version.h:
12728 Remove this file from CVS because it's generated.
12729
Daniel Veillard50822cb2001-07-26 20:05:51 +000012730Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12731
12732 * parser.c include/libxml/parser.h: applied const patches from
12733 Tom Moog #58002
12734
Thomas Broyerba4ad322001-07-26 16:55:21 +000012735Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12736
12737 * xpath.c include/libxml/xpath{,Internals}.h: added a function
12738 lookup framework
12739
Daniel Veillard1d0bfab2001-07-26 11:49:41 +000012740Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12741
12742 * tree.c: fixed xmlCopyNode() for documents
12743
Daniel Veillard6dd398f2001-07-25 22:41:03 +000012744Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12745
12746 * parser.c: fixed bugs #58073 reported by Greg Shtilman
12747
12748Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard2454ab92001-07-25 21:39:46 +000012749
12750 * parser.c: fixes bug #57652 reported by Morus Walter
12751
Daniel Veillarde3924972001-07-25 20:25:21 +000012752Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12753
12754 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
12755
Daniel Veillarda53c6882001-07-25 17:18:57 +000012756Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12757
12758 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
12759 errors, lesson don't add new functions at 1am before a release
12760 * xpath.c: integrated fix from Bjorn to avoid divide by zero
12761 from XPath initialization when possible.
12762
Daniel Veillardd9bad132001-07-23 19:39:43 +000012763Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12764
12765 * result/scripts/base*: removing history/readline changed
12766 this slightly
12767 * include/libxml/parser.h SAX.c parser.c parserInternals.c
12768 xmllint.c: make element content line number generation
12769 optionnal to avoid breaking old apps added interface to switch
12770
Daniel Veillardf012a642001-07-23 19:10:52 +000012771Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12772
12773 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +000012774 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillardf012a642001-07-23 19:10:52 +000012775 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
12776 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
12777 John Kroll fixes to allow saving to HTTP via PUT (or
12778 POST of needed).
12779 * doc/html/*.html: regenerated the docs
12780
Thomas Broyere8126242001-07-22 03:54:15 +000012781Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12782
12783 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
12784 xmlHashScanFull and xmlHashScannFull3 to get passed the
12785 three keys as arguments to the callback function
12786
Daniel Veillard5e2dace2001-07-18 19:30:27 +000012787Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12788
12789 * configure.in Makefile.am: removed libxml softlink for good
12790 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
12791 100% coverage by gtk-doc
12792
Daniel Veillard8599e702001-07-17 21:38:51 +000012793Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12794
12795 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
12796 fixed serious troubles due to size_t vs. int mismatch
12797
Daniel Veillard8fcc4942001-07-17 20:07:33 +000012798Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12799
12800 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
12801
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012802Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12803
12804 * include/libxml/xpath{,Internals}.h xpath.c: added a more
12805 convenient extension API for value and context managing
12806 Now handles external objects through xmlXPathPopExternal,
12807 xmlXPathWrapExternal and xmlXPathReturnExternal.
12808 Added functions for sets operations (intersection, etc.)
12809
Daniel Veillard22090732001-07-16 00:06:07 +000012810Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12811
12812 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
12813 xmlIO.c tree.c parserInternals.c entities.c encoding.c
12814 HTMLparser.c: cleanup of global variables, marking some
12815 const or private.
12816
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012817Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
Thomas Broyer496be682001-07-15 22:59:18 +000012818
12819 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
12820 fixed xmlXPathNodeSetItem when passing index=0
12821
Daniel Veillard05dec342001-07-14 21:57:39 +000012822Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12823
12824 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
12825
Daniel Veillard28ae6362001-07-14 16:44:32 +000012826Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12827
12828 * xmllint.c: fixed compilation under Cygwin #57503
12829 * TODO: update
12830
Peter Williamsed156f52001-07-13 18:35:13 +0000128312001-07-13 Peter Williams <peterw@ximian.com>
12832
12833 * config.h.in: add #undef HAVE_DLFCN_H
12834
12835 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
12836 builddir.
12837
Daniel Veillard73b36e32001-07-12 15:09:52 +000012838Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12839
12840 * win32/libxml2/libxml2.def.src: added a couple of exported entries
12841 raised by #57348 and #57381
12842
Daniel Veillard7db37732001-07-12 01:20:08 +000012843Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12844
12845 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
12846 tree.c xpointer.c: store the line numbder in element->content,
12847 may break some software, need a configuration mechanism
12848
Darin Adler96037892001-07-11 00:03:16 +0000128492001-07-10 Darin Adler <darin@bentspoon.com>
12850
12851 * .cvsignore:
12852 * example/.cvsignore:
12853 * include/.cvsignore:
12854 * include/libxml/.cvsignore:
12855 Various things that are generated and should be ignored.
12856
Daniel Veillard09ab7e12001-07-10 15:49:44 +000012857Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12858
12859 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
12860 * doc/xml.html doc/html/*: updated the docs
12861
Daniel Veillard04e2dae2001-07-09 20:07:25 +000012862Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12863
12864 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
12865 validation occured on content with element child
12866
Daniel Veillardb8c9be92001-07-09 16:01:19 +000012867Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12868
12869 * tree.c: fixed XML Base computation which was broken
12870 * debugXML.c: added a base function to the shell
12871 * Makefile.am result/scripts/* test/scripts/*: added scripts
12872 based regression tests, and adding 2 XML Base tests
12873
Daniel Veillard19e96c32001-07-09 10:32:59 +000012874Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12875
12876 * tree.c: set properties doc and call xmlSetListDoc for properties
12877 content when grafting them in a different tree.
12878 * aclocal.m4: remove from CVS
12879
Daniel Veillarde086f5c2001-07-08 21:10:40 +000012880Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12881
12882 * win32/libxml2/libxml2.def.src: added some missing entry point
12883 for XPath (Mark Vakoc)
12884
Daniel Veillard388236f2001-07-08 18:35:48 +000012885Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12886
12887 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
12888 layer should URI-Unescape before trying to open resources.
12889
Daniel Veillard04383752001-07-08 14:27:15 +000012890Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12891
12892 * xpath.c: fix the name() bug for elements in the default
12893 namespace reported by Charlie Bozeman
12894
Daniel Veillard7583a592001-07-08 13:15:55 +000012895Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12896
12897 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
12898 led to an XPath fix, improvements of SAX initialization, and
12899 an added option --nocdata to testXPath
12900
Daniel Veillard449d7392001-07-07 19:11:06 +000012901Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12902
12903 * doc/libxml-doc.el: Felix Natter provided anew version working
12904 with XEmacs too
12905
Daniel Veillard5168dbf2001-07-07 00:18:23 +000012906Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12907
12908 * include/libxml/xpath.h: small cleanup
12909 * doc/xml.html: update
12910
Daniel Veillardf524d6e2001-07-05 23:41:40 +000012911Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12912
12913 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12914 released 2.3.14
12915
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012916Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12917
12918 * doc/html/*: rebuilt the docs for the release
Daniel Veillard5b43fde2001-07-05 23:31:40 +000012919 * doc/xml.html: added 2.3.14 release.
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012920
Daniel Veillard73c9c042001-07-05 20:02:54 +000012921Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12922
12923 * xpath.c: a bug reported by Stephan Kulow empty nodesets
12924 were not equal to empty strings
12925
Daniel Veillard1fd36d22001-07-04 22:54:28 +000012926Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12927
12928 * SAX.c: fixed a URI-Reference computation problem when validating
12929 * xmlIO.c: small cleanup
12930
Daniel Veillard4d65a1c2001-07-04 22:06:23 +000012931Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12932
12933 * parser.c: improved the description of a couple of interfaces
12934 upon Larry Stamper suggestion
12935
Daniel Veillard62f313b2001-07-04 19:49:14 +000012936Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12937
12938 * SAX.c entities.c parser.c: changed completely the way entities
12939 are handled when running the parser in entity substitution mode.
12940 This fixes a bug reported by Stephan Kulow and nearly divides
12941 by 3 the amount of memory required by libxslt to load and process
12942 DocBook TDG.
12943
Daniel Veillardf420ac52001-07-04 16:04:09 +000012944Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12945
12946 * HTMLparser.c: fixing a too early root closing problem raised
12947 byt Prashanth Naidu
12948
Daniel Veillard8c357d52001-07-03 23:43:33 +000012949Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12950
12951 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
12952 raised by Mark Vakoc.
12953
Daniel Veillard6e90d192001-07-03 16:37:49 +000012954Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12955
12956 * example/Makefile.am: fixed the include path to add srcdir/include
12957 * Makefile.am configure.in: fix from Albert Chin for iconv detection
12958 and some cleanup
12959
Daniel Veillardf06307e2001-07-03 10:35:50 +000012960Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12961
12962 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
12963 lot of optimization work, results in significant improvements
12964 when handling really complex XPath queries. Add a small optimizer
12965 for unions, improve [n] and [last()], avoid some costly ops.
12966
Daniel Veillard77044732001-06-29 21:31:07 +000012967Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12968
12969 * include/libxml/parser.h parser.c: xmlStrstr args are both const
12970 * xpath.c: small cleanup
12971 * xmlGetNsList: reformated, fixed problems if used on Entities
12972
Daniel Veillard2adbb512001-06-28 16:20:36 +000012973Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12974
12975 * doc/xml.html: added 1.8.14 and 2.3.13 releases
12976
Daniel Veillardb37ecd02001-06-28 16:18:11 +000012977Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12978
12979 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
12980 * Makefile.am example/Makefile.am: workaround automake generating
12981 erroneous deps
12982
Daniel Veillard12f7d292001-06-28 13:12:11 +000012983Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12984
12985 * include/win32config.h: bug #56801 Yon Derek provided a patch
12986 to the windows config file.
12987
Daniel Veillard87ee9142001-06-28 12:54:16 +000012988Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12989
12990 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
12991 libxml.h : Yon Derek provided a set of changes to compile from
12992 CVS on Windows/MSC
12993
Daniel Veillard0e4cd172001-06-28 12:13:56 +000012994Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12995
12996 * parser.c: fixed UTF8 BOM support in push mode
12997 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
12998 added a specific testcase
12999
Daniel Veillard3e5bb8e2001-06-27 16:34:34 +000013000Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13001
13002 * Makefile.am: added --push regression tests
13003 * parserInternals.c: the XML parser segfaulted in --push mode
13004
Daniel Veillard9a89a8a2001-06-27 11:13:35 +000013005Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13006
13007 * configure.in: moved the symlinks detection within a CVS
13008 check, this is not portable and will be removed soon.
13009 * xpath.c: small cleanup/speedup
13010
Daniel Veillard11648102001-06-26 16:08:24 +000013011Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13012
13013 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
13014 release of 2.3.12
13015 * parser.c: make an error message if unknow entities in all cases
13016
Daniel Veillardfcbd74a2001-06-26 07:47:23 +000013017Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13018
13019 * uri.c: fixed 2 uri normalization bugs on '//' reduction
13020
Daniel Veillard23793842001-06-25 16:07:45 +000013021Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13022
13023 * include/libxml/Makefile.am: Laszlo Peter pointed out that
13024 includes were installed in the wrong dir
13025
Daniel Veillardf5498f32001-06-25 15:08:36 +000013026Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13027
13028 * doc/html.xml: warn against sending code to exhibit bugs.
13029
Daniel Veillard56f06462001-06-24 21:34:03 +000013030Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13031
13032 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
13033 Tru64 from Thomas Leitner
13034
Daniel Veillardc5d64342001-06-24 12:13:24 +000013035Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13036
13037 * AUTHORS: added William and Bjorn
13038 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
13039 daniel@veillard.com hopefully I won't have to do this again
13040 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
13041 docs can be rebuilt cleanly now
13042 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
13043 from CVs it's generated, added include/libxml/xmlwin32version.h
13044 also generated but which should change far less frequently.
13045 * catalog.c nanoftp.c: made sure to include libxml.h not
13046 libxml/xmlversion.h directly
13047 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
13048 when compiling on WIN32 and MSC
13049
Daniel Veillard07385fd2001-06-23 21:55:48 +000013050Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13051
13052 * include/Makefile.am include/libxml/Makefile.am configure.in:
13053 fixed make distcheck and rebuilding the rpms
13054
Daniel Veillardcd1d9442001-06-23 18:53:44 +000013055Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13056
13057 * configure.in: should finish the migration of exported includes
13058 into a real include/libxml in CVS, at least for CVS users.
13059 * removed the exported headers, added in include/libxml (as well
13060 as xmlversion.h.in).
13061
Daniel Veillard6dd8e052001-06-23 18:38:06 +000013062Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13063
13064 * configure.in: fixed the way to detect symlink
13065
Daniel Veillard66541772001-06-23 18:31:04 +000013066Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13067
13068 * configure.in: updated, include/libxml is now a real CVS dir
13069
Daniel Veillardca989762001-06-23 17:39:29 +000013070Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13071
13072 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
13073 version works with both libxml1 and libxml2 (it autodetects
13074 the prefix of the html-files) from Felix Natter.
13075 * doc/xml.html: updated doc accordingly
13076
Daniel Veillard8cf14d52001-06-23 16:32:46 +000013077Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13078
13079 * xpath.c: fixed the bug generating a template loop in libxslt
13080 when using docbook-xsl-1.4, * should filter out document nodes
13081 * HACKING: added William
13082 * TODO: updated
13083
Daniel Veillard7b06bcb2001-06-22 16:03:51 +000013084Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13085
13086 * doc/FAQ.html: added a warning about gcc-3.0
13087 * doc/xml.html: added reference to gdome2 and removed a confusing
13088 sentence
13089
Daniel Veillardf7f41852001-06-22 15:18:01 +000013090Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13091
13092 * xmlversion.h: okay this is a generated file, but Windows
13093 users need it and they can't generate it, and I want CVS
13094 Windows users ...
13095 * win32/libxml2/libxml2_so.dsp: Windows project file for
13096 the shared lib version of libxml2
13097 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
13098 resources needed for libxslt/xsltproc by Yon Derek
13099
Bjorn Reese3157b342001-06-22 14:41:45 +000013100Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13101
13102 * trio.c: MSVC fix (provided by Igor Zlatkovic)
13103
Daniel Veillard4151acb2001-06-22 10:48:57 +000013104Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13105
Daniel Veillardcc146db2001-06-22 11:10:52 +000013106 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
13107
13108Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13109
Daniel Veillard4151acb2001-06-22 10:48:57 +000013110 * include/win32config.h: Yon Derek provided a first fix
13111 to be able to compile libxslt/xsltproc on Windows
13112
Daniel Veillardd79bcd12001-06-21 22:07:42 +000013113Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13114
13115 * xpath.c: attempt to work around what seemed a gcc optimizer
13116 bug when handling floats on i386 http://veillard.com/gcc.bug
13117 * tree.c entities.c encoding.c: doing some cleanups while
13118 chasing it
13119
Daniel Veillard017b1082001-06-21 11:20:21 +000013120Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13121
13122 * Makefile.am: cleanup when --without-debug is specified
13123 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
13124 w.r.t. --without-debug and other include points
13125 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
13126 Catalogs
13127 * configure.in entities.h tree.h HTMLparser.c: removed
13128 --without-corba, made the _private field mandatory
13129
Daniel Veillard87a764e2001-06-20 17:41:10 +000013130Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13131
13132 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
13133 outputs a BOM in UTF8, an errata has been issued to avoid the
13134 problem, that was the most reasonable solution... Add support
13135 for a leading UTF8 BOM in entities.
13136
Daniel Veillard10ea86c2001-06-20 13:55:33 +000013137Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13138
13139 * valid.c: fixed a bug found when post validating an entity ref
13140 * xmllint.c: added --loaddtd and sligly changed --postvalid to
13141 activate it too
13142
Daniel Veillard39196eb2001-06-19 18:09:42 +000013143Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13144
13145 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
13146 weakness in the node copy the XPointer and the XInclude
13147 implementations. Serious cleanup.
13148
Daniel Veillard3739b982001-06-19 12:51:30 +000013149Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13150
13151 * Makefile.am: Kjartan Maraas provided a small patch to
13152 add xml2-config.in to EXTRA_DIST
13153
Daniel Veillarda9142e72001-06-19 11:07:54 +000013154Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13155
13156 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
13157 provided another failing case found in KDE, the way the
13158 ctxt->vctxt.nodeTab was allocated and freed changed over
13159 time but it wasn't completely cleaned up. This should fix it.
13160
Daniel Veillard3ed27bd2001-06-17 17:58:17 +000013161Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13162
13163 * parser.c: Stephan Kulow also raised the fact that line number
13164 could get miscounted making debug harder, fixed the problem
13165 in xmlParseCharData()
13166
Daniel Veillard64b98c02001-06-17 17:20:21 +000013167Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13168
13169 * valid.c: Stephan Kulow pointed out a problem when validating
13170 and using an empty entity, forgot a 'break' in a case.
13171
Daniel Veillarde3c81b52001-06-17 14:50:34 +000013172Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13173
13174 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
13175 * doc/xml.html: updated with 2.3.11
13176
Daniel Veillard4ec885a2001-06-17 10:31:07 +000013177Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13178
13179 * TODO: updated adding cleanup of generated doc
13180 * configure.in: prepared to release 2.3.11
13181 * xmllint.c: added --version for bug reporting
13182 * doc/html/*.html: rebuilt the doc
13183
Daniel Veillard8b8d2252001-06-16 21:24:56 +000013184Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13185
13186 * xpath.c: first part of the work on selecting namespace to
13187 fix bug #56115
13188
Daniel Veillard96ed5832001-06-15 22:22:04 +000013189Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13190
13191 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
13192 when using -liconv
13193 * TODO: updated
13194
Daniel Veillardc4f631d2001-06-14 11:11:59 +000013195Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13196
13197 * HTMLtree.[ch]: more work on the HTML serialization routnes,
13198 cleanup, encoding support.
13199
Daniel Veillard608ad072001-06-14 08:32:28 +000013200Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13201
13202 * xpath.c: Thomas Broyer suggested a better patch for the / arg
13203
Daniel Veillard239d0522001-06-13 23:02:48 +000013204Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13205
13206 * xpath.c: bug detected by Ankh when / is used as a function arg
13207
Daniel Veillard02bb1702001-06-13 21:11:59 +000013208Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13209
13210 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
13211 of element and use it to avoid outputting formatting spaces at
13212 the wrong place. Implemented the format parameter for HTML save.
13213 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
13214 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
13215 result/HTML/wired.html: of course this impact the result of a
13216 number of HTML tests
13217
Daniel Veillard95d845f2001-06-13 13:48:46 +000013218Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13219
13220 * HTMLtree.[ch]: started augmenting the HTML save API with
13221 encoding and formatting parameters
13222
Daniel Veillardeca60d02001-06-13 07:45:41 +000013223Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13224
13225 * HTMLtree.h: cleanup and started evaluating the work needed on
13226 revamping the HTML output code
13227
Daniel Veillard84666b32001-06-11 17:31:08 +000013228Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13229
13230 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
13231
Daniel Veillard8bdd2202001-06-11 12:47:59 +000013232Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13233
13234 * valid.c: fixed bug #56049, forgot one check in the
13235 validation routine
13236
Daniel Veillardca2366a2001-06-11 12:09:01 +000013237Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13238
13239 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
13240
Daniel Veillard6761eee2001-06-11 10:29:38 +000013241Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13242
13243 * libxml.h: fixed an error in last commit
13244 * doc/FAQ.html: added an entry for compilation from CVS
13245
Daniel Veillard9cc6dc62001-06-11 08:09:20 +000013246Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13247
13248 * xmlversion.h.in libxml.h: Cygwin patches
13249 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
13250 * tree.h: cleanup
13251
Daniel Veillardacd370f2001-06-09 17:17:51 +000013252Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13253
13254 * tree.c: patched xmlFreeNode() to avoid freeing() a static
13255 memory block in a strange case where libxml is linked twice
13256 in the binary.
13257
Daniel Veillard1d047672001-06-09 16:41:01 +000013258Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13259
13260 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
13261 state far too often, simple fix used to avoid it.
13262
Daniel Veillard4497e692001-06-09 14:19:02 +000013263Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13264
13265 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
13266 being processed, applied his patch
13267 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
13268
Daniel Veillardf3afa7d2001-06-09 13:52:58 +000013269Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13270
13271 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
13272 provided fixes to compile on MSCC again
13273 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
13274 also provided an update for the project files.
13275
Daniel Veillarda682b212001-06-07 19:59:42 +000013276Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13277
13278 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
13279 bug #55810
13280
Daniel Veillarde8fc08e2001-06-07 19:35:47 +000013281Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13282
13283 * tree.c: fixed xmlGetNsProp() to close bug #55683
13284 Note this requires libxslt to use it's own function instead.
13285
Daniel Veillardf0c53762001-06-07 16:07:07 +000013286Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13287
13288 * HTMLtree.c: when in a pre element no formatting space should
13289 be added.
13290 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
13291
Daniel Veillard068a9652001-06-07 15:30:26 +000013292Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13293
13294 * configure.in: added tests for signal() and signal.h
13295
Daniel Veillard541d6552001-06-07 14:20:01 +000013296Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13297
13298 * xpath.c: robert pointed out xmlXPathNINF was not initialized
13299
Daniel Veillard8a367d42001-06-07 14:01:34 +000013300Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13301
13302 * doc/libxml-doc.el: Felix Natter provided a new version for
13303 libxml2
13304
Daniel Veillard8a926292001-06-07 11:20:20 +000013305Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13306
13307 * HTMLtree.c: when in a pre element no formatting space should
13308 be added.
13309
Daniel Veillard14839d52001-06-06 16:11:56 +000013310Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13311
13312 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
13313
Daniel Veillarde95e2392001-06-06 10:46:28 +000013314Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13315
13316 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
13317 hack
13318 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
13319 * uri.c: fixed a warning
13320
Daniel Veillard6e93c4a2001-06-05 20:57:42 +000013321Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13322
13323 * HTMLtree.c: trying to close bug #55772 escaping in script
13324 elements
13325 * doc/xml.html: suggest to send mail to the list
13326
13327Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard1c43dbf2001-06-05 17:12:52 +000013328
13329 * error.c: attempt to fix the xmlGetVarStr breakage once and for
13330 good. Use a macro and based on the solution provided in
13331 vsnprintf manual page from GNU.
13332
Bjorn Reese99748722001-06-05 12:49:15 +000013333Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13334
13335 * error.c: Workaround for non-preserving variadic list.
13336 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
13337
Daniel Veillard2e4f1882001-06-01 10:11:57 +000013338Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13339
13340 * doc/xml.html: added 2.3.10 release
13341
Daniel Veillardb3a182e2001-06-01 09:28:09 +000013342Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13343
13344 * configure.in: releasing 2.3.10
13345
Daniel Veillard3c2758d2001-05-31 18:43:43 +000013346Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13347
13348 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
13349
Daniel Veillard20042422001-05-31 18:22:04 +000013350Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13351
13352 * encoding.c: Robert Collins provided a patch to add the
13353 "US-ASCII" encoding alias
13354
Daniel Veillard97ac1312001-05-30 19:14:17 +000013355Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13356
13357 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
13358 string oriented functions and started cleaning the related areas
13359 in xpath.c which needed fixing in this respect
13360
Daniel Veillard2d703722001-05-30 18:32:34 +000013361Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13362
13363 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
13364 #55380
13365 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
13366
Daniel Veillard9403a042001-05-28 11:00:53 +000013367Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13368
13369 * TODO: updated
13370 * nanohttp.[ch] : started adding APIs to get the redirected URL
13371 when this occurs (needed for further base computation
13372 * tree.h: cleanup
13373 * encoding.c: cleanup
13374 * SAX.c: minor change around ctxt->loadsubset
13375
Daniel Veillard6278fb52001-05-25 07:38:41 +000013376Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13377
13378 * Makefile.am include/Makefile.am: small change to have
13379 include/libxml rebuilt if working from CVS.
13380 * uri.c: applied another patch from Carl Douglas for URI escaping,
13381 this should close bug #51876
13382
Daniel Veillardd16df9f2001-05-23 13:44:21 +000013383Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13384
13385 * xinclude.c: fixed XInclude recursive behaviour bug #54678
13386 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
13387 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
13388 added specific regression test
13389 * parser.h: preparing for the XSLT mode where DTD inherited
13390 attributes are added to the tree.
13391
Daniel Veillardbbd22452001-05-23 12:02:27 +000013392Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13393
13394 * xinclude.[ch]: Updated the namespace for the Last Call version
13395 * result/XInclude/include test/XInclude/include: updated the
13396 testsuite accordingly
13397
Daniel Veillard8514c672001-05-23 10:29:12 +000013398Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13399
13400 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
13401 related to bug #51876
13402
Daniel Veillard42596ad2001-05-22 16:57:14 +000013403Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13404
13405 * tree.c: fixed a gross mistake in base computation, xml:base is
13406 not completely correct yet (need cascade).
13407 * xpath.[ch]: added the few things needed to find a function name
13408 and URI from the XPath context when it is called.
13409
Daniel Veillard81418e32001-05-22 15:08:55 +000013410Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13411
13412 * catalog.[ch]: fixes and add xmlLoadCatalogs()
13413 * DOCBparser.c: small cleanup
13414 * xmllint.c: added a --catalogs option to load catalogs from
13415 $SGML_CATALOG_FILES
13416 * tree.c: cleanup
13417 * configure.in: iconv library fixup, ICONV_LIBS
13418
Daniel Veillardaf86c7f2001-05-21 14:11:26 +000013419Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13420
13421 * catalog.c: handling of CATALOG entries. detection of recursion,
13422 and a few bugfixes
13423 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
13424 against the default namespace
13425
Daniel Veillard04b93292001-05-21 08:15:31 +000013426Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13427
13428 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
13429
Daniel Veillarda97a19b2001-05-20 13:19:52 +000013430Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13431
13432 * parser.c: fixed propagation context info when parsing an
13433 external entity.
13434 * doc/html/*.html: regenerated a couple of docs
13435
Daniel Veillard4623acd2001-05-19 15:13:15 +000013436Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13437
13438 * doc/xml.html: update with 2.3.9 informations
13439
Daniel Veillardbed7b052001-05-19 14:59:49 +000013440Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13441
13442 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
13443 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
13444 * doc/html/* : rebuilt the docs
13445 * valid.c: small patch which may improve some case when
13446 validating.
13447
Daniel Veillardf69bb4b2001-05-19 13:24:56 +000013448Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13449
13450 * HTMLparser.c: Closed bug #54891
13451 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
13452 to the suite
13453
13454Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13455
13456 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
13457 applied a documentation patch from LotR and filled in a few missing
13458 descriptions
13459
Daniel Veillard76d66f42001-05-16 21:05:17 +000013460Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13461
13462 * xpath.c tree.c parser.c: speed optimizations at the parser level
13463 document tree freeing and xpath evaluation
13464
Daniel Veillardfd7ddca2001-05-16 10:57:35 +000013465Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13466
13467 * parser.c parser.h parserInternals.h: fixed a couple of
13468 interfaces for handling memory buffer input to const char *
13469 upon suggestion of JamesH.
13470
Daniel Veillardc3739e72001-05-15 15:23:27 +000013471Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13472
13473 * configure.in: LoTR sent a patch fixing the previous commit
13474
Daniel Veillarda4f27e02001-05-15 12:41:29 +000013475Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13476
13477 * configure.in: trying to deal again with the stoopid -R linking
13478 flag of Solaris
13479
Daniel Veillard790142b2001-05-15 10:51:53 +000013480Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13481
13482 * xpath.h: two nodeset access macros from Thomas Broyer
13483
Daniel Veillardba0b8c92001-05-15 09:43:47 +000013484Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13485
13486 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
13487 patch from Thomas Broyer
13488
Daniel Veillarde62d36c2001-05-15 08:53:16 +000013489Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13490
13491 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
13492 case
13493 * INSTALL: was empty added stuff from the FAQ
13494
Daniel Veillard75bea542001-05-11 17:41:21 +000013495Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13496
13497 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
13498 attributes handling and #54433 by adding xmlUnsetProp()
13499 and xmlUnsetNsProp()
13500
Daniel Veillard0a2a1632001-05-11 14:18:03 +000013501Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13502
13503 * HTMLparser.c: Patch from Jonas Borgström
13504 (htmlGetEndPriority): New function, returns
13505 the priority of a certain element.
13506 (htmlAutoCloseOnClose): Only close inline elements if they
13507 all have lower or equal priority.
13508 * result/HTML: this of course changed a number of tests results.
13509
Daniel Veillard7d6fd212001-05-10 15:34:11 +000013510Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13511
13512 * xmlIO.c catalog.c: plugged in the default catalog resolution
13513 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
13514 documentations
13515 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
13516
Daniel Veillarda7374592001-05-10 14:17:55 +000013517Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13518
13519 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
13520 integrating catalogs
13521 * catalog.[ch] testCatalog.c: adding a small catalo API
13522 (only SGML catalog support).
13523 * parser.c: restaured xmlKeepBlanksDefault(0) API
13524
Daniel Veillardc17337c2001-05-09 10:51:31 +000013525Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13526
13527 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
13528
Daniel Veillard257d9102001-05-08 10:41:44 +000013529Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13530
13531 * parser.c: added xmlParseExternalEntityPrivate() to allow
13532 propagation of ctxt->_private when parsing external entities
13533
Daniel Veillard083c2662001-05-08 08:27:14 +000013534Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13535
13536 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
13537
Daniel Veillard01ef7382001-05-08 07:31:43 +000013538Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13539
13540 * configure.in: fixed a small portability problem with AM_CONDITIONAL
13541
Daniel Veillard4de4d3b2001-05-07 20:50:47 +000013542Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13543
13544 * valid.c: warn when indeterminist content model is detected
13545 * result/VC/ElementValid8: this adds a message
13546 * Makefile.am: add --novalid for VCM tests
13547 * parserInternals.c: added a call to Init memory
13548
Daniel Veillard64269352001-05-04 17:52:34 +000013549Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13550
13551 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
13552 when both parameters are NULL.
13553
Daniel Veillard37721922001-05-04 15:21:12 +000013554Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13555
13556 * valid.c: applied small patch from Gary Pennington, reindented
13557 some part of the code.
13558
Daniel Veillard3bbbe6f2001-05-03 11:15:37 +000013559Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13560
13561 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
13562 release, updated and regenerated the docs
13563
Daniel Veillard357c9602001-05-03 10:49:20 +000013564Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13565
13566 * xpath.c result/XPath/expr/floats : clarified and cleanup
13567 printing of abnormal floats in tests.
13568
Daniel Veillarda2bc3682001-05-03 08:27:20 +000013569Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13570
13571 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
13572 * results/HTML/ : a few changes in the output of the HTML tests as
13573 a result.
13574 * configure.in: tying to fix -liconv where needed
13575
Daniel Veillard2a0d2e62001-05-02 17:11:36 +000013576Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13577
13578 * Makefile.am: fixed a stupid error
13579
Daniel Veillard7150a032001-05-02 16:41:11 +000013580Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13581
13582 * configure.in Makefile.am: make the inclusion of the trio
13583 modules in the library conditional
13584
Daniel Veillardc057c5d2001-05-02 12:41:24 +000013585Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13586
13587 * DOCBparser.c: patche from László Kovács, fixed entities refs
13588 in attributes handling
13589
Daniel Veillardedddff92001-05-02 10:58:52 +000013590Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13591
13592 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
13593 flushing
13594
Daniel Veillardc8f620b2001-04-30 20:31:33 +000013595Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13596
13597 * xpath.c: fix of an XSLT namespace bug reported on the list
13598 general/bug-8-
13599
Daniel Veillard5792e162001-04-30 17:44:45 +000013600Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13601
13602 * strio.h trio.c: Dan McNichol suggested a couple of small
13603 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
13604
Daniel Veillard02141ea2001-04-30 11:46:40 +000013605Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13606
13607 * tree.c parser.c encoding.c: spent a bit more time looking
13608 at the parsing speed and DOM handling. Added a few more
13609 speedups.
13610
Daniel Veillard3ed155f2001-04-29 19:56:59 +000013611Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13612
13613 * parser.c: small but effective parsing speed improvement
13614
Daniel Veillardb59076b2001-04-29 17:04:07 +000013615Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13616
13617 * configure.in: default on the DocBook parser inclusion (for Gnome)
13618 * DOCBparser.h: fixed a header reference
13619
Daniel Veillardb45c43b2001-04-28 17:02:11 +000013620Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13621
13622 * configure.in xpath.c: applied Bjorn patches for FPE on the
13623 alpha
13624
Daniel Veillardeefd4492001-04-28 16:55:50 +000013625Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13626
13627 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
13628 xmlSaveFormatFileTo()
13629
Daniel Veillarde39a93d2001-04-28 14:35:02 +000013630Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13631
13632 * xpath.c: simple and efficient optimization, XPath functions
13633 aways bind to the same code, cache this
13634 * TODO: updated (by saying some is obsolete)
13635
Daniel Veillard2156a562001-04-28 12:24:34 +000013636Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13637
13638 * xpath.c: more cleanup work on XPath name parsing routines
13639
Daniel Veillard61d80a22001-04-27 17:13:01 +000013640Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13641
13642 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
13643 xmlXPathParseName
13644 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
13645 * debugXML.c: avoid compilation problems if compiling without
13646 HTML support, Igor Zlatkovic
13647 * win32/libxml2/libxml2.def.src: being able to compile without
13648 XPath on Windows
13649
Daniel Veillarddbb14a72001-04-26 20:54:01 +000013650Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13651
13652 * libxml.m4: yet another patch from Toshio Kuratomi
13653
Daniel Veillard2913e4c2001-04-26 19:29:02 +000013654Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13655
13656 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
13657
Daniel Veillard67fee942001-04-26 18:59:03 +000013658Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13659
13660 * tree.[ch]: added xmlSaveFormatFile interface for saving
13661 and indenting a file.
13662
Daniel Veillard82e49712001-04-26 14:38:03 +000013663Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13664
13665 * xpath.c: fixed bug #53689 related to processing-instruction()
13666
Daniel Veillard02f077a2001-04-26 10:59:11 +000013667Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13668
13669 * DOCBparser.c: patche from László Kovács
13670
Daniel Veillard30211a02001-04-26 09:33:18 +000013671Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13672
13673 * parser.c: applied fixes from Christian Glahn bug report #53391
13674
Daniel Veillard5a7c3452001-04-26 09:16:13 +000013675Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13676
13677 * error.c: Jean François Lecomte provided a complete description
13678 and a fix to bug #53537
13679
Daniel Veillard5c4ec4c2001-04-26 07:43:59 +000013680Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13681
13682 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
13683
Daniel Veillard1034da22001-04-25 19:06:28 +000013684Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13685
13686 * DOCBparser.c SAX.c: a bit more work on entities processing.
13687 Still Need to cleanup XML output and references in attributes
13688
Daniel Veillard4ec0b0f2001-04-25 15:53:40 +000013689Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13690
13691 * DOCBparser.c include/Makefile.am: two patches from László Kovács
13692
Daniel Veillardb33c2012001-04-25 12:59:04 +000013693Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13694
13695 * tree.c: trying to fix #53574, not completely complete,
13696 I would like xmllint --copy --debug test/ent1 and
13697 xmllint --debug test/ent1 to show the same result.
13698 * xpath.c: fix a bug when trying to sort namespace nodes
13699
Daniel Veillard5146f202001-04-25 10:29:44 +000013700Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13701
13702 * HTMLtree.c: real fix for #53402
13703
Daniel Veillard7533cc82001-04-24 15:52:00 +000013704Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13705
13706 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
13707 PIs when using xsl:output
13708 * valid.c: closing #53537 some case generate segfaults if there
13709 is validity errors
13710
Daniel Veillard61b33d52001-04-24 13:55:12 +000013711Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13712
13713 * SAX.c testDocbook.c DOCBparser.c: more work on the support
13714 of external parsed entities, added --noent to testDocbook
13715 * valid.c: Garry Pennington found an uninitialized variable
13716 access in xmlValidateElementContent()
13717
Daniel Veillard56098d42001-04-24 12:51:09 +000013718Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13719
13720 * HTMLparser.c : HTML parsing still sucks ... trying to deal
13721 with madness
13722 * result/HTML/ : this modified the result of the regression tests
13723 a lot.
13724
Daniel Veillard122376b2001-04-24 12:12:30 +000013725Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13726
13727 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
13728 to doc where it wasn't checked against NULL reported by
13729 Jens Laas
13730
Daniel Veillard43dadeb2001-04-24 11:23:35 +000013731Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13732
13733 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
13734 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
13735
Daniel Veillardeae522a2001-04-23 13:41:34 +000013736Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13737
13738 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
13739 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
13740 * SAX.[ch]: cleanup and updates for DocBook
13741 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
13742 ex SGML identifier changes
13743 * valid.c: removed a static unused function.
13744
Daniel Veillardde57c612001-04-23 09:13:36 +000013745Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13746
13747 * HTMLtree.c: applied change for Paul Sponagl on script saving
13748 * Makefile.am: the warning about entity title.xml are normal.
13749
Daniel Veillard393df012001-04-22 20:11:18 +000013750Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13751
13752 * configure.in: release of 2.3.7
13753 * Makefile.am: fixing make distcheck
13754
Daniel Veillarda41123c2001-04-22 19:31:20 +000013755Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13756
13757 * doc/html/* doc/xml.html: updated and regenerated the docs
13758
Daniel Veillardfd0c3eb2001-04-22 19:13:10 +000013759Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13760
13761 * xpath.c: fixed the XPointer problem introduced in 2.3.6
13762
Daniel Veillarde82a9922001-04-22 12:12:58 +000013763Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13764
13765 * tree.c: fixed #53388 with the provided patch
13766
Daniel Veillard06803992001-04-22 10:35:56 +000013767Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13768
13769 * valid.c: Bjorn detected an invalid memory access. Fixed
13770 vstateVPush()
13771
Daniel Veillard40af6492001-04-22 08:50:55 +000013772Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13773
13774 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
13775
Bjorn Reese70a9da52001-04-21 16:57:29 +000013776Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13777
13778 * libxml.h: new header used only for the compilation of libxml
13779 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
13780 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
13781 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
13782 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
13783 xmlmemory.c xpath.c xpointer.c: libxml.h integration
13784 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
13785 baseline (version 1.2 plus a single patch).
13786 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
13787 scientific notation for numbers. Tests added.
13788 * xpath.c: formatting of numbers changed to use sprintf
13789 (contribution from William Brack)
13790
Daniel Veillard34b1b3a2001-04-21 14:16:10 +000013791Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13792
13793 * valid.c: cleanup, more useful debugging
13794 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
13795 * xmlIO.c: entity loading is printed as an error when validating
13796
Daniel Veillard1c14b8d2001-04-21 10:28:59 +000013797Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13798
13799 * valid.c: fixed to validate within entities
13800 * test/VCM/v22.xml: added a specific testcase
13801
Daniel Veillardca1f1722001-04-20 15:47:35 +000013802Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13803
13804 * valid.c: forgot an epsilon transition in for ()+
13805 * test/VCM/v21.xml : added a specific test case
13806
Daniel Veillard85349052001-04-20 13:48:21 +000013807Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13808
13809 * valid.c: removed a state explosion exhibited by RSS
13810 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
13811 from bug #51872
13812
Daniel Veillarddab4cb32001-04-20 13:03:48 +000013813Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13814
13815 * valid.[ch] tree.h: worked *hard* to get non-determinist content
13816 validation without using an ugly NFA -> DFA algo in the source.
13817 Made a specific algorithm easier to maintain, using a single
13818 stack and without recursion.
13819 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
13820 * hash.c: made the growing routine static
13821 * tree.h parser.c: added the parent information to an
13822 xmlElementContent node.
13823
Daniel Veillarde470df72001-04-18 21:41:07 +000013824Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13825
13826 * SAX.c parser.c xpath.c: generating IDs when not validating
13827 from an external parsed entity was poisoning the ID has table
13828 with removed values. This was killing XSLT on the KDE help
13829 browser.
13830
Daniel Veillardceacdd92001-04-18 15:10:35 +000013831Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13832
13833 * entities.h: andrew@ugh.net.au detected a double declaration
13834
Daniel Veillarda10efa82001-04-18 13:09:01 +000013835Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13836
13837 * debugXML.c hash.c tree.h valid.c : some changes related to
13838 the validation suport to improve speed with DocBook
13839 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
13840 the way validation errors get reported
13841
Daniel Veillard1ed3f882001-04-18 09:45:35 +000013842Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13843
13844 * HTMLparser.c HTMLtree.c: applied part of the patches provided
13845 by P C Chow and William M. Brack for XSLT HTML output
13846
Daniel Veillard2d90de42001-04-16 17:46:18 +000013847Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13848
13849 * xmlversion.h.in win32config.h win32/libxml2/*: applied
13850 Igor Zlatkovic patches for MSC compilation and added his
13851 updates
13852
Daniel Veillarde043ee12001-04-16 14:08:07 +000013853Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13854
13855 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
13856 prefix lookup.
13857 * parserInternals.c: fixed the bug reported by Morus Walter
13858 due to an off by one typo in xmlStringCurrentChar()
13859
Daniel Veillarda3bfca52001-04-12 15:42:58 +000013860Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13861
13862 * HTMLparser.c result/HTML/*: revamped the way the HTML
13863 parser handles end of tags or end of input
13864
Daniel Veillard82daa812001-04-12 08:55:36 +000013865Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13866
13867 * tree.[ch] : added xmlDocCopyNode for gdome2 support
13868
Daniel Veillard67a21302001-04-11 14:39:16 +000013869Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13870
13871 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
13872 bug where the linktime verions of free() won't work ...
13873
Daniel Veillard27b55282001-04-11 12:22:25 +000013874Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13875
13876 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
13877
Daniel Veillardafc73112001-04-11 11:51:41 +000013878Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13879
13880 * doc/xml.html: added 2.3.6 release
13881
Daniel Veillardbdb9ba72001-04-11 11:28:06 +000013882Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13883
13884 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
13885 * result/wml.xml: resulted in a small output change
13886
Daniel Veillardd2f3ec72001-04-11 07:50:02 +000013887Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13888
13889 * tree.c: xmlNewDoc was missing the charset initialization
13890 * xmllint.c: added --auto to autogenerate a doc, allow to
13891 reproduce the problem fixed on xmlNewDoc
13892
Daniel Veillard1731d6a2001-04-10 16:38:06 +000013893Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13894
13895 * xpath.c: trying to get 52979 solved
13896 * tree.c result/ result/noent/: trying to get 52712 solved, this
13897 also made me clean up the fact that XML output in general should
13898 not add formating blanks by default, this changed the output of
13899 a few tests
13900
Daniel Veillard73639a72001-04-10 14:31:39 +000013901Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13902
13903 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
13904
Daniel Veillardfac26a12001-04-08 13:08:14 +000013905Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13906
13907 * configure.in: finally released 2.3.6
13908
Daniel Veillard911f49a2001-04-07 15:39:35 +000013909Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13910
13911 * xpath.c: checking for null pointer generated by new code
13912
Daniel Veillardd8df6c02001-04-05 16:54:14 +000013913Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13914
13915 * xpath.c: fixed a [] evaluation problem reported
13916 * test/XPath/tests/simpleaddr: extended test
13917 * result/XPath/simpleaddr: updated result
13918
Daniel Veillard3b2c2612001-04-04 00:09:00 +000013919Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13920
13921 * xmllint.c: Dan Timis reported a portability problem
13922 on Macs without mmap, fixed it.
13923
Daniel Veillardb38bd552001-04-03 18:22:00 +000013924Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13925
13926 * testXPath.c : added a --tree option allowing to display the
13927 tree dump of the XPath expression
13928
Daniel Veillard4dd93462001-04-02 15:16:19 +000013929Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13930
13931 * xpath.c: fixed a memleak when comparing nodesets
13932 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
13933 * tree.c: added a TODO
13934
Daniel Veillard92ad2102001-03-27 12:47:33 +000013935Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13936
13937 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
13938 we need string functions
13939 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
13940 to be able to use them where needed. Applied some changes
13941 to reduce name linking pollution and compile in only what's
13942 needed.
13943 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
13944 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
13945 for the string manipulation functions
13946 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
13947 to the free() function of xmlmemory.c
13948 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
13949 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
13950 usage.
13951
13952
Daniel Veillard2be30642001-03-27 00:32:28 +000013953Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13954
13955 * error.c: applied the context output patch of the error
13956 handling submitted by Chuck Griffith
13957 * error/VC/*: this slightly change some error logs
13958
Daniel Veillard50582112001-03-26 22:52:16 +000013959Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13960
13961 * parser.c: fixed line number reporting on error
13962
Daniel Veillard04be4f52001-03-26 21:23:53 +000013963Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13964
13965 * parser.c: Sullivan and Darin found a parser bug,
13966 applied the patch.
13967
Daniel Veillardc86a4fa2001-03-26 16:28:29 +000013968Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13969
13970 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
13971 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
13972 xmlversion.h.in xpointer.c: of course the way I defined
13973 UNUSED breaks on old gcc version. Try to be smart and
13974 also define it directly in xmlversion.h
13975 * configure.in: removed -ansi flag from the pedantic set
13976
13977Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard56a4cb82001-03-24 17:00:36 +000013978 Huge cleanup, I switched to compile with
13979 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
13980 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
13981 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
13982 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
13983 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
13984 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
13985 encoding.h entities.c error.c list.[ch] nanoftp.c
13986 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
13987 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
13988 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
13989 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
13990 Cleanup, staticfied a number of non-exported functions,
13991 detected and cleaned up a dozen of problem found this way,
13992 avoided a lot of public function name/typedef/system names clashes
13993 * doc/xml.html: updated
13994 * configure.in: switched private flags to the really pedantic ones.
13995
Daniel Veillardc7ad7ce2001-03-22 21:45:29 +000013996Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13997
13998 * configure.in: 2.3.5
13999 * doc/html/*: rebuilt the docs
14000
Daniel Veillard146c9122001-03-22 15:22:27 +000014001Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14002
14003 * parser.c: fixed a reported bug in NOTATION parsing
14004 * uri.c: accepted but not fixed bug 51876, added TODO
14005 * Makefile.am: fixed bug 51876
14006
Daniel Veillarda5f013b2001-03-22 12:44:45 +000014007Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14008
14009 * config.h.in configure.in error.c: fix a compilation problem
14010 on platforms without vsnprintf (xml@thewrittenword.com)
14011
Daniel Veillarde020c3a2001-03-21 18:06:15 +000014012Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14013
14014 * parser.c: fixed a function name header typo
14015 * SAX.c: notations can also occur in external subset.
14016
Daniel Veillard7d42b542001-03-20 13:22:46 +000014017Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14018
14019 * error.c: removed a C++ like comment
14020
Daniel Veillard0b6b55b2001-03-20 11:27:34 +000014021Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14022
14023 * parser.c: fixing bug 52299 strange condition leading
14024 to a parser crash due to a buffer overflow
14025 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
14026 added the specific test case
14027
Daniel Veillardfbf8a2d2001-03-19 15:58:54 +000014028Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14029
14030 * xpath.[ch]: still a lot of cleanup based on XSLT, added
14031 xmlXPathConvert{String,Number,Boolean} to be able to make
14032 type casts without a context stack, fixed some implementation
14033 problems related to the absence of context at parse-time,
14034 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
14035 in the public API too
14036 * xpointer.c xpathInternals.h: we need to know at parse time
14037 whether we are compiling an XPointer
14038
Daniel Veillardafcbe1c2001-03-19 10:57:13 +000014039Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14040
14041 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
14042 cleaned up the parser internals, refactored XPath code, added
14043 new compilation based APIs and cleanly separated public and
14044 private APIs.
14045
Daniel Veillardd007d6c2001-03-19 00:01:07 +000014046Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14047
14048 * xpath.h: the comp field must be added at the end to avoid
14049 killing binary compat.
14050
Daniel Veillard9e7160d2001-03-18 23:17:47 +000014051Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14052
14053 * Makefile.am: detect XPath memleaks in regreson tests
14054 * error.c: fixed and error w.r.t. error reporting still using
14055 stderr
14056 * hash.c: added new line at end of file
14057 * tree.h: minor cleanup
14058 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
14059 expression parsing from evaluation, resulted in a number of
14060 changes internally, and in XPointer. Likely to break stuff
14061 using xpathInternals.h but should remain binary compatible,
14062 new interfaces will be added.
14063
Daniel Veillardd574f782001-03-14 19:40:17 +000014064Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14065
14066 * configure.in: fixed a couple of problems reported by
14067 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
14068 without gcc on non linux platforms.
14069
Daniel Veillard0a6c3582001-03-14 19:15:37 +000014070Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14071
14072 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
14073 a fix for --with-html-dir= configure support. I hope it won't
14074 break rpm generation
14075
Daniel Veillarda022fe02001-03-14 16:30:00 +000014076Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14077
14078 * xmlIO.c: one function comment cleanup.
14079
Daniel Veillard25239c12001-03-14 13:56:48 +000014080Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14081
14082 * SAX.c: external subset notations were improperly registered
14083 in the internal subset.
14084
Daniel Veillard2c4754f2001-03-13 09:31:12 +000014085Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14086
14087 * README.cvs-commits: added, pointing to HACKING
14088 * HACKING: updated
14089
Daniel Veillard82ab81e2001-03-12 21:11:21 +000014090Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14091
14092 * parser.c: and Matt Sergeant found one in the XML push
14093 parser (erroneous check I forgot to remove when I fixed the
14094 main parser).
14095
Daniel Veillard68d7b672001-03-12 18:22:04 +000014096Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14097
14098 * xpath.c: ptittom found a small bug in UnaryExpr
14099
Daniel Veillarde356c282001-03-10 12:32:04 +000014100Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14101
14102 * configure.in: bumped to 2.3.4
14103 * error.c: fixed bug #51860
14104 * tree.c: fixed bug #51861
14105 * valid.c: cleanup, more debug, failed to fix one bug crap ...
14106 * tree.[ch] : added xmlDefaultBufferSize
14107 * nanoftp.c: typo in function name header block
14108 * doc/xml.html : updated, added link to XML::LibXSLT
14109 * doc/html/* : rebuilt the docs
14110
Daniel Veillard80f32572001-03-07 19:45:40 +000014111Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14112
14113 * parser.c SAX.c: the new content parsing code raised an
14114 ugly bug in the characters() SAX callback. Found it
14115 just because of strangeness in XSLT XML Rec ouptut :-(
14116
Daniel Veillard6c831202001-03-07 15:57:53 +000014117Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14118
14119 * Makefile.am: Martin Baulig suggested to add -lm
14120 * tree.c: found another bug in xmlNodeGetContent()
14121
Daniel Veillard4af6b6e2001-03-06 08:33:38 +000014122Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14123
14124 * xpath.c: Bjorn found the error related to strictness of comparison.
14125
Daniel Veillard29631a82001-03-05 09:49:20 +000014126Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14127
14128 * parser.c: trying to fix the Dtd parsing problem reported
14129 by Gary, side effect of last week speed optimizations.
14130
Daniel Veillard14be0a12001-03-03 18:50:55 +000014131Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14132
14133 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
14134 * parserInternals.c: removed unneeded test raised by Stric
14135
Bjorn Reesee1dc0112001-03-03 12:09:03 +000014136Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
14137
14138 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
14139 and fixed by William Brack). Added xmlXPathFormatNumber.
14140 Changed the sorting slightly.
14141 * configure.in Makefile.am example/Makefile.am: Added -lm.
14142 Please note that applications linking with libxml2, must
14143 also like with the math library from now on.
14144
Daniel Veillardf9533d12001-03-03 10:04:57 +000014145Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14146
14147 * HTMLparser.c: fixed loop reported by Marc Sanfacon
14148
Daniel Veillard2f362242001-03-02 17:36:21 +000014149Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14150
14151 * parser.c: one must report spaces even if the Dtd element
14152 content proves that this is not part of the element content.
14153 * result/valid/*.xml: this changed the ouptu slightly
14154
Daniel Veillardb402c072001-03-01 17:28:58 +000014155Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14156
14157 * configure.in: bumped to 2.3.3
14158 * doc/xml.html: updated
14159
Daniel Veillard77851712001-02-27 21:54:07 +000014160Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14161
14162 * tree.c: minor doc fix
14163 * xpath.c: deallocation issues when a result tree has been
14164 converted to a node-set
14165
Daniel Veillardec70e912001-02-26 20:10:45 +000014166Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14167
14168 * doc/xml.html: oops corrected dates s/2000/2001
14169
Daniel Veillard8730c562001-02-26 10:49:57 +000014170Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14171
14172 * valid.c: new patch from Gary Pennington
14173
Daniel Veillard91e9d582001-02-26 07:31:12 +000014174Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14175
14176 * doc/xml.html: applied patch from Ankh
14177
Daniel Veillardedac3c92001-02-26 01:36:19 +000014178Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14179
14180 * xinclude.c: fixed a problem building on Mac
14181
Daniel Veillard21a0f912001-02-25 19:54:14 +000014182Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14183
14184 * parser.c: more work on increasing parsing ferformances
14185
Daniel Veillard48b2f892001-02-25 16:11:03 +000014186Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14187
14188 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
14189 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
14190 avoiding memcpy in production builds MEM_CLEANUP macro use
14191 * parser.[ch] parserInternals.c: optimizations of the tightest
14192 internal loops inside the parser. Better checking of I/O
14193 flushing/loading conditions
14194 * xmllint.c : added --timing
14195
Daniel Veillard71681102001-02-24 17:48:53 +000014196Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14197
14198 * configure.in: bumped to 2.3.2
14199 * doc/xml.html: updated for release
14200
Daniel Veillardbbd51d52001-02-24 03:07:03 +000014201Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14202
14203 * xpath.c: found a memleak and fixed a nasty bug
14204
Daniel Veillardf7cd4812001-02-23 18:44:52 +000014205Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14206
14207 * xmllint.[c1] : added return code errors for xmllint
14208 * xpath.c: specific debug dump function for result value trees
14209
Daniel Veillard4b637072001-02-21 21:52:55 +000014210Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14211
14212 * xpath.c: finally implemented xmlXPathCompareNodeSets
14213 * test/XPath/expr/floats results/XPath/expr/floats: added
14214 a test for float expressions
14215
Daniel Veillardf714aa32001-02-21 03:07:44 +000014216Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14217
14218 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
14219 * parserInternals.[ch]: trying to speed up parsing
14220 * xpath.c : speeded up node set equality op
14221
Daniel Veillarde0c3a622001-02-19 18:05:20 +000014222Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14223
14224 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
14225 better handling of ID/IDREF and the list modules associated
14226 * configure.in: small CFLAGS cleanup
14227
Daniel Veillarda8abee62001-02-19 15:14:59 +000014228Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14229
14230 * configure.in: fixed iconv detection on AIX (stric)
14231
Daniel Veillardbca64ef2001-02-19 22:20:01 +000014232Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard88f8f6f2001-02-19 10:00:53 +000014233
14234 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
14235
Bjorn Reesefd9b09b2001-02-18 16:51:25 +000014236Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
14237
14238 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
14239 and optimized xmlXPathNodeSetSort
14240
Daniel Veillard142adbf2001-02-17 13:21:05 +000014241Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14242
14243 * xpath.c: bug fix when context size is 0
14244 * parser.c: I like Norm's Dtd because they still manage to break
14245 the parser occasionally
14246
Daniel Veillardf23e0092001-02-16 13:21:29 +000014247Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14248
14249 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
14250
Daniel Veillarde0e26512001-02-16 00:11:46 +000014251Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14252
14253 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
14254 attributes within the XML-1.0 namespace
14255
Daniel Veillard6e6a6cc2001-02-15 15:55:44 +000014256Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14257
14258 * xpathInternals.h: exported a few axis functions
14259 * doc/xml.html: updated the doc
14260
Daniel Veillard760f4422001-02-15 14:59:48 +000014261Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14262
14263 * configure.in: applied patch from Daniel van Balen for OpenBSD
14264 and bumped version to 2.3.1
14265 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
14266 attempt to find autoclosing was simply broken, removed it,
14267 updated the examples, this is better
14268
Daniel Veillardd194dd22001-02-14 10:37:43 +000014269Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14270
14271 * hash.[ch]: added Paolo Casarini patch to provide Delete from
14272 hash functionnalities.
14273 * doc/html/* : rebuild the doc
14274
Daniel Veillardf41fbbf2001-02-13 17:05:35 +000014275Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14276
14277 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
14278 on predicate
14279 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
14280 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
14281 really want to have tags closed on output even if we accept
14282 unclosed ones on input
14283
Daniel Veillard5dd2f0a2001-02-12 17:36:05 +000014284Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14285
14286 * xpath.c: ouch don't free NULL, rare case fixed
14287 * tree.c: don't coalesce text nodes if they don't have the
14288 same behaviour wrt escaping on output
14289
Daniel Veillardd12b69d2001-02-11 20:17:31 +000014290Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14291
14292 * xpath.c: small fixup
14293 * SAX.c: don't warn on empty namespaces.
14294
Daniel Veillard6a2e4062001-02-08 10:31:33 +000014295Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14296
14297 * README: a bit of cleanup
14298 * configure.in: preparing for 2.3.0 release
14299
Daniel Veillard1f83d392001-02-08 09:37:42 +000014300Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14301
14302 * hash.[ch]: added a first version of xmlHashSize()
14303 * valid.c: another bug fix from Gary Pennington
14304
Daniel Veillard5eef6222001-02-07 18:24:48 +000014305Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14306
14307 * valid.c: couple of bug fixes pointed by Gary Pennington
14308 * HTMLtree.c: #if 0 cleanup
14309
Daniel Veillard2c257ec2001-02-06 13:29:07 +000014310Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14311
14312 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
14313 which removes a time consuming check of xmlXPathNodeSetAdd()
14314 and use it in places where we are sure to not break unicity
14315
Daniel Veillard0f2a53c2001-02-05 17:57:33 +000014316Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14317
14318 * xpath.c: bug fixes found from XSLT
14319 * tree.c: preserve node->name special values when copying nodes.
14320 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
14321 external subset are fetched when available but without full
14322 validation. Added xmlLoadExtDtdDefaultValue, need a function.
14323 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
14324 output with encoding disabled.
14325
Daniel Veillard2c833b62001-02-03 08:52:06 +000014326Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14327
14328 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
14329 xmlCheckFilename should not be called from xmlFileOpenW
14330 and xmlGzfileOpenW
14331
Daniel Veillardb6e7fdb2001-02-02 17:07:32 +000014332Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14333
14334 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
14335 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
14336 added the new tests for URI normalization
14337 * testURI.c: fixed stoopid bugs
14338 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
14339 the URI in the error messages are now properly normalized
14340
Daniel Veillardea28ce62001-02-02 08:20:19 +000014341Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14342
14343 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
14344
Daniel Veillarde99a4762001-02-01 04:34:35 +000014345Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14346
14347 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
14348
Daniel Veillard2b325a02001-01-31 20:46:31 +000014349Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14350
14351 * xpath.c: fixed mod operator
14352
Daniel Veillardde55cf62001-01-31 15:53:13 +000014353Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14354
14355 * parser.c: fixed xmlStrcat doc
14356 * tree.c: 2 fixes form Anders Carlson for copying nodes and
14357 trees.
14358
Daniel Veillard2f913b72001-01-31 13:23:49 +000014359Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14360
14361 * xpath.c result/XPath/tests/chaptersbase
14362 result/XPath/tests/simplebase: fixed XPath node()
14363 * tree.c: small fix in xmlNewNs()
14364 * Makefile.am: removed extraneous xml2Conf.sh rule
14365
Daniel Veillardb42042b2001-01-28 07:40:36 +000014366Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14367
14368 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
14369 Changed the library name, in order to get libxml-devel and
14370 libxml2-devel to coexist on a single system
14371 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
14372 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
14373
Daniel Veillardee0a4662001-01-27 18:59:33 +000014374Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14375
14376 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
14377 libxml2-devel installable in // as libxml-devel.
14378
Daniel Veillard5eb05942001-01-27 17:50:22 +000014379Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14380
14381 * doc/Makefile.am: fixed make rebuild in doc
14382 * doc/html/*.html: rebuilt the docs
14383
Daniel Veillard65c295d2001-01-26 09:32:39 +000014384Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14385
14386 * tree.c: patch from Bjorn Reese on xmlBufferCCat
14387
Daniel Veillard8e199902001-01-25 18:54:39 +000014388Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14389
14390 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
14391 the HTML doc to go into the -devel RPM ...
14392 * aclocal.m4 config.h.in: some updates due to auto* magic
14393
Daniel Veillard93086662001-01-25 18:13:04 +000014394Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14395
14396 * xpath.h: added a hook in the context structure allowing to
14397 link to extra support, needed for XSLT
14398
Daniel Veillardf17e09b2001-01-25 13:55:35 +000014399Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14400
14401 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
14402 xmlXPtrCmpPoints to use it.
14403 * propagated the following patch from Alejandro Forero
14404 * include/win32config.h xmlIO.c: applied further suggestions
14405 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
14406 * example/gjobread.c: fixed warnings, now that it builds
14407
14408Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
14409
14410 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
14411
14412 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
14413 filename points to a valid file (not a directory).
14414 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
14415 Added calls to xmlCheckFilenameDir.
14416
14417 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
14418 `path' (rather than `filename') as the parameter to gzopen and open.
14419
Daniel Veillard48177c22001-01-23 15:27:41 +000014420Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14421
14422 * Makefile.am: fixed a problem with EXTRA_DIST
14423
Daniel Veillardb83ba402001-01-22 22:45:10 +000014424Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14425
14426 * Makefile.am example/Makefile.am: finally found the trick
14427 to build the example, i.e. add "." in SUBDIRS before example
14428 in the list <grin/>
14429
Daniel Veillard82687162001-01-22 15:32:01 +000014430Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14431
14432 * doc/xml.html: updated with an XSLT section, removed pointer to
14433 W3C CVS base.
14434
Daniel Veillard8a7642f2001-01-22 10:45:16 +000014435Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14436
14437 * xpath.c: when copying a XSLT tree object teh tree need to be copied
14438 too, and deallocation need to occur the same way.
14439
Daniel Veillarde4566462001-01-22 09:58:39 +000014440Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14441
14442 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
14443 type correponding to an XSLT result tree fragment. Share most
14444 of the data format with node set, as well as operators.
14445 * HTMLtree.c: added a newline at the end of the doctype output
14446 whe this one is not present initially.
14447 * tree.c: make sure taht the parent and doc pointers are properly
14448 set when copying attributes (lists).
14449
Daniel Veillard701c7362001-01-21 09:48:59 +000014450Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14451
14452 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
14453
Daniel Veillard5a2b6972001-01-20 21:15:50 +000014454Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14455
14456 * xpath.c: seems I finally killed that ugly path evaluation
14457 context bug (tagged 9999 in case is is wrong)
14458
Daniel Veillard8f4d9752001-01-19 05:32:34 +000014459Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14460
14461 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
14462 for XSLT
14463
Daniel Veillardd8aa7cb2001-01-18 15:21:36 +000014464Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14465
14466 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
14467 for xmlGzfileOpen() bug
14468
Daniel Veillardf6eea272001-01-18 12:17:12 +000014469Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14470
14471 * xpath.c: removed an error found by XSLT usage
14472 * tree.c parserInternals.h: use a predefined static string
14473 for text and comment nodes, avoid freeing them in xmlFreeNode,
14474 exported the string name in parserInternals.h and added
14475 another value to disable encoding at output (for XSLT),
14476 gain memory, time.
14477
Daniel Veillard8f2cc572001-01-17 08:19:35 +000014478Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14479
14480 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
14481 win32/libxml2/libxml2_so.dsp: new makefiles and update
14482 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
14483
Daniel Veillardf831bfb2001-01-16 17:26:04 +000014484Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14485
14486 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
14487 Gary Pennington
14488
Daniel Veillard389e6b72001-01-15 19:41:13 +000014489Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14490
14491 * xpath.c: fixed the comaprision of values and nodelists,
14492 need to compare nodelist still ...
14493 * debugXML.c: avoided a possible core dump
14494 * HTMLparser.c: cleanup
14495 * nanohttp.c: contributed fix.
14496 * tree.c: fixes in properties handling added xmlSetNsProp
14497 needed by libxslt
14498 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
14499 comment
14500 * TODO: updated
14501
Daniel Veillard167bd532001-01-06 21:09:34 +000014502Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14503
14504 * parser.c parserInternals.c: applied Bjorn Reese optimization
14505 patch
14506
14507Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14508
14509 * Makefile.am: applied patch fro make check from Martin Vidner
14510
Daniel Veillard503b8932001-01-05 06:36:31 +000014511Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14512
14513 * configure.in: preparing 2.2.11
14514 * doc/html/*: rebuild the HTML files
14515 * doc/xml.html : updated
14516
Daniel Veillardc2f4df22001-01-04 14:06:39 +000014517Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14518
14519 * tree.c: fixed a stupid bug
14520 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
14521 patches related to validation of an XInclude processing result
14522 * TODO: updated
14523
Daniel Veillarde2488192001-01-04 10:54:22 +000014524Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14525
14526 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
14527 on large files
14528
Daniel Veillardf060a412001-01-03 20:52:44 +000014529Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14530
14531 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
14532
Daniel Veillard45cff692001-01-03 18:02:04 +000014533Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14534
14535 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
14536 reported by Jonas Borgström
14537 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
14538
Daniel Veillard08108982001-01-03 15:24:58 +000014539Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14540
14541 * testXPath.c xpath.c: fixing the XPath union expressions problem
14542 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
14543
Daniel Veillard4a6845d2001-01-03 13:32:39 +000014544Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14545
14546 * xmllint.c: Made is so if the file name is "-" is will read form
14547 standard input. Sven Heinicke <sven@zen.org>
14548 * tree.c: fixed a problem when growing buffer
14549 * tree.h: fixed the comment of the node types following andersca
14550 comment
14551 * TODO: updated
14552
Daniel Veillarda6d8eb62000-12-27 10:46:47 +000014553Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14554
14555 * HTMLparser.[ch]: added a way to avoid adding automatically
14556 omitted tags. htmlHandleOmittedElem() allows to change the
14557 default handling.
14558 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
14559 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
14560 of xmllint too when using --memory flag, added a memory test
14561 suite at the Makefile level.
14562 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
14563 with namespace use when encountering QNames in XPath evalation,
14564 added xmlns() scheme in XPointer.
14565 * nanoftp.c : incorporated a fix
14566 * parser.c xmlIO.c: fixed problems raised with encoding when using
14567 the memory I/O
14568 * parserInternals.c: closed bug 25934 reported by
14569 torsten.landschoff@innominate.de
14570 * TODO: updated
14571
Daniel Veillarda1fe9102000-11-25 10:49:25 +000014572Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14573
14574 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
14575 on a non-updated tree :-(, made a 2.2.10 release to correct the
14576 situation
14577
Daniel Veillardce6e98d2000-11-25 09:54:49 +000014578Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14579
14580 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
14581 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
14582 integrated a set of OpenVMS changes from Howard Taylor
14583 <Howard.Taylor@pacoast.com>
14584
Daniel Veillard58770e72000-11-25 00:48:47 +000014585Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14586
14587 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
14588 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
14589
Daniel Veillardf62ceff2000-11-24 23:36:01 +000014590Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14591
14592 * HTMLparser.c: some fixes on auto-open of html/head/body
14593 * encoding.c: fixed a compilation error on some gcc env
14594 * xpath.c xpointer.[ch] xpathInternals.h: improved the
14595 XPointer implementation
14596 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
14597 related XPointer tests and associated results
14598
Daniel Veillard300f7d62000-11-24 13:04:04 +000014599Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14600
14601 * doc/xmldtd.html doc/xml.html: following a short step by step
14602 guidance on IRC to help maciej with DTDs I started a small
14603 page on the subject.
14604
Daniel Veillard748e45d2000-11-17 16:36:08 +000014605Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14606
14607 * HTMLparser.c: fixed handling of broken charrefs
14608 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
14609 patches
14610
Daniel Veillard28929b22000-11-13 18:22:49 +000014611Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14612
14613 * doc/xml.html doc/html/* : rebuilt the docs after adding
14614 xinclude and updated page for 2.2.7 and 2.2.8
14615 * configure.in: releasing 2.2.8
14616
Daniel Veillard41e06512000-11-13 11:47:47 +000014617Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14618
14619 * parser.[ch] parserInternals.c: applied the conditional
14620 section processing fix from Jonathan P Springer
14621 <jonathan.springer2@gte.net>
14622 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
14623 project file, fixed iconv default non support
14624 * xpath.c: fixed the problem of evaluating relative expressions
14625 when a node context is provided.
14626
Daniel Veillardbf432752000-11-12 15:56:56 +000014627Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14628
14629 * nanoftp.c: fixed gcc 2.95 new warnings
14630 * SAX.c: fixed a stupid bug
14631 * tree.c: fixed a formatting problem when round-tripping
14632 from/to memory
14633 * xinclude.c: chased memleak, fixed a base problem
14634 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
14635 xmlXPtrBuildNodeList()
14636 * TODO: updated
14637 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
14638 adding a first small set of regression tests for XInclude
14639
Daniel Veillardc2def842000-11-07 14:21:01 +000014640Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14641
14642 * nanohttp.[ch]: applied Wayne Davison patches to access
14643 the WWW-Authorization header.
14644 * parser.c: Closed Bug#30847: Problems when switching encoding
14645 in short files by applying Simon Berg's patch.
14646 * valid.c: fixed a validation problem
14647 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
14648 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
14649 Wayne Davison
14650 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
14651 need to be extended to non full nodes selections.
14652 * xinclude.c: starts to work decently
14653
Daniel Veillard9e8bfae2000-11-06 16:43:11 +000014654Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14655
14656 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
14657 debugXML.c xmlversion.h.in: Started adding XInclude support,
14658 this is a new xmllint option
14659 * tree.c xpath.c: applied TOM patches for XPath
14660 * xpointer.c: fixed a couple of errors.
14661 * uri.c: added an escaping function needed for xinclude
14662 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
14663 new warning from RH70 gcc's version
14664
Daniel Veillarda4964b72000-10-31 18:23:44 +000014665Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14666
14667 * HTMLparser.c: fixed loop on invalid char in scripts
14668 * parser.c: update to description of xmlIOParseDTD()
14669 * libxml.m4 xmlversion.h.in: changes contributed by
14670 Michael Schmeing <m.schmeing@internet-factory.de>
14671 * configure.in: preparing for 2.2.7
14672 * Makefile.am: trying to avoid config.h and acconfig.h
14673 being included in the distrib
14674 * configure.in: released 2.2.7
14675
14676Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14677
14678 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
14679 like namespaces for good. Unified xmlNs and xmlNode somewhat.
14680
Daniel Veillard01411222000-10-30 15:33:22 +000014681Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14682
14683 * parser.[ch]: added xmlIOParseDTD()
14684 * xpointer.c: added support for the 2 extra parameters of
14685 string-range, fixed a stoopid error when '0' was present
14686 in XPointer expressions
14687 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
14688 testsuite for the above
14689
Daniel Veillard6db58192000-10-30 09:27:53 +000014690Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14691
14692 * libxml.spec.in: improved package descriptions
14693
Daniel Veillarda5db68a2000-10-29 18:06:06 +000014694Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14695
14696 * xpath.c xpathInternals.h: applied a large cleaning patch
14697 from TOM <ptittom@free.fr>, it also add namespace support
14698 for function and variables registration.
14699
Daniel Veillardbd20df72000-10-29 17:53:40 +000014700Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14701
14702 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
14703 * Makefile.mingw: Wayne Davison's update adding hash.c
14704
Daniel Veillardc4f4f0b2000-10-29 17:46:30 +000014705Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14706
14707 * xpath.c: fixed the root evaluation problems
14708 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
14709 ignorable spaces with <b> <bold> <em>
14710 * tree.c: fixed a loop in xmlSearchNsByHref()
14711
Daniel Veillard767662d2000-10-27 17:04:52 +000014712Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14713
14714 * xpath.c: applied another XPath patch from TOM
14715 * xpath.c include/makefile.am: applied another patch from
14716 china@thewrittenword.com (cleanup on IRIX).
14717
Daniel Veillard211cc0a2000-10-27 11:49:33 +000014718Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14719
14720 * xml-config.1: received a fixed version from Fredrik Hallenberg
14721 <hallon@lysator.liu.se>
14722
Daniel Veillardf6bf9212000-10-26 14:07:44 +000014723Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14724
14725 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
14726 cleanup patch for XPath
14727
Daniel Veillardd6d7f7b2000-10-25 19:56:55 +000014728Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14729
14730 * patched to redirrect all "out of context" error messages to
14731 a reconfigurable routine. The changes are:
14732 * xmlerror.h : added the export of an error context type (void *)
14733 an error handler type xmlGenericErrorFunc there is an interface
14734 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
14735 to reset the error handling routine and its argument
14736 (by default it's equivalent to respectively fprintf and stderr.
14737 * all the c files: all wild accesses to stderr or stdout within
14738 the library have been replaced to calls to the handler.
14739
Daniel Veillard29a11cc2000-10-25 13:32:39 +000014740Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14741
14742 * configure.in: release 2.2.6
14743 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
14744 exporting the inner functions of xpath for extension modules
14745 * doc/*: updated and rebuilt the doc
14746
Daniel Veillardbe9ec4b2000-10-25 11:01:53 +000014747Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14748
14749 * nanohttp.c : applied Wayne HTTP cleanup patch
14750 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
14751 and xmlNodeSetSpacePreserve()
14752
Daniel Veillarddf7ef2a2000-10-25 10:11:55 +000014753Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14754
14755 * xpath.c: closing bug #29260
14756
Daniel Veillard126f2792000-10-24 17:10:12 +000014757Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14758
14759 * hash.[ch] debugXML.c: expanded/enhanced the API, added
14760 multikey tuples, made hash structure opaque
14761 * valid.[ch]: moved elements, attributes, notations decalarations
14762 as well as ID and refs to hash tables.
14763 * entities.c: hash cleanup
14764 * xmlmemory.c: fixed a dump problem in debug mode
14765 * include/Makefile.am: problem passing in DESTDIR= values patch
14766 from Marc Christensen <marc@calderasystems.com>
14767 * nanohttp.c: removed debugging remains
14768 * HTMLparser.c: the bogus tag should be ignored (Wayne)
14769 * HTMLparser.c parser.c: fixing a number of problems with the
14770 macros in the *parser.c files (Wayne).
14771 * HTMLparser.c: close the previous option when opening a new one
14772 (Marc Sanfacon).
14773 * result/HTML/*: updated the HTML results accordingly
14774
Daniel Veillard52afe802000-10-22 16:56:02 +000014775Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14776
14777 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
14778 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
14779 XPath functions and XML entities table to them. More to come...
14780 * xmlIO.c: fixed libxml closing FILEs it didn't open.
14781
Daniel Veillard683cb022000-10-22 12:04:13 +000014782Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14783
14784 * tree.c: coalesce adjacent text nodes
14785 * valid.c: handling of blank nodes in DTd validation (raised
14786 by problems with a posteriori validation).
14787 * nanohttp.c: changing behaviour on HTTP write stuff.
14788 * HTMLtree.c: forced body and html to be explicitely closed.
14789 * xpath.h: exported more XPath functions.
14790
Daniel Veillard1baf4122000-10-15 20:38:39 +000014791Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14792
14793 * Release of 2.2.5
14794 * xpointer.c: range() range-inside and other helper functions
14795 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
14796
Daniel Veillard47e12f22000-10-15 14:24:25 +000014797Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14798
14799 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
14800 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
14801
Daniel Veillardb732a0e2000-10-15 11:27:01 +000014802Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14803
14804 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
14805 and XPointer modules
14806
Daniel Veillard134c9f32000-10-15 10:27:08 +000014807Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14808
14809 * SAX.h: closed #25107
14810
Daniel Veillard39915622000-10-15 10:06:55 +000014811Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14812
14813 * testSAX.c: fixed problem with cdata reporting
14814 * SAXresult/* : updated
14815
Daniel Veillard1e851392000-10-15 10:02:56 +000014816Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14817
14818 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
14819 Closed bug #27499, added to regression tests
14820 * TODO: updated
14821
Daniel Veillard7eda8452000-10-14 23:38:43 +000014822Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14823
14824 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
14825 support for SCRIPT and STYLE with help from Bjorn Reese
14826 * test/HTML/* result/HTML/*: added simple testcase and updated
14827 the existing ones.
14828
Daniel Veillardff9c3302000-10-13 16:38:25 +000014829Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14830
14831 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
14832 string-range for empty strings
14833 * test/XPath/docs/str test/XPath/xptr/chaptersrange
14834 test/XPath/xptr/strrange: augmented the XPointer testsuite
14835
Daniel Veillard189446d2000-10-13 10:23:06 +000014836Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14837
14838 * doc/xml.html doc/xmlmem.html: added a module describing memory
14839 interfaces and use, updated the main page.
14840
Daniel Veillard2f971a22000-10-12 23:26:32 +000014841Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14842
14843 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
14844 nanoftp code work on Windows too now
14845
14846Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc2df4cd2000-10-12 23:15:24 +000014847
14848 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
14849 * xpointer.c: implemented string-range() at least a good first version
14850 * test/XPath/docs/str test/XPath/xptr/strrange
14851 result/XPath/xptr/strrange: the string-range() tests
14852
Daniel Veillardd3c68c42000-10-12 08:06:28 +000014853Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14854
14855 * Makefile.am include/Makefile.am include/win32config.h
14856 win32/Makefile.mingw: fixed problems reported by Wayne Davison
14857 and make distcheck
14858
Daniel Veillard19d61112000-10-11 23:50:35 +000014859Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14860
14861 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
14862 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
14863 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
14864
Daniel Veillardb0426ca2000-10-11 23:39:43 +000014865Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14866
14867 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
14868 patch for socklen_t detection by
14869 Albert Chin-A-Young <china@thewrittenword.com>
14870
Daniel Veillardcd429612000-10-11 15:57:05 +000014871Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14872
14873 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
14874 and added a --dtdvalid option to xmllint used to test it
14875
Daniel Veillard47c02452000-10-11 13:04:36 +000014876Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14877
14878 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
14879 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
14880
Daniel Veillard2d38f042000-10-11 10:54:10 +000014881Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14882
14883 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
14884 handlings (registration, lookup, cleanup)
14885
Daniel Veillardc8df0aa2000-10-10 23:50:30 +000014886Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14887
14888 * configure.in Makefile.am include/makefile.am: adding XPointer
14889 and XPtrtests target
14890 * xpointer.[ch] : new files for XPointer support
14891 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
14892 more XPath tests
14893
Daniel Veillard57fda592000-10-10 23:24:14 +000014894Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14895
14896 * configure.in: fixed, very broken, make distcheck works again
14897
Daniel Veillarde8282ed2000-10-10 23:01:31 +000014898Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14899
14900 * More work toward 2.2.5, integrated a number of patches
14901 * configure.in Makefile.am win32config.h.in: trying to cleanup
14902 make distcheck .... huh ...
14903 * include/Makefile.am include/win32config.h: new directory
14904 for includes
14905 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
14906 updated teh makefiles and instructions for WIN32
14907 * xpath.c: small fixes
14908 * test/XPath/ results/XPath: updated the testcases and results
14909 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
14910 suggested patches
14911 * valid.c: fixed an ID bug
14912
Daniel Veillardb71379b2000-10-09 12:30:39 +000014913Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14914
14915 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +000014916 the automake bug where wrong dependencies were generated.
Daniel Veillardb71379b2000-10-09 12:30:39 +000014917 * xpath.[ch]: worked on XPointer
14918
Daniel Veillard7e99c632000-10-06 12:59:53 +000014919Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14920
14921 * configure.in Makefile.am: 2.2.5, ship the include in an
14922 include/libxml subdirectory, use symlinks when using CVS
14923 * testSAX.c: fixed small bug
14924 * testXPath.c: changed the way testfiles are parsed
14925 * debugXML.c: same kind of cleanup when parsing an argument expression
14926 XPath/XPointers can have blanks embedded
14927 * xpath.[ch]: more cleanup, reorgs for XPointer work
14928 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
14929 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
14930
Daniel Veillard55b91f22000-10-05 16:30:11 +000014931Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14932
14933 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
14934 in the XPath engine, rewrote large parts of it, now it's far
14935 cleaner and in sync with the REC not an old WD. Fixed a parsing
14936 problem in the interactive XML shell found when testing XPath.
14937
Daniel Veillardac260302000-10-04 13:33:43 +000014938Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14939
14940 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
14941 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
14942 examples with the extra test
14943
Daniel Veillard7cfce322000-10-04 12:40:27 +000014944Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14945
14946 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
14947 the global init function.
14948
Daniel Veillard970112a2000-10-03 09:33:21 +000014949Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14950
14951 * HTMLparser.c: Doohhh, attribute name parsing was still case
14952 sensitive ! Fixed this ...
14953 * result/HTML/* : updated the tests results accordingly
14954
Daniel Veillard740abf52000-10-02 23:04:54 +000014955Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14956
14957 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
14958 engine, should be far more stable, incorporated a new version of
14959 preceding/following axis, need testing
14960 * uri.c: fixed file:///c:/a/b/c problem
14961 * test/XPath/tests/idsimple: augmented the XPath tests
14962
Daniel Veillard3bff2b02000-10-01 20:33:47 +000014963Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14964
14965 * doc/* rebuilding docs for 2.2.4 release
14966
Daniel Veillard8b5dd832000-10-01 20:28:44 +000014967Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14968
14969 * configure.in: releasing 2.2.4
14970 * parser.[ch]: added xmlStrEqual()
14971 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
14972 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
14973 use xmlStrEqual instead
14974 * TODO: updated
14975 * added an XPath test
14976
Daniel Veillardbc765302000-10-01 18:23:35 +000014977Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14978
14979 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
14980 * entities.h: exported xmlInitializePredefinedEntities
14981 * parser.[ch] : added xmlInitParser()
14982 * parserInternals.h : had to export htmlInitAutoClose()
14983
Daniel Veillardf09e7e32000-10-01 15:53:30 +000014984Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14985
14986 * xpath.[ch] : fixed some serious XPath Predicate evaluation
14987 problems
14988 * Makefile.am : added XPath regression tests to normal tests
14989 * uri.c: fixed a problem with local paths, cleanup
14990 * parser.c: fixed a problem with large CData sections
14991
Daniel Veillardd2ade932000-09-30 14:39:55 +000014992Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14993
14994 * configure.in xml-config.in: patch from "Ben Taylor"
14995 <sol7x86@hotmail.com> for solaris shared libs lookup
14996
Martin Bauligdd7d1f62000-09-29 23:17:57 +0000149972000-09-30 Martin Baulig <baulig@suse.de>
14998
14999 * libxml-2.0.pc.in: Provide pkg-config script.
15000
15001 * configure.in: Create the libxml-2.0.pc script from the
15002 libxml-2.0.pc.in templates.
15003 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
Martin Baulig1b478d12000-09-30 02:27:55 +000015004 script in `$(libdir)/pkgconfig'.
Martin Bauligdd7d1f62000-09-29 23:17:57 +000015005
Daniel Veillard4b0755c2000-09-25 14:26:28 +000015006Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15007
15008 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
15009 when compiling with MSC
15010
Daniel Veillard46057e12000-09-24 18:49:59 +000015011Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15012
15013 * xpath.c: patch for normalize-string() substring-before(),
15014 substring-after() and translate() functions from Bjorn Reese
15015 <breese@mail1.stofanet.dk>
15016 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
15017 Fredrik Hallenberg <hallon@lysator.liu.se>
15018 * TODO: updated
15019
Daniel Veillard281f8ff2000-09-24 08:12:14 +000015020Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15021
15022 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
15023 problem of socklen_t being undefined on a number of platforms
15024 * debugXML.c: fixed a compilation problem when without snprintf
15025
Daniel Veillard8ddb5a72000-09-23 10:28:52 +000015026Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15027
15028 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
15029 an URI bug and a fix for the control-character-induced infinite loop
15030 * nanohttp.c: preventive fix for compiling on WIN32
15031
Daniel Veillard64c20ed2000-09-22 16:07:02 +000015032Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15033
15034 * xmlint.c: closing bug #25000
15035
Daniel Veillardb656ebe2000-09-22 13:51:48 +000015036Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15037
15038 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
15039 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
15040 modified slightly Wayne Davison patch adding xmlStrcasecmp and
15041 related function, fixing xmlStrncmp(), and associated cleanup
15042 * result/HTML/entities.html.sax: updating result
15043
Daniel Veillard4fb87ee2000-09-19 12:25:59 +000015044Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15045
15046 * uri.c: applied patch for URI escaping from Wayne Davison
15047 <wayned@blorf.net>
15048 * tree.c parserInternals.c HTMLparser.c: memset checks patches
15049 from Denis Barbier <barbier@imacs.polytechnique.fr>
15050 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
15051 patch from Wayne Davison
15052
Daniel Veillardd5f97f82000-09-17 16:38:14 +000015053Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15054
15055 * doc/xml.html : updated with new releases, adding "how to help"
15056
Daniel Veillard04698d92000-09-17 16:00:22 +000015057Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15058
15059 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
15060 removed a few warnings in pedantic mode ...
15061 * parserInternals.c parser.c: moved encoding switching function
15062 to parserInternals.c
15063 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
15064
Daniel Veillarda2c6da92000-09-16 18:15:00 +000015065Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15066
15067 * HTMLparser.c parser.c: set ctxt->errNo before calling the
15068 error or warning handlers
15069
Daniel Veillardb1059e22000-09-16 14:02:43 +000015070Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15071
15072 * parserInternals.c parserInternals.h parser.c Makefile.am:
15073 created a new module parserInternals.c, moved most of the
15074 code shared by the various parsers there, as well as
15075 deprecated code from parser.c. More cleanup of parser.c
15076 * uri.c: fixed a problem when URI is NULL
15077 * valid.c: speedup when looking for an attribute declaration
15078
Daniel Veillard39c7d712000-09-10 16:14:55 +000015079Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15080
15081 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
15082 the cleanup of the computation of URI references when seeking
15083 external entities. The URI reference string and the resulting
15084 URI are both stored now.
15085 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
15086 large s(n)printf checks and cleanup from Denis Barbier
15087 <barbier@imacs.polytechnique.fr>
15088 * xmlversion.h.in tree.h: couple of SGML declarations for a
15089 possible docbook module.
15090 * result/VC/ : a couple of test output changed due to the change
15091 of the entities URI
15092
Daniel Veillardb513f5a2000-09-10 14:01:12 +000015093Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15094
15095 * parser.h: added a _private field for linking user's data
15096
Daniel Veillarddd477ce2000-09-10 13:23:08 +000015097Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15098
15099 * parser.c parserInternals.h: demacroified most of the IS_XXX
15100 the gain in size is significant so ...
15101
Daniel Veillard4b5b80c2000-09-08 18:54:41 +000015102Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15103
15104 * entities.c: cases where looking up entities with doc==NULL
15105 covered
15106
Daniel Veillard90e11312000-09-05 10:42:32 +000015107Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15108
Daniel Veillard1de50802000-09-07 08:54:32 +000015109 * uri.c: applied Wayne Davison patch
Daniel Veillard90e11312000-09-05 10:42:32 +000015110 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
15111
Daniel Veillard98a79162000-09-04 11:15:39 +000015112Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15113
Daniel Veillard1de50802000-09-07 08:54:32 +000015114 * uri.c testUri.c: applied Wayne Davison patches
Daniel Veillard98a79162000-09-04 11:15:39 +000015115 * test/URI/uri.data result/URI/uri.data: first set of tests/results
15116 * Makefile.in: added URItest and included thenin "make tests"
15117
15118Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard960aa532000-09-03 17:20:17 +000015119
15120 * xmlversion.h.in: closed bug 22941
15121
Daniel Veillard2bb89092000-08-31 14:57:50 +000015122Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15123
15124 * doc/xmlio.html: added doc and example for entity loader
15125 redefinition.
15126
Daniel Veillard96984452000-08-31 13:50:12 +000015127Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15128
15129 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
15130 used by libxml
15131
Daniel Veillarde715dd22000-08-29 18:29:38 +000015132Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15133
15134 * parser.c: Fixed bug on invalid ontent characters and when using
15135 push.
15136 * xmllint.c: fixed xmllint endling of errors in push mode
15137
Daniel Veillard4948eb42000-08-29 09:41:15 +000015138Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15139
15140 * HTMLparser.c testHTML.c: applied two new patches from
Daniel Veillardbbe11b02000-09-23 07:07:40 +000015141 Wayne Davison <wayned@users.sourceforge.net>
Daniel Veillard4948eb42000-08-29 09:41:15 +000015142 * result/HTML/*.sax: regenerated HTML SAX output
15143 * parser.c: more cleanup.
15144
Daniel Veillarde010c172000-08-28 10:04:51 +000015145Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15146
15147 * HTMLparser.[ch] testHTML.c: applied the second set of
Daniel Veillardbbe11b02000-09-23 07:07:40 +000015148 patches from Wayne Davison <wayned@users.sourceforge.net>,
15149 adding htmlEncodeEntities()
Daniel Veillarde010c172000-08-28 10:04:51 +000015150 * HTMLparser.c: fixed an ignorable white space detection bug
15151 occuring when parsing with SAX only
15152 * result/HTML/*.sax: updated since the output is now HTML
15153 encoded...
15154
Daniel Veillard47f3f312000-08-27 22:40:15 +000015155Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15156
Daniel Veillardbbe11b02000-09-23 07:07:40 +000015157 * HTMLparser.[ch]: applied some of Wayne Davison
15158 <wayned@users.sourceforge.net> patches
Daniel Veillard47f3f312000-08-27 22:40:15 +000015159
Daniel Veillarde0854c32000-08-27 21:12:29 +000015160Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15161
15162 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
15163 undeclared namespace prefix was used, added a warning.
15164 Cleaned up support w.r.t. entities, spilling out a warning
15165 and being pedantic on lookups.
15166 * test/warning/ent9 : added testcase for previous example.
15167 * TODO: updated
15168 * parserInternals.h parser.c: changed the way names are parsed
15169 now allow infinite size and decrease penalty for normal use
15170 * parser.c: Started a big cleanup/check of the parser code,
15171 fixed some of the most tortuous entity code, spotted code
15172 unused anymore
15173 * test/*: added tests for very long names and related nasty
15174 things.
15175
Daniel Veillardf0cc7cc2000-08-26 21:40:43 +000015176Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15177
15178 * doc/encoding.html: added encoding aliases doc
15179 * doc/xml.html: updates
15180 * encoding.[ch]: added EncodingAliases functions
15181 * entities.[ch] valid.[ch] debugXML.c: removed two serious
15182 bottleneck affecting large DTDs like Docbook
15183 * parser.[ch] xmllint.c: added a pedantic option, will be
15184 useful
15185 * SAX.c: redefinition of entities is reported in pedantic mode
15186 * testHTML.c: uninitialized warning from gcc
15187 * uri.c: fixed a couple of bugs
15188 * TODO: added issue raised by Michael
15189
Daniel Veillard0d6b1702000-08-22 23:52:16 +000015190Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15191
15192 * doc/encoding.html: propagated Martin Duerst suggestions
15193
Daniel Veillard52402ce2000-08-22 23:36:12 +000015194Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15195
15196 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
15197 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
15198 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
15199 by Wayne Davison
15200
Daniel Veillard2f2bf412000-08-20 15:11:02 +000015201Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15202
15203 * nanoftp.c nanohttp.c: small cleanup
15204 * TODO: updated
15205
Daniel Veillard244ece92000-08-19 20:58:02 +000015206Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15207
15208 * added an old VC testcase and updated title.xml entity
15209
Daniel Veillardb8f25c92000-08-19 19:52:36 +000015210Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15211
15212 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
15213 done on auto-opening of <p> tags and cleanup of SAX output
15214
Daniel Veillard979e55e2000-08-19 16:48:54 +000015215Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15216
15217 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
15218
Daniel Veillard4540be42000-08-19 16:40:28 +000015219Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15220
15221 * doc/xml.html libxml.* structure.*: updated the doc a bit
15222
Daniel Veillard808a3f12000-08-17 13:50:51 +000015223Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15224
15225 * testSAX.c testHTML.c result/HTML/: cleanup of the output
15226 of SAX tests
15227
Daniel Veillard29579362000-08-14 17:57:48 +000015228Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15229
15230 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
15231 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
15232
Daniel Veillard1255ab72000-08-14 15:13:33 +000015233Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15234
15235 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
15236 * testHTML.c: fix core dump on Solaris 2.x systems
15237 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
15238 * result/HTML/*.sax: previous bug fix lead to new results
15239
Daniel Veillard03109292000-08-14 14:58:22 +000015240Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15241
15242 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
15243 * configure.in: added --with-readline=DIR to accept alternate
15244 path for readline include/library
15245 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
15246 for ANSI under HP-UX
15247 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
15248 includes @LIBS@
15249
Daniel Veillard7c29ce22000-08-12 21:20:53 +000015250Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15251
15252 * doc/* : rebuilt the docs
15253 * getting ready for 2.2.2 release
15254
Daniel Veillard87b95392000-08-12 21:12:04 +000015255Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15256
15257 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
15258 and xmlAddFeature()
15259 * tree.[ch]: added xmlAddChildList()
15260 * xmllint.c: MAP_FAILED macro test
15261 * parser.h: added xmlParseCtxtExternalEntity()
15262 * valid.c: applied bug fixes removed warning
15263 * tree.c: added CDATA block to elements content
15264 * testSAX.c: cleanup of output
15265 * testHTML.c: added SAX testing
15266 * encoding.c: better error recovery
15267 * SAX.c, parser.c: fixed one of the external entity processing
15268 of the OASis testsuite
15269 * Makefile.am: added HTML SAX regression tests
15270 * configure.in: bumped to 2.2.2
15271 * test/HTML/ result/HTML: added a few of HTML tests, and added the
15272 SAX results
15273
Daniel Veillard88a172f2000-08-04 18:23:10 +000015274Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15275
15276 * configure.in: patch for HP compiler
15277
152782000-08-04 Sven Heinicke <sven@zen.org>
15279
15280 * xmllint.c: Was coredumping sometimes when the file given didn't
15281 exist.
15282
Daniel Veillard46e370e2000-07-21 20:32:03 +000015283Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15284
15285 * parser.c xmlIO.[ch]: fixed the problem of encoding support
Daniel Veillard2f2bf412000-08-20 15:11:02 +000015286
Daniel Veillard46e370e2000-07-21 20:32:03 +000015287 when using in memory parsing. Need some cleanup.
15288 * xmllint.c configure.in: added a --memory flag to test memory
15289 parsing
15290
Daniel Veillard36650692000-07-21 15:16:39 +000015291Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15292
15293 * nanohttp.c: fixed socklen_t replacement to unsigned int
15294 * parser.c: fixed a space handdling missing at the end of
15295 production 28 DOCTYPE.
15296 * xmlmemory.c: fixed a stupid bug on the routine to override
15297 allocation functions
15298 * TODO: updated
15299
Daniel Veillarde46e20d2000-07-14 15:02:46 +000015300Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15301
15302 * doc/ regenerated the docs
15303
Daniel Veillard32bc74e2000-07-14 14:49:25 +000015304Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15305
15306 * doc/encoding.html doc/xml.html: added I18N doc
15307 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
15308 improvements, both parser and filters, added ASCII & HTML,
15309 fixed the ISO-Latin-1 one
15310 * xmllint.c testHTML.c: added/made visible --encode
15311 * debugXML.c : cleanup
15312 * most .c files: applied patches due to warning on Windows and
15313 when using Sun Pro cc compiler
15314 * xpath.c : cleanup memleaks
15315 * nanoftp.c : added a TESTING preprocessor flag for standalong
15316 compile so that people can report bugs more easilly
15317 * nanohttp.c : ditched socklen_t which was a portability mess
15318 and replaced it with unsigned int.
15319 * tree.[ch]: added xmlHasProp()
15320 * TODO: updated
15321 * test/ : added more test for entities, NS, encoding, HTML, wap
15322 * configure.in: preparing for 2.2.0 release
15323
Daniel Veillard49703262000-07-10 10:27:46 +000015324Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15325
15326 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +000015327 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard49703262000-07-10 10:27:46 +000015328
Daniel Veillard306be992000-07-03 12:38:45 +000015329Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15330
15331 * doc/xml.html: changed the xmlsoft.org structure, updated the
15332 examples w.r.t. root and childs
15333
Daniel Veillard7d853352000-07-02 18:53:09 +000015334Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15335
Daniel Veillard784b9352003-02-16 15:50:27 +000015336 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7d853352000-07-02 18:53:09 +000015337
Daniel Veillard365e13b2000-07-02 07:56:37 +000015338Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15339
15340 * HTMLparser.c: Work on character encoding support for the HTML parser
15341 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
15342 * encoding.c: Fixed a potential memleak in the encoding stuff
15343
Daniel Veillardaf743792000-07-01 11:49:28 +000015344Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15345
15346 * doc/FAQ.html doc/Makefile.am : added a FAQ
15347
15348Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardd83eb822000-06-30 18:39:56 +000015349
15350 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
15351 of the HTML parser to force it to not bypass SAX
15352
Daniel Veillard3f6f7f62000-06-30 17:58:25 +000015353Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15354
15355 * win32config.h.in: updated
15356 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
15357 lacks iconv support :-( need to release 2.1.1
15358 * configure.in: release 2.1.1
15359 * HTMLparser: fixed bug #14784
15360 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
15361 by Windows compiler
15362 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
15363 the SAX startDocument() callback.
15364 * TODO: updated
15365
15366Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15367
15368 * added xmlStopParser()
15369
Daniel Veillardbe803962000-06-28 23:40:59 +000015370Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15371
15372 * configure.in: 2.1.0 prerelease
15373 * Large resync between W3C and Gnome tree
15374 * nanoftp, nanohttp.c: fixed stalled connections probs
15375 * HTMLtree.c SAX.c : support for attribute without values in
15376 HTML for andersca
15377 * valid.c: Fixed most validation + namespace problems
15378 * HTMLparser.c: start document callback for andersca
15379 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
15380 * parser.h, SAX.c: serious speed improvement for large
15381 CDATA blocks
15382 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
15383 different encoding
15384 * example/Makefile.am example/gjobread.c tree.h: work on
15385 libxml1 libxml2 convergence.
15386 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
15387 and the LIBXML_TEST_VERSION macro
15388
Daniel Veillardc310d562000-06-23 18:32:15 +000015389Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15390
15391 * doc/xml.html: various patches and improvements typo fixed by
15392 Felix Natter
15393 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
15394 from Felix Natter <fnatter@gmx.net>
15395
Daniel Veillardf3029822000-05-06 08:11:19 +000015396Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15397
15398 * doc/upgrade.html: updated with instructions for support of both
15399 libxml-1.x and libxml-2.x
15400 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
15401 for 2.x support and also fixed includes
15402
15403
Daniel Veillard496a1cf2000-05-03 14:20:55 +000015404Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15405
15406 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
15407 the encoding support, added iconv support, so now libxml if
15408 compiled with iconv automatically support japanese encodings
15409 among others. Work based on initial patch from Yuan-Chen Cheng
15410 I may have broken binary compat in the encoding handler
15411 registration scheme, but that was so utterly broken I don't
15412 expect anybody to have used this feature until now.
15413 * parserInternals.h: fixup on the CHAR range macro
15414 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
15415 code.
15416 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
15417 * uri.c: added xmlParseURI() I can't believe I forgot to
15418 implement this one in 2.0 !!!
15419 * SAX.c: moved doc->encoding update in the endDocument() call.
15420 * TODO: updated.
15421
Daniel Veillard06047432000-04-24 11:33:38 +000015422Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15423
15424 * tree.h: removed extraneous xmlRemoveProp definition
15425 * TODO: added item about --disable-corba configure switch
15426 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
15427 * nanoftp.c: fixed include problems giving troubles on AIX and
15428 slowlaris
15429 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
15430 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
15431 comment and headers changes to lower gtk-doc number of warnings
15432 * doc/html/*: rebuilt docs
15433
Daniel Veillarde0aed302000-04-16 08:52:20 +000015434Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15435
15436 * HACKING: documented the tag for 1.x and instructions
15437
Daniel Veillard5e873c42000-04-12 13:27:38 +000015438Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15439
15440 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
15441 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
15442 xmlCreateIOParserCtxt
15443 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
15444 significant overall improvement
15445 * xmllint.c: added I/O test to xmllint
15446 * testSAX.c: added a speed test
15447 * doc/* : updated/regenerated
15448
Daniel Veillardfc708e22000-04-08 13:17:27 +000015449Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15450
15451 * xpath.c uri.h parserInternals.h: cosmetic changes from
15452 "Timur I. Bakeyev" <timur@bat.ru>, including making
15453 xmlCreateURI() public
15454
Daniel Veillard5d211f42000-04-07 17:00:24 +000015455Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15456
15457 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
15458 and the code at the same time. Added a clean mechanism for
15459 overload or added input methods: xmlRegisterInputCallbacks()
15460 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
15461 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
15462 * TODO: updated
15463 * doc/* : updated/regenerated
15464 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
15465 source dir
15466
Daniel Veillarde77a9182000-04-05 19:12:29 +000015467Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15468
15469 * testURI.c: yet another forgotten commit, I should get some sleep !
15470
Daniel Veillardce8b83b2000-04-05 18:38:42 +000015471Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15472
15473 * xmllint.c: forgot to commit this too ?
15474
Daniel Veillardb9df4042000-04-05 14:23:16 +000015475Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15476
15477 * xmlversion.h.in : forgot to commit this previously
15478
Daniel Veillard361d8452000-04-03 19:48:13 +000015479Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15480
15481 * configure.in: preparing libxml-2.0.0 version looks Ok so far
15482 * README TODO: updated for release
15483 * uri.c uri.h: added authority parsing/saving
15484 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
15485 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
15486 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
15487 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
15488 Makefile.am : added compile-time customization of libxml
15489 --with-ftp --with-http --with-html --with-xpath --with-debug
15490 --with-mem-debug
15491 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
15492 #include <libxml/xxx.h> I hope it won't break too much stuff
15493 and will be manageable in the future...
15494 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
15495 and added xmllint to the installed programs
15496 * uri.h: added xmlFreeURI()
15497
Daniel Veillardec303412000-03-24 13:41:54 +000015498Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15499
15500 * uri.c uri.h: finished the escaping handling, the base support
15501 and the URI path normalization. Looks good just lacks the
15502 authority content parsing code.
15503 * Makefile.am: added instructions to generate testURI
15504 * TODO: updated
15505 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
15506 added links and icons for W3C and Gnome
15507
Daniel Veillard8f621982000-03-20 13:07:15 +000015508Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15509
15510 * xmlmemory.[ch] : seems I forgot to actually update the files in
15511 the last commit :-)
15512 * doc/xml.html doc/html/* : updated and uploaded the docs
15513
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015514Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15515
15516 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
15517 * TODO: updated
15518 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
Daniel Veillard8f621982000-03-20 13:07:15 +000015519 libxml default allocation function with another set (like gmalloc/
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015520 gfree).
15521 * Makefile.am, uri.c, uri.h: added a set of functions to do
15522 exact (litteraly copied from the RFC 2396 productions) parsing
15523 and handling of URI. Will be needed for XLink, one XML WFC,
15524 XML Base and reused in the nano[ftp/http] modules. Still work
15525 to be done.
15526
Daniel Veillardedfb29b2000-03-14 19:59:05 +000015527Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15528
15529 * configure.in, libxml.spec.in : libxml2
15530 * doc/* : updated the doc page, rebuilt the docs
15531
Daniel Veillardcf461992000-03-14 18:30:20 +000015532Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15533
15534 * all: tagged LIB_XML_1_X
15535 * *.c *.h : updated from W3C CVS tree
15536 * configure.in : 2.0.0-beta
15537 * libxml.spec.in : libxml2 package nam
15538 * result/* : new version of the tests output
15539
Daniel Veillardf13e1ed2000-03-06 07:41:49 +000015540Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15541
15542 * doc/xml.html, doc/update.html: updated docs, 1.8.7
15543
Daniel Veillardb566ce12000-03-04 11:39:42 +000015544Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15545
15546 * doc/* : rebuilt the docs
15547 * parser.c: final patch on #6766
15548 * valid.c: small patch on validity checks.
15549
Daniel Veillardfb76c402000-03-04 11:39:42 +000015550Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15551
15552 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
15553 added
15554 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
15555 compatibility w.r.t. XML spec and existing code.
15556
Daniel Veillard90fb02c2000-03-02 03:46:43 +000015557Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15558
15559 * parser.c: seems a better solution to <a> </a> exists,
15560 will try it for a while
15561
Daniel Veillard83a30e72000-03-02 03:33:32 +000015562Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15563
15564 * parser.c: tried to remove the <a> </a> generating <a/>
15565 this is hard. Left a flag for that purpose. Fixed bug #6766
15566 * configure.in: prepared 1.8.7 not released, due to previous
15567 problem
15568
Daniel Veillard88f00ae2000-03-02 00:15:55 +000015569Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15570
15571 * doc/xml.html : applied second patch from Paul DuBois
15572
Daniel Veillard402e8c82000-02-29 22:57:47 +000015573Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15574
15575 * doc/xml.html : applied patch from Paul DuBois
15576
Daniel Veillardd0f7f742000-02-02 17:42:48 +000015577Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15578
15579 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
15580
Daniel Veillard5feb8492000-02-02 17:15:36 +000015581Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15582
15583 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
15584 compilation warnings on various platforms.
15585 * parser.c: Fixed #5281 validity error callbacks are now desactived
15586 by default if not validating.
15587
Daniel Veillardf341f932000-02-02 14:52:08 +000015588Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15589
15590 * nanoftp.c, win32config.h.in: patches to compile on WIN32
15591
Daniel Veillard13c757e2000-02-01 23:59:15 +000015592Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15593
15594 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
15595 <gkatsi@cs.toronto.edu>
15596
Daniel Veillard726e8792000-01-30 20:04:29 +000015597Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15598
15599 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
15600 processing URLs
15601
Daniel Veillarde41f2b72000-01-30 20:00:07 +000015602Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15603
15604 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
15605 xmlNanoFTPUpdateURL for persistent control connections.
15606 * configure.in: 1.8.6
15607
15608Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15609
15610 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
15611 * tree.[ch] : added xmlSaveNoEmptyTags
15612
James Henstridgef3be9312000-01-28 13:59:21 +0000156132000-01-29 James Henstridge <james@daa.com.au>
15614
15615 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
15616
15617 * Makefile.am: added nanoftp.[ch] to the build.
15618
Daniel Veillardaeea04f2000-01-25 19:27:27 +000015619Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15620
15621 * nanoftp.[ch]: cleanup, comments, API
15622 * debugXML.c : fixed a bug in the cat command
15623 * doc/*: regenerated the docs
15624
Daniel Veillardda07c342000-01-25 18:31:22 +000015625Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15626
15627 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
15628 * debugXML.c : fixed a bug in the cat command
15629 * valid.c: fixing some small probs
15630 * libxml.spec.in: get rid of the SNAP suffix
15631 * doc/xml.html: updated the status
15632
Daniel Veillarde3d88ef2000-01-24 13:55:06 +000015633Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15634
15635 * xml-config.in: xml-config --version to just return the
15636 version number
15637 * xpath.c: some cleanup w.r.t. axis when the current node is
15638 an attribute.
15639 * TODO: updated
15640
Daniel Veillard461a66c2000-01-18 18:01:01 +000015641Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15642
15643 * configure.in: prepared for libxml-1.8.5
15644 * doc/* recompiled the documentation
15645
156462000-01-17 Jody Goldberg <jgoldberg@home.com>
15647
15648 * configure.in : WARNING autoconf subtlety alert :
15649 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
15650 when looking for zlib.h so that HAVE_ZLIB_H is defined.
15651 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
15652 get defined by AC_CHECK_HEADERS.
15653
Daniel Veillardf967b902000-01-17 16:06:10 +000015654Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15655
15656 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
15657 Rune.Djurhuus@fast.no
15658
Daniel Veillardad8f99d2000-01-15 14:20:03 +000015659Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15660
15661 * TODO: updated
15662 * tree.c, parser.c: made sure that only memory alloc problems
15663 and internal parser errors are allowed to write to stdout or
15664 stderr.
15665
Daniel Veillard0142b842000-01-14 14:45:24 +000015666Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15667
15668 * tree.c : restored xmlNewGlobalNs since this seems used by
15669 a lot of existing code :-(, fixed a bug in xmlNewNs
15670 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
15671 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
15672 to exit() from the library code.
15673 * xpath.c, parser.c: removed bugs or unused code detected by
15674 Windows compilers
15675 * parser.c: started adding interfaces for parsing well balanced
15676 XML fragments
15677 * configure.in: releasing 1.8.4
15678 * doc/* : rebuilt the docs
15679
Daniel Veillard2eac5032000-01-09 21:08:56 +000015680Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15681
15682 * tree.[ch] : added xmlNewDocFragment() for DOM
15683 * testHTML.c: uninitialized variable.
15684
Daniel Veillardf3a73582000-01-05 14:58:39 +000015685Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15686
15687 * doc/* : rebuild the docs
15688
Daniel Veillard71b656e2000-01-05 14:46:17 +000015689Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15690
15691 * acconfig.h: readline and history patch
15692 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
15693 * tree.c: added check and handling when possibly removing an ID
15694 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
15695 and saving.
15696 * test/HTML/entities.html result/HTML/entities.html* : test for
15697 various entities reference cases
15698 * result/HTML/* : as a result output of some testcase have
15699 changed
15700 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
15701 by previous example. added xmlParseTryOrFinish().
15702 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
15703 entities.h debugXML.h HTMLparser.h: changed the way struct are
15704 declared to allow gtk-doc to expose those
15705 * parser.c: closed bug #4960
15706 * Makefile.am configure.in: Applied patch from
15707 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
15708 and math/socket libs detection
15709
Daniel Veillard437b87b2000-01-03 17:30:46 +000015710Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15711
15712 * configure.in, Makefile.am: link tester against readline
15713 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
15714
Daniel Veillard686d6b62000-01-03 11:08:02 +000015715Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15716
15717 * tree.[ch]: added xmlRemoveProp
15718 * win32config.h.in nanohttp.c: avoid including the Windows
15719 socket stuff in every C files
15720 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
15721 the XmL parser(s)
15722 * test/ns4 result/ns4 etc...: added test case for previous prob
15723 * tree.c: xmlNewNs wasn't checking for double definition
15724 * Makefile.in: fixed a problem with dist-hook duplicates
15725 * parser.[hc], xmlIO.c: fixed the loading of external entities
15726 APIs, now xmlLoadExternalEntity() is used everywhere and
15727 setting up an app specific front-end using the
15728 * SAX.c parser.c: some fixes, now the xhtml spec validates
15729 with the xhtml DTD.
15730 * error.c: fixed crashes in case of no input stream
15731 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
15732 to the validation tests and results
15733
Daniel Veillard5e5c6231999-12-29 12:49:06 +000015734Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15735
15736 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
15737 too htmlCreatePushParserCtxt() and htmlParseChunk()
15738 * parser.c: a bit of cleanup.
15739 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
15740 to XML) removed the last mem leak known
15741 * HTMLtree.c: output message cleanup
15742 * xmlmemory.c: display content info about memory blocks
15743 * result/HTML/wired.* : missing att value warning change
15744
Daniel Veillardbe849cf1999-12-28 16:43:59 +000015745Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15746
15747 * doc/* : rebuilt the documentation
15748
Daniel Veillarddbfd6411999-12-28 16:35:14 +000015749Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15750
15751 * parser.[ch] parserInternals.h: Push parser for XML,
15752 seems to work fine now
15753 * tester.c debugXML.[ch]: Added an XML shell debug facility and
15754 --push for push testing
15755 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
15756 * testSAX.c: added --push
15757 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
15758 subtree
15759 * xmlIO.[ch] : enriched API + fixes for push mode
15760 * entities.[ch]: added the entity content length to the struct.
15761 * xmlmemory.[ch]: new API to show the last entries for the shell
15762 * valid.c: added required attribute testing
15763 * SAX.c: the cdata callback now merge contiguous fragments
15764 * HTMLparser.c: cleanup of some macros
15765
Daniel Veillard3c558c31999-12-22 11:30:41 +000015766Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15767
15768 * parser.c: fix for PIs name starting with xml
15769 * tree.c: fixed a potential problem with || and && ops
Daniel Veillardfef854d1999-12-22 11:31:10 +000015770 * *.c, configure.in win32config.h.in : generate win32config.h for
15771 those on the Other Side !
Daniel Veillard3c558c31999-12-22 11:30:41 +000015772
Daniel Veillard0caf07a1999-12-21 16:25:49 +000015773Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15774
15775 * parser.c: fixed a stupid = vs. == bug :-(
15776 * doc/gnome-xml.sgml: s/glade/xml/
15777
Daniel Veillard5cb5ab81999-12-21 15:35:29 +000015778Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15779
15780 * configure.in, doc/xml.html : bug fix release 1.8.2
15781 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
15782 Hopefully the end of that silly C++ include problem
15783 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
15784 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
15785 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
15786 troubles with autoclosed elements when the stree shape doesn't
15787 follow the DtD specs. Added htmlIsAutoClosed() and
15788 htmlAutoCloseTag()
15789 * result/HTML/*.htm*: Updated the HTML examples regression tests output
15790 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
15791 * debugXML.c: fixed a bug on printing default namespaces.
15792 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
15793
Daniel Veillardb24054a1999-12-18 15:32:46 +000015794Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15795
15796 * result/HTML/*.htm[l] : updated the HTML regression tests according
15797 to the new output
15798 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
15799 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
15800 problem due to intermix of extern "C" { ... } declarations for C++
15801 and recursive includes in the headers
15802
Chris Lahey323c48c1999-12-18 15:32:45 +0000158031999-12-20 Chris Lahey <clahey@umich.edu>
15804
15805 * HTMLtree.c: Made it so that html nodes with a single child do
15806 not insert a carriage return before or after the child node.
15807
Daniel Veillardb24054a1999-12-18 15:32:46 +000015808Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard262f9cb1999-12-18 15:32:45 +000015809
15810 * configure.in, doc/xml.html : bug fix release 1.8.1
15811 * parser.c: fixed bug #4344
15812 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
15813 added the glue to avoid C++ problems
15814 * doc/* : regenerated the documentation
15815
Daniel Veillard6d3bf1f1999-12-16 17:52:19 +000015816Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15817
15818 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
15819 namespace recognition, and Dia as a resul :-(
15820 * encoding.c: closed bug #3950
15821
Daniel Veillard944b5ff1999-12-15 19:08:24 +000015822Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15823
15824 * valid.c: debugging a posteriori validation, except URI expansion
15825 stuff this should be fixed now
15826 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
15827 Carl Nygard <cnygard@bellatlantic.net>
15828 * tester.c: added --postvalid, cleaning of the code
15829 * tree.[ch]: added xmlDocGetRootElement()
15830
Ramiro Estrugobfce3771999-12-15 04:32:07 +000015831Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
15832
15833 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
15834 c++ losage.
15835
Daniel Veillard10a2c651999-12-12 13:03:50 +000015836Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15837
15838 * configure.in, doc/xml.html : bumped to 1.8.0
15839 * xlink.[ch], Makefile.am : added framework for link detection
15840 * parser.h: added nbChars to parser context, needed for cleanup.
15841 * xmlmemory.c: removed a nasty bug when out of mem
15842 * valid.[ch]: adding namespace support for attribute decl
15843 * tester.c: added --debugent option
15844 * debugXML.[ch]: added xmlDebugDumpEntities()
15845 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
15846 buffers instead, this was really needed, validation was breaking
15847 in strange ways due to that. Added xmlParseStringPEReference()
15848 and other parsing from strings functions. Entities processing
15849 modified again, but PERef are still not handled correcly but
15850 unless you're Eve Maller you won't notice :-)
15851 * HTMLparser.c: large changes toward reliability, and switched to
15852 lowercase internal tags, XHTML is lowercase, so it will help
15853 that output is closer to next version.
15854 * doc/* : regenerated the documentation, it is now hosted at
15855 http://xmlsoft.org/ (same bits I just bought the domain :-)
15856
15857
Daniel Veillard294cbca1999-12-03 13:19:09 +000015858Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15859
15860 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
15861 doc generation
15862 * parser.c: fixed bugs #3908 and #3937 and a memory leak
15863 in the SAX API
15864 * doc/*: rebuilt the doc making sure everything appears in the
15865 HTML files
15866
Daniel Veillardf5c2c871999-12-01 09:51:45 +000015867Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15868
15869 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
15870 added the patch from Carl Nygard <cnygard@bellatlantic.net>
15871 which allow impressive speed improvement on dataset with
15872 large text pieces, but at the cost of broken binary
15873 compatibility and slightly bigger memory usage.
15874 Configure with --with-buffers to activate them, they
15875 are protected with XML_USE_BUFFER_CONTENT define.
15876 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
15877 goal is 0 memory left allocated once parser is no more used
15878 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
15879 call xmlCleanupParser() and xmlMemoryDump()
15880
Daniel Veillarda819dac1999-11-24 18:04:22 +000015881Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15882
15883 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
15884 * parser.[ch] encoding.[ch]: added memory cleanup routines
15885 * parser.c: closing bug #3788
15886 * doc/*: rebuilt the doc
15887
Daniel Veillard11a48ec1999-11-23 10:40:46 +000015888Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15889
15890 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
15891 xmlNewTextChild() and xmlSetCompressMode() behaviour.
15892 * tester.c: added --compress option
15893 * doc/*: rebuilt the documentation
15894
Daniel Veillard4c3a2031999-11-19 17:46:26 +000015895Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15896
15897 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
15898 if given /proc/kcore as input !
15899 * doc/xml.html doc/*: updated and rebuilt the documentation
15900
15901Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard07136651999-11-18 14:02:05 +000015902
15903 * parser.c: Fixed some wrongly space collapsing code due to
15904 a misreading of the spec.
15905 * result/*: fixed the output accordingly
15906
15907Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard7f858501999-11-17 17:32:38 +000015908
15909 * encoding.c: bug fix and typos
15910 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
15911 * parser.c: added attribute normalization closing bug #3597
15912 * test/att* result/att* SAXresult/att*: testcase for attribute
15913 normalization
15914
Daniel Veillardd7e200c1999-11-15 17:53:11 +000015915Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15916
15917 * configure.in: closing bug #3163 by adding extra flags for the
15918 cc compiler on HP-UX
15919
Daniel Veillard51e3b151999-11-12 17:02:31 +000015920Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15921
15922 * valid.[ch] : removed a typo and an enumerated type bug in the
15923 xmlAddElementDecl() function
15924 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
15925 call to xmlEncodeEntitiesReentrant() so that the functions
15926 New, Set and Get are at the same level.
15927 * parser.c HTMLparser.c: extra memory allocation bug for
15928 attributes detected by someone using libxml in embedded systems :-)
15929
Daniel Veillard962195f1999-10-28 15:51:53 +000015930Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15931
15932 * xmlmemory.h: turned off mem debug :-\
15933
Daniel Veillard35008381999-10-25 13:15:52 +000015934Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15935
15936 * parser.c: closed bug #2784 a one line fix, but worth pushing
15937 a new release out
15938 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
15939 some structures, comments before and after the
15940 main element, and other nastyness
15941 * HTMLtree.c tree.c: accomodate the extended HTML supported
15942 * configure.in: pushing 1.7.4
15943 * test/ent8 and related outputs : added a new test for bug #2784
15944 * test/HTML/wired.html and related output: a nasty HTML example
15945 * Makefile.am: improved the test scripts
15946 * docs/* : reran the documentation extractor, updated xml.html
15947
Daniel Veillard7c1206f1999-10-14 09:10:25 +000015948Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15949
15950 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
15951 HTMLparser and debugged the HTML related code. HTML documents
15952 now have their own type
15953 * entities.c: do not dump &apos; for HTML output
15954 * xmlmemory.c: improvement, breakpoint mechanism
15955 * testHTML.c: added --sax --repeat ...
15956 * Makefile.am: improved the HTML tests
15957 * valid.[ch]: added xmlValidGetValidElements and
15958 xmlValidGetPotentialChildren
15959 * tester.c: added --insert to test the 2 new functions
15960 * test//* result//* SAXresult//* : regression test cleanup
15961 and extension.
15962 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
15963 gnome-xml-nanohttp.html
15964
Daniel Veillard7d2c2761999-10-11 15:09:51 +000015965Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15966
15967 * HTMLparser.c: fixed problems with some autoclose tags
15968 * tree.c: fixed XML output problems.
15969 * result/* SAXresult/*: update of the tests output
15970
Daniel Veillard6077d031999-10-09 09:11:45 +000015971Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15972
15973 * Makefile.am: Arturo patch for xmlConf.sh version info
15974 * parser.c: Tim Josling patch for single quoted items
15975 * tester.c: Tim Josling patch for tester options usage
15976 * tree.h: indent cleanup
15977
Daniel Veillard2673d3c1999-10-08 14:37:09 +000015978Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15979
15980 * HTMLparser.c parser.h : Fixed problems with HTML parsing
15981 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
15982
Daniel Veillard00fdf371999-10-08 09:40:39 +000015983Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15984
15985 * tree.c : Raph patch for initialization of CORBA fields
15986 * parser.c, xpath.c, ...: modification of doc comments
15987 * xpath.c : allow spaces in xpath expressions
15988
Daniel Veillardad219441999-09-27 08:17:49 +000015989Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15990
15991 * xmlmemory.h: turning off memory debug :-(
15992
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015993Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15994
15995 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
15996 better SAX interfaces.
15997 * testSAX.c: uses the new SAX routine, avoid fetching any remote
15998 entity.
15999 * configure.in: 1.7.2
16000
16001Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard2f4dfc41999-09-24 14:03:48 +000016002
16003 * libxml.spec.in: fixed the URL
16004 * doc/xml.html: improved the documentation front-end
16005
Daniel Veillard7a66ee61999-09-26 11:31:02 +000016006Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard335849b1999-09-23 23:08:42 +000016007
16008 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
16009
Daniel Veillard7a66ee61999-09-26 11:31:02 +000016010Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillarddd6b3671999-09-23 22:19:22 +000016011
16012 * libxml.spec.in: fixed the alpha compile problem
16013 * parser.[ch]: changed errno to errNo in the parser context :-(
16014 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
16015 * doc/xml.html: changed CHAR to xmlChar
16016 * doc/html/*: recompiled the documentation
16017 * configure.in: 1.7.1
16018
Daniel Veillard7f7d1111999-09-22 09:46:25 +000016019Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16020
16021 * parser.h: modified the parser context struct to regain 1.4.0
16022 binary compatibility
16023 * parser.c, xml-error.h: added errno ot teh context and defined
16024 a set of errors values with update of errno
16025 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
16026 DTDs and entities
16027 * *.h, *.c: complete cleanup of the use of config.h and include
16028 protection depending on the current setup.
16029 * overalll debugging, maintenance and bug-fixing on all modules
16030 * updated the documentation
16031 * ready for 1.7.0
16032
Daniel Veillardc08a2c61999-09-08 21:35:25 +000016033Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16034
16035 * HTMLparser.c : cleanup
16036 * SAX.c valid.c valid.h: added ID/IDREF checking
16037 * tree.c tree.h: extended doc structure for refs
16038 * configure.in: 1.6.2
16039 * parser.c: patched bug in SAX user arg call
16040 * parserInternals.h: patched missing close in C++ wrapping
16041 * testXPath.c xpath.c xpath.h: prepared for extensibility,
16042 especially upcoming XPointer implementation.
16043 * doc/xml.html: augmented, typo
16044
CEST 1999 Timur Bakeyev72bd1001999-09-04 20:50:25 +000016045Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
16046
16047 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
16048 not all invocations of install understand -d.
16049
CEST 1999 Timur Bakeyev6db3cb01999-09-04 20:25:14 +000016050Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
16051
16052 * Makefile.am: prepend all the test* calls with $(top_builddir) -
16053 to make 'check' works, when builddir != srcdir.
16054
Daniel Veillardc8eab3a1999-09-04 18:27:23 +000016055Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16056
16057 * doc/xml.html : updated the documentation
16058
Daniel Veillard6454aec1999-09-02 22:04:43 +000016059Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16060
16061 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
16062 not deallocated memory blocks
16063 * *.c : replaces all calls to malloc() free() and realloc() to
16064 the wrapper functions/macros
16065 * tree.c : removed memory leaks dues to calling xmlFreeNode()
16066 instead of xmlFreeNodeList()
16067
Daniel Veillard1ff7ae31999-09-01 12:19:13 +000016068Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16069
16070 * HTMLparser.c: corrected a stupid bug leading to core dump at
16071 tree deallocation. Removed warnings indicated by
16072 Stephane.Conversy@lri.fr
16073 * entities.c: Fixes Yet Another Stupid Bug, entities were not
16074 looked for in the external subset
16075
16076Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc26087b1999-08-30 11:23:51 +000016077
16078 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
16079 on SGI by Stephane.Conversy@lri.fr
16080
Daniel Veillardb96e6431999-08-29 21:02:19 +000016081Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16082
16083 * all .h : changed the prototype declaration indent as in gtk
16084 * most .c : working on reducing the TODOs in the code
16085 * most .c : cleanup though -pedantic and Insure++
16086 * improvements on validation ID checkings.
16087 * tree.[ch] SAX.c: added support for namespace on attributes #2022
16088 * xml-config.in: closed #1810
16089
16090Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard991e63d1999-08-15 23:32:28 +000016091
16092 * tree.h, valid.c, valid.h: more work on validity, IDs
16093 * xpath.c: added/fixed comparidon and equlity, added a new isinf
16094 definition for AIX
16095
Daniel Veillardb556eb51999-08-15 17:19:50 +000016096Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16097
16098 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
16099 the distribution due to a cut'n paste error at last commit
16100
Daniel Veillardb05deb71999-08-10 19:04:08 +000016101Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16102
16103 * configure.in: upgraded to version 1.4.0
16104 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
16105 Big update, added a large part of the validation process,
16106 it should be usable, but some parts are missing
16107 * xpath.c: improved the implementation w.r.t. root.
16108 * Makefile.am: added more tests
16109 * test and result trees: added a lot of tests
16110 * libxml.spec.in: export libxml.so.0 and libxml.so.1
16111
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000016112Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16113
16114 * Added an HACKING file
16115
Daniel Veillarde2d034d1999-07-27 19:52:06 +000016116Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16117
16118 * xpath.[ch] : improvements and debug of the XPath implementation
16119 * parser.c, HTMLparser.c : modified the parsers to be progressive
16120 * tree.[ch] : extended the Buffer promitives
16121 * xmlIO.[ch] : added basic I/O routines providing progressive
16122 parsing and ready for I18N conversion plugins
16123 * SAXresult/* : the SAX callback sequence maybe slightly different
16124 now
16125 * test*.c : improved/updated the tests programs
16126 * doc/* : recompiled the docs.
16127
Daniel Veillard15b75af1999-07-26 16:42:37 +0000161281999-07-26 Michael Meeks <michael@edenproject.org>
16129
16130 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
16131
16132 * tree.c: Ditto.
16133
Daniel Veillard1566d3a1999-07-15 14:24:29 +000016134Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16135
16136 * configure.in: upgraded to version 1.4.0
16137 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
16138 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
16139 XML query language, see http://www.w3.org/TR/xpath for more details.
16140 * parser.c, parser.h: added CHAR* related string functions for XPath
16141 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
16142 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
16143 rebuild the docs.
16144 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
16145 and regression testing capabilities for XPath.
16146
Daniel Veillardd79d7871999-07-12 10:38:12 +000016147Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16148
16149 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
16150 closing bug #1646
16151
Daniel Veillardbe9e5951999-07-12 09:16:45 +000016152Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16153
16154 * Makefile.am, example/Makefile.am: closed bug #1683
16155
Daniel Veillard3166ab11999-07-11 16:14:19 +000016156Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16157
16158 * example/Makefile.am, configure.in: added the makefile for the
16159 gjobread example
16160
Tomasz Kłoczkoa75b6b31999-07-10 12:21:13 +000016161Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
16162
16163 * doc/Makefile.am:
16164 - fix which allow "make install DESTDIR=</install/prefix>".
16165
Daniel Veillard7cc3c041999-07-09 10:11:57 +000016166Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16167
16168 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
16169 which fixed a problem on the file reading-code.
16170
Daniel Veillard82150d81999-07-07 07:32:15 +000016171Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16172
16173 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
16174 output.
16175 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
16176
Daniel Veillard5233ffc1999-07-06 22:25:25 +000016177Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16178
16179 * parser.h : Oops removed the binary compatibility problem
16180 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
16181 * parser.c, HTMLparser.c: applied patches for reading from stdin
16182
Daniel Veillardbe70ff71999-07-05 16:50:46 +000016183Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16184
16185 * parser.c, entities.c, valid.c: cleanup bug #1591
16186 * configure.in: cleanup bug #1592
16187 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
16188 the same tree back-end. Hence gdome will be available for it.
16189 * doc/Makefile.am: close bug #617
16190
Daniel Veillard97fea181999-06-26 23:07:37 +000016191Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16192
16193 * parser.c: alloctate a per parser context SAX interface block
16194
Daniel Veillard14fff061999-06-22 21:49:07 +000016195Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16196
16197 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
16198 and xmlEncodeEntitiesReentrant with the correct one :-\
16199
16200Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16201
16202 * commit of my internal XML base changes, quite a lot of
16203 changes, cleanups, better entities support, framework for
16204 new I/O and charset detection and handling
16205 * Fixed the configure/Makefile stuff to generate shared libs
16206 with the proper version info, so we jumped on rev from
16207 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
16208 xmlEncodeEntities() result need to be freed now, and a string
16209 xmlParserVersion provide the current library version.
16210
Raph Levien05240da1999-06-15 21:27:11 +000016211Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
16212
16213 * parser.c: fixed a buffer overrun for when you have a very long
16214 attribute with no entities in it.
16215
Daniel Veillardbb2da581999-06-13 14:37:07 +000016216Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16217
16218 * added example directory
16219 * added example/gjobs.xml gjobread.c, still need a Makefile.in
16220
Daniel Veillard011b63c1999-06-02 17:44:04 +000016221Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16222
16223 * Release of libxml-1.1, nearly everything has been touched for
16224 this.
16225 * Added more regression tests
16226 * Updated the documentation
16227
Daniel Veillard27d88741999-05-29 11:51:49 +000016228Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16229
16230 * tree.[ch]: unified the XML_NO_CORBA defines.
16231 * parser.c encoding.[ch]: started plugging in char encoding detection
16232
Manish Vachharajani5e60f5a1999-05-29 03:04:30 +000016233Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
16234
16235 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
16236 Also freed allocated buffer.
16237
Daniel Veillard27d88741999-05-29 11:51:49 +000016238Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard5099ae81999-04-21 20:12:07 +000016239 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
16240 reentrancy problem at printing. One is left in entities.c, to
16241 remove ASAP
16242 * testSAX.c : added a test example showing the use of the SAX
16243 interface if one doesn't want to build the DOM tree.
16244 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
16245
Daniel Veillard517752b1999-04-05 12:20:10 +000016246Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16247
16248 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
16249 large revamping of the parser to use SAX callbacks
16250 http://www.megginson.com/SAX/ (or at least a C like interface
16251 a la Expat). It's now possible to set up your own callbacks
16252 and the parser will not build a DOM tree.
16253 * test/* result/*: updated the test suite, I finally removed
16254 the old Namespace draft support (PI based).
16255
Daniel Veillard87c83bd1999-04-02 16:04:43 +000016256Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16257
16258 * Makefile.am: added test result to EXTRA_DIST for make tests
16259
Daniel Veillard64068b31999-03-24 20:42:16 +000016260Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16261
16262 * parser.c, parserInternals.h: moved the chars macro definitions
16263 to parserInternals.h
16264 * parser.c, error.c: applied patches from "Knut Ã…kesson"
16265 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
16266
Daniel Veillard012ccc11999-03-23 10:11:11 +000016267Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16268
16269 * xml-config.in : applied patch to make --version work
16270
Raja R Harinatha86c23e1999-03-05 22:14:01 +0000162711999-03-05 Raja R Harinath <harinath@cs.umn.edu>
16272
16273 * Makefile.am (check-local): Alias for `tests' target. This will
16274 cause `make check' to do the right thing.
16275 (tests): Don't run tests in srcdir. Also, replaced calls to
16276 basename with a `sed' "equivalent".
16277
Daniel Veillardd109e371999-03-05 06:26:45 +000016278Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16279
16280 * Renamed error.h to xml-error.h, corrected Makefile.am to list
16281 it in the header and not the sources, updated the doc.
16282 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
16283 pointing this out.
16284
Daniel Veillardbc50b591999-03-01 12:28:53 +000016285Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16286
16287 * parser.c, parser.h, parserInternals.h: memory leak hunting,
16288 exported the inputStream routines.
16289 * doc/html/* : updated accordingly
16290
Daniel Veillardd692aa41999-02-28 21:54:31 +000016291Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16292
16293 * parser.c, parser.h, parserInternals.h: added a few extra
16294 internal calls to allocate and free parser contexts ...
16295 * doc/html/* : updated accordingly
16296
Daniel Veillard55a99271999-02-25 11:01:29 +000016297Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16298
16299 * configure.in, Makefile.am, doc/makefile.am : General changes for
16300 1.0.0 release and including the generated HTML documentation.
16301
Daniel Veillard35925471999-02-25 08:46:07 +000016302Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16303
16304 * makefile.am : added parserInternals.h, oops.
16305
Daniel Veillard1e346af1999-02-22 10:33:01 +000016306Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16307
16308 * parserInternals.h: added this header giving access to the parser
16309 internal functions.
16310 * doc/Makefile.am : added a rebuild target which rebuilds the full
16311 set of documentations
16312 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
16313 the internal subset.
16314 * *.c *.h: modifications needed to generate the documentation using
16315 gtk-doc, cleanup of functions blocks, reorganisation of struct
16316 declarations.
16317
Daniel Veillard1164e751999-02-16 16:29:17 +000016318Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16319
16320 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
16321 the tar and spec file to include the beginning of the doc.
16322
Nuno Ferreira03d04781999-02-13 00:07:17 +0000163231999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
16324
16325 * doc/.cvsignore: Added this file.
16326
Daniel Veillard6800ef31999-02-08 18:33:22 +000016327Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16328
16329 * tree.c: fixed xmlGetProp to return "" when the attribute
16330 exists, even if the node-list is NULL.
16331
Daniel Veillard726c7e31999-02-08 15:13:10 +000016332Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16333
16334 * tree.c: patched an error outputting empty attribute values.
16335 * Makefile.am and doc/makefile.am: have been updated during the
16336 week-end. Sorry for an empty CVS log, I got a shell problem.
16337
Daniel Veillard1899e851999-02-01 12:18:54 +000016338Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16339
16340 * tree.h: cleaned up using enums instead of defines
16341 * parser.c, valid.[ch]: more work on parsing/output of element
16342 declarations
16343
Daniel Veillard3b9def11999-01-31 22:15:06 +000016344Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16345
16346 * valid.[ch], tree.c, parser.c : more work toward full parsing
16347 of XML DTDs.
16348 * README: added informations about mailing-list and on-line
16349 documentation
16350
Raja R Harinath7eb5c4f1999-01-27 23:01:51 +0000163511999-01-27 Raja R Harinath <harinath@cs.umn.edu>
16352
16353 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
16354
Daniel Veillard39a1f9a1999-01-17 19:11:59 +000016355Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16356
16357 * parser.c, tree.[ch] : more work toward conformance testing,
16358 added a last element to accelerate parsing of very flat structures
16359 started working on internal subset Element content declaration.
16360 * valid.[ch] : first cut at adding code toward validation.
16361 * previous changes had also small impact on most files, especially
16362 the conformance testing using James Clark test suite.
16363
Daniel Veillard3c2c2ce1999-01-17 13:48:01 +000016364Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16365
16366 * test/* : updated the examples, most of them were not well
16367 formed (humm), and added rdf2.
16368 * result/* : resulting changes in the output.
16369
Daniel Veillard7c92c0a1998-12-06 18:08:28 +000016370Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16371
16372 * tree.c: changed the behaviour of xmlGetProp on NULL values.
16373
Daniel Veillard44b3a061998-12-05 17:27:22 +000016374Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16375
16376 * tree.c: patched a bug in the generation of empty attributes
16377
Daniel Veillardbe36afe1998-11-27 06:39:50 +000016378Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16379
16380 * entities.[ch], tree.[ch], tester.c: added copy interfaces
16381 for node/trees/documents/... Biggest problem is namespace
16382 support when copying subtrees.
16383
Daniel Veillard8cc0d1f1998-11-16 01:04:26 +000016384Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16385
16386 * parser.c, entities.c: improve entities and char ref encoding,
16387 and cleanups of error messages.
16388
Daniel Veillard242590e1998-11-13 18:04:35 +000016389Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16390
16391 * parser.c, entities.c: simple bug hunting done during rpm2html and
16392 rpmfind integration.
16393
Daniel Veillard42dc9b31998-11-09 01:17:21 +000016394Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16395
16396 * parser.[ch]: Added interfaces allowing to specify a SAX
16397 handler before parsing.
16398
Daniel Veillarde3bffb91998-11-08 14:40:56 +000016399Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16400
16401 * parser.c: redirrect all errors reporting through the SAX
16402 error function
16403
Daniel Veillardda4d3c41998-11-04 20:07:05 +000016404Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16405
16406 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
16407 * libtool, tlmain ...: update of the libtool files
16408
Miguel de Icaza442321c1998-11-04 18:13:38 +0000164091998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
16410
16411 * entities.c: Use g_snprintf insteda of snprintf.
16412
Daniel Veillard0ba4d531998-11-01 19:34:31 +000016413Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16414
16415 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
16416 added ent5 test for this purpose.
16417 * parser.c, parser.h: formatting, comments and UTF-8 planning.
16418
Daniel Veillard27271681998-10-30 06:39:40 +000016419Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16420
16421 * parser.c: fixed? a strange error due to compression on a GWP
16422 document.
16423
Daniel Veillard25940b71998-10-29 05:51:30 +000016424Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16425
16426 * tree.[ch]: bug fixing
16427 * entities.[ch]: defined a specific type for predefined entities
16428 * doc/xml.html: more documentation on the library, how to use it,
16429 overview of the interfaces.
16430
Daniel Veillard16253641998-10-28 22:58:05 +000016431Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16432
16433 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
16434
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016435Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16436
Daniel Veillard10c6a8f1998-10-28 01:00:12 +000016437 * tree.c: corrected a small bug
16438 * doc/xml.html: continuing writing documentation.
16439
16440Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16441
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016442 * debugXML.h debugXML.c: added debugging utilities.
16443 * tester.c: added --debug switch.
16444 * tree.c: patched an incorrect node->type assignment.
16445 * parser.c: formatting, ensure that node->doc != NULL in attributes
16446
Daniel Veillardccb09631998-10-27 06:21:04 +000016447Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16448
16449 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
16450 entity support and provide an internal representation close to
16451 DOM one (entity ref nodes, and attribute value as tree). I tried
16452 to preserve the interface but this will surely break some apps
16453 (I have to change rpm2html/rpmfind for example). I had to change
16454 two interfaces, and the generated tree is somewhat different.
16455 * doc/* : started documenting the XML library, the tree and
16456 DOM/Corba. This is a first step.
16457
Daniel Veillard11e00581998-10-24 18:27:49 +000016458Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16459
16460 * parser.c: Set up the fonctions comment block, boring but useful.
16461 * parser.h, SAX.c, parser.c: now attributes are processed through
16462 the SAX interface. The problem is that my SAX interface diverged
16463 quite a bit from the original one, well this is not an official
16464 spec, and translating it from Java to C is hairy anyway...
16465
Daniel Veillard97b58771998-10-20 06:14:16 +000016466Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16467
16468 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
16469 fonctions comment block, boring but useful.
16470
16471Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard891e4041998-10-19 00:43:02 +000016472
16473 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
16474 conversion routines. However they are not yet used to convert the
16475 inputs. The core will run with UTF-8.
16476
Daniel Veillard33942841998-10-18 19:12:41 +000016477Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16478
16479 * tree.c : make sure that the type id is properly set-up when
16480 a new object is allocated, needed for DOM.
16481
Daniel Veillard27fb0751998-10-17 06:47:46 +000016482Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16483
16484 * tree.h, tree.c: Ok, the main objects in the tree will be native
16485 corba objects, it costs 8 bytes per Node, Attribute and Document
16486 but it simplifies the Corba integration a lot (no extra interface
16487 objects to allocate/free).
16488
Daniel Veillard0bef1311998-10-14 02:36:47 +000016489Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16490
16491 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
16492 and changed NODEs contants for conformity with DOM Level 1
16493
Daniel Veillard27864701998-10-08 03:47:24 +000016494Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16495
16496 * added hooks to keep track of servants when creating objects
16497 xmlDoc and xmlNode (for Corba export).
16498
Daniel Veillarda6e1d121998-10-04 14:41:05 +000016499Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16500
16501 * added xml-config script.
16502
Daniel Veillard7066a791998-10-01 20:28:28 +000016503Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16504
16505 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
16506 to autoupdate libtool and automake conf files.
16507
Miguel de Icaza60681bd1998-09-30 19:28:59 +0000165081998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
16509
16510 * Makefile.am: Use '?' to separate the sed
16511 commands as ',' is used when people pass -Wl,something.
16512
16513
Daniel Veillard15a8df41998-09-24 19:15:06 +000016514Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16515
16516 * tree.c, tree.h: added a per-document compression interface.
16517
Daniel Veillard151b1b01998-09-23 00:49:46 +000016518Tue Sep 22 20:47:38 EDT 1998
16519
16520 * tree.c, tree.h: added saving with compression and added interfaces
16521 to control the compression level (xmlGetCompressMode,
16522 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
16523
Daniel Veillard70120ff1998-09-22 00:24:21 +000016524Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16525
16526 * parser.c: corrected a loop for files of size 0
16527
Raja R Harinathd2e3abd1998-08-20 21:52:38 +0000165281998-08-20 Raja R Harinath <harinath@cs.umn.edu>
16529
16530 * error.h: New file. Contains prototyes from `error.c'.
16531
Tom Tromeyc19653d1998-08-14 01:22:43 +000016532Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
16533
16534 * Makefile.am (xmlincdir): New macro.
16535 (xmlinc_HEADERS): Renamed from include_HEADERS.
16536
Daniel Veillard845664d1998-08-13 04:43:19 +000016537Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16538
16539 * applied small patch on numeric entities from
16540 Christopher Blizzard <blizzard@appliedtheory.com>
16541
Daniel Veillard260a68f1998-08-13 03:39:55 +000016542Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16543
16544 * New release 0.2, removed the old xml_* files so that it's
16545 coherent with the other CVS base (W3C), far better conformance
16546 to standard, new namespaces, decent entities support, beginning
16547 of a SAX-like interface. Nearly nothing left intact, even the
16548 test examples ...
16549
Christopher Blizzarda36749e1998-07-30 21:47:18 +0000165501998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
16551
16552 * .cvsignore: Add .deps dir
16553
Daniel Veillardf8015fa1998-07-26 21:31:38 +000016554Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16555
16556 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
16557
Daniel Veillardfe926001998-07-26 04:28:20 +000016558Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016559
Daniel Veillardfe926001998-07-26 04:28:20 +000016560 * configure.in: added test for CPP
16561 * AUTHORS, Changelog: the original ones didn't get commited but the
16562 glib ones instead, fixed.
16563 * Makefile.am: corrected an error in library naming
Daniel Veillard01791d51998-07-24 19:24:09 +000016564
Daniel Veillardfe926001998-07-26 04:28:20 +000016565Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016566
Daniel Veillardfe926001998-07-26 04:28:20 +000016567 * integrated code developped at W3C
16568 * changed the original Copyright
16569 * migrated to automake
16570 * prefixed the filenames by xml_ to avoid filename clashes
Daniel Veillard01791d51998-07-24 19:24:09 +000016571