blob: a277707c1950cac5f260a221fd9e727e495336b7 [file] [log] [blame]
Daniel Veillard09628212003-03-25 15:10:27 +00001Tue Mar 25 16:07:00 CET 2003 Daniel Veillard <daniel@veillard.com>
2
3 * xmlschemastypes.c: removing a warning with Sun compiler
4 bug #109154
5
MST 2003 John Fleckda271742003-03-25 14:05:17 +00006Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
7
8 * doc/xmllint.xml
9 * doc/xmllint.1
10 update xmllint man page with --relaxng option
11
Daniel Veillard2032d292003-03-25 11:09:40 +000012Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
13
14 * python/setup.py.in : was missing "drv_libxml2.py"
15
Daniel Veillard9adc0462003-03-24 18:39:54 +000016Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
17
18 * tree.c xpath.c: some changes related to the new way of
19 handling Result Value Tree, before 2.5.5
20
Daniel Veillardd8da01c2003-03-24 15:58:23 +000021Mon Mar 24 16:36:23 CET 2003 Daniel Veillard <daniel@veillard.com>
22
23 * configure.in NEWS: preparing release 2.5.5
24 * doc/* : updated the documentation and regenerated it.
25
Daniel Veillardef0b4502003-03-24 13:57:34 +000026Mon Mar 24 14:56:01 CET 2003 Daniel Veillard <daniel@veillard.com>
27
28 * xpath.c: fixed some problems related to #75813 about handling
29 of Result Value Trees
30
Daniel Veillard9231ff92003-03-23 22:00:51 +000031Sun Mar 23 22:57:20 CET 2003 Daniel Veillard <daniel@veillard.com>
32
33 * uri.c: applied a set of patches from Lorenzo Viali correcting
34 URI parsing errors.
35
Daniel Veillard5f8d1a32003-03-23 21:02:00 +000036Sun Mar 23 22:00:14 CET 2003 Daniel Veillard <daniel@veillard.com>
37
38 * parser.c: validity status was not passed back when validating in
39 entities, but raised by Oliver Fischer
40
Daniel Veillard04ee2f22003-03-23 20:31:46 +000041Sun Mar 23 21:30:50 CET 2003 Daniel Veillard <daniel@veillard.com>
42
43 * HTMLtree.c: avoid escaping ',' in URIs
44
Daniel Veillardef8dd7b2003-03-23 12:02:56 +000045Sun Mar 23 12:57:00 CET 2003 Daniel Veillard <daniel@veillard.com>
46
47 * parser.c: fixing bug #108976 get the ID/REFs to reference
48 the ID in the document content and not in the entity copy
49 * SAX.c include/libxml/parser.h: more checking of the ID/REF
50 stuff, better solution for #107208
51 * xmlregexp.c: removed a direct printf, dohhh
52 * xmlreader.c: fixed a bug on streaming validation of empty
53 elements in entities
54 * result/VC/ElementValid8 test/VCM/v20.xml result/valid/xhtml1.xhtml:
55 cleanup of the validation tests
56 * test/valid/id* test/valid/dtds/destfoo.ent result/valid/id*:
57 added more ID/IDREF tests to the suite
58
Daniel Veillard2cfd9df2003-03-22 22:39:16 +000059Sat Mar 22 23:38:08 CET 2003 Daniel Veillard <daniel@veillard.com>
60
61 * xmlreader.c: fixed #107043 removing 2 warnings with Sun One
62 compiler.
63
Daniel Veillard20863822003-03-22 17:51:47 +000064Sat Mar 22 18:50:45 CET 2003 Daniel Veillard <daniel@veillard.com>
65
66 * relaxng.c: valgrind'ed and cleaned up a couple of memory issues.
67
Daniel Veillard9ff2d472003-03-22 15:18:01 +000068Sat Mar 22 16:15:50 CET 2003 Daniel Veillard <daniel@veillard.com>
69
70 * SAX.c: fix bug #107208 avoid false duplicates when ID/REFs are
71 defined in entities content
72
Daniel Veillard99737f52003-03-22 14:55:50 +000073Sat Mar 22 15:53:27 CET 2003 Daniel Veillard <daniel@veillard.com>
74
75 * SAX.c: Fixed validation bug #108858 on namespace names using
76 entities and reported by Brent Hendricks
77 * xmllint.c: report xmlTextReaderHasValue() result in --stream
78 --debug output.
79
Daniel Veillard48ef4c92003-03-22 12:38:15 +000080Sat Mar 22 13:32:39 CET 2003 Daniel Veillard <daniel@veillard.com>
81
82 * xmlreader.c: fixed bug #108801 reported by Malcolm Tredinnick
83 about the DocType node not being reported sometimes.
84 * python/tests/reader.py: added to test to the regression checks
85
Daniel Veillard120e8eb2003-03-22 01:00:34 +000086Sat Mar 22 01:57:40 CET 2003 Daniel Veillard <daniel@veillard.com>
87
88 * xmlreader.c: fixed bug #108546 on long CDATA (or text nodes)
89 reported by Edd Dumbill
90
Daniel Veillard77a90a72003-03-22 00:04:05 +000091Sat Mar 23 01:00:24 CET 2003 Daniel Veillard <daniel@veillard.com>
92
93 * HTMLparser.c parser.c parserInternals.c: patch from
94 johan@evenhuis.nl for #107937 fixing some line counting
95 problems, and some other cleanups.
96 * result/HTML/: this result in some line number changes
97
Daniel Veillard580ced82003-03-21 21:22:48 +000098Fri Mar 21 22:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
99
100 * configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec
101 instead of libxml.spec
102 * relaxng.c: fixed some of the error reporting excessive
103 verbosity
104 * catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c
105 xmlschemastypes.c: removed some warnings from gcc
106 * doc/libxml2-api.xml: rebuilt
107
Daniel Veillarde063f482003-03-21 16:53:17 +0000108Fri Mar 21 17:25:23 CET 2003 Daniel Veillard <daniel@veillard.com>
109
110 * relaxng.c: another optimization, for choice this time
111 * result/relaxng/spec1* result/relaxng/tutor12_1*
112 result/relaxng/tutor3_7: cleanups.
113
Daniel Veillard0e3d3ce2003-03-21 12:43:18 +0000114Fri Mar 21 13:41:23 CET 2003 Daniel Veillard <daniel@veillard.com>
115
116 * relaxng.c: fixed xmlRelaxNGNodeMatchesList
117 * test/relaxng/testsuite.xml: augmented the test suite
118 * result/relaxng/spec1* result/relaxng/tutor12_1*: this fixes
119 some schemas validation tests in the presence of foreign
120 namespaces.
121
Daniel Veillardbbb78b52003-03-21 01:24:45 +0000122Fri Mar 21 02:23:34 CET 2003 Daniel Veillard <daniel@veillard.com>
123
124 * relaxng.c: added another interleave speedup.
125
Daniel Veillardef2e4ec2003-03-20 16:23:26 +0000126Thu Mar 20 17:22:00 CET 2003 Daniel Veillard <daniel@veillard.com>
127
128 * xmlschemastypes.c: added integer and fixed one of the
129 IDREFS regression tests pbm
130 * result/relaxng/docbook_0.err: updated
131
Daniel Veillard249d7bb2003-03-19 21:02:29 +0000132Wed Mar 19 21:58:47 CET 2003 Daniel Veillard <daniel@veillard.com>
133
134 * valid.c xmlschemastypes.c: attempt to cope with ID/IDREF(S)
135 declared both in the DTD and in the Schemas <grin/>
136 * relaxng.c: more debug, added a big optimization for <mixed>
137 * test/relaxng/testsuite.xml: augmented the testsuite
138 * test/relaxng/ result/relaxng: added the RelaxNG spec and a
139 DocBook example to the regression tests
140
Daniel Veillard798024a2003-03-19 10:36:09 +0000141Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com>
142
143 * check-xsddata-test-suite.py: cosmetic change for output
144 * relaxng.c: try to minimize calls to malloc/free for states.
145
Daniel Veillarda1a9d042003-03-18 16:53:17 +0000146Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com>
147
148 * tree.c: removed a warning
149 * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES
150 support
151 * check-relaxng-test-suite.py check-xsddata-test-suite.py:
152 cleanup/improvements of the regression tests batch
153 * test/relaxng/testsuite.xml: augmented libxml2 own testsuite
154
Daniel Veillard28c52ab2003-03-18 11:39:17 +0000155Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com>
156
157 * relaxng.c: fixed error msg cleanup deallocation
158 * xmlschemastypes.c: added a function to handle lists of
159 atomic types, added support for IDREFS
160
Daniel Veillardc3da18a2003-03-18 00:31:04 +0000161Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
162
163 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID
164 and IDREF, usable from RelaxNG now
165 * include/libxml/xmlschemastypes.h: need to add a new interface
166 because the validation modifies the infoset
167 * test/relaxng/testsuite.xml: extended the testsuite
168
Daniel Veillard952379b2003-03-17 15:37:12 +0000169Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
170
171 * relaxng.c: fixed the last core RelaxNG bug known #107083,
172 shemas datatype ID/IDREF support still missing though.
173 * xmlreader.c: fix a crashing bug with prefix raised by
174 Merijn Broeren
175 * test/relaxng/testsuite.xml: augmented the testsuite with
176 complex inheritance tests
177
Daniel Veillardfd573f12003-03-16 17:52:32 +0000178Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
179
180 * relaxng.c: switched back to the previous Relax-NG code base,
181 the derivation algorithm need severe constraining code to avoid
182 combinatorial explosion. Fixed the problem with Sebastian Rahtz
183 TEI based example and other bugs
184 * result/relaxng/*err: updated the results
185 * test/relaxng/testsuite.xml: started a new test suite
186
Daniel Veillard1564e6e2003-03-15 21:30:25 +0000187Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
188
189 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
190 that the original RelaxNG validation code was un-fixeable, it got
191 rewritten to use the derivation algorithm from James Clark and
192 redebugged it (nearly) from scratch:
193 found 373 test schemas: 372 success 1 failures
194 found 529 test instances: 529 success 0 failures
195
Daniel Veillard39eb88b2003-03-11 11:21:28 +0000196Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
197
198 * SAX.c parser.c: fix some recursion problems introduced in the
199 last release.
200 * relaxng.c: more debugging of the RNG validation engine, still
201 problems though.
202
Daniel Veillard5add8682003-03-10 13:13:58 +0000203Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
204
205 * Makefile.am: stop generating wrong result file with * in name
206 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
207 * result/relaxng/demo* test/relaxng/demo: added the tests from
208 Sebastian reproducing the problem.
209
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +0000210Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
211
Daniel Veillard5add8682003-03-10 13:13:58 +0000212 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
213 up Aleksey's change
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +0000214
Aleksey Sanin693c9bc2003-03-09 22:36:52 +0000215Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
216
217 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
218 variable to control the indentation for the xmllint "--format"
219 option
220
Igor Zlatkovic47ba1c72003-03-08 13:29:42 +0000221Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
222
223 * encoding.c: applied Gennady's patch against buffer overrun
224
Daniel Veillard42f12e92003-03-07 18:32:59 +0000225Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
226
227 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
228 Clark it appeared I had bug in URI parsing code ...
229 * relaxng.c include/libxml/relaxng.h: completely revamped error
230 reporting to not loose message from optional parts.
231 * xmllint.c: added timing for RNG validation steps
232 * result/relaxng/*: updated the result, all error messages changed
233
Daniel Veillardedfd5882003-03-07 14:20:40 +0000234Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
235
236 * xpath.c: fix bug #107804, the algorithm used for document order
237 computation was failing on attributes.
238
Daniel Veillard83391282003-03-06 21:37:30 +0000239Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
240
241 * valid.c: fix bug #107764 , possibility of buffer overflow
242 in xmlValidDebug()
243
Daniel Veillard6c73cb82003-03-05 16:45:40 +0000244Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
245
246 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
247 from Philipp Dunkel
248
Daniel Veillard5f704af2003-03-05 10:01:43 +0000249Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
250
251 * xmlschemastype.c: made powten array static it should not be exported
252 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
253 parser function.
254 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
255
Daniel Veillard7b72ee52003-02-27 23:24:53 +0000256Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
257
258 * tree.c: fixed a node dump crash on attributes
259 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
260 an URI test bug and get better output.
261
Daniel Veillard463a5472003-02-27 21:30:32 +0000262Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
263
264 * check-xsddata-test-suite.py: give more infos
265 * relaxng.c: fix a bug reported by Sebastian Rahtz and
266 REF->DEF in attribute values.
267
Daniel Veillardeb7189f2003-02-27 20:11:13 +0000268Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
269
270 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
271 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
272 regression tests from James Clark.
273
Daniel Veillard8bc6cf92003-02-27 17:42:22 +0000274Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
275
276 * relaxng.c xmlschemas.c xmlschemastypes.c
277 include/libxml/xmlschemastypes.h: added param support for relaxng
278 type checking, started to increment the pool of simple types
279 registered, still much work to be done on simple types and
280 facets checkings.
281
Daniel Veillard19ab45b2003-02-26 15:49:03 +0000282Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
283
284 * entities.c: fixes again one of the problem raised by
285 James Clark in #106788
286
Daniel Veillardc482e262003-02-26 14:48:48 +0000287Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
288
289 * relaxng.c: Fixed a couple of problem raised by James Clark
290 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
291 datatype level still not fixed though.
292
Daniel Veillard17bed982003-02-24 20:11:43 +0000293Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
294
295 * configure.in: preparing release 2.5.4
296 * doc/*: updated and rebuilt the docs
297 * relaxng.c: removed warnings
298 * result/relaxng/*: updated the results
299
Daniel Veillardf4be0182003-02-24 19:54:33 +0000300Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
301
302 * valid.c: fixes a DTD regexp generation problem.
303
Daniel Veillard02111c12003-02-24 19:14:52 +0000304Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
305
306 * parser.c: fixes bug #105998 about false detection of
307 attribute consumption loop.
308
Daniel Veillard2406abd2003-02-24 18:16:47 +0000309Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
310
311 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
312
Daniel Veillardfcc822e2003-02-24 17:52:08 +0000313Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
314
315 * SAX.c: fixed bug #105992
316
Daniel Veillard3ebc7d42003-02-24 17:17:58 +0000317Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
318
319 * tree.c: fixed xmlSetProp and al. when the node passed is not an
320 element.
321 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
322 found 373 test schemas: 369 success 4 failures
323 found 529 test instances: 525 success 4 failures
324 * check-relaxng-test-suite.py: added memory debug reporting
325
Daniel Veillardc64b8e92003-02-24 11:47:13 +0000326Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
327
328 * uri.c parser.c: some warning removal on Igor's patch
329 * tree.c: seems I messed up with #106788 fix
330 * python/libxml.c: fixed some base problems when Python provides
331 the resolver.
332 * relaxng.c: fixed the interleave algorithm
333 found 373 test schemas: 364 success 9 failures
334 found 529 test instances: 525 success 4 failures
335 the resulting failures are bug in the algorithm from 7.3 and
336 lack of support for params
337
Daniel Veillard0046c0f2003-02-23 13:52:30 +0000338Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
339
340 * parser.c: another fix for nodeinfo in entities problem
341 * tree.c entities.c: fixed bug #106788 from James Clark
342 some spaces need to be serialized as character references.
343
Igor Zlatkovic40ed73b2003-02-23 13:40:12 +0000344Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
345
346 * parser.c uri.c: fixed the bug I introduced in the path
347 handling, reported by Sebastian Bergmann
348
Daniel Veillard44e1dd02003-02-21 23:23:28 +0000349Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
350
351 * parser.c: fixing some nodeinfo in entities problem raised
352 by Glenn W. Bach
353 * relaxng.c: implemented the first section 7.3 check
354 * result/relaxng/*: updated the results
355
Daniel Veillardc5312d72003-02-21 17:14:10 +0000356Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
357
358 * relaxng.c: fixed some problems in the previous commit
359 and finished implementing 4.16 rules checking
360 found 373 test schemas: 353 success 20 failures
361 found 529 test instances: 519 success 6 failures
362 * result/relaxng/*: updated the results
363
Daniel Veillard4c5cf702003-02-21 15:40:34 +0000364Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
365
366 * relaxng.c: implemented checks from section 7.2
367
Daniel Veillard77648bb2003-02-20 15:03:22 +0000368Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
369
370 * relaxng.c: implemented the checks from section 7.1, fixed
371 some of the 4.20 and 4.21 problems.
372 found 373 test schemas: 338 success 35 failures
373 found 529 test instances: 519 success 6 failures
374 * result/relaxng/*: updated the results
375
Daniel Veillard1c745ad2003-02-20 00:11:02 +0000376Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
377
378 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
379 * result/relaxng/*: updated the results
380
Daniel Veillardce14fa52003-02-19 17:32:48 +0000381Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
382
383 * relaxng.c: more bugfixes
384 * result/relaxng/*: updated the results
385
Igor Zlatkovic7e1d1582003-02-19 14:51:44 +0000386Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
387
388 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
389 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
390 * SAX.c: ensured xmlDoc.URL is always canonic
391 * parser.c: obsoleted xmlNormalizeWindowsPath
392 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
393 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
394 * win32/libxml2.def.src: added few exports
395
396
Daniel Veillard2e9b1652003-02-19 13:29:45 +0000397Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
398
399 * Makefile.am configure.in: patched to have shared libraries
400 for Python regression tests and static binaries for gdb debug
401 in my development environment
402 * relaxng.c: more bugfixes
403 found 373 test schemas: 296 success 77 failures
404 found 529 test instances: 516 success 8 failures
405 * result/relaxng/*: updated the results
406
Daniel Veillard8fe98712003-02-19 00:19:14 +0000407Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
408
409 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
410
Daniel Veillardd4310742003-02-18 21:12:46 +0000411Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
412
413 * xmlschemastypes.c: float/double check bugfix
414 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
415 validation
416 * xmlreader.c: add a TODO for Jody
417 * relaxng.c: bugfix bugfix bugfix
418 found 373 test schemas: 300 success 73 failures
419 found 529 test instances: 507 success 10 failures
420 * result/relaxng/*: updated the results
421
Daniel Veillard2df2de22003-02-17 23:34:33 +0000422Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
423
424 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
425
Daniel Veillard416589a2003-02-17 17:25:42 +0000426Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
427
428 * relaxng.c check-relaxng-test-suite.py: more work on the
429 RelaxNG implementation conformance testing.
430 found 373 test schemas: 284 success 89 failures
431 found 529 test instances: 448 success 47 failures
432 * result/relaxng/*: updated the results
433
Daniel Veillard784b9352003-02-16 15:50:27 +0000434Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
435
436 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
437 a patch from Kjartan Maraas to fix some typos
438
Daniel Veillardfebcca42003-02-16 15:44:18 +0000439Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
440
441 * relaxng.c: more bug-hunting
442 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
443 intermediate rng tree
444 * python/generator.py: patch from Stephane Bidoul to fix the generator
445 on python < 2.2
446
Daniel Veillardd2298792003-02-14 16:54:11 +0000447Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
448
449 * check-relaxng-test-suite.py relaxng.c: more testing on the
450 Relax-NG front, cleaning up the regression tests failures
451 current state and I forgot support for "mixed":
452 found 373 test schemas: 280 success 93 failures
453 found 529 test instances: 401 success 68 failures
454 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
455 moved the Name, NCName and QName validation routine in tree.c
456 * uri.c: fixed handling of URI ending up with #, i.e. having
457 an empty fragment ID.
458 * result/relaxng/*: updated the results
459
Daniel Veillard9a237c92003-02-13 15:52:58 +0000460Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
461
462 * check-xinclude-test-suite.py: improved the script accordingly
463 to the XInclude regression tests updates
464 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
465 November 2002
466 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
467 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
468 augmented the Xpointer testsuite for the element() scheme
469
Daniel Veillardf4b4f982003-02-13 11:02:08 +0000470Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
471
472 * relaxng.c: added TODO for the DTD compatibility spec
473 * xinclude.c: more bug fixes driven by the testsuite
474
Daniel Veillardd581b7e2003-02-11 18:03:05 +0000475Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
476
477 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
478 regression tests for XInclude, improved the script, improving
479 XInclude error reporting mechanism
480
Daniel Veillard1d788d22003-02-10 16:21:58 +0000481Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
482
483 * NEWS doc/* configure.in: preparing release 2.5.3
484
Daniel Veillardfd7ce5f2003-02-10 16:12:39 +0000485Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
486
487 * tree.c: trying to fix #104934 about some XHTML1 serialization
488 issues.
489
Daniel Veillard809faa52003-02-10 15:43:53 +0000490Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
491
492 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
493 encoding conversion when the input buffer stops in the
494 middle of a multibyte char
495
Daniel Veillard1703c5f2003-02-10 14:28:44 +0000496Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
497
498 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
499 * check-relaxng-test-suite.py: python script to run regression
500 against OASIS RelaxNG testsuite
501 * relaxng.c: some cleanup tweaks
502 * HTMLparser.c globals.c: cleanups in comments
503 * doc/libxml2-api.xml: updated the API
504 * result/relaxng/*: errors moved files, so large diffs but
505 no changes at the semantic level.
506
Daniel Veillard6aa2f602003-02-10 00:01:56 +0000507Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
508
509 * tree.c: fixing #105678 problem when dumping a namespace node.
510
Daniel Veillard591b4be2003-02-09 23:33:36 +0000511Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
512
513 * xpath.c: fixed doc comment problems
514 * python/generator.py python/libxml_wrap.h python/types.c: adding
515 RelaxNG wrappers
516 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
517 test of those early Python RelaxNG bindings
518
519Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
Daniel Veillard231d7912003-02-09 14:22:17 +0000520
521 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
522 * relaxng.c: found the validation problem I had with interleave
523 when not covering all remaining siblings
524 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
525 testsuite and check the RNG schemas against the RNG schemas
526 given in appendix A
527
Igor Zlatkovic6dacee62003-02-08 17:52:57 +0000528Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
529
530 * win32/Makefile.msvc: updates for RelaxNG
531 * win32/Makefile.mingw: updates for RelaxNG
532 * win32/libxml2.def.src: added RelaxNG exports
533
Daniel Veillard97fd5672003-02-07 13:01:54 +0000534Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
535
536 * xinclude.c: applied another bug fix from Sean Chittenden
537
Daniel Veillardef4d3bc2003-02-07 12:38:22 +0000538Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
539
540 * configure.in xmllint.c: I f...ed up the default configuration
541 of schemas and --relaxng option display in xmllint, pointed by
542 Morus Walter.
543 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
544 detection module, fixes bug #105374.
545
Daniel Veillardc5a70f22003-02-06 23:41:59 +0000546Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
547
548 * xmlschemastypes.c: added the boolean base type.
549
Daniel Veillard96a4b252003-02-06 08:22:32 +0000550Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
551
552 * xmlschemastypes.c: started implementing some of the missing
553 default simple types
554 * result/relaxng/*: updated the results
555
Daniel Veillard72fef162003-02-05 14:31:19 +0000556Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
557
558 * NEWS doc/*: updated the docs, ready for 2.5.2 release
559
Daniel Veillard71531f32003-02-05 13:19:53 +0000560Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
561
562 * HTMLparser.c tree.c xmlIO.c: comments cleanups
563 * Makefile.am: use xmllint for doing the RelaxNG tests
564 * configure.in: preparing 2.5.2 made schemas support default to
565 on instead of off
566 * relaxng.c: removed the verbosity
567 * xmllint.c: added --relaxng option
568 * python/generator.py python/libxml_wrap.h: prepared the integration
569 of the new RelaxNG module and schemas
570 * result/relaxng/*: less verbose output
571
Daniel Veillardec498e12003-02-05 11:01:50 +0000572Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
573
574 * valid.c: do not run content model validation if the
575 content is not determinist
576
Daniel Veillardde590ca2003-02-05 10:45:26 +0000577Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
578
579 * SAX.c: added the redefinition of namespaced attribute
580 check that was missing as Fabrice Desré pointed out.
581
Daniel Veillard930dfb62003-02-05 10:17:38 +0000582Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
583
584 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
585 improvements from Nick Kew, allowing to do more checking
586 to HTML elements and attributes.
587
Daniel Veillard4287c572003-02-04 22:48:53 +0000588Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
589
590 * xinclude.c: fixing bug #105137 about entities declaration
591 needing to be copied to the including document.
592
Daniel Veillard652d8a92003-02-04 19:28:49 +0000593Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
594
595 * catalog.c: fixed bug #104817 with delegateURI
596 * xpath.c: fixing bugs #104123 and #104125
597
Daniel Veillard0e298ad2003-02-04 16:14:33 +0000598Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
599
600 * configure.in valid.c xmlreader.c python/libxml_wrap.h
601 python/types.c: fixing #104096 to compile without regexps
602
Daniel Veillard57e79b32003-02-04 15:33:12 +0000603Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
604
605 * valid.c: fixing bug #103969 forgot to add an epsilon transition
606 when building the automata for elem*
607
Daniel Veillard358a9892003-02-04 15:22:32 +0000608Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
609
610 * HTMLparser.c: applied patch from Arne de Bruijn fixing
611 bug #103827
612
Daniel Veillardeb137172003-02-04 15:18:06 +0000613Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
614
615 * HTMLparser.c: updating a comment, fixing #103776
616
Daniel Veillard8d589042003-02-04 15:07:21 +0000617Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
618
619 * parser.c: fixing bug 105049 for validity checking of content
620 within recursive entities.
621
Daniel Veillarde5b110b2003-02-04 14:43:39 +0000622Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
623
624 * HTMLparser.c: try to fix # 105049
625 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
626 * tree.c: updated a function comment
627
Daniel Veillard419a7682003-02-03 23:22:49 +0000628Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
629
630 * relaxng: more work on grammars and refs/defs
631 * test/relaxng/* result/relaxng/*: augmented/updated the
632 regression tests
633
Daniel Veillard144fae12003-02-03 13:17:57 +0000634Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
635
636 * relaxng: more work on name classes, except support
637 * test/relaxng/* result/relaxng/*: augmented/updated the
638 regression tests
639
Daniel Veillard1ed7f362003-02-03 10:57:45 +0000640Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
641
642 * relaxng: more work on name classes, the "validate all" schemas
643 seems to work now.
644 * test/relaxng/* result/relaxng/*: augmented/updated the
645 regression tests
646
Daniel Veillard3b2e4e12003-02-03 08:52:58 +0000647Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
648
649 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
650 * parser.c: put a guard against infinite document depth, basically
651 trying to avoid another kind of DoS attack.
652 * relaxng.c: some code w.r.t. nameClasses
653
Daniel Veillardfc1a4502003-02-02 16:02:55 +0000654Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
655
656 * test/relaxng/* result/relaxng/*: check all the namespace support
657 was actually correct based on tutorial section 10.
658
Daniel Veillarde2a5a082003-02-02 14:35:17 +0000659Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
660
661 * relaxng: include seems to work okay now
662 * test/relaxng/* result/relaxng/*: augmented/updated the
663 regression tests
664
Daniel Veillarda9d912d2003-02-01 17:43:10 +0000665Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
666
667 * relaxng.c: a bit of work done in the train back.
668 * test/relaxng/*: added one of the include tests
669
Daniel Veillard154877e2003-01-30 12:17:05 +0000670Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
671
672 * relaxng: more work done in the train
673 * test/relaxng/* result/relaxng/*: augmented/updated the
674 regression tests
675
Daniel Veillarde431a272003-01-29 23:02:33 +0000676Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
677
678 * relaxng.c: debugging of externalRef
679 * test/relaxng/* result/relaxng/*: augmented/updated the
680 regression tests
681
Daniel Veillardd41f4f42003-01-29 21:07:52 +0000682Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
683
684 * relaxng.c: more work on Relax-NG, implementing externalRef
685 * test/relaxng/* result/relaxng/*: augmented/updated the
686 regression tests
687 * Makefile.am: cleanup to Relaxtests target
688
Daniel Veillardb08c9812003-01-28 23:09:49 +0000689Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
690
691 * relaxng.c: more work on Relax-NG, implementing interleave
692 * test/relaxng/* result/relaxng/*: augmented/updated the
693 regression tests
694
Daniel Veillard76fc5ed2003-01-28 20:58:15 +0000695Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
696
697 * relaxng.c: more work on Relax-NG, implementing interleave
698 * test/relaxng/* result/relaxng/*: augmented/updated the
699 regression tests
700
MST 2003 John Fleckda81d192003-01-27 14:35:56 +0000701Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
702
703 * doc/tutorial/customfo.xsl
704 * doc/tutorial/customhtml.xsl
705 adding stylesheet customizations used to generate fo
706 for pdf and html
707
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000708Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
709
710 * relaxng.c: more work on Relax-NG
711 * test/relaxng/* result/relaxng/*: augmented/updated the
712 regression tests
713 * xmlschemastypes.c: added a number of base type definition but not
714 the associated checks, those are still TODOs
715
MST 2003 John Fleck731967e2003-01-27 00:39:50 +0000716Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
717
718 in docs/tutorial:
719 * apa.html
720 * apb.html
721 * apc.html
722 * apd.html
723 * ape.html
724 * apf.html
725 * apg.html
726 * ar01s02.html
727 * ar01s03.html
728 * ar01s04.html
729 * ar01s05.html
730 * ar01s06.html
731 * ar01s07.html
732 * ar01s08.html
733 * index.html
734 * xmltutorial.pdf
735 * xmltutorial.xml
736 add index to tutorial
737
MST 2003 John Fleck937362d2003-01-27 00:04:32 +0000738Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
739
740 * doc/xmlcatalog.1
741 * doc/xmlcatalog_man.html
742 * doc/xmlcatalog_man.xml
743 belatedly fixing bug #93622 (adds rewriteURI type to
744 "--add" option in xmlcatalog man page
745
Daniel Veillard3be27512003-01-26 19:49:04 +0000746Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
747
Daniel Veillardc6e997c2003-01-27 12:35:42 +0000748 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
Daniel Veillard3be27512003-01-26 19:49:04 +0000749 Julio Merino, closing #104475
750
Daniel Veillardea3f3982003-01-26 19:45:18 +0000751Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
752
753 * relaxng.c: more work on Relax-NG
754 * test/relaxng/* result/relaxng/*: augmented/updated the
755 regression tests
756
Daniel Veillardedc91922003-01-26 00:52:04 +0000757Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
758
759 * relaxng.c: more work on Relax-NG
760 * test/relaxng/* result/relaxng/*: augmented/updated the
761 regression tests
762
Daniel Veillarddd1655c2003-01-25 18:01:32 +0000763Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
764
765 * README: updated the policy on private mail answers
766 * relaxng.c: more work on Relax-NG
767 * test/relaxng/* result/relaxng/*: augmented/updated the
768 regression tests
769
Daniel Veillard7424eb62003-01-24 14:14:52 +0000770Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
771
772 * error.c parser.c tree.c: applied a documentation patch from
773 Stefan Kost
774
Daniel Veillard276be4a2003-01-24 01:03:34 +0000775Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
776
777 * relaxng.c: more work on Relax-NG
778 * doc/*: regenerated the docs
779 * test/relaxng/* result/relaxng/*: updated and augmented the
780 Relax-NG regression tests and results
781
Daniel Veillard6eadf632003-01-23 18:29:16 +0000782Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
783
784 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
785 First commit of the new Relax-NG validation code, not generally
786 useful yet.
787 * test/relaxng/* result/relaxng/*: current state of the regression
788 tests
789
Daniel Veillard814a76d2003-01-23 18:24:20 +0000790Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
791
792 * tree.c: minimized the memory allocated for GetContent
793 and a bit of cleanup.
794
Daniel Veillardff12c492003-01-23 16:42:55 +0000795Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
796
797 * python/generator.py: seems there is no good reasons to
798 not generate bindings for XPointer
799
Daniel Veillard540a31a2003-01-21 11:21:07 +0000800Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
801
802 * xmlreader.c doc/apibuild.py: applied a new patch from
803 Stéphane Bidoul for cleanups
804 * doc/libxml2-api.xml: rebuilt the API description with
805 new entry points
806
Daniel Veillard417be3a2003-01-20 21:26:34 +0000807Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
808
809 * xmlreader.c python/drv_libxml2.py python/generator.py
810 python/libxml.c python/libxml.py python/libxml_wrap.h
811 python/types.c: patch from Stéphane Bidoul for better per
812 context error message APIs
813 * python/tests/ctxterror.py python/tests/readererr.py:
814 update of the tests
815
MST 2003 John Fleck97ddfc02003-01-20 00:09:57 +0000816Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
817
818 * doc/guidelines.html
819 grammar and spelling cleanup
820
Daniel Veillard26f70262003-01-16 22:45:08 +0000821Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
822
823 * xmlreader.c include/libxml/xmlreader.h python/generator.py
824 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
825 a patch from Stéphane Bidoul to allow per XMLtextReader error
826 and warning handling
827 * python/tests/Makefile.am python/tests/readererr.py: adding the
828 specific regression test
829
Daniel Veillard71f9d732003-01-14 16:07:16 +0000830Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
831
832 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
833 should raise a syntax error
834
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000835Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
836
837 * python/libxml.c: cleanup patch from Stéphane Bidoul
838
Daniel Veillard81601f92003-01-14 13:42:37 +0000839Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
840
841 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
842
Daniel Veillarde6227e02003-01-14 11:42:39 +0000843Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
844
845 * python/generator.py python/libxml.c python/libxml.py
846 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillarde4a07e72003-01-14 14:40:25 +0000847 from Stéphane Bidoul to provide per parser error handlers at the
Daniel Veillarde6227e02003-01-14 11:42:39 +0000848 Python level.
849 * python/tests/Makefile.am python/tests/ctxterror.py: added a
850 regression test for it.
851
Daniel Veillard4dbe77a2003-01-14 00:17:42 +0000852Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
853
854 * xmlreader.c: fixed the streaming property of the reader,
855 it was generating tree faster than consuming it. Pointed out
856 by Nate Myers
857 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
858
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000859Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
860
Igor Zlatkovicd31876c2003-01-12 21:43:13 +0000861 * win32/libxml2.def.src: added more xmlreader and other exports
Igor Zlatkovic9df24742003-01-12 21:15:55 +0000862
Daniel Veillard8e7e1c02003-01-10 17:06:09 +0000863Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
864
865 * xpath.c: fix to the XPath implementation for parent and
866 ancestors axis when operating on a Result Value Tree.
867 Fixes bug #100271
868
Daniel Veillardcacbe5d2003-01-10 16:09:51 +0000869Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
870
871 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
872 to fix some URI/file escaping problems
873
Daniel Veillard3b87b6b2003-01-10 15:21:50 +0000874Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
875
876 * python/generator.py: fixed a bug raised by Raymond Wiker,
877 docSetRootElement() should not raise an exception if the
878 return is None
879
Daniel Veillard3e20a292003-01-10 13:14:40 +0000880Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
881
882 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
883 fixed bug #102181 by applying the suggested change and fixing
884 the generation/registration problem.
885
Daniel Veillarde55e8e42003-01-10 12:50:02 +0000886Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
887
888 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
889 routines.
890
Daniel Veillard8f872442003-01-09 23:19:02 +0000891Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
892
893 * parser.c: one more IsEmptyElement crazyness, that time in
894 external parsed entities if substitution is asked.
895 * python/tests/reader3.py: added a specific test.
896
Daniel Veillarde329fc22003-01-09 21:36:42 +0000897Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
898
899 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
900 support and improved error handler registration
901
Daniel Veillard5ecaf7f2003-01-09 13:19:33 +0000902Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
903
904 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
905 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
906 * README: fixed a link
907
Daniel Veillarde2830f12003-01-08 17:47:49 +0000908Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
909
910 * configure.in doc/* NEWS: preparing 2.5.1 release
911 * SAX.c parser.c: fixing XmlTextReader bug
912
Daniel Veillard8bf70b92003-01-07 23:14:24 +0000913Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
914
915 * SAX.c: fuck, I introduced a memory leak on external parsed
916 entities in 2.5.0 :-(
917
Daniel Veillard56ada1d2003-01-07 11:17:25 +0000918Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
919
920 * xmllint.c: another fix needed as pointed by Christophe Merlet
921 for --stream --debug if compiled without debug support.
922
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +0000923Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
924
925 * doc/xmllint.xml
Daniel Veillard56ada1d2003-01-07 11:17:25 +0000926 * doc/xmllint.1:
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +0000927 update man page with --stream and --chkregister
928
Daniel Veillard8326e732003-01-07 00:19:07 +0000929Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
930
931 * globals.c: fixed --with-threads compile
932 * xmllint.c: fixed --without-debug compile
933 * include/libxml/globals.h: cleanup
934 * include/libxml/schemasInternals.h: add a missing include
935
Daniel Veillard7b4b2f92003-01-06 13:11:20 +0000936Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
937
938 * configure.in NEWS: preparing 2.5.0 release
939 * SAX.c: only warn in pedantic mode about namespace name
940 brokeness
941 * globals.c: fix a doc generation problem
942 * uri.c: fix #101520
943 * doc/*: updated and rebuilt the doc for the release, includuding
944 stylesheet update
945 * python/Makefile.am: fix a filename bug
946
947Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
948
949 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
950 should not be called.
951
952Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
953
954 * libxml-2.0.pc.in: applied the patch to fix #101894
955
956Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
957
958 * tree.c : applied patch from Lukas Schroeder for register callbacks
959 * valid.c: modified patch from Lukas Schroeder to test
960 register callbacks with --chkregister
961
962Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
963
964 * xmlreader.c: seriously changed the way data are pushed to
965 the underlying parser, go by block of 512 bytes instead of
966 tryng to detect tag boundaries at that level. Changed the
967 way empty element are detected and tagged.
968 * python/tests/reader.py python/tests/reader2.py
969 python/tests/reader3.py: small changes mostly due to context
970 reporting being different and DTD node being reported. Some
971 errors previously undetected are now caught and fixed.
972 * doc/xmlreader.html: flagged last section as TODO
973
974Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
975
976 * python/libxml.py: integrated the Python 2.2 optimizations
977 from Hannu Krosing, while maintaining compatibility with
978 1.5 and 2.1
979
980Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
981
982 * xmllint.c: a bit of cleanup
983 * xmlreader.c: small fix
984 * doc/xmlreader.html: more work on the XmlTextReader tutorial
985 * python/libxml.py: a few fixes pointed out by Hannu Krosing
986
987Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
988
989 * python/setup.py.in: patch from Stéphane Bidoul to include
990 drv_libxml2.py in setup.py
991
992Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
993
994 * doc/xmlreader.html: starting documenting the new XmlTextReader
995 interface.
996
997Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
998
999 * xmllint.c: added the --stream flag to use the TextReader API
1000 * xmlreader.c: small performance tweak
1001
1002Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1003
1004 * xmlreader.c python/tests/reader2py: okay the DTD validation
1005 code on top of the XMLTextParser API should be solid now.
1006
1007Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
1008
1009 * xmlreader.c python/tests/reader2py: Fixing some more mess
1010 with validation and recursive entities while using the
1011 reader interface, it's getting a bit messy...
1012
1013Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1014
1015 * xmlreader.c python/tests/reader.py: another couple of problem
1016 related to IsEmptyElement reported by Stéphane Bidoul needed
1017 some fixes.
1018
1019Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1020
1021 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
1022 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
1023 based on the python XmlTextReader interface.
1024
1025Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
1026
1027 * tree.c: backing out one change in the last patch which broke the
1028 regression tests
1029
1030Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
1031
1032 * global.data globals.c tree.c include/libxml/globals.h: applied
1033 an old patch from Lukas Schroeder to track node creation and
1034 destruction. Probably missing a lot of references at the moment
1035 and not usable reliably.
1036
1037Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1038
1039 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
1040 from doc/news.html and a stylesheet
1041
1042Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
1043
1044 * xmlreader.c python/tests/reader.py: fixed another couple of
1045 xmlreader bugs reported by Stéphane Bidoul and added tests.
1046
1047Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1048
1049 * xmlreader.c python/tests/reader2.py: fixed another validity
1050 checking in external parsed entities raised by Stéphane Bidoul
1051 and added a specific regression test.
1052 * python/tests/reader3.py: cleanup
1053
1054Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1055
1056 * xmlreader.c python/tests/reader2.py: fixed a problem with
1057 validation within entities pointed by Stéphane Bidoul, augmented
1058 the tests to catch those.
1059
1060Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
1061
1062 * python/generator.py: modified the generator to allow keeping
1063 class references when creating new classes, needed to fix a bug
1064 pointed by Stéphane Bidoul where the input buffer of the
1065 xmlTextReader instance gets destroyed if the python wrapper for
1066 the input is not referenced anymore.
1067
1068Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
1069
1070 * xmlreader.c python/tests/reader.py: fixed another pair of problem
1071 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
1072
1073Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1074
1075 * xmlreader.c python/tests/reader.py: fixed another problem
1076 pointed by Stéphane Bidoul
1077
1078Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1079
1080 * xmlreader.c python/tests/reader.py: fixed a limit case problem
1081 with "<a/>"
1082
1083Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1084
1085 * SAX.c: warn on xmlns:prefix="foo"
1086 * xmlreader.c python/tests/reader.py: fixed a couple of problem
1087 for namespace attributes handling.
1088
1089Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1090
1091 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
1092 a really nasty problem raised by a DocBook XSLT transform
1093 provided by Sebastian Bergmann
1094
1095Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
1096
1097 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
1098 by Stéphane Bidoul and integrated it into the tests
1099
1100Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
1101
1102 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
1103 extended the XmlTextReader API a bit, addding accessors for
1104 the current doc and node, and an entity substitution mode for
1105 the parser.
1106 * python/libxml.py python/libxml2class.txt: related updates
1107 * python/tests/Makefile.am python/tests/reader.py
1108 python/tests/reader2.py python/tests/reader3.py: updated a bit
1109 the old tests and added a new one to test the entities handling
1110
1111Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
1112
1113 * python/generator.py python/libxml2class.txt
1114 python/tests/reader.py python/tests/reader2.py: changed the
1115 generator to provide casing for the XmlTextReader similar to
1116 C# so that examples and documentation are more directly transposable.
1117 Fixed the couple of tests in the suite.
1118
1119Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
1120
1121 * doc/guidelines.html: added a document on guildeline for
1122 publishing and deploying XML
1123
1124Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1125
1126 * valid.c xmlreader.c: final touch running DTD validation
1127 on the XmlTextReader
1128 * python/tests/Makefile.am python/tests/reader2.py: added a
1129 specific run based on the examples from test/valid/*.xml
1130
1131Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
1132
1133 * python/libxml.py: added a few predefined xmlTextReader parser
1134 configuration values.
1135
1136Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1137
1138 * python/libxml_wrap.h: trying to fix #102037
1139
1140Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1141
1142 * SAX.c: fixing bug #95296, when the predefined entities
1143 are redefined in the DTD the default one must be used
1144 instead anyway.
1145
1146Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
1147
1148 * doc/xmllint.xml
1149 * doc/xmllint.1
1150 Add discussion of XML_DEBUG_CATALOG to xmllint man
1151 page - bug #100907
1152
1153
1154Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1155
1156 * xmlreader.c: Fixed the empty node detection to avoid reporting
1157 an inexistant close tag.
1158
1159Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1160
1161 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
1162 for Python 2.1
1163
1164Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1165
1166 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
1167
1168Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1169
1170 * doc/libxml2-api.xml python/tests/reader.py: one really need
1171 to provide the base URI information when creating a reader parser
1172 from an input stream. Updated the API and the example using it.
1173
1174Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
1175
1176 * testReader.c xmlreader.c valid.c include/libxml/tree.h
1177 include/libxml/valid.h include/libxml/xmlreader.h: working on
1178 DTD validation on top of xml reader interfaces. Allows to
1179 validate arbitrary large instances. This required some extensions
1180 to the valid module interface and augmenting the size of xmlID
1181 and xmlRef structs a bit.
1182 * uri.c xmlregexp.c: simple cleanup.
1183
1184Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1185
1186 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
1187 work on the xml reader interfaces.
1188 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
1189 Web page for the Windows binaries.
1190
1191Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1192
1193 * xmlIO.c: applied a patch for VMS following the report by
1194 Nigel Hall
1195
1196Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
1197
1198 * parser.c: the parseStartTag bug fix wasn't complete.
1199
1200Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
1201
1202 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
1203 parseStartTag, fixing it.
1204 * test/att4 result/att4 result/noent/att4: adding the test
1205 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
1206 more methods to XmlTextReader.
1207
1208Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1209
1210 * win32/libxml2.def.src: added more xml reader exports
1211 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
1212 to the build
1213
1214Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
1215
1216 * doc/tutorial/xmltutorial.xml
1217 plus generated html and pdf
1218 Updating tutorial again based on further comments from Niraj
1219 Tolia on the last iteration
1220
1221Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
1222
1223 * doc/tutorial/xmltutorial.xml
1224 * doc/tutorial/includekeyword.c
1225 * doc/tutorial/includegetattribute.c
1226 plus generated html and pdf
1227 Adding fix from Niraj Tolia to tutorial to properly free memory.
1228
1229
1230Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1231
1232 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
1233 more methods of XmlTextReader.
1234 * python/libxml2class.txt python/tests/reader.py: this increased the
1235 methods in the bndings, augmented the test to check those new
1236 functions.
1237
1238Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1239
1240 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
1241 methods of XmlTextReader.
1242 * python/generator.py python/libxml_wrap.h python/types.c
1243 python/libxml2class.txt: added the reader to the Python bindings
1244 * python/tests/Makefile.am python/tests/reader.py: added a specific
1245 test for the Python bindings of the Reader APIs
1246 * parser.c: small cleanup.
1247
1248Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1249
1250 * xinclude.c: fallback was only copying the first child not the
1251 full child list of the fallback element, closes #89684 as reopened
1252 by Bernd Kuemmerlen
1253
1254Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1255
1256 * win32/libxml2.def.src: exported htmlNodeDumpOutput
1257
1258Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
1259
1260 * configure.in: preparing release of 2.4.30
1261 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
1262 gives enum values, fix functype return type, put back fields in
1263 structs
1264 * doc/*: updated the docs rebuilt
1265
1266Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1267
1268 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
1269 about htmlNodeDumpOutput location.
1270 * xpath.c: removed an undefined function signature
1271 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
1272 too many symbols in the API breaking the python bindings.
1273 Updated with the libxslt/libexslt changes.
1274
1275Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1276
1277 * configure.in: preparing release of 2.4.29
1278 * doc/*: rebuilt the docs and API
1279 * xmlreader.c: a few more fixes for the XmlTextReader API
1280
1281Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1282
1283 * include/win32config.h: applied mingw patch from Magnus Henoch
1284
1285Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
1286
1287 * catalog.c doc/libxml2-api.xml: a bit more cleanup
1288
1289Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1290
1291 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
1292 building Python script, does the C parsing directly, generates
1293 a better API description including structure fieds defs and
1294 enums. Still a couple of bugs, but good enough for the python
1295 wrappers now.
1296 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
1297 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
1298 include/libxml/schemasInternals.h include/libxml/tree.h: more
1299 cleanup based on the python analysis script reports.
1300 * libxml.spec.in: make sure the API XML description is part of the
1301 devel package.
1302
1303Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
1304
1305 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
1306 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
1307 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
1308 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
1309 code cleanup, especially the function comments.
1310 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
1311
1312Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1313
1314 * Makefile.am xmlreader.c include/libxml/Makefile.am
1315 include/libxml/xmlreader.h: Adding a new set of APIs based on
1316 the C# TextXmlReader API but converted to C. Allow to parse
1317 in constant memory usage, far simpler to program and explain
1318 than the SAX like APIs, unfinished but working.
1319 * testReader.c: test program
1320
1321Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1322
1323 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
1324
1325Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
1326
1327 * tree.c: Chip turner indicated that XHTML1 serialization
1328 rule for style actually break on both IE and Mozilla,
1329 try to avoid the rule if escaping ain't necessary
1330
1331Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
1332
1333 * nanhttp.c: handle HTTP URL escaping, problem reported by
1334 Glen Nakamura and Stefano Zacchiroli
1335
1336Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
1337
1338 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
1339
1340Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1341
1342 * uri.c: Johann Richard pointed out some XPointer problems for
1343 URN based URI references in XInclude. Modified the URI parsing
1344 and saving routines to allow correct parsing and saving of
1345 XPointers, especially when attached to "opaque" scheme accordingly
1346 to RFC 2396
1347
1348Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
1349
1350 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
1351 of refactoring to the HTML saving code.
1352 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
1353 in the doc.
1354
1355Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
1356
1357 * tree.c include/libxml/tree.h: refactored the XML dump of a node
1358 to a buffer API to reuse the generic dump to an OutputIO layer,
1359 this reduces code, fixes xmlNodeDump() for XHTML, also made
1360 xmlNodeDump() now return the number of byte written.
1361
1362Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
1363
1364 * python/setup.py.in: another patch from Stéphane Bidoul for
1365 Python bindings on Windows
1366 * doc/parsedecl.py: small cleanup
1367
1368Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
1369
1370 * libxml.spec.in configure.in: add a line in %changelog for releases
1371
1372Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
1373
1374 * parser.c: patch from Marcus Clarke fixing a problem in entities
1375 parsing that was detected in KDe documentations environment.
1376
1377Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1378
1379 * python/libxml.c (libxml_prev): Return the previous as opposed to
1380 the next node (I guess this is the result of some cut & paste programming:)
1381
1382Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1383
1384 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
1385
1386Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
1387
1388 * python/generator.py python/libxml.c python/setup.py.in: trying
1389 to fix the Python bindings build on Windows (Stéphane Bidoul)
1390
1391Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1392
1393 * win32/configure.js: added option for python bindings
1394 * win32/libxml2.def.src: added more exports
1395
1396Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1397
1398 * win32/Makefile.mingw: fixed unresolved symbols when linking with
1399 pthreads
1400 * win32/wince/*: applied updates to Windows CE port from Javier
1401
1402Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1403
1404 * configure.in: preparing 2.4.28
1405 * libxml.spec.in doc/Makefile.am: some cleanup
1406 * doc/*: updated the news and regenerated.
1407
1408Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
1409
1410 * HTMLparser.c: final touch at closing #87235 </p> end tags
1411 need to be generated.
1412 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
1413 this change slightly the output of a few tests
1414 * doc/*: regenerated
1415
1416Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
1417
1418 * parserInternals.c: fixing bug #99190 when UTF8 document are
1419 parsed using the progressive parser and the end of the chunk
1420 is in the middle of an UTF8 multibyte character.
1421
1422Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
1423
1424 * threads.c: fixed initialization problem in xmlNewGlobalState
1425 which was causing crash.
1426 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
1427 in xmlInitializeGlobalState.
1428 * parserInternals.c: cleaned up ctxt->sax initialisation.
1429
1430Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1431
1432 * tree.c include/libxml/tree.h: modified the existing APIs
1433 to handle XHTML1 serialization rules automatically, also add
1434 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
1435 libxslt serialization uses it when needed without changing
1436 the library API.
1437 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
1438 result/xhtml1: added a new test specifically for xhtml1 output
1439 and updated the result of one XHTML1 test
1440
1441Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
1442
1443 * xinclude.c parserInternals.c encoding.c: fixed #99082
1444 for xi:include encoding="..." support on text includes.
1445 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
1446 test/XInclude/ents/isolatin.txt : added a specific regression test
1447 * python/generator.py python/libxml2class.txt: fixed the generator
1448 the new set of comments generated for doc/libxml2-api.xml were
1449 breaking the python generation.
1450
1451Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
1452
1453 * doc/Makefile.am: repair some problem if gtk-doc fail or such
1454 * configure.in: patch for Solaris on new autoconf closes #98880
1455 * doc/parsedecl.py: repair the frigging API building script,
1456 did I say that python xmllib sucks ?
1457 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
1458 and some comment are no more truncated.
1459
1460Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
1461
1462 * parser.c: Martin Stoilov pointed out a potential leak in
1463 xmlCreateMemoryParserCtxt
1464
1465Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
1466
1467 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
1468 included in HTML documents and using the push parser.
1469
1470Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
1471
1472 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
1473 specified, look for the Python interpreter not just in the
1474 specified root but also in the specified location. Fixes #98825
1475
1476Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
1477
1478 * python/libxml.c: fixing bug #98792 , node may have no doc
1479 and dereferencing without checking ain't good ...
1480
1481Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
1482
1483 * configure.in: preparing release 2.4.27
1484 * doc/* : updated and rebuilt the docs
1485 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
1486 and all the docs are actually packaged and in the final RPMs
1487 * parser.c parserInternals.c include/libxml/parser.h: restore
1488 xmllint --recover feature.
1489
1490Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
1491
Daniel Veillard784b9352003-02-16 15:50:27 +00001492 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001493 processing of parsed entities, and XPath computation on sustitued
1494 entities.
1495 * testXPath.c: make sure entities are substitued.
1496
1497Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
1498
Daniel Veillard784b9352003-02-16 15:50:27 +00001499 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001500 processing of internal parsed entities, which had to be changed.
1501
1502Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1503
1504 * Makefile.am python/Makefile.am python/tests/Makefile.am:
1505 trying to fix bug #98517 about building outside the source tree
1506 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
1507
1508Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1509
1510 * include/win32config.h: cleanup
1511 * win32/Makefile.mingw: integrated mingw in JScript configure
1512 * win32/Makefile.msvc: modified to allow mingw coexistence
1513 * win32/configure.js: integrated mingw
1514 * win32/Readme.txt: cleanup
1515
1516Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
1517
1518 * HTMLparser.c: strengthen the guard in the Pop macros,
1519 like in the XML parser, closes bug #97315
1520
1521Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
1522
1523 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
1524 callback is never used.
1525
1526Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1527
1528 * parserInternals.c: fixed the initialization of the SAX structure
1529 which was breaking xsltproc
1530 * xpath.c: patch from Petr Pajas for CDATA nodes
1531 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
1532 * parser.c include/libxml/parser.h: patch from Peter Jones
1533 removing a leak in xmlSAXParseMemory() and adding the
1534 function xmlSAXParseMemoryWithData()
1535
1536Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
1537
1538 adding pdf of tutorial, changing web page to link to it
1539 * doc/tutorial/xmltutorial.pdf
1540 * doc/xml.html
1541 * doc/docs.html
1542
1543Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
1544
1545 * doc/tutorial/ar01s08.html
1546 adding file what I forgot for tutorial
1547
1548
1549Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
1550
1551 Adding encoding discussion to tutorial
1552 Added:
1553 * doc/tutorial/images/*.png: DocBook admonition image files
1554 * doc/tutorial/apf.html, apg.html: new generated html
1555 * doc/tutorial/includeconvert.c: conversion code entity file
1556 changed:
1557 * doc/tutorial/xmltutorial.xml: DocBook original
1558 * doc/tutorial/*.html: generated html
1559
1560Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1561
1562 * include/libxml/*.h: retired xmlwin32version.h
1563 * doc/Makefile.am: retired xmlwin32version.h
1564 * win32/configure.js: retired xmlwin32version.h
1565
1566Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1567
1568 * win32/libxml2.def.src: exported additional symbols
1569 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
1570 sisterhood
1571
1572Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
1573
1574 * globals.c: fixed a typo pointed out by Igor
1575 * xpath.c: try to speed up node compare using line numbers
1576 if available.
1577
1578Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1579
1580 * tree.c: make xmlFreeNode() handle attributes correctly.
1581
1582Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1583
1584 * catalog.c: completed the #96963 fix, as reported by Karl
1585 Eichwalder
1586
1587Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1588
1589 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
1590
1591Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1592
1593 * Makefile.am: switched the order of a couple of includes
1594 to fix bugs #97100
1595
1596Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1597
1598 * catalog.c: fixed bug #96963, reverted to the old behaviour of
1599 xmlLoadCatalogs that used to separate directories with a ':'.
1600
1601Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1602
1603 * threads.c: improvements to the Windows-side of thread handling
1604 * testThreads.c: conditionally excluded unistd.h
1605 * testThradsWin32.c: broke overlong lines
1606 * include/win32config.h: adapted thread-related macros to the new
1607 scheme and for pthreads on Windows
1608 * win32/Makefile.msvc: introduced a more flexible thread build,
1609 added testThreads[Win32].c to the build
1610 * win32/configure.js: introduced a more flexible thread config
1611
16122002-10-31 John Fleck <jfleck@inkstain.net>
1613
1614 * doc/xml.html (and, by implication, FAQ.html)
1615 added UTF-8 conversaion FAQ from Marcus Labib Iskander
1616
1617Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1618
1619 * configure.in: removed xmlwin32version.h
1620 * include/libxml/Makefile.am: removed xmlwin32version.h
1621
1622Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
1623
1624 * tree.c: applied patch from Brian Stafford to fix a bug
1625 in xmlReconciliateNs()
1626
1627Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1628
1629 * tree.c: applied patch from Christian Glahn to allow
1630 xmlNewChild() on document fragment nodes
1631
1632Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
1633
1634 * parser.c: Christian Glahn found a problem with a recent
1635 patch to xmlParseBalancedChunkMemoryRecover()
1636 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
1637 problems
1638 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
1639 test/schemas/seq*: added the test cases from Charles
1640
1641Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1642
1643 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
1644 serious cleanup of the spec file and associated changes
1645 in the Makefiles.
1646 * valid.c: try to remove some warnings on x86_64
1647
1648Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1649
1650 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
1651 fix bug #96586
1652
1653Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1654
1655 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
1656 parsing, applied his patch
1657 * result/HTML/attrents.html result/HTML/attrents.html.err
1658 result/HTML/attrents.html.sax test/HTML/attrents.html:
1659 added the test and result case provided by Mikhail Sogrine
1660
1661Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1662
1663 * vms/build_libxml.com vms/config.vms vms/readme.vms
1664 include/libxml/parser.h include/libxml/parserInternals.h
1665 include/libxml/tree.h include/libxml/xmlIO.h
1666 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
1667 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
1668 Applied the VMS update patch from Craig A. Berry
1669 * doc/*.html: update
1670
1671Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1672
1673 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
1674
1675Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1676
1677 * debugXML.c: adding a grep command to --shell in xmllint
1678 for T.V. Raman
1679
1680Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1681
1682 * xmlcatalog.c: tried to fix some of the problem with --sgml
1683
1684Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
1685
1686 * parser.c: tried to fix bug #91500 where doc->children may
1687 be overriden by a call to xmlParseBalancedChunkMemory()
1688
1689Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1690
1691 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
1692 identifiers in SGML catalogs containing '&'
1693
1694Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
1695
1696 * python/types.c: fixed bugs when passing result value tree
1697 to Python functions.
1698
1699Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1700
1701 * configure.in: preparing the release of 2.4.26
1702 * doc/*: updated and rebuilt the documentation
1703
1704Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1705
1706 * parser.c: fixed a XML Namespace compliance bug reported by
1707 Alexander Grimalovsky
1708
1709Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1710
1711 * HTMLtree.c: fixed serialization of script and style when
1712 they are not lowercase (i.e. added using the API to the tree).
1713
1714Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
1715
1716 * valid.c: make xmlValidateDocument emit a warning msg if there
1717 is no DTD, pointed by Christian Glahn
1718
1719Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
1720
1721 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
1722 content model when some of the blocks have min or max, and a couple
1723 of bugs found in the process.
1724 * result/schemas/list0* test/schemas/list0*: added some specific
1725 regression tests
1726
1727Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
1728
1729 * README: updated the contact informations
1730
1731Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
1732
1733 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
1734 misses it, reported by Peter Bray.
1735
1736Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
1737
1738 * tree.c: investigating xmlNodeGetContent() on namespace nodes
1739 and removed a few warnings
1740
1741Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
1742
1743 * parser.c: Christian Glahn found a small bug in the push parser.
1744 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
1745 public
1746
1747Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1748
1749 * xmlschemas.c include/libxml/xmlschemas.h: added
1750 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
1751 * testSchemas.c: added --memory to test the new interface
1752
1753Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
1754
1755 * doc/index.py doc/search.php: integrated the XSLT indexing,
1756 a few fixed in the indexer, added a scope selection at the
1757 search level.
1758
1759Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1760
1761 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
1762 this was due to uninitialized parts of the validation context
1763
1764Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
1765
1766 * debugXML.c: applied patch from Mark Vakoc except the API
1767 change, preserved it.
1768 * doc/*: updated the docs to point to the search engine for
1769 information lookup or before bug/help reports.
1770
1771Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
1772
1773 * doc/index.py doc/search.php: added mailing-list archives
1774 indexing and lookup
1775
1776Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1777
1778 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
1779
1780Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
1781
1782 * doc/index.py: improved HTML indexing
1783 * doc/search.php: make the queries also lookup the HTML based indexes
1784
1785Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1786
1787 * doc/index.py: added HTML page indexing
1788
1789Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1790
1791 * xmlIO.c: extended Windows path normalisation to fix the base
1792 problem in libxslt.
1793 * catalog.c: fixed list handling in XML_CATALOG_FILES
1794
1795Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
1796
1797 * valid.c: typo/bug found by Christian Glahn
1798
1799Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1800
1801 * xmlIO.c: applied Windows CE patch from Javier.
1802 * win32/wince: new directory, contains support for the PocketPC
1803 with Windows CE from Javier.
1804 * include/win32config.h: reorganised, removed duplicate
1805 definitions and applied WinCE patch from Javier.
1806 * include/wsockcompat.h: new file, now contains WinSock
1807 compatibility macros.
1808 * win32/Makefile.msvc: introduced double-run compilation.
1809
1810Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
1811
1812 * configure.in include/libxml/xmlwin32version.h: preparing release
1813 of 2.4.25
1814 * doc/*: updated and regenerated teh docs and web pages.
1815
1816Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1817
1818 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
1819 error were not covering namespace declarations.
1820 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
1821 it was missing the attribute declaration for the namespace
1822 * result/VC/NS3: the fix now report breakages in that test
1823
1824Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1825
1826 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
1827
1828Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1829
1830 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
1831 and regenerated the docs and web site
1832
1833Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
1834
1835 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
1836 ATTRIBUTE_UNUSED is always put after the attribute declaration,
1837 not before
1838
1839Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
1840
1841 * python/generator.py python/libxml2class.txt: fixed a stupid error
1842 breaking the python API
1843
1844Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
1845
1846 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
1847 triostr.c triostr.h: applied a trio update patch from
1848 Bjorn Reese which should work with MinGW
1849
1850Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1851
1852 * tree.c: improving some documentation comments
1853 * xmlregexp.c: found and fixed a mem leak with python regression tests
1854 * doc/*: rebuilt the doc and the API XML file including the
1855 xmlregexp.h xmlautomata.h and xmlunicode.h headers
1856 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
1857 python/types.c: added access to the XML Schemas regexps from
1858 python
1859 * python/tests/Makefile.am python/tests/regexp.py: added a
1860 simple regexp bindings test
1861
1862Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
1863
1864 * doc/xml.html:
1865 fixing ftp links - thanks to Vitaly Ostanin
1866
1867Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
1868
1869 * xmlregexp.c: fixed the data callback on transition functionality
1870 which was broken when using the compact form
1871 * result/schemas/*: updated the results, less verbose, all tests
1872 pass like before
1873 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
1874 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
1875 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
1876 annoying warnings
1877 * xpath.c: try to provide better error report when possible
1878
1879Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
1880
1881 * Makefile.am: fixed a breakage raised by Jacob
1882
1883Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1884
1885 * include/win32config.h: added HAVE_ERRNO_H definition for parts
1886 which don't use sockets
1887
1888Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1889
1890 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
1891 * win32/configure.js: applied zlib patch from Daniel Gehriger
1892
1893Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1894
1895 * win32/configure.js: applied the patch from Mark Vakoc for
1896 regexp support
1897 * win32/libxml2.def.src: applied the patch from Mark Vakoc
1898 for regexp support
1899
1900Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
1901
1902 * xmlschemastypes.c: as pointed by Igor Float and Double
1903 parsing ain't finished yet
1904
1905Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
1906
1907 * Makefile.am configure.in: trying to fix #88412 by bypassing
1908 all the python subdir if python ain't detected
1909
1910Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
1911
1912 * Makefile.am configure.in include/libxml/xmlversion.h.in:
1913 made configuring with regexps/automata/unicode the default
1914 but without schemas ATM
1915 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
1916 fixed the regexp based DTD validation performance and memory
1917 problem by switching to a compact form for determinist regexps
1918 and detecting the determinism property in the process. Seems
1919 as fast as the old DTD validation specific engine :-) despite
1920 the regexp built and compaction process.
1921
1922Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1923
1924 * valid.c: determinism is debugged, new DTD checking code now works
1925 but xmlFAComputesDeterminism takes far too much CPU and the whole
1926 set usues too much memory to be really usable as-is
1927
1928Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
1929
1930 * tree.c: fixed another stupid bug in xmlGetNodePath()
1931 * xmllint.c: --version now report the options compiled in
1932
1933Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
1934
1935 * HTMLparser.c: small cleanup
1936 * valid.c xmlregexp.c: switched DTD validation to use only regexp
1937 when configured with them. A bit of debugging around the determinism
1938 checks is still needed
1939
1940Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
1941
1942 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
1943
1944Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
1945
1946 * xmlIO.c: small portability glitch fixed.
1947
1948Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
1949
1950 * xmlschemastypes.c: incomplete steps for real/double support
1951 * testAutomata.c include/libxml/xmlautomata.h
1952 include/libxml/xmlregexp.h: avoiding a compilation problem
1953 * valid.c include/libxml/valid.h: starting the work toward using
1954 the regexps for actual DTD validation
1955
1956Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1957
1958 * hash.c: cosmetic cleanup
1959 * valid.c include/libxml/tree.h include/libxml/valid.h: started
1960 integrating a DTD validation layer based on the regexps
1961
1962Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
1963
1964 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
1965 the determinism was tested before eliminating the epsilon
1966 transitions :-(
1967
1968Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
1969
1970 * python/generator.py python/libxml.c python/libxml.py
1971 python/libxml2-python-api.xml python/libxml2class.txt
1972 python/libxml_wrap.h python/types.c: updated the python
1973 bindings, added code for easier File I/O, and the ability to
1974 define a resolver from Python fixing bug #91635
1975 * python/tests/Makefile.am python/tests/inbuf.py
1976 python/tests/outbuf.py python/tests/pushSAXhtml.py
1977 python/tests/resolver.py python/tests/serialize.py: updated
1978 and augmented the set of Python tests.
1979
1980Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1981
1982 * win32/configure.js: added more readme info for the binary
1983 package.
1984
1985Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1986
1987 * xmlIO.c: fixed a stupid out of bound array error
1988
1989Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
1990
1991 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
1992 messing around with support for Windows path, cleanups,
1993 trying to identify and fix the various code path to the
1994 filename access. Added xmlNormalizeWindowsPath()
1995
1996Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
1997
1998 * error.c valid.c: working on better error reporting of validity
1999 errors, especially providing an accurate context.
2000 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
2001 error reports in those cases.
2002
2003Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2004
2005 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
2006 parser.c parserInternals.c xmlIO.c: get rid of all the
2007 perror() calls made in the library execution paths. This
2008 should fix both #92059 and #92385
2009
2010Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
2011
2012 * xmllint.c: memory leak reporting was broken after a change
2013 of the preprocessor symbol used to activate it.
2014
2015Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2016
2017 * tree.c: try to make the copy function work for node of
2018 type XML_DOCUMENT_FRAG_NODE, they are only created by the
2019 DOM layers though, not libxml2 itself.
2020
2021Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
2022
2023 * valid.c: try to provide file and line informations, not all
2024 messages are covered, but it's a (good) start
2025
2026Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
2027
2028 * xinclude.c: reimplemented a large part of the XInclude
2029 processor, trying to minimize resources used, James Henstridge
2030 provided a huge test case which was exhibiting severe memory
2031 consumption problems.
2032
2033Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
2034
2035 * python/Makefile.am: applied patch from Christophe Merlet to
2036 reestablish DESTDIR
2037
2038Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
2039
2040 * libxml.spec.in: fixes libary path for x86_64 AMD
2041
2042Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
2043
2044 * doc/tutorial/includekeyword.c
2045 * doc/tutorial/xmltutorial.xml:
2046 (plus resulting generated html files)
2047 fixing one spot I missed in the tutorial where I hadn't freed
2048 memory properly
2049
2050Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
2051
2052 * doc/tutorial/includeaddattribute.c
2053 * doc/tutorial/includeaddkeyword.c
2054 * doc/tutorial/includegetattribute.c
2055 * doc/tutorial/includekeyword.c
2056 * doc/tutorial/xmltutorial.xml
2057 * doc/tutorial/*.html:
2058 update tutorial to properly free memory (thanks to Christopher
2059 R. Harris for pointing out that this needs to be done)
2060 * doc/tutorial/images/callouts/*.png:
2061 added image files so the callouts are graphical, making it
2062 easier to read ( use "--param callout.graphics 1" to generate
2063 html with graphical callouts)
2064
2065Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
2066
2067 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
2068 nice logos generated by Marc Liyanage
2069 * doc/site.xsl *.html: changed the stylesheet to show the new
2070 logo and regenerated the pages
2071
2072Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2073
2074 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
2075
2076Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2077
2078 * xpath.c: possible mem leak patch from Jason Adams
2079
2080Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2081
2082 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
2083 in the XQuery namespace
2084 * configure.in: preparing 2.4.24
2085 * doc/*.html: updated the web pages
2086
2087Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2088
2089 * python/generator.py: closing bug #85258 by generating conditional
2090 compile check to avoid linking to routines not configured in.
2091
20922002-08-22 Havoc Pennington <hp@pobox.com>
2093
2094 * autogen.sh: update error message for missing automake
2095
2096Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
2097
2098 * python/Makefile.am: typo in target name resulted in libxml2.py
2099 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
2100
2101Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
2102
2103 * win32/win32/Makefile.mingw: updated with version from
2104 Elizabeth Barham at http://soggytrousers.net/repository/
2105
2106Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2107
2108 * win32/Makefile.msvc: added the prefix location to the include
2109 and lib search path.
2110
21112002-08-18 Havoc Pennington <hp@pobox.com>
2112
2113 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
2114 both automake 1.6 and 1.4 installed get the right automake. Means
2115 compilation from CVS will now require the latest automake 1.4
2116 release, or manually creating symlinks called "automake-1.4" and
2117 "aclocal-1.4"
2118
2119Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2120
2121 * configure.in python/Makefile.am: more AMD 64 induced changes from
2122 Frederic Crozat
2123
2124Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2125
2126 * xinclude.c: oops I was missing the xml:base fixup too
2127 * result/XInclude/*.xml: this adds xml:base attributes to most
2128 results of the tests
2129
2130Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2131
2132 * xinclude.c: quick but apparently working implementation of
2133 xi:fallback, should close bug #89684
2134 * Makefile.am test/XInclude/docs/fallback.xml
2135 result/XInclude/fallback.xml: added a basic test for fallback,
2136 and run with --nowarning to avoid a spurious warning
2137 * configure.in: applied patch from Frederic Crozat for python
2138 bindings on AMD 64bits machines.
2139
2140Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2141
2142 * parser.c: xmlSAXUserParseMemory() really ought to fail if
2143 the caller don't pass a SAX callback block.
2144
2145Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2146
2147 * tree.c: applied the same fix for the XML-1.0 namespace to
2148 xmlSearchNsByHref() as was done for xmlSearchNs()
2149
2150Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2151
2152 * libxml.3: small cleanup of the man page
2153 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
2154 when serializing HREF attributes generated by XSLT.
2155
2156Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2157
2158 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
2159 version of Marc Liyanage' patch for boolean attributes in HTML
2160 output
2161
2162Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
2163
2164 * python/tests/serialize.py: fixed the test results, indenting
2165 behaviour changed slightly
2166
2167Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2168
2169 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
2170 new c14n function to Windows def files
2171
2172Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
2173
2174 * c14n.c: fixed a memory leak in c14n code
2175
2176Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
2177
2178 * parser.c include/libxml/parser.h: adding a new API for Christian
2179 Glahn: xmlParseBalancedChunkMemoryRecover
2180 * valid.c: patch from Rick Jones for some grammar cleanup in
2181 validation messages
2182 * result/VC/* result/valid/*: this slightly change some of the
2183 regression tests outputs
2184
2185Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2186
2187 * tree.c: trying to fix a problem in namespaced attribute handling
2188 raised by Christian Glahn
2189
2190Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2191
2192 * encoding.c include/libxml/encoding.h: Opening the interface
2193 xmlNewCharEncodingHandler as requested in #89415
2194 * python/generator.py python/setup.py.in: applied cleanup
2195 patches from Marc-Andre Lemburg
2196 * tree.c: fixing bug #89332 on a specific case of loosing
2197 the XML-1.0 namespace on xml:xxx attributes
2198
2199Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
2200
2201 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
2202 corner case from new Merlin's test suite and added a callback
2203 that will be used to improve xmlsec performance
2204
2205
2206Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
2207
2208 * HTMLtree.c: trying to fix the <style> escaping problem in
2209 HTML serialization bug #89342
2210
2211Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2212
2213 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
2214 and rebuilt the web site.
2215
2216Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
2217
2218 * include/libxml/tree.h: added _private member to xmlNs struct
2219
2220Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2221
2222 * HTMLparser.c: fixing bug #84876 based on the xml working
2223 code.
2224
2225Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2226
2227 * python/Makefile.am: enhanced to fix bug 72012 (errors
2228 when using '-jX' make parameter)
2229
2230Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2231
2232 * xpath.c: small additional enhancement for booleans
2233 compared to nodesets
2234
2235Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2236
2237 * HTMLtree.c: changed the order of the encoding declaration
2238 attributes in the meta tags due to a bug in IE/Mac
2239
2240Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2241
2242 * xpath.c: enhanced handling of booleans (especially '='
2243 and '!=' for nodesets) - fixes bug 85256. Added new
2244 routine xmlXPathNotEqualValues for more proper handling
2245 of '!=' when nodesets are involved.
2246
2247Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2248
2249 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
2250 doc/xmlcatalog_man.xml to the source distribution
2251
2252Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2253
2254 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
2255 asked for this.
2256
2257Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
2258
2259 * configure.in: preparing 2.4.23
2260 * doc/*: rebuilt the docs
2261
2262Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
2263
2264 * parser.c: fixing bug #84169 by fixing the
2265 comment of xmlCreatePushParserCtxt to describe the
2266 encoding detection parameters better.
2267
2268Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2269
2270 * valid.c: fixing bug #79331 in one path the lookup for
2271 ID attributes on a namespaced node wasn't handled correctly :-\
2272
2273Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2274
2275 * HTMLparser.c: trying to fix 87235 about discarded white
2276 spaces in the HTML parser.
2277 * result/HTML/*: this changes the output of a number of HTML
2278 regression tests
2279
2280Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2281
2282 * xpath.c: applied patch from Richard Jinks for the namespace
2283 axis + fixed a memory error.
2284 * parser.c parserInternals.c: applied patches from Peter Jacobi
2285 removing ctxt->token for good.
2286 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
2287 popped out by the regression tests.
2288 * Makefile.am: patch for threads makefile from Gary Pennington
2289
2290Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2291
2292 * xpath.c: enhanced behaviour of position() after usage of
2293 expressions involving preceding-sibling (et al).
2294
2295Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2296
2297 * hash.c: applied a patch from Peter Jacobi to solve a problem
2298 when compiling with the Watcom C on Win32
2299 * result/schemas/*.err: the change of hashing algo generated
2300 permutations in the output
2301
2302Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2303
2304 * hash.c: applied patch from Sander Vesik improving the quality of
2305 the hash function.
2306
23072002-06-14 Aleksey Sanin <aleksey@aleksey.com>
2308
2309 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
2310 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
2311 xmllint.c xpath.c: replaced sprintf() with snprintf()
2312 to prevent possible buffer overflow (the bug was pointed
2313 out by Anju Premachandran)
2314
2315Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2316
2317 * parser.c: removed an uninitialized data error popped by valgrind
2318 on PE references
2319
2320Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
2321
2322 * doc/xml.html
2323 adding tutorial reference to the web page
2324
2325Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
2326
2327 * doc/tutorial/xmltutorial.xml
2328 * doc/tutorial/ar01s07.html
2329 * doc/tutorial/ape.html
2330 * doc/tutorial/includegetattribute.c
2331 adding section to tutorial about retrieving an attribute
2332 value
2333
2334Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2335
2336 * parser.c: applied a couple of patches from Peter Jacobi to start
2337 to get rid of ctxt->token, with a possible significant speed
2338 improvement to be gained once done. Better compliance with PE
2339 references constructs in DTDs too.
2340 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
2341 from Peter too
2342
2343Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2344
2345 * parser.c: Babak Vahedipour-Kunze reported that openTag in
2346 xmlParseElement was likely to have been deallocated at the
2347 time of the report, possibly leading to segfault. Just report
2348 the tag name now.
2349
2350Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2351
2352 * xpath.c: patch from Richard Jinks for XPath substring() function
2353 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
2354
23552002-06-06 Aleksey Sanin <aleksey@aleksey.com>
2356
2357 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
2358
2359Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
2360
2361 *doc/FAQ.html
2362 fixing typos in FAQ, thanks to Robert Funnell for the
2363 editing help
2364
2365Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2366
2367 * NEWS: got complaints from rpmlint that it was empty
2368
2369Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
2370
2371 * added doc/tutorial, including:
2372 apa.html
2373 apb.html
2374 apc.html
2375 apd.html
2376 ar01s02.html
2377 ar01s03.html
2378 ar01s04.html
2379 ar01s05.html
2380 ar01s06.html
2381 includeaddattribute.c
2382 includeaddkeyword.c
2383 includekeyword.c
2384 includestory.xml
2385 index.html
2386 xmltutorial.xml
2387 libxml tutorial, including generated html
2388
2389Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
2390
2391 * result/c14n/exc-without-comments/merlin-c14n-two-*
2392 result/c14n/without-comments/merlin-c14n-two-*
2393 test/c14n/exc-without-comments/merlin-c14n-two-*
2394 test/c14n/without-comments/merlin-c14n-two-*
2395 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
2396 c14n/exc-c14n and slightly modified test script to handle
2397 these test cases
2398 * c14n.c: fixed bugs for complicated nodes set (namespace
2399 without node and others from merlin-c14n-two.tar.gz)
2400 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
2401 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
2402 for xmlsec performance patch
2403 * xpath.c: fixed self::node() for namespaces and attributes
2404
2405Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
2406
2407 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
2408 but with the format parameter
2409 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
2410
2411Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
2412
2413 * Makefile.am: updated c14n tests suite
2414 * c14n.c: performance improvement for previous c14n patch
2415
2416Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2417
2418 * parser.c: another peroformance patch from Peter Jacobi, that
2419 time on parsing attribute values.
2420
2421Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
2422
2423 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
2424 into LibXML2 test suite
2425
2426Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
2427
2428 * c14n.c: propagating xpath ancesstors node fix to c14n
2429 plus small performance improvement to reduce number of
2430 mallocs
2431 * xpath.c: fixed ancestors axis processing for namespace nodes
2432
2433Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2434
2435 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
2436 Peter Jacobi
2437
2438Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2439
2440 * configure.in: preparing 2.4.22
2441
2442Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2443
2444 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
2445 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
2446 a public entry point.
2447 * doc/*: rebuilt the API and docs
2448
2449Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2450
2451 * xpath.c: patch from Richard Jinks to fix a problem introduced
2452 in the previous patch and pointed by Norm
2453
2454Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2455
2456 * libxml.spec.in: fixing bug #81112
2457
2458Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2459
2460 * uri.c: fixing bug #82848
2461
2462Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2463
2464 * result/catalogs/mycatalog.full: Aleksey's commit changed the
2465 output of one catalog test
2466
2467Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2468
2469 * global.data globals.c tree.c include/libxml/globals.h
2470 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
2471 default value for global parameter xmlIndentTreeOutput to 1 and
2472 introduced new global parameter xmlTreeIndentString (the string
2473 used to do one-level indent) with default value " " (as it was
2474 in tree.c)
2475
2476Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2477
2478 * Makefile.am: Merijn Broeren pointed out a problem when compiling
2479 with trio and schemas.
2480
2481Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2482
2483 * xpath.c: patch from Richard Jinks to fix the problem raised in
2484 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
2485
2486Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2487
2488 * xmlschemas.c: a bit of work on import.
2489 * xmlschemastypes.c: Charles Bozeman provided a compare function
2490 for date/time types so min/max facet restrictions should work,
2491 indeterminate comparisons return an error instead of equal.
2492 * test/schemas/date_0* result/schemas/date_0_0: specific test
2493 from Charles Bozeman too
2494
2495Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
2496
2497 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
2498 from Christian Cornelssen fixing the man pages and the Catalog
2499 building script.
2500 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
2501 next step is <xs:import> I now have a reasonable understanding
2502 of how it works.
2503
2504Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2505
2506 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
2507
2508Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2509
2510 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
2511
2512Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
2513
2514 * xpath.c: fixing an XPath function evalutation bug pointed out
2515 by Alexey Efimov where the context was lost when evaluating
2516 the function arguments
2517
2518Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2519
2520 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
2521 function public for XMLSec performance optimizations
2522
2523Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
2524
2525 * python/generator.py python/libxml2class.txt : fixed a problem
2526 with the HTML parser pointed by Gary Benson
2527 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
2528 example
2529
2530Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2531 * parser.c: fixed bug #81159 (memory growth in SAX)
2532
2533Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2534 * xpath.c: fixed bug #78858 (the real fix)
2535
2536Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
2537 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
2538
2539Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2540
2541 * tree.c: modified xmlNodeSetBase to allow changing the
2542 base of a document.
2543
2544Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
2545
2546 * xmlschemastypes.c: patch Charles Bozeman for validation of
2547 all the date, time, and duration types
2548 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
2549 * configure.in: fixed an error pointed by an user
2550 * xml2-config.in: fixed an error pointed by an user
2551
2552Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
2553
2554 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
2555 win32/libxml2.def.src xmlIO.c: exported default
2556 'file:', 'http:' and 'ftp:' protocols input handlers
2557 and maked protocols comparisson case insensitive
2558
2559Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2560
2561 * configure.in: Neven Has detected a typo
2562
2563Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
2564
2565 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
2566 as one of the persons allowed to commit directly to the
2567 module.
2568
2569Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2570
2571 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
2572 * valid.c: raised a too low limit
2573 * doc/*: rebuilt the docs
2574
2575Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2576
2577 * test/XPath/expr/floats test/XPath/expr/functions
2578 result/XPath/expr/floats result/XPath/expr/functions
2579 xpath.c: another XPath conformance patch from Richard Jinks
2580
2581Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
2582
2583 * xmlschemas.c: fixed validation of attribute groups.
2584 * test/schemas result/schemas: added an example from the primer
2585
2586Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2587
2588 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
2589 * test/schemas result/schemas: updated the test list
2590
2591Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2592
2593 * TODO: updated a bit
2594 * parser.c: made a comment more specific
2595 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
2596 Schemas conformance.
2597 * test/schemas result/schemas: updated the test list
2598
2599Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
2600
2601 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
2602 implementing xs:all with minOccurs = 0
2603 * tes/schemas/* result/schemas/*: added more tests covering
2604 xs:all
2605
2606Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
2607
2608 * xmlregexp.c: first implementation of the all particle, this
2609 may need to be revisited for case where not all transitions
2610 must be crossed.
2611
2612Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
2613
2614 * tree.c: another entity processing update from Markus Henke
2615
2616Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
2617
2618 * trionan.c: fixed crash on OSF/1
2619
2620Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
2621
2622 * xmlschemas.c: more Schemas work
2623 * test/schemas/* result/schemas/*: added more tests coming
2624 from the spec.
2625
2626Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2627
2628 * c14n.c: patch from Aleksey Sanin reflecting a change in the
2629 ExcC14N specification
2630
2631Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2632
2633 * tree.c: patch from Markus Henke, fix for recursive entities.
2634
2635Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
2636
2637 * xpath.c: fix a problem with string() on a document node.
2638
2639Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2640
2641 * Makefile.am xmlschemas.c: more Schemas work
2642 * test/schemas/* result/schemas/*: added more tests coming
2643 from the spec.
2644
2645Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2646
2647 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
2648 * result/HTML/*: this changes a few things in the results
2649
2650Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2651
2652 * include/libxml/tree.h: eliminated 'declaration different than
2653 prototype' warning
2654 * include/win32config.h: "resolved" conflicts with errno.h
2655
2656Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2657
2658 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
2659 on the automata interfaces and debug of counted choices
2660 * test/schemas/* result/schemas/*: added a number of tests
2661
2662Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2663
2664 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
2665 a bit of work on Schemas
2666 * testSchemas.c: try to make it more useful
2667 * test/schemas/* result/schemas/* Makefile.am: changed the
2668 Schemas regression test procedure, started adding a few samples
2669
2670Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2671
2672 * include/libxml/encoding.h: Patch for the Borland C++ builder
2673 * include/libxml/tree.h: Patch for the Borland C++ builder
2674 * threads.c: Patch for the Borland C++ builder
2675 * win32/bcb5: New directory for the Borland C++ builder
2676 project files
2677
2678Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
2679
2680 * win32/Makefile.msvc: Update for XML Schema support
2681 * win32/configure.js: Update for XML Schema support
2682 * win32/libxml2.def.src: Update for XML Schema support
2683
2684Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
2685
2686 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
2687 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
2688 xmlunicode.c include/libxml/Makefile.am
2689 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
2690 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
2691 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
2692 include/libxml/xmlversion.h.in : merged the current state of
2693 XML Schemas implementation, it is not configured in by default,
2694 a specific --schemas configure option has been added.
2695 * test/automata test/regexp test/schemas Makefile.am
2696 result/automata result/regexp result/schemas:
2697 merged automata/regexp/schemas regression tests
2698
2699Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
2700
2701 * xpath.c: Gary found a compile time problem, fixes #78823
2702
2703Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2704
2705 * configure.in: release of 2.4.20
2706 * doc/*: updated and rebuilt the docs
2707
2708Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2709
2710 * python/Makefile.am: patch from Cristian Gafton to build on
2711 Red Hat 6.2, should also fix #75779
2712
2713Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2714
2715 * valid.c: first part of fixing #78729
2716
2717Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
2718
2719 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
2720 escaping of URI when saving HTML files.
2721 * result/HTML/*: this impacted some tests
2722
2723Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
2724
2725 * configure.in: trying to fix #77441
2726
2727Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2728
2729 * include/libxml/xmlIO.h: Hallski complained it could not be
2730 included by itself.
2731
2732Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
2733
2734 * configure.in: applied an IEEE flag patch for OSF/1 #77825
2735
2736Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2737
2738 * win32/configure.js: patch from Nilo for the c14n option
2739 * win32/Makefile.msvc: fixed libxml2.def generation with threads
2740
2741Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2742
2743 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
2744 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
2745 LIBXML_THREAD_ENABLED
2746
2747Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
2748
2749 * xpath.c: another patch from Richard Jinks for substring conformance
2750 * test/XPath/expr/floats test/XPath/expr/strings
2751 result/XPath/expr/floats result/XPath/expr/strings: update of the
2752 test suite to check those.
2753
2754Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
2755
2756 * xpath.c: patch from Richard Jinks for .x float parsing.
2757
2758Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2759
2760 * parser.c: patch from Markus Henke when an encoding ain't recognized
2761
2762Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2763
2764 * libxml.m4: got a report that #include <string.h> was needed
2765
2766Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2767
2768 * xmllint.c: applied a fix from Anthony Jones for -o /--output
2769
2770Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
2771
2772 * doc/example.html: fixing typo
2773
2774Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2775
2776 * xpath.c: fixed a bug in the nodeset to boolean comparison code
2777 pointed out by Melvyn Sopacua.
2778
2779Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2780
2781 * libxml.m4: Frédéric Crozat gave a patch related to the change
2782 of Include paths breaking the libxml.m4
2783
2784Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
2785
2786 * xpath.c: Fix bug #76927 forgot to save some context
2787 when evaluating binary expressions
2788
2789Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
2790
2791 * configure.in: fixed configure for MPE/iX from Markus Henke
2792 * xmlmemory.c: fixed initialization problems
2793 * xpath.c: another set of patches from Richard Jinks this
2794 fixes "make XPathtests" on linux
2795
2796Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
2797
2798 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
2799 * test/XPath/expr/compare test/XPath/expr/equality
2800 test/XPath/expr/floats test/XPath/expr/functions
2801 test/XPath/expr/strings result/XPath/expr/compare
2802 result/XPath/expr/equality result/XPath/expr/floats
2803 result/XPath/expr/functions result/XPath/expr/strings: Updated
2804 tests though they show a divergence on Linux
2805
2806Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2807
2808 * xpath.c trionan.c: previous commit also included patches
2809 from Richard Jinks on some IEEE support corner case
2810
2811Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2812
2813 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
2814 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
2815 that $(datadir) should be used for docs
2816
2817Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2818
2819 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
2820 could leak filedescriptors
2821
2822Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2823
2824 * configure.in nanohttp.c: applied patch from Allan Clark for
2825 UnixWare/OpenServer
2826
2827Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2828
2829 * configure.in: preparing 2.4.19
2830 * doc/*: rebuilt the docs
2831
2832Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2833
2834 * nanohttp.c: fixing #76043, got fed up with non-portability
2835 of that piece of code.
2836
2837Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
2838
2839 * valid.c SAX.c: Never commit without running "make tests" :-(
2840 fix a couple of stupidities in the previous commit
2841 * result/*: a few changes in some attribute order result of previous
2842 commit.
2843
2844Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2845
2846 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
2847 the internal subset should not raise duplicate ID errors,
2848 also there was a small bug in conjunction to namespace
2849 declarations defaulted and xml:xxx attributes DTD definitions.
2850
2851Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2852
2853 * xpath.c: Richard Jinks also raised some rounding problems
2854 this tries to fix them
2855
2856Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
2857
2858 * xpath.c: Richard Jinks spotted an incoherent memory allocation
2859 behaviour in xmlXPathCastToString()
2860
2861Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2862
2863 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
2864 raised by Morus Walter
2865
2866Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2867
2868 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
2869 from Igor
2870
2871Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2872
2873 * xpath.c: fixing #75619, related to a problem when trying
2874 to evaluate condition when the current node set resulting
2875 from that sub-step evaluation is empty. Also fixes 2 potential
2876 problem with previous-sibling and next-siblings axis.
2877
2878Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2879
2880 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
2881 HTML support is not configured in.
2882
2883Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2884
2885 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
2886 include/libxml/tree.h: dohh I really didn't intended to commit
2887 this test version :-(
2888
2889Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2890
2891 * testSAX.c: I wanted to see the real speed at the SAX interface
2892 after a little too many Ximianer started complaining about the
2893 parser speed.
2894 added a --quiet option:
2895 paphio:~/XML -> ls -l db100000.xml
2896 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
2897 paphio:~/XML -> time ./testSAX --quiet db100000.xml
2898 3200006 callbacks generated
2899 real 0m1.270s
2900 Which means 16MBytes/s and 3Mcallback/s
2901
2902Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
2903
2904 * xpath.c: valgrind spotted another error that time when running
2905 on libxslt regression tests
2906
2907Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2908
2909 * Makefile.am: adding "make valgrind" running the full regression
2910 tests (except python ones) under Valgrind (using valgrind -q
2911 which was kindly added by the author).
2912 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
2913 passes cleanly now except an obcure floating point initialization
2914 raised in log10() in one XPath regression test ???
2915 * tree.c: edited some comments to close #75244
2916
2917Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
2918
2919 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
2920 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
2921 context of ScrollKeeper, made sure that if the number is
2922 an integer, the serialization follows the description at
2923 http://www.w3.org/TR/xpath#section-String-Functions
2924
2925Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2926
2927 * configure.in: preparing 2.4.18
2928 * doc/*: updated and rebuilt the web site
2929 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
2930 the Windows and Cygwin maintainers.
2931 * parser.c: humm, changed the way the SAX parser work when
2932 xmlSubstituteEntitiesDefault(1) is set, it will then
2933 do the entity registration and loading by itself in case the
2934 user provided SAX getEntity() returns NULL.
2935 * testSAX.c: added --noent to test the behaviour.
2936
2937Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
2938
2939 * parser.c: Wilfried Teiken provided a hackish but working
2940 way to get context reported back on entities when parsing
2941 with SAX and without breaking the DOM build.
2942
2943Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2944
2945 * c14n.c: applied a new patch from Aleksey Sanin
2946 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
2947 to reference Aleksey implementation of XML digital Signatures
2948
2949Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
2950
2951 * xpath.c: small fix to avoid potential problem due to
2952 ordering of freeing data
2953 * python/Makefile.am: people were complaining about
2954 the generated file in python dir not being built
2955
2956Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
2957
2958 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
2959 python/generator.py python/libxml.c python/types.c: Cleanup
2960 of the python Makefiles based on Jacob and James feedback,
2961 fixed the spec file accordingly, fixed the number of warning
2962 that passing my pedantic CFLAGS was generating. Conclusion
2963 is that Python includes are real crap.
2964
2965Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
2966
2967 * configure,in: it was reported quite a few times that
2968 xml2-config --cflags should not output
2969 -I$includeprefix/libxml2/libxml because libxml2 header names
2970 clashes with existing names like list.h from C++ stl.
2971 Includes should be #include<libxml/xxx.h> so ...
2972
2973Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
2974
2975 * c14n.c: another patch from Aleksey Sanin
2976
2977Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2978
2979 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
2980 canonicalization algorithm
2981 * doc/xml.html doc/index.html: added the C14N references on the
2982 index page.
2983
29842002-03-13 jacob berkman <jacob@ximian.com>
2985
2986 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
2987 usage, redundant, and gcc specific
2988
2989Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
2990
2991 * xpath.c: speedup some node selection operations, this can
2992 have a significant impact on DocBook Norm's stylesheets
2993 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
2994 make sure it's always the case
2995 * debugXML.c: distinguish CDATA and comments in ls operations
2996
2997Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2998
2999 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
3000 to generate better API descriptions etc...
3001
3002Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3003
3004 * c14n.c: Fixing #74186, made sure all boolean expressions
3005 get fully parenthesized, ran indent on the output
3006 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
3007 include/libxml/tree.h: also #74186 related, removed the
3008 --with-buffers option, and all the preprocessor conditional
3009 sections that were resulting from it.
3010
3011Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3012
3013 * valid.c: applied patch from Dodji Seketeli fixing an
3014 uninitailized variable in xmlValidGetValidElements()
3015
3016Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3017
3018 * c14n.c: fixed a few comments
3019 * doc/*.html doc/*/*.html: regenerated the docs and added
3020 the C14N API
3021 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
3022
3023Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
3024
3025 * check-xml-test-suite.py: fix to adapt varaiations in the
3026 bindings
3027 * configure.in python/setup.py python/setup.py.in: fixed to
3028 have the version of the python scripts automatically updated
3029
3030Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3031
3032 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
3033 in xmlCopyProp()
3034
3035Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
3036
3037 * configure.in: preparing 2.4.17 release
3038 * doc/*: updated and rebuilt the docs
3039 * xpath.c: fixed a comment
3040 * python/libxml.c: fixed a possible reentrancy problem
3041
3042Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
3043
3044 * tree.c python/tests/Makefile.am python/tests/attribs.py:
3045 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
3046 added a specific regression test
3047 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
3048 not raise exceptions when failing to find the attribute.
3049
3050Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3051
3052 * configure.in xmllint.c: owen pointed out a problem with the
3053 ftme fix, gettimeofday() was not detected by configure and
3054 the ftime header wasn't included, dohhh
3055
3056Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
3057
3058 * configure.in xmllint.c: trying to fix #71457 for timing
3059 precision when gettimeofday() is not availble but ftime() is
3060
3061Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3062
3063 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
3064 are now copied on install and part of the -devel RPM
3065
3066Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
3067
3068 * xpath.c: trying to avoid bug #72150 which was apparently
3069 caused by a gcc bug (or a processor problem) as detailed
3070 at http://veillard.com/gcc.bug
3071
3072Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3073
3074 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
3075 fixed xmlReconciliateNs(), added a Python test/example for
3076 inter-document cut'n paste
3077 * python/libxml.py: fixed node.doc on document nodes and added
3078 xpathEval() onto node objects
3079
3080Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3081
3082 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
3083 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
3084 fixup and integrated tests for the serialization stuff
3085
3086Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3087
3088 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
3089 moved the libxml man page to section 3
3090
3091Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3092
3093 * tree.c: fix bug #72490
3094 * python/libxml.c python/libxml.py: added methods serialize()
3095 and saveTo() to all node elements.
3096
3097Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3098
3099 * xmlIO.c: closed #73430, don't read from an input source
3100 which indicated an end-of-file or an error.
3101
3102Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3103
3104 * parser.c: make sure SAX endDocument is always called as
3105 this could result in a Python memory leak otherwise (it's
3106 used to decrement ref-counting)
3107 * python/generator.py python/libxml.c python/libxml.py
3108 python/libxml2-python-api.xml python/libxml2class.txt
3109 python/tests/error.py python/tests/xpath.py: implemented
3110 the suggestions made by Gary Benson and extended the tests
3111 to match it.
3112
3113Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3114
3115 * python/generator.py: applied patch fixing #73450
3116
3117Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3118
3119 * xpath.c: fixing #61290 "namespace nodes have no parent"
3120 long standing divergence from the XPath REC. NodeSets
3121 simply hold a copy of namespace nodes and those node ->next
3122 points to the parent (which may not be the node carrying the
3123 definition).
3124 * include/libxml/xpath.h: flagged but didn't added a possible
3125 speedup
3126 * DOCBparser.c HTMLparser.c: removed some warnings from push
3127 parser due to new state being added.
3128 * tree.c: new fix from Boris Erdmann
3129 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
3130 the XML Canonalization support from Aleksey Sanin
3131
3132Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3133
3134 * tree.c: patch from Boris Erdmann fixing some namespace odities
3135 with xmlCopyNode()
3136
3137Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3138
3139 * xmlIO.c: fix bug #72706 when loading a NULL entity
3140
3141Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3142
3143 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
3144 actually change in a future XML Namespace revision.
3145
3146Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3147
3148 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
3149 added the possibility of returning nodesets from XPath extension
3150 functions written in Python
3151
3152Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
3153
3154 * python/*: commiting some Python bindings work done while travelling
3155
3156Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3157
3158 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
3159 explicitely with memory debugging switched on
3160
3161Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
3162
3163 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3164 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3165 Added wrapper for the xmlURIPtr type, provided accessors, fixed
3166 the accessor generator for strings
3167 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
3168 regression test.
3169
3170Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3171
3172 * python/README python/generator.py python/libxml.c python/setup.py:
3173 added the 'usual' setup.py to allow building a libxml2-python
3174 module based on the same code. The initialization is however
3175 different the 2 .so files fo libxml2 and libxslt are identical and
3176 they entry point initialize both libraries. this is done to avoid
3177 some possible nasty problem since the Python don't merge the maps
3178 of all shared modules.
3179
3180Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3181
3182 * parser.c: fixed a push/encoding bug reported by Michael
3183 on librsvg
3184
3185Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3186
3187 * include/libxml/parserInternals.h: fixes a misplaced #endif
3188
3189Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3190
3191 * parser.c valid.c: found and fixed a couple of allocation bugs
3192
3193Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3194
3195 * doc/xml.html doc/python.html doc/*: added a Python and binding
3196 page describing the current state of the Python bindings and
3197 giving pointers to the other languages wrappers.
3198
3199Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3200
3201 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
3202 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
3203 rebuilt the API and web site
3204 * xpath.c: fixed #71978 portability bugs
3205
3206Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
3207
3208 * SAX.c: oops broke automatic defaulting of namespaces attributes.
3209
3210Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3211
3212 * include/libxml/parserInternals.h parser.c: had to change
3213 2 internal parsing API when processing document content
3214 to check the start and end of element content are defined
3215 in the same entity
3216 * valid.c include/libxml/valid.h: attribute normalization can
3217 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
3218 with the context to report it.
3219 * SAX.c: fixed the last known bugs, crazy validation constraints
3220 when a document is standalone seems correctly handled. There
3221 is a couple of open issues left which need consideration especially
3222 PE93 on external unparsed entities and standalone status.
3223 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
3224 The 2 tests left failing are actually in error. Cleanup done.
3225
3226Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3227
3228 * valid.c: implemented E59 spaces in CDATA does not match the
3229 nonterminal S
3230
3231Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3232
3233 * SAX.c parser.c valid.c: more validation test fixups
3234 * check-xml-test-suite.py: added duration info for the tests
3235
3236Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3237
3238 * parser.c valid.c: a couple of errors were reported but not
3239 saved back as such in the parsing context. Down to 1% failure rate
3240 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
3241
3242Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3243
3244 * xmlInternald.c: isExtender was missing a char
3245 * parser.c include/libxml/parser.h: % are acceptable in the
3246 internal subset if within a PUBLIC ID
3247
3248Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3249
3250 * SAX.c parserInternals.c valid.c: more work on the conformance
3251 suite. Took the step to finally block documents with encoding
3252 errors. It's a fatal error per the spec, people should have fixed
3253 their documents by now.
3254
3255Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
3256
3257 * check-xml-test-suite.py: fixed the test script after some discussion
3258 on the semantic of TYPE="error"
3259 * Makefile.am: added the script to the distrib
3260
3261Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3262
3263 * SAX.c entities.c: fixed a couple of conformances issues deep
3264 into the validation code (standalone and undeclared Notations)
3265
3266Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3267
3268 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
3269 stayed there for years !
3270
3271Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3272
3273 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
3274 missing
3275
3276Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3277
3278 * check-xml-test-suite.py: improved the behaviour a bit as
3279 well as the logs
3280 * parser.c valid.c SAX.c: fixed a few more bugs
3281 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
3282
3283Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3284
3285 * check-xml-test-suite.py: python script to run regression tests
3286 against the XML Test suite of W3C/OASis
3287 * SAX.c: fixed a validation bug
3288 * parser.c: fixed 3 errors pointed by the test suite
3289 * doc/buildDocBookCatalog: fixed a typo pointed by drake
3290 * python/Makefile.am: fixed a dependendy
3291
3292Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3293
3294 * xmlmemory.c: avoid a warning bug #71594
3295
3296Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3297
3298 * xmlmemory.c: Jesse Perry provided a patch to remove a few
3299 warning on alpha/Tru64
3300
3301Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3302
3303 * include/libxml/entities.h: fixing a comment
3304 * valid.c: fixing some troubles with validity check on namespaces
3305 * result/VC/NS3 test/VC/NS3: added a specific regression test
3306
3307Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3308
3309 * tree.c: Fixing #71342 serializing '\n' in attribute values
3310 * result/noent/att3 result/att3 test/att3: added a specific
3311 test.
3312
3313Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
3314
3315 * python/libxml.c: couple of bug fixes
3316
3317Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3318
3319 * python/*.py: removed tabs and used spaces.
3320
3321Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3322
3323 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
3324 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
3325
3326Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3327
3328 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
3329 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
3330
3331Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3332
3333 * include/libxml/encoding.h include/libxml/entities.h
3334 include/libxml/globals.h include/libxml/parser.h
3335 include/libxml/threads.h include/libxml/tree.h
3336 include/libxml/xmlmemory.h: trying to fix the include mess
3337
3338Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3339
3340 * include/libxml/xmlmemory.h: reverted part of the previous
3341 attempt to provide #69655, this was breaking the build.
3342
3343Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
3344
3345 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
3346 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
3347 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
3348 include/libxml/parserInternals.h include/libxml/tree.h
3349 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
3350 Tentatively fixed #69655 , make compiling with -Wredundant-decls
3351 clean.
3352 * python/libxml.c: fixed a warning.
3353
3354Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3355
3356 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
3357 copying of node, merge back IDs in the target document.
3358 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
3359 test/XInclude/ents/ids.xml: test case
3360 * result/VC/ElementValid4: output changed due to a typo fix
3361
3362Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3363
3364 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +00003365 generate the dependencies right as Jacob found out. Add
3366 an extra dependency rule.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00003367
3368Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3369
3370 * parserInternals.c valid.c: Justin Fletcher found some parts
3371 of the code needing cleanup
3372 * libxml.spec.in python/Makefile.am python/generator.py
3373 python/libxml.c python/libxml.py: Fixed the python Makefiles
3374 corrected a bug showing up on ia64, changed the name of the
3375 python internal module too
3376
3377Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
3378
3379 * Makefile.am: applied patch from Andris Pavenis for binary
3380 name suffixes
3381
3382Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
3383
3384 * xmllint.c win32/win32config.h: fixing #68748
3385
3386Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3387
3388 * valid.c: fixing #70166
3389
3390Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3391
3392 * valid.c: fixing #70077
3393
3394Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3395
3396 * Copyright Makefile.am README configure.in libxml.spec.in:
3397 Changed to the MIT Licence
3398 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
3399 doc/xmlio.html: updated the doc accordingly
3400 * include/libxml/xmlwin32version.h configure.in: preparing
3401 2.4.14 release
3402 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3403 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3404 fixed the const xmlChar * wrapper and generator, XPath extension
3405 functions now use the context as first argument
3406 * python/tests/tstxpath.py python/tests/xpath.py
3407 python/tests/xpathext.py: Updated the tests accordingly
3408 * tree.c: fixed bug #70067
3409
3410Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3411
3412 * Makefile.am: cleanup
3413 * debugXML.c: always use stdout if output is NULL
3414 * xmlIO.c: don't close filedescriptors passed to outputBuffers
3415 * python/Makefile.am python/generator.py python/libxml2class.txt
3416 python/libxml_wrap.h python/types.c: augmented the number of bindings
3417 handling FILE * and XPath contexts
3418 * python/tests/Makefile.am: avoid a stupid problem due to the
3419 use of TEST.
3420
3421Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3422
3423 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
3424
3425Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3426
3427 * python/TODO python/libxml.c: cleanup the extension function lookup
3428 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
3429
3430Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3431
3432 * configure.in python/Makefile.am: do not install outside
3433 of prefix
3434
3435Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3436
3437 * python/TODO python/libxml.c: started adding SAX interfaces
3438 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
3439 SAX test
3440
3441Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3442
3443 * tree.c: hardened the addChild function
3444 * python/generator.py python/libxml.c python/libxml2-python-api.xml
3445 python/libxml2class.txt python/libxml_wrap.h python/TODO:
3446 added accessors needed for xmlNode, a bit more testing and
3447 extension of interfaces
3448 * python/tests/Makefile.am python/tests/build.py: added a test
3449 build from scratch/save/load/check
3450
3451Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3452
3453 * parserInternals.c: change a small bit in the way valididy
3454 error messages get initialized
3455 * python/TODO python/libxml.c python/libxml2-python-api.xml
3456 python/libxml2class.txt python/libxml_wrap.h python/types.c:
3457 added some memory debugging to track leaks at the libxml2 level
3458 * python/tests/*.py: changed all tests to check for leaks,
3459 there is just one left in XPath extension registrations.
3460
3461Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
3462
3463 * python/TODO python/generator.py python/libxml2-python-api.xml
3464 python/libxml2class.txt: more accessor classes for the parser
3465 context, allow to switch on and check validity
3466 * python/tests/Makefile.am python/tests/error.py
3467 python/tests/invalid.xml python/tests/valid.xml
3468 python/tests/validate.py: attded more test and and added error.py
3469 which I forgot to commit in the last step
3470
3471Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3472
3473 * python/Makefile.am python/types.c: cleanup
3474 * python/libxml.c python/libxml.py python/libxml_wrap.h
3475 python/generator.py python/libxml2-python-api.xml
3476 python/libxml2class.txt: added class for parser context, added
3477 first cut for push mode support. Added a framework to generate
3478 accessors functions.
3479 * python/tests/Makefile.am python/tests/push.py: added a push
3480 test
3481
3482Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3483
3484 * python/Makefile.am python/TODO python/libxml.py: fixed a small
3485 bug a bit of cleanup.
3486
3487Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
3488
3489 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
3490 python/libxml2class.txt: adding error redirections and preformat
3491 to a python handler
3492 * python/tests/Makefile.am python/tests/*.py: cleanup made all
3493 tests self checking
3494
3495Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3496
3497 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
3498 a function
3499
3500Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3501
3502 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
3503 python/libxml.c python/libxml2-python-api.xml
3504 python/libxml2class.txt: Progressing through the TODOs, class
3505 description output, extra XML API, RPM now builds the wrappers
3506 for all python installed versions
3507
3508Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
3509
3510 * configure.in libxml.spec.in python/Makefile.am python/TODO
3511 python/generator.py python/libxml2class.txt: added more informations
3512 in the libxml2-python package including docs. Slightly changed
3513 the class hierarchy
3514 * python/tests/*: added basic regression tests infrastructure too
3515
3516Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3517
3518 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
3519 added libxml2-python as part of the packages installed
3520
3521Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3522
3523 * python/Makefile.am python/generator.py python/libxml.c
3524 python/libxml.py: more work, now able to extend the
3525 XPath interpreter with functions written in python.
3526
3527Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
3528
3529 * python/Makefile.am: Jacob sent a patch to allow building from
3530 tarfile.
3531
3532Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3533
3534 * python/Makefile.am python/libxml.c configure.in Makefile.am:
3535 inserted the python wrappers build, I hope this won't be too
3536 unportable
3537
3538Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3539
3540 * xpath.c: minor optimization
3541 * python/generator.py python/libxml.c python/libxml.py
3542 python/libxml_wrap.h: more work on the python bindings,
3543 they now support XPath and there is no evident leak
3544
3545Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3546
3547 * python/generator.py python/libxml.c python/libxml.py:
3548 more work on the python bindings generator.
3549
3550Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3551
3552 * python/generator.py python/libxml.c python/libxml_wrap.h:
3553 more work on the python bindings.
3554
3555Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
3556
3557 * python/generator.py python/libxml.c python/libxml.py
3558 python/libxml_wrap.h: commited early version of a python binding
3559 for private use only ATM
3560
3561Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3562
3563 * entities.c tree.c include/libxml/entities.h: applied patch
3564 from Anthony Jones to implement copy of DTD subtree too. Had
3565 just to keep 2 function private which really ought to become
3566 public ones.
3567
3568Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3569
3570 * xmllint.c: added pointers to the web pages in the usage()
3571
3572Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3573
3574 * tree.c: more fixes from Petr Kozelka for attribute handling
3575 in the tree API to align the semantic with DOM.
3576
3577Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3578
3579 * valid.c tree.c entities.c: another set of patches from
3580 Anthony Jones for copy operations cleanup and robustness
3581
3582Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3583
3584 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
3585 an alphabetic index based on comments content
3586 * doc/*: rebuilt the web site with the new references
3587
3588Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3589
3590 * parserInternals.h: Greg Sjaardema suggested to use an
3591 eponential buffer groth policy in xmlParserAddNodeInfo()
3592
3593Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3594
3595 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
3596 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
3597 doc/parsedecl.py doc/Makefile.am: updated the python extractor
3598 to generate cross-references, and added/updated the stylesheets
3599 to generate and link API indexes. The generic keyword index
3600 is not done yet.
3601 * doc/*.html: regenerated all the usual docs too
3602
3603Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
3604
3605 * debugXML.c: added an xpath function to the shell for T. V. Raman
3606
3607Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3608
3609 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
3610 debug routines.
3611
3612Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3613
3614 * tree.c: apply an patch from Petr Kozelka for unlink and replace
3615 support of attribute nodes
3616
3617Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3618
3619 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
3620 hopefully near complete and fully documented of the API in XML
3621 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
3622 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
3623 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
3624 include/libxml/parserInternals.h include/libxml/valid.hi
3625 include/libxml/xmlIO.h include/libxml/xmlerror.hi
3626 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
3627 include/libxml/xpath.h include/libxml/xpathInternals.h:
3628 Cleaned up the doc comments a lot in the process, the interface
3629 coverage is now 100%
3630
3631Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3632
3633 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
3634 extracts comments from the gtk-doc DocBook output (a bit
3635 convoluted but seems to work).
3636
3637Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3638
3639 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
3640 added an XML description of the API, moved the script generating
3641 it here. Added a "make api" target
3642
3643Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3644
3645 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
3646
3647Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3648
3649 * xpath.c include/libxml/xpathInternals.h: the change made to
3650 xmlXPathFuncLookupFunc was incompatible roll it back
3651
3652Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3653
3654 * SAX.c: cleanup patch from Anthony Jones
3655 * doc/Makefile.am: fix the headers to avoid in make scan
3656 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
3657 includes, * vs Ptr and general cleanup
3658 * parsedecl.py: first version of a script to extract the
3659 module interfaces, the goal will be to provide .decl or XML
3660 specification of the interfaces to build wrappers.
3661
3662Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3663
3664 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
3665 now provides return codes in case of errors
3666
3667Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
3668
3669 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
3670 Upgraded to trio baseline 1.6
3671 * strio.h strio.c: Replaced by triostr.h and triostr.c
3672
3673Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
3674
3675 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
3676 of strdup usage in the code
3677
3678Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3679
3680 * parser.c error.c: Keith Isdale complained rightly that
3681 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
3682
3683Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3684
3685 * tree.c: fixed the funxtion to set the xml: attributes
3686 * debugXML.c: added "setbase" to test it.
3687
3688Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
3689
3690 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
3691 to allow updating an attribute content
3692
3693Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3694
3695 * libxml.h: try to avoid problems when compiling on Windows
3696
3697Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
3698
3699 * hash.c: patch from Anthony Jones for hash.c allocation size
3700 * Makefile.am: trying to work around Yet Another Libtool Madness
3701 and build the 2.4.13 release finally ...
3702
3703Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
3704
3705 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
3706 * doc/* : update of the documentation
3707
3708Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
3709
3710 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
3711 at fixing #61290 :-(
3712
3713Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3714
3715 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
3716 Fixes bug #67229
3717
3718Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3719
3720 * tree.c: trying to avoid troubles when a subtree is copied
3721 and coalesced in part with the target tree. Should fix
3722 bug #67407
3723
3724Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
3725
3726 * valid.c: fixed validation of attributes content of type
3727 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
3728 values, very old bug. Fixes #67671
3729
3730Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3731
3732 * parser.c include/libxml/parserInternals.h tree.c: integrated
3733 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
3734 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
3735
3736Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3737
3738 * threads.c: applied Serguei Narojnyi's patch to add native
3739 thread support on the Win32 platform
3740 * testThreadsWin32.c Makefile.am: added the test program also
3741 from Serguei, Win32 specific
3742 * include/win32config.h include/libxml/xmlwin32version.h.in:
3743 added patch from Igor for the Windows thread specific defines.
3744
3745Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
3746
3747 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
3748
3749Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
3750
3751 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
3752 output page into XMLinfo.html. Close bug #66951 and
3753 raised by Robert Collins too.
3754
3755Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
3756
3757 * encoding.c: Paul Keogh pointed out a possibility of segfault
3758 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
3759 Closes bug # 68238
3760
3761Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
3762
3763 * doc/*.html: updated the Gdome2 links
3764
3765Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3766
3767 * libxml.h: Applied following patches from Robert Collins
3768 and make sure IN_LIBXML is defined when compiling it
3769 -------
3770 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
3771 as well as Visual C.
3772 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3773 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
3774 * strio.c (PLATFORM_UNIX): Define for Cygwin.
3775 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
3776 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
3777 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
3778 xmlSysIDExists xmlNoNetExists).
3779 * xmllint.c: Don't include winsock2.h for Cygwin.
3780
3781Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3782
3783 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
3784 when the version info is not present.
3785
3786Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3787
3788 * tree.c: Anthony Jones pointed out a problem in
3789 xmlStringGetNodeList() and provided a fix for it
3790
3791Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3792
3793 * parser.c: patch from Frank J Franklin to remove a bug in
3794 xmlCreatePushParserCtxt() when the initial buffer passed
3795 is large.
3796
3797Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3798
3799 * win32/*: big cleanup of the Windows/MSVC project files
3800 from Igor Zlatkovic
3801
3802Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3803
3804 * doc/Makefile.am: should fix #67674 and avoid troubles if
3805 xsltproc is not available or fails in the prefix provided
3806
3807Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
3808
3809 * xmlmemory.c: one more doc patch from Charlie Bozeman.
3810
3811Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3812
3813 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
3814 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
3815 Fixed a few other problems raised by Charlie Bozeman.
3816 * result/VC/ElementValid[5-7]: fixed the output
3817
3818Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
3819
3820 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
3821 patches from Charlie Bozeman. Regenerated the HTML docs.
3822
3823Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
3824
3825 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
3826 for Windows from Igor
3827
3828Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3829
3830 * xmllint.c: applied Justin Fletcher patch for --output or -o
3831
3832Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
3833
3834 * win32/libxml2/libxml2.def.src: close #67019
3835
3836Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3837
3838 * xmllint.c: applied Justin Fletcher generic timing patch
3839 similar to the one already applied to xsltproc.
3840
3841Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
3842
3843 * include/libxml/tree.h tree.c: applied documentation patches
3844 from Charlie Bozeman
3845
3846Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
3847
3848 *doc/xmllint.xml, xmllint.1 - document --dropdtd
3849
3850Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
3851
3852 * valid.c: fix the xmlStrdup() used in the previous patch.
3853 * valid.c: added --dropdtd
3854 * tree.c: fixed xmlUnlinkNode so it also removes the references
3855 from the document if the node is a DTD
3856
3857Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
3858
3859 * HTMLtree.c valid.c: cleanup some static declarations
3860
3861Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3862
3863 * xmllint.c: removed another strdup()
3864 * doc/FAQ: removed the HP/UX entry
3865
3866Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
3867
3868 * valid.c: fix bug #66816 when validating.
3869 * xmllint.c: don't use sys/time.h if configure did not found it
3870
3871Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
3872
3873 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
3874 xmlcatalog_man.xml
3875
3876Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
3877
3878 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
3879 xmlInitMemory() was declared twice
3880
3881Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
3882
3883 * globals.c: do not reference strdup() !
3884 * configure.in libxml-2.0.pc.in: trying to fix the libs
3885 of the various config extraction modules
3886
3887Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
3888
3889 * configure.in : preparing 2.4.12
3890 * doc/* : updated and rebuilt the docs
3891
3892Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3893
3894 * uri.c: closed bug #66159
3895 * testURI.c: added --escape option
3896 * configure.in: some cleanup for xml2-config --cflags
3897
3898Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
3899
3900 * globals.c testThreads.c: removed some misplaced includes
3901 of xmlversion.h
3902
3903Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
3904
3905 * threads.c: patch from Gary Pennington fixing a possible
3906 problem at initialization time.
3907
3908Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
3909
3910 * configure.in libxml.h parser.c testThreads.c macos/: integrated
3911 Eric Lavigne contribution to build libxml2 on MacOS using
3912 CodeWarrior.
3913
3914Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
3915
3916 * xmllint.c: applied Geert Kloosterman's patch to fix
3917 --repeat --timing output
3918
3919Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
3920
3921 * parser.c: Robin Berjon <robin@knowscape.com> found a case
3922 where non-wellformed XML declaractions were not detected.
3923
3924Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
3925
3926 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
3927
3928Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
3929
3930 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
3931 gets reset by xmlCleanupInputCallbacks() and this makes the
3932 function useless. Same for output.
3933
3934Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3935
3936 * xmlIO.c: robert pointed out a loop error in callback cleanups
3937
3938Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
3939
3940 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
3941 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
3942 they are not really tied to debugging
3943
3944Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
3945
3946 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
3947 * xmllint.c: better --catalogs description
3948
3949Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
3950
3951 * tree.c: fixed a couple of problems in xmlSetProp()
3952
3953Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
3954
3955 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
3956 unappropriate stdout output.
3957
3958Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
3959
3960 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
3961 by Denis Beurive, closes #65111
3962
3963Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
3964
3965 * valid.c: in case of content model validity error, don't
3966 print it if validity warnings were not requested.
3967
3968Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
3969
3970 * nanoftp.c: applied a couple of patches from Brian D Ripley.
3971 * parserInternals.c: removed the last exit() call. Print an
3972 unmaskable error on stderr instead (library mismatch detection)
3973
3974Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
3975
3976 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
3977 shell instructions from Heiko Rupp
3978
3979Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
3980
3981 * catalog.c: use the URL notation file:// for default catalog paths
3982
3983Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
3984
3985 * include/libxml/tree.h: better comments for _private fields
3986 * tree.c: removed a problem when copying an entity reference.
3987
3988Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
3989
3990 * vms/*: updated instructions and diffs from John A Fotheringham
3991
3992Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
3993
3994 * include/libxml/xmlerror.h: avoid an include problem if
3995 #include <libxml/xmlerror.h> happens first in code
3996 seems to be the case in KDE libs
3997
3998Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
3999
4000 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
4001 from Igor for Windows
4002
4003Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
4004
4005 * Makefile.am: Gary Pennington pointed out a missing prefix
4006
4007Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
4008
4009 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
4010 * doc/*: upgraded and rebuilt the docs
4011
4012Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
4013
4014 * HTMLparser.c: fix comment in scripts element parsing.
4015 * result/HTML/doc3*: updated the results.
4016
4017Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
4018
4019 * uri.c: another URI bug fix #63336, using Joel Young patch.
4020
4021Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
4022
4023 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
4024 a cleaned up version of the Pwd shell string generation.
4025
4026Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4027
4028 * valid.c include/libxml/tree.h: trying to fix namespaces +
4029 validation problems for good, closing #63619 in the process
4030 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
4031 wrong in this respect, fixed it.
4032
4033Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
4034
4035 * xmllint.c: Morus Walter patch to allow --format and --encode
4036
4037Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
4038
4039 * debugXML.c: Stefan Kost provided an help command for the shell
4040
4041Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
4042
4043 * debugXML.c: Heiko Rupp pointed that the shell would crash
4044 on empty nodesets returns.
4045
4046Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
4047
4048 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
4049 migh need the history libraries
4050
4051Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
4052
4053 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
4054 handle the case of < in quoted attributes, Bastian Kleineidam
4055
4056Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
4057
4058 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
4059 fixing catalog breakages
4060 * Makefile.am catalog.c result/catalogs/catal
4061 result/catalogs/mycatalog.* test/catalogs/catal*:
4062 fixed more problems in catalog support, added more regression tests
4063 for both XML and SGML catalog handling
4064
4065Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
4066
4067 * debugXML.c: applied an improvement to xmlGetLineNo() from
4068 Keith Isdale
4069
4070Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
4071
4072 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
4073 Side effect of the progressive catalog loading
4074
4075Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
4076
4077 * Makefile.am: confexecdir and confexec_DATA were defined twice
4078 pointed out by Karl Eichwalder
4079
4080Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
4081
4082 * xmlcatalog.c: avoid unlink() and use remove() instead.
4083
4084Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
4085
4086 * libxml.spec.in: cleanup
4087 * include/libxml/xmlwin32version.h: updated with 2.4.8
4088
4089Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
4090
4091 * encoding.c global.data globals.c testThreads.c: fix bug #63752
4092 of compiling libxml with a non standard set of options
4093
4094Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
4095
4096 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
4097 document --sgml option, fixing gnome bugzilla #63382
4098
4099Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
4100
4101 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
4102 breakage of 2.4.7, added a couple of really needed APIs
4103 like xmlCatalogIsEmpty() and xmlNewCatalog()
4104 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
4105 for install-catalog
4106 * configure.in: preparing 2.4.8
4107
4108Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
4109
4110 * HTMLtree.c tree.c include/libxml/HTMLtree.h
4111 include/libxml/tree.h include/libxml/xmlIO.h: more include
4112 cleanups, export cleanly one html output + format function.
4113
4114Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
4115
4116 * parser.c: removed initGenericErrorDefaultFunc call from
4117 xmlInitParser() since it could destroy previous calls to
4118 xsltSetGenericErrorFunc() effects
4119
4120Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4121
4122 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
4123 keyword.
4124
4125Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
4126
4127 * Makefile.am: cleanup
4128 * threads.c: cleanup too
4129 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
4130 from xsltproc
4131 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +00004132 dependency loop.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004133
4134Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
4135
4136 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
4137 was not used anymore !
4138
4139Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4140
4141 * configure.in: preparing 2.4.7
4142 * Makefile.am doc/Makefile.am: switched to the latest xmllint
4143 manual page from John
4144 * doc/*: updated the doc and rebuilt the generated pages
4145
4146Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
4147
4148 * xmlIO.c: closing bug #62711, the library should never
4149 close stdin or stdout.
4150
4151Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
4152
4153 * uri.c: second pass at fixing #63336, using Joel Young
4154 final patch. looks okay.
4155
4156Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
4157
4158 * uri.c include/libxml/uri.h: trying to clear #63336
4159 allowing the escaping routine to parse unconformant
4160 URI-References.
4161
4162Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
4163
4164 * vms/readme.vms vms/build_libxml.com nanoftp.c
4165 include/libxml/xmlversion.h.in: a few VMS updates from
4166 John A Fotheringham
4167 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
4168 and xmlCleanupOutputCallbacks() for the Perl binding people.
4169
4170Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
4171
4172 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
4173 apply fixes to close #63271 and avoid segfaults when
4174 the error routine gets callbed before xmlInitParser()
4175 get called.
4176 * nanoftp.c error.c: Applied patches from Justin Fletcher
4177 correcting some xmlGenericError misuses.
4178
4179Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
4180
4181 *doc/xmllint.xml, doc/xmllint.1
4182 New and improved man page for xmllint - .xml is the original, .1
4183 is the generated man page
4184
4185Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
4186
4187 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
4188 the web site from the main HTML document.
4189
4190Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4191
4192 * parser.c: fixed an erroneous validation bug when PE refs
4193 occurs in external parsed entities referenced from the
4194 internals subset
4195 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
4196 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
4197 added the associated testcase, it's a nice one.
4198 * HTMLparser.c: generate the DTD node as HTML still ...
4199 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
4200
4201Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4202
4203 * HTMLparser.c: fixed a bug in htmlNewDoc()
4204
4205Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4206
4207 * test/threads/*: added entities testing to the Thread test
4208 * testThreads.c: make the test reasonable
4209 * DOCBparser.c: fix the DTD public and system ID
4210 * xmllint.c: added --sgml for SGML DocBook importing
4211 * Makefile.am: added Docbtests target
4212
4213Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4214
4215 * nanoftp.c: use only "anonymous@" string for anonymous passwds
4216 * testThreads.c: removed bogus include
4217
4218Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4219
4220 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
4221 fixed a very serious (looping) validation bug
4222
4223Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
4224
4225 * include/libxml/globals.h include/libxml/threads.h threads.c
4226 testThreads.c: far more testing, cleaning up bugs
4227 * *.c : make sure globals.h is always included.
4228
4229Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
4230
4231 * HTMLparser.c: try to get rid of parser loops for good.
4232
4233Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
4234
4235 * configure.in: fixed some bugs in CFLAGS passing.
4236 * test/threads Makefile.am testThreads.c: added a specific
4237 threaded test case (really nasty, guaranteed).
4238
4239Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
4240
4241 * catalog.c: serious cleanup on the management of the
4242 XML catalog tree, more tests done, especially with
4243 the catalog PI.
4244
4245Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
4246
4247 * catalog.c: avoid a problem in catalog cleanup on SMP if
4248 catalogs were not initialized.
4249
4250Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
4251
4252 * catalog.c xpath.c: trying to cleanup the not thread safe
4253 parts of the library.
4254
4255Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
4256
4257 * include/libxml/globals.h configure.in global.data: make
4258 the allocation be per-thread a configure option
4259 * encoding.c include/libxml/parser.h: fixed compilation
4260 errors
4261
4262Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4263
4264 * include/libxml/parser.h: Norm reported that a few lines
4265 added were breaking libxslt compile, removed them for now
4266
4267Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
4268
4269 * parser.c parserInternals.c threads.c: debugged and fixed
4270 initialization problems which were giving troubles on SMP
4271 boxes.
4272
4273Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4274
4275 * include/libxml/Makefile.am: missing globals.h
4276
4277Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4278
4279 * globals.c: added a couple of standard includes.
4280
4281Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4282
4283 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
4284 include/libxml/parserInternals.h include/libxml/tree.h
4285 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
4286 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
4287 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
4288 Applied the last patches from Gary, cleanup, activated threading
4289 all user accessible global variables are now handled in globals.[ch]
4290 Still a bit rought but make tests passes with either
4291 --with-threads defined at configure time or not.
4292 * Makefile.am example/Makefile.am: added globals.[ch] and threads
4293 linking options
4294
4295Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4296
4297 * Makefile.am include/libxml/Makefile.am
4298 include/libxml/globals.h globals.c include/libxml/threads.h
4299 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
4300 configure.in: started integrating the core of the thread support
4301 not activated yet but half integrated. The code should still
4302 compile and work anyway.
4303
4304Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4305
4306 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
4307 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
4308 integrating the non-controversial parts of Gary Pennington
4309 multithread patches
4310 * catalog.c: corrected a small bug introduced
4311
4312Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4313
4314 * catalog.c include/libxml/catalog.h: very serious cleanup,
4315 isolating unportable code and as much as possible the accesses
4316 to the global shared catalog. May need more testing !
4317
4318Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4319
4320 * include/libxml/debugXML.h debugXML.c tree.c: integrating
4321 Keith Isdale patches for the XSLT debugger interfaces. Some
4322 cleanup
4323
4324Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4325
4326 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
4327 * DOCBparser.c: generate line nubers in elements
4328
4329Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4330
4331 * configure.in: preparing 2.4.6 release
4332 * doc/xml.html doc/html/*: updated and rebuilt the docs
4333 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
4334
4335Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
4336
4337 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
4338 adding documentation for DV's supercatalog support
4339
4340Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4341
4342 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
4343 super catalog support adding one API and one flag --sgml to
4344 xmlcatalog
4345
4346Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
4347
4348 * doc/xmlcatalog_man.xml, xmlcatalog.1
4349 One more crack at
4350 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4351
4352
4353Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4354
4355 * xpath.c: implemented xmlXPathObjectCopy for external objects
4356 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
4357
4358Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
4359
4360 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4361 finishing up fix to
4362 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
4363 the xmlcatalog man page display more elegantly
4364
4365Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
4366
4367 * configure.in: closing bug #61832
4368 * HTMLparser.c: removed a warning
4369
4370Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4371
4372 * xpath.c: fixing #61673 part I, do not loose doc information
4373 when copying result value trees.
4374
4375Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4376
4377 * xpath.c: trying to harden the XPath interpreter
4378
4379Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
4380
4381 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
4382 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
4383
4384Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4385
4386 * HTMLparser: repaired another loop problem
4387
4388Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4389
4390 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
4391 parsing.
4392 * xpath.c: fix bug #61291 the default XML namespace node is
4393 missing from the namespace axis.
4394 * tree.c: refuse to create namespaces nodes with prefix "xml"
4395
4396Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
4397
4398 * SAX.c: ouch a non-defined namespace could lead to a crash,
4399 fixed #61215
4400
4401Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4402
4403 * parserInternals.c: closed bug #61054
4404
4405Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4406
4407 * include/libxml/Makefile.am: closing #60708
4408
4409Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4410
4411 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
4412 adding xmlSAXParseFileWithData following Marco Stipek suggestion
4413
4414Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4415
4416 * valid.c: close bug #61550 when xml: wasn't considered a namespace
4417
4418Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4419
4420 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
4421 * DOCBparser.c HTMLparser.c parser.c: fixed typos
4422
4423Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
4424
4425 * catalog.c: Justin Fletcher provided cleaup code in case
4426 HAVE_STAT is not defined
4427 * include/win32config.h: Igor Zlatkovic suggested to have
4428 HAVE_STAT defined there
4429
4430Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4431
4432 * catalog.c - fixed typing error reported by M. Barros
4433
4434Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
4435
4436 * xmllint.c - fixing typo
4437
4438Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
4439
4440 * HTMLparser.c: small enhancement to prevent loop on
4441 unrecognizable data
4442
4443Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4444
4445 * parserInternals.c: applying patch from bug #60757 this
4446 should close it
4447
4448Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4449
4450 * catalog.c xmlcatalog.c: removed a couple of warning
4451 * xpath.c: try to solve the linking problem on platforms
4452 needing trio to compile
4453
4454Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4455
4456 * Makefile.am libxml.spec.in: backing up non-documented changes
4457 commited without review or aproval by Jens Finke <jens@gnome.org>
4458 * HACKING: made 100% clear that no commit should be done directly
4459
4460Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
4461
4462 * configure.in: Joe Orton provided a patch fixing a problem
4463 when iconv is specified to be in a non-standard directory
4464 but wasn't exported in xml2-config --cflags
4465
4466Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4467
4468 * configure.in: let's ship 2.4.5 before getting too much
4469 troubles with 2.4.4 errors.
4470
4471Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4472
4473 * encoding.c entities.c: do not output hexadecimal charrefs
4474 when serializing HTML since some version of Netscape can't
4475 grok it, generate decimal ones.
4476 * result/HTML/doc3.htm: output changed due to previous test
4477 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
4478
4479Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
4480
4481 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
4482 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
4483
4484Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
4485 Released 2.4.4
4486
4487 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
4488 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
4489 updated the configuration scripts systems accordingly
4490
4491Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4492
4493 * configure.in: preparing for 2.4.4
4494 * doc/xml.html doc/html/*: updated and rebuilt the docs
4495
4496Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
4497
4498 * win32/dsp/libxml2.def.src: tried to incorporate comments
4499 from bug #59220
4500
4501Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
4502
4503 * parser.c result/noent/wml.xml: fixed bug #59981 related
4504 to handling of '&' in attributes when entities are substitued
4505
4506Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4507
4508 * libxml.h include/libxml/xmlversion.h.in
4509 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
4510 Tried to close bug #60131
4511
4512Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4513
4514 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
4515
4516Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
4517
4518 * SAX.c: fixing bug #59946 on xmlns=""
4519
4520Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4521
4522 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
4523 but allocates a new error code.
4524
4525Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
4526
4527 * xmllint.c: John Fleck fixed typos in the options output
4528 * parser.c SAX.c: fix ignorable white space SAX selection
4529
4530Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4531
4532 * entities.c: Steve Underwood found the possibility of an
4533 ininite loop in case of error.
4534
4535Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4536
4537 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
4538
4539Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
4540
4541 * parser.c: warn if version is not 1.0 but it's not
4542 strictly speaking an error after analyzing the spec
4543
4544Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
4545
4546 *doc/catalog.html - add link to the html version of the
4547 man page, other linguistic cleanups
4548
4549Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
4550
4551 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
4552 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
4553 file, has not yet been included in the build.
4554
4555Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4556
4557 * catalog.c: removed a duplicate affectation Justin Fletcher
4558
4559Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
4560
4561 * tree.c: Armin Sander pointed a possible text coalescing
4562 problem, completed his patch.
4563
4564Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4565
4566 * trionan.c: Fixed const and volatile re-definition problem
4567
4568Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
4569
4570 * libxml.4 parser.c: doc updates from Heiko Rupp
4571 * parserInternals.c: 2 sanity checks from Heiko Rupp
4572
4573Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
4574
4575 * tree.c: applied patch from Armin Sander to make some pointers
4576 const in xmlCopyNode()
4577 * include/libxml/tree.h: added fix to the header
4578
4579Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4580
4581 * xpath.c: hum, restrict the integer usage gcc bug workaround
4582 to only gcc compilers so that other architecture don't get
4583 penalized by this limitation.
4584 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
4585
4586Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
4587
4588 * valid.c: fixed a Windows compiler warning (Chris Poblete)
4589 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
4590
4591Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
4592
4593 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
4594 --convert option to xmlcatalog to convert SGML ones to
4595 the XML syntax.
4596 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
4597
4598 2.4.3 got released at that point
4599Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
4600
4601 * catalog.c xmlIO.c: started some serious testing and fixed
4602 a few bug and optmization needs.
4603
4604Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4605
4606 * Makefile.am configure.in include/libxml/xmlwin32version.h:
4607 preparing for a 2.4.3 release even if it may not be ready yet
4608 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
4609 all file parsing lookup to go through the entity resolver, add
4610 to add an API to bypass it (needed to load catalogs themselves),
4611 some cleanup on the catalog code too.
4612 * nanoftp.c: small cleanup
4613 * doc/catalog.html: small update
4614
4615Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
4616
4617 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
4618 Jun Kuriyama
4619
4620Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
4621
4622 * doc/catalog.html: finished the catalog documentation
4623
4624Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
4625
4626 * doc/catalog.html doc/xml.html: added documentation about
4627 Catalog support, misses an API description
4628 * doc/html/*: reextracted the API pages
4629
4630Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
4631
4632 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
4633 Added the part about section 7.2 on URI resolution,
4634 fixed a side effect in the HTML parser, look complete
4635 and ready to rock except the URI/SystemID part!
4636
4637Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
4638
4639 * include/libxml/catalog.h include/libxml/parser.h
4640 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
4641 xmlIO.c: added support and APIs needed for the catalog PI
4642 * include/libxml/xmlIO.h: cleanup
4643
4644Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4645
4646 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
4647 include/libxml/catalog.h: starts to look okay, really
4648 plugged the new framework, cleaned a lot of stuff,
4649 added some APIs, except the PI's support missing this
4650 should be mostly complete
4651 * result/catalogs/* test/catalogs/*: added new test, enriched
4652 the existing one with URN ID tests
4653
4654Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4655
4656 * catalog.c: fixed nextCatalog
4657 * result/catalogs/docbook test/catalogs/*: started adding
4658 a small regression test
4659
4660Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
4661
4662 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
4663 more work on the XML catalog support.
4664 * parser.c include/libxml/parser.h: small cleanup seems using
4665 list as a public parameter name can give portability troubles
4666 * trionan.c trionan.h xpath.c include/libxml/trionan.h
4667 include/libxml/xpath.h include/libxml/Makefile.am: removed
4668 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
4669 wrappers
4670
4671Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
4672
4673 * Makefile.am trio.c triodef.h trionan.c xpath.c
4674 include/libxml/Makefile.am include/libxml/trionan.h:
4675 Re-worked Not-A-Number and Infinity support.
4676 * xmlcatalog.c: added readline include files
4677
4678Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
4679
4680 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
4681 testCatalog as xmlcatalog, making it an installed app
4682 adding a shell, and preparing it to be a /etc/xml/catalog
4683 management tool, though not ready yet
4684 * catalog.c include/libxml/catalog.h: adding support for
4685 XML Catalogs http://www.oasis-open.org/committees/entity/
4686 not finished, there is some interesting tradeoffs and a
4687 few open questions left.
4688
4689Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
4690
4691 * xmllint.c: fixed a line formatting problem
4692
4693Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
4694
4695 * SAX.c: removed a couple of unused variable (Albert Chin)
4696
4697Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
4698
4699 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
4700 trying to fix some troubles w.r.t. function returning
4701 const xxxPtr.
4702
4703Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4704
4705 * win32/dsp/libxml2.def.src: another set of symbols conditionally
4706 defined
4707
4708Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
4709
4710 * xpointer.c: removed unused var
4711
4712Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4713
4714 * testXPath.c: another small cleanup closing bug #59110
4715
4716Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
4717
4718 * win32/dsp/libxml2.def.src: small cleanup closing bug
4719 #59108
4720
4721Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
4722
4723 * example/gjobread.c: add xmlCleanupParser() before leaving
4724
4725Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
4726
4727 * config.h.in configure.in include/libxml/xmlwin32version.h:
4728 released 2.4.2
4729
4730Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
4731
4732 * include/libxml/valid.h debugXML.c valid.c: deprecate
4733 the non-boundchecking Sprintf functions, add Snprintf
4734 this should close bug #57984
4735
4736Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
4737
4738 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
4739 URIs before doing the lookups (pointed by Mark Vakoc)
4740
4741Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
4742
4743 * xpath.c: serious changes on Result Value Trees and NodeSets
4744 w.r.t. deallocation and collect operations. Probably not
4745 100% clean (merge of allocated trees smells like a problem).
4746 Seems sufficient to close #58943
4747
4748Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
4749
4750 * xmllint.c: adding a --format option
4751
4752Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
4753
4754 * xpath.c: count() was broken on Result Value Tree
4755 * xmlIO.c: fixed file:/// accesses on _WIN32
4756
4757Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
4758
4759 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
4760 macro was renamed, this should close bug #58683
4761
4762Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
4763
4764 * SAX.c: small fix fixing bug #58539 reported by coolo, in
4765 entity substitution mode text at the end of the entity might
4766 be added due to text coalescing.
4767 * nanoftp.c parser.c: small cleanup
4768
4769Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
4770
4771 * HACKING: added John Fleck right to commit in the doc subdir
4772
4773Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
4774
4775 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
4776 allow to inherit attributes from the DTD directly in the
4777 tree, this is needed for XPath and can be a useful feature.
4778 Inherited namespaces are always provided at the tree level now
4779 * test/defattr* result/defattr* result/noent/defattr*: added a couple
4780 of tests for this feature (XSLT being the prime user).
4781
4782Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
4783
4784 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
4785 testSAX.c xmlIO.c xmllint.c include/win32config.h
4786 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
4787 include/libxml/xmlwin32version.h.in win32/README.MSDev
4788 win32/dsp/*: applied Win32 Facelift No.2 patches from
4789 Igor Zlatkovic for Windows/MSC
4790
4791Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
4792
4793 * SAX.c: unparsedEntityDecl() the URI computation of the
4794 entity wasn't done breaking XSLT unparsed-entity-uri()
4795
4796Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
4797
4798 * xpath.c: fixed a bug when walking the descendants and
4799 the current node has no children
4800 * debugXML.c: show up when a text node is supposed to not be escaped
4801
4802Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4803
4804 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
4805 worked like the set:leading() function)
4806 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
4807
4808Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4809
4810 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
4811
4812Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4813
4814 * include/libxml/xmlIO.h: apply change to close #58141
4815 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
4816
4817Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4818
4819 * parser.c: when the internal subset uses a PE, then the
4820 included entity can use conditional sections.
4821
4822Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4823
4824 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
4825 when walking the namespace axis showing up in
4826 libxst/tests/general/bug-12
4827 * xmlmemory.c: added the possibility to trace a given block
4828 defined by its address
4829
4830Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4831
4832 * parser.c: don't override existing encoding specified before
4833 starting xmlParseDocument()
4834
4835Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4836
4837 * include/libxml/xmlwin32version.h: reinserted, needed for
4838 Windows users of CVS
4839
48402001-07-27 Darin Adler <darin@bentspoon.com>
4841
4842 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
4843 * testCatalog.c: Add include of <libxml/parser.h>.
4844
48452001-07-27 Darin Adler <darin@bentspoon.com>
4846
4847 * include/libxml/.cvsignore:
4848 * include/libxml/xmlwin32version.h:
4849 Remove this file from CVS because it's generated.
4850
4851Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4852
4853 * parser.c include/libxml/parser.h: applied const patches from
4854 Tom Moog #58002
4855
4856Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4857
4858 * xpath.c include/libxml/xpath{,Internals}.h: added a function
4859 lookup framework
4860
4861Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4862
4863 * tree.c: fixed xmlCopyNode() for documents
4864
4865Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4866
4867 * parser.c: fixed bugs #58073 reported by Greg Shtilman
4868
4869Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4870
4871 * parser.c: fixes bug #57652 reported by Morus Walter
4872
4873Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4874
4875 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
4876
4877Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4878
4879 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
4880 errors, lesson don't add new functions at 1am before a release
4881 * xpath.c: integrated fix from Bjorn to avoid divide by zero
4882 from XPath initialization when possible.
4883
4884Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4885
4886 * result/scripts/base*: removing history/readline changed
4887 this slightly
4888 * include/libxml/parser.h SAX.c parser.c parserInternals.c
4889 xmllint.c: make element content line number generation
4890 optionnal to avoid breaking old apps added interface to switch
4891
4892Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4893
4894 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +00004895 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004896 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
4897 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
4898 John Kroll fixes to allow saving to HTTP via PUT (or
4899 POST of needed).
4900 * doc/html/*.html: regenerated the docs
4901
4902Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4903
4904 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
4905 xmlHashScanFull and xmlHashScannFull3 to get passed the
4906 three keys as arguments to the callback function
4907
4908Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4909
4910 * configure.in Makefile.am: removed libxml softlink for good
4911 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
4912 100% coverage by gtk-doc
4913
4914Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4915
4916 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
4917 fixed serious troubles due to size_t vs. int mismatch
4918
4919Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4920
4921 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
4922
4923Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4924
4925 * include/libxml/xpath{,Internals}.h xpath.c: added a more
4926 convenient extension API for value and context managing
4927 Now handles external objects through xmlXPathPopExternal,
4928 xmlXPathWrapExternal and xmlXPathReturnExternal.
4929 Added functions for sets operations (intersection, etc.)
4930
4931Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4932
4933 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
4934 xmlIO.c tree.c parserInternals.c entities.c encoding.c
4935 HTMLparser.c: cleanup of global variables, marking some
4936 const or private.
4937
4938Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
4939
4940 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
4941 fixed xmlXPathNodeSetItem when passing index=0
4942
4943Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4944
4945 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
4946
4947Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4948
4949 * xmllint.c: fixed compilation under Cygwin #57503
4950 * TODO: update
4951
49522001-07-13 Peter Williams <peterw@ximian.com>
4953
4954 * config.h.in: add #undef HAVE_DLFCN_H
4955
4956 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
4957 builddir.
4958
4959Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4960
4961 * win32/libxml2/libxml2.def.src: added a couple of exported entries
4962 raised by #57348 and #57381
4963
4964Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4965
4966 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
4967 tree.c xpointer.c: store the line numbder in element->content,
4968 may break some software, need a configuration mechanism
4969
49702001-07-10 Darin Adler <darin@bentspoon.com>
4971
4972 * .cvsignore:
4973 * example/.cvsignore:
4974 * include/.cvsignore:
4975 * include/libxml/.cvsignore:
4976 Various things that are generated and should be ignored.
4977
4978Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4979
4980 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
4981 * doc/xml.html doc/html/*: updated the docs
4982
4983Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4984
4985 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
4986 validation occured on content with element child
4987
4988Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4989
4990 * tree.c: fixed XML Base computation which was broken
4991 * debugXML.c: added a base function to the shell
4992 * Makefile.am result/scripts/* test/scripts/*: added scripts
4993 based regression tests, and adding 2 XML Base tests
4994
4995Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
4996
4997 * tree.c: set properties doc and call xmlSetListDoc for properties
4998 content when grafting them in a different tree.
4999 * aclocal.m4: remove from CVS
5000
5001Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5002
5003 * win32/libxml2/libxml2.def.src: added some missing entry point
5004 for XPath (Mark Vakoc)
5005
5006Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5007
5008 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
5009 layer should URI-Unescape before trying to open resources.
5010
5011Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5012
5013 * xpath.c: fix the name() bug for elements in the default
5014 namespace reported by Charlie Bozeman
5015
5016Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5017
5018 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
5019 led to an XPath fix, improvements of SAX initialization, and
5020 an added option --nocdata to testXPath
5021
5022Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5023
5024 * doc/libxml-doc.el: Felix Natter provided anew version working
5025 with XEmacs too
5026
5027Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5028
5029 * include/libxml/xpath.h: small cleanup
5030 * doc/xml.html: update
5031
5032Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5033
5034 * Makefile.am configure.in include/libxml/xmlwin32version.h:
5035 released 2.3.14
5036
5037Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5038
5039 * doc/html/*: rebuilt the docs for the release
5040 * doc/xml.html: added 2.3.14 release.
5041
5042Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5043
5044 * xpath.c: a bug reported by Stephan Kulow empty nodesets
5045 were not equal to empty strings
5046
5047Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5048
5049 * SAX.c: fixed a URI-Reference computation problem when validating
5050 * xmlIO.c: small cleanup
5051
5052Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5053
5054 * parser.c: improved the description of a couple of interfaces
5055 upon Larry Stamper suggestion
5056
5057Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5058
5059 * SAX.c entities.c parser.c: changed completely the way entities
5060 are handled when running the parser in entity substitution mode.
5061 This fixes a bug reported by Stephan Kulow and nearly divides
5062 by 3 the amount of memory required by libxslt to load and process
5063 DocBook TDG.
5064
5065Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5066
5067 * HTMLparser.c: fixing a too early root closing problem raised
5068 byt Prashanth Naidu
5069
5070Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5071
5072 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
5073 raised by Mark Vakoc.
5074
5075Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5076
5077 * example/Makefile.am: fixed the include path to add srcdir/include
5078 * Makefile.am configure.in: fix from Albert Chin for iconv detection
5079 and some cleanup
5080
5081Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5082
5083 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
5084 lot of optimization work, results in significant improvements
5085 when handling really complex XPath queries. Add a small optimizer
5086 for unions, improve [n] and [last()], avoid some costly ops.
5087
5088Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5089
5090 * include/libxml/parser.h parser.c: xmlStrstr args are both const
5091 * xpath.c: small cleanup
5092 * xmlGetNsList: reformated, fixed problems if used on Entities
5093
5094Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5095
5096 * doc/xml.html: added 1.8.14 and 2.3.13 releases
5097
5098Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5099
5100 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
5101 * Makefile.am example/Makefile.am: workaround automake generating
5102 erroneous deps
5103
5104Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5105
5106 * include/win32config.h: bug #56801 Yon Derek provided a patch
5107 to the windows config file.
5108
5109Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5110
5111 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
5112 libxml.h : Yon Derek provided a set of changes to compile from
5113 CVS on Windows/MSC
5114
5115Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5116
5117 * parser.c: fixed UTF8 BOM support in push mode
5118 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
5119 added a specific testcase
5120
5121Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5122
5123 * Makefile.am: added --push regression tests
5124 * parserInternals.c: the XML parser segfaulted in --push mode
5125
5126Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5127
5128 * configure.in: moved the symlinks detection within a CVS
5129 check, this is not portable and will be removed soon.
5130 * xpath.c: small cleanup/speedup
5131
5132Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5133
5134 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
5135 release of 2.3.12
5136 * parser.c: make an error message if unknow entities in all cases
5137
5138Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5139
5140 * uri.c: fixed 2 uri normalization bugs on '//' reduction
5141
5142Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5143
5144 * include/libxml/Makefile.am: Laszlo Peter pointed out that
5145 includes were installed in the wrong dir
5146
5147Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5148
5149 * doc/html.xml: warn against sending code to exhibit bugs.
5150
5151Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5152
5153 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
5154 Tru64 from Thomas Leitner
5155
5156Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5157
5158 * AUTHORS: added William and Bjorn
5159 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
5160 daniel@veillard.com hopefully I won't have to do this again
5161 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
5162 docs can be rebuilt cleanly now
5163 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
5164 from CVs it's generated, added include/libxml/xmlwin32version.h
5165 also generated but which should change far less frequently.
5166 * catalog.c nanoftp.c: made sure to include libxml.h not
5167 libxml/xmlversion.h directly
5168 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
5169 when compiling on WIN32 and MSC
5170
5171Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5172
5173 * include/Makefile.am include/libxml/Makefile.am configure.in:
5174 fixed make distcheck and rebuilding the rpms
5175
5176Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5177
5178 * configure.in: should finish the migration of exported includes
5179 into a real include/libxml in CVS, at least for CVS users.
5180 * removed the exported headers, added in include/libxml (as well
5181 as xmlversion.h.in).
5182
5183Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5184
5185 * configure.in: fixed the way to detect symlink
5186
5187Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5188
5189 * configure.in: updated, include/libxml is now a real CVS dir
5190
5191Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5192
5193 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
5194 version works with both libxml1 and libxml2 (it autodetects
5195 the prefix of the html-files) from Felix Natter.
5196 * doc/xml.html: updated doc accordingly
5197
5198Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5199
5200 * xpath.c: fixed the bug generating a template loop in libxslt
5201 when using docbook-xsl-1.4, * should filter out document nodes
5202 * HACKING: added William
5203 * TODO: updated
5204
5205Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5206
5207 * doc/FAQ.html: added a warning about gcc-3.0
5208 * doc/xml.html: added reference to gdome2 and removed a confusing
5209 sentence
5210
5211Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5212
5213 * xmlversion.h: okay this is a generated file, but Windows
5214 users need it and they can't generate it, and I want CVS
5215 Windows users ...
5216 * win32/libxml2/libxml2_so.dsp: Windows project file for
5217 the shared lib version of libxml2
5218 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
5219 resources needed for libxslt/xsltproc by Yon Derek
5220
5221Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5222
5223 * trio.c: MSVC fix (provided by Igor Zlatkovic)
5224
5225Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5226
5227 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
5228
5229Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5230
5231 * include/win32config.h: Yon Derek provided a first fix
5232 to be able to compile libxslt/xsltproc on Windows
5233
5234Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5235
5236 * xpath.c: attempt to work around what seemed a gcc optimizer
5237 bug when handling floats on i386 http://veillard.com/gcc.bug
5238 * tree.c entities.c encoding.c: doing some cleanups while
5239 chasing it
5240
5241Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5242
5243 * Makefile.am: cleanup when --without-debug is specified
5244 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
5245 w.r.t. --without-debug and other include points
5246 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
5247 Catalogs
5248 * configure.in entities.h tree.h HTMLparser.c: removed
5249 --without-corba, made the _private field mandatory
5250
5251Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5252
5253 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
5254 outputs a BOM in UTF8, an errata has been issued to avoid the
5255 problem, that was the most reasonable solution... Add support
5256 for a leading UTF8 BOM in entities.
5257
5258Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5259
5260 * valid.c: fixed a bug found when post validating an entity ref
5261 * xmllint.c: added --loaddtd and sligly changed --postvalid to
5262 activate it too
5263
5264Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5265
5266 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
5267 weakness in the node copy the XPointer and the XInclude
5268 implementations. Serious cleanup.
5269
5270Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5271
5272 * Makefile.am: Kjartan Maraas provided a small patch to
5273 add xml2-config.in to EXTRA_DIST
5274
5275Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5276
5277 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
5278 provided another failing case found in KDE, the way the
5279 ctxt->vctxt.nodeTab was allocated and freed changed over
5280 time but it wasn't completely cleaned up. This should fix it.
5281
5282Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5283
5284 * parser.c: Stephan Kulow also raised the fact that line number
5285 could get miscounted making debug harder, fixed the problem
5286 in xmlParseCharData()
5287
5288Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5289
5290 * valid.c: Stephan Kulow pointed out a problem when validating
5291 and using an empty entity, forgot a 'break' in a case.
5292
5293Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5294
5295 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
5296 * doc/xml.html: updated with 2.3.11
5297
5298Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5299
5300 * TODO: updated adding cleanup of generated doc
5301 * configure.in: prepared to release 2.3.11
5302 * xmllint.c: added --version for bug reporting
5303 * doc/html/*.html: rebuilt the doc
5304
5305Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5306
5307 * xpath.c: first part of the work on selecting namespace to
5308 fix bug #56115
5309
5310Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5311
5312 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
5313 when using -liconv
5314 * TODO: updated
5315
5316Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5317
5318 * HTMLtree.[ch]: more work on the HTML serialization routnes,
5319 cleanup, encoding support.
5320
5321Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5322
5323 * xpath.c: Thomas Broyer suggested a better patch for the / arg
5324
5325Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5326
5327 * xpath.c: bug detected by Ankh when / is used as a function arg
5328
5329Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5330
5331 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
5332 of element and use it to avoid outputting formatting spaces at
5333 the wrong place. Implemented the format parameter for HTML save.
5334 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
5335 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
5336 result/HTML/wired.html: of course this impact the result of a
5337 number of HTML tests
5338
5339Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5340
5341 * HTMLtree.[ch]: started augmenting the HTML save API with
5342 encoding and formatting parameters
5343
5344Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5345
5346 * HTMLtree.h: cleanup and started evaluating the work needed on
5347 revamping the HTML output code
5348
5349Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5350
5351 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
5352
5353Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5354
5355 * valid.c: fixed bug #56049, forgot one check in the
5356 validation routine
5357
5358Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5359
5360 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
5361
5362Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5363
5364 * libxml.h: fixed an error in last commit
5365 * doc/FAQ.html: added an entry for compilation from CVS
5366
5367Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5368
5369 * xmlversion.h.in libxml.h: Cygwin patches
5370 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
5371 * tree.h: cleanup
5372
5373Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5374
5375 * tree.c: patched xmlFreeNode() to avoid freeing() a static
5376 memory block in a strange case where libxml is linked twice
5377 in the binary.
5378
5379Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5380
5381 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
5382 state far too often, simple fix used to avoid it.
5383
5384Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5385
5386 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
5387 being processed, applied his patch
5388 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
5389
5390Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5391
5392 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
5393 provided fixes to compile on MSCC again
5394 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
5395 also provided an update for the project files.
5396
5397Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5398
5399 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
5400 bug #55810
5401
5402Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5403
5404 * tree.c: fixed xmlGetNsProp() to close bug #55683
5405 Note this requires libxslt to use it's own function instead.
5406
5407Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5408
5409 * HTMLtree.c: when in a pre element no formatting space should
5410 be added.
5411 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
5412
5413Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5414
5415 * configure.in: added tests for signal() and signal.h
5416
5417Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5418
5419 * xpath.c: robert pointed out xmlXPathNINF was not initialized
5420
5421Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5422
5423 * doc/libxml-doc.el: Felix Natter provided a new version for
5424 libxml2
5425
5426Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5427
5428 * HTMLtree.c: when in a pre element no formatting space should
5429 be added.
5430
5431Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5432
5433 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
5434
5435Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5436
5437 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
5438 hack
5439 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
5440 * uri.c: fixed a warning
5441
5442Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5443
5444 * HTMLtree.c: trying to close bug #55772 escaping in script
5445 elements
5446 * doc/xml.html: suggest to send mail to the list
5447
5448Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5449
5450 * error.c: attempt to fix the xmlGetVarStr breakage once and for
5451 good. Use a macro and based on the solution provided in
5452 vsnprintf manual page from GNU.
5453
5454Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5455
5456 * error.c: Workaround for non-preserving variadic list.
5457 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
5458
5459Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5460
5461 * doc/xml.html: added 2.3.10 release
5462
5463Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5464
5465 * configure.in: releasing 2.3.10
5466
5467Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5468
5469 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
5470
5471Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5472
5473 * encoding.c: Robert Collins provided a patch to add the
5474 "US-ASCII" encoding alias
5475
5476Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5477
5478 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
5479 string oriented functions and started cleaning the related areas
5480 in xpath.c which needed fixing in this respect
5481
5482Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5483
5484 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
5485 #55380
5486 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
5487
5488Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5489
5490 * TODO: updated
5491 * nanohttp.[ch] : started adding APIs to get the redirected URL
5492 when this occurs (needed for further base computation
5493 * tree.h: cleanup
5494 * encoding.c: cleanup
5495 * SAX.c: minor change around ctxt->loadsubset
5496
5497Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5498
5499 * Makefile.am include/Makefile.am: small change to have
5500 include/libxml rebuilt if working from CVS.
5501 * uri.c: applied another patch from Carl Douglas for URI escaping,
5502 this should close bug #51876
5503
5504Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5505
5506 * xinclude.c: fixed XInclude recursive behaviour bug #54678
5507 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
5508 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
5509 added specific regression test
5510 * parser.h: preparing for the XSLT mode where DTD inherited
5511 attributes are added to the tree.
5512
5513Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5514
5515 * xinclude.[ch]: Updated the namespace for the Last Call version
5516 * result/XInclude/include test/XInclude/include: updated the
5517 testsuite accordingly
5518
5519Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5520
5521 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
5522 related to bug #51876
5523
5524Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5525
5526 * tree.c: fixed a gross mistake in base computation, xml:base is
5527 not completely correct yet (need cascade).
5528 * xpath.[ch]: added the few things needed to find a function name
5529 and URI from the XPath context when it is called.
5530
5531Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5532
5533 * catalog.[ch]: fixes and add xmlLoadCatalogs()
5534 * DOCBparser.c: small cleanup
5535 * xmllint.c: added a --catalogs option to load catalogs from
5536 $SGML_CATALOG_FILES
5537 * tree.c: cleanup
5538 * configure.in: iconv library fixup, ICONV_LIBS
5539
5540Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5541
5542 * catalog.c: handling of CATALOG entries. detection of recursion,
5543 and a few bugfixes
5544 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
5545 against the default namespace
5546
5547Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5548
5549 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
5550
5551Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5552
5553 * parser.c: fixed propagation context info when parsing an
5554 external entity.
5555 * doc/html/*.html: regenerated a couple of docs
5556
5557Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5558
5559 * doc/xml.html: update with 2.3.9 informations
5560
5561Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5562
5563 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
5564 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
5565 * doc/html/* : rebuilt the docs
5566 * valid.c: small patch which may improve some case when
5567 validating.
5568
5569Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5570
5571 * HTMLparser.c: Closed bug #54891
5572 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
5573 to the suite
5574
5575Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5576
5577 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
5578 applied a documentation patch from LotR and filled in a few missing
5579 descriptions
5580
5581Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5582
5583 * xpath.c tree.c parser.c: speed optimizations at the parser level
5584 document tree freeing and xpath evaluation
5585
5586Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5587
5588 * parser.c parser.h parserInternals.h: fixed a couple of
5589 interfaces for handling memory buffer input to const char *
5590 upon suggestion of JamesH.
5591
5592Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5593
5594 * configure.in: LoTR sent a patch fixing the previous commit
5595
5596Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5597
5598 * configure.in: trying to deal again with the stoopid -R linking
5599 flag of Solaris
5600
5601Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5602
5603 * xpath.h: two nodeset access macros from Thomas Broyer
5604
5605Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5606
5607 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
5608 patch from Thomas Broyer
5609
5610Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5611
5612 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
5613 case
5614 * INSTALL: was empty added stuff from the FAQ
5615
5616Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5617
5618 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
5619 attributes handling and #54433 by adding xmlUnsetProp()
5620 and xmlUnsetNsProp()
5621
5622Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5623
5624 * HTMLparser.c: Patch from Jonas Borgström
5625 (htmlGetEndPriority): New function, returns
5626 the priority of a certain element.
5627 (htmlAutoCloseOnClose): Only close inline elements if they
5628 all have lower or equal priority.
5629 * result/HTML: this of course changed a number of tests results.
5630
5631Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5632
5633 * xmlIO.c catalog.c: plugged in the default catalog resolution
5634 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
5635 documentations
5636 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
5637
5638Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5639
5640 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
5641 integrating catalogs
5642 * catalog.[ch] testCatalog.c: adding a small catalo API
5643 (only SGML catalog support).
5644 * parser.c: restaured xmlKeepBlanksDefault(0) API
5645
5646Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5647
5648 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
5649
5650Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5651
5652 * parser.c: added xmlParseExternalEntityPrivate() to allow
5653 propagation of ctxt->_private when parsing external entities
5654
5655Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5656
5657 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
5658
5659Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5660
5661 * configure.in: fixed a small portability problem with AM_CONDITIONAL
5662
5663Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5664
5665 * valid.c: warn when indeterminist content model is detected
5666 * result/VC/ElementValid8: this adds a message
5667 * Makefile.am: add --novalid for VCM tests
5668 * parserInternals.c: added a call to Init memory
5669
5670Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5671
5672 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
5673 when both parameters are NULL.
5674
5675Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5676
5677 * valid.c: applied small patch from Gary Pennington, reindented
5678 some part of the code.
5679
5680Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5681
5682 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
5683 release, updated and regenerated the docs
5684
5685Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5686
5687 * xpath.c result/XPath/expr/floats : clarified and cleanup
5688 printing of abnormal floats in tests.
5689
5690Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5691
5692 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
5693 * results/HTML/ : a few changes in the output of the HTML tests as
5694 a result.
5695 * configure.in: tying to fix -liconv where needed
5696
5697Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5698
5699 * Makefile.am: fixed a stupid error
5700
5701Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5702
5703 * configure.in Makefile.am: make the inclusion of the trio
5704 modules in the library conditional
5705
5706Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5707
5708 * DOCBparser.c: patche from László Kovács, fixed entities refs
5709 in attributes handling
5710
5711Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5712
5713 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
5714 flushing
5715
5716Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5717
5718 * xpath.c: fix of an XSLT namespace bug reported on the list
5719 general/bug-8-
5720
5721Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5722
5723 * strio.h trio.c: Dan McNichol suggested a couple of small
5724 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
5725
5726Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5727
5728 * tree.c parser.c encoding.c: spent a bit more time looking
5729 at the parsing speed and DOM handling. Added a few more
5730 speedups.
5731
5732Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5733
5734 * parser.c: small but effective parsing speed improvement
5735
5736Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5737
5738 * configure.in: default on the DocBook parser inclusion (for Gnome)
5739 * DOCBparser.h: fixed a header reference
5740
5741Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5742
5743 * configure.in xpath.c: applied Bjorn patches for FPE on the
5744 alpha
5745
5746Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5747
5748 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
5749 xmlSaveFormatFileTo()
5750
5751Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5752
5753 * xpath.c: simple and efficient optimization, XPath functions
5754 aways bind to the same code, cache this
5755 * TODO: updated (by saying some is obsolete)
5756
5757Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5758
5759 * xpath.c: more cleanup work on XPath name parsing routines
5760
5761Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5762
5763 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
5764 xmlXPathParseName
5765 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
5766 * debugXML.c: avoid compilation problems if compiling without
5767 HTML support, Igor Zlatkovic
5768 * win32/libxml2/libxml2.def.src: being able to compile without
5769 XPath on Windows
5770
5771Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5772
5773 * libxml.m4: yet another patch from Toshio Kuratomi
5774
5775Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5776
5777 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
5778
5779Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5780
5781 * tree.[ch]: added xmlSaveFormatFile interface for saving
5782 and indenting a file.
5783
5784Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5785
5786 * xpath.c: fixed bug #53689 related to processing-instruction()
5787
5788Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5789
5790 * DOCBparser.c: patche from László Kovács
5791
5792Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5793
5794 * parser.c: applied fixes from Christian Glahn bug report #53391
5795
5796Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5797
5798 * error.c: Jean François Lecomte provided a complete description
5799 and a fix to bug #53537
5800
5801Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5802
5803 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
5804
5805Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5806
5807 * DOCBparser.c SAX.c: a bit more work on entities processing.
5808 Still Need to cleanup XML output and references in attributes
5809
5810Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5811
5812 * DOCBparser.c include/Makefile.am: two patches from László Kovács
5813
5814Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5815
5816 * tree.c: trying to fix #53574, not completely complete,
5817 I would like xmllint --copy --debug test/ent1 and
5818 xmllint --debug test/ent1 to show the same result.
5819 * xpath.c: fix a bug when trying to sort namespace nodes
5820
5821Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5822
5823 * HTMLtree.c: real fix for #53402
5824
5825Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5826
5827 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
5828 PIs when using xsl:output
5829 * valid.c: closing #53537 some case generate segfaults if there
5830 is validity errors
5831
5832Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5833
5834 * SAX.c testDocbook.c DOCBparser.c: more work on the support
5835 of external parsed entities, added --noent to testDocbook
5836 * valid.c: Garry Pennington found an uninitialized variable
5837 access in xmlValidateElementContent()
5838
5839Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5840
5841 * HTMLparser.c : HTML parsing still sucks ... trying to deal
5842 with madness
5843 * result/HTML/ : this modified the result of the regression tests
5844 a lot.
5845
5846Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5847
5848 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
5849 to doc where it wasn't checked against NULL reported by
5850 Jens Laas
5851
5852Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5853
5854 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
5855 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
5856
5857Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5858
5859 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
5860 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
5861 * SAX.[ch]: cleanup and updates for DocBook
5862 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
5863 ex SGML identifier changes
5864 * valid.c: removed a static unused function.
5865
5866Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5867
5868 * HTMLtree.c: applied change for Paul Sponagl on script saving
5869 * Makefile.am: the warning about entity title.xml are normal.
5870
5871Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5872
5873 * configure.in: release of 2.3.7
5874 * Makefile.am: fixing make distcheck
5875
5876Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5877
5878 * doc/html/* doc/xml.html: updated and regenerated the docs
5879
5880Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5881
5882 * xpath.c: fixed the XPointer problem introduced in 2.3.6
5883
5884Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5885
5886 * tree.c: fixed #53388 with the provided patch
5887
5888Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5889
5890 * valid.c: Bjorn detected an invalid memory access. Fixed
5891 vstateVPush()
5892
5893Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5894
5895 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
5896
5897Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5898
5899 * libxml.h: new header used only for the compilation of libxml
5900 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
5901 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
5902 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
5903 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
5904 xmlmemory.c xpath.c xpointer.c: libxml.h integration
5905 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
5906 baseline (version 1.2 plus a single patch).
5907 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
5908 scientific notation for numbers. Tests added.
5909 * xpath.c: formatting of numbers changed to use sprintf
5910 (contribution from William Brack)
5911
5912Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5913
5914 * valid.c: cleanup, more useful debugging
5915 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
5916 * xmlIO.c: entity loading is printed as an error when validating
5917
5918Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5919
5920 * valid.c: fixed to validate within entities
5921 * test/VCM/v22.xml: added a specific testcase
5922
5923Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5924
5925 * valid.c: forgot an epsilon transition in for ()+
5926 * test/VCM/v21.xml : added a specific test case
5927
5928Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5929
5930 * valid.c: removed a state explosion exhibited by RSS
5931 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
5932 from bug #51872
5933
5934Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5935
5936 * valid.[ch] tree.h: worked *hard* to get non-determinist content
5937 validation without using an ugly NFA -> DFA algo in the source.
5938 Made a specific algorithm easier to maintain, using a single
5939 stack and without recursion.
5940 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
5941 * hash.c: made the growing routine static
5942 * tree.h parser.c: added the parent information to an
5943 xmlElementContent node.
5944
5945Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5946
5947 * SAX.c parser.c xpath.c: generating IDs when not validating
5948 from an external parsed entity was poisoning the ID has table
5949 with removed values. This was killing XSLT on the KDE help
5950 browser.
5951
5952Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5953
5954 * entities.h: andrew@ugh.net.au detected a double declaration
5955
5956Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5957
5958 * debugXML.c hash.c tree.h valid.c : some changes related to
5959 the validation suport to improve speed with DocBook
5960 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
5961 the way validation errors get reported
5962
5963Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5964
5965 * HTMLparser.c HTMLtree.c: applied part of the patches provided
5966 by P C Chow and William M. Brack for XSLT HTML output
5967
5968Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5969
5970 * xmlversion.h.in win32config.h win32/libxml2/*: applied
5971 Igor Zlatkovic patches for MSC compilation and added his
5972 updates
5973
5974Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5975
5976 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
5977 prefix lookup.
5978 * parserInternals.c: fixed the bug reported by Morus Walter
5979 due to an off by one typo in xmlStringCurrentChar()
5980
5981Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5982
5983 * HTMLparser.c result/HTML/*: revamped the way the HTML
5984 parser handles end of tags or end of input
5985
5986Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5987
5988 * tree.[ch] : added xmlDocCopyNode for gdome2 support
5989
5990Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5991
5992 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
5993 bug where the linktime verions of free() won't work ...
5994
5995Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5996
5997 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
5998
5999Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6000
6001 * doc/xml.html: added 2.3.6 release
6002
6003Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6004
6005 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
6006 * result/wml.xml: resulted in a small output change
6007
6008Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6009
6010 * tree.c: xmlNewDoc was missing the charset initialization
6011 * xmllint.c: added --auto to autogenerate a doc, allow to
6012 reproduce the problem fixed on xmlNewDoc
6013
6014Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6015
6016 * xpath.c: trying to get 52979 solved
6017 * tree.c result/ result/noent/: trying to get 52712 solved, this
6018 also made me clean up the fact that XML output in general should
6019 not add formating blanks by default, this changed the output of
6020 a few tests
6021
6022Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6023
6024 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
6025
6026Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6027
6028 * configure.in: finally released 2.3.6
6029
6030Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6031
6032 * xpath.c: checking for null pointer generated by new code
6033
6034Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6035
6036 * xpath.c: fixed a [] evaluation problem reported
6037 * test/XPath/tests/simpleaddr: extended test
6038 * result/XPath/simpleaddr: updated result
6039
6040Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6041
6042 * xmllint.c: Dan Timis reported a portability problem
6043 on Macs without mmap, fixed it.
6044
6045Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6046
6047 * testXPath.c : added a --tree option allowing to display the
6048 tree dump of the XPath expression
6049
6050Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6051
6052 * xpath.c: fixed a memleak when comparing nodesets
6053 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
6054 * tree.c: added a TODO
6055
6056Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6057
6058 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
6059 we need string functions
6060 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
6061 to be able to use them where needed. Applied some changes
6062 to reduce name linking pollution and compile in only what's
6063 needed.
6064 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
6065 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
6066 for the string manipulation functions
6067 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
6068 to the free() function of xmlmemory.c
6069 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
6070 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
6071 usage.
6072
6073
6074Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6075
6076 * error.c: applied the context output patch of the error
6077 handling submitted by Chuck Griffith
6078 * error/VC/*: this slightly change some error logs
6079
6080Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6081
6082 * parser.c: fixed line number reporting on error
6083
6084Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6085
6086 * parser.c: Sullivan and Darin found a parser bug,
6087 applied the patch.
6088
6089Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6090
6091 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
6092 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
6093 xmlversion.h.in xpointer.c: of course the way I defined
6094 UNUSED breaks on old gcc version. Try to be smart and
6095 also define it directly in xmlversion.h
6096 * configure.in: removed -ansi flag from the pedantic set
6097
6098Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6099 Huge cleanup, I switched to compile with
6100 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
6101 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
6102 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
6103 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
6104 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
6105 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
6106 encoding.h entities.c error.c list.[ch] nanoftp.c
6107 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
6108 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
6109 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
6110 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
6111 Cleanup, staticfied a number of non-exported functions,
6112 detected and cleaned up a dozen of problem found this way,
6113 avoided a lot of public function name/typedef/system names clashes
6114 * doc/xml.html: updated
6115 * configure.in: switched private flags to the really pedantic ones.
6116
6117Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6118
6119 * configure.in: 2.3.5
6120 * doc/html/*: rebuilt the docs
6121
6122Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6123
6124 * parser.c: fixed a reported bug in NOTATION parsing
6125 * uri.c: accepted but not fixed bug 51876, added TODO
6126 * Makefile.am: fixed bug 51876
6127
6128Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6129
6130 * config.h.in configure.in error.c: fix a compilation problem
6131 on platforms without vsnprintf (xml@thewrittenword.com)
6132
6133Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6134
6135 * parser.c: fixed a function name header typo
6136 * SAX.c: notations can also occur in external subset.
6137
6138Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6139
6140 * error.c: removed a C++ like comment
6141
6142Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6143
6144 * parser.c: fixing bug 52299 strange condition leading
6145 to a parser crash due to a buffer overflow
6146 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
6147 added the specific test case
6148
6149Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6150
6151 * xpath.[ch]: still a lot of cleanup based on XSLT, added
6152 xmlXPathConvert{String,Number,Boolean} to be able to make
6153 type casts without a context stack, fixed some implementation
6154 problems related to the absence of context at parse-time,
6155 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
6156 in the public API too
6157 * xpointer.c xpathInternals.h: we need to know at parse time
6158 whether we are compiling an XPointer
6159
6160Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6161
6162 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
6163 cleaned up the parser internals, refactored XPath code, added
6164 new compilation based APIs and cleanly separated public and
6165 private APIs.
6166
6167Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6168
6169 * xpath.h: the comp field must be added at the end to avoid
6170 killing binary compat.
6171
6172Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6173
6174 * Makefile.am: detect XPath memleaks in regreson tests
6175 * error.c: fixed and error w.r.t. error reporting still using
6176 stderr
6177 * hash.c: added new line at end of file
6178 * tree.h: minor cleanup
6179 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
6180 expression parsing from evaluation, resulted in a number of
6181 changes internally, and in XPointer. Likely to break stuff
6182 using xpathInternals.h but should remain binary compatible,
6183 new interfaces will be added.
6184
6185Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6186
6187 * configure.in: fixed a couple of problems reported by
6188 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
6189 without gcc on non linux platforms.
6190
6191Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6192
6193 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
6194 a fix for --with-html-dir= configure support. I hope it won't
6195 break rpm generation
6196
6197Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6198
6199 * xmlIO.c: one function comment cleanup.
6200
6201Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6202
6203 * SAX.c: external subset notations were improperly registered
6204 in the internal subset.
6205
6206Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6207
6208 * README.cvs-commits: added, pointing to HACKING
6209 * HACKING: updated
6210
6211Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6212
6213 * parser.c: and Matt Sergeant found one in the XML push
6214 parser (erroneous check I forgot to remove when I fixed the
6215 main parser).
6216
6217Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6218
6219 * xpath.c: ptittom found a small bug in UnaryExpr
6220
6221Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6222
6223 * configure.in: bumped to 2.3.4
6224 * error.c: fixed bug #51860
6225 * tree.c: fixed bug #51861
6226 * valid.c: cleanup, more debug, failed to fix one bug crap ...
6227 * tree.[ch] : added xmlDefaultBufferSize
6228 * nanoftp.c: typo in function name header block
6229 * doc/xml.html : updated, added link to XML::LibXSLT
6230 * doc/html/* : rebuilt the docs
6231
6232Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6233
6234 * parser.c SAX.c: the new content parsing code raised an
6235 ugly bug in the characters() SAX callback. Found it
6236 just because of strangeness in XSLT XML Rec ouptut :-(
6237
6238Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6239
6240 * Makefile.am: Martin Baulig suggested to add -lm
6241 * tree.c: found another bug in xmlNodeGetContent()
6242
6243Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6244
6245 * xpath.c: Bjorn found the error related to strictness of comparison.
6246
6247Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6248
6249 * parser.c: trying to fix the Dtd parsing problem reported
6250 by Gary, side effect of last week speed optimizations.
6251
6252Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6253
6254 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
6255 * parserInternals.c: removed unneeded test raised by Stric
6256
6257Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
6258
6259 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
6260 and fixed by William Brack). Added xmlXPathFormatNumber.
6261 Changed the sorting slightly.
6262 * configure.in Makefile.am example/Makefile.am: Added -lm.
6263 Please note that applications linking with libxml2, must
6264 also like with the math library from now on.
6265
6266Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6267
6268 * HTMLparser.c: fixed loop reported by Marc Sanfacon
6269
6270Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6271
6272 * parser.c: one must report spaces even if the Dtd element
6273 content proves that this is not part of the element content.
6274 * result/valid/*.xml: this changed the ouptu slightly
6275
6276Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6277
6278 * configure.in: bumped to 2.3.3
6279 * doc/xml.html: updated
6280
6281Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6282
6283 * tree.c: minor doc fix
6284 * xpath.c: deallocation issues when a result tree has been
6285 converted to a node-set
6286
6287Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6288
6289 * doc/xml.html: oops corrected dates s/2000/2001
6290
6291Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6292
6293 * valid.c: new patch from Gary Pennington
6294
6295Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6296
6297 * doc/xml.html: applied patch from Ankh
6298
6299Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6300
6301 * xinclude.c: fixed a problem building on Mac
6302
6303Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6304
6305 * parser.c: more work on increasing parsing ferformances
6306
6307Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6308
6309 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
6310 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
6311 avoiding memcpy in production builds MEM_CLEANUP macro use
6312 * parser.[ch] parserInternals.c: optimizations of the tightest
6313 internal loops inside the parser. Better checking of I/O
6314 flushing/loading conditions
6315 * xmllint.c : added --timing
6316
6317Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6318
6319 * configure.in: bumped to 2.3.2
6320 * doc/xml.html: updated for release
6321
6322Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6323
6324 * xpath.c: found a memleak and fixed a nasty bug
6325
6326Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6327
6328 * xmllint.[c1] : added return code errors for xmllint
6329 * xpath.c: specific debug dump function for result value trees
6330
6331Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6332
6333 * xpath.c: finally implemented xmlXPathCompareNodeSets
6334 * test/XPath/expr/floats results/XPath/expr/floats: added
6335 a test for float expressions
6336
6337Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6338
6339 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
6340 * parserInternals.[ch]: trying to speed up parsing
6341 * xpath.c : speeded up node set equality op
6342
6343Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6344
6345 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
6346 better handling of ID/IDREF and the list modules associated
6347 * configure.in: small CFLAGS cleanup
6348
6349Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6350
6351 * configure.in: fixed iconv detection on AIX (stric)
6352
6353Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6354
6355 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
6356
6357Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
6358
6359 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
6360 and optimized xmlXPathNodeSetSort
6361
6362Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6363
6364 * xpath.c: bug fix when context size is 0
6365 * parser.c: I like Norm's Dtd because they still manage to break
6366 the parser occasionally
6367
6368Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6369
6370 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
6371
6372Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6373
6374 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
6375 attributes within the XML-1.0 namespace
6376
6377Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6378
6379 * xpathInternals.h: exported a few axis functions
6380 * doc/xml.html: updated the doc
6381
6382Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6383
6384 * configure.in: applied patch from Daniel van Balen for OpenBSD
6385 and bumped version to 2.3.1
6386 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
6387 attempt to find autoclosing was simply broken, removed it,
6388 updated the examples, this is better
6389
6390Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6391
6392 * hash.[ch]: added Paolo Casarini patch to provide Delete from
6393 hash functionnalities.
6394 * doc/html/* : rebuild the doc
6395
6396Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6397
6398 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
6399 on predicate
6400 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
6401 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
6402 really want to have tags closed on output even if we accept
6403 unclosed ones on input
6404
6405Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6406
6407 * xpath.c: ouch don't free NULL, rare case fixed
6408 * tree.c: don't coalesce text nodes if they don't have the
6409 same behaviour wrt escaping on output
6410
6411Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6412
6413 * xpath.c: small fixup
6414 * SAX.c: don't warn on empty namespaces.
6415
6416Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6417
6418 * README: a bit of cleanup
6419 * configure.in: preparing for 2.3.0 release
6420
6421Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6422
6423 * hash.[ch]: added a first version of xmlHashSize()
6424 * valid.c: another bug fix from Gary Pennington
6425
6426Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6427
6428 * valid.c: couple of bug fixes pointed by Gary Pennington
6429 * HTMLtree.c: #if 0 cleanup
6430
6431Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6432
6433 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
6434 which removes a time consuming check of xmlXPathNodeSetAdd()
6435 and use it in places where we are sure to not break unicity
6436
6437Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6438
6439 * xpath.c: bug fixes found from XSLT
6440 * tree.c: preserve node->name special values when copying nodes.
6441 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
6442 external subset are fetched when available but without full
6443 validation. Added xmlLoadExtDtdDefaultValue, need a function.
6444 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
6445 output with encoding disabled.
6446
6447Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6448
6449 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
6450 xmlCheckFilename should not be called from xmlFileOpenW
6451 and xmlGzfileOpenW
6452
6453Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6454
6455 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
6456 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
6457 added the new tests for URI normalization
6458 * testURI.c: fixed stoopid bugs
6459 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
6460 the URI in the error messages are now properly normalized
6461
6462Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6463
6464 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
6465
6466Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6467
6468 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
6469
6470Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6471
6472 * xpath.c: fixed mod operator
6473
6474Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6475
6476 * parser.c: fixed xmlStrcat doc
6477 * tree.c: 2 fixes form Anders Carlson for copying nodes and
6478 trees.
6479
6480Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6481
6482 * xpath.c result/XPath/tests/chaptersbase
6483 result/XPath/tests/simplebase: fixed XPath node()
6484 * tree.c: small fix in xmlNewNs()
6485 * Makefile.am: removed extraneous xml2Conf.sh rule
6486
6487Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6488
6489 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
6490 Changed the library name, in order to get libxml-devel and
6491 libxml2-devel to coexist on a single system
6492 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
6493 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
6494
6495Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6496
6497 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
6498 libxml2-devel installable in // as libxml-devel.
6499
6500Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6501
6502 * doc/Makefile.am: fixed make rebuild in doc
6503 * doc/html/*.html: rebuilt the docs
6504
6505Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6506
6507 * tree.c: patch from Bjorn Reese on xmlBufferCCat
6508
6509Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6510
6511 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
6512 the HTML doc to go into the -devel RPM ...
6513 * aclocal.m4 config.h.in: some updates due to auto* magic
6514
6515Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6516
6517 * xpath.h: added a hook in the context structure allowing to
6518 link to extra support, needed for XSLT
6519
6520Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6521
6522 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
6523 xmlXPtrCmpPoints to use it.
6524 * propagated the following patch from Alejandro Forero
6525 * include/win32config.h xmlIO.c: applied further suggestions
6526 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
6527 * example/gjobread.c: fixed warnings, now that it builds
6528
6529Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
6530
6531 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
6532
6533 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
6534 filename points to a valid file (not a directory).
6535 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
6536 Added calls to xmlCheckFilenameDir.
6537
6538 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
6539 `path' (rather than `filename') as the parameter to gzopen and open.
6540
6541Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6542
6543 * Makefile.am: fixed a problem with EXTRA_DIST
6544
6545Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6546
6547 * Makefile.am example/Makefile.am: finally found the trick
6548 to build the example, i.e. add "." in SUBDIRS before example
6549 in the list <grin/>
6550
6551Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6552
6553 * doc/xml.html: updated with an XSLT section, removed pointer to
6554 W3C CVS base.
6555
6556Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6557
6558 * xpath.c: when copying a XSLT tree object teh tree need to be copied
6559 too, and deallocation need to occur the same way.
6560
6561Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6562
6563 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
6564 type correponding to an XSLT result tree fragment. Share most
6565 of the data format with node set, as well as operators.
6566 * HTMLtree.c: added a newline at the end of the doctype output
6567 whe this one is not present initially.
6568 * tree.c: make sure taht the parent and doc pointers are properly
6569 set when copying attributes (lists).
6570
6571Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6572
6573 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
6574
6575Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6576
6577 * xpath.c: seems I finally killed that ugly path evaluation
6578 context bug (tagged 9999 in case is is wrong)
6579
6580Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6581
6582 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
6583 for XSLT
6584
6585Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6586
6587 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
6588 for xmlGzfileOpen() bug
6589
6590Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6591
6592 * xpath.c: removed an error found by XSLT usage
6593 * tree.c parserInternals.h: use a predefined static string
6594 for text and comment nodes, avoid freeing them in xmlFreeNode,
6595 exported the string name in parserInternals.h and added
6596 another value to disable encoding at output (for XSLT),
6597 gain memory, time.
6598
6599Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6600
6601 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
6602 win32/libxml2/libxml2_so.dsp: new makefiles and update
6603 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
6604
6605Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6606
6607 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
6608 Gary Pennington
6609
6610Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6611
6612 * xpath.c: fixed the comaprision of values and nodelists,
6613 need to compare nodelist still ...
6614 * debugXML.c: avoided a possible core dump
6615 * HTMLparser.c: cleanup
6616 * nanohttp.c: contributed fix.
6617 * tree.c: fixes in properties handling added xmlSetNsProp
6618 needed by libxslt
6619 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
6620 comment
6621 * TODO: updated
6622
6623Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6624
6625 * parser.c parserInternals.c: applied Bjorn Reese optimization
6626 patch
6627
6628Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6629
6630 * Makefile.am: applied patch fro make check from Martin Vidner
6631
6632Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6633
6634 * configure.in: preparing 2.2.11
6635 * doc/html/*: rebuild the HTML files
6636 * doc/xml.html : updated
6637
6638Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6639
6640 * tree.c: fixed a stupid bug
6641 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
6642 patches related to validation of an XInclude processing result
6643 * TODO: updated
6644
6645Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6646
6647 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
6648 on large files
6649
6650Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6651
6652 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
6653
6654Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6655
6656 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
6657 reported by Jonas Borgström
6658 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
6659
6660Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6661
6662 * testXPath.c xpath.c: fixing the XPath union expressions problem
6663 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
6664
6665Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6666
6667 * xmllint.c: Made is so if the file name is "-" is will read form
6668 standard input. Sven Heinicke <sven@zen.org>
6669 * tree.c: fixed a problem when growing buffer
6670 * tree.h: fixed the comment of the node types following andersca
6671 comment
6672 * TODO: updated
6673
6674Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6675
6676 * HTMLparser.[ch]: added a way to avoid adding automatically
6677 omitted tags. htmlHandleOmittedElem() allows to change the
6678 default handling.
6679 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
6680 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
6681 of xmllint too when using --memory flag, added a memory test
6682 suite at the Makefile level.
6683 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
6684 with namespace use when encountering QNames in XPath evalation,
6685 added xmlns() scheme in XPointer.
6686 * nanoftp.c : incorporated a fix
6687 * parser.c xmlIO.c: fixed problems raised with encoding when using
6688 the memory I/O
6689 * parserInternals.c: closed bug 25934 reported by
6690 torsten.landschoff@innominate.de
6691 * TODO: updated
6692
6693Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6694
6695 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
6696 on a non-updated tree :-(, made a 2.2.10 release to correct the
6697 situation
6698
6699Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6700
6701 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
6702 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
6703 integrated a set of OpenVMS changes from Howard Taylor
6704 <Howard.Taylor@pacoast.com>
6705
6706Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6707
6708 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
6709 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
6710
6711Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6712
6713 * HTMLparser.c: some fixes on auto-open of html/head/body
6714 * encoding.c: fixed a compilation error on some gcc env
6715 * xpath.c xpointer.[ch] xpathInternals.h: improved the
6716 XPointer implementation
6717 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
6718 related XPointer tests and associated results
6719
6720Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6721
6722 * doc/xmldtd.html doc/xml.html: following a short step by step
6723 guidance on IRC to help maciej with DTDs I started a small
6724 page on the subject.
6725
6726Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6727
6728 * HTMLparser.c: fixed handling of broken charrefs
6729 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
6730 patches
6731
6732Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6733
6734 * doc/xml.html doc/html/* : rebuilt the docs after adding
6735 xinclude and updated page for 2.2.7 and 2.2.8
6736 * configure.in: releasing 2.2.8
6737
6738Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6739
6740 * parser.[ch] parserInternals.c: applied the conditional
6741 section processing fix from Jonathan P Springer
6742 <jonathan.springer2@gte.net>
6743 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
6744 project file, fixed iconv default non support
6745 * xpath.c: fixed the problem of evaluating relative expressions
6746 when a node context is provided.
6747
6748Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6749
6750 * nanoftp.c: fixed gcc 2.95 new warnings
6751 * SAX.c: fixed a stupid bug
6752 * tree.c: fixed a formatting problem when round-tripping
6753 from/to memory
6754 * xinclude.c: chased memleak, fixed a base problem
6755 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
6756 xmlXPtrBuildNodeList()
6757 * TODO: updated
6758 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
6759 adding a first small set of regression tests for XInclude
6760
6761Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6762
6763 * nanohttp.[ch]: applied Wayne Davison patches to access
6764 the WWW-Authorization header.
6765 * parser.c: Closed Bug#30847: Problems when switching encoding
6766 in short files by applying Simon Berg's patch.
6767 * valid.c: fixed a validation problem
6768 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
6769 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
6770 Wayne Davison
6771 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
6772 need to be extended to non full nodes selections.
6773 * xinclude.c: starts to work decently
6774
6775Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6776
6777 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
6778 debugXML.c xmlversion.h.in: Started adding XInclude support,
6779 this is a new xmllint option
6780 * tree.c xpath.c: applied TOM patches for XPath
6781 * xpointer.c: fixed a couple of errors.
6782 * uri.c: added an escaping function needed for xinclude
6783 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
6784 new warning from RH70 gcc's version
6785
6786Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6787
6788 * HTMLparser.c: fixed loop on invalid char in scripts
6789 * parser.c: update to description of xmlIOParseDTD()
6790 * libxml.m4 xmlversion.h.in: changes contributed by
6791 Michael Schmeing <m.schmeing@internet-factory.de>
6792 * configure.in: preparing for 2.2.7
6793 * Makefile.am: trying to avoid config.h and acconfig.h
6794 being included in the distrib
6795 * configure.in: released 2.2.7
6796
6797Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6798
6799 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
6800 like namespaces for good. Unified xmlNs and xmlNode somewhat.
6801
6802Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6803
6804 * parser.[ch]: added xmlIOParseDTD()
6805 * xpointer.c: added support for the 2 extra parameters of
6806 string-range, fixed a stoopid error when '0' was present
6807 in XPointer expressions
6808 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
6809 testsuite for the above
6810
6811Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6812
6813 * libxml.spec.in: improved package descriptions
6814
6815Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6816
6817 * xpath.c xpathInternals.h: applied a large cleaning patch
6818 from TOM <ptittom@free.fr>, it also add namespace support
6819 for function and variables registration.
6820
6821Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6822
6823 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
6824 * Makefile.mingw: Wayne Davison's update adding hash.c
6825
6826Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6827
6828 * xpath.c: fixed the root evaluation problems
6829 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
6830 ignorable spaces with <b> <bold> <em>
6831 * tree.c: fixed a loop in xmlSearchNsByHref()
6832
6833Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6834
6835 * xpath.c: applied another XPath patch from TOM
6836 * xpath.c include/makefile.am: applied another patch from
6837 china@thewrittenword.com (cleanup on IRIX).
6838
6839Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6840
6841 * xml-config.1: received a fixed version from Fredrik Hallenberg
6842 <hallon@lysator.liu.se>
6843
6844Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6845
6846 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
6847 cleanup patch for XPath
6848
6849Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6850
6851 * patched to redirrect all "out of context" error messages to
6852 a reconfigurable routine. The changes are:
6853 * xmlerror.h : added the export of an error context type (void *)
6854 an error handler type xmlGenericErrorFunc there is an interface
6855 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
6856 to reset the error handling routine and its argument
6857 (by default it's equivalent to respectively fprintf and stderr.
6858 * all the c files: all wild accesses to stderr or stdout within
6859 the library have been replaced to calls to the handler.
6860
6861Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6862
6863 * configure.in: release 2.2.6
6864 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
6865 exporting the inner functions of xpath for extension modules
6866 * doc/*: updated and rebuilt the doc
6867
6868Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6869
6870 * nanohttp.c : applied Wayne HTTP cleanup patch
6871 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
6872 and xmlNodeSetSpacePreserve()
6873
6874Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6875
6876 * xpath.c: closing bug #29260
6877
6878Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6879
6880 * hash.[ch] debugXML.c: expanded/enhanced the API, added
6881 multikey tuples, made hash structure opaque
6882 * valid.[ch]: moved elements, attributes, notations decalarations
6883 as well as ID and refs to hash tables.
6884 * entities.c: hash cleanup
6885 * xmlmemory.c: fixed a dump problem in debug mode
6886 * include/Makefile.am: problem passing in DESTDIR= values patch
6887 from Marc Christensen <marc@calderasystems.com>
6888 * nanohttp.c: removed debugging remains
6889 * HTMLparser.c: the bogus tag should be ignored (Wayne)
6890 * HTMLparser.c parser.c: fixing a number of problems with the
6891 macros in the *parser.c files (Wayne).
6892 * HTMLparser.c: close the previous option when opening a new one
6893 (Marc Sanfacon).
6894 * result/HTML/*: updated the HTML results accordingly
6895
6896Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6897
6898 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
6899 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
6900 XPath functions and XML entities table to them. More to come...
6901 * xmlIO.c: fixed libxml closing FILEs it didn't open.
6902
6903Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6904
6905 * tree.c: coalesce adjacent text nodes
6906 * valid.c: handling of blank nodes in DTd validation (raised
6907 by problems with a posteriori validation).
6908 * nanohttp.c: changing behaviour on HTTP write stuff.
6909 * HTMLtree.c: forced body and html to be explicitely closed.
6910 * xpath.h: exported more XPath functions.
6911
6912Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6913
6914 * Release of 2.2.5
6915 * xpointer.c: range() range-inside and other helper functions
6916 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
6917
6918Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6919
6920 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
6921 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
6922
6923Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6924
6925 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
6926 and XPointer modules
6927
6928Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6929
6930 * SAX.h: closed #25107
6931
6932Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6933
6934 * testSAX.c: fixed problem with cdata reporting
6935 * SAXresult/* : updated
6936
6937Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6938
6939 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
6940 Closed bug #27499, added to regression tests
6941 * TODO: updated
6942
6943Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6944
6945 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
6946 support for SCRIPT and STYLE with help from Bjorn Reese
6947 * test/HTML/* result/HTML/*: added simple testcase and updated
6948 the existing ones.
6949
6950Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6951
6952 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
6953 string-range for empty strings
6954 * test/XPath/docs/str test/XPath/xptr/chaptersrange
6955 test/XPath/xptr/strrange: augmented the XPointer testsuite
6956
6957Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6958
6959 * doc/xml.html doc/xmlmem.html: added a module describing memory
6960 interfaces and use, updated the main page.
6961
6962Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6963
6964 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
6965 nanoftp code work on Windows too now
6966
6967Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6968
6969 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
6970 * xpointer.c: implemented string-range() at least a good first version
6971 * test/XPath/docs/str test/XPath/xptr/strrange
6972 result/XPath/xptr/strrange: the string-range() tests
6973
6974Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6975
6976 * Makefile.am include/Makefile.am include/win32config.h
6977 win32/Makefile.mingw: fixed problems reported by Wayne Davison
6978 and make distcheck
6979
6980Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6981
6982 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
6983 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
6984 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
6985
6986Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6987
6988 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
6989 patch for socklen_t detection by
6990 Albert Chin-A-Young <china@thewrittenword.com>
6991
6992Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6993
6994 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
6995 and added a --dtdvalid option to xmllint used to test it
6996
6997Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
6998
6999 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
7000 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
7001
7002Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7003
7004 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
7005 handlings (registration, lookup, cleanup)
7006
7007Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7008
7009 * configure.in Makefile.am include/makefile.am: adding XPointer
7010 and XPtrtests target
7011 * xpointer.[ch] : new files for XPointer support
7012 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
7013 more XPath tests
7014
7015Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7016
7017 * configure.in: fixed, very broken, make distcheck works again
7018
7019Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7020
7021 * More work toward 2.2.5, integrated a number of patches
7022 * configure.in Makefile.am win32config.h.in: trying to cleanup
7023 make distcheck .... huh ...
7024 * include/Makefile.am include/win32config.h: new directory
7025 for includes
7026 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
7027 updated teh makefiles and instructions for WIN32
7028 * xpath.c: small fixes
7029 * test/XPath/ results/XPath: updated the testcases and results
7030 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
7031 suggested patches
7032 * valid.c: fixed an ID bug
7033
7034Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7035
7036 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +00007037 the automake bug where wrong dependencies were generated.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007038 * xpath.[ch]: worked on XPointer
7039
7040Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7041
7042 * configure.in Makefile.am: 2.2.5, ship the include in an
7043 include/libxml subdirectory, use symlinks when using CVS
7044 * testSAX.c: fixed small bug
7045 * testXPath.c: changed the way testfiles are parsed
7046 * debugXML.c: same kind of cleanup when parsing an argument expression
7047 XPath/XPointers can have blanks embedded
7048 * xpath.[ch]: more cleanup, reorgs for XPointer work
7049 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
7050 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
7051
7052Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7053
7054 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
7055 in the XPath engine, rewrote large parts of it, now it's far
7056 cleaner and in sync with the REC not an old WD. Fixed a parsing
7057 problem in the interactive XML shell found when testing XPath.
7058
7059Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7060
7061 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
7062 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
7063 examples with the extra test
7064
7065Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7066
7067 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
7068 the global init function.
7069
7070Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7071
7072 * HTMLparser.c: Doohhh, attribute name parsing was still case
7073 sensitive ! Fixed this ...
7074 * result/HTML/* : updated the tests results accordingly
7075
7076Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7077
7078 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
7079 engine, should be far more stable, incorporated a new version of
7080 preceding/following axis, need testing
7081 * uri.c: fixed file:///c:/a/b/c problem
7082 * test/XPath/tests/idsimple: augmented the XPath tests
7083
7084Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7085
7086 * doc/* rebuilding docs for 2.2.4 release
7087
7088Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7089
7090 * configure.in: releasing 2.2.4
7091 * parser.[ch]: added xmlStrEqual()
7092 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
7093 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
7094 use xmlStrEqual instead
7095 * TODO: updated
7096 * added an XPath test
7097
7098Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7099
7100 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
7101 * entities.h: exported xmlInitializePredefinedEntities
7102 * parser.[ch] : added xmlInitParser()
7103 * parserInternals.h : had to export htmlInitAutoClose()
7104
7105Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7106
7107 * xpath.[ch] : fixed some serious XPath Predicate evaluation
7108 problems
7109 * Makefile.am : added XPath regression tests to normal tests
7110 * uri.c: fixed a problem with local paths, cleanup
7111 * parser.c: fixed a problem with large CData sections
7112
7113Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7114
7115 * configure.in xml-config.in: patch from "Ben Taylor"
7116 <sol7x86@hotmail.com> for solaris shared libs lookup
7117
71182000-09-30 Martin Baulig <baulig@suse.de>
7119
7120 * libxml-2.0.pc.in: Provide pkg-config script.
7121
7122 * configure.in: Create the libxml-2.0.pc script from the
7123 libxml-2.0.pc.in templates.
7124 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
7125 script in `$(libdir)/pkgconfig'.
7126
7127Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7128
7129 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
7130 when compiling with MSC
7131
7132Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7133
7134 * xpath.c: patch for normalize-string() substring-before(),
7135 substring-after() and translate() functions from Bjorn Reese
7136 <breese@mail1.stofanet.dk>
7137 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
7138 Fredrik Hallenberg <hallon@lysator.liu.se>
7139 * TODO: updated
7140
7141Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7142
7143 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
7144 problem of socklen_t being undefined on a number of platforms
7145 * debugXML.c: fixed a compilation problem when without snprintf
7146
7147Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7148
7149 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
7150 an URI bug and a fix for the control-character-induced infinite loop
7151 * nanohttp.c: preventive fix for compiling on WIN32
7152
7153Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7154
7155 * xmlint.c: closing bug #25000
7156
7157Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7158
7159 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
7160 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
7161 modified slightly Wayne Davison patch adding xmlStrcasecmp and
7162 related function, fixing xmlStrncmp(), and associated cleanup
7163 * result/HTML/entities.html.sax: updating result
7164
7165Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7166
7167 * uri.c: applied patch for URI escaping from Wayne Davison
7168 <wayned@blorf.net>
7169 * tree.c parserInternals.c HTMLparser.c: memset checks patches
7170 from Denis Barbier <barbier@imacs.polytechnique.fr>
7171 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
7172 patch from Wayne Davison
7173
7174Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7175
7176 * doc/xml.html : updated with new releases, adding "how to help"
7177
7178Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7179
7180 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
7181 removed a few warnings in pedantic mode ...
7182 * parserInternals.c parser.c: moved encoding switching function
7183 to parserInternals.c
7184 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
7185
7186Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7187
7188 * HTMLparser.c parser.c: set ctxt->errNo before calling the
7189 error or warning handlers
7190
7191Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7192
7193 * parserInternals.c parserInternals.h parser.c Makefile.am:
7194 created a new module parserInternals.c, moved most of the
7195 code shared by the various parsers there, as well as
7196 deprecated code from parser.c. More cleanup of parser.c
7197 * uri.c: fixed a problem when URI is NULL
7198 * valid.c: speedup when looking for an attribute declaration
7199
7200Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7201
7202 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
7203 the cleanup of the computation of URI references when seeking
7204 external entities. The URI reference string and the resulting
7205 URI are both stored now.
7206 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
7207 large s(n)printf checks and cleanup from Denis Barbier
7208 <barbier@imacs.polytechnique.fr>
7209 * xmlversion.h.in tree.h: couple of SGML declarations for a
7210 possible docbook module.
7211 * result/VC/ : a couple of test output changed due to the change
7212 of the entities URI
7213
7214Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7215
7216 * parser.h: added a _private field for linking user's data
7217
7218Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7219
7220 * parser.c parserInternals.h: demacroified most of the IS_XXX
7221 the gain in size is significant so ...
7222
7223Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7224
7225 * entities.c: cases where looking up entities with doc==NULL
7226 covered
7227
7228Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7229
7230 * uri.c: applied Wayne Davison patch
7231 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
7232
7233Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7234
7235 * uri.c testUri.c: applied Wayne Davison patches
7236 * test/URI/uri.data result/URI/uri.data: first set of tests/results
7237 * Makefile.in: added URItest and included thenin "make tests"
7238
7239Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7240
7241 * xmlversion.h.in: closed bug 22941
7242
7243Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7244
7245 * doc/xmlio.html: added doc and example for entity loader
7246 redefinition.
7247
7248Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7249
7250 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
7251 used by libxml
7252
7253Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7254
7255 * parser.c: Fixed bug on invalid ontent characters and when using
7256 push.
7257 * xmllint.c: fixed xmllint endling of errors in push mode
7258
7259Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7260
7261 * HTMLparser.c testHTML.c: applied two new patches from
7262 Wayne Davison <wayned@users.sourceforge.net>
7263 * result/HTML/*.sax: regenerated HTML SAX output
7264 * parser.c: more cleanup.
7265
7266Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7267
7268 * HTMLparser.[ch] testHTML.c: applied the second set of
7269 patches from Wayne Davison <wayned@users.sourceforge.net>,
7270 adding htmlEncodeEntities()
7271 * HTMLparser.c: fixed an ignorable white space detection bug
7272 occuring when parsing with SAX only
7273 * result/HTML/*.sax: updated since the output is now HTML
7274 encoded...
7275
7276Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7277
7278 * HTMLparser.[ch]: applied some of Wayne Davison
7279 <wayned@users.sourceforge.net> patches
7280
7281Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7282
7283 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
7284 undeclared namespace prefix was used, added a warning.
7285 Cleaned up support w.r.t. entities, spilling out a warning
7286 and being pedantic on lookups.
7287 * test/warning/ent9 : added testcase for previous example.
7288 * TODO: updated
7289 * parserInternals.h parser.c: changed the way names are parsed
7290 now allow infinite size and decrease penalty for normal use
7291 * parser.c: Started a big cleanup/check of the parser code,
7292 fixed some of the most tortuous entity code, spotted code
7293 unused anymore
7294 * test/*: added tests for very long names and related nasty
7295 things.
7296
7297Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7298
7299 * doc/encoding.html: added encoding aliases doc
7300 * doc/xml.html: updates
7301 * encoding.[ch]: added EncodingAliases functions
7302 * entities.[ch] valid.[ch] debugXML.c: removed two serious
7303 bottleneck affecting large DTDs like Docbook
7304 * parser.[ch] xmllint.c: added a pedantic option, will be
7305 useful
7306 * SAX.c: redefinition of entities is reported in pedantic mode
7307 * testHTML.c: uninitialized warning from gcc
7308 * uri.c: fixed a couple of bugs
7309 * TODO: added issue raised by Michael
7310
7311Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7312
7313 * doc/encoding.html: propagated Martin Duerst suggestions
7314
7315Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7316
7317 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
7318 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
7319 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
7320 by Wayne Davison
7321
7322Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7323
7324 * nanoftp.c nanohttp.c: small cleanup
7325 * TODO: updated
7326
7327Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7328
7329 * added an old VC testcase and updated title.xml entity
7330
7331Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7332
7333 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
7334 done on auto-opening of <p> tags and cleanup of SAX output
7335
7336Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7337
7338 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
7339
7340Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7341
7342 * doc/xml.html libxml.* structure.*: updated the doc a bit
7343
7344Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7345
7346 * testSAX.c testHTML.c result/HTML/: cleanup of the output
7347 of SAX tests
7348
7349Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7350
7351 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7352 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
7353
7354Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7355
7356 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
7357 * testHTML.c: fix core dump on Solaris 2.x systems
7358 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
7359 * result/HTML/*.sax: previous bug fix lead to new results
7360
7361Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7362
7363 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
7364 * configure.in: added --with-readline=DIR to accept alternate
7365 path for readline include/library
7366 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
7367 for ANSI under HP-UX
7368 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
7369 includes @LIBS@
7370
7371Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7372
7373 * doc/* : rebuilt the docs
7374 * getting ready for 2.2.2 release
7375
7376Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7377
7378 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
7379 and xmlAddFeature()
7380 * tree.[ch]: added xmlAddChildList()
7381 * xmllint.c: MAP_FAILED macro test
7382 * parser.h: added xmlParseCtxtExternalEntity()
7383 * valid.c: applied bug fixes removed warning
7384 * tree.c: added CDATA block to elements content
7385 * testSAX.c: cleanup of output
7386 * testHTML.c: added SAX testing
7387 * encoding.c: better error recovery
7388 * SAX.c, parser.c: fixed one of the external entity processing
7389 of the OASis testsuite
7390 * Makefile.am: added HTML SAX regression tests
7391 * configure.in: bumped to 2.2.2
7392 * test/HTML/ result/HTML: added a few of HTML tests, and added the
7393 SAX results
7394
7395Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7396
7397 * configure.in: patch for HP compiler
7398
73992000-08-04 Sven Heinicke <sven@zen.org>
7400
7401 * xmllint.c: Was coredumping sometimes when the file given didn't
7402 exist.
7403
7404Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7405
7406 * parser.c xmlIO.[ch]: fixed the problem of encoding support
7407
7408 when using in memory parsing. Need some cleanup.
7409 * xmllint.c configure.in: added a --memory flag to test memory
7410 parsing
7411
7412Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7413
7414 * nanohttp.c: fixed socklen_t replacement to unsigned int
7415 * parser.c: fixed a space handdling missing at the end of
7416 production 28 DOCTYPE.
7417 * xmlmemory.c: fixed a stupid bug on the routine to override
7418 allocation functions
7419 * TODO: updated
7420
7421Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7422
7423 * doc/ regenerated the docs
7424
7425Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7426
7427 * doc/encoding.html doc/xml.html: added I18N doc
7428 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
7429 improvements, both parser and filters, added ASCII & HTML,
7430 fixed the ISO-Latin-1 one
7431 * xmllint.c testHTML.c: added/made visible --encode
7432 * debugXML.c : cleanup
7433 * most .c files: applied patches due to warning on Windows and
7434 when using Sun Pro cc compiler
7435 * xpath.c : cleanup memleaks
7436 * nanoftp.c : added a TESTING preprocessor flag for standalong
7437 compile so that people can report bugs more easilly
7438 * nanohttp.c : ditched socklen_t which was a portability mess
7439 and replaced it with unsigned int.
7440 * tree.[ch]: added xmlHasProp()
7441 * TODO: updated
7442 * test/ : added more test for entities, NS, encoding, HTML, wap
7443 * configure.in: preparing for 2.2.0 release
7444
7445Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7446
7447 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +00007448 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007449
7450Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7451
7452 * doc/xml.html: changed the xmlsoft.org structure, updated the
7453 examples w.r.t. root and childs
7454
7455Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7456
Daniel Veillard784b9352003-02-16 15:50:27 +00007457 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007458
7459Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7460
7461 * HTMLparser.c: Work on character encoding support for the HTML parser
7462 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
7463 * encoding.c: Fixed a potential memleak in the encoding stuff
7464
7465Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7466
7467 * doc/FAQ.html doc/Makefile.am : added a FAQ
7468
7469Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7470
7471 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
7472 of the HTML parser to force it to not bypass SAX
7473
7474Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7475
7476 * win32config.h.in: updated
7477 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
7478 lacks iconv support :-( need to release 2.1.1
7479 * configure.in: release 2.1.1
7480 * HTMLparser: fixed bug #14784
7481 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
7482 by Windows compiler
7483 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
7484 the SAX startDocument() callback.
7485 * TODO: updated
7486
7487Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7488
7489 * added xmlStopParser()
7490
7491Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7492
7493 * configure.in: 2.1.0 prerelease
7494 * Large resync between W3C and Gnome tree
7495 * nanoftp, nanohttp.c: fixed stalled connections probs
7496 * HTMLtree.c SAX.c : support for attribute without values in
7497 HTML for andersca
7498 * valid.c: Fixed most validation + namespace problems
7499 * HTMLparser.c: start document callback for andersca
7500 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
7501 * parser.h, SAX.c: serious speed improvement for large
7502 CDATA blocks
7503 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
7504 different encoding
7505 * example/Makefile.am example/gjobread.c tree.h: work on
7506 libxml1 libxml2 convergence.
7507 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
7508 and the LIBXML_TEST_VERSION macro
7509
7510Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7511
7512 * doc/xml.html: various patches and improvements typo fixed by
7513 Felix Natter
7514 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
7515 from Felix Natter <fnatter@gmx.net>
7516
7517Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7518
7519 * doc/upgrade.html: updated with instructions for support of both
7520 libxml-1.x and libxml-2.x
7521 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
7522 for 2.x support and also fixed includes
7523
7524
7525Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7526
7527 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
7528 the encoding support, added iconv support, so now libxml if
7529 compiled with iconv automatically support japanese encodings
7530 among others. Work based on initial patch from Yuan-Chen Cheng
7531 I may have broken binary compat in the encoding handler
7532 registration scheme, but that was so utterly broken I don't
7533 expect anybody to have used this feature until now.
7534 * parserInternals.h: fixup on the CHAR range macro
7535 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
7536 code.
7537 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
7538 * uri.c: added xmlParseURI() I can't believe I forgot to
7539 implement this one in 2.0 !!!
7540 * SAX.c: moved doc->encoding update in the endDocument() call.
7541 * TODO: updated.
7542
7543Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7544
7545 * tree.h: removed extraneous xmlRemoveProp definition
7546 * TODO: added item about --disable-corba configure switch
7547 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
7548 * nanoftp.c: fixed include problems giving troubles on AIX and
7549 slowlaris
7550 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
7551 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
7552 comment and headers changes to lower gtk-doc number of warnings
7553 * doc/html/*: rebuilt docs
7554
7555Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7556
7557 * HACKING: documented the tag for 1.x and instructions
7558
7559Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7560
7561 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
7562 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
7563 xmlCreateIOParserCtxt
7564 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
7565 significant overall improvement
7566 * xmllint.c: added I/O test to xmllint
7567 * testSAX.c: added a speed test
7568 * doc/* : updated/regenerated
7569
7570Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7571
7572 * xpath.c uri.h parserInternals.h: cosmetic changes from
7573 "Timur I. Bakeyev" <timur@bat.ru>, including making
7574 xmlCreateURI() public
7575
7576Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7577
7578 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
7579 and the code at the same time. Added a clean mechanism for
7580 overload or added input methods: xmlRegisterInputCallbacks()
7581 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
7582 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
7583 * TODO: updated
7584 * doc/* : updated/regenerated
7585 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
7586 source dir
7587
7588Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7589
7590 * testURI.c: yet another forgotten commit, I should get some sleep !
7591
7592Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7593
7594 * xmllint.c: forgot to commit this too ?
7595
7596Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7597
7598 * xmlversion.h.in : forgot to commit this previously
7599
7600Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7601
7602 * configure.in: preparing libxml-2.0.0 version looks Ok so far
7603 * README TODO: updated for release
7604 * uri.c uri.h: added authority parsing/saving
7605 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
7606 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
7607 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
7608 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
7609 Makefile.am : added compile-time customization of libxml
7610 --with-ftp --with-http --with-html --with-xpath --with-debug
7611 --with-mem-debug
7612 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
7613 #include <libxml/xxx.h> I hope it won't break too much stuff
7614 and will be manageable in the future...
7615 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
7616 and added xmllint to the installed programs
7617 * uri.h: added xmlFreeURI()
7618
7619Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7620
7621 * uri.c uri.h: finished the escaping handling, the base support
7622 and the URI path normalization. Looks good just lacks the
7623 authority content parsing code.
7624 * Makefile.am: added instructions to generate testURI
7625 * TODO: updated
7626 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
7627 added links and icons for W3C and Gnome
7628
7629Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7630
7631 * xmlmemory.[ch] : seems I forgot to actually update the files in
7632 the last commit :-)
7633 * doc/xml.html doc/html/* : updated and uploaded the docs
7634
7635Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7636
7637 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
7638 * TODO: updated
7639 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
7640 libxml default allocation function with another set (like gmalloc/
7641 gfree).
7642 * Makefile.am, uri.c, uri.h: added a set of functions to do
7643 exact (litteraly copied from the RFC 2396 productions) parsing
7644 and handling of URI. Will be needed for XLink, one XML WFC,
7645 XML Base and reused in the nano[ftp/http] modules. Still work
7646 to be done.
7647
7648Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7649
7650 * configure.in, libxml.spec.in : libxml2
7651 * doc/* : updated the doc page, rebuilt the docs
7652
7653Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7654
7655 * all: tagged LIB_XML_1_X
7656 * *.c *.h : updated from W3C CVS tree
7657 * configure.in : 2.0.0-beta
7658 * libxml.spec.in : libxml2 package nam
7659 * result/* : new version of the tests output
7660
7661Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7662
7663 * doc/xml.html, doc/update.html: updated docs, 1.8.7
7664
7665Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7666
7667 * doc/* : rebuilt the docs
7668 * parser.c: final patch on #6766
7669 * valid.c: small patch on validity checks.
7670
7671Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7672
7673 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
7674 added
7675 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
7676 compatibility w.r.t. XML spec and existing code.
7677
7678Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7679
7680 * parser.c: seems a better solution to <a> </a> exists,
7681 will try it for a while
7682
7683Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7684
7685 * parser.c: tried to remove the <a> </a> generating <a/>
7686 this is hard. Left a flag for that purpose. Fixed bug #6766
7687 * configure.in: prepared 1.8.7 not released, due to previous
7688 problem
7689
7690Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7691
7692 * doc/xml.html : applied second patch from Paul DuBois
7693
7694Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7695
7696 * doc/xml.html : applied patch from Paul DuBois
7697
7698Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7699
7700 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
7701
7702Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7703
7704 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
7705 compilation warnings on various platforms.
7706 * parser.c: Fixed #5281 validity error callbacks are now desactived
7707 by default if not validating.
7708
7709Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7710
7711 * nanoftp.c, win32config.h.in: patches to compile on WIN32
7712
7713Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7714
7715 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
7716 <gkatsi@cs.toronto.edu>
7717
7718Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7719
7720 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
7721 processing URLs
7722
7723Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7724
7725 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
7726 xmlNanoFTPUpdateURL for persistent control connections.
7727 * configure.in: 1.8.6
7728
7729Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7730
7731 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
7732 * tree.[ch] : added xmlSaveNoEmptyTags
7733
77342000-01-29 James Henstridge <james@daa.com.au>
7735
7736 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
7737
7738 * Makefile.am: added nanoftp.[ch] to the build.
7739
7740Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7741
7742 * nanoftp.[ch]: cleanup, comments, API
7743 * debugXML.c : fixed a bug in the cat command
7744 * doc/*: regenerated the docs
7745
7746Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7747
7748 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
7749 * debugXML.c : fixed a bug in the cat command
7750 * valid.c: fixing some small probs
7751 * libxml.spec.in: get rid of the SNAP suffix
7752 * doc/xml.html: updated the status
7753
7754Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7755
7756 * xml-config.in: xml-config --version to just return the
7757 version number
7758 * xpath.c: some cleanup w.r.t. axis when the current node is
7759 an attribute.
7760 * TODO: updated
7761
7762Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7763
7764 * configure.in: prepared for libxml-1.8.5
7765 * doc/* recompiled the documentation
7766
77672000-01-17 Jody Goldberg <jgoldberg@home.com>
7768
7769 * configure.in : WARNING autoconf subtlety alert :
7770 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
7771 when looking for zlib.h so that HAVE_ZLIB_H is defined.
7772 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
7773 get defined by AC_CHECK_HEADERS.
7774
7775Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7776
7777 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
7778 Rune.Djurhuus@fast.no
7779
7780Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7781
7782 * TODO: updated
7783 * tree.c, parser.c: made sure that only memory alloc problems
7784 and internal parser errors are allowed to write to stdout or
7785 stderr.
7786
7787Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7788
7789 * tree.c : restored xmlNewGlobalNs since this seems used by
7790 a lot of existing code :-(, fixed a bug in xmlNewNs
7791 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
7792 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
7793 to exit() from the library code.
7794 * xpath.c, parser.c: removed bugs or unused code detected by
7795 Windows compilers
7796 * parser.c: started adding interfaces for parsing well balanced
7797 XML fragments
7798 * configure.in: releasing 1.8.4
7799 * doc/* : rebuilt the docs
7800
7801Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7802
7803 * tree.[ch] : added xmlNewDocFragment() for DOM
7804 * testHTML.c: uninitialized variable.
7805
7806Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7807
7808 * doc/* : rebuild the docs
7809
7810Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7811
7812 * acconfig.h: readline and history patch
7813 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
7814 * tree.c: added check and handling when possibly removing an ID
7815 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
7816 and saving.
7817 * test/HTML/entities.html result/HTML/entities.html* : test for
7818 various entities reference cases
7819 * result/HTML/* : as a result output of some testcase have
7820 changed
7821 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
7822 by previous example. added xmlParseTryOrFinish().
7823 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
7824 entities.h debugXML.h HTMLparser.h: changed the way struct are
7825 declared to allow gtk-doc to expose those
7826 * parser.c: closed bug #4960
7827 * Makefile.am configure.in: Applied patch from
7828 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
7829 and math/socket libs detection
7830
7831Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7832
7833 * configure.in, Makefile.am: link tester against readline
7834 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
7835
7836Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7837
7838 * tree.[ch]: added xmlRemoveProp
7839 * win32config.h.in nanohttp.c: avoid including the Windows
7840 socket stuff in every C files
7841 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
7842 the XmL parser(s)
7843 * test/ns4 result/ns4 etc...: added test case for previous prob
7844 * tree.c: xmlNewNs wasn't checking for double definition
7845 * Makefile.in: fixed a problem with dist-hook duplicates
7846 * parser.[hc], xmlIO.c: fixed the loading of external entities
7847 APIs, now xmlLoadExternalEntity() is used everywhere and
7848 setting up an app specific front-end using the
7849 * SAX.c parser.c: some fixes, now the xhtml spec validates
7850 with the xhtml DTD.
7851 * error.c: fixed crashes in case of no input stream
7852 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
7853 to the validation tests and results
7854
7855Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7856
7857 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
7858 too htmlCreatePushParserCtxt() and htmlParseChunk()
7859 * parser.c: a bit of cleanup.
7860 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
7861 to XML) removed the last mem leak known
7862 * HTMLtree.c: output message cleanup
7863 * xmlmemory.c: display content info about memory blocks
7864 * result/HTML/wired.* : missing att value warning change
7865
7866Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7867
7868 * doc/* : rebuilt the documentation
7869
7870Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7871
7872 * parser.[ch] parserInternals.h: Push parser for XML,
7873 seems to work fine now
7874 * tester.c debugXML.[ch]: Added an XML shell debug facility and
7875 --push for push testing
7876 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
7877 * testSAX.c: added --push
7878 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
7879 subtree
7880 * xmlIO.[ch] : enriched API + fixes for push mode
7881 * entities.[ch]: added the entity content length to the struct.
7882 * xmlmemory.[ch]: new API to show the last entries for the shell
7883 * valid.c: added required attribute testing
7884 * SAX.c: the cdata callback now merge contiguous fragments
7885 * HTMLparser.c: cleanup of some macros
7886
7887Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7888
7889 * parser.c: fix for PIs name starting with xml
7890 * tree.c: fixed a potential problem with || and && ops
7891 * *.c, configure.in win32config.h.in : generate win32config.h for
7892 those on the Other Side !
7893
7894Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7895
7896 * parser.c: fixed a stupid = vs. == bug :-(
7897 * doc/gnome-xml.sgml: s/glade/xml/
7898
7899Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7900
7901 * configure.in, doc/xml.html : bug fix release 1.8.2
7902 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
7903 Hopefully the end of that silly C++ include problem
7904 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
7905 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
7906 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
7907 troubles with autoclosed elements when the stree shape doesn't
7908 follow the DtD specs. Added htmlIsAutoClosed() and
7909 htmlAutoCloseTag()
7910 * result/HTML/*.htm*: Updated the HTML examples regression tests output
7911 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
7912 * debugXML.c: fixed a bug on printing default namespaces.
7913 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
7914
7915Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7916
7917 * result/HTML/*.htm[l] : updated the HTML regression tests according
7918 to the new output
7919 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
7920 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
7921 problem due to intermix of extern "C" { ... } declarations for C++
7922 and recursive includes in the headers
7923
79241999-12-20 Chris Lahey <clahey@umich.edu>
7925
7926 * HTMLtree.c: Made it so that html nodes with a single child do
7927 not insert a carriage return before or after the child node.
7928
7929Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7930
7931 * configure.in, doc/xml.html : bug fix release 1.8.1
7932 * parser.c: fixed bug #4344
7933 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
7934 added the glue to avoid C++ problems
7935 * doc/* : regenerated the documentation
7936
7937Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7938
7939 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
7940 namespace recognition, and Dia as a resul :-(
7941 * encoding.c: closed bug #3950
7942
7943Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7944
7945 * valid.c: debugging a posteriori validation, except URI expansion
7946 stuff this should be fixed now
7947 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
7948 Carl Nygard <cnygard@bellatlantic.net>
7949 * tester.c: added --postvalid, cleaning of the code
7950 * tree.[ch]: added xmlDocGetRootElement()
7951
7952Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
7953
7954 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
7955 c++ losage.
7956
7957Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7958
7959 * configure.in, doc/xml.html : bumped to 1.8.0
7960 * xlink.[ch], Makefile.am : added framework for link detection
7961 * parser.h: added nbChars to parser context, needed for cleanup.
7962 * xmlmemory.c: removed a nasty bug when out of mem
7963 * valid.[ch]: adding namespace support for attribute decl
7964 * tester.c: added --debugent option
7965 * debugXML.[ch]: added xmlDebugDumpEntities()
7966 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
7967 buffers instead, this was really needed, validation was breaking
7968 in strange ways due to that. Added xmlParseStringPEReference()
7969 and other parsing from strings functions. Entities processing
7970 modified again, but PERef are still not handled correcly but
7971 unless you're Eve Maller you won't notice :-)
7972 * HTMLparser.c: large changes toward reliability, and switched to
7973 lowercase internal tags, XHTML is lowercase, so it will help
7974 that output is closer to next version.
7975 * doc/* : regenerated the documentation, it is now hosted at
7976 http://xmlsoft.org/ (same bits I just bought the domain :-)
7977
7978
7979Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7980
7981 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
7982 doc generation
7983 * parser.c: fixed bugs #3908 and #3937 and a memory leak
7984 in the SAX API
7985 * doc/*: rebuilt the doc making sure everything appears in the
7986 HTML files
7987
7988Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
7989
7990 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
7991 added the patch from Carl Nygard <cnygard@bellatlantic.net>
7992 which allow impressive speed improvement on dataset with
7993 large text pieces, but at the cost of broken binary
7994 compatibility and slightly bigger memory usage.
7995 Configure with --with-buffers to activate them, they
7996 are protected with XML_USE_BUFFER_CONTENT define.
7997 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
7998 goal is 0 memory left allocated once parser is no more used
7999 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
8000 call xmlCleanupParser() and xmlMemoryDump()
8001
8002Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8003
8004 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
8005 * parser.[ch] encoding.[ch]: added memory cleanup routines
8006 * parser.c: closing bug #3788
8007 * doc/*: rebuilt the doc
8008
8009Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8010
8011 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
8012 xmlNewTextChild() and xmlSetCompressMode() behaviour.
8013 * tester.c: added --compress option
8014 * doc/*: rebuilt the documentation
8015
8016Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8017
8018 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
8019 if given /proc/kcore as input !
8020 * doc/xml.html doc/*: updated and rebuilt the documentation
8021
8022Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8023
8024 * parser.c: Fixed some wrongly space collapsing code due to
8025 a misreading of the spec.
8026 * result/*: fixed the output accordingly
8027
8028Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8029
8030 * encoding.c: bug fix and typos
8031 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
8032 * parser.c: added attribute normalization closing bug #3597
8033 * test/att* result/att* SAXresult/att*: testcase for attribute
8034 normalization
8035
8036Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8037
8038 * configure.in: closing bug #3163 by adding extra flags for the
8039 cc compiler on HP-UX
8040
8041Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8042
8043 * valid.[ch] : removed a typo and an enumerated type bug in the
8044 xmlAddElementDecl() function
8045 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
8046 call to xmlEncodeEntitiesReentrant() so that the functions
8047 New, Set and Get are at the same level.
8048 * parser.c HTMLparser.c: extra memory allocation bug for
8049 attributes detected by someone using libxml in embedded systems :-)
8050
8051Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8052
8053 * xmlmemory.h: turned off mem debug :-\
8054
8055Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8056
8057 * parser.c: closed bug #2784 a one line fix, but worth pushing
8058 a new release out
8059 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
8060 some structures, comments before and after the
8061 main element, and other nastyness
8062 * HTMLtree.c tree.c: accomodate the extended HTML supported
8063 * configure.in: pushing 1.7.4
8064 * test/ent8 and related outputs : added a new test for bug #2784
8065 * test/HTML/wired.html and related output: a nasty HTML example
8066 * Makefile.am: improved the test scripts
8067 * docs/* : reran the documentation extractor, updated xml.html
8068
8069Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8070
8071 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
8072 HTMLparser and debugged the HTML related code. HTML documents
8073 now have their own type
8074 * entities.c: do not dump &apos; for HTML output
8075 * xmlmemory.c: improvement, breakpoint mechanism
8076 * testHTML.c: added --sax --repeat ...
8077 * Makefile.am: improved the HTML tests
8078 * valid.[ch]: added xmlValidGetValidElements and
8079 xmlValidGetPotentialChildren
8080 * tester.c: added --insert to test the 2 new functions
8081 * test//* result//* SAXresult//* : regression test cleanup
8082 and extension.
8083 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
8084 gnome-xml-nanohttp.html
8085
8086Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8087
8088 * HTMLparser.c: fixed problems with some autoclose tags
8089 * tree.c: fixed XML output problems.
8090 * result/* SAXresult/*: update of the tests output
8091
8092Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8093
8094 * Makefile.am: Arturo patch for xmlConf.sh version info
8095 * parser.c: Tim Josling patch for single quoted items
8096 * tester.c: Tim Josling patch for tester options usage
8097 * tree.h: indent cleanup
8098
8099Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8100
8101 * HTMLparser.c parser.h : Fixed problems with HTML parsing
8102 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
8103
8104Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8105
8106 * tree.c : Raph patch for initialization of CORBA fields
8107 * parser.c, xpath.c, ...: modification of doc comments
8108 * xpath.c : allow spaces in xpath expressions
8109
8110Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8111
8112 * xmlmemory.h: turning off memory debug :-(
8113
8114Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8115
8116 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
8117 better SAX interfaces.
8118 * testSAX.c: uses the new SAX routine, avoid fetching any remote
8119 entity.
8120 * configure.in: 1.7.2
8121
8122Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8123
8124 * libxml.spec.in: fixed the URL
8125 * doc/xml.html: improved the documentation front-end
8126
8127Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8128
8129 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
8130
8131Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8132
8133 * libxml.spec.in: fixed the alpha compile problem
8134 * parser.[ch]: changed errno to errNo in the parser context :-(
8135 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
8136 * doc/xml.html: changed CHAR to xmlChar
8137 * doc/html/*: recompiled the documentation
8138 * configure.in: 1.7.1
8139
8140Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8141
8142 * parser.h: modified the parser context struct to regain 1.4.0
8143 binary compatibility
8144 * parser.c, xml-error.h: added errno ot teh context and defined
8145 a set of errors values with update of errno
8146 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
8147 DTDs and entities
8148 * *.h, *.c: complete cleanup of the use of config.h and include
8149 protection depending on the current setup.
8150 * overalll debugging, maintenance and bug-fixing on all modules
8151 * updated the documentation
8152 * ready for 1.7.0
8153
8154Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8155
8156 * HTMLparser.c : cleanup
8157 * SAX.c valid.c valid.h: added ID/IDREF checking
8158 * tree.c tree.h: extended doc structure for refs
8159 * configure.in: 1.6.2
8160 * parser.c: patched bug in SAX user arg call
8161 * parserInternals.h: patched missing close in C++ wrapping
8162 * testXPath.c xpath.c xpath.h: prepared for extensibility,
8163 especially upcoming XPointer implementation.
8164 * doc/xml.html: augmented, typo
8165
8166Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
8167
8168 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
8169 not all invocations of install understand -d.
8170
8171Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
8172
8173 * Makefile.am: prepend all the test* calls with $(top_builddir) -
8174 to make 'check' works, when builddir != srcdir.
8175
8176Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8177
8178 * doc/xml.html : updated the documentation
8179
8180Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8181
8182 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
8183 not deallocated memory blocks
8184 * *.c : replaces all calls to malloc() free() and realloc() to
8185 the wrapper functions/macros
8186 * tree.c : removed memory leaks dues to calling xmlFreeNode()
8187 instead of xmlFreeNodeList()
8188
8189Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8190
8191 * HTMLparser.c: corrected a stupid bug leading to core dump at
8192 tree deallocation. Removed warnings indicated by
8193 Stephane.Conversy@lri.fr
8194 * entities.c: Fixes Yet Another Stupid Bug, entities were not
8195 looked for in the external subset
8196
8197Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8198
8199 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
8200 on SGI by Stephane.Conversy@lri.fr
8201
8202Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8203
8204 * all .h : changed the prototype declaration indent as in gtk
8205 * most .c : working on reducing the TODOs in the code
8206 * most .c : cleanup though -pedantic and Insure++
8207 * improvements on validation ID checkings.
8208 * tree.[ch] SAX.c: added support for namespace on attributes #2022
8209 * xml-config.in: closed #1810
8210
8211Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8212
8213 * tree.h, valid.c, valid.h: more work on validity, IDs
8214 * xpath.c: added/fixed comparidon and equlity, added a new isinf
8215 definition for AIX
8216
8217Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8218
8219 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
8220 the distribution due to a cut'n paste error at last commit
8221
8222Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8223
8224 * configure.in: upgraded to version 1.4.0
8225 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
8226 Big update, added a large part of the validation process,
8227 it should be usable, but some parts are missing
8228 * xpath.c: improved the implementation w.r.t. root.
8229 * Makefile.am: added more tests
8230 * test and result trees: added a lot of tests
8231 * libxml.spec.in: export libxml.so.0 and libxml.so.1
8232
8233Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8234
8235 * Added an HACKING file
8236
8237Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8238
8239 * xpath.[ch] : improvements and debug of the XPath implementation
8240 * parser.c, HTMLparser.c : modified the parsers to be progressive
8241 * tree.[ch] : extended the Buffer promitives
8242 * xmlIO.[ch] : added basic I/O routines providing progressive
8243 parsing and ready for I18N conversion plugins
8244 * SAXresult/* : the SAX callback sequence maybe slightly different
8245 now
8246 * test*.c : improved/updated the tests programs
8247 * doc/* : recompiled the docs.
8248
82491999-07-26 Michael Meeks <michael@edenproject.org>
8250
8251 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
8252
8253 * tree.c: Ditto.
8254
8255Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8256
8257 * configure.in: upgraded to version 1.4.0
8258 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
8259 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
8260 XML query language, see http://www.w3.org/TR/xpath for more details.
8261 * parser.c, parser.h: added CHAR* related string functions for XPath
8262 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
8263 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
8264 rebuild the docs.
8265 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
8266 and regression testing capabilities for XPath.
8267
8268Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8269
8270 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
8271 closing bug #1646
8272
8273Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8274
8275 * Makefile.am, example/Makefile.am: closed bug #1683
8276
8277Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8278
8279 * example/Makefile.am, configure.in: added the makefile for the
8280 gjobread example
8281
8282Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
8283
8284 * doc/Makefile.am:
8285 - fix which allow "make install DESTDIR=</install/prefix>".
8286
8287Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8288
8289 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
8290 which fixed a problem on the file reading-code.
8291
8292Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8293
8294 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
8295 output.
8296 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
8297
8298Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8299
8300 * parser.h : Oops removed the binary compatibility problem
8301 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
8302 * parser.c, HTMLparser.c: applied patches for reading from stdin
8303
8304Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8305
8306 * parser.c, entities.c, valid.c: cleanup bug #1591
8307 * configure.in: cleanup bug #1592
8308 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
8309 the same tree back-end. Hence gdome will be available for it.
8310 * doc/Makefile.am: close bug #617
8311
8312Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8313
8314 * parser.c: alloctate a per parser context SAX interface block
8315
8316Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8317
8318 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
8319 and xmlEncodeEntitiesReentrant with the correct one :-\
8320
8321Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8322
8323 * commit of my internal XML base changes, quite a lot of
8324 changes, cleanups, better entities support, framework for
8325 new I/O and charset detection and handling
8326 * Fixed the configure/Makefile stuff to generate shared libs
8327 with the proper version info, so we jumped on rev from
8328 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
8329 xmlEncodeEntities() result need to be freed now, and a string
8330 xmlParserVersion provide the current library version.
8331
8332Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
8333
8334 * parser.c: fixed a buffer overrun for when you have a very long
8335 attribute with no entities in it.
8336
8337Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8338
8339 * added example directory
8340 * added example/gjobs.xml gjobread.c, still need a Makefile.in
8341
8342Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8343
8344 * Release of libxml-1.1, nearly everything has been touched for
8345 this.
8346 * Added more regression tests
8347 * Updated the documentation
8348
8349Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8350
8351 * tree.[ch]: unified the XML_NO_CORBA defines.
8352 * parser.c encoding.[ch]: started plugging in char encoding detection
8353
8354Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
8355
8356 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
8357 Also freed allocated buffer.
8358
8359Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8360 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
8361 reentrancy problem at printing. One is left in entities.c, to
8362 remove ASAP
8363 * testSAX.c : added a test example showing the use of the SAX
8364 interface if one doesn't want to build the DOM tree.
8365 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
8366
8367Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8368
8369 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
8370 large revamping of the parser to use SAX callbacks
8371 http://www.megginson.com/SAX/ (or at least a C like interface
8372 a la Expat). It's now possible to set up your own callbacks
8373 and the parser will not build a DOM tree.
8374 * test/* result/*: updated the test suite, I finally removed
8375 the old Namespace draft support (PI based).
8376
8377Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8378
8379 * Makefile.am: added test result to EXTRA_DIST for make tests
8380
8381Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8382
8383 * parser.c, parserInternals.h: moved the chars macro definitions
8384 to parserInternals.h
8385 * parser.c, error.c: applied patches from "Knut Ã…kesson"
8386 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
8387
8388Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8389
8390 * xml-config.in : applied patch to make --version work
8391
83921999-03-05 Raja R Harinath <harinath@cs.umn.edu>
8393
8394 * Makefile.am (check-local): Alias for `tests' target. This will
8395 cause `make check' to do the right thing.
8396 (tests): Don't run tests in srcdir. Also, replaced calls to
8397 basename with a `sed' "equivalent".
8398
8399Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8400
8401 * Renamed error.h to xml-error.h, corrected Makefile.am to list
8402 it in the header and not the sources, updated the doc.
8403 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
8404 pointing this out.
8405
8406Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8407
8408 * parser.c, parser.h, parserInternals.h: memory leak hunting,
8409 exported the inputStream routines.
8410 * doc/html/* : updated accordingly
8411
8412Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8413
8414 * parser.c, parser.h, parserInternals.h: added a few extra
8415 internal calls to allocate and free parser contexts ...
8416 * doc/html/* : updated accordingly
8417
8418Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8419
8420 * configure.in, Makefile.am, doc/makefile.am : General changes for
8421 1.0.0 release and including the generated HTML documentation.
8422
8423Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8424
8425 * makefile.am : added parserInternals.h, oops.
8426
8427Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8428
8429 * parserInternals.h: added this header giving access to the parser
8430 internal functions.
8431 * doc/Makefile.am : added a rebuild target which rebuilds the full
8432 set of documentations
8433 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
8434 the internal subset.
8435 * *.c *.h: modifications needed to generate the documentation using
8436 gtk-doc, cleanup of functions blocks, reorganisation of struct
8437 declarations.
8438
8439Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8440
8441 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
8442 the tar and spec file to include the beginning of the doc.
8443
84441999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
8445
8446 * doc/.cvsignore: Added this file.
8447
8448Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8449
8450 * tree.c: fixed xmlGetProp to return "" when the attribute
8451 exists, even if the node-list is NULL.
8452
8453Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8454
8455 * tree.c: patched an error outputting empty attribute values.
8456 * Makefile.am and doc/makefile.am: have been updated during the
8457 week-end. Sorry for an empty CVS log, I got a shell problem.
8458
8459Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8460
8461 * tree.h: cleaned up using enums instead of defines
8462 * parser.c, valid.[ch]: more work on parsing/output of element
8463 declarations
8464
8465Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8466
8467 * valid.[ch], tree.c, parser.c : more work toward full parsing
8468 of XML DTDs.
8469 * README: added informations about mailing-list and on-line
8470 documentation
8471
84721999-01-27 Raja R Harinath <harinath@cs.umn.edu>
8473
8474 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
8475
8476Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8477
8478 * parser.c, tree.[ch] : more work toward conformance testing,
8479 added a last element to accelerate parsing of very flat structures
8480 started working on internal subset Element content declaration.
8481 * valid.[ch] : first cut at adding code toward validation.
8482 * previous changes had also small impact on most files, especially
8483 the conformance testing using James Clark test suite.
8484
8485Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8486
8487 * test/* : updated the examples, most of them were not well
8488 formed (humm), and added rdf2.
8489 * result/* : resulting changes in the output.
8490
8491Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8492
8493 * tree.c: changed the behaviour of xmlGetProp on NULL values.
8494
8495Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8496
8497 * tree.c: patched a bug in the generation of empty attributes
8498
8499Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8500
8501 * entities.[ch], tree.[ch], tester.c: added copy interfaces
8502 for node/trees/documents/... Biggest problem is namespace
8503 support when copying subtrees.
8504
8505Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8506
8507 * parser.c, entities.c: improve entities and char ref encoding,
8508 and cleanups of error messages.
8509
8510Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8511
8512 * parser.c, entities.c: simple bug hunting done during rpm2html and
8513 rpmfind integration.
8514
8515Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8516
8517 * parser.[ch]: Added interfaces allowing to specify a SAX
8518 handler before parsing.
8519
8520Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8521
8522 * parser.c: redirrect all errors reporting through the SAX
8523 error function
8524
8525Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8526
8527 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
8528 * libtool, tlmain ...: update of the libtool files
8529
85301998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
8531
8532 * entities.c: Use g_snprintf insteda of snprintf.
8533
8534Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8535
8536 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
8537 added ent5 test for this purpose.
8538 * parser.c, parser.h: formatting, comments and UTF-8 planning.
8539
8540Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8541
8542 * parser.c: fixed? a strange error due to compression on a GWP
8543 document.
8544
8545Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8546
8547 * tree.[ch]: bug fixing
8548 * entities.[ch]: defined a specific type for predefined entities
8549 * doc/xml.html: more documentation on the library, how to use it,
8550 overview of the interfaces.
8551
8552Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8553
8554 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
8555
8556Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8557
8558 * tree.c: corrected a small bug
8559 * doc/xml.html: continuing writing documentation.
8560
8561Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8562
8563 * debugXML.h debugXML.c: added debugging utilities.
8564 * tester.c: added --debug switch.
8565 * tree.c: patched an incorrect node->type assignment.
8566 * parser.c: formatting, ensure that node->doc != NULL in attributes
8567
8568Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8569
8570 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
8571 entity support and provide an internal representation close to
8572 DOM one (entity ref nodes, and attribute value as tree). I tried
8573 to preserve the interface but this will surely break some apps
8574 (I have to change rpm2html/rpmfind for example). I had to change
8575 two interfaces, and the generated tree is somewhat different.
8576 * doc/* : started documenting the XML library, the tree and
8577 DOM/Corba. This is a first step.
8578
8579Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8580
8581 * parser.c: Set up the fonctions comment block, boring but useful.
8582 * parser.h, SAX.c, parser.c: now attributes are processed through
8583 the SAX interface. The problem is that my SAX interface diverged
8584 quite a bit from the original one, well this is not an official
8585 spec, and translating it from Java to C is hairy anyway...
8586
8587Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8588
8589 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
8590 fonctions comment block, boring but useful.
8591
8592Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8593
8594 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
8595 conversion routines. However they are not yet used to convert the
8596 inputs. The core will run with UTF-8.
8597
8598Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8599
8600 * tree.c : make sure that the type id is properly set-up when
8601 a new object is allocated, needed for DOM.
8602
8603Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8604
8605 * tree.h, tree.c: Ok, the main objects in the tree will be native
8606 corba objects, it costs 8 bytes per Node, Attribute and Document
8607 but it simplifies the Corba integration a lot (no extra interface
8608 objects to allocate/free).
8609
8610Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8611
8612 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
8613 and changed NODEs contants for conformity with DOM Level 1
8614
8615Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8616
8617 * added hooks to keep track of servants when creating objects
8618 xmlDoc and xmlNode (for Corba export).
8619
8620Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8621
8622 * added xml-config script.
8623
8624Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8625
8626 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
8627 to autoupdate libtool and automake conf files.
8628
86291998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
8630
8631 * Makefile.am: Use '?' to separate the sed
8632 commands as ',' is used when people pass -Wl,something.
8633
8634
8635Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8636
8637 * tree.c, tree.h: added a per-document compression interface.
8638
8639Tue Sep 22 20:47:38 EDT 1998
8640
8641 * tree.c, tree.h: added saving with compression and added interfaces
8642 to control the compression level (xmlGetCompressMode,
8643 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
8644
8645Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8646
8647 * parser.c: corrected a loop for files of size 0
8648
86491998-08-20 Raja R Harinath <harinath@cs.umn.edu>
8650
8651 * error.h: New file. Contains prototyes from `error.c'.
8652
8653Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
8654
8655 * Makefile.am (xmlincdir): New macro.
8656 (xmlinc_HEADERS): Renamed from include_HEADERS.
8657
8658Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8659
8660 * applied small patch on numeric entities from
8661 Christopher Blizzard <blizzard@appliedtheory.com>
8662
8663Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8664
8665 * New release 0.2, removed the old xml_* files so that it's
8666 coherent with the other CVS base (W3C), far better conformance
8667 to standard, new namespaces, decent entities support, beginning
8668 of a SAX-like interface. Nearly nothing left intact, even the
8669 test examples ...
8670
86711998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
8672
8673 * .cvsignore: Add .deps dir
8674
8675Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8676
8677 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
8678
8679Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8680
8681 * configure.in: added test for CPP
8682 * AUTHORS, Changelog: the original ones didn't get commited but the
8683 glib ones instead, fixed.
8684 * Makefile.am: corrected an error in library naming
8685
8686Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
8687
8688 * integrated code developped at W3C
8689 * changed the original Copyright
8690 * migrated to automake
8691 * prefixed the filenames by xml_ to avoid filename clashes
8692
Daniel Veillarde0ed10c2003-01-06 11:06:26 +00008693Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
8694
8695 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
8696 should not be called.
8697
Daniel Veillard0aaaacd2003-01-06 10:59:57 +00008698Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
8699
8700 * libxml-2.0.pc.in: applied the patch to fix #101894
8701
Daniel Veillard8a1b1852003-01-05 22:37:17 +00008702Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
8703
8704 * tree.c : applied patch from Lukas Schroeder for register callbacks
8705 * valid.c: modified patch from Lukas Schroeder to test
8706 register callbacks with --chkregister
8707
Daniel Veillard067bae52003-01-05 01:27:54 +00008708Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
8709
8710 * xmlreader.c: seriously changed the way data are pushed to
8711 the underlying parser, go by block of 512 bytes instead of
8712 tryng to detect tag boundaries at that level. Changed the
8713 way empty element are detected and tagged.
8714 * python/tests/reader.py python/tests/reader2.py
8715 python/tests/reader3.py: small changes mostly due to context
8716 reporting being different and DTD node being reported. Some
8717 errors previously undetected are now caught and fixed.
8718 * doc/xmlreader.html: flagged last section as TODO
8719
Daniel Veillard51a447a2003-01-04 19:42:46 +00008720Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8721
8722 * python/libxml.py: integrated the Python 2.2 optimizations
8723 from Hannu Krosing, while maintaining compatibility with
8724 1.5 and 2.1
8725
Daniel Veillarde59494f2003-01-04 16:35:29 +00008726Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
8727
8728 * xmllint.c: a bit of cleanup
8729 * xmlreader.c: small fix
8730 * doc/xmlreader.html: more work on the XmlTextReader tutorial
8731 * python/libxml.py: a few fixes pointed out by Hannu Krosing
8732
Daniel Veillard623a9eb2003-01-04 12:47:20 +00008733Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
8734
8735 * python/setup.py.in: patch from Stéphane Bidoul to include
8736 drv_libxml2.py in setup.py
8737
Daniel Veillard66b82892003-01-04 00:44:13 +00008738Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
8739
8740 * doc/xmlreader.html: starting documenting the new XmlTextReader
8741 interface.
8742
Daniel Veillard7704fb12003-01-03 16:19:51 +00008743Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
8744
8745 * xmllint.c: added the --stream flag to use the TextReader API
8746 * xmlreader.c: small performance tweak
8747
Daniel Veillarda80ff6e2003-01-03 12:52:08 +00008748Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
8749
8750 * xmlreader.c python/tests/reader2py: okay the DTD validation
8751 code on top of the XMLTextParser API should be solid now.
8752
Daniel Veillard1fdfd112003-01-03 01:18:43 +00008753Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
8754
8755 * xmlreader.c python/tests/reader2py: Fixing some more mess
8756 with validation and recursive entities while using the
8757 reader interface, it's getting a bit messy...
8758
Daniel Veillarddab8ea92003-01-02 14:16:45 +00008759Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
8760
8761 * xmlreader.c python/tests/reader.py: another couple of problem
8762 related to IsEmptyElement reported by Stéphane Bidoul needed
8763 some fixes.
8764
Daniel Veillard4f860202003-01-02 13:00:02 +00008765Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8766
8767 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
8768 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
8769 based on the python XmlTextReader interface.
8770
Daniel Veillard3c265e42003-01-01 21:06:49 +00008771Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
8772
8773 * tree.c: backing out one change in the last patch which broke the
8774 regression tests
8775
Daniel Veillard5335dc52003-01-01 20:59:38 +00008776Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
8777
8778 * global.data globals.c tree.c include/libxml/globals.h: applied
8779 an old patch from Lukas Schroeder to track node creation and
8780 destruction. Probably missing a lot of references at the moment
8781 and not usable reliably.
8782
Daniel Veillard8ba17412003-01-01 19:13:12 +00008783Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
8784
8785 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
8786 from doc/news.html and a stylesheet
8787
Daniel Veillarde3c036e2003-01-01 15:11:05 +00008788Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
8789
8790 * xmlreader.c python/tests/reader.py: fixed another couple of
8791 xmlreader bugs reported by Stéphane Bidoul and added tests.
8792
Daniel Veillard9e395c22003-01-01 14:50:44 +00008793Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
8794
8795 * xmlreader.c python/tests/reader2.py: fixed another validity
8796 checking in external parsed entities raised by Stéphane Bidoul
8797 and added a specific regression test.
8798 * python/tests/reader3.py: cleanup
8799
Daniel Veillardd5896142002-12-31 14:45:26 +00008800Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
8801
8802 * xmlreader.c python/tests/reader2.py: fixed a problem with
8803 validation within entities pointed by Stéphane Bidoul, augmented
8804 the tests to catch those.
8805
Daniel Veillarddc85f282002-12-31 11:18:37 +00008806Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
8807
8808 * python/generator.py: modified the generator to allow keeping
8809 class references when creating new classes, needed to fix a bug
8810 pointed by Stéphane Bidoul where the input buffer of the
8811 xmlTextReader instance gets destroyed if the python wrapper for
8812 the input is not referenced anymore.
8813
Daniel Veillard4d8db8a2002-12-30 18:40:42 +00008814Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
8815
8816 * xmlreader.c python/tests/reader.py: fixed another pair of problem
8817 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
8818
Daniel Veillard571b8892002-12-30 12:37:59 +00008819Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
8820
8821 * xmlreader.c python/tests/reader.py: fixed another problem
8822 pointed by Stéphane Bidoul
8823
Daniel Veillardaaa105b2002-12-30 11:42:17 +00008824Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
8825
8826 * xmlreader.c python/tests/reader.py: fixed a limit case problem
8827 with "<a/>"
8828
Daniel Veillardecaba492002-12-30 10:55:29 +00008829Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8830
8831 * SAX.c: warn on xmlns:prefix="foo"
8832 * xmlreader.c python/tests/reader.py: fixed a couple of problem
8833 for namespace attributes handling.
8834
Daniel Veillard2d84a892002-12-30 00:01:08 +00008835Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8836
8837 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
8838 a really nasty problem raised by a DocBook XSLT transform
8839 provided by Sebastian Bergmann
8840
Daniel Veillard29b3e282002-12-29 11:14:41 +00008841Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
8842
8843 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
8844 by Stéphane Bidoul and integrated it into the tests
8845
Daniel Veillarde18fc182002-12-28 22:56:33 +00008846Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
8847
8848 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
8849 extended the XmlTextReader API a bit, addding accessors for
8850 the current doc and node, and an entity substitution mode for
8851 the parser.
8852 * python/libxml.py python/libxml2class.txt: related updates
8853 * python/tests/Makefile.am python/tests/reader.py
8854 python/tests/reader2.py python/tests/reader3.py: updated a bit
8855 the old tests and added a new one to test the entities handling
8856
Daniel Veillardaba976d2002-12-28 21:14:18 +00008857Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
8858
8859 * python/generator.py python/libxml2class.txt
8860 python/tests/reader.py python/tests/reader2.py: changed the
8861 generator to provide casing for the XmlTextReader similar to
8862 C# so that examples and documentation are more directly transposable.
8863 Fixed the couple of tests in the suite.
8864
Daniel Veillard83298842002-12-28 15:12:33 +00008865Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
8866
8867 * doc/guidelines.html: added a document on guildeline for
8868 publishing and deploying XML
8869
Daniel Veillard336fc7d2002-12-27 19:37:04 +00008870Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
8871
8872 * valid.c xmlreader.c: final touch running DTD validation
8873 on the XmlTextReader
8874 * python/tests/Makefile.am python/tests/reader2.py: added a
8875 specific run based on the examples from test/valid/*.xml
8876
Daniel Veillardf25b4ca2002-12-27 15:18:35 +00008877Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
8878
8879 * python/libxml.py: added a few predefined xmlTextReader parser
8880 configuration values.
8881
Daniel Veillard0e9dafa2002-12-27 11:58:25 +00008882Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8883
8884 * python/libxml_wrap.h: trying to fix #102037
8885
Daniel Veillard8dbd4952002-12-27 11:34:48 +00008886Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
8887
8888 * SAX.c: fixing bug #95296, when the predefined entities
8889 are redefined in the DTD the default one must be used
8890 instead anyway.
8891
MST 2002 John Fleck6647aed2002-12-26 02:23:24 +00008892Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
8893
8894 * doc/xmllint.xml
8895 * doc/xmllint.1
8896 Add discussion of XML_DEBUG_CATALOG to xmllint man
8897 page - bug #100907
8898
8899
Daniel Veillarddf512f42002-12-23 15:56:21 +00008900Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8901
8902 * xmlreader.c: Fixed the empty node detection to avoid reporting
8903 an inexistant close tag.
8904
Daniel Veillard0d132cf2002-12-23 14:43:32 +00008905Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
8906
8907 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
8908 for Python 2.1
8909
Daniel Veillardfe8aab92002-12-22 10:25:41 +00008910Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
8911
8912 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
8913
Daniel Veillard4258b9c2002-12-20 10:29:40 +00008914Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
8915
8916 * doc/libxml2-api.xml python/tests/reader.py: one really need
8917 to provide the base URI information when creating a reader parser
8918 from an input stream. Updated the API and the example using it.
8919
Daniel Veillardea7751d2002-12-20 00:16:24 +00008920Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
8921
8922 * testReader.c xmlreader.c valid.c include/libxml/tree.h
8923 include/libxml/valid.h include/libxml/xmlreader.h: working on
8924 DTD validation on top of xml reader interfaces. Allows to
8925 validate arbitrary large instances. This required some extensions
8926 to the valid module interface and augmenting the size of xmlID
8927 and xmlRef structs a bit.
8928 * uri.c xmlregexp.c: simple cleanup.
8929
Daniel Veillardbeb70bd2002-12-18 14:53:54 +00008930Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
8931
8932 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
8933 work on the xml reader interfaces.
8934 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
8935 Web page for the Windows binaries.
8936
Daniel Veillard4a6d39b2002-12-17 18:33:01 +00008937Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
8938
8939 * xmlIO.c: applied a patch for VMS following the report by
8940 Nigel Hall
8941
Daniel Veillard3772de32002-12-17 10:31:45 +00008942Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
8943
8944 * parser.c: the parseStartTag bug fix wasn't complete.
8945
Daniel Veillard67df8092002-12-16 22:04:11 +00008946Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
8947
8948 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
8949 parseStartTag, fixing it.
8950 * test/att4 result/att4 result/noent/att4: adding the test
8951 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
8952 more methods to XmlTextReader.
8953
Igor Zlatkovicd453c632002-12-16 18:45:48 +00008954Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
8955
8956 * win32/libxml2.def.src: added more xml reader exports
8957 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
8958 to the build
8959
MST 2002 John Fleck7c67a832002-12-16 13:38:06 +00008960Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
8961
8962 * doc/tutorial/xmltutorial.xml
8963 plus generated html and pdf
8964 Updating tutorial again based on further comments from Niraj
8965 Tolia on the last iteration
8966
MST 2002 John Fleck44aacb32002-12-16 04:34:57 +00008967Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
8968
8969 * doc/tutorial/xmltutorial.xml
8970 * doc/tutorial/includekeyword.c
8971 * doc/tutorial/includegetattribute.c
8972 plus generated html and pdf
8973 Adding fix from Niraj Tolia to tutorial to properly free memory.
8974
8975
Daniel Veillardda46d2d2002-12-15 23:36:49 +00008976Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
8977
8978 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
8979 more methods of XmlTextReader.
8980 * python/libxml2class.txt python/tests/reader.py: this increased the
8981 methods in the bndings, augmented the test to check those new
8982 functions.
8983
Daniel Veillard0eb38c72002-12-14 23:00:35 +00008984Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
8985
8986 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
8987 methods of XmlTextReader.
8988 * python/generator.py python/libxml_wrap.h python/types.c
8989 python/libxml2class.txt: added the reader to the Python bindings
8990 * python/tests/Makefile.am python/tests/reader.py: added a specific
8991 test for the Python bindings of the Reader APIs
8992 * parser.c: small cleanup.
8993
Daniel Veillard06503452002-12-13 10:42:08 +00008994Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
8995
8996 * xinclude.c: fallback was only copying the first child not the
8997 full child list of the fallback element, closes #89684 as reopened
8998 by Bernd Kuemmerlen
8999
Igor Zlatkovic2d45f522002-12-12 12:33:43 +00009000Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9001
9002 * win32/libxml2.def.src: exported htmlNodeDumpOutput
9003
Daniel Veillard000eafb2002-12-12 10:04:22 +00009004Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
9005
Daniel Veillardc1eed322002-12-12 11:01:32 +00009006 * configure.in: preparing release of 2.4.30
Daniel Veillard000eafb2002-12-12 10:04:22 +00009007 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
Daniel Veillardc1eed322002-12-12 11:01:32 +00009008 gives enum values, fix functype return type, put back fields in
9009 structs
9010 * doc/*: updated the docs rebuilt
Daniel Veillard000eafb2002-12-12 10:04:22 +00009011
Daniel Veillard024b5702002-12-12 00:15:55 +00009012Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
9013
9014 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
9015 about htmlNodeDumpOutput location.
9016 * xpath.c: removed an undefined function signature
9017 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
9018 too many symbols in the API breaking the python bindings.
9019 Updated with the libxslt/libexslt changes.
9020
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00009021Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
9022
9023 * configure.in: preparing release of 2.4.29
9024 * doc/*: rebuilt the docs and API
9025 * xmlreader.c: a few more fixes for the XmlTextReader API
9026
Igor Zlatkovicf6273a02002-12-11 17:00:54 +00009027Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9028
9029 * include/win32config.h: applied mingw patch from Magnus Henoch
9030
Daniel Veillard5aad8322002-12-11 15:59:44 +00009031Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
9032
9033 * catalog.c doc/libxml2-api.xml: a bit more cleanup
9034
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009035Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
9036
9037 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
9038 building Python script, does the C parsing directly, generates
9039 a better API description including structure fieds defs and
9040 enums. Still a couple of bugs, but good enough for the python
9041 wrappers now.
9042 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
9043 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
9044 include/libxml/schemasInternals.h include/libxml/tree.h: more
9045 cleanup based on the python analysis script reports.
9046 * libxml.spec.in: make sure the API XML description is part of the
9047 devel package.
9048
Daniel Veillard01c13b52002-12-10 15:19:08 +00009049Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
9050
9051 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
9052 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
9053 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
9054 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
9055 code cleanup, especially the function comments.
9056 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
9057
Daniel Veillarde1ca5032002-12-09 14:13:43 +00009058Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
9059
9060 * Makefile.am xmlreader.c include/libxml/Makefile.am
9061 include/libxml/xmlreader.h: Adding a new set of APIs based on
9062 the C# TextXmlReader API but converted to C. Allow to parse
9063 in constant memory usage, far simpler to program and explain
9064 than the SAX like APIs, unfinished but working.
9065 * testReader.c: test program
9066
Igor Zlatkovic70a296c2002-12-08 17:34:54 +00009067Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9068
9069 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
9070
Daniel Veillard64b35282002-12-04 15:10:40 +00009071Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
9072
9073 * tree.c: Chip turner indicated that XHTML1 serialization
9074 rule for style actually break on both IE and Mozilla,
9075 try to avoid the rule if escaping ain't necessary
9076
Daniel Veillard8efff672002-12-04 11:44:48 +00009077Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
9078
9079 * nanhttp.c: handle HTTP URL escaping, problem reported by
9080 Glen Nakamura and Stefano Zacchiroli
9081
Daniel Veillard1c732d22002-11-30 11:22:59 +00009082Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
9083
9084 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
9085
Daniel Veillardfdd27d22002-11-28 11:55:38 +00009086Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9087
9088 * uri.c: Johann Richard pointed out some XPointer problems for
9089 URN based URI references in XInclude. Modified the URI parsing
9090 and saving routines to allow correct parsing and saving of
9091 XPointers, especially when attached to "opaque" scheme accordingly
9092 to RFC 2396
9093
Daniel Veillard8db67d22002-11-27 19:39:27 +00009094Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
9095
9096 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
9097 of refactoring to the HTML saving code.
9098 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
9099 in the doc.
9100
Daniel Veillardebc4ca92002-11-27 11:43:05 +00009101Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
9102
9103 * tree.c include/libxml/tree.h: refactored the XML dump of a node
9104 to a buffer API to reuse the generic dump to an OutputIO layer,
9105 this reduces code, fixes xmlNodeDump() for XHTML, also made
9106 xmlNodeDump() now return the number of byte written.
9107
Daniel Veillard9d5ea172002-11-27 08:02:06 +00009108Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
9109
9110 * python/setup.py.in: another patch from Stéphane Bidoul for
9111 Python bindings on Windows
9112 * doc/parsedecl.py: small cleanup
9113
Daniel Veillard9715c172002-11-25 16:33:40 +00009114Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
9115
9116 * libxml.spec.in configure.in: add a line in %changelog for releases
9117
Daniel Veillard9bc53102002-11-25 13:20:04 +00009118Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
9119
9120 * parser.c: patch from Marcus Clarke fixing a problem in entities
9121 parsing that was detected in KDe documentations environment.
9122
Daniel Veillardfaa35ff2002-11-24 13:53:43 +00009123Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
9124
9125 * python/libxml.c (libxml_prev): Return the previous as opposed to
9126 the next node (I guess this is the result of some cut & paste programming:)
9127
Daniel Veillard80d7b902002-11-23 16:23:08 +00009128Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9129
9130 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
9131
Daniel Veillarda1196ed2002-11-23 11:22:49 +00009132Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
9133
9134 * python/generator.py python/libxml.c python/setup.py.in: trying
9135 to fix the Python bindings build on Windows (Stéphane Bidoul)
9136
Igor Zlatkovic9ab71552002-11-22 21:41:43 +00009137Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9138
9139 * win32/configure.js: added option for python bindings
9140 * win32/libxml2.def.src: added more exports
9141
Igor Zlatkovicace7cd22002-11-22 18:07:00 +00009142Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9143
9144 * win32/Makefile.mingw: fixed unresolved symbols when linking with
9145 pthreads
9146 * win32/wince/*: applied updates to Windows CE port from Javier
9147
Daniel Veillardf9c4cad2002-11-22 15:57:07 +00009148Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9149
9150 * configure.in: preparing 2.4.28
9151 * libxml.spec.in doc/Makefile.am: some cleanup
9152 * doc/*: updated the news and regenerated.
9153
Daniel Veillardfee408f2002-11-22 13:18:30 +00009154Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
9155
9156 * HTMLparser.c: final touch at closing #87235 </p> end tags
9157 need to be generated.
9158 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
9159 this change slightly the output of a few tests
9160 * doc/*: regenerated
9161
Daniel Veillardd2ff0392002-11-22 12:28:38 +00009162Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
9163
9164 * parserInternals.c: fixing bug #99190 when UTF8 document are
9165 parsed using the progressive parser and the end of the chunk
9166 is in the middle of an UTF8 multibyte character.
9167
William M. Brack8b2c7f12002-11-22 05:07:29 +00009168Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9169
9170 * threads.c: fixed initialization problem in xmlNewGlobalState
9171 which was causing crash.
9172 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
9173 in xmlInitializeGlobalState.
9174 * parserInternals.c: cleaned up ctxt->sax initialisation.
9175
Daniel Veillardd5c2f922002-11-21 14:10:52 +00009176Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
9177
9178 * tree.c include/libxml/tree.h: modified the existing APIs
9179 to handle XHTML1 serialization rules automatically, also add
9180 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
9181 libxslt serialization uses it when needed without changing
9182 the library API.
9183 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
9184 result/xhtml1: added a new test specifically for xhtml1 output
9185 and updated the result of one XHTML1 test
9186
Daniel Veillardd076a202002-11-20 13:28:31 +00009187Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
9188
9189 * xinclude.c parserInternals.c encoding.c: fixed #99082
9190 for xi:include encoding="..." support on text includes.
9191 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
9192 test/XInclude/ents/isolatin.txt : added a specific regression test
9193 * python/generator.py python/libxml2class.txt: fixed the generator
9194 the new set of comments generated for doc/libxml2-api.xml were
9195 breaking the python generation.
9196
Daniel Veillard817e70b2002-11-19 22:28:48 +00009197Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
9198
9199 * doc/Makefile.am: repair some problem if gtk-doc fail or such
9200 * configure.in: patch for Solaris on new autoconf closes #98880
9201 * doc/parsedecl.py: repair the frigging API building script,
9202 did I say that python xmllib sucks ?
9203 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
9204 and some comment are no more truncated.
9205
Daniel Veillarda7e05b42002-11-19 08:11:14 +00009206Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
9207
9208 * parser.c: Martin Stoilov pointed out a potential leak in
9209 xmlCreateMemoryParserCtxt
9210
Daniel Veillardbc6e1a32002-11-18 15:07:25 +00009211Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
9212
9213 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
9214 included in HTML documents and using the push parser.
9215
Daniel Veillard4efd3be2002-11-18 09:11:13 +00009216Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
9217
9218 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
9219 specified, look for the Python interpreter not just in the
9220 specified root but also in the specified location. Fixes #98825
9221
Daniel Veillarda8c0adb2002-11-17 22:37:35 +00009222Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
9223
9224 * python/libxml.c: fixing bug #98792 , node may have no doc
9225 and dereferencing without checking ain't good ...
9226
Daniel Veillarddad3f682002-11-17 16:47:27 +00009227Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
9228
9229 * configure.in: preparing release 2.4.27
9230 * doc/* : updated and rebuilt the docs
9231 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
9232 and all the docs are actually packaged and in the final RPMs
9233 * parser.c parserInternals.c include/libxml/parser.h: restore
9234 xmllint --recover feature.
9235
Daniel Veillard68e9e742002-11-16 15:35:11 +00009236Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
9237
Daniel Veillard784b9352003-02-16 15:50:27 +00009238 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard68e9e742002-11-16 15:35:11 +00009239 processing of parsed entities, and XPath computation on sustitued
9240 entities.
9241 * testXPath.c: make sure entities are substitued.
9242
Daniel Veillard328f48c2002-11-15 15:24:34 +00009243Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
9244
Daniel Veillard784b9352003-02-16 15:50:27 +00009245 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard328f48c2002-11-15 15:24:34 +00009246 processing of internal parsed entities, which had to be changed.
9247
Daniel Veillard66651aa2002-11-15 11:21:43 +00009248Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9249
9250 * Makefile.am python/Makefile.am python/tests/Makefile.am:
9251 trying to fix bug #98517 about building outside the source tree
9252 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
9253
Igor Zlatkovic2772cea2002-11-14 17:45:20 +00009254Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9255
9256 * include/win32config.h: cleanup
9257 * win32/Makefile.mingw: integrated mingw in JScript configure
9258 * win32/Makefile.msvc: modified to allow mingw coexistence
9259 * win32/configure.js: integrated mingw
9260 * win32/Readme.txt: cleanup
9261
Daniel Veillard8dd86a52002-11-12 21:14:17 +00009262Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
9263
9264 * HTMLparser.c: strengthen the guard in the Pop macros,
9265 like in the XML parser, closes bug #97315
9266
Daniel Veillard0821b152002-11-12 20:57:47 +00009267Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
9268
9269 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
9270 callback is never used.
9271
Daniel Veillard8606bbb2002-11-12 12:36:52 +00009272Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
9273
9274 * parserInternals.c: fixed the initialization of the SAX structure
9275 which was breaking xsltproc
9276 * xpath.c: patch from Petr Pajas for CDATA nodes
9277 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
9278 * parser.c include/libxml/parser.h: patch from Peter Jones
9279 removing a leak in xmlSAXParseMemory() and adding the
9280 function xmlSAXParseMemoryWithData()
9281
MST 2002 John Fleckf854d992002-11-12 03:49:05 +00009282Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
9283
9284 adding pdf of tutorial, changing web page to link to it
9285 * doc/tutorial/xmltutorial.pdf
9286 * doc/xml.html
9287 * doc/docs.html
9288
MST 2002 John Fleck52717f32002-11-11 03:49:33 +00009289Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
9290
9291 * doc/tutorial/ar01s08.html
9292 adding file what I forgot for tutorial
9293
9294
MST 2002 John Fleckbd3b4fd2002-11-11 03:41:11 +00009295Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
9296
9297 Adding encoding discussion to tutorial
9298 Added:
9299 * doc/tutorial/images/*.png: DocBook admonition image files
9300 * doc/tutorial/apf.html, apg.html: new generated html
9301 * doc/tutorial/includeconvert.c: conversion code entity file
9302 changed:
9303 * doc/tutorial/xmltutorial.xml: DocBook original
9304 * doc/tutorial/*.html: generated html
9305
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009306Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9307
9308 * include/libxml/*.h: retired xmlwin32version.h
9309 * doc/Makefile.am: retired xmlwin32version.h
9310 * win32/configure.js: retired xmlwin32version.h
9311
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009312Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9313
9314 * win32/libxml2.def.src: exported additional symbols
Igor Zlatkovic22bafff2002-11-08 17:19:08 +00009315 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
9316 sisterhood
Igor Zlatkovica2258da2002-11-08 15:55:33 +00009317
Daniel Veillard7216cfd2002-11-08 15:10:00 +00009318Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
9319
9320 * globals.c: fixed a typo pointed out by Igor
9321 * xpath.c: try to speed up node compare using line numbers
9322 if available.
9323
Daniel Veillarda70d62f2002-11-07 14:18:03 +00009324Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
9325
9326 * tree.c: make xmlFreeNode() handle attributes correctly.
9327
Igor Zlatkovicb8e99cc2002-11-06 22:52:29 +00009328Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9329
9330 * catalog.c: completed the #96963 fix, as reported by Karl
9331 Eichwalder
9332
Daniel Veillard56f21f22002-11-06 15:49:46 +00009333Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9334
9335 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
9336
Daniel Veillard91ad8792002-11-04 17:06:52 +00009337Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9338
9339 * Makefile.am: switched the order of a couple of includes
9340 to fix bugs #97100
9341
Igor Zlatkovic2bb82ee2002-10-31 16:15:43 +00009342Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9343
9344 * catalog.c: fixed bug #96963, reverted to the old behaviour of
9345 xmlLoadCatalogs that used to separate directories with a ':'.
9346
Igor Zlatkovic9fdd8f32002-10-31 16:01:23 +00009347Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9348
9349 * threads.c: improvements to the Windows-side of thread handling
9350 * testThreads.c: conditionally excluded unistd.h
9351 * testThradsWin32.c: broke overlong lines
9352 * include/win32config.h: adapted thread-related macros to the new
9353 scheme and for pthreads on Windows
9354 * win32/Makefile.msvc: introduced a more flexible thread build,
9355 added testThreads[Win32].c to the build
9356 * win32/configure.js: introduced a more flexible thread config
9357
John Fleck61f6fb62002-10-31 15:23:29 +000093582002-10-31 John Fleck <jfleck@inkstain.net>
9359
9360 * doc/xml.html (and, by implication, FAQ.html)
9361 added UTF-8 conversaion FAQ from Marcus Labib Iskander
9362
Igor Zlatkovicf95b56b2002-10-29 17:33:35 +00009363Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9364
9365 * configure.in: removed xmlwin32version.h
9366 * include/libxml/Makefile.am: removed xmlwin32version.h
9367
Daniel Veillardce66ce12002-10-28 19:01:59 +00009368Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
9369
9370 * tree.c: applied patch from Brian Stafford to fix a bug
9371 in xmlReconciliateNs()
9372
Daniel Veillard7e3f1402002-10-28 18:52:57 +00009373Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
9374
9375 * tree.c: applied patch from Christian Glahn to allow
9376 xmlNewChild() on document fragment nodes
9377
Daniel Veillardb39bc392002-10-26 19:29:51 +00009378Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9379
9380 * parser.c: Christian Glahn found a problem with a recent
9381 patch to xmlParseBalancedChunkMemoryRecover()
9382 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
9383 problems
9384 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
9385 test/schemas/seq*: added the test cases from Charles
9386
Daniel Veillard366a9152002-10-23 20:43:53 +00009387Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9388
9389 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
9390 serious cleanup of the spec file and associated changes
9391 in the Makefiles.
9392 * valid.c: try to remove some warnings on x86_64
9393
Daniel Veillardd033d022002-10-23 14:55:02 +00009394Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9395
9396 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
9397 fix bug #96586
9398
Daniel Veillardce02dbc2002-10-22 19:14:58 +00009399Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9400
9401 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
9402 parsing, applied his patch
9403 * result/HTML/attrents.html result/HTML/attrents.html.err
9404 result/HTML/attrents.html.sax test/HTML/attrents.html:
9405 added the test and result case provided by Mikhail Sogrine
9406
Daniel Veillarde645e8c2002-10-22 17:35:37 +00009407Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9408
9409 * vms/build_libxml.com vms/config.vms vms/readme.vms
9410 include/libxml/parser.h include/libxml/parserInternals.h
9411 include/libxml/tree.h include/libxml/xmlIO.h
9412 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
9413 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
9414 Applied the VMS update patch from Craig A. Berry
9415 * doc/*.html: update
9416
Daniel Veillardf000f072002-10-22 14:28:17 +00009417Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9418
9419 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
9420
Daniel Veillard1e208222002-10-22 14:25:25 +00009421Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9422
9423 * debugXML.c: adding a grep command to --shell in xmllint
9424 for T.V. Raman
9425
Daniel Veillard9cdcf362002-10-22 14:23:59 +00009426Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9427
9428 * xmlcatalog.c: tried to fix some of the problem with --sgml
9429
Daniel Veillard935494a2002-10-22 14:22:46 +00009430Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
9431
9432 * parser.c: tried to fix bug #91500 where doc->children may
9433 be overriden by a call to xmlParseBalancedChunkMemory()
9434
9435Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9436
9437 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
9438 identifiers in SGML catalogs containing '&'
9439
Daniel Veillardc0ac0692002-10-20 21:31:50 +00009440Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9441
9442 * python/types.c: fixed bugs when passing result value tree
9443 to Python functions.
9444
Daniel Veillard48267432002-10-18 11:21:38 +00009445Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9446
9447 * configure.in: preparing the release of 2.4.26
9448 * doc/*: updated and rebuilt the documentation
9449
Daniel Veillardbb284f42002-10-16 18:02:47 +00009450Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9451
9452 * parser.c: fixed a XML Namespace compliance bug reported by
9453 Alexander Grimalovsky
9454
Daniel Veillard44892f72002-10-16 15:23:26 +00009455Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9456
9457 * HTMLtree.c: fixed serialization of script and style when
9458 they are not lowercase (i.e. added using the API to the tree).
9459
Daniel Veillard2fd85422002-10-16 14:32:41 +00009460Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9461
9462 * valid.c: make xmlValidateDocument emit a warning msg if there
9463 is no DTD, pointed by Christian Glahn
9464
Daniel Veillard32370232002-10-16 14:08:14 +00009465Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9466
9467 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
9468 content model when some of the blocks have min or max, and a couple
9469 of bugs found in the process.
9470 * result/schemas/list0* test/schemas/list0*: added some specific
9471 regression tests
9472
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +00009473Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
9474
9475 * README: updated the contact informations
9476
Daniel Veillard63186732002-10-15 08:43:17 +00009477Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9478
9479 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
9480 misses it, reported by Peter Bray.
9481
Daniel Veillard96c3a3b2002-10-14 15:39:04 +00009482Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
9483
9484 * tree.c: investigating xmlNodeGetContent() on namespace nodes
9485 and removed a few warnings
9486
Daniel Veillard819d5cb2002-10-14 11:15:18 +00009487Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
9488
9489 * parser.c: Christian Glahn found a small bug in the push parser.
9490 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
9491 public
9492
Daniel Veillard6045c902002-10-09 21:13:59 +00009493Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9494
9495 * xmlschemas.c include/libxml/xmlschemas.h: added
9496 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
9497 * testSchemas.c: added --memory to test the new interface
9498
Daniel Veillardf0070122002-10-09 14:24:17 +00009499Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9500
9501 * doc/index.py doc/search.php: integrated the XSLT indexing,
9502 a few fixed in the indexer, added a scope selection at the
9503 search level.
9504
Daniel Veillard01992e02002-10-09 10:20:30 +00009505Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9506
9507 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
9508 this was due to uninitialized parts of the validation context
9509
Daniel Veillard321be0c2002-10-08 21:26:42 +00009510Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
9511
9512 * debugXML.c: applied patch from Mark Vakoc except the API
9513 change, preserved it.
9514 * doc/*: updated the docs to point to the search engine for
9515 information lookup or before bug/help reports.
9516
Daniel Veillard01e87d22002-10-08 16:55:06 +00009517Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
9518
9519 * doc/index.py doc/search.php: added mailing-list archives
9520 indexing and lookup
9521
Daniel Veillard9dc1cf12002-10-08 08:26:11 +00009522Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9523
9524 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
9525
Daniel Veillard9b006132002-10-07 11:13:27 +00009526Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
9527
9528 * doc/index.py: improved HTML indexing
9529 * doc/search.php: make the queries also lookup the HTML based indexes
9530
Daniel Veillard141d04b2002-10-06 21:51:18 +00009531Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9532
9533 * doc/index.py: added HTML page indexing
9534
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009535Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9536
Igor Zlatkovicd7f3c332002-10-04 13:38:53 +00009537 * xmlIO.c: extended Windows path normalisation to fix the base
Igor Zlatkovic91a62702002-10-04 13:34:16 +00009538 problem in libxslt.
9539 * catalog.c: fixed list handling in XML_CATALOG_FILES
9540
Daniel Veillardceb09b92002-10-04 11:46:37 +00009541Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9542
9543 * valid.c: typo/bug found by Christian Glahn
9544
Igor Zlatkovic9d66fa12002-09-29 17:54:36 +00009545Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9546
9547 * xmlIO.c: applied Windows CE patch from Javier.
9548 * win32/wince: new directory, contains support for the PocketPC
9549 with Windows CE from Javier.
9550 * include/win32config.h: reorganised, removed duplicate
9551 definitions and applied WinCE patch from Javier.
9552 * include/wsockcompat.h: new file, now contains WinSock
9553 compatibility macros.
9554 * win32/Makefile.msvc: introduced double-run compilation.
9555
Daniel Veillarde16b5742002-09-26 17:50:03 +00009556Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9557
9558 * configure.in include/libxml/xmlwin32version.h: preparing release
9559 of 2.4.25
9560 * doc/*: updated and regenerated teh docs and web pages.
9561
Daniel Veillard90d68fb2002-09-26 16:10:21 +00009562Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9563
9564 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
9565 error were not covering namespace declarations.
9566 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
9567 it was missing the attribute declaration for the namespace
9568 * result/VC/NS3: the fix now report breakages in that test
9569
Daniel Veillardabe01742002-09-26 12:40:03 +00009570Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9571
9572 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
9573
Daniel Veillard2ace1952002-09-26 12:28:02 +00009574Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9575
9576 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
9577 and regenerated the docs and web site
9578
Daniel Veillarddda8f1b2002-09-26 09:47:36 +00009579Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9580
9581 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
9582 ATTRIBUTE_UNUSED is always put after the attribute declaration,
9583 not before
9584
Daniel Veillardd4cb1e82002-09-26 09:34:23 +00009585Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9586
9587 * python/generator.py python/libxml2class.txt: fixed a stupid error
9588 breaking the python API
9589
Daniel Veillardb7c29c32002-09-25 22:44:43 +00009590Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9591
9592 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
9593 triostr.c triostr.h: applied a trio update patch from
9594 Bjorn Reese which should work with MinGW
9595
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009596Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9597
9598 * tree.c: improving some documentation comments
9599 * xmlregexp.c: found and fixed a mem leak with python regression tests
9600 * doc/*: rebuilt the doc and the API XML file including the
9601 xmlregexp.h xmlautomata.h and xmlunicode.h headers
9602 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
9603 python/types.c: added access to the XML Schemas regexps from
9604 python
9605 * python/tests/Makefile.am python/tests/regexp.py: added a
9606 simple regexp bindings test
9607
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009608Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
9609
Daniel Veillardbd9afb52002-09-25 22:25:35 +00009610 * doc/xml.html:
9611 fixing ftp links - thanks to Vitaly Ostanin
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +00009612
Daniel Veillard118aed72002-09-24 14:13:13 +00009613Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9614
9615 * xmlregexp.c: fixed the data callback on transition functionality
9616 which was broken when using the compact form
9617 * result/schemas/*: updated the results, less verbose, all tests
9618 pass like before
9619 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
9620 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
9621 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
9622 annoying warnings
9623 * xpath.c: try to provide better error report when possible
9624
Daniel Veillard72336152002-09-21 13:08:14 +00009625Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9626
9627 * Makefile.am: fixed a breakage raised by Jacob
9628
Igor Zlatkovic3f1e94b2002-09-20 18:08:17 +00009629Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9630
9631 * include/win32config.h: added HAVE_ERRNO_H definition for parts
9632 which don't use sockets
9633
Igor Zlatkovic01280582002-09-20 16:40:34 +00009634Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9635
9636 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
9637 * win32/configure.js: applied zlib patch from Daniel Gehriger
9638
Igor Zlatkovic9a4efcb2002-09-20 13:41:55 +00009639Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9640
9641 * win32/configure.js: applied the patch from Mark Vakoc for
9642 regexp support
9643 * win32/libxml2.def.src: applied the patch from Mark Vakoc
9644 for regexp support
9645
Daniel Veillardb5c05732002-09-20 13:36:25 +00009646Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
9647
9648 * xmlschemastypes.c: as pointed by Igor Float and Double
9649 parsing ain't finished yet
9650
Daniel Veillard40b11342002-09-20 12:01:39 +00009651Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
9652
9653 * Makefile.am configure.in: trying to fix #88412 by bypassing
9654 all the python subdir if python ain't detected
9655
Daniel Veillard23e73572002-09-19 19:56:43 +00009656Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9657
9658 * Makefile.am configure.in include/libxml/xmlversion.h.in:
9659 made configuring with regexps/automata/unicode the default
9660 but without schemas ATM
9661 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
9662 fixed the regexp based DTD validation performance and memory
9663 problem by switching to a compact form for determinist regexps
9664 and detecting the determinism property in the process. Seems
9665 as fast as the old DTD validation specific engine :-) despite
9666 the regexp built and compaction process.
9667
Daniel Veillard5acfd6b2002-09-18 16:29:02 +00009668Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9669
9670 * valid.c: determinism is debugged, new DTD checking code now works
9671 but xmlFAComputesDeterminism takes far too much CPU and the whole
9672 set usues too much memory to be really usable as-is
9673
Daniel Veillard0f04f8e2002-09-17 23:04:40 +00009674Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9675
9676 * tree.c: fixed another stupid bug in xmlGetNodePath()
9677 * xmllint.c: --version now report the options compiled in
9678
Daniel Veillarda646cfd2002-09-17 21:50:03 +00009679Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
9680
9681 * HTMLparser.c: small cleanup
9682 * valid.c xmlregexp.c: switched DTD validation to use only regexp
9683 when configured with them. A bit of debugging around the determinism
9684 checks is still needed
9685
Daniel Veillard63b01c22002-09-17 19:25:28 +00009686Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
9687
9688 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
9689
Daniel Veillard92727042002-09-17 17:59:20 +00009690Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
9691
9692 * xmlIO.c: small portability glitch fixed.
9693
Daniel Veillard84d70a42002-09-16 10:51:38 +00009694Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9695
9696 * xmlschemastypes.c: incomplete steps for real/double support
9697 * testAutomata.c include/libxml/xmlautomata.h
9698 include/libxml/xmlregexp.h: avoiding a compilation problem
9699 * valid.c include/libxml/valid.h: starting the work toward using
9700 the regexps for actual DTD validation
9701
Daniel Veillardaeb258a2002-09-13 14:48:12 +00009702Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9703
9704 * hash.c: cosmetic cleanup
9705 * valid.c include/libxml/tree.h include/libxml/valid.h: started
9706 integrating a DTD validation layer based on the regexps
9707
Daniel Veillard4402ab42002-09-12 16:02:56 +00009708Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
9709
9710 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
9711 the determinism was tested before eliminating the epsilon
9712 transitions :-(
9713
Daniel Veillardc6d4a932002-09-12 15:00:57 +00009714Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
9715
9716 * python/generator.py python/libxml.c python/libxml.py
9717 python/libxml2-python-api.xml python/libxml2class.txt
9718 python/libxml_wrap.h python/types.c: updated the python
9719 bindings, added code for easier File I/O, and the ability to
9720 define a resolver from Python fixing bug #91635
9721 * python/tests/Makefile.am python/tests/inbuf.py
9722 python/tests/outbuf.py python/tests/pushSAXhtml.py
9723 python/tests/resolver.py python/tests/serialize.py: updated
9724 and augmented the set of Python tests.
9725
Igor Zlatkovic353bf582002-09-10 19:07:14 +00009726Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9727
9728 * win32/configure.js: added more readme info for the binary
9729 package.
9730
Daniel Veillard607b35c2002-09-10 12:16:19 +00009731Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9732
9733 * xmlIO.c: fixed a stupid out of bound array error
9734
9735Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9736
9737 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
9738 messing around with support for Windows path, cleanups,
9739 trying to identify and fix the various code path to the
9740 filename access. Added xmlNormalizeWindowsPath()
9741
Daniel Veillard76575762002-09-05 14:21:15 +00009742Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
9743
9744 * error.c valid.c: working on better error reporting of validity
9745 errors, especially providing an accurate context.
9746 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
9747 error reports in those cases.
9748
Daniel Veillard3487c8d2002-09-05 11:33:25 +00009749Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9750
9751 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
9752 parser.c parserInternals.c xmlIO.c: get rid of all the
9753 perror() calls made in the library execution paths. This
9754 should fix both #92059 and #92385
9755
Daniel Veillard19aa7022002-09-05 11:14:19 +00009756Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
9757
9758 * xmllint.c: memory leak reporting was broken after a change
9759 of the preprocessor symbol used to activate it.
9760
Daniel Veillardec6725e2002-09-05 11:12:45 +00009761Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
9762
9763 * tree.c: try to make the copy function work for node of
9764 type XML_DOCUMENT_FRAG_NODE, they are only created by the
9765 DOM layers though, not libxml2 itself.
9766
Daniel Veillardb9cd8b42002-09-05 10:58:49 +00009767Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
9768
9769 * valid.c: try to provide file and line informations, not all
9770 messages are covered, but it's a (good) start
9771
Daniel Veillardbbc72c32002-09-05 10:52:10 +00009772Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
9773
9774 * xinclude.c: reimplemented a large part of the XInclude
9775 processor, trying to minimize resources used, James Henstridge
9776 provided a huge test case which was exhibiting severe memory
9777 consumption problems.
9778
Daniel Veillard2206dbf2002-09-05 08:09:37 +00009779Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
9780
9781 * python/Makefile.am: applied patch from Christophe Merlet to
9782 reestablish DESTDIR
9783
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009784Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
9785
9786 * libxml.spec.in: fixes libary path for x86_64 AMD
9787
John Fleckbe98b332002-09-04 03:16:23 +00009788Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
9789
9790 * doc/tutorial/includekeyword.c
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009791 * doc/tutorial/xmltutorial.xml:
John Fleckbe98b332002-09-04 03:16:23 +00009792 (plus resulting generated html files)
9793 fixing one spot I missed in the tutorial where I hadn't freed
9794 memory properly
9795
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009796Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
9797
9798 * doc/tutorial/includeaddattribute.c
9799 * doc/tutorial/includeaddkeyword.c
9800 * doc/tutorial/includegetattribute.c
9801 * doc/tutorial/includekeyword.c
9802 * doc/tutorial/xmltutorial.xml
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009803 * doc/tutorial/*.html:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009804 update tutorial to properly free memory (thanks to Christopher
9805 R. Harris for pointing out that this needs to be done)
Daniel Veillard5643b5a2002-09-04 12:27:06 +00009806 * doc/tutorial/images/callouts/*.png:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +00009807 added image files so the callouts are graphical, making it
9808 easier to read ( use "--param callout.graphics 1" to generate
9809 html with graphical callouts)
9810
Daniel Veillarde1662542002-08-28 11:50:59 +00009811Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
9812
9813 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
9814 nice logos generated by Marc Liyanage
9815 * doc/site.xsl *.html: changed the stylesheet to show the new
9816 logo and regenerated the pages
9817
Daniel Veillardb212bbb2002-08-25 14:39:16 +00009818Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9819
9820 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
9821
Daniel Veillard42766c02002-08-22 20:52:17 +00009822Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9823
9824 * xpath.c: possible mem leak patch from Jason Adams
9825
9826Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9827
9828 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
9829 in the XQuery namespace
9830 * configure.in: preparing 2.4.24
9831 * doc/*.html: updated the web pages
9832
9833Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
9834
9835 * python/generator.py: closing bug #85258 by generating conditional
9836 compile check to avoid linking to routines not configured in.
9837
Havoc Pennington84ec40a2002-08-22 13:59:35 +000098382002-08-22 Havoc Pennington <hp@pobox.com>
9839
9840 * autogen.sh: update error message for missing automake
9841
Daniel Veillard08cccaa2002-08-22 09:47:29 +00009842Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
9843
9844 * python/Makefile.am: typo in target name resulted in libxml2.py
9845 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
9846
Daniel Veillard22669b22002-08-22 07:17:11 +00009847Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9848
9849 * win32/win32/Makefile.mingw: updated with version from
9850 Elizabeth Barham at http://soggytrousers.net/repository/
9851
Igor Zlatkovica40adbc2002-08-20 14:42:32 +00009852Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9853
9854 * win32/Makefile.msvc: added the prefix location to the include
9855 and lib search path.
9856
Havoc Pennington830e8972002-08-18 22:22:13 +000098572002-08-18 Havoc Pennington <hp@pobox.com>
9858
9859 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
9860 both automake 1.6 and 1.4 installed get the right automake. Means
9861 compilation from CVS will now require the latest automake 1.4
9862 release, or manually creating symlinks called "automake-1.4" and
9863 "aclocal-1.4"
9864
Daniel Veillardb6984ef2002-08-14 16:55:31 +00009865Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
9866
9867 * configure.in python/Makefile.am: more AMD 64 induced changes from
9868 Frederic Crozat
9869
Daniel Veillardc4bad4a2002-08-14 14:45:25 +00009870Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
9871
9872 * xinclude.c: oops I was missing the xml:base fixup too
9873 * result/XInclude/*.xml: this adds xml:base attributes to most
9874 results of the tests
9875
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +00009876Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
9877
9878 * xinclude.c: quick but apparently working implementation of
9879 xi:fallback, should close bug #89684
9880 * Makefile.am test/XInclude/docs/fallback.xml
9881 result/XInclude/fallback.xml: added a basic test for fallback,
9882 and run with --nowarning to avoid a spurious warning
9883 * configure.in: applied patch from Frederic Crozat for python
9884 bindings on AMD 64bits machines.
9885
Daniel Veillard9e923512002-08-14 08:48:52 +00009886Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
9887
9888 * parser.c: xmlSAXUserParseMemory() really ought to fail if
9889 the caller don't pass a SAX callback block.
9890
Daniel Veillardc1a0da32002-08-14 08:32:18 +00009891Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
9892
9893 * tree.c: applied the same fix for the XML-1.0 namespace to
9894 xmlSearchNsByHref() as was done for xmlSearchNs()
9895
Daniel Veillardad11b302002-08-12 14:53:41 +00009896Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
9897
9898 * libxml.3: small cleanup of the man page
9899 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
9900 when serializing HREF attributes generated by XSLT.
9901
Daniel Veillardc084e472002-08-12 13:27:28 +00009902Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
9903
9904 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
9905 version of Marc Liyanage' patch for boolean attributes in HTML
9906 output
9907
Daniel Veillard5f91b372002-08-12 12:13:01 +00009908Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
9909
9910 * python/tests/serialize.py: fixed the test results, indenting
9911 behaviour changed slightly
9912
Aleksey Sanin9e951762002-08-08 18:02:41 +00009913Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
9914
9915 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
9916 new c14n function to Windows def files
9917
Aleksey Saninea4272a2002-08-02 23:50:03 +00009918Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
9919
9920 * c14n.c: fixed a memory leak in c14n code
9921
Daniel Veillard58e44c92002-08-02 22:19:49 +00009922Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
9923
9924 * parser.c include/libxml/parser.h: adding a new API for Christian
9925 Glahn: xmlParseBalancedChunkMemoryRecover
9926 * valid.c: patch from Rick Jones for some grammar cleanup in
9927 validation messages
9928 * result/VC/* result/valid/*: this slightly change some of the
9929 regression tests outputs
9930
Daniel Veillard0bf29002002-08-01 12:54:11 +00009931Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
9932
9933 * tree.c: trying to fix a problem in namespaced attribute handling
9934 raised by Christian Glahn
9935
Daniel Veillard6f46f6c2002-08-01 12:22:24 +00009936Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
9937
9938 * encoding.c include/libxml/encoding.h: Opening the interface
9939 xmlNewCharEncodingHandler as requested in #89415
9940 * python/generator.py python/setup.py.in: applied cleanup
9941 patches from Marc-Andre Lemburg
9942 * tree.c: fixing bug #89332 on a specific case of loosing
9943 the XML-1.0 namespace on xml:xxx attributes
9944
Aleksey Sanin2c135a12002-08-01 06:31:50 +00009945Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
9946
9947 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
9948 corner case from new Merlin's test suite and added a callback
9949 that will be used to improve xmlsec performance
9950
9951
Daniel Veillard0b22def2002-07-29 16:23:03 +00009952Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
9953
9954 * HTMLtree.c: trying to fix the <style> escaping problem in
9955 HTML serialization bug #89342
9956
Daniel Veillard0b28e882002-07-24 23:47:05 +00009957Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9958
9959 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
9960 and rebuilt the web site.
9961
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +00009962Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard0b28e882002-07-24 23:47:05 +00009963
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +00009964 * include/libxml/tree.h: added _private member to xmlNs struct
9965
Daniel Veillard1d995272002-07-22 16:43:32 +00009966Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
9967
9968 * HTMLparser.c: fixing bug #84876 based on the xml working
9969 code.
9970
William M. Brack61eaba52002-07-21 11:14:18 +00009971Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9972
9973 * python/Makefile.am: enhanced to fix bug 72012 (errors
9974 when using '-jX' make parameter)
9975
William M. Brackef61d202002-07-19 08:32:00 +00009976Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9977
9978 * xpath.c: small additional enhancement for booleans
9979 compared to nodesets
9980
Daniel Veillard3a42f3f2002-07-17 17:57:34 +00009981Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
9982
9983 * HTMLtree.c: changed the order of the encoding declaration
9984 attributes in the meta tags due to a bug in IE/Mac
9985
William M. Brack0c022ad2002-07-12 00:56:01 +00009986Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
9987
9988 * xpath.c: enhanced handling of booleans (especially '='
9989 and '!=' for nodesets) - fixes bug 85256. Added new
9990 routine xmlXPathNotEqualValues for more proper handling
9991 of '!=' when nodesets are involved.
9992
Daniel Veillard06944e22002-07-11 19:55:18 +00009993Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
9994
9995 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
9996 doc/xmlcatalog_man.xml to the source distribution
9997
Igor Zlatkovic6ac30172002-07-10 19:22:48 +00009998Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9999
10000 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
10001 asked for this.
10002
Daniel Veillard539638b2002-07-06 19:55:14 +000010003Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
10004
10005 * configure.in: preparing 2.4.23
10006 * doc/*: rebuilt the docs
10007
Daniel Veillard176d99f2002-07-06 19:22:28 +000010008Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
10009
10010 * parser.c: fixing bug #84169 by fixing the
10011 comment of xmlCreatePushParserCtxt to describe the
10012 encoding detection parameters better.
10013
Daniel Veillard37f961d2002-07-06 17:53:56 +000010014Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
10015
10016 * valid.c: fixing bug #79331 in one path the lookup for
10017 ID attributes on a namespaced node wasn't handled correctly :-\
10018
Daniel Veillard8c9872c2002-07-05 18:17:10 +000010019Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
10020
10021 * HTMLparser.c: trying to fix 87235 about discarded white
10022 spaces in the HTML parser.
10023 * result/HTML/*: this changes the output of a number of HTML
10024 regression tests
10025
Daniel Veillardfdc91562002-07-01 21:52:03 +000010026Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
10027
10028 * xpath.c: applied patch from Richard Jinks for the namespace
10029 axis + fixed a memory error.
10030 * parser.c parserInternals.c: applied patches from Peter Jacobi
10031 removing ctxt->token for good.
10032 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
10033 popped out by the regression tests.
10034 * Makefile.am: patch for threads makefile from Gary Pennington
10035
William M. Brack6000af52002-06-28 11:43:13 +000010036Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10037
Daniel Veillardfdc91562002-07-01 21:52:03 +000010038 * xpath.c: enhanced behaviour of position() after usage of
William M. Brack6000af52002-06-28 11:43:13 +000010039 expressions involving preceding-sibling (et al).
10040
Daniel Veillard153120c2002-06-18 07:58:35 +000010041Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
10042
10043 * hash.c: applied a patch from Peter Jacobi to solve a problem
10044 when compiling with the Watcom C on Win32
10045 * result/schemas/*.err: the change of hashing algo generated
10046 permutations in the output
10047
Daniel Veillard5f7f9912002-06-17 17:03:00 +000010048Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10049
10050 * hash.c: applied patch from Sander Vesik improving the quality of
10051 the hash function.
10052
Aleksey Sanina5808b92002-06-14 17:07:41 +0000100532002-06-14 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin49cc9752002-06-14 17:07:10 +000010054
10055 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
10056 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
10057 xmllint.c xpath.c: replaced sprintf() with snprintf()
10058 to prevent possible buffer overflow (the bug was pointed
10059 out by Anju Premachandran)
10060
Daniel Veillarde059b892002-06-13 15:32:10 +000010061Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10062
10063 * parser.c: removed an uninitialized data error popped by valgrind
10064 on PE references
10065
MDT 2002 John Fleckd7ca7f92002-06-13 03:41:03 +000010066Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
10067
10068 * doc/xml.html
10069 adding tutorial reference to the web page
10070
MDT 2002 John Fleck54520832002-06-13 03:30:26 +000010071Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
10072
10073 * doc/tutorial/xmltutorial.xml
10074 * doc/tutorial/ar01s07.html
10075 * doc/tutorial/ape.html
10076 * doc/tutorial/includegetattribute.c
10077 adding section to tutorial about retrieving an attribute
10078 value
10079
Daniel Veillardf5582f12002-06-11 10:08:16 +000010080Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10081
10082 * parser.c: applied a couple of patches from Peter Jacobi to start
10083 to get rid of ctxt->token, with a possible significant speed
10084 improvement to be gained once done. Better compliance with PE
10085 references constructs in DTDs too.
10086 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
10087 from Peter too
10088
Daniel Veillard38d80e22002-06-11 07:24:56 +000010089Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10090
10091 * parser.c: Babak Vahedipour-Kunze reported that openTag in
10092 xmlParseElement was likely to have been deallocated at the
10093 time of the report, possibly leading to segfault. Just report
10094 the tag name now.
10095
Daniel Veillard9e412302002-06-10 15:59:44 +000010096Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10097
10098 * xpath.c: patch from Richard Jinks for XPath substring() function
10099 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
10100
Aleksey Sanina5808b92002-06-14 17:07:41 +0000101012002-06-06 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin9c45ba82002-06-06 21:46:13 +000010102
10103 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
10104
MDT 2002 John Flecka63f3ff2002-06-06 02:14:01 +000010105Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
10106
10107 *doc/FAQ.html
10108 fixing typos in FAQ, thanks to Robert Funnell for the
10109 editing help
10110
Daniel Veillardd2fd1b62002-06-05 12:52:34 +000010111Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10112
10113 * NEWS: got complaints from rpmlint that it was empty
10114
MDT 2002 John Fleck598f6eb2002-06-04 15:10:36 +000010115Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
10116
10117 * added doc/tutorial, including:
10118 apa.html
10119 apb.html
10120 apc.html
10121 apd.html
10122 ar01s02.html
10123 ar01s03.html
10124 ar01s04.html
10125 ar01s05.html
10126 ar01s06.html
10127 includeaddattribute.c
10128 includeaddkeyword.c
10129 includekeyword.c
10130 includestory.xml
10131 index.html
10132 xmltutorial.xml
10133 libxml tutorial, including generated html
10134
Aleksey Saninf8cb6dd2002-06-04 04:27:06 +000010135Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
10136
10137 * result/c14n/exc-without-comments/merlin-c14n-two-*
10138 result/c14n/without-comments/merlin-c14n-two-*
10139 test/c14n/exc-without-comments/merlin-c14n-two-*
10140 test/c14n/without-comments/merlin-c14n-two-*
10141 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
10142 c14n/exc-c14n and slightly modified test script to handle
10143 these test cases
10144 * c14n.c: fixed bugs for complicated nodes set (namespace
10145 without node and others from merlin-c14n-two.tar.gz)
10146 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
10147 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
10148 for xmlsec performance patch
10149 * xpath.c: fixed self::node() for namespaces and attributes
10150
Daniel Veillardd2fd1b62002-06-05 12:52:34 +000010151Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
10152
10153 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
10154 but with the format parameter
10155 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
10156
Aleksey Saninc57f9c12002-05-31 19:14:57 +000010157Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
10158
10159 * Makefile.am: updated c14n tests suite
10160 * c14n.c: performance improvement for previous c14n patch
10161
Daniel Veillarde72c7562002-05-31 09:47:30 +000010162Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10163
10164 * parser.c: another peroformance patch from Peter Jacobi, that
10165 time on parsing attribute values.
10166
Aleksey Sanin508a1012002-05-31 06:32:32 +000010167Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
10168
10169 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
10170 into LibXML2 test suite
10171
Aleksey Sanindffd5c82002-05-31 04:24:13 +000010172Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
10173
10174 * c14n.c: propagating xpath ancesstors node fix to c14n
10175 plus small performance improvement to reduce number of
10176 mallocs
10177 * xpath.c: fixed ancestors axis processing for namespace nodes
10178
Daniel Veillard46de64e2002-05-29 08:21:33 +000010179Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
10180
10181 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
10182 Peter Jacobi
10183
Daniel Veillardd5e22ef2002-05-27 21:17:57 +000010184Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
10185
10186 * configure.in: preparing 2.4.22
10187
Daniel Veillard1b31e4a2002-05-27 14:44:50 +000010188Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10189
10190 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
10191 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
10192 a public entry point.
10193 * doc/*: rebuilt the API and docs
10194
Daniel Veillarded23b7d2002-05-27 12:16:02 +000010195Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
10196
10197 * xpath.c: patch from Richard Jinks to fix a problem introduced
10198 in the previous patch and pointed by Norm
10199
Daniel Veillardc6924812002-05-24 11:10:43 +000010200Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
10201
10202 * libxml.spec.in: fixing bug #81112
10203
Daniel Veillard234bc4e2002-05-24 11:03:05 +000010204Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10205
10206 * uri.c: fixing bug #82848
10207
Daniel Veillarda2878972002-05-24 07:54:39 +000010208Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10209
10210 * result/catalogs/mycatalog.full: Aleksey's commit changed the
10211 output of one catalog test
10212
Aleksey Sanin114e4752002-05-24 07:20:27 +000010213Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillarda2878972002-05-24 07:54:39 +000010214
Aleksey Sanin114e4752002-05-24 07:20:27 +000010215 * global.data globals.c tree.c include/libxml/globals.h
10216 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
10217 default value for global parameter xmlIndentTreeOutput to 1 and
10218 introduced new global parameter xmlTreeIndentString (the string
10219 used to do one-level indent) with default value " " (as it was
10220 in tree.c)
10221
Daniel Veillard49d5af82002-05-23 11:55:49 +000010222Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10223
10224 * Makefile.am: Merijn Broeren pointed out a problem when compiling
10225 with trio and schemas.
10226
Daniel Veillard7c13af42002-05-22 09:57:32 +000010227Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10228
10229 * xpath.c: patch from Richard Jinks to fix the problem raised in
10230 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
10231
Daniel Veillard5a872412002-05-22 06:40:27 +000010232Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
10233
10234 * xmlschemas.c: a bit of work on import.
10235 * xmlschemastypes.c: Charles Bozeman provided a compare function
10236 for date/time types so min/max facet restrictions should work,
10237 indeterminate comparisons return an error instead of equal.
10238 * test/schemas/date_0* result/schemas/date_0_0: specific test
10239 from Charles Bozeman too
10240
Daniel Veillard10b6da42002-05-18 07:55:20 +000010241Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10242
10243 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
10244 from Christian Cornelssen fixing the man pages and the Catalog
10245 building script.
10246 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
10247 next step is <xs:import> I now have a reasonable understanding
10248 of how it works.
10249
Daniel Veillarde5354492002-05-16 08:43:22 +000010250Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10251
10252 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
10253
Igor Zlatkovic1396e182002-05-14 22:22:40 +000010254Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10255
10256 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
10257
Daniel Veillard088bf112002-05-14 11:03:59 +000010258Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
10259
10260 * xpath.c: fixing an XPath function evalutation bug pointed out
10261 by Alexey Efimov where the context was lost when evaluating
10262 the function arguments
10263
Aleksey Sanin79376ba2002-05-14 06:41:32 +000010264Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard088bf112002-05-14 11:03:59 +000010265
Aleksey Sanin79376ba2002-05-14 06:41:32 +000010266 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
10267 function public for XMLSec performance optimizations
10268
Daniel Veillard3cd72402002-05-13 10:33:30 +000010269Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
10270
10271 * python/generator.py python/libxml2class.txt : fixed a problem
10272 with the HTML parser pointed by Gary Benson
10273 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
10274 example
10275
Aleksey Sanine48a3182002-05-09 18:20:01 +000010276Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10277 * parser.c: fixed bug #81159 (memory growth in SAX)
10278
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010279Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10280 * xpath.c: fixed bug #78858 (the real fix)
10281
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010282Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000010283 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
Aleksey Sanin29b6f762002-05-05 06:59:57 +000010284
Daniel Veillard4cbe4702002-05-05 06:57:27 +000010285Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10286
10287 * tree.c: modified xmlNodeSetBase to allow changing the
10288 base of a document.
10289
Daniel Veillard070803b2002-05-03 07:29:38 +000010290Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
10291
10292 * xmlschemastypes.c: patch Charles Bozeman for validation of
10293 all the date, time, and duration types
10294 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
10295 * configure.in: fixed an error pointed by an user
10296 * xml2-config.in: fixed an error pointed by an user
10297
Aleksey Sanin5aac8b82002-05-01 18:32:28 +000010298Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
10299
10300 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
10301 win32/libxml2.def.src xmlIO.c: exported default
10302 'file:', 'http:' and 'ftp:' protocols input handlers
10303 and maked protocols comparisson case insensitive
10304
Daniel Veillard34de97f2002-04-30 14:29:22 +000010305Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10306
10307 * configure.in: Neven Has detected a typo
10308
Daniel Veillard28577c32002-04-30 06:48:41 +000010309Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
10310
10311 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
10312 as one of the persons allowed to commit directly to the
10313 module.
10314
Daniel Veillardfc57b412002-04-29 15:50:14 +000010315Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10316
10317 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
10318 * valid.c: raised a too low limit
10319 * doc/*: rebuilt the docs
10320
Daniel Veillardeca82812002-04-24 11:42:02 +000010321Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10322
10323 * test/XPath/expr/floats test/XPath/expr/functions
10324 result/XPath/expr/floats result/XPath/expr/functions
10325 xpath.c: another XPath conformance patch from Richard Jinks
10326
Daniel Veillard13e04c62002-04-23 17:51:29 +000010327Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
10328
10329 * xmlschemas.c: fixed validation of attribute groups.
10330 * test/schemas result/schemas: added an example from the primer
10331
Daniel Veillard88c58912002-04-23 07:12:20 +000010332Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10333
10334 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
10335 * test/schemas result/schemas: updated the test list
10336
Daniel Veillarde19fc232002-04-22 16:01:24 +000010337Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10338
10339 * TODO: updated a bit
10340 * parser.c: made a comment more specific
10341 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
10342 Schemas conformance.
10343 * test/schemas result/schemas: updated the test list
10344
Daniel Veillard441bc322002-04-20 17:38:48 +000010345Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
10346
10347 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
10348 implementing xs:all with minOccurs = 0
10349 * tes/schemas/* result/schemas/*: added more tests covering
10350 xs:all
10351
Daniel Veillard8a001f62002-04-20 07:24:11 +000010352Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
10353
10354 * xmlregexp.c: first implementation of the all particle, this
10355 may need to be revisited for case where not all transitions
10356 must be crossed.
10357
Daniel Veillard7646b182002-04-20 06:41:40 +000010358Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10359
10360 * tree.c: another entity processing update from Markus Henke
10361
Bjorn Reese54d02fb2002-04-19 15:16:01 +000010362Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
10363
10364 * trionan.c: fixed crash on OSF/1
10365
Daniel Veillardb4398962002-04-19 07:01:55 +000010366Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
10367
10368 * xmlschemas.c: more Schemas work
10369 * test/schemas/* result/schemas/*: added more tests coming
10370 from the spec.
10371
Daniel Veillard54761132002-04-18 21:00:44 +000010372Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10373
10374 * c14n.c: patch from Aleksey Sanin reflecting a change in the
10375 ExcC14N specification
10376
Daniel Veillardbf8dae82002-04-18 16:39:10 +000010377Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10378
10379 * tree.c: patch from Markus Henke, fix for recursive entities.
10380
Daniel Veillard23b1f372002-04-18 15:50:05 +000010381Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10382
10383 * xpath.c: fix a problem with string() on a document node.
10384
Daniel Veillarddecd64d2002-04-18 14:41:51 +000010385Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10386
10387 * Makefile.am xmlschemas.c: more Schemas work
10388 * test/schemas/* result/schemas/*: added more tests coming
10389 from the spec.
10390
Daniel Veillard6231e842002-04-18 11:54:04 +000010391Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10392
10393 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
10394 * result/HTML/*: this changes a few things in the results
10395
Igor Zlatkovic648b8e92002-04-17 18:35:57 +000010396Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10397
10398 * include/libxml/tree.h: eliminated 'declaration different than
10399 prototype' warning
10400 * include/win32config.h: "resolved" conflicts with errno.h
10401
Daniel Veillardb509f152002-04-17 16:28:10 +000010402Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10403
10404 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
10405 on the automata interfaces and debug of counted choices
10406 * test/schemas/* result/schemas/*: added a number of tests
10407
Daniel Veillard8651f532002-04-17 09:06:27 +000010408Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10409
10410 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
10411 a bit of work on Schemas
10412 * testSchemas.c: try to make it more useful
10413 * test/schemas/* result/schemas/* Makefile.am: changed the
10414 Schemas regression test procedure, started adding a few samples
10415
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010416Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10417
10418 * include/libxml/encoding.h: Patch for the Borland C++ builder
10419 * include/libxml/tree.h: Patch for the Borland C++ builder
10420 * threads.c: Patch for the Borland C++ builder
Igor Zlatkovice1eff382002-04-16 19:00:21 +000010421 * win32/bcb5: New directory for the Borland C++ builder
10422 project files
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000010423
Igor Zlatkovicea5148d2002-04-16 17:46:25 +000010424Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
10425
10426 * win32/Makefile.msvc: Update for XML Schema support
10427 * win32/configure.js: Update for XML Schema support
10428 * win32/libxml2.def.src: Update for XML Schema support
10429
Daniel Veillard4255d502002-04-16 15:50:10 +000010430Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
10431
10432 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
10433 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
10434 xmlunicode.c include/libxml/Makefile.am
10435 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
10436 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
10437 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
10438 include/libxml/xmlversion.h.in : merged the current state of
10439 XML Schemas implementation, it is not configured in by default,
10440 a specific --schemas configure option has been added.
10441 * test/automata test/regexp test/schemas Makefile.am
10442 result/automata result/regexp result/schemas:
10443 merged automata/regexp/schemas regression tests
10444
Daniel Veillardbc6f7592002-04-16 07:49:59 +000010445Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
10446
10447 * xpath.c: Gary found a compile time problem, fixes #78823
10448
Daniel Veillarda7084cd2002-04-15 17:12:47 +000010449Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10450
10451 * configure.in: release of 2.4.20
10452 * doc/*: updated and rebuilt the docs
10453
Daniel Veillardf544f192002-04-15 12:56:56 +000010454Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10455
10456 * python/Makefile.am: patch from Cristian Gafton to build on
10457 Red Hat 6.2, should also fix #75779
10458
Daniel Veillard940492d2002-04-15 10:15:25 +000010459Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10460
10461 * valid.c: first part of fixing #78729
10462
Daniel Veillardeb475a32002-04-14 22:00:22 +000010463Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
10464
10465 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
10466 escaping of URI when saving HTML files.
10467 * result/HTML/*: this impacted some tests
10468
Daniel Veillard9b731d72002-04-14 12:56:08 +000010469Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
10470
10471 * configure.in: trying to fix #77441
10472
Daniel Veillarda8a89fe2002-04-12 21:03:34 +000010473Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10474
10475 * include/libxml/xmlIO.h: Hallski complained it could not be
10476 included by itself.
10477
Daniel Veillardcb5b4d62002-04-11 08:24:26 +000010478Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
10479
10480 * configure.in: applied an IEEE flag patch for OSF/1 #77825
10481
Igor Zlatkovic9425ce22002-04-10 21:57:11 +000010482Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10483
10484 * win32/configure.js: patch from Nilo for the c14n option
10485 * win32/Makefile.msvc: fixed libxml2.def generation with threads
10486
Daniel Veillardda423da2002-04-10 19:25:38 +000010487Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10488
10489 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
10490 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
10491 LIBXML_THREAD_ENABLED
10492
Daniel Veillard0eafdef2002-04-10 16:14:34 +000010493Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10494
10495 * xpath.c: another patch from Richard Jinks for substring conformance
10496 * test/XPath/expr/floats test/XPath/expr/strings
10497 result/XPath/expr/floats result/XPath/expr/strings: update of the
10498 test suite to check those.
10499
Daniel Veillard01917aa2002-04-10 11:30:41 +000010500Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10501
10502 * xpath.c: patch from Richard Jinks for .x float parsing.
10503
Daniel Veillard46d6c442002-04-09 16:10:39 +000010504Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
10505
10506 * parser.c: patch from Markus Henke when an encoding ain't recognized
10507
Daniel Veillard88e0ad42002-04-09 13:48:02 +000010508Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10509
10510 * libxml.m4: got a report that #include <string.h> was needed
10511
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010512Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10513
10514 * xmllint.c: applied a fix from Anthony Jones for -o /--output
10515
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010516Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
10517
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000010518 * doc/example.html: fixing typo
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000010519
Daniel Veillardbd6e6312002-04-01 08:04:14 +000010520Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10521
10522 * xpath.c: fixed a bug in the nodeset to boolean comparison code
10523 pointed out by Melvyn Sopacua.
10524
Daniel Veillarde979e3b2002-03-29 22:43:00 +000010525Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10526
10527 * libxml.m4: Frédéric Crozat gave a patch related to the change
10528 of Include paths breaking the libxml.m4
10529
Daniel Veillard7089d6b2002-03-29 17:28:10 +000010530Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10531
10532 * xpath.c: Fix bug #76927 forgot to save some context
10533 when evaluating binary expressions
10534
Daniel Veillardd30be4a2002-03-28 18:25:31 +000010535Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
10536
10537 * configure.in: fixed configure for MPE/iX from Markus Henke
10538 * xmlmemory.c: fixed initialization problems
10539 * xpath.c: another set of patches from Richard Jinks this
10540 fixes "make XPathtests" on linux
10541
Daniel Veillard21458c82002-03-27 16:12:22 +000010542Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
10543
10544 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
10545 * test/XPath/expr/compare test/XPath/expr/equality
10546 test/XPath/expr/floats test/XPath/expr/functions
10547 test/XPath/expr/strings result/XPath/expr/compare
10548 result/XPath/expr/equality result/XPath/expr/floats
10549 result/XPath/expr/functions result/XPath/expr/strings: Updated
10550 tests though they show a divergence on Linux
10551
Daniel Veillard28dfed12002-03-27 09:08:17 +000010552Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10553
10554 * xpath.c trionan.c: previous commit also included patches
10555 from Richard Jinks on some IEEE support corner case
10556
Daniel Veillard5fc1f082002-03-27 09:05:40 +000010557Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10558
10559 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
10560 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
10561 that $(datadir) should be used for docs
10562
Daniel Veillarddb1dc392002-03-26 12:44:39 +000010563Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10564
10565 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
10566 could leak filedescriptors
10567
Daniel Veillarddd4b9122002-03-26 07:58:43 +000010568Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10569
10570 * configure.in nanohttp.c: applied patch from Allan Clark for
10571 UnixWare/OpenServer
10572
Daniel Veillard19274092002-03-25 16:48:03 +000010573Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10574
10575 * configure.in: preparing 2.4.19
10576 * doc/*: rebuilt the docs
10577
Daniel Veillard56b2db72002-03-25 16:35:28 +000010578Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10579
10580 * nanohttp.c: fixing #76043, got fed up with non-portability
10581 of that piece of code.
10582
Daniel Veillard6f4561a2002-03-25 12:10:14 +000010583Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
10584
10585 * valid.c SAX.c: Never commit without running "make tests" :-(
10586 fix a couple of stupidities in the previous commit
10587 * result/*: a few changes in some attribute order result of previous
10588 commit.
10589
Daniel Veillardd85f4f42002-03-25 10:48:46 +000010590Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10591
10592 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
10593 the internal subset should not raise duplicate ID errors,
10594 also there was a small bug in conjunction to namespace
10595 declarations defaulted and xml:xxx attributes DTD definitions.
10596
Daniel Veillard56cd18b2002-03-22 14:14:43 +000010597Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10598
10599 * xpath.c: Richard Jinks also raised some rounding problems
10600 this tries to fix them
10601
Daniel Veillard4e2df542002-03-22 12:23:14 +000010602Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10603
10604 * xpath.c: Richard Jinks spotted an incoherent memory allocation
10605 behaviour in xmlXPathCastToString()
10606
Daniel Veillarddb552912002-03-21 13:27:59 +000010607Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10608
10609 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
10610 raised by Morus Walter
10611
Daniel Veillard9e537932002-03-21 13:08:08 +000010612Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10613
10614 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
10615 from Igor
10616
Daniel Veillard6fbcf422002-03-21 12:32:59 +000010617Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10618
10619 * xpath.c: fixing #75619, related to a problem when trying
10620 to evaluate condition when the current node set resulting
10621 from that sub-step evaluation is empty. Also fixes 2 potential
10622 problem with previous-sibling and next-siblings axis.
10623
Daniel Veillard1840ef02002-03-21 08:05:23 +000010624Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10625
10626 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
10627 HTML support is not configured in.
10628
Daniel Veillard561b7f82002-03-20 21:55:57 +000010629Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10630
10631 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
10632 include/libxml/tree.h: dohh I really didn't intended to commit
10633 this test version :-(
10634
Daniel Veillarde50f3b52002-03-20 19:24:21 +000010635Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10636
10637 * testSAX.c: I wanted to see the real speed at the SAX interface
10638 after a little too many Ximianer started complaining about the
10639 parser speed.
10640 added a --quiet option:
10641 paphio:~/XML -> ls -l db100000.xml
10642 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
10643 paphio:~/XML -> time ./testSAX --quiet db100000.xml
10644 3200006 callbacks generated
10645 real 0m1.270s
10646 Which means 16MBytes/s and 3Mcallback/s
10647
Daniel Veillardc62a1472002-03-19 18:35:12 +000010648Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10649
10650 * xpath.c: valgrind spotted another error that time when running
10651 on libxslt regression tests
10652
Daniel Veillard4b3a84f2002-03-19 14:36:46 +000010653Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10654
10655 * Makefile.am: adding "make valgrind" running the full regression
10656 tests (except python ones) under Valgrind (using valgrind -q
10657 which was kindly added by the author).
10658 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
10659 passes cleanly now except an obcure floating point initialization
10660 raised in log10() in one XPath regression test ???
10661 * tree.c: edited some comments to close #75244
10662
Daniel Veillard28cac6b2002-03-19 11:25:30 +000010663Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
10664
10665 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
10666 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
10667 context of ScrollKeeper, made sure that if the number is
10668 an integer, the serialization follows the description at
10669 http://www.w3.org/TR/xpath#section-String-Functions
10670
Daniel Veillard5997aca2002-03-18 18:36:20 +000010671Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10672
Daniel Veillard34ce8be2002-03-18 19:37:11 +000010673 * configure.in: preparing 2.4.18
10674 * doc/*: updated and rebuilt the web site
10675 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
10676 the Windows and Cygwin maintainers.
Daniel Veillard5997aca2002-03-18 18:36:20 +000010677 * parser.c: humm, changed the way the SAX parser work when
10678 xmlSubstituteEntitiesDefault(1) is set, it will then
10679 do the entity registration and loading by itself in case the
10680 user provided SAX getEntity() returns NULL.
10681 * testSAX.c: added --noent to test the behaviour.
10682
Daniel Veillardb5a60ec2002-03-18 11:45:56 +000010683Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
10684
10685 * parser.c: Wilfried Teiken provided a hackish but working
10686 way to get context reported back on entities when parsing
10687 with SAX and without breaking the DOM build.
10688
Daniel Veillard2d347fa2002-03-17 10:34:11 +000010689Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10690
10691 * c14n.c: applied a new patch from Aleksey Sanin
10692 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
10693 to reference Aleksey implementation of XML digital Signatures
10694
Daniel Veillard38bf6f02002-03-16 22:03:31 +000010695Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10696
10697 * xpath.c: small fix to avoid potential problem due to
10698 ordering of freeing data
10699 * python/Makefile.am: people were complaining about
10700 the generated file in python dir not being built
10701
Daniel Veillardd2379012002-03-15 22:24:56 +000010702Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
10703
10704 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
10705 python/generator.py python/libxml.c python/types.c: Cleanup
10706 of the python Makefiles based on Jacob and James feedback,
10707 fixed the spec file accordingly, fixed the number of warning
10708 that passing my pedantic CFLAGS was generating. Conclusion
10709 is that Python includes are real crap.
10710
Daniel Veillarde7dd2b82002-03-15 18:44:02 +000010711Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
10712
10713 * configure,in: it was reported quite a few times that
10714 xml2-config --cflags should not output
10715 -I$includeprefix/libxml2/libxml because libxml2 header names
10716 clashes with existing names like list.h from C++ stl.
10717 Includes should be #include<libxml/xxx.h> so ...
10718
Daniel Veillard6f293b12002-03-15 09:42:33 +000010719Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
10720
10721 * c14n.c: another patch from Aleksey Sanin
10722
Daniel Veillard5c396542002-03-15 07:57:50 +000010723Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10724
10725 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
10726 canonicalization algorithm
10727 * doc/xml.html doc/index.html: added the C14N references on the
10728 index page.
10729
jacob berkman9be65862002-03-14 02:15:56 +0000107302002-03-13 jacob berkman <jacob@ximian.com>
10731
10732 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
10733 usage, redundant, and gcc specific
10734
Daniel Veillard75be0132002-03-13 10:03:35 +000010735Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
10736
10737 * xpath.c: speedup some node selection operations, this can
10738 have a significant impact on DocBook Norm's stylesheets
10739 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
10740 make sure it's always the case
10741 * debugXML.c: distinguish CDATA and comments in ls operations
10742
Daniel Veillard61f26172002-03-12 18:46:39 +000010743Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10744
10745 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
10746 to generate better API descriptions etc...
10747
Daniel Veillard9ff88172002-03-11 09:15:32 +000010748Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
10749
10750 * c14n.c: Fixing #74186, made sure all boolean expressions
10751 get fully parenthesized, ran indent on the output
10752 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
10753 include/libxml/tree.h: also #74186 related, removed the
10754 --with-buffers option, and all the preprocessor conditional
10755 sections that were resulting from it.
10756
Daniel Veillardbb4e46d2002-03-10 16:49:08 +000010757Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
10758
10759 * valid.c: applied patch from Dodji Seketeli fixing an
10760 uninitailized variable in xmlValidGetValidElements()
10761
Daniel Veillarddb1bdba2002-03-09 14:13:11 +000010762Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
10763
10764 * c14n.c: fixed a few comments
10765 * doc/*.html doc/*/*.html: regenerated the docs and added
10766 the C14N API
10767 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
10768
Daniel Veillardfa49d872002-03-09 10:20:00 +000010769Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
10770
10771 * check-xml-test-suite.py: fix to adapt varaiations in the
10772 bindings
10773 * configure.in python/setup.py python/setup.py.in: fixed to
10774 have the version of the python scripts automatically updated
10775
Daniel Veillarda3db2e32002-03-08 15:46:57 +000010776Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10777
10778 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
10779 in xmlCopyProp()
10780
Daniel Veillardaf43f632002-03-08 15:05:20 +000010781Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
10782
10783 * configure.in: preparing 2.4.17 release
10784 * doc/*: updated and rebuilt the docs
10785 * xpath.c: fixed a comment
10786 * python/libxml.c: fixed a possible reentrancy problem
10787
Daniel Veillardef6c46f2002-03-07 22:21:56 +000010788Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
10789
10790 * tree.c python/tests/Makefile.am python/tests/attribs.py:
10791 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
10792 added a specific regression test
10793 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
10794 not raise exceptions when failing to find the attribute.
10795
Daniel Veillard90bc3712002-03-07 15:12:58 +000010796Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10797
10798 * configure.in xmllint.c: owen pointed out a problem with the
10799 ftme fix, gettimeofday() was not detected by configure and
10800 the ftime header wasn't included, dohhh
10801
Daniel Veillard8c1ae602002-03-07 11:21:00 +000010802Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10803
10804 * configure.in xmllint.c: trying to fix #71457 for timing
10805 precision when gettimeofday() is not availble but ftime() is
10806
Daniel Veillardf5a457a2002-03-07 10:25:29 +000010807Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10808
10809 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
10810 are now copied on install and part of the -devel RPM
10811
Daniel Veillard7b416132002-03-07 08:36:03 +000010812Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
10813
10814 * xpath.c: trying to avoid bug #72150 which was apparently
10815 caused by a gcc bug (or a processor problem) as detailed
10816 at http://veillard.com/gcc.bug
10817
Daniel Veillardf742d342002-03-07 00:05:35 +000010818Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
10819
10820 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
10821 fixed xmlReconciliateNs(), added a Python test/example for
10822 inter-document cut'n paste
10823 * python/libxml.py: fixed node.doc on document nodes and added
10824 xpathEval() onto node objects
10825
Daniel Veillard4e0e2972002-03-06 21:39:42 +000010826Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10827
10828 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
10829 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
10830 fixup and integrated tests for the serialization stuff
10831
Daniel Veillarde915b2d2002-03-06 18:42:40 +000010832Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10833
10834 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
10835 moved the libxml man page to section 3
10836
Daniel Veillard1e774382002-03-06 17:35:40 +000010837Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10838
10839 * tree.c: fix bug #72490
10840 * python/libxml.c python/libxml.py: added methods serialize()
10841 and saveTo() to all node elements.
10842
Daniel Veillardddffd2a2002-03-05 20:28:20 +000010843Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10844
10845 * xmlIO.c: closed #73430, don't read from an input source
10846 which indicated an end-of-file or an error.
10847
Daniel Veillard8d24cc12002-03-05 15:41:29 +000010848Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10849
10850 * parser.c: make sure SAX endDocument is always called as
10851 this could result in a Python memory leak otherwise (it's
10852 used to decrement ref-counting)
10853 * python/generator.py python/libxml.c python/libxml.py
10854 python/libxml2-python-api.xml python/libxml2class.txt
10855 python/tests/error.py python/tests/xpath.py: implemented
10856 the suggestions made by Gary Benson and extended the tests
10857 to match it.
10858
Daniel Veillardba5e18a2002-03-05 09:36:43 +000010859Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
10860
10861 * python/generator.py: applied patch fixing #73450
10862
Daniel Veillard044fc6b2002-03-04 17:09:44 +000010863Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10864
10865 * xpath.c: fixing #61290 "namespace nodes have no parent"
10866 long standing divergence from the XPath REC. NodeSets
10867 simply hold a copy of namespace nodes and those node ->next
10868 points to the parent (which may not be the node carrying the
10869 definition).
10870 * include/libxml/xpath.h: flagged but didn't added a possible
10871 speedup
10872 * DOCBparser.c HTMLparser.c: removed some warnings from push
10873 parser due to new state being added.
10874 * tree.c: new fix from Boris Erdmann
10875 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
10876 the XML Canonalization support from Aleksey Sanin
10877
Daniel Veillardd4f41aa2002-03-03 14:13:46 +000010878Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10879
10880 * tree.c: patch from Boris Erdmann fixing some namespace odities
10881 with xmlCopyNode()
10882
Daniel Veillardc6613042002-03-02 09:34:02 +000010883Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10884
10885 * xmlIO.c: fix bug #72706 when loading a NULL entity
10886
Daniel Veillardc0fef772002-03-01 16:16:31 +000010887Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
10888
10889 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
10890 actually change in a future XML Namespace revision.
10891
Daniel Veillard79426f22002-03-01 16:14:17 +000010892Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10893
10894 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
10895 added the possibility of returning nodesets from XPath extension
10896 functions written in Python
10897
Daniel Veillarda94ec6f2002-03-01 13:00:53 +000010898Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
10899
10900 * python/*: commiting some Python bindings work done while travelling
10901
Daniel Veillard97300512002-03-01 09:13:41 +000010902Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10903
10904 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
10905 explicitely with memory debugging switched on
10906
Daniel Veillard6361da02002-02-23 10:10:33 +000010907Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
10908
10909 * python/generator.py python/libxml.c python/libxml2-python-api.xml
10910 python/libxml2class.txt python/libxml_wrap.h python/types.c:
10911 Added wrapper for the xmlURIPtr type, provided accessors, fixed
10912 the accessor generator for strings
10913 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
10914 regression test.
10915
Daniel Veillard0fea6f42002-02-22 22:51:13 +000010916Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
10917
10918 * python/README python/generator.py python/libxml.c python/setup.py:
10919 added the 'usual' setup.py to allow building a libxml2-python
10920 module based on the same code. The initialization is however
10921 different the 2 .so files fo libxml2 and libxslt are identical and
10922 they entry point initialize both libraries. this is done to avoid
10923 some possible nasty problem since the Python don't merge the maps
10924 of all shared modules.
10925
Daniel Veillard158a4d22002-02-20 22:17:58 +000010926Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10927
10928 * parser.c: fixed a push/encoding bug reported by Michael
10929 on librsvg
10930
Daniel Veillard7839e162002-02-20 18:54:48 +000010931Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
10932
10933 * include/libxml/parserInternals.h: fixes a misplaced #endif
10934
Daniel Veillardd54fa3e2002-02-20 16:48:52 +000010935Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10936
10937 * parser.c valid.c: found and fixed a couple of allocation bugs
10938
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000010939Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
10940
10941 * doc/xml.html doc/python.html doc/*: added a Python and binding
10942 page describing the current state of the Python bindings and
10943 giving pointers to the other languages wrappers.
10944
Daniel Veillard5f4b5992002-02-20 10:22:49 +000010945Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10946
10947 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
10948 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
10949 rebuilt the API and web site
10950 * xpath.c: fixed #71978 portability bugs
10951
Daniel Veillard8aff2472002-02-19 21:50:43 +000010952Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
10953
10954 * SAX.c: oops broke automatic defaulting of namespaces attributes.
10955
Daniel Veillard8dc16a62002-02-19 21:08:48 +000010956Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
10957
10958 * include/libxml/parserInternals.h parser.c: had to change
10959 2 internal parsing API when processing document content
10960 to check the start and end of element content are defined
10961 in the same entity
10962 * valid.c include/libxml/valid.h: attribute normalization can
10963 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
10964 with the context to report it.
10965 * SAX.c: fixed the last known bugs, crazy validation constraints
10966 when a document is standalone seems correctly handled. There
10967 is a couple of open issues left which need consideration especially
10968 PE93 on external unparsed entities and standalone status.
10969 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
10970 The 2 tests left failing are actually in error. Cleanup done.
10971
Daniel Veillardd6dc4cb2002-02-19 14:18:08 +000010972Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10973
10974 * valid.c: implemented E59 spaces in CDATA does not match the
10975 nonterminal S
10976
Daniel Veillard878eab02002-02-19 13:46:09 +000010977Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
10978
10979 * SAX.c parser.c valid.c: more validation test fixups
10980 * check-xml-test-suite.py: added duration info for the tests
10981
Daniel Veillardd01fd3e2002-02-18 22:27:47 +000010982Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
10983
10984 * parser.c valid.c: a couple of errors were reported but not
10985 saved back as such in the parsing context. Down to 1% failure rate
10986 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
10987
Daniel Veillard4a7ae502002-02-18 19:18:17 +000010988Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
10989
10990 * xmlInternald.c: isExtender was missing a char
10991 * parser.c include/libxml/parser.h: % are acceptable in the
10992 internal subset if within a PUBLIC ID
10993
Daniel Veillard8ab0f582002-02-18 18:31:38 +000010994Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
10995
10996 * SAX.c parserInternals.c valid.c: more work on the conformance
10997 suite. Took the step to finally block documents with encoding
10998 errors. It's a fatal error per the spec, people should have fixed
10999 their documents by now.
11000
Daniel Veillard55253e22002-02-18 14:32:39 +000011001Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
11002
11003 * check-xml-test-suite.py: fixed the test script after some discussion
11004 on the semantic of TYPE="error"
11005 * Makefile.am: added the script to the distrib
11006
Daniel Veillard28757702002-02-18 11:19:30 +000011007Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11008
11009 * SAX.c entities.c: fixed a couple of conformances issues deep
11010 into the validation code (standalone and undeclared Notations)
11011
Daniel Veillard82ac6b02002-02-17 23:18:55 +000011012Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11013
11014 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
11015 stayed there for years !
11016
Daniel Veillard7aea52d2002-02-17 23:07:47 +000011017Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11018
11019 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
11020 missing
11021
Daniel Veillardc7612992002-02-17 22:47:37 +000011022Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11023
11024 * check-xml-test-suite.py: improved the behaviour a bit as
11025 well as the logs
11026 * parser.c valid.c SAX.c: fixed a few more bugs
11027 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
11028
Daniel Veillardbb7ddb32002-02-17 21:26:33 +000011029Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11030
11031 * check-xml-test-suite.py: python script to run regression tests
11032 against the XML Test suite of W3C/OASis
11033 * SAX.c: fixed a validation bug
11034 * parser.c: fixed 3 errors pointed by the test suite
11035 * doc/buildDocBookCatalog: fixed a typo pointed by drake
11036 * python/Makefile.am: fixed a dependendy
11037
Daniel Veillard9f28f302002-02-15 20:48:08 +000011038Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11039
11040 * xmlmemory.c: avoid a warning bug #71594
11041
Daniel Veillard144024e2002-02-13 21:14:46 +000011042Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11043
11044 * xmlmemory.c: Jesse Perry provided a patch to remove a few
11045 warning on alpha/Tru64
11046
Daniel Veillarde4301c82002-02-13 13:32:35 +000011047Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11048
11049 * include/libxml/entities.h: fixing a comment
11050 * valid.c: fixing some troubles with validity check on namespaces
11051 * result/VC/NS3 test/VC/NS3: added a specific regression test
11052
Daniel Veillarda6d05382002-02-13 13:07:41 +000011053Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11054
11055 * tree.c: Fixing #71342 serializing '\n' in attribute values
11056 * result/noent/att3 result/att3 test/att3: added a specific
11057 test.
11058
Daniel Veillard797a5652002-02-12 13:46:21 +000011059Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
11060
11061 * python/libxml.c: couple of bug fixes
11062
Daniel Veillard01a6d412002-02-11 18:42:20 +000011063Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
11064
11065 * python/*.py: removed tabs and used spaces.
11066
Daniel Veillard397ff112002-02-11 18:27:20 +000011067Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11068
11069 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
11070 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
11071
Daniel Veillard03517542002-02-11 13:54:40 +000011072Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11073
11074 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
11075 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
11076
Daniel Veillard6c4ffaf2002-02-11 08:54:05 +000011077Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11078
11079 * include/libxml/encoding.h include/libxml/entities.h
11080 include/libxml/globals.h include/libxml/parser.h
11081 include/libxml/threads.h include/libxml/tree.h
11082 include/libxml/xmlmemory.h: trying to fix the include mess
11083
Daniel Veillard1a612ed2002-02-11 07:54:45 +000011084Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11085
11086 * include/libxml/xmlmemory.h: reverted part of the previous
11087 attempt to provide #69655, this was breaking the build.
11088
Daniel Veillard0ba59232002-02-10 13:20:39 +000011089Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
11090
11091 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
11092 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
11093 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
11094 include/libxml/parserInternals.h include/libxml/tree.h
11095 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
11096 Tentatively fixed #69655 , make compiling with -Wredundant-decls
11097 clean.
11098 * python/libxml.c: fixed a warning.
11099
Daniel Veillardc5f05ad2002-02-10 11:57:22 +000011100Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
11101
11102 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
11103 copying of node, merge back IDs in the target document.
11104 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
11105 test/XInclude/ents/ids.xml: test case
11106 * result/VC/ElementValid4: output changed due to a typo fix
11107
Daniel Veillard1c18e302002-02-09 22:16:40 +000011108Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11109
11110 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +000011111 generate the dependencies right as Jacob found out. Add
11112 an extra dependency rule.
Daniel Veillard1c18e302002-02-09 22:16:40 +000011113
Daniel Veillard5e5c2d02002-02-09 18:03:01 +000011114Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11115
11116 * parserInternals.c valid.c: Justin Fletcher found some parts
11117 of the code needing cleanup
11118 * libxml.spec.in python/Makefile.am python/generator.py
11119 python/libxml.c python/libxml.py: Fixed the python Makefiles
11120 corrected a bug showing up on ia64, changed the name of the
11121 python internal module too
11122
Daniel Veillard07be19b2002-02-08 14:20:35 +000011123Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
11124
11125 * Makefile.am: applied patch from Andris Pavenis for binary
11126 name suffixes
11127
Daniel Veillardf216d462002-02-08 13:44:24 +000011128Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
11129
11130 * xmllint.c win32/win32config.h: fixing #68748
11131
Daniel Veillardd455d792002-02-08 13:37:46 +000011132Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11133
11134 * valid.c: fixing #70166
11135
11136Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11137
11138 * valid.c: fixing #70077
11139
Daniel Veillardc575b992002-02-08 13:28:40 +000011140Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11141
11142 * Copyright Makefile.am README configure.in libxml.spec.in:
11143 Changed to the MIT Licence
11144 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
11145 doc/xmlio.html: updated the doc accordingly
11146 * include/libxml/xmlwin32version.h configure.in: preparing
11147 2.4.14 release
11148 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11149 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11150 fixed the const xmlChar * wrapper and generator, XPath extension
11151 functions now use the context as first argument
11152 * python/tests/tstxpath.py python/tests/xpath.py
11153 python/tests/xpathext.py: Updated the tests accordingly
11154 * tree.c: fixed bug #70067
11155
Daniel Veillard7db38712002-02-07 16:39:11 +000011156Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11157
11158 * Makefile.am: cleanup
11159 * debugXML.c: always use stdout if output is NULL
11160 * xmlIO.c: don't close filedescriptors passed to outputBuffers
11161 * python/Makefile.am python/generator.py python/libxml2class.txt
11162 python/libxml_wrap.h python/types.c: augmented the number of bindings
11163 handling FILE * and XPath contexts
11164 * python/tests/Makefile.am: avoid a stupid problem due to the
11165 use of TEST.
11166
Daniel Veillard15a143b2002-02-06 22:40:50 +000011167Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11168
11169 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
11170
Daniel Veillard70cab352002-02-06 16:06:58 +000011171Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11172
11173 * python/TODO python/libxml.c: cleanup the extension function lookup
11174 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
11175
Daniel Veillard7a96efc2002-02-05 16:34:33 +000011176Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11177
11178 * configure.in python/Makefile.am: do not install outside
11179 of prefix
11180
Daniel Veillard33caa0b2002-02-04 14:07:26 +000011181Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11182
11183 * python/TODO python/libxml.c: started adding SAX interfaces
11184 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
11185 SAX test
11186
Daniel Veillard36eea2d2002-02-04 00:17:01 +000011187Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11188
11189 * tree.c: hardened the addChild function
11190 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11191 python/libxml2class.txt python/libxml_wrap.h python/TODO:
11192 added accessors needed for xmlNode, a bit more testing and
11193 extension of interfaces
11194 * python/tests/Makefile.am python/tests/build.py: added a test
11195 build from scratch/save/load/check
11196
Daniel Veillard4e1b26c2002-02-03 20:13:06 +000011197Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11198
11199 * parserInternals.c: change a small bit in the way valididy
11200 error messages get initialized
11201 * python/TODO python/libxml.c python/libxml2-python-api.xml
11202 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11203 added some memory debugging to track leaks at the libxml2 level
11204 * python/tests/*.py: changed all tests to check for leaks,
11205 there is just one left in XPath extension registrations.
11206
Daniel Veillard26f1dcc2002-02-03 16:53:19 +000011207Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
11208
11209 * python/TODO python/generator.py python/libxml2-python-api.xml
11210 python/libxml2class.txt: more accessor classes for the parser
11211 context, allow to switch on and check validity
11212 * python/tests/Makefile.am python/tests/error.py
11213 python/tests/invalid.xml python/tests/valid.xml
11214 python/tests/validate.py: attded more test and and added error.py
11215 which I forgot to commit in the last step
11216
Daniel Veillard3ce52572002-02-03 15:08:05 +000011217Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11218
11219 * python/Makefile.am python/types.c: cleanup
11220 * python/libxml.c python/libxml.py python/libxml_wrap.h
11221 python/generator.py python/libxml2-python-api.xml
11222 python/libxml2class.txt: added class for parser context, added
11223 first cut for push mode support. Added a framework to generate
11224 accessors functions.
11225 * python/tests/Makefile.am python/tests/push.py: added a push
11226 test
11227
Daniel Veillardcfb05462002-02-02 23:18:22 +000011228Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11229
11230 * python/Makefile.am python/TODO python/libxml.py: fixed a small
11231 bug a bit of cleanup.
11232
Daniel Veillard5d819032002-02-02 21:49:17 +000011233Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
11234
11235 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
11236 python/libxml2class.txt: adding error redirections and preformat
11237 to a python handler
11238 * python/tests/Makefile.am python/tests/*.py: cleanup made all
11239 tests self checking
11240
Daniel Veillard7fd7a942002-02-02 12:19:46 +000011241Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11242
11243 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
11244 a function
11245
Daniel Veillard9589d452002-02-02 10:28:17 +000011246Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11247
11248 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
11249 python/libxml.c python/libxml2-python-api.xml
11250 python/libxml2class.txt: Progressing through the TODOs, class
11251 description output, extra XML API, RPM now builds the wrappers
11252 for all python installed versions
11253
Daniel Veillard253aa2c2002-02-02 09:17:16 +000011254Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
11255
11256 * configure.in libxml.spec.in python/Makefile.am python/TODO
11257 python/generator.py python/libxml2class.txt: added more informations
11258 in the libxml2-python package including docs. Slightly changed
11259 the class hierarchy
11260 * python/tests/*: added basic regression tests infrastructure too
11261
11262Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11263
11264 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
11265 added libxml2-python as part of the packages installed
11266
Daniel Veillarda7340c82002-02-01 17:56:45 +000011267Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11268
11269 * python/Makefile.am python/generator.py python/libxml.c
11270 python/libxml.py: more work, now able to extend the
11271 XPath interpreter with functions written in python.
11272
Daniel Veillardc3e39442002-02-01 09:29:41 +000011273Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
11274
11275 * python/Makefile.am: Jacob sent a patch to allow building from
11276 tarfile.
11277
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +000011278Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11279
11280 * python/Makefile.am python/libxml.c configure.in Makefile.am:
11281 inserted the python wrappers build, I hope this won't be too
11282 unportable
11283
Daniel Veillard1971ee22002-01-31 20:29:19 +000011284Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11285
11286 * xpath.c: minor optimization
11287 * python/generator.py python/libxml.c python/libxml.py
11288 python/libxml_wrap.h: more work on the python bindings,
11289 they now support XPath and there is no evident leak
11290
Daniel Veillard36ed5292002-01-30 23:49:06 +000011291Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11292
11293 * python/generator.py python/libxml.c python/libxml.py:
11294 more work on the python bindings generator.
11295
Daniel Veillard96fe0952002-01-30 20:52:23 +000011296Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11297
11298 * python/generator.py python/libxml.c python/libxml_wrap.h:
11299 more work on the python bindings.
11300
Daniel Veillardd2897fd2002-01-30 16:37:32 +000011301Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11302
11303 * python/generator.py python/libxml.c python/libxml.py
11304 python/libxml_wrap.h: commited early version of a python binding
11305 for private use only ATM
11306
Daniel Veillard8ee9c8f2002-01-26 21:42:58 +000011307Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11308
11309 * entities.c tree.c include/libxml/entities.h: applied patch
11310 from Anthony Jones to implement copy of DTD subtree too. Had
11311 just to keep 2 function private which really ought to become
11312 public ones.
11313
Daniel Veillarda42f25f2002-01-25 14:15:40 +000011314Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11315
11316 * xmllint.c: added pointers to the web pages in the usage()
11317
Daniel Veillardbd227ae2002-01-24 16:05:41 +000011318Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11319
11320 * tree.c: more fixes from Petr Kozelka for attribute handling
11321 in the tree API to align the semantic with DOM.
11322
Daniel Veillard36065812002-01-24 15:02:46 +000011323Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11324
11325 * valid.c tree.c entities.c: another set of patches from
11326 Anthony Jones for copy operations cleanup and robustness
11327
Daniel Veillardf8592562002-01-23 17:58:17 +000011328Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11329
11330 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
11331 an alphabetic index based on comments content
11332 * doc/*: rebuilt the web site with the new references
11333
Daniel Veillardc8c7be42002-01-23 17:53:44 +000011334Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11335
11336 * parserInternals.h: Greg Sjaardema suggested to use an
11337 eponential buffer groth policy in xmlParserAddNodeInfo()
11338
Daniel Veillard3bf65be2002-01-23 12:36:34 +000011339Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11340
11341 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
11342 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
11343 doc/parsedecl.py doc/Makefile.am: updated the python extractor
11344 to generate cross-references, and added/updated the stylesheets
11345 to generate and link API indexes. The generic keyword index
11346 is not done yet.
11347 * doc/*.html: regenerated all the usual docs too
11348
Daniel Veillard2070c482002-01-22 22:12:19 +000011349Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
11350
11351 * debugXML.c: added an xpath function to the shell for T. V. Raman
11352
11353Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
Daniel Veillard5e926fa2002-01-22 21:44:25 +000011354
11355 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
11356 debug routines.
11357
Daniel Veillardc169f8b2002-01-22 21:40:13 +000011358Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11359
11360 * tree.c: apply an patch from Petr Kozelka for unlink and replace
11361 support of attribute nodes
11362
Daniel Veillard9d06d302002-01-22 18:15:52 +000011363Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11364
11365 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
11366 hopefully near complete and fully documented of the API in XML
11367 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
11368 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
11369 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
11370 include/libxml/parserInternals.h include/libxml/valid.hi
11371 include/libxml/xmlIO.h include/libxml/xmlerror.hi
11372 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
11373 include/libxml/xpath.h include/libxml/xpathInternals.h:
11374 Cleaned up the doc comments a lot in the process, the interface
11375 coverage is now 100%
11376
Daniel Veillard2d1464f2002-01-21 23:16:56 +000011377Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11378
11379 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
11380 extracts comments from the gtk-doc DocBook output (a bit
11381 convoluted but seems to work).
11382
Daniel Veillard61006472002-01-21 17:31:47 +000011383Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11384
11385 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
11386 added an XML description of the API, moved the script generating
11387 it here. Added a "make api" target
11388
Daniel Veillardd2f23002002-01-21 13:36:00 +000011389Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11390
11391 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
11392
Daniel Veillard99e55eb2002-01-21 08:56:29 +000011393Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11394
11395 * xpath.c include/libxml/xpathInternals.h: the change made to
11396 xmlXPathFuncLookupFunc was incompatible roll it back
11397
Daniel Veillard963d2ae2002-01-20 22:08:18 +000011398Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11399
11400 * SAX.c: cleanup patch from Anthony Jones
11401 * doc/Makefile.am: fix the headers to avoid in make scan
11402 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
11403 includes, * vs Ptr and general cleanup
11404 * parsedecl.py: first version of a script to extract the
11405 module interfaces, the goal will be to provide .decl or XML
11406 specification of the interfaces to build wrappers.
11407
Daniel Veillard0f5f1622002-01-20 12:42:06 +000011408Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11409
11410 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
11411 now provides return codes in case of errors
11412
Bjorn Reese026d29f2002-01-19 15:40:18 +000011413Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
11414
11415 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
11416 Upgraded to trio baseline 1.6
11417 * strio.h strio.c: Replaced by triostr.h and triostr.c
11418
Daniel Veillard572577e2002-01-18 16:23:55 +000011419Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11420
11421 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
11422 of strdup usage in the code
11423
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011424Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11425
11426 * parser.c error.c: Keith Isdale complained rightly that
11427 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
11428
Daniel Veillardcfa0d812002-01-17 08:46:58 +000011429Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11430
11431 * tree.c: fixed the funxtion to set the xml: attributes
11432 * debugXML.c: added "setbase" to test it.
11433
Daniel Veillard2c748c62002-01-16 15:37:50 +000011434Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11435
11436 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
11437 to allow updating an attribute content
11438
Daniel Veillard8de85c62002-01-15 17:10:15 +000011439Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11440
11441 * libxml.h: try to avoid problems when compiling on Windows
11442
Daniel Veillard314cfa02002-01-14 17:58:01 +000011443Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11444
11445 * hash.c: patch from Anthony Jones for hash.c allocation size
11446 * Makefile.am: trying to work around Yet Another Libtool Madness
11447 and build the 2.4.13 release finally ...
11448
Daniel Veillard744683d2002-01-14 17:30:20 +000011449Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
11450
11451 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
11452 * doc/* : update of the documentation
11453
Daniel Veillarde6a55192002-01-14 17:11:53 +000011454Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11455
11456 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
11457 at fixing #61290 :-(
11458
Daniel Veillardfb25a512002-01-13 20:32:08 +000011459Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11460
11461 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
11462 Fixes bug #67229
11463
Daniel Veillardacb2bda2002-01-13 16:15:43 +000011464Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11465
11466 * tree.c: trying to avoid troubles when a subtree is copied
11467 and coalesced in part with the target tree. Should fix
11468 bug #67407
11469
Daniel Veillardd8224e02002-01-13 15:43:22 +000011470Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11471
11472 * valid.c: fixed validation of attributes content of type
11473 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
11474 values, very old bug. Fixes #67671
11475
Daniel Veillard8107a222002-01-13 14:10:10 +000011476Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11477
11478 * parser.c include/libxml/parserInternals.h tree.c: integrated
11479 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
11480 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
11481
Daniel Veillarddb0eb8d2002-01-13 13:35:00 +000011482Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11483
11484 * threads.c: applied Serguei Narojnyi's patch to add native
11485 thread support on the Win32 platform
11486 * testThreadsWin32.c Makefile.am: added the test program also
11487 from Serguei, Win32 specific
11488 * include/win32config.h include/libxml/xmlwin32version.h.in:
11489 added patch from Igor for the Windows thread specific defines.
11490
Daniel Veillard845cce42002-01-09 11:51:37 +000011491Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
11492
11493 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
11494
Daniel Veillard7b602b42002-01-08 13:26:00 +000011495Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
11496
11497 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
11498 output page into XMLinfo.html. Close bug #66951 and
11499 raised by Robert Collins too.
11500
Daniel Veillard73c6e532002-01-08 13:15:33 +000011501Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
11502
11503 * encoding.c: Paul Keogh pointed out a possibility of segfault
11504 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
11505 Closes bug # 68238
11506
Daniel Veillard4a859202002-01-08 11:49:22 +000011507Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
11508
11509 * doc/*.html: updated the Gdome2 links
11510
Daniel Veillard3c5ed912002-01-08 10:36:16 +000011511Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11512
11513 * libxml.h: Applied following patches from Robert Collins
11514 and make sure IN_LIBXML is defined when compiling it
11515 -------
11516 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
11517 as well as Visual C.
11518 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11519 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
11520 * strio.c (PLATFORM_UNIX): Define for Cygwin.
11521 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
11522 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
11523 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
11524 xmlSysIDExists xmlNoNetExists).
11525 * xmllint.c: Don't include winsock2.h for Cygwin.
11526
Daniel Veillard401c2112002-01-07 16:54:10 +000011527Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11528
11529 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
11530 when the version info is not present.
11531
Daniel Veillard6f42c132002-01-06 23:05:13 +000011532Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11533
11534 * tree.c: Anthony Jones pointed out a problem in
11535 xmlStringGetNodeList() and provided a fix for it
11536
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011537Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11538
Daniel Veillarddb5850a2002-01-18 11:49:26 +000011539 * parser.c: patch from Frank J Franklin to remove a bug in
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000011540 xmlCreatePushParserCtxt() when the initial buffer passed
11541 is large.
11542
Daniel Veillard0e47ee22002-01-05 18:25:52 +000011543Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11544
11545 * win32/*: big cleanup of the Windows/MSVC project files
11546 from Igor Zlatkovic
11547
Daniel Veillardcebb1362002-01-02 13:13:30 +000011548Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11549
11550 * doc/Makefile.am: should fix #67674 and avoid troubles if
11551 xsltproc is not available or fails in the prefix provided
11552
Daniel Veillard26908ab2002-01-01 16:50:03 +000011553Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
11554
11555 * xmlmemory.c: one more doc patch from Charlie Bozeman.
11556
Daniel Veillard5344c602001-12-31 16:37:34 +000011557Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11558
11559 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
11560 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
11561 Fixed a few other problems raised by Charlie Bozeman.
11562 * result/VC/ElementValid[5-7]: fixed the output
11563
Daniel Veillardcbaf3992001-12-31 16:16:02 +000011564Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11565
11566 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
11567 patches from Charlie Bozeman. Regenerated the HTML docs.
11568
Daniel Veillard7f9a6802001-12-20 14:01:47 +000011569Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
11570
11571 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
11572 for Windows from Igor
11573
Daniel Veillard1df3dfc2001-12-18 11:14:16 +000011574Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11575
11576 * xmllint.c: applied Justin Fletcher patch for --output or -o
11577
Daniel Veillardd3b29d22001-12-18 07:53:16 +000011578Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
11579
11580 * win32/libxml2/libxml2.def.src: close #67019
11581
Daniel Veillard01db67c2001-12-18 07:09:59 +000011582Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11583
11584 * xmllint.c: applied Justin Fletcher generic timing patch
11585 similar to the one already applied to xsltproc.
11586
Daniel Veillardd1640922001-12-17 15:30:10 +000011587Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11588
11589 * include/libxml/tree.h tree.c: applied documentation patches
11590 from Charlie Bozeman
11591
MST 2001 John Fleck2323ac22001-12-14 04:24:50 +000011592Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
11593
11594 *doc/xmllint.xml, xmllint.1 - document --dropdtd
11595
Daniel Veillard29e43992001-12-13 22:21:58 +000011596Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
11597
11598 * valid.c: fix the xmlStrdup() used in the previous patch.
11599 * valid.c: added --dropdtd
11600 * tree.c: fixed xmlUnlinkNode so it also removes the references
11601 from the document if the node is a DTD
11602
Daniel Veillard86fd5a72001-12-13 14:55:21 +000011603Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
11604
11605 * HTMLtree.c valid.c: cleanup some static declarations
11606
Daniel Veillard9ae4b7a2001-12-13 14:24:09 +000011607Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11608
11609 * xmllint.c: removed another strdup()
11610 * doc/FAQ: removed the HP/UX entry
11611
Daniel Veillarded472f32001-12-13 08:48:14 +000011612Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
11613
11614 * valid.c: fix bug #66816 when validating.
11615 * xmllint.c: don't use sys/time.h if configure did not found it
11616
MST 2001 John Fleck3fc555e2001-12-11 04:41:24 +000011617Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
11618
11619 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
11620 xmlcatalog_man.xml
11621
Daniel Veillard2d8a93b2001-12-10 21:07:19 +000011622Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11623
11624 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
11625 xmlInitMemory() was declared twice
11626
Daniel Veillardb82c1662001-12-09 14:00:54 +000011627Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
11628
11629 * globals.c: do not reference strdup() !
11630 * configure.in libxml-2.0.pc.in: trying to fix the libs
11631 of the various config extraction modules
11632
Daniel Veillardef90ba72001-12-07 14:24:22 +000011633Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11634
11635 * configure.in : preparing 2.4.12
11636 * doc/* : updated and rebuilt the docs
11637
Daniel Veillard220346d2001-12-07 11:33:54 +000011638Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11639
11640 * uri.c: closed bug #66159
11641 * testURI.c: added --escape option
11642 * configure.in: some cleanup for xml2-config --cflags
11643
Daniel Veillard2a906822001-12-06 14:34:08 +000011644Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
11645
11646 * globals.c testThreads.c: removed some misplaced includes
11647 of xmlversion.h
11648
Daniel Veillarde28313b2001-12-06 14:08:31 +000011649Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
11650
11651 * threads.c: patch from Gary Pennington fixing a possible
11652 problem at initialization time.
11653
Daniel Veillardd3b08822001-12-05 12:03:33 +000011654Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
11655
11656 * configure.in libxml.h parser.c testThreads.c macos/: integrated
Daniel Veillarde28313b2001-12-06 14:08:31 +000011657 Eric Lavigne contribution to build libxml2 on MacOS using
Daniel Veillardd3b08822001-12-05 12:03:33 +000011658 CodeWarrior.
11659
Daniel Veillarda7866932001-12-04 13:14:44 +000011660Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
11661
11662 * xmllint.c: applied Geert Kloosterman's patch to fix
11663 --repeat --timing output
11664
Daniel Veillard19840942001-11-29 16:11:38 +000011665Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11666
11667 * parser.c: Robin Berjon <robin@knowscape.com> found a case
11668 where non-wellformed XML declaractions were not detected.
11669
Daniel Veillarde85d9342001-11-28 14:43:12 +000011670Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11671
11672 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
11673
Daniel Veillard22f25a82001-11-28 09:12:23 +000011674Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
11675
11676 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
11677 gets reset by xmlCleanupInputCallbacks() and this makes the
11678 function useless. Same for output.
11679
Daniel Veillard107ccaa2001-11-27 16:23:50 +000011680Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11681
11682 * xmlIO.c: robert pointed out a loop error in callback cleanups
11683
Daniel Veillard8faa7832001-11-26 15:58:08 +000011684Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
11685
11686 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
11687 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
11688 they are not really tied to debugging
11689
Daniel Veillardbd9b0e82001-11-26 10:32:08 +000011690Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11691
11692 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
11693 * xmllint.c: better --catalogs description
11694
Daniel Veillard4855c8c2001-11-25 10:35:25 +000011695Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11696
11697 * tree.c: fixed a couple of problems in xmlSetProp()
11698
Daniel Veillardcd337f02001-11-22 18:20:37 +000011699Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
11700
11701 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
11702 unappropriate stdout output.
11703
Daniel Veillard566d4df2001-11-22 13:00:53 +000011704Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
11705
11706 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
11707 by Denis Beurive, closes #65111
11708
Daniel Veillardb4545fd2001-11-20 09:37:09 +000011709Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
11710
11711 * valid.c: in case of content model validity error, don't
11712 print it if validity warnings were not requested.
11713
Daniel Veillardc69e0b12001-11-20 08:35:07 +000011714Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11715
11716 * nanoftp.c: applied a couple of patches from Brian D Ripley.
11717 * parserInternals.c: removed the last exit() call. Print an
11718 unmaskable error on stderr instead (library mismatch detection)
11719
MST 2001 John Fleck42304042001-11-18 00:18:06 +000011720Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
11721
11722 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
11723 shell instructions from Heiko Rupp
11724
Daniel Veillardf7b094f2001-11-15 13:54:39 +000011725Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11726
11727 * catalog.c: use the URL notation file:// for default catalog paths
11728
Daniel Veillard0ec98632001-11-14 15:04:32 +000011729Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
11730
11731 * include/libxml/tree.h: better comments for _private fields
11732 * tree.c: removed a problem when copying an entity reference.
11733
Daniel Veillardd33cfbf2001-11-13 15:24:36 +000011734Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
11735
11736 * vms/*: updated instructions and diffs from John A Fotheringham
11737
Daniel Veillarda11001b2001-11-12 22:45:36 +000011738Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
11739
11740 * include/libxml/xmlerror.h: avoid an include problem if
11741 #include <libxml/xmlerror.h> happens first in code
11742 seems to be the case in KDE libs
11743
Daniel Veillard8e3943c2001-11-12 21:35:44 +000011744Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11745
11746 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
11747 from Igor for Windows
11748
11749Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11750
11751 * Makefile.am: Gary Pennington pointed out a missing prefix
11752
Daniel Veillard43d3f612001-11-10 11:57:23 +000011753Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
11754
11755 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
11756 * doc/*: upgraded and rebuilt the docs
11757
Daniel Veillardc1f78342001-11-10 11:43:05 +000011758Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11759
11760 * HTMLparser.c: fix comment in scripts element parsing.
11761 * result/HTML/doc3*: updated the results.
11762
11763Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11764
11765 * uri.c: another URI bug fix #63336, using Joel Young patch.
11766
Daniel Veillardc6e013a2001-11-10 10:08:57 +000011767Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
11768
11769 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
11770 a cleaned up version of the Pwd shell string generation.
11771
Daniel Veillardbe480fb2001-11-08 23:36:42 +000011772Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11773
11774 * valid.c include/libxml/tree.h: trying to fix namespaces +
11775 validation problems for good, closing #63619 in the process
11776 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
11777 wrong in this respect, fixed it.
11778
Daniel Veillardd536f702001-11-08 17:32:47 +000011779Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
11780
11781 * xmllint.c: Morus Walter patch to allow --format and --encode
11782
Daniel Veillard5004f422001-11-08 13:53:05 +000011783Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
11784
11785 * debugXML.c: Stefan Kost provided an help command for the shell
11786
Daniel Veillarda6825e82001-11-07 13:33:59 +000011787Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
11788
11789 * debugXML.c: Heiko Rupp pointed that the shell would crash
11790 on empty nodesets returns.
11791
Daniel Veillard03f848d2001-11-07 12:53:46 +000011792Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
11793
11794 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
11795 migh need the history libraries
11796
Daniel Veillard957fdcf2001-11-06 22:50:19 +000011797Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
11798
11799 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
11800 handle the case of < in quoted attributes, Bastian Kleineidam
11801
Daniel Veillardc853b322001-11-06 15:24:37 +000011802Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
11803
11804 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
11805 fixing catalog breakages
11806 * Makefile.am catalog.c result/catalogs/catal
11807 result/catalogs/mycatalog.* test/catalogs/catal*:
11808 fixed more problems in catalog support, added more regression tests
11809 for both XML and SGML catalog handling
11810
Daniel Veillard66870c72001-11-05 19:27:49 +000011811Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
11812
11813 * debugXML.c: applied an improvement to xmlGetLineNo() from
11814 Keith Isdale
11815
Daniel Veillardffe09c92001-11-05 14:21:47 +000011816Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
11817
11818 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
11819 Side effect of the progressive catalog loading
11820
Daniel Veillardad661b92001-11-05 11:43:15 +000011821Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
11822
11823 * Makefile.am: confexecdir and confexec_DATA were defined twice
11824 pointed out by Karl Eichwalder
11825
Daniel Veillard6eb17722001-11-04 22:19:27 +000011826Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
11827
11828 * xmlcatalog.c: avoid unlink() and use remove() instead.
11829
Daniel Veillardea898282001-11-04 22:13:45 +000011830Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
11831
11832 * libxml.spec.in: cleanup
11833 * include/libxml/xmlwin32version.h: updated with 2.4.8
11834
Daniel Veillarda4617b82001-11-04 20:19:12 +000011835Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
11836
11837 * encoding.c global.data globals.c testThreads.c: fix bug #63752
11838 of compiling libxml with a non standard set of options
11839
John Fleck027edfb2001-11-04 20:13:58 +000011840Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
11841
11842 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
11843 document --sgml option, fixing gnome bugzilla #63382
11844
Daniel Veillardcd21dc72001-11-04 20:03:38 +000011845Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11846
11847 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
11848 breakage of 2.4.7, added a couple of really needed APIs
11849 like xmlCatalogIsEmpty() and xmlNewCatalog()
11850 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
11851 for install-catalog
11852 * configure.in: preparing 2.4.8
11853
CET 2001 Daniel Veillard5a37bde2001-11-01 14:31:22 +000011854Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
11855
11856 * HTMLtree.c tree.c include/libxml/HTMLtree.h
11857 include/libxml/tree.h include/libxml/xmlIO.h: more include
11858 cleanups, export cleanly one html output + format function.
11859
11860Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11861
11862 * parser.c: removed initGenericErrorDefaultFunc call from
11863 xmlInitParser() since it could destroy previous calls to
11864 xsltSetGenericErrorFunc() effects
11865
Daniel Veillardebd38c52001-11-01 08:38:12 +000011866Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11867
11868 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
11869 keyword.
11870
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011871Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
11872
11873 * Makefile.am: cleanup
11874 * threads.c: cleanup too
11875 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
11876 from xsltproc
11877 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +000011878 dependency loop.
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000011879
Daniel Veillard91c00402001-10-30 17:41:38 +000011880Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
11881
11882 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
11883 was not used anymore !
11884
Daniel Veillard52dcab32001-10-30 12:51:17 +000011885Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
11886
11887 * configure.in: preparing 2.4.7
11888 * Makefile.am doc/Makefile.am: switched to the latest xmllint
11889 manual page from John
11890 * doc/*: updated the doc and rebuilt the generated pages
11891
Daniel Veillarda9e65e82001-10-30 10:32:36 +000011892Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
11893
11894 * xmlIO.c: closing bug #62711, the library should never
11895 close stdin or stdout.
11896
Daniel Veillard4def3bd2001-10-30 09:47:47 +000011897Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
11898
11899 * uri.c: second pass at fixing #63336, using Joel Young
11900 final patch. looks okay.
11901
Daniel Veillardbb6808e2001-10-29 23:59:27 +000011902Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
11903
11904 * uri.c include/libxml/uri.h: trying to clear #63336
11905 allowing the escaping routine to parse unconformant
11906 URI-References.
11907
Daniel Veillardacf7ff02001-10-29 20:21:47 +000011908Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
11909
11910 * vms/readme.vms vms/build_libxml.com nanoftp.c
11911 include/libxml/xmlversion.h.in: a few VMS updates from
11912 John A Fotheringham
11913 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
11914 and xmlCleanupOutputCallbacks() for the Perl binding people.
11915
Daniel Veillard635ef722001-10-29 11:48:19 +000011916Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
11917
11918 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
11919 apply fixes to close #63271 and avoid segfaults when
11920 the error routine gets callbed before xmlInitParser()
11921 get called.
11922 * nanoftp.c error.c: Applied patches from Justin Fletcher
11923 correcting some xmlGenericError misuses.
11924
MDT 2001 John Fleckfd32de62001-10-27 20:14:01 +000011925Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
11926
11927 *doc/xmllint.xml, doc/xmllint.1
11928 New and improved man page for xmllint - .xml is the original, .1
11929 is the generated man page
11930
Daniel Veillardc9484202001-10-24 12:35:52 +000011931Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
11932
11933 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
11934 the web site from the main HTML document.
11935
Daniel Veillard5151c062001-10-23 13:10:19 +000011936Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
11937
11938 * parser.c: fixed an erroneous validation bug when PE refs
11939 occurs in external parsed entities referenced from the
11940 internals subset
11941 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
11942 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
11943 added the associated testcase, it's a nice one.
11944 * HTMLparser.c: generate the DTD node as HTML still ...
11945 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
11946
Daniel Veillardb6b0fd82001-10-22 12:31:11 +000011947Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
11948
11949 * HTMLparser.c: fixed a bug in htmlNewDoc()
11950
Daniel Veillard89cad532001-10-22 09:46:13 +000011951Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
11952
11953 * test/threads/*: added entities testing to the Thread test
11954 * testThreads.c: make the test reasonable
11955 * DOCBparser.c: fix the DTD public and system ID
11956 * xmllint.c: added --sgml for SGML DocBook importing
11957 * Makefile.am: added Docbtests target
11958
Daniel Veillard9ae1eba2001-10-19 09:48:35 +000011959Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
11960
11961 * nanoftp.c: use only "anonymous@" string for anonymous passwds
11962 * testThreads.c: removed bogus include
11963
Daniel Veillardce2c2f02001-10-18 14:57:24 +000011964Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
11965
11966 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
11967 fixed a very serious (looping) validation bug
11968
Daniel Veillard3c01b1d2001-10-17 15:58:35 +000011969Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
11970
11971 * include/libxml/globals.h include/libxml/threads.h threads.c
11972 testThreads.c: far more testing, cleaning up bugs
11973 * *.c : make sure globals.h is always included.
11974
Daniel Veillard7cc95c02001-10-17 15:45:12 +000011975Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
11976
11977 * HTMLparser.c: try to get rid of parser loops for good.
11978
Daniel Veillardab7488e2001-10-17 11:30:37 +000011979Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
11980
11981 * configure.in: fixed some bugs in CFLAGS passing.
11982 * test/threads Makefile.am testThreads.c: added a specific
11983 threaded test case (really nasty, guaranteed).
11984
Daniel Veillard85c11fa2001-10-16 21:03:08 +000011985Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
11986
11987 * catalog.c: serious cleanup on the management of the
11988 XML catalog tree, more tests done, especially with
11989 the catalog PI.
11990
Daniel Veillard364789a2001-10-16 12:45:00 +000011991Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
11992
11993 * catalog.c: avoid a problem in catalog cleanup on SMP if
11994 catalogs were not initialized.
11995
Daniel Veillard81463942001-10-16 12:34:39 +000011996Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
11997
11998 * catalog.c xpath.c: trying to cleanup the not thread safe
11999 parts of the library.
12000
Daniel Veillard64a411c2001-10-15 12:32:07 +000012001Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
12002
12003 * include/libxml/globals.h configure.in global.data: make
12004 the allocation be per-thread a configure option
12005 * encoding.c include/libxml/parser.h: fixed compilation
12006 errors
12007
Daniel Veillard5ee57fc2001-10-15 10:46:16 +000012008Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12009
12010 * include/libxml/parser.h: Norm reported that a few lines
12011 added were breaking libxslt compile, removed them for now
12012
Daniel Veillard6f350292001-10-14 09:56:15 +000012013Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
12014
12015 * parser.c parserInternals.c threads.c: debugged and fixed
12016 initialization problems which were giving troubles on SMP
12017 boxes.
12018
Daniel Veillard6661ffa2001-10-13 14:18:17 +000012019Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12020
12021 * include/libxml/Makefile.am: missing globals.h
12022
Daniel Veillarde7090612001-10-13 12:18:28 +000012023Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000012024
Daniel Veillarde7090612001-10-13 12:18:28 +000012025 * globals.c: added a couple of standard includes.
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000012026
Daniel Veillardd0463562001-10-13 09:15:48 +000012027Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12028
12029 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
12030 include/libxml/parserInternals.h include/libxml/tree.h
12031 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
12032 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
12033 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
12034 Applied the last patches from Gary, cleanup, activated threading
12035 all user accessible global variables are now handled in globals.[ch]
12036 Still a bit rought but make tests passes with either
12037 --with-threads defined at configure time or not.
12038 * Makefile.am example/Makefile.am: added globals.[ch] and threads
12039 linking options
12040
Daniel Veillardb8478642001-10-12 17:29:10 +000012041Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
12042
12043 * Makefile.am include/libxml/Makefile.am
12044 include/libxml/globals.h globals.c include/libxml/threads.h
12045 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
12046 configure.in: started integrating the core of the thread support
12047 not activated yet but half integrated. The code should still
12048 compile and work anyway.
12049
Daniel Veillardb44025c2001-10-11 22:55:55 +000012050Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12051
12052 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
12053 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
12054 integrating the non-controversial parts of Gary Pennington
12055 multithread patches
12056 * catalog.c: corrected a small bug introduced
12057
Daniel Veillard75b96822001-10-11 18:59:45 +000012058Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
12059
12060 * catalog.c include/libxml/catalog.h: very serious cleanup,
12061 isolating unportable code and as much as possible the accesses
12062 to the global shared catalog. May need more testing !
12063
Daniel Veillard78d12092001-10-11 09:12:24 +000012064Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12065
12066 * include/libxml/debugXML.h debugXML.c tree.c: integrating
12067 Keith Isdale patches for the XSLT debugger interfaces. Some
12068 cleanup
12069
Daniel Veillardff0b7312001-10-11 06:46:09 +000012070Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
12071
12072 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
12073 * DOCBparser.c: generate line nubers in elements
12074
Daniel Veillard60087f32001-10-10 09:45:09 +000012075Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
12076
12077 * configure.in: preparing 2.4.6 release
12078 * doc/xml.html doc/html/*: updated and rebuilt the docs
12079 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
12080
MDT 2001 John Fleck60416fa2001-10-09 02:41:50 +000012081Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
12082
12083 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
12084 adding documentation for DV's supercatalog support
12085
Daniel Veillard82d75332001-10-08 15:01:59 +000012086Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
12087
12088 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
12089 super catalog support adding one API and one flag --sgml to
12090 xmlcatalog
12091
MDT 2001 John Fleck0e229932001-10-07 22:46:00 +000012092Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
12093
12094 * doc/xmlcatalog_man.xml, xmlcatalog.1
12095 One more crack at
12096 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
12097
12098
Thomas Broyer47334c02001-10-07 16:41:52 +000012099Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12100
12101 * xpath.c: implemented xmlXPathObjectCopy for external objects
12102 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
12103
MDT 2001 John Fleckac941e32001-10-06 22:30:16 +000012104Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
12105
12106 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
12107 finishing up fix to
12108 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
12109 the xmlcatalog man page display more elegantly
12110
Daniel Veillard3fbe8e32001-10-06 13:30:33 +000012111Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
12112
12113 * configure.in: closing bug #61832
12114 * HTMLparser.c: removed a warning
12115
Daniel Veillard6ab38382001-10-06 13:08:27 +000012116Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
12117
12118 * xpath.c: fixing #61673 part I, do not loose doc information
12119 when copying result value trees.
12120
Daniel Veillard556c6682001-10-06 09:59:51 +000012121Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12122
12123 * xpath.c: trying to harden the XPath interpreter
12124
MDT 2001 John Fleck9f82dc62001-10-06 02:40:10 +000012125Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
12126
12127 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
12128 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
12129
William M. Brack1633d182001-10-05 15:41:19 +000012130Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12131
12132 * HTMLparser: repaired another loop problem
12133
Daniel Veillard20ee8c02001-10-05 09:18:14 +000012134Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12135
12136 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
12137 parsing.
12138 * xpath.c: fix bug #61291 the default XML namespace node is
12139 missing from the namespace axis.
12140 * tree.c: refuse to create namespaces nodes with prefix "xml"
12141
Daniel Veillard651f9472001-10-04 14:51:06 +000012142Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
12143
12144 * SAX.c: ouch a non-defined namespace could lead to a crash,
12145 fixed #61215
12146
Daniel Veillard7dd05702001-10-04 14:25:12 +000012147Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
12148
12149 * parserInternals.c: closed bug #61054
12150
Daniel Veillard5e6d10a2001-10-03 13:21:13 +000012151Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12152
12153 * include/libxml/Makefile.am: closing #60708
12154
Daniel Veillarda293c322001-10-02 13:54:14 +000012155Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
12156
12157 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
12158 adding xmlSAXParseFileWithData following Marco Stipek suggestion
12159
Daniel Veillardf4309d72001-10-02 09:28:58 +000012160Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12161
12162 * valid.c: close bug #61550 when xml: wasn't considered a namespace
12163
Daniel Veillardf6ed8bc2001-10-02 09:22:47 +000012164Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12165
12166 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
12167 * DOCBparser.c HTMLparser.c parser.c: fixed typos
12168
Daniel Veillard16756b62001-10-01 07:36:25 +000012169Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
12170
12171 * catalog.c: Justin Fletcher provided cleaup code in case
12172 HAVE_STAT is not defined
12173 * include/win32config.h: Igor Zlatkovic suggested to have
12174 HAVE_STAT defined there
12175
William M. Brack5e1cac12001-09-28 16:19:18 +000012176Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12177
12178 * catalog.c - fixed typing error reported by M. Barros
12179
MDT 2001 John Fleckbbb9e432001-09-24 03:08:43 +000012180Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
12181
12182 * xmllint.c - fixing typo
12183
William M. Brackd28e48a2001-09-23 01:55:08 +000012184Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12185
12186 * HTMLparser.c: small enhancement to prevent loop on
12187 unrecognizable data
12188
Daniel Veillardb1d62872001-09-21 09:47:08 +000012189Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12190
12191 * parserInternals.c: applying patch from bug #60757 this
12192 should close it
12193
Daniel Veillardc0631a62001-09-20 13:56:06 +000012194Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12195
12196 * catalog.c xmlcatalog.c: removed a couple of warning
12197 * xpath.c: try to solve the linking problem on platforms
12198 needing trio to compile
12199
Daniel Veillard1a123612001-09-19 08:06:23 +000012200Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000012201
Daniel Veillard1a123612001-09-19 08:06:23 +000012202 * Makefile.am libxml.spec.in: backing up non-documented changes
12203 commited without review or aproval by Jens Finke <jens@gnome.org>
12204 * HACKING: made 100% clear that no commit should be done directly
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000012205
Daniel Veillardf5b44e42001-09-17 17:19:54 +000012206Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
12207
12208 * configure.in: Joe Orton provided a patch fixing a problem
12209 when iconv is specified to be in a non-standard directory
12210 but wasn't exported in xml2-config --cflags
12211
Daniel Veillard2fc2db72001-09-14 17:33:51 +000012212Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
12213
Daniel Veillardf5b44e42001-09-17 17:19:54 +000012214 * configure.in: let's ship 2.4.5 before getting too much
Daniel Veillard2fc2db72001-09-14 17:33:51 +000012215 troubles with 2.4.4 errors.
12216
Daniel Veillard16698282001-09-14 10:29:27 +000012217Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12218
12219 * encoding.c entities.c: do not output hexadecimal charrefs
12220 when serializing HTML since some version of Netscape can't
12221 grok it, generate decimal ones.
12222 * result/HTML/doc3.htm: output changed due to previous test
12223 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
12224
Daniel Veillard98fed372001-09-13 11:34:58 +000012225Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
12226
12227 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
12228 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
12229
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000012230Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
Daniel Veillard98fed372001-09-13 11:34:58 +000012231 Released 2.4.4
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000012232
12233 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
12234 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
12235 updated the configuration scripts systems accordingly
12236
Daniel Veillard04382ae2001-09-12 18:51:30 +000012237Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12238
12239 * configure.in: preparing for 2.4.4
12240 * doc/xml.html doc/html/*: updated and rebuilt the docs
12241
Daniel Veillardd63437e2001-09-12 15:00:27 +000012242Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
12243
12244 * win32/dsp/libxml2.def.src: tried to incorporate comments
12245 from bug #59220
12246
Daniel Veillard319a7422001-09-11 09:27:09 +000012247Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
12248
12249 * parser.c result/noent/wml.xml: fixed bug #59981 related
12250 to handling of '&' in attributes when entities are substitued
12251
Daniel Veillard7cf5e442001-09-10 20:16:32 +000012252Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12253
12254 * libxml.h include/libxml/xmlversion.h.in
12255 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
12256 Tried to close bug #60131
12257
Daniel Veillardbce62332001-09-10 18:46:55 +000012258Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12259
12260 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
12261
Daniel Veillard143b04f2001-09-10 18:14:14 +000012262Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
12263
12264 * SAX.c: fixing bug #59946 on xmlns=""
12265
Daniel Veillard7a51d6d2001-09-10 14:40:43 +000012266Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12267
12268 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
12269 but allocates a new error code.
12270
Daniel Veillard05c13a22001-09-09 08:38:09 +000012271Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
12272
12273 * xmllint.c: John Fleck fixed typos in the options output
12274 * parser.c SAX.c: fix ignorable white space SAX selection
12275
12276Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12277
12278 * entities.c: Steve Underwood found the possibility of an
12279 ininite loop in case of error.
12280
Daniel Veillard5eb9dea2001-09-07 09:38:02 +000012281Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12282
12283 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
12284
Daniel Veillarda050d232001-09-05 15:51:05 +000012285Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
12286
12287 * parser.c: warn if version is not 1.0 but it's not
12288 strictly speaking an error after analyzing the spec
12289
MDT 2001 John Fleck04685002001-09-03 16:11:47 +000012290Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
12291
12292 *doc/catalog.html - add link to the html version of the
12293 man page, other linguistic cleanups
12294
MDT 2001 John Fleck5bd39dc2001-09-03 15:14:19 +000012295Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
12296
12297 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
12298 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
12299 file, has not yet been included in the build.
12300
Daniel Veillard99784ff2001-09-01 16:20:28 +000012301Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12302
12303 * catalog.c: removed a duplicate affectation Justin Fletcher
12304
Daniel Veillard9e1c72d2001-08-31 20:03:19 +000012305Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
12306
12307 * tree.c: Armin Sander pointed a possible text coalescing
12308 problem, completed his patch.
12309
Bjorn Reese0b2ae432001-08-31 16:31:57 +000012310Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12311
12312 * trionan.c: Fixed const and volatile re-definition problem
12313
Daniel Veillard5d96fff2001-08-31 14:55:30 +000012314Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
12315
12316 * libxml.4 parser.c: doc updates from Heiko Rupp
12317 * parserInternals.c: 2 sanity checks from Heiko Rupp
12318
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012319Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
12320
12321 * tree.c: applied patch from Armin Sander to make some pointers
12322 const in xmlCopyNode()
Daniel Veillard2ebd7a72001-08-28 21:07:03 +000012323 * include/libxml/tree.h: added fix to the header
Daniel Veillard3ec4c612001-08-28 20:39:49 +000012324
Daniel Veillardb06c6142001-08-27 14:26:30 +000012325Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12326
12327 * xpath.c: hum, restrict the integer usage gcc bug workaround
12328 to only gcc compilers so that other architecture don't get
12329 penalized by this limitation.
12330 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
12331
Daniel Veillard268fd1b2001-08-26 18:46:36 +000012332Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12333
12334 * valid.c: fixed a Windows compiler warning (Chris Poblete)
12335 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
12336
Daniel Veillard6c5f9d12001-08-25 13:33:14 +000012337Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
12338
12339 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
12340 --convert option to xmlcatalog to convert SGML ones to
12341 the XML syntax.
12342 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
12343
12344 2.4.3 got released at that point
Daniel Veillard6990bf32001-08-23 21:17:48 +000012345Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
12346
12347 * catalog.c xmlIO.c: started some serious testing and fixed
12348 a few bug and optmization needs.
12349
Daniel Veillard9f7b84b2001-08-23 15:31:19 +000012350Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12351
12352 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12353 preparing for a 2.4.3 release even if it may not be ready yet
12354 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
12355 all file parsing lookup to go through the entity resolver, add
12356 to add an API to bypass it (needed to load catalogs themselves),
12357 some cleanup on the catalog code too.
12358 * nanoftp.c: small cleanup
12359 * doc/catalog.html: small update
12360
Daniel Veillardbc2ddbe2001-08-23 10:24:27 +000012361Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
12362
12363 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
12364 Jun Kuriyama
12365
Daniel Veillardffb120d2001-08-23 00:52:23 +000012366Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
12367
12368 * doc/catalog.html: finished the catalog documentation
12369
Daniel Veillarde7ead2d2001-08-22 23:44:09 +000012370Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
12371
12372 * doc/catalog.html doc/xml.html: added documentation about
12373 Catalog support, misses an API description
12374 * doc/html/*: reextracted the API pages
12375
Daniel Veillarddc2cee22001-08-22 16:30:37 +000012376Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
12377
12378 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
12379 Added the part about section 7.2 on URI resolution,
12380 fixed a side effect in the HTML parser, look complete
12381 and ready to rock except the URI/SystemID part!
12382
Daniel Veillard5d90b6c2001-08-22 14:29:45 +000012383Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12384
12385 * include/libxml/catalog.h include/libxml/parser.h
12386 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
12387 xmlIO.c: added support and APIs needed for the catalog PI
12388 * include/libxml/xmlIO.h: cleanup
12389
Daniel Veillarde2940dd2001-08-22 00:06:49 +000012390Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12391
12392 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
12393 include/libxml/catalog.h: starts to look okay, really
12394 plugged the new framework, cleaned a lot of stuff,
12395 added some APIs, except the PI's support missing this
12396 should be mostly complete
12397 * result/catalogs/* test/catalogs/*: added new test, enriched
12398 the existing one with URN ID tests
12399
Daniel Veillard64339542001-08-21 12:57:59 +000012400Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12401
12402 * catalog.c: fixed nextCatalog
12403 * result/catalogs/docbook test/catalogs/*: started adding
12404 a small regression test
12405
Daniel Veillardcda96922001-08-21 10:56:31 +000012406Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
12407
12408 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
12409 more work on the XML catalog support.
12410 * parser.c include/libxml/parser.h: small cleanup seems using
12411 list as a public parameter name can give portability troubles
12412 * trionan.c trionan.h xpath.c include/libxml/trionan.h
12413 include/libxml/xpath.h include/libxml/Makefile.am: removed
12414 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
12415 wrappers
12416
Bjorn Reese45029602001-08-21 09:23:53 +000012417Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12418
12419 * Makefile.am trio.c triodef.h trionan.c xpath.c
12420 include/libxml/Makefile.am include/libxml/trionan.h:
12421 Re-worked Not-A-Number and Infinity support.
12422 * xmlcatalog.c: added readline include files
12423
Daniel Veillard344cee72001-08-20 00:08:40 +000012424Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12425
12426 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
12427 testCatalog as xmlcatalog, making it an installed app
12428 adding a shell, and preparing it to be a /etc/xml/catalog
12429 management tool, though not ready yet
12430 * catalog.c include/libxml/catalog.h: adding support for
12431 XML Catalogs http://www.oasis-open.org/committees/entity/
12432 not finished, there is some interesting tradeoffs and a
12433 few open questions left.
12434
Daniel Veillardb7664f42001-08-19 13:00:43 +000012435Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
12436
12437 * xmllint.c: fixed a line formatting problem
12438
Daniel Veillard5015b712001-08-17 09:37:52 +000012439Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12440
12441 * SAX.c: removed a couple of unused variable (Albert Chin)
12442
Daniel Veillardbb371292001-08-16 23:26:59 +000012443Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12444
12445 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
12446 trying to fix some troubles w.r.t. function returning
12447 const xxxPtr.
12448
Daniel Veillardb60c54e2001-08-16 19:34:27 +000012449Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12450
12451 * win32/dsp/libxml2.def.src: another set of symbols conditionally
12452 defined
12453
Daniel Veillardae6db172001-08-16 19:32:00 +000012454Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
12455
12456 * xpointer.c: removed unused var
12457
Daniel Veillard09190202001-08-16 16:27:41 +000012458Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12459
12460 * testXPath.c: another small cleanup closing bug #59110
12461
Daniel Veillard796f4b62001-08-16 16:00:13 +000012462Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
12463
12464 * win32/dsp/libxml2.def.src: small cleanup closing bug
12465 #59108
12466
Daniel Veillard5aac4e42001-08-15 20:46:57 +000012467Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
12468
12469 * example/gjobread.c: add xmlCleanupParser() before leaving
12470
Daniel Veillard9a0b3d62001-08-15 12:58:03 +000012471Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
12472
12473 * config.h.in configure.in include/libxml/xmlwin32version.h:
12474 released 2.4.2
12475
Daniel Veillardd3d06722001-08-15 12:06:36 +000012476Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
12477
12478 * include/libxml/valid.h debugXML.c valid.c: deprecate
12479 the non-boundchecking Sprintf functions, add Snprintf
12480 this should close bug #57984
12481
Daniel Veillardecb6f5b2001-08-15 08:47:42 +000012482Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
12483
12484 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
12485 URIs before doing the lookups (pointed by Mark Vakoc)
12486
Daniel Veillard0ab5cab2001-08-14 16:43:10 +000012487Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
12488
12489 * xpath.c: serious changes on Result Value Trees and NodeSets
12490 w.r.t. deallocation and collect operations. Probably not
12491 100% clean (merge of allocated trees smells like a problem).
12492 Seems sufficient to close #58943
12493
Daniel Veillard90493a92001-08-14 14:12:47 +000012494Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
12495
12496 * xmllint.c: adding a --format option
12497
Daniel Veillardfe703322001-08-14 12:18:09 +000012498Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
12499
12500 * xpath.c: count() was broken on Result Value Tree
12501 * xmlIO.c: fixed file:/// accesses on _WIN32
12502
Daniel Veillard70ac0e32001-08-13 11:24:16 +000012503Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
12504
12505 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
12506 macro was renamed, this should close bug #58683
12507
Daniel Veillardf300b7e2001-08-13 10:43:15 +000012508Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
12509
12510 * SAX.c: small fix fixing bug #58539 reported by coolo, in
12511 entity substitution mode text at the end of the entity might
12512 be added due to text coalescing.
12513 * nanoftp.c parser.c: small cleanup
12514
Daniel Veillard0c720972001-08-08 20:59:00 +000012515Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
12516
12517 * HACKING: added John Fleck right to commit in the doc subdir
12518
Daniel Veillard48da9102001-08-07 01:10:10 +000012519Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12520
12521 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
12522 allow to inherit attributes from the DTD directly in the
12523 tree, this is needed for XPath and can be a useful feature.
12524 Inherited namespaces are always provided at the tree level now
12525 * test/defattr* result/defattr* result/noent/defattr*: added a couple
12526 of tests for this feature (XSLT being the prime user).
12527
Daniel Veillard50f34372001-08-03 12:06:36 +000012528Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12529
12530 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
12531 testSAX.c xmlIO.c xmllint.c include/win32config.h
12532 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
12533 include/libxml/xmlwin32version.h.in win32/README.MSDev
12534 win32/dsp/*: applied Win32 Facelift No.2 patches from
12535 Igor Zlatkovic for Windows/MSC
12536
Daniel Veillard9f4eb912001-08-01 21:22:27 +000012537Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
12538
12539 * SAX.c: unparsedEntityDecl() the URI computation of the
12540 entity wasn't done breaking XSLT unparsed-entity-uri()
12541
Daniel Veillard567e1b42001-08-01 15:53:47 +000012542Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
12543
12544 * xpath.c: fixed a bug when walking the descendants and
12545 the current node has no children
12546 * debugXML.c: show up when a text node is supposed to not be escaped
12547
Thomas Broyerf186c822001-07-31 23:30:37 +000012548Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12549
12550 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
12551 worked like the set:leading() function)
12552 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
12553
Daniel Veillardba6db032001-07-31 16:25:45 +000012554Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12555
12556 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
12557
Daniel Veillard57905372001-07-31 15:52:17 +000012558Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12559
12560 * include/libxml/xmlIO.h: apply change to close #58141
12561 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
12562
Daniel Veillard5e3eecb2001-07-31 15:10:53 +000012563Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12564
12565 * parser.c: when the internal subset uses a PE, then the
12566 included entity can use conditional sections.
12567
Daniel Veillard7d7e3792001-07-30 13:42:13 +000012568Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12569
12570 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
12571 when walking the namespace axis showing up in
12572 libxst/tests/general/bug-12
12573 * xmlmemory.c: added the possibility to trace a given block
12574 defined by its address
12575
Daniel Veillard4aafa792001-07-28 17:21:12 +000012576Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12577
12578 * parser.c: don't override existing encoding specified before
12579 starting xmlParseDocument()
12580
Daniel Veillardfdb1f242001-07-27 23:32:44 +000012581Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12582
12583 * include/libxml/xmlwin32version.h: reinserted, needed for
12584 Windows users of CVS
12585
Darin Adlera77cac02001-07-27 17:41:51 +0000125862001-07-27 Darin Adler <darin@bentspoon.com>
12587
Darin Adler699613b2001-07-27 22:47:14 +000012588 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
12589 * testCatalog.c: Add include of <libxml/parser.h>.
12590
125912001-07-27 Darin Adler <darin@bentspoon.com>
12592
Darin Adlera77cac02001-07-27 17:41:51 +000012593 * include/libxml/.cvsignore:
12594 * include/libxml/xmlwin32version.h:
12595 Remove this file from CVS because it's generated.
12596
Daniel Veillard50822cb2001-07-26 20:05:51 +000012597Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12598
12599 * parser.c include/libxml/parser.h: applied const patches from
12600 Tom Moog #58002
12601
Thomas Broyerba4ad322001-07-26 16:55:21 +000012602Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12603
12604 * xpath.c include/libxml/xpath{,Internals}.h: added a function
12605 lookup framework
12606
Daniel Veillard1d0bfab2001-07-26 11:49:41 +000012607Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12608
12609 * tree.c: fixed xmlCopyNode() for documents
12610
Daniel Veillard6dd398f2001-07-25 22:41:03 +000012611Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12612
12613 * parser.c: fixed bugs #58073 reported by Greg Shtilman
12614
12615Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard2454ab92001-07-25 21:39:46 +000012616
12617 * parser.c: fixes bug #57652 reported by Morus Walter
12618
Daniel Veillarde3924972001-07-25 20:25:21 +000012619Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12620
12621 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
12622
Daniel Veillarda53c6882001-07-25 17:18:57 +000012623Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12624
12625 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
12626 errors, lesson don't add new functions at 1am before a release
12627 * xpath.c: integrated fix from Bjorn to avoid divide by zero
12628 from XPath initialization when possible.
12629
Daniel Veillardd9bad132001-07-23 19:39:43 +000012630Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12631
12632 * result/scripts/base*: removing history/readline changed
12633 this slightly
12634 * include/libxml/parser.h SAX.c parser.c parserInternals.c
12635 xmllint.c: make element content line number generation
12636 optionnal to avoid breaking old apps added interface to switch
12637
Daniel Veillardf012a642001-07-23 19:10:52 +000012638Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12639
12640 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +000012641 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillardf012a642001-07-23 19:10:52 +000012642 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
12643 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
12644 John Kroll fixes to allow saving to HTTP via PUT (or
12645 POST of needed).
12646 * doc/html/*.html: regenerated the docs
12647
Thomas Broyere8126242001-07-22 03:54:15 +000012648Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12649
12650 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
12651 xmlHashScanFull and xmlHashScannFull3 to get passed the
12652 three keys as arguments to the callback function
12653
Daniel Veillard5e2dace2001-07-18 19:30:27 +000012654Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12655
12656 * configure.in Makefile.am: removed libxml softlink for good
12657 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
12658 100% coverage by gtk-doc
12659
Daniel Veillard8599e702001-07-17 21:38:51 +000012660Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12661
12662 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
12663 fixed serious troubles due to size_t vs. int mismatch
12664
Daniel Veillard8fcc4942001-07-17 20:07:33 +000012665Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12666
12667 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
12668
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012669Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12670
12671 * include/libxml/xpath{,Internals}.h xpath.c: added a more
12672 convenient extension API for value and context managing
12673 Now handles external objects through xmlXPathPopExternal,
12674 xmlXPathWrapExternal and xmlXPathReturnExternal.
12675 Added functions for sets operations (intersection, etc.)
12676
Daniel Veillard22090732001-07-16 00:06:07 +000012677Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12678
12679 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
12680 xmlIO.c tree.c parserInternals.c entities.c encoding.c
12681 HTMLparser.c: cleanup of global variables, marking some
12682 const or private.
12683
Thomas Broyerf06a3d82001-07-16 04:52:57 +000012684Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
Thomas Broyer496be682001-07-15 22:59:18 +000012685
12686 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
12687 fixed xmlXPathNodeSetItem when passing index=0
12688
Daniel Veillard05dec342001-07-14 21:57:39 +000012689Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12690
12691 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
12692
Daniel Veillard28ae6362001-07-14 16:44:32 +000012693Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12694
12695 * xmllint.c: fixed compilation under Cygwin #57503
12696 * TODO: update
12697
Peter Williamsed156f52001-07-13 18:35:13 +0000126982001-07-13 Peter Williams <peterw@ximian.com>
12699
12700 * config.h.in: add #undef HAVE_DLFCN_H
12701
12702 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
12703 builddir.
12704
Daniel Veillard73b36e32001-07-12 15:09:52 +000012705Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12706
12707 * win32/libxml2/libxml2.def.src: added a couple of exported entries
12708 raised by #57348 and #57381
12709
Daniel Veillard7db37732001-07-12 01:20:08 +000012710Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12711
12712 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
12713 tree.c xpointer.c: store the line numbder in element->content,
12714 may break some software, need a configuration mechanism
12715
Darin Adler96037892001-07-11 00:03:16 +0000127162001-07-10 Darin Adler <darin@bentspoon.com>
12717
12718 * .cvsignore:
12719 * example/.cvsignore:
12720 * include/.cvsignore:
12721 * include/libxml/.cvsignore:
12722 Various things that are generated and should be ignored.
12723
Daniel Veillard09ab7e12001-07-10 15:49:44 +000012724Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12725
12726 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
12727 * doc/xml.html doc/html/*: updated the docs
12728
Daniel Veillard04e2dae2001-07-09 20:07:25 +000012729Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12730
12731 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
12732 validation occured on content with element child
12733
Daniel Veillardb8c9be92001-07-09 16:01:19 +000012734Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12735
12736 * tree.c: fixed XML Base computation which was broken
12737 * debugXML.c: added a base function to the shell
12738 * Makefile.am result/scripts/* test/scripts/*: added scripts
12739 based regression tests, and adding 2 XML Base tests
12740
Daniel Veillard19e96c32001-07-09 10:32:59 +000012741Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12742
12743 * tree.c: set properties doc and call xmlSetListDoc for properties
12744 content when grafting them in a different tree.
12745 * aclocal.m4: remove from CVS
12746
Daniel Veillarde086f5c2001-07-08 21:10:40 +000012747Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12748
12749 * win32/libxml2/libxml2.def.src: added some missing entry point
12750 for XPath (Mark Vakoc)
12751
Daniel Veillard388236f2001-07-08 18:35:48 +000012752Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12753
12754 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
12755 layer should URI-Unescape before trying to open resources.
12756
Daniel Veillard04383752001-07-08 14:27:15 +000012757Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12758
12759 * xpath.c: fix the name() bug for elements in the default
12760 namespace reported by Charlie Bozeman
12761
Daniel Veillard7583a592001-07-08 13:15:55 +000012762Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12763
12764 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
12765 led to an XPath fix, improvements of SAX initialization, and
12766 an added option --nocdata to testXPath
12767
Daniel Veillard449d7392001-07-07 19:11:06 +000012768Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12769
12770 * doc/libxml-doc.el: Felix Natter provided anew version working
12771 with XEmacs too
12772
Daniel Veillard5168dbf2001-07-07 00:18:23 +000012773Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12774
12775 * include/libxml/xpath.h: small cleanup
12776 * doc/xml.html: update
12777
Daniel Veillardf524d6e2001-07-05 23:41:40 +000012778Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12779
12780 * Makefile.am configure.in include/libxml/xmlwin32version.h:
12781 released 2.3.14
12782
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012783Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12784
12785 * doc/html/*: rebuilt the docs for the release
Daniel Veillard5b43fde2001-07-05 23:31:40 +000012786 * doc/xml.html: added 2.3.14 release.
Daniel Veillard4b8328d2001-07-05 22:48:42 +000012787
Daniel Veillard73c9c042001-07-05 20:02:54 +000012788Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12789
12790 * xpath.c: a bug reported by Stephan Kulow empty nodesets
12791 were not equal to empty strings
12792
Daniel Veillard1fd36d22001-07-04 22:54:28 +000012793Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12794
12795 * SAX.c: fixed a URI-Reference computation problem when validating
12796 * xmlIO.c: small cleanup
12797
Daniel Veillard4d65a1c2001-07-04 22:06:23 +000012798Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12799
12800 * parser.c: improved the description of a couple of interfaces
12801 upon Larry Stamper suggestion
12802
Daniel Veillard62f313b2001-07-04 19:49:14 +000012803Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12804
12805 * SAX.c entities.c parser.c: changed completely the way entities
12806 are handled when running the parser in entity substitution mode.
12807 This fixes a bug reported by Stephan Kulow and nearly divides
12808 by 3 the amount of memory required by libxslt to load and process
12809 DocBook TDG.
12810
Daniel Veillardf420ac52001-07-04 16:04:09 +000012811Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12812
12813 * HTMLparser.c: fixing a too early root closing problem raised
12814 byt Prashanth Naidu
12815
Daniel Veillard8c357d52001-07-03 23:43:33 +000012816Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12817
12818 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
12819 raised by Mark Vakoc.
12820
Daniel Veillard6e90d192001-07-03 16:37:49 +000012821Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12822
12823 * example/Makefile.am: fixed the include path to add srcdir/include
12824 * Makefile.am configure.in: fix from Albert Chin for iconv detection
12825 and some cleanup
12826
Daniel Veillardf06307e2001-07-03 10:35:50 +000012827Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12828
12829 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
12830 lot of optimization work, results in significant improvements
12831 when handling really complex XPath queries. Add a small optimizer
12832 for unions, improve [n] and [last()], avoid some costly ops.
12833
Daniel Veillard77044732001-06-29 21:31:07 +000012834Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12835
12836 * include/libxml/parser.h parser.c: xmlStrstr args are both const
12837 * xpath.c: small cleanup
12838 * xmlGetNsList: reformated, fixed problems if used on Entities
12839
Daniel Veillard2adbb512001-06-28 16:20:36 +000012840Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12841
12842 * doc/xml.html: added 1.8.14 and 2.3.13 releases
12843
Daniel Veillardb37ecd02001-06-28 16:18:11 +000012844Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12845
12846 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
12847 * Makefile.am example/Makefile.am: workaround automake generating
12848 erroneous deps
12849
Daniel Veillard12f7d292001-06-28 13:12:11 +000012850Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12851
12852 * include/win32config.h: bug #56801 Yon Derek provided a patch
12853 to the windows config file.
12854
Daniel Veillard87ee9142001-06-28 12:54:16 +000012855Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12856
12857 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
12858 libxml.h : Yon Derek provided a set of changes to compile from
12859 CVS on Windows/MSC
12860
Daniel Veillard0e4cd172001-06-28 12:13:56 +000012861Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12862
12863 * parser.c: fixed UTF8 BOM support in push mode
12864 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
12865 added a specific testcase
12866
Daniel Veillard3e5bb8e2001-06-27 16:34:34 +000012867Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12868
12869 * Makefile.am: added --push regression tests
12870 * parserInternals.c: the XML parser segfaulted in --push mode
12871
Daniel Veillard9a89a8a2001-06-27 11:13:35 +000012872Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12873
12874 * configure.in: moved the symlinks detection within a CVS
12875 check, this is not portable and will be removed soon.
12876 * xpath.c: small cleanup/speedup
12877
Daniel Veillard11648102001-06-26 16:08:24 +000012878Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12879
12880 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
12881 release of 2.3.12
12882 * parser.c: make an error message if unknow entities in all cases
12883
Daniel Veillardfcbd74a2001-06-26 07:47:23 +000012884Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12885
12886 * uri.c: fixed 2 uri normalization bugs on '//' reduction
12887
Daniel Veillard23793842001-06-25 16:07:45 +000012888Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12889
12890 * include/libxml/Makefile.am: Laszlo Peter pointed out that
12891 includes were installed in the wrong dir
12892
Daniel Veillardf5498f32001-06-25 15:08:36 +000012893Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12894
12895 * doc/html.xml: warn against sending code to exhibit bugs.
12896
Daniel Veillard56f06462001-06-24 21:34:03 +000012897Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12898
12899 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
12900 Tru64 from Thomas Leitner
12901
Daniel Veillardc5d64342001-06-24 12:13:24 +000012902Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12903
12904 * AUTHORS: added William and Bjorn
12905 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
12906 daniel@veillard.com hopefully I won't have to do this again
12907 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
12908 docs can be rebuilt cleanly now
12909 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
12910 from CVs it's generated, added include/libxml/xmlwin32version.h
12911 also generated but which should change far less frequently.
12912 * catalog.c nanoftp.c: made sure to include libxml.h not
12913 libxml/xmlversion.h directly
12914 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
12915 when compiling on WIN32 and MSC
12916
Daniel Veillard07385fd2001-06-23 21:55:48 +000012917Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12918
12919 * include/Makefile.am include/libxml/Makefile.am configure.in:
12920 fixed make distcheck and rebuilding the rpms
12921
Daniel Veillardcd1d9442001-06-23 18:53:44 +000012922Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12923
12924 * configure.in: should finish the migration of exported includes
12925 into a real include/libxml in CVS, at least for CVS users.
12926 * removed the exported headers, added in include/libxml (as well
12927 as xmlversion.h.in).
12928
Daniel Veillard6dd8e052001-06-23 18:38:06 +000012929Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12930
12931 * configure.in: fixed the way to detect symlink
12932
Daniel Veillard66541772001-06-23 18:31:04 +000012933Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12934
12935 * configure.in: updated, include/libxml is now a real CVS dir
12936
Daniel Veillardca989762001-06-23 17:39:29 +000012937Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12938
12939 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
12940 version works with both libxml1 and libxml2 (it autodetects
12941 the prefix of the html-files) from Felix Natter.
12942 * doc/xml.html: updated doc accordingly
12943
Daniel Veillard8cf14d52001-06-23 16:32:46 +000012944Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12945
12946 * xpath.c: fixed the bug generating a template loop in libxslt
12947 when using docbook-xsl-1.4, * should filter out document nodes
12948 * HACKING: added William
12949 * TODO: updated
12950
Daniel Veillard7b06bcb2001-06-22 16:03:51 +000012951Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12952
12953 * doc/FAQ.html: added a warning about gcc-3.0
12954 * doc/xml.html: added reference to gdome2 and removed a confusing
12955 sentence
12956
Daniel Veillardf7f41852001-06-22 15:18:01 +000012957Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12958
12959 * xmlversion.h: okay this is a generated file, but Windows
12960 users need it and they can't generate it, and I want CVS
12961 Windows users ...
12962 * win32/libxml2/libxml2_so.dsp: Windows project file for
12963 the shared lib version of libxml2
12964 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
12965 resources needed for libxslt/xsltproc by Yon Derek
12966
Bjorn Reese3157b342001-06-22 14:41:45 +000012967Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
12968
12969 * trio.c: MSVC fix (provided by Igor Zlatkovic)
12970
Daniel Veillard4151acb2001-06-22 10:48:57 +000012971Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12972
Daniel Veillardcc146db2001-06-22 11:10:52 +000012973 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
12974
12975Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12976
Daniel Veillard4151acb2001-06-22 10:48:57 +000012977 * include/win32config.h: Yon Derek provided a first fix
12978 to be able to compile libxslt/xsltproc on Windows
12979
Daniel Veillardd79bcd12001-06-21 22:07:42 +000012980Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12981
12982 * xpath.c: attempt to work around what seemed a gcc optimizer
12983 bug when handling floats on i386 http://veillard.com/gcc.bug
12984 * tree.c entities.c encoding.c: doing some cleanups while
12985 chasing it
12986
Daniel Veillard017b1082001-06-21 11:20:21 +000012987Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12988
12989 * Makefile.am: cleanup when --without-debug is specified
12990 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
12991 w.r.t. --without-debug and other include points
12992 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
12993 Catalogs
12994 * configure.in entities.h tree.h HTMLparser.c: removed
12995 --without-corba, made the _private field mandatory
12996
Daniel Veillard87a764e2001-06-20 17:41:10 +000012997Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
12998
12999 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
13000 outputs a BOM in UTF8, an errata has been issued to avoid the
13001 problem, that was the most reasonable solution... Add support
13002 for a leading UTF8 BOM in entities.
13003
Daniel Veillard10ea86c2001-06-20 13:55:33 +000013004Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13005
13006 * valid.c: fixed a bug found when post validating an entity ref
13007 * xmllint.c: added --loaddtd and sligly changed --postvalid to
13008 activate it too
13009
Daniel Veillard39196eb2001-06-19 18:09:42 +000013010Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13011
13012 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
13013 weakness in the node copy the XPointer and the XInclude
13014 implementations. Serious cleanup.
13015
Daniel Veillard3739b982001-06-19 12:51:30 +000013016Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13017
13018 * Makefile.am: Kjartan Maraas provided a small patch to
13019 add xml2-config.in to EXTRA_DIST
13020
Daniel Veillarda9142e72001-06-19 11:07:54 +000013021Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13022
13023 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
13024 provided another failing case found in KDE, the way the
13025 ctxt->vctxt.nodeTab was allocated and freed changed over
13026 time but it wasn't completely cleaned up. This should fix it.
13027
Daniel Veillard3ed27bd2001-06-17 17:58:17 +000013028Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13029
13030 * parser.c: Stephan Kulow also raised the fact that line number
13031 could get miscounted making debug harder, fixed the problem
13032 in xmlParseCharData()
13033
Daniel Veillard64b98c02001-06-17 17:20:21 +000013034Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13035
13036 * valid.c: Stephan Kulow pointed out a problem when validating
13037 and using an empty entity, forgot a 'break' in a case.
13038
Daniel Veillarde3c81b52001-06-17 14:50:34 +000013039Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13040
13041 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
13042 * doc/xml.html: updated with 2.3.11
13043
Daniel Veillard4ec885a2001-06-17 10:31:07 +000013044Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13045
13046 * TODO: updated adding cleanup of generated doc
13047 * configure.in: prepared to release 2.3.11
13048 * xmllint.c: added --version for bug reporting
13049 * doc/html/*.html: rebuilt the doc
13050
Daniel Veillard8b8d2252001-06-16 21:24:56 +000013051Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13052
13053 * xpath.c: first part of the work on selecting namespace to
13054 fix bug #56115
13055
Daniel Veillard96ed5832001-06-15 22:22:04 +000013056Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13057
13058 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
13059 when using -liconv
13060 * TODO: updated
13061
Daniel Veillardc4f631d2001-06-14 11:11:59 +000013062Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13063
13064 * HTMLtree.[ch]: more work on the HTML serialization routnes,
13065 cleanup, encoding support.
13066
Daniel Veillard608ad072001-06-14 08:32:28 +000013067Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13068
13069 * xpath.c: Thomas Broyer suggested a better patch for the / arg
13070
Daniel Veillard239d0522001-06-13 23:02:48 +000013071Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13072
13073 * xpath.c: bug detected by Ankh when / is used as a function arg
13074
Daniel Veillard02bb1702001-06-13 21:11:59 +000013075Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13076
13077 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
13078 of element and use it to avoid outputting formatting spaces at
13079 the wrong place. Implemented the format parameter for HTML save.
13080 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
13081 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
13082 result/HTML/wired.html: of course this impact the result of a
13083 number of HTML tests
13084
Daniel Veillard95d845f2001-06-13 13:48:46 +000013085Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13086
13087 * HTMLtree.[ch]: started augmenting the HTML save API with
13088 encoding and formatting parameters
13089
Daniel Veillardeca60d02001-06-13 07:45:41 +000013090Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13091
13092 * HTMLtree.h: cleanup and started evaluating the work needed on
13093 revamping the HTML output code
13094
Daniel Veillard84666b32001-06-11 17:31:08 +000013095Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13096
13097 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
13098
Daniel Veillard8bdd2202001-06-11 12:47:59 +000013099Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13100
13101 * valid.c: fixed bug #56049, forgot one check in the
13102 validation routine
13103
Daniel Veillardca2366a2001-06-11 12:09:01 +000013104Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13105
13106 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
13107
Daniel Veillard6761eee2001-06-11 10:29:38 +000013108Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13109
13110 * libxml.h: fixed an error in last commit
13111 * doc/FAQ.html: added an entry for compilation from CVS
13112
Daniel Veillard9cc6dc62001-06-11 08:09:20 +000013113Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13114
13115 * xmlversion.h.in libxml.h: Cygwin patches
13116 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
13117 * tree.h: cleanup
13118
Daniel Veillardacd370f2001-06-09 17:17:51 +000013119Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13120
13121 * tree.c: patched xmlFreeNode() to avoid freeing() a static
13122 memory block in a strange case where libxml is linked twice
13123 in the binary.
13124
Daniel Veillard1d047672001-06-09 16:41:01 +000013125Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13126
13127 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
13128 state far too often, simple fix used to avoid it.
13129
Daniel Veillard4497e692001-06-09 14:19:02 +000013130Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13131
13132 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
13133 being processed, applied his patch
13134 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
13135
Daniel Veillardf3afa7d2001-06-09 13:52:58 +000013136Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13137
13138 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
13139 provided fixes to compile on MSCC again
13140 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
13141 also provided an update for the project files.
13142
Daniel Veillarda682b212001-06-07 19:59:42 +000013143Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13144
13145 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
13146 bug #55810
13147
Daniel Veillarde8fc08e2001-06-07 19:35:47 +000013148Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13149
13150 * tree.c: fixed xmlGetNsProp() to close bug #55683
13151 Note this requires libxslt to use it's own function instead.
13152
Daniel Veillardf0c53762001-06-07 16:07:07 +000013153Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13154
13155 * HTMLtree.c: when in a pre element no formatting space should
13156 be added.
13157 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
13158
Daniel Veillard068a9652001-06-07 15:30:26 +000013159Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13160
13161 * configure.in: added tests for signal() and signal.h
13162
Daniel Veillard541d6552001-06-07 14:20:01 +000013163Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13164
13165 * xpath.c: robert pointed out xmlXPathNINF was not initialized
13166
Daniel Veillard8a367d42001-06-07 14:01:34 +000013167Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13168
13169 * doc/libxml-doc.el: Felix Natter provided a new version for
13170 libxml2
13171
Daniel Veillard8a926292001-06-07 11:20:20 +000013172Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13173
13174 * HTMLtree.c: when in a pre element no formatting space should
13175 be added.
13176
Daniel Veillard14839d52001-06-06 16:11:56 +000013177Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13178
13179 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
13180
Daniel Veillarde95e2392001-06-06 10:46:28 +000013181Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13182
13183 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
13184 hack
13185 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
13186 * uri.c: fixed a warning
13187
Daniel Veillard6e93c4a2001-06-05 20:57:42 +000013188Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13189
13190 * HTMLtree.c: trying to close bug #55772 escaping in script
13191 elements
13192 * doc/xml.html: suggest to send mail to the list
13193
13194Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard1c43dbf2001-06-05 17:12:52 +000013195
13196 * error.c: attempt to fix the xmlGetVarStr breakage once and for
13197 good. Use a macro and based on the solution provided in
13198 vsnprintf manual page from GNU.
13199
Bjorn Reese99748722001-06-05 12:49:15 +000013200Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13201
13202 * error.c: Workaround for non-preserving variadic list.
13203 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
13204
Daniel Veillard2e4f1882001-06-01 10:11:57 +000013205Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13206
13207 * doc/xml.html: added 2.3.10 release
13208
Daniel Veillardb3a182e2001-06-01 09:28:09 +000013209Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13210
13211 * configure.in: releasing 2.3.10
13212
Daniel Veillard3c2758d2001-05-31 18:43:43 +000013213Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13214
13215 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
13216
Daniel Veillard20042422001-05-31 18:22:04 +000013217Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13218
13219 * encoding.c: Robert Collins provided a patch to add the
13220 "US-ASCII" encoding alias
13221
Daniel Veillard97ac1312001-05-30 19:14:17 +000013222Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13223
13224 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
13225 string oriented functions and started cleaning the related areas
13226 in xpath.c which needed fixing in this respect
13227
Daniel Veillard2d703722001-05-30 18:32:34 +000013228Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13229
13230 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
13231 #55380
13232 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
13233
Daniel Veillard9403a042001-05-28 11:00:53 +000013234Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13235
13236 * TODO: updated
13237 * nanohttp.[ch] : started adding APIs to get the redirected URL
13238 when this occurs (needed for further base computation
13239 * tree.h: cleanup
13240 * encoding.c: cleanup
13241 * SAX.c: minor change around ctxt->loadsubset
13242
Daniel Veillard6278fb52001-05-25 07:38:41 +000013243Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13244
13245 * Makefile.am include/Makefile.am: small change to have
13246 include/libxml rebuilt if working from CVS.
13247 * uri.c: applied another patch from Carl Douglas for URI escaping,
13248 this should close bug #51876
13249
Daniel Veillardd16df9f2001-05-23 13:44:21 +000013250Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13251
13252 * xinclude.c: fixed XInclude recursive behaviour bug #54678
13253 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
13254 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
13255 added specific regression test
13256 * parser.h: preparing for the XSLT mode where DTD inherited
13257 attributes are added to the tree.
13258
Daniel Veillardbbd22452001-05-23 12:02:27 +000013259Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13260
13261 * xinclude.[ch]: Updated the namespace for the Last Call version
13262 * result/XInclude/include test/XInclude/include: updated the
13263 testsuite accordingly
13264
Daniel Veillard8514c672001-05-23 10:29:12 +000013265Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13266
13267 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
13268 related to bug #51876
13269
Daniel Veillard42596ad2001-05-22 16:57:14 +000013270Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13271
13272 * tree.c: fixed a gross mistake in base computation, xml:base is
13273 not completely correct yet (need cascade).
13274 * xpath.[ch]: added the few things needed to find a function name
13275 and URI from the XPath context when it is called.
13276
Daniel Veillard81418e32001-05-22 15:08:55 +000013277Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13278
13279 * catalog.[ch]: fixes and add xmlLoadCatalogs()
13280 * DOCBparser.c: small cleanup
13281 * xmllint.c: added a --catalogs option to load catalogs from
13282 $SGML_CATALOG_FILES
13283 * tree.c: cleanup
13284 * configure.in: iconv library fixup, ICONV_LIBS
13285
Daniel Veillardaf86c7f2001-05-21 14:11:26 +000013286Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13287
13288 * catalog.c: handling of CATALOG entries. detection of recursion,
13289 and a few bugfixes
13290 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
13291 against the default namespace
13292
Daniel Veillard04b93292001-05-21 08:15:31 +000013293Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13294
13295 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
13296
Daniel Veillarda97a19b2001-05-20 13:19:52 +000013297Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13298
13299 * parser.c: fixed propagation context info when parsing an
13300 external entity.
13301 * doc/html/*.html: regenerated a couple of docs
13302
Daniel Veillard4623acd2001-05-19 15:13:15 +000013303Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13304
13305 * doc/xml.html: update with 2.3.9 informations
13306
Daniel Veillardbed7b052001-05-19 14:59:49 +000013307Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13308
13309 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
13310 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
13311 * doc/html/* : rebuilt the docs
13312 * valid.c: small patch which may improve some case when
13313 validating.
13314
Daniel Veillardf69bb4b2001-05-19 13:24:56 +000013315Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13316
13317 * HTMLparser.c: Closed bug #54891
13318 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
13319 to the suite
13320
13321Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13322
13323 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
13324 applied a documentation patch from LotR and filled in a few missing
13325 descriptions
13326
Daniel Veillard76d66f42001-05-16 21:05:17 +000013327Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13328
13329 * xpath.c tree.c parser.c: speed optimizations at the parser level
13330 document tree freeing and xpath evaluation
13331
Daniel Veillardfd7ddca2001-05-16 10:57:35 +000013332Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13333
13334 * parser.c parser.h parserInternals.h: fixed a couple of
13335 interfaces for handling memory buffer input to const char *
13336 upon suggestion of JamesH.
13337
Daniel Veillardc3739e72001-05-15 15:23:27 +000013338Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13339
13340 * configure.in: LoTR sent a patch fixing the previous commit
13341
Daniel Veillarda4f27e02001-05-15 12:41:29 +000013342Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13343
13344 * configure.in: trying to deal again with the stoopid -R linking
13345 flag of Solaris
13346
Daniel Veillard790142b2001-05-15 10:51:53 +000013347Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13348
13349 * xpath.h: two nodeset access macros from Thomas Broyer
13350
Daniel Veillardba0b8c92001-05-15 09:43:47 +000013351Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13352
13353 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
13354 patch from Thomas Broyer
13355
Daniel Veillarde62d36c2001-05-15 08:53:16 +000013356Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13357
13358 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
13359 case
13360 * INSTALL: was empty added stuff from the FAQ
13361
Daniel Veillard75bea542001-05-11 17:41:21 +000013362Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13363
13364 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
13365 attributes handling and #54433 by adding xmlUnsetProp()
13366 and xmlUnsetNsProp()
13367
Daniel Veillard0a2a1632001-05-11 14:18:03 +000013368Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13369
13370 * HTMLparser.c: Patch from Jonas Borgström
13371 (htmlGetEndPriority): New function, returns
13372 the priority of a certain element.
13373 (htmlAutoCloseOnClose): Only close inline elements if they
13374 all have lower or equal priority.
13375 * result/HTML: this of course changed a number of tests results.
13376
Daniel Veillard7d6fd212001-05-10 15:34:11 +000013377Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13378
13379 * xmlIO.c catalog.c: plugged in the default catalog resolution
13380 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
13381 documentations
13382 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
13383
Daniel Veillarda7374592001-05-10 14:17:55 +000013384Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13385
13386 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
13387 integrating catalogs
13388 * catalog.[ch] testCatalog.c: adding a small catalo API
13389 (only SGML catalog support).
13390 * parser.c: restaured xmlKeepBlanksDefault(0) API
13391
Daniel Veillardc17337c2001-05-09 10:51:31 +000013392Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13393
13394 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
13395
Daniel Veillard257d9102001-05-08 10:41:44 +000013396Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13397
13398 * parser.c: added xmlParseExternalEntityPrivate() to allow
13399 propagation of ctxt->_private when parsing external entities
13400
Daniel Veillard083c2662001-05-08 08:27:14 +000013401Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13402
13403 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
13404
Daniel Veillard01ef7382001-05-08 07:31:43 +000013405Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13406
13407 * configure.in: fixed a small portability problem with AM_CONDITIONAL
13408
Daniel Veillard4de4d3b2001-05-07 20:50:47 +000013409Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13410
13411 * valid.c: warn when indeterminist content model is detected
13412 * result/VC/ElementValid8: this adds a message
13413 * Makefile.am: add --novalid for VCM tests
13414 * parserInternals.c: added a call to Init memory
13415
Daniel Veillard64269352001-05-04 17:52:34 +000013416Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13417
13418 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
13419 when both parameters are NULL.
13420
Daniel Veillard37721922001-05-04 15:21:12 +000013421Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13422
13423 * valid.c: applied small patch from Gary Pennington, reindented
13424 some part of the code.
13425
Daniel Veillard3bbbe6f2001-05-03 11:15:37 +000013426Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13427
13428 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
13429 release, updated and regenerated the docs
13430
Daniel Veillard357c9602001-05-03 10:49:20 +000013431Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13432
13433 * xpath.c result/XPath/expr/floats : clarified and cleanup
13434 printing of abnormal floats in tests.
13435
Daniel Veillarda2bc3682001-05-03 08:27:20 +000013436Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13437
13438 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
13439 * results/HTML/ : a few changes in the output of the HTML tests as
13440 a result.
13441 * configure.in: tying to fix -liconv where needed
13442
Daniel Veillard2a0d2e62001-05-02 17:11:36 +000013443Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13444
13445 * Makefile.am: fixed a stupid error
13446
Daniel Veillard7150a032001-05-02 16:41:11 +000013447Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13448
13449 * configure.in Makefile.am: make the inclusion of the trio
13450 modules in the library conditional
13451
Daniel Veillardc057c5d2001-05-02 12:41:24 +000013452Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13453
13454 * DOCBparser.c: patche from László Kovács, fixed entities refs
13455 in attributes handling
13456
Daniel Veillardedddff92001-05-02 10:58:52 +000013457Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13458
13459 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
13460 flushing
13461
Daniel Veillardc8f620b2001-04-30 20:31:33 +000013462Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13463
13464 * xpath.c: fix of an XSLT namespace bug reported on the list
13465 general/bug-8-
13466
Daniel Veillard5792e162001-04-30 17:44:45 +000013467Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13468
13469 * strio.h trio.c: Dan McNichol suggested a couple of small
13470 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
13471
Daniel Veillard02141ea2001-04-30 11:46:40 +000013472Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13473
13474 * tree.c parser.c encoding.c: spent a bit more time looking
13475 at the parsing speed and DOM handling. Added a few more
13476 speedups.
13477
Daniel Veillard3ed155f2001-04-29 19:56:59 +000013478Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13479
13480 * parser.c: small but effective parsing speed improvement
13481
Daniel Veillardb59076b2001-04-29 17:04:07 +000013482Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13483
13484 * configure.in: default on the DocBook parser inclusion (for Gnome)
13485 * DOCBparser.h: fixed a header reference
13486
Daniel Veillardb45c43b2001-04-28 17:02:11 +000013487Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13488
13489 * configure.in xpath.c: applied Bjorn patches for FPE on the
13490 alpha
13491
Daniel Veillardeefd4492001-04-28 16:55:50 +000013492Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13493
13494 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
13495 xmlSaveFormatFileTo()
13496
Daniel Veillarde39a93d2001-04-28 14:35:02 +000013497Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13498
13499 * xpath.c: simple and efficient optimization, XPath functions
13500 aways bind to the same code, cache this
13501 * TODO: updated (by saying some is obsolete)
13502
Daniel Veillard2156a562001-04-28 12:24:34 +000013503Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13504
13505 * xpath.c: more cleanup work on XPath name parsing routines
13506
Daniel Veillard61d80a22001-04-27 17:13:01 +000013507Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13508
13509 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
13510 xmlXPathParseName
13511 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
13512 * debugXML.c: avoid compilation problems if compiling without
13513 HTML support, Igor Zlatkovic
13514 * win32/libxml2/libxml2.def.src: being able to compile without
13515 XPath on Windows
13516
Daniel Veillarddbb14a72001-04-26 20:54:01 +000013517Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13518
13519 * libxml.m4: yet another patch from Toshio Kuratomi
13520
Daniel Veillard2913e4c2001-04-26 19:29:02 +000013521Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13522
13523 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
13524
Daniel Veillard67fee942001-04-26 18:59:03 +000013525Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13526
13527 * tree.[ch]: added xmlSaveFormatFile interface for saving
13528 and indenting a file.
13529
Daniel Veillard82e49712001-04-26 14:38:03 +000013530Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13531
13532 * xpath.c: fixed bug #53689 related to processing-instruction()
13533
Daniel Veillard02f077a2001-04-26 10:59:11 +000013534Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13535
13536 * DOCBparser.c: patche from László Kovács
13537
Daniel Veillard30211a02001-04-26 09:33:18 +000013538Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13539
13540 * parser.c: applied fixes from Christian Glahn bug report #53391
13541
Daniel Veillard5a7c3452001-04-26 09:16:13 +000013542Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13543
13544 * error.c: Jean François Lecomte provided a complete description
13545 and a fix to bug #53537
13546
Daniel Veillard5c4ec4c2001-04-26 07:43:59 +000013547Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13548
13549 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
13550
Daniel Veillard1034da22001-04-25 19:06:28 +000013551Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13552
13553 * DOCBparser.c SAX.c: a bit more work on entities processing.
13554 Still Need to cleanup XML output and references in attributes
13555
Daniel Veillard4ec0b0f2001-04-25 15:53:40 +000013556Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13557
13558 * DOCBparser.c include/Makefile.am: two patches from László Kovács
13559
Daniel Veillardb33c2012001-04-25 12:59:04 +000013560Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13561
13562 * tree.c: trying to fix #53574, not completely complete,
13563 I would like xmllint --copy --debug test/ent1 and
13564 xmllint --debug test/ent1 to show the same result.
13565 * xpath.c: fix a bug when trying to sort namespace nodes
13566
Daniel Veillard5146f202001-04-25 10:29:44 +000013567Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13568
13569 * HTMLtree.c: real fix for #53402
13570
Daniel Veillard7533cc82001-04-24 15:52:00 +000013571Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13572
13573 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
13574 PIs when using xsl:output
13575 * valid.c: closing #53537 some case generate segfaults if there
13576 is validity errors
13577
Daniel Veillard61b33d52001-04-24 13:55:12 +000013578Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13579
13580 * SAX.c testDocbook.c DOCBparser.c: more work on the support
13581 of external parsed entities, added --noent to testDocbook
13582 * valid.c: Garry Pennington found an uninitialized variable
13583 access in xmlValidateElementContent()
13584
Daniel Veillard56098d42001-04-24 12:51:09 +000013585Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13586
13587 * HTMLparser.c : HTML parsing still sucks ... trying to deal
13588 with madness
13589 * result/HTML/ : this modified the result of the regression tests
13590 a lot.
13591
Daniel Veillard122376b2001-04-24 12:12:30 +000013592Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13593
13594 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
13595 to doc where it wasn't checked against NULL reported by
13596 Jens Laas
13597
Daniel Veillard43dadeb2001-04-24 11:23:35 +000013598Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13599
13600 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
13601 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
13602
Daniel Veillardeae522a2001-04-23 13:41:34 +000013603Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13604
13605 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
13606 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
13607 * SAX.[ch]: cleanup and updates for DocBook
13608 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
13609 ex SGML identifier changes
13610 * valid.c: removed a static unused function.
13611
Daniel Veillardde57c612001-04-23 09:13:36 +000013612Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13613
13614 * HTMLtree.c: applied change for Paul Sponagl on script saving
13615 * Makefile.am: the warning about entity title.xml are normal.
13616
Daniel Veillard393df012001-04-22 20:11:18 +000013617Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13618
13619 * configure.in: release of 2.3.7
13620 * Makefile.am: fixing make distcheck
13621
Daniel Veillarda41123c2001-04-22 19:31:20 +000013622Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13623
13624 * doc/html/* doc/xml.html: updated and regenerated the docs
13625
Daniel Veillardfd0c3eb2001-04-22 19:13:10 +000013626Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13627
13628 * xpath.c: fixed the XPointer problem introduced in 2.3.6
13629
Daniel Veillarde82a9922001-04-22 12:12:58 +000013630Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13631
13632 * tree.c: fixed #53388 with the provided patch
13633
Daniel Veillard06803992001-04-22 10:35:56 +000013634Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13635
13636 * valid.c: Bjorn detected an invalid memory access. Fixed
13637 vstateVPush()
13638
Daniel Veillard40af6492001-04-22 08:50:55 +000013639Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13640
13641 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
13642
Bjorn Reese70a9da52001-04-21 16:57:29 +000013643Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13644
13645 * libxml.h: new header used only for the compilation of libxml
13646 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
13647 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
13648 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
13649 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
13650 xmlmemory.c xpath.c xpointer.c: libxml.h integration
13651 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
13652 baseline (version 1.2 plus a single patch).
13653 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
13654 scientific notation for numbers. Tests added.
13655 * xpath.c: formatting of numbers changed to use sprintf
13656 (contribution from William Brack)
13657
Daniel Veillard34b1b3a2001-04-21 14:16:10 +000013658Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13659
13660 * valid.c: cleanup, more useful debugging
13661 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
13662 * xmlIO.c: entity loading is printed as an error when validating
13663
Daniel Veillard1c14b8d2001-04-21 10:28:59 +000013664Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13665
13666 * valid.c: fixed to validate within entities
13667 * test/VCM/v22.xml: added a specific testcase
13668
Daniel Veillardca1f1722001-04-20 15:47:35 +000013669Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13670
13671 * valid.c: forgot an epsilon transition in for ()+
13672 * test/VCM/v21.xml : added a specific test case
13673
Daniel Veillard85349052001-04-20 13:48:21 +000013674Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13675
13676 * valid.c: removed a state explosion exhibited by RSS
13677 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
13678 from bug #51872
13679
Daniel Veillarddab4cb32001-04-20 13:03:48 +000013680Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13681
13682 * valid.[ch] tree.h: worked *hard* to get non-determinist content
13683 validation without using an ugly NFA -> DFA algo in the source.
13684 Made a specific algorithm easier to maintain, using a single
13685 stack and without recursion.
13686 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
13687 * hash.c: made the growing routine static
13688 * tree.h parser.c: added the parent information to an
13689 xmlElementContent node.
13690
Daniel Veillarde470df72001-04-18 21:41:07 +000013691Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13692
13693 * SAX.c parser.c xpath.c: generating IDs when not validating
13694 from an external parsed entity was poisoning the ID has table
13695 with removed values. This was killing XSLT on the KDE help
13696 browser.
13697
Daniel Veillardceacdd92001-04-18 15:10:35 +000013698Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13699
13700 * entities.h: andrew@ugh.net.au detected a double declaration
13701
Daniel Veillarda10efa82001-04-18 13:09:01 +000013702Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13703
13704 * debugXML.c hash.c tree.h valid.c : some changes related to
13705 the validation suport to improve speed with DocBook
13706 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
13707 the way validation errors get reported
13708
Daniel Veillard1ed3f882001-04-18 09:45:35 +000013709Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13710
13711 * HTMLparser.c HTMLtree.c: applied part of the patches provided
13712 by P C Chow and William M. Brack for XSLT HTML output
13713
Daniel Veillard2d90de42001-04-16 17:46:18 +000013714Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13715
13716 * xmlversion.h.in win32config.h win32/libxml2/*: applied
13717 Igor Zlatkovic patches for MSC compilation and added his
13718 updates
13719
Daniel Veillarde043ee12001-04-16 14:08:07 +000013720Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13721
13722 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
13723 prefix lookup.
13724 * parserInternals.c: fixed the bug reported by Morus Walter
13725 due to an off by one typo in xmlStringCurrentChar()
13726
Daniel Veillarda3bfca52001-04-12 15:42:58 +000013727Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13728
13729 * HTMLparser.c result/HTML/*: revamped the way the HTML
13730 parser handles end of tags or end of input
13731
Daniel Veillard82daa812001-04-12 08:55:36 +000013732Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13733
13734 * tree.[ch] : added xmlDocCopyNode for gdome2 support
13735
Daniel Veillard67a21302001-04-11 14:39:16 +000013736Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13737
13738 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
13739 bug where the linktime verions of free() won't work ...
13740
Daniel Veillard27b55282001-04-11 12:22:25 +000013741Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13742
13743 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
13744
Daniel Veillardafc73112001-04-11 11:51:41 +000013745Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13746
13747 * doc/xml.html: added 2.3.6 release
13748
Daniel Veillardbdb9ba72001-04-11 11:28:06 +000013749Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13750
13751 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
13752 * result/wml.xml: resulted in a small output change
13753
Daniel Veillardd2f3ec72001-04-11 07:50:02 +000013754Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13755
13756 * tree.c: xmlNewDoc was missing the charset initialization
13757 * xmllint.c: added --auto to autogenerate a doc, allow to
13758 reproduce the problem fixed on xmlNewDoc
13759
Daniel Veillard1731d6a2001-04-10 16:38:06 +000013760Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13761
13762 * xpath.c: trying to get 52979 solved
13763 * tree.c result/ result/noent/: trying to get 52712 solved, this
13764 also made me clean up the fact that XML output in general should
13765 not add formating blanks by default, this changed the output of
13766 a few tests
13767
Daniel Veillard73639a72001-04-10 14:31:39 +000013768Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13769
13770 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
13771
Daniel Veillardfac26a12001-04-08 13:08:14 +000013772Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13773
13774 * configure.in: finally released 2.3.6
13775
Daniel Veillard911f49a2001-04-07 15:39:35 +000013776Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13777
13778 * xpath.c: checking for null pointer generated by new code
13779
Daniel Veillardd8df6c02001-04-05 16:54:14 +000013780Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13781
13782 * xpath.c: fixed a [] evaluation problem reported
13783 * test/XPath/tests/simpleaddr: extended test
13784 * result/XPath/simpleaddr: updated result
13785
Daniel Veillard3b2c2612001-04-04 00:09:00 +000013786Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13787
13788 * xmllint.c: Dan Timis reported a portability problem
13789 on Macs without mmap, fixed it.
13790
Daniel Veillardb38bd552001-04-03 18:22:00 +000013791Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13792
13793 * testXPath.c : added a --tree option allowing to display the
13794 tree dump of the XPath expression
13795
Daniel Veillard4dd93462001-04-02 15:16:19 +000013796Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13797
13798 * xpath.c: fixed a memleak when comparing nodesets
13799 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
13800 * tree.c: added a TODO
13801
Daniel Veillard92ad2102001-03-27 12:47:33 +000013802Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13803
13804 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
13805 we need string functions
13806 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
13807 to be able to use them where needed. Applied some changes
13808 to reduce name linking pollution and compile in only what's
13809 needed.
13810 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
13811 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
13812 for the string manipulation functions
13813 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
13814 to the free() function of xmlmemory.c
13815 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
13816 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
13817 usage.
13818
13819
Daniel Veillard2be30642001-03-27 00:32:28 +000013820Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13821
13822 * error.c: applied the context output patch of the error
13823 handling submitted by Chuck Griffith
13824 * error/VC/*: this slightly change some error logs
13825
Daniel Veillard50582112001-03-26 22:52:16 +000013826Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13827
13828 * parser.c: fixed line number reporting on error
13829
Daniel Veillard04be4f52001-03-26 21:23:53 +000013830Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13831
13832 * parser.c: Sullivan and Darin found a parser bug,
13833 applied the patch.
13834
Daniel Veillardc86a4fa2001-03-26 16:28:29 +000013835Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13836
13837 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
13838 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
13839 xmlversion.h.in xpointer.c: of course the way I defined
13840 UNUSED breaks on old gcc version. Try to be smart and
13841 also define it directly in xmlversion.h
13842 * configure.in: removed -ansi flag from the pedantic set
13843
13844Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard56a4cb82001-03-24 17:00:36 +000013845 Huge cleanup, I switched to compile with
13846 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
13847 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
13848 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
13849 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
13850 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
13851 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
13852 encoding.h entities.c error.c list.[ch] nanoftp.c
13853 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
13854 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
13855 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
13856 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
13857 Cleanup, staticfied a number of non-exported functions,
13858 detected and cleaned up a dozen of problem found this way,
13859 avoided a lot of public function name/typedef/system names clashes
13860 * doc/xml.html: updated
13861 * configure.in: switched private flags to the really pedantic ones.
13862
Daniel Veillardc7ad7ce2001-03-22 21:45:29 +000013863Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13864
13865 * configure.in: 2.3.5
13866 * doc/html/*: rebuilt the docs
13867
Daniel Veillard146c9122001-03-22 15:22:27 +000013868Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13869
13870 * parser.c: fixed a reported bug in NOTATION parsing
13871 * uri.c: accepted but not fixed bug 51876, added TODO
13872 * Makefile.am: fixed bug 51876
13873
Daniel Veillarda5f013b2001-03-22 12:44:45 +000013874Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13875
13876 * config.h.in configure.in error.c: fix a compilation problem
13877 on platforms without vsnprintf (xml@thewrittenword.com)
13878
Daniel Veillarde020c3a2001-03-21 18:06:15 +000013879Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13880
13881 * parser.c: fixed a function name header typo
13882 * SAX.c: notations can also occur in external subset.
13883
Daniel Veillard7d42b542001-03-20 13:22:46 +000013884Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13885
13886 * error.c: removed a C++ like comment
13887
Daniel Veillard0b6b55b2001-03-20 11:27:34 +000013888Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13889
13890 * parser.c: fixing bug 52299 strange condition leading
13891 to a parser crash due to a buffer overflow
13892 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
13893 added the specific test case
13894
Daniel Veillardfbf8a2d2001-03-19 15:58:54 +000013895Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13896
13897 * xpath.[ch]: still a lot of cleanup based on XSLT, added
13898 xmlXPathConvert{String,Number,Boolean} to be able to make
13899 type casts without a context stack, fixed some implementation
13900 problems related to the absence of context at parse-time,
13901 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
13902 in the public API too
13903 * xpointer.c xpathInternals.h: we need to know at parse time
13904 whether we are compiling an XPointer
13905
Daniel Veillardafcbe1c2001-03-19 10:57:13 +000013906Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13907
13908 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
13909 cleaned up the parser internals, refactored XPath code, added
13910 new compilation based APIs and cleanly separated public and
13911 private APIs.
13912
Daniel Veillardd007d6c2001-03-19 00:01:07 +000013913Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13914
13915 * xpath.h: the comp field must be added at the end to avoid
13916 killing binary compat.
13917
Daniel Veillard9e7160d2001-03-18 23:17:47 +000013918Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13919
13920 * Makefile.am: detect XPath memleaks in regreson tests
13921 * error.c: fixed and error w.r.t. error reporting still using
13922 stderr
13923 * hash.c: added new line at end of file
13924 * tree.h: minor cleanup
13925 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
13926 expression parsing from evaluation, resulted in a number of
13927 changes internally, and in XPointer. Likely to break stuff
13928 using xpathInternals.h but should remain binary compatible,
13929 new interfaces will be added.
13930
Daniel Veillardd574f782001-03-14 19:40:17 +000013931Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13932
13933 * configure.in: fixed a couple of problems reported by
13934 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
13935 without gcc on non linux platforms.
13936
Daniel Veillard0a6c3582001-03-14 19:15:37 +000013937Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13938
13939 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
13940 a fix for --with-html-dir= configure support. I hope it won't
13941 break rpm generation
13942
Daniel Veillarda022fe02001-03-14 16:30:00 +000013943Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13944
13945 * xmlIO.c: one function comment cleanup.
13946
Daniel Veillard25239c12001-03-14 13:56:48 +000013947Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13948
13949 * SAX.c: external subset notations were improperly registered
13950 in the internal subset.
13951
Daniel Veillard2c4754f2001-03-13 09:31:12 +000013952Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13953
13954 * README.cvs-commits: added, pointing to HACKING
13955 * HACKING: updated
13956
Daniel Veillard82ab81e2001-03-12 21:11:21 +000013957Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13958
13959 * parser.c: and Matt Sergeant found one in the XML push
13960 parser (erroneous check I forgot to remove when I fixed the
13961 main parser).
13962
Daniel Veillard68d7b672001-03-12 18:22:04 +000013963Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13964
13965 * xpath.c: ptittom found a small bug in UnaryExpr
13966
Daniel Veillarde356c282001-03-10 12:32:04 +000013967Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13968
13969 * configure.in: bumped to 2.3.4
13970 * error.c: fixed bug #51860
13971 * tree.c: fixed bug #51861
13972 * valid.c: cleanup, more debug, failed to fix one bug crap ...
13973 * tree.[ch] : added xmlDefaultBufferSize
13974 * nanoftp.c: typo in function name header block
13975 * doc/xml.html : updated, added link to XML::LibXSLT
13976 * doc/html/* : rebuilt the docs
13977
Daniel Veillard80f32572001-03-07 19:45:40 +000013978Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13979
13980 * parser.c SAX.c: the new content parsing code raised an
13981 ugly bug in the characters() SAX callback. Found it
13982 just because of strangeness in XSLT XML Rec ouptut :-(
13983
Daniel Veillard6c831202001-03-07 15:57:53 +000013984Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13985
13986 * Makefile.am: Martin Baulig suggested to add -lm
13987 * tree.c: found another bug in xmlNodeGetContent()
13988
Daniel Veillard4af6b6e2001-03-06 08:33:38 +000013989Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13990
13991 * xpath.c: Bjorn found the error related to strictness of comparison.
13992
Daniel Veillard29631a82001-03-05 09:49:20 +000013993Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13994
13995 * parser.c: trying to fix the Dtd parsing problem reported
13996 by Gary, side effect of last week speed optimizations.
13997
Daniel Veillard14be0a12001-03-03 18:50:55 +000013998Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13999
14000 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
14001 * parserInternals.c: removed unneeded test raised by Stric
14002
Bjorn Reesee1dc0112001-03-03 12:09:03 +000014003Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
14004
14005 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
14006 and fixed by William Brack). Added xmlXPathFormatNumber.
14007 Changed the sorting slightly.
14008 * configure.in Makefile.am example/Makefile.am: Added -lm.
14009 Please note that applications linking with libxml2, must
14010 also like with the math library from now on.
14011
Daniel Veillardf9533d12001-03-03 10:04:57 +000014012Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14013
14014 * HTMLparser.c: fixed loop reported by Marc Sanfacon
14015
Daniel Veillard2f362242001-03-02 17:36:21 +000014016Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14017
14018 * parser.c: one must report spaces even if the Dtd element
14019 content proves that this is not part of the element content.
14020 * result/valid/*.xml: this changed the ouptu slightly
14021
Daniel Veillardb402c072001-03-01 17:28:58 +000014022Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14023
14024 * configure.in: bumped to 2.3.3
14025 * doc/xml.html: updated
14026
Daniel Veillard77851712001-02-27 21:54:07 +000014027Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14028
14029 * tree.c: minor doc fix
14030 * xpath.c: deallocation issues when a result tree has been
14031 converted to a node-set
14032
Daniel Veillardec70e912001-02-26 20:10:45 +000014033Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14034
14035 * doc/xml.html: oops corrected dates s/2000/2001
14036
Daniel Veillard8730c562001-02-26 10:49:57 +000014037Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14038
14039 * valid.c: new patch from Gary Pennington
14040
Daniel Veillard91e9d582001-02-26 07:31:12 +000014041Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14042
14043 * doc/xml.html: applied patch from Ankh
14044
Daniel Veillardedac3c92001-02-26 01:36:19 +000014045Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14046
14047 * xinclude.c: fixed a problem building on Mac
14048
Daniel Veillard21a0f912001-02-25 19:54:14 +000014049Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14050
14051 * parser.c: more work on increasing parsing ferformances
14052
Daniel Veillard48b2f892001-02-25 16:11:03 +000014053Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14054
14055 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
14056 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
14057 avoiding memcpy in production builds MEM_CLEANUP macro use
14058 * parser.[ch] parserInternals.c: optimizations of the tightest
14059 internal loops inside the parser. Better checking of I/O
14060 flushing/loading conditions
14061 * xmllint.c : added --timing
14062
Daniel Veillard71681102001-02-24 17:48:53 +000014063Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14064
14065 * configure.in: bumped to 2.3.2
14066 * doc/xml.html: updated for release
14067
Daniel Veillardbbd51d52001-02-24 03:07:03 +000014068Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14069
14070 * xpath.c: found a memleak and fixed a nasty bug
14071
Daniel Veillardf7cd4812001-02-23 18:44:52 +000014072Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14073
14074 * xmllint.[c1] : added return code errors for xmllint
14075 * xpath.c: specific debug dump function for result value trees
14076
Daniel Veillard4b637072001-02-21 21:52:55 +000014077Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14078
14079 * xpath.c: finally implemented xmlXPathCompareNodeSets
14080 * test/XPath/expr/floats results/XPath/expr/floats: added
14081 a test for float expressions
14082
Daniel Veillardf714aa32001-02-21 03:07:44 +000014083Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14084
14085 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
14086 * parserInternals.[ch]: trying to speed up parsing
14087 * xpath.c : speeded up node set equality op
14088
Daniel Veillarde0c3a622001-02-19 18:05:20 +000014089Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14090
14091 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
14092 better handling of ID/IDREF and the list modules associated
14093 * configure.in: small CFLAGS cleanup
14094
Daniel Veillarda8abee62001-02-19 15:14:59 +000014095Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14096
14097 * configure.in: fixed iconv detection on AIX (stric)
14098
Daniel Veillardbca64ef2001-02-19 22:20:01 +000014099Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard88f8f6f2001-02-19 10:00:53 +000014100
14101 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
14102
Bjorn Reesefd9b09b2001-02-18 16:51:25 +000014103Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
14104
14105 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
14106 and optimized xmlXPathNodeSetSort
14107
Daniel Veillard142adbf2001-02-17 13:21:05 +000014108Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14109
14110 * xpath.c: bug fix when context size is 0
14111 * parser.c: I like Norm's Dtd because they still manage to break
14112 the parser occasionally
14113
Daniel Veillardf23e0092001-02-16 13:21:29 +000014114Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14115
14116 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
14117
Daniel Veillarde0e26512001-02-16 00:11:46 +000014118Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14119
14120 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
14121 attributes within the XML-1.0 namespace
14122
Daniel Veillard6e6a6cc2001-02-15 15:55:44 +000014123Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14124
14125 * xpathInternals.h: exported a few axis functions
14126 * doc/xml.html: updated the doc
14127
Daniel Veillard760f4422001-02-15 14:59:48 +000014128Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14129
14130 * configure.in: applied patch from Daniel van Balen for OpenBSD
14131 and bumped version to 2.3.1
14132 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
14133 attempt to find autoclosing was simply broken, removed it,
14134 updated the examples, this is better
14135
Daniel Veillardd194dd22001-02-14 10:37:43 +000014136Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14137
14138 * hash.[ch]: added Paolo Casarini patch to provide Delete from
14139 hash functionnalities.
14140 * doc/html/* : rebuild the doc
14141
Daniel Veillardf41fbbf2001-02-13 17:05:35 +000014142Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14143
14144 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
14145 on predicate
14146 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
14147 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
14148 really want to have tags closed on output even if we accept
14149 unclosed ones on input
14150
Daniel Veillard5dd2f0a2001-02-12 17:36:05 +000014151Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14152
14153 * xpath.c: ouch don't free NULL, rare case fixed
14154 * tree.c: don't coalesce text nodes if they don't have the
14155 same behaviour wrt escaping on output
14156
Daniel Veillardd12b69d2001-02-11 20:17:31 +000014157Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14158
14159 * xpath.c: small fixup
14160 * SAX.c: don't warn on empty namespaces.
14161
Daniel Veillard6a2e4062001-02-08 10:31:33 +000014162Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14163
14164 * README: a bit of cleanup
14165 * configure.in: preparing for 2.3.0 release
14166
Daniel Veillard1f83d392001-02-08 09:37:42 +000014167Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14168
14169 * hash.[ch]: added a first version of xmlHashSize()
14170 * valid.c: another bug fix from Gary Pennington
14171
Daniel Veillard5eef6222001-02-07 18:24:48 +000014172Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14173
14174 * valid.c: couple of bug fixes pointed by Gary Pennington
14175 * HTMLtree.c: #if 0 cleanup
14176
Daniel Veillard2c257ec2001-02-06 13:29:07 +000014177Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14178
14179 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
14180 which removes a time consuming check of xmlXPathNodeSetAdd()
14181 and use it in places where we are sure to not break unicity
14182
Daniel Veillard0f2a53c2001-02-05 17:57:33 +000014183Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14184
14185 * xpath.c: bug fixes found from XSLT
14186 * tree.c: preserve node->name special values when copying nodes.
14187 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
14188 external subset are fetched when available but without full
14189 validation. Added xmlLoadExtDtdDefaultValue, need a function.
14190 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
14191 output with encoding disabled.
14192
Daniel Veillard2c833b62001-02-03 08:52:06 +000014193Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14194
14195 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
14196 xmlCheckFilename should not be called from xmlFileOpenW
14197 and xmlGzfileOpenW
14198
Daniel Veillardb6e7fdb2001-02-02 17:07:32 +000014199Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14200
14201 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
14202 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
14203 added the new tests for URI normalization
14204 * testURI.c: fixed stoopid bugs
14205 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
14206 the URI in the error messages are now properly normalized
14207
Daniel Veillardea28ce62001-02-02 08:20:19 +000014208Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14209
14210 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
14211
Daniel Veillarde99a4762001-02-01 04:34:35 +000014212Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14213
14214 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
14215
Daniel Veillard2b325a02001-01-31 20:46:31 +000014216Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14217
14218 * xpath.c: fixed mod operator
14219
Daniel Veillardde55cf62001-01-31 15:53:13 +000014220Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14221
14222 * parser.c: fixed xmlStrcat doc
14223 * tree.c: 2 fixes form Anders Carlson for copying nodes and
14224 trees.
14225
Daniel Veillard2f913b72001-01-31 13:23:49 +000014226Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14227
14228 * xpath.c result/XPath/tests/chaptersbase
14229 result/XPath/tests/simplebase: fixed XPath node()
14230 * tree.c: small fix in xmlNewNs()
14231 * Makefile.am: removed extraneous xml2Conf.sh rule
14232
Daniel Veillardb42042b2001-01-28 07:40:36 +000014233Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14234
14235 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
14236 Changed the library name, in order to get libxml-devel and
14237 libxml2-devel to coexist on a single system
14238 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
14239 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
14240
Daniel Veillardee0a4662001-01-27 18:59:33 +000014241Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14242
14243 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
14244 libxml2-devel installable in // as libxml-devel.
14245
Daniel Veillard5eb05942001-01-27 17:50:22 +000014246Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14247
14248 * doc/Makefile.am: fixed make rebuild in doc
14249 * doc/html/*.html: rebuilt the docs
14250
Daniel Veillard65c295d2001-01-26 09:32:39 +000014251Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14252
14253 * tree.c: patch from Bjorn Reese on xmlBufferCCat
14254
Daniel Veillard8e199902001-01-25 18:54:39 +000014255Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14256
14257 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
14258 the HTML doc to go into the -devel RPM ...
14259 * aclocal.m4 config.h.in: some updates due to auto* magic
14260
Daniel Veillard93086662001-01-25 18:13:04 +000014261Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14262
14263 * xpath.h: added a hook in the context structure allowing to
14264 link to extra support, needed for XSLT
14265
Daniel Veillardf17e09b2001-01-25 13:55:35 +000014266Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14267
14268 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
14269 xmlXPtrCmpPoints to use it.
14270 * propagated the following patch from Alejandro Forero
14271 * include/win32config.h xmlIO.c: applied further suggestions
14272 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
14273 * example/gjobread.c: fixed warnings, now that it builds
14274
14275Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
14276
14277 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
14278
14279 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
14280 filename points to a valid file (not a directory).
14281 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
14282 Added calls to xmlCheckFilenameDir.
14283
14284 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
14285 `path' (rather than `filename') as the parameter to gzopen and open.
14286
Daniel Veillard48177c22001-01-23 15:27:41 +000014287Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14288
14289 * Makefile.am: fixed a problem with EXTRA_DIST
14290
Daniel Veillardb83ba402001-01-22 22:45:10 +000014291Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14292
14293 * Makefile.am example/Makefile.am: finally found the trick
14294 to build the example, i.e. add "." in SUBDIRS before example
14295 in the list <grin/>
14296
Daniel Veillard82687162001-01-22 15:32:01 +000014297Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14298
14299 * doc/xml.html: updated with an XSLT section, removed pointer to
14300 W3C CVS base.
14301
Daniel Veillard8a7642f2001-01-22 10:45:16 +000014302Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14303
14304 * xpath.c: when copying a XSLT tree object teh tree need to be copied
14305 too, and deallocation need to occur the same way.
14306
Daniel Veillarde4566462001-01-22 09:58:39 +000014307Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14308
14309 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
14310 type correponding to an XSLT result tree fragment. Share most
14311 of the data format with node set, as well as operators.
14312 * HTMLtree.c: added a newline at the end of the doctype output
14313 whe this one is not present initially.
14314 * tree.c: make sure taht the parent and doc pointers are properly
14315 set when copying attributes (lists).
14316
Daniel Veillard701c7362001-01-21 09:48:59 +000014317Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14318
14319 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
14320
Daniel Veillard5a2b6972001-01-20 21:15:50 +000014321Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14322
14323 * xpath.c: seems I finally killed that ugly path evaluation
14324 context bug (tagged 9999 in case is is wrong)
14325
Daniel Veillard8f4d9752001-01-19 05:32:34 +000014326Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14327
14328 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
14329 for XSLT
14330
Daniel Veillardd8aa7cb2001-01-18 15:21:36 +000014331Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14332
14333 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
14334 for xmlGzfileOpen() bug
14335
Daniel Veillardf6eea272001-01-18 12:17:12 +000014336Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14337
14338 * xpath.c: removed an error found by XSLT usage
14339 * tree.c parserInternals.h: use a predefined static string
14340 for text and comment nodes, avoid freeing them in xmlFreeNode,
14341 exported the string name in parserInternals.h and added
14342 another value to disable encoding at output (for XSLT),
14343 gain memory, time.
14344
Daniel Veillard8f2cc572001-01-17 08:19:35 +000014345Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14346
14347 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
14348 win32/libxml2/libxml2_so.dsp: new makefiles and update
14349 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
14350
Daniel Veillardf831bfb2001-01-16 17:26:04 +000014351Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14352
14353 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
14354 Gary Pennington
14355
Daniel Veillard389e6b72001-01-15 19:41:13 +000014356Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14357
14358 * xpath.c: fixed the comaprision of values and nodelists,
14359 need to compare nodelist still ...
14360 * debugXML.c: avoided a possible core dump
14361 * HTMLparser.c: cleanup
14362 * nanohttp.c: contributed fix.
14363 * tree.c: fixes in properties handling added xmlSetNsProp
14364 needed by libxslt
14365 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
14366 comment
14367 * TODO: updated
14368
Daniel Veillard167bd532001-01-06 21:09:34 +000014369Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14370
14371 * parser.c parserInternals.c: applied Bjorn Reese optimization
14372 patch
14373
14374Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14375
14376 * Makefile.am: applied patch fro make check from Martin Vidner
14377
Daniel Veillard503b8932001-01-05 06:36:31 +000014378Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14379
14380 * configure.in: preparing 2.2.11
14381 * doc/html/*: rebuild the HTML files
14382 * doc/xml.html : updated
14383
Daniel Veillardc2f4df22001-01-04 14:06:39 +000014384Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14385
14386 * tree.c: fixed a stupid bug
14387 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
14388 patches related to validation of an XInclude processing result
14389 * TODO: updated
14390
Daniel Veillarde2488192001-01-04 10:54:22 +000014391Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14392
14393 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
14394 on large files
14395
Daniel Veillardf060a412001-01-03 20:52:44 +000014396Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14397
14398 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
14399
Daniel Veillard45cff692001-01-03 18:02:04 +000014400Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14401
14402 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
14403 reported by Jonas Borgström
14404 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
14405
Daniel Veillard08108982001-01-03 15:24:58 +000014406Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14407
14408 * testXPath.c xpath.c: fixing the XPath union expressions problem
14409 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
14410
Daniel Veillard4a6845d2001-01-03 13:32:39 +000014411Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14412
14413 * xmllint.c: Made is so if the file name is "-" is will read form
14414 standard input. Sven Heinicke <sven@zen.org>
14415 * tree.c: fixed a problem when growing buffer
14416 * tree.h: fixed the comment of the node types following andersca
14417 comment
14418 * TODO: updated
14419
Daniel Veillarda6d8eb62000-12-27 10:46:47 +000014420Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14421
14422 * HTMLparser.[ch]: added a way to avoid adding automatically
14423 omitted tags. htmlHandleOmittedElem() allows to change the
14424 default handling.
14425 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
14426 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
14427 of xmllint too when using --memory flag, added a memory test
14428 suite at the Makefile level.
14429 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
14430 with namespace use when encountering QNames in XPath evalation,
14431 added xmlns() scheme in XPointer.
14432 * nanoftp.c : incorporated a fix
14433 * parser.c xmlIO.c: fixed problems raised with encoding when using
14434 the memory I/O
14435 * parserInternals.c: closed bug 25934 reported by
14436 torsten.landschoff@innominate.de
14437 * TODO: updated
14438
Daniel Veillarda1fe9102000-11-25 10:49:25 +000014439Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14440
14441 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
14442 on a non-updated tree :-(, made a 2.2.10 release to correct the
14443 situation
14444
Daniel Veillardce6e98d2000-11-25 09:54:49 +000014445Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14446
14447 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
14448 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
14449 integrated a set of OpenVMS changes from Howard Taylor
14450 <Howard.Taylor@pacoast.com>
14451
Daniel Veillard58770e72000-11-25 00:48:47 +000014452Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14453
14454 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
14455 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
14456
Daniel Veillardf62ceff2000-11-24 23:36:01 +000014457Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14458
14459 * HTMLparser.c: some fixes on auto-open of html/head/body
14460 * encoding.c: fixed a compilation error on some gcc env
14461 * xpath.c xpointer.[ch] xpathInternals.h: improved the
14462 XPointer implementation
14463 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
14464 related XPointer tests and associated results
14465
Daniel Veillard300f7d62000-11-24 13:04:04 +000014466Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14467
14468 * doc/xmldtd.html doc/xml.html: following a short step by step
14469 guidance on IRC to help maciej with DTDs I started a small
14470 page on the subject.
14471
Daniel Veillard748e45d2000-11-17 16:36:08 +000014472Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14473
14474 * HTMLparser.c: fixed handling of broken charrefs
14475 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
14476 patches
14477
Daniel Veillard28929b22000-11-13 18:22:49 +000014478Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14479
14480 * doc/xml.html doc/html/* : rebuilt the docs after adding
14481 xinclude and updated page for 2.2.7 and 2.2.8
14482 * configure.in: releasing 2.2.8
14483
Daniel Veillard41e06512000-11-13 11:47:47 +000014484Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14485
14486 * parser.[ch] parserInternals.c: applied the conditional
14487 section processing fix from Jonathan P Springer
14488 <jonathan.springer2@gte.net>
14489 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
14490 project file, fixed iconv default non support
14491 * xpath.c: fixed the problem of evaluating relative expressions
14492 when a node context is provided.
14493
Daniel Veillardbf432752000-11-12 15:56:56 +000014494Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14495
14496 * nanoftp.c: fixed gcc 2.95 new warnings
14497 * SAX.c: fixed a stupid bug
14498 * tree.c: fixed a formatting problem when round-tripping
14499 from/to memory
14500 * xinclude.c: chased memleak, fixed a base problem
14501 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
14502 xmlXPtrBuildNodeList()
14503 * TODO: updated
14504 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
14505 adding a first small set of regression tests for XInclude
14506
Daniel Veillardc2def842000-11-07 14:21:01 +000014507Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14508
14509 * nanohttp.[ch]: applied Wayne Davison patches to access
14510 the WWW-Authorization header.
14511 * parser.c: Closed Bug#30847: Problems when switching encoding
14512 in short files by applying Simon Berg's patch.
14513 * valid.c: fixed a validation problem
14514 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
14515 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
14516 Wayne Davison
14517 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
14518 need to be extended to non full nodes selections.
14519 * xinclude.c: starts to work decently
14520
Daniel Veillard9e8bfae2000-11-06 16:43:11 +000014521Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14522
14523 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
14524 debugXML.c xmlversion.h.in: Started adding XInclude support,
14525 this is a new xmllint option
14526 * tree.c xpath.c: applied TOM patches for XPath
14527 * xpointer.c: fixed a couple of errors.
14528 * uri.c: added an escaping function needed for xinclude
14529 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
14530 new warning from RH70 gcc's version
14531
Daniel Veillarda4964b72000-10-31 18:23:44 +000014532Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14533
14534 * HTMLparser.c: fixed loop on invalid char in scripts
14535 * parser.c: update to description of xmlIOParseDTD()
14536 * libxml.m4 xmlversion.h.in: changes contributed by
14537 Michael Schmeing <m.schmeing@internet-factory.de>
14538 * configure.in: preparing for 2.2.7
14539 * Makefile.am: trying to avoid config.h and acconfig.h
14540 being included in the distrib
14541 * configure.in: released 2.2.7
14542
14543Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14544
14545 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
14546 like namespaces for good. Unified xmlNs and xmlNode somewhat.
14547
Daniel Veillard01411222000-10-30 15:33:22 +000014548Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14549
14550 * parser.[ch]: added xmlIOParseDTD()
14551 * xpointer.c: added support for the 2 extra parameters of
14552 string-range, fixed a stoopid error when '0' was present
14553 in XPointer expressions
14554 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
14555 testsuite for the above
14556
Daniel Veillard6db58192000-10-30 09:27:53 +000014557Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14558
14559 * libxml.spec.in: improved package descriptions
14560
Daniel Veillarda5db68a2000-10-29 18:06:06 +000014561Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14562
14563 * xpath.c xpathInternals.h: applied a large cleaning patch
14564 from TOM <ptittom@free.fr>, it also add namespace support
14565 for function and variables registration.
14566
Daniel Veillardbd20df72000-10-29 17:53:40 +000014567Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14568
14569 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
14570 * Makefile.mingw: Wayne Davison's update adding hash.c
14571
Daniel Veillardc4f4f0b2000-10-29 17:46:30 +000014572Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14573
14574 * xpath.c: fixed the root evaluation problems
14575 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
14576 ignorable spaces with <b> <bold> <em>
14577 * tree.c: fixed a loop in xmlSearchNsByHref()
14578
Daniel Veillard767662d2000-10-27 17:04:52 +000014579Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14580
14581 * xpath.c: applied another XPath patch from TOM
14582 * xpath.c include/makefile.am: applied another patch from
14583 china@thewrittenword.com (cleanup on IRIX).
14584
Daniel Veillard211cc0a2000-10-27 11:49:33 +000014585Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14586
14587 * xml-config.1: received a fixed version from Fredrik Hallenberg
14588 <hallon@lysator.liu.se>
14589
Daniel Veillardf6bf9212000-10-26 14:07:44 +000014590Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14591
14592 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
14593 cleanup patch for XPath
14594
Daniel Veillardd6d7f7b2000-10-25 19:56:55 +000014595Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14596
14597 * patched to redirrect all "out of context" error messages to
14598 a reconfigurable routine. The changes are:
14599 * xmlerror.h : added the export of an error context type (void *)
14600 an error handler type xmlGenericErrorFunc there is an interface
14601 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
14602 to reset the error handling routine and its argument
14603 (by default it's equivalent to respectively fprintf and stderr.
14604 * all the c files: all wild accesses to stderr or stdout within
14605 the library have been replaced to calls to the handler.
14606
Daniel Veillard29a11cc2000-10-25 13:32:39 +000014607Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14608
14609 * configure.in: release 2.2.6
14610 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
14611 exporting the inner functions of xpath for extension modules
14612 * doc/*: updated and rebuilt the doc
14613
Daniel Veillardbe9ec4b2000-10-25 11:01:53 +000014614Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14615
14616 * nanohttp.c : applied Wayne HTTP cleanup patch
14617 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
14618 and xmlNodeSetSpacePreserve()
14619
Daniel Veillarddf7ef2a2000-10-25 10:11:55 +000014620Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14621
14622 * xpath.c: closing bug #29260
14623
Daniel Veillard126f2792000-10-24 17:10:12 +000014624Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14625
14626 * hash.[ch] debugXML.c: expanded/enhanced the API, added
14627 multikey tuples, made hash structure opaque
14628 * valid.[ch]: moved elements, attributes, notations decalarations
14629 as well as ID and refs to hash tables.
14630 * entities.c: hash cleanup
14631 * xmlmemory.c: fixed a dump problem in debug mode
14632 * include/Makefile.am: problem passing in DESTDIR= values patch
14633 from Marc Christensen <marc@calderasystems.com>
14634 * nanohttp.c: removed debugging remains
14635 * HTMLparser.c: the bogus tag should be ignored (Wayne)
14636 * HTMLparser.c parser.c: fixing a number of problems with the
14637 macros in the *parser.c files (Wayne).
14638 * HTMLparser.c: close the previous option when opening a new one
14639 (Marc Sanfacon).
14640 * result/HTML/*: updated the HTML results accordingly
14641
Daniel Veillard52afe802000-10-22 16:56:02 +000014642Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14643
14644 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
14645 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
14646 XPath functions and XML entities table to them. More to come...
14647 * xmlIO.c: fixed libxml closing FILEs it didn't open.
14648
Daniel Veillard683cb022000-10-22 12:04:13 +000014649Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14650
14651 * tree.c: coalesce adjacent text nodes
14652 * valid.c: handling of blank nodes in DTd validation (raised
14653 by problems with a posteriori validation).
14654 * nanohttp.c: changing behaviour on HTTP write stuff.
14655 * HTMLtree.c: forced body and html to be explicitely closed.
14656 * xpath.h: exported more XPath functions.
14657
Daniel Veillard1baf4122000-10-15 20:38:39 +000014658Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14659
14660 * Release of 2.2.5
14661 * xpointer.c: range() range-inside and other helper functions
14662 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
14663
Daniel Veillard47e12f22000-10-15 14:24:25 +000014664Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14665
14666 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
14667 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
14668
Daniel Veillardb732a0e2000-10-15 11:27:01 +000014669Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14670
14671 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
14672 and XPointer modules
14673
Daniel Veillard134c9f32000-10-15 10:27:08 +000014674Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14675
14676 * SAX.h: closed #25107
14677
Daniel Veillard39915622000-10-15 10:06:55 +000014678Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14679
14680 * testSAX.c: fixed problem with cdata reporting
14681 * SAXresult/* : updated
14682
Daniel Veillard1e851392000-10-15 10:02:56 +000014683Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14684
14685 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
14686 Closed bug #27499, added to regression tests
14687 * TODO: updated
14688
Daniel Veillard7eda8452000-10-14 23:38:43 +000014689Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14690
14691 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
14692 support for SCRIPT and STYLE with help from Bjorn Reese
14693 * test/HTML/* result/HTML/*: added simple testcase and updated
14694 the existing ones.
14695
Daniel Veillardff9c3302000-10-13 16:38:25 +000014696Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14697
14698 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
14699 string-range for empty strings
14700 * test/XPath/docs/str test/XPath/xptr/chaptersrange
14701 test/XPath/xptr/strrange: augmented the XPointer testsuite
14702
Daniel Veillard189446d2000-10-13 10:23:06 +000014703Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14704
14705 * doc/xml.html doc/xmlmem.html: added a module describing memory
14706 interfaces and use, updated the main page.
14707
Daniel Veillard2f971a22000-10-12 23:26:32 +000014708Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14709
14710 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
14711 nanoftp code work on Windows too now
14712
14713Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc2df4cd2000-10-12 23:15:24 +000014714
14715 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
14716 * xpointer.c: implemented string-range() at least a good first version
14717 * test/XPath/docs/str test/XPath/xptr/strrange
14718 result/XPath/xptr/strrange: the string-range() tests
14719
Daniel Veillardd3c68c42000-10-12 08:06:28 +000014720Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14721
14722 * Makefile.am include/Makefile.am include/win32config.h
14723 win32/Makefile.mingw: fixed problems reported by Wayne Davison
14724 and make distcheck
14725
Daniel Veillard19d61112000-10-11 23:50:35 +000014726Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14727
14728 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
14729 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
14730 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
14731
Daniel Veillardb0426ca2000-10-11 23:39:43 +000014732Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14733
14734 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
14735 patch for socklen_t detection by
14736 Albert Chin-A-Young <china@thewrittenword.com>
14737
Daniel Veillardcd429612000-10-11 15:57:05 +000014738Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14739
14740 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
14741 and added a --dtdvalid option to xmllint used to test it
14742
Daniel Veillard47c02452000-10-11 13:04:36 +000014743Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14744
14745 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
14746 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
14747
Daniel Veillard2d38f042000-10-11 10:54:10 +000014748Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14749
14750 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
14751 handlings (registration, lookup, cleanup)
14752
Daniel Veillardc8df0aa2000-10-10 23:50:30 +000014753Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14754
14755 * configure.in Makefile.am include/makefile.am: adding XPointer
14756 and XPtrtests target
14757 * xpointer.[ch] : new files for XPointer support
14758 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
14759 more XPath tests
14760
Daniel Veillard57fda592000-10-10 23:24:14 +000014761Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14762
14763 * configure.in: fixed, very broken, make distcheck works again
14764
Daniel Veillarde8282ed2000-10-10 23:01:31 +000014765Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14766
14767 * More work toward 2.2.5, integrated a number of patches
14768 * configure.in Makefile.am win32config.h.in: trying to cleanup
14769 make distcheck .... huh ...
14770 * include/Makefile.am include/win32config.h: new directory
14771 for includes
14772 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
14773 updated teh makefiles and instructions for WIN32
14774 * xpath.c: small fixes
14775 * test/XPath/ results/XPath: updated the testcases and results
14776 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
14777 suggested patches
14778 * valid.c: fixed an ID bug
14779
Daniel Veillardb71379b2000-10-09 12:30:39 +000014780Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14781
14782 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +000014783 the automake bug where wrong dependencies were generated.
Daniel Veillardb71379b2000-10-09 12:30:39 +000014784 * xpath.[ch]: worked on XPointer
14785
Daniel Veillard7e99c632000-10-06 12:59:53 +000014786Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14787
14788 * configure.in Makefile.am: 2.2.5, ship the include in an
14789 include/libxml subdirectory, use symlinks when using CVS
14790 * testSAX.c: fixed small bug
14791 * testXPath.c: changed the way testfiles are parsed
14792 * debugXML.c: same kind of cleanup when parsing an argument expression
14793 XPath/XPointers can have blanks embedded
14794 * xpath.[ch]: more cleanup, reorgs for XPointer work
14795 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
14796 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
14797
Daniel Veillard55b91f22000-10-05 16:30:11 +000014798Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14799
14800 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
14801 in the XPath engine, rewrote large parts of it, now it's far
14802 cleaner and in sync with the REC not an old WD. Fixed a parsing
14803 problem in the interactive XML shell found when testing XPath.
14804
Daniel Veillardac260302000-10-04 13:33:43 +000014805Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14806
14807 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
14808 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
14809 examples with the extra test
14810
Daniel Veillard7cfce322000-10-04 12:40:27 +000014811Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14812
14813 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
14814 the global init function.
14815
Daniel Veillard970112a2000-10-03 09:33:21 +000014816Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14817
14818 * HTMLparser.c: Doohhh, attribute name parsing was still case
14819 sensitive ! Fixed this ...
14820 * result/HTML/* : updated the tests results accordingly
14821
Daniel Veillard740abf52000-10-02 23:04:54 +000014822Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14823
14824 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
14825 engine, should be far more stable, incorporated a new version of
14826 preceding/following axis, need testing
14827 * uri.c: fixed file:///c:/a/b/c problem
14828 * test/XPath/tests/idsimple: augmented the XPath tests
14829
Daniel Veillard3bff2b02000-10-01 20:33:47 +000014830Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14831
14832 * doc/* rebuilding docs for 2.2.4 release
14833
Daniel Veillard8b5dd832000-10-01 20:28:44 +000014834Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14835
14836 * configure.in: releasing 2.2.4
14837 * parser.[ch]: added xmlStrEqual()
14838 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
14839 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
14840 use xmlStrEqual instead
14841 * TODO: updated
14842 * added an XPath test
14843
Daniel Veillardbc765302000-10-01 18:23:35 +000014844Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14845
14846 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
14847 * entities.h: exported xmlInitializePredefinedEntities
14848 * parser.[ch] : added xmlInitParser()
14849 * parserInternals.h : had to export htmlInitAutoClose()
14850
Daniel Veillardf09e7e32000-10-01 15:53:30 +000014851Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14852
14853 * xpath.[ch] : fixed some serious XPath Predicate evaluation
14854 problems
14855 * Makefile.am : added XPath regression tests to normal tests
14856 * uri.c: fixed a problem with local paths, cleanup
14857 * parser.c: fixed a problem with large CData sections
14858
Daniel Veillardd2ade932000-09-30 14:39:55 +000014859Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14860
14861 * configure.in xml-config.in: patch from "Ben Taylor"
14862 <sol7x86@hotmail.com> for solaris shared libs lookup
14863
Martin Bauligdd7d1f62000-09-29 23:17:57 +0000148642000-09-30 Martin Baulig <baulig@suse.de>
14865
14866 * libxml-2.0.pc.in: Provide pkg-config script.
14867
14868 * configure.in: Create the libxml-2.0.pc script from the
14869 libxml-2.0.pc.in templates.
14870 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
Martin Baulig1b478d12000-09-30 02:27:55 +000014871 script in `$(libdir)/pkgconfig'.
Martin Bauligdd7d1f62000-09-29 23:17:57 +000014872
Daniel Veillard4b0755c2000-09-25 14:26:28 +000014873Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14874
14875 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
14876 when compiling with MSC
14877
Daniel Veillard46057e12000-09-24 18:49:59 +000014878Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14879
14880 * xpath.c: patch for normalize-string() substring-before(),
14881 substring-after() and translate() functions from Bjorn Reese
14882 <breese@mail1.stofanet.dk>
14883 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
14884 Fredrik Hallenberg <hallon@lysator.liu.se>
14885 * TODO: updated
14886
Daniel Veillard281f8ff2000-09-24 08:12:14 +000014887Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14888
14889 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
14890 problem of socklen_t being undefined on a number of platforms
14891 * debugXML.c: fixed a compilation problem when without snprintf
14892
Daniel Veillard8ddb5a72000-09-23 10:28:52 +000014893Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14894
14895 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
14896 an URI bug and a fix for the control-character-induced infinite loop
14897 * nanohttp.c: preventive fix for compiling on WIN32
14898
Daniel Veillard64c20ed2000-09-22 16:07:02 +000014899Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14900
14901 * xmlint.c: closing bug #25000
14902
Daniel Veillardb656ebe2000-09-22 13:51:48 +000014903Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14904
14905 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
14906 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
14907 modified slightly Wayne Davison patch adding xmlStrcasecmp and
14908 related function, fixing xmlStrncmp(), and associated cleanup
14909 * result/HTML/entities.html.sax: updating result
14910
Daniel Veillard4fb87ee2000-09-19 12:25:59 +000014911Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14912
14913 * uri.c: applied patch for URI escaping from Wayne Davison
14914 <wayned@blorf.net>
14915 * tree.c parserInternals.c HTMLparser.c: memset checks patches
14916 from Denis Barbier <barbier@imacs.polytechnique.fr>
14917 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
14918 patch from Wayne Davison
14919
Daniel Veillardd5f97f82000-09-17 16:38:14 +000014920Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14921
14922 * doc/xml.html : updated with new releases, adding "how to help"
14923
Daniel Veillard04698d92000-09-17 16:00:22 +000014924Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14925
14926 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
14927 removed a few warnings in pedantic mode ...
14928 * parserInternals.c parser.c: moved encoding switching function
14929 to parserInternals.c
14930 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
14931
Daniel Veillarda2c6da92000-09-16 18:15:00 +000014932Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14933
14934 * HTMLparser.c parser.c: set ctxt->errNo before calling the
14935 error or warning handlers
14936
Daniel Veillardb1059e22000-09-16 14:02:43 +000014937Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14938
14939 * parserInternals.c parserInternals.h parser.c Makefile.am:
14940 created a new module parserInternals.c, moved most of the
14941 code shared by the various parsers there, as well as
14942 deprecated code from parser.c. More cleanup of parser.c
14943 * uri.c: fixed a problem when URI is NULL
14944 * valid.c: speedup when looking for an attribute declaration
14945
Daniel Veillard39c7d712000-09-10 16:14:55 +000014946Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14947
14948 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
14949 the cleanup of the computation of URI references when seeking
14950 external entities. The URI reference string and the resulting
14951 URI are both stored now.
14952 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
14953 large s(n)printf checks and cleanup from Denis Barbier
14954 <barbier@imacs.polytechnique.fr>
14955 * xmlversion.h.in tree.h: couple of SGML declarations for a
14956 possible docbook module.
14957 * result/VC/ : a couple of test output changed due to the change
14958 of the entities URI
14959
Daniel Veillardb513f5a2000-09-10 14:01:12 +000014960Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14961
14962 * parser.h: added a _private field for linking user's data
14963
Daniel Veillarddd477ce2000-09-10 13:23:08 +000014964Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14965
14966 * parser.c parserInternals.h: demacroified most of the IS_XXX
14967 the gain in size is significant so ...
14968
Daniel Veillard4b5b80c2000-09-08 18:54:41 +000014969Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14970
14971 * entities.c: cases where looking up entities with doc==NULL
14972 covered
14973
Daniel Veillard90e11312000-09-05 10:42:32 +000014974Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14975
Daniel Veillard1de50802000-09-07 08:54:32 +000014976 * uri.c: applied Wayne Davison patch
Daniel Veillard90e11312000-09-05 10:42:32 +000014977 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
14978
Daniel Veillard98a79162000-09-04 11:15:39 +000014979Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14980
Daniel Veillard1de50802000-09-07 08:54:32 +000014981 * uri.c testUri.c: applied Wayne Davison patches
Daniel Veillard98a79162000-09-04 11:15:39 +000014982 * test/URI/uri.data result/URI/uri.data: first set of tests/results
14983 * Makefile.in: added URItest and included thenin "make tests"
14984
14985Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard960aa532000-09-03 17:20:17 +000014986
14987 * xmlversion.h.in: closed bug 22941
14988
Daniel Veillard2bb89092000-08-31 14:57:50 +000014989Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14990
14991 * doc/xmlio.html: added doc and example for entity loader
14992 redefinition.
14993
Daniel Veillard96984452000-08-31 13:50:12 +000014994Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
14995
14996 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
14997 used by libxml
14998
Daniel Veillarde715dd22000-08-29 18:29:38 +000014999Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15000
15001 * parser.c: Fixed bug on invalid ontent characters and when using
15002 push.
15003 * xmllint.c: fixed xmllint endling of errors in push mode
15004
Daniel Veillard4948eb42000-08-29 09:41:15 +000015005Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15006
15007 * HTMLparser.c testHTML.c: applied two new patches from
Daniel Veillardbbe11b02000-09-23 07:07:40 +000015008 Wayne Davison <wayned@users.sourceforge.net>
Daniel Veillard4948eb42000-08-29 09:41:15 +000015009 * result/HTML/*.sax: regenerated HTML SAX output
15010 * parser.c: more cleanup.
15011
Daniel Veillarde010c172000-08-28 10:04:51 +000015012Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15013
15014 * HTMLparser.[ch] testHTML.c: applied the second set of
Daniel Veillardbbe11b02000-09-23 07:07:40 +000015015 patches from Wayne Davison <wayned@users.sourceforge.net>,
15016 adding htmlEncodeEntities()
Daniel Veillarde010c172000-08-28 10:04:51 +000015017 * HTMLparser.c: fixed an ignorable white space detection bug
15018 occuring when parsing with SAX only
15019 * result/HTML/*.sax: updated since the output is now HTML
15020 encoded...
15021
Daniel Veillard47f3f312000-08-27 22:40:15 +000015022Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15023
Daniel Veillardbbe11b02000-09-23 07:07:40 +000015024 * HTMLparser.[ch]: applied some of Wayne Davison
15025 <wayned@users.sourceforge.net> patches
Daniel Veillard47f3f312000-08-27 22:40:15 +000015026
Daniel Veillarde0854c32000-08-27 21:12:29 +000015027Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15028
15029 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
15030 undeclared namespace prefix was used, added a warning.
15031 Cleaned up support w.r.t. entities, spilling out a warning
15032 and being pedantic on lookups.
15033 * test/warning/ent9 : added testcase for previous example.
15034 * TODO: updated
15035 * parserInternals.h parser.c: changed the way names are parsed
15036 now allow infinite size and decrease penalty for normal use
15037 * parser.c: Started a big cleanup/check of the parser code,
15038 fixed some of the most tortuous entity code, spotted code
15039 unused anymore
15040 * test/*: added tests for very long names and related nasty
15041 things.
15042
Daniel Veillardf0cc7cc2000-08-26 21:40:43 +000015043Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15044
15045 * doc/encoding.html: added encoding aliases doc
15046 * doc/xml.html: updates
15047 * encoding.[ch]: added EncodingAliases functions
15048 * entities.[ch] valid.[ch] debugXML.c: removed two serious
15049 bottleneck affecting large DTDs like Docbook
15050 * parser.[ch] xmllint.c: added a pedantic option, will be
15051 useful
15052 * SAX.c: redefinition of entities is reported in pedantic mode
15053 * testHTML.c: uninitialized warning from gcc
15054 * uri.c: fixed a couple of bugs
15055 * TODO: added issue raised by Michael
15056
Daniel Veillard0d6b1702000-08-22 23:52:16 +000015057Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15058
15059 * doc/encoding.html: propagated Martin Duerst suggestions
15060
Daniel Veillard52402ce2000-08-22 23:36:12 +000015061Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15062
15063 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
15064 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
15065 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
15066 by Wayne Davison
15067
Daniel Veillard2f2bf412000-08-20 15:11:02 +000015068Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15069
15070 * nanoftp.c nanohttp.c: small cleanup
15071 * TODO: updated
15072
Daniel Veillard244ece92000-08-19 20:58:02 +000015073Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15074
15075 * added an old VC testcase and updated title.xml entity
15076
Daniel Veillardb8f25c92000-08-19 19:52:36 +000015077Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15078
15079 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
15080 done on auto-opening of <p> tags and cleanup of SAX output
15081
Daniel Veillard979e55e2000-08-19 16:48:54 +000015082Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15083
15084 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
15085
Daniel Veillard4540be42000-08-19 16:40:28 +000015086Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15087
15088 * doc/xml.html libxml.* structure.*: updated the doc a bit
15089
Daniel Veillard808a3f12000-08-17 13:50:51 +000015090Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15091
15092 * testSAX.c testHTML.c result/HTML/: cleanup of the output
15093 of SAX tests
15094
Daniel Veillard29579362000-08-14 17:57:48 +000015095Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15096
15097 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
15098 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
15099
Daniel Veillard1255ab72000-08-14 15:13:33 +000015100Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15101
15102 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
15103 * testHTML.c: fix core dump on Solaris 2.x systems
15104 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
15105 * result/HTML/*.sax: previous bug fix lead to new results
15106
Daniel Veillard03109292000-08-14 14:58:22 +000015107Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15108
15109 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
15110 * configure.in: added --with-readline=DIR to accept alternate
15111 path for readline include/library
15112 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
15113 for ANSI under HP-UX
15114 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
15115 includes @LIBS@
15116
Daniel Veillard7c29ce22000-08-12 21:20:53 +000015117Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15118
15119 * doc/* : rebuilt the docs
15120 * getting ready for 2.2.2 release
15121
Daniel Veillard87b95392000-08-12 21:12:04 +000015122Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15123
15124 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
15125 and xmlAddFeature()
15126 * tree.[ch]: added xmlAddChildList()
15127 * xmllint.c: MAP_FAILED macro test
15128 * parser.h: added xmlParseCtxtExternalEntity()
15129 * valid.c: applied bug fixes removed warning
15130 * tree.c: added CDATA block to elements content
15131 * testSAX.c: cleanup of output
15132 * testHTML.c: added SAX testing
15133 * encoding.c: better error recovery
15134 * SAX.c, parser.c: fixed one of the external entity processing
15135 of the OASis testsuite
15136 * Makefile.am: added HTML SAX regression tests
15137 * configure.in: bumped to 2.2.2
15138 * test/HTML/ result/HTML: added a few of HTML tests, and added the
15139 SAX results
15140
Daniel Veillard88a172f2000-08-04 18:23:10 +000015141Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15142
15143 * configure.in: patch for HP compiler
15144
151452000-08-04 Sven Heinicke <sven@zen.org>
15146
15147 * xmllint.c: Was coredumping sometimes when the file given didn't
15148 exist.
15149
Daniel Veillard46e370e2000-07-21 20:32:03 +000015150Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15151
15152 * parser.c xmlIO.[ch]: fixed the problem of encoding support
Daniel Veillard2f2bf412000-08-20 15:11:02 +000015153
Daniel Veillard46e370e2000-07-21 20:32:03 +000015154 when using in memory parsing. Need some cleanup.
15155 * xmllint.c configure.in: added a --memory flag to test memory
15156 parsing
15157
Daniel Veillard36650692000-07-21 15:16:39 +000015158Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15159
15160 * nanohttp.c: fixed socklen_t replacement to unsigned int
15161 * parser.c: fixed a space handdling missing at the end of
15162 production 28 DOCTYPE.
15163 * xmlmemory.c: fixed a stupid bug on the routine to override
15164 allocation functions
15165 * TODO: updated
15166
Daniel Veillarde46e20d2000-07-14 15:02:46 +000015167Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15168
15169 * doc/ regenerated the docs
15170
Daniel Veillard32bc74e2000-07-14 14:49:25 +000015171Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15172
15173 * doc/encoding.html doc/xml.html: added I18N doc
15174 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
15175 improvements, both parser and filters, added ASCII & HTML,
15176 fixed the ISO-Latin-1 one
15177 * xmllint.c testHTML.c: added/made visible --encode
15178 * debugXML.c : cleanup
15179 * most .c files: applied patches due to warning on Windows and
15180 when using Sun Pro cc compiler
15181 * xpath.c : cleanup memleaks
15182 * nanoftp.c : added a TESTING preprocessor flag for standalong
15183 compile so that people can report bugs more easilly
15184 * nanohttp.c : ditched socklen_t which was a portability mess
15185 and replaced it with unsigned int.
15186 * tree.[ch]: added xmlHasProp()
15187 * TODO: updated
15188 * test/ : added more test for entities, NS, encoding, HTML, wap
15189 * configure.in: preparing for 2.2.0 release
15190
Daniel Veillard49703262000-07-10 10:27:46 +000015191Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15192
15193 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +000015194 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard49703262000-07-10 10:27:46 +000015195
Daniel Veillard306be992000-07-03 12:38:45 +000015196Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15197
15198 * doc/xml.html: changed the xmlsoft.org structure, updated the
15199 examples w.r.t. root and childs
15200
Daniel Veillard7d853352000-07-02 18:53:09 +000015201Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15202
Daniel Veillard784b9352003-02-16 15:50:27 +000015203 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7d853352000-07-02 18:53:09 +000015204
Daniel Veillard365e13b2000-07-02 07:56:37 +000015205Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15206
15207 * HTMLparser.c: Work on character encoding support for the HTML parser
15208 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
15209 * encoding.c: Fixed a potential memleak in the encoding stuff
15210
Daniel Veillardaf743792000-07-01 11:49:28 +000015211Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15212
15213 * doc/FAQ.html doc/Makefile.am : added a FAQ
15214
15215Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardd83eb822000-06-30 18:39:56 +000015216
15217 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
15218 of the HTML parser to force it to not bypass SAX
15219
Daniel Veillard3f6f7f62000-06-30 17:58:25 +000015220Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15221
15222 * win32config.h.in: updated
15223 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
15224 lacks iconv support :-( need to release 2.1.1
15225 * configure.in: release 2.1.1
15226 * HTMLparser: fixed bug #14784
15227 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
15228 by Windows compiler
15229 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
15230 the SAX startDocument() callback.
15231 * TODO: updated
15232
15233Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15234
15235 * added xmlStopParser()
15236
Daniel Veillardbe803962000-06-28 23:40:59 +000015237Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15238
15239 * configure.in: 2.1.0 prerelease
15240 * Large resync between W3C and Gnome tree
15241 * nanoftp, nanohttp.c: fixed stalled connections probs
15242 * HTMLtree.c SAX.c : support for attribute without values in
15243 HTML for andersca
15244 * valid.c: Fixed most validation + namespace problems
15245 * HTMLparser.c: start document callback for andersca
15246 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
15247 * parser.h, SAX.c: serious speed improvement for large
15248 CDATA blocks
15249 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
15250 different encoding
15251 * example/Makefile.am example/gjobread.c tree.h: work on
15252 libxml1 libxml2 convergence.
15253 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
15254 and the LIBXML_TEST_VERSION macro
15255
Daniel Veillardc310d562000-06-23 18:32:15 +000015256Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15257
15258 * doc/xml.html: various patches and improvements typo fixed by
15259 Felix Natter
15260 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
15261 from Felix Natter <fnatter@gmx.net>
15262
Daniel Veillardf3029822000-05-06 08:11:19 +000015263Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15264
15265 * doc/upgrade.html: updated with instructions for support of both
15266 libxml-1.x and libxml-2.x
15267 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
15268 for 2.x support and also fixed includes
15269
15270
Daniel Veillard496a1cf2000-05-03 14:20:55 +000015271Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15272
15273 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
15274 the encoding support, added iconv support, so now libxml if
15275 compiled with iconv automatically support japanese encodings
15276 among others. Work based on initial patch from Yuan-Chen Cheng
15277 I may have broken binary compat in the encoding handler
15278 registration scheme, but that was so utterly broken I don't
15279 expect anybody to have used this feature until now.
15280 * parserInternals.h: fixup on the CHAR range macro
15281 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
15282 code.
15283 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
15284 * uri.c: added xmlParseURI() I can't believe I forgot to
15285 implement this one in 2.0 !!!
15286 * SAX.c: moved doc->encoding update in the endDocument() call.
15287 * TODO: updated.
15288
Daniel Veillard06047432000-04-24 11:33:38 +000015289Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15290
15291 * tree.h: removed extraneous xmlRemoveProp definition
15292 * TODO: added item about --disable-corba configure switch
15293 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
15294 * nanoftp.c: fixed include problems giving troubles on AIX and
15295 slowlaris
15296 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
15297 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
15298 comment and headers changes to lower gtk-doc number of warnings
15299 * doc/html/*: rebuilt docs
15300
Daniel Veillarde0aed302000-04-16 08:52:20 +000015301Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15302
15303 * HACKING: documented the tag for 1.x and instructions
15304
Daniel Veillard5e873c42000-04-12 13:27:38 +000015305Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15306
15307 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
15308 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
15309 xmlCreateIOParserCtxt
15310 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
15311 significant overall improvement
15312 * xmllint.c: added I/O test to xmllint
15313 * testSAX.c: added a speed test
15314 * doc/* : updated/regenerated
15315
Daniel Veillardfc708e22000-04-08 13:17:27 +000015316Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15317
15318 * xpath.c uri.h parserInternals.h: cosmetic changes from
15319 "Timur I. Bakeyev" <timur@bat.ru>, including making
15320 xmlCreateURI() public
15321
Daniel Veillard5d211f42000-04-07 17:00:24 +000015322Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15323
15324 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
15325 and the code at the same time. Added a clean mechanism for
15326 overload or added input methods: xmlRegisterInputCallbacks()
15327 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
15328 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
15329 * TODO: updated
15330 * doc/* : updated/regenerated
15331 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
15332 source dir
15333
Daniel Veillarde77a9182000-04-05 19:12:29 +000015334Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15335
15336 * testURI.c: yet another forgotten commit, I should get some sleep !
15337
Daniel Veillardce8b83b2000-04-05 18:38:42 +000015338Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15339
15340 * xmllint.c: forgot to commit this too ?
15341
Daniel Veillardb9df4042000-04-05 14:23:16 +000015342Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15343
15344 * xmlversion.h.in : forgot to commit this previously
15345
Daniel Veillard361d8452000-04-03 19:48:13 +000015346Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15347
15348 * configure.in: preparing libxml-2.0.0 version looks Ok so far
15349 * README TODO: updated for release
15350 * uri.c uri.h: added authority parsing/saving
15351 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
15352 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
15353 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
15354 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
15355 Makefile.am : added compile-time customization of libxml
15356 --with-ftp --with-http --with-html --with-xpath --with-debug
15357 --with-mem-debug
15358 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
15359 #include <libxml/xxx.h> I hope it won't break too much stuff
15360 and will be manageable in the future...
15361 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
15362 and added xmllint to the installed programs
15363 * uri.h: added xmlFreeURI()
15364
Daniel Veillardec303412000-03-24 13:41:54 +000015365Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15366
15367 * uri.c uri.h: finished the escaping handling, the base support
15368 and the URI path normalization. Looks good just lacks the
15369 authority content parsing code.
15370 * Makefile.am: added instructions to generate testURI
15371 * TODO: updated
15372 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
15373 added links and icons for W3C and Gnome
15374
Daniel Veillard8f621982000-03-20 13:07:15 +000015375Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15376
15377 * xmlmemory.[ch] : seems I forgot to actually update the files in
15378 the last commit :-)
15379 * doc/xml.html doc/html/* : updated and uploaded the docs
15380
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015381Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15382
15383 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
15384 * TODO: updated
15385 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
Daniel Veillard8f621982000-03-20 13:07:15 +000015386 libxml default allocation function with another set (like gmalloc/
Daniel Veillard3dd82e72000-03-20 11:48:04 +000015387 gfree).
15388 * Makefile.am, uri.c, uri.h: added a set of functions to do
15389 exact (litteraly copied from the RFC 2396 productions) parsing
15390 and handling of URI. Will be needed for XLink, one XML WFC,
15391 XML Base and reused in the nano[ftp/http] modules. Still work
15392 to be done.
15393
Daniel Veillardedfb29b2000-03-14 19:59:05 +000015394Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15395
15396 * configure.in, libxml.spec.in : libxml2
15397 * doc/* : updated the doc page, rebuilt the docs
15398
Daniel Veillardcf461992000-03-14 18:30:20 +000015399Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15400
15401 * all: tagged LIB_XML_1_X
15402 * *.c *.h : updated from W3C CVS tree
15403 * configure.in : 2.0.0-beta
15404 * libxml.spec.in : libxml2 package nam
15405 * result/* : new version of the tests output
15406
Daniel Veillardf13e1ed2000-03-06 07:41:49 +000015407Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15408
15409 * doc/xml.html, doc/update.html: updated docs, 1.8.7
15410
Daniel Veillardb566ce12000-03-04 11:39:42 +000015411Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15412
15413 * doc/* : rebuilt the docs
15414 * parser.c: final patch on #6766
15415 * valid.c: small patch on validity checks.
15416
Daniel Veillardfb76c402000-03-04 11:39:42 +000015417Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15418
15419 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
15420 added
15421 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
15422 compatibility w.r.t. XML spec and existing code.
15423
Daniel Veillard90fb02c2000-03-02 03:46:43 +000015424Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15425
15426 * parser.c: seems a better solution to <a> </a> exists,
15427 will try it for a while
15428
Daniel Veillard83a30e72000-03-02 03:33:32 +000015429Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15430
15431 * parser.c: tried to remove the <a> </a> generating <a/>
15432 this is hard. Left a flag for that purpose. Fixed bug #6766
15433 * configure.in: prepared 1.8.7 not released, due to previous
15434 problem
15435
Daniel Veillard88f00ae2000-03-02 00:15:55 +000015436Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15437
15438 * doc/xml.html : applied second patch from Paul DuBois
15439
Daniel Veillard402e8c82000-02-29 22:57:47 +000015440Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15441
15442 * doc/xml.html : applied patch from Paul DuBois
15443
Daniel Veillardd0f7f742000-02-02 17:42:48 +000015444Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15445
15446 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
15447
Daniel Veillard5feb8492000-02-02 17:15:36 +000015448Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15449
15450 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
15451 compilation warnings on various platforms.
15452 * parser.c: Fixed #5281 validity error callbacks are now desactived
15453 by default if not validating.
15454
Daniel Veillardf341f932000-02-02 14:52:08 +000015455Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15456
15457 * nanoftp.c, win32config.h.in: patches to compile on WIN32
15458
Daniel Veillard13c757e2000-02-01 23:59:15 +000015459Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15460
15461 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
15462 <gkatsi@cs.toronto.edu>
15463
Daniel Veillard726e8792000-01-30 20:04:29 +000015464Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15465
15466 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
15467 processing URLs
15468
Daniel Veillarde41f2b72000-01-30 20:00:07 +000015469Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15470
15471 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
15472 xmlNanoFTPUpdateURL for persistent control connections.
15473 * configure.in: 1.8.6
15474
15475Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15476
15477 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
15478 * tree.[ch] : added xmlSaveNoEmptyTags
15479
James Henstridgef3be9312000-01-28 13:59:21 +0000154802000-01-29 James Henstridge <james@daa.com.au>
15481
15482 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
15483
15484 * Makefile.am: added nanoftp.[ch] to the build.
15485
Daniel Veillardaeea04f2000-01-25 19:27:27 +000015486Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15487
15488 * nanoftp.[ch]: cleanup, comments, API
15489 * debugXML.c : fixed a bug in the cat command
15490 * doc/*: regenerated the docs
15491
Daniel Veillardda07c342000-01-25 18:31:22 +000015492Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15493
15494 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
15495 * debugXML.c : fixed a bug in the cat command
15496 * valid.c: fixing some small probs
15497 * libxml.spec.in: get rid of the SNAP suffix
15498 * doc/xml.html: updated the status
15499
Daniel Veillarde3d88ef2000-01-24 13:55:06 +000015500Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15501
15502 * xml-config.in: xml-config --version to just return the
15503 version number
15504 * xpath.c: some cleanup w.r.t. axis when the current node is
15505 an attribute.
15506 * TODO: updated
15507
Daniel Veillard461a66c2000-01-18 18:01:01 +000015508Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15509
15510 * configure.in: prepared for libxml-1.8.5
15511 * doc/* recompiled the documentation
15512
155132000-01-17 Jody Goldberg <jgoldberg@home.com>
15514
15515 * configure.in : WARNING autoconf subtlety alert :
15516 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
15517 when looking for zlib.h so that HAVE_ZLIB_H is defined.
15518 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
15519 get defined by AC_CHECK_HEADERS.
15520
Daniel Veillardf967b902000-01-17 16:06:10 +000015521Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15522
15523 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
15524 Rune.Djurhuus@fast.no
15525
Daniel Veillardad8f99d2000-01-15 14:20:03 +000015526Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15527
15528 * TODO: updated
15529 * tree.c, parser.c: made sure that only memory alloc problems
15530 and internal parser errors are allowed to write to stdout or
15531 stderr.
15532
Daniel Veillard0142b842000-01-14 14:45:24 +000015533Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15534
15535 * tree.c : restored xmlNewGlobalNs since this seems used by
15536 a lot of existing code :-(, fixed a bug in xmlNewNs
15537 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
15538 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
15539 to exit() from the library code.
15540 * xpath.c, parser.c: removed bugs or unused code detected by
15541 Windows compilers
15542 * parser.c: started adding interfaces for parsing well balanced
15543 XML fragments
15544 * configure.in: releasing 1.8.4
15545 * doc/* : rebuilt the docs
15546
Daniel Veillard2eac5032000-01-09 21:08:56 +000015547Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15548
15549 * tree.[ch] : added xmlNewDocFragment() for DOM
15550 * testHTML.c: uninitialized variable.
15551
Daniel Veillardf3a73582000-01-05 14:58:39 +000015552Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15553
15554 * doc/* : rebuild the docs
15555
Daniel Veillard71b656e2000-01-05 14:46:17 +000015556Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15557
15558 * acconfig.h: readline and history patch
15559 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
15560 * tree.c: added check and handling when possibly removing an ID
15561 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
15562 and saving.
15563 * test/HTML/entities.html result/HTML/entities.html* : test for
15564 various entities reference cases
15565 * result/HTML/* : as a result output of some testcase have
15566 changed
15567 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
15568 by previous example. added xmlParseTryOrFinish().
15569 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
15570 entities.h debugXML.h HTMLparser.h: changed the way struct are
15571 declared to allow gtk-doc to expose those
15572 * parser.c: closed bug #4960
15573 * Makefile.am configure.in: Applied patch from
15574 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
15575 and math/socket libs detection
15576
Daniel Veillard437b87b2000-01-03 17:30:46 +000015577Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15578
15579 * configure.in, Makefile.am: link tester against readline
15580 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
15581
Daniel Veillard686d6b62000-01-03 11:08:02 +000015582Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15583
15584 * tree.[ch]: added xmlRemoveProp
15585 * win32config.h.in nanohttp.c: avoid including the Windows
15586 socket stuff in every C files
15587 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
15588 the XmL parser(s)
15589 * test/ns4 result/ns4 etc...: added test case for previous prob
15590 * tree.c: xmlNewNs wasn't checking for double definition
15591 * Makefile.in: fixed a problem with dist-hook duplicates
15592 * parser.[hc], xmlIO.c: fixed the loading of external entities
15593 APIs, now xmlLoadExternalEntity() is used everywhere and
15594 setting up an app specific front-end using the
15595 * SAX.c parser.c: some fixes, now the xhtml spec validates
15596 with the xhtml DTD.
15597 * error.c: fixed crashes in case of no input stream
15598 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
15599 to the validation tests and results
15600
Daniel Veillard5e5c6231999-12-29 12:49:06 +000015601Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15602
15603 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
15604 too htmlCreatePushParserCtxt() and htmlParseChunk()
15605 * parser.c: a bit of cleanup.
15606 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
15607 to XML) removed the last mem leak known
15608 * HTMLtree.c: output message cleanup
15609 * xmlmemory.c: display content info about memory blocks
15610 * result/HTML/wired.* : missing att value warning change
15611
Daniel Veillardbe849cf1999-12-28 16:43:59 +000015612Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15613
15614 * doc/* : rebuilt the documentation
15615
Daniel Veillarddbfd6411999-12-28 16:35:14 +000015616Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15617
15618 * parser.[ch] parserInternals.h: Push parser for XML,
15619 seems to work fine now
15620 * tester.c debugXML.[ch]: Added an XML shell debug facility and
15621 --push for push testing
15622 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
15623 * testSAX.c: added --push
15624 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
15625 subtree
15626 * xmlIO.[ch] : enriched API + fixes for push mode
15627 * entities.[ch]: added the entity content length to the struct.
15628 * xmlmemory.[ch]: new API to show the last entries for the shell
15629 * valid.c: added required attribute testing
15630 * SAX.c: the cdata callback now merge contiguous fragments
15631 * HTMLparser.c: cleanup of some macros
15632
Daniel Veillard3c558c31999-12-22 11:30:41 +000015633Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15634
15635 * parser.c: fix for PIs name starting with xml
15636 * tree.c: fixed a potential problem with || and && ops
Daniel Veillardfef854d1999-12-22 11:31:10 +000015637 * *.c, configure.in win32config.h.in : generate win32config.h for
15638 those on the Other Side !
Daniel Veillard3c558c31999-12-22 11:30:41 +000015639
Daniel Veillard0caf07a1999-12-21 16:25:49 +000015640Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15641
15642 * parser.c: fixed a stupid = vs. == bug :-(
15643 * doc/gnome-xml.sgml: s/glade/xml/
15644
Daniel Veillard5cb5ab81999-12-21 15:35:29 +000015645Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15646
15647 * configure.in, doc/xml.html : bug fix release 1.8.2
15648 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
15649 Hopefully the end of that silly C++ include problem
15650 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
15651 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
15652 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
15653 troubles with autoclosed elements when the stree shape doesn't
15654 follow the DtD specs. Added htmlIsAutoClosed() and
15655 htmlAutoCloseTag()
15656 * result/HTML/*.htm*: Updated the HTML examples regression tests output
15657 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
15658 * debugXML.c: fixed a bug on printing default namespaces.
15659 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
15660
Daniel Veillardb24054a1999-12-18 15:32:46 +000015661Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15662
15663 * result/HTML/*.htm[l] : updated the HTML regression tests according
15664 to the new output
15665 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
15666 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
15667 problem due to intermix of extern "C" { ... } declarations for C++
15668 and recursive includes in the headers
15669
Chris Lahey323c48c1999-12-18 15:32:45 +0000156701999-12-20 Chris Lahey <clahey@umich.edu>
15671
15672 * HTMLtree.c: Made it so that html nodes with a single child do
15673 not insert a carriage return before or after the child node.
15674
Daniel Veillardb24054a1999-12-18 15:32:46 +000015675Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard262f9cb1999-12-18 15:32:45 +000015676
15677 * configure.in, doc/xml.html : bug fix release 1.8.1
15678 * parser.c: fixed bug #4344
15679 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
15680 added the glue to avoid C++ problems
15681 * doc/* : regenerated the documentation
15682
Daniel Veillard6d3bf1f1999-12-16 17:52:19 +000015683Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15684
15685 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
15686 namespace recognition, and Dia as a resul :-(
15687 * encoding.c: closed bug #3950
15688
Daniel Veillard944b5ff1999-12-15 19:08:24 +000015689Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15690
15691 * valid.c: debugging a posteriori validation, except URI expansion
15692 stuff this should be fixed now
15693 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
15694 Carl Nygard <cnygard@bellatlantic.net>
15695 * tester.c: added --postvalid, cleaning of the code
15696 * tree.[ch]: added xmlDocGetRootElement()
15697
Ramiro Estrugobfce3771999-12-15 04:32:07 +000015698Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
15699
15700 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
15701 c++ losage.
15702
Daniel Veillard10a2c651999-12-12 13:03:50 +000015703Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15704
15705 * configure.in, doc/xml.html : bumped to 1.8.0
15706 * xlink.[ch], Makefile.am : added framework for link detection
15707 * parser.h: added nbChars to parser context, needed for cleanup.
15708 * xmlmemory.c: removed a nasty bug when out of mem
15709 * valid.[ch]: adding namespace support for attribute decl
15710 * tester.c: added --debugent option
15711 * debugXML.[ch]: added xmlDebugDumpEntities()
15712 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
15713 buffers instead, this was really needed, validation was breaking
15714 in strange ways due to that. Added xmlParseStringPEReference()
15715 and other parsing from strings functions. Entities processing
15716 modified again, but PERef are still not handled correcly but
15717 unless you're Eve Maller you won't notice :-)
15718 * HTMLparser.c: large changes toward reliability, and switched to
15719 lowercase internal tags, XHTML is lowercase, so it will help
15720 that output is closer to next version.
15721 * doc/* : regenerated the documentation, it is now hosted at
15722 http://xmlsoft.org/ (same bits I just bought the domain :-)
15723
15724
Daniel Veillard294cbca1999-12-03 13:19:09 +000015725Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15726
15727 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
15728 doc generation
15729 * parser.c: fixed bugs #3908 and #3937 and a memory leak
15730 in the SAX API
15731 * doc/*: rebuilt the doc making sure everything appears in the
15732 HTML files
15733
Daniel Veillardf5c2c871999-12-01 09:51:45 +000015734Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15735
15736 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
15737 added the patch from Carl Nygard <cnygard@bellatlantic.net>
15738 which allow impressive speed improvement on dataset with
15739 large text pieces, but at the cost of broken binary
15740 compatibility and slightly bigger memory usage.
15741 Configure with --with-buffers to activate them, they
15742 are protected with XML_USE_BUFFER_CONTENT define.
15743 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
15744 goal is 0 memory left allocated once parser is no more used
15745 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
15746 call xmlCleanupParser() and xmlMemoryDump()
15747
Daniel Veillarda819dac1999-11-24 18:04:22 +000015748Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15749
15750 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
15751 * parser.[ch] encoding.[ch]: added memory cleanup routines
15752 * parser.c: closing bug #3788
15753 * doc/*: rebuilt the doc
15754
Daniel Veillard11a48ec1999-11-23 10:40:46 +000015755Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15756
15757 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
15758 xmlNewTextChild() and xmlSetCompressMode() behaviour.
15759 * tester.c: added --compress option
15760 * doc/*: rebuilt the documentation
15761
Daniel Veillard4c3a2031999-11-19 17:46:26 +000015762Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15763
15764 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
15765 if given /proc/kcore as input !
15766 * doc/xml.html doc/*: updated and rebuilt the documentation
15767
15768Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard07136651999-11-18 14:02:05 +000015769
15770 * parser.c: Fixed some wrongly space collapsing code due to
15771 a misreading of the spec.
15772 * result/*: fixed the output accordingly
15773
15774Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard7f858501999-11-17 17:32:38 +000015775
15776 * encoding.c: bug fix and typos
15777 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
15778 * parser.c: added attribute normalization closing bug #3597
15779 * test/att* result/att* SAXresult/att*: testcase for attribute
15780 normalization
15781
Daniel Veillardd7e200c1999-11-15 17:53:11 +000015782Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15783
15784 * configure.in: closing bug #3163 by adding extra flags for the
15785 cc compiler on HP-UX
15786
Daniel Veillard51e3b151999-11-12 17:02:31 +000015787Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15788
15789 * valid.[ch] : removed a typo and an enumerated type bug in the
15790 xmlAddElementDecl() function
15791 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
15792 call to xmlEncodeEntitiesReentrant() so that the functions
15793 New, Set and Get are at the same level.
15794 * parser.c HTMLparser.c: extra memory allocation bug for
15795 attributes detected by someone using libxml in embedded systems :-)
15796
Daniel Veillard962195f1999-10-28 15:51:53 +000015797Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15798
15799 * xmlmemory.h: turned off mem debug :-\
15800
Daniel Veillard35008381999-10-25 13:15:52 +000015801Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15802
15803 * parser.c: closed bug #2784 a one line fix, but worth pushing
15804 a new release out
15805 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
15806 some structures, comments before and after the
15807 main element, and other nastyness
15808 * HTMLtree.c tree.c: accomodate the extended HTML supported
15809 * configure.in: pushing 1.7.4
15810 * test/ent8 and related outputs : added a new test for bug #2784
15811 * test/HTML/wired.html and related output: a nasty HTML example
15812 * Makefile.am: improved the test scripts
15813 * docs/* : reran the documentation extractor, updated xml.html
15814
Daniel Veillard7c1206f1999-10-14 09:10:25 +000015815Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15816
15817 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
15818 HTMLparser and debugged the HTML related code. HTML documents
15819 now have their own type
15820 * entities.c: do not dump &apos; for HTML output
15821 * xmlmemory.c: improvement, breakpoint mechanism
15822 * testHTML.c: added --sax --repeat ...
15823 * Makefile.am: improved the HTML tests
15824 * valid.[ch]: added xmlValidGetValidElements and
15825 xmlValidGetPotentialChildren
15826 * tester.c: added --insert to test the 2 new functions
15827 * test//* result//* SAXresult//* : regression test cleanup
15828 and extension.
15829 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
15830 gnome-xml-nanohttp.html
15831
Daniel Veillard7d2c2761999-10-11 15:09:51 +000015832Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15833
15834 * HTMLparser.c: fixed problems with some autoclose tags
15835 * tree.c: fixed XML output problems.
15836 * result/* SAXresult/*: update of the tests output
15837
Daniel Veillard6077d031999-10-09 09:11:45 +000015838Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15839
15840 * Makefile.am: Arturo patch for xmlConf.sh version info
15841 * parser.c: Tim Josling patch for single quoted items
15842 * tester.c: Tim Josling patch for tester options usage
15843 * tree.h: indent cleanup
15844
Daniel Veillard2673d3c1999-10-08 14:37:09 +000015845Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15846
15847 * HTMLparser.c parser.h : Fixed problems with HTML parsing
15848 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
15849
Daniel Veillard00fdf371999-10-08 09:40:39 +000015850Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15851
15852 * tree.c : Raph patch for initialization of CORBA fields
15853 * parser.c, xpath.c, ...: modification of doc comments
15854 * xpath.c : allow spaces in xpath expressions
15855
Daniel Veillardad219441999-09-27 08:17:49 +000015856Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15857
15858 * xmlmemory.h: turning off memory debug :-(
15859
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015860Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15861
15862 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
15863 better SAX interfaces.
15864 * testSAX.c: uses the new SAX routine, avoid fetching any remote
15865 entity.
15866 * configure.in: 1.7.2
15867
15868Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard2f4dfc41999-09-24 14:03:48 +000015869
15870 * libxml.spec.in: fixed the URL
15871 * doc/xml.html: improved the documentation front-end
15872
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015873Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard335849b1999-09-23 23:08:42 +000015874
15875 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
15876
Daniel Veillard7a66ee61999-09-26 11:31:02 +000015877Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillarddd6b3671999-09-23 22:19:22 +000015878
15879 * libxml.spec.in: fixed the alpha compile problem
15880 * parser.[ch]: changed errno to errNo in the parser context :-(
15881 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
15882 * doc/xml.html: changed CHAR to xmlChar
15883 * doc/html/*: recompiled the documentation
15884 * configure.in: 1.7.1
15885
Daniel Veillard7f7d1111999-09-22 09:46:25 +000015886Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15887
15888 * parser.h: modified the parser context struct to regain 1.4.0
15889 binary compatibility
15890 * parser.c, xml-error.h: added errno ot teh context and defined
15891 a set of errors values with update of errno
15892 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
15893 DTDs and entities
15894 * *.h, *.c: complete cleanup of the use of config.h and include
15895 protection depending on the current setup.
15896 * overalll debugging, maintenance and bug-fixing on all modules
15897 * updated the documentation
15898 * ready for 1.7.0
15899
Daniel Veillardc08a2c61999-09-08 21:35:25 +000015900Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15901
15902 * HTMLparser.c : cleanup
15903 * SAX.c valid.c valid.h: added ID/IDREF checking
15904 * tree.c tree.h: extended doc structure for refs
15905 * configure.in: 1.6.2
15906 * parser.c: patched bug in SAX user arg call
15907 * parserInternals.h: patched missing close in C++ wrapping
15908 * testXPath.c xpath.c xpath.h: prepared for extensibility,
15909 especially upcoming XPointer implementation.
15910 * doc/xml.html: augmented, typo
15911
CEST 1999 Timur Bakeyev72bd1001999-09-04 20:50:25 +000015912Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
15913
15914 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
15915 not all invocations of install understand -d.
15916
CEST 1999 Timur Bakeyev6db3cb01999-09-04 20:25:14 +000015917Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
15918
15919 * Makefile.am: prepend all the test* calls with $(top_builddir) -
15920 to make 'check' works, when builddir != srcdir.
15921
Daniel Veillardc8eab3a1999-09-04 18:27:23 +000015922Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15923
15924 * doc/xml.html : updated the documentation
15925
Daniel Veillard6454aec1999-09-02 22:04:43 +000015926Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15927
15928 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
15929 not deallocated memory blocks
15930 * *.c : replaces all calls to malloc() free() and realloc() to
15931 the wrapper functions/macros
15932 * tree.c : removed memory leaks dues to calling xmlFreeNode()
15933 instead of xmlFreeNodeList()
15934
Daniel Veillard1ff7ae31999-09-01 12:19:13 +000015935Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15936
15937 * HTMLparser.c: corrected a stupid bug leading to core dump at
15938 tree deallocation. Removed warnings indicated by
15939 Stephane.Conversy@lri.fr
15940 * entities.c: Fixes Yet Another Stupid Bug, entities were not
15941 looked for in the external subset
15942
15943Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc26087b1999-08-30 11:23:51 +000015944
15945 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
15946 on SGI by Stephane.Conversy@lri.fr
15947
Daniel Veillardb96e6431999-08-29 21:02:19 +000015948Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15949
15950 * all .h : changed the prototype declaration indent as in gtk
15951 * most .c : working on reducing the TODOs in the code
15952 * most .c : cleanup though -pedantic and Insure++
15953 * improvements on validation ID checkings.
15954 * tree.[ch] SAX.c: added support for namespace on attributes #2022
15955 * xml-config.in: closed #1810
15956
15957Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard991e63d1999-08-15 23:32:28 +000015958
15959 * tree.h, valid.c, valid.h: more work on validity, IDs
15960 * xpath.c: added/fixed comparidon and equlity, added a new isinf
15961 definition for AIX
15962
Daniel Veillardb556eb51999-08-15 17:19:50 +000015963Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15964
15965 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
15966 the distribution due to a cut'n paste error at last commit
15967
Daniel Veillardb05deb71999-08-10 19:04:08 +000015968Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15969
15970 * configure.in: upgraded to version 1.4.0
15971 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
15972 Big update, added a large part of the validation process,
15973 it should be usable, but some parts are missing
15974 * xpath.c: improved the implementation w.r.t. root.
15975 * Makefile.am: added more tests
15976 * test and result trees: added a lot of tests
15977 * libxml.spec.in: export libxml.so.0 and libxml.so.1
15978
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000015979Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15980
15981 * Added an HACKING file
15982
Daniel Veillarde2d034d1999-07-27 19:52:06 +000015983Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
15984
15985 * xpath.[ch] : improvements and debug of the XPath implementation
15986 * parser.c, HTMLparser.c : modified the parsers to be progressive
15987 * tree.[ch] : extended the Buffer promitives
15988 * xmlIO.[ch] : added basic I/O routines providing progressive
15989 parsing and ready for I18N conversion plugins
15990 * SAXresult/* : the SAX callback sequence maybe slightly different
15991 now
15992 * test*.c : improved/updated the tests programs
15993 * doc/* : recompiled the docs.
15994
Daniel Veillard15b75af1999-07-26 16:42:37 +0000159951999-07-26 Michael Meeks <michael@edenproject.org>
15996
15997 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
15998
15999 * tree.c: Ditto.
16000
Daniel Veillard1566d3a1999-07-15 14:24:29 +000016001Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16002
16003 * configure.in: upgraded to version 1.4.0
16004 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
16005 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
16006 XML query language, see http://www.w3.org/TR/xpath for more details.
16007 * parser.c, parser.h: added CHAR* related string functions for XPath
16008 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
16009 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
16010 rebuild the docs.
16011 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
16012 and regression testing capabilities for XPath.
16013
Daniel Veillardd79d7871999-07-12 10:38:12 +000016014Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16015
16016 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
16017 closing bug #1646
16018
Daniel Veillardbe9e5951999-07-12 09:16:45 +000016019Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16020
16021 * Makefile.am, example/Makefile.am: closed bug #1683
16022
Daniel Veillard3166ab11999-07-11 16:14:19 +000016023Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16024
16025 * example/Makefile.am, configure.in: added the makefile for the
16026 gjobread example
16027
Tomasz Kłoczkoa75b6b31999-07-10 12:21:13 +000016028Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
16029
16030 * doc/Makefile.am:
16031 - fix which allow "make install DESTDIR=</install/prefix>".
16032
Daniel Veillard7cc3c041999-07-09 10:11:57 +000016033Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16034
16035 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
16036 which fixed a problem on the file reading-code.
16037
Daniel Veillard82150d81999-07-07 07:32:15 +000016038Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16039
16040 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
16041 output.
16042 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
16043
Daniel Veillard5233ffc1999-07-06 22:25:25 +000016044Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16045
16046 * parser.h : Oops removed the binary compatibility problem
16047 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
16048 * parser.c, HTMLparser.c: applied patches for reading from stdin
16049
Daniel Veillardbe70ff71999-07-05 16:50:46 +000016050Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16051
16052 * parser.c, entities.c, valid.c: cleanup bug #1591
16053 * configure.in: cleanup bug #1592
16054 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
16055 the same tree back-end. Hence gdome will be available for it.
16056 * doc/Makefile.am: close bug #617
16057
Daniel Veillard97fea181999-06-26 23:07:37 +000016058Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16059
16060 * parser.c: alloctate a per parser context SAX interface block
16061
Daniel Veillard14fff061999-06-22 21:49:07 +000016062Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16063
16064 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
16065 and xmlEncodeEntitiesReentrant with the correct one :-\
16066
16067Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16068
16069 * commit of my internal XML base changes, quite a lot of
16070 changes, cleanups, better entities support, framework for
16071 new I/O and charset detection and handling
16072 * Fixed the configure/Makefile stuff to generate shared libs
16073 with the proper version info, so we jumped on rev from
16074 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
16075 xmlEncodeEntities() result need to be freed now, and a string
16076 xmlParserVersion provide the current library version.
16077
Raph Levien05240da1999-06-15 21:27:11 +000016078Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
16079
16080 * parser.c: fixed a buffer overrun for when you have a very long
16081 attribute with no entities in it.
16082
Daniel Veillardbb2da581999-06-13 14:37:07 +000016083Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16084
16085 * added example directory
16086 * added example/gjobs.xml gjobread.c, still need a Makefile.in
16087
Daniel Veillard011b63c1999-06-02 17:44:04 +000016088Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16089
16090 * Release of libxml-1.1, nearly everything has been touched for
16091 this.
16092 * Added more regression tests
16093 * Updated the documentation
16094
Daniel Veillard27d88741999-05-29 11:51:49 +000016095Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16096
16097 * tree.[ch]: unified the XML_NO_CORBA defines.
16098 * parser.c encoding.[ch]: started plugging in char encoding detection
16099
Manish Vachharajani5e60f5a1999-05-29 03:04:30 +000016100Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
16101
16102 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
16103 Also freed allocated buffer.
16104
Daniel Veillard27d88741999-05-29 11:51:49 +000016105Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard5099ae81999-04-21 20:12:07 +000016106 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
16107 reentrancy problem at printing. One is left in entities.c, to
16108 remove ASAP
16109 * testSAX.c : added a test example showing the use of the SAX
16110 interface if one doesn't want to build the DOM tree.
16111 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
16112
Daniel Veillard517752b1999-04-05 12:20:10 +000016113Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16114
16115 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
16116 large revamping of the parser to use SAX callbacks
16117 http://www.megginson.com/SAX/ (or at least a C like interface
16118 a la Expat). It's now possible to set up your own callbacks
16119 and the parser will not build a DOM tree.
16120 * test/* result/*: updated the test suite, I finally removed
16121 the old Namespace draft support (PI based).
16122
Daniel Veillard87c83bd1999-04-02 16:04:43 +000016123Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16124
16125 * Makefile.am: added test result to EXTRA_DIST for make tests
16126
Daniel Veillard64068b31999-03-24 20:42:16 +000016127Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16128
16129 * parser.c, parserInternals.h: moved the chars macro definitions
16130 to parserInternals.h
16131 * parser.c, error.c: applied patches from "Knut Ã…kesson"
16132 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
16133
Daniel Veillard012ccc11999-03-23 10:11:11 +000016134Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16135
16136 * xml-config.in : applied patch to make --version work
16137
Raja R Harinatha86c23e1999-03-05 22:14:01 +0000161381999-03-05 Raja R Harinath <harinath@cs.umn.edu>
16139
16140 * Makefile.am (check-local): Alias for `tests' target. This will
16141 cause `make check' to do the right thing.
16142 (tests): Don't run tests in srcdir. Also, replaced calls to
16143 basename with a `sed' "equivalent".
16144
Daniel Veillardd109e371999-03-05 06:26:45 +000016145Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16146
16147 * Renamed error.h to xml-error.h, corrected Makefile.am to list
16148 it in the header and not the sources, updated the doc.
16149 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
16150 pointing this out.
16151
Daniel Veillardbc50b591999-03-01 12:28:53 +000016152Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16153
16154 * parser.c, parser.h, parserInternals.h: memory leak hunting,
16155 exported the inputStream routines.
16156 * doc/html/* : updated accordingly
16157
Daniel Veillardd692aa41999-02-28 21:54:31 +000016158Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16159
16160 * parser.c, parser.h, parserInternals.h: added a few extra
16161 internal calls to allocate and free parser contexts ...
16162 * doc/html/* : updated accordingly
16163
Daniel Veillard55a99271999-02-25 11:01:29 +000016164Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16165
16166 * configure.in, Makefile.am, doc/makefile.am : General changes for
16167 1.0.0 release and including the generated HTML documentation.
16168
Daniel Veillard35925471999-02-25 08:46:07 +000016169Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16170
16171 * makefile.am : added parserInternals.h, oops.
16172
Daniel Veillard1e346af1999-02-22 10:33:01 +000016173Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16174
16175 * parserInternals.h: added this header giving access to the parser
16176 internal functions.
16177 * doc/Makefile.am : added a rebuild target which rebuilds the full
16178 set of documentations
16179 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
16180 the internal subset.
16181 * *.c *.h: modifications needed to generate the documentation using
16182 gtk-doc, cleanup of functions blocks, reorganisation of struct
16183 declarations.
16184
Daniel Veillard1164e751999-02-16 16:29:17 +000016185Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16186
16187 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
16188 the tar and spec file to include the beginning of the doc.
16189
Nuno Ferreira03d04781999-02-13 00:07:17 +0000161901999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
16191
16192 * doc/.cvsignore: Added this file.
16193
Daniel Veillard6800ef31999-02-08 18:33:22 +000016194Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16195
16196 * tree.c: fixed xmlGetProp to return "" when the attribute
16197 exists, even if the node-list is NULL.
16198
Daniel Veillard726c7e31999-02-08 15:13:10 +000016199Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16200
16201 * tree.c: patched an error outputting empty attribute values.
16202 * Makefile.am and doc/makefile.am: have been updated during the
16203 week-end. Sorry for an empty CVS log, I got a shell problem.
16204
Daniel Veillard1899e851999-02-01 12:18:54 +000016205Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16206
16207 * tree.h: cleaned up using enums instead of defines
16208 * parser.c, valid.[ch]: more work on parsing/output of element
16209 declarations
16210
Daniel Veillard3b9def11999-01-31 22:15:06 +000016211Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16212
16213 * valid.[ch], tree.c, parser.c : more work toward full parsing
16214 of XML DTDs.
16215 * README: added informations about mailing-list and on-line
16216 documentation
16217
Raja R Harinath7eb5c4f1999-01-27 23:01:51 +0000162181999-01-27 Raja R Harinath <harinath@cs.umn.edu>
16219
16220 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
16221
Daniel Veillard39a1f9a1999-01-17 19:11:59 +000016222Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16223
16224 * parser.c, tree.[ch] : more work toward conformance testing,
16225 added a last element to accelerate parsing of very flat structures
16226 started working on internal subset Element content declaration.
16227 * valid.[ch] : first cut at adding code toward validation.
16228 * previous changes had also small impact on most files, especially
16229 the conformance testing using James Clark test suite.
16230
Daniel Veillard3c2c2ce1999-01-17 13:48:01 +000016231Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16232
16233 * test/* : updated the examples, most of them were not well
16234 formed (humm), and added rdf2.
16235 * result/* : resulting changes in the output.
16236
Daniel Veillard7c92c0a1998-12-06 18:08:28 +000016237Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16238
16239 * tree.c: changed the behaviour of xmlGetProp on NULL values.
16240
Daniel Veillard44b3a061998-12-05 17:27:22 +000016241Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16242
16243 * tree.c: patched a bug in the generation of empty attributes
16244
Daniel Veillardbe36afe1998-11-27 06:39:50 +000016245Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16246
16247 * entities.[ch], tree.[ch], tester.c: added copy interfaces
16248 for node/trees/documents/... Biggest problem is namespace
16249 support when copying subtrees.
16250
Daniel Veillard8cc0d1f1998-11-16 01:04:26 +000016251Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16252
16253 * parser.c, entities.c: improve entities and char ref encoding,
16254 and cleanups of error messages.
16255
Daniel Veillard242590e1998-11-13 18:04:35 +000016256Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16257
16258 * parser.c, entities.c: simple bug hunting done during rpm2html and
16259 rpmfind integration.
16260
Daniel Veillard42dc9b31998-11-09 01:17:21 +000016261Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16262
16263 * parser.[ch]: Added interfaces allowing to specify a SAX
16264 handler before parsing.
16265
Daniel Veillarde3bffb91998-11-08 14:40:56 +000016266Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16267
16268 * parser.c: redirrect all errors reporting through the SAX
16269 error function
16270
Daniel Veillardda4d3c41998-11-04 20:07:05 +000016271Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16272
16273 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
16274 * libtool, tlmain ...: update of the libtool files
16275
Miguel de Icaza442321c1998-11-04 18:13:38 +0000162761998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
16277
16278 * entities.c: Use g_snprintf insteda of snprintf.
16279
Daniel Veillard0ba4d531998-11-01 19:34:31 +000016280Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16281
16282 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
16283 added ent5 test for this purpose.
16284 * parser.c, parser.h: formatting, comments and UTF-8 planning.
16285
Daniel Veillard27271681998-10-30 06:39:40 +000016286Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16287
16288 * parser.c: fixed? a strange error due to compression on a GWP
16289 document.
16290
Daniel Veillard25940b71998-10-29 05:51:30 +000016291Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16292
16293 * tree.[ch]: bug fixing
16294 * entities.[ch]: defined a specific type for predefined entities
16295 * doc/xml.html: more documentation on the library, how to use it,
16296 overview of the interfaces.
16297
Daniel Veillard16253641998-10-28 22:58:05 +000016298Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16299
16300 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
16301
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016302Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16303
Daniel Veillard10c6a8f1998-10-28 01:00:12 +000016304 * tree.c: corrected a small bug
16305 * doc/xml.html: continuing writing documentation.
16306
16307Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16308
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000016309 * debugXML.h debugXML.c: added debugging utilities.
16310 * tester.c: added --debug switch.
16311 * tree.c: patched an incorrect node->type assignment.
16312 * parser.c: formatting, ensure that node->doc != NULL in attributes
16313
Daniel Veillardccb09631998-10-27 06:21:04 +000016314Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16315
16316 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
16317 entity support and provide an internal representation close to
16318 DOM one (entity ref nodes, and attribute value as tree). I tried
16319 to preserve the interface but this will surely break some apps
16320 (I have to change rpm2html/rpmfind for example). I had to change
16321 two interfaces, and the generated tree is somewhat different.
16322 * doc/* : started documenting the XML library, the tree and
16323 DOM/Corba. This is a first step.
16324
Daniel Veillard11e00581998-10-24 18:27:49 +000016325Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16326
16327 * parser.c: Set up the fonctions comment block, boring but useful.
16328 * parser.h, SAX.c, parser.c: now attributes are processed through
16329 the SAX interface. The problem is that my SAX interface diverged
16330 quite a bit from the original one, well this is not an official
16331 spec, and translating it from Java to C is hairy anyway...
16332
Daniel Veillard97b58771998-10-20 06:14:16 +000016333Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16334
16335 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
16336 fonctions comment block, boring but useful.
16337
16338Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard891e4041998-10-19 00:43:02 +000016339
16340 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
16341 conversion routines. However they are not yet used to convert the
16342 inputs. The core will run with UTF-8.
16343
Daniel Veillard33942841998-10-18 19:12:41 +000016344Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16345
16346 * tree.c : make sure that the type id is properly set-up when
16347 a new object is allocated, needed for DOM.
16348
Daniel Veillard27fb0751998-10-17 06:47:46 +000016349Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16350
16351 * tree.h, tree.c: Ok, the main objects in the tree will be native
16352 corba objects, it costs 8 bytes per Node, Attribute and Document
16353 but it simplifies the Corba integration a lot (no extra interface
16354 objects to allocate/free).
16355
Daniel Veillard0bef1311998-10-14 02:36:47 +000016356Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16357
16358 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
16359 and changed NODEs contants for conformity with DOM Level 1
16360
Daniel Veillard27864701998-10-08 03:47:24 +000016361Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16362
16363 * added hooks to keep track of servants when creating objects
16364 xmlDoc and xmlNode (for Corba export).
16365
Daniel Veillarda6e1d121998-10-04 14:41:05 +000016366Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16367
16368 * added xml-config script.
16369
Daniel Veillard7066a791998-10-01 20:28:28 +000016370Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16371
16372 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
16373 to autoupdate libtool and automake conf files.
16374
Miguel de Icaza60681bd1998-09-30 19:28:59 +0000163751998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
16376
16377 * Makefile.am: Use '?' to separate the sed
16378 commands as ',' is used when people pass -Wl,something.
16379
16380
Daniel Veillard15a8df41998-09-24 19:15:06 +000016381Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16382
16383 * tree.c, tree.h: added a per-document compression interface.
16384
Daniel Veillard151b1b01998-09-23 00:49:46 +000016385Tue Sep 22 20:47:38 EDT 1998
16386
16387 * tree.c, tree.h: added saving with compression and added interfaces
16388 to control the compression level (xmlGetCompressMode,
16389 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
16390
Daniel Veillard70120ff1998-09-22 00:24:21 +000016391Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16392
16393 * parser.c: corrected a loop for files of size 0
16394
Raja R Harinathd2e3abd1998-08-20 21:52:38 +0000163951998-08-20 Raja R Harinath <harinath@cs.umn.edu>
16396
16397 * error.h: New file. Contains prototyes from `error.c'.
16398
Tom Tromeyc19653d1998-08-14 01:22:43 +000016399Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
16400
16401 * Makefile.am (xmlincdir): New macro.
16402 (xmlinc_HEADERS): Renamed from include_HEADERS.
16403
Daniel Veillard845664d1998-08-13 04:43:19 +000016404Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16405
16406 * applied small patch on numeric entities from
16407 Christopher Blizzard <blizzard@appliedtheory.com>
16408
Daniel Veillard260a68f1998-08-13 03:39:55 +000016409Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16410
16411 * New release 0.2, removed the old xml_* files so that it's
16412 coherent with the other CVS base (W3C), far better conformance
16413 to standard, new namespaces, decent entities support, beginning
16414 of a SAX-like interface. Nearly nothing left intact, even the
16415 test examples ...
16416
Christopher Blizzarda36749e1998-07-30 21:47:18 +0000164171998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
16418
16419 * .cvsignore: Add .deps dir
16420
Daniel Veillardf8015fa1998-07-26 21:31:38 +000016421Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
16422
16423 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
16424
Daniel Veillardfe926001998-07-26 04:28:20 +000016425Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016426
Daniel Veillardfe926001998-07-26 04:28:20 +000016427 * configure.in: added test for CPP
16428 * AUTHORS, Changelog: the original ones didn't get commited but the
16429 glib ones instead, fixed.
16430 * Makefile.am: corrected an error in library naming
Daniel Veillard01791d51998-07-24 19:24:09 +000016431
Daniel Veillardfe926001998-07-26 04:28:20 +000016432Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000016433
Daniel Veillardfe926001998-07-26 04:28:20 +000016434 * integrated code developped at W3C
16435 * changed the original Copyright
16436 * migrated to automake
16437 * prefixed the filenames by xml_ to avoid filename clashes
Daniel Veillard01791d51998-07-24 19:24:09 +000016438