blob: a5f487ea2b4bdebefa49602c4d157f82fbc316eb [file] [log] [blame]
Daniel Veillard5ee43b02003-08-04 00:58:46 +00001Sun Aug 3 20:55:40 EDT 2003 Daniel Veillard <daniel@veillard.com>
2
3 * catalog.c: trying to fix #118754 of possible recursion in the
4 catalogs. Not fantastically happy about the current fix since
5 it's likely to break under very thread intensive concurrent
6 access to the catalog. Better solution might to keep the depth
7 an extra argument to the resolution functions.
8
Daniel Veillard7b68df92003-08-03 22:58:54 +00009Sun Aug 3 18:56:54 EDT 2003 Daniel Veillard <daniel@veillard.com>
10
11 * valid.c: fixed bug #118712 about mixed content, and namespaced
12 element names.
13 * test/valid/mixed_ns.xml result/valid/mixed_ns*: added a check
14 in the regression tests
15
William M. Brack779af002003-08-01 15:55:39 +000016Fri Aug 1 23:55:23 HKT 2003 William Brack <wbrack@mmm.com.hk>
17
18 Coninuing work on bug 118559
19 * DOCBparser.c: removed 2 unsed vars
20 * xmlregexp.c: changed some numeric const to their enum symbols
21 * xmlreader.c: changed one var define from int to enum
22 (a little more to be done, awaiting co-ordination)
23 * relaxng.c: deleted one unused var
24 * xmllint.c: deleted some unused vars, changed one arg
25 val from int to enum
26 * testHTML.c, testDocbook.c: changed some arg vals to enum const
27 * xmlIO.c: fixed typo from last night (small warning msg)
28
William M. Brack78637da2003-07-31 14:47:38 +000029Thu Jul 31 22:44:33 HKT 2003 William Brack <wbrack@mmm.com.hk>
30
31 Working on bug 118559
32 * error.c: deleted unused variable
33 * parserInternals.c: deleted unneeded 'const' qualifier
34 * parser.c: changed variable type for enum temp storage
35 * xmlIO.c: changed debugging var to be inside #ifdef
36 * valid.c: removed unused variable
37 * HTMLparser.c: removed some unneeded 'const' qualifiers
38 * xpath.c: added some type casts, removed some unused vars
39 * xinclude.c: added one type cast
40 * nanohttp.c: repositioned some #ifdef to avoid unused var
41 * nanoftp.c: removed unused var
42
Daniel Veillard97e01882003-07-30 18:59:19 +000043Wed Jul 30 14:57:55 EDT 2003 Daniel Veillard <daniel@veillard.com>
44
45 * HTMLparser.c: applied a patch from William Brack about
46 the problem of parsing very large HTML instance with comments
47 as raised by Nick Kew
48
Daniel Veillardd6038e02003-07-30 16:37:18 +000049Wed Jul 30 12:29:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
50
51 * xmlreader.c include/libxml/xmlreader.h: applying cleanup
52 patch from Bjorn Reese for xmlTextReaderNodeType() and
53 significant whitespace. There is an enum for node type
54 values now.
55
Daniel Veillard01fc1a92003-07-30 15:12:01 +000056Wed Jul 30 11:08:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
57
58 * encoding.c: applying patch from Peter Jacobi to added
59 ISO-8859-x encoding support when iconv is not available
60 * configure.in include/libxml/xmlversion.h.in
61 include/libxml/xmlwin32version.h.in: added the glue needed
62 at the configure level and made it the default for Windows
63
Daniel Veillardc2664642003-07-29 20:44:53 +000064Tue Jul 29 16:43:48 EDT 2003 Daniel Veillard <daniel@veillard.com>
65
66 * python/generator.py python/libxml.c python/libxml2class.txt:
67 patch from Joachim Bauch + cleanup for Relax NG error callbacks
68 in python
69
Daniel Veillarda6874ca2003-07-29 16:47:24 +000070Tue Jul 29 12:46:08 EDT 2003 Daniel Veillard <daniel@veillard.com>
71
72 * parser.c parserInternals.c tree.c: applied Peter Jacobi encoding
73 cleanup patch, and also avoided a possible memory leak
74
Daniel Veillard9ff7de12003-07-29 13:30:42 +000075Tue Jul 29 09:28:09 EDT 2003 Daniel Veillard <daniel@veillard.com>
76
77 * encoding.c: fix the previous commit
78
William M. Brack4a557d92003-07-29 04:28:04 +000079Tue Jul 29 12:28:17 HKT 2003 William Brack <wbrack@mmm.com.hk>
80
81 * HTMLparser.c: fixed problem with comments reported by Nick Kew
82 * encoding.c: added routines xmlUTF8Size and xmlUTF8Charcmp for
83 some future cleanup of UTF8 handling
84
Daniel Veillard9deb2422003-07-28 20:40:59 +000085Mon Jul 28 16:39:14 EDT 2003 Daniel Veillard <daniel@veillard.com>
86
87 * xpath.c: applied a change suggested by Sean Griffin in bug
88 #118494 about a memory leak in EXSLT
89
Daniel Veillardd94849b2003-07-28 13:02:24 +000090Sun Jul 27 14:30:56 EDT 2003 Daniel Veillard <daniel@veillard.com>
91
92 * relaxng.c: fixed a Relax-NG compilation/streaming bug introduced
93 when fixing the previous Relax-NG bugs
94 * result/relaxng/*: This slightly changes the output messages of
95 some regression tests.
96 * configure.in: added support of -with-fexceptions for nested C++
97 support.
98
MDT 2003 John Fleck63f3a472003-07-24 21:48:30 +000099Thu Jul 24 15:46:02 MDT 2003 John Fleck <jfleck@inkstain.net>
100
101 * doc/tutorial/apa.html
102 * doc/tutorial/apb.html
103 * doc/tutorial/apc.html
104 * doc/tutorial/apd.html
105 * doc/tutorial/ape.html
106 * doc/tutorial/apf.html
107 * doc/tutorial/apg.html
108 * doc/tutorial/aph.html
109 * doc/tutorial/ar01s02.html
110 * doc/tutorial/ar01s03.html
111 * doc/tutorial/ar01s04.html
112 * doc/tutorial/ar01s05.html
113 * doc/tutorial/ar01s06.html
114 * doc/tutorial/ar01s07.html
115 * doc/tutorial/ar01s08.html
116 * doc/tutorial/index.html
117 * doc/tutorial/ix01.html
118 * doc/tutorial/xmltutorial.pdf
119 * doc/tutorial/xmltutorial.xml
120 update tutorial with XPath example
121
122
Daniel Veillard597bc482003-07-24 16:08:28 +0000123Thu Jul 24 17:07:06 IST 2003 Daniel Veillard <daniel@veillard.com>
124
125 * SAX.c parser.c: fixing a bug about a special case of namespace
126 handling, this closes bug #116841
127
Daniel Veillard2134ab12003-07-23 19:56:29 +0000128Wed Jul 23 20:52:36 IST 2003 Daniel Veillard <daniel@veillard.com>
129
130 * relaxng.c result/relaxng/*: checked and fixed the compilation
131 of RNG schemas, fixes a couple of bugs #117097 and #117001 .
132 This slightly changes the output messages of some regression tests.
133
Daniel Veillardc127adc2003-07-23 15:07:08 +0000134Wed Jul 23 15:15:08 IST 2003 Daniel Veillard <daniel@veillard.com>
135
136 * xmlreader.c: fixed an out of bound error #118052 , the good
137 part if that base64 code was not in use yet ...
138
MDT 2003 John Fleck2ae05c72003-07-23 01:43:53 +0000139Tue Jul 22 19:42:15 MDT 2003 John Fleck <jfleck@inkstain.net>
140
141 * doc/xmllint.html
142 include html version of the xmllint man page, so an
143 up-to-date version is visible on the Web
144
Daniel Veillard8edf1c52003-07-22 20:52:14 +0000145Mon Jul 21 21:53:43 IST 2003 Daniel Veillard <daniel@veillard.com>
146
147 * xinclude.c include/libxml/xinclude.h: added a new API
148 xmlXIncludeProcessTree() to process XInclude only on a subtree
149 this should fix bug #115385
150
Daniel Veillard409a8142003-07-18 15:16:57 +0000151Fri Jul 18 17:11:42 CEST 2003 Daniel Veillard <daniel@veillard.com>
152
153 * relaxng.c include/libxml/relaxng.h: adding Get interface for
154 the error callback and parameters of parsing and validation
155 contexts
156 * xmlreader.c: patch to fix bug #117702 about incomplete Read()
157 on text nodes.
158
Daniel Veillard2dcb9372003-07-16 21:18:19 +0000159Wed Jul 16 23:15:53 CEST 2003 Daniel Veillard <daniel@veillard.com>
160
161 * parserInternals.c: patch from Dodji Seketeli about UTF16 BOM
162 when using the push XML parser.
163 * result/utf16bom.xml result/noent/utf16bom.xml test/utf16bom.xml:
164 added the test to the regression suite.
165
Daniel Veillard2009c4e2003-07-15 20:04:34 +0000166Tue Jul 15 22:03:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
167
168 * globals.c: add xmlThrDefMutex = NULL in xmlCleanupGlobals()
169 as suggested by Rob Richards
170
Daniel Veillard34ba3872003-07-15 13:34:05 +0000171Tue Jul 15 15:30:55 CEST 2003 Daniel Veillard <daniel@veillard.com>
172
173 * DOCBparser.c HTMLparser.c entities.c parser.c relaxng.c
174 xmlschemas.c xpath.c: removed some warnings by casting xmlChar
175 to unsigned int and a couple of others.
176
177Fri Jul 11 16:44:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
178
179 * xmlschemastypes.c: fixes a segfault on empty hexBinary strings
180
Daniel Veillard3dc93a42003-07-10 14:04:33 +0000181Thu Jul 10 16:02:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
182
183 * nanoftp.c nanohttp.c: cleanup patches from Peter Breitenlohner
184
Daniel Veillarddf101d82003-07-08 14:03:36 +0000185Tue Jul 8 16:02:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
186
187 * globals.c threads.c: fixes some problem when freeing unititialized
188 mutexes
189
Daniel Veillard2db8c122003-07-08 12:16:59 +0000190Tue Jul 8 14:15:07 CEST 2003 Daniel Veillard <daniel@veillard.com>
191
192 * nanoftp.c nanohttp.c: the modules should not import <config.h>
193 directly, some cleanups
194 * xmlschemas.c: Peter Sobisch found a nasty bug in the Schemas
195 validation code.
196
Daniel Veillard13d07cd2003-07-07 16:02:41 +0000197Mon Jul 7 18:00:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
198
199 * win32/configure.js: Jesse Pelton pointed out a problem in the
200 javascript code.
201
Daniel Veillard75eb1ad2003-07-07 14:42:44 +0000202Mon Jul 7 16:39:31 CEST 2003 Daniel Veillard <daniel@veillard.com>
203
204 * NEWS doc/*: regenerated
205 * nanoftp.c nanohttp.c: might fix includes problems with the
206 Ipv6 support on solaris
207 * tree.c: patch from Markus Keim about xmlHasNsProp() on attributes
208 defined as #IMPLIED
209
Daniel Veillard560c2a42003-07-06 21:13:49 +0000210Sun Jul 6 23:09:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
211
212 * configure.in doc/*: preparing release 1.5.8
213 * nanohttp.c: changed some preprocessor block
214 * xmlschemastypes.c: applied patch from Charles Bozeman adding
215 hexBinary schema datatype and adding support for totalDigits and
216 fractionDigits facets.
217
Daniel Veillard7a985a12003-07-06 17:57:42 +0000218Sun Jul 6 19:56:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
219
220 * debugXML.c xpath.c: fixed 2 bugs pointed in #116448
221
Daniel Veillardffe4f5e2003-07-06 17:35:43 +0000222Sun Jul 6 19:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
223
224 * xinclude.c: fixed bug #116095 removing the error message when
225 reapplying XInclude to a document.
226
Daniel Veillard1997c3e2003-07-05 20:43:43 +0000227Sat Jul 5 22:40:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
228
229 * xmlIO.c: applied small changes to portability layer for
230 compilation on DJGPP Ms-DOS compiler.
231
Daniel Veillardd9d32ae2003-07-05 20:32:43 +0000232Sat Jul 5 22:30:25 CEST 2003 Daniel Veillard <daniel@veillard.com>
233
234 * parser.c HTMLparser.c: use the character() SAX callback
235 if the cdataBlock ain't defined.
236 * xpath.c: fix bug #115349 allowing compilation when configured
237 with --without-xpath since the Schemas code needs NAN and co.
238
William M. Brack59002e72003-07-04 17:01:59 +0000239Sat Jul 5 00:51:30 HKT 2003 William Brack <wbrack@mmm.com.hk>
240
241 Fixed problem with multi-threading, shown by the test program
242 testThreads. After fix, ran mutiple tests on various speed
243 machines (single and dual processor X86), which all seem okay.
244
245 * catalog.c: added missing xmlRMutexUnlock in xmlLoadCatalog
246
247 * threads.c: added missing initialisation for condition variable
248 in xmlNewRMutex.
249
Daniel Veillardde2a67b2003-06-21 14:20:04 +0000250Sat Jun 21 16:10:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
251
252 Applying IPv6 patch from Archana Shah <archana.shah@wipro.com>
253 closing bug #114837
254
255 * configure.in: Added checks for IPv6 support and getaddrinfo().
256
257 * acconfig.h: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
258
259 * config.h.in: Defined HAVE_GETADDRINFO and SUPPORT_IP6.
260
261 * nanoftp.c: Structure xmlNanoFTPCtxt contains either sockaddr_storage
262 field or sockaddr_in field, depending upon the availability of IPv6
263 support.
264 have_ipv6(): Added to check for run-time IPv6 support.
265 (xmlNanoFTPScanURL), (xmlNanoFTPUpdateURL), (xmlNanoFTPScanProxy):
266 Modified to parse a URI with IPv6 address given in [].
267 (xmlNanoFTPConnect): Changed to use getaddrinfo for address
268 resolution, if it is available on the system, as gethostbyname
269 does not return IPv6 addresses on some platforms.
270 (xmlNanoFTPGetConnection): Modified type of dataAddr variable to
271 sockaddr_storage or sockaddr_in depending upon the IPv6 support.
272 Sending EPSV, EPRT or PASV, PORT depending upon the type of address
273 we are dealing with.
274
275 * nanohttp.c: (have_ipv6): Added to check for run-time IPv6 support.
276 (xmlNanoHTTPScanURL), (xmlNanoHTTPScanProxy): Modified to parse
277 a URI with IPv6 address given in [].
278 (xmlNanoHTTPConnectHost): Modified to use getaddrinfo if it is
279 available on the system. Also IPv6 addresses will be resolved by
280 gethostbyname only if IPv6 run-time support is available.
281 (xmlNanoHTTPConnectAttempt): Modified to deal with IPv6 address.
282
Igor Zlatkovic72f92a82003-06-14 16:48:26 +0000283Sat Jun 14 18:46:51 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
284
285 * win32/configure.js include/win32config.h
286 include/libxml/xmlversion.h.in: Applied the patch for BCB
287 by Eric Zurcher.
288
Daniel Veillardd7cec922003-06-13 12:30:10 +0000289Fri Jun 13 14:27:19 CEST 2003 Daniel Veillard <daniel@veillard.com>
290
291 * doc/Makefile.am doc/html/*: reverted back patch for #113521,
292 due to #115104 and while fixing #115101 . HTML URLs must not
293 be version dependant.
294
Daniel Veillard8265a182003-06-13 10:05:56 +0000295Fri Jun 13 12:03:30 CEST 2003 Daniel Veillard <daniel@veillard.com>
296
297 * entities.c: do not generate &quot; for " outside of attributes
298 * result//*: this changes the output of some tests
299
Daniel Veillard4e9b1bc2003-06-09 10:30:33 +0000300Mon Jun 9 12:28:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
301
302 * parser.c xmlIO.c: trying to fix #114277 about when file
303 remapping and escaping should really be attempted.
304
Daniel Veillarda37aab82003-06-09 09:10:36 +0000305Mon Jun 9 11:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
306
307 * doc/*: applied a patch from Gman for building docs
308 * valid.c xmllint.c include/libxml/valid.h: applied a patch from
309 Gary Pennington to provide an allocator for xmlValidCtxt
310 * xmlreader.c: applied patch from Jacek Konieczny fixing bug
311 #113580 about data not being passed immediately.
312
Daniel Veillarde1326112003-06-05 09:32:20 +0000313Thu Jun 5 11:31:02 CEST 2003 Daniel Veillard <daniel@veillard.com>
314
315 * tree.c: applied a couple of patches from Mark Itzcovitz
316 to handle saving back "UTF-16" documents.
317
Daniel Veillarda84c0b32003-06-02 16:58:46 +0000318Mon Jun 2 21:56:15 MVT 2003 Daniel Veillard <daniel@veillard.com>
319
320 * relaxng.c xmlschemas.c include/libxml/schemasInternals.h: commiting
321 some work done while in the Maldives (hence the timezone on the
322 laptop !)
323 * result/schemas/length3* test/schemas/deter0_*
324 test/schemas/group0_*: some tests added too
325
Daniel Veillard8caa9c22003-06-02 13:35:24 +0000326Mon Jun 2 15:34:17 CEST 2003 Daniel Veillard <daniel@veillard.com>
327
328 * encoding.c: small fix
329 * xmlIO.c: fixed an error message
330
Daniel Veillard0e0f37a2003-05-20 12:22:41 +0000331Tue May 20 14:21:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
332
333 * parserInternals.c: fixing Red Hat bug #91013 where xmllint was
334 accepting an improper UTF8 sequence
335
Igor Zlatkovic84f8c6d2003-05-17 10:55:38 +0000336Sat May 17 12:53:11 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
337
338 * threads.c: applied the patch from Stéphane Bidoul for getting
339 rid of extra threads in a dynamic library.
Igor Zlatkovicfb7f0842003-05-17 11:31:20 +0000340 * win32/configure.js: threads default to 'native' now.
Igor Zlatkovic84f8c6d2003-05-17 10:55:38 +0000341
Daniel Veillard5f5b7bb2003-05-16 17:19:40 +0000342Fri May 16 13:17:52 EDT 2003 Daniel Veillard <daniel@veillard.com>
343
344 * HTMLtree.c: fixing bug #112904: html output method escaped
345 plus sign character in URI attribute.
346
Daniel Veillard781ac8b2003-05-15 22:11:36 +0000347Thu May 15 18:06:18 EDT 2003 Daniel Veillard <daniel@veillard.com>
348
349 * build_glob.py global.data globals.c parser.c
350 include/libxml/globals.h: patch from Stéphane Bidoul for setting
351 up threads global defaults.
352 * doc/libxml2-api.xml: this extends the API with new functions
353 * python/tests/Makefile.am python/tests/reader2.py
354 python/tests/thread2.py: integrated the associated testcase and
355 fixed the error string used in reader2
356
Daniel Veillard38b80a82003-05-14 18:59:00 +0000357Wed May 14 14:56:46 EDT 2003 Daniel Veillard <daniel@veillard.com>
358
359 * configure.in libxml.spec.in python/Makefile.am: trying
360 to conciliate --with-python= requirements and RPM builds,
361 a PITA really...
362
Daniel Veillard104caa32003-05-13 22:54:05 +0000363Tue May 13 18:30:34 EDT 2003 Daniel Veillard <daniel@veillard.com>
364
365 * HTMLparser.c: oops last commit introduced a memory leak.
366
Daniel Veillarde8b09e42003-05-13 22:14:13 +0000367Tue May 13 18:10:38 EDT 2003 Daniel Veillard <daniel@veillard.com>
368
369 * xmllint.c doc/xmllint.xml: added --nonet option
370 * doc/Makefile.am: fixing #112803 by adding --nonet when calling
371 xsltproc or xmllint
372 * doc/xmllint.xml doc/xmllint.1: also added --schema doc and
373 rebuilt
374 * HTMLparser.c: cleaned up the HTML parser context build when
375 using an URL
376
Daniel Veillardd437d322003-05-13 21:07:01 +0000377Tue May 13 16:35:04 EDT 2003 Daniel Veillard <daniel@veillard.com>
378
379 * libxml.spec.in: added a comment about bug #112902
380
William M. Brack3dd57f72003-05-13 02:06:18 +0000381Mon May 12 21:58:00 EDT 2003 William Brack <wbrack@mmm.com.hk>
382
383 * minor cleanup of configure '--help' display
384 * error.c: enhanced xmlParserPrintFileContext to fix bug #109942
385
Daniel Veillardd72c7e32003-05-12 21:55:03 +0000386Mon May 12 17:53:30 EDT 2003 Daniel Veillard <daniel@veillard.com>
387
388 * tree.c: PI nodes in external subset were not freed :-\
389 fixes bug #112842
390
Daniel Veillard75bb3bb2003-05-12 15:25:56 +0000391Mon May 12 11:23:27 EDT 2003 Daniel Veillard <daniel@veillard.com>
392
393 * xmllint.c: added --schema option to run WXS schema validation
394 * xmlschemas.c xmlschemastypes.c include/libxml/schemasInternals.h:
395 tried to improve error reporting in the Schema code, some cleanup
396 too.
397
Daniel Veillard82bbbd42003-05-11 20:16:09 +0000398Sun May 11 16:13:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
399
400 * xmlschemas.c: fixed some problems in the handling of errors,
401 and attributes addressed by references.
402 * test/schemas/* result/schemas/*: dropped the verbosity level
403 and added a couple of new tests
404
Daniel Veillardadbb0e62003-05-10 20:02:45 +0000405Sat May 10 16:01:21 EDT 2003 Daniel Veillard <daniel@veillard.com>
406
407 * relaxng.c: Stéphane Bidoul found an off by one addressing
408 error on the error handling.
409
Daniel Veillarda77cf712003-05-09 23:09:55 +0000410Fri May 9 19:08:20 EDT 2003 Daniel Veillard <daniel@veillard.com>
411
412 * xmlschemastypes.c: trying to fix #112673
413
Daniel Veillardc3ca5ba2003-05-09 22:26:28 +0000414Fri May 9 18:14:16 EDT 2003 Daniel Veillard <daniel@veillard.com>
415
416 * DOCBparser.c catalog.c parser.c relaxng.c: removed multiple
417 warning, this fixed a bug and should close #111574
418
Daniel Veillard37fc84d2003-05-09 19:38:15 +0000419Fri May 9 15:34:32 EDT 2003 Daniel Veillard <daniel@veillard.com>
420
421 * xmlschemas.c: fixing bug #104081 with xs:all with an element
422 holding minOccurs="0"
423 * test/schemas/all_* result/schemas/all_*: added some regression
424 tests for that bug
425 * xmllint.c xmlreader.c: patches from Joerg Schmitz-Linneweber and
426 Garry Pennington to compile without schemas support.
427
Daniel Veillarda067e652003-05-01 08:03:46 +0000428Thu May 1 10:02:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
429
430 * tree.c: fixed a problem with xmlUnlinkNode() for DTDs.
431
Daniel Veillard61c52202003-04-30 12:20:34 +0000432Wed Apr 30 14:16:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
433
434 * xml2-config.in: try to fix Red hat bug #89957, do not
435 output -L/usr/lib64
436 * xmlreader.c: fixed a typo in a comment
437
MDT 2003 John Fleck6d68f612003-04-29 13:33:21 +0000438Tue Apr 29 07:32:02 MDT 2003 John Fleck <jfleck@inkstain.ent>
439
440 * doc/tutorial/aph.html, ix01.html
441 forgot to cvs add the new files. Thanks to Roland van Laar
442 for pointing this out
443
Daniel Veillardd4330462003-04-29 12:40:16 +0000444Tue Apr 29 14:36:49 CEST 2003 Daniel Veillard <daniel@veillard.com>
445
446 * xmlschemas.c doc/libxml2-api.xml: fixing a function comment
447 * doc/Makefile.am doc/apibuild.py doc/gnome-xml.sgml: switching
448 to the XML/XSLT doc generation closing #111799
449 * doc/html/*: complete update of the HTML results
450
Igor Zlatkovica28d2362003-04-28 12:56:01 +0000451Mon Apr 28 14:51:41 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
452
453 * win32/defgen.xsl: fixed the conditional for unicode map,
454 removed hardcoded schema entries
455
456Mon Apr 28 02:19:00 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
457
458 * win32/defgen.xsl: new file, stylesheet for generating
459 win32/libxml2.def.src from doc/libxml2-api.xml
460 * win32/libxml2.def.src: is autogenerated from now on, changes
461 to this file will not appear here anymore
462
Daniel Veillard94bb2f12003-04-27 22:14:07 +0000463Mon Apr 28 00:12:11 CEST 2003 Daniel Veillard <daniel@veillard.com>
464
465 * win32/configure.js python/setup.py.in: applied patch
466 from Stéphane Bidoul for the Python bindings on the new
467 release.
468
Igor Zlatkovic34656b42003-04-27 16:00:05 +0000469Sun Apr 27 17:56:21 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
470
471 * debugXML.c: included libxml/uri.h for xmlCanonicPath
472 declaration
473 * win32/configure.js: thread-enabled build is now default
474 * win32/libxml2.def.src: added more exports
475
Daniel Veillard1177ca42003-04-26 22:29:54 +0000476Sun Apr 27 00:23:05 CEST 2003 Daniel Veillard <daniel@veillard.com>
477
478 * NEWS doc/*.xsl doc/*.html: updated the web site separated
479 developers from common pages, made the transition to XHTML1,
480 added validity checking to the makefile rules.
481
Daniel Veillard329456a2003-04-26 21:21:00 +0000482Sat Apr 26 23:17:51 CEST 2003 Daniel Veillard <daniel@veillard.com>
483
484 * parser.c: fix for xmlIOParseDTD same as previous and reported
485 by Petr Pajas
486
Daniel Veillardc6abc3d2003-04-26 13:27:30 +0000487Sat Apr 26 15:26:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
488
489 * parser.c: applied fix to xmlSAXParseDTD from Malcolm Tredinnick
490 closing #111638
491
Daniel Veillard2b32e6f2003-04-26 12:03:54 +0000492Sat Apr 26 14:00:58 CEST 2003 Daniel Veillard <daniel@veillard.com>
493
494 * python/generator.py: fixed a problem in the generator where
495 the way functions are remapped as methods on classes was
496 not symetric and dependant on python internal hash order,
497 as reported by Stéphane Bidoul
498
MDT 2003 John Fleck8aff3b72003-04-26 03:54:07 +0000499Fri Apr 25 21:52:33 MDT 2003 John Fleck <jfleck@inkstain.net>
500
501 * doc/tutorial:
502 xmltutorial.xml
503 xmltutorial.pdf
504 *.html
505 add appendix on generating compiler flags, more indexing
506
Daniel Veillard1c960272003-04-25 23:12:22 +0000507Sat Apr 26 01:10:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
508
509 * triodef.h vms/build_libxml.com: applied patch from Craig A. Berry
510 to get libxml-2.5.7 to compile on OpenVMS
511
Daniel Veillardc5573462003-04-25 16:43:49 +0000512Fri Apr 25 18:42:35 CEST 2003 Daniel Veillard <daniel@veillard.com>
513
514 * parser.c: fixing an xmlParseDTD bug raised by Petr Pajas
515
Daniel Veillardfd583412003-04-25 13:22:10 +0000516Fri Apr 25 15:20:29 CEST 2003 Daniel Veillard <daniel@veillard.com>
517
518 * doc/Makefile.am doc/xmlcatalog.1 doc/xmlcatalog_man.xml
519 doc/xmllint.1 doc/xmllint.xml: automated the generation of the
520 man page based on xsltproc and a stylesheet PI in the XML.
521
Daniel Veillarddc07e182003-04-25 10:39:38 +0000522Fri Apr 25 12:37:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
523
524 * doc/xmllint.*: trying to fix #110541 where &nbsp; generated
525 character preventing rendering by the man command.
526
Daniel Veillard92fc02c2003-04-24 23:12:35 +0000527Fri Apr 25 01:09:23 CEST 2003 Daniel Veillard <daniel@veillard.com>
528
529 * NEWS configure.in: preparing release 2.5.7
530 * doc/*: updated and rebuilt the docs
531 * doc/apibuild.py: fixed the script
532
Daniel Veillardde0a0a52003-04-24 17:12:57 +0000533Thu Apr 24 19:11:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
534
535 * Makefile.am doc/apibuild.py: make sure the OOM code don't
536 get in the way of the builds
537 * doc/libxml2-api.xml python/libxml2class.txt: automatic update
538
Daniel Veillarda76fe5c2003-04-24 16:06:47 +0000539Thu Apr 24 18:01:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
540
541 * Makefile.am testOOM.c testOOMlib.[ch] : integrated the Out Of
542 Memory test from Havoc Pennington #109368
543 * SAX.c parser.c parserInternals.c tree.c uri.c valid.c
544 xmlmemory.c xmlreader.c xmlregexp.c include/libxml/tree.h
545 include/libxml/parser.h: a lot of memory allocation cleanups
546 based on the results of the OOM testing
547 * check-relaxng-test-suite2.py: seems I forgot to commit the
548 script.
549
Daniel Veillard18f113d2003-04-23 15:18:26 +0000550Wed Apr 23 17:16:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
551
552 * xmlschemastypes.c: trivial fix for 109774 removing a warning
553
Daniel Veillard85095e22003-04-23 13:56:44 +0000554Wed Apr 23 15:49:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
555
556 * DOCBparser.c SAX.c catalog.c debugXML.c parser.c: try to find
557 more places where xmlCanonicPath() must be used to convert
558 filenames to URLs, trying to fix #111088
559
Daniel Veillard54396242003-04-23 07:36:50 +0000560Wed Apr 23 09:35:12 CEST 2003 Daniel Veillard <daniel@veillard.com>
561
562 * python/libxml.c python/libxml.py: applied patch from
563 Brent M Hendricks adding binding for xmlCatalogAddLocal
564
Daniel Veillard45269b82003-04-22 13:21:57 +0000565Tue Apr 22 15:18:01 CEST 2003 Daniel Veillard <daniel@veillard.com>
566
567 * HTMLparser.c: tried to fix #98879 again in a more solid
568 way.
569
Igor Zlatkovic94f48842003-04-22 12:00:37 +0000570Tue Apr 22 13:58:43 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
571
572 * win32/libxml2.def.src: added more exports from the relaxng and
573 xmlreader clan
574
Daniel Veillardf431eb82003-04-22 08:37:26 +0000575Tue Apr 22 10:35:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
576
577 * SAX.c test/valid/ns* test/result/ns*: applied the patch
578 provided by Brent Hendricks fixing #105992 and integrated the
579 examples in the testsuite.
580
Daniel Veillardc4f65ab2003-04-21 23:07:45 +0000581Tue Apr 22 01:06:09 CEST 2003 Daniel Veillard <daniel@veillard.com>
582
583 * TODO: updated a bit
584 * configure.in: fixed the comment, threads now default to on
585 * parserInternals.c: fixed an erroneous xmlMallocAtomic() call
586
Daniel Veillarda880b122003-04-21 21:36:41 +0000587Mon Apr 21 23:33:38 CEST 2003 Daniel Veillard <daniel@veillard.com>
588
589 * globals.c libxml.h parser.c parserInternals.c tree.c xmllint.c
590 xmlreader.c include/libxml/parser.h: a lot of performance work
591 especially the speed of streaming through the reader and push
592 interface. Some thread related optimizations. Nearly doubled the
593 speed of parsing through the reader.
594
MDT 2003 John Fleck83c8a5c2003-04-20 16:45:07 +0000595Sun Apr 20 10:36:05 MDT 2003 John Fleck <jfleck@inkstain.net>
596
597 * doc/xmllint.xml
598 * doc/xmllint.1
599 update man page to explain use of --stream
600
Daniel Veillard3c908dc2003-04-19 00:07:51 +0000601Sat Apr 19 02:03:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
602
603 * DOCBparser.c HTMLparser.c c14n.c catalog.c encoding.c globals.c
604 nanohttp.c parser.c parserInternals.c relaxng.c tree.c uri.c
605 xmlmemory.c xmlreader.c xmlregexp.c xpath.c xpointer.c
606 include/libxml/globals.h include/libxml/xmlmemory.h: added
607 xmlMallocAtomic() to be used when allocating blocks which
608 do not contains pointers, add xmlGcMemSetup() and xmlGcMemGet()
609 to allow registering the full set of functions needed by
610 a garbage collecting allocator like libgc, ref #109944
611
Daniel Veillard84942712003-04-18 14:40:05 +0000612Fri Apr 18 16:37:41 CEST 2003 Daniel Veillard <daniel@veillard.com>
613
614 * configure.in: switched to have thread support enabled by default,
615 didn't got troubles with ABI compatibility on Linux, hope it
616 won't break on strange OSes, if yes, report the system ID
617 * doc/libxml2-api.xml: just rebuilt the API
618
Daniel Veillard3e59fc52003-04-18 12:34:58 +0000619Fri Apr 18 14:31:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
620
621 * libxml.h include/libxml/parser.h parser.c xmlIO.c DOCBparser.c:
622 added support for large file, tested with a 3+GB instance,
623 and some cleanup.
624 * catalog.c: added a TODO
625 * Makefile.am: added some "make tests" comments
626
Daniel Veillardac297932003-04-17 12:55:35 +0000627Thu Apr 17 14:51:57 CEST 2003 Daniel Veillard <daniel@veillard.com>
628
629 * relaxng.c: some cleanups
630 * doc/xmlreader.html: extended the document to cover RelaxNG and
631 tree operations
632 * python/tests/Makefile.am python/tests/reader[46].py: added some
633 xmlReader example/regression tests
634 * result/relaxng/tutor*.err: updated the output of a number of tests
635
Daniel Veillard62163602003-04-17 09:36:38 +0000636Thu Apr 17 11:35:37 CEST 2003 Daniel Veillard <daniel@veillard.com>
637
638 * relaxng.c: valgrind pointed out an uninitialized variable error.
639
Daniel Veillard33300b42003-04-17 09:09:19 +0000640Thu Apr 17 11:06:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
641
642 * include/libxml/relaxng.h relaxng.c include/libxml/xmlreader.h
643 xmlreader.c: augnemting the APIs, cleanups.
644 * parser.c: cleanup bug #111005
645 * xmlIO.c: added some missing comments
646
Daniel Veillardce192eb2003-04-16 15:58:05 +0000647Wed Apr 16 17:46:50 CEST 2003 Daniel Veillard <daniel@veillard.com>
648
649 * relaxng.c xmllint.c: more work on RelaxNG streaming validation
650 trying to improve the subset compiled, and more testing.
651 * doc/downloads.html doc/xml.html doc/xmlmem.html: some updates on the
652 documentation
653 * test/relaxng/tutor11_1_3.xml: fixes the DTD path
654 * result/relaxng/*.err: fix some of the outputs
655
Daniel Veillardf4e55762003-04-15 23:32:22 +0000656Wed Apr 16 01:28:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
657
658 * relaxng.c xmlreader.c xmllint.c include/libxml/relaxng.h
659 include/libxml/xmlreader.h: implemented streaming of
660 RelaxNG (when possible) on top of the xmlReader interface,
661 provided it as xmllint --stream --relaxng .rng .xml
662 This seems to mostly work.
663 * Makefile.am: updated to test RelaxNG streaming
664
Daniel Veillardc58f4ef2003-04-14 16:11:26 +0000665Mon Apr 14 18:08:33 CEST 2003 Daniel Veillard <daniel@veillard.com>
666
667 * relaxng.c include/libxml/relaxng.h: integrated the regexp
668 based validity checking of fragments of the document for
669 which the RNG can be compiled to regexps. Works on all regression
670 tests, only fix needed is related to error messages.
671
Daniel Veillard52b48c72003-04-13 19:53:42 +0000672Sun Apr 13 21:51:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
673
674 * relaxng.c xmlregexp.c include/libxml/xmlautomata.h
675 include/libxml/xmlregexp.h: Starting work precompiling
676 parts of RelaxNG schemas. Not plugged onto validity checking
677 yet, just the regexp building part. Needed to extend some
678 of the automata and regexp APIs.
679
Daniel Veillardf6bad792003-04-11 19:38:54 +0000680Fri Apr 11 21:36:21 CEST 2003 Daniel Veillard <daniel@veillard.com>
681
682 * xmllint.c xmlreader.c include/libxml/xmlreader.h: make sure
683 xmllint --stream and xmllint --stream --valid returns errors
684 code appropriately
685
Daniel Veillardc6cae7b2003-04-11 09:02:11 +0000686Fri Apr 11 10:59:24 CEST 2003 Daniel Veillard <daniel@veillard.com>
687
688 * xmlreader.c include/libxml/xmlreader.h: Added the Expand()
689 and Next() operation to work on subtrees within the reader
690 framework.
691 * doc/libxml2-api.xml python/libxml2class.txt: resulting updates
692 * python/tests/reader5.py: added an example for those new
693 functions of the reader.
694
Daniel Veillard645c6902003-04-10 21:40:49 +0000695Thu Apr 10 23:38:13 CEST 2003 Daniel Veillard <daniel@veillard.com>
696
697 * HTMLtree.c: patch from Vasily Tchekalkin to fix #109865
698
Daniel Veillard9e077102003-04-10 13:36:54 +0000699Thu Apr 10 15:32:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
700
701 * xmlreader.c: fixing HasValue for namespace as raised by
702 Denys Duchier
703
Daniel Veillard02ea1412003-04-09 12:08:47 +0000704Wed Apr 9 14:07:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
705
706 * HTMLparser.c include/libxml/HTMLparser.h: exported
707 htmlCreateMemoryParserCtxt() it was static
708
Daniel Veillardd3b9cd82003-04-09 11:24:17 +0000709Wed Apr 9 13:21:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
710
711 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
712 update from Charles Bozeman for date and duration types
713 * test/schemas/date_0.* test/schemas/dur_0.*
714 result/schemas/date_0.* result/schemas/dur_0.*: updated too
715
Daniel Veillardc00cda82003-04-07 10:22:39 +0000716Mon Apr 7 12:19:26 CEST 2003 Daniel Veillard <daniel@veillard.com>
717
718 * tree.c valid.c xpath.c include/libxml/tree.h include/libxml/valid.h:
719 fixing bug #107129, removing excessive allocation and calls
720 to *printf in the code to build QName strings.
721
Igor Zlatkovic69651182003-04-05 09:43:30 +0000722Sat Apr 5 11:41:36 CEST 2003 Igoe Zlatkovic <igor@zlatkovic.com>
723
724 * win32/libxml2.def.src: fixed conditional exports, reported by
725 Luke Murray.
726
Daniel Veillardadba5f12003-04-04 16:09:01 +0000727Fri Apr 4 18:08:00 CEST 2003 Daniel Veillard <daniel@veillard.com>
728
729 * parser.c: fixed a possible problem with xmlRecoverMemory()
730
Daniel Veillarda48ed3d2003-04-03 15:28:28 +0000731Thu Apr 3 17:24:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
732
733 * trio.c trio.h triodef.h trionan.c trionan.h triop.h triostr.c
734 triostr.h: Bjorn sent an update for the TRIO portability layer.
735
Igor Zlatkovicd6c86502003-04-01 20:00:42 +0000736Tue Apr 1 21:57:26 CEST 2003 Igor Zlatkovic <igor@zlatkovic.com>
737
738 * win32/libxml2.def.src: exported new functions
739
Daniel Veillardc2d4a932003-04-01 11:13:05 +0000740Tue Apr 1 13:09:46 CEST 2003 Daniel Veillard <daniel@veillard.com>
741
742 * configure.in NEWS: preparing release 2.5.6
743 * doc/*: updated and rebuilt the docs
744
Daniel Veillarde5020412003-04-01 09:55:20 +0000745Tue Apr 1 11:52:15 CEST 2003 Daniel Veillard <daniel@veillard.com>
746
747 * SAX.c: fixed an uninitialized memory access pointed by valgrind
748 on C14Ntests
749
Daniel Veillard7fe1f3a2003-03-31 22:13:33 +0000750Tue Apr 1 00:12:28 CEST 2003 Daniel Veillard <daniel@veillard.com>
751
752 * relaxng.c: one more fixup of error message reporting
753
Daniel Veillard5f1946a2003-03-31 16:38:16 +0000754Mon Mar 31 18:36:32 CEST 2003 Daniel Veillard <daniel@veillard.com>
755
756 * relaxng.c: more work on bug #109225, and fixed an uninitialized
757 variable pointed out by valgrind
758
Daniel Veillarda507fbf2003-03-31 16:09:37 +0000759Mon Mar 31 18:05:22 CEST 2003 Daniel Veillard <daniel@veillard.com>
760
761 * relaxng.c: try to work on bug #109225 and provide better
762 error reports.
763 * result/relaxng/* : this change the output of a number of tests
764 * xinclude.c: fixing the parsed entity redefinition problem
765 raised on the list.
766 * test/schemas/date_0.xsd: updated the date test c.f. E2-12
767
Daniel Veillardb3721c22003-03-31 11:22:25 +0000768Mon Mar 31 13:19:04 CEST 2003 Daniel Veillard <daniel@veillard.com>
769
770 * xmlschemastypes.c: fixed date comparison to handle the tzo
771 The only failures left are disagreements on Notations and
772 '+1' not being allowed for ulong, uint, ushort and ubyte.
773
Daniel Veillard455cc072003-03-31 10:13:23 +0000774Mon Mar 31 12:11:47 CEST 2003 Daniel Veillard <daniel@veillard.com>
775
776 * xmlschemastypes.c: fixed gMonth parsing routine accordingly
777 to the XML Schemas errata
778 http://www.w3.org/2001/05/xmlschema-errata#e2-12
779
Daniel Veillarde637c4a2003-03-30 21:10:09 +0000780Sun Mar 30 23:04:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
781
782 * relaxng.c xmlschemastypes.c: more work on XML Schemas datatypes
783 and facets support. Currently only schemas with binHex or
784 base64 don't compile. A few error left in the test suite:
785 found 1035 test instances: 919 success 23 failures
786 most are gdate or gdateyear failing check, and a few cases where
787 James clark tests results are strange.
788 * valid.c: allow to reuse the Notation checking routine without
789 having a validation context.
790 * SAX.c: removed a #if 0
791
Daniel Veillardb6c7f412003-03-29 16:41:55 +0000792Sat Mar 29 17:35:05 CET 2003 Daniel Veillard <daniel@veillard.com>
793
794 * xinclude.c: forgot to apply one check from #106931 patch
795 * xmlschemastypes.c: more work on XML Schemas datatypes
796
Daniel Veillardc4c21552003-03-29 10:53:38 +0000797Sat Mar 29 11:49:25 CET 2003 Daniel Veillard <daniel@veillard.com>
798
799 * relaxng.c include/libxml/relaxng.h xmlschemastypes.c: more work
800 on cleaning up XML Schemas datatypes based on James Clark tests
801 test/xsdtest/xsdtest.xml
802
Daniel Veillard80b19092003-03-28 13:29:53 +0000803Fri Mar 28 14:24:08 CET 2003 Daniel Veillard <daniel@veillard.com>
804
805 * relaxng.c: implemented comparisons for Schemas values.
806 * xmlschemastypes.c include/libxml/xmlschemastypes.h: fixed
807 some bugs in duration handling, comparisons for durations
808 and decimals, removed all memory leaks pointed out by James
809 testsuite. Current status is now
810 found 238 test schemas: 197 success 41 failures
811 found 1035 test instances: 803 success 130 failures
812
Daniel Veillard91a13252003-03-27 23:44:43 +0000813Fri Mar 28 00:41:55 CET 2003 Daniel Veillard <daniel@veillard.com>
814
815 * xmlschemas.c include/libxml/xmlschemas.h: fixed bugs and memory
816 leaks in the W3C XML Schemas code
817 * xmlschemastypes.c: implemented nonPositiveInteger
818 * test/schemas/length2_0.xsd result/schemas/length2_0_0.err:
819 fixed the test and result.
820
Daniel Veillard6560a422003-03-27 21:25:38 +0000821Thu Mar 27 22:23:07 CET 2003 Daniel Veillard <daniel@veillard.com>
822
823 * HTMLparser.c tree.c: two patches from James Bursa on the HTML
824 parser and a typo
825 * xmlschemastypes.c: reindenting, fixing a memory access
826 problem with dates.
827
Daniel Veillard6c5b2d32003-03-27 14:55:52 +0000828Thu Mar 27 15:53:35 CET 2003 Daniel Veillard <daniel@veillard.com>
829
830 * parser.c: fixing #109227 providing more context in case of
831 start/end tag mismatch
832 * python/tests/ctxterror.py python/tests/readererr.py: update the
833 tests accordingly
834
Daniel Veillardd9b72832003-03-27 14:24:00 +0000835Thu Mar 27 15:22:41 CET 2003 Daniel Veillard <daniel@veillard.com>
836
837 * xinclude.c: should fix #109327 errors on memory accesses
838
Daniel Veillardc7e9b192003-03-27 14:08:24 +0000839Thu Mar 27 15:06:13 CET 2003 Daniel Veillard <daniel@veillard.com>
840
841 * HTMLtree.c: Fixed reopening of #78662 <form action="...">
842 is an URI reference
843
Daniel Veillarde209b332003-03-26 21:40:13 +0000844Wed Mar 26 22:38:39 CET 2003 Daniel Veillard <daniel@veillard.com>
845
846 * xpath.c: fixed bug #109160 on non-ASCII IDs
847
Daniel Veillard642104e2003-03-26 16:32:05 +0000848Wed Mar 26 17:30:37 CET 2003 Daniel Veillard <daniel@veillard.com>
849
850 * parser.c: Norm suggested a nicer error message for xml:space values
851 errors
852
Daniel Veillarde4fa2932003-03-26 00:38:10 +0000853Wed Mar 26 01:34:19 CET 2003 Daniel Veillard <daniel@veillard.com>
854
855 * xpath.c include/libxml/xpath.h: first part of the fix to
856 performance bug #108905, adds xmlXPathOrderDocElems() providing
857 document order for nodes.
858 * python/libxml.c: Python may require TRIO as Albert Chin pointed out
859
Daniel Veillard09628212003-03-25 15:10:27 +0000860Tue Mar 25 16:07:00 CET 2003 Daniel Veillard <daniel@veillard.com>
861
862 * xmlschemastypes.c: removing a warning with Sun compiler
863 bug #109154
864
MST 2003 John Fleckda271742003-03-25 14:05:17 +0000865Tue Mar 25 07:02:56 MST 2003 John Fleck <jfleck@inkstain.net>
866
867 * doc/xmllint.xml
868 * doc/xmllint.1
869 update xmllint man page with --relaxng option
870
Daniel Veillard2032d292003-03-25 11:09:40 +0000871Tue Mar 25 12:07:03 CET 2003 Daniel Veillard <daniel@veillard.com>
872
873 * python/setup.py.in : was missing "drv_libxml2.py"
874
Daniel Veillard9adc0462003-03-24 18:39:54 +0000875Mon Mar 24 19:38:05 CET 2003 Daniel Veillard <daniel@veillard.com>
876
877 * tree.c xpath.c: some changes related to the new way of
878 handling Result Value Tree, before 2.5.5
879
Daniel Veillardd8da01c2003-03-24 15:58:23 +0000880Mon Mar 24 16:36:23 CET 2003 Daniel Veillard <daniel@veillard.com>
881
882 * configure.in NEWS: preparing release 2.5.5
883 * doc/* : updated the documentation and regenerated it.
884
Daniel Veillardef0b4502003-03-24 13:57:34 +0000885Mon Mar 24 14:56:01 CET 2003 Daniel Veillard <daniel@veillard.com>
886
887 * xpath.c: fixed some problems related to #75813 about handling
888 of Result Value Trees
889
Daniel Veillard9231ff92003-03-23 22:00:51 +0000890Sun Mar 23 22:57:20 CET 2003 Daniel Veillard <daniel@veillard.com>
891
892 * uri.c: applied a set of patches from Lorenzo Viali correcting
893 URI parsing errors.
894
Daniel Veillard5f8d1a32003-03-23 21:02:00 +0000895Sun Mar 23 22:00:14 CET 2003 Daniel Veillard <daniel@veillard.com>
896
897 * parser.c: validity status was not passed back when validating in
898 entities, but raised by Oliver Fischer
899
Daniel Veillard04ee2f22003-03-23 20:31:46 +0000900Sun Mar 23 21:30:50 CET 2003 Daniel Veillard <daniel@veillard.com>
901
902 * HTMLtree.c: avoid escaping ',' in URIs
903
Daniel Veillardef8dd7b2003-03-23 12:02:56 +0000904Sun Mar 23 12:57:00 CET 2003 Daniel Veillard <daniel@veillard.com>
905
906 * parser.c: fixing bug #108976 get the ID/REFs to reference
907 the ID in the document content and not in the entity copy
908 * SAX.c include/libxml/parser.h: more checking of the ID/REF
909 stuff, better solution for #107208
910 * xmlregexp.c: removed a direct printf, dohhh
911 * xmlreader.c: fixed a bug on streaming validation of empty
912 elements in entities
913 * result/VC/ElementValid8 test/VCM/v20.xml result/valid/xhtml1.xhtml:
914 cleanup of the validation tests
915 * test/valid/id* test/valid/dtds/destfoo.ent result/valid/id*:
916 added more ID/IDREF tests to the suite
917
Daniel Veillard2cfd9df2003-03-22 22:39:16 +0000918Sat Mar 22 23:38:08 CET 2003 Daniel Veillard <daniel@veillard.com>
919
920 * xmlreader.c: fixed #107043 removing 2 warnings with Sun One
921 compiler.
922
Daniel Veillard20863822003-03-22 17:51:47 +0000923Sat Mar 22 18:50:45 CET 2003 Daniel Veillard <daniel@veillard.com>
924
925 * relaxng.c: valgrind'ed and cleaned up a couple of memory issues.
926
Daniel Veillard9ff2d472003-03-22 15:18:01 +0000927Sat Mar 22 16:15:50 CET 2003 Daniel Veillard <daniel@veillard.com>
928
929 * SAX.c: fix bug #107208 avoid false duplicates when ID/REFs are
930 defined in entities content
931
Daniel Veillard99737f52003-03-22 14:55:50 +0000932Sat Mar 22 15:53:27 CET 2003 Daniel Veillard <daniel@veillard.com>
933
934 * SAX.c: Fixed validation bug #108858 on namespace names using
935 entities and reported by Brent Hendricks
936 * xmllint.c: report xmlTextReaderHasValue() result in --stream
937 --debug output.
938
Daniel Veillard48ef4c92003-03-22 12:38:15 +0000939Sat Mar 22 13:32:39 CET 2003 Daniel Veillard <daniel@veillard.com>
940
941 * xmlreader.c: fixed bug #108801 reported by Malcolm Tredinnick
942 about the DocType node not being reported sometimes.
943 * python/tests/reader.py: added to test to the regression checks
944
Daniel Veillard120e8eb2003-03-22 01:00:34 +0000945Sat Mar 22 01:57:40 CET 2003 Daniel Veillard <daniel@veillard.com>
946
947 * xmlreader.c: fixed bug #108546 on long CDATA (or text nodes)
948 reported by Edd Dumbill
949
Daniel Veillard77a90a72003-03-22 00:04:05 +0000950Sat Mar 23 01:00:24 CET 2003 Daniel Veillard <daniel@veillard.com>
951
952 * HTMLparser.c parser.c parserInternals.c: patch from
953 johan@evenhuis.nl for #107937 fixing some line counting
954 problems, and some other cleanups.
955 * result/HTML/: this result in some line number changes
956
Daniel Veillard580ced82003-03-21 21:22:48 +0000957Fri Mar 21 22:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
958
959 * configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec
960 instead of libxml.spec
961 * relaxng.c: fixed some of the error reporting excessive
962 verbosity
963 * catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c
964 xmlschemastypes.c: removed some warnings from gcc
965 * doc/libxml2-api.xml: rebuilt
966
Daniel Veillarde063f482003-03-21 16:53:17 +0000967Fri Mar 21 17:25:23 CET 2003 Daniel Veillard <daniel@veillard.com>
968
969 * relaxng.c: another optimization, for choice this time
970 * result/relaxng/spec1* result/relaxng/tutor12_1*
971 result/relaxng/tutor3_7: cleanups.
972
Daniel Veillard0e3d3ce2003-03-21 12:43:18 +0000973Fri Mar 21 13:41:23 CET 2003 Daniel Veillard <daniel@veillard.com>
974
975 * relaxng.c: fixed xmlRelaxNGNodeMatchesList
976 * test/relaxng/testsuite.xml: augmented the test suite
977 * result/relaxng/spec1* result/relaxng/tutor12_1*: this fixes
978 some schemas validation tests in the presence of foreign
979 namespaces.
980
Daniel Veillardbbb78b52003-03-21 01:24:45 +0000981Fri Mar 21 02:23:34 CET 2003 Daniel Veillard <daniel@veillard.com>
982
983 * relaxng.c: added another interleave speedup.
984
Daniel Veillardef2e4ec2003-03-20 16:23:26 +0000985Thu Mar 20 17:22:00 CET 2003 Daniel Veillard <daniel@veillard.com>
986
987 * xmlschemastypes.c: added integer and fixed one of the
988 IDREFS regression tests pbm
989 * result/relaxng/docbook_0.err: updated
990
Daniel Veillard249d7bb2003-03-19 21:02:29 +0000991Wed Mar 19 21:58:47 CET 2003 Daniel Veillard <daniel@veillard.com>
992
993 * valid.c xmlschemastypes.c: attempt to cope with ID/IDREF(S)
994 declared both in the DTD and in the Schemas <grin/>
995 * relaxng.c: more debug, added a big optimization for <mixed>
996 * test/relaxng/testsuite.xml: augmented the testsuite
997 * test/relaxng/ result/relaxng: added the RelaxNG spec and a
998 DocBook example to the regression tests
999
Daniel Veillard798024a2003-03-19 10:36:09 +00001000Wed Mar 19 11:34:10 CET 2003 Daniel Veillard <daniel@veillard.com>
1001
1002 * check-xsddata-test-suite.py: cosmetic change for output
1003 * relaxng.c: try to minimize calls to malloc/free for states.
1004
Daniel Veillarda1a9d042003-03-18 16:53:17 +00001005Tue Mar 18 17:50:31 CET 2003 Daniel Veillard <daniel@veillard.com>
1006
1007 * tree.c: removed a warning
1008 * xmlschemastypes.c: more cleanup, added ENTITY and ENTITIES
1009 support
1010 * check-relaxng-test-suite.py check-xsddata-test-suite.py:
1011 cleanup/improvements of the regression tests batch
1012 * test/relaxng/testsuite.xml: augmented libxml2 own testsuite
1013
Daniel Veillard28c52ab2003-03-18 11:39:17 +00001014Tue Mar 18 12:36:22 CET 2003 Daniel Veillard <daniel@veillard.com>
1015
1016 * relaxng.c: fixed error msg cleanup deallocation
1017 * xmlschemastypes.c: added a function to handle lists of
1018 atomic types, added support for IDREFS
1019
Daniel Veillardc3da18a2003-03-18 00:31:04 +00001020Tue Mar 18 01:28:15 CET 2003 Daniel Veillard <daniel@veillard.com>
1021
1022 * relaxng.c valid.c xmlschemastypes.c: added Datatype ID
1023 and IDREF, usable from RelaxNG now
1024 * include/libxml/xmlschemastypes.h: need to add a new interface
1025 because the validation modifies the infoset
1026 * test/relaxng/testsuite.xml: extended the testsuite
1027
Daniel Veillard952379b2003-03-17 15:37:12 +00001028Mon Mar 17 16:34:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1029
1030 * relaxng.c: fixed the last core RelaxNG bug known #107083,
1031 shemas datatype ID/IDREF support still missing though.
1032 * xmlreader.c: fix a crashing bug with prefix raised by
1033 Merijn Broeren
1034 * test/relaxng/testsuite.xml: augmented the testsuite with
1035 complex inheritance tests
1036
Daniel Veillardfd573f12003-03-16 17:52:32 +00001037Sun Mar 16 18:45:50 CET 2003 Daniel Veillard <daniel@veillard.com>
1038
1039 * relaxng.c: switched back to the previous Relax-NG code base,
1040 the derivation algorithm need severe constraining code to avoid
1041 combinatorial explosion. Fixed the problem with Sebastian Rahtz
1042 TEI based example and other bugs
1043 * result/relaxng/*err: updated the results
1044 * test/relaxng/testsuite.xml: started a new test suite
1045
Daniel Veillard1564e6e2003-03-15 21:30:25 +00001046Sat Mar 15 22:26:46 CET 2003 Daniel Veillard <daniel@veillard.com>
1047
1048 * relaxng.c include/libxml/relaxng.h: After coming to the conclusion
1049 that the original RelaxNG validation code was un-fixeable, it got
1050 rewritten to use the derivation algorithm from James Clark and
1051 redebugged it (nearly) from scratch:
1052 found 373 test schemas: 372 success 1 failures
1053 found 529 test instances: 529 success 0 failures
1054
Daniel Veillard39eb88b2003-03-11 11:21:28 +00001055Tue Mar 11 12:08:23 CET 2003 Daniel Veillard <daniel@veillard.com>
1056
1057 * SAX.c parser.c: fix some recursion problems introduced in the
1058 last release.
1059 * relaxng.c: more debugging of the RNG validation engine, still
1060 problems though.
1061
Daniel Veillard5add8682003-03-10 13:13:58 +00001062Mon Mar 10 14:10:47 CET 2003 Daniel Veillard <daniel@veillard.com>
1063
1064 * Makefile.am: stop generating wrong result file with * in name
1065 * relaxng.c: fixing the include bug raised by Sebastian Rahtz
1066 * result/relaxng/demo* test/relaxng/demo: added the tests from
1067 Sebastian reproducing the problem.
1068
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +00001069Sun Mar 9 18:02:31 MST 2003 John Fleck <jfleck@inkstain.net>
1070
Daniel Veillard5add8682003-03-10 13:13:58 +00001071 * doc/xmllint.1: regenerating man page from xmllint.xml to pick
1072 up Aleksey's change
MST 2003 John Fleck5094cb22003-03-10 01:03:53 +00001073
Aleksey Sanin693c9bc2003-03-09 22:36:52 +00001074Sun Mar 9 13:53:16 2003 Aleksey Sanin <aleksey@aleksey.com>
1075
1076 * xmllint.c doc/xmllint.xml: use $XMLLINT_INDENT environment
1077 variable to control the indentation for the xmllint "--format"
1078 option
1079
Igor Zlatkovic47ba1c72003-03-08 13:29:42 +00001080Sat Mar 8 14:27:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
1081
1082 * encoding.c: applied Gennady's patch against buffer overrun
1083
Daniel Veillard42f12e92003-03-07 18:32:59 +00001084Fri Mar 7 19:29:40 CET 2003 Daniel Veillard <daniel@veillard.com>
1085
1086 * test/xsdtest/xsdtest.xml uri.c: after and exchange with James
1087 Clark it appeared I had bug in URI parsing code ...
1088 * relaxng.c include/libxml/relaxng.h: completely revamped error
1089 reporting to not loose message from optional parts.
1090 * xmllint.c: added timing for RNG validation steps
1091 * result/relaxng/*: updated the result, all error messages changed
1092
Daniel Veillardedfd5882003-03-07 14:20:40 +00001093Fri Mar 7 15:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1094
1095 * xpath.c: fix bug #107804, the algorithm used for document order
1096 computation was failing on attributes.
1097
Daniel Veillard83391282003-03-06 21:37:30 +00001098Thu Mar 6 22:35:50 CET 2003 Daniel Veillard <daniel@veillard.com>
1099
1100 * valid.c: fix bug #107764 , possibility of buffer overflow
1101 in xmlValidDebug()
1102
Daniel Veillard6c73cb82003-03-05 16:45:40 +00001103Wed Mar 5 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
1104
1105 * nanoftp.c include/libxml/nanoftp.h: adding xmlNanoFTPDele()
1106 from Philipp Dunkel
1107
Daniel Veillard5f704af2003-03-05 10:01:43 +00001108Wed Mar 5 10:57:09 CET 2003 Daniel Veillard <daniel@veillard.com>
1109
1110 * xmlschemastype.c: made powten array static it should not be exported
1111 * HTMLparser.c: fix bug #107361 by reusing the code from the XML
1112 parser function.
1113 * testHTML.c: get rid of valgrind messages on the HTML SAX tests
1114
Daniel Veillard7b72ee52003-02-27 23:24:53 +00001115Fri Feb 28 00:23:00 CET 2003 Daniel Veillard <daniel@veillard.com>
1116
1117 * tree.c: fixed a node dump crash on attributes
1118 * test/xsdtest/xsdtest.xml test/xsdtest/xsdtest.xsl: fixed
1119 an URI test bug and get better output.
1120
Daniel Veillard463a5472003-02-27 21:30:32 +00001121Thu Feb 27 22:28:40 CET 2003 Daniel Veillard <daniel@veillard.com>
1122
1123 * check-xsddata-test-suite.py: give more infos
1124 * relaxng.c: fix a bug reported by Sebastian Rahtz and
1125 REF->DEF in attribute values.
1126
Daniel Veillardeb7189f2003-02-27 20:11:13 +00001127Thu Feb 27 21:09:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1128
1129 * check-xsddata-test-suite.py test/xsdtest/xsdtest.xml
1130 test/xsdtest/xsdtest.xsl: import of the XSD Datatype
1131 regression tests from James Clark.
1132
Daniel Veillard8bc6cf92003-02-27 17:42:22 +00001133Thu Feb 27 18:40:04 CET 2003 Daniel Veillard <daniel@veillard.com>
1134
1135 * relaxng.c xmlschemas.c xmlschemastypes.c
1136 include/libxml/xmlschemastypes.h: added param support for relaxng
1137 type checking, started to increment the pool of simple types
1138 registered, still much work to be done on simple types and
1139 facets checkings.
1140
Daniel Veillard19ab45b2003-02-26 15:49:03 +00001141Wed Feb 26 16:45:39 CET 2003 Daniel Veillard <daniel@veillard.com>
1142
1143 * entities.c: fixes again one of the problem raised by
1144 James Clark in #106788
1145
Daniel Veillardc482e262003-02-26 14:48:48 +00001146Wed Feb 26 15:46:48 CET 2003 Daniel Veillard <daniel@veillard.com>
1147
1148 * relaxng.c: Fixed a couple of problem raised by James Clark
1149 in bug #107083, the support for ID/IDREF/IDREFS at the WXS
1150 datatype level still not fixed though.
1151
Daniel Veillard17bed982003-02-24 20:11:43 +00001152Mon Feb 24 21:09:19 CET 2003 Daniel Veillard <daniel@veillard.com>
1153
1154 * configure.in: preparing release 2.5.4
1155 * doc/*: updated and rebuilt the docs
1156 * relaxng.c: removed warnings
1157 * result/relaxng/*: updated the results
1158
Daniel Veillardf4be0182003-02-24 19:54:33 +00001159Mon Feb 24 20:53:17 CET 2003 Daniel Veillard <daniel@veillard.com>
1160
1161 * valid.c: fixes a DTD regexp generation problem.
1162
Daniel Veillard02111c12003-02-24 19:14:52 +00001163Mon Feb 24 20:12:57 CET 2003 Daniel Veillard <daniel@veillard.com>
1164
1165 * parser.c: fixes bug #105998 about false detection of
1166 attribute consumption loop.
1167
Daniel Veillard2406abd2003-02-24 18:16:47 +00001168Mon Feb 24 19:14:57 CET 2003 Daniel Veillard <daniel@veillard.com>
1169
1170 * xinclude.c: Fixes bug #106931 in XInclude entities merging.
1171
Daniel Veillardfcc822e2003-02-24 17:52:08 +00001172Mon Feb 24 18:50:35 CET 2003 Daniel Veillard <daniel@veillard.com>
1173
1174 * SAX.c: fixed bug #105992
1175
Daniel Veillard3ebc7d42003-02-24 17:17:58 +00001176Mon Feb 24 18:14:16 CET 2003 Daniel Veillard <daniel@veillard.com>
1177
1178 * tree.c: fixed xmlSetProp and al. when the node passed is not an
1179 element.
1180 * relaxng.c: fixed bugs 7.3 (though not complete) and memory leaks
1181 found 373 test schemas: 369 success 4 failures
1182 found 529 test instances: 525 success 4 failures
1183 * check-relaxng-test-suite.py: added memory debug reporting
1184
Daniel Veillardc64b8e92003-02-24 11:47:13 +00001185Mon Feb 24 12:41:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1186
1187 * uri.c parser.c: some warning removal on Igor's patch
1188 * tree.c: seems I messed up with #106788 fix
1189 * python/libxml.c: fixed some base problems when Python provides
1190 the resolver.
1191 * relaxng.c: fixed the interleave algorithm
1192 found 373 test schemas: 364 success 9 failures
1193 found 529 test instances: 525 success 4 failures
1194 the resulting failures are bug in the algorithm from 7.3 and
1195 lack of support for params
1196
Daniel Veillard0046c0f2003-02-23 13:52:30 +00001197Sun Feb 23 14:49:39 CET 2003 Daniel Veillard <daniel@veillard.com>
1198
1199 * parser.c: another fix for nodeinfo in entities problem
1200 * tree.c entities.c: fixed bug #106788 from James Clark
1201 some spaces need to be serialized as character references.
1202
Igor Zlatkovic40ed73b2003-02-23 13:40:12 +00001203Sat Feb 22 18:28:16 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
1204
1205 * parser.c uri.c: fixed the bug I introduced in the path
1206 handling, reported by Sebastian Bergmann
1207
Daniel Veillard44e1dd02003-02-21 23:23:28 +00001208Sat Feb 22 00:19:48 CET 2003 Daniel Veillard <daniel@veillard.com>
1209
1210 * parser.c: fixing some nodeinfo in entities problem raised
1211 by Glenn W. Bach
1212 * relaxng.c: implemented the first section 7.3 check
1213 * result/relaxng/*: updated the results
1214
Daniel Veillardc5312d72003-02-21 17:14:10 +00001215Fri Feb 21 18:12:19 CET 2003 Daniel Veillard <daniel@veillard.com>
1216
1217 * relaxng.c: fixed some problems in the previous commit
1218 and finished implementing 4.16 rules checking
1219 found 373 test schemas: 353 success 20 failures
1220 found 529 test instances: 519 success 6 failures
1221 * result/relaxng/*: updated the results
1222
Daniel Veillard4c5cf702003-02-21 15:40:34 +00001223Fri Feb 21 16:37:39 CET 2003 Daniel Veillard <daniel@veillard.com>
1224
1225 * relaxng.c: implemented checks from section 7.2
1226
Daniel Veillard77648bb2003-02-20 15:03:22 +00001227Thu Feb 20 16:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
1228
1229 * relaxng.c: implemented the checks from section 7.1, fixed
1230 some of the 4.20 and 4.21 problems.
1231 found 373 test schemas: 338 success 35 failures
1232 found 529 test instances: 519 success 6 failures
1233 * result/relaxng/*: updated the results
1234
Daniel Veillard1c745ad2003-02-20 00:11:02 +00001235Thu Feb 20 01:09:24 CET 2003 Daniel Veillard <daniel@veillard.com>
1236
1237 * relaxng.c: implemented the 4.20 and 4.21 simplification rules.
1238 * result/relaxng/*: updated the results
1239
Daniel Veillardce14fa52003-02-19 17:32:48 +00001240Wed Feb 19 18:30:30 CET 2003 Daniel Veillard <daniel@veillard.com>
1241
1242 * relaxng.c: more bugfixes
1243 * result/relaxng/*: updated the results
1244
Igor Zlatkovic7e1d1582003-02-19 14:51:44 +00001245Wed Feb 19 15:39:56 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
1246
1247 * DOCBparser.c: obsoleted xmlNormalizeWindowsPath
1248 * HTMLparser.c: obsoleted xmlNormalizeWindowsPath
1249 * SAX.c: ensured xmlDoc.URL is always canonic
1250 * parser.c: obsoleted xmlNormalizeWindowsPath
1251 * uri.c include/libxml/uri.h: introduced xmlCanonicPath
1252 * xmlIO.c include/libxml/xmlIO.h: obsoleted xmlNormalizeWindowsPath
1253 * win32/libxml2.def.src: added few exports
1254
1255
Daniel Veillard2e9b1652003-02-19 13:29:45 +00001256Wed Feb 19 14:26:51 CET 2003 Daniel Veillard <daniel@veillard.com>
1257
1258 * Makefile.am configure.in: patched to have shared libraries
1259 for Python regression tests and static binaries for gdb debug
1260 in my development environment
1261 * relaxng.c: more bugfixes
1262 found 373 test schemas: 296 success 77 failures
1263 found 529 test instances: 516 success 8 failures
1264 * result/relaxng/*: updated the results
1265
Daniel Veillard8fe98712003-02-19 00:19:14 +00001266Wed Feb 19 01:17:48 CET 2003 Daniel Veillard <daniel@veillard.com>
1267
1268 * relaxng.c: guess what ! Relax-NG bugfixing, what a surprize...
1269
Daniel Veillardd4310742003-02-18 21:12:46 +00001270Tue Feb 18 22:09:50 CET 2003 Daniel Veillard <daniel@veillard.com>
1271
1272 * xmlschemastypes.c: float/double check bugfix
1273 * tree.c include/libxml/tree.h: exported a function for NMTOKEN
1274 validation
1275 * xmlreader.c: add a TODO for Jody
1276 * relaxng.c: bugfix bugfix bugfix
1277 found 373 test schemas: 300 success 73 failures
1278 found 529 test instances: 507 success 10 failures
1279 * result/relaxng/*: updated the results
1280
Daniel Veillard2df2de22003-02-17 23:34:33 +00001281Tue Feb 18 00:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
1282
1283 * relaxng.c check-relaxng-test-suite.py: more RelaxNG bug hunting
1284
Daniel Veillard416589a2003-02-17 17:25:42 +00001285Mon Feb 17 18:23:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1286
1287 * relaxng.c check-relaxng-test-suite.py: more work on the
1288 RelaxNG implementation conformance testing.
1289 found 373 test schemas: 284 success 89 failures
1290 found 529 test instances: 448 success 47 failures
1291 * result/relaxng/*: updated the results
1292
Daniel Veillard784b9352003-02-16 15:50:27 +00001293Sun Feb 16 16:48:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1294
1295 * ChangeLog tree.c doc/libxml-doc.el doc/libxml2-api.xml: applied
1296 a patch from Kjartan Maraas to fix some typos
1297
Daniel Veillardfebcca42003-02-16 15:44:18 +00001298Sun Feb 16 16:40:52 CET 2003 Daniel Veillard <daniel@veillard.com>
1299
1300 * relaxng.c: more bug-hunting
1301 * testRelax.c include/libxml/relaxng.h: added --tree to dump the
1302 intermediate rng tree
1303 * python/generator.py: patch from Stephane Bidoul to fix the generator
1304 on python < 2.2
1305
Daniel Veillardd2298792003-02-14 16:54:11 +00001306Fri Feb 14 17:49:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1307
1308 * check-relaxng-test-suite.py relaxng.c: more testing on the
1309 Relax-NG front, cleaning up the regression tests failures
1310 current state and I forgot support for "mixed":
1311 found 373 test schemas: 280 success 93 failures
1312 found 529 test instances: 401 success 68 failures
1313 * tree.c include/libxml/tree.h xmlschemastypes.c: finished and
1314 moved the Name, NCName and QName validation routine in tree.c
1315 * uri.c: fixed handling of URI ending up with #, i.e. having
1316 an empty fragment ID.
1317 * result/relaxng/*: updated the results
1318
Daniel Veillard9a237c92003-02-13 15:52:58 +00001319Thu Feb 13 16:49:24 CET 2003 Daniel Veillard <daniel@veillard.com>
1320
1321 * check-xinclude-test-suite.py: improved the script accordingly
1322 to the XInclude regression tests updates
1323 * xpointer.c: Implemented XPointer element() Scheme W3C PR of 13
1324 November 2002
1325 * result/XPath/xptr/chapterschildseq result/XPath/xptr/vidchildseq
1326 test/XPath/xptr/chapterschildseq test/XPath/xptr/vidchildseq:
1327 augmented the Xpointer testsuite for the element() scheme
1328
Daniel Veillardf4b4f982003-02-13 11:02:08 +00001329Thu Feb 13 12:00:30 CET 2003 Daniel Veillard <daniel@veillard.com>
1330
1331 * relaxng.c: added TODO for the DTD compatibility spec
1332 * xinclude.c: more bug fixes driven by the testsuite
1333
Daniel Veillardd581b7e2003-02-11 18:03:05 +00001334Tue Feb 11 19:01:02 CET 2003 Daniel Veillard <daniel@veillard.com>
1335
1336 * check-xinclude-test-suite.py xinclude.c: Work on the W3C/NIST
1337 regression tests for XInclude, improved the script, improving
1338 XInclude error reporting mechanism
1339
Daniel Veillard1d788d22003-02-10 16:21:58 +00001340Mon Feb 10 17:19:14 CET 2003 Daniel Veillard <daniel@veillard.com>
1341
1342 * NEWS doc/* configure.in: preparing release 2.5.3
1343
Daniel Veillardfd7ce5f2003-02-10 16:12:39 +00001344Mon Feb 10 17:11:22 CET 2003 Daniel Veillard <daniel@veillard.com>
1345
1346 * tree.c: trying to fix #104934 about some XHTML1 serialization
1347 issues.
1348
Daniel Veillard809faa52003-02-10 15:43:53 +00001349Mon Feb 10 16:41:13 CET 2003 Daniel Veillard <daniel@veillard.com>
1350
1351 * encoding.c xmlIO.c: fixing bug #104646 about iconv based
1352 encoding conversion when the input buffer stops in the
1353 middle of a multibyte char
1354
Daniel Veillard1703c5f2003-02-10 14:28:44 +00001355Mon Feb 10 15:24:47 CET 2003 Daniel Veillard <daniel@veillard.com>
1356
1357 * test/relaxng/OASIS/spectest.xml: OASIS RelaxNG testsuite
1358 * check-relaxng-test-suite.py: python script to run regression
1359 against OASIS RelaxNG testsuite
1360 * relaxng.c: some cleanup tweaks
1361 * HTMLparser.c globals.c: cleanups in comments
1362 * doc/libxml2-api.xml: updated the API
1363 * result/relaxng/*: errors moved files, so large diffs but
1364 no changes at the semantic level.
1365
Daniel Veillard6aa2f602003-02-10 00:01:56 +00001366Mon Feb 10 01:00:31 CET 2003 Daniel Veillard <daniel@veillard.com>
1367
1368 * tree.c: fixing #105678 problem when dumping a namespace node.
1369
Daniel Veillard591b4be2003-02-09 23:33:36 +00001370Mon Feb 10 00:30:01 CET 2003 Daniel Veillard <daniel@veillard.com>
1371
1372 * xpath.c: fixed doc comment problems
1373 * python/generator.py python/libxml_wrap.h python/types.c: adding
1374 RelaxNG wrappers
1375 * python/tests/Makefile.am python/tests/relaxng.py: added a specific
1376 test of those early Python RelaxNG bindings
1377
1378Sun Feb 9 15:18:43 CET 2003 Daniel Veillard <daniel@veillard.com>
Daniel Veillard231d7912003-02-09 14:22:17 +00001379
1380 * libxml.spec.in: fixes a libtool problem on AMD 64bits builds
1381 * relaxng.c: found the validation problem I had with interleave
1382 when not covering all remaining siblings
1383 * Makefile.am test.relaxng/* result/relaxng/*: augmented the
1384 testsuite and check the RNG schemas against the RNG schemas
1385 given in appendix A
1386
Igor Zlatkovic6dacee62003-02-08 17:52:57 +00001387Sat Feb 8 18:55:43 CET 2003 Igor Zlatkovic <igor@zlatkovic.com>
1388
1389 * win32/Makefile.msvc: updates for RelaxNG
1390 * win32/Makefile.mingw: updates for RelaxNG
1391 * win32/libxml2.def.src: added RelaxNG exports
1392
Daniel Veillard97fd5672003-02-07 13:01:54 +00001393Fri Feb 7 14:00:53 CET 2003 Daniel Veillard <daniel@veillard.com>
1394
1395 * xinclude.c: applied another bug fix from Sean Chittenden
1396
Daniel Veillardef4d3bc2003-02-07 12:38:22 +00001397Fri Feb 7 13:34:08 CET 2003 Daniel Veillard <daniel@veillard.com>
1398
1399 * configure.in xmllint.c: I f...ed up the default configuration
1400 of schemas and --relaxng option display in xmllint, pointed by
1401 Morus Walter.
1402 * xlink.c: Sean Chittenden pointed a couple of errors in the XLink
1403 detection module, fixes bug #105374.
1404
Daniel Veillardc5a70f22003-02-06 23:41:59 +00001405Fri Feb 7 01:43:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1406
1407 * xmlschemastypes.c: added the boolean base type.
1408
Daniel Veillard96a4b252003-02-06 08:22:32 +00001409Thu Feb 6 10:23:52 CET 2003 Daniel Veillard <daniel@veillard.com>
1410
1411 * xmlschemastypes.c: started implementing some of the missing
1412 default simple types
1413 * result/relaxng/*: updated the results
1414
Daniel Veillard72fef162003-02-05 14:31:19 +00001415Wed Feb 5 15:28:04 CET 2003 Daniel Veillard <daniel@veillard.com>
1416
1417 * NEWS doc/*: updated the docs, ready for 2.5.2 release
1418
Daniel Veillard71531f32003-02-05 13:19:53 +00001419Wed Feb 5 14:15:59 CET 2003 Daniel Veillard <daniel@veillard.com>
1420
1421 * HTMLparser.c tree.c xmlIO.c: comments cleanups
1422 * Makefile.am: use xmllint for doing the RelaxNG tests
1423 * configure.in: preparing 2.5.2 made schemas support default to
1424 on instead of off
1425 * relaxng.c: removed the verbosity
1426 * xmllint.c: added --relaxng option
1427 * python/generator.py python/libxml_wrap.h: prepared the integration
1428 of the new RelaxNG module and schemas
1429 * result/relaxng/*: less verbose output
1430
Daniel Veillardec498e12003-02-05 11:01:50 +00001431Wed Feb 5 12:00:36 CET 2003 Daniel Veillard <daniel@veillard.com>
1432
1433 * valid.c: do not run content model validation if the
1434 content is not determinist
1435
Daniel Veillardde590ca2003-02-05 10:45:26 +00001436Wed Feb 5 11:43:58 CET 2003 Daniel Veillard <daniel@veillard.com>
1437
1438 * SAX.c: added the redefinition of namespaced attribute
1439 check that was missing as Fabrice Desré pointed out.
1440
Daniel Veillard930dfb62003-02-05 10:17:38 +00001441Wed Feb 5 11:09:29 CET 2003 Daniel Veillard <daniel@veillard.com>
1442
1443 * HTMLparser.c include/libxml/HTMLparser.h: applied HTML
1444 improvements from Nick Kew, allowing to do more checking
1445 to HTML elements and attributes.
1446
Daniel Veillard4287c572003-02-04 22:48:53 +00001447Tue Feb 4 23:47:06 CET 2003 Daniel Veillard <daniel@veillard.com>
1448
1449 * xinclude.c: fixing bug #105137 about entities declaration
1450 needing to be copied to the including document.
1451
Daniel Veillard652d8a92003-02-04 19:28:49 +00001452Tue Feb 4 20:26:22 CET 2003 Daniel Veillard <daniel@veillard.com>
1453
1454 * catalog.c: fixed bug #104817 with delegateURI
1455 * xpath.c: fixing bugs #104123 and #104125
1456
Daniel Veillard0e298ad2003-02-04 16:14:33 +00001457Tue Feb 4 17:12:56 CET 2003 Daniel Veillard <daniel@veillard.com>
1458
1459 * configure.in valid.c xmlreader.c python/libxml_wrap.h
1460 python/types.c: fixing #104096 to compile without regexps
1461
Daniel Veillard57e79b32003-02-04 15:33:12 +00001462Tue Feb 4 16:31:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1463
1464 * valid.c: fixing bug #103969 forgot to add an epsilon transition
1465 when building the automata for elem*
1466
Daniel Veillard358a9892003-02-04 15:22:32 +00001467Tue Feb 4 16:21:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1468
1469 * HTMLparser.c: applied patch from Arne de Bruijn fixing
1470 bug #103827
1471
Daniel Veillardeb137172003-02-04 15:18:06 +00001472Tue Feb 4 16:17:09 CET 2003 Daniel Veillard <daniel@veillard.com>
1473
1474 * HTMLparser.c: updating a comment, fixing #103776
1475
Daniel Veillard8d589042003-02-04 15:07:21 +00001476Tue Feb 4 16:05:53 CET 2003 Daniel Veillard <daniel@veillard.com>
1477
1478 * parser.c: fixing bug 105049 for validity checking of content
1479 within recursive entities.
1480
Daniel Veillarde5b110b2003-02-04 14:43:39 +00001481Tue Feb 4 15:40:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1482
1483 * HTMLparser.c: try to fix # 105049
1484 * relaxng.c xmlschemastypes.c: a couple of changes and extensions
1485 * tree.c: updated a function comment
1486
Daniel Veillard419a7682003-02-03 23:22:49 +00001487Tue Feb 4 00:20:58 CET 2003 Daniel Veillard <daniel@veillard.com>
1488
1489 * relaxng: more work on grammars and refs/defs
1490 * test/relaxng/* result/relaxng/*: augmented/updated the
1491 regression tests
1492
Daniel Veillard144fae12003-02-03 13:17:57 +00001493Mon Feb 3 14:16:59 CET 2003 Daniel Veillard <daniel@veillard.com>
1494
1495 * relaxng: more work on name classes, except support
1496 * test/relaxng/* result/relaxng/*: augmented/updated the
1497 regression tests
1498
Daniel Veillard1ed7f362003-02-03 10:57:45 +00001499Mon Feb 3 11:56:05 CET 2003 Daniel Veillard <daniel@veillard.com>
1500
1501 * relaxng: more work on name classes, the "validate all" schemas
1502 seems to work now.
1503 * test/relaxng/* result/relaxng/*: augmented/updated the
1504 regression tests
1505
Daniel Veillard3b2e4e12003-02-03 08:52:58 +00001506Mon Feb 3 09:50:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1507
1508 * python/libxml.c: removed an unprotedted debug message Aleksi Suhonen
1509 * parser.c: put a guard against infinite document depth, basically
1510 trying to avoid another kind of DoS attack.
1511 * relaxng.c: some code w.r.t. nameClasses
1512
Daniel Veillardfc1a4502003-02-02 16:02:55 +00001513Sun Feb 2 17:01:43 CET 2003 Daniel Veillard <daniel@veillard.com>
1514
1515 * test/relaxng/* result/relaxng/*: check all the namespace support
1516 was actually correct based on tutorial section 10.
1517
Daniel Veillarde2a5a082003-02-02 14:35:17 +00001518Sun Feb 2 15:33:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1519
1520 * relaxng: include seems to work okay now
1521 * test/relaxng/* result/relaxng/*: augmented/updated the
1522 regression tests
1523
Daniel Veillarda9d912d2003-02-01 17:43:10 +00001524Sat Feb 1 19:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
1525
1526 * relaxng.c: a bit of work done in the train back.
1527 * test/relaxng/*: added one of the include tests
1528
Daniel Veillard154877e2003-01-30 12:17:05 +00001529Thu Jan 30 14:06:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1530
1531 * relaxng: more work done in the train
1532 * test/relaxng/* result/relaxng/*: augmented/updated the
1533 regression tests
1534
Daniel Veillarde431a272003-01-29 23:02:33 +00001535Wed Jan 29 23:44:58 CET 2003 Daniel Veillard <daniel@veillard.com>
1536
1537 * relaxng.c: debugging of externalRef
1538 * test/relaxng/* result/relaxng/*: augmented/updated the
1539 regression tests
1540
Daniel Veillardd41f4f42003-01-29 21:07:52 +00001541Wed Jan 29 22:06:04 CET 2003 Daniel Veillard <daniel@veillard.com>
1542
1543 * relaxng.c: more work on Relax-NG, implementing externalRef
1544 * test/relaxng/* result/relaxng/*: augmented/updated the
1545 regression tests
1546 * Makefile.am: cleanup to Relaxtests target
1547
Daniel Veillardb08c9812003-01-28 23:09:49 +00001548Wed Jan 29 00:08:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1549
1550 * relaxng.c: more work on Relax-NG, implementing interleave
1551 * test/relaxng/* result/relaxng/*: augmented/updated the
1552 regression tests
1553
Daniel Veillard76fc5ed2003-01-28 20:58:15 +00001554Tue Jan 28 21:56:49 CET 2003 Daniel Veillard <daniel@veillard.com>
1555
1556 * relaxng.c: more work on Relax-NG, implementing interleave
1557 * test/relaxng/* result/relaxng/*: augmented/updated the
1558 regression tests
1559
MST 2003 John Fleckda81d192003-01-27 14:35:56 +00001560Mon Jan 27 07:35:29 MST 2003 John Fleck <jfleck@inkstain.net>
1561
1562 * doc/tutorial/customfo.xsl
1563 * doc/tutorial/customhtml.xsl
1564 adding stylesheet customizations used to generate fo
1565 for pdf and html
1566
Daniel Veillardc6e997c2003-01-27 12:35:42 +00001567Mon Jan 27 13:29:43 CET 2003 Daniel Veillard <daniel@veillard.com>
1568
1569 * relaxng.c: more work on Relax-NG
1570 * test/relaxng/* result/relaxng/*: augmented/updated the
1571 regression tests
1572 * xmlschemastypes.c: added a number of base type definition but not
1573 the associated checks, those are still TODOs
1574
MST 2003 John Fleck731967e2003-01-27 00:39:50 +00001575Sun Jan 26 17:37:06 MST 2003 John Fleck <jfleck@inkstain.net>
1576
1577 in docs/tutorial:
1578 * apa.html
1579 * apb.html
1580 * apc.html
1581 * apd.html
1582 * ape.html
1583 * apf.html
1584 * apg.html
1585 * ar01s02.html
1586 * ar01s03.html
1587 * ar01s04.html
1588 * ar01s05.html
1589 * ar01s06.html
1590 * ar01s07.html
1591 * ar01s08.html
1592 * index.html
1593 * xmltutorial.pdf
1594 * xmltutorial.xml
1595 add index to tutorial
1596
MST 2003 John Fleck937362d2003-01-27 00:04:32 +00001597Sun Jan 26 17:02:29 MST 2003 John Fleck <jfleck@inkstain.net>
1598
1599 * doc/xmlcatalog.1
1600 * doc/xmlcatalog_man.html
1601 * doc/xmlcatalog_man.xml
1602 belatedly fixing bug #93622 (adds rewriteURI type to
1603 "--add" option in xmlcatalog man page
1604
Daniel Veillard3be27512003-01-26 19:49:04 +00001605Sun Jan 26 20:47:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1606
Daniel Veillardc6e997c2003-01-27 12:35:42 +00001607 * xmlcatalog.c xmllint.c: applied patch for NetBSD by
Daniel Veillard3be27512003-01-26 19:49:04 +00001608 Julio Merino, closing #104475
1609
Daniel Veillardea3f3982003-01-26 19:45:18 +00001610Sun Jan 26 20:38:43 CET 2003 Daniel Veillard <daniel@veillard.com>
1611
1612 * relaxng.c: more work on Relax-NG
1613 * test/relaxng/* result/relaxng/*: augmented/updated the
1614 regression tests
1615
Daniel Veillardedc91922003-01-26 00:52:04 +00001616Sun Jan 26 01:49:58 CET 2003 Daniel Veillard <daniel@veillard.com>
1617
1618 * relaxng.c: more work on Relax-NG
1619 * test/relaxng/* result/relaxng/*: augmented/updated the
1620 regression tests
1621
Daniel Veillarddd1655c2003-01-25 18:01:32 +00001622Sat Jan 25 18:59:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1623
1624 * README: updated the policy on private mail answers
1625 * relaxng.c: more work on Relax-NG
1626 * test/relaxng/* result/relaxng/*: augmented/updated the
1627 regression tests
1628
Daniel Veillard7424eb62003-01-24 14:14:52 +00001629Fri Jan 24 15:12:44 CET 2003 Daniel Veillard <daniel@veillard.com>
1630
1631 * error.c parser.c tree.c: applied a documentation patch from
1632 Stefan Kost
1633
Daniel Veillard276be4a2003-01-24 01:03:34 +00001634Fri Jan 24 02:00:50 CET 2003 Daniel Veillard <daniel@veillard.com>
1635
1636 * relaxng.c: more work on Relax-NG
1637 * doc/*: regenerated the docs
1638 * test/relaxng/* result/relaxng/*: updated and augmented the
1639 Relax-NG regression tests and results
1640
Daniel Veillard6eadf632003-01-23 18:29:16 +00001641Thu Jan 23 19:26:20 CET 2003 Daniel Veillard <daniel@veillard.com>
1642
1643 * Makefile.am configure.in relaxng.c include/libxml/relaxng.h:
1644 First commit of the new Relax-NG validation code, not generally
1645 useful yet.
1646 * test/relaxng/* result/relaxng/*: current state of the regression
1647 tests
1648
Daniel Veillard814a76d2003-01-23 18:24:20 +00001649Thu Jan 23 19:22:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1650
1651 * tree.c: minimized the memory allocated for GetContent
1652 and a bit of cleanup.
1653
Daniel Veillardff12c492003-01-23 16:42:55 +00001654Thu Jan 23 17:41:37 CET 2003 Daniel Veillard <daniel@veillard.com>
1655
1656 * python/generator.py: seems there is no good reasons to
1657 not generate bindings for XPointer
1658
Daniel Veillard540a31a2003-01-21 11:21:07 +00001659Tue Jan 21 13:19:35 CET 2003 Daniel Veillard <daniel@veillard.com>
1660
1661 * xmlreader.c doc/apibuild.py: applied a new patch from
1662 Stéphane Bidoul for cleanups
1663 * doc/libxml2-api.xml: rebuilt the API description with
1664 new entry points
1665
Daniel Veillard417be3a2003-01-20 21:26:34 +00001666Mon Jan 20 23:25:00 CET 2003 Daniel Veillard <daniel@veillard.com>
1667
1668 * xmlreader.c python/drv_libxml2.py python/generator.py
1669 python/libxml.c python/libxml.py python/libxml_wrap.h
1670 python/types.c: patch from Stéphane Bidoul for better per
1671 context error message APIs
1672 * python/tests/ctxterror.py python/tests/readererr.py:
1673 update of the tests
1674
MST 2003 John Fleck97ddfc02003-01-20 00:09:57 +00001675Sun Jan 19 17:09:28 MST 2003 John Fleck <jfleck@inkstain.net>
1676
1677 * doc/guidelines.html
1678 grammar and spelling cleanup
1679
Daniel Veillard26f70262003-01-16 22:45:08 +00001680Fri Jan 17 00:31:30 CET 2003 Daniel Veillard <daniel@veillard.com>
1681
1682 * xmlreader.c include/libxml/xmlreader.h python/generator.py
1683 python/libxml.c python/libxml.py win32/libxml2.def.src: applied
1684 a patch from Stéphane Bidoul to allow per XMLtextReader error
1685 and warning handling
1686 * python/tests/Makefile.am python/tests/readererr.py: adding the
1687 specific regression test
1688
Daniel Veillard71f9d732003-01-14 16:07:16 +00001689Tue Jan 14 17:00:08 CET 2003 Daniel Veillard <daniel@veillard.com>
1690
1691 * xpath.c: Alexey Efimov pointed out that concat('a', 'b', )
1692 should raise a syntax error
1693
Daniel Veillarde4a07e72003-01-14 14:40:25 +00001694Tue Jan 14 15:39:14 CET 2003 Daniel Veillard <daniel@veillard.com>
1695
1696 * python/libxml.c: cleanup patch from Stéphane Bidoul
1697
Daniel Veillard81601f92003-01-14 13:42:37 +00001698Tue Jan 14 14:41:18 CET 2003 Daniel Veillard <daniel@veillard.com>
1699
1700 * encoding.c: fixing bug #103100 with a dummy UTF8ToUTF8 copy
1701
Daniel Veillarde6227e02003-01-14 11:42:39 +00001702Tue Jan 14 12:40:29 CET 2003 Daniel Veillard <daniel@veillard.com>
1703
1704 * python/generator.py python/libxml.c python/libxml.py
1705 python/libxml_wrap.h python/types.c: applied and fixed a patch
Daniel Veillarde4a07e72003-01-14 14:40:25 +00001706 from Stéphane Bidoul to provide per parser error handlers at the
Daniel Veillarde6227e02003-01-14 11:42:39 +00001707 Python level.
1708 * python/tests/Makefile.am python/tests/ctxterror.py: added a
1709 regression test for it.
1710
Daniel Veillard4dbe77a2003-01-14 00:17:42 +00001711Tue Jan 14 01:15:04 CET 2003 Daniel Veillard <daniel@veillard.com>
1712
1713 * xmlreader.c: fixed the streaming property of the reader,
1714 it was generating tree faster than consuming it. Pointed out
1715 by Nate Myers
1716 * tree.c: fixed a bug in xmlSaveFormatFileEnc if passed a NULL doc
1717
Igor Zlatkovic9df24742003-01-12 21:15:55 +00001718Sun Jan 12 22:18:02 CET 2003 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
1719
Igor Zlatkovicd31876c2003-01-12 21:43:13 +00001720 * win32/libxml2.def.src: added more xmlreader and other exports
Igor Zlatkovic9df24742003-01-12 21:15:55 +00001721
Daniel Veillard8e7e1c02003-01-10 17:06:09 +00001722Fri Jan 10 18:04:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1723
1724 * xpath.c: fix to the XPath implementation for parent and
1725 ancestors axis when operating on a Result Value Tree.
1726 Fixes bug #100271
1727
Daniel Veillardcacbe5d2003-01-10 16:09:51 +00001728Fri Jan 10 17:07:01 CET 2003 Daniel Veillard <daniel@veillard.com>
1729
1730 * nanoftp.c nanohttp.c xmlIO.c: patch from Stefano Zacchiroli
1731 to fix some URI/file escaping problems
1732
Daniel Veillard3b87b6b2003-01-10 15:21:50 +00001733Fri Jan 10 16:20:34 CET 2003 Daniel Veillard <daniel@veillard.com>
1734
1735 * python/generator.py: fixed a bug raised by Raymond Wiker,
1736 docSetRootElement() should not raise an exception if the
1737 return is None
1738
Daniel Veillard3e20a292003-01-10 13:14:40 +00001739Fri Jan 10 14:13:03 CET 2003 Daniel Veillard <daniel@veillard.com>
1740
1741 * python/libxml.py python/libxml.c python/libxml2-python-api.xml:
1742 fixed bug #102181 by applying the suggested change and fixing
1743 the generation/registration problem.
1744
Daniel Veillarde55e8e42003-01-10 12:50:02 +00001745Fri Jan 10 13:47:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1746
1747 * HTMLparser.c: fixed bug #102960 by reusing the XML name parsing
1748 routines.
1749
Daniel Veillard8f872442003-01-09 23:19:02 +00001750Fri Jan 10 00:16:49 CET 2003 Daniel Veillard <daniel@veillard.com>
1751
1752 * parser.c: one more IsEmptyElement crazyness, that time in
1753 external parsed entities if substitution is asked.
1754 * python/tests/reader3.py: added a specific test.
1755
Daniel Veillarde329fc22003-01-09 21:36:42 +00001756Thu Jan 9 22:35:31 CET 2003 Daniel Veillard <daniel@veillard.com>
1757
1758 * python/drv_libxml2.py: update from Stéphane Bidoul: python 2.1
1759 support and improved error handler registration
1760
Daniel Veillard5ecaf7f2003-01-09 13:19:33 +00001761Thu Jan 9 14:16:38 CET 2003 Daniel Veillard <daniel@veillard.com>
1762
1763 * HTMLtree.c tree.c: fixes #102920 about namespace handling in
1764 HTML output and section 16.2 "HTML Output Method" of XSLT-1.0
1765 * README: fixed a link
1766
Daniel Veillarde2830f12003-01-08 17:47:49 +00001767Wed Jan 8 18:32:25 CET 2003 Daniel Veillard <daniel@veillard.com>
1768
1769 * configure.in doc/* NEWS: preparing 2.5.1 release
1770 * SAX.c parser.c: fixing XmlTextReader bug
1771
Daniel Veillard8bf70b92003-01-07 23:14:24 +00001772Wed Jan 8 00:13:01 CET 2003 Daniel Veillard <daniel@veillard.com>
1773
1774 * SAX.c: fuck, I introduced a memory leak on external parsed
1775 entities in 2.5.0 :-(
1776
Daniel Veillard56ada1d2003-01-07 11:17:25 +00001777Tue Jan 7 12:12:45 CET 2003 Daniel Veillard <daniel@veillard.com>
1778
1779 * xmllint.c: another fix needed as pointed by Christophe Merlet
1780 for --stream --debug if compiled without debug support.
1781
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +00001782Mon Jan 6 20:53:08 MST 2003 John Fleck <jfleck@inkstain.net>
1783
1784 * doc/xmllint.xml
Daniel Veillard56ada1d2003-01-07 11:17:25 +00001785 * doc/xmllint.1:
MST 2003 John Fleck7e54be12003-01-07 03:54:25 +00001786 update man page with --stream and --chkregister
1787
Daniel Veillard8326e732003-01-07 00:19:07 +00001788Tue Jan 7 01:17:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1789
1790 * globals.c: fixed --with-threads compile
1791 * xmllint.c: fixed --without-debug compile
1792 * include/libxml/globals.h: cleanup
1793 * include/libxml/schemasInternals.h: add a missing include
1794
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00001795Mon Jan 6 14:06:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1796
1797 * configure.in NEWS: preparing 2.5.0 release
1798 * SAX.c: only warn in pedantic mode about namespace name
1799 brokeness
1800 * globals.c: fix a doc generation problem
1801 * uri.c: fix #101520
1802 * doc/*: updated and rebuilt the doc for the release, includuding
1803 stylesheet update
1804 * python/Makefile.am: fix a filename bug
1805
1806Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
1807
1808 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
1809 should not be called.
1810
1811Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
1812
1813 * libxml-2.0.pc.in: applied the patch to fix #101894
1814
1815Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
1816
1817 * tree.c : applied patch from Lukas Schroeder for register callbacks
1818 * valid.c: modified patch from Lukas Schroeder to test
1819 register callbacks with --chkregister
1820
1821Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
1822
1823 * xmlreader.c: seriously changed the way data are pushed to
1824 the underlying parser, go by block of 512 bytes instead of
1825 tryng to detect tag boundaries at that level. Changed the
1826 way empty element are detected and tagged.
1827 * python/tests/reader.py python/tests/reader2.py
1828 python/tests/reader3.py: small changes mostly due to context
1829 reporting being different and DTD node being reported. Some
1830 errors previously undetected are now caught and fixed.
1831 * doc/xmlreader.html: flagged last section as TODO
1832
1833Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
1834
1835 * python/libxml.py: integrated the Python 2.2 optimizations
1836 from Hannu Krosing, while maintaining compatibility with
1837 1.5 and 2.1
1838
1839Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
1840
1841 * xmllint.c: a bit of cleanup
1842 * xmlreader.c: small fix
1843 * doc/xmlreader.html: more work on the XmlTextReader tutorial
1844 * python/libxml.py: a few fixes pointed out by Hannu Krosing
1845
1846Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
1847
1848 * python/setup.py.in: patch from Stéphane Bidoul to include
1849 drv_libxml2.py in setup.py
1850
1851Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
1852
1853 * doc/xmlreader.html: starting documenting the new XmlTextReader
1854 interface.
1855
1856Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
1857
1858 * xmllint.c: added the --stream flag to use the TextReader API
1859 * xmlreader.c: small performance tweak
1860
1861Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
1862
1863 * xmlreader.c python/tests/reader2py: okay the DTD validation
1864 code on top of the XMLTextParser API should be solid now.
1865
1866Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
1867
1868 * xmlreader.c python/tests/reader2py: Fixing some more mess
1869 with validation and recursive entities while using the
1870 reader interface, it's getting a bit messy...
1871
1872Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
1873
1874 * xmlreader.c python/tests/reader.py: another couple of problem
1875 related to IsEmptyElement reported by Stéphane Bidoul needed
1876 some fixes.
1877
1878Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1879
1880 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
1881 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
1882 based on the python XmlTextReader interface.
1883
1884Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
1885
1886 * tree.c: backing out one change in the last patch which broke the
1887 regression tests
1888
1889Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
1890
1891 * global.data globals.c tree.c include/libxml/globals.h: applied
1892 an old patch from Lukas Schroeder to track node creation and
1893 destruction. Probably missing a lot of references at the moment
1894 and not usable reliably.
1895
1896Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
1897
1898 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
1899 from doc/news.html and a stylesheet
1900
1901Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
1902
1903 * xmlreader.c python/tests/reader.py: fixed another couple of
1904 xmlreader bugs reported by Stéphane Bidoul and added tests.
1905
1906Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
1907
1908 * xmlreader.c python/tests/reader2.py: fixed another validity
1909 checking in external parsed entities raised by Stéphane Bidoul
1910 and added a specific regression test.
1911 * python/tests/reader3.py: cleanup
1912
1913Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
1914
1915 * xmlreader.c python/tests/reader2.py: fixed a problem with
1916 validation within entities pointed by Stéphane Bidoul, augmented
1917 the tests to catch those.
1918
1919Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
1920
1921 * python/generator.py: modified the generator to allow keeping
1922 class references when creating new classes, needed to fix a bug
1923 pointed by Stéphane Bidoul where the input buffer of the
1924 xmlTextReader instance gets destroyed if the python wrapper for
1925 the input is not referenced anymore.
1926
1927Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
1928
1929 * xmlreader.c python/tests/reader.py: fixed another pair of problem
1930 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
1931
1932Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
1933
1934 * xmlreader.c python/tests/reader.py: fixed another problem
1935 pointed by Stéphane Bidoul
1936
1937Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
1938
1939 * xmlreader.c python/tests/reader.py: fixed a limit case problem
1940 with "<a/>"
1941
1942Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
1943
1944 * SAX.c: warn on xmlns:prefix="foo"
1945 * xmlreader.c python/tests/reader.py: fixed a couple of problem
1946 for namespace attributes handling.
1947
1948Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
1949
1950 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
1951 a really nasty problem raised by a DocBook XSLT transform
1952 provided by Sebastian Bergmann
1953
1954Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
1955
1956 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
1957 by Stéphane Bidoul and integrated it into the tests
1958
1959Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
1960
1961 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
1962 extended the XmlTextReader API a bit, addding accessors for
1963 the current doc and node, and an entity substitution mode for
1964 the parser.
1965 * python/libxml.py python/libxml2class.txt: related updates
1966 * python/tests/Makefile.am python/tests/reader.py
1967 python/tests/reader2.py python/tests/reader3.py: updated a bit
1968 the old tests and added a new one to test the entities handling
1969
1970Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
1971
1972 * python/generator.py python/libxml2class.txt
1973 python/tests/reader.py python/tests/reader2.py: changed the
1974 generator to provide casing for the XmlTextReader similar to
1975 C# so that examples and documentation are more directly transposable.
1976 Fixed the couple of tests in the suite.
1977
1978Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
1979
1980 * doc/guidelines.html: added a document on guildeline for
1981 publishing and deploying XML
1982
1983Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
1984
1985 * valid.c xmlreader.c: final touch running DTD validation
1986 on the XmlTextReader
1987 * python/tests/Makefile.am python/tests/reader2.py: added a
1988 specific run based on the examples from test/valid/*.xml
1989
1990Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
1991
1992 * python/libxml.py: added a few predefined xmlTextReader parser
1993 configuration values.
1994
1995Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
1996
1997 * python/libxml_wrap.h: trying to fix #102037
1998
1999Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
2000
2001 * SAX.c: fixing bug #95296, when the predefined entities
2002 are redefined in the DTD the default one must be used
2003 instead anyway.
2004
2005Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
2006
2007 * doc/xmllint.xml
2008 * doc/xmllint.1
2009 Add discussion of XML_DEBUG_CATALOG to xmllint man
2010 page - bug #100907
2011
2012
2013Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2014
2015 * xmlreader.c: Fixed the empty node detection to avoid reporting
2016 an inexistant close tag.
2017
2018Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2019
2020 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
2021 for Python 2.1
2022
2023Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2024
2025 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
2026
2027Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2028
2029 * doc/libxml2-api.xml python/tests/reader.py: one really need
2030 to provide the base URI information when creating a reader parser
2031 from an input stream. Updated the API and the example using it.
2032
2033Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
2034
2035 * testReader.c xmlreader.c valid.c include/libxml/tree.h
2036 include/libxml/valid.h include/libxml/xmlreader.h: working on
2037 DTD validation on top of xml reader interfaces. Allows to
2038 validate arbitrary large instances. This required some extensions
2039 to the valid module interface and augmenting the size of xmlID
2040 and xmlRef structs a bit.
2041 * uri.c xmlregexp.c: simple cleanup.
2042
2043Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2044
2045 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
2046 work on the xml reader interfaces.
2047 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
2048 Web page for the Windows binaries.
2049
2050Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2051
2052 * xmlIO.c: applied a patch for VMS following the report by
2053 Nigel Hall
2054
2055Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
2056
2057 * parser.c: the parseStartTag bug fix wasn't complete.
2058
2059Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
2060
2061 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
2062 parseStartTag, fixing it.
2063 * test/att4 result/att4 result/noent/att4: adding the test
2064 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
2065 more methods to XmlTextReader.
2066
2067Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2068
2069 * win32/libxml2.def.src: added more xml reader exports
2070 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
2071 to the build
2072
2073Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
2074
2075 * doc/tutorial/xmltutorial.xml
2076 plus generated html and pdf
2077 Updating tutorial again based on further comments from Niraj
2078 Tolia on the last iteration
2079
2080Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
2081
2082 * doc/tutorial/xmltutorial.xml
2083 * doc/tutorial/includekeyword.c
2084 * doc/tutorial/includegetattribute.c
2085 plus generated html and pdf
2086 Adding fix from Niraj Tolia to tutorial to properly free memory.
2087
2088
2089Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
2090
2091 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
2092 more methods of XmlTextReader.
2093 * python/libxml2class.txt python/tests/reader.py: this increased the
2094 methods in the bndings, augmented the test to check those new
2095 functions.
2096
2097Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
2098
2099 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
2100 methods of XmlTextReader.
2101 * python/generator.py python/libxml_wrap.h python/types.c
2102 python/libxml2class.txt: added the reader to the Python bindings
2103 * python/tests/Makefile.am python/tests/reader.py: added a specific
2104 test for the Python bindings of the Reader APIs
2105 * parser.c: small cleanup.
2106
2107Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2108
2109 * xinclude.c: fallback was only copying the first child not the
2110 full child list of the fallback element, closes #89684 as reopened
2111 by Bernd Kuemmerlen
2112
2113Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2114
2115 * win32/libxml2.def.src: exported htmlNodeDumpOutput
2116
2117Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
2118
2119 * configure.in: preparing release of 2.4.30
2120 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
2121 gives enum values, fix functype return type, put back fields in
2122 structs
2123 * doc/*: updated the docs rebuilt
2124
2125Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
2126
2127 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
2128 about htmlNodeDumpOutput location.
2129 * xpath.c: removed an undefined function signature
2130 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
2131 too many symbols in the API breaking the python bindings.
2132 Updated with the libxslt/libexslt changes.
2133
2134Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
2135
2136 * configure.in: preparing release of 2.4.29
2137 * doc/*: rebuilt the docs and API
2138 * xmlreader.c: a few more fixes for the XmlTextReader API
2139
2140Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2141
2142 * include/win32config.h: applied mingw patch from Magnus Henoch
2143
2144Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
2145
2146 * catalog.c doc/libxml2-api.xml: a bit more cleanup
2147
2148Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
2149
2150 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
2151 building Python script, does the C parsing directly, generates
2152 a better API description including structure fieds defs and
2153 enums. Still a couple of bugs, but good enough for the python
2154 wrappers now.
2155 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
2156 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
2157 include/libxml/schemasInternals.h include/libxml/tree.h: more
2158 cleanup based on the python analysis script reports.
2159 * libxml.spec.in: make sure the API XML description is part of the
2160 devel package.
2161
2162Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
2163
2164 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
2165 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
2166 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
2167 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
2168 code cleanup, especially the function comments.
2169 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
2170
2171Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
2172
2173 * Makefile.am xmlreader.c include/libxml/Makefile.am
2174 include/libxml/xmlreader.h: Adding a new set of APIs based on
2175 the C# TextXmlReader API but converted to C. Allow to parse
2176 in constant memory usage, far simpler to program and explain
2177 than the SAX like APIs, unfinished but working.
2178 * testReader.c: test program
2179
2180Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2181
2182 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
2183
2184Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
2185
2186 * tree.c: Chip turner indicated that XHTML1 serialization
2187 rule for style actually break on both IE and Mozilla,
2188 try to avoid the rule if escaping ain't necessary
2189
2190Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
2191
2192 * nanhttp.c: handle HTTP URL escaping, problem reported by
2193 Glen Nakamura and Stefano Zacchiroli
2194
2195Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
2196
2197 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
2198
2199Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2200
2201 * uri.c: Johann Richard pointed out some XPointer problems for
2202 URN based URI references in XInclude. Modified the URI parsing
2203 and saving routines to allow correct parsing and saving of
2204 XPointers, especially when attached to "opaque" scheme accordingly
2205 to RFC 2396
2206
2207Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
2208
2209 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
2210 of refactoring to the HTML saving code.
2211 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
2212 in the doc.
2213
2214Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
2215
2216 * tree.c include/libxml/tree.h: refactored the XML dump of a node
2217 to a buffer API to reuse the generic dump to an OutputIO layer,
2218 this reduces code, fixes xmlNodeDump() for XHTML, also made
2219 xmlNodeDump() now return the number of byte written.
2220
2221Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
2222
2223 * python/setup.py.in: another patch from Stéphane Bidoul for
2224 Python bindings on Windows
2225 * doc/parsedecl.py: small cleanup
2226
2227Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
2228
2229 * libxml.spec.in configure.in: add a line in %changelog for releases
2230
2231Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
2232
2233 * parser.c: patch from Marcus Clarke fixing a problem in entities
2234 parsing that was detected in KDe documentations environment.
2235
2236Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
2237
2238 * python/libxml.c (libxml_prev): Return the previous as opposed to
2239 the next node (I guess this is the result of some cut & paste programming:)
2240
2241Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2242
2243 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
2244
2245Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
2246
2247 * python/generator.py python/libxml.c python/setup.py.in: trying
2248 to fix the Python bindings build on Windows (Stéphane Bidoul)
2249
2250Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2251
2252 * win32/configure.js: added option for python bindings
2253 * win32/libxml2.def.src: added more exports
2254
2255Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2256
2257 * win32/Makefile.mingw: fixed unresolved symbols when linking with
2258 pthreads
2259 * win32/wince/*: applied updates to Windows CE port from Javier
2260
2261Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
2262
2263 * configure.in: preparing 2.4.28
2264 * libxml.spec.in doc/Makefile.am: some cleanup
2265 * doc/*: updated the news and regenerated.
2266
2267Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
2268
2269 * HTMLparser.c: final touch at closing #87235 </p> end tags
2270 need to be generated.
2271 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
2272 this change slightly the output of a few tests
2273 * doc/*: regenerated
2274
2275Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
2276
2277 * parserInternals.c: fixing bug #99190 when UTF8 document are
2278 parsed using the progressive parser and the end of the chunk
2279 is in the middle of an UTF8 multibyte character.
2280
2281Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
2282
2283 * threads.c: fixed initialization problem in xmlNewGlobalState
2284 which was causing crash.
2285 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
2286 in xmlInitializeGlobalState.
2287 * parserInternals.c: cleaned up ctxt->sax initialisation.
2288
2289Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
2290
2291 * tree.c include/libxml/tree.h: modified the existing APIs
2292 to handle XHTML1 serialization rules automatically, also add
2293 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
2294 libxslt serialization uses it when needed without changing
2295 the library API.
2296 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
2297 result/xhtml1: added a new test specifically for xhtml1 output
2298 and updated the result of one XHTML1 test
2299
2300Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
2301
2302 * xinclude.c parserInternals.c encoding.c: fixed #99082
2303 for xi:include encoding="..." support on text includes.
2304 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
2305 test/XInclude/ents/isolatin.txt : added a specific regression test
2306 * python/generator.py python/libxml2class.txt: fixed the generator
2307 the new set of comments generated for doc/libxml2-api.xml were
2308 breaking the python generation.
2309
2310Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
2311
2312 * doc/Makefile.am: repair some problem if gtk-doc fail or such
2313 * configure.in: patch for Solaris on new autoconf closes #98880
2314 * doc/parsedecl.py: repair the frigging API building script,
2315 did I say that python xmllib sucks ?
2316 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
2317 and some comment are no more truncated.
2318
2319Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
2320
2321 * parser.c: Martin Stoilov pointed out a potential leak in
2322 xmlCreateMemoryParserCtxt
2323
2324Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
2325
2326 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
2327 included in HTML documents and using the push parser.
2328
2329Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
2330
2331 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
2332 specified, look for the Python interpreter not just in the
2333 specified root but also in the specified location. Fixes #98825
2334
2335Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
2336
2337 * python/libxml.c: fixing bug #98792 , node may have no doc
2338 and dereferencing without checking ain't good ...
2339
2340Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
2341
2342 * configure.in: preparing release 2.4.27
2343 * doc/* : updated and rebuilt the docs
2344 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
2345 and all the docs are actually packaged and in the final RPMs
2346 * parser.c parserInternals.c include/libxml/parser.h: restore
2347 xmllint --recover feature.
2348
2349Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
2350
Daniel Veillard784b9352003-02-16 15:50:27 +00002351 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00002352 processing of parsed entities, and XPath computation on sustitued
2353 entities.
2354 * testXPath.c: make sure entities are substitued.
2355
2356Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
2357
Daniel Veillard784b9352003-02-16 15:50:27 +00002358 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00002359 processing of internal parsed entities, which had to be changed.
2360
2361Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
2362
2363 * Makefile.am python/Makefile.am python/tests/Makefile.am:
2364 trying to fix bug #98517 about building outside the source tree
2365 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
2366
2367Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2368
2369 * include/win32config.h: cleanup
2370 * win32/Makefile.mingw: integrated mingw in JScript configure
2371 * win32/Makefile.msvc: modified to allow mingw coexistence
2372 * win32/configure.js: integrated mingw
2373 * win32/Readme.txt: cleanup
2374
2375Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
2376
2377 * HTMLparser.c: strengthen the guard in the Pop macros,
2378 like in the XML parser, closes bug #97315
2379
2380Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
2381
2382 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
2383 callback is never used.
2384
2385Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
2386
2387 * parserInternals.c: fixed the initialization of the SAX structure
2388 which was breaking xsltproc
2389 * xpath.c: patch from Petr Pajas for CDATA nodes
2390 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
2391 * parser.c include/libxml/parser.h: patch from Peter Jones
2392 removing a leak in xmlSAXParseMemory() and adding the
2393 function xmlSAXParseMemoryWithData()
2394
2395Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
2396
2397 adding pdf of tutorial, changing web page to link to it
2398 * doc/tutorial/xmltutorial.pdf
2399 * doc/xml.html
2400 * doc/docs.html
2401
2402Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
2403
2404 * doc/tutorial/ar01s08.html
2405 adding file what I forgot for tutorial
2406
2407
2408Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
2409
2410 Adding encoding discussion to tutorial
2411 Added:
2412 * doc/tutorial/images/*.png: DocBook admonition image files
2413 * doc/tutorial/apf.html, apg.html: new generated html
2414 * doc/tutorial/includeconvert.c: conversion code entity file
2415 changed:
2416 * doc/tutorial/xmltutorial.xml: DocBook original
2417 * doc/tutorial/*.html: generated html
2418
2419Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2420
2421 * include/libxml/*.h: retired xmlwin32version.h
2422 * doc/Makefile.am: retired xmlwin32version.h
2423 * win32/configure.js: retired xmlwin32version.h
2424
2425Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2426
2427 * win32/libxml2.def.src: exported additional symbols
2428 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
2429 sisterhood
2430
2431Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
2432
2433 * globals.c: fixed a typo pointed out by Igor
2434 * xpath.c: try to speed up node compare using line numbers
2435 if available.
2436
2437Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
2438
2439 * tree.c: make xmlFreeNode() handle attributes correctly.
2440
2441Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2442
2443 * catalog.c: completed the #96963 fix, as reported by Karl
2444 Eichwalder
2445
2446Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2447
2448 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
2449
2450Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
2451
2452 * Makefile.am: switched the order of a couple of includes
2453 to fix bugs #97100
2454
2455Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2456
2457 * catalog.c: fixed bug #96963, reverted to the old behaviour of
2458 xmlLoadCatalogs that used to separate directories with a ':'.
2459
2460Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2461
2462 * threads.c: improvements to the Windows-side of thread handling
2463 * testThreads.c: conditionally excluded unistd.h
2464 * testThradsWin32.c: broke overlong lines
2465 * include/win32config.h: adapted thread-related macros to the new
2466 scheme and for pthreads on Windows
2467 * win32/Makefile.msvc: introduced a more flexible thread build,
2468 added testThreads[Win32].c to the build
2469 * win32/configure.js: introduced a more flexible thread config
2470
24712002-10-31 John Fleck <jfleck@inkstain.net>
2472
2473 * doc/xml.html (and, by implication, FAQ.html)
2474 added UTF-8 conversaion FAQ from Marcus Labib Iskander
2475
2476Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2477
2478 * configure.in: removed xmlwin32version.h
2479 * include/libxml/Makefile.am: removed xmlwin32version.h
2480
2481Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
2482
2483 * tree.c: applied patch from Brian Stafford to fix a bug
2484 in xmlReconciliateNs()
2485
2486Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
2487
2488 * tree.c: applied patch from Christian Glahn to allow
2489 xmlNewChild() on document fragment nodes
2490
2491Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
2492
2493 * parser.c: Christian Glahn found a problem with a recent
2494 patch to xmlParseBalancedChunkMemoryRecover()
2495 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
2496 problems
2497 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
2498 test/schemas/seq*: added the test cases from Charles
2499
2500Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
2501
2502 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
2503 serious cleanup of the spec file and associated changes
2504 in the Makefiles.
2505 * valid.c: try to remove some warnings on x86_64
2506
2507Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2508
2509 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
2510 fix bug #96586
2511
2512Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
2513
2514 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
2515 parsing, applied his patch
2516 * result/HTML/attrents.html result/HTML/attrents.html.err
2517 result/HTML/attrents.html.sax test/HTML/attrents.html:
2518 added the test and result case provided by Mikhail Sogrine
2519
2520Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
2521
2522 * vms/build_libxml.com vms/config.vms vms/readme.vms
2523 include/libxml/parser.h include/libxml/parserInternals.h
2524 include/libxml/tree.h include/libxml/xmlIO.h
2525 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
2526 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
2527 Applied the VMS update patch from Craig A. Berry
2528 * doc/*.html: update
2529
2530Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2531
2532 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
2533
2534Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2535
2536 * debugXML.c: adding a grep command to --shell in xmllint
2537 for T.V. Raman
2538
2539Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2540
2541 * xmlcatalog.c: tried to fix some of the problem with --sgml
2542
2543Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
2544
2545 * parser.c: tried to fix bug #91500 where doc->children may
2546 be overriden by a call to xmlParseBalancedChunkMemory()
2547
2548Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
2549
2550 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
2551 identifiers in SGML catalogs containing '&'
2552
2553Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2554
2555 * python/types.c: fixed bugs when passing result value tree
2556 to Python functions.
2557
2558Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2559
2560 * configure.in: preparing the release of 2.4.26
2561 * doc/*: updated and rebuilt the documentation
2562
2563Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2564
2565 * parser.c: fixed a XML Namespace compliance bug reported by
2566 Alexander Grimalovsky
2567
2568Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2569
2570 * HTMLtree.c: fixed serialization of script and style when
2571 they are not lowercase (i.e. added using the API to the tree).
2572
2573Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2574
2575 * valid.c: make xmlValidateDocument emit a warning msg if there
2576 is no DTD, pointed by Christian Glahn
2577
2578Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
2579
2580 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
2581 content model when some of the blocks have min or max, and a couple
2582 of bugs found in the process.
2583 * result/schemas/list0* test/schemas/list0*: added some specific
2584 regression tests
2585
2586Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
2587
2588 * README: updated the contact informations
2589
2590Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2591
2592 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
2593 misses it, reported by Peter Bray.
2594
2595Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
2596
2597 * tree.c: investigating xmlNodeGetContent() on namespace nodes
2598 and removed a few warnings
2599
2600Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
2601
2602 * parser.c: Christian Glahn found a small bug in the push parser.
2603 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
2604 public
2605
2606Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2607
2608 * xmlschemas.c include/libxml/xmlschemas.h: added
2609 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
2610 * testSchemas.c: added --memory to test the new interface
2611
2612Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
2613
2614 * doc/index.py doc/search.php: integrated the XSLT indexing,
2615 a few fixed in the indexer, added a scope selection at the
2616 search level.
2617
2618Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2619
2620 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
2621 this was due to uninitialized parts of the validation context
2622
2623Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
2624
2625 * debugXML.c: applied patch from Mark Vakoc except the API
2626 change, preserved it.
2627 * doc/*: updated the docs to point to the search engine for
2628 information lookup or before bug/help reports.
2629
2630Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
2631
2632 * doc/index.py doc/search.php: added mailing-list archives
2633 indexing and lookup
2634
2635Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2636
2637 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
2638
2639Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
2640
2641 * doc/index.py: improved HTML indexing
2642 * doc/search.php: make the queries also lookup the HTML based indexes
2643
2644Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
2645
2646 * doc/index.py: added HTML page indexing
2647
2648Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2649
2650 * xmlIO.c: extended Windows path normalisation to fix the base
2651 problem in libxslt.
2652 * catalog.c: fixed list handling in XML_CATALOG_FILES
2653
2654Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
2655
2656 * valid.c: typo/bug found by Christian Glahn
2657
2658Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2659
2660 * xmlIO.c: applied Windows CE patch from Javier.
2661 * win32/wince: new directory, contains support for the PocketPC
2662 with Windows CE from Javier.
2663 * include/win32config.h: reorganised, removed duplicate
2664 definitions and applied WinCE patch from Javier.
2665 * include/wsockcompat.h: new file, now contains WinSock
2666 compatibility macros.
2667 * win32/Makefile.msvc: introduced double-run compilation.
2668
2669Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
2670
2671 * configure.in include/libxml/xmlwin32version.h: preparing release
2672 of 2.4.25
2673 * doc/*: updated and regenerated teh docs and web pages.
2674
2675Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2676
2677 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
2678 error were not covering namespace declarations.
2679 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
2680 it was missing the attribute declaration for the namespace
2681 * result/VC/NS3: the fix now report breakages in that test
2682
2683Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2684
2685 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
2686
2687Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2688
2689 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
2690 and regenerated the docs and web site
2691
2692Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2693
2694 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
2695 ATTRIBUTE_UNUSED is always put after the attribute declaration,
2696 not before
2697
2698Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
2699
2700 * python/generator.py python/libxml2class.txt: fixed a stupid error
2701 breaking the python API
2702
2703Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
2704
2705 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
2706 triostr.c triostr.h: applied a trio update patch from
2707 Bjorn Reese which should work with MinGW
2708
2709Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2710
2711 * tree.c: improving some documentation comments
2712 * xmlregexp.c: found and fixed a mem leak with python regression tests
2713 * doc/*: rebuilt the doc and the API XML file including the
2714 xmlregexp.h xmlautomata.h and xmlunicode.h headers
2715 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
2716 python/types.c: added access to the XML Schemas regexps from
2717 python
2718 * python/tests/Makefile.am python/tests/regexp.py: added a
2719 simple regexp bindings test
2720
2721Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
2722
2723 * doc/xml.html:
2724 fixing ftp links - thanks to Vitaly Ostanin
2725
2726Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
2727
2728 * xmlregexp.c: fixed the data callback on transition functionality
2729 which was broken when using the compact form
2730 * result/schemas/*: updated the results, less verbose, all tests
2731 pass like before
2732 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
2733 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
2734 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
2735 annoying warnings
2736 * xpath.c: try to provide better error report when possible
2737
2738Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2739
2740 * Makefile.am: fixed a breakage raised by Jacob
2741
2742Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2743
2744 * include/win32config.h: added HAVE_ERRNO_H definition for parts
2745 which don't use sockets
2746
2747Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2748
2749 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
2750 * win32/configure.js: applied zlib patch from Daniel Gehriger
2751
2752Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2753
2754 * win32/configure.js: applied the patch from Mark Vakoc for
2755 regexp support
2756 * win32/libxml2.def.src: applied the patch from Mark Vakoc
2757 for regexp support
2758
2759Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
2760
2761 * xmlschemastypes.c: as pointed by Igor Float and Double
2762 parsing ain't finished yet
2763
2764Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
2765
2766 * Makefile.am configure.in: trying to fix #88412 by bypassing
2767 all the python subdir if python ain't detected
2768
2769Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2770
2771 * Makefile.am configure.in include/libxml/xmlversion.h.in:
2772 made configuring with regexps/automata/unicode the default
2773 but without schemas ATM
2774 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
2775 fixed the regexp based DTD validation performance and memory
2776 problem by switching to a compact form for determinist regexps
2777 and detecting the determinism property in the process. Seems
2778 as fast as the old DTD validation specific engine :-) despite
2779 the regexp built and compaction process.
2780
2781Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2782
2783 * valid.c: determinism is debugged, new DTD checking code now works
2784 but xmlFAComputesDeterminism takes far too much CPU and the whole
2785 set usues too much memory to be really usable as-is
2786
2787Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2788
2789 * tree.c: fixed another stupid bug in xmlGetNodePath()
2790 * xmllint.c: --version now report the options compiled in
2791
2792Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
2793
2794 * HTMLparser.c: small cleanup
2795 * valid.c xmlregexp.c: switched DTD validation to use only regexp
2796 when configured with them. A bit of debugging around the determinism
2797 checks is still needed
2798
2799Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
2800
2801 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
2802
2803Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
2804
2805 * xmlIO.c: small portability glitch fixed.
2806
2807Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
2808
2809 * xmlschemastypes.c: incomplete steps for real/double support
2810 * testAutomata.c include/libxml/xmlautomata.h
2811 include/libxml/xmlregexp.h: avoiding a compilation problem
2812 * valid.c include/libxml/valid.h: starting the work toward using
2813 the regexps for actual DTD validation
2814
2815Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2816
2817 * hash.c: cosmetic cleanup
2818 * valid.c include/libxml/tree.h include/libxml/valid.h: started
2819 integrating a DTD validation layer based on the regexps
2820
2821Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
2822
2823 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
2824 the determinism was tested before eliminating the epsilon
2825 transitions :-(
2826
2827Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
2828
2829 * python/generator.py python/libxml.c python/libxml.py
2830 python/libxml2-python-api.xml python/libxml2class.txt
2831 python/libxml_wrap.h python/types.c: updated the python
2832 bindings, added code for easier File I/O, and the ability to
2833 define a resolver from Python fixing bug #91635
2834 * python/tests/Makefile.am python/tests/inbuf.py
2835 python/tests/outbuf.py python/tests/pushSAXhtml.py
2836 python/tests/resolver.py python/tests/serialize.py: updated
2837 and augmented the set of Python tests.
2838
2839Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2840
2841 * win32/configure.js: added more readme info for the binary
2842 package.
2843
2844Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2845
2846 * xmlIO.c: fixed a stupid out of bound array error
2847
2848Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
2849
2850 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
2851 messing around with support for Windows path, cleanups,
2852 trying to identify and fix the various code path to the
2853 filename access. Added xmlNormalizeWindowsPath()
2854
2855Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
2856
2857 * error.c valid.c: working on better error reporting of validity
2858 errors, especially providing an accurate context.
2859 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
2860 error reports in those cases.
2861
2862Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
2863
2864 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
2865 parser.c parserInternals.c xmlIO.c: get rid of all the
2866 perror() calls made in the library execution paths. This
2867 should fix both #92059 and #92385
2868
2869Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
2870
2871 * xmllint.c: memory leak reporting was broken after a change
2872 of the preprocessor symbol used to activate it.
2873
2874Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
2875
2876 * tree.c: try to make the copy function work for node of
2877 type XML_DOCUMENT_FRAG_NODE, they are only created by the
2878 DOM layers though, not libxml2 itself.
2879
2880Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
2881
2882 * valid.c: try to provide file and line informations, not all
2883 messages are covered, but it's a (good) start
2884
2885Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
2886
2887 * xinclude.c: reimplemented a large part of the XInclude
2888 processor, trying to minimize resources used, James Henstridge
2889 provided a huge test case which was exhibiting severe memory
2890 consumption problems.
2891
2892Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
2893
2894 * python/Makefile.am: applied patch from Christophe Merlet to
2895 reestablish DESTDIR
2896
2897Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
2898
2899 * libxml.spec.in: fixes libary path for x86_64 AMD
2900
2901Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
2902
2903 * doc/tutorial/includekeyword.c
2904 * doc/tutorial/xmltutorial.xml:
2905 (plus resulting generated html files)
2906 fixing one spot I missed in the tutorial where I hadn't freed
2907 memory properly
2908
2909Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
2910
2911 * doc/tutorial/includeaddattribute.c
2912 * doc/tutorial/includeaddkeyword.c
2913 * doc/tutorial/includegetattribute.c
2914 * doc/tutorial/includekeyword.c
2915 * doc/tutorial/xmltutorial.xml
2916 * doc/tutorial/*.html:
2917 update tutorial to properly free memory (thanks to Christopher
2918 R. Harris for pointing out that this needs to be done)
2919 * doc/tutorial/images/callouts/*.png:
2920 added image files so the callouts are graphical, making it
2921 easier to read ( use "--param callout.graphics 1" to generate
2922 html with graphical callouts)
2923
2924Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
2925
2926 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
2927 nice logos generated by Marc Liyanage
2928 * doc/site.xsl *.html: changed the stylesheet to show the new
2929 logo and regenerated the pages
2930
2931Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
2932
2933 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
2934
2935Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2936
2937 * xpath.c: possible mem leak patch from Jason Adams
2938
2939Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
2940
2941 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
2942 in the XQuery namespace
2943 * configure.in: preparing 2.4.24
2944 * doc/*.html: updated the web pages
2945
2946Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
2947
2948 * python/generator.py: closing bug #85258 by generating conditional
2949 compile check to avoid linking to routines not configured in.
2950
29512002-08-22 Havoc Pennington <hp@pobox.com>
2952
2953 * autogen.sh: update error message for missing automake
2954
2955Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
2956
2957 * python/Makefile.am: typo in target name resulted in libxml2.py
2958 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
2959
2960Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
2961
2962 * win32/win32/Makefile.mingw: updated with version from
2963 Elizabeth Barham at http://soggytrousers.net/repository/
2964
2965Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
2966
2967 * win32/Makefile.msvc: added the prefix location to the include
2968 and lib search path.
2969
29702002-08-18 Havoc Pennington <hp@pobox.com>
2971
2972 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
2973 both automake 1.6 and 1.4 installed get the right automake. Means
2974 compilation from CVS will now require the latest automake 1.4
2975 release, or manually creating symlinks called "automake-1.4" and
2976 "aclocal-1.4"
2977
2978Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
2979
2980 * configure.in python/Makefile.am: more AMD 64 induced changes from
2981 Frederic Crozat
2982
2983Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
2984
2985 * xinclude.c: oops I was missing the xml:base fixup too
2986 * result/XInclude/*.xml: this adds xml:base attributes to most
2987 results of the tests
2988
2989Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
2990
2991 * xinclude.c: quick but apparently working implementation of
2992 xi:fallback, should close bug #89684
2993 * Makefile.am test/XInclude/docs/fallback.xml
2994 result/XInclude/fallback.xml: added a basic test for fallback,
2995 and run with --nowarning to avoid a spurious warning
2996 * configure.in: applied patch from Frederic Crozat for python
2997 bindings on AMD 64bits machines.
2998
2999Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
3000
3001 * parser.c: xmlSAXUserParseMemory() really ought to fail if
3002 the caller don't pass a SAX callback block.
3003
3004Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
3005
3006 * tree.c: applied the same fix for the XML-1.0 namespace to
3007 xmlSearchNsByHref() as was done for xmlSearchNs()
3008
3009Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
3010
3011 * libxml.3: small cleanup of the man page
3012 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
3013 when serializing HREF attributes generated by XSLT.
3014
3015Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
3016
3017 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
3018 version of Marc Liyanage' patch for boolean attributes in HTML
3019 output
3020
3021Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
3022
3023 * python/tests/serialize.py: fixed the test results, indenting
3024 behaviour changed slightly
3025
3026Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
3027
3028 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
3029 new c14n function to Windows def files
3030
3031Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
3032
3033 * c14n.c: fixed a memory leak in c14n code
3034
3035Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
3036
3037 * parser.c include/libxml/parser.h: adding a new API for Christian
3038 Glahn: xmlParseBalancedChunkMemoryRecover
3039 * valid.c: patch from Rick Jones for some grammar cleanup in
3040 validation messages
3041 * result/VC/* result/valid/*: this slightly change some of the
3042 regression tests outputs
3043
3044Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
3045
3046 * tree.c: trying to fix a problem in namespaced attribute handling
3047 raised by Christian Glahn
3048
3049Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
3050
3051 * encoding.c include/libxml/encoding.h: Opening the interface
3052 xmlNewCharEncodingHandler as requested in #89415
3053 * python/generator.py python/setup.py.in: applied cleanup
3054 patches from Marc-Andre Lemburg
3055 * tree.c: fixing bug #89332 on a specific case of loosing
3056 the XML-1.0 namespace on xml:xxx attributes
3057
3058Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
3059
3060 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
3061 corner case from new Merlin's test suite and added a callback
3062 that will be used to improve xmlsec performance
3063
3064
3065Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
3066
3067 * HTMLtree.c: trying to fix the <style> escaping problem in
3068 HTML serialization bug #89342
3069
3070Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
3071
3072 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
3073 and rebuilt the web site.
3074
3075Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
3076
3077 * include/libxml/tree.h: added _private member to xmlNs struct
3078
3079Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
3080
3081 * HTMLparser.c: fixing bug #84876 based on the xml working
3082 code.
3083
3084Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
3085
3086 * python/Makefile.am: enhanced to fix bug 72012 (errors
3087 when using '-jX' make parameter)
3088
3089Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
3090
3091 * xpath.c: small additional enhancement for booleans
3092 compared to nodesets
3093
3094Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
3095
3096 * HTMLtree.c: changed the order of the encoding declaration
3097 attributes in the meta tags due to a bug in IE/Mac
3098
3099Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
3100
3101 * xpath.c: enhanced handling of booleans (especially '='
3102 and '!=' for nodesets) - fixes bug 85256. Added new
3103 routine xmlXPathNotEqualValues for more proper handling
3104 of '!=' when nodesets are involved.
3105
3106Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
3107
3108 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
3109 doc/xmlcatalog_man.xml to the source distribution
3110
3111Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3112
3113 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
3114 asked for this.
3115
3116Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
3117
3118 * configure.in: preparing 2.4.23
3119 * doc/*: rebuilt the docs
3120
3121Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
3122
3123 * parser.c: fixing bug #84169 by fixing the
3124 comment of xmlCreatePushParserCtxt to describe the
3125 encoding detection parameters better.
3126
3127Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
3128
3129 * valid.c: fixing bug #79331 in one path the lookup for
3130 ID attributes on a namespaced node wasn't handled correctly :-\
3131
3132Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
3133
3134 * HTMLparser.c: trying to fix 87235 about discarded white
3135 spaces in the HTML parser.
3136 * result/HTML/*: this changes the output of a number of HTML
3137 regression tests
3138
3139Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
3140
3141 * xpath.c: applied patch from Richard Jinks for the namespace
3142 axis + fixed a memory error.
3143 * parser.c parserInternals.c: applied patches from Peter Jacobi
3144 removing ctxt->token for good.
3145 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
3146 popped out by the regression tests.
3147 * Makefile.am: patch for threads makefile from Gary Pennington
3148
3149Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
3150
3151 * xpath.c: enhanced behaviour of position() after usage of
3152 expressions involving preceding-sibling (et al).
3153
3154Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
3155
3156 * hash.c: applied a patch from Peter Jacobi to solve a problem
3157 when compiling with the Watcom C on Win32
3158 * result/schemas/*.err: the change of hashing algo generated
3159 permutations in the output
3160
3161Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
3162
3163 * hash.c: applied patch from Sander Vesik improving the quality of
3164 the hash function.
3165
31662002-06-14 Aleksey Sanin <aleksey@aleksey.com>
3167
3168 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
3169 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
3170 xmllint.c xpath.c: replaced sprintf() with snprintf()
3171 to prevent possible buffer overflow (the bug was pointed
3172 out by Anju Premachandran)
3173
3174Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
3175
3176 * parser.c: removed an uninitialized data error popped by valgrind
3177 on PE references
3178
3179Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
3180
3181 * doc/xml.html
3182 adding tutorial reference to the web page
3183
3184Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
3185
3186 * doc/tutorial/xmltutorial.xml
3187 * doc/tutorial/ar01s07.html
3188 * doc/tutorial/ape.html
3189 * doc/tutorial/includegetattribute.c
3190 adding section to tutorial about retrieving an attribute
3191 value
3192
3193Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
3194
3195 * parser.c: applied a couple of patches from Peter Jacobi to start
3196 to get rid of ctxt->token, with a possible significant speed
3197 improvement to be gained once done. Better compliance with PE
3198 references constructs in DTDs too.
3199 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
3200 from Peter too
3201
3202Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
3203
3204 * parser.c: Babak Vahedipour-Kunze reported that openTag in
3205 xmlParseElement was likely to have been deallocated at the
3206 time of the report, possibly leading to segfault. Just report
3207 the tag name now.
3208
3209Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
3210
3211 * xpath.c: patch from Richard Jinks for XPath substring() function
3212 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
3213
32142002-06-06 Aleksey Sanin <aleksey@aleksey.com>
3215
3216 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
3217
3218Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
3219
3220 *doc/FAQ.html
3221 fixing typos in FAQ, thanks to Robert Funnell for the
3222 editing help
3223
3224Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
3225
3226 * NEWS: got complaints from rpmlint that it was empty
3227
3228Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
3229
3230 * added doc/tutorial, including:
3231 apa.html
3232 apb.html
3233 apc.html
3234 apd.html
3235 ar01s02.html
3236 ar01s03.html
3237 ar01s04.html
3238 ar01s05.html
3239 ar01s06.html
3240 includeaddattribute.c
3241 includeaddkeyword.c
3242 includekeyword.c
3243 includestory.xml
3244 index.html
3245 xmltutorial.xml
3246 libxml tutorial, including generated html
3247
3248Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
3249
3250 * result/c14n/exc-without-comments/merlin-c14n-two-*
3251 result/c14n/without-comments/merlin-c14n-two-*
3252 test/c14n/exc-without-comments/merlin-c14n-two-*
3253 test/c14n/without-comments/merlin-c14n-two-*
3254 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
3255 c14n/exc-c14n and slightly modified test script to handle
3256 these test cases
3257 * c14n.c: fixed bugs for complicated nodes set (namespace
3258 without node and others from merlin-c14n-two.tar.gz)
3259 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
3260 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
3261 for xmlsec performance patch
3262 * xpath.c: fixed self::node() for namespaces and attributes
3263
3264Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
3265
3266 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
3267 but with the format parameter
3268 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
3269
3270Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
3271
3272 * Makefile.am: updated c14n tests suite
3273 * c14n.c: performance improvement for previous c14n patch
3274
3275Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
3276
3277 * parser.c: another peroformance patch from Peter Jacobi, that
3278 time on parsing attribute values.
3279
3280Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
3281
3282 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
3283 into LibXML2 test suite
3284
3285Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
3286
3287 * c14n.c: propagating xpath ancesstors node fix to c14n
3288 plus small performance improvement to reduce number of
3289 mallocs
3290 * xpath.c: fixed ancestors axis processing for namespace nodes
3291
3292Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
3293
3294 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
3295 Peter Jacobi
3296
3297Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
3298
3299 * configure.in: preparing 2.4.22
3300
3301Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
3302
3303 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
3304 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
3305 a public entry point.
3306 * doc/*: rebuilt the API and docs
3307
3308Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
3309
3310 * xpath.c: patch from Richard Jinks to fix a problem introduced
3311 in the previous patch and pointed by Norm
3312
3313Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
3314
3315 * libxml.spec.in: fixing bug #81112
3316
3317Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
3318
3319 * uri.c: fixing bug #82848
3320
3321Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
3322
3323 * result/catalogs/mycatalog.full: Aleksey's commit changed the
3324 output of one catalog test
3325
3326Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
3327
3328 * global.data globals.c tree.c include/libxml/globals.h
3329 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
3330 default value for global parameter xmlIndentTreeOutput to 1 and
3331 introduced new global parameter xmlTreeIndentString (the string
3332 used to do one-level indent) with default value " " (as it was
3333 in tree.c)
3334
3335Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
3336
3337 * Makefile.am: Merijn Broeren pointed out a problem when compiling
3338 with trio and schemas.
3339
3340Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
3341
3342 * xpath.c: patch from Richard Jinks to fix the problem raised in
3343 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
3344
3345Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
3346
3347 * xmlschemas.c: a bit of work on import.
3348 * xmlschemastypes.c: Charles Bozeman provided a compare function
3349 for date/time types so min/max facet restrictions should work,
3350 indeterminate comparisons return an error instead of equal.
3351 * test/schemas/date_0* result/schemas/date_0_0: specific test
3352 from Charles Bozeman too
3353
3354Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
3355
3356 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
3357 from Christian Cornelssen fixing the man pages and the Catalog
3358 building script.
3359 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
3360 next step is <xs:import> I now have a reasonable understanding
3361 of how it works.
3362
3363Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
3364
3365 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
3366
3367Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3368
3369 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
3370
3371Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
3372
3373 * xpath.c: fixing an XPath function evalutation bug pointed out
3374 by Alexey Efimov where the context was lost when evaluating
3375 the function arguments
3376
3377Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
3378
3379 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
3380 function public for XMLSec performance optimizations
3381
3382Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
3383
3384 * python/generator.py python/libxml2class.txt : fixed a problem
3385 with the HTML parser pointed by Gary Benson
3386 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
3387 example
3388
3389Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
3390 * parser.c: fixed bug #81159 (memory growth in SAX)
3391
3392Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
3393 * xpath.c: fixed bug #78858 (the real fix)
3394
3395Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
3396 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
3397
3398Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
3399
3400 * tree.c: modified xmlNodeSetBase to allow changing the
3401 base of a document.
3402
3403Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
3404
3405 * xmlschemastypes.c: patch Charles Bozeman for validation of
3406 all the date, time, and duration types
3407 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
3408 * configure.in: fixed an error pointed by an user
3409 * xml2-config.in: fixed an error pointed by an user
3410
3411Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
3412
3413 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
3414 win32/libxml2.def.src xmlIO.c: exported default
3415 'file:', 'http:' and 'ftp:' protocols input handlers
3416 and maked protocols comparisson case insensitive
3417
3418Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
3419
3420 * configure.in: Neven Has detected a typo
3421
3422Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
3423
3424 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
3425 as one of the persons allowed to commit directly to the
3426 module.
3427
3428Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
3429
3430 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
3431 * valid.c: raised a too low limit
3432 * doc/*: rebuilt the docs
3433
3434Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
3435
3436 * test/XPath/expr/floats test/XPath/expr/functions
3437 result/XPath/expr/floats result/XPath/expr/functions
3438 xpath.c: another XPath conformance patch from Richard Jinks
3439
3440Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
3441
3442 * xmlschemas.c: fixed validation of attribute groups.
3443 * test/schemas result/schemas: added an example from the primer
3444
3445Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
3446
3447 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
3448 * test/schemas result/schemas: updated the test list
3449
3450Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
3451
3452 * TODO: updated a bit
3453 * parser.c: made a comment more specific
3454 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
3455 Schemas conformance.
3456 * test/schemas result/schemas: updated the test list
3457
3458Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
3459
3460 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
3461 implementing xs:all with minOccurs = 0
3462 * tes/schemas/* result/schemas/*: added more tests covering
3463 xs:all
3464
3465Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
3466
3467 * xmlregexp.c: first implementation of the all particle, this
3468 may need to be revisited for case where not all transitions
3469 must be crossed.
3470
3471Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
3472
3473 * tree.c: another entity processing update from Markus Henke
3474
3475Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
3476
3477 * trionan.c: fixed crash on OSF/1
3478
3479Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
3480
3481 * xmlschemas.c: more Schemas work
3482 * test/schemas/* result/schemas/*: added more tests coming
3483 from the spec.
3484
3485Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
3486
3487 * c14n.c: patch from Aleksey Sanin reflecting a change in the
3488 ExcC14N specification
3489
3490Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
3491
3492 * tree.c: patch from Markus Henke, fix for recursive entities.
3493
3494Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
3495
3496 * xpath.c: fix a problem with string() on a document node.
3497
3498Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
3499
3500 * Makefile.am xmlschemas.c: more Schemas work
3501 * test/schemas/* result/schemas/*: added more tests coming
3502 from the spec.
3503
3504Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
3505
3506 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
3507 * result/HTML/*: this changes a few things in the results
3508
3509Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3510
3511 * include/libxml/tree.h: eliminated 'declaration different than
3512 prototype' warning
3513 * include/win32config.h: "resolved" conflicts with errno.h
3514
3515Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
3516
3517 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
3518 on the automata interfaces and debug of counted choices
3519 * test/schemas/* result/schemas/*: added a number of tests
3520
3521Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
3522
3523 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
3524 a bit of work on Schemas
3525 * testSchemas.c: try to make it more useful
3526 * test/schemas/* result/schemas/* Makefile.am: changed the
3527 Schemas regression test procedure, started adding a few samples
3528
3529Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
3530
3531 * include/libxml/encoding.h: Patch for the Borland C++ builder
3532 * include/libxml/tree.h: Patch for the Borland C++ builder
3533 * threads.c: Patch for the Borland C++ builder
3534 * win32/bcb5: New directory for the Borland C++ builder
3535 project files
3536
3537Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
3538
3539 * win32/Makefile.msvc: Update for XML Schema support
3540 * win32/configure.js: Update for XML Schema support
3541 * win32/libxml2.def.src: Update for XML Schema support
3542
3543Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
3544
3545 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
3546 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
3547 xmlunicode.c include/libxml/Makefile.am
3548 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
3549 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
3550 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
3551 include/libxml/xmlversion.h.in : merged the current state of
3552 XML Schemas implementation, it is not configured in by default,
3553 a specific --schemas configure option has been added.
3554 * test/automata test/regexp test/schemas Makefile.am
3555 result/automata result/regexp result/schemas:
3556 merged automata/regexp/schemas regression tests
3557
3558Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
3559
3560 * xpath.c: Gary found a compile time problem, fixes #78823
3561
3562Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
3563
3564 * configure.in: release of 2.4.20
3565 * doc/*: updated and rebuilt the docs
3566
3567Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
3568
3569 * python/Makefile.am: patch from Cristian Gafton to build on
3570 Red Hat 6.2, should also fix #75779
3571
3572Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
3573
3574 * valid.c: first part of fixing #78729
3575
3576Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
3577
3578 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
3579 escaping of URI when saving HTML files.
3580 * result/HTML/*: this impacted some tests
3581
3582Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
3583
3584 * configure.in: trying to fix #77441
3585
3586Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
3587
3588 * include/libxml/xmlIO.h: Hallski complained it could not be
3589 included by itself.
3590
3591Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
3592
3593 * configure.in: applied an IEEE flag patch for OSF/1 #77825
3594
3595Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
3596
3597 * win32/configure.js: patch from Nilo for the c14n option
3598 * win32/Makefile.msvc: fixed libxml2.def generation with threads
3599
3600Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
3601
3602 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
3603 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
3604 LIBXML_THREAD_ENABLED
3605
3606Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
3607
3608 * xpath.c: another patch from Richard Jinks for substring conformance
3609 * test/XPath/expr/floats test/XPath/expr/strings
3610 result/XPath/expr/floats result/XPath/expr/strings: update of the
3611 test suite to check those.
3612
3613Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
3614
3615 * xpath.c: patch from Richard Jinks for .x float parsing.
3616
3617Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
3618
3619 * parser.c: patch from Markus Henke when an encoding ain't recognized
3620
3621Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
3622
3623 * libxml.m4: got a report that #include <string.h> was needed
3624
3625Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
3626
3627 * xmllint.c: applied a fix from Anthony Jones for -o /--output
3628
3629Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
3630
3631 * doc/example.html: fixing typo
3632
3633Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
3634
3635 * xpath.c: fixed a bug in the nodeset to boolean comparison code
3636 pointed out by Melvyn Sopacua.
3637
3638Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3639
3640 * libxml.m4: Frédéric Crozat gave a patch related to the change
3641 of Include paths breaking the libxml.m4
3642
3643Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
3644
3645 * xpath.c: Fix bug #76927 forgot to save some context
3646 when evaluating binary expressions
3647
3648Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
3649
3650 * configure.in: fixed configure for MPE/iX from Markus Henke
3651 * xmlmemory.c: fixed initialization problems
3652 * xpath.c: another set of patches from Richard Jinks this
3653 fixes "make XPathtests" on linux
3654
3655Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
3656
3657 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
3658 * test/XPath/expr/compare test/XPath/expr/equality
3659 test/XPath/expr/floats test/XPath/expr/functions
3660 test/XPath/expr/strings result/XPath/expr/compare
3661 result/XPath/expr/equality result/XPath/expr/floats
3662 result/XPath/expr/functions result/XPath/expr/strings: Updated
3663 tests though they show a divergence on Linux
3664
3665Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3666
3667 * xpath.c trionan.c: previous commit also included patches
3668 from Richard Jinks on some IEEE support corner case
3669
3670Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
3671
3672 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
3673 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
3674 that $(datadir) should be used for docs
3675
3676Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
3677
3678 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
3679 could leak filedescriptors
3680
3681Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
3682
3683 * configure.in nanohttp.c: applied patch from Allan Clark for
3684 UnixWare/OpenServer
3685
3686Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
3687
3688 * configure.in: preparing 2.4.19
3689 * doc/*: rebuilt the docs
3690
3691Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3692
3693 * nanohttp.c: fixing #76043, got fed up with non-portability
3694 of that piece of code.
3695
3696Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
3697
3698 * valid.c SAX.c: Never commit without running "make tests" :-(
3699 fix a couple of stupidities in the previous commit
3700 * result/*: a few changes in some attribute order result of previous
3701 commit.
3702
3703Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
3704
3705 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
3706 the internal subset should not raise duplicate ID errors,
3707 also there was a small bug in conjunction to namespace
3708 declarations defaulted and xml:xxx attributes DTD definitions.
3709
3710Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3711
3712 * xpath.c: Richard Jinks also raised some rounding problems
3713 this tries to fix them
3714
3715Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
3716
3717 * xpath.c: Richard Jinks spotted an incoherent memory allocation
3718 behaviour in xmlXPathCastToString()
3719
3720Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3721
3722 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
3723 raised by Morus Walter
3724
3725Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3726
3727 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
3728 from Igor
3729
3730Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
3731
3732 * xpath.c: fixing #75619, related to a problem when trying
3733 to evaluate condition when the current node set resulting
3734 from that sub-step evaluation is empty. Also fixes 2 potential
3735 problem with previous-sibling and next-siblings axis.
3736
3737Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3738
3739 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
3740 HTML support is not configured in.
3741
3742Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3743
3744 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
3745 include/libxml/tree.h: dohh I really didn't intended to commit
3746 this test version :-(
3747
3748Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3749
3750 * testSAX.c: I wanted to see the real speed at the SAX interface
3751 after a little too many Ximianer started complaining about the
3752 parser speed.
3753 added a --quiet option:
3754 paphio:~/XML -> ls -l db100000.xml
3755 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
3756 paphio:~/XML -> time ./testSAX --quiet db100000.xml
3757 3200006 callbacks generated
3758 real 0m1.270s
3759 Which means 16MBytes/s and 3Mcallback/s
3760
3761Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3762
3763 * xpath.c: valgrind spotted another error that time when running
3764 on libxslt regression tests
3765
3766Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3767
3768 * Makefile.am: adding "make valgrind" running the full regression
3769 tests (except python ones) under Valgrind (using valgrind -q
3770 which was kindly added by the author).
3771 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
3772 passes cleanly now except an obcure floating point initialization
3773 raised in log10() in one XPath regression test ???
3774 * tree.c: edited some comments to close #75244
3775
3776Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
3777
3778 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
3779 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
3780 context of ScrollKeeper, made sure that if the number is
3781 an integer, the serialization follows the description at
3782 http://www.w3.org/TR/xpath#section-String-Functions
3783
3784Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
3785
3786 * configure.in: preparing 2.4.18
3787 * doc/*: updated and rebuilt the web site
3788 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
3789 the Windows and Cygwin maintainers.
3790 * parser.c: humm, changed the way the SAX parser work when
3791 xmlSubstituteEntitiesDefault(1) is set, it will then
3792 do the entity registration and loading by itself in case the
3793 user provided SAX getEntity() returns NULL.
3794 * testSAX.c: added --noent to test the behaviour.
3795
3796Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
3797
3798 * parser.c: Wilfried Teiken provided a hackish but working
3799 way to get context reported back on entities when parsing
3800 with SAX and without breaking the DOM build.
3801
3802Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3803
3804 * c14n.c: applied a new patch from Aleksey Sanin
3805 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
3806 to reference Aleksey implementation of XML digital Signatures
3807
3808Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3809
3810 * xpath.c: small fix to avoid potential problem due to
3811 ordering of freeing data
3812 * python/Makefile.am: people were complaining about
3813 the generated file in python dir not being built
3814
3815Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
3816
3817 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
3818 python/generator.py python/libxml.c python/types.c: Cleanup
3819 of the python Makefiles based on Jacob and James feedback,
3820 fixed the spec file accordingly, fixed the number of warning
3821 that passing my pedantic CFLAGS was generating. Conclusion
3822 is that Python includes are real crap.
3823
3824Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
3825
3826 * configure,in: it was reported quite a few times that
3827 xml2-config --cflags should not output
3828 -I$includeprefix/libxml2/libxml because libxml2 header names
3829 clashes with existing names like list.h from C++ stl.
3830 Includes should be #include<libxml/xxx.h> so ...
3831
3832Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
3833
3834 * c14n.c: another patch from Aleksey Sanin
3835
3836Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3837
3838 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
3839 canonicalization algorithm
3840 * doc/xml.html doc/index.html: added the C14N references on the
3841 index page.
3842
38432002-03-13 jacob berkman <jacob@ximian.com>
3844
3845 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
3846 usage, redundant, and gcc specific
3847
3848Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
3849
3850 * xpath.c: speedup some node selection operations, this can
3851 have a significant impact on DocBook Norm's stylesheets
3852 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
3853 make sure it's always the case
3854 * debugXML.c: distinguish CDATA and comments in ls operations
3855
3856Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3857
3858 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
3859 to generate better API descriptions etc...
3860
3861Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
3862
3863 * c14n.c: Fixing #74186, made sure all boolean expressions
3864 get fully parenthesized, ran indent on the output
3865 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
3866 include/libxml/tree.h: also #74186 related, removed the
3867 --with-buffers option, and all the preprocessor conditional
3868 sections that were resulting from it.
3869
3870Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
3871
3872 * valid.c: applied patch from Dodji Seketeli fixing an
3873 uninitailized variable in xmlValidGetValidElements()
3874
3875Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
3876
3877 * c14n.c: fixed a few comments
3878 * doc/*.html doc/*/*.html: regenerated the docs and added
3879 the C14N API
3880 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
3881
3882Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
3883
3884 * check-xml-test-suite.py: fix to adapt varaiations in the
3885 bindings
3886 * configure.in python/setup.py python/setup.py.in: fixed to
3887 have the version of the python scripts automatically updated
3888
3889Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
3890
3891 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
3892 in xmlCopyProp()
3893
3894Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
3895
3896 * configure.in: preparing 2.4.17 release
3897 * doc/*: updated and rebuilt the docs
3898 * xpath.c: fixed a comment
3899 * python/libxml.c: fixed a possible reentrancy problem
3900
3901Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
3902
3903 * tree.c python/tests/Makefile.am python/tests/attribs.py:
3904 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
3905 added a specific regression test
3906 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
3907 not raise exceptions when failing to find the attribute.
3908
3909Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
3910
3911 * configure.in xmllint.c: owen pointed out a problem with the
3912 ftme fix, gettimeofday() was not detected by configure and
3913 the ftime header wasn't included, dohhh
3914
3915Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
3916
3917 * configure.in xmllint.c: trying to fix #71457 for timing
3918 precision when gettimeofday() is not availble but ftime() is
3919
3920Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
3921
3922 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
3923 are now copied on install and part of the -devel RPM
3924
3925Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
3926
3927 * xpath.c: trying to avoid bug #72150 which was apparently
3928 caused by a gcc bug (or a processor problem) as detailed
3929 at http://veillard.com/gcc.bug
3930
3931Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
3932
3933 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
3934 fixed xmlReconciliateNs(), added a Python test/example for
3935 inter-document cut'n paste
3936 * python/libxml.py: fixed node.doc on document nodes and added
3937 xpathEval() onto node objects
3938
3939Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3940
3941 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
3942 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
3943 fixup and integrated tests for the serialization stuff
3944
3945Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
3946
3947 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
3948 moved the libxml man page to section 3
3949
3950Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
3951
3952 * tree.c: fix bug #72490
3953 * python/libxml.c python/libxml.py: added methods serialize()
3954 and saveTo() to all node elements.
3955
3956Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
3957
3958 * xmlIO.c: closed #73430, don't read from an input source
3959 which indicated an end-of-file or an error.
3960
3961Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3962
3963 * parser.c: make sure SAX endDocument is always called as
3964 this could result in a Python memory leak otherwise (it's
3965 used to decrement ref-counting)
3966 * python/generator.py python/libxml.c python/libxml.py
3967 python/libxml2-python-api.xml python/libxml2class.txt
3968 python/tests/error.py python/tests/xpath.py: implemented
3969 the suggestions made by Gary Benson and extended the tests
3970 to match it.
3971
3972Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
3973
3974 * python/generator.py: applied patch fixing #73450
3975
3976Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
3977
3978 * xpath.c: fixing #61290 "namespace nodes have no parent"
3979 long standing divergence from the XPath REC. NodeSets
3980 simply hold a copy of namespace nodes and those node ->next
3981 points to the parent (which may not be the node carrying the
3982 definition).
3983 * include/libxml/xpath.h: flagged but didn't added a possible
3984 speedup
3985 * DOCBparser.c HTMLparser.c: removed some warnings from push
3986 parser due to new state being added.
3987 * tree.c: new fix from Boris Erdmann
3988 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
3989 the XML Canonalization support from Aleksey Sanin
3990
3991Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
3992
3993 * tree.c: patch from Boris Erdmann fixing some namespace odities
3994 with xmlCopyNode()
3995
3996Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
3997
3998 * xmlIO.c: fix bug #72706 when loading a NULL entity
3999
4000Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
4001
4002 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
4003 actually change in a future XML Namespace revision.
4004
4005Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4006
4007 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
4008 added the possibility of returning nodesets from XPath extension
4009 functions written in Python
4010
4011Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
4012
4013 * python/*: commiting some Python bindings work done while travelling
4014
4015Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4016
4017 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
4018 explicitely with memory debugging switched on
4019
4020Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
4021
4022 * python/generator.py python/libxml.c python/libxml2-python-api.xml
4023 python/libxml2class.txt python/libxml_wrap.h python/types.c:
4024 Added wrapper for the xmlURIPtr type, provided accessors, fixed
4025 the accessor generator for strings
4026 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
4027 regression test.
4028
4029Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
4030
4031 * python/README python/generator.py python/libxml.c python/setup.py:
4032 added the 'usual' setup.py to allow building a libxml2-python
4033 module based on the same code. The initialization is however
4034 different the 2 .so files fo libxml2 and libxslt are identical and
4035 they entry point initialize both libraries. this is done to avoid
4036 some possible nasty problem since the Python don't merge the maps
4037 of all shared modules.
4038
4039Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
4040
4041 * parser.c: fixed a push/encoding bug reported by Michael
4042 on librsvg
4043
4044Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
4045
4046 * include/libxml/parserInternals.h: fixes a misplaced #endif
4047
4048Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4049
4050 * parser.c valid.c: found and fixed a couple of allocation bugs
4051
4052Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
4053
4054 * doc/xml.html doc/python.html doc/*: added a Python and binding
4055 page describing the current state of the Python bindings and
4056 giving pointers to the other languages wrappers.
4057
4058Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4059
4060 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
4061 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
4062 rebuilt the API and web site
4063 * xpath.c: fixed #71978 portability bugs
4064
4065Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
4066
4067 * SAX.c: oops broke automatic defaulting of namespaces attributes.
4068
4069Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
4070
4071 * include/libxml/parserInternals.h parser.c: had to change
4072 2 internal parsing API when processing document content
4073 to check the start and end of element content are defined
4074 in the same entity
4075 * valid.c include/libxml/valid.h: attribute normalization can
4076 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
4077 with the context to report it.
4078 * SAX.c: fixed the last known bugs, crazy validation constraints
4079 when a document is standalone seems correctly handled. There
4080 is a couple of open issues left which need consideration especially
4081 PE93 on external unparsed entities and standalone status.
4082 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
4083 The 2 tests left failing are actually in error. Cleanup done.
4084
4085Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
4086
4087 * valid.c: implemented E59 spaces in CDATA does not match the
4088 nonterminal S
4089
4090Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
4091
4092 * SAX.c parser.c valid.c: more validation test fixups
4093 * check-xml-test-suite.py: added duration info for the tests
4094
4095Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
4096
4097 * parser.c valid.c: a couple of errors were reported but not
4098 saved back as such in the parsing context. Down to 1% failure rate
4099 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
4100
4101Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4102
4103 * xmlInternald.c: isExtender was missing a char
4104 * parser.c include/libxml/parser.h: % are acceptable in the
4105 internal subset if within a PUBLIC ID
4106
4107Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
4108
4109 * SAX.c parserInternals.c valid.c: more work on the conformance
4110 suite. Took the step to finally block documents with encoding
4111 errors. It's a fatal error per the spec, people should have fixed
4112 their documents by now.
4113
4114Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
4115
4116 * check-xml-test-suite.py: fixed the test script after some discussion
4117 on the semantic of TYPE="error"
4118 * Makefile.am: added the script to the distrib
4119
4120Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
4121
4122 * SAX.c entities.c: fixed a couple of conformances issues deep
4123 into the validation code (standalone and undeclared Notations)
4124
4125Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
4126
4127 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
4128 stayed there for years !
4129
4130Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
4131
4132 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
4133 missing
4134
4135Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
4136
4137 * check-xml-test-suite.py: improved the behaviour a bit as
4138 well as the logs
4139 * parser.c valid.c SAX.c: fixed a few more bugs
4140 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
4141
4142Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
4143
4144 * check-xml-test-suite.py: python script to run regression tests
4145 against the XML Test suite of W3C/OASis
4146 * SAX.c: fixed a validation bug
4147 * parser.c: fixed 3 errors pointed by the test suite
4148 * doc/buildDocBookCatalog: fixed a typo pointed by drake
4149 * python/Makefile.am: fixed a dependendy
4150
4151Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
4152
4153 * xmlmemory.c: avoid a warning bug #71594
4154
4155Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
4156
4157 * xmlmemory.c: Jesse Perry provided a patch to remove a few
4158 warning on alpha/Tru64
4159
4160Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
4161
4162 * include/libxml/entities.h: fixing a comment
4163 * valid.c: fixing some troubles with validity check on namespaces
4164 * result/VC/NS3 test/VC/NS3: added a specific regression test
4165
4166Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
4167
4168 * tree.c: Fixing #71342 serializing '\n' in attribute values
4169 * result/noent/att3 result/att3 test/att3: added a specific
4170 test.
4171
4172Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
4173
4174 * python/libxml.c: couple of bug fixes
4175
4176Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
4177
4178 * python/*.py: removed tabs and used spaces.
4179
4180Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
4181
4182 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
4183 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
4184
4185Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
4186
4187 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
4188 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
4189
4190Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
4191
4192 * include/libxml/encoding.h include/libxml/entities.h
4193 include/libxml/globals.h include/libxml/parser.h
4194 include/libxml/threads.h include/libxml/tree.h
4195 include/libxml/xmlmemory.h: trying to fix the include mess
4196
4197Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
4198
4199 * include/libxml/xmlmemory.h: reverted part of the previous
4200 attempt to provide #69655, this was breaking the build.
4201
4202Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
4203
4204 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
4205 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
4206 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
4207 include/libxml/parserInternals.h include/libxml/tree.h
4208 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
4209 Tentatively fixed #69655 , make compiling with -Wredundant-decls
4210 clean.
4211 * python/libxml.c: fixed a warning.
4212
4213Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
4214
4215 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
4216 copying of node, merge back IDs in the target document.
4217 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
4218 test/XInclude/ents/ids.xml: test case
4219 * result/VC/ElementValid4: output changed due to a typo fix
4220
4221Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
4222
4223 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +00004224 generate the dependencies right as Jacob found out. Add
4225 an extra dependency rule.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004226
4227Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
4228
4229 * parserInternals.c valid.c: Justin Fletcher found some parts
4230 of the code needing cleanup
4231 * libxml.spec.in python/Makefile.am python/generator.py
4232 python/libxml.c python/libxml.py: Fixed the python Makefiles
4233 corrected a bug showing up on ia64, changed the name of the
4234 python internal module too
4235
4236Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
4237
4238 * Makefile.am: applied patch from Andris Pavenis for binary
4239 name suffixes
4240
4241Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
4242
4243 * xmllint.c win32/win32config.h: fixing #68748
4244
4245Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
4246
4247 * valid.c: fixing #70166
4248
4249Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
4250
4251 * valid.c: fixing #70077
4252
4253Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
4254
4255 * Copyright Makefile.am README configure.in libxml.spec.in:
4256 Changed to the MIT Licence
4257 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
4258 doc/xmlio.html: updated the doc accordingly
4259 * include/libxml/xmlwin32version.h configure.in: preparing
4260 2.4.14 release
4261 * python/generator.py python/libxml.c python/libxml2-python-api.xml
4262 python/libxml2class.txt python/libxml_wrap.h python/types.c:
4263 fixed the const xmlChar * wrapper and generator, XPath extension
4264 functions now use the context as first argument
4265 * python/tests/tstxpath.py python/tests/xpath.py
4266 python/tests/xpathext.py: Updated the tests accordingly
4267 * tree.c: fixed bug #70067
4268
4269Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
4270
4271 * Makefile.am: cleanup
4272 * debugXML.c: always use stdout if output is NULL
4273 * xmlIO.c: don't close filedescriptors passed to outputBuffers
4274 * python/Makefile.am python/generator.py python/libxml2class.txt
4275 python/libxml_wrap.h python/types.c: augmented the number of bindings
4276 handling FILE * and XPath contexts
4277 * python/tests/Makefile.am: avoid a stupid problem due to the
4278 use of TEST.
4279
4280Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
4281
4282 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
4283
4284Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
4285
4286 * python/TODO python/libxml.c: cleanup the extension function lookup
4287 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
4288
4289Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
4290
4291 * configure.in python/Makefile.am: do not install outside
4292 of prefix
4293
4294Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4295
4296 * python/TODO python/libxml.c: started adding SAX interfaces
4297 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
4298 SAX test
4299
4300Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
4301
4302 * tree.c: hardened the addChild function
4303 * python/generator.py python/libxml.c python/libxml2-python-api.xml
4304 python/libxml2class.txt python/libxml_wrap.h python/TODO:
4305 added accessors needed for xmlNode, a bit more testing and
4306 extension of interfaces
4307 * python/tests/Makefile.am python/tests/build.py: added a test
4308 build from scratch/save/load/check
4309
4310Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
4311
4312 * parserInternals.c: change a small bit in the way valididy
4313 error messages get initialized
4314 * python/TODO python/libxml.c python/libxml2-python-api.xml
4315 python/libxml2class.txt python/libxml_wrap.h python/types.c:
4316 added some memory debugging to track leaks at the libxml2 level
4317 * python/tests/*.py: changed all tests to check for leaks,
4318 there is just one left in XPath extension registrations.
4319
4320Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
4321
4322 * python/TODO python/generator.py python/libxml2-python-api.xml
4323 python/libxml2class.txt: more accessor classes for the parser
4324 context, allow to switch on and check validity
4325 * python/tests/Makefile.am python/tests/error.py
4326 python/tests/invalid.xml python/tests/valid.xml
4327 python/tests/validate.py: attded more test and and added error.py
4328 which I forgot to commit in the last step
4329
4330Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4331
4332 * python/Makefile.am python/types.c: cleanup
4333 * python/libxml.c python/libxml.py python/libxml_wrap.h
4334 python/generator.py python/libxml2-python-api.xml
4335 python/libxml2class.txt: added class for parser context, added
4336 first cut for push mode support. Added a framework to generate
4337 accessors functions.
4338 * python/tests/Makefile.am python/tests/push.py: added a push
4339 test
4340
4341Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
4342
4343 * python/Makefile.am python/TODO python/libxml.py: fixed a small
4344 bug a bit of cleanup.
4345
4346Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
4347
4348 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
4349 python/libxml2class.txt: adding error redirections and preformat
4350 to a python handler
4351 * python/tests/Makefile.am python/tests/*.py: cleanup made all
4352 tests self checking
4353
4354Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
4355
4356 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
4357 a function
4358
4359Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
4360
4361 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
4362 python/libxml.c python/libxml2-python-api.xml
4363 python/libxml2class.txt: Progressing through the TODOs, class
4364 description output, extra XML API, RPM now builds the wrappers
4365 for all python installed versions
4366
4367Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
4368
4369 * configure.in libxml.spec.in python/Makefile.am python/TODO
4370 python/generator.py python/libxml2class.txt: added more informations
4371 in the libxml2-python package including docs. Slightly changed
4372 the class hierarchy
4373 * python/tests/*: added basic regression tests infrastructure too
4374
4375Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
4376
4377 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
4378 added libxml2-python as part of the packages installed
4379
4380Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
4381
4382 * python/Makefile.am python/generator.py python/libxml.c
4383 python/libxml.py: more work, now able to extend the
4384 XPath interpreter with functions written in python.
4385
4386Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
4387
4388 * python/Makefile.am: Jacob sent a patch to allow building from
4389 tarfile.
4390
4391Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
4392
4393 * python/Makefile.am python/libxml.c configure.in Makefile.am:
4394 inserted the python wrappers build, I hope this won't be too
4395 unportable
4396
4397Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
4398
4399 * xpath.c: minor optimization
4400 * python/generator.py python/libxml.c python/libxml.py
4401 python/libxml_wrap.h: more work on the python bindings,
4402 they now support XPath and there is no evident leak
4403
4404Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
4405
4406 * python/generator.py python/libxml.c python/libxml.py:
4407 more work on the python bindings generator.
4408
4409Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
4410
4411 * python/generator.py python/libxml.c python/libxml_wrap.h:
4412 more work on the python bindings.
4413
4414Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
4415
4416 * python/generator.py python/libxml.c python/libxml.py
4417 python/libxml_wrap.h: commited early version of a python binding
4418 for private use only ATM
4419
4420Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
4421
4422 * entities.c tree.c include/libxml/entities.h: applied patch
4423 from Anthony Jones to implement copy of DTD subtree too. Had
4424 just to keep 2 function private which really ought to become
4425 public ones.
4426
4427Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4428
4429 * xmllint.c: added pointers to the web pages in the usage()
4430
4431Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
4432
4433 * tree.c: more fixes from Petr Kozelka for attribute handling
4434 in the tree API to align the semantic with DOM.
4435
4436Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
4437
4438 * valid.c tree.c entities.c: another set of patches from
4439 Anthony Jones for copy operations cleanup and robustness
4440
4441Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
4442
4443 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
4444 an alphabetic index based on comments content
4445 * doc/*: rebuilt the web site with the new references
4446
4447Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
4448
4449 * parserInternals.h: Greg Sjaardema suggested to use an
4450 eponential buffer groth policy in xmlParserAddNodeInfo()
4451
4452Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
4453
4454 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
4455 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
4456 doc/parsedecl.py doc/Makefile.am: updated the python extractor
4457 to generate cross-references, and added/updated the stylesheets
4458 to generate and link API indexes. The generic keyword index
4459 is not done yet.
4460 * doc/*.html: regenerated all the usual docs too
4461
4462Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
4463
4464 * debugXML.c: added an xpath function to the shell for T. V. Raman
4465
4466Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
4467
4468 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
4469 debug routines.
4470
4471Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
4472
4473 * tree.c: apply an patch from Petr Kozelka for unlink and replace
4474 support of attribute nodes
4475
4476Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
4477
4478 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
4479 hopefully near complete and fully documented of the API in XML
4480 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
4481 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
4482 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
4483 include/libxml/parserInternals.h include/libxml/valid.hi
4484 include/libxml/xmlIO.h include/libxml/xmlerror.hi
4485 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
4486 include/libxml/xpath.h include/libxml/xpathInternals.h:
4487 Cleaned up the doc comments a lot in the process, the interface
4488 coverage is now 100%
4489
4490Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
4491
4492 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
4493 extracts comments from the gtk-doc DocBook output (a bit
4494 convoluted but seems to work).
4495
4496Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
4497
4498 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
4499 added an XML description of the API, moved the script generating
4500 it here. Added a "make api" target
4501
4502Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
4503
4504 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
4505
4506Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
4507
4508 * xpath.c include/libxml/xpathInternals.h: the change made to
4509 xmlXPathFuncLookupFunc was incompatible roll it back
4510
4511Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
4512
4513 * SAX.c: cleanup patch from Anthony Jones
4514 * doc/Makefile.am: fix the headers to avoid in make scan
4515 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
4516 includes, * vs Ptr and general cleanup
4517 * parsedecl.py: first version of a script to extract the
4518 module interfaces, the goal will be to provide .decl or XML
4519 specification of the interfaces to build wrappers.
4520
4521Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
4522
4523 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
4524 now provides return codes in case of errors
4525
4526Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
4527
4528 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
4529 Upgraded to trio baseline 1.6
4530 * strio.h strio.c: Replaced by triostr.h and triostr.c
4531
4532Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
4533
4534 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
4535 of strdup usage in the code
4536
4537Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4538
4539 * parser.c error.c: Keith Isdale complained rightly that
4540 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
4541
4542Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
4543
4544 * tree.c: fixed the funxtion to set the xml: attributes
4545 * debugXML.c: added "setbase" to test it.
4546
4547Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
4548
4549 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
4550 to allow updating an attribute content
4551
4552Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
4553
4554 * libxml.h: try to avoid problems when compiling on Windows
4555
4556Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
4557
4558 * hash.c: patch from Anthony Jones for hash.c allocation size
4559 * Makefile.am: trying to work around Yet Another Libtool Madness
4560 and build the 2.4.13 release finally ...
4561
4562Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
4563
4564 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
4565 * doc/* : update of the documentation
4566
4567Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
4568
4569 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
4570 at fixing #61290 :-(
4571
4572Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
4573
4574 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
4575 Fixes bug #67229
4576
4577Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
4578
4579 * tree.c: trying to avoid troubles when a subtree is copied
4580 and coalesced in part with the target tree. Should fix
4581 bug #67407
4582
4583Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
4584
4585 * valid.c: fixed validation of attributes content of type
4586 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
4587 values, very old bug. Fixes #67671
4588
4589Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
4590
4591 * parser.c include/libxml/parserInternals.h tree.c: integrated
4592 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
4593 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
4594
4595Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
4596
4597 * threads.c: applied Serguei Narojnyi's patch to add native
4598 thread support on the Win32 platform
4599 * testThreadsWin32.c Makefile.am: added the test program also
4600 from Serguei, Win32 specific
4601 * include/win32config.h include/libxml/xmlwin32version.h.in:
4602 added patch from Igor for the Windows thread specific defines.
4603
4604Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
4605
4606 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
4607
4608Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
4609
4610 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
4611 output page into XMLinfo.html. Close bug #66951 and
4612 raised by Robert Collins too.
4613
4614Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
4615
4616 * encoding.c: Paul Keogh pointed out a possibility of segfault
4617 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
4618 Closes bug # 68238
4619
4620Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
4621
4622 * doc/*.html: updated the Gdome2 links
4623
4624Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
4625
4626 * libxml.h: Applied following patches from Robert Collins
4627 and make sure IN_LIBXML is defined when compiling it
4628 -------
4629 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
4630 as well as Visual C.
4631 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
4632 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
4633 * strio.c (PLATFORM_UNIX): Define for Cygwin.
4634 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
4635 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
4636 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
4637 xmlSysIDExists xmlNoNetExists).
4638 * xmllint.c: Don't include winsock2.h for Cygwin.
4639
4640Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
4641
4642 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
4643 when the version info is not present.
4644
4645Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
4646
4647 * tree.c: Anthony Jones pointed out a problem in
4648 xmlStringGetNodeList() and provided a fix for it
4649
4650Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
4651
4652 * parser.c: patch from Frank J Franklin to remove a bug in
4653 xmlCreatePushParserCtxt() when the initial buffer passed
4654 is large.
4655
4656Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
4657
4658 * win32/*: big cleanup of the Windows/MSVC project files
4659 from Igor Zlatkovic
4660
4661Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
4662
4663 * doc/Makefile.am: should fix #67674 and avoid troubles if
4664 xsltproc is not available or fails in the prefix provided
4665
4666Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
4667
4668 * xmlmemory.c: one more doc patch from Charlie Bozeman.
4669
4670Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
4671
4672 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
4673 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
4674 Fixed a few other problems raised by Charlie Bozeman.
4675 * result/VC/ElementValid[5-7]: fixed the output
4676
4677Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
4678
4679 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
4680 patches from Charlie Bozeman. Regenerated the HTML docs.
4681
4682Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
4683
4684 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
4685 for Windows from Igor
4686
4687Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
4688
4689 * xmllint.c: applied Justin Fletcher patch for --output or -o
4690
4691Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
4692
4693 * win32/libxml2/libxml2.def.src: close #67019
4694
4695Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
4696
4697 * xmllint.c: applied Justin Fletcher generic timing patch
4698 similar to the one already applied to xsltproc.
4699
4700Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
4701
4702 * include/libxml/tree.h tree.c: applied documentation patches
4703 from Charlie Bozeman
4704
4705Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
4706
4707 *doc/xmllint.xml, xmllint.1 - document --dropdtd
4708
4709Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
4710
4711 * valid.c: fix the xmlStrdup() used in the previous patch.
4712 * valid.c: added --dropdtd
4713 * tree.c: fixed xmlUnlinkNode so it also removes the references
4714 from the document if the node is a DTD
4715
4716Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
4717
4718 * HTMLtree.c valid.c: cleanup some static declarations
4719
4720Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
4721
4722 * xmllint.c: removed another strdup()
4723 * doc/FAQ: removed the HP/UX entry
4724
4725Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
4726
4727 * valid.c: fix bug #66816 when validating.
4728 * xmllint.c: don't use sys/time.h if configure did not found it
4729
4730Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
4731
4732 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
4733 xmlcatalog_man.xml
4734
4735Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
4736
4737 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
4738 xmlInitMemory() was declared twice
4739
4740Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
4741
4742 * globals.c: do not reference strdup() !
4743 * configure.in libxml-2.0.pc.in: trying to fix the libs
4744 of the various config extraction modules
4745
4746Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
4747
4748 * configure.in : preparing 2.4.12
4749 * doc/* : updated and rebuilt the docs
4750
4751Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
4752
4753 * uri.c: closed bug #66159
4754 * testURI.c: added --escape option
4755 * configure.in: some cleanup for xml2-config --cflags
4756
4757Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
4758
4759 * globals.c testThreads.c: removed some misplaced includes
4760 of xmlversion.h
4761
4762Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
4763
4764 * threads.c: patch from Gary Pennington fixing a possible
4765 problem at initialization time.
4766
4767Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
4768
4769 * configure.in libxml.h parser.c testThreads.c macos/: integrated
4770 Eric Lavigne contribution to build libxml2 on MacOS using
4771 CodeWarrior.
4772
4773Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
4774
4775 * xmllint.c: applied Geert Kloosterman's patch to fix
4776 --repeat --timing output
4777
4778Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
4779
4780 * parser.c: Robin Berjon <robin@knowscape.com> found a case
4781 where non-wellformed XML declaractions were not detected.
4782
4783Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
4784
4785 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
4786
4787Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
4788
4789 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
4790 gets reset by xmlCleanupInputCallbacks() and this makes the
4791 function useless. Same for output.
4792
4793Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
4794
4795 * xmlIO.c: robert pointed out a loop error in callback cleanups
4796
4797Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
4798
4799 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
4800 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
4801 they are not really tied to debugging
4802
4803Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
4804
4805 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
4806 * xmllint.c: better --catalogs description
4807
4808Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
4809
4810 * tree.c: fixed a couple of problems in xmlSetProp()
4811
4812Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
4813
4814 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
4815 unappropriate stdout output.
4816
4817Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
4818
4819 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
4820 by Denis Beurive, closes #65111
4821
4822Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
4823
4824 * valid.c: in case of content model validity error, don't
4825 print it if validity warnings were not requested.
4826
4827Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
4828
4829 * nanoftp.c: applied a couple of patches from Brian D Ripley.
4830 * parserInternals.c: removed the last exit() call. Print an
4831 unmaskable error on stderr instead (library mismatch detection)
4832
4833Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
4834
4835 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
4836 shell instructions from Heiko Rupp
4837
4838Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
4839
4840 * catalog.c: use the URL notation file:// for default catalog paths
4841
4842Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
4843
4844 * include/libxml/tree.h: better comments for _private fields
4845 * tree.c: removed a problem when copying an entity reference.
4846
4847Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
4848
4849 * vms/*: updated instructions and diffs from John A Fotheringham
4850
4851Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
4852
4853 * include/libxml/xmlerror.h: avoid an include problem if
4854 #include <libxml/xmlerror.h> happens first in code
4855 seems to be the case in KDE libs
4856
4857Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
4858
4859 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
4860 from Igor for Windows
4861
4862Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
4863
4864 * Makefile.am: Gary Pennington pointed out a missing prefix
4865
4866Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
4867
4868 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
4869 * doc/*: upgraded and rebuilt the docs
4870
4871Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
4872
4873 * HTMLparser.c: fix comment in scripts element parsing.
4874 * result/HTML/doc3*: updated the results.
4875
4876Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
4877
4878 * uri.c: another URI bug fix #63336, using Joel Young patch.
4879
4880Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
4881
4882 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
4883 a cleaned up version of the Pwd shell string generation.
4884
4885Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4886
4887 * valid.c include/libxml/tree.h: trying to fix namespaces +
4888 validation problems for good, closing #63619 in the process
4889 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
4890 wrong in this respect, fixed it.
4891
4892Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
4893
4894 * xmllint.c: Morus Walter patch to allow --format and --encode
4895
4896Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
4897
4898 * debugXML.c: Stefan Kost provided an help command for the shell
4899
4900Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
4901
4902 * debugXML.c: Heiko Rupp pointed that the shell would crash
4903 on empty nodesets returns.
4904
4905Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
4906
4907 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
4908 migh need the history libraries
4909
4910Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
4911
4912 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
4913 handle the case of < in quoted attributes, Bastian Kleineidam
4914
4915Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
4916
4917 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
4918 fixing catalog breakages
4919 * Makefile.am catalog.c result/catalogs/catal
4920 result/catalogs/mycatalog.* test/catalogs/catal*:
4921 fixed more problems in catalog support, added more regression tests
4922 for both XML and SGML catalog handling
4923
4924Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
4925
4926 * debugXML.c: applied an improvement to xmlGetLineNo() from
4927 Keith Isdale
4928
4929Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
4930
4931 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
4932 Side effect of the progressive catalog loading
4933
4934Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
4935
4936 * Makefile.am: confexecdir and confexec_DATA were defined twice
4937 pointed out by Karl Eichwalder
4938
4939Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
4940
4941 * xmlcatalog.c: avoid unlink() and use remove() instead.
4942
4943Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
4944
4945 * libxml.spec.in: cleanup
4946 * include/libxml/xmlwin32version.h: updated with 2.4.8
4947
4948Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
4949
4950 * encoding.c global.data globals.c testThreads.c: fix bug #63752
4951 of compiling libxml with a non standard set of options
4952
4953Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
4954
4955 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
4956 document --sgml option, fixing gnome bugzilla #63382
4957
4958Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
4959
4960 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
4961 breakage of 2.4.7, added a couple of really needed APIs
4962 like xmlCatalogIsEmpty() and xmlNewCatalog()
4963 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
4964 for install-catalog
4965 * configure.in: preparing 2.4.8
4966
4967Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
4968
4969 * HTMLtree.c tree.c include/libxml/HTMLtree.h
4970 include/libxml/tree.h include/libxml/xmlIO.h: more include
4971 cleanups, export cleanly one html output + format function.
4972
4973Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
4974
4975 * parser.c: removed initGenericErrorDefaultFunc call from
4976 xmlInitParser() since it could destroy previous calls to
4977 xsltSetGenericErrorFunc() effects
4978
4979Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4980
4981 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
4982 keyword.
4983
4984Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
4985
4986 * Makefile.am: cleanup
4987 * threads.c: cleanup too
4988 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
4989 from xsltproc
4990 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +00004991 dependency loop.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00004992
4993Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
4994
4995 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
4996 was not used anymore !
4997
4998Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
4999
5000 * configure.in: preparing 2.4.7
5001 * Makefile.am doc/Makefile.am: switched to the latest xmllint
5002 manual page from John
5003 * doc/*: updated the doc and rebuilt the generated pages
5004
5005Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
5006
5007 * xmlIO.c: closing bug #62711, the library should never
5008 close stdin or stdout.
5009
5010Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
5011
5012 * uri.c: second pass at fixing #63336, using Joel Young
5013 final patch. looks okay.
5014
5015Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
5016
5017 * uri.c include/libxml/uri.h: trying to clear #63336
5018 allowing the escaping routine to parse unconformant
5019 URI-References.
5020
5021Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
5022
5023 * vms/readme.vms vms/build_libxml.com nanoftp.c
5024 include/libxml/xmlversion.h.in: a few VMS updates from
5025 John A Fotheringham
5026 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
5027 and xmlCleanupOutputCallbacks() for the Perl binding people.
5028
5029Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
5030
5031 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
5032 apply fixes to close #63271 and avoid segfaults when
5033 the error routine gets callbed before xmlInitParser()
5034 get called.
5035 * nanoftp.c error.c: Applied patches from Justin Fletcher
5036 correcting some xmlGenericError misuses.
5037
5038Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
5039
5040 *doc/xmllint.xml, doc/xmllint.1
5041 New and improved man page for xmllint - .xml is the original, .1
5042 is the generated man page
5043
5044Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
5045
5046 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
5047 the web site from the main HTML document.
5048
5049Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
5050
5051 * parser.c: fixed an erroneous validation bug when PE refs
5052 occurs in external parsed entities referenced from the
5053 internals subset
5054 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
5055 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
5056 added the associated testcase, it's a nice one.
5057 * HTMLparser.c: generate the DTD node as HTML still ...
5058 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
5059
5060Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
5061
5062 * HTMLparser.c: fixed a bug in htmlNewDoc()
5063
5064Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
5065
5066 * test/threads/*: added entities testing to the Thread test
5067 * testThreads.c: make the test reasonable
5068 * DOCBparser.c: fix the DTD public and system ID
5069 * xmllint.c: added --sgml for SGML DocBook importing
5070 * Makefile.am: added Docbtests target
5071
5072Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
5073
5074 * nanoftp.c: use only "anonymous@" string for anonymous passwds
5075 * testThreads.c: removed bogus include
5076
5077Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
5078
5079 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
5080 fixed a very serious (looping) validation bug
5081
5082Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
5083
5084 * include/libxml/globals.h include/libxml/threads.h threads.c
5085 testThreads.c: far more testing, cleaning up bugs
5086 * *.c : make sure globals.h is always included.
5087
5088Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
5089
5090 * HTMLparser.c: try to get rid of parser loops for good.
5091
5092Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
5093
5094 * configure.in: fixed some bugs in CFLAGS passing.
5095 * test/threads Makefile.am testThreads.c: added a specific
5096 threaded test case (really nasty, guaranteed).
5097
5098Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
5099
5100 * catalog.c: serious cleanup on the management of the
5101 XML catalog tree, more tests done, especially with
5102 the catalog PI.
5103
5104Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
5105
5106 * catalog.c: avoid a problem in catalog cleanup on SMP if
5107 catalogs were not initialized.
5108
5109Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
5110
5111 * catalog.c xpath.c: trying to cleanup the not thread safe
5112 parts of the library.
5113
5114Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
5115
5116 * include/libxml/globals.h configure.in global.data: make
5117 the allocation be per-thread a configure option
5118 * encoding.c include/libxml/parser.h: fixed compilation
5119 errors
5120
5121Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
5122
5123 * include/libxml/parser.h: Norm reported that a few lines
5124 added were breaking libxslt compile, removed them for now
5125
5126Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
5127
5128 * parser.c parserInternals.c threads.c: debugged and fixed
5129 initialization problems which were giving troubles on SMP
5130 boxes.
5131
5132Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
5133
5134 * include/libxml/Makefile.am: missing globals.h
5135
5136Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
5137
5138 * globals.c: added a couple of standard includes.
5139
5140Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
5141
5142 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
5143 include/libxml/parserInternals.h include/libxml/tree.h
5144 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
5145 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
5146 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
5147 Applied the last patches from Gary, cleanup, activated threading
5148 all user accessible global variables are now handled in globals.[ch]
5149 Still a bit rought but make tests passes with either
5150 --with-threads defined at configure time or not.
5151 * Makefile.am example/Makefile.am: added globals.[ch] and threads
5152 linking options
5153
5154Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
5155
5156 * Makefile.am include/libxml/Makefile.am
5157 include/libxml/globals.h globals.c include/libxml/threads.h
5158 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
5159 configure.in: started integrating the core of the thread support
5160 not activated yet but half integrated. The code should still
5161 compile and work anyway.
5162
5163Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
5164
5165 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
5166 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
5167 integrating the non-controversial parts of Gary Pennington
5168 multithread patches
5169 * catalog.c: corrected a small bug introduced
5170
5171Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
5172
5173 * catalog.c include/libxml/catalog.h: very serious cleanup,
5174 isolating unportable code and as much as possible the accesses
5175 to the global shared catalog. May need more testing !
5176
5177Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
5178
5179 * include/libxml/debugXML.h debugXML.c tree.c: integrating
5180 Keith Isdale patches for the XSLT debugger interfaces. Some
5181 cleanup
5182
5183Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
5184
5185 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
5186 * DOCBparser.c: generate line nubers in elements
5187
5188Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
5189
5190 * configure.in: preparing 2.4.6 release
5191 * doc/xml.html doc/html/*: updated and rebuilt the docs
5192 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
5193
5194Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
5195
5196 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
5197 adding documentation for DV's supercatalog support
5198
5199Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
5200
5201 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
5202 super catalog support adding one API and one flag --sgml to
5203 xmlcatalog
5204
5205Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
5206
5207 * doc/xmlcatalog_man.xml, xmlcatalog.1
5208 One more crack at
5209 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
5210
5211
5212Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5213
5214 * xpath.c: implemented xmlXPathObjectCopy for external objects
5215 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
5216
5217Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
5218
5219 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
5220 finishing up fix to
5221 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
5222 the xmlcatalog man page display more elegantly
5223
5224Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
5225
5226 * configure.in: closing bug #61832
5227 * HTMLparser.c: removed a warning
5228
5229Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
5230
5231 * xpath.c: fixing #61673 part I, do not loose doc information
5232 when copying result value trees.
5233
5234Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
5235
5236 * xpath.c: trying to harden the XPath interpreter
5237
5238Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
5239
5240 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
5241 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
5242
5243Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
5244
5245 * HTMLparser: repaired another loop problem
5246
5247Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
5248
5249 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
5250 parsing.
5251 * xpath.c: fix bug #61291 the default XML namespace node is
5252 missing from the namespace axis.
5253 * tree.c: refuse to create namespaces nodes with prefix "xml"
5254
5255Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
5256
5257 * SAX.c: ouch a non-defined namespace could lead to a crash,
5258 fixed #61215
5259
5260Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
5261
5262 * parserInternals.c: closed bug #61054
5263
5264Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
5265
5266 * include/libxml/Makefile.am: closing #60708
5267
5268Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
5269
5270 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
5271 adding xmlSAXParseFileWithData following Marco Stipek suggestion
5272
5273Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
5274
5275 * valid.c: close bug #61550 when xml: wasn't considered a namespace
5276
5277Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
5278
5279 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
5280 * DOCBparser.c HTMLparser.c parser.c: fixed typos
5281
5282Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
5283
5284 * catalog.c: Justin Fletcher provided cleaup code in case
5285 HAVE_STAT is not defined
5286 * include/win32config.h: Igor Zlatkovic suggested to have
5287 HAVE_STAT defined there
5288
5289Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
5290
5291 * catalog.c - fixed typing error reported by M. Barros
5292
5293Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
5294
5295 * xmllint.c - fixing typo
5296
5297Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
5298
5299 * HTMLparser.c: small enhancement to prevent loop on
5300 unrecognizable data
5301
5302Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
5303
5304 * parserInternals.c: applying patch from bug #60757 this
5305 should close it
5306
5307Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
5308
5309 * catalog.c xmlcatalog.c: removed a couple of warning
5310 * xpath.c: try to solve the linking problem on platforms
5311 needing trio to compile
5312
5313Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
5314
5315 * Makefile.am libxml.spec.in: backing up non-documented changes
5316 commited without review or aproval by Jens Finke <jens@gnome.org>
5317 * HACKING: made 100% clear that no commit should be done directly
5318
5319Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
5320
5321 * configure.in: Joe Orton provided a patch fixing a problem
5322 when iconv is specified to be in a non-standard directory
5323 but wasn't exported in xml2-config --cflags
5324
5325Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
5326
5327 * configure.in: let's ship 2.4.5 before getting too much
5328 troubles with 2.4.4 errors.
5329
5330Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
5331
5332 * encoding.c entities.c: do not output hexadecimal charrefs
5333 when serializing HTML since some version of Netscape can't
5334 grok it, generate decimal ones.
5335 * result/HTML/doc3.htm: output changed due to previous test
5336 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
5337
5338Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
5339
5340 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
5341 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
5342
5343Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
5344 Released 2.4.4
5345
5346 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
5347 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
5348 updated the configuration scripts systems accordingly
5349
5350Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
5351
5352 * configure.in: preparing for 2.4.4
5353 * doc/xml.html doc/html/*: updated and rebuilt the docs
5354
5355Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
5356
5357 * win32/dsp/libxml2.def.src: tried to incorporate comments
5358 from bug #59220
5359
5360Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
5361
5362 * parser.c result/noent/wml.xml: fixed bug #59981 related
5363 to handling of '&' in attributes when entities are substitued
5364
5365Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
5366
5367 * libxml.h include/libxml/xmlversion.h.in
5368 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
5369 Tried to close bug #60131
5370
5371Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
5372
5373 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
5374
5375Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
5376
5377 * SAX.c: fixing bug #59946 on xmlns=""
5378
5379Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
5380
5381 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
5382 but allocates a new error code.
5383
5384Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
5385
5386 * xmllint.c: John Fleck fixed typos in the options output
5387 * parser.c SAX.c: fix ignorable white space SAX selection
5388
5389Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
5390
5391 * entities.c: Steve Underwood found the possibility of an
5392 ininite loop in case of error.
5393
5394Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
5395
5396 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
5397
5398Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
5399
5400 * parser.c: warn if version is not 1.0 but it's not
5401 strictly speaking an error after analyzing the spec
5402
5403Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
5404
5405 *doc/catalog.html - add link to the html version of the
5406 man page, other linguistic cleanups
5407
5408Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
5409
5410 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
5411 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
5412 file, has not yet been included in the build.
5413
5414Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
5415
5416 * catalog.c: removed a duplicate affectation Justin Fletcher
5417
5418Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
5419
5420 * tree.c: Armin Sander pointed a possible text coalescing
5421 problem, completed his patch.
5422
5423Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5424
5425 * trionan.c: Fixed const and volatile re-definition problem
5426
5427Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
5428
5429 * libxml.4 parser.c: doc updates from Heiko Rupp
5430 * parserInternals.c: 2 sanity checks from Heiko Rupp
5431
5432Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
5433
5434 * tree.c: applied patch from Armin Sander to make some pointers
5435 const in xmlCopyNode()
5436 * include/libxml/tree.h: added fix to the header
5437
5438Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
5439
5440 * xpath.c: hum, restrict the integer usage gcc bug workaround
5441 to only gcc compilers so that other architecture don't get
5442 penalized by this limitation.
5443 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
5444
5445Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
5446
5447 * valid.c: fixed a Windows compiler warning (Chris Poblete)
5448 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
5449
5450Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
5451
5452 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
5453 --convert option to xmlcatalog to convert SGML ones to
5454 the XML syntax.
5455 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
5456
5457 2.4.3 got released at that point
5458Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
5459
5460 * catalog.c xmlIO.c: started some serious testing and fixed
5461 a few bug and optmization needs.
5462
5463Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
5464
5465 * Makefile.am configure.in include/libxml/xmlwin32version.h:
5466 preparing for a 2.4.3 release even if it may not be ready yet
5467 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
5468 all file parsing lookup to go through the entity resolver, add
5469 to add an API to bypass it (needed to load catalogs themselves),
5470 some cleanup on the catalog code too.
5471 * nanoftp.c: small cleanup
5472 * doc/catalog.html: small update
5473
5474Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
5475
5476 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
5477 Jun Kuriyama
5478
5479Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
5480
5481 * doc/catalog.html: finished the catalog documentation
5482
5483Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
5484
5485 * doc/catalog.html doc/xml.html: added documentation about
5486 Catalog support, misses an API description
5487 * doc/html/*: reextracted the API pages
5488
5489Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
5490
5491 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
5492 Added the part about section 7.2 on URI resolution,
5493 fixed a side effect in the HTML parser, look complete
5494 and ready to rock except the URI/SystemID part!
5495
5496Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
5497
5498 * include/libxml/catalog.h include/libxml/parser.h
5499 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
5500 xmlIO.c: added support and APIs needed for the catalog PI
5501 * include/libxml/xmlIO.h: cleanup
5502
5503Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
5504
5505 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
5506 include/libxml/catalog.h: starts to look okay, really
5507 plugged the new framework, cleaned a lot of stuff,
5508 added some APIs, except the PI's support missing this
5509 should be mostly complete
5510 * result/catalogs/* test/catalogs/*: added new test, enriched
5511 the existing one with URN ID tests
5512
5513Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
5514
5515 * catalog.c: fixed nextCatalog
5516 * result/catalogs/docbook test/catalogs/*: started adding
5517 a small regression test
5518
5519Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
5520
5521 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
5522 more work on the XML catalog support.
5523 * parser.c include/libxml/parser.h: small cleanup seems using
5524 list as a public parameter name can give portability troubles
5525 * trionan.c trionan.h xpath.c include/libxml/trionan.h
5526 include/libxml/xpath.h include/libxml/Makefile.am: removed
5527 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
5528 wrappers
5529
5530Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
5531
5532 * Makefile.am trio.c triodef.h trionan.c xpath.c
5533 include/libxml/Makefile.am include/libxml/trionan.h:
5534 Re-worked Not-A-Number and Infinity support.
5535 * xmlcatalog.c: added readline include files
5536
5537Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
5538
5539 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
5540 testCatalog as xmlcatalog, making it an installed app
5541 adding a shell, and preparing it to be a /etc/xml/catalog
5542 management tool, though not ready yet
5543 * catalog.c include/libxml/catalog.h: adding support for
5544 XML Catalogs http://www.oasis-open.org/committees/entity/
5545 not finished, there is some interesting tradeoffs and a
5546 few open questions left.
5547
5548Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
5549
5550 * xmllint.c: fixed a line formatting problem
5551
5552Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
5553
5554 * SAX.c: removed a couple of unused variable (Albert Chin)
5555
5556Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
5557
5558 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
5559 trying to fix some troubles w.r.t. function returning
5560 const xxxPtr.
5561
5562Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
5563
5564 * win32/dsp/libxml2.def.src: another set of symbols conditionally
5565 defined
5566
5567Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
5568
5569 * xpointer.c: removed unused var
5570
5571Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
5572
5573 * testXPath.c: another small cleanup closing bug #59110
5574
5575Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
5576
5577 * win32/dsp/libxml2.def.src: small cleanup closing bug
5578 #59108
5579
5580Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
5581
5582 * example/gjobread.c: add xmlCleanupParser() before leaving
5583
5584Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
5585
5586 * config.h.in configure.in include/libxml/xmlwin32version.h:
5587 released 2.4.2
5588
5589Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
5590
5591 * include/libxml/valid.h debugXML.c valid.c: deprecate
5592 the non-boundchecking Sprintf functions, add Snprintf
5593 this should close bug #57984
5594
5595Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
5596
5597 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
5598 URIs before doing the lookups (pointed by Mark Vakoc)
5599
5600Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
5601
5602 * xpath.c: serious changes on Result Value Trees and NodeSets
5603 w.r.t. deallocation and collect operations. Probably not
5604 100% clean (merge of allocated trees smells like a problem).
5605 Seems sufficient to close #58943
5606
5607Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
5608
5609 * xmllint.c: adding a --format option
5610
5611Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
5612
5613 * xpath.c: count() was broken on Result Value Tree
5614 * xmlIO.c: fixed file:/// accesses on _WIN32
5615
5616Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
5617
5618 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
5619 macro was renamed, this should close bug #58683
5620
5621Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
5622
5623 * SAX.c: small fix fixing bug #58539 reported by coolo, in
5624 entity substitution mode text at the end of the entity might
5625 be added due to text coalescing.
5626 * nanoftp.c parser.c: small cleanup
5627
5628Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
5629
5630 * HACKING: added John Fleck right to commit in the doc subdir
5631
5632Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
5633
5634 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
5635 allow to inherit attributes from the DTD directly in the
5636 tree, this is needed for XPath and can be a useful feature.
5637 Inherited namespaces are always provided at the tree level now
5638 * test/defattr* result/defattr* result/noent/defattr*: added a couple
5639 of tests for this feature (XSLT being the prime user).
5640
5641Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
5642
5643 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
5644 testSAX.c xmlIO.c xmllint.c include/win32config.h
5645 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
5646 include/libxml/xmlwin32version.h.in win32/README.MSDev
5647 win32/dsp/*: applied Win32 Facelift No.2 patches from
5648 Igor Zlatkovic for Windows/MSC
5649
5650Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
5651
5652 * SAX.c: unparsedEntityDecl() the URI computation of the
5653 entity wasn't done breaking XSLT unparsed-entity-uri()
5654
5655Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
5656
5657 * xpath.c: fixed a bug when walking the descendants and
5658 the current node has no children
5659 * debugXML.c: show up when a text node is supposed to not be escaped
5660
5661Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5662
5663 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
5664 worked like the set:leading() function)
5665 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
5666
5667Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5668
5669 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
5670
5671Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5672
5673 * include/libxml/xmlIO.h: apply change to close #58141
5674 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
5675
5676Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5677
5678 * parser.c: when the internal subset uses a PE, then the
5679 included entity can use conditional sections.
5680
5681Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5682
5683 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
5684 when walking the namespace axis showing up in
5685 libxst/tests/general/bug-12
5686 * xmlmemory.c: added the possibility to trace a given block
5687 defined by its address
5688
5689Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5690
5691 * parser.c: don't override existing encoding specified before
5692 starting xmlParseDocument()
5693
5694Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5695
5696 * include/libxml/xmlwin32version.h: reinserted, needed for
5697 Windows users of CVS
5698
56992001-07-27 Darin Adler <darin@bentspoon.com>
5700
5701 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
5702 * testCatalog.c: Add include of <libxml/parser.h>.
5703
57042001-07-27 Darin Adler <darin@bentspoon.com>
5705
5706 * include/libxml/.cvsignore:
5707 * include/libxml/xmlwin32version.h:
5708 Remove this file from CVS because it's generated.
5709
5710Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5711
5712 * parser.c include/libxml/parser.h: applied const patches from
5713 Tom Moog #58002
5714
5715Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5716
5717 * xpath.c include/libxml/xpath{,Internals}.h: added a function
5718 lookup framework
5719
5720Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5721
5722 * tree.c: fixed xmlCopyNode() for documents
5723
5724Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5725
5726 * parser.c: fixed bugs #58073 reported by Greg Shtilman
5727
5728Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5729
5730 * parser.c: fixes bug #57652 reported by Morus Walter
5731
5732Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5733
5734 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
5735
5736Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5737
5738 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
5739 errors, lesson don't add new functions at 1am before a release
5740 * xpath.c: integrated fix from Bjorn to avoid divide by zero
5741 from XPath initialization when possible.
5742
5743Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5744
5745 * result/scripts/base*: removing history/readline changed
5746 this slightly
5747 * include/libxml/parser.h SAX.c parser.c parserInternals.c
5748 xmllint.c: make element content line number generation
5749 optionnal to avoid breaking old apps added interface to switch
5750
5751Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5752
5753 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +00005754 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00005755 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
5756 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
5757 John Kroll fixes to allow saving to HTTP via PUT (or
5758 POST of needed).
5759 * doc/html/*.html: regenerated the docs
5760
5761Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5762
5763 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
5764 xmlHashScanFull and xmlHashScannFull3 to get passed the
5765 three keys as arguments to the callback function
5766
5767Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5768
5769 * configure.in Makefile.am: removed libxml softlink for good
5770 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
5771 100% coverage by gtk-doc
5772
5773Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5774
5775 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
5776 fixed serious troubles due to size_t vs. int mismatch
5777
5778Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5779
5780 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
5781
5782Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5783
5784 * include/libxml/xpath{,Internals}.h xpath.c: added a more
5785 convenient extension API for value and context managing
5786 Now handles external objects through xmlXPathPopExternal,
5787 xmlXPathWrapExternal and xmlXPathReturnExternal.
5788 Added functions for sets operations (intersection, etc.)
5789
5790Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5791
5792 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
5793 xmlIO.c tree.c parserInternals.c entities.c encoding.c
5794 HTMLparser.c: cleanup of global variables, marking some
5795 const or private.
5796
5797Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
5798
5799 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
5800 fixed xmlXPathNodeSetItem when passing index=0
5801
5802Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5803
5804 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
5805
5806Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5807
5808 * xmllint.c: fixed compilation under Cygwin #57503
5809 * TODO: update
5810
58112001-07-13 Peter Williams <peterw@ximian.com>
5812
5813 * config.h.in: add #undef HAVE_DLFCN_H
5814
5815 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
5816 builddir.
5817
5818Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5819
5820 * win32/libxml2/libxml2.def.src: added a couple of exported entries
5821 raised by #57348 and #57381
5822
5823Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5824
5825 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
5826 tree.c xpointer.c: store the line numbder in element->content,
5827 may break some software, need a configuration mechanism
5828
58292001-07-10 Darin Adler <darin@bentspoon.com>
5830
5831 * .cvsignore:
5832 * example/.cvsignore:
5833 * include/.cvsignore:
5834 * include/libxml/.cvsignore:
5835 Various things that are generated and should be ignored.
5836
5837Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5838
5839 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
5840 * doc/xml.html doc/html/*: updated the docs
5841
5842Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5843
5844 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
5845 validation occured on content with element child
5846
5847Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5848
5849 * tree.c: fixed XML Base computation which was broken
5850 * debugXML.c: added a base function to the shell
5851 * Makefile.am result/scripts/* test/scripts/*: added scripts
5852 based regression tests, and adding 2 XML Base tests
5853
5854Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5855
5856 * tree.c: set properties doc and call xmlSetListDoc for properties
5857 content when grafting them in a different tree.
5858 * aclocal.m4: remove from CVS
5859
5860Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5861
5862 * win32/libxml2/libxml2.def.src: added some missing entry point
5863 for XPath (Mark Vakoc)
5864
5865Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5866
5867 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
5868 layer should URI-Unescape before trying to open resources.
5869
5870Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5871
5872 * xpath.c: fix the name() bug for elements in the default
5873 namespace reported by Charlie Bozeman
5874
5875Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5876
5877 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
5878 led to an XPath fix, improvements of SAX initialization, and
5879 an added option --nocdata to testXPath
5880
5881Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5882
5883 * doc/libxml-doc.el: Felix Natter provided anew version working
5884 with XEmacs too
5885
5886Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5887
5888 * include/libxml/xpath.h: small cleanup
5889 * doc/xml.html: update
5890
5891Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5892
5893 * Makefile.am configure.in include/libxml/xmlwin32version.h:
5894 released 2.3.14
5895
5896Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5897
5898 * doc/html/*: rebuilt the docs for the release
5899 * doc/xml.html: added 2.3.14 release.
5900
5901Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5902
5903 * xpath.c: a bug reported by Stephan Kulow empty nodesets
5904 were not equal to empty strings
5905
5906Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5907
5908 * SAX.c: fixed a URI-Reference computation problem when validating
5909 * xmlIO.c: small cleanup
5910
5911Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5912
5913 * parser.c: improved the description of a couple of interfaces
5914 upon Larry Stamper suggestion
5915
5916Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5917
5918 * SAX.c entities.c parser.c: changed completely the way entities
5919 are handled when running the parser in entity substitution mode.
5920 This fixes a bug reported by Stephan Kulow and nearly divides
5921 by 3 the amount of memory required by libxslt to load and process
5922 DocBook TDG.
5923
5924Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5925
5926 * HTMLparser.c: fixing a too early root closing problem raised
5927 byt Prashanth Naidu
5928
5929Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5930
5931 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
5932 raised by Mark Vakoc.
5933
5934Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5935
5936 * example/Makefile.am: fixed the include path to add srcdir/include
5937 * Makefile.am configure.in: fix from Albert Chin for iconv detection
5938 and some cleanup
5939
5940Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5941
5942 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
5943 lot of optimization work, results in significant improvements
5944 when handling really complex XPath queries. Add a small optimizer
5945 for unions, improve [n] and [last()], avoid some costly ops.
5946
5947Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5948
5949 * include/libxml/parser.h parser.c: xmlStrstr args are both const
5950 * xpath.c: small cleanup
5951 * xmlGetNsList: reformated, fixed problems if used on Entities
5952
5953Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5954
5955 * doc/xml.html: added 1.8.14 and 2.3.13 releases
5956
5957Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5958
5959 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
5960 * Makefile.am example/Makefile.am: workaround automake generating
5961 erroneous deps
5962
5963Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5964
5965 * include/win32config.h: bug #56801 Yon Derek provided a patch
5966 to the windows config file.
5967
5968Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5969
5970 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
5971 libxml.h : Yon Derek provided a set of changes to compile from
5972 CVS on Windows/MSC
5973
5974Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5975
5976 * parser.c: fixed UTF8 BOM support in push mode
5977 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
5978 added a specific testcase
5979
5980Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5981
5982 * Makefile.am: added --push regression tests
5983 * parserInternals.c: the XML parser segfaulted in --push mode
5984
5985Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5986
5987 * configure.in: moved the symlinks detection within a CVS
5988 check, this is not portable and will be removed soon.
5989 * xpath.c: small cleanup/speedup
5990
5991Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5992
5993 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
5994 release of 2.3.12
5995 * parser.c: make an error message if unknow entities in all cases
5996
5997Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
5998
5999 * uri.c: fixed 2 uri normalization bugs on '//' reduction
6000
6001Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6002
6003 * include/libxml/Makefile.am: Laszlo Peter pointed out that
6004 includes were installed in the wrong dir
6005
6006Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6007
6008 * doc/html.xml: warn against sending code to exhibit bugs.
6009
6010Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6011
6012 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
6013 Tru64 from Thomas Leitner
6014
6015Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6016
6017 * AUTHORS: added William and Bjorn
6018 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
6019 daniel@veillard.com hopefully I won't have to do this again
6020 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
6021 docs can be rebuilt cleanly now
6022 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
6023 from CVs it's generated, added include/libxml/xmlwin32version.h
6024 also generated but which should change far less frequently.
6025 * catalog.c nanoftp.c: made sure to include libxml.h not
6026 libxml/xmlversion.h directly
6027 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
6028 when compiling on WIN32 and MSC
6029
6030Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6031
6032 * include/Makefile.am include/libxml/Makefile.am configure.in:
6033 fixed make distcheck and rebuilding the rpms
6034
6035Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6036
6037 * configure.in: should finish the migration of exported includes
6038 into a real include/libxml in CVS, at least for CVS users.
6039 * removed the exported headers, added in include/libxml (as well
6040 as xmlversion.h.in).
6041
6042Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6043
6044 * configure.in: fixed the way to detect symlink
6045
6046Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6047
6048 * configure.in: updated, include/libxml is now a real CVS dir
6049
6050Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6051
6052 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
6053 version works with both libxml1 and libxml2 (it autodetects
6054 the prefix of the html-files) from Felix Natter.
6055 * doc/xml.html: updated doc accordingly
6056
6057Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6058
6059 * xpath.c: fixed the bug generating a template loop in libxslt
6060 when using docbook-xsl-1.4, * should filter out document nodes
6061 * HACKING: added William
6062 * TODO: updated
6063
6064Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6065
6066 * doc/FAQ.html: added a warning about gcc-3.0
6067 * doc/xml.html: added reference to gdome2 and removed a confusing
6068 sentence
6069
6070Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6071
6072 * xmlversion.h: okay this is a generated file, but Windows
6073 users need it and they can't generate it, and I want CVS
6074 Windows users ...
6075 * win32/libxml2/libxml2_so.dsp: Windows project file for
6076 the shared lib version of libxml2
6077 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
6078 resources needed for libxslt/xsltproc by Yon Derek
6079
6080Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
6081
6082 * trio.c: MSVC fix (provided by Igor Zlatkovic)
6083
6084Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6085
6086 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
6087
6088Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6089
6090 * include/win32config.h: Yon Derek provided a first fix
6091 to be able to compile libxslt/xsltproc on Windows
6092
6093Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6094
6095 * xpath.c: attempt to work around what seemed a gcc optimizer
6096 bug when handling floats on i386 http://veillard.com/gcc.bug
6097 * tree.c entities.c encoding.c: doing some cleanups while
6098 chasing it
6099
6100Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6101
6102 * Makefile.am: cleanup when --without-debug is specified
6103 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
6104 w.r.t. --without-debug and other include points
6105 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
6106 Catalogs
6107 * configure.in entities.h tree.h HTMLparser.c: removed
6108 --without-corba, made the _private field mandatory
6109
6110Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6111
6112 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
6113 outputs a BOM in UTF8, an errata has been issued to avoid the
6114 problem, that was the most reasonable solution... Add support
6115 for a leading UTF8 BOM in entities.
6116
6117Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6118
6119 * valid.c: fixed a bug found when post validating an entity ref
6120 * xmllint.c: added --loaddtd and sligly changed --postvalid to
6121 activate it too
6122
6123Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6124
6125 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
6126 weakness in the node copy the XPointer and the XInclude
6127 implementations. Serious cleanup.
6128
6129Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6130
6131 * Makefile.am: Kjartan Maraas provided a small patch to
6132 add xml2-config.in to EXTRA_DIST
6133
6134Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6135
6136 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
6137 provided another failing case found in KDE, the way the
6138 ctxt->vctxt.nodeTab was allocated and freed changed over
6139 time but it wasn't completely cleaned up. This should fix it.
6140
6141Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6142
6143 * parser.c: Stephan Kulow also raised the fact that line number
6144 could get miscounted making debug harder, fixed the problem
6145 in xmlParseCharData()
6146
6147Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6148
6149 * valid.c: Stephan Kulow pointed out a problem when validating
6150 and using an empty entity, forgot a 'break' in a case.
6151
6152Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6153
6154 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
6155 * doc/xml.html: updated with 2.3.11
6156
6157Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6158
6159 * TODO: updated adding cleanup of generated doc
6160 * configure.in: prepared to release 2.3.11
6161 * xmllint.c: added --version for bug reporting
6162 * doc/html/*.html: rebuilt the doc
6163
6164Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6165
6166 * xpath.c: first part of the work on selecting namespace to
6167 fix bug #56115
6168
6169Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6170
6171 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
6172 when using -liconv
6173 * TODO: updated
6174
6175Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6176
6177 * HTMLtree.[ch]: more work on the HTML serialization routnes,
6178 cleanup, encoding support.
6179
6180Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6181
6182 * xpath.c: Thomas Broyer suggested a better patch for the / arg
6183
6184Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6185
6186 * xpath.c: bug detected by Ankh when / is used as a function arg
6187
6188Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6189
6190 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
6191 of element and use it to avoid outputting formatting spaces at
6192 the wrong place. Implemented the format parameter for HTML save.
6193 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
6194 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
6195 result/HTML/wired.html: of course this impact the result of a
6196 number of HTML tests
6197
6198Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6199
6200 * HTMLtree.[ch]: started augmenting the HTML save API with
6201 encoding and formatting parameters
6202
6203Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6204
6205 * HTMLtree.h: cleanup and started evaluating the work needed on
6206 revamping the HTML output code
6207
6208Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6209
6210 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
6211
6212Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6213
6214 * valid.c: fixed bug #56049, forgot one check in the
6215 validation routine
6216
6217Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6218
6219 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
6220
6221Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6222
6223 * libxml.h: fixed an error in last commit
6224 * doc/FAQ.html: added an entry for compilation from CVS
6225
6226Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6227
6228 * xmlversion.h.in libxml.h: Cygwin patches
6229 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
6230 * tree.h: cleanup
6231
6232Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6233
6234 * tree.c: patched xmlFreeNode() to avoid freeing() a static
6235 memory block in a strange case where libxml is linked twice
6236 in the binary.
6237
6238Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6239
6240 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
6241 state far too often, simple fix used to avoid it.
6242
6243Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6244
6245 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
6246 being processed, applied his patch
6247 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
6248
6249Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6250
6251 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
6252 provided fixes to compile on MSCC again
6253 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
6254 also provided an update for the project files.
6255
6256Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6257
6258 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
6259 bug #55810
6260
6261Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6262
6263 * tree.c: fixed xmlGetNsProp() to close bug #55683
6264 Note this requires libxslt to use it's own function instead.
6265
6266Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6267
6268 * HTMLtree.c: when in a pre element no formatting space should
6269 be added.
6270 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
6271
6272Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6273
6274 * configure.in: added tests for signal() and signal.h
6275
6276Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6277
6278 * xpath.c: robert pointed out xmlXPathNINF was not initialized
6279
6280Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6281
6282 * doc/libxml-doc.el: Felix Natter provided a new version for
6283 libxml2
6284
6285Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6286
6287 * HTMLtree.c: when in a pre element no formatting space should
6288 be added.
6289
6290Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6291
6292 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
6293
6294Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6295
6296 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
6297 hack
6298 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
6299 * uri.c: fixed a warning
6300
6301Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6302
6303 * HTMLtree.c: trying to close bug #55772 escaping in script
6304 elements
6305 * doc/xml.html: suggest to send mail to the list
6306
6307Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6308
6309 * error.c: attempt to fix the xmlGetVarStr breakage once and for
6310 good. Use a macro and based on the solution provided in
6311 vsnprintf manual page from GNU.
6312
6313Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
6314
6315 * error.c: Workaround for non-preserving variadic list.
6316 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
6317
6318Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6319
6320 * doc/xml.html: added 2.3.10 release
6321
6322Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6323
6324 * configure.in: releasing 2.3.10
6325
6326Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6327
6328 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
6329
6330Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6331
6332 * encoding.c: Robert Collins provided a patch to add the
6333 "US-ASCII" encoding alias
6334
6335Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6336
6337 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
6338 string oriented functions and started cleaning the related areas
6339 in xpath.c which needed fixing in this respect
6340
6341Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6342
6343 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
6344 #55380
6345 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
6346
6347Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6348
6349 * TODO: updated
6350 * nanohttp.[ch] : started adding APIs to get the redirected URL
6351 when this occurs (needed for further base computation
6352 * tree.h: cleanup
6353 * encoding.c: cleanup
6354 * SAX.c: minor change around ctxt->loadsubset
6355
6356Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6357
6358 * Makefile.am include/Makefile.am: small change to have
6359 include/libxml rebuilt if working from CVS.
6360 * uri.c: applied another patch from Carl Douglas for URI escaping,
6361 this should close bug #51876
6362
6363Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6364
6365 * xinclude.c: fixed XInclude recursive behaviour bug #54678
6366 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
6367 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
6368 added specific regression test
6369 * parser.h: preparing for the XSLT mode where DTD inherited
6370 attributes are added to the tree.
6371
6372Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6373
6374 * xinclude.[ch]: Updated the namespace for the Last Call version
6375 * result/XInclude/include test/XInclude/include: updated the
6376 testsuite accordingly
6377
6378Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6379
6380 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
6381 related to bug #51876
6382
6383Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6384
6385 * tree.c: fixed a gross mistake in base computation, xml:base is
6386 not completely correct yet (need cascade).
6387 * xpath.[ch]: added the few things needed to find a function name
6388 and URI from the XPath context when it is called.
6389
6390Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6391
6392 * catalog.[ch]: fixes and add xmlLoadCatalogs()
6393 * DOCBparser.c: small cleanup
6394 * xmllint.c: added a --catalogs option to load catalogs from
6395 $SGML_CATALOG_FILES
6396 * tree.c: cleanup
6397 * configure.in: iconv library fixup, ICONV_LIBS
6398
6399Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6400
6401 * catalog.c: handling of CATALOG entries. detection of recursion,
6402 and a few bugfixes
6403 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
6404 against the default namespace
6405
6406Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6407
6408 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
6409
6410Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6411
6412 * parser.c: fixed propagation context info when parsing an
6413 external entity.
6414 * doc/html/*.html: regenerated a couple of docs
6415
6416Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6417
6418 * doc/xml.html: update with 2.3.9 informations
6419
6420Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6421
6422 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
6423 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
6424 * doc/html/* : rebuilt the docs
6425 * valid.c: small patch which may improve some case when
6426 validating.
6427
6428Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6429
6430 * HTMLparser.c: Closed bug #54891
6431 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
6432 to the suite
6433
6434Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6435
6436 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
6437 applied a documentation patch from LotR and filled in a few missing
6438 descriptions
6439
6440Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6441
6442 * xpath.c tree.c parser.c: speed optimizations at the parser level
6443 document tree freeing and xpath evaluation
6444
6445Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6446
6447 * parser.c parser.h parserInternals.h: fixed a couple of
6448 interfaces for handling memory buffer input to const char *
6449 upon suggestion of JamesH.
6450
6451Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6452
6453 * configure.in: LoTR sent a patch fixing the previous commit
6454
6455Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6456
6457 * configure.in: trying to deal again with the stoopid -R linking
6458 flag of Solaris
6459
6460Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6461
6462 * xpath.h: two nodeset access macros from Thomas Broyer
6463
6464Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6465
6466 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
6467 patch from Thomas Broyer
6468
6469Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6470
6471 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
6472 case
6473 * INSTALL: was empty added stuff from the FAQ
6474
6475Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6476
6477 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
6478 attributes handling and #54433 by adding xmlUnsetProp()
6479 and xmlUnsetNsProp()
6480
6481Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6482
6483 * HTMLparser.c: Patch from Jonas Borgström
6484 (htmlGetEndPriority): New function, returns
6485 the priority of a certain element.
6486 (htmlAutoCloseOnClose): Only close inline elements if they
6487 all have lower or equal priority.
6488 * result/HTML: this of course changed a number of tests results.
6489
6490Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6491
6492 * xmlIO.c catalog.c: plugged in the default catalog resolution
6493 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
6494 documentations
6495 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
6496
6497Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6498
6499 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
6500 integrating catalogs
6501 * catalog.[ch] testCatalog.c: adding a small catalo API
6502 (only SGML catalog support).
6503 * parser.c: restaured xmlKeepBlanksDefault(0) API
6504
6505Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6506
6507 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
6508
6509Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6510
6511 * parser.c: added xmlParseExternalEntityPrivate() to allow
6512 propagation of ctxt->_private when parsing external entities
6513
6514Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6515
6516 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
6517
6518Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6519
6520 * configure.in: fixed a small portability problem with AM_CONDITIONAL
6521
6522Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6523
6524 * valid.c: warn when indeterminist content model is detected
6525 * result/VC/ElementValid8: this adds a message
6526 * Makefile.am: add --novalid for VCM tests
6527 * parserInternals.c: added a call to Init memory
6528
6529Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6530
6531 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
6532 when both parameters are NULL.
6533
6534Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6535
6536 * valid.c: applied small patch from Gary Pennington, reindented
6537 some part of the code.
6538
6539Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6540
6541 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
6542 release, updated and regenerated the docs
6543
6544Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6545
6546 * xpath.c result/XPath/expr/floats : clarified and cleanup
6547 printing of abnormal floats in tests.
6548
6549Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6550
6551 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
6552 * results/HTML/ : a few changes in the output of the HTML tests as
6553 a result.
6554 * configure.in: tying to fix -liconv where needed
6555
6556Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6557
6558 * Makefile.am: fixed a stupid error
6559
6560Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6561
6562 * configure.in Makefile.am: make the inclusion of the trio
6563 modules in the library conditional
6564
6565Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6566
6567 * DOCBparser.c: patche from László Kovács, fixed entities refs
6568 in attributes handling
6569
6570Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6571
6572 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
6573 flushing
6574
6575Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6576
6577 * xpath.c: fix of an XSLT namespace bug reported on the list
6578 general/bug-8-
6579
6580Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6581
6582 * strio.h trio.c: Dan McNichol suggested a couple of small
6583 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
6584
6585Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6586
6587 * tree.c parser.c encoding.c: spent a bit more time looking
6588 at the parsing speed and DOM handling. Added a few more
6589 speedups.
6590
6591Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6592
6593 * parser.c: small but effective parsing speed improvement
6594
6595Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6596
6597 * configure.in: default on the DocBook parser inclusion (for Gnome)
6598 * DOCBparser.h: fixed a header reference
6599
6600Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6601
6602 * configure.in xpath.c: applied Bjorn patches for FPE on the
6603 alpha
6604
6605Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6606
6607 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
6608 xmlSaveFormatFileTo()
6609
6610Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6611
6612 * xpath.c: simple and efficient optimization, XPath functions
6613 aways bind to the same code, cache this
6614 * TODO: updated (by saying some is obsolete)
6615
6616Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6617
6618 * xpath.c: more cleanup work on XPath name parsing routines
6619
6620Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6621
6622 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
6623 xmlXPathParseName
6624 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
6625 * debugXML.c: avoid compilation problems if compiling without
6626 HTML support, Igor Zlatkovic
6627 * win32/libxml2/libxml2.def.src: being able to compile without
6628 XPath on Windows
6629
6630Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6631
6632 * libxml.m4: yet another patch from Toshio Kuratomi
6633
6634Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6635
6636 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
6637
6638Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6639
6640 * tree.[ch]: added xmlSaveFormatFile interface for saving
6641 and indenting a file.
6642
6643Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6644
6645 * xpath.c: fixed bug #53689 related to processing-instruction()
6646
6647Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6648
6649 * DOCBparser.c: patche from László Kovács
6650
6651Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6652
6653 * parser.c: applied fixes from Christian Glahn bug report #53391
6654
6655Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6656
6657 * error.c: Jean François Lecomte provided a complete description
6658 and a fix to bug #53537
6659
6660Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6661
6662 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
6663
6664Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6665
6666 * DOCBparser.c SAX.c: a bit more work on entities processing.
6667 Still Need to cleanup XML output and references in attributes
6668
6669Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6670
6671 * DOCBparser.c include/Makefile.am: two patches from László Kovács
6672
6673Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6674
6675 * tree.c: trying to fix #53574, not completely complete,
6676 I would like xmllint --copy --debug test/ent1 and
6677 xmllint --debug test/ent1 to show the same result.
6678 * xpath.c: fix a bug when trying to sort namespace nodes
6679
6680Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6681
6682 * HTMLtree.c: real fix for #53402
6683
6684Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6685
6686 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
6687 PIs when using xsl:output
6688 * valid.c: closing #53537 some case generate segfaults if there
6689 is validity errors
6690
6691Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6692
6693 * SAX.c testDocbook.c DOCBparser.c: more work on the support
6694 of external parsed entities, added --noent to testDocbook
6695 * valid.c: Garry Pennington found an uninitialized variable
6696 access in xmlValidateElementContent()
6697
6698Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6699
6700 * HTMLparser.c : HTML parsing still sucks ... trying to deal
6701 with madness
6702 * result/HTML/ : this modified the result of the regression tests
6703 a lot.
6704
6705Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6706
6707 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
6708 to doc where it wasn't checked against NULL reported by
6709 Jens Laas
6710
6711Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6712
6713 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
6714 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
6715
6716Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6717
6718 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
6719 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
6720 * SAX.[ch]: cleanup and updates for DocBook
6721 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
6722 ex SGML identifier changes
6723 * valid.c: removed a static unused function.
6724
6725Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6726
6727 * HTMLtree.c: applied change for Paul Sponagl on script saving
6728 * Makefile.am: the warning about entity title.xml are normal.
6729
6730Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6731
6732 * configure.in: release of 2.3.7
6733 * Makefile.am: fixing make distcheck
6734
6735Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6736
6737 * doc/html/* doc/xml.html: updated and regenerated the docs
6738
6739Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6740
6741 * xpath.c: fixed the XPointer problem introduced in 2.3.6
6742
6743Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6744
6745 * tree.c: fixed #53388 with the provided patch
6746
6747Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6748
6749 * valid.c: Bjorn detected an invalid memory access. Fixed
6750 vstateVPush()
6751
6752Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6753
6754 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
6755
6756Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
6757
6758 * libxml.h: new header used only for the compilation of libxml
6759 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
6760 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
6761 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
6762 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
6763 xmlmemory.c xpath.c xpointer.c: libxml.h integration
6764 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
6765 baseline (version 1.2 plus a single patch).
6766 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
6767 scientific notation for numbers. Tests added.
6768 * xpath.c: formatting of numbers changed to use sprintf
6769 (contribution from William Brack)
6770
6771Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6772
6773 * valid.c: cleanup, more useful debugging
6774 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
6775 * xmlIO.c: entity loading is printed as an error when validating
6776
6777Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6778
6779 * valid.c: fixed to validate within entities
6780 * test/VCM/v22.xml: added a specific testcase
6781
6782Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6783
6784 * valid.c: forgot an epsilon transition in for ()+
6785 * test/VCM/v21.xml : added a specific test case
6786
6787Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6788
6789 * valid.c: removed a state explosion exhibited by RSS
6790 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
6791 from bug #51872
6792
6793Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6794
6795 * valid.[ch] tree.h: worked *hard* to get non-determinist content
6796 validation without using an ugly NFA -> DFA algo in the source.
6797 Made a specific algorithm easier to maintain, using a single
6798 stack and without recursion.
6799 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
6800 * hash.c: made the growing routine static
6801 * tree.h parser.c: added the parent information to an
6802 xmlElementContent node.
6803
6804Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6805
6806 * SAX.c parser.c xpath.c: generating IDs when not validating
6807 from an external parsed entity was poisoning the ID has table
6808 with removed values. This was killing XSLT on the KDE help
6809 browser.
6810
6811Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6812
6813 * entities.h: andrew@ugh.net.au detected a double declaration
6814
6815Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6816
6817 * debugXML.c hash.c tree.h valid.c : some changes related to
6818 the validation suport to improve speed with DocBook
6819 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
6820 the way validation errors get reported
6821
6822Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6823
6824 * HTMLparser.c HTMLtree.c: applied part of the patches provided
6825 by P C Chow and William M. Brack for XSLT HTML output
6826
6827Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6828
6829 * xmlversion.h.in win32config.h win32/libxml2/*: applied
6830 Igor Zlatkovic patches for MSC compilation and added his
6831 updates
6832
6833Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6834
6835 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
6836 prefix lookup.
6837 * parserInternals.c: fixed the bug reported by Morus Walter
6838 due to an off by one typo in xmlStringCurrentChar()
6839
6840Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6841
6842 * HTMLparser.c result/HTML/*: revamped the way the HTML
6843 parser handles end of tags or end of input
6844
6845Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6846
6847 * tree.[ch] : added xmlDocCopyNode for gdome2 support
6848
6849Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6850
6851 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
6852 bug where the linktime verions of free() won't work ...
6853
6854Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6855
6856 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
6857
6858Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6859
6860 * doc/xml.html: added 2.3.6 release
6861
6862Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6863
6864 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
6865 * result/wml.xml: resulted in a small output change
6866
6867Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6868
6869 * tree.c: xmlNewDoc was missing the charset initialization
6870 * xmllint.c: added --auto to autogenerate a doc, allow to
6871 reproduce the problem fixed on xmlNewDoc
6872
6873Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6874
6875 * xpath.c: trying to get 52979 solved
6876 * tree.c result/ result/noent/: trying to get 52712 solved, this
6877 also made me clean up the fact that XML output in general should
6878 not add formating blanks by default, this changed the output of
6879 a few tests
6880
6881Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6882
6883 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
6884
6885Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6886
6887 * configure.in: finally released 2.3.6
6888
6889Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6890
6891 * xpath.c: checking for null pointer generated by new code
6892
6893Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6894
6895 * xpath.c: fixed a [] evaluation problem reported
6896 * test/XPath/tests/simpleaddr: extended test
6897 * result/XPath/simpleaddr: updated result
6898
6899Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6900
6901 * xmllint.c: Dan Timis reported a portability problem
6902 on Macs without mmap, fixed it.
6903
6904Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6905
6906 * testXPath.c : added a --tree option allowing to display the
6907 tree dump of the XPath expression
6908
6909Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6910
6911 * xpath.c: fixed a memleak when comparing nodesets
6912 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
6913 * tree.c: added a TODO
6914
6915Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6916
6917 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
6918 we need string functions
6919 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
6920 to be able to use them where needed. Applied some changes
6921 to reduce name linking pollution and compile in only what's
6922 needed.
6923 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
6924 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
6925 for the string manipulation functions
6926 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
6927 to the free() function of xmlmemory.c
6928 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
6929 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
6930 usage.
6931
6932
6933Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6934
6935 * error.c: applied the context output patch of the error
6936 handling submitted by Chuck Griffith
6937 * error/VC/*: this slightly change some error logs
6938
6939Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6940
6941 * parser.c: fixed line number reporting on error
6942
6943Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6944
6945 * parser.c: Sullivan and Darin found a parser bug,
6946 applied the patch.
6947
6948Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6949
6950 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
6951 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
6952 xmlversion.h.in xpointer.c: of course the way I defined
6953 UNUSED breaks on old gcc version. Try to be smart and
6954 also define it directly in xmlversion.h
6955 * configure.in: removed -ansi flag from the pedantic set
6956
6957Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6958 Huge cleanup, I switched to compile with
6959 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
6960 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
6961 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
6962 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
6963 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
6964 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
6965 encoding.h entities.c error.c list.[ch] nanoftp.c
6966 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
6967 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
6968 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
6969 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
6970 Cleanup, staticfied a number of non-exported functions,
6971 detected and cleaned up a dozen of problem found this way,
6972 avoided a lot of public function name/typedef/system names clashes
6973 * doc/xml.html: updated
6974 * configure.in: switched private flags to the really pedantic ones.
6975
6976Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6977
6978 * configure.in: 2.3.5
6979 * doc/html/*: rebuilt the docs
6980
6981Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6982
6983 * parser.c: fixed a reported bug in NOTATION parsing
6984 * uri.c: accepted but not fixed bug 51876, added TODO
6985 * Makefile.am: fixed bug 51876
6986
6987Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6988
6989 * config.h.in configure.in error.c: fix a compilation problem
6990 on platforms without vsnprintf (xml@thewrittenword.com)
6991
6992Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6993
6994 * parser.c: fixed a function name header typo
6995 * SAX.c: notations can also occur in external subset.
6996
6997Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
6998
6999 * error.c: removed a C++ like comment
7000
7001Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7002
7003 * parser.c: fixing bug 52299 strange condition leading
7004 to a parser crash due to a buffer overflow
7005 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
7006 added the specific test case
7007
7008Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7009
7010 * xpath.[ch]: still a lot of cleanup based on XSLT, added
7011 xmlXPathConvert{String,Number,Boolean} to be able to make
7012 type casts without a context stack, fixed some implementation
7013 problems related to the absence of context at parse-time,
7014 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
7015 in the public API too
7016 * xpointer.c xpathInternals.h: we need to know at parse time
7017 whether we are compiling an XPointer
7018
7019Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7020
7021 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
7022 cleaned up the parser internals, refactored XPath code, added
7023 new compilation based APIs and cleanly separated public and
7024 private APIs.
7025
7026Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7027
7028 * xpath.h: the comp field must be added at the end to avoid
7029 killing binary compat.
7030
7031Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7032
7033 * Makefile.am: detect XPath memleaks in regreson tests
7034 * error.c: fixed and error w.r.t. error reporting still using
7035 stderr
7036 * hash.c: added new line at end of file
7037 * tree.h: minor cleanup
7038 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
7039 expression parsing from evaluation, resulted in a number of
7040 changes internally, and in XPointer. Likely to break stuff
7041 using xpathInternals.h but should remain binary compatible,
7042 new interfaces will be added.
7043
7044Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7045
7046 * configure.in: fixed a couple of problems reported by
7047 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
7048 without gcc on non linux platforms.
7049
7050Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7051
7052 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
7053 a fix for --with-html-dir= configure support. I hope it won't
7054 break rpm generation
7055
7056Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7057
7058 * xmlIO.c: one function comment cleanup.
7059
7060Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7061
7062 * SAX.c: external subset notations were improperly registered
7063 in the internal subset.
7064
7065Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7066
7067 * README.cvs-commits: added, pointing to HACKING
7068 * HACKING: updated
7069
7070Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7071
7072 * parser.c: and Matt Sergeant found one in the XML push
7073 parser (erroneous check I forgot to remove when I fixed the
7074 main parser).
7075
7076Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7077
7078 * xpath.c: ptittom found a small bug in UnaryExpr
7079
7080Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7081
7082 * configure.in: bumped to 2.3.4
7083 * error.c: fixed bug #51860
7084 * tree.c: fixed bug #51861
7085 * valid.c: cleanup, more debug, failed to fix one bug crap ...
7086 * tree.[ch] : added xmlDefaultBufferSize
7087 * nanoftp.c: typo in function name header block
7088 * doc/xml.html : updated, added link to XML::LibXSLT
7089 * doc/html/* : rebuilt the docs
7090
7091Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7092
7093 * parser.c SAX.c: the new content parsing code raised an
7094 ugly bug in the characters() SAX callback. Found it
7095 just because of strangeness in XSLT XML Rec ouptut :-(
7096
7097Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7098
7099 * Makefile.am: Martin Baulig suggested to add -lm
7100 * tree.c: found another bug in xmlNodeGetContent()
7101
7102Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7103
7104 * xpath.c: Bjorn found the error related to strictness of comparison.
7105
7106Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7107
7108 * parser.c: trying to fix the Dtd parsing problem reported
7109 by Gary, side effect of last week speed optimizations.
7110
7111Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7112
7113 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
7114 * parserInternals.c: removed unneeded test raised by Stric
7115
7116Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
7117
7118 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
7119 and fixed by William Brack). Added xmlXPathFormatNumber.
7120 Changed the sorting slightly.
7121 * configure.in Makefile.am example/Makefile.am: Added -lm.
7122 Please note that applications linking with libxml2, must
7123 also like with the math library from now on.
7124
7125Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7126
7127 * HTMLparser.c: fixed loop reported by Marc Sanfacon
7128
7129Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7130
7131 * parser.c: one must report spaces even if the Dtd element
7132 content proves that this is not part of the element content.
7133 * result/valid/*.xml: this changed the ouptu slightly
7134
7135Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7136
7137 * configure.in: bumped to 2.3.3
7138 * doc/xml.html: updated
7139
7140Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7141
7142 * tree.c: minor doc fix
7143 * xpath.c: deallocation issues when a result tree has been
7144 converted to a node-set
7145
7146Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7147
7148 * doc/xml.html: oops corrected dates s/2000/2001
7149
7150Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7151
7152 * valid.c: new patch from Gary Pennington
7153
7154Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7155
7156 * doc/xml.html: applied patch from Ankh
7157
7158Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7159
7160 * xinclude.c: fixed a problem building on Mac
7161
7162Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7163
7164 * parser.c: more work on increasing parsing ferformances
7165
7166Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7167
7168 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
7169 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
7170 avoiding memcpy in production builds MEM_CLEANUP macro use
7171 * parser.[ch] parserInternals.c: optimizations of the tightest
7172 internal loops inside the parser. Better checking of I/O
7173 flushing/loading conditions
7174 * xmllint.c : added --timing
7175
7176Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7177
7178 * configure.in: bumped to 2.3.2
7179 * doc/xml.html: updated for release
7180
7181Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7182
7183 * xpath.c: found a memleak and fixed a nasty bug
7184
7185Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7186
7187 * xmllint.[c1] : added return code errors for xmllint
7188 * xpath.c: specific debug dump function for result value trees
7189
7190Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7191
7192 * xpath.c: finally implemented xmlXPathCompareNodeSets
7193 * test/XPath/expr/floats results/XPath/expr/floats: added
7194 a test for float expressions
7195
7196Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7197
7198 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
7199 * parserInternals.[ch]: trying to speed up parsing
7200 * xpath.c : speeded up node set equality op
7201
7202Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7203
7204 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
7205 better handling of ID/IDREF and the list modules associated
7206 * configure.in: small CFLAGS cleanup
7207
7208Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7209
7210 * configure.in: fixed iconv detection on AIX (stric)
7211
7212Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7213
7214 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
7215
7216Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
7217
7218 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
7219 and optimized xmlXPathNodeSetSort
7220
7221Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7222
7223 * xpath.c: bug fix when context size is 0
7224 * parser.c: I like Norm's Dtd because they still manage to break
7225 the parser occasionally
7226
7227Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7228
7229 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
7230
7231Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7232
7233 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
7234 attributes within the XML-1.0 namespace
7235
7236Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7237
7238 * xpathInternals.h: exported a few axis functions
7239 * doc/xml.html: updated the doc
7240
7241Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7242
7243 * configure.in: applied patch from Daniel van Balen for OpenBSD
7244 and bumped version to 2.3.1
7245 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
7246 attempt to find autoclosing was simply broken, removed it,
7247 updated the examples, this is better
7248
7249Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7250
7251 * hash.[ch]: added Paolo Casarini patch to provide Delete from
7252 hash functionnalities.
7253 * doc/html/* : rebuild the doc
7254
7255Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7256
7257 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
7258 on predicate
7259 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
7260 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
7261 really want to have tags closed on output even if we accept
7262 unclosed ones on input
7263
7264Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7265
7266 * xpath.c: ouch don't free NULL, rare case fixed
7267 * tree.c: don't coalesce text nodes if they don't have the
7268 same behaviour wrt escaping on output
7269
7270Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7271
7272 * xpath.c: small fixup
7273 * SAX.c: don't warn on empty namespaces.
7274
7275Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7276
7277 * README: a bit of cleanup
7278 * configure.in: preparing for 2.3.0 release
7279
7280Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7281
7282 * hash.[ch]: added a first version of xmlHashSize()
7283 * valid.c: another bug fix from Gary Pennington
7284
7285Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7286
7287 * valid.c: couple of bug fixes pointed by Gary Pennington
7288 * HTMLtree.c: #if 0 cleanup
7289
7290Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7291
7292 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
7293 which removes a time consuming check of xmlXPathNodeSetAdd()
7294 and use it in places where we are sure to not break unicity
7295
7296Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7297
7298 * xpath.c: bug fixes found from XSLT
7299 * tree.c: preserve node->name special values when copying nodes.
7300 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
7301 external subset are fetched when available but without full
7302 validation. Added xmlLoadExtDtdDefaultValue, need a function.
7303 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
7304 output with encoding disabled.
7305
7306Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7307
7308 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
7309 xmlCheckFilename should not be called from xmlFileOpenW
7310 and xmlGzfileOpenW
7311
7312Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7313
7314 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
7315 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
7316 added the new tests for URI normalization
7317 * testURI.c: fixed stoopid bugs
7318 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
7319 the URI in the error messages are now properly normalized
7320
7321Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7322
7323 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
7324
7325Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7326
7327 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
7328
7329Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7330
7331 * xpath.c: fixed mod operator
7332
7333Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7334
7335 * parser.c: fixed xmlStrcat doc
7336 * tree.c: 2 fixes form Anders Carlson for copying nodes and
7337 trees.
7338
7339Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7340
7341 * xpath.c result/XPath/tests/chaptersbase
7342 result/XPath/tests/simplebase: fixed XPath node()
7343 * tree.c: small fix in xmlNewNs()
7344 * Makefile.am: removed extraneous xml2Conf.sh rule
7345
7346Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7347
7348 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
7349 Changed the library name, in order to get libxml-devel and
7350 libxml2-devel to coexist on a single system
7351 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
7352 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
7353
7354Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7355
7356 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
7357 libxml2-devel installable in // as libxml-devel.
7358
7359Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7360
7361 * doc/Makefile.am: fixed make rebuild in doc
7362 * doc/html/*.html: rebuilt the docs
7363
7364Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7365
7366 * tree.c: patch from Bjorn Reese on xmlBufferCCat
7367
7368Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7369
7370 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
7371 the HTML doc to go into the -devel RPM ...
7372 * aclocal.m4 config.h.in: some updates due to auto* magic
7373
7374Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7375
7376 * xpath.h: added a hook in the context structure allowing to
7377 link to extra support, needed for XSLT
7378
7379Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7380
7381 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
7382 xmlXPtrCmpPoints to use it.
7383 * propagated the following patch from Alejandro Forero
7384 * include/win32config.h xmlIO.c: applied further suggestions
7385 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
7386 * example/gjobread.c: fixed warnings, now that it builds
7387
7388Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
7389
7390 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
7391
7392 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
7393 filename points to a valid file (not a directory).
7394 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
7395 Added calls to xmlCheckFilenameDir.
7396
7397 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
7398 `path' (rather than `filename') as the parameter to gzopen and open.
7399
7400Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7401
7402 * Makefile.am: fixed a problem with EXTRA_DIST
7403
7404Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7405
7406 * Makefile.am example/Makefile.am: finally found the trick
7407 to build the example, i.e. add "." in SUBDIRS before example
7408 in the list <grin/>
7409
7410Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7411
7412 * doc/xml.html: updated with an XSLT section, removed pointer to
7413 W3C CVS base.
7414
7415Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7416
7417 * xpath.c: when copying a XSLT tree object teh tree need to be copied
7418 too, and deallocation need to occur the same way.
7419
7420Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7421
7422 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
7423 type correponding to an XSLT result tree fragment. Share most
7424 of the data format with node set, as well as operators.
7425 * HTMLtree.c: added a newline at the end of the doctype output
7426 whe this one is not present initially.
7427 * tree.c: make sure taht the parent and doc pointers are properly
7428 set when copying attributes (lists).
7429
7430Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7431
7432 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
7433
7434Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7435
7436 * xpath.c: seems I finally killed that ugly path evaluation
7437 context bug (tagged 9999 in case is is wrong)
7438
7439Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7440
7441 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
7442 for XSLT
7443
7444Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7445
7446 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
7447 for xmlGzfileOpen() bug
7448
7449Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7450
7451 * xpath.c: removed an error found by XSLT usage
7452 * tree.c parserInternals.h: use a predefined static string
7453 for text and comment nodes, avoid freeing them in xmlFreeNode,
7454 exported the string name in parserInternals.h and added
7455 another value to disable encoding at output (for XSLT),
7456 gain memory, time.
7457
7458Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7459
7460 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
7461 win32/libxml2/libxml2_so.dsp: new makefiles and update
7462 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
7463
7464Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7465
7466 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
7467 Gary Pennington
7468
7469Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7470
7471 * xpath.c: fixed the comaprision of values and nodelists,
7472 need to compare nodelist still ...
7473 * debugXML.c: avoided a possible core dump
7474 * HTMLparser.c: cleanup
7475 * nanohttp.c: contributed fix.
7476 * tree.c: fixes in properties handling added xmlSetNsProp
7477 needed by libxslt
7478 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
7479 comment
7480 * TODO: updated
7481
7482Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7483
7484 * parser.c parserInternals.c: applied Bjorn Reese optimization
7485 patch
7486
7487Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7488
7489 * Makefile.am: applied patch fro make check from Martin Vidner
7490
7491Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7492
7493 * configure.in: preparing 2.2.11
7494 * doc/html/*: rebuild the HTML files
7495 * doc/xml.html : updated
7496
7497Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7498
7499 * tree.c: fixed a stupid bug
7500 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
7501 patches related to validation of an XInclude processing result
7502 * TODO: updated
7503
7504Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7505
7506 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
7507 on large files
7508
7509Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7510
7511 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
7512
7513Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7514
7515 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
7516 reported by Jonas Borgström
7517 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
7518
7519Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7520
7521 * testXPath.c xpath.c: fixing the XPath union expressions problem
7522 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
7523
7524Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
7525
7526 * xmllint.c: Made is so if the file name is "-" is will read form
7527 standard input. Sven Heinicke <sven@zen.org>
7528 * tree.c: fixed a problem when growing buffer
7529 * tree.h: fixed the comment of the node types following andersca
7530 comment
7531 * TODO: updated
7532
7533Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7534
7535 * HTMLparser.[ch]: added a way to avoid adding automatically
7536 omitted tags. htmlHandleOmittedElem() allows to change the
7537 default handling.
7538 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
7539 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
7540 of xmllint too when using --memory flag, added a memory test
7541 suite at the Makefile level.
7542 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
7543 with namespace use when encountering QNames in XPath evalation,
7544 added xmlns() scheme in XPointer.
7545 * nanoftp.c : incorporated a fix
7546 * parser.c xmlIO.c: fixed problems raised with encoding when using
7547 the memory I/O
7548 * parserInternals.c: closed bug 25934 reported by
7549 torsten.landschoff@innominate.de
7550 * TODO: updated
7551
7552Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7553
7554 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
7555 on a non-updated tree :-(, made a 2.2.10 release to correct the
7556 situation
7557
7558Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7559
7560 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
7561 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
7562 integrated a set of OpenVMS changes from Howard Taylor
7563 <Howard.Taylor@pacoast.com>
7564
7565Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7566
7567 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
7568 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
7569
7570Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7571
7572 * HTMLparser.c: some fixes on auto-open of html/head/body
7573 * encoding.c: fixed a compilation error on some gcc env
7574 * xpath.c xpointer.[ch] xpathInternals.h: improved the
7575 XPointer implementation
7576 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
7577 related XPointer tests and associated results
7578
7579Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7580
7581 * doc/xmldtd.html doc/xml.html: following a short step by step
7582 guidance on IRC to help maciej with DTDs I started a small
7583 page on the subject.
7584
7585Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7586
7587 * HTMLparser.c: fixed handling of broken charrefs
7588 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
7589 patches
7590
7591Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7592
7593 * doc/xml.html doc/html/* : rebuilt the docs after adding
7594 xinclude and updated page for 2.2.7 and 2.2.8
7595 * configure.in: releasing 2.2.8
7596
7597Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7598
7599 * parser.[ch] parserInternals.c: applied the conditional
7600 section processing fix from Jonathan P Springer
7601 <jonathan.springer2@gte.net>
7602 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
7603 project file, fixed iconv default non support
7604 * xpath.c: fixed the problem of evaluating relative expressions
7605 when a node context is provided.
7606
7607Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7608
7609 * nanoftp.c: fixed gcc 2.95 new warnings
7610 * SAX.c: fixed a stupid bug
7611 * tree.c: fixed a formatting problem when round-tripping
7612 from/to memory
7613 * xinclude.c: chased memleak, fixed a base problem
7614 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
7615 xmlXPtrBuildNodeList()
7616 * TODO: updated
7617 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
7618 adding a first small set of regression tests for XInclude
7619
7620Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7621
7622 * nanohttp.[ch]: applied Wayne Davison patches to access
7623 the WWW-Authorization header.
7624 * parser.c: Closed Bug#30847: Problems when switching encoding
7625 in short files by applying Simon Berg's patch.
7626 * valid.c: fixed a validation problem
7627 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
7628 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
7629 Wayne Davison
7630 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
7631 need to be extended to non full nodes selections.
7632 * xinclude.c: starts to work decently
7633
7634Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7635
7636 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
7637 debugXML.c xmlversion.h.in: Started adding XInclude support,
7638 this is a new xmllint option
7639 * tree.c xpath.c: applied TOM patches for XPath
7640 * xpointer.c: fixed a couple of errors.
7641 * uri.c: added an escaping function needed for xinclude
7642 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
7643 new warning from RH70 gcc's version
7644
7645Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7646
7647 * HTMLparser.c: fixed loop on invalid char in scripts
7648 * parser.c: update to description of xmlIOParseDTD()
7649 * libxml.m4 xmlversion.h.in: changes contributed by
7650 Michael Schmeing <m.schmeing@internet-factory.de>
7651 * configure.in: preparing for 2.2.7
7652 * Makefile.am: trying to avoid config.h and acconfig.h
7653 being included in the distrib
7654 * configure.in: released 2.2.7
7655
7656Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7657
7658 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
7659 like namespaces for good. Unified xmlNs and xmlNode somewhat.
7660
7661Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7662
7663 * parser.[ch]: added xmlIOParseDTD()
7664 * xpointer.c: added support for the 2 extra parameters of
7665 string-range, fixed a stoopid error when '0' was present
7666 in XPointer expressions
7667 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
7668 testsuite for the above
7669
7670Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7671
7672 * libxml.spec.in: improved package descriptions
7673
7674Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7675
7676 * xpath.c xpathInternals.h: applied a large cleaning patch
7677 from TOM <ptittom@free.fr>, it also add namespace support
7678 for function and variables registration.
7679
7680Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7681
7682 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
7683 * Makefile.mingw: Wayne Davison's update adding hash.c
7684
7685Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7686
7687 * xpath.c: fixed the root evaluation problems
7688 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
7689 ignorable spaces with <b> <bold> <em>
7690 * tree.c: fixed a loop in xmlSearchNsByHref()
7691
7692Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7693
7694 * xpath.c: applied another XPath patch from TOM
7695 * xpath.c include/makefile.am: applied another patch from
7696 china@thewrittenword.com (cleanup on IRIX).
7697
7698Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7699
7700 * xml-config.1: received a fixed version from Fredrik Hallenberg
7701 <hallon@lysator.liu.se>
7702
7703Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7704
7705 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
7706 cleanup patch for XPath
7707
7708Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7709
7710 * patched to redirrect all "out of context" error messages to
7711 a reconfigurable routine. The changes are:
7712 * xmlerror.h : added the export of an error context type (void *)
7713 an error handler type xmlGenericErrorFunc there is an interface
7714 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
7715 to reset the error handling routine and its argument
7716 (by default it's equivalent to respectively fprintf and stderr.
7717 * all the c files: all wild accesses to stderr or stdout within
7718 the library have been replaced to calls to the handler.
7719
7720Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7721
7722 * configure.in: release 2.2.6
7723 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
7724 exporting the inner functions of xpath for extension modules
7725 * doc/*: updated and rebuilt the doc
7726
7727Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7728
7729 * nanohttp.c : applied Wayne HTTP cleanup patch
7730 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
7731 and xmlNodeSetSpacePreserve()
7732
7733Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7734
7735 * xpath.c: closing bug #29260
7736
7737Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7738
7739 * hash.[ch] debugXML.c: expanded/enhanced the API, added
7740 multikey tuples, made hash structure opaque
7741 * valid.[ch]: moved elements, attributes, notations decalarations
7742 as well as ID and refs to hash tables.
7743 * entities.c: hash cleanup
7744 * xmlmemory.c: fixed a dump problem in debug mode
7745 * include/Makefile.am: problem passing in DESTDIR= values patch
7746 from Marc Christensen <marc@calderasystems.com>
7747 * nanohttp.c: removed debugging remains
7748 * HTMLparser.c: the bogus tag should be ignored (Wayne)
7749 * HTMLparser.c parser.c: fixing a number of problems with the
7750 macros in the *parser.c files (Wayne).
7751 * HTMLparser.c: close the previous option when opening a new one
7752 (Marc Sanfacon).
7753 * result/HTML/*: updated the HTML results accordingly
7754
7755Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7756
7757 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
7758 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
7759 XPath functions and XML entities table to them. More to come...
7760 * xmlIO.c: fixed libxml closing FILEs it didn't open.
7761
7762Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7763
7764 * tree.c: coalesce adjacent text nodes
7765 * valid.c: handling of blank nodes in DTd validation (raised
7766 by problems with a posteriori validation).
7767 * nanohttp.c: changing behaviour on HTTP write stuff.
7768 * HTMLtree.c: forced body and html to be explicitely closed.
7769 * xpath.h: exported more XPath functions.
7770
7771Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7772
7773 * Release of 2.2.5
7774 * xpointer.c: range() range-inside and other helper functions
7775 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
7776
7777Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7778
7779 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
7780 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
7781
7782Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7783
7784 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
7785 and XPointer modules
7786
7787Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7788
7789 * SAX.h: closed #25107
7790
7791Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7792
7793 * testSAX.c: fixed problem with cdata reporting
7794 * SAXresult/* : updated
7795
7796Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7797
7798 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
7799 Closed bug #27499, added to regression tests
7800 * TODO: updated
7801
7802Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7803
7804 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
7805 support for SCRIPT and STYLE with help from Bjorn Reese
7806 * test/HTML/* result/HTML/*: added simple testcase and updated
7807 the existing ones.
7808
7809Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7810
7811 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
7812 string-range for empty strings
7813 * test/XPath/docs/str test/XPath/xptr/chaptersrange
7814 test/XPath/xptr/strrange: augmented the XPointer testsuite
7815
7816Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7817
7818 * doc/xml.html doc/xmlmem.html: added a module describing memory
7819 interfaces and use, updated the main page.
7820
7821Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7822
7823 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
7824 nanoftp code work on Windows too now
7825
7826Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7827
7828 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
7829 * xpointer.c: implemented string-range() at least a good first version
7830 * test/XPath/docs/str test/XPath/xptr/strrange
7831 result/XPath/xptr/strrange: the string-range() tests
7832
7833Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7834
7835 * Makefile.am include/Makefile.am include/win32config.h
7836 win32/Makefile.mingw: fixed problems reported by Wayne Davison
7837 and make distcheck
7838
7839Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7840
7841 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
7842 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
7843 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
7844
7845Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7846
7847 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
7848 patch for socklen_t detection by
7849 Albert Chin-A-Young <china@thewrittenword.com>
7850
7851Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7852
7853 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
7854 and added a --dtdvalid option to xmllint used to test it
7855
7856Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7857
7858 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
7859 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
7860
7861Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7862
7863 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
7864 handlings (registration, lookup, cleanup)
7865
7866Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7867
7868 * configure.in Makefile.am include/makefile.am: adding XPointer
7869 and XPtrtests target
7870 * xpointer.[ch] : new files for XPointer support
7871 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
7872 more XPath tests
7873
7874Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7875
7876 * configure.in: fixed, very broken, make distcheck works again
7877
7878Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7879
7880 * More work toward 2.2.5, integrated a number of patches
7881 * configure.in Makefile.am win32config.h.in: trying to cleanup
7882 make distcheck .... huh ...
7883 * include/Makefile.am include/win32config.h: new directory
7884 for includes
7885 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
7886 updated teh makefiles and instructions for WIN32
7887 * xpath.c: small fixes
7888 * test/XPath/ results/XPath: updated the testcases and results
7889 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
7890 suggested patches
7891 * valid.c: fixed an ID bug
7892
7893Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7894
7895 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +00007896 the automake bug where wrong dependencies were generated.
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00007897 * xpath.[ch]: worked on XPointer
7898
7899Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7900
7901 * configure.in Makefile.am: 2.2.5, ship the include in an
7902 include/libxml subdirectory, use symlinks when using CVS
7903 * testSAX.c: fixed small bug
7904 * testXPath.c: changed the way testfiles are parsed
7905 * debugXML.c: same kind of cleanup when parsing an argument expression
7906 XPath/XPointers can have blanks embedded
7907 * xpath.[ch]: more cleanup, reorgs for XPointer work
7908 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
7909 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
7910
7911Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7912
7913 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
7914 in the XPath engine, rewrote large parts of it, now it's far
7915 cleaner and in sync with the REC not an old WD. Fixed a parsing
7916 problem in the interactive XML shell found when testing XPath.
7917
7918Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7919
7920 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
7921 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
7922 examples with the extra test
7923
7924Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7925
7926 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
7927 the global init function.
7928
7929Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7930
7931 * HTMLparser.c: Doohhh, attribute name parsing was still case
7932 sensitive ! Fixed this ...
7933 * result/HTML/* : updated the tests results accordingly
7934
7935Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7936
7937 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
7938 engine, should be far more stable, incorporated a new version of
7939 preceding/following axis, need testing
7940 * uri.c: fixed file:///c:/a/b/c problem
7941 * test/XPath/tests/idsimple: augmented the XPath tests
7942
7943Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7944
7945 * doc/* rebuilding docs for 2.2.4 release
7946
7947Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7948
7949 * configure.in: releasing 2.2.4
7950 * parser.[ch]: added xmlStrEqual()
7951 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
7952 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
7953 use xmlStrEqual instead
7954 * TODO: updated
7955 * added an XPath test
7956
7957Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7958
7959 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
7960 * entities.h: exported xmlInitializePredefinedEntities
7961 * parser.[ch] : added xmlInitParser()
7962 * parserInternals.h : had to export htmlInitAutoClose()
7963
7964Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7965
7966 * xpath.[ch] : fixed some serious XPath Predicate evaluation
7967 problems
7968 * Makefile.am : added XPath regression tests to normal tests
7969 * uri.c: fixed a problem with local paths, cleanup
7970 * parser.c: fixed a problem with large CData sections
7971
7972Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7973
7974 * configure.in xml-config.in: patch from "Ben Taylor"
7975 <sol7x86@hotmail.com> for solaris shared libs lookup
7976
79772000-09-30 Martin Baulig <baulig@suse.de>
7978
7979 * libxml-2.0.pc.in: Provide pkg-config script.
7980
7981 * configure.in: Create the libxml-2.0.pc script from the
7982 libxml-2.0.pc.in templates.
7983 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
7984 script in `$(libdir)/pkgconfig'.
7985
7986Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7987
7988 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
7989 when compiling with MSC
7990
7991Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
7992
7993 * xpath.c: patch for normalize-string() substring-before(),
7994 substring-after() and translate() functions from Bjorn Reese
7995 <breese@mail1.stofanet.dk>
7996 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
7997 Fredrik Hallenberg <hallon@lysator.liu.se>
7998 * TODO: updated
7999
8000Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8001
8002 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
8003 problem of socklen_t being undefined on a number of platforms
8004 * debugXML.c: fixed a compilation problem when without snprintf
8005
8006Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8007
8008 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
8009 an URI bug and a fix for the control-character-induced infinite loop
8010 * nanohttp.c: preventive fix for compiling on WIN32
8011
8012Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8013
8014 * xmlint.c: closing bug #25000
8015
8016Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8017
8018 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
8019 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
8020 modified slightly Wayne Davison patch adding xmlStrcasecmp and
8021 related function, fixing xmlStrncmp(), and associated cleanup
8022 * result/HTML/entities.html.sax: updating result
8023
8024Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8025
8026 * uri.c: applied patch for URI escaping from Wayne Davison
8027 <wayned@blorf.net>
8028 * tree.c parserInternals.c HTMLparser.c: memset checks patches
8029 from Denis Barbier <barbier@imacs.polytechnique.fr>
8030 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
8031 patch from Wayne Davison
8032
8033Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8034
8035 * doc/xml.html : updated with new releases, adding "how to help"
8036
8037Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8038
8039 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
8040 removed a few warnings in pedantic mode ...
8041 * parserInternals.c parser.c: moved encoding switching function
8042 to parserInternals.c
8043 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
8044
8045Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8046
8047 * HTMLparser.c parser.c: set ctxt->errNo before calling the
8048 error or warning handlers
8049
8050Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8051
8052 * parserInternals.c parserInternals.h parser.c Makefile.am:
8053 created a new module parserInternals.c, moved most of the
8054 code shared by the various parsers there, as well as
8055 deprecated code from parser.c. More cleanup of parser.c
8056 * uri.c: fixed a problem when URI is NULL
8057 * valid.c: speedup when looking for an attribute declaration
8058
8059Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8060
8061 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
8062 the cleanup of the computation of URI references when seeking
8063 external entities. The URI reference string and the resulting
8064 URI are both stored now.
8065 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
8066 large s(n)printf checks and cleanup from Denis Barbier
8067 <barbier@imacs.polytechnique.fr>
8068 * xmlversion.h.in tree.h: couple of SGML declarations for a
8069 possible docbook module.
8070 * result/VC/ : a couple of test output changed due to the change
8071 of the entities URI
8072
8073Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8074
8075 * parser.h: added a _private field for linking user's data
8076
8077Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8078
8079 * parser.c parserInternals.h: demacroified most of the IS_XXX
8080 the gain in size is significant so ...
8081
8082Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8083
8084 * entities.c: cases where looking up entities with doc==NULL
8085 covered
8086
8087Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8088
8089 * uri.c: applied Wayne Davison patch
8090 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
8091
8092Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8093
8094 * uri.c testUri.c: applied Wayne Davison patches
8095 * test/URI/uri.data result/URI/uri.data: first set of tests/results
8096 * Makefile.in: added URItest and included thenin "make tests"
8097
8098Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8099
8100 * xmlversion.h.in: closed bug 22941
8101
8102Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8103
8104 * doc/xmlio.html: added doc and example for entity loader
8105 redefinition.
8106
8107Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8108
8109 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
8110 used by libxml
8111
8112Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8113
8114 * parser.c: Fixed bug on invalid ontent characters and when using
8115 push.
8116 * xmllint.c: fixed xmllint endling of errors in push mode
8117
8118Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8119
8120 * HTMLparser.c testHTML.c: applied two new patches from
8121 Wayne Davison <wayned@users.sourceforge.net>
8122 * result/HTML/*.sax: regenerated HTML SAX output
8123 * parser.c: more cleanup.
8124
8125Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8126
8127 * HTMLparser.[ch] testHTML.c: applied the second set of
8128 patches from Wayne Davison <wayned@users.sourceforge.net>,
8129 adding htmlEncodeEntities()
8130 * HTMLparser.c: fixed an ignorable white space detection bug
8131 occuring when parsing with SAX only
8132 * result/HTML/*.sax: updated since the output is now HTML
8133 encoded...
8134
8135Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8136
8137 * HTMLparser.[ch]: applied some of Wayne Davison
8138 <wayned@users.sourceforge.net> patches
8139
8140Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8141
8142 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
8143 undeclared namespace prefix was used, added a warning.
8144 Cleaned up support w.r.t. entities, spilling out a warning
8145 and being pedantic on lookups.
8146 * test/warning/ent9 : added testcase for previous example.
8147 * TODO: updated
8148 * parserInternals.h parser.c: changed the way names are parsed
8149 now allow infinite size and decrease penalty for normal use
8150 * parser.c: Started a big cleanup/check of the parser code,
8151 fixed some of the most tortuous entity code, spotted code
8152 unused anymore
8153 * test/*: added tests for very long names and related nasty
8154 things.
8155
8156Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8157
8158 * doc/encoding.html: added encoding aliases doc
8159 * doc/xml.html: updates
8160 * encoding.[ch]: added EncodingAliases functions
8161 * entities.[ch] valid.[ch] debugXML.c: removed two serious
8162 bottleneck affecting large DTDs like Docbook
8163 * parser.[ch] xmllint.c: added a pedantic option, will be
8164 useful
8165 * SAX.c: redefinition of entities is reported in pedantic mode
8166 * testHTML.c: uninitialized warning from gcc
8167 * uri.c: fixed a couple of bugs
8168 * TODO: added issue raised by Michael
8169
8170Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8171
8172 * doc/encoding.html: propagated Martin Duerst suggestions
8173
8174Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8175
8176 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
8177 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
8178 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
8179 by Wayne Davison
8180
8181Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8182
8183 * nanoftp.c nanohttp.c: small cleanup
8184 * TODO: updated
8185
8186Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8187
8188 * added an old VC testcase and updated title.xml entity
8189
8190Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8191
8192 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
8193 done on auto-opening of <p> tags and cleanup of SAX output
8194
8195Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8196
8197 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
8198
8199Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8200
8201 * doc/xml.html libxml.* structure.*: updated the doc a bit
8202
8203Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8204
8205 * testSAX.c testHTML.c result/HTML/: cleanup of the output
8206 of SAX tests
8207
8208Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8209
8210 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
8211 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
8212
8213Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8214
8215 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
8216 * testHTML.c: fix core dump on Solaris 2.x systems
8217 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
8218 * result/HTML/*.sax: previous bug fix lead to new results
8219
8220Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8221
8222 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
8223 * configure.in: added --with-readline=DIR to accept alternate
8224 path for readline include/library
8225 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
8226 for ANSI under HP-UX
8227 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
8228 includes @LIBS@
8229
8230Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8231
8232 * doc/* : rebuilt the docs
8233 * getting ready for 2.2.2 release
8234
8235Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8236
8237 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
8238 and xmlAddFeature()
8239 * tree.[ch]: added xmlAddChildList()
8240 * xmllint.c: MAP_FAILED macro test
8241 * parser.h: added xmlParseCtxtExternalEntity()
8242 * valid.c: applied bug fixes removed warning
8243 * tree.c: added CDATA block to elements content
8244 * testSAX.c: cleanup of output
8245 * testHTML.c: added SAX testing
8246 * encoding.c: better error recovery
8247 * SAX.c, parser.c: fixed one of the external entity processing
8248 of the OASis testsuite
8249 * Makefile.am: added HTML SAX regression tests
8250 * configure.in: bumped to 2.2.2
8251 * test/HTML/ result/HTML: added a few of HTML tests, and added the
8252 SAX results
8253
8254Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8255
8256 * configure.in: patch for HP compiler
8257
82582000-08-04 Sven Heinicke <sven@zen.org>
8259
8260 * xmllint.c: Was coredumping sometimes when the file given didn't
8261 exist.
8262
8263Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8264
8265 * parser.c xmlIO.[ch]: fixed the problem of encoding support
8266
8267 when using in memory parsing. Need some cleanup.
8268 * xmllint.c configure.in: added a --memory flag to test memory
8269 parsing
8270
8271Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8272
8273 * nanohttp.c: fixed socklen_t replacement to unsigned int
8274 * parser.c: fixed a space handdling missing at the end of
8275 production 28 DOCTYPE.
8276 * xmlmemory.c: fixed a stupid bug on the routine to override
8277 allocation functions
8278 * TODO: updated
8279
8280Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8281
8282 * doc/ regenerated the docs
8283
8284Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8285
8286 * doc/encoding.html doc/xml.html: added I18N doc
8287 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
8288 improvements, both parser and filters, added ASCII & HTML,
8289 fixed the ISO-Latin-1 one
8290 * xmllint.c testHTML.c: added/made visible --encode
8291 * debugXML.c : cleanup
8292 * most .c files: applied patches due to warning on Windows and
8293 when using Sun Pro cc compiler
8294 * xpath.c : cleanup memleaks
8295 * nanoftp.c : added a TESTING preprocessor flag for standalong
8296 compile so that people can report bugs more easilly
8297 * nanohttp.c : ditched socklen_t which was a portability mess
8298 and replaced it with unsigned int.
8299 * tree.[ch]: added xmlHasProp()
8300 * TODO: updated
8301 * test/ : added more test for entities, NS, encoding, HTML, wap
8302 * configure.in: preparing for 2.2.0 release
8303
8304Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8305
8306 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +00008307 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00008308
8309Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8310
8311 * doc/xml.html: changed the xmlsoft.org structure, updated the
8312 examples w.r.t. root and childs
8313
8314Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8315
Daniel Veillard784b9352003-02-16 15:50:27 +00008316 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7b4b2f92003-01-06 13:11:20 +00008317
8318Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8319
8320 * HTMLparser.c: Work on character encoding support for the HTML parser
8321 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
8322 * encoding.c: Fixed a potential memleak in the encoding stuff
8323
8324Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8325
8326 * doc/FAQ.html doc/Makefile.am : added a FAQ
8327
8328Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8329
8330 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
8331 of the HTML parser to force it to not bypass SAX
8332
8333Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8334
8335 * win32config.h.in: updated
8336 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
8337 lacks iconv support :-( need to release 2.1.1
8338 * configure.in: release 2.1.1
8339 * HTMLparser: fixed bug #14784
8340 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
8341 by Windows compiler
8342 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
8343 the SAX startDocument() callback.
8344 * TODO: updated
8345
8346Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8347
8348 * added xmlStopParser()
8349
8350Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8351
8352 * configure.in: 2.1.0 prerelease
8353 * Large resync between W3C and Gnome tree
8354 * nanoftp, nanohttp.c: fixed stalled connections probs
8355 * HTMLtree.c SAX.c : support for attribute without values in
8356 HTML for andersca
8357 * valid.c: Fixed most validation + namespace problems
8358 * HTMLparser.c: start document callback for andersca
8359 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
8360 * parser.h, SAX.c: serious speed improvement for large
8361 CDATA blocks
8362 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
8363 different encoding
8364 * example/Makefile.am example/gjobread.c tree.h: work on
8365 libxml1 libxml2 convergence.
8366 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
8367 and the LIBXML_TEST_VERSION macro
8368
8369Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8370
8371 * doc/xml.html: various patches and improvements typo fixed by
8372 Felix Natter
8373 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
8374 from Felix Natter <fnatter@gmx.net>
8375
8376Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8377
8378 * doc/upgrade.html: updated with instructions for support of both
8379 libxml-1.x and libxml-2.x
8380 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
8381 for 2.x support and also fixed includes
8382
8383
8384Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8385
8386 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
8387 the encoding support, added iconv support, so now libxml if
8388 compiled with iconv automatically support japanese encodings
8389 among others. Work based on initial patch from Yuan-Chen Cheng
8390 I may have broken binary compat in the encoding handler
8391 registration scheme, but that was so utterly broken I don't
8392 expect anybody to have used this feature until now.
8393 * parserInternals.h: fixup on the CHAR range macro
8394 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
8395 code.
8396 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
8397 * uri.c: added xmlParseURI() I can't believe I forgot to
8398 implement this one in 2.0 !!!
8399 * SAX.c: moved doc->encoding update in the endDocument() call.
8400 * TODO: updated.
8401
8402Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8403
8404 * tree.h: removed extraneous xmlRemoveProp definition
8405 * TODO: added item about --disable-corba configure switch
8406 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
8407 * nanoftp.c: fixed include problems giving troubles on AIX and
8408 slowlaris
8409 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
8410 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
8411 comment and headers changes to lower gtk-doc number of warnings
8412 * doc/html/*: rebuilt docs
8413
8414Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8415
8416 * HACKING: documented the tag for 1.x and instructions
8417
8418Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8419
8420 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
8421 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
8422 xmlCreateIOParserCtxt
8423 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
8424 significant overall improvement
8425 * xmllint.c: added I/O test to xmllint
8426 * testSAX.c: added a speed test
8427 * doc/* : updated/regenerated
8428
8429Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8430
8431 * xpath.c uri.h parserInternals.h: cosmetic changes from
8432 "Timur I. Bakeyev" <timur@bat.ru>, including making
8433 xmlCreateURI() public
8434
8435Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8436
8437 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
8438 and the code at the same time. Added a clean mechanism for
8439 overload or added input methods: xmlRegisterInputCallbacks()
8440 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
8441 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
8442 * TODO: updated
8443 * doc/* : updated/regenerated
8444 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
8445 source dir
8446
8447Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8448
8449 * testURI.c: yet another forgotten commit, I should get some sleep !
8450
8451Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8452
8453 * xmllint.c: forgot to commit this too ?
8454
8455Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8456
8457 * xmlversion.h.in : forgot to commit this previously
8458
8459Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8460
8461 * configure.in: preparing libxml-2.0.0 version looks Ok so far
8462 * README TODO: updated for release
8463 * uri.c uri.h: added authority parsing/saving
8464 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
8465 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
8466 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
8467 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
8468 Makefile.am : added compile-time customization of libxml
8469 --with-ftp --with-http --with-html --with-xpath --with-debug
8470 --with-mem-debug
8471 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
8472 #include <libxml/xxx.h> I hope it won't break too much stuff
8473 and will be manageable in the future...
8474 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
8475 and added xmllint to the installed programs
8476 * uri.h: added xmlFreeURI()
8477
8478Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8479
8480 * uri.c uri.h: finished the escaping handling, the base support
8481 and the URI path normalization. Looks good just lacks the
8482 authority content parsing code.
8483 * Makefile.am: added instructions to generate testURI
8484 * TODO: updated
8485 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
8486 added links and icons for W3C and Gnome
8487
8488Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8489
8490 * xmlmemory.[ch] : seems I forgot to actually update the files in
8491 the last commit :-)
8492 * doc/xml.html doc/html/* : updated and uploaded the docs
8493
8494Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8495
8496 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
8497 * TODO: updated
8498 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
8499 libxml default allocation function with another set (like gmalloc/
8500 gfree).
8501 * Makefile.am, uri.c, uri.h: added a set of functions to do
8502 exact (litteraly copied from the RFC 2396 productions) parsing
8503 and handling of URI. Will be needed for XLink, one XML WFC,
8504 XML Base and reused in the nano[ftp/http] modules. Still work
8505 to be done.
8506
8507Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8508
8509 * configure.in, libxml.spec.in : libxml2
8510 * doc/* : updated the doc page, rebuilt the docs
8511
8512Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8513
8514 * all: tagged LIB_XML_1_X
8515 * *.c *.h : updated from W3C CVS tree
8516 * configure.in : 2.0.0-beta
8517 * libxml.spec.in : libxml2 package nam
8518 * result/* : new version of the tests output
8519
8520Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8521
8522 * doc/xml.html, doc/update.html: updated docs, 1.8.7
8523
8524Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8525
8526 * doc/* : rebuilt the docs
8527 * parser.c: final patch on #6766
8528 * valid.c: small patch on validity checks.
8529
8530Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8531
8532 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
8533 added
8534 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
8535 compatibility w.r.t. XML spec and existing code.
8536
8537Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8538
8539 * parser.c: seems a better solution to <a> </a> exists,
8540 will try it for a while
8541
8542Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8543
8544 * parser.c: tried to remove the <a> </a> generating <a/>
8545 this is hard. Left a flag for that purpose. Fixed bug #6766
8546 * configure.in: prepared 1.8.7 not released, due to previous
8547 problem
8548
8549Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8550
8551 * doc/xml.html : applied second patch from Paul DuBois
8552
8553Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8554
8555 * doc/xml.html : applied patch from Paul DuBois
8556
8557Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8558
8559 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
8560
8561Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8562
8563 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
8564 compilation warnings on various platforms.
8565 * parser.c: Fixed #5281 validity error callbacks are now desactived
8566 by default if not validating.
8567
8568Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8569
8570 * nanoftp.c, win32config.h.in: patches to compile on WIN32
8571
8572Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8573
8574 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
8575 <gkatsi@cs.toronto.edu>
8576
8577Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8578
8579 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
8580 processing URLs
8581
8582Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8583
8584 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
8585 xmlNanoFTPUpdateURL for persistent control connections.
8586 * configure.in: 1.8.6
8587
8588Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8589
8590 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
8591 * tree.[ch] : added xmlSaveNoEmptyTags
8592
85932000-01-29 James Henstridge <james@daa.com.au>
8594
8595 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
8596
8597 * Makefile.am: added nanoftp.[ch] to the build.
8598
8599Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8600
8601 * nanoftp.[ch]: cleanup, comments, API
8602 * debugXML.c : fixed a bug in the cat command
8603 * doc/*: regenerated the docs
8604
8605Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8606
8607 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
8608 * debugXML.c : fixed a bug in the cat command
8609 * valid.c: fixing some small probs
8610 * libxml.spec.in: get rid of the SNAP suffix
8611 * doc/xml.html: updated the status
8612
8613Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8614
8615 * xml-config.in: xml-config --version to just return the
8616 version number
8617 * xpath.c: some cleanup w.r.t. axis when the current node is
8618 an attribute.
8619 * TODO: updated
8620
8621Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8622
8623 * configure.in: prepared for libxml-1.8.5
8624 * doc/* recompiled the documentation
8625
86262000-01-17 Jody Goldberg <jgoldberg@home.com>
8627
8628 * configure.in : WARNING autoconf subtlety alert :
8629 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
8630 when looking for zlib.h so that HAVE_ZLIB_H is defined.
8631 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
8632 get defined by AC_CHECK_HEADERS.
8633
8634Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8635
8636 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
8637 Rune.Djurhuus@fast.no
8638
8639Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8640
8641 * TODO: updated
8642 * tree.c, parser.c: made sure that only memory alloc problems
8643 and internal parser errors are allowed to write to stdout or
8644 stderr.
8645
8646Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8647
8648 * tree.c : restored xmlNewGlobalNs since this seems used by
8649 a lot of existing code :-(, fixed a bug in xmlNewNs
8650 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
8651 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
8652 to exit() from the library code.
8653 * xpath.c, parser.c: removed bugs or unused code detected by
8654 Windows compilers
8655 * parser.c: started adding interfaces for parsing well balanced
8656 XML fragments
8657 * configure.in: releasing 1.8.4
8658 * doc/* : rebuilt the docs
8659
8660Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8661
8662 * tree.[ch] : added xmlNewDocFragment() for DOM
8663 * testHTML.c: uninitialized variable.
8664
8665Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8666
8667 * doc/* : rebuild the docs
8668
8669Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8670
8671 * acconfig.h: readline and history patch
8672 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
8673 * tree.c: added check and handling when possibly removing an ID
8674 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
8675 and saving.
8676 * test/HTML/entities.html result/HTML/entities.html* : test for
8677 various entities reference cases
8678 * result/HTML/* : as a result output of some testcase have
8679 changed
8680 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
8681 by previous example. added xmlParseTryOrFinish().
8682 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
8683 entities.h debugXML.h HTMLparser.h: changed the way struct are
8684 declared to allow gtk-doc to expose those
8685 * parser.c: closed bug #4960
8686 * Makefile.am configure.in: Applied patch from
8687 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
8688 and math/socket libs detection
8689
8690Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8691
8692 * configure.in, Makefile.am: link tester against readline
8693 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
8694
8695Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
8696
8697 * tree.[ch]: added xmlRemoveProp
8698 * win32config.h.in nanohttp.c: avoid including the Windows
8699 socket stuff in every C files
8700 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
8701 the XmL parser(s)
8702 * test/ns4 result/ns4 etc...: added test case for previous prob
8703 * tree.c: xmlNewNs wasn't checking for double definition
8704 * Makefile.in: fixed a problem with dist-hook duplicates
8705 * parser.[hc], xmlIO.c: fixed the loading of external entities
8706 APIs, now xmlLoadExternalEntity() is used everywhere and
8707 setting up an app specific front-end using the
8708 * SAX.c parser.c: some fixes, now the xhtml spec validates
8709 with the xhtml DTD.
8710 * error.c: fixed crashes in case of no input stream
8711 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
8712 to the validation tests and results
8713
8714Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8715
8716 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
8717 too htmlCreatePushParserCtxt() and htmlParseChunk()
8718 * parser.c: a bit of cleanup.
8719 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
8720 to XML) removed the last mem leak known
8721 * HTMLtree.c: output message cleanup
8722 * xmlmemory.c: display content info about memory blocks
8723 * result/HTML/wired.* : missing att value warning change
8724
8725Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8726
8727 * doc/* : rebuilt the documentation
8728
8729Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8730
8731 * parser.[ch] parserInternals.h: Push parser for XML,
8732 seems to work fine now
8733 * tester.c debugXML.[ch]: Added an XML shell debug facility and
8734 --push for push testing
8735 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
8736 * testSAX.c: added --push
8737 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
8738 subtree
8739 * xmlIO.[ch] : enriched API + fixes for push mode
8740 * entities.[ch]: added the entity content length to the struct.
8741 * xmlmemory.[ch]: new API to show the last entries for the shell
8742 * valid.c: added required attribute testing
8743 * SAX.c: the cdata callback now merge contiguous fragments
8744 * HTMLparser.c: cleanup of some macros
8745
8746Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8747
8748 * parser.c: fix for PIs name starting with xml
8749 * tree.c: fixed a potential problem with || and && ops
8750 * *.c, configure.in win32config.h.in : generate win32config.h for
8751 those on the Other Side !
8752
8753Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8754
8755 * parser.c: fixed a stupid = vs. == bug :-(
8756 * doc/gnome-xml.sgml: s/glade/xml/
8757
8758Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8759
8760 * configure.in, doc/xml.html : bug fix release 1.8.2
8761 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
8762 Hopefully the end of that silly C++ include problem
8763 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
8764 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
8765 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
8766 troubles with autoclosed elements when the stree shape doesn't
8767 follow the DtD specs. Added htmlIsAutoClosed() and
8768 htmlAutoCloseTag()
8769 * result/HTML/*.htm*: Updated the HTML examples regression tests output
8770 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
8771 * debugXML.c: fixed a bug on printing default namespaces.
8772 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
8773
8774Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8775
8776 * result/HTML/*.htm[l] : updated the HTML regression tests according
8777 to the new output
8778 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
8779 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
8780 problem due to intermix of extern "C" { ... } declarations for C++
8781 and recursive includes in the headers
8782
87831999-12-20 Chris Lahey <clahey@umich.edu>
8784
8785 * HTMLtree.c: Made it so that html nodes with a single child do
8786 not insert a carriage return before or after the child node.
8787
8788Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8789
8790 * configure.in, doc/xml.html : bug fix release 1.8.1
8791 * parser.c: fixed bug #4344
8792 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
8793 added the glue to avoid C++ problems
8794 * doc/* : regenerated the documentation
8795
8796Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8797
8798 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
8799 namespace recognition, and Dia as a resul :-(
8800 * encoding.c: closed bug #3950
8801
8802Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8803
8804 * valid.c: debugging a posteriori validation, except URI expansion
8805 stuff this should be fixed now
8806 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
8807 Carl Nygard <cnygard@bellatlantic.net>
8808 * tester.c: added --postvalid, cleaning of the code
8809 * tree.[ch]: added xmlDocGetRootElement()
8810
8811Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
8812
8813 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
8814 c++ losage.
8815
8816Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8817
8818 * configure.in, doc/xml.html : bumped to 1.8.0
8819 * xlink.[ch], Makefile.am : added framework for link detection
8820 * parser.h: added nbChars to parser context, needed for cleanup.
8821 * xmlmemory.c: removed a nasty bug when out of mem
8822 * valid.[ch]: adding namespace support for attribute decl
8823 * tester.c: added --debugent option
8824 * debugXML.[ch]: added xmlDebugDumpEntities()
8825 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
8826 buffers instead, this was really needed, validation was breaking
8827 in strange ways due to that. Added xmlParseStringPEReference()
8828 and other parsing from strings functions. Entities processing
8829 modified again, but PERef are still not handled correcly but
8830 unless you're Eve Maller you won't notice :-)
8831 * HTMLparser.c: large changes toward reliability, and switched to
8832 lowercase internal tags, XHTML is lowercase, so it will help
8833 that output is closer to next version.
8834 * doc/* : regenerated the documentation, it is now hosted at
8835 http://xmlsoft.org/ (same bits I just bought the domain :-)
8836
8837
8838Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8839
8840 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
8841 doc generation
8842 * parser.c: fixed bugs #3908 and #3937 and a memory leak
8843 in the SAX API
8844 * doc/*: rebuilt the doc making sure everything appears in the
8845 HTML files
8846
8847Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8848
8849 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
8850 added the patch from Carl Nygard <cnygard@bellatlantic.net>
8851 which allow impressive speed improvement on dataset with
8852 large text pieces, but at the cost of broken binary
8853 compatibility and slightly bigger memory usage.
8854 Configure with --with-buffers to activate them, they
8855 are protected with XML_USE_BUFFER_CONTENT define.
8856 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
8857 goal is 0 memory left allocated once parser is no more used
8858 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
8859 call xmlCleanupParser() and xmlMemoryDump()
8860
8861Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8862
8863 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
8864 * parser.[ch] encoding.[ch]: added memory cleanup routines
8865 * parser.c: closing bug #3788
8866 * doc/*: rebuilt the doc
8867
8868Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8869
8870 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
8871 xmlNewTextChild() and xmlSetCompressMode() behaviour.
8872 * tester.c: added --compress option
8873 * doc/*: rebuilt the documentation
8874
8875Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8876
8877 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
8878 if given /proc/kcore as input !
8879 * doc/xml.html doc/*: updated and rebuilt the documentation
8880
8881Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8882
8883 * parser.c: Fixed some wrongly space collapsing code due to
8884 a misreading of the spec.
8885 * result/*: fixed the output accordingly
8886
8887Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8888
8889 * encoding.c: bug fix and typos
8890 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
8891 * parser.c: added attribute normalization closing bug #3597
8892 * test/att* result/att* SAXresult/att*: testcase for attribute
8893 normalization
8894
8895Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8896
8897 * configure.in: closing bug #3163 by adding extra flags for the
8898 cc compiler on HP-UX
8899
8900Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8901
8902 * valid.[ch] : removed a typo and an enumerated type bug in the
8903 xmlAddElementDecl() function
8904 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
8905 call to xmlEncodeEntitiesReentrant() so that the functions
8906 New, Set and Get are at the same level.
8907 * parser.c HTMLparser.c: extra memory allocation bug for
8908 attributes detected by someone using libxml in embedded systems :-)
8909
8910Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8911
8912 * xmlmemory.h: turned off mem debug :-\
8913
8914Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8915
8916 * parser.c: closed bug #2784 a one line fix, but worth pushing
8917 a new release out
8918 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
8919 some structures, comments before and after the
8920 main element, and other nastyness
8921 * HTMLtree.c tree.c: accomodate the extended HTML supported
8922 * configure.in: pushing 1.7.4
8923 * test/ent8 and related outputs : added a new test for bug #2784
8924 * test/HTML/wired.html and related output: a nasty HTML example
8925 * Makefile.am: improved the test scripts
8926 * docs/* : reran the documentation extractor, updated xml.html
8927
8928Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8929
8930 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
8931 HTMLparser and debugged the HTML related code. HTML documents
8932 now have their own type
8933 * entities.c: do not dump &apos; for HTML output
8934 * xmlmemory.c: improvement, breakpoint mechanism
8935 * testHTML.c: added --sax --repeat ...
8936 * Makefile.am: improved the HTML tests
8937 * valid.[ch]: added xmlValidGetValidElements and
8938 xmlValidGetPotentialChildren
8939 * tester.c: added --insert to test the 2 new functions
8940 * test//* result//* SAXresult//* : regression test cleanup
8941 and extension.
8942 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
8943 gnome-xml-nanohttp.html
8944
8945Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8946
8947 * HTMLparser.c: fixed problems with some autoclose tags
8948 * tree.c: fixed XML output problems.
8949 * result/* SAXresult/*: update of the tests output
8950
8951Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8952
8953 * Makefile.am: Arturo patch for xmlConf.sh version info
8954 * parser.c: Tim Josling patch for single quoted items
8955 * tester.c: Tim Josling patch for tester options usage
8956 * tree.h: indent cleanup
8957
8958Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8959
8960 * HTMLparser.c parser.h : Fixed problems with HTML parsing
8961 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
8962
8963Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8964
8965 * tree.c : Raph patch for initialization of CORBA fields
8966 * parser.c, xpath.c, ...: modification of doc comments
8967 * xpath.c : allow spaces in xpath expressions
8968
8969Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8970
8971 * xmlmemory.h: turning off memory debug :-(
8972
8973Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8974
8975 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
8976 better SAX interfaces.
8977 * testSAX.c: uses the new SAX routine, avoid fetching any remote
8978 entity.
8979 * configure.in: 1.7.2
8980
8981Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8982
8983 * libxml.spec.in: fixed the URL
8984 * doc/xml.html: improved the documentation front-end
8985
8986Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8987
8988 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
8989
8990Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
8991
8992 * libxml.spec.in: fixed the alpha compile problem
8993 * parser.[ch]: changed errno to errNo in the parser context :-(
8994 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
8995 * doc/xml.html: changed CHAR to xmlChar
8996 * doc/html/*: recompiled the documentation
8997 * configure.in: 1.7.1
8998
8999Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9000
9001 * parser.h: modified the parser context struct to regain 1.4.0
9002 binary compatibility
9003 * parser.c, xml-error.h: added errno ot teh context and defined
9004 a set of errors values with update of errno
9005 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
9006 DTDs and entities
9007 * *.h, *.c: complete cleanup of the use of config.h and include
9008 protection depending on the current setup.
9009 * overalll debugging, maintenance and bug-fixing on all modules
9010 * updated the documentation
9011 * ready for 1.7.0
9012
9013Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9014
9015 * HTMLparser.c : cleanup
9016 * SAX.c valid.c valid.h: added ID/IDREF checking
9017 * tree.c tree.h: extended doc structure for refs
9018 * configure.in: 1.6.2
9019 * parser.c: patched bug in SAX user arg call
9020 * parserInternals.h: patched missing close in C++ wrapping
9021 * testXPath.c xpath.c xpath.h: prepared for extensibility,
9022 especially upcoming XPointer implementation.
9023 * doc/xml.html: augmented, typo
9024
9025Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
9026
9027 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
9028 not all invocations of install understand -d.
9029
9030Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
9031
9032 * Makefile.am: prepend all the test* calls with $(top_builddir) -
9033 to make 'check' works, when builddir != srcdir.
9034
9035Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9036
9037 * doc/xml.html : updated the documentation
9038
9039Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9040
9041 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
9042 not deallocated memory blocks
9043 * *.c : replaces all calls to malloc() free() and realloc() to
9044 the wrapper functions/macros
9045 * tree.c : removed memory leaks dues to calling xmlFreeNode()
9046 instead of xmlFreeNodeList()
9047
9048Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9049
9050 * HTMLparser.c: corrected a stupid bug leading to core dump at
9051 tree deallocation. Removed warnings indicated by
9052 Stephane.Conversy@lri.fr
9053 * entities.c: Fixes Yet Another Stupid Bug, entities were not
9054 looked for in the external subset
9055
9056Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9057
9058 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
9059 on SGI by Stephane.Conversy@lri.fr
9060
9061Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9062
9063 * all .h : changed the prototype declaration indent as in gtk
9064 * most .c : working on reducing the TODOs in the code
9065 * most .c : cleanup though -pedantic and Insure++
9066 * improvements on validation ID checkings.
9067 * tree.[ch] SAX.c: added support for namespace on attributes #2022
9068 * xml-config.in: closed #1810
9069
9070Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9071
9072 * tree.h, valid.c, valid.h: more work on validity, IDs
9073 * xpath.c: added/fixed comparidon and equlity, added a new isinf
9074 definition for AIX
9075
9076Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9077
9078 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
9079 the distribution due to a cut'n paste error at last commit
9080
9081Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9082
9083 * configure.in: upgraded to version 1.4.0
9084 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
9085 Big update, added a large part of the validation process,
9086 it should be usable, but some parts are missing
9087 * xpath.c: improved the implementation w.r.t. root.
9088 * Makefile.am: added more tests
9089 * test and result trees: added a lot of tests
9090 * libxml.spec.in: export libxml.so.0 and libxml.so.1
9091
9092Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9093
9094 * Added an HACKING file
9095
9096Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9097
9098 * xpath.[ch] : improvements and debug of the XPath implementation
9099 * parser.c, HTMLparser.c : modified the parsers to be progressive
9100 * tree.[ch] : extended the Buffer promitives
9101 * xmlIO.[ch] : added basic I/O routines providing progressive
9102 parsing and ready for I18N conversion plugins
9103 * SAXresult/* : the SAX callback sequence maybe slightly different
9104 now
9105 * test*.c : improved/updated the tests programs
9106 * doc/* : recompiled the docs.
9107
91081999-07-26 Michael Meeks <michael@edenproject.org>
9109
9110 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
9111
9112 * tree.c: Ditto.
9113
9114Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9115
9116 * configure.in: upgraded to version 1.4.0
9117 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
9118 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
9119 XML query language, see http://www.w3.org/TR/xpath for more details.
9120 * parser.c, parser.h: added CHAR* related string functions for XPath
9121 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
9122 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
9123 rebuild the docs.
9124 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
9125 and regression testing capabilities for XPath.
9126
9127Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9128
9129 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
9130 closing bug #1646
9131
9132Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9133
9134 * Makefile.am, example/Makefile.am: closed bug #1683
9135
9136Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9137
9138 * example/Makefile.am, configure.in: added the makefile for the
9139 gjobread example
9140
9141Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
9142
9143 * doc/Makefile.am:
9144 - fix which allow "make install DESTDIR=</install/prefix>".
9145
9146Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9147
9148 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
9149 which fixed a problem on the file reading-code.
9150
9151Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9152
9153 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
9154 output.
9155 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
9156
9157Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9158
9159 * parser.h : Oops removed the binary compatibility problem
9160 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
9161 * parser.c, HTMLparser.c: applied patches for reading from stdin
9162
9163Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9164
9165 * parser.c, entities.c, valid.c: cleanup bug #1591
9166 * configure.in: cleanup bug #1592
9167 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
9168 the same tree back-end. Hence gdome will be available for it.
9169 * doc/Makefile.am: close bug #617
9170
9171Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9172
9173 * parser.c: alloctate a per parser context SAX interface block
9174
9175Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9176
9177 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
9178 and xmlEncodeEntitiesReentrant with the correct one :-\
9179
9180Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9181
9182 * commit of my internal XML base changes, quite a lot of
9183 changes, cleanups, better entities support, framework for
9184 new I/O and charset detection and handling
9185 * Fixed the configure/Makefile stuff to generate shared libs
9186 with the proper version info, so we jumped on rev from
9187 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
9188 xmlEncodeEntities() result need to be freed now, and a string
9189 xmlParserVersion provide the current library version.
9190
9191Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
9192
9193 * parser.c: fixed a buffer overrun for when you have a very long
9194 attribute with no entities in it.
9195
9196Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9197
9198 * added example directory
9199 * added example/gjobs.xml gjobread.c, still need a Makefile.in
9200
9201Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9202
9203 * Release of libxml-1.1, nearly everything has been touched for
9204 this.
9205 * Added more regression tests
9206 * Updated the documentation
9207
9208Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9209
9210 * tree.[ch]: unified the XML_NO_CORBA defines.
9211 * parser.c encoding.[ch]: started plugging in char encoding detection
9212
9213Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
9214
9215 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
9216 Also freed allocated buffer.
9217
9218Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9219 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
9220 reentrancy problem at printing. One is left in entities.c, to
9221 remove ASAP
9222 * testSAX.c : added a test example showing the use of the SAX
9223 interface if one doesn't want to build the DOM tree.
9224 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
9225
9226Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9227
9228 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
9229 large revamping of the parser to use SAX callbacks
9230 http://www.megginson.com/SAX/ (or at least a C like interface
9231 a la Expat). It's now possible to set up your own callbacks
9232 and the parser will not build a DOM tree.
9233 * test/* result/*: updated the test suite, I finally removed
9234 the old Namespace draft support (PI based).
9235
9236Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9237
9238 * Makefile.am: added test result to EXTRA_DIST for make tests
9239
9240Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9241
9242 * parser.c, parserInternals.h: moved the chars macro definitions
9243 to parserInternals.h
9244 * parser.c, error.c: applied patches from "Knut Ã…kesson"
9245 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
9246
9247Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9248
9249 * xml-config.in : applied patch to make --version work
9250
92511999-03-05 Raja R Harinath <harinath@cs.umn.edu>
9252
9253 * Makefile.am (check-local): Alias for `tests' target. This will
9254 cause `make check' to do the right thing.
9255 (tests): Don't run tests in srcdir. Also, replaced calls to
9256 basename with a `sed' "equivalent".
9257
9258Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9259
9260 * Renamed error.h to xml-error.h, corrected Makefile.am to list
9261 it in the header and not the sources, updated the doc.
9262 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
9263 pointing this out.
9264
9265Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9266
9267 * parser.c, parser.h, parserInternals.h: memory leak hunting,
9268 exported the inputStream routines.
9269 * doc/html/* : updated accordingly
9270
9271Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9272
9273 * parser.c, parser.h, parserInternals.h: added a few extra
9274 internal calls to allocate and free parser contexts ...
9275 * doc/html/* : updated accordingly
9276
9277Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9278
9279 * configure.in, Makefile.am, doc/makefile.am : General changes for
9280 1.0.0 release and including the generated HTML documentation.
9281
9282Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9283
9284 * makefile.am : added parserInternals.h, oops.
9285
9286Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9287
9288 * parserInternals.h: added this header giving access to the parser
9289 internal functions.
9290 * doc/Makefile.am : added a rebuild target which rebuilds the full
9291 set of documentations
9292 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
9293 the internal subset.
9294 * *.c *.h: modifications needed to generate the documentation using
9295 gtk-doc, cleanup of functions blocks, reorganisation of struct
9296 declarations.
9297
9298Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9299
9300 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
9301 the tar and spec file to include the beginning of the doc.
9302
93031999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
9304
9305 * doc/.cvsignore: Added this file.
9306
9307Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9308
9309 * tree.c: fixed xmlGetProp to return "" when the attribute
9310 exists, even if the node-list is NULL.
9311
9312Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9313
9314 * tree.c: patched an error outputting empty attribute values.
9315 * Makefile.am and doc/makefile.am: have been updated during the
9316 week-end. Sorry for an empty CVS log, I got a shell problem.
9317
9318Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9319
9320 * tree.h: cleaned up using enums instead of defines
9321 * parser.c, valid.[ch]: more work on parsing/output of element
9322 declarations
9323
9324Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9325
9326 * valid.[ch], tree.c, parser.c : more work toward full parsing
9327 of XML DTDs.
9328 * README: added informations about mailing-list and on-line
9329 documentation
9330
93311999-01-27 Raja R Harinath <harinath@cs.umn.edu>
9332
9333 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
9334
9335Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9336
9337 * parser.c, tree.[ch] : more work toward conformance testing,
9338 added a last element to accelerate parsing of very flat structures
9339 started working on internal subset Element content declaration.
9340 * valid.[ch] : first cut at adding code toward validation.
9341 * previous changes had also small impact on most files, especially
9342 the conformance testing using James Clark test suite.
9343
9344Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
9345
9346 * test/* : updated the examples, most of them were not well
9347 formed (humm), and added rdf2.
9348 * result/* : resulting changes in the output.
9349
9350Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9351
9352 * tree.c: changed the behaviour of xmlGetProp on NULL values.
9353
9354Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9355
9356 * tree.c: patched a bug in the generation of empty attributes
9357
9358Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9359
9360 * entities.[ch], tree.[ch], tester.c: added copy interfaces
9361 for node/trees/documents/... Biggest problem is namespace
9362 support when copying subtrees.
9363
9364Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9365
9366 * parser.c, entities.c: improve entities and char ref encoding,
9367 and cleanups of error messages.
9368
9369Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9370
9371 * parser.c, entities.c: simple bug hunting done during rpm2html and
9372 rpmfind integration.
9373
9374Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9375
9376 * parser.[ch]: Added interfaces allowing to specify a SAX
9377 handler before parsing.
9378
9379Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9380
9381 * parser.c: redirrect all errors reporting through the SAX
9382 error function
9383
9384Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9385
9386 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
9387 * libtool, tlmain ...: update of the libtool files
9388
93891998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
9390
9391 * entities.c: Use g_snprintf insteda of snprintf.
9392
9393Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9394
9395 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
9396 added ent5 test for this purpose.
9397 * parser.c, parser.h: formatting, comments and UTF-8 planning.
9398
9399Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9400
9401 * parser.c: fixed? a strange error due to compression on a GWP
9402 document.
9403
9404Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9405
9406 * tree.[ch]: bug fixing
9407 * entities.[ch]: defined a specific type for predefined entities
9408 * doc/xml.html: more documentation on the library, how to use it,
9409 overview of the interfaces.
9410
9411Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9412
9413 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
9414
9415Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9416
9417 * tree.c: corrected a small bug
9418 * doc/xml.html: continuing writing documentation.
9419
9420Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9421
9422 * debugXML.h debugXML.c: added debugging utilities.
9423 * tester.c: added --debug switch.
9424 * tree.c: patched an incorrect node->type assignment.
9425 * parser.c: formatting, ensure that node->doc != NULL in attributes
9426
9427Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9428
9429 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
9430 entity support and provide an internal representation close to
9431 DOM one (entity ref nodes, and attribute value as tree). I tried
9432 to preserve the interface but this will surely break some apps
9433 (I have to change rpm2html/rpmfind for example). I had to change
9434 two interfaces, and the generated tree is somewhat different.
9435 * doc/* : started documenting the XML library, the tree and
9436 DOM/Corba. This is a first step.
9437
9438Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9439
9440 * parser.c: Set up the fonctions comment block, boring but useful.
9441 * parser.h, SAX.c, parser.c: now attributes are processed through
9442 the SAX interface. The problem is that my SAX interface diverged
9443 quite a bit from the original one, well this is not an official
9444 spec, and translating it from Java to C is hairy anyway...
9445
9446Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9447
9448 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
9449 fonctions comment block, boring but useful.
9450
9451Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9452
9453 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
9454 conversion routines. However they are not yet used to convert the
9455 inputs. The core will run with UTF-8.
9456
9457Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9458
9459 * tree.c : make sure that the type id is properly set-up when
9460 a new object is allocated, needed for DOM.
9461
9462Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9463
9464 * tree.h, tree.c: Ok, the main objects in the tree will be native
9465 corba objects, it costs 8 bytes per Node, Attribute and Document
9466 but it simplifies the Corba integration a lot (no extra interface
9467 objects to allocate/free).
9468
9469Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9470
9471 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
9472 and changed NODEs contants for conformity with DOM Level 1
9473
9474Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9475
9476 * added hooks to keep track of servants when creating objects
9477 xmlDoc and xmlNode (for Corba export).
9478
9479Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9480
9481 * added xml-config script.
9482
9483Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9484
9485 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
9486 to autoupdate libtool and automake conf files.
9487
94881998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
9489
9490 * Makefile.am: Use '?' to separate the sed
9491 commands as ',' is used when people pass -Wl,something.
9492
9493
9494Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9495
9496 * tree.c, tree.h: added a per-document compression interface.
9497
9498Tue Sep 22 20:47:38 EDT 1998
9499
9500 * tree.c, tree.h: added saving with compression and added interfaces
9501 to control the compression level (xmlGetCompressMode,
9502 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
9503
9504Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9505
9506 * parser.c: corrected a loop for files of size 0
9507
95081998-08-20 Raja R Harinath <harinath@cs.umn.edu>
9509
9510 * error.h: New file. Contains prototyes from `error.c'.
9511
9512Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
9513
9514 * Makefile.am (xmlincdir): New macro.
9515 (xmlinc_HEADERS): Renamed from include_HEADERS.
9516
9517Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9518
9519 * applied small patch on numeric entities from
9520 Christopher Blizzard <blizzard@appliedtheory.com>
9521
9522Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9523
9524 * New release 0.2, removed the old xml_* files so that it's
9525 coherent with the other CVS base (W3C), far better conformance
9526 to standard, new namespaces, decent entities support, beginning
9527 of a SAX-like interface. Nearly nothing left intact, even the
9528 test examples ...
9529
95301998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
9531
9532 * .cvsignore: Add .deps dir
9533
9534Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9535
9536 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
9537
9538Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9539
9540 * configure.in: added test for CPP
9541 * AUTHORS, Changelog: the original ones didn't get commited but the
9542 glib ones instead, fixed.
9543 * Makefile.am: corrected an error in library naming
9544
9545Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
9546
9547 * integrated code developped at W3C
9548 * changed the original Copyright
9549 * migrated to automake
9550 * prefixed the filenames by xml_ to avoid filename clashes
9551
Daniel Veillarde0ed10c2003-01-06 11:06:26 +00009552Mon Jan 6 12:05:12 CET 2003 Daniel Veillard <daniel@veillard.com>
9553
9554 * doc/tutorial/* : fixed #101894 if doc == NULL xmlFreeDoc
9555 should not be called.
9556
Daniel Veillard0aaaacd2003-01-06 10:59:57 +00009557Mon Jan 6 11:59:09 CET 2003 Daniel Veillard <daniel@veillard.com>
9558
9559 * libxml-2.0.pc.in: applied the patch to fix #101894
9560
Daniel Veillard8a1b1852003-01-05 22:37:17 +00009561Sun Jan 5 23:35:47 CET 2003 Daniel Veillard <daniel@veillard.com>
9562
9563 * tree.c : applied patch from Lukas Schroeder for register callbacks
9564 * valid.c: modified patch from Lukas Schroeder to test
9565 register callbacks with --chkregister
9566
Daniel Veillard067bae52003-01-05 01:27:54 +00009567Sun Jan 5 02:23:20 CET 2003 Daniel Veillard <daniel@veillard.com>
9568
9569 * xmlreader.c: seriously changed the way data are pushed to
9570 the underlying parser, go by block of 512 bytes instead of
9571 tryng to detect tag boundaries at that level. Changed the
9572 way empty element are detected and tagged.
9573 * python/tests/reader.py python/tests/reader2.py
9574 python/tests/reader3.py: small changes mostly due to context
9575 reporting being different and DTD node being reported. Some
9576 errors previously undetected are now caught and fixed.
9577 * doc/xmlreader.html: flagged last section as TODO
9578
Daniel Veillard51a447a2003-01-04 19:42:46 +00009579Sat Jan 4 20:40:28 CET 2003 Daniel Veillard <daniel@veillard.com>
9580
9581 * python/libxml.py: integrated the Python 2.2 optimizations
9582 from Hannu Krosing, while maintaining compatibility with
9583 1.5 and 2.1
9584
Daniel Veillarde59494f2003-01-04 16:35:29 +00009585Sat Jan 4 17:33:17 CET 2003 Daniel Veillard <daniel@veillard.com>
9586
9587 * xmllint.c: a bit of cleanup
9588 * xmlreader.c: small fix
9589 * doc/xmlreader.html: more work on the XmlTextReader tutorial
9590 * python/libxml.py: a few fixes pointed out by Hannu Krosing
9591
Daniel Veillard623a9eb2003-01-04 12:47:20 +00009592Sat Jan 4 13:46:14 CET 2003 Daniel Veillard <daniel@veillard.com>
9593
9594 * python/setup.py.in: patch from Stéphane Bidoul to include
9595 drv_libxml2.py in setup.py
9596
Daniel Veillard66b82892003-01-04 00:44:13 +00009597Sat Jan 4 01:43:06 CET 2003 Daniel Veillard <daniel@veillard.com>
9598
9599 * doc/xmlreader.html: starting documenting the new XmlTextReader
9600 interface.
9601
Daniel Veillard7704fb12003-01-03 16:19:51 +00009602Fri Jan 3 17:18:32 CET 2003 Daniel Veillard <daniel@veillard.com>
9603
9604 * xmllint.c: added the --stream flag to use the TextReader API
9605 * xmlreader.c: small performance tweak
9606
Daniel Veillarda80ff6e2003-01-03 12:52:08 +00009607Fri Jan 3 13:50:55 CET 2003 Daniel Veillard <daniel@veillard.com>
9608
9609 * xmlreader.c python/tests/reader2py: okay the DTD validation
9610 code on top of the XMLTextParser API should be solid now.
9611
Daniel Veillard1fdfd112003-01-03 01:18:43 +00009612Fri Jan 3 02:17:18 CET 2003 Daniel Veillard <daniel@veillard.com>
9613
9614 * xmlreader.c python/tests/reader2py: Fixing some more mess
9615 with validation and recursive entities while using the
9616 reader interface, it's getting a bit messy...
9617
Daniel Veillarddab8ea92003-01-02 14:16:45 +00009618Thu Jan 2 15:15:26 CET 2003 Daniel Veillard <daniel@veillard.com>
9619
9620 * xmlreader.c python/tests/reader.py: another couple of problem
9621 related to IsEmptyElement reported by Stéphane Bidoul needed
9622 some fixes.
9623
Daniel Veillard4f860202003-01-02 13:00:02 +00009624Thu Jan 2 13:57:07 CET 2003 Daniel Veillard <daniel@veillard.com>
9625
9626 * libxml.spec.in python/Makefile.am python/drv_libxml2.py:
9627 integrated drv_libxml2.py Python xml.sax driver from Stéphane Bidoul
9628 based on the python XmlTextReader interface.
9629
Daniel Veillard3c265e42003-01-01 21:06:49 +00009630Wed Jan 1 22:05:40 CET 2003 Daniel Veillard <daniel@veillard.com>
9631
9632 * tree.c: backing out one change in the last patch which broke the
9633 regression tests
9634
Daniel Veillard5335dc52003-01-01 20:59:38 +00009635Wed Jan 1 21:57:28 CET 2003 Daniel Veillard <daniel@veillard.com>
9636
9637 * global.data globals.c tree.c include/libxml/globals.h: applied
9638 an old patch from Lukas Schroeder to track node creation and
9639 destruction. Probably missing a lot of references at the moment
9640 and not usable reliably.
9641
Daniel Veillard8ba17412003-01-01 19:13:12 +00009642Wed Jan 1 20:12:07 CET 2003 Daniel Veillard <daniel@veillard.com>
9643
9644 * NEWS doc/Makefile.am doc/news.xsl: generate the NEWS file
9645 from doc/news.html and a stylesheet
9646
Daniel Veillarde3c036e2003-01-01 15:11:05 +00009647Wed Jan 1 16:09:57 CET 2003 Daniel Veillard <daniel@veillard.com>
9648
9649 * xmlreader.c python/tests/reader.py: fixed another couple of
9650 xmlreader bugs reported by Stéphane Bidoul and added tests.
9651
Daniel Veillard9e395c22003-01-01 14:50:44 +00009652Wed Jan 1 15:42:54 CET 2003 Daniel Veillard <daniel@veillard.com>
9653
9654 * xmlreader.c python/tests/reader2.py: fixed another validity
9655 checking in external parsed entities raised by Stéphane Bidoul
9656 and added a specific regression test.
9657 * python/tests/reader3.py: cleanup
9658
Daniel Veillardd5896142002-12-31 14:45:26 +00009659Tue Dec 31 15:44:02 CET 2002 Daniel Veillard <daniel@veillard.com>
9660
9661 * xmlreader.c python/tests/reader2.py: fixed a problem with
9662 validation within entities pointed by Stéphane Bidoul, augmented
9663 the tests to catch those.
9664
Daniel Veillarddc85f282002-12-31 11:18:37 +00009665Tue Dec 31 12:15:37 CET 2002 Daniel Veillard <daniel@veillard.com>
9666
9667 * python/generator.py: modified the generator to allow keeping
9668 class references when creating new classes, needed to fix a bug
9669 pointed by Stéphane Bidoul where the input buffer of the
9670 xmlTextReader instance gets destroyed if the python wrapper for
9671 the input is not referenced anymore.
9672
Daniel Veillard4d8db8a2002-12-30 18:40:42 +00009673Mon Dec 30 19:39:36 CET 2002 Daniel Veillard <daniel@veillard.com>
9674
9675 * xmlreader.c python/tests/reader.py: fixed another pair of problem
9676 pointed by Stéphane Bidoul: depth start at 0 and a parse problem.
9677
Daniel Veillard571b8892002-12-30 12:37:59 +00009678Mon Dec 30 13:36:50 CET 2002 Daniel Veillard <daniel@veillard.com>
9679
9680 * xmlreader.c python/tests/reader.py: fixed another problem
9681 pointed by Stéphane Bidoul
9682
Daniel Veillardaaa105b2002-12-30 11:42:17 +00009683Mon Dec 30 12:39:55 CET 2002 Daniel Veillard <daniel@veillard.com>
9684
9685 * xmlreader.c python/tests/reader.py: fixed a limit case problem
9686 with "<a/>"
9687
Daniel Veillardecaba492002-12-30 10:55:29 +00009688Mon Dec 30 11:53:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9689
9690 * SAX.c: warn on xmlns:prefix="foo"
9691 * xmlreader.c python/tests/reader.py: fixed a couple of problem
9692 for namespace attributes handling.
9693
Daniel Veillard2d84a892002-12-30 00:01:08 +00009694Mon Dec 30 00:59:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9695
9696 * entities.c parser.c tree.c include/libxml/entities.h: Fixed
9697 a really nasty problem raised by a DocBook XSLT transform
9698 provided by Sebastian Bergmann
9699
Daniel Veillard29b3e282002-12-29 11:14:41 +00009700Sun Dec 29 12:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
9701
9702 * xmlreader.c python/tests/reader.py: fixed a bug pointed out
9703 by Stéphane Bidoul and integrated it into the tests
9704
Daniel Veillarde18fc182002-12-28 22:56:33 +00009705Sat Dec 28 23:49:12 CET 2002 Daniel Veillard <daniel@veillard.com>
9706
9707 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml:
9708 extended the XmlTextReader API a bit, addding accessors for
9709 the current doc and node, and an entity substitution mode for
9710 the parser.
9711 * python/libxml.py python/libxml2class.txt: related updates
9712 * python/tests/Makefile.am python/tests/reader.py
9713 python/tests/reader2.py python/tests/reader3.py: updated a bit
9714 the old tests and added a new one to test the entities handling
9715
Daniel Veillardaba976d2002-12-28 21:14:18 +00009716Sat Dec 28 22:11:57 CET 2002 Daniel Veillard <daniel@veillard.com>
9717
9718 * python/generator.py python/libxml2class.txt
9719 python/tests/reader.py python/tests/reader2.py: changed the
9720 generator to provide casing for the XmlTextReader similar to
9721 C# so that examples and documentation are more directly transposable.
9722 Fixed the couple of tests in the suite.
9723
Daniel Veillard83298842002-12-28 15:12:33 +00009724Sat Dec 28 15:55:32 CET 2002 Daniel Veillard <daniel@veillard.com>
9725
9726 * doc/guidelines.html: added a document on guildeline for
9727 publishing and deploying XML
9728
Daniel Veillard336fc7d2002-12-27 19:37:04 +00009729Fri Dec 27 20:35:15 CET 2002 Daniel Veillard <daniel@veillard.com>
9730
9731 * valid.c xmlreader.c: final touch running DTD validation
9732 on the XmlTextReader
9733 * python/tests/Makefile.am python/tests/reader2.py: added a
9734 specific run based on the examples from test/valid/*.xml
9735
Daniel Veillardf25b4ca2002-12-27 15:18:35 +00009736Fri Dec 27 15:17:20 CET 2002 Daniel Veillard <daniel@veillard.com>
9737
9738 * python/libxml.py: added a few predefined xmlTextReader parser
9739 configuration values.
9740
Daniel Veillard0e9dafa2002-12-27 11:58:25 +00009741Fri Dec 27 12:57:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9742
9743 * python/libxml_wrap.h: trying to fix #102037
9744
Daniel Veillard8dbd4952002-12-27 11:34:48 +00009745Fri Dec 27 12:18:14 CET 2002 Daniel Veillard <daniel@veillard.com>
9746
9747 * SAX.c: fixing bug #95296, when the predefined entities
9748 are redefined in the DTD the default one must be used
9749 instead anyway.
9750
MST 2002 John Fleck6647aed2002-12-26 02:23:24 +00009751Wed Dec 25 19:22:06 MST 2002 John Fleck <jfleck@inkstain.net>
9752
9753 * doc/xmllint.xml
9754 * doc/xmllint.1
9755 Add discussion of XML_DEBUG_CATALOG to xmllint man
9756 page - bug #100907
9757
9758
Daniel Veillarddf512f42002-12-23 15:56:21 +00009759Mon Dec 23 16:54:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9760
9761 * xmlreader.c: Fixed the empty node detection to avoid reporting
9762 an inexistant close tag.
9763
Daniel Veillard0d132cf2002-12-23 14:43:32 +00009764Mon Dec 23 15:42:24 CET 2002 Daniel Veillard <daniel@veillard.com>
9765
9766 * python/libxml.c python/setup.py.in: patch from Stéphane Bidoul
9767 for Python 2.1
9768
Daniel Veillardfe8aab92002-12-22 10:25:41 +00009769Sun Dec 22 11:24:06 CET 2002 Daniel Veillard <daniel@veillard.com>
9770
9771 * testC14N.c vms/config.vms: applied Craig A. Berry patches for VMS
9772
Daniel Veillard4258b9c2002-12-20 10:29:40 +00009773Fri Dec 20 11:27:49 CET 2002 Daniel Veillard <daniel@veillard.com>
9774
9775 * doc/libxml2-api.xml python/tests/reader.py: one really need
9776 to provide the base URI information when creating a reader parser
9777 from an input stream. Updated the API and the example using it.
9778
Daniel Veillardea7751d2002-12-20 00:16:24 +00009779Fri Dec 20 01:11:30 CET 2002 Daniel Veillard <daniel@veillard.com>
9780
9781 * testReader.c xmlreader.c valid.c include/libxml/tree.h
9782 include/libxml/valid.h include/libxml/xmlreader.h: working on
9783 DTD validation on top of xml reader interfaces. Allows to
9784 validate arbitrary large instances. This required some extensions
9785 to the valid module interface and augmenting the size of xmlID
9786 and xmlRef structs a bit.
9787 * uri.c xmlregexp.c: simple cleanup.
9788
Daniel Veillardbeb70bd2002-12-18 14:53:54 +00009789Wed Dec 18 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9790
9791 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: more
9792 work on the xml reader interfaces.
9793 * AUTHORS MAINTAINERS doc/* win32/*: updated Igor's mail and the
9794 Web page for the Windows binaries.
9795
Daniel Veillard4a6d39b2002-12-17 18:33:01 +00009796Tue Dec 17 19:31:07 CET 2002 Daniel Veillard <daniel@veillard.com>
9797
9798 * xmlIO.c: applied a patch for VMS following the report by
9799 Nigel Hall
9800
Daniel Veillard3772de32002-12-17 10:31:45 +00009801Tue Dec 17 11:29:41 CET 2002 Daniel Veillard <daniel@veillard.com>
9802
9803 * parser.c: the parseStartTag bug fix wasn't complete.
9804
Daniel Veillard67df8092002-12-16 22:04:11 +00009805Mon Dec 16 23:00:05 CET 2002 Daniel Veillard <daniel@veillard.com>
9806
9807 * parser.c: Vyacheslav Pindyura managed to trigger a bug in
9808 parseStartTag, fixing it.
9809 * test/att4 result/att4 result/noent/att4: adding the test
9810 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
9811 more methods to XmlTextReader.
9812
Igor Zlatkovicd453c632002-12-16 18:45:48 +00009813Mon Dec 16 19:31:16 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9814
9815 * win32/libxml2.def.src: added more xml reader exports
9816 * win32/Makefile.msvc win32/Makefile.mingw: added xml reader interface
9817 to the build
9818
MST 2002 John Fleck7c67a832002-12-16 13:38:06 +00009819Mon Dec 16 06:36:54 MST 2002 John Fleck <jfleck@inkstain.net>
9820
9821 * doc/tutorial/xmltutorial.xml
9822 plus generated html and pdf
9823 Updating tutorial again based on further comments from Niraj
9824 Tolia on the last iteration
9825
MST 2002 John Fleck44aacb32002-12-16 04:34:57 +00009826Sun Dec 15 21:27:30 MST 2002 John Fleck <jfleck@inkstain.net>
9827
9828 * doc/tutorial/xmltutorial.xml
9829 * doc/tutorial/includekeyword.c
9830 * doc/tutorial/includegetattribute.c
9831 plus generated html and pdf
9832 Adding fix from Niraj Tolia to tutorial to properly free memory.
9833
9834
Daniel Veillardda46d2d2002-12-15 23:36:49 +00009835Mon Dec 16 00:34:25 CET 2002 Daniel Veillard <daniel@veillard.com>
9836
9837 * xmlreader.c include/libxml/xmlreader.h doc/libxml2-api.xml: added
9838 more methods of XmlTextReader.
9839 * python/libxml2class.txt python/tests/reader.py: this increased the
9840 methods in the bndings, augmented the test to check those new
9841 functions.
9842
Daniel Veillard0eb38c72002-12-14 23:00:35 +00009843Sat Dec 14 23:57:39 CET 2002 Daniel Veillard <daniel@veillard.com>
9844
9845 * xmlreader.c doc/libxml2-api.xml: added the close and getattribute
9846 methods of XmlTextReader.
9847 * python/generator.py python/libxml_wrap.h python/types.c
9848 python/libxml2class.txt: added the reader to the Python bindings
9849 * python/tests/Makefile.am python/tests/reader.py: added a specific
9850 test for the Python bindings of the Reader APIs
9851 * parser.c: small cleanup.
9852
Daniel Veillard06503452002-12-13 10:42:08 +00009853Fri Dec 13 11:39:44 CET 2002 Daniel Veillard <daniel@veillard.com>
9854
9855 * xinclude.c: fallback was only copying the first child not the
9856 full child list of the fallback element, closes #89684 as reopened
9857 by Bernd Kuemmerlen
9858
Igor Zlatkovic2d45f522002-12-12 12:33:43 +00009859Thu Dec 12 13:34:59 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9860
9861 * win32/libxml2.def.src: exported htmlNodeDumpOutput
9862
Daniel Veillard000eafb2002-12-12 10:04:22 +00009863Thu Dec 12 10:59:11 CET 2002 Daniel Veillard <daniel@veillard.com>
9864
Daniel Veillardc1eed322002-12-12 11:01:32 +00009865 * configure.in: preparing release of 2.4.30
Daniel Veillard000eafb2002-12-12 10:04:22 +00009866 * doc/apibuild.py doc/libxml2-api.xml: fixups to the api builder,
Daniel Veillardc1eed322002-12-12 11:01:32 +00009867 gives enum values, fix functype return type, put back fields in
9868 structs
9869 * doc/*: updated the docs rebuilt
Daniel Veillard000eafb2002-12-12 10:04:22 +00009870
Daniel Veillard024b5702002-12-12 00:15:55 +00009871Thu Dec 12 01:09:34 CET 2002 Daniel Veillard <daniel@veillard.com>
9872
9873 * HTMLtree.c include/libxml/HTMLtree.h: patch from Mark Vadok
9874 about htmlNodeDumpOutput location.
9875 * xpath.c: removed an undefined function signature
9876 * doc/apibuild.py doc/libxml2-api.xml: the script was exporting
9877 too many symbols in the API breaking the python bindings.
9878 Updated with the libxslt/libexslt changes.
9879
Daniel Veillard9b4bb4d2002-12-11 19:28:47 +00009880Wed Dec 11 20:26:15 CET 2002 Daniel Veillard <daniel@veillard.com>
9881
9882 * configure.in: preparing release of 2.4.29
9883 * doc/*: rebuilt the docs and API
9884 * xmlreader.c: a few more fixes for the XmlTextReader API
9885
Igor Zlatkovicf6273a02002-12-11 17:00:54 +00009886Wed Dec 11 18:01:15 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9887
9888 * include/win32config.h: applied mingw patch from Magnus Henoch
9889
Daniel Veillard5aad8322002-12-11 15:59:44 +00009890Wed Dec 11 16:58:48 CET 2002 Daniel Veillard <daniel@veillard.com>
9891
9892 * catalog.c doc/libxml2-api.xml: a bit more cleanup
9893
Daniel Veillarda9b66d02002-12-11 14:23:49 +00009894Wed Dec 11 14:54:47 CET 2002 Daniel Veillard <daniel@veillard.com>
9895
9896 * doc/apibuild.py doc/libxml2-api.xml doc/Makefile.am: new API
9897 building Python script, does the C parsing directly, generates
9898 a better API description including structure fieds defs and
9899 enums. Still a couple of bugs, but good enough for the python
9900 wrappers now.
9901 * DOCBparser.c SAX.c nanohttp.c parser.c parserInternals.c tree.c
9902 valid.c xmlIO.c xmlmemory.c xmlreader.c xmlregexp.c xmlschemas.c
9903 include/libxml/schemasInternals.h include/libxml/tree.h: more
9904 cleanup based on the python analysis script reports.
9905 * libxml.spec.in: make sure the API XML description is part of the
9906 devel package.
9907
Daniel Veillard01c13b52002-12-10 15:19:08 +00009908Tue Dec 10 16:16:34 CET 2002 Daniel Veillard <daniel@veillard.com>
9909
9910 * DOCBparser.c HTMLparser.c c14n.c debugXML.c encoding.c hash.c
9911 nanoftp.c nanohttp.c parser.c parserInternals.c testC14N.c
9912 testDocbook.c threads.c tree.c valid.c xmlIO.c xmllint.c xmlmemory.c
9913 xmlreader.c xmlregexp.c xmlschemas.c xmlschemastypes.c xpath.c:
9914 code cleanup, especially the function comments.
9915 * tree.c: fixed a small bug when freeing nodes which are XInclude ones.
9916
Daniel Veillarde1ca5032002-12-09 14:13:43 +00009917Mon Dec 9 15:08:17 CET 2002 Daniel Veillard <daniel@veillard.com>
9918
9919 * Makefile.am xmlreader.c include/libxml/Makefile.am
9920 include/libxml/xmlreader.h: Adding a new set of APIs based on
9921 the C# TextXmlReader API but converted to C. Allow to parse
9922 in constant memory usage, far simpler to program and explain
9923 than the SAX like APIs, unfinished but working.
9924 * testReader.c: test program
9925
Igor Zlatkovic70a296c2002-12-08 17:34:54 +00009926Sun Dec 8 18:36:01 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9927
9928 * win32/libxml2.def.src: applied YALDSP from Mark Vakoc
9929
Daniel Veillard64b35282002-12-04 15:10:40 +00009930Wed Dec 4 16:08:49 CET 2002 Daniel Veillard <daniel@veillard.com>
9931
9932 * tree.c: Chip turner indicated that XHTML1 serialization
9933 rule for style actually break on both IE and Mozilla,
9934 try to avoid the rule if escaping ain't necessary
9935
Daniel Veillard8efff672002-12-04 11:44:48 +00009936Wed Dec 4 12:43:28 CET 2002 Daniel Veillard <daniel@veillard.com>
9937
9938 * nanhttp.c: handle HTTP URL escaping, problem reported by
9939 Glen Nakamura and Stefano Zacchiroli
9940
Daniel Veillard1c732d22002-11-30 11:22:59 +00009941Sat Nov 30 12:19:17 CET 2002 Daniel Veillard <daniel@veillard.com>
9942
9943 * DOCBparser.c HTMLparser.c parser.c valid.c xpath.c: code cleanup
9944
Daniel Veillardfdd27d22002-11-28 11:55:38 +00009945Thu Nov 28 12:53:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9946
9947 * uri.c: Johann Richard pointed out some XPointer problems for
9948 URN based URI references in XInclude. Modified the URI parsing
9949 and saving routines to allow correct parsing and saving of
9950 XPointers, especially when attached to "opaque" scheme accordingly
9951 to RFC 2396
9952
Daniel Veillard8db67d22002-11-27 19:39:27 +00009953Wed Nov 27 20:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
9954
9955 * HTMLtree.c include/libxml/HTMLtree.h: applied the same kind
9956 of refactoring to the HTML saving code.
9957 * doc/libxml2-*.xml doc/API*.html: slight API changes got reflected
9958 in the doc.
9959
Daniel Veillardebc4ca92002-11-27 11:43:05 +00009960Wed Nov 27 12:40:16 CET 2002 Daniel Veillard <daniel@veillard.com>
9961
9962 * tree.c include/libxml/tree.h: refactored the XML dump of a node
9963 to a buffer API to reuse the generic dump to an OutputIO layer,
9964 this reduces code, fixes xmlNodeDump() for XHTML, also made
9965 xmlNodeDump() now return the number of byte written.
9966
Daniel Veillard9d5ea172002-11-27 08:02:06 +00009967Wed Nov 27 09:00:00 CET 2002 Daniel Veillard <daniel@veillard.com>
9968
9969 * python/setup.py.in: another patch from Stéphane Bidoul for
9970 Python bindings on Windows
9971 * doc/parsedecl.py: small cleanup
9972
Daniel Veillard9715c172002-11-25 16:33:40 +00009973Mon Nov 25 17:28:53 CET 2002 Daniel Veillard <daniel@veillard.com>
9974
9975 * libxml.spec.in configure.in: add a line in %changelog for releases
9976
Daniel Veillard9bc53102002-11-25 13:20:04 +00009977Mon Nov 25 14:18:27 CET 2002 Daniel Veillard <daniel@veillard.com>
9978
9979 * parser.c: patch from Marcus Clarke fixing a problem in entities
9980 parsing that was detected in KDe documentations environment.
9981
Daniel Veillardfaa35ff2002-11-24 13:53:43 +00009982Mon Nov 24 14:13:21 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
9983
9984 * python/libxml.c (libxml_prev): Return the previous as opposed to
9985 the next node (I guess this is the result of some cut & paste programming:)
9986
Daniel Veillard80d7b902002-11-23 16:23:08 +00009987Sat Nov 23 17:22:22 CET 2002 Daniel Veillard <daniel@veillard.com>
9988
9989 * doc/Makefile.am: Jan Rafaj pointed a bug in the Makefile.
9990
Daniel Veillarda1196ed2002-11-23 11:22:49 +00009991Sat Nov 23 12:21:24 CET 2002 Daniel Veillard <daniel@veillard.com>
9992
9993 * python/generator.py python/libxml.c python/setup.py.in: trying
9994 to fix the Python bindings build on Windows (Stéphane Bidoul)
9995
Igor Zlatkovic9ab71552002-11-22 21:41:43 +00009996Fri Nov 22 22:41:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
9997
9998 * win32/configure.js: added option for python bindings
9999 * win32/libxml2.def.src: added more exports
10000
Igor Zlatkovicace7cd22002-11-22 18:07:00 +000010001Fri Nov 22 18:50:34 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10002
10003 * win32/Makefile.mingw: fixed unresolved symbols when linking with
10004 pthreads
10005 * win32/wince/*: applied updates to Windows CE port from Javier
10006
Daniel Veillardf9c4cad2002-11-22 15:57:07 +000010007Fri Nov 22 15:51:22 CET 2002 Daniel Veillard <daniel@veillard.com>
10008
10009 * configure.in: preparing 2.4.28
10010 * libxml.spec.in doc/Makefile.am: some cleanup
10011 * doc/*: updated the news and regenerated.
10012
Daniel Veillardfee408f2002-11-22 13:18:30 +000010013Fri Nov 22 14:15:14 CET 2002 Daniel Veillard <daniel@veillard.com>
10014
10015 * HTMLparser.c: final touch at closing #87235 </p> end tags
10016 need to be generated.
10017 * result/HTML/cf_128.html result/HTML/test2.html result/HTML/test3.html:
10018 this change slightly the output of a few tests
10019 * doc/*: regenerated
10020
Daniel Veillardd2ff0392002-11-22 12:28:38 +000010021Fri Nov 22 13:26:19 CET 2002 Daniel Veillard <daniel@veillard.com>
10022
10023 * parserInternals.c: fixing bug #99190 when UTF8 document are
10024 parsed using the progressive parser and the end of the chunk
10025 is in the middle of an UTF8 multibyte character.
10026
William M. Brack8b2c7f12002-11-22 05:07:29 +000010027Fri Nov 22 13:13:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10028
10029 * threads.c: fixed initialization problem in xmlNewGlobalState
10030 which was causing crash.
10031 * globals.c: removed duplicate call to initxmlDefaultSAXHandler
10032 in xmlInitializeGlobalState.
10033 * parserInternals.c: cleaned up ctxt->sax initialisation.
10034
Daniel Veillardd5c2f922002-11-21 14:10:52 +000010035Thu Nov 21 15:05:45 CET 2002 Daniel Veillard <daniel@veillard.com>
10036
10037 * tree.c include/libxml/tree.h: modified the existing APIs
10038 to handle XHTML1 serialization rules automatically, also add
10039 xmlIsXHTML() to libxml2 API. Some tweaking to make sure
10040 libxslt serialization uses it when needed without changing
10041 the library API.
10042 * test/xhtml1 result/noent/xhtml1 result/valid/xhtml1.xhtml
10043 result/xhtml1: added a new test specifically for xhtml1 output
10044 and updated the result of one XHTML1 test
10045
Daniel Veillardd076a202002-11-20 13:28:31 +000010046Wed Nov 20 14:24:56 CET 2002 Daniel Veillard <daniel@veillard.com>
10047
10048 * xinclude.c parserInternals.c encoding.c: fixed #99082
10049 for xi:include encoding="..." support on text includes.
10050 * result/XInclude/tstencoding.xml test/XInclude/docs/tstencoding.xml
10051 test/XInclude/ents/isolatin.txt : added a specific regression test
10052 * python/generator.py python/libxml2class.txt: fixed the generator
10053 the new set of comments generated for doc/libxml2-api.xml were
10054 breaking the python generation.
10055
Daniel Veillard817e70b2002-11-19 22:28:48 +000010056Tue Nov 19 23:25:47 CET 2002 Daniel Veillard <daniel@veillard.com>
10057
10058 * doc/Makefile.am: repair some problem if gtk-doc fail or such
10059 * configure.in: patch for Solaris on new autoconf closes #98880
10060 * doc/parsedecl.py: repair the frigging API building script,
10061 did I say that python xmllib sucks ?
10062 * doc/libxml2-api.xml doc/libxml2-refs.xml: regenerated, reordering
10063 and some comment are no more truncated.
10064
Daniel Veillarda7e05b42002-11-19 08:11:14 +000010065Tue Nov 19 09:09:04 CET 2002 Daniel Veillard <daniel@veillard.com>
10066
10067 * parser.c: Martin Stoilov pointed out a potential leak in
10068 xmlCreateMemoryParserCtxt
10069
Daniel Veillardbc6e1a32002-11-18 15:07:25 +000010070Mon Nov 18 16:05:51 CET 2002 Daniel Veillard <daniel@veillard.com>
10071
10072 * HTMLparser.c: fixed bug #98879 a corner case when 0 is
10073 included in HTML documents and using the push parser.
10074
Daniel Veillard4efd3be2002-11-18 09:11:13 +000010075Mon Nov 18 00:11:24 CET 2002 ERDI Gergo <cactus@cactus.rulez.org>
10076
10077 * configure.in (PYTHON_SITE_PACKAGES): If --with-python is
10078 specified, look for the Python interpreter not just in the
10079 specified root but also in the specified location. Fixes #98825
10080
Daniel Veillarda8c0adb2002-11-17 22:37:35 +000010081Sun Nov 17 23:36:06 CET 2002 Daniel Veillard <daniel@veillard.com>
10082
10083 * python/libxml.c: fixing bug #98792 , node may have no doc
10084 and dereferencing without checking ain't good ...
10085
Daniel Veillarddad3f682002-11-17 16:47:27 +000010086Sun Nov 17 10:25:43 CET 2002 Daniel Veillard <daniel@veillard.com>
10087
10088 * configure.in: preparing release 2.4.27
10089 * doc/* : updated and rebuilt the docs
10090 * doc/Makefile.am libxml.spec.in: try to make sure the tutorial
10091 and all the docs are actually packaged and in the final RPMs
10092 * parser.c parserInternals.c include/libxml/parser.h: restore
10093 xmllint --recover feature.
10094
Daniel Veillard68e9e742002-11-16 15:35:11 +000010095Sat Nov 16 16:30:25 CET 2002 Daniel Veillard <daniel@veillard.com>
10096
Daniel Veillard784b9352003-02-16 15:50:27 +000010097 * parser.c xpath.c: fixing #96925 wich was also dependent on the
Daniel Veillard68e9e742002-11-16 15:35:11 +000010098 processing of parsed entities, and XPath computation on sustitued
10099 entities.
10100 * testXPath.c: make sure entities are substitued.
10101
Daniel Veillard328f48c2002-11-15 15:24:34 +000010102Fri Nov 15 16:22:54 CET 2002 Daniel Veillard <daniel@veillard.com>
10103
Daniel Veillard784b9352003-02-16 15:50:27 +000010104 * parser.c: fixed #96594, which was totally dependent on the
Daniel Veillard328f48c2002-11-15 15:24:34 +000010105 processing of internal parsed entities, which had to be changed.
10106
Daniel Veillard66651aa2002-11-15 11:21:43 +000010107Fri Nov 15 12:16:07 CET 2002 Daniel Veillard <daniel@veillard.com>
10108
10109 * Makefile.am python/Makefile.am python/tests/Makefile.am:
10110 trying to fix bug #98517 about building outside the source tree
10111 * doc/xml.html doc/FAQ.html: fixed the link to libiconv #94585
10112
Igor Zlatkovic2772cea2002-11-14 17:45:20 +000010113Thu Nov 14 18:41:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10114
10115 * include/win32config.h: cleanup
10116 * win32/Makefile.mingw: integrated mingw in JScript configure
10117 * win32/Makefile.msvc: modified to allow mingw coexistence
10118 * win32/configure.js: integrated mingw
10119 * win32/Readme.txt: cleanup
10120
Daniel Veillard8dd86a52002-11-12 21:14:17 +000010121Tue Nov 12 22:06:45 CET 2002 Daniel Veillard <daniel@veillard.com>
10122
10123 * HTMLparser.c: strengthen the guard in the Pop macros,
10124 like in the XML parser, closes bug #97315
10125
Daniel Veillard0821b152002-11-12 20:57:47 +000010126Tue Nov 12 21:56:39 CET 2002 Daniel Veillard <daniel@veillard.com>
10127
10128 * include/libxml/parser.h: fixed bug #98338 , fatalError SAX
10129 callback is never used.
10130
Daniel Veillard8606bbb2002-11-12 12:36:52 +000010131Tue Nov 12 13:32:50 CET 2002 Daniel Veillard <daniel@veillard.com>
10132
10133 * parserInternals.c: fixed the initialization of the SAX structure
10134 which was breaking xsltproc
10135 * xpath.c: patch from Petr Pajas for CDATA nodes
10136 * tree.c: patch from Petr Pajas improving xmlGetNodePath()
10137 * parser.c include/libxml/parser.h: patch from Peter Jones
10138 removing a leak in xmlSAXParseMemory() and adding the
10139 function xmlSAXParseMemoryWithData()
10140
MST 2002 John Fleckf854d992002-11-12 03:49:05 +000010141Mon Nov 11 20:47:03 MST 2002 John Fleck <jfleck@inkstain.net>
10142
10143 adding pdf of tutorial, changing web page to link to it
10144 * doc/tutorial/xmltutorial.pdf
10145 * doc/xml.html
10146 * doc/docs.html
10147
MST 2002 John Fleck52717f32002-11-11 03:49:33 +000010148Sun Nov 10 20:48:57 MST 2002 John Fleck <jfleck@inkstain.net>
10149
10150 * doc/tutorial/ar01s08.html
10151 adding file what I forgot for tutorial
10152
10153
MST 2002 John Fleckbd3b4fd2002-11-11 03:41:11 +000010154Sun Nov 10 20:33:13 MST 2002 John Fleck <jfleck@inkstain.net>
10155
10156 Adding encoding discussion to tutorial
10157 Added:
10158 * doc/tutorial/images/*.png: DocBook admonition image files
10159 * doc/tutorial/apf.html, apg.html: new generated html
10160 * doc/tutorial/includeconvert.c: conversion code entity file
10161 changed:
10162 * doc/tutorial/xmltutorial.xml: DocBook original
10163 * doc/tutorial/*.html: generated html
10164
Igor Zlatkovic22bafff2002-11-08 17:19:08 +000010165Fri Nov 8 17:59:32 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10166
10167 * include/libxml/*.h: retired xmlwin32version.h
10168 * doc/Makefile.am: retired xmlwin32version.h
10169 * win32/configure.js: retired xmlwin32version.h
10170
Igor Zlatkovica2258da2002-11-08 15:55:33 +000010171Fri Nov 8 16:55:47 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10172
10173 * win32/libxml2.def.src: exported additional symbols
Igor Zlatkovic22bafff2002-11-08 17:19:08 +000010174 * include/libxml/xmlmemory.h: exported the rest of the xmlMem*
10175 sisterhood
Igor Zlatkovica2258da2002-11-08 15:55:33 +000010176
Daniel Veillard7216cfd2002-11-08 15:10:00 +000010177Fri Nov 8 16:08:13 CET 2002 Daniel Veillard <daniel@veillard.com>
10178
10179 * globals.c: fixed a typo pointed out by Igor
10180 * xpath.c: try to speed up node compare using line numbers
10181 if available.
10182
Daniel Veillarda70d62f2002-11-07 14:18:03 +000010183Thu Nov 7 15:16:02 CET 2002 Daniel Veillard <daniel@veillard.com>
10184
10185 * tree.c: make xmlFreeNode() handle attributes correctly.
10186
Igor Zlatkovicb8e99cc2002-11-06 22:52:29 +000010187Wed Nov 6 23:51:11 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10188
10189 * catalog.c: completed the #96963 fix, as reported by Karl
10190 Eichwalder
10191
Daniel Veillard56f21f22002-11-06 15:49:46 +000010192Wed Nov 6 16:48:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10193
10194 * xpointer.c: tried to fix bug #97852 reported by Nicolas Noffke
10195
Daniel Veillard91ad8792002-11-04 17:06:52 +000010196Sun Nov 3 10:43:44 CET 2002 Daniel Veillard <daniel@veillard.com>
10197
10198 * Makefile.am: switched the order of a couple of includes
10199 to fix bugs #97100
10200
Igor Zlatkovic2bb82ee2002-10-31 16:15:43 +000010201Thu Oct 31 17:11:46 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10202
10203 * catalog.c: fixed bug #96963, reverted to the old behaviour of
10204 xmlLoadCatalogs that used to separate directories with a ':'.
10205
Igor Zlatkovic9fdd8f32002-10-31 16:01:23 +000010206Thu Oct 31 16:55:21 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10207
10208 * threads.c: improvements to the Windows-side of thread handling
10209 * testThreads.c: conditionally excluded unistd.h
10210 * testThradsWin32.c: broke overlong lines
10211 * include/win32config.h: adapted thread-related macros to the new
10212 scheme and for pthreads on Windows
10213 * win32/Makefile.msvc: introduced a more flexible thread build,
10214 added testThreads[Win32].c to the build
10215 * win32/configure.js: introduced a more flexible thread config
10216
John Fleck61f6fb62002-10-31 15:23:29 +0000102172002-10-31 John Fleck <jfleck@inkstain.net>
10218
10219 * doc/xml.html (and, by implication, FAQ.html)
10220 added UTF-8 conversaion FAQ from Marcus Labib Iskander
10221
Igor Zlatkovicf95b56b2002-10-29 17:33:35 +000010222Tue Oct 29 18:32:33 CET 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10223
10224 * configure.in: removed xmlwin32version.h
10225 * include/libxml/Makefile.am: removed xmlwin32version.h
10226
Daniel Veillardce66ce12002-10-28 19:01:59 +000010227Mon Oct 28 14:01:29 CET 2002 Daniel Veillard <daniel@veillard.com>
10228
10229 * tree.c: applied patch from Brian Stafford to fix a bug
10230 in xmlReconciliateNs()
10231
Daniel Veillard7e3f1402002-10-28 18:52:57 +000010232Mon Oct 28 13:51:55 CET 2002 Daniel Veillard <daniel@veillard.com>
10233
10234 * tree.c: applied patch from Christian Glahn to allow
10235 xmlNewChild() on document fragment nodes
10236
Daniel Veillardb39bc392002-10-26 19:29:51 +000010237Sat Oct 26 15:27:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
10238
10239 * parser.c: Christian Glahn found a problem with a recent
10240 patch to xmlParseBalancedChunkMemoryRecover()
10241 * xmlschemas.c: Charles Bozeman fixed some Schemas validation
10242 problems
10243 * result/schemas/elem* result/schemas/seq* test/schemas.elem*
10244 test/schemas/seq*: added the test cases from Charles
10245
Daniel Veillard366a9152002-10-23 20:43:53 +000010246Wed Oct 23 16:42:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
10247
10248 * Makefile.am config.h.in libxml.spec.in doc/Makefile.am:
10249 serious cleanup of the spec file and associated changes
10250 in the Makefiles.
10251 * valid.c: try to remove some warnings on x86_64
10252
Daniel Veillardd033d022002-10-23 14:55:02 +000010253Wed Oct 23 10:53:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10254
10255 * include/Makefile.am: added winsockcompat.h to EXTRA_DIST to
10256 fix bug #96586
10257
Daniel Veillardce02dbc2002-10-22 19:14:58 +000010258Tue Oct 22 21:13:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
10259
10260 * HTMLparser.c: Mikhail Sogrine pointed out a bug in HTML
10261 parsing, applied his patch
10262 * result/HTML/attrents.html result/HTML/attrents.html.err
10263 result/HTML/attrents.html.sax test/HTML/attrents.html:
10264 added the test and result case provided by Mikhail Sogrine
10265
Daniel Veillarde645e8c2002-10-22 17:35:37 +000010266Tue Oct 22 19:33:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
10267
10268 * vms/build_libxml.com vms/config.vms vms/readme.vms
10269 include/libxml/parser.h include/libxml/parserInternals.h
10270 include/libxml/tree.h include/libxml/xmlIO.h
10271 HTMLparser.c catalog.c debugXML.c parser.c parserInternals.c
10272 tree.c triodef.h trionan.c uri.c xmlIO.c xpath.c:
10273 Applied the VMS update patch from Craig A. Berry
10274 * doc/*.html: update
10275
Daniel Veillardf000f072002-10-22 14:28:17 +000010276Tue Oct 22 16:27:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
10277
10278 * include/libxml/encoding.h encoding.c: made xmlGetUTF8Char public
10279
Daniel Veillard1e208222002-10-22 14:25:25 +000010280Tue Oct 22 16:25:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
10281
10282 * debugXML.c: adding a grep command to --shell in xmllint
10283 for T.V. Raman
10284
Daniel Veillard9cdcf362002-10-22 14:23:59 +000010285Tue Oct 22 16:23:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10286
10287 * xmlcatalog.c: tried to fix some of the problem with --sgml
10288
Daniel Veillard935494a2002-10-22 14:22:46 +000010289Mon Oct 21 09:57:10 CEST 2002 Daniel Veillard <daniel@veillard.com>
10290
10291 * parser.c: tried to fix bug #91500 where doc->children may
10292 be overriden by a call to xmlParseBalancedChunkMemory()
10293
10294Mon Oct 21 09:04:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
10295
10296 * catalog.c: tried to fix bug #90945 w.r.t. parsing of system
10297 identifiers in SGML catalogs containing '&'
10298
Daniel Veillardc0ac0692002-10-20 21:31:50 +000010299Sun Oct 20 23:31:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
10300
10301 * python/types.c: fixed bugs when passing result value tree
10302 to Python functions.
10303
Daniel Veillard48267432002-10-18 11:21:38 +000010304Fri Oct 18 13:18:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10305
10306 * configure.in: preparing the release of 2.4.26
10307 * doc/*: updated and rebuilt the documentation
10308
Daniel Veillardbb284f42002-10-16 18:02:47 +000010309Wed Oct 16 20:01:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
10310
10311 * parser.c: fixed a XML Namespace compliance bug reported by
10312 Alexander Grimalovsky
10313
Daniel Veillard44892f72002-10-16 15:23:26 +000010314Wed Oct 16 17:18:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10315
10316 * HTMLtree.c: fixed serialization of script and style when
10317 they are not lowercase (i.e. added using the API to the tree).
10318
Daniel Veillard2fd85422002-10-16 14:32:41 +000010319Wed Oct 16 16:31:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10320
10321 * valid.c: make xmlValidateDocument emit a warning msg if there
10322 is no DTD, pointed by Christian Glahn
10323
Daniel Veillard32370232002-10-16 14:08:14 +000010324Wed Oct 16 16:05:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
10325
10326 * xmlregexp.c xmlschemas.c: fixed the validation of sequences
10327 content model when some of the blocks have min or max, and a couple
10328 of bugs found in the process.
10329 * result/schemas/list0* test/schemas/list0*: added some specific
10330 regression tests
10331
Daniel Veillarda2e8c5c2002-10-15 10:41:43 +000010332Tue Oct 15 12:41:01 CEST 2002 Daniel Veillard <daniel@veillard.com>
10333
10334 * README: updated the contact informations
10335
Daniel Veillard63186732002-10-15 08:43:17 +000010336Tue Oct 15 10:35:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10337
10338 * Makefile.am: use test -f instead of test -e since Solaris /bin/sh
10339 misses it, reported by Peter Bray.
10340
Daniel Veillard96c3a3b2002-10-14 15:39:04 +000010341Mon Oct 14 17:37:32 CEST 2002 Daniel Veillard <daniel@veillard.com>
10342
10343 * tree.c: investigating xmlNodeGetContent() on namespace nodes
10344 and removed a few warnings
10345
Daniel Veillard819d5cb2002-10-14 11:15:18 +000010346Mon Oct 14 13:12:55 CEST 2002 Daniel Veillard <daniel@veillard.com>
10347
10348 * parser.c: Christian Glahn found a small bug in the push parser.
10349 * xmlIO.c include/libxml/xmlIO.h: cleaned up and made xmlCheckFilename
10350 public
10351
Daniel Veillard6045c902002-10-09 21:13:59 +000010352Wed Oct 9 23:11:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10353
10354 * xmlschemas.c include/libxml/xmlschemas.h: added
10355 xmlSchemaNewMemParserCtxt to parse a schemas from a memory area
10356 * testSchemas.c: added --memory to test the new interface
10357
Daniel Veillardf0070122002-10-09 14:24:17 +000010358Wed Oct 9 16:22:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
10359
10360 * doc/index.py doc/search.php: integrated the XSLT indexing,
10361 a few fixed in the indexer, added a scope selection at the
10362 search level.
10363
Daniel Veillard01992e02002-10-09 10:20:30 +000010364Wed Oct 9 12:18:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10365
10366 * valid.c: Joe Marcus Clarke reported a segfault on FBsd
10367 this was due to uninitialized parts of the validation context
10368
Daniel Veillard321be0c2002-10-08 21:26:42 +000010369Tue Oct 8 23:24:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
10370
10371 * debugXML.c: applied patch from Mark Vakoc except the API
10372 change, preserved it.
10373 * doc/*: updated the docs to point to the search engine for
10374 information lookup or before bug/help reports.
10375
Daniel Veillard01e87d22002-10-08 16:55:06 +000010376Tue Oct 8 18:53:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
10377
10378 * doc/index.py doc/search.php: added mailing-list archives
10379 indexing and lookup
10380
Daniel Veillard9dc1cf12002-10-08 08:26:11 +000010381Tue Oct 8 10:25:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10382
10383 * tree.c: patch from Mark Vakoc to fix xmlNodeGetPath()
10384
Daniel Veillard9b006132002-10-07 11:13:27 +000010385Mon Oct 7 13:12:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
10386
10387 * doc/index.py: improved HTML indexing
10388 * doc/search.php: make the queries also lookup the HTML based indexes
10389
Daniel Veillard141d04b2002-10-06 21:51:18 +000010390Sun Oct 6 23:50:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
10391
10392 * doc/index.py: added HTML page indexing
10393
Igor Zlatkovic91a62702002-10-04 13:34:16 +000010394Fri Oct 4 15:33:55 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10395
Igor Zlatkovicd7f3c332002-10-04 13:38:53 +000010396 * xmlIO.c: extended Windows path normalisation to fix the base
Igor Zlatkovic91a62702002-10-04 13:34:16 +000010397 problem in libxslt.
10398 * catalog.c: fixed list handling in XML_CATALOG_FILES
10399
Daniel Veillardceb09b92002-10-04 11:46:37 +000010400Fri Oct 4 13:43:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10401
10402 * valid.c: typo/bug found by Christian Glahn
10403
Igor Zlatkovic9d66fa12002-09-29 17:54:36 +000010404Sun Sep 29 19:44:10 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10405
10406 * xmlIO.c: applied Windows CE patch from Javier.
10407 * win32/wince: new directory, contains support for the PocketPC
10408 with Windows CE from Javier.
10409 * include/win32config.h: reorganised, removed duplicate
10410 definitions and applied WinCE patch from Javier.
10411 * include/wsockcompat.h: new file, now contains WinSock
10412 compatibility macros.
10413 * win32/Makefile.msvc: introduced double-run compilation.
10414
Daniel Veillarde16b5742002-09-26 17:50:03 +000010415Thu Sep 26 19:48:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
10416
10417 * configure.in include/libxml/xmlwin32version.h: preparing release
10418 of 2.4.25
10419 * doc/*: updated and regenerated teh docs and web pages.
10420
Daniel Veillard90d68fb2002-09-26 16:10:21 +000010421Thu Sep 26 17:33:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
10422
10423 * SAX.c valid.c include/libxml/valid.h: fixed bug #92518 validation
10424 error were not covering namespace declarations.
10425 * result/valid/dia.xml test/valid/dia.xml: the test wasn't valid,
10426 it was missing the attribute declaration for the namespace
10427 * result/VC/NS3: the fix now report breakages in that test
10428
Daniel Veillardabe01742002-09-26 12:40:03 +000010429Thu Sep 26 14:39:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10430
10431 * HTMLtree.c: fixing bug #94241 on HTML boolean attributes
10432
Daniel Veillard2ace1952002-09-26 12:28:02 +000010433Thu Sep 26 14:25:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
10434
10435 * doc/*: added the 3 new modules xmlregexp xmlautomata and xmlunicode
10436 and regenerated the docs and web site
10437
Daniel Veillarddda8f1b2002-09-26 09:47:36 +000010438Thu Sep 26 11:45:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10439
10440 * xinclude.c xmlschemas.c xmlschemastypes.c xpath.c: make sure
10441 ATTRIBUTE_UNUSED is always put after the attribute declaration,
10442 not before
10443
Daniel Veillardd4cb1e82002-09-26 09:34:23 +000010444Thu Sep 26 11:33:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
10445
10446 * python/generator.py python/libxml2class.txt: fixed a stupid error
10447 breaking the python API
10448
Daniel Veillardb7c29c32002-09-25 22:44:43 +000010449Thu Sep 26 00:31:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
10450
10451 * trio.c trio.h triodef.h trionan.c trionan.h triop.h
10452 triostr.c triostr.h: applied a trio update patch from
10453 Bjorn Reese which should work with MinGW
10454
Daniel Veillardbd9afb52002-09-25 22:25:35 +000010455Thu Sep 26 00:21:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
10456
10457 * tree.c: improving some documentation comments
10458 * xmlregexp.c: found and fixed a mem leak with python regression tests
10459 * doc/*: rebuilt the doc and the API XML file including the
10460 xmlregexp.h xmlautomata.h and xmlunicode.h headers
10461 * python/generator.py python/libxml2class.txt python/libxml_wrap.h
10462 python/types.c: added access to the XML Schemas regexps from
10463 python
10464 * python/tests/Makefile.am python/tests/regexp.py: added a
10465 simple regexp bindings test
10466
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +000010467Tue Sep 24 08:10:48 MDT 2002 John Fleck <jfleck@inkstain.net>
10468
Daniel Veillardbd9afb52002-09-25 22:25:35 +000010469 * doc/xml.html:
10470 fixing ftp links - thanks to Vitaly Ostanin
MDT 2002 John Fleck30c70542002-09-24 14:24:54 +000010471
Daniel Veillard118aed72002-09-24 14:13:13 +000010472Tue Sep 24 16:08:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
10473
10474 * xmlregexp.c: fixed the data callback on transition functionality
10475 which was broken when using the compact form
10476 * result/schemas/*: updated the results, less verbose, all tests
10477 pass like before
10478 * DOCBparser.c testAutomata.c testC14N.c testSchemas.c testThreads.c
10479 testXPath.c valid.c xinclude.c xmllint.c xmlregexp.c xmlschemas.c
10480 xmlschemastypes.c xpath.c python/libxml.c: removed a bunch of
10481 annoying warnings
10482 * xpath.c: try to provide better error report when possible
10483
Daniel Veillard72336152002-09-21 13:08:14 +000010484Sat Sep 21 14:56:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10485
10486 * Makefile.am: fixed a breakage raised by Jacob
10487
Igor Zlatkovic3f1e94b2002-09-20 18:08:17 +000010488Fri Sep 20 20:08:18 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10489
10490 * include/win32config.h: added HAVE_ERRNO_H definition for parts
10491 which don't use sockets
10492
Igor Zlatkovic01280582002-09-20 16:40:34 +000010493Fri Sep 20 18:40:50 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10494
10495 * win32/Makefile.msvc: applied zlib patch from Daniel Gehriger
10496 * win32/configure.js: applied zlib patch from Daniel Gehriger
10497
Igor Zlatkovic9a4efcb2002-09-20 13:41:55 +000010498Fri Sep 20 15:40:14 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10499
10500 * win32/configure.js: applied the patch from Mark Vakoc for
10501 regexp support
10502 * win32/libxml2.def.src: applied the patch from Mark Vakoc
10503 for regexp support
10504
Daniel Veillardb5c05732002-09-20 13:36:25 +000010505Fri Sep 20 15:35:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
10506
10507 * xmlschemastypes.c: as pointed by Igor Float and Double
10508 parsing ain't finished yet
10509
Daniel Veillard40b11342002-09-20 12:01:39 +000010510Fri Sep 20 14:00:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
10511
10512 * Makefile.am configure.in: trying to fix #88412 by bypassing
10513 all the python subdir if python ain't detected
10514
Daniel Veillard23e73572002-09-19 19:56:43 +000010515Thu Sep 19 21:46:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10516
10517 * Makefile.am configure.in include/libxml/xmlversion.h.in:
10518 made configuring with regexps/automata/unicode the default
10519 but without schemas ATM
10520 * testRegexp.c valid.c xmlregexp.c include/libxml/xmlregexp.h:
10521 fixed the regexp based DTD validation performance and memory
10522 problem by switching to a compact form for determinist regexps
10523 and detecting the determinism property in the process. Seems
10524 as fast as the old DTD validation specific engine :-) despite
10525 the regexp built and compaction process.
10526
Daniel Veillard5acfd6b2002-09-18 16:29:02 +000010527Wed Sep 18 18:27:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10528
10529 * valid.c: determinism is debugged, new DTD checking code now works
10530 but xmlFAComputesDeterminism takes far too much CPU and the whole
10531 set usues too much memory to be really usable as-is
10532
Daniel Veillard0f04f8e2002-09-17 23:04:40 +000010533Wed Sep 18 00:54:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10534
10535 * tree.c: fixed another stupid bug in xmlGetNodePath()
10536 * xmllint.c: --version now report the options compiled in
10537
Daniel Veillarda646cfd2002-09-17 21:50:03 +000010538Tue Sep 17 23:48:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
10539
10540 * HTMLparser.c: small cleanup
10541 * valid.c xmlregexp.c: switched DTD validation to use only regexp
10542 when configured with them. A bit of debugging around the determinism
10543 checks is still needed
10544
Daniel Veillard63b01c22002-09-17 19:25:28 +000010545Tue Sep 17 21:22:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10546
10547 * python/libxml_wrap.h: stupid bug found by mattam@netcourrier.com
10548
Daniel Veillard92727042002-09-17 17:59:20 +000010549Tue Sep 17 19:58:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
10550
10551 * xmlIO.c: small portability glitch fixed.
10552
Daniel Veillard84d70a42002-09-16 10:51:38 +000010553Mon Sep 17 12:38:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10554
10555 * xmlschemastypes.c: incomplete steps for real/double support
10556 * testAutomata.c include/libxml/xmlautomata.h
10557 include/libxml/xmlregexp.h: avoiding a compilation problem
10558 * valid.c include/libxml/valid.h: starting the work toward using
10559 the regexps for actual DTD validation
10560
Daniel Veillardaeb258a2002-09-13 14:48:12 +000010561Fri Sep 13 16:46:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10562
10563 * hash.c: cosmetic cleanup
10564 * valid.c include/libxml/tree.h include/libxml/valid.h: started
10565 integrating a DTD validation layer based on the regexps
10566
Daniel Veillard4402ab42002-09-12 16:02:56 +000010567Thu Sep 12 18:01:29 CEST 2002 Daniel Veillard <daniel@veillard.com>
10568
10569 * xmlregexp.c xmlschemas.c: fixed a bug reported by Jeff Goff,
10570 the determinism was tested before eliminating the epsilon
10571 transitions :-(
10572
Daniel Veillardc6d4a932002-09-12 15:00:57 +000010573Thu Sep 12 16:57:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
10574
10575 * python/generator.py python/libxml.c python/libxml.py
10576 python/libxml2-python-api.xml python/libxml2class.txt
10577 python/libxml_wrap.h python/types.c: updated the python
10578 bindings, added code for easier File I/O, and the ability to
10579 define a resolver from Python fixing bug #91635
10580 * python/tests/Makefile.am python/tests/inbuf.py
10581 python/tests/outbuf.py python/tests/pushSAXhtml.py
10582 python/tests/resolver.py python/tests/serialize.py: updated
10583 and augmented the set of Python tests.
10584
Igor Zlatkovic353bf582002-09-10 19:07:14 +000010585Tue Sep 10 21:05:28 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10586
10587 * win32/configure.js: added more readme info for the binary
10588 package.
10589
Daniel Veillard607b35c2002-09-10 12:16:19 +000010590Tue Sep 10 14:15:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
10591
10592 * xmlIO.c: fixed a stupid out of bound array error
10593
10594Tue Sep 10 13:09:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10595
10596 * include/libxml/xmlIO.h xmlIO.c parser.c HTMLparser.c DOCBparser.c:
10597 messing around with support for Windows path, cleanups,
10598 trying to identify and fix the various code path to the
10599 filename access. Added xmlNormalizeWindowsPath()
10600
Daniel Veillard76575762002-09-05 14:21:15 +000010601Thu Sep 5 16:19:18 CEST 2002 Daniel Veillard <daniel@veillard.com>
10602
10603 * error.c valid.c: working on better error reporting of validity
10604 errors, especially providing an accurate context.
10605 * result/valid/xlink.xml.err result/valid/rss.xml.err: better
10606 error reports in those cases.
10607
Daniel Veillard3487c8d2002-09-05 11:33:25 +000010608Thu Sep 5 13:29:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
10609
10610 * DOCBparser.c HTMLparser.c c14n.c entities.c list.c
10611 parser.c parserInternals.c xmlIO.c: get rid of all the
10612 perror() calls made in the library execution paths. This
10613 should fix both #92059 and #92385
10614
Daniel Veillard19aa7022002-09-05 11:14:19 +000010615Thu Sep 5 13:13:17 CEST 2002 Daniel Veillard <daniel@veillard.com>
10616
10617 * xmllint.c: memory leak reporting was broken after a change
10618 of the preprocessor symbol used to activate it.
10619
Daniel Veillardec6725e2002-09-05 11:12:45 +000010620Thu Sep 5 13:10:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
10621
10622 * tree.c: try to make the copy function work for node of
10623 type XML_DOCUMENT_FRAG_NODE, they are only created by the
10624 DOM layers though, not libxml2 itself.
10625
Daniel Veillardb9cd8b42002-09-05 10:58:49 +000010626Thu Sep 5 12:57:38 CEST 2002 Daniel Veillard <daniel@veillard.com>
10627
10628 * valid.c: try to provide file and line informations, not all
10629 messages are covered, but it's a (good) start
10630
Daniel Veillardbbc72c32002-09-05 10:52:10 +000010631Thu Sep 5 12:49:35 CEST 2002 Daniel Veillard <daniel@veillard.com>
10632
10633 * xinclude.c: reimplemented a large part of the XInclude
10634 processor, trying to minimize resources used, James Henstridge
10635 provided a huge test case which was exhibiting severe memory
10636 consumption problems.
10637
Daniel Veillard2206dbf2002-09-05 08:09:37 +000010638Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
10639
10640 * python/Makefile.am: applied patch from Christophe Merlet to
10641 reestablish DESTDIR
10642
Daniel Veillard5643b5a2002-09-04 12:27:06 +000010643Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
10644
10645 * libxml.spec.in: fixes libary path for x86_64 AMD
10646
John Fleckbe98b332002-09-04 03:16:23 +000010647Tue Sep 3 21:14:19 MDT 2002 John Fleck <jfleck@inkstain.net>
10648
10649 * doc/tutorial/includekeyword.c
Daniel Veillard5643b5a2002-09-04 12:27:06 +000010650 * doc/tutorial/xmltutorial.xml:
John Fleckbe98b332002-09-04 03:16:23 +000010651 (plus resulting generated html files)
10652 fixing one spot I missed in the tutorial where I hadn't freed
10653 memory properly
10654
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +000010655Sat Aug 31 19:31:17 MDT 2002 John Fleck <jfleck@inkstain.net>
10656
10657 * doc/tutorial/includeaddattribute.c
10658 * doc/tutorial/includeaddkeyword.c
10659 * doc/tutorial/includegetattribute.c
10660 * doc/tutorial/includekeyword.c
10661 * doc/tutorial/xmltutorial.xml
Daniel Veillard5643b5a2002-09-04 12:27:06 +000010662 * doc/tutorial/*.html:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +000010663 update tutorial to properly free memory (thanks to Christopher
10664 R. Harris for pointing out that this needs to be done)
Daniel Veillard5643b5a2002-09-04 12:27:06 +000010665 * doc/tutorial/images/callouts/*.png:
MDT 2002 John Fleck77e4d352002-09-01 01:37:11 +000010666 added image files so the callouts are graphical, making it
10667 easier to read ( use "--param callout.graphics 1" to generate
10668 html with graphical callouts)
10669
Daniel Veillarde1662542002-08-28 11:50:59 +000010670Wed Aug 28 13:44:54 CEST 2002 Daniel Veillard <daniel@veillard.com>
10671
10672 * doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
10673 nice logos generated by Marc Liyanage
10674 * doc/site.xsl *.html: changed the stylesheet to show the new
10675 logo and regenerated the pages
10676
Daniel Veillardb212bbb2002-08-25 14:39:16 +000010677Sun Aug 25 16:38:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10678
10679 * xmlIO.c: handle Windows sepecific file://localhost/ semantic ...
10680
Daniel Veillard42766c02002-08-22 20:52:17 +000010681Thu Aug 22 22:03:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
10682
10683 * xpath.c: possible mem leak patch from Jason Adams
10684
10685Thu Aug 22 17:27:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10686
10687 * xpath.c: integrated xf:escape-uri() from Wesley Terpstra
10688 in the XQuery namespace
10689 * configure.in: preparing 2.4.24
10690 * doc/*.html: updated the web pages
10691
10692Thu Aug 22 16:19:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
10693
10694 * python/generator.py: closing bug #85258 by generating conditional
10695 compile check to avoid linking to routines not configured in.
10696
Havoc Pennington84ec40a2002-08-22 13:59:35 +0000106972002-08-22 Havoc Pennington <hp@pobox.com>
10698
10699 * autogen.sh: update error message for missing automake
10700
Daniel Veillard08cccaa2002-08-22 09:47:29 +000010701Thu Aug 22 11:45:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
10702
10703 * python/Makefile.am: typo in target name resulted in libxml2.py
10704 to not be rebuilt. fixed DESTDIR similary to the libxslt one.
10705
Daniel Veillard22669b22002-08-22 07:17:11 +000010706Thu Aug 22 09:15:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
10707
10708 * win32/win32/Makefile.mingw: updated with version from
10709 Elizabeth Barham at http://soggytrousers.net/repository/
10710
Igor Zlatkovica40adbc2002-08-20 14:42:32 +000010711Tue Aug 20 16:40:48 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10712
10713 * win32/Makefile.msvc: added the prefix location to the include
10714 and lib search path.
10715
Havoc Pennington830e8972002-08-18 22:22:13 +0000107162002-08-18 Havoc Pennington <hp@pobox.com>
10717
10718 * autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users with
10719 both automake 1.6 and 1.4 installed get the right automake. Means
10720 compilation from CVS will now require the latest automake 1.4
10721 release, or manually creating symlinks called "automake-1.4" and
10722 "aclocal-1.4"
10723
Daniel Veillardb6984ef2002-08-14 16:55:31 +000010724Wed Aug 14 18:54:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
10725
10726 * configure.in python/Makefile.am: more AMD 64 induced changes from
10727 Frederic Crozat
10728
Daniel Veillardc4bad4a2002-08-14 14:45:25 +000010729Wed Aug 14 16:43:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
10730
10731 * xinclude.c: oops I was missing the xml:base fixup too
10732 * result/XInclude/*.xml: this adds xml:base attributes to most
10733 results of the tests
10734
Daniel Veillarde3b7d9a2002-08-14 14:11:30 +000010735Wed Aug 14 16:05:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
10736
10737 * xinclude.c: quick but apparently working implementation of
10738 xi:fallback, should close bug #89684
10739 * Makefile.am test/XInclude/docs/fallback.xml
10740 result/XInclude/fallback.xml: added a basic test for fallback,
10741 and run with --nowarning to avoid a spurious warning
10742 * configure.in: applied patch from Frederic Crozat for python
10743 bindings on AMD 64bits machines.
10744
Daniel Veillard9e923512002-08-14 08:48:52 +000010745Wed Aug 14 10:47:46 CEST 2002 Daniel Veillard <daniel@veillard.com>
10746
10747 * parser.c: xmlSAXUserParseMemory() really ought to fail if
10748 the caller don't pass a SAX callback block.
10749
Daniel Veillardc1a0da32002-08-14 08:32:18 +000010750Wed Aug 14 10:29:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10751
10752 * tree.c: applied the same fix for the XML-1.0 namespace to
10753 xmlSearchNsByHref() as was done for xmlSearchNs()
10754
Daniel Veillardad11b302002-08-12 14:53:41 +000010755Mon Aug 12 16:52:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
10756
10757 * libxml.3: small cleanup of the man page
10758 * HTMLtree.c: fixed a potential problem raised by Petr Vandrovec
10759 when serializing HREF attributes generated by XSLT.
10760
Daniel Veillardc084e472002-08-12 13:27:28 +000010761Mon Aug 12 15:24:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
10762
10763 * HTMLtree.c include/libxml/HTMLtree.h: integrated a cleaned up
10764 version of Marc Liyanage' patch for boolean attributes in HTML
10765 output
10766
Daniel Veillard5f91b372002-08-12 12:13:01 +000010767Mon Aug 12 14:11:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
10768
10769 * python/tests/serialize.py: fixed the test results, indenting
10770 behaviour changed slightly
10771
Aleksey Sanin9e951762002-08-08 18:02:41 +000010772Thu Aug 8 11:00:26 2002 Aleksey Sanin <aleksey@aleksey.com>
10773
10774 * win32/dsp/libxml2.def.src win32/libxml2.def.src: added
10775 new c14n function to Windows def files
10776
Aleksey Saninea4272a2002-08-02 23:50:03 +000010777Fri Aug 2 16:46:46 2002 Aleksey Sanin <aleksey@aleksey.com>
10778
10779 * c14n.c: fixed a memory leak in c14n code
10780
Daniel Veillard58e44c92002-08-02 22:19:49 +000010781Sat Aug 3 00:15:06 CEST 2002 Daniel Veillard <daniel@veillard.com>
10782
10783 * parser.c include/libxml/parser.h: adding a new API for Christian
10784 Glahn: xmlParseBalancedChunkMemoryRecover
10785 * valid.c: patch from Rick Jones for some grammar cleanup in
10786 validation messages
10787 * result/VC/* result/valid/*: this slightly change some of the
10788 regression tests outputs
10789
Daniel Veillard0bf29002002-08-01 12:54:11 +000010790Thu Aug 1 14:50:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
10791
10792 * tree.c: trying to fix a problem in namespaced attribute handling
10793 raised by Christian Glahn
10794
Daniel Veillard6f46f6c2002-08-01 12:22:24 +000010795Thu Aug 1 12:17:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
10796
10797 * encoding.c include/libxml/encoding.h: Opening the interface
10798 xmlNewCharEncodingHandler as requested in #89415
10799 * python/generator.py python/setup.py.in: applied cleanup
10800 patches from Marc-Andre Lemburg
10801 * tree.c: fixing bug #89332 on a specific case of loosing
10802 the XML-1.0 namespace on xml:xxx attributes
10803
Aleksey Sanin2c135a12002-08-01 06:31:50 +000010804Wed Jul 31 23:27:42 2002 Aleksey Sanin <aleksey@aleksey.com>
10805
10806 * c14n.c include/libxml/c14n.h: fixed one more c14n + namespaces
10807 corner case from new Merlin's test suite and added a callback
10808 that will be used to improve xmlsec performance
10809
10810
Daniel Veillard0b22def2002-07-29 16:23:03 +000010811Mon Jul 29 18:22:00 CEST 2002 Daniel Veillard <daniel@veillard.com>
10812
10813 * HTMLtree.c: trying to fix the <style> escaping problem in
10814 HTML serialization bug #89342
10815
Daniel Veillard0b28e882002-07-24 23:47:05 +000010816Thu Jul 25 01:33:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
10817
10818 * doc/xml.html doc/*.html: applied syntax patch from Rick Jones
10819 and rebuilt the web site.
10820
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +000010821Mon Jul 22 11:04:48 PDT 2002 Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard0b28e882002-07-24 23:47:05 +000010822
PDT 2002 Aleksey Sanin8e8a7032002-07-22 18:03:11 +000010823 * include/libxml/tree.h: added _private member to xmlNs struct
10824
Daniel Veillard1d995272002-07-22 16:43:32 +000010825Sun Jul 21 17:48:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
10826
10827 * HTMLparser.c: fixing bug #84876 based on the xml working
10828 code.
10829
William M. Brack61eaba52002-07-21 11:14:18 +000010830Sun Jul 21 19:15:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10831
10832 * python/Makefile.am: enhanced to fix bug 72012 (errors
10833 when using '-jX' make parameter)
10834
William M. Brackef61d202002-07-19 08:32:00 +000010835Fri Jul 19 16:35:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10836
10837 * xpath.c: small additional enhancement for booleans
10838 compared to nodesets
10839
Daniel Veillard3a42f3f2002-07-17 17:57:34 +000010840Wed Jul 17 19:48:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
10841
10842 * HTMLtree.c: changed the order of the encoding declaration
10843 attributes in the meta tags due to a bug in IE/Mac
10844
William M. Brack0c022ad2002-07-12 00:56:01 +000010845Fri Jul 12 08:45:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10846
10847 * xpath.c: enhanced handling of booleans (especially '='
10848 and '!=' for nodesets) - fixes bug 85256. Added new
10849 routine xmlXPathNotEqualValues for more proper handling
10850 of '!=' when nodesets are involved.
10851
Daniel Veillard06944e22002-07-11 19:55:18 +000010852Thu Jul 11 21:45:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
10853
10854 * doc/Makefile.am: fixing Red Hat bug #68614 by adding the
10855 doc/xmlcatalog_man.xml to the source distribution
10856
Igor Zlatkovic6ac30172002-07-10 19:22:48 +000010857Wed Jul 10 21:26:13 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
10858
10859 * win32/Makefile.msvc: Added a copy *.pdb to install, few have
10860 asked for this.
10861
Daniel Veillard539638b2002-07-06 19:55:14 +000010862Sat Jul 6 21:55:59 CEST 2002 Daniel Veillard <daniel@veillard.com>
10863
10864 * configure.in: preparing 2.4.23
10865 * doc/*: rebuilt the docs
10866
Daniel Veillard176d99f2002-07-06 19:22:28 +000010867Sat Jul 6 21:11:20 CEST 2002 Daniel Veillard <daniel@veillard.com>
10868
10869 * parser.c: fixing bug #84169 by fixing the
10870 comment of xmlCreatePushParserCtxt to describe the
10871 encoding detection parameters better.
10872
Daniel Veillard37f961d2002-07-06 17:53:56 +000010873Sat Jul 6 19:44:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
10874
10875 * valid.c: fixing bug #79331 in one path the lookup for
10876 ID attributes on a namespaced node wasn't handled correctly :-\
10877
Daniel Veillard8c9872c2002-07-05 18:17:10 +000010878Fri Jul 5 20:07:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
10879
10880 * HTMLparser.c: trying to fix 87235 about discarded white
10881 spaces in the HTML parser.
10882 * result/HTML/*: this changes the output of a number of HTML
10883 regression tests
10884
Daniel Veillardfdc91562002-07-01 21:52:03 +000010885Mon Jul 1 23:23:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
10886
10887 * xpath.c: applied patch from Richard Jinks for the namespace
10888 axis + fixed a memory error.
10889 * parser.c parserInternals.c: applied patches from Peter Jacobi
10890 removing ctxt->token for good.
10891 * xmlschemas.c xmlschemastypes.c: fixed a few memory leaks
10892 popped out by the regression tests.
10893 * Makefile.am: patch for threads makefile from Gary Pennington
10894
William M. Brack6000af52002-06-28 11:43:13 +000010895Fri Jun 28 19:38:00 HKT 2002 William Brack <wbrack@mmm.com.hk>
10896
Daniel Veillardfdc91562002-07-01 21:52:03 +000010897 * xpath.c: enhanced behaviour of position() after usage of
William M. Brack6000af52002-06-28 11:43:13 +000010898 expressions involving preceding-sibling (et al).
10899
Daniel Veillard153120c2002-06-18 07:58:35 +000010900Tue Jun 18 09:58:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
10901
10902 * hash.c: applied a patch from Peter Jacobi to solve a problem
10903 when compiling with the Watcom C on Win32
10904 * result/schemas/*.err: the change of hashing algo generated
10905 permutations in the output
10906
Daniel Veillard5f7f9912002-06-17 17:03:00 +000010907Mon Jun 17 19:02:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
10908
10909 * hash.c: applied patch from Sander Vesik improving the quality of
10910 the hash function.
10911
Aleksey Sanina5808b92002-06-14 17:07:41 +0000109122002-06-14 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin49cc9752002-06-14 17:07:10 +000010913
10914 * DOCBparser.c HTMLparser.c debugXML.c encoding.c
10915 nanoftp.c nanohttp.c parser.c tree.c uri.c xmlIO.c
10916 xmllint.c xpath.c: replaced sprintf() with snprintf()
10917 to prevent possible buffer overflow (the bug was pointed
10918 out by Anju Premachandran)
10919
Daniel Veillarde059b892002-06-13 15:32:10 +000010920Thu Jun 13 17:30:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
10921
10922 * parser.c: removed an uninitialized data error popped by valgrind
10923 on PE references
10924
MDT 2002 John Fleckd7ca7f92002-06-13 03:41:03 +000010925Wed Jun 12 21:38:46 MDT 2002 John Fleck <jfleck@inkstain.net>
10926
10927 * doc/xml.html
10928 adding tutorial reference to the web page
10929
MDT 2002 John Fleck54520832002-06-13 03:30:26 +000010930Wed Jun 12 21:26:08 MDT 2002 John Fleck <jfleck@inkstain.net>
10931
10932 * doc/tutorial/xmltutorial.xml
10933 * doc/tutorial/ar01s07.html
10934 * doc/tutorial/ape.html
10935 * doc/tutorial/includegetattribute.c
10936 adding section to tutorial about retrieving an attribute
10937 value
10938
Daniel Veillardf5582f12002-06-11 10:08:16 +000010939Tue Jun 11 12:07:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
10940
10941 * parser.c: applied a couple of patches from Peter Jacobi to start
10942 to get rid of ctxt->token, with a possible significant speed
10943 improvement to be gained once done. Better compliance with PE
10944 references constructs in DTDs too.
10945 * test/valid/t[0-9]* result/valid/t[0-9]*: added a set of tests
10946 from Peter too
10947
Daniel Veillard38d80e22002-06-11 07:24:56 +000010948Tue Jun 11 09:25:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
10949
10950 * parser.c: Babak Vahedipour-Kunze reported that openTag in
10951 xmlParseElement was likely to have been deallocated at the
10952 time of the report, possibly leading to segfault. Just report
10953 the tag name now.
10954
Daniel Veillard9e412302002-06-10 15:59:44 +000010955Mon Jun 10 18:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
10956
10957 * xpath.c: patch from Richard Jinks for XPath substring() function
10958 * result/XPath/expr/strings test/XPath/expr/strings: new set of tests
10959
Aleksey Sanina5808b92002-06-14 17:07:41 +0000109602002-06-06 Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin9c45ba82002-06-06 21:46:13 +000010961
10962 * xmlIO.c: patch from Rachel Hestilow to fix bug #84340
10963
MDT 2002 John Flecka63f3ff2002-06-06 02:14:01 +000010964Wed Jun 5 19:14:49 MDT 2002 John Fleck <jfleck@inkstain.net>
10965
10966 *doc/FAQ.html
10967 fixing typos in FAQ, thanks to Robert Funnell for the
10968 editing help
10969
Daniel Veillardd2fd1b62002-06-05 12:52:34 +000010970Wed Jun 5 14:50:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
10971
10972 * NEWS: got complaints from rpmlint that it was empty
10973
MDT 2002 John Fleck598f6eb2002-06-04 15:10:36 +000010974Tue Jun 4 09:09:18 MDT 2002 John Fleck <jfleck@inkstain.net>
10975
10976 * added doc/tutorial, including:
10977 apa.html
10978 apb.html
10979 apc.html
10980 apd.html
10981 ar01s02.html
10982 ar01s03.html
10983 ar01s04.html
10984 ar01s05.html
10985 ar01s06.html
10986 includeaddattribute.c
10987 includeaddkeyword.c
10988 includekeyword.c
10989 includestory.xml
10990 index.html
10991 xmltutorial.xml
10992 libxml tutorial, including generated html
10993
Aleksey Saninf8cb6dd2002-06-04 04:27:06 +000010994Mon Jun 3 21:21:26 2002 Aleksey Sanin <aleksey@aleksey.com>
10995
10996 * result/c14n/exc-without-comments/merlin-c14n-two-*
10997 result/c14n/without-comments/merlin-c14n-two-*
10998 test/c14n/exc-without-comments/merlin-c14n-two-*
10999 test/c14n/without-comments/merlin-c14n-two-*
11000 testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for
11001 c14n/exc-c14n and slightly modified test script to handle
11002 these test cases
11003 * c14n.c: fixed bugs for complicated nodes set (namespace
11004 without node and others from merlin-c14n-two.tar.gz)
11005 * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src
11006 win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function
11007 for xmlsec performance patch
11008 * xpath.c: fixed self::node() for namespaces and attributes
11009
Daniel Veillardd2fd1b62002-06-05 12:52:34 +000011010Mon Jun 03 00:04:21 2002 Chema Celorio <chema@ximian.com>
11011
11012 * tree.h: added xmlDocFormatDump which is just as xmlDocDump
11013 but with the format parameter
11014 * tree.c: made xmlDocDump a wrapper arround xmlDocFormatDump
11015
Aleksey Saninc57f9c12002-05-31 19:14:57 +000011016Fri May 31 12:16:48 2002 Aleksey Sanin <aleksey@aleksey.com>
11017
11018 * Makefile.am: updated c14n tests suite
11019 * c14n.c: performance improvement for previous c14n patch
11020
Daniel Veillarde72c7562002-05-31 09:47:30 +000011021Fri May 31 11:47:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
11022
11023 * parser.c: another peroformance patch from Peter Jacobi, that
11024 time on parsing attribute values.
11025
Aleksey Sanin508a1012002-05-31 06:32:32 +000011026Thu May 30 23:34:27 2002 Aleksey Sanin <aleksey@aleksey.com>
11027
11028 * Makefile.am result/c14n/* test/c14n/*: C14N tests integrated
11029 into LibXML2 test suite
11030
Aleksey Sanindffd5c82002-05-31 04:24:13 +000011031Thu May 30 21:23:06 2002 Aleksey Sanin <aleksey@aleksey.com>
11032
11033 * c14n.c: propagating xpath ancesstors node fix to c14n
11034 plus small performance improvement to reduce number of
11035 mallocs
11036 * xpath.c: fixed ancestors axis processing for namespace nodes
11037
Daniel Veillard46de64e2002-05-29 08:21:33 +000011038Wed May 29 10:21:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
11039
11040 * SAX.c parser.c tree.c include/libxml/tree.h: performance patch from
11041 Peter Jacobi
11042
Daniel Veillardd5e22ef2002-05-27 21:17:57 +000011043Mon May 27 23:18:33 CEST 2002 Daniel Veillard <daniel@veillard.com>
11044
11045 * configure.in: preparing 2.4.22
11046
Daniel Veillard1b31e4a2002-05-27 14:44:50 +000011047Mon May 27 16:44:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
11048
11049 * HTMLparser.c win32/libxml2.def.src win32/dsp/libxml2.def.src
11050 include/libxml/HTMLparser.h: fixing #79334 making htmlParseDocument
11051 a public entry point.
11052 * doc/*: rebuilt the API and docs
11053
Daniel Veillarded23b7d2002-05-27 12:16:02 +000011054Mon May 27 14:16:28 CEST 2002 Daniel Veillard <daniel@veillard.com>
11055
11056 * xpath.c: patch from Richard Jinks to fix a problem introduced
11057 in the previous patch and pointed by Norm
11058
Daniel Veillardc6924812002-05-24 11:10:43 +000011059Fri May 24 13:10:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
11060
11061 * libxml.spec.in: fixing bug #81112
11062
Daniel Veillard234bc4e2002-05-24 11:03:05 +000011063Fri May 24 13:03:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
11064
11065 * uri.c: fixing bug #82848
11066
Daniel Veillarda2878972002-05-24 07:54:39 +000011067Fri May 24 09:54:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
11068
11069 * result/catalogs/mycatalog.full: Aleksey's commit changed the
11070 output of one catalog test
11071
Aleksey Sanin114e4752002-05-24 07:20:27 +000011072Fri 24 May 2002 12:17:45 AM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillarda2878972002-05-24 07:54:39 +000011073
Aleksey Sanin114e4752002-05-24 07:20:27 +000011074 * global.data globals.c tree.c include/libxml/globals.h
11075 win32/libxml2.def.src win32/dsp/libxml2.def.src: changed
11076 default value for global parameter xmlIndentTreeOutput to 1 and
11077 introduced new global parameter xmlTreeIndentString (the string
11078 used to do one-level indent) with default value " " (as it was
11079 in tree.c)
11080
Daniel Veillard49d5af82002-05-23 11:55:49 +000011081Thu May 23 13:55:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
11082
11083 * Makefile.am: Merijn Broeren pointed out a problem when compiling
11084 with trio and schemas.
11085
Daniel Veillard7c13af42002-05-22 09:57:32 +000011086Wed May 22 11:57:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
11087
11088 * xpath.c: patch from Richard Jinks to fix the problem raised in
11089 http://mail.gnome.org/archives/xml/2002-April/msg00246.htm
11090
Daniel Veillard5a872412002-05-22 06:40:27 +000011091Wed May 22 08:38:19 CEST 2002 Daniel Veillard <daniel@veillard.com>
11092
11093 * xmlschemas.c: a bit of work on import.
11094 * xmlschemastypes.c: Charles Bozeman provided a compare function
11095 for date/time types so min/max facet restrictions should work,
11096 indeterminate comparisons return an error instead of equal.
11097 * test/schemas/date_0* result/schemas/date_0_0: specific test
11098 from Charles Bozeman too
11099
Daniel Veillard10b6da42002-05-18 07:55:20 +000011100Sat May 18 09:54:12 CEST 2002 Daniel Veillard <daniel@veillard.com>
11101
11102 * libxml.3 doc/buildDocBookCatalog: apply a couple of patches
11103 from Christian Cornelssen fixing the man pages and the Catalog
11104 building script.
11105 * xmlschemas.c include/libxml/schemasInternals.h: nothing new yet
11106 next step is <xs:import> I now have a reasonable understanding
11107 of how it works.
11108
Daniel Veillarde5354492002-05-16 08:43:22 +000011109Thu May 16 10:43:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
11110
11111 * xmlIO.c: applied a small buffer performance patch from Gary Pennington
11112
Igor Zlatkovic1396e182002-05-14 22:22:40 +000011113Wed May 15 00:25:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11114
11115 * win32/libxml2.def.src: exported xmlXPathNodeSetAddNs()
11116
Daniel Veillard088bf112002-05-14 11:03:59 +000011117Tue May 14 13:00:48 CEST 2002 Daniel Veillard <daniel@veillard.com>
11118
11119 * xpath.c: fixing an XPath function evalutation bug pointed out
11120 by Alexey Efimov where the context was lost when evaluating
11121 the function arguments
11122
Aleksey Sanin79376ba2002-05-14 06:41:32 +000011123Mon 13 May 2002 11:37:39 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Daniel Veillard088bf112002-05-14 11:03:59 +000011124
Aleksey Sanin79376ba2002-05-14 06:41:32 +000011125 * xpath.c include/libxml/xpathInternals.h: maked xmlXPathNodeSetAddNs()
11126 function public for XMLSec performance optimizations
11127
Daniel Veillard3cd72402002-05-13 10:33:30 +000011128Mon May 13 12:32:22 CEST 2002 Daniel Veillard <daniel@veillard.com>
11129
11130 * python/generator.py python/libxml2class.txt : fixed a problem
11131 with the HTML parser pointed by Gary Benson
11132 * python/tests/Makefile.am python/tests/pushSAXhtml.py: sdding the
11133 example
11134
Aleksey Sanine48a3182002-05-09 18:20:01 +000011135Thu 09 May 2002 11:19:00 AM PDT Aleksey Sanin <aleksey@aleksey.com>
11136 * parser.c: fixed bug #81159 (memory growth in SAX)
11137
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000011138Tue 07 May 2002 09:20:21 AM PDT Aleksey Sanin <aleksey@aleksey.com>
11139 * xpath.c: fixed bug #78858 (the real fix)
11140
Aleksey Sanin29b6f762002-05-05 06:59:57 +000011141Sat 04 May 2002 11:56:31 PM PDT Aleksey Sanin <aleksey@aleksey.com>
Aleksey Sanin50fe8b12002-05-07 16:21:36 +000011142 * xpath.c: fixed bug #78858 (quick and durty fix to hide the problem)
Aleksey Sanin29b6f762002-05-05 06:59:57 +000011143
Daniel Veillard4cbe4702002-05-05 06:57:27 +000011144Sun May 5 08:57:08 CEST 2002 Daniel Veillard <daniel@veillard.com>
11145
11146 * tree.c: modified xmlNodeSetBase to allow changing the
11147 base of a document.
11148
Daniel Veillard070803b2002-05-03 07:29:38 +000011149Fri May 3 09:20:41 CEST 2002 Daniel Veillard <daniel@veillard.com>
11150
11151 * xmlschemastypes.c: patch Charles Bozeman for validation of
11152 all the date, time, and duration types
11153 * test/schemas/dur_0* result/schemas/dur_0*: associated tests
11154 * configure.in: fixed an error pointed by an user
11155 * xml2-config.in: fixed an error pointed by an user
11156
Aleksey Sanin5aac8b82002-05-01 18:32:28 +000011157Wed 01 May 2002 11:29:27 AM PDT Aleksey Sanin <aleksey@aleksey.com>
11158
11159 * include/libxml/xmlIO.h win32/dsp/libxml2.def.src
11160 win32/libxml2.def.src xmlIO.c: exported default
11161 'file:', 'http:' and 'ftp:' protocols input handlers
11162 and maked protocols comparisson case insensitive
11163
Daniel Veillard34de97f2002-04-30 14:29:22 +000011164Tue Apr 30 16:29:05 CEST 2002 Daniel Veillard <daniel@veillard.com>
11165
11166 * configure.in: Neven Has detected a typo
11167
Daniel Veillard28577c32002-04-30 06:48:41 +000011168Tue Apr 30 08:48:11 CEST 2002 Daniel Veillard <daniel@veillard.com>
11169
11170 * AUTHORS HACKING: added Aleksey Sanin <aleksey@aleksey.com>
11171 as one of the persons allowed to commit directly to the
11172 module.
11173
Daniel Veillardfc57b412002-04-29 15:50:14 +000011174Mon Apr 29 17:48:26 CEST 2002 Daniel Veillard <daniel@veillard.com>
11175
11176 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.21
11177 * valid.c: raised a too low limit
11178 * doc/*: rebuilt the docs
11179
Daniel Veillardeca82812002-04-24 11:42:02 +000011180Wed Apr 24 13:41:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
11181
11182 * test/XPath/expr/floats test/XPath/expr/functions
11183 result/XPath/expr/floats result/XPath/expr/functions
11184 xpath.c: another XPath conformance patch from Richard Jinks
11185
Daniel Veillard13e04c62002-04-23 17:51:29 +000011186Tue Apr 23 19:50:40 CEST 2002 Daniel Veillard <daniel@veillard.com>
11187
11188 * xmlschemas.c: fixed validation of attribute groups.
11189 * test/schemas result/schemas: added an example from the primer
11190
Daniel Veillard88c58912002-04-23 07:12:20 +000011191Tue Apr 23 09:11:37 CEST 2002 Daniel Veillard <daniel@veillard.com>
11192
11193 * Makefile.am xmlschemas.c xmlschemastypes.c: more work on Schemas
11194 * test/schemas result/schemas: updated the test list
11195
Daniel Veillarde19fc232002-04-22 16:01:24 +000011196Mon Apr 22 17:59:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
11197
11198 * TODO: updated a bit
11199 * parser.c: made a comment more specific
11200 * xmlregexp.c xmlschemas.c xmlschemastypes.c: more work on the
11201 Schemas conformance.
11202 * test/schemas result/schemas: updated the test list
11203
Daniel Veillard441bc322002-04-20 17:38:48 +000011204Sat Apr 20 19:36:39 CEST 2002 Daniel Veillard <daniel@veillard.com>
11205
11206 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h:
11207 implementing xs:all with minOccurs = 0
11208 * tes/schemas/* result/schemas/*: added more tests covering
11209 xs:all
11210
Daniel Veillard8a001f62002-04-20 07:24:11 +000011211Sat Apr 20 09:22:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
11212
11213 * xmlregexp.c: first implementation of the all particle, this
11214 may need to be revisited for case where not all transitions
11215 must be crossed.
11216
Daniel Veillard7646b182002-04-20 06:41:40 +000011217Fri Apr 19 18:26:04 CEST 2002 Daniel Veillard <daniel@veillard.com>
11218
11219 * tree.c: another entity processing update from Markus Henke
11220
Bjorn Reese54d02fb2002-04-19 15:16:01 +000011221Fri Apr 19 17:14:24 CEST 2002 Bjorn Reese <breese@users.sourceforge.net>
11222
11223 * trionan.c: fixed crash on OSF/1
11224
Daniel Veillardb4398962002-04-19 07:01:55 +000011225Fri Apr 19 09:00:56 CEST 2002 Daniel Veillard <daniel@veillard.com>
11226
11227 * xmlschemas.c: more Schemas work
11228 * test/schemas/* result/schemas/*: added more tests coming
11229 from the spec.
11230
Daniel Veillard54761132002-04-18 21:00:44 +000011231Thu Apr 18 23:00:02 CEST 2002 Daniel Veillard <daniel@veillard.com>
11232
11233 * c14n.c: patch from Aleksey Sanin reflecting a change in the
11234 ExcC14N specification
11235
Daniel Veillardbf8dae82002-04-18 16:39:10 +000011236Thu Apr 18 18:38:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
11237
11238 * tree.c: patch from Markus Henke, fix for recursive entities.
11239
Daniel Veillard23b1f372002-04-18 15:50:05 +000011240Thu Apr 18 17:49:24 CEST 2002 Daniel Veillard <daniel@veillard.com>
11241
11242 * xpath.c: fix a problem with string() on a document node.
11243
Daniel Veillarddecd64d2002-04-18 14:41:51 +000011244Thu Apr 18 16:40:42 CEST 2002 Daniel Veillard <daniel@veillard.com>
11245
11246 * Makefile.am xmlschemas.c: more Schemas work
11247 * test/schemas/* result/schemas/*: added more tests coming
11248 from the spec.
11249
Daniel Veillard6231e842002-04-18 11:54:04 +000011250Thu Apr 18 13:52:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
11251
11252 * HTMLtree.c: fixed & serialization bug introduced in 2.4.20
11253 * result/HTML/*: this changes a few things in the results
11254
Igor Zlatkovic648b8e92002-04-17 18:35:57 +000011255Wed Apr 17 20:34:37 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11256
11257 * include/libxml/tree.h: eliminated 'declaration different than
11258 prototype' warning
11259 * include/win32config.h: "resolved" conflicts with errno.h
11260
Daniel Veillardb509f152002-04-17 16:28:10 +000011261Wed Apr 17 18:26:07 CEST 2002 Daniel Veillard <daniel@veillard.com>
11262
11263 * xmlregexp.c xmlschemas.c include/libxml/xmlautomata.h: more work
11264 on the automata interfaces and debug of counted choices
11265 * test/schemas/* result/schemas/*: added a number of tests
11266
Daniel Veillard8651f532002-04-17 09:06:27 +000011267Wed Apr 17 11:03:03 CEST 2002 Daniel Veillard <daniel@veillard.com>
11268
11269 * xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
11270 a bit of work on Schemas
11271 * testSchemas.c: try to make it more useful
11272 * test/schemas/* result/schemas/* Makefile.am: changed the
11273 Schemas regression test procedure, started adding a few samples
11274
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000011275Tue Apr 16 19:52:01 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
11276
11277 * include/libxml/encoding.h: Patch for the Borland C++ builder
11278 * include/libxml/tree.h: Patch for the Borland C++ builder
11279 * threads.c: Patch for the Borland C++ builder
Igor Zlatkovice1eff382002-04-16 19:00:21 +000011280 * win32/bcb5: New directory for the Borland C++ builder
11281 project files
Igor Zlatkovica6f2d902002-04-16 17:57:17 +000011282
Igor Zlatkovicea5148d2002-04-16 17:46:25 +000011283Tue Apr 16 19:46:55 CEST 2002 Igor Zlatkovic <izlatkovic@stud.fh-frankfurt.de>
11284
11285 * win32/Makefile.msvc: Update for XML Schema support
11286 * win32/configure.js: Update for XML Schema support
11287 * win32/libxml2.def.src: Update for XML Schema support
11288
Daniel Veillard4255d502002-04-16 15:50:10 +000011289Tue Apr 16 17:46:43 CEST 2002 Daniel Veillard <daniel@veillard.com>
11290
11291 * Makefile.am TODO_SCHEMAS configure.in genUnicode.py testAutomata.c
11292 testRegexp.c testSchemas.c xmlregexp.c xmlschemas.c xmlschemastypes.c
11293 xmlunicode.c include/libxml/Makefile.am
11294 include/libxml/schemasInternals.h include/libxml/xmlautomata.h
11295 include/libxml/xmlregexp.h include/libxml/xmlschemas.h
11296 include/libxml/xmlschemastypes.h include/libxml/xmlunicode.h
11297 include/libxml/xmlversion.h.in : merged the current state of
11298 XML Schemas implementation, it is not configured in by default,
11299 a specific --schemas configure option has been added.
11300 * test/automata test/regexp test/schemas Makefile.am
11301 result/automata result/regexp result/schemas:
11302 merged automata/regexp/schemas regression tests
11303
Daniel Veillardbc6f7592002-04-16 07:49:59 +000011304Tue Apr 16 09:48:44 CEST 2002 Daniel Veillard <daniel@veillard.com>
11305
11306 * xpath.c: Gary found a compile time problem, fixes #78823
11307
Daniel Veillarda7084cd2002-04-15 17:12:47 +000011308Mon Apr 15 19:11:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
11309
11310 * configure.in: release of 2.4.20
11311 * doc/*: updated and rebuilt the docs
11312
Daniel Veillardf544f192002-04-15 12:56:56 +000011313Mon Apr 15 14:55:53 CEST 2002 Daniel Veillard <daniel@veillard.com>
11314
11315 * python/Makefile.am: patch from Cristian Gafton to build on
11316 Red Hat 6.2, should also fix #75779
11317
Daniel Veillard940492d2002-04-15 10:15:25 +000011318Mon Apr 15 12:14:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
11319
11320 * valid.c: first part of fixing #78729
11321
Daniel Veillardeb475a32002-04-14 22:00:22 +000011322Sun Apr 14 23:44:58 CEST 2002 Daniel Veillard <daniel@veillard.com>
11323
11324 * HTMLtree.c uri.c: fixing bug #78662 i.e. add proper
11325 escaping of URI when saving HTML files.
11326 * result/HTML/*: this impacted some tests
11327
Daniel Veillard9b731d72002-04-14 12:56:08 +000011328Sun Apr 14 14:55:15 CEST 2002 Daniel Veillard <daniel@veillard.com>
11329
11330 * configure.in: trying to fix #77441
11331
Daniel Veillarda8a89fe2002-04-12 21:03:34 +000011332Fri Apr 12 23:02:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
11333
11334 * include/libxml/xmlIO.h: Hallski complained it could not be
11335 included by itself.
11336
Daniel Veillardcb5b4d62002-04-11 08:24:26 +000011337Thu Apr 11 10:23:36 CEST 2002 Daniel Veillard <daniel@veillard.com>
11338
11339 * configure.in: applied an IEEE flag patch for OSF/1 #77825
11340
Igor Zlatkovic9425ce22002-04-10 21:57:11 +000011341Wed Apr 10 23:31:34 CEST 2002 Igor Zlatkovic <igor@stud.fh-frankfurt.de>
11342
11343 * win32/configure.js: patch from Nilo for the c14n option
11344 * win32/Makefile.msvc: fixed libxml2.def generation with threads
11345
Daniel Veillardda423da2002-04-10 19:25:38 +000011346Wed Apr 10 21:24:16 CEST 2002 Daniel Veillard <daniel@veillard.com>
11347
11348 * xpath.c include/libxml/xmlwin32version.h.in: Silvan Minghetti
11349 pointed erroneous use of LIBXML_THREADS_ENABLED instead of
11350 LIBXML_THREAD_ENABLED
11351
Daniel Veillard0eafdef2002-04-10 16:14:34 +000011352Wed Apr 10 18:12:52 CEST 2002 Daniel Veillard <daniel@veillard.com>
11353
11354 * xpath.c: another patch from Richard Jinks for substring conformance
11355 * test/XPath/expr/floats test/XPath/expr/strings
11356 result/XPath/expr/floats result/XPath/expr/strings: update of the
11357 test suite to check those.
11358
Daniel Veillard01917aa2002-04-10 11:30:41 +000011359Wed Apr 10 13:29:49 CEST 2002 Daniel Veillard <daniel@veillard.com>
11360
11361 * xpath.c: patch from Richard Jinks for .x float parsing.
11362
Daniel Veillard46d6c442002-04-09 16:10:39 +000011363Tue Apr 9 18:09:31 CEST 2002 Daniel Veillard <daniel@veillard.com>
11364
11365 * parser.c: patch from Markus Henke when an encoding ain't recognized
11366
Daniel Veillard88e0ad42002-04-09 13:48:02 +000011367Tue Apr 9 15:47:14 CEST 2002 Daniel Veillard <daniel@veillard.com>
11368
11369 * libxml.m4: got a report that #include <string.h> was needed
11370
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000011371Tue Apr 9 11:51:25 CEST 2002 Daniel Veillard <daniel@veillard.com>
11372
11373 * xmllint.c: applied a fix from Anthony Jones for -o /--output
11374
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000011375Tue Apr 2 20:27:11 MST 2002 John Fleck <jfleck@inkstain.net>
11376
Daniel Veillard6e4f1c02002-04-09 09:55:20 +000011377 * doc/example.html: fixing typo
MST 2002 John Fleck823e5b22002-04-03 03:28:57 +000011378
Daniel Veillardbd6e6312002-04-01 08:04:14 +000011379Mon Apr 1 10:02:57 CEST 2002 Daniel Veillard <daniel@veillard.com>
11380
11381 * xpath.c: fixed a bug in the nodeset to boolean comparison code
11382 pointed out by Melvyn Sopacua.
11383
Daniel Veillarde979e3b2002-03-29 22:43:00 +000011384Fri Mar 29 23:41:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11385
11386 * libxml.m4: Frédéric Crozat gave a patch related to the change
11387 of Include paths breaking the libxml.m4
11388
Daniel Veillard7089d6b2002-03-29 17:28:10 +000011389Fri Mar 29 18:25:54 CET 2002 Daniel Veillard <daniel@veillard.com>
11390
11391 * xpath.c: Fix bug #76927 forgot to save some context
11392 when evaluating binary expressions
11393
Daniel Veillardd30be4a2002-03-28 18:25:31 +000011394Thu Mar 28 19:22:48 CET 2002 Daniel Veillard <daniel@veillard.com>
11395
11396 * configure.in: fixed configure for MPE/iX from Markus Henke
11397 * xmlmemory.c: fixed initialization problems
11398 * xpath.c: another set of patches from Richard Jinks this
11399 fixes "make XPathtests" on linux
11400
Daniel Veillard21458c82002-03-27 16:12:22 +000011401Wed Mar 27 17:09:43 CET 2002 Daniel Veillard <daniel@veillard.com>
11402
11403 * trionan.c trionan.h xpath.c: more patches from Richard Jinks
11404 * test/XPath/expr/compare test/XPath/expr/equality
11405 test/XPath/expr/floats test/XPath/expr/functions
11406 test/XPath/expr/strings result/XPath/expr/compare
11407 result/XPath/expr/equality result/XPath/expr/floats
11408 result/XPath/expr/functions result/XPath/expr/strings: Updated
11409 tests though they show a divergence on Linux
11410
Daniel Veillard28dfed12002-03-27 09:08:17 +000011411Wed Mar 27 10:06:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11412
11413 * xpath.c trionan.c: previous commit also included patches
11414 from Richard Jinks on some IEEE support corner case
11415
Daniel Veillard5fc1f082002-03-27 09:05:40 +000011416Wed Mar 27 10:03:11 CET 2002 Daniel Veillard <daniel@veillard.com>
11417
11418 * AUTHORS HACKING: Added Igor Zlatkovic as official maintainer
11419 * python/Makefile.am python/tests/Makefile.am: Albert Chin pointed
11420 that $(datadir) should be used for docs
11421
Daniel Veillarddb1dc392002-03-26 12:44:39 +000011422Tue Mar 26 13:43:16 CET 2002 Daniel Veillard <daniel@veillard.com>
11423
11424 * xmlIO.c: Thomas Steinborn pointed out #76404 that libxml2
11425 could leak filedescriptors
11426
Daniel Veillarddd4b9122002-03-26 07:58:43 +000011427Tue Mar 26 08:55:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11428
11429 * configure.in nanohttp.c: applied patch from Allan Clark for
11430 UnixWare/OpenServer
11431
Daniel Veillard19274092002-03-25 16:48:03 +000011432Mon Mar 25 17:45:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11433
11434 * configure.in: preparing 2.4.19
11435 * doc/*: rebuilt the docs
11436
Daniel Veillard56b2db72002-03-25 16:35:28 +000011437Mon Mar 25 17:34:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11438
11439 * nanohttp.c: fixing #76043, got fed up with non-portability
11440 of that piece of code.
11441
Daniel Veillard6f4561a2002-03-25 12:10:14 +000011442Mon Mar 25 13:08:21 CET 2002 Daniel Veillard <daniel@veillard.com>
11443
11444 * valid.c SAX.c: Never commit without running "make tests" :-(
11445 fix a couple of stupidities in the previous commit
11446 * result/*: a few changes in some attribute order result of previous
11447 commit.
11448
Daniel Veillardd85f4f42002-03-25 10:48:46 +000011449Mon Mar 25 11:46:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11450
11451 * valid.c SAX.c: fixed bug #76168, attribute redeclared in
11452 the internal subset should not raise duplicate ID errors,
11453 also there was a small bug in conjunction to namespace
11454 declarations defaulted and xml:xxx attributes DTD definitions.
11455
Daniel Veillard56cd18b2002-03-22 14:14:43 +000011456Fri Mar 22 15:13:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11457
11458 * xpath.c: Richard Jinks also raised some rounding problems
11459 this tries to fix them
11460
Daniel Veillard4e2df542002-03-22 12:23:14 +000011461Fri Mar 22 13:22:09 CET 2002 Daniel Veillard <daniel@veillard.com>
11462
11463 * xpath.c: Richard Jinks spotted an incoherent memory allocation
11464 behaviour in xmlXPathCastToString()
11465
Daniel Veillarddb552912002-03-21 13:27:59 +000011466Thu Mar 21 14:25:29 CET 2002 Daniel Veillard <daniel@veillard.com>
11467
11468 * encoding.c: fixed a bug in the ISO-Latin 1 to UTF8 encoder
11469 raised by Morus Walter
11470
Daniel Veillard9e537932002-03-21 13:08:08 +000011471Thu Mar 21 14:07:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11472
11473 * xmlcatalog.c include/libxml/xmlversion.h.in: applied 2 fixups
11474 from Igor
11475
Daniel Veillard6fbcf422002-03-21 12:32:59 +000011476Thu Mar 21 13:30:06 CET 2002 Daniel Veillard <daniel@veillard.com>
11477
11478 * xpath.c: fixing #75619, related to a problem when trying
11479 to evaluate condition when the current node set resulting
11480 from that sub-step evaluation is empty. Also fixes 2 potential
11481 problem with previous-sibling and next-siblings axis.
11482
Daniel Veillard1840ef02002-03-21 08:05:23 +000011483Thu Mar 21 09:03:59 CET 2002 Daniel Veillard <daniel@veillard.com>
11484
11485 * c14n.c: patch from Mark Vakoc to build C14N if DocBook and
11486 HTML support is not configured in.
11487
Daniel Veillard561b7f82002-03-20 21:55:57 +000011488Wed Mar 20 22:42:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11489
11490 * HTMLparser.c error.c parser.c parserInternals.c tree.c xmlIO.c
11491 include/libxml/tree.h: dohh I really didn't intended to commit
11492 this test version :-(
11493
Daniel Veillarde50f3b52002-03-20 19:24:21 +000011494Wed Mar 20 20:20:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11495
11496 * testSAX.c: I wanted to see the real speed at the SAX interface
11497 after a little too many Ximianer started complaining about the
11498 parser speed.
11499 added a --quiet option:
11500 paphio:~/XML -> ls -l db100000.xml
11501 -rw-rw-r-- 1 veillard www 20182040 Mar 20 10:30 db100000.xml
11502 paphio:~/XML -> time ./testSAX --quiet db100000.xml
11503 3200006 callbacks generated
11504 real 0m1.270s
11505 Which means 16MBytes/s and 3Mcallback/s
11506
Daniel Veillardc62a1472002-03-19 18:35:12 +000011507Tue Mar 19 19:33:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11508
11509 * xpath.c: valgrind spotted another error that time when running
11510 on libxslt regression tests
11511
Daniel Veillard4b3a84f2002-03-19 14:36:46 +000011512Tue Mar 19 15:24:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11513
11514 * Makefile.am: adding "make valgrind" running the full regression
11515 tests (except python ones) under Valgrind (using valgrind -q
11516 which was kindly added by the author).
11517 * valid.c: stupid bug pinpointed by Valgrind, the regression tests
11518 passes cleanly now except an obcure floating point initialization
11519 raised in log10() in one XPath regression test ???
11520 * tree.c: edited some comments to close #75244
11521
Daniel Veillard28cac6b2002-03-19 11:25:30 +000011522Tue Mar 19 12:15:20 CET 2002 Daniel Veillard <daniel@veillard.com>
11523
11524 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
11525 was not serializing 1 as "1" if LC_ALL=sv_SE :-( and in the
11526 context of ScrollKeeper, made sure that if the number is
11527 an integer, the serialization follows the description at
11528 http://www.w3.org/TR/xpath#section-String-Functions
11529
Daniel Veillard5997aca2002-03-18 18:36:20 +000011530Mon Mar 18 19:18:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11531
Daniel Veillard34ce8be2002-03-18 19:37:11 +000011532 * configure.in: preparing 2.4.18
11533 * doc/*: updated and rebuilt the web site
11534 * *.c libxml.h: implement the new IN_LIBXML scheme discussed with
11535 the Windows and Cygwin maintainers.
Daniel Veillard5997aca2002-03-18 18:36:20 +000011536 * parser.c: humm, changed the way the SAX parser work when
11537 xmlSubstituteEntitiesDefault(1) is set, it will then
11538 do the entity registration and loading by itself in case the
11539 user provided SAX getEntity() returns NULL.
11540 * testSAX.c: added --noent to test the behaviour.
11541
Daniel Veillardb5a60ec2002-03-18 11:45:56 +000011542Mon Mar 18 12:44:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11543
11544 * parser.c: Wilfried Teiken provided a hackish but working
11545 way to get context reported back on entities when parsing
11546 with SAX and without breaking the DOM build.
11547
Daniel Veillard2d347fa2002-03-17 10:34:11 +000011548Sun Mar 17 11:31:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11549
11550 * c14n.c: applied a new patch from Aleksey Sanin
11551 * doc/site.xsl doc/xml.html doc/*.html: updated the documentation
11552 to reference Aleksey implementation of XML digital Signatures
11553
Daniel Veillard38bf6f02002-03-16 22:03:31 +000011554Sat Mar 16 23:01:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11555
11556 * xpath.c: small fix to avoid potential problem due to
11557 ordering of freeing data
11558 * python/Makefile.am: people were complaining about
11559 the generated file in python dir not being built
11560
Daniel Veillardd2379012002-03-15 22:24:56 +000011561Fri Mar 15 23:21:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11562
11563 * libxml.spec.in python/Makefile.am python/tests/Makefile.am
11564 python/generator.py python/libxml.c python/types.c: Cleanup
11565 of the python Makefiles based on Jacob and James feedback,
11566 fixed the spec file accordingly, fixed the number of warning
11567 that passing my pedantic CFLAGS was generating. Conclusion
11568 is that Python includes are real crap.
11569
Daniel Veillarde7dd2b82002-03-15 18:44:02 +000011570Fri Mar 15 19:41:25 CET 2002 Daniel Veillard <daniel@veillard.com>
11571
11572 * configure,in: it was reported quite a few times that
11573 xml2-config --cflags should not output
11574 -I$includeprefix/libxml2/libxml because libxml2 header names
11575 clashes with existing names like list.h from C++ stl.
11576 Includes should be #include<libxml/xxx.h> so ...
11577
Daniel Veillard6f293b12002-03-15 09:42:33 +000011578Fri Mar 15 10:41:50 CET 2002 Daniel Veillard <daniel@veillard.com>
11579
11580 * c14n.c: another patch from Aleksey Sanin
11581
Daniel Veillard5c396542002-03-15 07:57:50 +000011582Fri Mar 15 08:55:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11583
11584 * c14n.c: applied patch from Aleksey Sanin fixing a problem in the
11585 canonicalization algorithm
11586 * doc/xml.html doc/index.html: added the C14N references on the
11587 index page.
11588
jacob berkman9be65862002-03-14 02:15:56 +0000115892002-03-13 jacob berkman <jacob@ximian.com>
11590
11591 * python/Makefile.am: remove LDADD and CFLAGS as this is broken
11592 usage, redundant, and gcc specific
11593
Daniel Veillard75be0132002-03-13 10:03:35 +000011594Wed Mar 13 11:00:59 CET 2002 Daniel Veillard <daniel@veillard.com>
11595
11596 * xpath.c: speedup some node selection operations, this can
11597 have a significant impact on DocBook Norm's stylesheets
11598 * nanohttp.c: someone reported that SOCKLEN_T may not be defined
11599 make sure it's always the case
11600 * debugXML.c: distinguish CDATA and comments in ls operations
11601
Daniel Veillard61f26172002-03-12 18:46:39 +000011602Tue Mar 12 19:45:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11603
11604 * include/libxml/*.h: Heiko W. Rupp fixed a lot of comments
11605 to generate better API descriptions etc...
11606
Daniel Veillard9ff88172002-03-11 09:15:32 +000011607Mon Mar 11 10:10:30 CET 2002 Daniel Veillard <daniel@veillard.com>
11608
11609 * c14n.c: Fixing #74186, made sure all boolean expressions
11610 get fully parenthesized, ran indent on the output
11611 * configure.in HTMLtree.c SAX.c c14n.c debugXML.c tree.c xpointer.c
11612 include/libxml/tree.h: also #74186 related, removed the
11613 --with-buffers option, and all the preprocessor conditional
11614 sections that were resulting from it.
11615
Daniel Veillardbb4e46d2002-03-10 16:49:08 +000011616Sun Mar 10 17:47:58 CET 2002 Daniel Veillard <daniel@veillard.com>
11617
11618 * valid.c: applied patch from Dodji Seketeli fixing an
11619 uninitailized variable in xmlValidGetValidElements()
11620
Daniel Veillarddb1bdba2002-03-09 14:13:11 +000011621Sat Mar 9 15:10:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11622
11623 * c14n.c: fixed a few comments
11624 * doc/*.html doc/*/*.html: regenerated the docs and added
11625 the C14N API
11626 * doc/api.xsl doc/gnome-xml.sgml: fixups and added IDs
11627
Daniel Veillardfa49d872002-03-09 10:20:00 +000011628Sat Mar 9 11:16:11 CET 2002 Daniel Veillard <daniel@veillard.com>
11629
11630 * check-xml-test-suite.py: fix to adapt varaiations in the
11631 bindings
11632 * configure.in python/setup.py python/setup.py.in: fixed to
11633 have the version of the python scripts automatically updated
11634
Daniel Veillarda3db2e32002-03-08 15:46:57 +000011635Fri Mar 8 16:45:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11636
11637 * tree.c: fixed a bug newly introduced and pointed by Uwe Fechner
11638 in xmlCopyProp()
11639
Daniel Veillardaf43f632002-03-08 15:05:20 +000011640Fri Mar 8 15:49:10 CET 2002 Daniel Veillard <daniel@veillard.com>
11641
11642 * configure.in: preparing 2.4.17 release
11643 * doc/*: updated and rebuilt the docs
11644 * xpath.c: fixed a comment
11645 * python/libxml.c: fixed a possible reentrancy problem
11646
Daniel Veillardef6c46f2002-03-07 22:21:56 +000011647Thu Mar 7 23:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
11648
11649 * tree.c python/tests/Makefile.am python/tests/attribs.py:
11650 fixed xmlHasNsProp() bugs for defaulted from DTD attribs,
11651 added a specific regression test
11652 * python/generator.py: xmlHasNsProp() and xmlHasProp() shall
11653 not raise exceptions when failing to find the attribute.
11654
Daniel Veillard90bc3712002-03-07 15:12:58 +000011655Thu Mar 7 16:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11656
11657 * configure.in xmllint.c: owen pointed out a problem with the
11658 ftme fix, gettimeofday() was not detected by configure and
11659 the ftime header wasn't included, dohhh
11660
Daniel Veillard8c1ae602002-03-07 11:21:00 +000011661Thu Mar 7 12:19:36 CET 2002 Daniel Veillard <daniel@veillard.com>
11662
11663 * configure.in xmllint.c: trying to fix #71457 for timing
11664 precision when gettimeofday() is not availble but ftime() is
11665
Daniel Veillardf5a457a2002-03-07 10:25:29 +000011666Thu Mar 7 11:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11667
11668 * libxml.spec.in doc/Makefile.am: Fixed #73408 missing images
11669 are now copied on install and part of the -devel RPM
11670
Daniel Veillard7b416132002-03-07 08:36:03 +000011671Thu Mar 7 09:34:16 CET 2002 Daniel Veillard <daniel@veillard.com>
11672
11673 * xpath.c: trying to avoid bug #72150 which was apparently
11674 caused by a gcc bug (or a processor problem) as detailed
11675 at http://veillard.com/gcc.bug
11676
Daniel Veillardf742d342002-03-07 00:05:35 +000011677Thu Mar 7 01:02:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11678
11679 * tree.c python/tests/Makefile.am python/tests/cutnpaste.py:
11680 fixed xmlReconciliateNs(), added a Python test/example for
11681 inter-document cut'n paste
11682 * python/libxml.py: fixed node.doc on document nodes and added
11683 xpathEval() onto node objects
11684
Daniel Veillard4e0e2972002-03-06 21:39:42 +000011685Wed Mar 6 22:38:03 CET 2002 Daniel Veillard <daniel@veillard.com>
11686
11687 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
11688 * python/libxml.c python/tests/Makefile.am python/tests/serialize.py:
11689 fixup and integrated tests for the serialization stuff
11690
Daniel Veillarde915b2d2002-03-06 18:42:40 +000011691Wed Mar 6 19:40:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11692
11693 * Makefile.am libxml.3 libxml.4 libxml.spec.in: Fixed bug #72570
11694 moved the libxml man page to section 3
11695
Daniel Veillard1e774382002-03-06 17:35:40 +000011696Wed Mar 6 18:34:07 CET 2002 Daniel Veillard <daniel@veillard.com>
11697
11698 * tree.c: fix bug #72490
11699 * python/libxml.c python/libxml.py: added methods serialize()
11700 and saveTo() to all node elements.
11701
Daniel Veillardddffd2a2002-03-05 20:28:20 +000011702Tue Mar 5 21:27:03 CET 2002 Daniel Veillard <daniel@veillard.com>
11703
11704 * xmlIO.c: closed #73430, don't read from an input source
11705 which indicated an end-of-file or an error.
11706
Daniel Veillard8d24cc12002-03-05 15:41:29 +000011707Tue Mar 5 16:33:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11708
11709 * parser.c: make sure SAX endDocument is always called as
11710 this could result in a Python memory leak otherwise (it's
11711 used to decrement ref-counting)
11712 * python/generator.py python/libxml.c python/libxml.py
11713 python/libxml2-python-api.xml python/libxml2class.txt
11714 python/tests/error.py python/tests/xpath.py: implemented
11715 the suggestions made by Gary Benson and extended the tests
11716 to match it.
11717
Daniel Veillardba5e18a2002-03-05 09:36:43 +000011718Tue Mar 5 10:35:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11719
11720 * python/generator.py: applied patch fixing #73450
11721
Daniel Veillard044fc6b2002-03-04 17:09:44 +000011722Mon Mar 4 17:59:29 CET 2002 Daniel Veillard <daniel@veillard.com>
11723
11724 * xpath.c: fixing #61290 "namespace nodes have no parent"
11725 long standing divergence from the XPath REC. NodeSets
11726 simply hold a copy of namespace nodes and those node ->next
11727 points to the parent (which may not be the node carrying the
11728 definition).
11729 * include/libxml/xpath.h: flagged but didn't added a possible
11730 speedup
11731 * DOCBparser.c HTMLparser.c: removed some warnings from push
11732 parser due to new state being added.
11733 * tree.c: new fix from Boris Erdmann
11734 * configure.in c14n.c include/libxml/c14n.h testC14N.c: added
11735 the XML Canonalization support from Aleksey Sanin
11736
Daniel Veillardd4f41aa2002-03-03 14:13:46 +000011737Sun Mar 3 15:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11738
11739 * tree.c: patch from Boris Erdmann fixing some namespace odities
11740 with xmlCopyNode()
11741
Daniel Veillardc6613042002-03-02 09:34:02 +000011742Sat Mar 2 10:33:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11743
11744 * xmlIO.c: fix bug #72706 when loading a NULL entity
11745
Daniel Veillardc0fef772002-03-01 16:16:31 +000011746Fri Mar 1 17:14:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11747
11748 * SAX.c: Fixed #72346, about handling of xmlns:foo="", this could
11749 actually change in a future XML Namespace revision.
11750
Daniel Veillard79426f22002-03-01 16:14:17 +000011751Fri Mar 1 17:12:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11752
11753 * python/types.c python/tests/Makefile.am python/tests/xpathret.py:
11754 added the possibility of returning nodesets from XPath extension
11755 functions written in Python
11756
Daniel Veillarda94ec6f2002-03-01 13:00:53 +000011757Fri Mar 1 13:56:12 CET 2002 Daniel Veillard <daniel@veillard.com>
11758
11759 * python/*: commiting some Python bindings work done while travelling
11760
Daniel Veillard97300512002-03-01 09:13:41 +000011761Fri Mar 1 10:11:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11762
11763 * xmllint.c: close #72663 and #72658, don't memdump unless compiled
11764 explicitely with memory debugging switched on
11765
Daniel Veillard6361da02002-02-23 10:10:33 +000011766Sat Feb 23 11:08:09 CET 2002 Daniel Veillard <daniel@veillard.com>
11767
11768 * python/generator.py python/libxml.c python/libxml2-python-api.xml
11769 python/libxml2class.txt python/libxml_wrap.h python/types.c:
11770 Added wrapper for the xmlURIPtr type, provided accessors, fixed
11771 the accessor generator for strings
11772 * python/tests/Makefile.am python/tests/tstURI.py: added a specific
11773 regression test.
11774
Daniel Veillard0fea6f42002-02-22 22:51:13 +000011775Fri Feb 22 23:44:57 CET 2002 Daniel Veillard <daniel@veillard.com>
11776
11777 * python/README python/generator.py python/libxml.c python/setup.py:
11778 added the 'usual' setup.py to allow building a libxml2-python
11779 module based on the same code. The initialization is however
11780 different the 2 .so files fo libxml2 and libxslt are identical and
11781 they entry point initialize both libraries. this is done to avoid
11782 some possible nasty problem since the Python don't merge the maps
11783 of all shared modules.
11784
Daniel Veillard158a4d22002-02-20 22:17:58 +000011785Wed Feb 20 23:16:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11786
11787 * parser.c: fixed a push/encoding bug reported by Michael
11788 on librsvg
11789
Daniel Veillard7839e162002-02-20 18:54:48 +000011790Wed Feb 20 19:54:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11791
11792 * include/libxml/parserInternals.h: fixes a misplaced #endif
11793
Daniel Veillardd54fa3e2002-02-20 16:48:52 +000011794Wed Feb 20 17:47:55 CET 2002 Daniel Veillard <daniel@veillard.com>
11795
11796 * parser.c valid.c: found and fixed a couple of allocation bugs
11797
Daniel Veillard6dbcaf82002-02-20 14:37:47 +000011798Wed Feb 20 15:36:03 CET 2002 Daniel Veillard <daniel@veillard.com>
11799
11800 * doc/xml.html doc/python.html doc/*: added a Python and binding
11801 page describing the current state of the Python bindings and
11802 giving pointers to the other languages wrappers.
11803
Daniel Veillard5f4b5992002-02-20 10:22:49 +000011804Wed Feb 20 11:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11805
11806 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.16
11807 * doc/* python/libxml2class.txt: updated and rebuilt the docs,
11808 rebuilt the API and web site
11809 * xpath.c: fixed #71978 portability bugs
11810
Daniel Veillard8aff2472002-02-19 21:50:43 +000011811Tue Feb 19 22:49:36 CET 2002 Daniel Veillard <daniel@veillard.com>
11812
11813 * SAX.c: oops broke automatic defaulting of namespaces attributes.
11814
Daniel Veillard8dc16a62002-02-19 21:08:48 +000011815Tue Feb 19 22:01:35 CET 2002 Daniel Veillard <daniel@veillard.com>
11816
11817 * include/libxml/parserInternals.h parser.c: had to change
11818 2 internal parsing API when processing document content
11819 to check the start and end of element content are defined
11820 in the same entity
11821 * valid.c include/libxml/valid.h: attribute normalization can
11822 generate a validity error added xmlValidCtxtNormalizeAttributeValue()
11823 with the context to report it.
11824 * SAX.c: fixed the last known bugs, crazy validation constraints
11825 when a document is standalone seems correctly handled. There
11826 is a couple of open issues left which need consideration especially
11827 PE93 on external unparsed entities and standalone status.
11828 Ran 1819 tests: 1817 suceeded, 2 failed and 0 generated an error in 8.26 s.
11829 The 2 tests left failing are actually in error. Cleanup done.
11830
Daniel Veillardd6dc4cb2002-02-19 14:18:08 +000011831Tue Feb 19 15:17:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11832
11833 * valid.c: implemented E59 spaces in CDATA does not match the
11834 nonterminal S
11835
Daniel Veillard878eab02002-02-19 13:46:09 +000011836Tue Feb 19 14:44:53 CET 2002 Daniel Veillard <daniel@veillard.com>
11837
11838 * SAX.c parser.c valid.c: more validation test fixups
11839 * check-xml-test-suite.py: added duration info for the tests
11840
Daniel Veillardd01fd3e2002-02-18 22:27:47 +000011841Mon Feb 18 23:25:08 CET 2002 Daniel Veillard <daniel@veillard.com>
11842
11843 * parser.c valid.c: a couple of errors were reported but not
11844 saved back as such in the parsing context. Down to 1% failure rate
11845 Ran 1819 tests: 1801 suceeded, 18 failed and 0 generated an error
11846
Daniel Veillard4a7ae502002-02-18 19:18:17 +000011847Mon Feb 18 20:16:15 CET 2002 Daniel Veillard <daniel@veillard.com>
11848
11849 * xmlInternald.c: isExtender was missing a char
11850 * parser.c include/libxml/parser.h: % are acceptable in the
11851 internal subset if within a PUBLIC ID
11852
Daniel Veillard8ab0f582002-02-18 18:31:38 +000011853Mon Feb 18 19:27:32 CET 2002 Daniel Veillard <daniel@veillard.com>
11854
11855 * SAX.c parserInternals.c valid.c: more work on the conformance
11856 suite. Took the step to finally block documents with encoding
11857 errors. It's a fatal error per the spec, people should have fixed
11858 their documents by now.
11859
Daniel Veillard55253e22002-02-18 14:32:39 +000011860Mon Feb 18 15:30:14 CET 2002 Daniel Veillard <daniel@veillard.com>
11861
11862 * check-xml-test-suite.py: fixed the test script after some discussion
11863 on the semantic of TYPE="error"
11864 * Makefile.am: added the script to the distrib
11865
Daniel Veillard28757702002-02-18 11:19:30 +000011866Mon Feb 18 12:17:41 CET 2002 Daniel Veillard <daniel@veillard.com>
11867
11868 * SAX.c entities.c: fixed a couple of conformances issues deep
11869 into the validation code (standalone and undeclared Notations)
11870
Daniel Veillard82ac6b02002-02-17 23:18:55 +000011871Mon Feb 18 00:17:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11872
11873 * parser.c: fixed #71741 supid typo an a bug about encoding parsing
11874 stayed there for years !
11875
Daniel Veillard7aea52d2002-02-17 23:07:47 +000011876Mon Feb 18 00:06:42 CET 2002 Daniel Veillard <daniel@veillard.com>
11877
11878 * valid.c SAX.c: fixed #71740 NotationDecl with a required field
11879 missing
11880
Daniel Veillardc7612992002-02-17 22:47:37 +000011881Sun Feb 17 23:45:40 CET 2002 Daniel Veillard <daniel@veillard.com>
11882
11883 * check-xml-test-suite.py: improved the behaviour a bit as
11884 well as the logs
11885 * parser.c valid.c SAX.c: fixed a few more bugs
11886 "Ran 1819 tests: 1778 suceeded, 41 failed, and 0 generated an error"
11887
Daniel Veillardbb7ddb32002-02-17 21:26:33 +000011888Sun Feb 17 20:41:37 CET 2002 Daniel Veillard <daniel@veillard.com>
11889
11890 * check-xml-test-suite.py: python script to run regression tests
11891 against the XML Test suite of W3C/OASis
11892 * SAX.c: fixed a validation bug
11893 * parser.c: fixed 3 errors pointed by the test suite
11894 * doc/buildDocBookCatalog: fixed a typo pointed by drake
11895 * python/Makefile.am: fixed a dependendy
11896
Daniel Veillard9f28f302002-02-15 20:48:08 +000011897Fri Feb 15 21:47:13 CET 2002 Daniel Veillard <daniel@veillard.com>
11898
11899 * xmlmemory.c: avoid a warning bug #71594
11900
Daniel Veillard144024e2002-02-13 21:14:46 +000011901Wed Feb 13 22:13:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11902
11903 * xmlmemory.c: Jesse Perry provided a patch to remove a few
11904 warning on alpha/Tru64
11905
Daniel Veillarde4301c82002-02-13 13:32:35 +000011906Wed Feb 13 14:30:49 CET 2002 Daniel Veillard <daniel@veillard.com>
11907
11908 * include/libxml/entities.h: fixing a comment
11909 * valid.c: fixing some troubles with validity check on namespaces
11910 * result/VC/NS3 test/VC/NS3: added a specific regression test
11911
Daniel Veillarda6d05382002-02-13 13:07:41 +000011912Wed Feb 13 14:05:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11913
11914 * tree.c: Fixing #71342 serializing '\n' in attribute values
11915 * result/noent/att3 result/att3 test/att3: added a specific
11916 test.
11917
Daniel Veillard797a5652002-02-12 13:46:21 +000011918Tue Feb 12 14:45:32 CET 2002 Daniel Veillard <daniel@veillard.com>
11919
11920 * python/libxml.c: couple of bug fixes
11921
Daniel Veillard01a6d412002-02-11 18:42:20 +000011922Mon Feb 11 19:41:29 CET 2002 Daniel Veillard <daniel@veillard.com>
11923
11924 * python/*.py: removed tabs and used spaces.
11925
Daniel Veillard397ff112002-02-11 18:27:20 +000011926Mon Feb 11 19:25:44 CET 2002 Daniel Veillard <daniel@veillard.com>
11927
11928 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.15
11929 * doc/news.html doc/xml.html doc/xmlio.html: rebuilt some docs
11930
Daniel Veillard03517542002-02-11 13:54:40 +000011931Mon Feb 11 14:53:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11932
11933 * doc/xmlcatalog_man.xml: trying to close Red Hat bug #58707
11934 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=58707
11935
Daniel Veillard6c4ffaf2002-02-11 08:54:05 +000011936Mon Feb 11 09:53:02 CET 2002 Daniel Veillard <daniel@veillard.com>
11937
11938 * include/libxml/encoding.h include/libxml/entities.h
11939 include/libxml/globals.h include/libxml/parser.h
11940 include/libxml/threads.h include/libxml/tree.h
11941 include/libxml/xmlmemory.h: trying to fix the include mess
11942
Daniel Veillard1a612ed2002-02-11 07:54:45 +000011943Mon Feb 11 08:53:33 CET 2002 Daniel Veillard <daniel@veillard.com>
11944
11945 * include/libxml/xmlmemory.h: reverted part of the previous
11946 attempt to provide #69655, this was breaking the build.
11947
Daniel Veillard0ba59232002-02-10 13:20:39 +000011948Sun Feb 10 14:13:34 CET 2002 Daniel Veillard <daniel@veillard.com>
11949
11950 * HTMLtree.c Makefile.am build_glob.py configure.in debugXML.c
11951 globals.c parser.c threads.c tree.c valid.c xmlmemory.c
11952 xpath.c xpointer.c include/libxml/globals.h include/libxml/parser.h
11953 include/libxml/parserInternals.h include/libxml/tree.h
11954 include/libxml/xmlmemory.h include/libxml/xpathInternals.h:
11955 Tentatively fixed #69655 , make compiling with -Wredundant-decls
11956 clean.
11957 * python/libxml.c: fixed a warning.
11958
Daniel Veillardc5f05ad2002-02-10 11:57:22 +000011959Sun Feb 10 12:02:59 CET 2002 Daniel Veillard <daniel@veillard.com>
11960
11961 * tree.c valid.c xinclude.c: fix #68882, cleanup the XInclude
11962 copying of node, merge back IDs in the target document.
11963 * result/XInclude/docids.xml test/XInclude/docs/docids.xml
11964 test/XInclude/ents/ids.xml: test case
11965 * result/VC/ElementValid4: output changed due to a typo fix
11966
Daniel Veillard1c18e302002-02-09 22:16:40 +000011967Sat Feb 9 23:15:04 CET 2002 Daniel Veillard <daniel@veillard.com>
11968
11969 * python/Makefile.am: seems some version of automake didn't
Daniel Veillard784b9352003-02-16 15:50:27 +000011970 generate the dependencies right as Jacob found out. Add
11971 an extra dependency rule.
Daniel Veillard1c18e302002-02-09 22:16:40 +000011972
Daniel Veillard5e5c2d02002-02-09 18:03:01 +000011973Sat Feb 9 18:59:23 CET 2002 Daniel Veillard <daniel@veillard.com>
11974
11975 * parserInternals.c valid.c: Justin Fletcher found some parts
11976 of the code needing cleanup
11977 * libxml.spec.in python/Makefile.am python/generator.py
11978 python/libxml.c python/libxml.py: Fixed the python Makefiles
11979 corrected a bug showing up on ia64, changed the name of the
11980 python internal module too
11981
Daniel Veillard07be19b2002-02-08 14:20:35 +000011982Fri Feb 8 15:19:28 CET 2002 Daniel Veillard <daniel@veillard.com>
11983
11984 * Makefile.am: applied patch from Andris Pavenis for binary
11985 name suffixes
11986
Daniel Veillardf216d462002-02-08 13:44:24 +000011987Fri Feb 8 14:43:17 CET 2002 Daniel Veillard <daniel@veillard.com>
11988
11989 * xmllint.c win32/win32config.h: fixing #68748
11990
Daniel Veillardd455d792002-02-08 13:37:46 +000011991Fri Feb 8 14:37:05 CET 2002 Daniel Veillard <daniel@veillard.com>
11992
11993 * valid.c: fixing #70166
11994
11995Fri Feb 8 14:31:24 CET 2002 Daniel Veillard <daniel@veillard.com>
11996
11997 * valid.c: fixing #70077
11998
Daniel Veillardc575b992002-02-08 13:28:40 +000011999Fri Feb 8 14:24:02 CET 2002 Daniel Veillard <daniel@veillard.com>
12000
12001 * Copyright Makefile.am README configure.in libxml.spec.in:
12002 Changed to the MIT Licence
12003 * doc/FAQ.html doc/catalog.html doc/intro.html doc/xml.html
12004 doc/xmlio.html: updated the doc accordingly
12005 * include/libxml/xmlwin32version.h configure.in: preparing
12006 2.4.14 release
12007 * python/generator.py python/libxml.c python/libxml2-python-api.xml
12008 python/libxml2class.txt python/libxml_wrap.h python/types.c:
12009 fixed the const xmlChar * wrapper and generator, XPath extension
12010 functions now use the context as first argument
12011 * python/tests/tstxpath.py python/tests/xpath.py
12012 python/tests/xpathext.py: Updated the tests accordingly
12013 * tree.c: fixed bug #70067
12014
Daniel Veillard7db38712002-02-07 16:39:11 +000012015Thu Feb 7 17:33:58 CET 2002 Daniel Veillard <daniel@veillard.com>
12016
12017 * Makefile.am: cleanup
12018 * debugXML.c: always use stdout if output is NULL
12019 * xmlIO.c: don't close filedescriptors passed to outputBuffers
12020 * python/Makefile.am python/generator.py python/libxml2class.txt
12021 python/libxml_wrap.h python/types.c: augmented the number of bindings
12022 handling FILE * and XPath contexts
12023 * python/tests/Makefile.am: avoid a stupid problem due to the
12024 use of TEST.
12025
Daniel Veillard15a143b2002-02-06 22:40:50 +000012026Wed Feb 6 23:37:07 CET 2002 Daniel Veillard <daniel@veillard.com>
12027
12028 * configure.in: fixed stupid bug #70738 found by alfons hoogervorst
12029
Daniel Veillard70cab352002-02-06 16:06:58 +000012030Wed Feb 6 17:04:51 CET 2002 Daniel Veillard <daniel@veillard.com>
12031
12032 * python/TODO python/libxml.c: cleanup the extension function lookup
12033 * xmlmemory.c include/libxml/xmlmemory.h: always compile the list
12034
Daniel Veillard7a96efc2002-02-05 16:34:33 +000012035Tue Feb 5 17:33:30 CET 2002 Daniel Veillard <daniel@veillard.com>
12036
12037 * configure.in python/Makefile.am: do not install outside
12038 of prefix
12039
Daniel Veillard33caa0b2002-02-04 14:07:26 +000012040Mon Feb 4 15:05:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12041
12042 * python/TODO python/libxml.c: started adding SAX interfaces
12043 * python/tests/Makefile.am python/tests/pushSAX.py: added a basic
12044 SAX test
12045
Daniel Veillard36eea2d2002-02-04 00:17:01 +000012046Mon Feb 4 01:12:42 CET 2002 Daniel Veillard <daniel@veillard.com>
12047
12048 * tree.c: hardened the addChild function
12049 * python/generator.py python/libxml.c python/libxml2-python-api.xml
12050 python/libxml2class.txt python/libxml_wrap.h python/TODO:
12051 added accessors needed for xmlNode, a bit more testing and
12052 extension of interfaces
12053 * python/tests/Makefile.am python/tests/build.py: added a test
12054 build from scratch/save/load/check
12055
Daniel Veillard4e1b26c2002-02-03 20:13:06 +000012056Sun Feb 3 21:10:39 CET 2002 Daniel Veillard <daniel@veillard.com>
12057
12058 * parserInternals.c: change a small bit in the way valididy
12059 error messages get initialized
12060 * python/TODO python/libxml.c python/libxml2-python-api.xml
12061 python/libxml2class.txt python/libxml_wrap.h python/types.c:
12062 added some memory debugging to track leaks at the libxml2 level
12063 * python/tests/*.py: changed all tests to check for leaks,
12064 there is just one left in XPath extension registrations.
12065
Daniel Veillard26f1dcc2002-02-03 16:53:19 +000012066Sun Feb 3 17:50:46 CET 2002 Daniel Veillard <daniel@veillard.com>
12067
12068 * python/TODO python/generator.py python/libxml2-python-api.xml
12069 python/libxml2class.txt: more accessor classes for the parser
12070 context, allow to switch on and check validity
12071 * python/tests/Makefile.am python/tests/error.py
12072 python/tests/invalid.xml python/tests/valid.xml
12073 python/tests/validate.py: attded more test and and added error.py
12074 which I forgot to commit in the last step
12075
Daniel Veillard3ce52572002-02-03 15:08:05 +000012076Sun Feb 3 16:03:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12077
12078 * python/Makefile.am python/types.c: cleanup
12079 * python/libxml.c python/libxml.py python/libxml_wrap.h
12080 python/generator.py python/libxml2-python-api.xml
12081 python/libxml2class.txt: added class for parser context, added
12082 first cut for push mode support. Added a framework to generate
12083 accessors functions.
12084 * python/tests/Makefile.am python/tests/push.py: added a push
12085 test
12086
Daniel Veillardcfb05462002-02-02 23:18:22 +000012087Sun Feb 3 00:17:26 CET 2002 Daniel Veillard <daniel@veillard.com>
12088
12089 * python/Makefile.am python/TODO python/libxml.py: fixed a small
12090 bug a bit of cleanup.
12091
Daniel Veillard5d819032002-02-02 21:49:17 +000012092Sat Feb 2 22:47:10 CET 2002 Daniel Veillard <daniel@veillard.com>
12093
12094 * python/Makefile.am python/libxml.c python/libxml2-python-api.xml
12095 python/libxml2class.txt: adding error redirections and preformat
12096 to a python handler
12097 * python/tests/Makefile.am python/tests/*.py: cleanup made all
12098 tests self checking
12099
Daniel Veillard7fd7a942002-02-02 12:19:46 +000012100Sat Feb 2 13:18:54 CET 2002 Daniel Veillard <daniel@veillard.com>
12101
12102 * python/libxml.c python/libxml.py: fixed a stupid bug when renaming
12103 a function
12104
Daniel Veillard9589d452002-02-02 10:28:17 +000012105Sat Feb 2 11:25:51 CET 2002 Daniel Veillard <daniel@veillard.com>
12106
12107 * libxml.spec.in python/Makefile.am python/TODO python/generator.py
12108 python/libxml.c python/libxml2-python-api.xml
12109 python/libxml2class.txt: Progressing through the TODOs, class
12110 description output, extra XML API, RPM now builds the wrappers
12111 for all python installed versions
12112
Daniel Veillard253aa2c2002-02-02 09:17:16 +000012113Sat Feb 2 10:13:52 CET 2002 Daniel Veillard <daniel@veillard.com>
12114
12115 * configure.in libxml.spec.in python/Makefile.am python/TODO
12116 python/generator.py python/libxml2class.txt: added more informations
12117 in the libxml2-python package including docs. Slightly changed
12118 the class hierarchy
12119 * python/tests/*: added basic regression tests infrastructure too
12120
12121Fri Feb 1 23:11:58 CET 2002 Daniel Veillard <daniel@veillard.com>
12122
12123 * configure.in libxml.spec.in example/Makefile.am python/Makefile.am:
12124 added libxml2-python as part of the packages installed
12125
Daniel Veillarda7340c82002-02-01 17:56:45 +000012126Fri Feb 1 18:48:19 CET 2002 Daniel Veillard <daniel@veillard.com>
12127
12128 * python/Makefile.am python/generator.py python/libxml.c
12129 python/libxml.py: more work, now able to extend the
12130 XPath interpreter with functions written in python.
12131
Daniel Veillardc3e39442002-02-01 09:29:41 +000012132Fri Feb 1 10:28:51 CET 2002 Daniel Veillard <daniel@veillard.com>
12133
12134 * python/Makefile.am: Jacob sent a patch to allow building from
12135 tarfile.
12136
Daniel Veillardf1d0e6b2002-01-31 23:42:44 +000012137Fri Feb 1 00:40:48 CET 2002 Daniel Veillard <daniel@veillard.com>
12138
12139 * python/Makefile.am python/libxml.c configure.in Makefile.am:
12140 inserted the python wrappers build, I hope this won't be too
12141 unportable
12142
Daniel Veillard1971ee22002-01-31 20:29:19 +000012143Thu Jan 31 21:27:37 CET 2002 Daniel Veillard <daniel@veillard.com>
12144
12145 * xpath.c: minor optimization
12146 * python/generator.py python/libxml.c python/libxml.py
12147 python/libxml_wrap.h: more work on the python bindings,
12148 they now support XPath and there is no evident leak
12149
Daniel Veillard36ed5292002-01-30 23:49:06 +000012150Thu Jan 31 00:48:06 CET 2002 Daniel Veillard <daniel@veillard.com>
12151
12152 * python/generator.py python/libxml.c python/libxml.py:
12153 more work on the python bindings generator.
12154
Daniel Veillard96fe0952002-01-30 20:52:23 +000012155Wed Jan 30 21:51:26 CET 2002 Daniel Veillard <daniel@veillard.com>
12156
12157 * python/generator.py python/libxml.c python/libxml_wrap.h:
12158 more work on the python bindings.
12159
Daniel Veillardd2897fd2002-01-30 16:37:32 +000012160Wed Jan 30 17:35:33 CET 2002 Daniel Veillard <daniel@veillard.com>
12161
12162 * python/generator.py python/libxml.c python/libxml.py
12163 python/libxml_wrap.h: commited early version of a python binding
12164 for private use only ATM
12165
Daniel Veillard8ee9c8f2002-01-26 21:42:58 +000012166Sat Jan 26 22:41:13 CET 2002 Daniel Veillard <daniel@veillard.com>
12167
12168 * entities.c tree.c include/libxml/entities.h: applied patch
12169 from Anthony Jones to implement copy of DTD subtree too. Had
12170 just to keep 2 function private which really ought to become
12171 public ones.
12172
Daniel Veillarda42f25f2002-01-25 14:15:40 +000012173Fri Jan 25 15:14:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12174
12175 * xmllint.c: added pointers to the web pages in the usage()
12176
Daniel Veillardbd227ae2002-01-24 16:05:41 +000012177Thu Jan 24 17:04:04 CET 2002 Daniel Veillard <daniel@veillard.com>
12178
12179 * tree.c: more fixes from Petr Kozelka for attribute handling
12180 in the tree API to align the semantic with DOM.
12181
Daniel Veillard36065812002-01-24 15:02:46 +000012182Thu Jan 24 16:00:53 CET 2002 Daniel Veillard <daniel@veillard.com>
12183
12184 * valid.c tree.c entities.c: another set of patches from
12185 Anthony Jones for copy operations cleanup and robustness
12186
Daniel Veillardf8592562002-01-23 17:58:17 +000012187Wed Jan 23 18:53:55 CET 2002 Daniel Veillard <daniel@veillard.com>
12188
12189 * doc/APIchunk*.html doc/parsedecl.py doc/api.xsl: generated
12190 an alphabetic index based on comments content
12191 * doc/*: rebuilt the web site with the new references
12192
Daniel Veillardc8c7be42002-01-23 17:53:44 +000012193Wed Jan 23 15:14:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12194
12195 * parserInternals.h: Greg Sjaardema suggested to use an
12196 eponential buffer groth policy in xmlParserAddNodeInfo()
12197
Daniel Veillard3bf65be2002-01-23 12:36:34 +000012198Wed Jan 23 13:32:40 CET 2002 Daniel Veillard <daniel@veillard.com>
12199
12200 * doc/api.xsl doc/APIconstructors.html doc/APIfiles.html
12201 doc/APIfunctions.html doc/APIsymbols.html doc/libxml2-refs.xml
12202 doc/parsedecl.py doc/Makefile.am: updated the python extractor
12203 to generate cross-references, and added/updated the stylesheets
12204 to generate and link API indexes. The generic keyword index
12205 is not done yet.
12206 * doc/*.html: regenerated all the usual docs too
12207
Daniel Veillard2070c482002-01-22 22:12:19 +000012208Tue Jan 22 23:11:26 CET 2002 Daniel Veillard <daniel@veillard.com>
12209
12210 * debugXML.c: added an xpath function to the shell for T. V. Raman
12211
12212Tue Jan 22 22:42:23 CET 2002 Daniel Veillard <daniel@veillard.com>
Daniel Veillard5e926fa2002-01-22 21:44:25 +000012213
12214 * debugXML.c: patch from Anthony Jones to catch NULL nodes in
12215 debug routines.
12216
Daniel Veillardc169f8b2002-01-22 21:40:13 +000012217Tue Jan 22 22:38:42 CET 2002 Daniel Veillard <daniel@veillard.com>
12218
12219 * tree.c: apply an patch from Petr Kozelka for unlink and replace
12220 support of attribute nodes
12221
Daniel Veillard9d06d302002-01-22 18:15:52 +000012222Tue Jan 22 19:12:06 CET 2002 Daniel Veillard <daniel@veillard.com>
12223
12224 * doc/libxml2-api.xml doc/parsedecl.py: Build a new version
12225 hopefully near complete and fully documented of the API in XML
12226 * HTMLtree.c SAX.c debugXML.c error.c globals.c parser.c tree.c
12227 xmlIO.c xmlmemory.c include/libxml/catalog.h include/libxml/hash.h
12228 include/libxml/list.h include/libxml/parser.h include/libxml/tree.h
12229 include/libxml/parserInternals.h include/libxml/valid.hi
12230 include/libxml/xmlIO.h include/libxml/xmlerror.hi
12231 include/libxml/xmlmemory.h include/libxml/xmlversion.h.ini
12232 include/libxml/xpath.h include/libxml/xpathInternals.h:
12233 Cleaned up the doc comments a lot in the process, the interface
12234 coverage is now 100%
12235
Daniel Veillard2d1464f2002-01-21 23:16:56 +000012236Tue Jan 22 00:12:58 CET 2002 Daniel Veillard <daniel@veillard.com>
12237
12238 * doc/libxml2-api.xml doc/parsedecl.py: improved the script to
12239 extracts comments from the gtk-doc DocBook output (a bit
12240 convoluted but seems to work).
12241
Daniel Veillard61006472002-01-21 17:31:47 +000012242Mon Jan 21 18:29:19 CET 2002 Daniel Veillard <daniel@veillard.com>
12243
12244 * Makefile.am doc/Makefile.am doc/libxml2-api.xml doc/parsedecl.py:
12245 added an XML description of the API, moved the script generating
12246 it here. Added a "make api" target
12247
Daniel Veillardd2f23002002-01-21 13:36:00 +000012248Mon Jan 21 14:34:37 CET 2002 Daniel Veillard <daniel@veillard.com>
12249
12250 * tree.c: Adam Lounds pointed out a bug in xmlSearchNs()
12251
Daniel Veillard99e55eb2002-01-21 08:56:29 +000012252Mon Jan 21 09:55:21 CET 2002 Daniel Veillard <daniel@veillard.com>
12253
12254 * xpath.c include/libxml/xpathInternals.h: the change made to
12255 xmlXPathFuncLookupFunc was incompatible roll it back
12256
Daniel Veillard963d2ae2002-01-20 22:08:18 +000012257Sun Jan 20 23:03:41 CET 2002 Daniel Veillard <daniel@veillard.com>
12258
12259 * SAX.c: cleanup patch from Anthony Jones
12260 * doc/Makefile.am: fix the headers to avoid in make scan
12261 * parserInternals.c xpath.c include/libxml/*.h: cleanup of the
12262 includes, * vs Ptr and general cleanup
12263 * parsedecl.py: first version of a script to extract the
12264 module interfaces, the goal will be to provide .decl or XML
12265 specification of the interfaces to build wrappers.
12266
Daniel Veillard0f5f1622002-01-20 12:42:06 +000012267Sun Jan 20 13:38:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12268
12269 * doc/xmlcatalog_man.xml xmlcatalog.c: Fixed bug #68830, xmlcatalog
12270 now provides return codes in case of errors
12271
Bjorn Reese026d29f2002-01-19 15:40:18 +000012272Sat Jan 19 16:36:21 CET 2002 Bjorn Reese <breese@users.sourceforge.net>
12273
12274 * trio.h trio.c triodef.h triop.h trionan.h trionan.c Makefile.am:
12275 Upgraded to trio baseline 1.6
12276 * strio.h strio.c: Replaced by triostr.h and triostr.c
12277
Daniel Veillard572577e2002-01-18 16:23:55 +000012278Fri Jan 18 17:22:50 CET 2002 Daniel Veillard <daniel@veillard.com>
12279
12280 * globals.c xmlIO.c xmlcatalog.c: removed the last occurences
12281 of strdup usage in the code
12282
Daniel Veillarddb5850a2002-01-18 11:49:26 +000012283Fri Jan 18 12:47:15 CET 2002 Daniel Veillard <daniel@veillard.com>
12284
12285 * parser.c error.c: Keith Isdale complained rightly that
12286 xmlInitParser() did not preserve value set by xmlSetGenericErrorFunc
12287
Daniel Veillardcfa0d812002-01-17 08:46:58 +000012288Thu Jan 17 09:44:44 CET 2002 Daniel Veillard <daniel@veillard.com>
12289
12290 * tree.c: fixed the funxtion to set the xml: attributes
12291 * debugXML.c: added "setbase" to test it.
12292
Daniel Veillard2c748c62002-01-16 15:37:50 +000012293Wed Jan 16 16:36:08 CET 2002 Daniel Veillard <daniel@veillard.com>
12294
12295 * tree.c: update xmlNodeSetContent() and xmlNodeSetContentLen()
12296 to allow updating an attribute content
12297
Daniel Veillard8de85c62002-01-15 17:10:15 +000012298Tue Jan 15 18:09:23 CET 2002 Daniel Veillard <daniel@veillard.com>
12299
12300 * libxml.h: try to avoid problems when compiling on Windows
12301
Daniel Veillard314cfa02002-01-14 17:58:01 +000012302Mon Jan 14 18:56:25 CET 2002 Daniel Veillard <daniel@veillard.com>
12303
12304 * hash.c: patch from Anthony Jones for hash.c allocation size
12305 * Makefile.am: trying to work around Yet Another Libtool Madness
12306 and build the 2.4.13 release finally ...
12307
Daniel Veillard744683d2002-01-14 17:30:20 +000012308Mon Jan 14 18:27:19 CET 2002 Daniel Veillard <daniel@veillard.com>
12309
12310 * configure.in include/libxml/xmlwin32version.h: updated to 2.4.13
12311 * doc/* : update of the documentation
12312
Daniel Veillarde6a55192002-01-14 17:11:53 +000012313Mon Jan 14 17:53:41 CET 2002 Daniel Veillard <daniel@veillard.com>
12314
12315 * debugXML.c tree.c: some cleanup after an unsuccessful attempt
12316 at fixing #61290 :-(
12317
Daniel Veillardfb25a512002-01-13 20:32:08 +000012318Sun Jan 13 21:30:54 CET 2002 Daniel Veillard <daniel@veillard.com>
12319
12320 * tree.c: fixed xmlSaveFormatFileEnc() when encoding == NULL
12321 Fixes bug #67229
12322
Daniel Veillardacb2bda2002-01-13 16:15:43 +000012323Sun Jan 13 17:14:06 CET 2002 Daniel Veillard <daniel@veillard.com>
12324
12325 * tree.c: trying to avoid troubles when a subtree is copied
12326 and coalesced in part with the target tree. Should fix
12327 bug #67407
12328
Daniel Veillardd8224e02002-01-13 15:43:22 +000012329Sun Jan 13 16:37:15 CET 2002 Daniel Veillard <daniel@veillard.com>
12330
12331 * valid.c: fixed validation of attributes content of type
12332 NAME NAMES NMTOKEN and NMTOKENS to accept internationalized
12333 values, very old bug. Fixes #67671
12334
Daniel Veillard8107a222002-01-13 14:10:10 +000012335Sun Jan 13 15:07:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12336
12337 * parser.c include/libxml/parserInternals.h tree.c: integrated
12338 a couple of fixes and a new API function xmlSetEntityReferenceFunc()
12339 from Keith Isdale and dedicated to xsldbg the XSLT debugger.
12340
Daniel Veillarddb0eb8d2002-01-13 13:35:00 +000012341Sun Jan 13 14:23:21 CET 2002 Daniel Veillard <daniel@veillard.com>
12342
12343 * threads.c: applied Serguei Narojnyi's patch to add native
12344 thread support on the Win32 platform
12345 * testThreadsWin32.c Makefile.am: added the test program also
12346 from Serguei, Win32 specific
12347 * include/win32config.h include/libxml/xmlwin32version.h.in:
12348 added patch from Igor for the Windows thread specific defines.
12349
Daniel Veillard845cce42002-01-09 11:51:37 +000012350Wed Jan 9 12:50:39 CET 2002 Daniel Veillard <daniel@veillard.com>
12351
12352 * entities.c: Anthony Jones pointed a bug in xmlCopyEntity()
12353
Daniel Veillard7b602b42002-01-08 13:26:00 +000012354Tue Jan 8 14:23:22 CET 2002 Daniel Veillard <daniel@veillard.com>
12355
12356 * doc/*.html doc/site.xsl doc/Makefile: renamed XML.html
12357 output page into XMLinfo.html. Close bug #66951 and
12358 raised by Robert Collins too.
12359
Daniel Veillard73c6e532002-01-08 13:15:33 +000012360Tue Jan 8 14:13:18 CET 2002 Daniel Veillard <daniel@veillard.com>
12361
12362 * encoding.c: Paul Keogh pointed out a possibility of segfault
12363 on repeted xmlAddEncodingAlias() / xmlCleanupEncodingAlias().
12364 Closes bug # 68238
12365
Daniel Veillard4a859202002-01-08 11:49:22 +000012366Tue Jan 8 12:48:27 CET 2002 Daniel Veillard <daniel@veillard.com>
12367
12368 * doc/*.html: updated the Gdome2 links
12369
Daniel Veillard3c5ed912002-01-08 10:36:16 +000012370Tue Jan 8 11:32:30 CET 2002 Daniel Veillard <daniel@veillard.com>
12371
12372 * libxml.h: Applied following patches from Robert Collins
12373 and make sure IN_LIBXML is defined when compiling it
12374 -------
12375 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin
12376 as well as Visual C.
12377 * parser.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
12378 * parserInternals.c (XML_DIR_SEP): Don't use '\\' for Cygwin.
12379 * strio.c (PLATFORM_UNIX): Define for Cygwin.
12380 * triodef.h (TRIO_PLATFORM_UNIX): Define for Cygwin.
12381 * xmlIO.c (xmlFileOpen): Use unix behaviour for Cygwin.
12382 Use binary mode opens for Cygwin (xmlFileOpenW xmlParserGetDirectory
12383 xmlSysIDExists xmlNoNetExists).
12384 * xmllint.c: Don't include winsock2.h for Cygwin.
12385
Daniel Veillard401c2112002-01-07 16:54:10 +000012386Mon Jan 7 17:52:48 CET 2002 Daniel Veillard <daniel@veillard.com>
12387
12388 * parser.c: Jirka Kosek pointer out a bug in xmlParseTextDecl()
12389 when the version info is not present.
12390
Daniel Veillard6f42c132002-01-06 23:05:13 +000012391Mon Jan 7 00:03:58 CET 2002 Daniel Veillard <daniel@veillard.com>
12392
12393 * tree.c: Anthony Jones pointed out a problem in
12394 xmlStringGetNodeList() and provided a fix for it
12395
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000012396Sun Jan 6 13:45:49 CET 2002 Daniel Veillard <daniel@veillard.com>
12397
Daniel Veillarddb5850a2002-01-18 11:49:26 +000012398 * parser.c: patch from Frank J Franklin to remove a bug in
Daniel Veillardaa39a0f2002-01-06 12:47:22 +000012399 xmlCreatePushParserCtxt() when the initial buffer passed
12400 is large.
12401
Daniel Veillard0e47ee22002-01-05 18:25:52 +000012402Sat Jan 5 19:24:23 CET 2002 Daniel Veillard <daniel@veillard.com>
12403
12404 * win32/*: big cleanup of the Windows/MSVC project files
12405 from Igor Zlatkovic
12406
Daniel Veillardcebb1362002-01-02 13:13:30 +000012407Wed Jan 2 14:11:35 CET 2002 Daniel Veillard <daniel@veillard.com>
12408
12409 * doc/Makefile.am: should fix #67674 and avoid troubles if
12410 xsltproc is not available or fails in the prefix provided
12411
Daniel Veillard26908ab2002-01-01 16:50:03 +000012412Tue Jan 1 17:48:56 CET 2002 Daniel Veillard <daniel@veillard.com>
12413
12414 * xmlmemory.c: one more doc patch from Charlie Bozeman.
12415
Daniel Veillard5344c602001-12-31 16:37:34 +000012416Mon Dec 31 17:35:40 CET 2001 Daniel Veillard <daniel@veillard.com>
12417
12418 * DOCBparser.c parser.c valid.c include/libxml/parserInternals.h
12419 include/libxml/xmlerror.h include/libxml/xpathInternals.h:
12420 Fixed a few other problems raised by Charlie Bozeman.
12421 * result/VC/ElementValid[5-7]: fixed the output
12422
Daniel Veillardcbaf3992001-12-31 16:16:02 +000012423Mon Dec 31 17:13:34 CET 2001 Daniel Veillard <daniel@veillard.com>
12424
12425 * *.c include/libxml/*.h doc/html/*: applied 42 documentation
12426 patches from Charlie Bozeman. Regenerated the HTML docs.
12427
Daniel Veillard7f9a6802001-12-20 14:01:47 +000012428Thu Dec 20 14:59:52 CET 2001 Daniel Veillard <daniel@veillard.com>
12429
12430 * include/libxml/debugXML.h win32/dsp/libxml2.def.src: fixes
12431 for Windows from Igor
12432
Daniel Veillard1df3dfc2001-12-18 11:14:16 +000012433Tue Dec 18 12:13:33 CET 2001 Daniel Veillard <daniel@veillard.com>
12434
12435 * xmllint.c: applied Justin Fletcher patch for --output or -o
12436
Daniel Veillardd3b29d22001-12-18 07:53:16 +000012437Tue Dec 18 08:52:32 CET 2001 Daniel Veillard <daniel@veillard.com>
12438
12439 * win32/libxml2/libxml2.def.src: close #67019
12440
Daniel Veillard01db67c2001-12-18 07:09:59 +000012441Tue Dec 18 08:08:51 CET 2001 Daniel Veillard <daniel@veillard.com>
12442
12443 * xmllint.c: applied Justin Fletcher generic timing patch
12444 similar to the one already applied to xsltproc.
12445
Daniel Veillardd1640922001-12-17 15:30:10 +000012446Mon Dec 17 16:29:08 CET 2001 Daniel Veillard <daniel@veillard.com>
12447
12448 * include/libxml/tree.h tree.c: applied documentation patches
12449 from Charlie Bozeman
12450
MST 2001 John Fleck2323ac22001-12-14 04:24:50 +000012451Thu Dec 13 21:24:16 MST 2001 John Fleck <jfleck@inkstain.net>
12452
12453 *doc/xmllint.xml, xmllint.1 - document --dropdtd
12454
Daniel Veillard29e43992001-12-13 22:21:58 +000012455Thu Dec 13 23:19:50 CET 2001 Daniel Veillard <daniel@veillard.com>
12456
12457 * valid.c: fix the xmlStrdup() used in the previous patch.
12458 * valid.c: added --dropdtd
12459 * tree.c: fixed xmlUnlinkNode so it also removes the references
12460 from the document if the node is a DTD
12461
Daniel Veillard86fd5a72001-12-13 14:55:21 +000012462Thu Dec 13 15:54:35 CET 2001 Daniel Veillard <daniel@veillard.com>
12463
12464 * HTMLtree.c valid.c: cleanup some static declarations
12465
Daniel Veillard9ae4b7a2001-12-13 14:24:09 +000012466Thu Dec 13 15:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
12467
12468 * xmllint.c: removed another strdup()
12469 * doc/FAQ: removed the HP/UX entry
12470
Daniel Veillarded472f32001-12-13 08:48:14 +000012471Thu Dec 13 09:44:58 CET 2001 Daniel Veillard <daniel@veillard.com>
12472
12473 * valid.c: fix bug #66816 when validating.
12474 * xmllint.c: don't use sys/time.h if configure did not found it
12475
MST 2001 John Fleck3fc555e2001-12-11 04:41:24 +000012476Mon Dec 10 21:39:55 MST 2001 John Fleck <jfleck@inkstain.net>
12477
12478 * docs/xmllint.1, xmllint.xml, xmlcatalog.1, xmlcatalog_man.html,
12479 xmlcatalog_man.xml
12480
Daniel Veillard2d8a93b2001-12-10 21:07:19 +000012481Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
12482
12483 * include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
12484 xmlInitMemory() was declared twice
12485
Daniel Veillardb82c1662001-12-09 14:00:54 +000012486Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
12487
12488 * globals.c: do not reference strdup() !
12489 * configure.in libxml-2.0.pc.in: trying to fix the libs
12490 of the various config extraction modules
12491
Daniel Veillardef90ba72001-12-07 14:24:22 +000012492Fri Dec 7 15:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
12493
12494 * configure.in : preparing 2.4.12
12495 * doc/* : updated and rebuilt the docs
12496
Daniel Veillard220346d2001-12-07 11:33:54 +000012497Fri Dec 7 12:32:00 CET 2001 Daniel Veillard <daniel@veillard.com>
12498
12499 * uri.c: closed bug #66159
12500 * testURI.c: added --escape option
12501 * configure.in: some cleanup for xml2-config --cflags
12502
Daniel Veillard2a906822001-12-06 14:34:08 +000012503Thu Dec 6 15:31:30 CET 2001 Daniel Veillard <daniel@veillard.com>
12504
12505 * globals.c testThreads.c: removed some misplaced includes
12506 of xmlversion.h
12507
Daniel Veillarde28313b2001-12-06 14:08:31 +000012508Thu Dec 6 09:06:08 EST 2001 Daniel Veillard <daniel@veillard.com>
12509
12510 * threads.c: patch from Gary Pennington fixing a possible
12511 problem at initialization time.
12512
Daniel Veillardd3b08822001-12-05 12:03:33 +000012513Wed Dec 5 13:01:37 CET 2001 Daniel Veillard <daniel@veillard.com>
12514
12515 * configure.in libxml.h parser.c testThreads.c macos/: integrated
Daniel Veillarde28313b2001-12-06 14:08:31 +000012516 Eric Lavigne contribution to build libxml2 on MacOS using
Daniel Veillardd3b08822001-12-05 12:03:33 +000012517 CodeWarrior.
12518
Daniel Veillarda7866932001-12-04 13:14:44 +000012519Tue Dec 4 14:13:44 CET 2001 Daniel Veillard <daniel@veillard.com>
12520
12521 * xmllint.c: applied Geert Kloosterman's patch to fix
12522 --repeat --timing output
12523
Daniel Veillard19840942001-11-29 16:11:38 +000012524Thu Nov 29 17:10:22 CET 2001 Daniel Veillard <daniel@veillard.com>
12525
12526 * parser.c: Robin Berjon <robin@knowscape.com> found a case
12527 where non-wellformed XML declaractions were not detected.
12528
Daniel Veillarde85d9342001-11-28 14:43:12 +000012529Wed Nov 28 15:41:40 CET 2001 Daniel Veillard <daniel@veillard.com>
12530
12531 * xpointer.c: fixed a compilation bug pointed by Danny Jamshy
12532
Daniel Veillard22f25a82001-11-28 09:12:23 +000012533Wed Nov 28 10:09:51 CET 2001 Daniel Veillard <daniel@veillard.com>
12534
12535 * xmlIO.c: as robert pointed again, xmlInputCallbackInitialized
12536 gets reset by xmlCleanupInputCallbacks() and this makes the
12537 function useless. Same for output.
12538
Daniel Veillard107ccaa2001-11-27 16:23:50 +000012539Tue Nov 27 17:22:36 CET 2001 Daniel Veillard <daniel@veillard.com>
12540
12541 * xmlIO.c: robert pointed out a loop error in callback cleanups
12542
Daniel Veillard8faa7832001-11-26 15:58:08 +000012543Mon Nov 26 16:56:00 CET 2001 Daniel Veillard <daniel@veillard.com>
12544
12545 * tree.c debugXML.c include/libxml/tree.h include/libxml/debugXML.h:
12546 moved xmlGetLineNo() and xmlGetNodePath() into the main tree module,
12547 they are not really tied to debugging
12548
Daniel Veillardbd9b0e82001-11-26 10:32:08 +000012549Mon Nov 26 11:31:36 CET 2001 Daniel Veillard <daniel@veillard.com>
12550
12551 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.11
12552 * xmllint.c: better --catalogs description
12553
Daniel Veillard4855c8c2001-11-25 10:35:25 +000012554Sun Nov 25 11:34:24 CET 2001 Daniel Veillard <daniel@veillard.com>
12555
12556 * tree.c: fixed a couple of problems in xmlSetProp()
12557
Daniel Veillardcd337f02001-11-22 18:20:37 +000012558Thu Nov 22 19:19:10 CET 2001 Daniel Veillard <daniel@veillard.com>
12559
12560 * debugXML.c tree.c xmlIO.c xmlmemory.c: some cleanups when chasing
12561 unappropriate stdout output.
12562
Daniel Veillard566d4df2001-11-22 13:00:53 +000012563Thu Nov 22 13:58:14 CET 2001 Daniel Veillard <daniel@veillard.com>
12564
12565 * include/libxml/tree.h: Fixed a couple of macro errors pointed out
12566 by Denis Beurive, closes #65111
12567
Daniel Veillardb4545fd2001-11-20 09:37:09 +000012568Tue Nov 20 10:34:01 CET 2001 Daniel Veillard <daniel@veillard.com>
12569
12570 * valid.c: in case of content model validity error, don't
12571 print it if validity warnings were not requested.
12572
Daniel Veillardc69e0b12001-11-20 08:35:07 +000012573Tue Nov 20 09:30:02 CET 2001 Daniel Veillard <daniel@veillard.com>
12574
12575 * nanoftp.c: applied a couple of patches from Brian D Ripley.
12576 * parserInternals.c: removed the last exit() call. Print an
12577 unmaskable error on stderr instead (library mismatch detection)
12578
MST 2001 John Fleck42304042001-11-18 00:18:06 +000012579Sat Nov 17 17:16:51 MST 2001 John Fleck <jfleck@inkstain.net>
12580
12581 * doc/xmllint.xml, doc/xmllint.1 - update xmllint man page with
12582 shell instructions from Heiko Rupp
12583
Daniel Veillardf7b094f2001-11-15 13:54:39 +000012584Thu Nov 15 14:53:42 CET 2001 Daniel Veillard <daniel@veillard.com>
12585
12586 * catalog.c: use the URL notation file:// for default catalog paths
12587
Daniel Veillard0ec98632001-11-14 15:04:32 +000012588Wed Nov 14 16:03:02 CET 2001 Daniel Veillard <daniel@veillard.com>
12589
12590 * include/libxml/tree.h: better comments for _private fields
12591 * tree.c: removed a problem when copying an entity reference.
12592
Daniel Veillardd33cfbf2001-11-13 15:24:36 +000012593Tue Nov 13 16:23:04 CET 2001 Daniel Veillard <daniel@veillard.com>
12594
12595 * vms/*: updated instructions and diffs from John A Fotheringham
12596
Daniel Veillarda11001b2001-11-12 22:45:36 +000012597Mon Nov 12 23:43:22 CET 2001 Daniel Veillard <daniel@veillard.com>
12598
12599 * include/libxml/xmlerror.h: avoid an include problem if
12600 #include <libxml/xmlerror.h> happens first in code
12601 seems to be the case in KDE libs
12602
Daniel Veillard8e3943c2001-11-12 21:35:44 +000012603Mon Nov 12 22:32:41 CET 2001 Daniel Veillard <daniel@veillard.com>
12604
12605 * win32/dsp/* include/libxml/xmlwin32version.h.in: update
12606 from Igor for Windows
12607
12608Mon Nov 12 10:19:41 CET 2001 Daniel Veillard <daniel@veillard.com>
12609
12610 * Makefile.am: Gary Pennington pointed out a missing prefix
12611
Daniel Veillard43d3f612001-11-10 11:57:23 +000012612Sat Nov 10 12:55:42 CET 2001 Daniel Veillard <daniel@veillard.com>
12613
12614 * configure.in include/libxml/xmlwin32version.h: preparing 2.4.10
12615 * doc/*: upgraded and rebuilt the docs
12616
Daniel Veillardc1f78342001-11-10 11:43:05 +000012617Sat Nov 10 12:33:38 CET 2001 Daniel Veillard <daniel@veillard.com>
12618
12619 * HTMLparser.c: fix comment in scripts element parsing.
12620 * result/HTML/doc3*: updated the results.
12621
12622Sat Nov 10 11:18:18 CET 2001 Daniel Veillard <daniel@veillard.com>
12623
12624 * uri.c: another URI bug fix #63336, using Joel Young patch.
12625
Daniel Veillardc6e013a2001-11-10 10:08:57 +000012626Sat Nov 10 11:07:26 CET 2001 Daniel Veillard <daniel@veillard.com>
12627
12628 * debugXML.c include/libxml/debugXML.h: add xmlGetNodePath()
12629 a cleaned up version of the Pwd shell string generation.
12630
Daniel Veillardbe480fb2001-11-08 23:36:42 +000012631Fri Nov 9 00:34:13 CET 2001 Daniel Veillard <daniel@veillard.com>
12632
12633 * valid.c include/libxml/tree.h: trying to fix namespaces +
12634 validation problems for good, closing #63619 in the process
12635 * result/valid/dia.xml test/valid/dia.xml: the Dia test was
12636 wrong in this respect, fixed it.
12637
Daniel Veillardd536f702001-11-08 17:32:47 +000012638Thu Nov 8 18:31:40 CET 2001 Daniel Veillard <daniel@veillard.com>
12639
12640 * xmllint.c: Morus Walter patch to allow --format and --encode
12641
Daniel Veillard5004f422001-11-08 13:53:05 +000012642Thu Nov 8 14:52:18 CET 2001 Daniel Veillard <daniel@veillard.com>
12643
12644 * debugXML.c: Stefan Kost provided an help command for the shell
12645
Daniel Veillarda6825e82001-11-07 13:33:59 +000012646Wed Nov 7 14:32:55 CET 2001 Daniel Veillard <daniel@veillard.com>
12647
12648 * debugXML.c: Heiko Rupp pointed that the shell would crash
12649 on empty nodesets returns.
12650
Daniel Veillard03f848d2001-11-07 12:53:46 +000012651Wed Nov 7 13:52:36 CET 2001 Daniel Veillard <daniel@veillard.com>
12652
12653 * Makefile.am: Weiqi Gao pointed out that xmlcatalog
12654 migh need the history libraries
12655
Daniel Veillard957fdcf2001-11-06 22:50:19 +000012656Tue Nov 6 23:49:09 CET 2001 Daniel Veillard <daniel@veillard.com>
12657
12658 * HTMLparser.c test/HTML/lt.html result/HTML/lt.html*:
12659 handle the case of < in quoted attributes, Bastian Kleineidam
12660
Daniel Veillardc853b322001-11-06 15:24:37 +000012661Tue Nov 6 16:21:33 CET 2001 Daniel Veillard <daniel@veillard.com>
12662
12663 * configure.in include/libxml/xmlwin32version.h: releasing 2.4.9
12664 fixing catalog breakages
12665 * Makefile.am catalog.c result/catalogs/catal
12666 result/catalogs/mycatalog.* test/catalogs/catal*:
12667 fixed more problems in catalog support, added more regression tests
12668 for both XML and SGML catalog handling
12669
Daniel Veillard66870c72001-11-05 19:27:49 +000012670Mon Nov 5 20:26:41 CET 2001 Daniel Veillard <daniel@veillard.com>
12671
12672 * debugXML.c: applied an improvement to xmlGetLineNo() from
12673 Keith Isdale
12674
Daniel Veillardffe09c92001-11-05 14:21:47 +000012675Mon Nov 5 15:20:16 CET 2001 Daniel Veillard <daniel@veillard.com>
12676
12677 * catalog.c: dohhhh XML catalog add and remove ops were broken too.
12678 Side effect of the progressive catalog loading
12679
Daniel Veillardad661b92001-11-05 11:43:15 +000012680Mon Nov 5 12:40:54 CET 2001 Daniel Veillard <daniel@veillard.com>
12681
12682 * Makefile.am: confexecdir and confexec_DATA were defined twice
12683 pointed out by Karl Eichwalder
12684
Daniel Veillard6eb17722001-11-04 22:19:27 +000012685Sun Nov 4 23:18:34 CET 2001 Daniel Veillard <daniel@veillard.com>
12686
12687 * xmlcatalog.c: avoid unlink() and use remove() instead.
12688
Daniel Veillardea898282001-11-04 22:13:45 +000012689Sun Nov 4 23:12:38 CET 2001 Daniel Veillard <daniel@veillard.com>
12690
12691 * libxml.spec.in: cleanup
12692 * include/libxml/xmlwin32version.h: updated with 2.4.8
12693
Daniel Veillarda4617b82001-11-04 20:19:12 +000012694Sun Nov 4 21:17:24 CET 2001 Daniel Veillard <daniel@veillard.com>
12695
12696 * encoding.c global.data globals.c testThreads.c: fix bug #63752
12697 of compiling libxml with a non standard set of options
12698
John Fleck027edfb2001-11-04 20:13:58 +000012699Sun Nov 4 13:11:41 MST 2001 John Fleck <jfleck@inkstain.net
12700
12701 * doc/xmllint.xml, xmllint.1 - updating xmllint man page to
12702 document --sgml option, fixing gnome bugzilla #63382
12703
Daniel Veillardcd21dc72001-11-04 20:03:38 +000012704Sun Nov 4 20:56:53 CET 2001 Daniel Veillard <daniel@veillard.com>
12705
12706 * include/libxml/catalog.h catalog.c: Fixed SGML catalogs
12707 breakage of 2.4.7, added a couple of really needed APIs
12708 like xmlCatalogIsEmpty() and xmlNewCatalog()
12709 * xmlcatalog.c: updated --sgml --noout to be a suitable replacement
12710 for install-catalog
12711 * configure.in: preparing 2.4.8
12712
CET 2001 Daniel Veillard5a37bde2001-11-01 14:31:22 +000012713Thu Nov 1 15:29:31 CET 2001 Daniel Veillard <daniel@veillard.com>
12714
12715 * HTMLtree.c tree.c include/libxml/HTMLtree.h
12716 include/libxml/tree.h include/libxml/xmlIO.h: more include
12717 cleanups, export cleanly one html output + format function.
12718
12719Thu Nov 1 14:12:12 CET 2001 Daniel Veillard <daniel@veillard.com>
12720
12721 * parser.c: removed initGenericErrorDefaultFunc call from
12722 xmlInitParser() since it could destroy previous calls to
12723 xsltSetGenericErrorFunc() effects
12724
Daniel Veillardebd38c52001-11-01 08:38:12 +000012725Thu Nov 1 09:37:13 CET 2001 Daniel Veillard <daniel@veillard.com>
12726
12727 * debugXML.c include/libxml/debugXML.h: bool can be a reserved
12728 keyword.
12729
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000012730Wed Oct 31 18:50:08 CET 2001 Daniel Veillard <daniel@veillard.com>
12731
12732 * Makefile.am: cleanup
12733 * threads.c: cleanup too
12734 * xmlIO.c include/libxml/xmlIO.h: added xmlNoNetExternalEntityLoader()
12735 from xsltproc
12736 * include/libxml/tree.h include/libxml/parser.h: trying to break a
Daniel Veillard784b9352003-02-16 15:50:27 +000012737 dependency loop.
Daniel Veillard8bdb91d2001-10-31 17:52:43 +000012738
Daniel Veillard91c00402001-10-30 17:41:38 +000012739Tue Oct 30 18:38:53 CET 2001 Daniel Veillard <daniel@veillard.com>
12740
12741 * catalog.c: Justin Fletcher pointed out that xmlParseXMLCatalog
12742 was not used anymore !
12743
Daniel Veillard52dcab32001-10-30 12:51:17 +000012744Tue Oct 30 13:33:13 CET 2001 Daniel Veillard <daniel@veillard.com>
12745
12746 * configure.in: preparing 2.4.7
12747 * Makefile.am doc/Makefile.am: switched to the latest xmllint
12748 manual page from John
12749 * doc/*: updated the doc and rebuilt the generated pages
12750
Daniel Veillarda9e65e82001-10-30 10:32:36 +000012751Tue Oct 30 11:31:19 CET 2001 Daniel Veillard <daniel@veillard.com>
12752
12753 * xmlIO.c: closing bug #62711, the library should never
12754 close stdin or stdout.
12755
Daniel Veillard4def3bd2001-10-30 09:47:47 +000012756Tue Oct 30 10:46:12 CET 2001 Daniel Veillard <daniel@veillard.com>
12757
12758 * uri.c: second pass at fixing #63336, using Joel Young
12759 final patch. looks okay.
12760
Daniel Veillardbb6808e2001-10-29 23:59:27 +000012761Tue Oct 30 00:56:05 CET 2001 Daniel Veillard <daniel@veillard.com>
12762
12763 * uri.c include/libxml/uri.h: trying to clear #63336
12764 allowing the escaping routine to parse unconformant
12765 URI-References.
12766
Daniel Veillardacf7ff02001-10-29 20:21:47 +000012767Mon Oct 29 19:09:46 CET 2001 Daniel Veillard <daniel@veillard.com>
12768
12769 * vms/readme.vms vms/build_libxml.com nanoftp.c
12770 include/libxml/xmlversion.h.in: a few VMS updates from
12771 John A Fotheringham
12772 * include/libxml/xmlIO.h xmlIO.c: added xmlCleanupInputCallbacks()
12773 and xmlCleanupOutputCallbacks() for the Perl binding people.
12774
Daniel Veillard635ef722001-10-29 11:48:19 +000012775Mon Oct 29 12:44:17 CET 2001 Daniel Veillard <daniel@veillard.com>
12776
12777 * parser.c globals.c DOCBparser.c HTMLparser.c error.c:
12778 apply fixes to close #63271 and avoid segfaults when
12779 the error routine gets callbed before xmlInitParser()
12780 get called.
12781 * nanoftp.c error.c: Applied patches from Justin Fletcher
12782 correcting some xmlGenericError misuses.
12783
MDT 2001 John Fleckfd32de62001-10-27 20:14:01 +000012784Sat Oct 27 14:04:45 MDT 2001 John Fleck <jfleck@inkstain.net>
12785
12786 *doc/xmllint.xml, doc/xmllint.1
12787 New and improved man page for xmllint - .xml is the original, .1
12788 is the generated man page
12789
Daniel Veillardc9484202001-10-24 12:35:52 +000012790Wed Oct 24 14:34:25 CEST 2001 Daniel Veillard <daniel@veillard.com>
12791
12792 * doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
12793 the web site from the main HTML document.
12794
Daniel Veillard5151c062001-10-23 13:10:19 +000012795Tue Oct 23 14:32:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
12796
12797 * parser.c: fixed an erroneous validation bug when PE refs
12798 occurs in external parsed entities referenced from the
12799 internals subset
12800 * test/valid/index.xml test/valid/dtds/nitf-2-5.dtd
12801 test/valid/dtds/NewsMLv1.0.dtd result/valid/index.xml*:
12802 added the associated testcase, it's a nice one.
12803 * HTMLparser.c: generate the DTD node as HTML still ...
12804 * HTMLtree.c: fixed errors in Set/GetMetaEncoding
12805
Daniel Veillardb6b0fd82001-10-22 12:31:11 +000012806Mon Oct 22 14:20:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
12807
12808 * HTMLparser.c: fixed a bug in htmlNewDoc()
12809
Daniel Veillard89cad532001-10-22 09:46:13 +000012810Mon Oct 22 11:32:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
12811
12812 * test/threads/*: added entities testing to the Thread test
12813 * testThreads.c: make the test reasonable
12814 * DOCBparser.c: fix the DTD public and system ID
12815 * xmllint.c: added --sgml for SGML DocBook importing
12816 * Makefile.am: added Docbtests target
12817
Daniel Veillard9ae1eba2001-10-19 09:48:35 +000012818Fri Oct 19 11:47:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12819
12820 * nanoftp.c: use only "anonymous@" string for anonymous passwds
12821 * testThreads.c: removed bogus include
12822
Daniel Veillardce2c2f02001-10-18 14:57:24 +000012823Thu Oct 18 16:56:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
12824
12825 * parser.c valid.c result/valid/rss.xml result/valid/rss.xml.err:
12826 fixed a very serious (looping) validation bug
12827
Daniel Veillard3c01b1d2001-10-17 15:58:35 +000012828Wed Oct 17 11:56:25 EDT 2001 Daniel Veillard <daniel@veillard.com>
12829
12830 * include/libxml/globals.h include/libxml/threads.h threads.c
12831 testThreads.c: far more testing, cleaning up bugs
12832 * *.c : make sure globals.h is always included.
12833
Daniel Veillard7cc95c02001-10-17 15:45:12 +000012834Wed Oct 17 17:41:41 CEST 2001 Daniel Veillard <daniel@veillard.com>
12835
12836 * HTMLparser.c: try to get rid of parser loops for good.
12837
Daniel Veillardab7488e2001-10-17 11:30:37 +000012838Wed Oct 17 13:29:02 CEST 2001 Daniel Veillard <daniel@veillard.com>
12839
12840 * configure.in: fixed some bugs in CFLAGS passing.
12841 * test/threads Makefile.am testThreads.c: added a specific
12842 threaded test case (really nasty, guaranteed).
12843
Daniel Veillard85c11fa2001-10-16 21:03:08 +000012844Tue Oct 16 23:01:49 CEST 2001 Daniel Veillard <daniel@veillard.com>
12845
12846 * catalog.c: serious cleanup on the management of the
12847 XML catalog tree, more tests done, especially with
12848 the catalog PI.
12849
Daniel Veillard364789a2001-10-16 12:45:00 +000012850Tue Oct 16 08:43:43 EDT 2001 Daniel Veillard <daniel@veillard.com>
12851
12852 * catalog.c: avoid a problem in catalog cleanup on SMP if
12853 catalogs were not initialized.
12854
Daniel Veillard81463942001-10-16 12:34:39 +000012855Tue Oct 16 14:33:19 CEST 2001 Daniel Veillard <daniel@veillard.com>
12856
12857 * catalog.c xpath.c: trying to cleanup the not thread safe
12858 parts of the library.
12859
Daniel Veillard64a411c2001-10-15 12:32:07 +000012860Mon Oct 15 14:30:11 CEST 2001 Daniel Veillard <daniel@veillard.com>
12861
12862 * include/libxml/globals.h configure.in global.data: make
12863 the allocation be per-thread a configure option
12864 * encoding.c include/libxml/parser.h: fixed compilation
12865 errors
12866
Daniel Veillard5ee57fc2001-10-15 10:46:16 +000012867Mon Oct 15 12:45:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12868
12869 * include/libxml/parser.h: Norm reported that a few lines
12870 added were breaking libxslt compile, removed them for now
12871
Daniel Veillard6f350292001-10-14 09:56:15 +000012872Sun Oct 14 05:55:01 EDT 2001 Daniel Veillard <daniel@veillard.com>
12873
12874 * parser.c parserInternals.c threads.c: debugged and fixed
12875 initialization problems which were giving troubles on SMP
12876 boxes.
12877
Daniel Veillard6661ffa2001-10-13 14:18:17 +000012878Sat Oct 13 16:17:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
12879
12880 * include/libxml/Makefile.am: missing globals.h
12881
Daniel Veillarde7090612001-10-13 12:18:28 +000012882Sat Oct 13 14:15:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000012883
Daniel Veillarde7090612001-10-13 12:18:28 +000012884 * globals.c: added a couple of standard includes.
Jaka Mocnik77d19ae2001-10-13 12:06:09 +000012885
Daniel Veillardd0463562001-10-13 09:15:48 +000012886Sat Oct 13 11:08:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
12887
12888 * include/libxml/SAX.h include/libxml/globals.h include/libxml/parser.h
12889 include/libxml/parserInternals.h include/libxml/tree.h
12890 include/libxml/xmlerror.h HTMLparser.c SAX.c error.c globals.c
12891 nanoftp.c nanohttp.c parser.c parserInternals.c testDocbook.c
12892 testHTML.c testSAX.c tree.c uri.c xlink.c xmlmemory.c:
12893 Applied the last patches from Gary, cleanup, activated threading
12894 all user accessible global variables are now handled in globals.[ch]
12895 Still a bit rought but make tests passes with either
12896 --with-threads defined at configure time or not.
12897 * Makefile.am example/Makefile.am: added globals.[ch] and threads
12898 linking options
12899
Daniel Veillardb8478642001-10-12 17:29:10 +000012900Fri Oct 12 19:25:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
12901
12902 * Makefile.am include/libxml/Makefile.am
12903 include/libxml/globals.h globals.c include/libxml/threads.h
12904 threads.c build_glob.py global.data xmlcatalog.c acconfig.h
12905 configure.in: started integrating the core of the thread support
12906 not activated yet but half integrated. The code should still
12907 compile and work anyway.
12908
Daniel Veillardb44025c2001-10-11 22:55:55 +000012909Fri Oct 12 00:53:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
12910
12911 * HTMLtree.c catalog.c debugXML.c entities.c nanoftp.c
12912 parser.c valid.c xmlmemory.c xpath.c xpointer.c: started
12913 integrating the non-controversial parts of Gary Pennington
12914 multithread patches
12915 * catalog.c: corrected a small bug introduced
12916
Daniel Veillard75b96822001-10-11 18:59:45 +000012917Thu Oct 11 20:58:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
12918
12919 * catalog.c include/libxml/catalog.h: very serious cleanup,
12920 isolating unportable code and as much as possible the accesses
12921 to the global shared catalog. May need more testing !
12922
Daniel Veillard78d12092001-10-11 09:12:24 +000012923Thu Oct 11 11:10:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
12924
12925 * include/libxml/debugXML.h debugXML.c tree.c: integrating
12926 Keith Isdale patches for the XSLT debugger interfaces. Some
12927 cleanup
12928
Daniel Veillardff0b7312001-10-11 06:46:09 +000012929Thu Oct 11 08:44:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
12930
12931 * win32/Makefile.mingw: update from Tobias Peters for 2.4.5
12932 * DOCBparser.c: generate line nubers in elements
12933
Daniel Veillard60087f32001-10-10 09:45:09 +000012934Wed Oct 10 11:35:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
12935
12936 * configure.in: preparing 2.4.6 release
12937 * doc/xml.html doc/html/*: updated and rebuilt the docs
12938 * include/libxml/*.h *.c: fixed a number of teh/the widht/width typos
12939
MDT 2001 John Fleck60416fa2001-10-09 02:41:50 +000012940Mon Oct 8 20:38:27 MDT 2001 John Fleck <jfleck@inkstain.net>
12941
12942 * doc/xmlcatalog_man.xml, xmlcatalog.1, xmlcatalog_man.html
12943 adding documentation for DV's supercatalog support
12944
Daniel Veillard82d75332001-10-08 15:01:59 +000012945Mon Oct 8 17:00:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
12946
12947 * include/libxml/catalog.h catalog.c xmlcatalog.c: adding SGML
12948 super catalog support adding one API and one flag --sgml to
12949 xmlcatalog
12950
MDT 2001 John Fleck0e229932001-10-07 22:46:00 +000012951Sun Oct 7 16:43:57 MDT 2001 John Fleck <jfleck@inkstain.net>
12952
12953 * doc/xmlcatalog_man.xml, xmlcatalog.1
12954 One more crack at
12955 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
12956
12957
Thomas Broyer47334c02001-10-07 16:41:52 +000012958Sun Oct 7 18:47:02 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
12959
12960 * xpath.c: implemented xmlXPathObjectCopy for external objects
12961 * include/libxml/xpathInternals.h: added xmlXPathStackIsExternal
12962
MDT 2001 John Fleckac941e32001-10-06 22:30:16 +000012963Sat Oct 6 16:25:52 MDT 2001 John Fleck <jfleck@inkstain.net>
12964
12965 *doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
12966 finishing up fix to
12967 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392, making
12968 the xmlcatalog man page display more elegantly
12969
Daniel Veillard3fbe8e32001-10-06 13:30:33 +000012970Sat Oct 6 15:27:12 CEST 2001 Daniel Veillard <daniel@veillard.com>
12971
12972 * configure.in: closing bug #61832
12973 * HTMLparser.c: removed a warning
12974
Daniel Veillard6ab38382001-10-06 13:08:27 +000012975Sat Oct 6 15:07:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
12976
12977 * xpath.c: fixing #61673 part I, do not loose doc information
12978 when copying result value trees.
12979
Daniel Veillard556c6682001-10-06 09:59:51 +000012980Sat Oct 6 11:58:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
12981
12982 * xpath.c: trying to harden the XPath interpreter
12983
MDT 2001 John Fleck9f82dc62001-10-06 02:40:10 +000012984Fri Oct 5 20:37:51 MDT 2001 John Fleck <jfleck@inkstain.net>
12985
12986 * doc/xmlcatalog.1 updated using a new stylesheet to address, in
12987 part, https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=54392
12988
William M. Brack1633d182001-10-05 15:41:19 +000012989Fri Oct 5 23:35:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
12990
12991 * HTMLparser: repaired another loop problem
12992
Daniel Veillard20ee8c02001-10-05 09:18:14 +000012993Fri Oct 5 11:16:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
12994
12995 * uri.c: applied fix from Mathias Hasselmann about a bug in URI
12996 parsing.
12997 * xpath.c: fix bug #61291 the default XML namespace node is
12998 missing from the namespace axis.
12999 * tree.c: refuse to create namespaces nodes with prefix "xml"
13000
Daniel Veillard651f9472001-10-04 14:51:06 +000013001Thu Oct 4 16:47:44 CEST 2001 Daniel Veillard <daniel@veillard.com>
13002
13003 * SAX.c: ouch a non-defined namespace could lead to a crash,
13004 fixed #61215
13005
Daniel Veillard7dd05702001-10-04 14:25:12 +000013006Thu Oct 4 16:24:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
13007
13008 * parserInternals.c: closed bug #61054
13009
Daniel Veillard5e6d10a2001-10-03 13:21:13 +000013010Wed Oct 3 15:19:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
13011
13012 * include/libxml/Makefile.am: closing #60708
13013
Daniel Veillarda293c322001-10-02 13:54:14 +000013014Tue Oct 2 15:52:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
13015
13016 * win32/dsp/libxml2.def.src include/libxml/parser.h parser.c:
13017 adding xmlSAXParseFileWithData following Marco Stipek suggestion
13018
Daniel Veillardf4309d72001-10-02 09:28:58 +000013019Tue Oct 2 11:27:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
13020
13021 * valid.c: close bug #61550 when xml: wasn't considered a namespace
13022
Daniel Veillardf6ed8bc2001-10-02 09:22:47 +000013023Tue Oct 2 11:18:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
13024
13025 * win32/dsp/libxml2.def.src: Igor Zlatkovic patches
13026 * DOCBparser.c HTMLparser.c parser.c: fixed typos
13027
Daniel Veillard16756b62001-10-01 07:36:25 +000013028Mon Oct 1 09:34:51 CEST 2001 Daniel Veillard <daniel@veillard.com>
13029
13030 * catalog.c: Justin Fletcher provided cleaup code in case
13031 HAVE_STAT is not defined
13032 * include/win32config.h: Igor Zlatkovic suggested to have
13033 HAVE_STAT defined there
13034
William M. Brack5e1cac12001-09-28 16:19:18 +000013035Sat Sep 29 00:15:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
13036
13037 * catalog.c - fixed typing error reported by M. Barros
13038
MDT 2001 John Fleckbbb9e432001-09-24 03:08:43 +000013039Sun Sep 23 21:02:39 MDT 2001 John Fleck <jfleck@inkstain.net>
13040
13041 * xmllint.c - fixing typo
13042
William M. Brackd28e48a2001-09-23 01:55:08 +000013043Sat Sep 22 10:00:00 HKT 2001 William Brack <wbrack@mmm.com.hk>
13044
13045 * HTMLparser.c: small enhancement to prevent loop on
13046 unrecognizable data
13047
Daniel Veillardb1d62872001-09-21 09:47:08 +000013048Fri Sep 21 11:45:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
13049
13050 * parserInternals.c: applying patch from bug #60757 this
13051 should close it
13052
Daniel Veillardc0631a62001-09-20 13:56:06 +000013053Thu Sep 20 15:54:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
13054
13055 * catalog.c xmlcatalog.c: removed a couple of warning
13056 * xpath.c: try to solve the linking problem on platforms
13057 needing trio to compile
13058
Daniel Veillard1a123612001-09-19 08:06:23 +000013059Wed Sep 19 10:01:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000013060
Daniel Veillard1a123612001-09-19 08:06:23 +000013061 * Makefile.am libxml.spec.in: backing up non-documented changes
13062 commited without review or aproval by Jens Finke <jens@gnome.org>
13063 * HACKING: made 100% clear that no commit should be done directly
CEST 2001 Jens Finkede8c8af2001-09-19 07:20:40 +000013064
Daniel Veillardf5b44e42001-09-17 17:19:54 +000013065Mon Sep 17 18:52:37 CEST 2001 Daniel Veillard <daniel@veillard.com>
13066
13067 * configure.in: Joe Orton provided a patch fixing a problem
13068 when iconv is specified to be in a non-standard directory
13069 but wasn't exported in xml2-config --cflags
13070
Daniel Veillard2fc2db72001-09-14 17:33:51 +000013071Fri Sep 14 19:32:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
13072
Daniel Veillardf5b44e42001-09-17 17:19:54 +000013073 * configure.in: let's ship 2.4.5 before getting too much
Daniel Veillard2fc2db72001-09-14 17:33:51 +000013074 troubles with 2.4.4 errors.
13075
Daniel Veillard16698282001-09-14 10:29:27 +000013076Fri Sep 14 12:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
13077
13078 * encoding.c entities.c: do not output hexadecimal charrefs
13079 when serializing HTML since some version of Netscape can't
13080 grok it, generate decimal ones.
13081 * result/HTML/doc3.htm: output changed due to previous test
13082 * parserInternals.c: repair xmlKeepBlanksDefault() broken in 2.4.4
13083
Daniel Veillard98fed372001-09-13 11:34:58 +000013084Thu Sep 13 13:34:27 CEST 2001 Daniel Veillard <daniel@veillard.com>
13085
13086 * libxml-2.0.pc.in: dohh generated the wrong include path :-(
13087 * doc/Makefile.am libxml.spec.in: re-dohh forgot the new manpage :-(
13088
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000013089Wed Sep 12 22:14:55 CEST 2001 Daniel Veillard <daniel@veillard.com>
Daniel Veillard98fed372001-09-13 11:34:58 +000013090 Released 2.4.4
Daniel Veillard07cdb2a2001-09-12 20:19:58 +000013091
13092 * config.h.in configure.in libxml.spec.in include/libxml/Makefile.am
13093 libxml-2.0.pc.in: moved includes to includedir/libxml2/libxml,
13094 updated the configuration scripts systems accordingly
13095
Daniel Veillard04382ae2001-09-12 18:51:30 +000013096Wed Sep 12 20:49:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
13097
13098 * configure.in: preparing for 2.4.4
13099 * doc/xml.html doc/html/*: updated and rebuilt the docs
13100
Daniel Veillardd63437e2001-09-12 15:00:27 +000013101Wed Sep 12 16:58:16 CEST 2001 Daniel Veillard <daniel@veillard.com>
13102
13103 * win32/dsp/libxml2.def.src: tried to incorporate comments
13104 from bug #59220
13105
Daniel Veillard319a7422001-09-11 09:27:09 +000013106Tue Sep 11 11:25:36 CEST 2001 Daniel Veillard <daniel@veillard.com>
13107
13108 * parser.c result/noent/wml.xml: fixed bug #59981 related
13109 to handling of '&' in attributes when entities are substitued
13110
Daniel Veillard7cf5e442001-09-10 20:16:32 +000013111Mon Sep 10 22:14:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
13112
13113 * libxml.h include/libxml/xmlversion.h.in
13114 include/libxml/xmlwin32version.h include/libxml/xmlwin32version.h.in:
13115 Tried to close bug #60131
13116
Daniel Veillardbce62332001-09-10 18:46:55 +000013117Mon Sep 10 20:46:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
13118
13119 * SAX.c: fixed a bug in the HTML parser introduced Sep 9
13120
Daniel Veillard143b04f2001-09-10 18:14:14 +000013121Mon Sep 10 20:13:09 CEST 2001 Daniel Veillard <daniel@veillard.com>
13122
13123 * SAX.c: fixing bug #59946 on xmlns=""
13124
Daniel Veillard7a51d6d2001-09-10 14:40:43 +000013125Mon Sep 10 16:39:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
13126
13127 * include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple
13128 but allocates a new error code.
13129
Daniel Veillard05c13a22001-09-09 08:38:09 +000013130Sun Sep 9 10:33:15 CEST 2001 Daniel Veillard <daniel@veillard.com>
13131
13132 * xmllint.c: John Fleck fixed typos in the options output
13133 * parser.c SAX.c: fix ignorable white space SAX selection
13134
13135Sat Sep 8 11:43:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
13136
13137 * entities.c: Steve Underwood found the possibility of an
13138 ininite loop in case of error.
13139
Daniel Veillard5eb9dea2001-09-07 09:38:02 +000013140Fri Sep 7 11:35:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
13141
13142 * Makefile.am: Need $(ICONV_LIBS) in libxml2_la_LIBADD
13143
Daniel Veillarda050d232001-09-05 15:51:05 +000013144Wed Sep 5 17:47:43 CEST 2001 Daniel Veillard <daniel@veillard.com>
13145
13146 * parser.c: warn if version is not 1.0 but it's not
13147 strictly speaking an error after analyzing the spec
13148
MDT 2001 John Fleck04685002001-09-03 16:11:47 +000013149Mon Sep 3 10:07:03 MDT 2001 John Fleck <jfleck@inkstain.net>
13150
13151 *doc/catalog.html - add link to the html version of the
13152 man page, other linguistic cleanups
13153
MDT 2001 John Fleck5bd39dc2001-09-03 15:14:19 +000013154Mon Sep 3 09:10:08 MDT 2001 John Fleck <jfleck@inkstain.net>
13155
13156 * doc/xmlcatalog_man.xml, xmlcatalog_man.html, xmlcatalog.1
13157 adding documentation for xmlcatalog. Note: xmlcatalog.1, the man
13158 file, has not yet been included in the build.
13159
Daniel Veillard99784ff2001-09-01 16:20:28 +000013160Sat Sep 1 18:17:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
13161
13162 * catalog.c: removed a duplicate affectation Justin Fletcher
13163
Daniel Veillard9e1c72d2001-08-31 20:03:19 +000013164Fri Aug 31 22:02:10 CEST 2001 Daniel Veillard <daniel@veillard.com>
13165
13166 * tree.c: Armin Sander pointed a possible text coalescing
13167 problem, completed his patch.
13168
Bjorn Reese0b2ae432001-08-31 16:31:57 +000013169Fri Aug 31 18:30:28 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13170
13171 * trionan.c: Fixed const and volatile re-definition problem
13172
Daniel Veillard5d96fff2001-08-31 14:55:30 +000013173Fri Aug 31 16:51:28 CEST 2001 Daniel Veillard <daniel@veillard.com>
13174
13175 * libxml.4 parser.c: doc updates from Heiko Rupp
13176 * parserInternals.c: 2 sanity checks from Heiko Rupp
13177
Daniel Veillard3ec4c612001-08-28 20:39:49 +000013178Tue Aug 28 22:38:45 CEST 2001 Daniel Veillard <daniel@veillard.com>
13179
13180 * tree.c: applied patch from Armin Sander to make some pointers
13181 const in xmlCopyNode()
Daniel Veillard2ebd7a72001-08-28 21:07:03 +000013182 * include/libxml/tree.h: added fix to the header
Daniel Veillard3ec4c612001-08-28 20:39:49 +000013183
Daniel Veillardb06c6142001-08-27 14:26:30 +000013184Mon Aug 27 16:24:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
13185
13186 * xpath.c: hum, restrict the integer usage gcc bug workaround
13187 to only gcc compilers so that other architecture don't get
13188 penalized by this limitation.
13189 * include/libxml/xpath.h: small typo fix from Heiko W. Rupp
13190
Daniel Veillard268fd1b2001-08-26 18:46:36 +000013191Sun Aug 26 20:45:04 CEST 2001 Daniel Veillard <daniel@veillard.com>
13192
13193 * valid.c: fixed a Windows compiler warning (Chris Poblete)
13194 * xpath.c: fix for mod when dividend is 0 (Chris Poblete)
13195
Daniel Veillard6c5f9d12001-08-25 13:33:14 +000013196Sat Aug 25 15:30:17 CEST 2001 Daniel Veillard <daniel@veillard.com>
13197
13198 * include/libxml/catalog.h catalog.c xmlcatalog.c: added a
13199 --convert option to xmlcatalog to convert SGML ones to
13200 the XML syntax.
13201 * xmllint.c: small cleanup for $SGML_CATALOG_FILES support.
13202
13203 2.4.3 got released at that point
Daniel Veillard6990bf32001-08-23 21:17:48 +000013204Thu Aug 23 23:16:32 CEST 2001 Daniel Veillard <daniel@veillard.com>
13205
13206 * catalog.c xmlIO.c: started some serious testing and fixed
13207 a few bug and optmization needs.
13208
Daniel Veillard9f7b84b2001-08-23 15:31:19 +000013209Thu Aug 23 17:26:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
13210
13211 * Makefile.am configure.in include/libxml/xmlwin32version.h:
13212 preparing for a 2.4.3 release even if it may not be ready yet
13213 * catalog.c parser.c xmlIO.c include/libxml/catalog.h: redirected
13214 all file parsing lookup to go through the entity resolver, add
13215 to add an API to bypass it (needed to load catalogs themselves),
13216 some cleanup on the catalog code too.
13217 * nanoftp.c: small cleanup
13218 * doc/catalog.html: small update
13219
Daniel Veillardbc2ddbe2001-08-23 10:24:27 +000013220Thu Aug 23 12:22:26 CEST 2001 Daniel Veillard <daniel@veillard.com>
13221
13222 * catalog.c: fixed bugi #59406 in SGML catalog parsing reported by
13223 Jun Kuriyama
13224
Daniel Veillardffb120d2001-08-23 00:52:23 +000013225Thu Aug 23 02:51:29 CEST 2001 Daniel Veillard <daniel@veillard.com>
13226
13227 * doc/catalog.html: finished the catalog documentation
13228
Daniel Veillarde7ead2d2001-08-22 23:44:09 +000013229Thu Aug 23 01:38:42 CEST 2001 Daniel Veillard <daniel@veillard.com>
13230
13231 * doc/catalog.html doc/xml.html: added documentation about
13232 Catalog support, misses an API description
13233 * doc/html/*: reextracted the API pages
13234
Daniel Veillarddc2cee22001-08-22 16:30:37 +000013235Wed Aug 22 18:27:47 CEST 2001 Daniel Veillard <daniel@veillard.com>
13236
13237 * include/libxml/catalog.h catalog.c xmlIO.c HTMLparser.c:
13238 Added the part about section 7.2 on URI resolution,
13239 fixed a side effect in the HTML parser, look complete
13240 and ready to rock except the URI/SystemID part!
13241
Daniel Veillard5d90b6c2001-08-22 14:29:45 +000013242Wed Aug 22 16:27:03 CEST 2001 Daniel Veillard <daniel@veillard.com>
13243
13244 * include/libxml/catalog.h include/libxml/parser.h
13245 include/libxml/xmlerror.h catalog.c parser.c parserInternals.c
13246 xmlIO.c: added support and APIs needed for the catalog PI
13247 * include/libxml/xmlIO.h: cleanup
13248
Daniel Veillarde2940dd2001-08-22 00:06:49 +000013249Wed Aug 22 02:03:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
13250
13251 * catalog.c parser.c xmlIO.c xmlcatalog.c xmllint.c
13252 include/libxml/catalog.h: starts to look okay, really
13253 plugged the new framework, cleaned a lot of stuff,
13254 added some APIs, except the PI's support missing this
13255 should be mostly complete
13256 * result/catalogs/* test/catalogs/*: added new test, enriched
13257 the existing one with URN ID tests
13258
Daniel Veillard64339542001-08-21 12:57:59 +000013259Tue Aug 21 14:56:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
13260
13261 * catalog.c: fixed nextCatalog
13262 * result/catalogs/docbook test/catalogs/*: started adding
13263 a small regression test
13264
Daniel Veillardcda96922001-08-21 10:56:31 +000013265Tue Aug 21 12:52:38 CEST 2001 Daniel Veillard <daniel@veillard.com>
13266
13267 * Makefile.am catalog.c xmlcatalog.c include/libxml/catalog.h:
13268 more work on the XML catalog support.
13269 * parser.c include/libxml/parser.h: small cleanup seems using
13270 list as a public parameter name can give portability troubles
13271 * trionan.c trionan.h xpath.c include/libxml/trionan.h
13272 include/libxml/xpath.h include/libxml/Makefile.am: removed
13273 trionan from the libxml API, added xmlXPathIsInf and xmlXPathIsNaN
13274 wrappers
13275
Bjorn Reese45029602001-08-21 09:23:53 +000013276Tue Aug 21 11:18:45 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13277
13278 * Makefile.am trio.c triodef.h trionan.c xpath.c
13279 include/libxml/Makefile.am include/libxml/trionan.h:
13280 Re-worked Not-A-Number and Infinity support.
13281 * xmlcatalog.c: added readline include files
13282
Daniel Veillard344cee72001-08-20 00:08:40 +000013283Mon Aug 20 02:04:13 CEST 2001 Daniel Veillard <daniel@veillard.com>
13284
13285 * Makefile.am xmlcatalog.c libxml.spec.in: renaming
13286 testCatalog as xmlcatalog, making it an installed app
13287 adding a shell, and preparing it to be a /etc/xml/catalog
13288 management tool, though not ready yet
13289 * catalog.c include/libxml/catalog.h: adding support for
13290 XML Catalogs http://www.oasis-open.org/committees/entity/
13291 not finished, there is some interesting tradeoffs and a
13292 few open questions left.
13293
Daniel Veillardb7664f42001-08-19 13:00:43 +000013294Sun Aug 19 14:59:56 CEST 2001 Daniel Veillard <daniel@veillard.com>
13295
13296 * xmllint.c: fixed a line formatting problem
13297
Daniel Veillard5015b712001-08-17 09:37:52 +000013298Fri Aug 17 11:35:31 CEST 2001 Daniel Veillard <daniel@veillard.com>
13299
13300 * SAX.c: removed a couple of unused variable (Albert Chin)
13301
Daniel Veillardbb371292001-08-16 23:26:59 +000013302Fri Aug 17 01:25:21 CEST 2001 Daniel Veillard <daniel@veillard.com>
13303
13304 * HTMLparser.c HTMLtree.c include/libxml/HTMLparser.h:
13305 trying to fix some troubles w.r.t. function returning
13306 const xxxPtr.
13307
Daniel Veillardb60c54e2001-08-16 19:34:27 +000013308Thu Aug 16 21:33:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
13309
13310 * win32/dsp/libxml2.def.src: another set of symbols conditionally
13311 defined
13312
Daniel Veillardae6db172001-08-16 19:32:00 +000013313Thu Aug 16 21:31:14 CEST 2001 Daniel Veillard <daniel@veillard.com>
13314
13315 * xpointer.c: removed unused var
13316
Daniel Veillard09190202001-08-16 16:27:41 +000013317Thu Aug 16 18:26:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
13318
13319 * testXPath.c: another small cleanup closing bug #59110
13320
Daniel Veillard796f4b62001-08-16 16:00:13 +000013321Thu Aug 16 17:59:18 CEST 2001 Daniel Veillard <daniel@veillard.com>
13322
13323 * win32/dsp/libxml2.def.src: small cleanup closing bug
13324 #59108
13325
Daniel Veillard5aac4e42001-08-15 20:46:57 +000013326Wed Aug 15 22:46:01 CEST 2001 Daniel Veillard <daniel@veillard.com>
13327
13328 * example/gjobread.c: add xmlCleanupParser() before leaving
13329
Daniel Veillard9a0b3d62001-08-15 12:58:03 +000013330Wed Aug 15 14:57:08 CEST 2001 Daniel Veillard <daniel@veillard.com>
13331
13332 * config.h.in configure.in include/libxml/xmlwin32version.h:
13333 released 2.4.2
13334
Daniel Veillardd3d06722001-08-15 12:06:36 +000013335Wed Aug 15 13:56:22 CEST 2001 Daniel Veillard <daniel@veillard.com>
13336
13337 * include/libxml/valid.h debugXML.c valid.c: deprecate
13338 the non-boundchecking Sprintf functions, add Snprintf
13339 this should close bug #57984
13340
Daniel Veillardecb6f5b2001-08-15 08:47:42 +000013341Wed Aug 15 10:46:07 CEST 2001 Daniel Veillard <daniel@veillard.com>
13342
13343 * xmlIO.c: xmlOutputBufferCreateFilename() didn't unescaped
13344 URIs before doing the lookups (pointed by Mark Vakoc)
13345
Daniel Veillard0ab5cab2001-08-14 16:43:10 +000013346Tue Aug 14 18:37:23 CEST 2001 Daniel Veillard <daniel@veillard.com>
13347
13348 * xpath.c: serious changes on Result Value Trees and NodeSets
13349 w.r.t. deallocation and collect operations. Probably not
13350 100% clean (merge of allocated trees smells like a problem).
13351 Seems sufficient to close #58943
13352
Daniel Veillard90493a92001-08-14 14:12:47 +000013353Tue Aug 14 16:12:00 CEST 2001 Daniel Veillard <daniel@veillard.com>
13354
13355 * xmllint.c: adding a --format option
13356
Daniel Veillardfe703322001-08-14 12:18:09 +000013357Tue Aug 14 14:16:24 CEST 2001 Daniel Veillard <daniel@veillard.com>
13358
13359 * xpath.c: count() was broken on Result Value Tree
13360 * xmlIO.c: fixed file:/// accesses on _WIN32
13361
Daniel Veillard70ac0e32001-08-13 11:24:16 +000013362Mon Aug 13 13:22:53 CEST 2001 Daniel Veillard <daniel@veillard.com>
13363
13364 * libxml.m4: s/LIBXML_VERSION_NUMBER/LIBXML_VERSION/ seems the
13365 macro was renamed, this should close bug #58683
13366
Daniel Veillardf300b7e2001-08-13 10:43:15 +000013367Mon Aug 13 12:33:40 CEST 2001 Daniel Veillard <daniel@veillard.com>
13368
13369 * SAX.c: small fix fixing bug #58539 reported by coolo, in
13370 entity substitution mode text at the end of the entity might
13371 be added due to text coalescing.
13372 * nanoftp.c parser.c: small cleanup
13373
Daniel Veillard0c720972001-08-08 20:59:00 +000013374Wed Aug 8 22:57:05 CEST 2001 Daniel Veillard <daniel@veillard.com>
13375
13376 * HACKING: added John Fleck right to commit in the doc subdir
13377
Daniel Veillard48da9102001-08-07 01:10:10 +000013378Tue Aug 7 03:05:58 CEST 2001 Daniel Veillard <daniel@veillard.com>
13379
13380 * SAX.c testXPath.c valid.c xmllint.c include/libxml/valid.h:
13381 allow to inherit attributes from the DTD directly in the
13382 tree, this is needed for XPath and can be a useful feature.
13383 Inherited namespaces are always provided at the tree level now
13384 * test/defattr* result/defattr* result/noent/defattr*: added a couple
13385 of tests for this feature (XSLT being the prime user).
13386
Daniel Veillard50f34372001-08-03 12:06:36 +000013387Fri Aug 3 14:02:20 CEST 2001 Daniel Veillard <daniel@veillard.com>
13388
13389 * DOCBparser.c Makefile.am nanohttp.c parser.c testHTML.c
13390 testSAX.c xmlIO.c xmllint.c include/win32config.h
13391 include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h
13392 include/libxml/xmlwin32version.h.in win32/README.MSDev
13393 win32/dsp/*: applied Win32 Facelift No.2 patches from
13394 Igor Zlatkovic for Windows/MSC
13395
Daniel Veillard9f4eb912001-08-01 21:22:27 +000013396Wed Aug 1 23:21:06 CEST 2001 Daniel Veillard <daniel@veillard.com>
13397
13398 * SAX.c: unparsedEntityDecl() the URI computation of the
13399 entity wasn't done breaking XSLT unparsed-entity-uri()
13400
Daniel Veillard567e1b42001-08-01 15:53:47 +000013401Wed Aug 1 17:44:57 CEST 2001 Daniel Veillard <daniel@veillard.com>
13402
13403 * xpath.c: fixed a bug when walking the descendants and
13404 the current node has no children
13405 * debugXML.c: show up when a text node is supposed to not be escaped
13406
Thomas Broyerf186c822001-07-31 23:30:37 +000013407Wed Aug 1 01:33:35 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
13408
13409 * xpath.c: fixed a bug in xmlXPathNodeTrailingSorted (for now it
13410 worked like the set:leading() function)
13411 * include/libxml/xpathInternals.h: added xmlXPathNodeSetContains
13412
Daniel Veillardba6db032001-07-31 16:25:45 +000013413Tue Jul 31 18:24:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13414
13415 * nanohttp.c: protected an use of EAGAIN, Brian Stafford
13416
Daniel Veillard57905372001-07-31 15:52:17 +000013417Tue Jul 31 17:48:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13418
13419 * include/libxml/xmlIO.h: apply change to close #58141
13420 * win32/libxml2/*: update of the MSC projects from Igor Zlatkovic
13421
Daniel Veillard5e3eecb2001-07-31 15:10:53 +000013422Tue Jul 31 17:09:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13423
13424 * parser.c: when the internal subset uses a PE, then the
13425 included entity can use conditional sections.
13426
Daniel Veillard7d7e3792001-07-30 13:42:13 +000013427Mon Jul 30 12:58:39 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13428
13429 * xpath.c include/libxml/xpath.h: fixed a serious memory problen
13430 when walking the namespace axis showing up in
13431 libxst/tests/general/bug-12
13432 * xmlmemory.c: added the possibility to trace a given block
13433 defined by its address
13434
Daniel Veillard4aafa792001-07-28 17:21:12 +000013435Sun Jul 29 07:18:53 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13436
13437 * parser.c: don't override existing encoding specified before
13438 starting xmlParseDocument()
13439
Daniel Veillardfdb1f242001-07-27 23:32:44 +000013440Sat Jul 28 13:33:10 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13441
13442 * include/libxml/xmlwin32version.h: reinserted, needed for
13443 Windows users of CVS
13444
Darin Adlera77cac02001-07-27 17:41:51 +0000134452001-07-27 Darin Adler <darin@bentspoon.com>
13446
Darin Adler699613b2001-07-27 22:47:14 +000013447 * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
13448 * testCatalog.c: Add include of <libxml/parser.h>.
13449
134502001-07-27 Darin Adler <darin@bentspoon.com>
13451
Darin Adlera77cac02001-07-27 17:41:51 +000013452 * include/libxml/.cvsignore:
13453 * include/libxml/xmlwin32version.h:
13454 Remove this file from CVS because it's generated.
13455
Daniel Veillard50822cb2001-07-26 20:05:51 +000013456Fri Jul 27 10:03:56 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13457
13458 * parser.c include/libxml/parser.h: applied const patches from
13459 Tom Moog #58002
13460
Thomas Broyerba4ad322001-07-26 16:55:21 +000013461Thu Jul 26 18:55:52 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
13462
13463 * xpath.c include/libxml/xpath{,Internals}.h: added a function
13464 lookup framework
13465
Daniel Veillard1d0bfab2001-07-26 11:49:41 +000013466Fri Jul 27 01:50:20 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13467
13468 * tree.c: fixed xmlCopyNode() for documents
13469
Daniel Veillard6dd398f2001-07-25 22:41:03 +000013470Thu Jul 26 12:40:35 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13471
13472 * parser.c: fixed bugs #58073 reported by Greg Shtilman
13473
13474Thu Jul 26 11:38:37 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard2454ab92001-07-25 21:39:46 +000013475
13476 * parser.c: fixes bug #57652 reported by Morus Walter
13477
Daniel Veillarde3924972001-07-25 20:25:21 +000013478Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13479
13480 * nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
13481
Daniel Veillarda53c6882001-07-25 17:18:57 +000013482Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13483
13484 * parser.c parserInternals.c: fixed the xmlLineNumbersDefault()
13485 errors, lesson don't add new functions at 1am before a release
13486 * xpath.c: integrated fix from Bjorn to avoid divide by zero
13487 from XPath initialization when possible.
13488
Daniel Veillardd9bad132001-07-23 19:39:43 +000013489Tue Jul 24 15:39:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13490
13491 * result/scripts/base*: removing history/readline changed
13492 this slightly
13493 * include/libxml/parser.h SAX.c parser.c parserInternals.c
13494 xmllint.c: make element content line number generation
13495 optionnal to avoid breaking old apps added interface to switch
13496
Daniel Veillardf012a642001-07-23 19:10:52 +000013497Tue Jul 24 15:06:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13498
13499 * configure.in: get rid of the readline and libhistory
Daniel Veillard784b9352003-02-16 15:50:27 +000013500 dependencies by default, release 2.4.1 with IA64 fix
Daniel Veillardf012a642001-07-23 19:10:52 +000013501 * nanohttp.c tree.c xmlIO.c include/libxml/nanohttp.h
13502 include/libxml/tree.h include/libxml/xmlIO.h: incorporated
13503 John Kroll fixes to allow saving to HTTP via PUT (or
13504 POST of needed).
13505 * doc/html/*.html: regenerated the docs
13506
Thomas Broyere8126242001-07-22 03:54:15 +000013507Sun Jul 22 05:56:16 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
13508
13509 * hash.c include/libxml/hash.h: added xmlHashScannerFull,
13510 xmlHashScanFull and xmlHashScannFull3 to get passed the
13511 three keys as arguments to the callback function
13512
Daniel Veillard5e2dace2001-07-18 19:30:27 +000013513Thu Jul 19 15:29:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13514
13515 * configure.in Makefile.am: removed libxml softlink for good
13516 * include/libxml/*.h *.c doc/Makefile.am: cleanup to get
13517 100% coverage by gtk-doc
13518
Daniel Veillard8599e702001-07-17 21:38:51 +000013519Tue Jul 17 17:36:46 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13520
13521 * xmlmemory.c include/libxml/xmlmemory.h: debugging on IA64,
13522 fixed serious troubles due to size_t vs. int mismatch
13523
Daniel Veillard8fcc4942001-07-17 20:07:33 +000013524Tue Jul 17 16:04:36 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13525
13526 * SAX.c xmlIO.c: cleaned up some warning on the Alpha
13527
Thomas Broyerf06a3d82001-07-16 04:52:57 +000013528Mon Jul 16 06:32:44 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
13529
13530 * include/libxml/xpath{,Internals}.h xpath.c: added a more
13531 convenient extension API for value and context managing
13532 Now handles external objects through xmlXPathPopExternal,
13533 xmlXPathWrapExternal and xmlXPathReturnExternal.
13534 Added functions for sets operations (intersection, etc.)
13535
Daniel Veillard22090732001-07-16 00:06:07 +000013536Mon Jul 16 20:05:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13537
13538 * include/libxml/parserInternals.h include/libxml/HTMLparser.h
13539 xmlIO.c tree.c parserInternals.c entities.c encoding.c
13540 HTMLparser.c: cleanup of global variables, marking some
13541 const or private.
13542
Thomas Broyerf06a3d82001-07-16 04:52:57 +000013543Mon Jul 16 00:17:15 CEST 2001 Thomas Broyer <tbroyer@ltgt.net>
Thomas Broyer496be682001-07-15 22:59:18 +000013544
13545 * include/libxml/xpath.h: exported xmlXPath{NAN,PINF,NINF}
13546 fixed xmlXPathNodeSetItem when passing index=0
13547
Daniel Veillard05dec342001-07-14 21:57:39 +000013548Sun Jul 15 17:58:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13549
13550 * include/libxml/xmlwin32version.h.in: added xmlCheckVersion()
13551
Daniel Veillard28ae6362001-07-14 16:44:32 +000013552Sat Jul 14 19:31:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13553
13554 * xmllint.c: fixed compilation under Cygwin #57503
13555 * TODO: update
13556
Peter Williamsed156f52001-07-13 18:35:13 +0000135572001-07-13 Peter Williams <peterw@ximian.com>
13558
13559 * config.h.in: add #undef HAVE_DLFCN_H
13560
13561 * example/Makefile.am (INCLUDES): Compile fix when srcdir !=
13562 builddir.
13563
Daniel Veillard73b36e32001-07-12 15:09:52 +000013564Fri Jul 13 11:09:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13565
13566 * win32/libxml2/libxml2.def.src: added a couple of exported entries
13567 raised by #57348 and #57381
13568
Daniel Veillard7db37732001-07-12 01:20:08 +000013569Thu Jul 12 21:20:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13570
13571 * DOCBparser.c HTMLparser.c HTMLtree.c SAX.c debugXML.c parser.c
13572 tree.c xpointer.c: store the line numbder in element->content,
13573 may break some software, need a configuration mechanism
13574
Darin Adler96037892001-07-11 00:03:16 +0000135752001-07-10 Darin Adler <darin@bentspoon.com>
13576
13577 * .cvsignore:
13578 * example/.cvsignore:
13579 * include/.cvsignore:
13580 * include/libxml/.cvsignore:
13581 Various things that are generated and should be ignored.
13582
Daniel Veillard09ab7e12001-07-10 15:49:44 +000013583Tue Jul 10 17:47:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13584
13585 * configure.in include/libxml/xmlwin32version.h: release of 2.4.0
13586 * doc/xml.html doc/html/*: updated the docs
13587
Daniel Veillard04e2dae2001-07-09 20:07:25 +000013588Mon Jul 9 22:06:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13589
13590 * valid.c: fixed "Internal: MIXED struct bad" when #CDATA elements
13591 validation occured on content with element child
13592
Daniel Veillardb8c9be92001-07-09 16:01:19 +000013593Mon Jul 9 17:59:08 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13594
13595 * tree.c: fixed XML Base computation which was broken
13596 * debugXML.c: added a base function to the shell
13597 * Makefile.am result/scripts/* test/scripts/*: added scripts
13598 based regression tests, and adding 2 XML Base tests
13599
Daniel Veillard19e96c32001-07-09 10:32:59 +000013600Mon Jul 9 12:31:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13601
13602 * tree.c: set properties doc and call xmlSetListDoc for properties
13603 content when grafting them in a different tree.
13604 * aclocal.m4: remove from CVS
13605
Daniel Veillarde086f5c2001-07-08 21:10:40 +000013606Sun Jul 8 23:09:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13607
13608 * win32/libxml2/libxml2.def.src: added some missing entry point
13609 for XPath (Mark Vakoc)
13610
Daniel Veillard388236f2001-07-08 18:35:48 +000013611Sun Jul 8 20:34:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13612
13613 * xmlIO.c: fixed an old bug raised by Bernhard Zwisch, the I/O
13614 layer should URI-Unescape before trying to open resources.
13615
Daniel Veillard04383752001-07-08 14:27:15 +000013616Sun Jul 8 16:26:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13617
13618 * xpath.c: fix the name() bug for elements in the default
13619 namespace reported by Charlie Bozeman
13620
Daniel Veillard7583a592001-07-08 13:15:55 +000013621Sun Jul 8 15:11:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13622
13623 * SAX.c parser.c testXPath.c xpath.c: trying to fix #56948, this
13624 led to an XPath fix, improvements of SAX initialization, and
13625 an added option --nocdata to testXPath
13626
Daniel Veillard449d7392001-07-07 19:11:06 +000013627Sat Jul 7 21:09:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13628
13629 * doc/libxml-doc.el: Felix Natter provided anew version working
13630 with XEmacs too
13631
Daniel Veillard5168dbf2001-07-07 00:18:23 +000013632Sat Jul 7 02:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13633
13634 * include/libxml/xpath.h: small cleanup
13635 * doc/xml.html: update
13636
Daniel Veillardf524d6e2001-07-05 23:41:40 +000013637Fri Jul 6 01:40:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13638
13639 * Makefile.am configure.in include/libxml/xmlwin32version.h:
13640 released 2.3.14
13641
Daniel Veillard4b8328d2001-07-05 22:48:42 +000013642Fri Jul 6 00:47:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13643
13644 * doc/html/*: rebuilt the docs for the release
Daniel Veillard5b43fde2001-07-05 23:31:40 +000013645 * doc/xml.html: added 2.3.14 release.
Daniel Veillard4b8328d2001-07-05 22:48:42 +000013646
Daniel Veillard73c9c042001-07-05 20:02:54 +000013647Thu Jul 5 22:01:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13648
13649 * xpath.c: a bug reported by Stephan Kulow empty nodesets
13650 were not equal to empty strings
13651
Daniel Veillard1fd36d22001-07-04 22:54:28 +000013652Thu Jul 5 00:52:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13653
13654 * SAX.c: fixed a URI-Reference computation problem when validating
13655 * xmlIO.c: small cleanup
13656
Daniel Veillard4d65a1c2001-07-04 22:06:23 +000013657Thu Jul 5 00:04:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13658
13659 * parser.c: improved the description of a couple of interfaces
13660 upon Larry Stamper suggestion
13661
Daniel Veillard62f313b2001-07-04 19:49:14 +000013662Wed Jul 4 21:42:24 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13663
13664 * SAX.c entities.c parser.c: changed completely the way entities
13665 are handled when running the parser in entity substitution mode.
13666 This fixes a bug reported by Stephan Kulow and nearly divides
13667 by 3 the amount of memory required by libxslt to load and process
13668 DocBook TDG.
13669
Daniel Veillardf420ac52001-07-04 16:04:09 +000013670Wed Jul 4 18:02:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13671
13672 * HTMLparser.c: fixing a too early root closing problem raised
13673 byt Prashanth Naidu
13674
Daniel Veillard8c357d52001-07-03 23:43:33 +000013675Wed Jul 4 01:42:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13676
13677 * xpath.c: fixed a missing copy in xmlXPathVariableLookupNS()
13678 raised by Mark Vakoc.
13679
Daniel Veillard6e90d192001-07-03 16:37:49 +000013680Tue Jul 3 18:35:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13681
13682 * example/Makefile.am: fixed the include path to add srcdir/include
13683 * Makefile.am configure.in: fix from Albert Chin for iconv detection
13684 and some cleanup
13685
Daniel Veillardf06307e2001-07-03 10:35:50 +000013686Tue Jul 3 10:12:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13687
13688 * xpath.c include/libxml/xpath.h include/libxml/xpathInternals.h:
13689 lot of optimization work, results in significant improvements
13690 when handling really complex XPath queries. Add a small optimizer
13691 for unions, improve [n] and [last()], avoid some costly ops.
13692
Daniel Veillard77044732001-06-29 21:31:07 +000013693Fri Jun 29 23:26:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13694
13695 * include/libxml/parser.h parser.c: xmlStrstr args are both const
13696 * xpath.c: small cleanup
13697 * xmlGetNsList: reformated, fixed problems if used on Entities
13698
Daniel Veillard2adbb512001-06-28 16:20:36 +000013699Thu Jun 28 18:19:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13700
13701 * doc/xml.html: added 1.8.14 and 2.3.13 releases
13702
Daniel Veillardb37ecd02001-06-28 16:18:11 +000013703Thu Jun 28 18:16:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13704
13705 * configure.in include/libxml/xmlwin32version.h: released 2.3.13
13706 * Makefile.am example/Makefile.am: workaround automake generating
13707 erroneous deps
13708
Daniel Veillard12f7d292001-06-28 13:12:11 +000013709Thu Jun 28 15:08:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13710
13711 * include/win32config.h: bug #56801 Yon Derek provided a patch
13712 to the windows config file.
13713
Daniel Veillard87ee9142001-06-28 12:54:16 +000013714Thu Jun 28 14:51:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13715
13716 * xpointer.c include/win32config.h win32/libxml2/libxml2.def.src
13717 libxml.h : Yon Derek provided a set of changes to compile from
13718 CVS on Windows/MSC
13719
Daniel Veillard0e4cd172001-06-28 12:13:56 +000013720Thu Jun 28 14:11:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13721
13722 * parser.c: fixed UTF8 BOM support in push mode
13723 * test/utf8bom.xml result/utf8bom.xml result/noent/utf8bom.xml:
13724 added a specific testcase
13725
Daniel Veillard3e5bb8e2001-06-27 16:34:34 +000013726Wed Jun 27 18:33:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13727
13728 * Makefile.am: added --push regression tests
13729 * parserInternals.c: the XML parser segfaulted in --push mode
13730
Daniel Veillard9a89a8a2001-06-27 11:13:35 +000013731Wed Jun 27 13:09:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13732
13733 * configure.in: moved the symlinks detection within a CVS
13734 check, this is not portable and will be removed soon.
13735 * xpath.c: small cleanup/speedup
13736
Daniel Veillard11648102001-06-26 16:08:24 +000013737Tue Jun 26 18:05:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13738
13739 * configure.in doc/xml.html include/libxml/xmlwin32version.h:
13740 release of 2.3.12
13741 * parser.c: make an error message if unknow entities in all cases
13742
Daniel Veillardfcbd74a2001-06-26 07:47:23 +000013743Tue Jun 26 09:46:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13744
13745 * uri.c: fixed 2 uri normalization bugs on '//' reduction
13746
Daniel Veillard23793842001-06-25 16:07:45 +000013747Mon Jun 25 18:06:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13748
13749 * include/libxml/Makefile.am: Laszlo Peter pointed out that
13750 includes were installed in the wrong dir
13751
Daniel Veillardf5498f32001-06-25 15:08:36 +000013752Mon Jun 25 17:07:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13753
13754 * doc/html.xml: warn against sending code to exhibit bugs.
13755
Daniel Veillard56f06462001-06-24 21:34:03 +000013756Sun Jun 24 23:31:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13757
13758 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
13759 Tru64 from Thomas Leitner
13760
Daniel Veillardc5d64342001-06-24 12:13:24 +000013761Sun Jun 24 14:05:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13762
13763 * AUTHORS: added William and Bjorn
13764 * include/libxml/*.h *.c README doc/*.html etc.: changed old email to
13765 daniel@veillard.com hopefully I won't have to do this again
13766 * doc/Makefile.am doc/html/*.html: cleanup makefile, checked that
13767 docs can be rebuilt cleanly now
13768 * include/libxml/xml*version.h*: removed include/libxml/xmlversion.h
13769 from CVs it's generated, added include/libxml/xmlwin32version.h
13770 also generated but which should change far less frequently.
13771 * catalog.c nanoftp.c: made sure to include libxml.h not
13772 libxml/xmlversion.h directly
13773 * include/libxml/*.h: include xmlwin32version.h instead of xmlversion.h
13774 when compiling on WIN32 and MSC
13775
Daniel Veillard07385fd2001-06-23 21:55:48 +000013776Sat Jun 23 23:54:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13777
13778 * include/Makefile.am include/libxml/Makefile.am configure.in:
13779 fixed make distcheck and rebuilding the rpms
13780
Daniel Veillardcd1d9442001-06-23 18:53:44 +000013781Sat Jun 23 20:50:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13782
13783 * configure.in: should finish the migration of exported includes
13784 into a real include/libxml in CVS, at least for CVS users.
13785 * removed the exported headers, added in include/libxml (as well
13786 as xmlversion.h.in).
13787
Daniel Veillard6dd8e052001-06-23 18:38:06 +000013788Sat Jun 23 20:37:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13789
13790 * configure.in: fixed the way to detect symlink
13791
Daniel Veillard66541772001-06-23 18:31:04 +000013792Sat Jun 23 20:30:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13793
13794 * configure.in: updated, include/libxml is now a real CVS dir
13795
Daniel Veillardca989762001-06-23 17:39:29 +000013796Sat Jun 23 19:36:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13797
13798 * doc/libxml-doc.el: a new version of libxml-doc.el. This new
13799 version works with both libxml1 and libxml2 (it autodetects
13800 the prefix of the html-files) from Felix Natter.
13801 * doc/xml.html: updated doc accordingly
13802
Daniel Veillard8cf14d52001-06-23 16:32:46 +000013803Sat Jun 23 18:30:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13804
13805 * xpath.c: fixed the bug generating a template loop in libxslt
13806 when using docbook-xsl-1.4, * should filter out document nodes
13807 * HACKING: added William
13808 * TODO: updated
13809
Daniel Veillard7b06bcb2001-06-22 16:03:51 +000013810Fri Jun 22 18:02:37 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13811
13812 * doc/FAQ.html: added a warning about gcc-3.0
13813 * doc/xml.html: added reference to gdome2 and removed a confusing
13814 sentence
13815
Daniel Veillardf7f41852001-06-22 15:18:01 +000013816Fri Jun 22 17:02:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13817
13818 * xmlversion.h: okay this is a generated file, but Windows
13819 users need it and they can't generate it, and I want CVS
13820 Windows users ...
13821 * win32/libxml2/libxml2_so.dsp: Windows project file for
13822 the shared lib version of libxml2
13823 * win32/libxml2/libxml2.def.src: bug #56527 set of exported
13824 resources needed for libxslt/xsltproc by Yon Derek
13825
Bjorn Reese3157b342001-06-22 14:41:45 +000013826Fri Jun 22 16:39:36 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
13827
13828 * trio.c: MSVC fix (provided by Igor Zlatkovic)
13829
Daniel Veillard4151acb2001-06-22 10:48:57 +000013830Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13831
Daniel Veillardcc146db2001-06-22 11:10:52 +000013832 * include/win32config.h: another small fix for ATTRIBUTE_UNUSED
13833
13834Fri Jun 22 12:42:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13835
Daniel Veillard4151acb2001-06-22 10:48:57 +000013836 * include/win32config.h: Yon Derek provided a first fix
13837 to be able to compile libxslt/xsltproc on Windows
13838
Daniel Veillardd79bcd12001-06-21 22:07:42 +000013839Fri Jun 22 00:04:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13840
13841 * xpath.c: attempt to work around what seemed a gcc optimizer
13842 bug when handling floats on i386 http://veillard.com/gcc.bug
13843 * tree.c entities.c encoding.c: doing some cleanups while
13844 chasing it
13845
Daniel Veillard017b1082001-06-21 11:20:21 +000013846Thu Jun 21 13:13:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13847
13848 * Makefile.am: cleanup when --without-debug is specified
13849 * xinclude.c xpath.c xpathInternals.h xpointer.c: cleanup
13850 w.r.t. --without-debug and other include points
13851 * catalog.h testCatalog.c: a bit of cleanup and prepare for XML
13852 Catalogs
13853 * configure.in entities.h tree.h HTMLparser.c: removed
13854 --without-corba, made the _private field mandatory
13855
Daniel Veillard87a764e2001-06-20 17:41:10 +000013856Wed Jun 20 19:37:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13857
13858 * parser.c parserInternals.c encoding.c: Since Notepad on Win2k
13859 outputs a BOM in UTF8, an errata has been issued to avoid the
13860 problem, that was the most reasonable solution... Add support
13861 for a leading UTF8 BOM in entities.
13862
Daniel Veillard10ea86c2001-06-20 13:55:33 +000013863Wed Jun 20 15:38:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13864
13865 * valid.c: fixed a bug found when post validating an entity ref
13866 * xmllint.c: added --loaddtd and sligly changed --postvalid to
13867 activate it too
13868
Daniel Veillard39196eb2001-06-19 18:09:42 +000013869Tue Jun 19 20:03:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13870
13871 * tree.c xinclude.c xpointer.c: bug #56402 exposed a number of
13872 weakness in the node copy the XPointer and the XInclude
13873 implementations. Serious cleanup.
13874
Daniel Veillard3739b982001-06-19 12:51:30 +000013875Tue Jun 19 14:50:18 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13876
13877 * Makefile.am: Kjartan Maraas provided a small patch to
13878 add xml2-config.in to EXTRA_DIST
13879
Daniel Veillarda9142e72001-06-19 11:07:54 +000013880Tue Jun 19 13:04:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13881
13882 * valid.c tree.c parserInternals.c parser.c: Stephan Kulow
13883 provided another failing case found in KDE, the way the
13884 ctxt->vctxt.nodeTab was allocated and freed changed over
13885 time but it wasn't completely cleaned up. This should fix it.
13886
Daniel Veillard3ed27bd2001-06-17 17:58:17 +000013887Sun Jun 17 19:56:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13888
13889 * parser.c: Stephan Kulow also raised the fact that line number
13890 could get miscounted making debug harder, fixed the problem
13891 in xmlParseCharData()
13892
Daniel Veillard64b98c02001-06-17 17:20:21 +000013893Sun Jun 17 19:17:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13894
13895 * valid.c: Stephan Kulow pointed out a problem when validating
13896 and using an empty entity, forgot a 'break' in a case.
13897
Daniel Veillarde3c81b52001-06-17 14:50:34 +000013898Sun Jun 17 16:47:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13899
13900 * tree.c: fixed xmlHasNsProp() accordingly to bug #55683
13901 * doc/xml.html: updated with 2.3.11
13902
Daniel Veillard4ec885a2001-06-17 10:31:07 +000013903Sun Jun 17 12:24:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13904
13905 * TODO: updated adding cleanup of generated doc
13906 * configure.in: prepared to release 2.3.11
13907 * xmllint.c: added --version for bug reporting
13908 * doc/html/*.html: rebuilt the doc
13909
Daniel Veillard8b8d2252001-06-16 21:24:56 +000013910Sat Jun 16 23:23:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13911
13912 * xpath.c: first part of the work on selecting namespace to
13913 fix bug #56115
13914
Daniel Veillard96ed5832001-06-15 22:22:04 +000013915Sat Jun 16 00:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13916
13917 * Makefile.am example/Makefile.am: Laszlo PETER provided a fix
13918 when using -liconv
13919 * TODO: updated
13920
Daniel Veillardc4f631d2001-06-14 11:11:59 +000013921Fri Jun 15 07:08:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13922
13923 * HTMLtree.[ch]: more work on the HTML serialization routnes,
13924 cleanup, encoding support.
13925
Daniel Veillard608ad072001-06-14 08:32:28 +000013926Thu Jun 14 10:31:17 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13927
13928 * xpath.c: Thomas Broyer suggested a better patch for the / arg
13929
Daniel Veillard239d0522001-06-13 23:02:48 +000013930Thu Jun 14 01:01:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13931
13932 * xpath.c: bug detected by Ankh when / is used as a function arg
13933
Daniel Veillard02bb1702001-06-13 21:11:59 +000013934Wed Jun 13 23:08:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13935
13936 * HTMLparser.[ch] HTMLtree.c: stored the inline/block property
13937 of element and use it to avoid outputting formatting spaces at
13938 the wrong place. Implemented the format parameter for HTML save.
13939 * result/HTML/doc2.htm result/HTML/doc3.htm result/HTML/fp40.htm
13940 result/HTML/script.html result/HTML/test2.html result/HTML/test3.html
13941 result/HTML/wired.html: of course this impact the result of a
13942 number of HTML tests
13943
Daniel Veillard95d845f2001-06-13 13:48:46 +000013944Thu Jun 14 09:49:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13945
13946 * HTMLtree.[ch]: started augmenting the HTML save API with
13947 encoding and formatting parameters
13948
Daniel Veillardeca60d02001-06-13 07:45:41 +000013949Wed Jun 13 09:44:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13950
13951 * HTMLtree.h: cleanup and started evaluating the work needed on
13952 revamping the HTML output code
13953
Daniel Veillard84666b32001-06-11 17:31:08 +000013954Mon Jun 11 19:29:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13955
13956 * DOCBparser.c: handling of PIs and <?sgml-declaration in entities.
13957
Daniel Veillard8bdd2202001-06-11 12:47:59 +000013958Tue Jun 12 08:46:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13959
13960 * valid.c: fixed bug #56049, forgot one check in the
13961 validation routine
13962
Daniel Veillardca2366a2001-06-11 12:09:01 +000013963Tue Jun 12 08:09:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13964
13965 * tree.[ch]: grrr ... namespace is a C++ reserved keyword
13966
Daniel Veillard6761eee2001-06-11 10:29:38 +000013967Tue Jun 12 06:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13968
13969 * libxml.h: fixed an error in last commit
13970 * doc/FAQ.html: added an entry for compilation from CVS
13971
Daniel Veillard9cc6dc62001-06-11 08:09:20 +000013972Mon Jun 11 10:07:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13973
13974 * xmlversion.h.in libxml.h: Cygwin patches
13975 * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
13976 * tree.h: cleanup
13977
Daniel Veillardacd370f2001-06-09 17:17:51 +000013978Sat Jun 9 19:16:00 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13979
13980 * tree.c: patched xmlFreeNode() to avoid freeing() a static
13981 memory block in a strange case where libxml is linked twice
13982 in the binary.
13983
Daniel Veillard1d047672001-06-09 16:41:01 +000013984Sat Jun 9 18:39:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13985
13986 * valid.c: (a? , b? , c? , ... , z?) was storing/restauring
13987 state far too often, simple fix used to avoid it.
13988
Daniel Veillard4497e692001-06-09 14:19:02 +000013989Sat Jun 9 16:10:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13990
13991 * xinclude.c: Raphael Hertzog had a trouble with DTD nodes
13992 being processed, applied his patch
13993 * tree.c: fixed a bug raised in xmlStaticCopyNodeList()
13994
Daniel Veillardf3afa7d2001-06-09 13:52:58 +000013995Sat Jun 9 15:50:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
13996
13997 * nanoftp.c nanohttp.c uri.c include/win32config.h: Igor Zlatkovic
13998 provided fixes to compile on MSCC again
13999 * win32/libxml2/libxml2.def.src win32/libxml2/libxml2*.dsp: he
14000 also provided an update for the project files.
14001
Daniel Veillarda682b212001-06-07 19:59:42 +000014002Thu Jun 7 21:52:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14003
14004 * tree.c: applied Steve Tinney patch to xmlNewNsProp to fix
14005 bug #55810
14006
Daniel Veillarde8fc08e2001-06-07 19:35:47 +000014007Thu Jun 7 21:29:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14008
14009 * tree.c: fixed xmlGetNsProp() to close bug #55683
14010 Note this requires libxslt to use it's own function instead.
14011
Daniel Veillardf0c53762001-06-07 16:07:07 +000014012Thu Jun 7 18:06:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14013
14014 * HTMLtree.c: when in a pre element no formatting space should
14015 be added.
14016 * test/HTML/pre.html result/HTML/pre.html*: added a regression test
14017
Daniel Veillard068a9652001-06-07 15:30:26 +000014018Thu Jun 7 17:29:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14019
14020 * configure.in: added tests for signal() and signal.h
14021
Daniel Veillard541d6552001-06-07 14:20:01 +000014022Fri Jun 8 10:17:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14023
14024 * xpath.c: robert pointed out xmlXPathNINF was not initialized
14025
Daniel Veillard8a367d42001-06-07 14:01:34 +000014026Fri Jun 8 10:01:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14027
14028 * doc/libxml-doc.el: Felix Natter provided a new version for
14029 libxml2
14030
Daniel Veillard8a926292001-06-07 11:20:20 +000014031Fri Jun 8 07:20:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14032
14033 * HTMLtree.c: when in a pre element no formatting space should
14034 be added.
14035
Daniel Veillard14839d52001-06-06 16:11:56 +000014036Wed Jun 6 18:07:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14037
14038 * configure.in: add -mieee to CFLAGS when compiling on Linux/alpha
14039
Daniel Veillarde95e2392001-06-06 10:46:28 +000014040Thu Jun 7 06:44:01 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14041
14042 * DOCBparser.c: implemented the <?sgml-declaration encoding="xxx"?>
14043 hack
14044 * tree.[ch]: added xmlHasNsProp as suggested in bug report #55653
14045 * uri.c: fixed a warning
14046
Daniel Veillard6e93c4a2001-06-05 20:57:42 +000014047Tue Jun 5 22:54:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14048
14049 * HTMLtree.c: trying to close bug #55772 escaping in script
14050 elements
14051 * doc/xml.html: suggest to send mail to the list
14052
14053Tue Jun 5 19:11:02 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard1c43dbf2001-06-05 17:12:52 +000014054
14055 * error.c: attempt to fix the xmlGetVarStr breakage once and for
14056 good. Use a macro and based on the solution provided in
14057 vsnprintf manual page from GNU.
14058
Bjorn Reese99748722001-06-05 12:49:15 +000014059Tue Jun 5 14:46:10 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
14060
14061 * error.c: Workaround for non-preserving variadic list.
14062 * trio.c trio.h triop.h strio.c strio.h: Upgraded to trio baseline 1.4
14063
Daniel Veillard2e4f1882001-06-01 10:11:57 +000014064Sat Jun 2 06:12:33 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14065
14066 * doc/xml.html: added 2.3.10 release
14067
Daniel Veillardb3a182e2001-06-01 09:28:09 +000014068Fri Jun 1 11:27:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14069
14070 * configure.in: releasing 2.3.10
14071
Daniel Veillard3c2758d2001-05-31 18:43:43 +000014072Thu May 31 20:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14073
14074 * xmlIO.c: Gary Pennington spotted a few troubles with file:///
14075
Daniel Veillard20042422001-05-31 18:22:04 +000014076Thu May 31 20:18:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14077
14078 * encoding.c: Robert Collins provided a patch to add the
14079 "US-ASCII" encoding alias
14080
Daniel Veillard97ac1312001-05-30 19:14:17 +000014081Wed May 30 21:12:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14082
14083 * xpath.c encoding.[ch]: William M. Brack provided a set of UTF8
14084 string oriented functions and started cleaning the related areas
14085 in xpath.c which needed fixing in this respect
14086
Daniel Veillard2d703722001-05-30 18:32:34 +000014087Wed May 30 20:30:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14088
14089 * HTMLtree.c: applied patch from Jaroslaw Kolakowski to close bug
14090 #55380
14091 * tree.c: patch to xmlNodeGetContent() to get CDATA section content
14092
Daniel Veillard9403a042001-05-28 11:00:53 +000014093Mon May 28 12:56:29 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14094
14095 * TODO: updated
14096 * nanohttp.[ch] : started adding APIs to get the redirected URL
14097 when this occurs (needed for further base computation
14098 * tree.h: cleanup
14099 * encoding.c: cleanup
14100 * SAX.c: minor change around ctxt->loadsubset
14101
Daniel Veillard6278fb52001-05-25 07:38:41 +000014102Fri May 25 09:36:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14103
14104 * Makefile.am include/Makefile.am: small change to have
14105 include/libxml rebuilt if working from CVS.
14106 * uri.c: applied another patch from Carl Douglas for URI escaping,
14107 this should close bug #51876
14108
Daniel Veillardd16df9f2001-05-23 13:44:21 +000014109Wed May 23 15:40:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14110
14111 * xinclude.c: fixed XInclude recursive behaviour bug #54678
14112 * result/XInclude/recursive.xml test/XInclude/docs/recursive.xml
14113 test/XInclude/ents/inc.txt test/XInclude/ents/sub-inc.ent:
14114 added specific regression test
14115 * parser.h: preparing for the XSLT mode where DTD inherited
14116 attributes are added to the tree.
14117
Daniel Veillardbbd22452001-05-23 12:02:27 +000014118Wed May 23 13:59:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14119
14120 * xinclude.[ch]: Updated the namespace for the Last Call version
14121 * result/XInclude/include test/XInclude/include: updated the
14122 testsuite accordingly
14123
Daniel Veillard8514c672001-05-23 10:29:12 +000014124Wed May 23 12:27:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14125
14126 * uri.[ch]: applied a patch from Carl Douglas for URI escaping,
14127 related to bug #51876
14128
Daniel Veillard42596ad2001-05-22 16:57:14 +000014129Tue May 22 18:46:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14130
14131 * tree.c: fixed a gross mistake in base computation, xml:base is
14132 not completely correct yet (need cascade).
14133 * xpath.[ch]: added the few things needed to find a function name
14134 and URI from the XPath context when it is called.
14135
Daniel Veillard81418e32001-05-22 15:08:55 +000014136Tue May 22 17:00:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14137
14138 * catalog.[ch]: fixes and add xmlLoadCatalogs()
14139 * DOCBparser.c: small cleanup
14140 * xmllint.c: added a --catalogs option to load catalogs from
14141 $SGML_CATALOG_FILES
14142 * tree.c: cleanup
14143 * configure.in: iconv library fixup, ICONV_LIBS
14144
Daniel Veillardaf86c7f2001-05-21 14:11:26 +000014145Mon May 21 16:05:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14146
14147 * catalog.c: handling of CATALOG entries. detection of recursion,
14148 and a few bugfixes
14149 * xpath.c: fixing bug #54951 QNAME with no prefix should not match
14150 against the default namespace
14151
Daniel Veillard04b93292001-05-21 08:15:31 +000014152Mon May 21 10:14:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14153
14154 * xpath.c: Joe Orton reported a bug found with IRIx compiler.
14155
Daniel Veillarda97a19b2001-05-20 13:19:52 +000014156Sun May 20 15:15:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14157
14158 * parser.c: fixed propagation context info when parsing an
14159 external entity.
14160 * doc/html/*.html: regenerated a couple of docs
14161
Daniel Veillard4623acd2001-05-19 15:13:15 +000014162Sat May 19 17:11:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14163
14164 * doc/xml.html: update with 2.3.9 informations
14165
Daniel Veillardbed7b052001-05-19 14:59:49 +000014166Sat May 19 16:50:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14167
14168 * HTMLtree.h debugXML.h parserInternals.h tree.h valid.c
14169 xmlversion.h.in xpathInternals.h xpath.h: some cleanup for gtk-doc
14170 * doc/html/* : rebuilt the docs
14171 * valid.c: small patch which may improve some case when
14172 validating.
14173
Daniel Veillardf69bb4b2001-05-19 13:24:56 +000014174Sat May 19 15:20:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14175
14176 * HTMLparser.c: Closed bug #54891
14177 * result/HTML/cf_128.html* test/HTML/cf_128.html: added the test
14178 to the suite
14179
14180Thu May 17 14:15:07 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14181
14182 * encoding.h hash.c nanoftp.h parser.h tree.h uri.h xlink.h xpointer.c:
14183 applied a documentation patch from LotR and filled in a few missing
14184 descriptions
14185
Daniel Veillard76d66f42001-05-16 21:05:17 +000014186Wed May 16 23:02:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14187
14188 * xpath.c tree.c parser.c: speed optimizations at the parser level
14189 document tree freeing and xpath evaluation
14190
Daniel Veillardfd7ddca2001-05-16 10:57:35 +000014191Wed May 16 12:55:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14192
14193 * parser.c parser.h parserInternals.h: fixed a couple of
14194 interfaces for handling memory buffer input to const char *
14195 upon suggestion of JamesH.
14196
Daniel Veillardc3739e72001-05-15 15:23:27 +000014197Tue May 15 17:22:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14198
14199 * configure.in: LoTR sent a patch fixing the previous commit
14200
Daniel Veillarda4f27e02001-05-15 12:41:29 +000014201Tue May 15 14:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14202
14203 * configure.in: trying to deal again with the stoopid -R linking
14204 flag of Solaris
14205
Daniel Veillard790142b2001-05-15 10:51:53 +000014206Tue May 15 12:49:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14207
14208 * xpath.h: two nodeset access macros from Thomas Broyer
14209
Daniel Veillardba0b8c92001-05-15 09:43:47 +000014210Tue May 15 11:42:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14211
14212 * xpath.c xpath.h xpathInternals.h: apply an XPath API cleanup
14213 patch from Thomas Broyer
14214
Daniel Veillarde62d36c2001-05-15 08:53:16 +000014215Tue May 15 10:52:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14216
14217 * valid.c test/VCM/v2[34].xml: Fixed bug #54631 added specific test
14218 case
14219 * INSTALL: was empty added stuff from the FAQ
14220
Daniel Veillard75bea542001-05-11 17:41:21 +000014221Fri May 11 19:37:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14222
14223 * tree.[ch]: fixing bug #54446, by cleaning some bugs in the
14224 attributes handling and #54433 by adding xmlUnsetProp()
14225 and xmlUnsetNsProp()
14226
Daniel Veillard0a2a1632001-05-11 14:18:03 +000014227Fri May 11 16:07:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14228
14229 * HTMLparser.c: Patch from Jonas Borgström
14230 (htmlGetEndPriority): New function, returns
14231 the priority of a certain element.
14232 (htmlAutoCloseOnClose): Only close inline elements if they
14233 all have lower or equal priority.
14234 * result/HTML: this of course changed a number of tests results.
14235
Daniel Veillard7d6fd212001-05-10 15:34:11 +000014236Thu May 10 17:30:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14237
14238 * xmlIO.c catalog.c: plugged in the default catalog resolution
14239 * doc/gnome-xml.sgml: linked in the Docbook parser and catalog
14240 documentations
14241 * doc/html/libxml-*.html: rebuild added the missing ones to CVS
14242
Daniel Veillarda7374592001-05-10 14:17:55 +000014243Thu May 10 16:14:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14244
14245 * Makefile.am xmlversion.h.in configure.in include/Makefile.am:
14246 integrating catalogs
14247 * catalog.[ch] testCatalog.c: adding a small catalo API
14248 (only SGML catalog support).
14249 * parser.c: restaured xmlKeepBlanksDefault(0) API
14250
Daniel Veillardc17337c2001-05-09 10:51:31 +000014251Wed May 9 12:50:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14252
14253 * tree.c: zb@bisp.com reported an error in xmlNodeGetLang()
14254
Daniel Veillard257d9102001-05-08 10:41:44 +000014255Tue May 8 12:31:40 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14256
14257 * parser.c: added xmlParseExternalEntityPrivate() to allow
14258 propagation of ctxt->_private when parsing external entities
14259
Daniel Veillard083c2662001-05-08 08:27:14 +000014260Tue May 8 10:26:22 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14261
14262 * HTMLtree.c: fixed the bug reported by Bjorn in htmlNodeDump
14263
Daniel Veillard01ef7382001-05-08 07:31:43 +000014264Tue May 8 09:30:12 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14265
14266 * configure.in: fixed a small portability problem with AM_CONDITIONAL
14267
Daniel Veillard4de4d3b2001-05-07 20:50:47 +000014268Mon May 7 22:44:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14269
14270 * valid.c: warn when indeterminist content model is detected
14271 * result/VC/ElementValid8: this adds a message
14272 * Makefile.am: add --novalid for VCM tests
14273 * parserInternals.c: added a call to Init memory
14274
Daniel Veillard64269352001-05-04 17:52:34 +000014275Fri May 4 19:51:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14276
14277 * HTMLparser.c: fixed htmlNewDoc SYSTEM and PUBLIC ID inversion
14278 when both parameters are NULL.
14279
Daniel Veillard37721922001-05-04 15:21:12 +000014280Fri May 4 17:19:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14281
14282 * valid.c: applied small patch from Gary Pennington, reindented
14283 some part of the code.
14284
Daniel Veillard3bbbe6f2001-05-03 11:15:37 +000014285Thu May 3 13:10:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14286
14287 * configure.in doc/xml.html doc/html/*: preparing for 2.3.8
14288 release, updated and regenerated the docs
14289
Daniel Veillard357c9602001-05-03 10:49:20 +000014290Thu May 3 12:47:46 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14291
14292 * xpath.c result/XPath/expr/floats : clarified and cleanup
14293 printing of abnormal floats in tests.
14294
Daniel Veillarda2bc3682001-05-03 08:27:20 +000014295Thu May 3 10:25:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14296
14297 * HTMLparser.c: trying to fix the problem reported by Jonas Borgström
14298 * results/HTML/ : a few changes in the output of the HTML tests as
14299 a result.
14300 * configure.in: tying to fix -liconv where needed
14301
Daniel Veillard2a0d2e62001-05-02 17:11:36 +000014302Wed May 2 19:10:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14303
14304 * Makefile.am: fixed a stupid error
14305
Daniel Veillard7150a032001-05-02 16:41:11 +000014306Wed May 2 18:39:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14307
14308 * configure.in Makefile.am: make the inclusion of the trio
14309 modules in the library conditional
14310
Daniel Veillardc057c5d2001-05-02 12:41:24 +000014311Wed May 2 14:39:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14312
14313 * DOCBparser.c: patche from László Kovács, fixed entities refs
14314 in attributes handling
14315
Daniel Veillardedddff92001-05-02 10:58:52 +000014316Wed May 2 12:56:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14317
14318 * xmlIO.c: Bjorn Reese provided a fix for a problem on buffer
14319 flushing
14320
Daniel Veillardc8f620b2001-04-30 20:31:33 +000014321Mon Apr 30 22:29:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14322
14323 * xpath.c: fix of an XSLT namespace bug reported on the list
14324 general/bug-8-
14325
Daniel Veillard5792e162001-04-30 17:44:45 +000014326Mon Apr 30 19:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14327
14328 * strio.h trio.c: Dan McNichol suggested a couple of small
14329 fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
14330
Daniel Veillard02141ea2001-04-30 11:46:40 +000014331Mon Apr 30 13:44:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14332
14333 * tree.c parser.c encoding.c: spent a bit more time looking
14334 at the parsing speed and DOM handling. Added a few more
14335 speedups.
14336
Daniel Veillard3ed155f2001-04-29 19:56:59 +000014337Sun Apr 29 21:53:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14338
14339 * parser.c: small but effective parsing speed improvement
14340
Daniel Veillardb59076b2001-04-29 17:04:07 +000014341Sun Apr 29 19:02:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14342
14343 * configure.in: default on the DocBook parser inclusion (for Gnome)
14344 * DOCBparser.h: fixed a header reference
14345
Daniel Veillardb45c43b2001-04-28 17:02:11 +000014346Sat Apr 28 19:00:39 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14347
14348 * configure.in xpath.c: applied Bjorn patches for FPE on the
14349 alpha
14350
Daniel Veillardeefd4492001-04-28 16:55:50 +000014351Sat Apr 28 18:54:28 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14352
14353 * tree.[ch] xmlIO.h: applied patch from Joe McAlerney to add
14354 xmlSaveFormatFileTo()
14355
Daniel Veillarde39a93d2001-04-28 14:35:02 +000014356Sat Apr 28 16:33:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14357
14358 * xpath.c: simple and efficient optimization, XPath functions
14359 aways bind to the same code, cache this
14360 * TODO: updated (by saying some is obsolete)
14361
Daniel Veillard2156a562001-04-28 12:24:34 +000014362Sat Apr 28 14:23:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14363
14364 * xpath.c: more cleanup work on XPath name parsing routines
14365
Daniel Veillard61d80a22001-04-27 17:13:01 +000014366Fri Apr 27 19:06:13 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14367
14368 * parserInternals.c xpath.[ch]: some UTF8 cleanup on
14369 xmlXPathParseName
14370 * xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
14371 * debugXML.c: avoid compilation problems if compiling without
14372 HTML support, Igor Zlatkovic
14373 * win32/libxml2/libxml2.def.src: being able to compile without
14374 XPath on Windows
14375
Daniel Veillarddbb14a72001-04-26 20:54:01 +000014376Thu Apr 26 22:53:03 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14377
14378 * libxml.m4: yet another patch from Toshio Kuratomi
14379
Daniel Veillard2913e4c2001-04-26 19:29:02 +000014380Thu Apr 26 21:27:43 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14381
14382 * libxml.m4 libxml2-spec.in: new patches from Toshio Kuratomi
14383
Daniel Veillard67fee942001-04-26 18:59:03 +000014384Thu Apr 26 20:53:48 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14385
14386 * tree.[ch]: added xmlSaveFormatFile interface for saving
14387 and indenting a file.
14388
Daniel Veillard82e49712001-04-26 14:38:03 +000014389Thu Apr 26 16:35:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14390
14391 * xpath.c: fixed bug #53689 related to processing-instruction()
14392
Daniel Veillard02f077a2001-04-26 10:59:11 +000014393Thu Apr 26 12:57:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14394
14395 * DOCBparser.c: patche from László Kovács
14396
Daniel Veillard30211a02001-04-26 09:33:18 +000014397Thu Apr 26 11:31:54 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14398
14399 * parser.c: applied fixes from Christian Glahn bug report #53391
14400
Daniel Veillard5a7c3452001-04-26 09:16:13 +000014401Thu Apr 26 11:14:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14402
14403 * error.c: Jean François Lecomte provided a complete description
14404 and a fix to bug #53537
14405
Daniel Veillard5c4ec4c2001-04-26 07:43:59 +000014406Thu Apr 26 09:42:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14407
14408 * libxml.m4: added AM_PATH_XML2 provided by Toshio Kuratomi
14409
Daniel Veillard1034da22001-04-25 19:06:28 +000014410Wed Apr 25 21:05:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14411
14412 * DOCBparser.c SAX.c: a bit more work on entities processing.
14413 Still Need to cleanup XML output and references in attributes
14414
Daniel Veillard4ec0b0f2001-04-25 15:53:40 +000014415Wed Apr 25 17:52:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14416
14417 * DOCBparser.c include/Makefile.am: two patches from László Kovács
14418
Daniel Veillardb33c2012001-04-25 12:59:04 +000014419Wed Apr 25 14:56:26 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14420
14421 * tree.c: trying to fix #53574, not completely complete,
14422 I would like xmllint --copy --debug test/ent1 and
14423 xmllint --debug test/ent1 to show the same result.
14424 * xpath.c: fix a bug when trying to sort namespace nodes
14425
Daniel Veillard5146f202001-04-25 10:29:44 +000014426Wed Apr 25 12:28:57 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14427
14428 * HTMLtree.c: real fix for #53402
14429
Daniel Veillard7533cc82001-04-24 15:52:00 +000014430Tue Apr 24 17:36:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14431
14432 * HTMLtree.c HTMLtree.h : closing #53402 i.e. output of
14433 PIs when using xsl:output
14434 * valid.c: closing #53537 some case generate segfaults if there
14435 is validity errors
14436
Daniel Veillard61b33d52001-04-24 13:55:12 +000014437Tue Apr 24 15:19:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14438
14439 * SAX.c testDocbook.c DOCBparser.c: more work on the support
14440 of external parsed entities, added --noent to testDocbook
14441 * valid.c: Garry Pennington found an uninitialized variable
14442 access in xmlValidateElementContent()
14443
Daniel Veillard56098d42001-04-24 12:51:09 +000014444Tue Apr 24 14:41:25 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14445
14446 * HTMLparser.c : HTML parsing still sucks ... trying to deal
14447 with madness
14448 * result/HTML/ : this modified the result of the regression tests
14449 a lot.
14450
Daniel Veillard122376b2001-04-24 12:12:30 +000014451Tue Apr 24 14:10:38 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14452
14453 * entities.c: xmlEncodeEntitiesReentrant fixed a few accesses
14454 to doc where it wasn't checked against NULL reported by
14455 Jens Laas
14456
Daniel Veillard43dadeb2001-04-24 11:23:35 +000014457Tue Apr 24 13:21:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14458
14459 * HTMLparser.c: Jonas Borgström patch, the <td>, and <th> elements
14460 now means the end of any open <span>,<font>,<a>,<b>,<i>,<u>.
14461
Daniel Veillardeae522a2001-04-23 13:41:34 +000014462Mon Apr 23 15:40:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14463
14464 * DOCBparser.c DOCBparser.h testDocbook.c configure.in Makefile.am
14465 xmlversion.h.in: started (re)integrating the DocBook SGML parser.
14466 * SAX.[ch]: cleanup and updates for DocBook
14467 * debugXML.c parser.h tree.[ch] valid.c xpath.c: small macro or
14468 ex SGML identifier changes
14469 * valid.c: removed a static unused function.
14470
Daniel Veillardde57c612001-04-23 09:13:36 +000014471Mon Apr 23 11:05:56 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14472
14473 * HTMLtree.c: applied change for Paul Sponagl on script saving
14474 * Makefile.am: the warning about entity title.xml are normal.
14475
Daniel Veillard393df012001-04-22 20:11:18 +000014476Sun Apr 22 22:09:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14477
14478 * configure.in: release of 2.3.7
14479 * Makefile.am: fixing make distcheck
14480
Daniel Veillarda41123c2001-04-22 19:31:20 +000014481Sun Apr 22 21:29:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14482
14483 * doc/html/* doc/xml.html: updated and regenerated the docs
14484
Daniel Veillardfd0c3eb2001-04-22 19:13:10 +000014485Sun Apr 22 21:11:45 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14486
14487 * xpath.c: fixed the XPointer problem introduced in 2.3.6
14488
Daniel Veillarde82a9922001-04-22 12:12:58 +000014489Sun Apr 22 14:11:58 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14490
14491 * tree.c: fixed #53388 with the provided patch
14492
Daniel Veillard06803992001-04-22 10:35:56 +000014493Sun Apr 22 12:34:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14494
14495 * valid.c: Bjorn detected an invalid memory access. Fixed
14496 vstateVPush()
14497
Daniel Veillard40af6492001-04-22 08:50:55 +000014498Sun Apr 22 10:49:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14499
14500 * xpath.c: fixed xmlXPathCompile to detected unproperly ended expr
14501
Bjorn Reese70a9da52001-04-21 16:57:29 +000014502Sat Apr 21 18:27:51 CEST 2001 Bjorn Reese <breese@users.sourceforge.net>
14503
14504 * libxml.h: new header used only for the compilation of libxml
14505 * HTMLparser.c HTMLtree.c SAX.c debugXML.c encoding.c entities.c
14506 error.c hash.c list.c nanoftp.c nanohttp.c parser.c
14507 parserInternals.c testHTML.c testSAX.c testURI.c testXPath.c
14508 tree.c uri.c valid.c xinclude.c xlink.c xmlIO.c xmllint.c
14509 xmlmemory.c xpath.c xpointer.c: libxml.h integration
14510 * trio.[ch] triop.h strio.[ch]: upgraded to the latest trio
14511 baseline (version 1.2 plus a single patch).
14512 * xpath.c result/XPath/expr/floats test/XPath/expr/floats: parses
14513 scientific notation for numbers. Tests added.
14514 * xpath.c: formatting of numbers changed to use sprintf
14515 (contribution from William Brack)
14516
Daniel Veillard34b1b3a2001-04-21 14:16:10 +000014517Sat Apr 21 16:12:59 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14518
14519 * valid.c: cleanup, more useful debugging
14520 * parserInternals.c: cleanup vctxt.nodeTab (de)allocation
14521 * xmlIO.c: entity loading is printed as an error when validating
14522
Daniel Veillard1c14b8d2001-04-21 10:28:59 +000014523Sat Apr 21 12:25:49 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14524
14525 * valid.c: fixed to validate within entities
14526 * test/VCM/v22.xml: added a specific testcase
14527
Daniel Veillardca1f1722001-04-20 15:47:35 +000014528Fri Apr 20 17:45:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14529
14530 * valid.c: forgot an epsilon transition in for ()+
14531 * test/VCM/v21.xml : added a specific test case
14532
Daniel Veillard85349052001-04-20 13:48:21 +000014533Fri Apr 20 15:46:04 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14534
14535 * valid.c: removed a state explosion exhibited by RSS
14536 * test/valid/rss.xml result/valid/rss.xml*: added the testcase
14537 from bug #51872
14538
Daniel Veillarddab4cb32001-04-20 13:03:48 +000014539Fri Apr 20 14:52:44 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14540
14541 * valid.[ch] tree.h: worked *hard* to get non-determinist content
14542 validation without using an ugly NFA -> DFA algo in the source.
14543 Made a specific algorithm easier to maintain, using a single
14544 stack and without recursion.
14545 * Makefile.am test/VCM/*.xml: added more tests to "make Validtests"
14546 * hash.c: made the growing routine static
14547 * tree.h parser.c: added the parent information to an
14548 xmlElementContent node.
14549
Daniel Veillarde470df72001-04-18 21:41:07 +000014550Wed Apr 18 23:33:11 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14551
14552 * SAX.c parser.c xpath.c: generating IDs when not validating
14553 from an external parsed entity was poisoning the ID has table
14554 with removed values. This was killing XSLT on the KDE help
14555 browser.
14556
Daniel Veillardceacdd92001-04-18 15:10:35 +000014557Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14558
14559 * entities.h: andrew@ugh.net.au detected a double declaration
14560
Daniel Veillarda10efa82001-04-18 13:09:01 +000014561Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14562
14563 * debugXML.c hash.c tree.h valid.c : some changes related to
14564 the validation suport to improve speed with DocBook
14565 * result/VC/OneID2 result/VC/OneID3 : this slightly changes
14566 the way validation errors get reported
14567
Daniel Veillard1ed3f882001-04-18 09:45:35 +000014568Wed Apr 18 11:42:47 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14569
14570 * HTMLparser.c HTMLtree.c: applied part of the patches provided
14571 by P C Chow and William M. Brack for XSLT HTML output
14572
Daniel Veillard2d90de42001-04-16 17:46:18 +000014573Mon Apr 16 19:44:36 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14574
14575 * xmlversion.h.in win32config.h win32/libxml2/*: applied
14576 Igor Zlatkovic patches for MSC compilation and added his
14577 updates
14578
Daniel Veillarde043ee12001-04-16 14:08:07 +000014579Tue Apr 17 10:08:19 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14580
14581 * xpath.c: fixed xmlXPathNodeCollectAndTest() to do proper
14582 prefix lookup.
14583 * parserInternals.c: fixed the bug reported by Morus Walter
14584 due to an off by one typo in xmlStringCurrentChar()
14585
Daniel Veillarda3bfca52001-04-12 15:42:58 +000014586Thu Apr 12 17:41:09 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14587
14588 * HTMLparser.c result/HTML/*: revamped the way the HTML
14589 parser handles end of tags or end of input
14590
Daniel Veillard82daa812001-04-12 08:55:36 +000014591Thu Apr 12 10:50:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14592
14593 * tree.[ch] : added xmlDocCopyNode for gdome2 support
14594
Daniel Veillard67a21302001-04-11 14:39:16 +000014595Wed Apr 11 16:37:50 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14596
14597 * tree.h: include xmlmemory.h this seems to havoid a nasty glibc
14598 bug where the linktime verions of free() won't work ...
14599
Daniel Veillard27b55282001-04-11 12:22:25 +000014600Wed Apr 11 14:21:31 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14601
14602 * config.h.in configure.in xmlversion.h.in: added ansidecl.h test
14603
Daniel Veillardafc73112001-04-11 11:51:41 +000014604Wed Apr 11 13:50:42 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14605
14606 * doc/xml.html: added 2.3.6 release
14607
Daniel Veillardbdb9ba72001-04-11 11:28:06 +000014608Wed Apr 11 13:26:34 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14609
14610 * tree.c: fixed xmlStringGetNodeList() to handle charrefs
14611 * result/wml.xml: resulted in a small output change
14612
Daniel Veillardd2f3ec72001-04-11 07:50:02 +000014613Wed Apr 11 09:47:55 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14614
14615 * tree.c: xmlNewDoc was missing the charset initialization
14616 * xmllint.c: added --auto to autogenerate a doc, allow to
14617 reproduce the problem fixed on xmlNewDoc
14618
Daniel Veillard1731d6a2001-04-10 16:38:06 +000014619Tue Apr 10 18:13:10 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14620
14621 * xpath.c: trying to get 52979 solved
14622 * tree.c result/ result/noent/: trying to get 52712 solved, this
14623 also made me clean up the fact that XML output in general should
14624 not add formating blanks by default, this changed the output of
14625 a few tests
14626
Daniel Veillard73639a72001-04-10 14:31:39 +000014627Tue Apr 10 16:30:20 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14628
14629 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
14630
Daniel Veillardfac26a12001-04-08 13:08:14 +000014631Sun Apr 8 15:07:16 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14632
14633 * configure.in: finally released 2.3.6
14634
Daniel Veillard911f49a2001-04-07 15:39:35 +000014635Sun Apr 8 11:39:21 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14636
14637 * xpath.c: checking for null pointer generated by new code
14638
Daniel Veillardd8df6c02001-04-05 16:54:14 +000014639Fri Apr 6 12:53:05 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14640
14641 * xpath.c: fixed a [] evaluation problem reported
14642 * test/XPath/tests/simpleaddr: extended test
14643 * result/XPath/simpleaddr: updated result
14644
Daniel Veillard3b2c2612001-04-04 00:09:00 +000014645Wed Apr 4 02:07:53 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14646
14647 * xmllint.c: Dan Timis reported a portability problem
14648 on Macs without mmap, fixed it.
14649
Daniel Veillardb38bd552001-04-03 18:22:00 +000014650Tue Apr 3 20:20:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14651
14652 * testXPath.c : added a --tree option allowing to display the
14653 tree dump of the XPath expression
14654
Daniel Veillard4dd93462001-04-02 15:16:19 +000014655Mon Apr 2 17:13:51 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14656
14657 * xpath.c: fixed a memleak when comparing nodesets
14658 * HTMLtree.c: don't invent the HTML doctype if not available (XSLT)
14659 * tree.c: added a TODO
14660
Daniel Veillard92ad2102001-03-27 12:47:33 +000014661Tue Mar 27 14:32:06 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14662
14663 * configure.in Makefile.am config.h.in xmlversion.h.in: detect if
14664 we need string functions
14665 * trio.[ch] strio.[ch]: embedded the Trio-0.23 string functions
14666 to be able to use them where needed. Applied some changes
14667 to reduce name linking pollution and compile in only what's
14668 needed.
14669 * HTMLtree.c debugXML.c entities.c error.c nanoftp.c valid.c
14670 xlink.c xmlversion.h.in xpath.c: got rid of the #ifdef
14671 for the string manipulation functions
14672 * xmlmemory.[ch]: removed DEBUG_MEMORY_FREED and added it automatically
14673 to the free() function of xmlmemory.c
14674 * entities.c HTMLtree.c parserInternals.c tree.c uri.c valid.c
14675 xinclude.c xmlIO.c xpath.c xpointer.c: removed the MEM_CLEANUP
14676 usage.
14677
14678
Daniel Veillard2be30642001-03-27 00:32:28 +000014679Tue Mar 27 02:30:23 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14680
14681 * error.c: applied the context output patch of the error
14682 handling submitted by Chuck Griffith
14683 * error/VC/*: this slightly change some error logs
14684
Daniel Veillard50582112001-03-26 22:52:16 +000014685Tue Mar 27 00:51:27 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14686
14687 * parser.c: fixed line number reporting on error
14688
Daniel Veillard04be4f52001-03-26 21:23:53 +000014689Mon Mar 26 23:21:41 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14690
14691 * parser.c: Sullivan and Darin found a parser bug,
14692 applied the patch.
14693
Daniel Veillardc86a4fa2001-03-26 16:28:29 +000014694Mon Mar 26 18:24:52 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14695
14696 * HTMLparser.c HTMLtree.c SAX.c debugXML.c error.c parserInternals.c
14697 testHTML.c testSAX.c tree.c valid.c xmlIO.c xmlmemory.c
14698 xmlversion.h.in xpointer.c: of course the way I defined
14699 UNUSED breaks on old gcc version. Try to be smart and
14700 also define it directly in xmlversion.h
14701 * configure.in: removed -ansi flag from the pedantic set
14702
14703Sat Mar 24 17:45:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard56a4cb82001-03-24 17:00:36 +000014704 Huge cleanup, I switched to compile with
14705 -Wall -g -O -ansi -pedantic -W -Wunused -Wimplicit
14706 -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat
14707 -Wchar-subscripts -Wuninitialized -Wparentheses -Wshadow
14708 -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return
14709 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline
14710 * HTMLparser.[ch] HTMLtree.c SAX.c debugXML.c encoding.[ch]
14711 encoding.h entities.c error.c list.[ch] nanoftp.c
14712 nanohttp.c parser.[ch] parserInternals.[ch] testHTML.c
14713 testSAX.c testURI.c testXPath.c tree.[ch] uri.c
14714 valid.[ch] xinclude.c xmlIO.[ch] xmllint.c xmlmemory.c
14715 xpath.c xpathInternals.h xpointer.[ch] example/gjobread.c:
14716 Cleanup, staticfied a number of non-exported functions,
14717 detected and cleaned up a dozen of problem found this way,
14718 avoided a lot of public function name/typedef/system names clashes
14719 * doc/xml.html: updated
14720 * configure.in: switched private flags to the really pedantic ones.
14721
Daniel Veillardc7ad7ce2001-03-22 21:45:29 +000014722Thu Mar 22 22:44:15 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14723
14724 * configure.in: 2.3.5
14725 * doc/html/*: rebuilt the docs
14726
Daniel Veillard146c9122001-03-22 15:22:27 +000014727Thu Mar 22 15:36:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14728
14729 * parser.c: fixed a reported bug in NOTATION parsing
14730 * uri.c: accepted but not fixed bug 51876, added TODO
14731 * Makefile.am: fixed bug 51876
14732
Daniel Veillarda5f013b2001-03-22 12:44:45 +000014733Thu Mar 22 13:41:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14734
14735 * config.h.in configure.in error.c: fix a compilation problem
14736 on platforms without vsnprintf (xml@thewrittenword.com)
14737
Daniel Veillarde020c3a2001-03-21 18:06:15 +000014738Wed Mar 21 19:04:34 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14739
14740 * parser.c: fixed a function name header typo
14741 * SAX.c: notations can also occur in external subset.
14742
Daniel Veillard7d42b542001-03-20 13:22:46 +000014743Tue Mar 20 14:21:28 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14744
14745 * error.c: removed a C++ like comment
14746
Daniel Veillard0b6b55b2001-03-20 11:27:34 +000014747Tue Mar 20 12:22:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14748
14749 * parser.c: fixing bug 52299 strange condition leading
14750 to a parser crash due to a buffer overflow
14751 * result/noent/attrib.xml result/attrib.xml test/attrib.xml:
14752 added the specific test case
14753
Daniel Veillardfbf8a2d2001-03-19 15:58:54 +000014754Mon Mar 19 16:50:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14755
14756 * xpath.[ch]: still a lot of cleanup based on XSLT, added
14757 xmlXPathConvert{String,Number,Boolean} to be able to make
14758 type casts without a context stack, fixed some implementation
14759 problems related to the absence of context at parse-time,
14760 added xmlXPathEvalPredicate() and xmlXPathFreeCompExpr()
14761 in the public API too
14762 * xpointer.c xpathInternals.h: we need to know at parse time
14763 whether we are compiling an XPointer
14764
Daniel Veillardafcbe1c2001-03-19 10:57:13 +000014765Mon Mar 19 11:54:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14766
14767 * xpath.[ch] xpointer.c: restaured the Binary and API compatibility
14768 cleaned up the parser internals, refactored XPath code, added
14769 new compilation based APIs and cleanly separated public and
14770 private APIs.
14771
Daniel Veillardd007d6c2001-03-19 00:01:07 +000014772Mon Mar 19 00:59:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14773
14774 * xpath.h: the comp field must be added at the end to avoid
14775 killing binary compat.
14776
Daniel Veillard9e7160d2001-03-18 23:17:47 +000014777Mon Mar 19 00:11:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14778
14779 * Makefile.am: detect XPath memleaks in regreson tests
14780 * error.c: fixed and error w.r.t. error reporting still using
14781 stderr
14782 * hash.c: added new line at end of file
14783 * tree.h: minor cleanup
14784 * xpath.[ch] xpointer.[ch]: Major changes ! Separated XPath
14785 expression parsing from evaluation, resulted in a number of
14786 changes internally, and in XPointer. Likely to break stuff
14787 using xpathInternals.h but should remain binary compatible,
14788 new interfaces will be added.
14789
Daniel Veillardd574f782001-03-14 19:40:17 +000014790Wed Mar 14 20:34:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14791
14792 * configure.in: fixed a couple of problems reported by
14793 okiddle@yahoo.co.uk and allanc@chickenandporn.com when compiling
14794 without gcc on non linux platforms.
14795
Daniel Veillard0a6c3582001-03-14 19:15:37 +000014796Wed Mar 14 20:13:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14797
14798 * doc/Makefile.am configure.in: yearke@eng.buffalo.edu suggested
14799 a fix for --with-html-dir= configure support. I hope it won't
14800 break rpm generation
14801
Daniel Veillarda022fe02001-03-14 16:30:00 +000014802Wed Mar 14 17:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14803
14804 * xmlIO.c: one function comment cleanup.
14805
Daniel Veillard25239c12001-03-14 13:56:48 +000014806Wed Mar 14 14:55:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14807
14808 * SAX.c: external subset notations were improperly registered
14809 in the internal subset.
14810
Daniel Veillard2c4754f2001-03-13 09:31:12 +000014811Tue Mar 13 10:28:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14812
14813 * README.cvs-commits: added, pointing to HACKING
14814 * HACKING: updated
14815
Daniel Veillard82ab81e2001-03-12 21:11:21 +000014816Mon Mar 12 22:09:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14817
14818 * parser.c: and Matt Sergeant found one in the XML push
14819 parser (erroneous check I forgot to remove when I fixed the
14820 main parser).
14821
Daniel Veillard68d7b672001-03-12 18:22:04 +000014822Mon Mar 12 19:19:04 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14823
14824 * xpath.c: ptittom found a small bug in UnaryExpr
14825
Daniel Veillarde356c282001-03-10 12:32:04 +000014826Sat Mar 10 13:09:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14827
14828 * configure.in: bumped to 2.3.4
14829 * error.c: fixed bug #51860
14830 * tree.c: fixed bug #51861
14831 * valid.c: cleanup, more debug, failed to fix one bug crap ...
14832 * tree.[ch] : added xmlDefaultBufferSize
14833 * nanoftp.c: typo in function name header block
14834 * doc/xml.html : updated, added link to XML::LibXSLT
14835 * doc/html/* : rebuilt the docs
14836
Daniel Veillard80f32572001-03-07 19:45:40 +000014837Wed Mar 7 20:43:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14838
14839 * parser.c SAX.c: the new content parsing code raised an
14840 ugly bug in the characters() SAX callback. Found it
14841 just because of strangeness in XSLT XML Rec ouptut :-(
14842
Daniel Veillard6c831202001-03-07 15:57:53 +000014843Wed Mar 7 16:50:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14844
14845 * Makefile.am: Martin Baulig suggested to add -lm
14846 * tree.c: found another bug in xmlNodeGetContent()
14847
Daniel Veillard4af6b6e2001-03-06 08:33:38 +000014848Tue Mar 6 09:21:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14849
14850 * xpath.c: Bjorn found the error related to strictness of comparison.
14851
Daniel Veillard29631a82001-03-05 09:49:20 +000014852Mon Mar 5 21:47:31 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14853
14854 * parser.c: trying to fix the Dtd parsing problem reported
14855 by Gary, side effect of last week speed optimizations.
14856
Daniel Veillard14be0a12001-03-03 18:50:55 +000014857Sat Mar 3 19:45:59 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14858
14859 * xml2Conf.sh.in: fixes pointed out by Fredrik Hallenberg
14860 * parserInternals.c: removed unneeded test raised by Stric
14861
Bjorn Reesee1dc0112001-03-03 12:09:03 +000014862Sat Mar 3 13:04:37 CET 2001 Bjorn Reese <breese@users.sourceforge.net>
14863
14864 * xpath.c: Fixed xmlXPathNodeCollectAndTest (problem reported
14865 and fixed by William Brack). Added xmlXPathFormatNumber.
14866 Changed the sorting slightly.
14867 * configure.in Makefile.am example/Makefile.am: Added -lm.
14868 Please note that applications linking with libxml2, must
14869 also like with the math library from now on.
14870
Daniel Veillardf9533d12001-03-03 10:04:57 +000014871Sat Mar 3 07:38:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14872
14873 * HTMLparser.c: fixed loop reported by Marc Sanfacon
14874
Daniel Veillard2f362242001-03-02 17:36:21 +000014875Sat Mar 3 02:10:24 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14876
14877 * parser.c: one must report spaces even if the Dtd element
14878 content proves that this is not part of the element content.
14879 * result/valid/*.xml: this changed the ouptu slightly
14880
Daniel Veillardb402c072001-03-01 17:28:58 +000014881Thu Mar 1 17:53:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14882
14883 * configure.in: bumped to 2.3.3
14884 * doc/xml.html: updated
14885
Daniel Veillard77851712001-02-27 21:54:07 +000014886Wed Feb 28 00:43:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14887
14888 * tree.c: minor doc fix
14889 * xpath.c: deallocation issues when a result tree has been
14890 converted to a node-set
14891
Daniel Veillardec70e912001-02-26 20:10:45 +000014892Mon Feb 26 22:09:45 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14893
14894 * doc/xml.html: oops corrected dates s/2000/2001
14895
Daniel Veillard8730c562001-02-26 10:49:57 +000014896Mon Feb 26 12:48:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14897
14898 * valid.c: new patch from Gary Pennington
14899
Daniel Veillard91e9d582001-02-26 07:31:12 +000014900Mon Feb 26 09:30:23 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14901
14902 * doc/xml.html: applied patch from Ankh
14903
Daniel Veillardedac3c92001-02-26 01:36:19 +000014904Mon Feb 26 03:34:43 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14905
14906 * xinclude.c: fixed a problem building on Mac
14907
Daniel Veillard21a0f912001-02-25 19:54:14 +000014908Sun Feb 25 21:52:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14909
14910 * parser.c: more work on increasing parsing ferformances
14911
Daniel Veillard48b2f892001-02-25 16:11:03 +000014912Sun Feb 25 18:03:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14913
14914 * xmlmemory.h HTMLparser.c HTMLtree.c entities.c parser.c
14915 xpath.c xpointer.c tree.c uri.c valid.c xinclude.c xmlIO.c:
14916 avoiding memcpy in production builds MEM_CLEANUP macro use
14917 * parser.[ch] parserInternals.c: optimizations of the tightest
14918 internal loops inside the parser. Better checking of I/O
14919 flushing/loading conditions
14920 * xmllint.c : added --timing
14921
Daniel Veillard71681102001-02-24 17:48:53 +000014922Sun Feb 25 05:48:51 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14923
14924 * configure.in: bumped to 2.3.2
14925 * doc/xml.html: updated for release
14926
Daniel Veillardbbd51d52001-02-24 03:07:03 +000014927Sat Feb 24 14:07:52 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14928
14929 * xpath.c: found a memleak and fixed a nasty bug
14930
Daniel Veillardf7cd4812001-02-23 18:44:52 +000014931Sat Feb 24 03:35:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14932
14933 * xmllint.[c1] : added return code errors for xmllint
14934 * xpath.c: specific debug dump function for result value trees
14935
Daniel Veillard4b637072001-02-21 21:52:55 +000014936Thu Feb 22 07:52:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14937
14938 * xpath.c: finally implemented xmlXPathCompareNodeSets
14939 * test/XPath/expr/floats results/XPath/expr/floats: added
14940 a test for float expressions
14941
Daniel Veillardf714aa32001-02-21 03:07:44 +000014942Tue Feb 20 18:57:54 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14943
14944 * tree.c: fixed xmlNodeGetContent, it was not recursing on child
14945 * parserInternals.[ch]: trying to speed up parsing
14946 * xpath.c : speeded up node set equality op
14947
Daniel Veillarde0c3a622001-02-19 18:05:20 +000014948Mon Feb 19 19:01:57 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14949
14950 * Makefile.am valid.c list.[ch]: Gary Pennington provided a
14951 better handling of ID/IDREF and the list modules associated
14952 * configure.in: small CFLAGS cleanup
14953
Daniel Veillarda8abee62001-02-19 15:14:59 +000014954Mon Feb 19 16:13:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14955
14956 * configure.in: fixed iconv detection on AIX (stric)
14957
Daniel Veillardbca64ef2001-02-19 22:20:01 +000014958Mon Feb 19 10:59:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
Daniel Veillard88f8f6f2001-02-19 10:00:53 +000014959
14960 * xpath.c: fixed "*" (unbelievable !) and a couple of warnings
14961
Bjorn Reesefd9b09b2001-02-18 16:51:25 +000014962Sun Feb 18 17:52:37 MET 2001 Bjorn Reese <breese@users.sourceforge.net>
14963
14964 * xpath.c: fixed whitespace handling in xmlXPathStringEvalNumber,
14965 and optimized xmlXPathNodeSetSort
14966
Daniel Veillard142adbf2001-02-17 13:21:05 +000014967Sat Feb 17 14:18:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14968
14969 * xpath.c: bug fix when context size is 0
14970 * parser.c: I like Norm's Dtd because they still manage to break
14971 the parser occasionally
14972
Daniel Veillardf23e0092001-02-16 13:21:29 +000014973Fri Feb 16 14:20:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14974
14975 * xpath.c: xmlXPathEqualNodeSetFloat the arg is really a double now
14976
Daniel Veillarde0e26512001-02-16 00:11:46 +000014977Fri Feb 16 01:10:06 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14978
14979 * tree.[ch] parser.c xpath.c: fixed the problem of addressing
14980 attributes within the XML-1.0 namespace
14981
Daniel Veillard6e6a6cc2001-02-15 15:55:44 +000014982Thu Feb 15 16:53:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14983
14984 * xpathInternals.h: exported a few axis functions
14985 * doc/xml.html: updated the doc
14986
Daniel Veillard760f4422001-02-15 14:59:48 +000014987Thu Feb 15 15:57:14 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14988
14989 * configure.in: applied patch from Daniel van Balen for OpenBSD
14990 and bumped version to 2.3.1
14991 * HTMLtree.c result/HTML/doc3.htm result/HTML/wired.html: the
14992 attempt to find autoclosing was simply broken, removed it,
14993 updated the examples, this is better
14994
Daniel Veillardd194dd22001-02-14 10:37:43 +000014995Wed Feb 14 11:35:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
14996
14997 * hash.[ch]: added Paolo Casarini patch to provide Delete from
14998 hash functionnalities.
14999 * doc/html/* : rebuild the doc
15000
Daniel Veillardf41fbbf2001-02-13 17:05:35 +000015001Tue Feb 13 18:01:48 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15002
15003 * xpath.c result/XPath/tests/chaptersprefol: bugfixes on order and
15004 on predicate
15005 * HTMLparser.[ch] HTMLtree.c result/HTML/doc3.htm.err
15006 result/HTML/doc3.htm.sax result/HTML/wired.html: sometimes one
15007 really want to have tags closed on output even if we accept
15008 unclosed ones on input
15009
Daniel Veillard5dd2f0a2001-02-12 17:36:05 +000015010Mon Feb 12 18:33:20 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15011
15012 * xpath.c: ouch don't free NULL, rare case fixed
15013 * tree.c: don't coalesce text nodes if they don't have the
15014 same behaviour wrt escaping on output
15015
Daniel Veillardd12b69d2001-02-11 20:17:31 +000015016Sun Feb 11 21:15:41 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15017
15018 * xpath.c: small fixup
15019 * SAX.c: don't warn on empty namespaces.
15020
Daniel Veillard6a2e4062001-02-08 10:31:33 +000015021Thu Feb 8 11:28:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15022
15023 * README: a bit of cleanup
15024 * configure.in: preparing for 2.3.0 release
15025
Daniel Veillard1f83d392001-02-08 09:37:42 +000015026Thu Feb 8 10:37:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15027
15028 * hash.[ch]: added a first version of xmlHashSize()
15029 * valid.c: another bug fix from Gary Pennington
15030
Daniel Veillard5eef6222001-02-07 18:24:48 +000015031Wed Feb 7 19:22:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15032
15033 * valid.c: couple of bug fixes pointed by Gary Pennington
15034 * HTMLtree.c: #if 0 cleanup
15035
Daniel Veillard2c257ec2001-02-06 13:29:07 +000015036Tue Feb 6 14:02:56 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15037
15038 * xpath.c: started profiling XSLT, added xmlXPathNodeSetAddUnique()
15039 which removes a time consuming check of xmlXPathNodeSetAdd()
15040 and use it in places where we are sure to not break unicity
15041
Daniel Veillard0f2a53c2001-02-05 17:57:33 +000015042Mon Feb 5 18:51:36 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15043
15044 * xpath.c: bug fixes found from XSLT
15045 * tree.c: preserve node->name special values when copying nodes.
15046 * parserInternals.[ch] parser.[ch] SAX.c : added a mode where
15047 external subset are fetched when available but without full
15048 validation. Added xmlLoadExtDtdDefaultValue, need a function.
15049 * HTMLtree.c: add support for xmlStringTextNoenc for XSLt HTML
15050 output with encoding disabled.
15051
Daniel Veillard2c833b62001-02-03 08:52:06 +000015052Sat Feb 3 09:50:29 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15053
15054 * xmliO.c: Harry Blundell pointed out that xmlCheckFilename
15055 xmlCheckFilename should not be called from xmlFileOpenW
15056 and xmlGzfileOpenW
15057
Daniel Veillardb6e7fdb2001-02-02 17:07:32 +000015058Fri Feb 2 18:04:35 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15059
15060 * uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
15061 * test/URI/smith.uri result/URI/smith.uri Makefile.am:
15062 added the new tests for URI normalization
15063 * testURI.c: fixed stoopid bugs
15064 * result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
15065 the URI in the error messages are now properly normalized
15066
Daniel Veillardea28ce62001-02-02 08:20:19 +000015067Fri Feb 2 09:18:53 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15068
15069 * uri.c: applied Marc Sanfacon's patch for xmlNormalizeURIPath
15070
Daniel Veillarde99a4762001-02-01 04:34:35 +000015071Thu Feb 1 05:28:55 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15072
15073 * xpath.c: fixed a number of problems in XPATH_XSLT_TREE processing
15074
Daniel Veillard2b325a02001-01-31 20:46:31 +000015075Wed Jan 31 21:45:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15076
15077 * xpath.c: fixed mod operator
15078
Daniel Veillardde55cf62001-01-31 15:53:13 +000015079Wed Jan 31 16:50:42 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15080
15081 * parser.c: fixed xmlStrcat doc
15082 * tree.c: 2 fixes form Anders Carlson for copying nodes and
15083 trees.
15084
Daniel Veillard2f913b72001-01-31 13:23:49 +000015085Wed Jan 31 14:19:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15086
15087 * xpath.c result/XPath/tests/chaptersbase
15088 result/XPath/tests/simplebase: fixed XPath node()
15089 * tree.c: small fix in xmlNewNs()
15090 * Makefile.am: removed extraneous xml2Conf.sh rule
15091
Daniel Veillardb42042b2001-01-28 07:40:36 +000015092Sun Jan 28 08:37:03 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15093
15094 * Makefile.am configure.in libxml.spec.in example/Makefile.am:
15095 Changed the library name, in order to get libxml-devel and
15096 libxml2-devel to coexist on a single system
15097 * xml-config.1 xml-config.in xmlConf.sh.in: renamed
15098 * xml2-config.1 xml2-config.in xml2Conf.sh.in: new files
15099
Daniel Veillardee0a4662001-01-27 18:59:33 +000015100Sat Jan 27 19:58:22 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15101
15102 * Makefile.am configure.in libxml-2.0.pc.in: started working on getting
15103 libxml2-devel installable in // as libxml-devel.
15104
Daniel Veillard5eb05942001-01-27 17:50:22 +000015105Sat Jan 27 18:49:02 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15106
15107 * doc/Makefile.am: fixed make rebuild in doc
15108 * doc/html/*.html: rebuilt the docs
15109
Daniel Veillard65c295d2001-01-26 09:32:39 +000015110Fri Jan 26 10:30:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15111
15112 * tree.c: patch from Bjorn Reese on xmlBufferCCat
15113
Daniel Veillard8e199902001-01-25 18:54:39 +000015114Thu Jan 25 19:22:25 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15115
15116 * Makefile.am doc/Makefile.am libxml.spec.in: painful work to get
15117 the HTML doc to go into the -devel RPM ...
15118 * aclocal.m4 config.h.in: some updates due to auto* magic
15119
Daniel Veillard93086662001-01-25 18:13:04 +000015120Thu Jan 25 19:11:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15121
15122 * xpath.h: added a hook in the context structure allowing to
15123 link to extra support, needed for XSLT
15124
Daniel Veillardf17e09b2001-01-25 13:55:35 +000015125Thu Jan 25 13:34:11 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15126
15127 * xpath.[ch] xpointer.c: added xmlXPathCmpNodes, changed
15128 xmlXPtrCmpPoints to use it.
15129 * propagated the following patch from Alejandro Forero
15130 * include/win32config.h xmlIO.c: applied further suggestions
15131 from Igor Zlatkovic <igorz@dialup.nacamar.de> and cleanup
15132 * example/gjobread.c: fixed warnings, now that it builds
15133
15134Wed Jan 24 20:27:28 COT 2001 Alejandro Forero <bachue@bachue.com>
15135
15136 * xmlIO.c (xmlFileOpen, xmlFileOpenW): Removed unnecesary checks.
15137
15138 * xmlIO.c (xmlCheckFilename): Function added to know whether a given
15139 filename points to a valid file (not a directory).
15140 * xmlIO.c (xmlFileOpen, xmlFileOpenW, xmlGzfileOpen, xmlGzfileOpenW):
15141 Added calls to xmlCheckFilenameDir.
15142
15143 * xmlIO.c (xmlGzfileOpen, xmlGzfileOpenW, xmlFdOpen, xmlFdOpenW): Pass
15144 `path' (rather than `filename') as the parameter to gzopen and open.
15145
Daniel Veillard48177c22001-01-23 15:27:41 +000015146Tue Jan 23 16:26:30 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15147
15148 * Makefile.am: fixed a problem with EXTRA_DIST
15149
Daniel Veillardb83ba402001-01-22 22:45:10 +000015150Mon Jan 22 23:42:17 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15151
15152 * Makefile.am example/Makefile.am: finally found the trick
15153 to build the example, i.e. add "." in SUBDIRS before example
15154 in the list <grin/>
15155
Daniel Veillard82687162001-01-22 15:32:01 +000015156Mon Jan 22 16:30:37 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15157
15158 * doc/xml.html: updated with an XSLT section, removed pointer to
15159 W3C CVS base.
15160
Daniel Veillard8a7642f2001-01-22 10:45:16 +000015161Mon Jan 22 11:43:21 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15162
15163 * xpath.c: when copying a XSLT tree object teh tree need to be copied
15164 too, and deallocation need to occur the same way.
15165
Daniel Veillarde4566462001-01-22 09:58:39 +000015166Mon Jan 22 10:35:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15167
15168 * xpathInternals.h xpath.[ch] debugXML.c: added the XPATH_XSLT_TREE
15169 type correponding to an XSLT result tree fragment. Share most
15170 of the data format with node set, as well as operators.
15171 * HTMLtree.c: added a newline at the end of the doctype output
15172 whe this one is not present initially.
15173 * tree.c: make sure taht the parent and doc pointers are properly
15174 set when copying attributes (lists).
15175
Daniel Veillard701c7362001-01-21 09:48:59 +000015176Sun Jan 21 10:47:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15177
15178 * htmlTree.[ch] xmlIO.h: exported htmlDocContentDumpOutput
15179
Daniel Veillard5a2b6972001-01-20 21:15:50 +000015180Fri Jan 19 18:15:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15181
15182 * xpath.c: seems I finally killed that ugly path evaluation
15183 context bug (tagged 9999 in case is is wrong)
15184
Daniel Veillard8f4d9752001-01-19 05:32:34 +000015185Fri Jan 19 06:30:38 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15186
15187 * xpath.[ch] xpathInternals.h: added xmlXPathRegisterVariableLookup()
15188 for XSLT
15189
Daniel Veillardd8aa7cb2001-01-18 15:21:36 +000015190Thu Jan 18 16:19:47 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15191
15192 * xmlIO.c: Gary Pennington <Gary.Pennington@uk.sun.com> fix
15193 for xmlGzfileOpen() bug
15194
Daniel Veillardf6eea272001-01-18 12:17:12 +000015195Thu Jan 18 13:11:50 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15196
15197 * xpath.c: removed an error found by XSLT usage
15198 * tree.c parserInternals.h: use a predefined static string
15199 for text and comment nodes, avoid freeing them in xmlFreeNode,
15200 exported the string name in parserInternals.h and added
15201 another value to disable encoding at output (for XSLT),
15202 gain memory, time.
15203
Daniel Veillard8f2cc572001-01-17 08:19:35 +000015204Wed Jan 17 09:15:16 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15205
15206 * win32/README.MSDev win32/libxml2/libxml2_a.dsp
15207 win32/libxml2/libxml2_so.dsp: new makefiles and update
15208 provided by Igor Zlatkovic <igor@stud.fh-frankfurt.de>
15209
Daniel Veillardf831bfb2001-01-16 17:26:04 +000015210Tue Jan 16 18:24:46 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15211
15212 * tree.c : xmlSaveFile, xmlSaveFileEnc, applied patch from
15213 Gary Pennington
15214
Daniel Veillard389e6b72001-01-15 19:41:13 +000015215Mon Jan 15 20:24:18 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15216
15217 * xpath.c: fixed the comaprision of values and nodelists,
15218 need to compare nodelist still ...
15219 * debugXML.c: avoided a possible core dump
15220 * HTMLparser.c: cleanup
15221 * nanohttp.c: contributed fix.
15222 * tree.c: fixes in properties handling added xmlSetNsProp
15223 needed by libxslt
15224 * xpathInternals.h: exported xmlXPathBooleanFunction, added a
15225 comment
15226 * TODO: updated
15227
Daniel Veillard167bd532001-01-06 21:09:34 +000015228Sat Jan 6 22:05:09 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15229
15230 * parser.c parserInternals.c: applied Bjorn Reese optimization
15231 patch
15232
15233Sat Jan 6 19:13:27 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15234
15235 * Makefile.am: applied patch fro make check from Martin Vidner
15236
Daniel Veillard503b8932001-01-05 06:36:31 +000015237Thu Jan 4 19:07:49 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15238
15239 * configure.in: preparing 2.2.11
15240 * doc/html/*: rebuild the HTML files
15241 * doc/xml.html : updated
15242
Daniel Veillardc2f4df22001-01-04 14:06:39 +000015243Thu Jan 4 14:09:58 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15244
15245 * tree.c: fixed a stupid bug
15246 * valid.c: applied "Paul D. Smith" <pausmith@nortelnetworks.com>
15247 patches related to validation of an XInclude processing result
15248 * TODO: updated
15249
Daniel Veillarde2488192001-01-04 10:54:22 +000015250Thu Jan 4 11:46:40 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15251
15252 * encoding.c xmlIO.c: Fixing the problem reported by Marc Sanfacon
15253 on large files
15254
Daniel Veillardf060a412001-01-03 20:52:44 +000015255Wed Jan 3 21:51:13 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15256
15257 * xmlIO.c: fixed xmlParserInputBufferCreateMem doc
15258
Daniel Veillard45cff692001-01-03 18:02:04 +000015259Wed Jan 3 18:56:00 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15260
15261 * HTMLparser.c: htmlCheckParagraph to check htmlOmittedDefaultValue,
15262 reported by Jonas Borgström
15263 * nanohttp.c: Applied Bjorn Reese' IPV6 first patch
15264
Daniel Veillard08108982001-01-03 15:24:58 +000015265Wed Jan 3 16:19:39 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15266
15267 * testXPath.c xpath.c: fixing the XPath union expressions problem
15268 reported by Martin Vidner <martin@artax.karlin.mff.cuni.cz>
15269
Daniel Veillard4a6845d2001-01-03 13:32:39 +000015270Wed Jan 3 14:22:33 CET 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
15271
15272 * xmllint.c: Made is so if the file name is "-" is will read form
15273 standard input. Sven Heinicke <sven@zen.org>
15274 * tree.c: fixed a problem when growing buffer
15275 * tree.h: fixed the comment of the node types following andersca
15276 comment
15277 * TODO: updated
15278
Daniel Veillarda6d8eb62000-12-27 10:46:47 +000015279Wed Dec 27 12:35:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15280
15281 * HTMLparser.[ch]: added a way to avoid adding automatically
15282 omitted tags. htmlHandleOmittedElem() allows to change the
15283 default handling.
15284 * tree.[ch] xmllint.c: added xmlDocDumpFormatMemory() and
15285 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
15286 of xmllint too when using --memory flag, added a memory test
15287 suite at the Makefile level.
15288 * xpathInternals.h xpath.[ch] xpointer.c: fixed problems
15289 with namespace use when encountering QNames in XPath evalation,
15290 added xmlns() scheme in XPointer.
15291 * nanoftp.c : incorporated a fix
15292 * parser.c xmlIO.c: fixed problems raised with encoding when using
15293 the memory I/O
15294 * parserInternals.c: closed bug 25934 reported by
15295 torsten.landschoff@innominate.de
15296 * TODO: updated
15297
Daniel Veillarda1fe9102000-11-25 10:49:25 +000015298Sat Nov 25 11:46:27 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15299
15300 * configure.in doc/html/* doc/xml.html: made a 2.2.9 release
15301 on a non-updated tree :-(, made a 2.2.10 release to correct the
15302 situation
15303
Daniel Veillardce6e98d2000-11-25 09:54:49 +000015304Sat Nov 25 10:41:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15305
15306 * nanohttp.c parser.[ch] tree.[ch] xmlIO.[ch] xmllint.c xpath.c
15307 parserInternals.h vms/build_libxml.com vms/config.vms Makefile.am:
15308 integrated a set of OpenVMS changes from Howard Taylor
15309 <Howard.Taylor@pacoast.com>
15310
Daniel Veillard58770e72000-11-25 00:48:47 +000015311Sat Nov 25 01:21:01 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15312
15313 * tree.[ch] xmlIO.c: added xmlDocDumpMemoryEnc() from John Kroll
15314 * error.c: applied fix suggested by "Leo Davidson" <leo@ox.compsoc.net>
15315
Daniel Veillardf62ceff2000-11-24 23:36:01 +000015316Sat Nov 25 00:24:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15317
15318 * HTMLparser.c: some fixes on auto-open of html/head/body
15319 * encoding.c: fixed a compilation error on some gcc env
15320 * xpath.c xpointer.[ch] xpathInternals.h: improved the
15321 XPointer implementation
15322 * test/XPath/xptr/strpoint test/XPath/xptr/strrange3: added
15323 related XPointer tests and associated results
15324
Daniel Veillard300f7d62000-11-24 13:04:04 +000015325Fri Nov 24 14:01:44 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15326
15327 * doc/xmldtd.html doc/xml.html: following a short step by step
15328 guidance on IRC to help maciej with DTDs I started a small
15329 page on the subject.
15330
Daniel Veillard748e45d2000-11-17 16:36:08 +000015331Fri Nov 17 17:28:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15332
15333 * HTMLparser.c: fixed handling of broken charrefs
15334 * xmlmemory.h libxml2.dsp include/win32config.h: reporting Windows
15335 patches
15336
Daniel Veillard28929b22000-11-13 18:22:49 +000015337Mon Nov 13 19:17:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15338
15339 * doc/xml.html doc/html/* : rebuilt the docs after adding
15340 xinclude and updated page for 2.2.7 and 2.2.8
15341 * configure.in: releasing 2.2.8
15342
Daniel Veillard41e06512000-11-13 11:47:47 +000015343Mon Nov 13 12:39:38 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15344
15345 * parser.[ch] parserInternals.c: applied the conditional
15346 section processing fix from Jonathan P Springer
15347 <jonathan.springer2@gte.net>
15348 * xmlversion.h.in win32/libxml2/libxml2.dsp : Updated MS
15349 project file, fixed iconv default non support
15350 * xpath.c: fixed the problem of evaluating relative expressions
15351 when a node context is provided.
15352
Daniel Veillardbf432752000-11-12 15:56:56 +000015353Sun Nov 12 16:31:19 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15354
15355 * nanoftp.c: fixed gcc 2.95 new warnings
15356 * SAX.c: fixed a stupid bug
15357 * tree.c: fixed a formatting problem when round-tripping
15358 from/to memory
15359 * xinclude.c: chased memleak, fixed a base problem
15360 * xpointer.c: added xmlXPtrBuildRangeNodeList(), finished ?
15361 xmlXPtrBuildNodeList()
15362 * TODO: updated
15363 * Makefile.am test/XInclude/docs test/XInclude/ents result/XInclude:
15364 adding a first small set of regression tests for XInclude
15365
Daniel Veillardc2def842000-11-07 14:21:01 +000015366Tue Nov 7 15:11:34 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15367
15368 * nanohttp.[ch]: applied Wayne Davison patches to access
15369 the WWW-Authorization header.
15370 * parser.c: Closed Bug#30847: Problems when switching encoding
15371 in short files by applying Simon Berg's patch.
15372 * valid.c: fixed a validation problem
15373 * hash.c parser.h parserInternals.h testHTML.c testSAX.c tree.h
15374 xmlerror.h xmlmemory.h xmlversion.h.in: applied a DLL patch from
15375 Wayne Davison
15376 * xpointer.[ch]: added first version of xmlXPtrBuildNodeList()
15377 need to be extended to non full nodes selections.
15378 * xinclude.c: starts to work decently
15379
Daniel Veillard9e8bfae2000-11-06 16:43:11 +000015380Mon Nov 6 17:22:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15381
15382 * tree.[ch] xinclude.[ch] xmllint.c configure.in valid.c
15383 debugXML.c xmlversion.h.in: Started adding XInclude support,
15384 this is a new xmllint option
15385 * tree.c xpath.c: applied TOM patches for XPath
15386 * xpointer.c: fixed a couple of errors.
15387 * uri.c: added an escaping function needed for xinclude
15388 * testXPath.c hash.c HTMLtree.c: minor cleanups raised by
15389 new warning from RH70 gcc's version
15390
Daniel Veillarda4964b72000-10-31 18:23:44 +000015391Tue Oct 31 14:14:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15392
15393 * HTMLparser.c: fixed loop on invalid char in scripts
15394 * parser.c: update to description of xmlIOParseDTD()
15395 * libxml.m4 xmlversion.h.in: changes contributed by
15396 Michael Schmeing <m.schmeing@internet-factory.de>
15397 * configure.in: preparing for 2.2.7
15398 * Makefile.am: trying to avoid config.h and acconfig.h
15399 being included in the distrib
15400 * configure.in: released 2.2.7
15401
15402Mon Oct 30 17:08:10 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15403
15404 * tree.[ch] debugXML.c parserInternals.c xpath.c: Deprecated Pi's
15405 like namespaces for good. Unified xmlNs and xmlNode somewhat.
15406
Daniel Veillard01411222000-10-30 15:33:22 +000015407Mon Oct 30 16:26:49 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15408
15409 * parser.[ch]: added xmlIOParseDTD()
15410 * xpointer.c: added support for the 2 extra parameters of
15411 string-range, fixed a stoopid error when '0' was present
15412 in XPointer expressions
15413 * test/XPath/xptr/strrange2 result/XPath/xptr/strrange2: added
15414 testsuite for the above
15415
Daniel Veillard6db58192000-10-30 09:27:53 +000015416Mon Oct 30 10:26:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15417
15418 * libxml.spec.in: improved package descriptions
15419
Daniel Veillarda5db68a2000-10-29 18:06:06 +000015420Sun Oct 29 19:03:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15421
15422 * xpath.c xpathInternals.h: applied a large cleaning patch
15423 from TOM <ptittom@free.fr>, it also add namespace support
15424 for function and variables registration.
15425
Daniel Veillardbd20df72000-10-29 17:53:40 +000015426Sun Oct 29 18:51:46 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15427
15428 * uri.c: Wayne Davison's patch fixing xmlBuildURI()
15429 * Makefile.mingw: Wayne Davison's update adding hash.c
15430
Daniel Veillardc4f4f0b2000-10-29 17:46:30 +000015431Sun Oct 29 18:38:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15432
15433 * xpath.c: fixed the root evaluation problems
15434 * HTMLparser.c result/HTML/doc3.htm: fixed the problem of non
15435 ignorable spaces with <b> <bold> <em>
15436 * tree.c: fixed a loop in xmlSearchNsByHref()
15437
Daniel Veillard767662d2000-10-27 17:04:52 +000015438Fri Oct 27 18:57:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15439
15440 * xpath.c: applied another XPath patch from TOM
15441 * xpath.c include/makefile.am: applied another patch from
15442 china@thewrittenword.com (cleanup on IRIX).
15443
Daniel Veillard211cc0a2000-10-27 11:49:33 +000015444Fri Oct 27 13:45:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15445
15446 * xml-config.1: received a fixed version from Fredrik Hallenberg
15447 <hallon@lysator.liu.se>
15448
Daniel Veillardf6bf9212000-10-26 14:07:44 +000015449Thu Oct 26 16:05:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15450
15451 * xpath.c textXPath.c xpathInternals.h: applied TOM <ptittom@free.fr>
15452 cleanup patch for XPath
15453
Daniel Veillardd6d7f7b2000-10-25 19:56:55 +000015454Wed Oct 25 21:31:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15455
15456 * patched to redirrect all "out of context" error messages to
15457 a reconfigurable routine. The changes are:
15458 * xmlerror.h : added the export of an error context type (void *)
15459 an error handler type xmlGenericErrorFunc there is an interface
15460 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler);
15461 to reset the error handling routine and its argument
15462 (by default it's equivalent to respectively fprintf and stderr.
15463 * all the c files: all wild accesses to stderr or stdout within
15464 the library have been replaced to calls to the handler.
15465
Daniel Veillard29a11cc2000-10-25 13:32:39 +000015466Wed Oct 25 15:27:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15467
15468 * configure.in: release 2.2.6
15469 * xpath.[ch] xpointer.c xpathInternals.h: added xpathInternals.h
15470 exporting the inner functions of xpath for extension modules
15471 * doc/*: updated and rebuilt the doc
15472
Daniel Veillardbe9ec4b2000-10-25 11:01:53 +000015473Wed Oct 25 12:48:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15474
15475 * nanohttp.c : applied Wayne HTTP cleanup patch
15476 * tree.[ch]: applied TOM <ptittom@free.fr> for xmlNodeSetBase()
15477 and xmlNodeSetSpacePreserve()
15478
Daniel Veillarddf7ef2a2000-10-25 10:11:55 +000015479Wed Oct 25 12:11:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15480
15481 * xpath.c: closing bug #29260
15482
Daniel Veillard126f2792000-10-24 17:10:12 +000015483Tue Oct 24 18:49:34 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15484
15485 * hash.[ch] debugXML.c: expanded/enhanced the API, added
15486 multikey tuples, made hash structure opaque
15487 * valid.[ch]: moved elements, attributes, notations decalarations
15488 as well as ID and refs to hash tables.
15489 * entities.c: hash cleanup
15490 * xmlmemory.c: fixed a dump problem in debug mode
15491 * include/Makefile.am: problem passing in DESTDIR= values patch
15492 from Marc Christensen <marc@calderasystems.com>
15493 * nanohttp.c: removed debugging remains
15494 * HTMLparser.c: the bogus tag should be ignored (Wayne)
15495 * HTMLparser.c parser.c: fixing a number of problems with the
15496 macros in the *parser.c files (Wayne).
15497 * HTMLparser.c: close the previous option when opening a new one
15498 (Marc Sanfacon).
15499 * result/HTML/*: updated the HTML results accordingly
15500
Daniel Veillard52afe802000-10-22 16:56:02 +000015501Sun Oct 22 18:39:19 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15502
15503 * entities.[ch] xpath.[ch] hash.[ch] debugXML.c tree.h: added/hacked
15504 hash tables from Bjorn Reese <breese@mail1.stofanet.dk>. Switched
15505 XPath functions and XML entities table to them. More to come...
15506 * xmlIO.c: fixed libxml closing FILEs it didn't open.
15507
Daniel Veillard683cb022000-10-22 12:04:13 +000015508Sun Oct 22 13:59:50 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15509
15510 * tree.c: coalesce adjacent text nodes
15511 * valid.c: handling of blank nodes in DTd validation (raised
15512 by problems with a posteriori validation).
15513 * nanohttp.c: changing behaviour on HTTP write stuff.
15514 * HTMLtree.c: forced body and html to be explicitely closed.
15515 * xpath.h: exported more XPath functions.
15516
Daniel Veillard1baf4122000-10-15 20:38:39 +000015517Sun Oct 15 22:28:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15518
15519 * Release of 2.2.5
15520 * xpointer.c: range() range-inside and other helper functions
15521 * parserInternals.c: fixed perf problem raised by rolf@pointsman.de
15522
Daniel Veillard47e12f22000-10-15 14:24:25 +000015523Sun Oct 15 16:21:27 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15524
15525 * SAX.c: HTML attributes need normalization too (Bjorn Reese)
15526 * HTMLparser.[ch]: addded htmlIsScriptAttribute()
15527
Daniel Veillardb732a0e2000-10-15 11:27:01 +000015528Sun Oct 15 13:18:36 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15529
15530 * doc/*: rebuilt docs preparing for 2.2.5 release, added URI
15531 and XPointer modules
15532
Daniel Veillard134c9f32000-10-15 10:27:08 +000015533Sun Oct 15 12:13:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15534
15535 * SAX.h: closed #25107
15536
Daniel Veillard39915622000-10-15 10:06:55 +000015537Sun Oct 15 12:06:16 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15538
15539 * testSAX.c: fixed problem with cdata reporting
15540 * SAXresult/* : updated
15541
Daniel Veillard1e851392000-10-15 10:02:56 +000015542Sun Oct 15 12:00:24 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15543
15544 * parser.c test/wap.xml result/noent/wap.xml result/wap.xml:
15545 Closed bug #27499, added to regression tests
15546 * TODO: updated
15547
Daniel Veillard7eda8452000-10-14 23:38:43 +000015548Sun Oct 15 01:34:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15549
15550 * HTMLparser.c HTMLtree.[ch] SAX.c testHTML.c tree.c: fixed HTML
15551 support for SCRIPT and STYLE with help from Bjorn Reese
15552 * test/HTML/* result/HTML/*: added simple testcase and updated
15553 the existing ones.
15554
Daniel Veillardff9c3302000-10-13 16:38:25 +000015555Fri Oct 13 18:24:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15556
15557 * xpath.c xpointer.c: XPointer reorder of ranges start/end and
15558 string-range for empty strings
15559 * test/XPath/docs/str test/XPath/xptr/chaptersrange
15560 test/XPath/xptr/strrange: augmented the XPointer testsuite
15561
Daniel Veillard189446d2000-10-13 10:23:06 +000015562Fri Oct 13 12:21:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15563
15564 * doc/xml.html doc/xmlmem.html: added a module describing memory
15565 interfaces and use, updated the main page.
15566
Daniel Veillard2f971a22000-10-12 23:26:32 +000015567Fri Oct 13 01:23:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15568
15569 * nanoftp.c nanohttp.c xmlIO.c: Wayne Davison Win32 patch
15570 nanoftp code work on Windows too now
15571
15572Fri Oct 13 00:54:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc2df4cd2000-10-12 23:15:24 +000015573
15574 * testXPath.c xpath.[ch]: moved some debug functions to xpath core
15575 * xpointer.c: implemented string-range() at least a good first version
15576 * test/XPath/docs/str test/XPath/xptr/strrange
15577 result/XPath/xptr/strrange: the string-range() tests
15578
Daniel Veillardd3c68c42000-10-12 08:06:28 +000015579Thu Oct 12 10:02:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15580
15581 * Makefile.am include/Makefile.am include/win32config.h
15582 win32/Makefile.mingw: fixed problems reported by Wayne Davison
15583 and make distcheck
15584
Daniel Veillard19d61112000-10-11 23:50:35 +000015585Thu Oct 12 01:44:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15586
15587 * nanohttp.c: added xmlNanoHTTPTimeout(int delay), removed a bug
15588 xmlNanoHTTPMethod on input MimeType Tony Lam <Tony.Lam@eng.sun.com>
15589 * xpointer.c: slight extension of xmlXPtrLocationSetMerge
15590
Daniel Veillardb0426ca2000-10-11 23:39:43 +000015591Thu Oct 12 01:37:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15592
15593 * config.h.in configure.in nanoftp.c nanohttp.c xmlversion.h.in :
15594 patch for socklen_t detection by
15595 Albert Chin-A-Young <china@thewrittenword.com>
15596
Daniel Veillardcd429612000-10-11 15:57:05 +000015597Wed Oct 11 17:53:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15598
15599 * tree.c valid.c xmllint.c: Fixed a few postvalidation bugs
15600 and added a --dtdvalid option to xmllint used to test it
15601
Daniel Veillard47c02452000-10-11 13:04:36 +000015602Wed Oct 11 15:01:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15603
15604 * xml-config.1 Makefile.am libxml.spec.in: adding a man page for
15605 xml-config by Fredrik Hallenberg <hallon@lysator.liu.se>
15606
Daniel Veillard2d38f042000-10-11 10:54:10 +000015607Wed Oct 11 12:41:30 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15608
15609 * xpath.[ch] xpointer.[ch]: worked on XPath functions and variable
15610 handlings (registration, lookup, cleanup)
15611
Daniel Veillardc8df0aa2000-10-10 23:50:30 +000015612Wed Oct 11 01:46:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15613
15614 * configure.in Makefile.am include/makefile.am: adding XPointer
15615 and XPtrtests target
15616 * xpointer.[ch] : new files for XPointer support
15617 * test/XPath/xptr result/XPath/xptr: added XPointer testsuite and
15618 more XPath tests
15619
Daniel Veillard57fda592000-10-10 23:24:14 +000015620Wed Oct 11 01:23:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15621
15622 * configure.in: fixed, very broken, make distcheck works again
15623
Daniel Veillarde8282ed2000-10-10 23:01:31 +000015624Wed Oct 11 02:53:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15625
15626 * More work toward 2.2.5, integrated a number of patches
15627 * configure.in Makefile.am win32config.h.in: trying to cleanup
15628 make distcheck .... huh ...
15629 * include/Makefile.am include/win32config.h: new directory
15630 for includes
15631 * win32/Makefile.mingw win32/README.MSDev win32/libxml2/libxml2.dsp
15632 updated teh makefiles and instructions for WIN32
15633 * xpath.c: small fixes
15634 * test/XPath/ results/XPath: updated the testcases and results
15635 * HTMLparser.c nanohttp.c testXPath.c: incorporated provided or
15636 suggested patches
15637 * valid.c: fixed an ID bug
15638
Daniel Veillardb71379b2000-10-09 12:30:39 +000015639Mon Oct 9 14:28:56 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15640
15641 * moved xml-error.h to xmlerror.h: seems this allowed to bypass
Daniel Veillard784b9352003-02-16 15:50:27 +000015642 the automake bug where wrong dependencies were generated.
Daniel Veillardb71379b2000-10-09 12:30:39 +000015643 * xpath.[ch]: worked on XPointer
15644
Daniel Veillard7e99c632000-10-06 12:59:53 +000015645Fri Oct 6 12:58:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15646
15647 * configure.in Makefile.am: 2.2.5, ship the include in an
15648 include/libxml subdirectory, use symlinks when using CVS
15649 * testSAX.c: fixed small bug
15650 * testXPath.c: changed the way testfiles are parsed
15651 * debugXML.c: same kind of cleanup when parsing an argument expression
15652 XPath/XPointers can have blanks embedded
15653 * xpath.[ch]: more cleanup, reorgs for XPointer work
15654 * parserInternals.c parser.c HTMLparser.c: fixed wrong include
15655 * win32/README.MSDev win32/libxml2/libxml2.dsp: Windows stuff
15656
Daniel Veillard55b91f22000-10-05 16:30:11 +000015657Thu Oct 5 18:13:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15658
15659 * debugXML.c testXPath.c xpath.[ch]: got pissed by some nastyness
15660 in the XPath engine, rewrote large parts of it, now it's far
15661 cleaner and in sync with the REC not an old WD. Fixed a parsing
15662 problem in the interactive XML shell found when testing XPath.
15663
Daniel Veillardac260302000-10-04 13:33:43 +000015664Wed Oct 4 15:25:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15665
15666 * debugXML.c testXPath.c xpath.[ch]: More work on XPath/Xpointer,
15667 incorporated "(TOM)" <ptittom@free.fr> patches rebuilt the XPath
15668 examples with the extra test
15669
Daniel Veillard7cfce322000-10-04 12:40:27 +000015670Wed Oct 4 14:39:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15671
15672 * parser.c xmlIO.c xmlIO.h: fixed bug 26650, and improved
15673 the global init function.
15674
Daniel Veillard970112a2000-10-03 09:33:21 +000015675Tue Oct 3 11:28:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15676
15677 * HTMLparser.c: Doohhh, attribute name parsing was still case
15678 sensitive ! Fixed this ...
15679 * result/HTML/* : updated the tests results accordingly
15680
Daniel Veillard740abf52000-10-02 23:04:54 +000015681Mon Oct 2 23:47:32 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15682
15683 * xpath.[ch] debugXML.c testXPath.c: fixed the XPath evaluation
15684 engine, should be far more stable, incorporated a new version of
15685 preceding/following axis, need testing
15686 * uri.c: fixed file:///c:/a/b/c problem
15687 * test/XPath/tests/idsimple: augmented the XPath tests
15688
Daniel Veillard3bff2b02000-10-01 20:33:47 +000015689Sun Oct 1 22:33:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15690
15691 * doc/* rebuilding docs for 2.2.4 release
15692
Daniel Veillard8b5dd832000-10-01 20:28:44 +000015693Sun Oct 1 22:16:33 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15694
15695 * configure.in: releasing 2.2.4
15696 * parser.[ch]: added xmlStrEqual()
15697 * HTMLparser.c HTMLtree.c SAX.c debugXML.c entities.c parser.c
15698 tree.c valid.c xlink.c xpath.c: converted all !xmlStrcmp to
15699 use xmlStrEqual instead
15700 * TODO: updated
15701 * added an XPath test
15702
Daniel Veillardbc765302000-10-01 18:23:35 +000015703Sun Oct 1 20:19:39 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15704
15705 * HTMLparser.c: fixed htmlStartCloseIndexinitialized init
15706 * entities.h: exported xmlInitializePredefinedEntities
15707 * parser.[ch] : added xmlInitParser()
15708 * parserInternals.h : had to export htmlInitAutoClose()
15709
Daniel Veillardf09e7e32000-10-01 15:53:30 +000015710Sun Oct 1 16:28:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15711
15712 * xpath.[ch] : fixed some serious XPath Predicate evaluation
15713 problems
15714 * Makefile.am : added XPath regression tests to normal tests
15715 * uri.c: fixed a problem with local paths, cleanup
15716 * parser.c: fixed a problem with large CData sections
15717
Daniel Veillardd2ade932000-09-30 14:39:55 +000015718Sat Sep 30 16:35:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15719
15720 * configure.in xml-config.in: patch from "Ben Taylor"
15721 <sol7x86@hotmail.com> for solaris shared libs lookup
15722
Martin Bauligdd7d1f62000-09-29 23:17:57 +0000157232000-09-30 Martin Baulig <baulig@suse.de>
15724
15725 * libxml-2.0.pc.in: Provide pkg-config script.
15726
15727 * configure.in: Create the libxml-2.0.pc script from the
15728 libxml-2.0.pc.in templates.
15729 * Makefile.am (pkgconfig_DATA): Install the libxml-2.0.pc
Martin Baulig1b478d12000-09-30 02:27:55 +000015730 script in `$(libdir)/pkgconfig'.
Martin Bauligdd7d1f62000-09-29 23:17:57 +000015731
Daniel Veillard4b0755c2000-09-25 14:26:28 +000015732Mon Sep 25 16:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15733
15734 * HTMLparser.c parser.c tree.c tree.h: Avoiding a few warning
15735 when compiling with MSC
15736
Daniel Veillard46057e12000-09-24 18:49:59 +000015737Sun Sep 24 20:32:52 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15738
15739 * xpath.c: patch for normalize-string() substring-before(),
15740 substring-after() and translate() functions from Bjorn Reese
15741 <breese@mail1.stofanet.dk>
15742 * libxml.m4 Makefile.am: added libxml.m4 from Debian ?
15743 Fredrik Hallenberg <hallon@lysator.liu.se>
15744 * TODO: updated
15745
Daniel Veillard281f8ff2000-09-24 08:12:14 +000015746Sun Sep 24 10:00:49 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15747
15748 * xmlversion.h.in nanoftp.c nanohttp.c: traying to work out the
15749 problem of socklen_t being undefined on a number of platforms
15750 * debugXML.c: fixed a compilation problem when without snprintf
15751
Daniel Veillard8ddb5a72000-09-23 10:28:52 +000015752Sat Sep 23 12:19:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15753
15754 * HTMLparser.c uri.c: Another patch from Wayne Davison, correcting
15755 an URI bug and a fix for the control-character-induced infinite loop
15756 * nanohttp.c: preventive fix for compiling on WIN32
15757
Daniel Veillard64c20ed2000-09-22 16:07:02 +000015758Fri Sep 22 18:06:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15759
15760 * xmlint.c: closing bug #25000
15761
Daniel Veillardb656ebe2000-09-22 13:51:48 +000015762Fri Sep 22 14:17:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15763
15764 * xmlIO.h tree.h: made xmlNodeDump() and xmlNodeDumpOutput() public
15765 * parser.[ch] nanohttp.c HTMLtree.c HTMLparser.c tree.c: applied and
15766 modified slightly Wayne Davison patch adding xmlStrcasecmp and
15767 related function, fixing xmlStrncmp(), and associated cleanup
15768 * result/HTML/entities.html.sax: updating result
15769
Daniel Veillard4fb87ee2000-09-19 12:25:59 +000015770Tue Sep 19 14:20:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15771
15772 * uri.c: applied patch for URI escaping from Wayne Davison
15773 <wayned@blorf.net>
15774 * tree.c parserInternals.c HTMLparser.c: memset checks patches
15775 from Denis Barbier <barbier@imacs.polytechnique.fr>
15776 * HTMLparser.c: UTF8 characters in HTML tag-attribute values
15777 patch from Wayne Davison
15778
Daniel Veillardd5f97f82000-09-17 16:38:14 +000015779Sun Sep 17 18:37:03 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15780
15781 * doc/xml.html : updated with new releases, adding "how to help"
15782
Daniel Veillard04698d92000-09-17 16:00:22 +000015783Sun Sep 17 17:58:37 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15784
15785 * SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c:
15786 removed a few warnings in pedantic mode ...
15787 * parserInternals.c parser.c: moved encoding switching function
15788 to parserInternals.c
15789 * configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3
15790
Daniel Veillarda2c6da92000-09-16 18:15:00 +000015791Sat Sep 16 20:12:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15792
15793 * HTMLparser.c parser.c: set ctxt->errNo before calling the
15794 error or warning handlers
15795
Daniel Veillardb1059e22000-09-16 14:02:43 +000015796Wed Sep 13 22:03:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15797
15798 * parserInternals.c parserInternals.h parser.c Makefile.am:
15799 created a new module parserInternals.c, moved most of the
15800 code shared by the various parsers there, as well as
15801 deprecated code from parser.c. More cleanup of parser.c
15802 * uri.c: fixed a problem when URI is NULL
15803 * valid.c: speedup when looking for an attribute declaration
15804
Daniel Veillard39c7d712000-09-10 16:14:55 +000015805Sun Sep 10 17:53:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15806
15807 * uri.c tree.c SAX.c parser.c entities.c debugXML.c: finished
15808 the cleanup of the computation of URI references when seeking
15809 external entities. The URI reference string and the resulting
15810 URI are both stored now.
15811 * parser.c HTMLparser.c valid.c nanoftp.c nanohttp.c xpath.c:
15812 large s(n)printf checks and cleanup from Denis Barbier
15813 <barbier@imacs.polytechnique.fr>
15814 * xmlversion.h.in tree.h: couple of SGML declarations for a
15815 possible docbook module.
15816 * result/VC/ : a couple of test output changed due to the change
15817 of the entities URI
15818
Daniel Veillardb513f5a2000-09-10 14:01:12 +000015819Sun Sep 10 15:59:58 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15820
15821 * parser.h: added a _private field for linking user's data
15822
Daniel Veillarddd477ce2000-09-10 13:23:08 +000015823Sun Sep 10 15:14:43 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15824
15825 * parser.c parserInternals.h: demacroified most of the IS_XXX
15826 the gain in size is significant so ...
15827
Daniel Veillard4b5b80c2000-09-08 18:54:41 +000015828Fri Sep 8 20:48:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15829
15830 * entities.c: cases where looking up entities with doc==NULL
15831 covered
15832
Daniel Veillard90e11312000-09-05 10:42:32 +000015833Tue Sep 5 12:41:15 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15834
Daniel Veillard1de50802000-09-07 08:54:32 +000015835 * uri.c: applied Wayne Davison patch
Daniel Veillard90e11312000-09-05 10:42:32 +000015836 * Makefile.in test/URI/uri.data result/URI/uri.data: updated URI tests
15837
Daniel Veillard98a79162000-09-04 11:15:39 +000015838Mon Sep 4 13:01:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15839
Daniel Veillard1de50802000-09-07 08:54:32 +000015840 * uri.c testUri.c: applied Wayne Davison patches
Daniel Veillard98a79162000-09-04 11:15:39 +000015841 * test/URI/uri.data result/URI/uri.data: first set of tests/results
15842 * Makefile.in: added URItest and included thenin "make tests"
15843
15844Sun Sep 3 19:19:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard960aa532000-09-03 17:20:17 +000015845
15846 * xmlversion.h.in: closed bug 22941
15847
Daniel Veillard2bb89092000-08-31 14:57:50 +000015848Thu Aug 31 16:55:55 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15849
15850 * doc/xmlio.html: added doc and example for entity loader
15851 redefinition.
15852
Daniel Veillard96984452000-08-31 13:50:12 +000015853Thu Aug 31 14:59:28 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15854
15855 * doc/xmlio.html doc/xml.html: added a doc on the I/O mechanism
15856 used by libxml
15857
Daniel Veillarde715dd22000-08-29 18:29:38 +000015858Tue Aug 29 20:22:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15859
15860 * parser.c: Fixed bug on invalid ontent characters and when using
15861 push.
15862 * xmllint.c: fixed xmllint endling of errors in push mode
15863
Daniel Veillard4948eb42000-08-29 09:41:15 +000015864Tue Aug 29 11:24:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15865
15866 * HTMLparser.c testHTML.c: applied two new patches from
Daniel Veillardbbe11b02000-09-23 07:07:40 +000015867 Wayne Davison <wayned@users.sourceforge.net>
Daniel Veillard4948eb42000-08-29 09:41:15 +000015868 * result/HTML/*.sax: regenerated HTML SAX output
15869 * parser.c: more cleanup.
15870
Daniel Veillarde010c172000-08-28 10:04:51 +000015871Mon Aug 28 11:58:12 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15872
15873 * HTMLparser.[ch] testHTML.c: applied the second set of
Daniel Veillardbbe11b02000-09-23 07:07:40 +000015874 patches from Wayne Davison <wayned@users.sourceforge.net>,
15875 adding htmlEncodeEntities()
Daniel Veillarde010c172000-08-28 10:04:51 +000015876 * HTMLparser.c: fixed an ignorable white space detection bug
15877 occuring when parsing with SAX only
15878 * result/HTML/*.sax: updated since the output is now HTML
15879 encoded...
15880
Daniel Veillard47f3f312000-08-27 22:40:15 +000015881Mon Aug 28 00:38:31 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15882
Daniel Veillardbbe11b02000-09-23 07:07:40 +000015883 * HTMLparser.[ch]: applied some of Wayne Davison
15884 <wayned@users.sourceforge.net> patches
Daniel Veillard47f3f312000-08-27 22:40:15 +000015885
Daniel Veillarde0854c32000-08-27 21:12:29 +000015886Sun Aug 27 22:14:01 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15887
15888 * SAX.c tree.c debugXML.c: fixed bogus behaviour when an
15889 undeclared namespace prefix was used, added a warning.
15890 Cleaned up support w.r.t. entities, spilling out a warning
15891 and being pedantic on lookups.
15892 * test/warning/ent9 : added testcase for previous example.
15893 * TODO: updated
15894 * parserInternals.h parser.c: changed the way names are parsed
15895 now allow infinite size and decrease penalty for normal use
15896 * parser.c: Started a big cleanup/check of the parser code,
15897 fixed some of the most tortuous entity code, spotted code
15898 unused anymore
15899 * test/*: added tests for very long names and related nasty
15900 things.
15901
Daniel Veillardf0cc7cc2000-08-26 21:40:43 +000015902Sat Aug 26 23:31:04 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15903
15904 * doc/encoding.html: added encoding aliases doc
15905 * doc/xml.html: updates
15906 * encoding.[ch]: added EncodingAliases functions
15907 * entities.[ch] valid.[ch] debugXML.c: removed two serious
15908 bottleneck affecting large DTDs like Docbook
15909 * parser.[ch] xmllint.c: added a pedantic option, will be
15910 useful
15911 * SAX.c: redefinition of entities is reported in pedantic mode
15912 * testHTML.c: uninitialized warning from gcc
15913 * uri.c: fixed a couple of bugs
15914 * TODO: added issue raised by Michael
15915
Daniel Veillard0d6b1702000-08-22 23:52:16 +000015916Wed Aug 23 01:50:51 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15917
15918 * doc/encoding.html: propagated Martin Duerst suggestions
15919
Daniel Veillard52402ce2000-08-22 23:36:12 +000015920Wed Aug 23 00:23:41 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15921
15922 * parser.c: Fixed Bug#21552: libxml fails to decode &amp;
15923 * uri.c testUri.c patches, by Marc Sanfacon (1 left)
15924 * parser.c HTMLparser.c: HTML/encoding push problems reportedi
15925 by Wayne Davison
15926
Daniel Veillard2f2bf412000-08-20 15:11:02 +000015927Sun Aug 20 17:03:38 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15928
15929 * nanoftp.c nanohttp.c: small cleanup
15930 * TODO: updated
15931
Daniel Veillard244ece92000-08-19 20:58:02 +000015932Sat Aug 19 22:57:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15933
15934 * added an old VC testcase and updated title.xml entity
15935
Daniel Veillardb8f25c92000-08-19 19:52:36 +000015936Sat Aug 19 21:02:08 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15937
15938 * HTMLparser.c SAX.c tree.c HTMLtree.h result/HTML/*: work
15939 done on auto-opening of <p> tags and cleanup of SAX output
15940
Daniel Veillard979e55e2000-08-19 16:48:54 +000015941Sat Aug 19 18:45:40 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15942
15943 * libxml.4 xmllint.1 Makefile.am libxml.spec.in: added man pages
15944
Daniel Veillard4540be42000-08-19 16:40:28 +000015945Sat Aug 19 18:38:53 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15946
15947 * doc/xml.html libxml.* structure.*: updated the doc a bit
15948
Daniel Veillard808a3f12000-08-17 13:50:51 +000015949Thu Aug 17 15:50:00 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15950
15951 * testSAX.c testHTML.c result/HTML/: cleanup of the output
15952 of SAX tests
15953
Daniel Veillard29579362000-08-14 17:57:48 +000015954Mon Aug 14 13:56:33 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15955
15956 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
15957 * xmllint.c: workaround a MAP_FAILEd definition bug in DU-4.0
15958
Daniel Veillard1255ab72000-08-14 15:13:33 +000015959Mon Aug 14 11:10:20 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15960
15961 * Patch from Dave Yearke <yearke@eng.buffalo.edu>:
15962 * testHTML.c: fix core dump on Solaris 2.x systems
15963 * HTMLparser.c: fix segfault if ctxt->sax->characters() is NULL
15964 * result/HTML/*.sax: previous bug fix lead to new results
15965
Daniel Veillard03109292000-08-14 14:58:22 +000015966Mon Aug 14 10:26:09 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15967
15968 * Patch from Albert Chin-A-Young <china@thewrittenword.com>:
15969 * configure.in: added --with-readline=DIR to accept alternate
15970 path for readline include/library
15971 * configure.in: added AM_C_PROTOTYPES to add -Aa -D_HPUX_SOURCE
15972 for ANSI under HP-UX
15973 * config.in: Removed @LIBS@ from xml-config because @XML_LIBS@
15974 includes @LIBS@
15975
Daniel Veillard7c29ce22000-08-12 21:20:53 +000015976Sat Aug 12 23:19:42 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15977
15978 * doc/* : rebuilt the docs
15979 * getting ready for 2.2.2 release
15980
Daniel Veillard87b95392000-08-12 21:12:04 +000015981Sat Aug 12 16:42:37 EDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
15982
15983 * parser.[ch]: added xmlGetFeaturesList() xmlGetFeature()
15984 and xmlAddFeature()
15985 * tree.[ch]: added xmlAddChildList()
15986 * xmllint.c: MAP_FAILED macro test
15987 * parser.h: added xmlParseCtxtExternalEntity()
15988 * valid.c: applied bug fixes removed warning
15989 * tree.c: added CDATA block to elements content
15990 * testSAX.c: cleanup of output
15991 * testHTML.c: added SAX testing
15992 * encoding.c: better error recovery
15993 * SAX.c, parser.c: fixed one of the external entity processing
15994 of the OASis testsuite
15995 * Makefile.am: added HTML SAX regression tests
15996 * configure.in: bumped to 2.2.2
15997 * test/HTML/ result/HTML: added a few of HTML tests, and added the
15998 SAX results
15999
Daniel Veillard88a172f2000-08-04 18:23:10 +000016000Fri Aug 4 11:21:50 PDT 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16001
16002 * configure.in: patch for HP compiler
16003
160042000-08-04 Sven Heinicke <sven@zen.org>
16005
16006 * xmllint.c: Was coredumping sometimes when the file given didn't
16007 exist.
16008
Daniel Veillard46e370e2000-07-21 20:32:03 +000016009Sat Jul 22 05:59:05 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16010
16011 * parser.c xmlIO.[ch]: fixed the problem of encoding support
Daniel Veillard2f2bf412000-08-20 15:11:02 +000016012
Daniel Veillard46e370e2000-07-21 20:32:03 +000016013 when using in memory parsing. Need some cleanup.
16014 * xmllint.c configure.in: added a --memory flag to test memory
16015 parsing
16016
Daniel Veillard36650692000-07-21 15:16:39 +000016017Fri Jul 21 17:09:57 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16018
16019 * nanohttp.c: fixed socklen_t replacement to unsigned int
16020 * parser.c: fixed a space handdling missing at the end of
16021 production 28 DOCTYPE.
16022 * xmlmemory.c: fixed a stupid bug on the routine to override
16023 allocation functions
16024 * TODO: updated
16025
Daniel Veillarde46e20d2000-07-14 15:02:46 +000016026Fri Jul 14 17:01:14 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16027
16028 * doc/ regenerated the docs
16029
Daniel Veillard32bc74e2000-07-14 14:49:25 +000016030Fri Jul 14 16:12:20 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16031
16032 * doc/encoding.html doc/xml.html: added I18N doc
16033 * encoding.[ch] HTMLtree.[ch] parser.c HTMLparser.c: I18N encoding
16034 improvements, both parser and filters, added ASCII & HTML,
16035 fixed the ISO-Latin-1 one
16036 * xmllint.c testHTML.c: added/made visible --encode
16037 * debugXML.c : cleanup
16038 * most .c files: applied patches due to warning on Windows and
16039 when using Sun Pro cc compiler
16040 * xpath.c : cleanup memleaks
16041 * nanoftp.c : added a TESTING preprocessor flag for standalong
16042 compile so that people can report bugs more easilly
16043 * nanohttp.c : ditched socklen_t which was a portability mess
16044 and replaced it with unsigned int.
16045 * tree.[ch]: added xmlHasProp()
16046 * TODO: updated
16047 * test/ : added more test for entities, NS, encoding, HTML, wap
16048 * configure.in: preparing for 2.2.0 release
16049
Daniel Veillard49703262000-07-10 10:27:46 +000016050Mon Jul 10 16:17:18 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16051
16052 * nanoftp.c: fixed the way the control connection is handled
Daniel Veillard784b9352003-02-16 15:50:27 +000016053 * libxml.spec.in: fixed the dependencies and cleanup
Daniel Veillard49703262000-07-10 10:27:46 +000016054
Daniel Veillard306be992000-07-03 12:38:45 +000016055Mon Jul 3 14:37:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16056
16057 * doc/xml.html: changed the xmlsoft.org structure, updated the
16058 examples w.r.t. root and childs
16059
Daniel Veillard7d853352000-07-02 18:53:09 +000016060Sun Jul 2 20:51:43 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16061
Daniel Veillard784b9352003-02-16 15:50:27 +000016062 * libxml.spec.in: fixed bug #7419, dependencies fouled for libxml-devel
Daniel Veillard7d853352000-07-02 18:53:09 +000016063
Daniel Veillard365e13b2000-07-02 07:56:37 +000016064Sun Jul 2 09:52:45 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16065
16066 * HTMLparser.c: Work on character encoding support for the HTML parser
16067 * HTMLparser.c: Fixed some autoopen/autoclose probs for the HTML parser
16068 * encoding.c: Fixed a potential memleak in the encoding stuff
16069
Daniel Veillardaf743792000-07-01 11:49:28 +000016070Sat Jul 1 13:44:22 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16071
16072 * doc/FAQ.html doc/Makefile.am : added a FAQ
16073
16074Fri Jun 30 20:29:08 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardd83eb822000-06-30 18:39:56 +000016075
16076 * HTMLparser.c HTMLtree.c SAX.c valid.c tree.h : more cleanup
16077 of the HTML parser to force it to not bypass SAX
16078
Daniel Veillard3f6f7f62000-06-30 17:58:25 +000016079Fri Jun 30 11:19:59 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16080
16081 * win32config.h.in: updated
16082 * xmlversion.h.in: crap forgot to update this, this mean 2.1.0
16083 lacks iconv support :-( need to release 2.1.1
16084 * configure.in: release 2.1.1
16085 * HTMLparser: fixed bug #14784
16086 * xpath.c HTMLparser.c encoding.c parser.c: fix warning raised
16087 by Windows compiler
16088 * HTMLparser.c SAX.c HTMLtree.h tree.h: create HTML document in
16089 the SAX startDocument() callback.
16090 * TODO: updated
16091
16092Thu Jun 29 12:06:48 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16093
16094 * added xmlStopParser()
16095
Daniel Veillardbe803962000-06-28 23:40:59 +000016096Wed Jun 28 23:10:26 MEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16097
16098 * configure.in: 2.1.0 prerelease
16099 * Large resync between W3C and Gnome tree
16100 * nanoftp, nanohttp.c: fixed stalled connections probs
16101 * HTMLtree.c SAX.c : support for attribute without values in
16102 HTML for andersca
16103 * valid.c: Fixed most validation + namespace problems
16104 * HTMLparser.c: start document callback for andersca
16105 * debugXML.c xpath.c: lots of XPath fixups from Picdar Technology
16106 * parser.h, SAX.c: serious speed improvement for large
16107 CDATA blocks
16108 * encoding.[ch] xmlIO.[ch]: Improved seriously saving to
16109 different encoding
16110 * example/Makefile.am example/gjobread.c tree.h: work on
16111 libxml1 libxml2 convergence.
16112 * config.h.in parser.c xmllint.c: added xmlCheckVersion()
16113 and the LIBXML_TEST_VERSION macro
16114
Daniel Veillardc310d562000-06-23 18:32:15 +000016115Fri Jun 23 22:26:07 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16116
16117 * doc/xml.html: various patches and improvements typo fixed by
16118 Felix Natter
16119 * doc/libxml-doc.el: Emacs module to lookup the libxml documentation
16120 from Felix Natter <fnatter@gmx.net>
16121
Daniel Veillardf3029822000-05-06 08:11:19 +000016122Sat May 6 10:09:45 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16123
16124 * doc/upgrade.html: updated with instructions for support of both
16125 libxml-1.x and libxml-2.x
16126 * doc/gjobread.c : applied Todd Dukes <tdukes@ibmoto.com> patch
16127 for 2.x support and also fixed includes
16128
16129
Daniel Veillard496a1cf2000-05-03 14:20:55 +000016130Wed May 3 14:21:25 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16131
16132 * encoding.[ch], xmlIO.[ch], parser.c, configure.in : revamped
16133 the encoding support, added iconv support, so now libxml if
16134 compiled with iconv automatically support japanese encodings
16135 among others. Work based on initial patch from Yuan-Chen Cheng
16136 I may have broken binary compat in the encoding handler
16137 registration scheme, but that was so utterly broken I don't
16138 expect anybody to have used this feature until now.
16139 * parserInternals.h: fixup on the CHAR range macro
16140 * xml-error.h, parser.c: catch URL/URI errors using the uri.c
16141 code.
16142 * tree.[ch]: added xmlBufferGrow(), was needed for iconv
16143 * uri.c: added xmlParseURI() I can't believe I forgot to
16144 implement this one in 2.0 !!!
16145 * SAX.c: moved doc->encoding update in the endDocument() call.
16146 * TODO: updated.
16147
Daniel Veillard06047432000-04-24 11:33:38 +000016148Mon Apr 24 13:30:13 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16149
16150 * tree.h: removed extraneous xmlRemoveProp definition
16151 * TODO: added item about --disable-corba configure switch
16152 * tree.c parser.c: fixed problems for xmlCopyDoc and postvalidation
16153 * nanoftp.c: fixed include problems giving troubles on AIX and
16154 slowlaris
16155 * xmlIO.[ch] valid.h tree.[ch] xlink.c xmlmemory.c uri.c
16156 parser.c nanoftp.c nanohttp.c SAX.c testSAX.c :
16157 comment and headers changes to lower gtk-doc number of warnings
16158 * doc/html/*: rebuilt docs
16159
Daniel Veillarde0aed302000-04-16 08:52:20 +000016160Sun Apr 16 11:23:29 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16161
16162 * HACKING: documented the tag for 1.x and instructions
16163
Daniel Veillard5e873c42000-04-12 13:27:38 +000016164Wed Apr 12 15:47:22 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16165
16166 * xmlIO.[ch] parser.[ch]: More interfaces for new I/O functions
16167 xmlNewIOInputStream, xmlParserInputBufferCreateIO,
16168 xmlCreateIOParserCtxt
16169 * parser.c parserInternals.h: speedup of IS_CHAR like macros,
16170 significant overall improvement
16171 * xmllint.c: added I/O test to xmllint
16172 * testSAX.c: added a speed test
16173 * doc/* : updated/regenerated
16174
Daniel Veillardfc708e22000-04-08 13:17:27 +000016175Sat Apr 8 14:54:54 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16176
16177 * xpath.c uri.h parserInternals.h: cosmetic changes from
16178 "Timur I. Bakeyev" <timur@bat.ru>, including making
16179 xmlCreateURI() public
16180
Daniel Veillard5d211f42000-04-07 17:00:24 +000016181Fri Apr 7 18:35:02 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16182
16183 * xmlIO.[ch] parser.c: cleane up the xmlParserInputBuffer mess
16184 and the code at the same time. Added a clean mechanism for
16185 overload or added input methods: xmlRegisterInputCallbacks()
16186 * tree.c: fixed xmlPrevSibling and xmlNextSibling per
16187 Christophe Le Gal (Christophe.Le-Gal@imag.fr) input
16188 * TODO: updated
16189 * doc/* : updated/regenerated
16190 * doc/Makefile.am: tweaks to avoid problem with libxml link in the
16191 source dir
16192
Daniel Veillarde77a9182000-04-05 19:12:29 +000016193Wed Apr 5 21:11:35 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16194
16195 * testURI.c: yet another forgotten commit, I should get some sleep !
16196
Daniel Veillardce8b83b2000-04-05 18:38:42 +000016197Wed Apr 5 20:36:46 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16198
16199 * xmllint.c: forgot to commit this too ?
16200
Daniel Veillardb9df4042000-04-05 14:23:16 +000016201Wed Apr 5 16:22:44 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16202
16203 * xmlversion.h.in : forgot to commit this previously
16204
Daniel Veillard361d8452000-04-03 19:48:13 +000016205Mon Apr 3 21:47:10 CEST 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16206
16207 * configure.in: preparing libxml-2.0.0 version looks Ok so far
16208 * README TODO: updated for release
16209 * uri.c uri.h: added authority parsing/saving
16210 * uri.c testURI.c Makefile.am: moved the testing code to testURI.c
16211 * xmlversion.h.in configure.in nanoftp.[ch] nanohttp.[ch] encoding.h
16212 debugXML.[ch] xpath.[ch] xmlIO.c tester.c testXPath.c testHTML.c
16213 tree.c HTMLtree.c HTMLparser.c tree.c tree.h parser.c
16214 Makefile.am : added compile-time customization of libxml
16215 --with-ftp --with-http --with-html --with-xpath --with-debug
16216 --with-mem-debug
16217 * *.[ch] autoconf.sh : moved to an absolute adressing of includes :
16218 #include <libxml/xxx.h> I hope it won't break too much stuff
16219 and will be manageable in the future...
16220 * xmllint.c Makefile.am libxml.spec.in : renamed tester.c to xmllint.c
16221 and added xmllint to the installed programs
16222 * uri.h: added xmlFreeURI()
16223
Daniel Veillardec303412000-03-24 13:41:54 +000016224Fri Mar 24 14:35:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16225
16226 * uri.c uri.h: finished the escaping handling, the base support
16227 and the URI path normalization. Looks good just lacks the
16228 authority content parsing code.
16229 * Makefile.am: added instructions to generate testURI
16230 * TODO: updated
16231 * doc/xml.html, doc/smallfootonly.gif doc/w3c.png: updated,
16232 added links and icons for W3C and Gnome
16233
Daniel Veillard8f621982000-03-20 13:07:15 +000016234Mon Mar 20 14:05:26 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16235
16236 * xmlmemory.[ch] : seems I forgot to actually update the files in
16237 the last commit :-)
16238 * doc/xml.html doc/html/* : updated and uploaded the docs
16239
Daniel Veillard3dd82e72000-03-20 11:48:04 +000016240Mon Mar 20 12:33:51 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16241
16242 * test/valid/dtds/xhtml*: removed RCS infos (pain with CVS)
16243 * TODO: updated
16244 * xmlmemory.[ch] : added xmlMemSetup() and xmlMemGet() to override
Daniel Veillard8f621982000-03-20 13:07:15 +000016245 libxml default allocation function with another set (like gmalloc/
Daniel Veillard3dd82e72000-03-20 11:48:04 +000016246 gfree).
16247 * Makefile.am, uri.c, uri.h: added a set of functions to do
16248 exact (litteraly copied from the RFC 2396 productions) parsing
16249 and handling of URI. Will be needed for XLink, one XML WFC,
16250 XML Base and reused in the nano[ftp/http] modules. Still work
16251 to be done.
16252
Daniel Veillardedfb29b2000-03-14 19:59:05 +000016253Tue Mar 14 20:52:35 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16254
16255 * configure.in, libxml.spec.in : libxml2
16256 * doc/* : updated the doc page, rebuilt the docs
16257
Daniel Veillardcf461992000-03-14 18:30:20 +000016258Tue Mar 14 19:11:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16259
16260 * all: tagged LIB_XML_1_X
16261 * *.c *.h : updated from W3C CVS tree
16262 * configure.in : 2.0.0-beta
16263 * libxml.spec.in : libxml2 package nam
16264 * result/* : new version of the tests output
16265
Daniel Veillardf13e1ed2000-03-06 07:41:49 +000016266Mon Mar 6 09:34:52 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16267
16268 * doc/xml.html, doc/update.html: updated docs, 1.8.7
16269
Daniel Veillardb566ce12000-03-04 11:39:42 +000016270Sat Mar 4 16:14:42 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16271
16272 * doc/* : rebuilt the docs
16273 * parser.c: final patch on #6766
16274 * valid.c: small patch on validity checks.
16275
Daniel Veillardfb76c402000-03-04 11:39:42 +000016276Sat Mar 4 12:38:41 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16277
16278 * doc/upgrade.html: instruction on how to upgrade from 1.x to 2.x
16279 added
16280 * parser.c: adding xmlKeepBlanksDefault() as a way to manage
16281 compatibility w.r.t. XML spec and existing code.
16282
Daniel Veillard90fb02c2000-03-02 03:46:43 +000016283Thu Mar 2 04:45:15 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16284
16285 * parser.c: seems a better solution to <a> </a> exists,
16286 will try it for a while
16287
Daniel Veillard83a30e72000-03-02 03:33:32 +000016288Thu Mar 2 02:26:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16289
16290 * parser.c: tried to remove the <a> </a> generating <a/>
16291 this is hard. Left a flag for that purpose. Fixed bug #6766
16292 * configure.in: prepared 1.8.7 not released, due to previous
16293 problem
16294
Daniel Veillard88f00ae2000-03-02 00:15:55 +000016295Thu Mar 2 03:03:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16296
16297 * doc/xml.html : applied second patch from Paul DuBois
16298
Daniel Veillard402e8c82000-02-29 22:57:47 +000016299Tue Feb 29 23:55:13 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16300
16301 * doc/xml.html : applied patch from Paul DuBois
16302
Daniel Veillardd0f7f742000-02-02 17:42:48 +000016303Thu Feb 3 16:36:39 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16304
16305 * parser.c HTMLparser.c: do a bit of bufferization in push mode.
16306
Daniel Veillard5feb8492000-02-02 17:15:36 +000016307Thu Feb 3 15:59:37 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16308
16309 * nanoftp.c nanohttp.c tree.c HTMLtree.[ch] debugXML.c xpath.c: Fixed
16310 compilation warnings on various platforms.
16311 * parser.c: Fixed #5281 validity error callbacks are now desactived
16312 by default if not validating.
16313
Daniel Veillardf341f932000-02-02 14:52:08 +000016314Thu Feb 3 13:46:14 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16315
16316 * nanoftp.c, win32config.h.in: patches to compile on WIN32
16317
Daniel Veillard13c757e2000-02-01 23:59:15 +000016318Wed Feb 2 22:51:16 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16319
16320 * nanoftp.c: snprintf/sprintf patch courtesy George Katsirelos
16321 <gkatsi@cs.toronto.edu>
16322
Daniel Veillard726e8792000-01-30 20:04:29 +000016323Mon Jan 31 18:58:21 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16324
16325 * nanoftp.c nanohttp.c: Fixed '#' and '?' stripping when
16326 processing URLs
16327
Daniel Veillarde41f2b72000-01-30 20:00:07 +000016328Mon Jan 31 14:25:57 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16329
16330 * nanoftp.[ch]: cleanup, bug fixes, integration in rpmfind, added
16331 xmlNanoFTPUpdateURL for persistent control connections.
16332 * configure.in: 1.8.6
16333
16334Thu Jan 27 17:52:29 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16335
16336 * nanohttp.[ch], nanoftp.[ch]: cleanup, added proxy support
16337 * tree.[ch] : added xmlSaveNoEmptyTags
16338
James Henstridgef3be9312000-01-28 13:59:21 +0000163392000-01-29 James Henstridge <james@daa.com.au>
16340
16341 * nanoftp.c: include <netinet/in.h> for IPPROTO_TCP.
16342
16343 * Makefile.am: added nanoftp.[ch] to the build.
16344
Daniel Veillardaeea04f2000-01-25 19:27:27 +000016345Wed Jan 26 18:14:55 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16346
16347 * nanoftp.[ch]: cleanup, comments, API
16348 * debugXML.c : fixed a bug in the cat command
16349 * doc/*: regenerated the docs
16350
Daniel Veillardda07c342000-01-25 18:31:22 +000016351Wed Jan 26 16:52:50 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16352
16353 * nanoftp.[ch] parser.c xmlIO.[ch]: added a Nano FTP implementation
16354 * debugXML.c : fixed a bug in the cat command
16355 * valid.c: fixing some small probs
16356 * libxml.spec.in: get rid of the SNAP suffix
16357 * doc/xml.html: updated the status
16358
Daniel Veillarde3d88ef2000-01-24 13:55:06 +000016359Mon Jan 24 14:31:09 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16360
16361 * xml-config.in: xml-config --version to just return the
16362 version number
16363 * xpath.c: some cleanup w.r.t. axis when the current node is
16364 an attribute.
16365 * TODO: updated
16366
Daniel Veillard461a66c2000-01-18 18:01:01 +000016367Tue Jan 18 18:46:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16368
16369 * configure.in: prepared for libxml-1.8.5
16370 * doc/* recompiled the documentation
16371
163722000-01-17 Jody Goldberg <jgoldberg@home.com>
16373
16374 * configure.in : WARNING autoconf subtlety alert :
16375 Use AC_CHECK_HEADERS rather than AC_CHECK_HEADER
16376 when looking for zlib.h so that HAVE_ZLIB_H is defined.
16377 * config.h.in : Have a #undef for HAVE_ZLIB_H so that it will
16378 get defined by AC_CHECK_HEADERS.
16379
Daniel Veillardf967b902000-01-17 16:06:10 +000016380Mon Jan 17 17:04:12 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16381
16382 * tree.c: fixed a hideous bug in xmlGetProp() thanks to
16383 Rune.Djurhuus@fast.no
16384
Daniel Veillardad8f99d2000-01-15 14:20:03 +000016385Sat Jan 15 15:09:06 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16386
16387 * TODO: updated
16388 * tree.c, parser.c: made sure that only memory alloc problems
16389 and internal parser errors are allowed to write to stdout or
16390 stderr.
16391
Daniel Veillard0142b842000-01-14 14:45:24 +000016392Thu Jan 13 11:49:11 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16393
16394 * tree.c : restored xmlNewGlobalNs since this seems used by
16395 a lot of existing code :-(, fixed a bug in xmlNewNs
16396 * nanohttp.c: fixed a problem with INCLUDE_WINSOCK
16397 * HTMLparser.c, parser.c, entities.c, valid.c : removed all calls
16398 to exit() from the library code.
16399 * xpath.c, parser.c: removed bugs or unused code detected by
16400 Windows compilers
16401 * parser.c: started adding interfaces for parsing well balanced
16402 XML fragments
16403 * configure.in: releasing 1.8.4
16404 * doc/* : rebuilt the docs
16405
Daniel Veillard2eac5032000-01-09 21:08:56 +000016406Sun Jan 9 23:03:20 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16407
16408 * tree.[ch] : added xmlNewDocFragment() for DOM
16409 * testHTML.c: uninitialized variable.
16410
Daniel Veillardf3a73582000-01-05 14:58:39 +000016411Wed Jan 5 17:29:17 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16412
16413 * doc/* : rebuild the docs
16414
Daniel Veillard71b656e2000-01-05 14:46:17 +000016415Wed Jan 5 17:08:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16416
16417 * acconfig.h: readline and history patch
16418 * valid.[ch]: added xmlRemoveID() and xmlRemoveRef()
16419 * tree.c: added check and handling when possibly removing an ID
16420 * tree.c, HTMLparser.h, HTMLtree.h: fixed entities parsing
16421 and saving.
16422 * test/HTML/entities.html result/HTML/entities.html* : test for
16423 various entities reference cases
16424 * result/HTML/* : as a result output of some testcase have
16425 changed
16426 * HTMLparser.c, parser.c: fixed a bug in the push mode triggered
16427 by previous example. added xmlParseTryOrFinish().
16428 * xpath.h tree.h parser.h valid.h xmlIO.h xlink.h encoding.h
16429 entities.h debugXML.h HTMLparser.h: changed the way struct are
16430 declared to allow gtk-doc to expose those
16431 * parser.c: closed bug #4960
16432 * Makefile.am configure.in: Applied patch from
16433 Albert Chin-A-Young <china@thewrittenword.com> for better zlib
16434 and math/socket libs detection
16435
Daniel Veillard437b87b2000-01-03 17:30:46 +000016436Mon Jan 3 18:29:43 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16437
16438 * configure.in, Makefile.am: link tester against readline
16439 * doc/xml.html doc/*/*: updated and rebuilt the documentation pages
16440
Daniel Veillard686d6b62000-01-03 11:08:02 +000016441Mon Jan 3 11:58:05 CET 2000 Daniel Veillard <Daniel.Veillard@w3.org>
16442
16443 * tree.[ch]: added xmlRemoveProp
16444 * win32config.h.in nanohttp.c: avoid including the Windows
16445 socket stuff in every C files
16446 * parser.c: removed an indetermination xmLDecl/PI(xml...) in
16447 the XmL parser(s)
16448 * test/ns4 result/ns4 etc...: added test case for previous prob
16449 * tree.c: xmlNewNs wasn't checking for double definition
16450 * Makefile.in: fixed a problem with dist-hook duplicates
16451 * parser.[hc], xmlIO.c: fixed the loading of external entities
16452 APIs, now xmlLoadExternalEntity() is used everywhere and
16453 setting up an app specific front-end using the
16454 * SAX.c parser.c: some fixes, now the xhtml spec validates
16455 with the xhtml DTD.
16456 * error.c: fixed crashes in case of no input stream
16457 * test/valid/[dtds/]/xhtml* : added the xhtml spec and dtds
16458 to the validation tests and results
16459
Daniel Veillard5e5c6231999-12-29 12:49:06 +000016460Wed Dec 29 15:29:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16461
16462 * HTMLparser.[ch] testHTML.c: added push mode for the HTML parser
16463 too htmlCreatePushParserCtxt() and htmlParseChunk()
16464 * parser.c: a bit of cleanup.
16465 * SAX.c, HTMLparser.c: some attributes may not have values (contrary
16466 to XML) removed the last mem leak known
16467 * HTMLtree.c: output message cleanup
16468 * xmlmemory.c: display content info about memory blocks
16469 * result/HTML/wired.* : missing att value warning change
16470
Daniel Veillardbe849cf1999-12-28 16:43:59 +000016471Tue Dec 28 17:42:41 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16472
16473 * doc/* : rebuilt the documentation
16474
Daniel Veillarddbfd6411999-12-28 16:35:14 +000016475Tue Dec 28 18:44:22 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16476
16477 * parser.[ch] parserInternals.h: Push parser for XML,
16478 seems to work fine now
16479 * tester.c debugXML.[ch]: Added an XML shell debug facility and
16480 --push for push testing
16481 * xpath.[ch] : cleaned up for Shell usage, added missing APIs
16482 * testSAX.c: added --push
16483 * HTMLtree.[ch] tree.[ch]: new functions for dumping parts of the
16484 subtree
16485 * xmlIO.[ch] : enriched API + fixes for push mode
16486 * entities.[ch]: added the entity content length to the struct.
16487 * xmlmemory.[ch]: new API to show the last entries for the shell
16488 * valid.c: added required attribute testing
16489 * SAX.c: the cdata callback now merge contiguous fragments
16490 * HTMLparser.c: cleanup of some macros
16491
Daniel Veillard3c558c31999-12-22 11:30:41 +000016492Wed Dec 22 12:20:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16493
16494 * parser.c: fix for PIs name starting with xml
16495 * tree.c: fixed a potential problem with || and && ops
Daniel Veillardfef854d1999-12-22 11:31:10 +000016496 * *.c, configure.in win32config.h.in : generate win32config.h for
16497 those on the Other Side !
Daniel Veillard3c558c31999-12-22 11:30:41 +000016498
Daniel Veillard0caf07a1999-12-21 16:25:49 +000016499Tue Dec 21 17:22:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16500
16501 * parser.c: fixed a stupid = vs. == bug :-(
16502 * doc/gnome-xml.sgml: s/glade/xml/
16503
Daniel Veillard5cb5ab81999-12-21 15:35:29 +000016504Tue Dec 21 14:29:34 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16505
16506 * configure.in, doc/xml.html : bug fix release 1.8.2
16507 * debugXML.h nanohttp.h xml-error.h xmlmemory.h xpath.h :
16508 Hopefully the end of that silly C++ include problem
16509 * tree.[ch]: Added a few functions: xmlReplaceNode, xmlAddPrevSibling,
16510 xmlAddNextSibling, xmlNodeSetName and xmlDocSetRootElement
16511 * HTMLparser.c HTMLparser.h HTMLtree.c: When saving HTML try to avoid
16512 troubles with autoclosed elements when the stree shape doesn't
16513 follow the DtD specs. Added htmlIsAutoClosed() and
16514 htmlAutoCloseTag()
16515 * result/HTML/*.htm*: Updated the HTML examples regression tests output
16516 * SAX.c tree.c: fixed bug on defaulting namespaces on attributes
16517 * debugXML.c: fixed a bug on printing default namespaces.
16518 * HTMLtree.c: fixed a problem when outputing XML parsed docs as HTML
16519
Daniel Veillardb24054a1999-12-18 15:32:46 +000016520Mon Dec 20 16:20:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16521
16522 * result/HTML/*.htm[l] : updated the HTML regression tests according
16523 to the new output
16524 * xpath.h xml-error.h valid.h tree.h parser.h entities.h SAX.h
16525 HTMLtree.h tree.c entities.c: headers tweakings to avoid a nasty
16526 problem due to intermix of extern "C" { ... } declarations for C++
16527 and recursive includes in the headers
16528
Chris Lahey323c48c1999-12-18 15:32:45 +0000165291999-12-20 Chris Lahey <clahey@umich.edu>
16530
16531 * HTMLtree.c: Made it so that html nodes with a single child do
16532 not insert a carriage return before or after the child node.
16533
Daniel Veillardb24054a1999-12-18 15:32:46 +000016534Sat Dec 18 16:07:03 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard262f9cb1999-12-18 15:32:45 +000016535
16536 * configure.in, doc/xml.html : bug fix release 1.8.1
16537 * parser.c: fixed bug #4344
16538 * xpath.h xml-error.h xlink.h nanohttp.h debugXML.h SAX.h HTMLparser.h
16539 added the glue to avoid C++ problems
16540 * doc/* : regenerated the documentation
16541
Daniel Veillard6d3bf1f1999-12-16 17:52:19 +000016542Thu Dec 16 16:19:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16543
16544 * tree.c: fixed a bug introduced in 1.8.0 and breaking default
16545 namespace recognition, and Dia as a resul :-(
16546 * encoding.c: closed bug #3950
16547
Daniel Veillard944b5ff1999-12-15 19:08:24 +000016548Wed Dec 15 19:22:23 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16549
16550 * valid.c: debugging a posteriori validation, except URI expansion
16551 stuff this should be fixed now
16552 * parserInternals.h: fixed a bug in IS_BASECHAR reported by
16553 Carl Nygard <cnygard@bellatlantic.net>
16554 * tester.c: added --postvalid, cleaning of the code
16555 * tree.[ch]: added xmlDocGetRootElement()
16556
Ramiro Estrugobfce3771999-12-15 04:32:07 +000016557Tue Dec 14 20:30:34 PST 1999 Ramiro Estrugo <ramiro@eazel.com>
16558
16559 * SAX.h, tree.h : changed 'namespace' to 'nameSpace' to workaround
16560 c++ losage.
16561
Daniel Veillard10a2c651999-12-12 13:03:50 +000016562Sun Dec 12 13:08:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16563
16564 * configure.in, doc/xml.html : bumped to 1.8.0
16565 * xlink.[ch], Makefile.am : added framework for link detection
16566 * parser.h: added nbChars to parser context, needed for cleanup.
16567 * xmlmemory.c: removed a nasty bug when out of mem
16568 * valid.[ch]: adding namespace support for attribute decl
16569 * tester.c: added --debugent option
16570 * debugXML.[ch]: added xmlDebugDumpEntities()
16571 * parser.c: cleanup, avoiding use of CUR_PTR like plague, using
16572 buffers instead, this was really needed, validation was breaking
16573 in strange ways due to that. Added xmlParseStringPEReference()
16574 and other parsing from strings functions. Entities processing
16575 modified again, but PERef are still not handled correcly but
16576 unless you're Eve Maller you won't notice :-)
16577 * HTMLparser.c: large changes toward reliability, and switched to
16578 lowercase internal tags, XHTML is lowercase, so it will help
16579 that output is closer to next version.
16580 * doc/* : regenerated the documentation, it is now hosted at
16581 http://xmlsoft.org/ (same bits I just bought the domain :-)
16582
16583
Daniel Veillard294cbca1999-12-03 13:19:09 +000016584Fri Dec 3 13:46:32 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16585
16586 * SAX.h, SAX.c, makefile.am: added SAX.h mostly useful for the
16587 doc generation
16588 * parser.c: fixed bugs #3908 and #3937 and a memory leak
16589 in the SAX API
16590 * doc/*: rebuilt the doc making sure everything appears in the
16591 HTML files
16592
Daniel Veillardf5c2c871999-12-01 09:51:45 +000016593Wed Dec 1 10:27:47 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16594
16595 * tree.[ch] HTMLtree.c, debugXML.c, configure.in, xml-config.in:
16596 added the patch from Carl Nygard <cnygard@bellatlantic.net>
16597 which allow impressive speed improvement on dataset with
16598 large text pieces, but at the cost of broken binary
16599 compatibility and slightly bigger memory usage.
16600 Configure with --with-buffers to activate them, they
16601 are protected with XML_USE_BUFFER_CONTENT define.
16602 * entities.[ch], parser.c: added xmlCleanupPredefinedEntities(),
16603 goal is 0 memory left allocated once parser is no more used
16604 * testDAV.c, testHTML.c, testSAX.c, testXPath.c: make sure we
16605 call xmlCleanupParser() and xmlMemoryDump()
16606
Daniel Veillarda819dac1999-11-24 18:04:22 +000016607Wed Nov 24 19:00:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16608
16609 * tree.[ch] xmlIO.[ch] parser.c valid.c: code cleanup with -pedantic
16610 * parser.[ch] encoding.[ch]: added memory cleanup routines
16611 * parser.c: closing bug #3788
16612 * doc/*: rebuilt the doc
16613
Daniel Veillard11a48ec1999-11-23 10:40:46 +000016614Tue Nov 23 11:23:55 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16615
16616 * tree.[ch]: closing bug 3748, added xmlNewDocRawNode(),
16617 xmlNewTextChild() and xmlSetCompressMode() behaviour.
16618 * tester.c: added --compress option
16619 * doc/*: rebuilt the documentation
16620
Daniel Veillard4c3a2031999-11-19 17:46:26 +000016621Fri Nov 19 18:41:28 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16622
16623 * HTMLparser.c: bugfixing, the damn thing MUST not crash even
16624 if given /proc/kcore as input !
16625 * doc/xml.html doc/*: updated and rebuilt the documentation
16626
16627Thu Nov 18 14:57:18 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard07136651999-11-18 14:02:05 +000016628
16629 * parser.c: Fixed some wrongly space collapsing code due to
16630 a misreading of the spec.
16631 * result/*: fixed the output accordingly
16632
16633Wed Nov 17 18:28:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard7f858501999-11-17 17:32:38 +000016634
16635 * encoding.c: bug fix and typos
16636 * xmlIO.[ch] parser.c: first bits toward real progressive parsing
16637 * parser.c: added attribute normalization closing bug #3597
16638 * test/att* result/att* SAXresult/att*: testcase for attribute
16639 normalization
16640
Daniel Veillardd7e200c1999-11-15 17:53:11 +000016641Mon Nov 15 18:50:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16642
16643 * configure.in: closing bug #3163 by adding extra flags for the
16644 cc compiler on HP-UX
16645
Daniel Veillard51e3b151999-11-12 17:02:31 +000016646Fri Nov 12 17:41:20 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16647
16648 * valid.[ch] : removed a typo and an enumerated type bug in the
16649 xmlAddElementDecl() function
16650 * tree.c : I changed xmlSetProp() and xmlNewProp() to do the
16651 call to xmlEncodeEntitiesReentrant() so that the functions
16652 New, Set and Get are at the same level.
16653 * parser.c HTMLparser.c: extra memory allocation bug for
16654 attributes detected by someone using libxml in embedded systems :-)
16655
Daniel Veillard962195f1999-10-28 15:51:53 +000016656Thu Oct 28 17:49:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16657
16658 * xmlmemory.h: turned off mem debug :-\
16659
Daniel Veillard35008381999-10-25 13:15:52 +000016660Mon Oct 25 12:13:25 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16661
16662 * parser.c: closed bug #2784 a one line fix, but worth pushing
16663 a new release out
16664 * HTMLparser.c: fixed auto-close bugs on list items, zeroing
16665 some structures, comments before and after the
16666 main element, and other nastyness
16667 * HTMLtree.c tree.c: accomodate the extended HTML supported
16668 * configure.in: pushing 1.7.4
16669 * test/ent8 and related outputs : added a new test for bug #2784
16670 * test/HTML/wired.html and related output: a nasty HTML example
16671 * Makefile.am: improved the test scripts
16672 * docs/* : reran the documentation extractor, updated xml.html
16673
Daniel Veillard7c1206f1999-10-14 09:10:25 +000016674Thu Oct 14 10:29:56 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16675
16676 * HTMLparser.c, HTMLtree.c, tree.h: completely revamped the
16677 HTMLparser and debugged the HTML related code. HTML documents
16678 now have their own type
16679 * entities.c: do not dump &apos; for HTML output
16680 * xmlmemory.c: improvement, breakpoint mechanism
16681 * testHTML.c: added --sax --repeat ...
16682 * Makefile.am: improved the HTML tests
16683 * valid.[ch]: added xmlValidGetValidElements and
16684 xmlValidGetPotentialChildren
16685 * tester.c: added --insert to test the 2 new functions
16686 * test//* result//* SAXresult//* : regression test cleanup
16687 and extension.
16688 * doc/html : added doc for new modules gnome-xml-xmlmemory.html and
16689 gnome-xml-nanohttp.html
16690
Daniel Veillard7d2c2761999-10-11 15:09:51 +000016691Mon Oct 11 14:31:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16692
16693 * HTMLparser.c: fixed problems with some autoclose tags
16694 * tree.c: fixed XML output problems.
16695 * result/* SAXresult/*: update of the tests output
16696
Daniel Veillard6077d031999-10-09 09:11:45 +000016697Sat Oct 9 11:02:57 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16698
16699 * Makefile.am: Arturo patch for xmlConf.sh version info
16700 * parser.c: Tim Josling patch for single quoted items
16701 * tester.c: Tim Josling patch for tester options usage
16702 * tree.h: indent cleanup
16703
Daniel Veillard2673d3c1999-10-08 14:37:09 +000016704Fri Oct 8 16:35:37 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16705
16706 * HTMLparser.c parser.h : Fixed problems with HTML parsing
16707 reported by Kristian Hogsberg Kristensen <hogsberg@daimi.au.dk>
16708
Daniel Veillard00fdf371999-10-08 09:40:39 +000016709Fri Oct 8 11:37:11 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16710
16711 * tree.c : Raph patch for initialization of CORBA fields
16712 * parser.c, xpath.c, ...: modification of doc comments
16713 * xpath.c : allow spaces in xpath expressions
16714
Daniel Veillardad219441999-09-27 08:17:49 +000016715Mon Sep 27 10:16:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16716
16717 * xmlmemory.h: turning off memory debug :-(
16718
Daniel Veillard7a66ee61999-09-26 11:31:02 +000016719Sun Sep 26 13:16:54 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16720
16721 * parser.[ch] : added xmlSAXUserParseFile() and xmlSAXUserParseMemory()
16722 better SAX interfaces.
16723 * testSAX.c: uses the new SAX routine, avoid fetching any remote
16724 entity.
16725 * configure.in: 1.7.2
16726
16727Fri Sep 24 16:01:01 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard2f4dfc41999-09-24 14:03:48 +000016728
16729 * libxml.spec.in: fixed the URL
16730 * doc/xml.html: improved the documentation front-end
16731
Daniel Veillard7a66ee61999-09-26 11:31:02 +000016732Fri Sep 24 01:06:36 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard335849b1999-09-23 23:08:42 +000016733
16734 * nanohttp.c: conditionned references to snprintf with HAVE_SNPRINTF
16735
Daniel Veillard7a66ee61999-09-26 11:31:02 +000016736Fri Sep 24 00:15:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillarddd6b3671999-09-23 22:19:22 +000016737
16738 * libxml.spec.in: fixed the alpha compile problem
16739 * parser.[ch]: changed errno to errNo in the parser context :-(
16740 * *.[ch]: changed CHAR to xmlChar to avoid problem on WIN32
16741 * doc/xml.html: changed CHAR to xmlChar
16742 * doc/html/*: recompiled the documentation
16743 * configure.in: 1.7.1
16744
Daniel Veillard7f7d1111999-09-22 09:46:25 +000016745Wed Sep 22 11:40:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16746
16747 * parser.h: modified the parser context struct to regain 1.4.0
16748 binary compatibility
16749 * parser.c, xml-error.h: added errno ot teh context and defined
16750 a set of errors values with update of errno
16751 * nanohttp.[ch]: minimalist HTTP front-end for fetching remote
16752 DTDs and entities
16753 * *.h, *.c: complete cleanup of the use of config.h and include
16754 protection depending on the current setup.
16755 * overalll debugging, maintenance and bug-fixing on all modules
16756 * updated the documentation
16757 * ready for 1.7.0
16758
Daniel Veillardc08a2c61999-09-08 21:35:25 +000016759Wed Sep 8 22:46:14 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16760
16761 * HTMLparser.c : cleanup
16762 * SAX.c valid.c valid.h: added ID/IDREF checking
16763 * tree.c tree.h: extended doc structure for refs
16764 * configure.in: 1.6.2
16765 * parser.c: patched bug in SAX user arg call
16766 * parserInternals.h: patched missing close in C++ wrapping
16767 * testXPath.c xpath.c xpath.h: prepared for extensibility,
16768 especially upcoming XPointer implementation.
16769 * doc/xml.html: augmented, typo
16770
CEST 1999 Timur Bakeyev72bd1001999-09-04 20:50:25 +000016771Sat Sep 4 22:48:05 CEST 1999 Timur Bakeyev <mc@bat.ru>
16772
16773 * doc/Makefile.am: replaced "install -d " with "mkinstalldirs" -
16774 not all invocations of install understand -d.
16775
CEST 1999 Timur Bakeyev6db3cb01999-09-04 20:25:14 +000016776Sat Sep 4 22:20:07 CEST 1999 Timur Bakeyev <mc@bat.ru>
16777
16778 * Makefile.am: prepend all the test* calls with $(top_builddir) -
16779 to make 'check' works, when builddir != srcdir.
16780
Daniel Veillardc8eab3a1999-09-04 18:27:23 +000016781Sat Sep 4 20:25:46 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16782
16783 * doc/xml.html : updated the documentation
16784
Daniel Veillard6454aec1999-09-02 22:04:43 +000016785Fri Sep 3 00:01:08 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16786
16787 * xmlmemory.[ch] Makefile.am :added a memory wrapper to chase
16788 not deallocated memory blocks
16789 * *.c : replaces all calls to malloc() free() and realloc() to
16790 the wrapper functions/macros
16791 * tree.c : removed memory leaks dues to calling xmlFreeNode()
16792 instead of xmlFreeNodeList()
16793
Daniel Veillard1ff7ae31999-09-01 12:19:13 +000016794Wed Sep 1 14:15:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16795
16796 * HTMLparser.c: corrected a stupid bug leading to core dump at
16797 tree deallocation. Removed warnings indicated by
16798 Stephane.Conversy@lri.fr
16799 * entities.c: Fixes Yet Another Stupid Bug, entities were not
16800 looked for in the external subset
16801
16802Mon Aug 30 13:22:26 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillardc26087b1999-08-30 11:23:51 +000016803
16804 * parser.c valid.[ch] xpath.c: patched compilation warnings reported
16805 on SGI by Stephane.Conversy@lri.fr
16806
Daniel Veillardb96e6431999-08-29 21:02:19 +000016807Sun Aug 29 22:27:29 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16808
16809 * all .h : changed the prototype declaration indent as in gtk
16810 * most .c : working on reducing the TODOs in the code
16811 * most .c : cleanup though -pedantic and Insure++
16812 * improvements on validation ID checkings.
16813 * tree.[ch] SAX.c: added support for namespace on attributes #2022
16814 * xml-config.in: closed #1810
16815
16816Mon Aug 16 03:27:38 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard991e63d1999-08-15 23:32:28 +000016817
16818 * tree.h, valid.c, valid.h: more work on validity, IDs
16819 * xpath.c: added/fixed comparidon and equlity, added a new isinf
16820 definition for AIX
16821
Daniel Veillardb556eb51999-08-15 17:19:50 +000016822Sun Aug 15 21:15:17 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16823
16824 * Makefile.am libxml.spec.in: corrected missing xmlConf.sh in
16825 the distribution due to a cut'n paste error at last commit
16826
Daniel Veillardb05deb71999-08-10 19:04:08 +000016827Tue Aug 10 20:28:09 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16828
16829 * configure.in: upgraded to version 1.4.0
16830 * valid.[ch], SAX.c, parser.[ch] parserInternals.h ...
16831 Big update, added a large part of the validation process,
16832 it should be usable, but some parts are missing
16833 * xpath.c: improved the implementation w.r.t. root.
16834 * Makefile.am: added more tests
16835 * test and result trees: added a lot of tests
16836 * libxml.spec.in: export libxml.so.0 and libxml.so.1
16837
Daniel Veillard6a6ccc11999-08-10 09:34:35 +000016838Tue Aug 10 11:33:41 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16839
16840 * Added an HACKING file
16841
Daniel Veillarde2d034d1999-07-27 19:52:06 +000016842Tue Jul 27 21:43:00 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16843
16844 * xpath.[ch] : improvements and debug of the XPath implementation
16845 * parser.c, HTMLparser.c : modified the parsers to be progressive
16846 * tree.[ch] : extended the Buffer promitives
16847 * xmlIO.[ch] : added basic I/O routines providing progressive
16848 parsing and ready for I18N conversion plugins
16849 * SAXresult/* : the SAX callback sequence maybe slightly different
16850 now
16851 * test*.c : improved/updated the tests programs
16852 * doc/* : recompiled the docs.
16853
Daniel Veillard15b75af1999-07-26 16:42:37 +0000168541999-07-26 Michael Meeks <michael@edenproject.org>
16855
16856 * tree.h: Add const to 'content' in xmlNewDocNode, xmlNewChild
16857
16858 * tree.c: Ditto.
16859
Daniel Veillard1566d3a1999-07-15 14:24:29 +000016860Thu Jul 15 16:17:16 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16861
16862 * configure.in: upgraded to version 1.4.0
16863 * xpath.c, xpath.h, testXPath.c, makefile.am: added code for the XPath
16864 draft from W3C. Will be used by XPointer, Xlink, XSL, and possibly
16865 XML query language, see http://www.w3.org/TR/xpath for more details.
16866 * parser.c, parser.h: added CHAR* related string functions for XPath
16867 * HTMLparser.[ch], HTMLtree.c: a bit of cleanup on entities.
16868 * doc/gnome-xml.sgml, doc/html/* : added XPath and HTML documentation,
16869 rebuild the docs.
16870 * Makefile.am, test/XPath/*, result/XPath/*: added an XPathtests target
16871 and regression testing capabilities for XPath.
16872
Daniel Veillardd79d7871999-07-12 10:38:12 +000016873Mon Jul 12 12:36:39 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16874
16875 * parser.c, HTMLparser.c: applied patch from John Ellson <ellson@lucent.com>
16876 closing bug #1646
16877
Daniel Veillardbe9e5951999-07-12 09:16:45 +000016878Mon Jul 12 11:04:44 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16879
16880 * Makefile.am, example/Makefile.am: closed bug #1683
16881
Daniel Veillard3166ab11999-07-11 16:14:19 +000016882Sun Jul 11 18:16:34 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16883
16884 * example/Makefile.am, configure.in: added the makefile for the
16885 gjobread example
16886
Tomasz Kłoczkoa75b6b31999-07-10 12:21:13 +000016887Sat Jul 10 14:19:11 CEST 1999 Tomasz K³oczko <kloczek@pld.org.pl>
16888
16889 * doc/Makefile.am:
16890 - fix which allow "make install DESTDIR=</install/prefix>".
16891
Daniel Veillard7cc3c041999-07-09 10:11:57 +000016892Fri Jul 9 12:10:24 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16893
16894 * HTMLparser.c parser.c: applied patch from John Ellson <ellson@lucent.com>
16895 which fixed a problem on the file reading-code.
16896
Daniel Veillard82150d81999-07-07 07:32:15 +000016897Wed Jul 7 09:28:43 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16898
16899 * HTMLparser.[ch], HTMLtree.[ch]: more work for HTML parsing and
16900 output.
16901 * Makefile.am, test/HTML/*, result/HTML/*: added HTMLtests targetestHTMLt
16902
Daniel Veillard5233ffc1999-07-06 22:25:25 +000016903Wed Jul 7 00:25:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16904
16905 * parser.h : Oops removed the binary compatibility problem
16906 * HTMLparser.[ch], HTMLtree.h : More work on the HTML parse/dump
16907 * parser.c, HTMLparser.c: applied patches for reading from stdin
16908
Daniel Veillardbe70ff71999-07-05 16:50:46 +000016909Mon Jul 5 18:45:31 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16910
16911 * parser.c, entities.c, valid.c: cleanup bug #1591
16912 * configure.in: cleanup bug #1592
16913 * HTMLparser.[ch], testHTML.c: started adding an HTML parser using
16914 the same tree back-end. Hence gdome will be available for it.
16915 * doc/Makefile.am: close bug #617
16916
Daniel Veillard97fea181999-06-26 23:07:37 +000016917Sat Jun 26 23:36:38 EDT 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16918
16919 * parser.c: alloctate a per parser context SAX interface block
16920
Daniel Veillard14fff061999-06-22 21:49:07 +000016921Tue Jun 22 23:46:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16922
16923 * released 1.3.0 with xmlEncodeEntities restoring old behaviour
16924 and xmlEncodeEntitiesReentrant with the correct one :-\
16925
16926Mon Jun 21 14:07:53 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16927
16928 * commit of my internal XML base changes, quite a lot of
16929 changes, cleanups, better entities support, framework for
16930 new I/O and charset detection and handling
16931 * Fixed the configure/Makefile stuff to generate shared libs
16932 with the proper version info, so we jumped on rev from
16933 0.0.0 to 1.2.0 ! The binary interfaces have been broken,
16934 xmlEncodeEntities() result need to be freed now, and a string
16935 xmlParserVersion provide the current library version.
16936
Raph Levien05240da1999-06-15 21:27:11 +000016937Tue Jun 15 14:24:19 1999 Raph Levien <raph@acm.org>
16938
16939 * parser.c: fixed a buffer overrun for when you have a very long
16940 attribute with no entities in it.
16941
Daniel Veillardbb2da581999-06-13 14:37:07 +000016942Mon Jun 14 00:17:50 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16943
16944 * added example directory
16945 * added example/gjobs.xml gjobread.c, still need a Makefile.in
16946
Daniel Veillard011b63c1999-06-02 17:44:04 +000016947Wed Jun 2 19:40:58 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16948
16949 * Release of libxml-1.1, nearly everything has been touched for
16950 this.
16951 * Added more regression tests
16952 * Updated the documentation
16953
Daniel Veillard27d88741999-05-29 11:51:49 +000016954Sat May 29 13:34:42 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16955
16956 * tree.[ch]: unified the XML_NO_CORBA defines.
16957 * parser.c encoding.[ch]: started plugging in char encoding detection
16958
Manish Vachharajani5e60f5a1999-05-29 03:04:30 +000016959Fri May 28 22:58:42 EDT 1999 Manish Vachharajani <mvachhar@vger.rutgers.edu>
16960
16961 * tree.c: (xmlSaveFile) - removed double call of xmlContentDump.
16962 Also freed allocated buffer.
16963
Daniel Veillard27d88741999-05-29 11:51:49 +000016964Wed Apr 21 22:07:35 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard5099ae81999-04-21 20:12:07 +000016965 * parser.[ch] tree.[ch] entities.[ch] valid.[ch] : removed the main
16966 reentrancy problem at printing. One is left in entities.c, to
16967 remove ASAP
16968 * testSAX.c : added a test example showing the use of the SAX
16969 interface if one doesn't want to build the DOM tree.
16970 * html/gnome-xml-*.html html/index.sgml: regenerated the documentation
16971
Daniel Veillard517752b1999-04-05 12:20:10 +000016972Mon Apr 5 14:14:40 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16973
16974 * parser.[ch] tree.[ch] SAX.c, parserInternals.h valid.[ch]:
16975 large revamping of the parser to use SAX callbacks
16976 http://www.megginson.com/SAX/ (or at least a C like interface
16977 a la Expat). It's now possible to set up your own callbacks
16978 and the parser will not build a DOM tree.
16979 * test/* result/*: updated the test suite, I finally removed
16980 the old Namespace draft support (PI based).
16981
Daniel Veillard87c83bd1999-04-02 16:04:43 +000016982Fri Apr 2 17:57:32 CEST 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16983
16984 * Makefile.am: added test result to EXTRA_DIST for make tests
16985
Daniel Veillard64068b31999-03-24 20:42:16 +000016986Wed Mar 24 21:37:02 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16987
16988 * parser.c, parserInternals.h: moved the chars macro definitions
16989 to parserInternals.h
16990 * parser.c, error.c: applied patches from "Knut Ã…kesson"
16991 <ka@s2.chalmers.se> for clean compilation under MSVC 6 :-o
16992
Daniel Veillard012ccc11999-03-23 10:11:11 +000016993Tue Mar 23 11:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
16994
16995 * xml-config.in : applied patch to make --version work
16996
Raja R Harinatha86c23e1999-03-05 22:14:01 +0000169971999-03-05 Raja R Harinath <harinath@cs.umn.edu>
16998
16999 * Makefile.am (check-local): Alias for `tests' target. This will
17000 cause `make check' to do the right thing.
17001 (tests): Don't run tests in srcdir. Also, replaced calls to
17002 basename with a `sed' "equivalent".
17003
Daniel Veillardd109e371999-03-05 06:26:45 +000017004Fri Mar 5 07:23:53 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17005
17006 * Renamed error.h to xml-error.h, corrected Makefile.am to list
17007 it in the header and not the sources, updated the doc.
17008 Thanks to Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu> for
17009 pointing this out.
17010
Daniel Veillardbc50b591999-03-01 12:28:53 +000017011Mon Mar 1 13:27:17 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17012
17013 * parser.c, parser.h, parserInternals.h: memory leak hunting,
17014 exported the inputStream routines.
17015 * doc/html/* : updated accordingly
17016
Daniel Veillardd692aa41999-02-28 21:54:31 +000017017Sun Feb 28 22:51:33 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17018
17019 * parser.c, parser.h, parserInternals.h: added a few extra
17020 internal calls to allocate and free parser contexts ...
17021 * doc/html/* : updated accordingly
17022
Daniel Veillard55a99271999-02-25 11:01:29 +000017023Thu Feb 25 11:52:24 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17024
17025 * configure.in, Makefile.am, doc/makefile.am : General changes for
17026 1.0.0 release and including the generated HTML documentation.
17027
Daniel Veillard35925471999-02-25 08:46:07 +000017028Thu Feb 25 09:44:52 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17029
17030 * makefile.am : added parserInternals.h, oops.
17031
Daniel Veillard1e346af1999-02-22 10:33:01 +000017032Mon Feb 22 11:24:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17033
17034 * parserInternals.h: added this header giving access to the parser
17035 internal functions.
17036 * doc/Makefile.am : added a rebuild target which rebuilds the full
17037 set of documentations
17038 * parser.[ch] tree.[ch] valid.[ch]: serious updates w.r.t. parsing
17039 the internal subset.
17040 * *.c *.h: modifications needed to generate the documentation using
17041 gtk-doc, cleanup of functions blocks, reorganisation of struct
17042 declarations.
17043
Daniel Veillard1164e751999-02-16 16:29:17 +000017044Tue Feb 16 17:27:29 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17045
17046 * Makefile.am, spec, doc/Makefile.am : upgrading to 0.99.8, fixing
17047 the tar and spec file to include the beginning of the doc.
17048
Nuno Ferreira03d04781999-02-13 00:07:17 +0000170491999-02-13 Nuno Ferreira <nmrf@rnl.ist.utl.pt>
17050
17051 * doc/.cvsignore: Added this file.
17052
Daniel Veillard6800ef31999-02-08 18:33:22 +000017053Mon Feb 8 19:27:56 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17054
17055 * tree.c: fixed xmlGetProp to return "" when the attribute
17056 exists, even if the node-list is NULL.
17057
Daniel Veillard726c7e31999-02-08 15:13:10 +000017058Mon Feb 8 16:10:15 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17059
17060 * tree.c: patched an error outputting empty attribute values.
17061 * Makefile.am and doc/makefile.am: have been updated during the
17062 week-end. Sorry for an empty CVS log, I got a shell problem.
17063
Daniel Veillard1899e851999-02-01 12:18:54 +000017064Mon Feb 1 12:10:13 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17065
17066 * tree.h: cleaned up using enums instead of defines
17067 * parser.c, valid.[ch]: more work on parsing/output of element
17068 declarations
17069
Daniel Veillard3b9def11999-01-31 22:15:06 +000017070Sun Jan 31 22:06:48 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17071
17072 * valid.[ch], tree.c, parser.c : more work toward full parsing
17073 of XML DTDs.
17074 * README: added informations about mailing-list and on-line
17075 documentation
17076
Raja R Harinath7eb5c4f1999-01-27 23:01:51 +0000170771999-01-27 Raja R Harinath <harinath@cs.umn.edu>
17078
17079 * configure.in (XML_INCLUDEDIR): Use -I not -L for includes.
17080
Daniel Veillard39a1f9a1999-01-17 19:11:59 +000017081Sun Jan 17 20:06:36 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17082
17083 * parser.c, tree.[ch] : more work toward conformance testing,
17084 added a last element to accelerate parsing of very flat structures
17085 started working on internal subset Element content declaration.
17086 * valid.[ch] : first cut at adding code toward validation.
17087 * previous changes had also small impact on most files, especially
17088 the conformance testing using James Clark test suite.
17089
Daniel Veillard3c2c2ce1999-01-17 13:48:01 +000017090Sun Jan 17 14:45:06 CET 1999 Daniel Veillard <Daniel.Veillard@w3.org>
17091
17092 * test/* : updated the examples, most of them were not well
17093 formed (humm), and added rdf2.
17094 * result/* : resulting changes in the output.
17095
Daniel Veillard7c92c0a1998-12-06 18:08:28 +000017096Sun Dec 6 13:06:58 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17097
17098 * tree.c: changed the behaviour of xmlGetProp on NULL values.
17099
Daniel Veillard44b3a061998-12-05 17:27:22 +000017100Sat Dec 5 12:25:09 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17101
17102 * tree.c: patched a bug in the generation of empty attributes
17103
Daniel Veillardbe36afe1998-11-27 06:39:50 +000017104Fri Nov 27 01:36:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17105
17106 * entities.[ch], tree.[ch], tester.c: added copy interfaces
17107 for node/trees/documents/... Biggest problem is namespace
17108 support when copying subtrees.
17109
Daniel Veillard8cc0d1f1998-11-16 01:04:26 +000017110Sun Nov 15 19:59:47 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17111
17112 * parser.c, entities.c: improve entities and char ref encoding,
17113 and cleanups of error messages.
17114
Daniel Veillard242590e1998-11-13 18:04:35 +000017115Fri Nov 13 13:03:10 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17116
17117 * parser.c, entities.c: simple bug hunting done during rpm2html and
17118 rpmfind integration.
17119
Daniel Veillard42dc9b31998-11-09 01:17:21 +000017120Sun Nov 8 13:11:07 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17121
17122 * parser.[ch]: Added interfaces allowing to specify a SAX
17123 handler before parsing.
17124
Daniel Veillarde3bffb91998-11-08 14:40:56 +000017125Sun Nov 8 09:39:17 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17126
17127 * parser.c: redirrect all errors reporting through the SAX
17128 error function
17129
Daniel Veillardda4d3c41998-11-04 20:07:05 +000017130Wed Nov 4 14:21:54 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17131
17132 * entities.c: rather use HAVE_SNPRINTF and not depend on glib
17133 * libtool, tlmain ...: update of the libtool files
17134
Miguel de Icaza442321c1998-11-04 18:13:38 +0000171351998-11-04 Miguel de Icaza <miguel@nuclecu.unam.mx>
17136
17137 * entities.c: Use g_snprintf insteda of snprintf.
17138
Daniel Veillard0ba4d531998-11-01 19:34:31 +000017139Sun Nov 1 14:31:06 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17140
17141 * entities.c, parser.c: debug and cleanup of CharRef handling/saving.
17142 added ent5 test for this purpose.
17143 * parser.c, parser.h: formatting, comments and UTF-8 planning.
17144
Daniel Veillard27271681998-10-30 06:39:40 +000017145Fri Oct 30 01:36:52 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17146
17147 * parser.c: fixed? a strange error due to compression on a GWP
17148 document.
17149
Daniel Veillard25940b71998-10-29 05:51:30 +000017150Thu Oct 29 00:48:45 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17151
17152 * tree.[ch]: bug fixing
17153 * entities.[ch]: defined a specific type for predefined entities
17154 * doc/xml.html: more documentation on the library, how to use it,
17155 overview of the interfaces.
17156
Daniel Veillard16253641998-10-28 22:58:05 +000017157Wed Oct 28 17:56:35 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17158
17159 * tree.[ch]: more cleanup on the API, made the tree mor conformant.
17160
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000017161Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17162
Daniel Veillard10c6a8f1998-10-28 01:00:12 +000017163 * tree.c: corrected a small bug
17164 * doc/xml.html: continuing writing documentation.
17165
17166Tue Oct 27 17:54:00 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17167
Daniel Veillardbaf4cd51998-10-27 22:56:57 +000017168 * debugXML.h debugXML.c: added debugging utilities.
17169 * tester.c: added --debug switch.
17170 * tree.c: patched an incorrect node->type assignment.
17171 * parser.c: formatting, ensure that node->doc != NULL in attributes
17172
Daniel Veillardccb09631998-10-27 06:21:04 +000017173Tue Oct 27 01:15:39 EST 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17174
17175 * parser.[ch] SAX.c tree.[ch]: large amount of changes to improve
17176 entity support and provide an internal representation close to
17177 DOM one (entity ref nodes, and attribute value as tree). I tried
17178 to preserve the interface but this will surely break some apps
17179 (I have to change rpm2html/rpmfind for example). I had to change
17180 two interfaces, and the generated tree is somewhat different.
17181 * doc/* : started documenting the XML library, the tree and
17182 DOM/Corba. This is a first step.
17183
Daniel Veillard11e00581998-10-24 18:27:49 +000017184Sat Oct 24 14:23:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17185
17186 * parser.c: Set up the fonctions comment block, boring but useful.
17187 * parser.h, SAX.c, parser.c: now attributes are processed through
17188 the SAX interface. The problem is that my SAX interface diverged
17189 quite a bit from the original one, well this is not an official
17190 spec, and translating it from Java to C is hairy anyway...
17191
Daniel Veillard97b58771998-10-20 06:14:16 +000017192Tue Oct 20 02:11:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17193
17194 * SAX.c, entities.c, tree.c, encoding.c, error.c: Set up the
17195 fonctions comment block, boring but useful.
17196
17197Sun Oct 18 20:40:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard891e4041998-10-19 00:43:02 +000017198
17199 * encoding.[ch], Makefile.am: Added the UTF-8, UTF-16 and ISO Latin 1
17200 conversion routines. However they are not yet used to convert the
17201 inputs. The core will run with UTF-8.
17202
Daniel Veillard33942841998-10-18 19:12:41 +000017203Sun Oct 18 15:08:19 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17204
17205 * tree.c : make sure that the type id is properly set-up when
17206 a new object is allocated, needed for DOM.
17207
Daniel Veillard27fb0751998-10-17 06:47:46 +000017208Sat Oct 17 02:43:21 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17209
17210 * tree.h, tree.c: Ok, the main objects in the tree will be native
17211 corba objects, it costs 8 bytes per Node, Attribute and Document
17212 but it simplifies the Corba integration a lot (no extra interface
17213 objects to allocate/free).
17214
Daniel Veillard0bef1311998-10-14 02:36:47 +000017215Tue Oct 13 21:46:57 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17216
17217 * tree.h, tree.c, parser.c: added prev and doc pointers to Node,
17218 and changed NODEs contants for conformity with DOM Level 1
17219
Daniel Veillard27864701998-10-08 03:47:24 +000017220Wed Oct 7 23:42:46 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17221
17222 * added hooks to keep track of servants when creating objects
17223 xmlDoc and xmlNode (for Corba export).
17224
Daniel Veillarda6e1d121998-10-04 14:41:05 +000017225Sun Oct 4 03:18:09 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17226
17227 * added xml-config script.
17228
Daniel Veillard7066a791998-10-01 20:28:28 +000017229Thu Oct 1 16:22:37 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17230
17231 * autogen.sh : applied patch from Frederic Devernay <devernay@istar.fr>
17232 to autoupdate libtool and automake conf files.
17233
Miguel de Icaza60681bd1998-09-30 19:28:59 +0000172341998-09-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
17235
17236 * Makefile.am: Use '?' to separate the sed
17237 commands as ',' is used when people pass -Wl,something.
17238
17239
Daniel Veillard15a8df41998-09-24 19:15:06 +000017240Thu Sep 24 15:13:29 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17241
17242 * tree.c, tree.h: added a per-document compression interface.
17243
Daniel Veillard151b1b01998-09-23 00:49:46 +000017244Tue Sep 22 20:47:38 EDT 1998
17245
17246 * tree.c, tree.h: added saving with compression and added interfaces
17247 to control the compression level (xmlGetCompressMode,
17248 xmlSetCompressMode) and a new save to filename function (xmlSaveFile).
17249
Daniel Veillard70120ff1998-09-22 00:24:21 +000017250Mon Sep 21 20:11:13 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17251
17252 * parser.c: corrected a loop for files of size 0
17253
Raja R Harinathd2e3abd1998-08-20 21:52:38 +0000172541998-08-20 Raja R Harinath <harinath@cs.umn.edu>
17255
17256 * error.h: New file. Contains prototyes from `error.c'.
17257
Tom Tromeyc19653d1998-08-14 01:22:43 +000017258Thu Aug 13 19:02:34 1998 Tom Tromey <tromey@cygnus.com>
17259
17260 * Makefile.am (xmlincdir): New macro.
17261 (xmlinc_HEADERS): Renamed from include_HEADERS.
17262
Daniel Veillard845664d1998-08-13 04:43:19 +000017263Thu Aug 13 00:40:14 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17264
17265 * applied small patch on numeric entities from
17266 Christopher Blizzard <blizzard@appliedtheory.com>
17267
Daniel Veillard260a68f1998-08-13 03:39:55 +000017268Wed Aug 12 23:12:58 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17269
17270 * New release 0.2, removed the old xml_* files so that it's
17271 coherent with the other CVS base (W3C), far better conformance
17272 to standard, new namespaces, decent entities support, beginning
17273 of a SAX-like interface. Nearly nothing left intact, even the
17274 test examples ...
17275
Christopher Blizzarda36749e1998-07-30 21:47:18 +0000172761998-07-30 Christopher Blizzard <blizzard@appliedtheory.com>
17277
17278 * .cvsignore: Add .deps dir
17279
Daniel Veillardf8015fa1998-07-26 21:31:38 +000017280Sun Jul 26 17:29:52 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
17281
17282 * xml_tree: changed the memory allocation scheme for name in xmlNewNode
17283
Daniel Veillardfe926001998-07-26 04:28:20 +000017284Sun Jul 26 00:17:51 EDT 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000017285
Daniel Veillardfe926001998-07-26 04:28:20 +000017286 * configure.in: added test for CPP
17287 * AUTHORS, Changelog: the original ones didn't get commited but the
17288 glib ones instead, fixed.
17289 * Makefile.am: corrected an error in library naming
Daniel Veillard01791d51998-07-24 19:24:09 +000017290
Daniel Veillardfe926001998-07-26 04:28:20 +000017291Fri Jul 24 16:47:14 1998 Daniel Veillard <Daniel.Veillard@w3.org>
Daniel Veillard01791d51998-07-24 19:24:09 +000017292
Daniel Veillardfe926001998-07-26 04:28:20 +000017293 * integrated code developped at W3C
17294 * changed the original Copyright
17295 * migrated to automake
17296 * prefixed the filenames by xml_ to avoid filename clashes
Daniel Veillard01791d51998-07-24 19:24:09 +000017297